/* CONTAINER AND BOX */
#page *{
  box-sizing: border-box;
}
#content.finder{
  /* width:1000px; */
  float:none;
  margin:65px auto;
}

.finderQuote {
  float : right;
  font-family : 'Oswald', sans-serif;
  height : 91px;
  line-height : 142px;
  font-size : 30px;
  font-style: italic;
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.finder ul{
  padding-left:0 !important;
  margin:0;
}
.box{
  overflow:hidden;
  padding:0px;
  /*background:rgba(255,255,255,.9);*/
}
.sliderWidget .flex-active-slide {
  overflow : hidden;
}
.flex-control-nav{
  position:static;
  margin:15px auto 20px;
}
.flex-control-paging li a{
  border:solid 2px #666;
  background:#fff;
  opacity:1;
}
.flex-control-paging li a.flex-active{
  background:#666;
}

.input .right,
.input .left{
  float:left;
  min-height:175px;
}
.input .left{
  width:35%;
  padding:0 20px 0 0;
  
}
.input .left {
	
	max-height: 256px;
	
	}
.input .left .text {
    margin: 5px 0;
    width: 95%;
        font-size: 14px;
    line-height: 20px;
    background-image: url(/wp-content/uploads/2018/07/chat-copia.png);
    background-size: contain;
    min-height: 165px;
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff !important;
    padding: 15px 20px 0;
    font-family: 'Oswald', sans-serif;
    text-align: left;
}
.left .text p strong {
    color: #fff;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.left .text p {
    line-height: 22px !important;
    margin: 0;
}
.input .right{
  width:65%;
}
.input .row{
  height:30px;
}
.row+.row{
  margin:0px 0 0;
}
.input .wrapper{
    width: calc(100% - (150px*2) - 0px);
    padding: 5px 15px;
    margin: 0px 0 0;
    display: inline-block;
    -webkit-box-shadow: i none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
}
.ui-widget-content{
  background:#215988;
  height: 26px;
  border-radius: 0;
	border:0px solid #fff;
}
.ui-slider .ui-slider-handle{
  border-radius:50%;
  height: 20px;
  width: 20px;
  outline:none;
  top: 2px;
  -moz-box-shadow: 1px 1px rgba(0, 0, 0,0.7);
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0,0.7);
  box-shadow: 1px 1px rgba(0, 0, 0,0.7);
  
  margin-left: -10px;
}
.ui-widget-header{
  border-radius: 0;
  background:#DF440C;
  
  border-right: 1px solid #fff !important;
}

.label{
  font-family: 'Oswald', sans-serif;
  margin: 6px 0 0;
  text-transform:uppercase;
  width:150px;
  height:30px;
  color: #000;
  font-weight: 500;
  line-height: 16px;
}
.matching .label{
  width:auto;
}
.label:nth-child(1){
  float:left;
	text-align: right;
}
.label:nth-child(3){
  float:right;
	text-align: left;
}
.reset{
  width:36px;
  height:36px;
  border-radius: 50%;
  border:none;
  background:#000 url(/wp-content/uploads/2018/07/refresh.png) center center no-repeat;
  float:right;
  outline:none;
  cursor:pointer;
}
/* MODAL */
.modal.background{
  font-size: 0;
  position:fixed;
}
.modal.background{
  margin:0px 0 0;
}
/*.modal .content{
  width:1000px;
  height:1000px;
  padding:15px;
  margin:0 auto 100px;
  background:#fff;
  overflow-y:auto;

}*/
.modal .content {
    max-width: 1000px;
    height: 1000px;
    padding: 0;
    margin: 0 auto 100px;
    background: transparent;
    overflow-y: auto;
    width: 100%;
}
.modal .top{
  /*width:968px;*/
	width: 100%;
}
.modal .top:after{
  content:'';
  display:table;
  width:100%;
}
.modal.active{
  font-size: 10px;
  position:static;
	 text-align: left;
}
.modal .slider .flex-disabled{
  display:none;
}
.modalSlider{
	    width: calc(100% - 99px);
  /*width:869px;*/
  float:left;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position:relative;
}
.modalSlider .flex-viewport ul li {
  height:545px;
  background-size:cover;
}
.modalCarousel{
  position:relative;
  float:left;
  width:99px;
  height:545px;
  padding:28px 10px;
  background:rgba(0,0,0,.8);

  overflow:hidden;
}
.post-content ul.slides {
    padding: 0;
}
.modalCarousel .flex-viewport{
  height:490px !important;
}
.modalCarousel .slides li{
  position:relative;
  background-size:cover;
  width:74px;
  height:74px;
  overflow:hidden;
  margin:4px 0 0;
  cursor:pointer;
}
.modalCarousel .slides .flex-active-slide{
  position:relative;
}
.modalCarousel .slides .map{
  background:#DF440C;
  border-radius:10px;
}
.modalCarousel .slides .map.flex-active-slide:before{
  background:none;
  border:solid 2px #fff;
  border-radius:10px;
}
.modalCarousel .slides .flex-active-slide:before{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border:solid 1px #fff;
  opacity:0.7;
  background:url(/wp-content/uploads/2018/07/gallery_sel.png) center center no-repeat;
}
.modalCarousel .customNav .next,
.modalCarousel .customNav .prev{
  position:absolute;
  left:41px;
}
.modalCarousel .customNav a{
  color:rgba(0,0,0,0);
  text-indent: -9999em;
  outline:none;
  display:inline-block;
  width:16px;
  height:16px;
  cursor:pointer;
}
.modalCarousel .customNav .prev{
  display:none;
  top:5px;
  background:url(/wp-content/uploads/2018/07/arrow_up.png) center center no-repeat;
}
.modalCarousel .customNav .next{
  bottom:5px;
  background:url(/wp-content/uploads/2018/07/arrow_down.png) center center no-repeat;
}
.customNav{list-style: none !important;}
.modalSlider .customNav .prev,
.modalSlider .customNav .next{
  position:absolute;
  width:40px;
  height:40px;
  top:50%;
}
.modalSlider .customNav a,
.modalSlider .flex-direction-nav a{
  color: rgba(0,0,0,0);
  position: absolute;
  text-indent: -9999em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: none;
  display:block;
  border:solid 1px #fff;
  width:40px;
  height:40px;
  border-radius:50%;
  opacity:0.8;
  cursor:pointer;
}
.modalSlider .customNav .next{
  right:15px;
}
.modalSlider .customNav .next a{
  background:rgba(0,0,0,0) url(/wp-content/uploads/2018/07/gallery_next.png) 14px center no-repeat;
}
.modalSlider .customNav .prev{
  display:none;
  left:15px;
}
.modalSlider .customNav .prev a{
  background:rgba(0,0,0,0) url(/wp-content/uploads/2018/07/gallery_previous.png) 11px center no-repeat;
}
.modalSlider img{
  max-width:100%;
  height:auto;
}
.modalCarousel img{
  height:100%;
  width:auto;
}
.modalCarousel .map img{
  height:auto;
  width:auto;
  display:block;
  margin:12px auto;

}
.modal.close{
  height: 50px;
  width: 100%;
  margin: 10px auto;
}
.modal.close i{
  width:50px;
  height:50px;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.3) url(/wp-content/uploads/2018/07/close-1.png) center center no-repeat;
  border-radius: 50%;
  display: block;
  float: right;
  cursor: pointer;
}
.modal .title {
    color: #DF440C;
    font-size: 4.2em;
    line-height: 42px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin: 30px 0 0;
    letter-spacing: 0px;
}

.modal .subtitle{
  font-weight:bold;
  font-size:1.8em;
  line-height:18px;
	font-family: 'Oswald', sans-serif;
  margin:20px 0 0;
}

.modal .wrapper{
  position:relative;
}
.modal .matching {
    height: 53px;
    width: 162px;
    /* border-radius: 50%; */
    background: #DF440C;
    position: absolute;
    bottom: 32px;
    left: 15px;
    font-family: 'Oswald', sans-serif;
}
.modal .matching .value {
    color: #fff;
    font-size: 3.2em;
    line-height: 32px;
    float: left;
    padding: 10px 0 0 12px;
}
.modal .matching .label {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    float: left;
    padding: 17px 0 0 12px;
    margin: 0;
}
.modal .body {
    margin: 20px 0 0;
    font-size: 13px;
}
.track{
  font-family: 'Oswald', sans-serif;
  background-size:cover;
  background-position: center;
  background-clip:content-box;
  background-repeat: no-repeat;
  border-radius: 0;
  position:relative;
  overflow:hidden;
  cursor:pointer;
}
.track .card{
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.track:hover .card{
  border: solid 8px #DF440C;
  background:rgba(0,0,0,.3);
}
.track .title{
  margin: 15px;
  color:rgba(255,255,255,0);
  /*display:none;*/
}

.track:hover .title{
  color:rgba(255,255,255,1);
}

.track .matching {
    position: absolute;
    /* background: #DF440C; */
    border-radius: 0;
  
    color: #fff;
    text-transform: uppercase;
    background-repeat: no-repeat;
    visibility: hidden;
    background-image: url(/wp-content/uploads/2018/07/chat-01-1.png);
    background-size: cover;
}
.track .matching .label{
  margin:0;
  float: left;
  color: #fff;
}
.track.t1 .matching  {
    bottom: 7px;
    left: 27px;
    height: 89px;
    padding: 12px 20px;
}
.track.t1 .title{
  line-height: 30px;
  font-size: 22px;
  font-family: 'Oswald';
  font-weight: 600;
	    text-align: left;
}
.track.t1 .matching .value{
  line-height: 36px;
  font-size: 36px;
  float: left;
}
.track.t1 .matching .label{
  line-height: 49px;
  font-size: 22px;
  margin-left:10px;
}
.track.t2 .matching,
.track.t3 .matching,
.track.t4 .matching,
.track.t5 .matching{
    bottom: 8px;
    left: 20px;
    height: 57px;
    width: auto;
    padding: 6px 10px;
}
/*
.track.t2 .title,
.track.t3 .title{
  line-height: 22px;
  font-size: 22px;
}
*/
.track.t2 .matching .value,
.track.t3 .matching .value,
.track.t4 .matching .value,
.track.t5 .matching .value{
  line-height: 27px;
  font-size: 27px;
  float: left;
}
.track.t2 .matching .label,
.track.t3 .matching .label,
.track.t4 .matching .label,
.track.t5 .matching .label{
  line-height: 37px;
  float: left;
  font-size: 15px;
  margin-left: 7px;
}
.track.t4 .matching,
.track.t5 .matching,
.track.t6 .matching{
  /*bottom: -44px;
  left: -34px;
  height: 95px;
  width: 95px;
  padding:13px 0 0 38px;*/
}
.track.t4 .title,
.track.t5 .title,
.track.t6 .title,
.track.t2 .title,
.track.t3 .title{
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
	text-align: left;
}
.track.t4 .matching .value,
.track.t5 .matching .value,
.track.t6 .matching .value{
  /*line-height: 19px;
  font-size: 19px;*/
}
.track.t4 .matching .label,
.track.t5 .matching .label,
.track.t6 .matching .label{
  /*line-height: 13px;
  font-size: 13px;*/
}
.track .over{
  position:absolute;
  display:none;
  bottom:5px;
  right:5px;
 /* background:url(/wp-content/uploads/2018/07/omino_google.png) center center/contain no-repeat;*/
}
.track.t1 .over{
  height:75px;
  width:75px;
}
/*
.track.t2 .over,
.track.t3 .over{
  height:75px;
  width:75px;
}*/
.track.t4 .over,
.track.t5 .over,
.track.t6 .over,
.track.t2 .over,
.track.t3 .over{
  height:50px;
  width:50px;
}
.track:hover .over,
.track:hover .title{
  display:block;
}
.track:hover .matching{
  visibility: visible;
}
.t1{
  width: 50%;
  height: 374px;
  margin: 0 0 0 0;
}
.t1,.t2,.t3{
  float:left;
  border: 1px solid transparent;
}
.t4,.t5,.t6{
  float:right;
}

.t3{
  margin: 0 0 0;
}
.t2,
.t3,
.t4,
.t5,
.t6{
  height: 187px;
}
.t5,.t6{
  margin: 0;
}
.t2,
.t3,
.t4,
.t5,
.t6{
  width: 25%;
  border: 1px solid transparent;
}

.hide{
  visibility: hidden;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #DF440C;
  border-right: 1.1em solid #DF440C;
  border-bottom: 1.1em solid #DF440C;
  border-left: 1.1em solid rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0 solid #003eff;
    background: #b3b3b3;
    font-weight: normal;
    color: #fff;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
li.map.flex-active-slide iframe {
    width: calc(100% - 0px) !important;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 959px){
	.input .right {
		width: 100%;
	}
	.input .right, .input .left {
		float: none;
		min-height: auto;
		padding: 0;
		width: 100%;
	}
		.input .left .text {
		margin: 5px auto 35px;
		width: 100%;
		background-image: none;
		background-size: contain;
		min-height: auto;
		background-position: top left;
		background-repeat: no-repeat;
		color: #ccc !important;
		padding: 15px 39px 0;
	}
		.left .text p {
		line-height: 22px !important;
		text-align: center;
	}
	.left .text p strong {
		color: #333;
		font-weight: 600;
		font-family: 'Oswald', sans-serif;
	}
}
@media (max-width: 860px) {
	.track.t2 {
		width: 50%;
	}
	.track.t5{
	   display:none;
	}
}
@media (max-width: 782px) {
	.track.t3 {
		width: 50%;
	}
	.track.t4{
	   display:none;
	}
	.track .card {
		border: solid 8px #DF440C;
		background: rgba(0,0,0,.0);
	}
	.track .over, 
	.track .title {
		display: block;
	}
	.track .matching {
		visibility: visible;
	}
}
.input.hide,
.sliderWidget.hide{
	display:block !important;
	
}