.filter-years-range {
    padding: 20px;
}
.filter-search {
    padding: 20px;
}
.filter-search input {
    width: calc(100% - 20px);
    padding: 5px 10px;
    font-size: 10pt;
    background-color: #FFF;
    border: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    line-height: 30px;
}

.filter-years-range input {
    display: none;
}


/* CONTACT - PAGE */
.contact-map{
	width: auto;
	width: 100%;
	margin: 0 auto;
	position: relative;
    z-index: 1;
}

.map{
	min-height: 310px;
    overflow: hidden;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.contact-info-wp{
	position: absolute;
	left: 140px;
	top: 70px;
	height: 100%;
	display: flex;
	justify-content: center;
}

.contact-info{
	align-self: center;
	width: auto;
	max-width: 500px;	
	background-color: #FFF;
    padding: 30px 35px 40px;
    box-shadow: 0px 3px 6px #00000057;

}

.contact-address{
	background: url(/images/icons/icn-contact-address.png) left top no-repeat;
	padding: 0 20px 0 60px;
	margin-top: 20px; 
}

.contact-phones{
	background: url(/images/icons/icn-contact-phone.png) left top no-repeat;
	padding: 0 20px 0 60px;
	margin-top: 20px; 
}
.contact-email{
	background: url(/images/icons/icn-contact-email.png) left top no-repeat;
	padding: 0 20px 0 60px;
	margin-top: 20px; 
}

.contact-info label{
	display: block;
	padding-bottom: 10px;
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.4px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.contact-address div, .contact-phones div, .contact-email div{
	padding-toP: 5px;
	font-size: 18px;	
}

.contact-address a,
.contact-phones a,
.contact-email a{
  color: black;
}

.contact-form{
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}


.contact-form-inner{
	padding-top: 30px;
	text-align: left;
}
.ffl-row {
    margin-bottom: 25px;
  } 

  .ffl-wrapper {
      position: relative;
      display: block;
      text-align: center;
  }
   .ffl-wrapper h3 {
       font-weight: 300;
       letter-spacing: normal;
       font-size: 28px;

   }
  .ffl-wrapper.captcha-wrapper {
    margin-bottom: 20px;
    margin-right: 55px;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
  }

  .textarea-wrapper {
    margin-bottom: 25px;
  }

  .ffl-row .ffl-wrapper {
    width: 48%;
  }

  .ffl-row .ffl-wrapper:nth-child(odd) {
    float: left;
  }

  .ffl-row .ffl-wrapper:nth-child(even) {
    float: right;
  }
  input[type="text"],
  .ffl-wrapper input[type="text"], 
  .ffl-wrapper select,
  .ffl-wrapper input[type="file"]{
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    outline: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000000D;
    border-radius: 0px;
    font-family: 'Manrope', 'Verdana', sans-serif;
    font-weight: 300;
  }
  .ffl-wrapper input[type="file"]{
    color: transparent;
    display: none;
  }

  .ffl-wrapper input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
  }
  .ffl-wrapper textarea {
    width: 100%;
    height: 170px;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    outline: 0;
    resize: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000000D;
    border-radius: 0px;
    font-family: 'Manrope', 'Verdana', sans-serif;
    font-weight: 300;
  }

  .ffl-wrapper .ffl-label {
    position: absolute;
    font-size: 16px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    /*top: 12px;*/
    left: 15px;
    padding: 2px 5px;
    color: #757575;
    border-radius: 0px;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    font-weight: 300;
  }

  .captcha-wrapper .ffl-label {
    left: 50%;
    transform: translateX(-50%);
  }

  .ffl-floated .ffl-label {
    top: -9px;
    background: #fff;
  }

  .cf-bottom {
    text-align: right;
  }

  .cf-remark {
    margin-bottom: 20px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #757575;
  }



  .spinner {
    display: none;
  }

  .spinner img {
    height: 48px;
  }
  .ffl-wrapper input:focus,
  .ffl-wrapper select:focus,
  .ffl-row input:focus,
  textarea:focus {
      box-shadow: 0px 3px 10px rgba(10, 5, 37, 0.281);
  }
.ffl-wrapper .flex-wrapper p {
    width: 18%;
    margin: 1%;
}
  /* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  /*left: -9999px;*/
  /* display: none; */
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  /*border: 2px solid #4778d9!important;*/
}

@media (max-width: 1112px) {

    .ffl-wrapper .flex-wrapper p {
      width: 23%;
    }
  }

@media (max-width: 1024px) {
    .ffl-wrapper .flex-wrapper p {
      width: 25%;
  }
  }
  @media (max-width: 834px) {
    .ffl-wrapper .flex-wrapper p {
      width: 30%;
    }
  }
  /* Tablet portait */
  @media (max-width: 812px) {
  }
  @media (max-width: 768px) {
    .ffl-wrapper .flex-wrapper p {
      width: 44%;
    }
    .ffl-row .ffl-wrapper {
        width: 100%;
        margin-bottom: 2%;
      }
      .ffl-row {
          margin-bottom: 0;
      }
  }
  /* Mobile landscape */
  @media (max-width: 568px) {
    .contact-info-wp {
        position: relative;
        left: auto;
        top: auto;
    }
    .contact-info {
        width: 100%;
        max-width: auto;
        box-shadow: none;
    }
    .map {
        height: 300px;
        background-position: right center;
    }
  }
  /* Mobile portait */
  @media (max-width: 414px) {
    
  }
  @media (max-width: 320px) {
    .ffl-wrapper .flex-wrapper p {
      width: 100%;
    }
  }