.modals {
    width: 100%;
    max-height: 600px;
    height: 100%;
    padding: 6% 0 0px;
    padding-top: 0;
    display: block !important;
    overflow: auto !important; 
}
    .modals #srch {
        background-color: #f1f1f1;
        background-color: rgba(241, 241, 241, 1);
		padding-bottom: 30px !important; 
		padding-top: 45px;        
        transition: all 700ms ease-out;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out; 
        z-index: 9;
        position: relative;  
             
    }
  .modals .close {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/cross.svg);
    opacity: 1;
    position: relative;
    top: -45px; }
  .modals .searchContainer {
    width: 100%;
    display: block;
    background-color: #e9e9e9;
    padding-top: 4%; }
  .modals .ico-search {
    display: block;
    width: 33px;
    height: 33px;
    background: url(../img/search.svg);
    opacity: .6;
    margin-top: 13px;
    position: absolute; }
  .modals input {
    background: transparent;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    border-radius: 0px !important;
    color: #7b7b7b;
    border: 0 none;
    border-bottom: 1px solid #7b7b7b;
    width: 100%;
    padding: 0 45px;
    height: 60px;
    margin: 0px;
    outline: 0;
    display: block; }
    .modals input[type="submit"] {
      background: #009fe3 !important;
      padding: 20px 50px !important;
      text-align: center !important;
      width: auto !important; }
    .modals input:-moz-placeholder, .modals input::-moz-placeholder, .modals  input:-ms-input-placeholder, .modals input::-webkit-input-placeholder {
      color: #1d1d1d; }
    .modals input:focus {
      outline: none !important; }

.search-results {
  padding-top: 4%;
  padding-bottom: 0px; }
   .search-results h2 {
    font-size: 3.2rem;
    margin-bottom: 0; }
  .search-results hr {
    border-color: #1d1d1b !important; }
   .search-results hr:first-of-type {
    margin-top: 0;
    margin-bottom: 30px; }
  .search-results hr:last-of-type {
    border-color: #c2c2c2 !important; }
  .search-results h3 {
    font-size: 2rem;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 3px; }
    .search-results h3 a {
      color: #1d1d1b; }
   .search-results .cont * {
    color: #7b7b7b;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 20px; }
  .search-results .cont ul li {
    list-style-type: disc;
    list-style-position: inside; }
  .search-results .vermas {
    color: #7b7b7b;
    text-transform: uppercase; }
    .search-results .vermas i {
      font-size: 2rem; }
.maskk {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}      

/*# sourceMappingURL=modal.css.map */
