html {
	position:relative;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	box-sizing:border-box;
}

body {
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	background:#fff;
	padding:0;
	margin:0;
	color:#565556;
	overflow-x:hidden;
	overflow-y:auto;
	min-height:100%;
	box-sizing:border-box;
}

*,:before,:after {
	box-sizing:border-box;
}

a,button {
	transition:all .2s ease;
	text-decoration:none;
}

a {
	color:#000;
	font-weight:700;
}

a:hover {
	color:#2ecc71;
	cursor:pointer;
}

a:hover,a:focus,button:hover,button:focus,input:hover,input:focus,:focus,:hover {
	text-decoration:none;
	outline:0!important;
	-webkit-outline:0!important;
	-moz-outline:0!important;
}

a.disabled,a.disabled:hover {
	cursor:not-allowed;
	color:#bababa!important;
}

input:focus {
	box-shadow:none!important;
	border-color:#fc3!important;
}

.input-group-addon:last-child { border: none; border-radius: 0; }

.bgcover {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.bgcovertop {
	background-position:center top!important;
}

.list-select {
	position:relative;
	display:block;
	width:100%;
	vertical-align:bottom;
}

.list-select:before { content: '\f107'; font-family: 'Font Awesome 5 Solid'; pointer-events: none; color: #a4acb2; position: absolute; right: 10px; top: 12px; }

.list-select select {
	background:#fff;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	color:#555;
	width: 100% !important;
}

.list-select select:focus,.form-control:focus {
	border-color:#2ecc71!important;
	box-shadow:none;
	outline:0!important;
}

input[type='checkbox'] { width: auto; height: auto; margin: 0; display: inline-block; }

.help-block { color: #95A5A6; font-size: 12px; line-height: 15px; font-style: italic; }

.success {
	color:#2ecc71;
}

.danger {
	color:#db4242;
}

.warning {
	color:#fc3;
}

.info {
	color:#0097fc;
}

.note {
	font-weight:400;
	font-size:12px;
	font-style:italic;
}

.white {
	color:#fff!important;
}

.uppercase {
	text-transform:uppercase!important;
}

.underline {
	border-bottom:dotted 1px #333;
}

.text-white {
	color:#fff!important;
}

.col-sm-15 {
	width:20%;
	position:relative;
}

.btn {
	padding:10px 20px;
	transition:all ease .3s;
	border-radius: 0;
}

.btn-lg {
	padding:16px 21px;
	font-size:14px;
}

.btn-xs { padding: 5px 10px !important; }

.btn-success-border {
	border-color:#2ecc71;
	background:transparent;
}

.btn-danger {
	background:#cc2f2f;
	border:solid 1px transparent;
}

.btn-danger,.btn-danger * {
	color:#fff!important;
}

.btn-danger:hover {
	background:#CF000F !important;
}

.btn-white { background: #ffffff; border-color: #aeb4b6; }
.btn-white:not(.disabled):hover { background: #ECF0F1; border-color: #95A5A6; }

.btn-white-border {
	background:transparent;
	border:solid 2px #fff;
	color:#fff;
}

.btn-white-border:hover {
	background:#fff;
	color:#333;
}

.btn-warning { background-color: #ffc107; border-color: #ffc107; color: #212529; }
.btn-warning:hover { background-color: #e0a800; border-color: #d39e00; color: #212529; }

.btn-info { background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:hover { background-color: #138496; border-color: #117a8b; }

.btn-success { background-color: #28a745; border-color: #28a745; }
.btn-success:hover { background-color: #218838; border-color: #1e7e34; }

.btn-facebook {
	background:#3b5998;
	color:#fff;
}

.btn-facebook:hover {
	background:#8b9dc3;
}

.btn-facebook:active,.btn-facebook:focus {
	color:#fff;
}

.btn-warning-border {
	border-color:#f0ad4e;
}

.btn-warning-border:hover {
	background:#f0ad4e;
	color:#fff;
}

.btn-default { background: #ECECEC; border-color: #b6b6b6; }

.btn-black,.alert-black {
	background-color:#2e3131;
	color:#f2f1ef;
	border-color:#2e3131;
	text-align:center;
}

.btn-black:hover {
	color: #f2f1ef;
	background-color: #6c7a89;
	border-color: #67809f;
}

.btn-primary { background-color: #013243; border-color: #24252a; }
.btn-primary:hover { background-color: #24252a; }

.alert-default {
	background:#eee;
	border-color:#bbb;
}

.alert {
	border-radius:0;
}

.alert-danger { background-color: #f8d7da; border-color: #f5c6cb; color: #721c24; }
.alert-warning { background-color: #fff3cd; border-color: #ffeeba; color: #856404; }
.alert-success { background-color: #d4edda; border-color: #c3e6cb; color: #155724; }
.alert-info { background-color: #d1ecf1; border-color: #bee5eb; color: #0c5460; }
.alert-default { background-color: #e2e3e5; border-color: #d6d8db; color: #383d41; }

.badge { font-size: 10px; }

.fw300 {
	font-weight:300;
}

.fw400 {
	font-weight:400;
}

.fw500 {
	font-weight:500;
}

.fw600 {
	font-weight:600;
}

.fw700 {
	font-weight:700;
}

.black {
	color:#333;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left!important;
}

.justified {
	text-align:justify;
}

.margin0 {
	margin-left:0;
	margin-right:0;
}

.pad0 {
	padding:0!important;
}

.pull-right {
	float:right!important;
	clear:both!important;
}

.grey {
	color:#b1b1b1;
}

.tooltip > .tooltip-inner {
	background-color:rgba(20,20,20,1);
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color:rgba(20,20,20,1);
}

.tooltip.top .tooltip-arrow {
	border-top-color:rgba(20,20,20,1);
}

.tooltip.right .tooltip-arrow {
	border-right-color:rgba(20,20,20,1);
}

.tooltip.left .tooltip-arrow {
	border-left-color:rgba(20,20,20,1);
}

.form-control { box-shadow: none; padding: 12px; height: 46px; border-radius: 0; border-color: #eeeeee; }

h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	color:#333;
	font-family:'Montserrat', sans-serif;
}
.no-margin { margin: 0; }
small { font-size: 85%; line-height: 17px; }

.pad5 {
	padding-top:5px;
}

.pad10 {
	padding-top:10px;
}

.pad15 {
	padding-top:15px;
}

.pad25 {
	padding-top:25px;
}

.pad35 {
	padding-top:35px;
}

.pad45 {
	padding-top:45px;
}

.pad55 {
	padding-top:55px;
}

.pad65 {
	padding-top:65px;
}

.container {
	max-width:1200px!important;
	position:relative;
	margin:0 auto;
	width:100%;
}

.container-sm {
	max-width:950px!important;
	position:relative;
	margin:0 auto;
	width:100%;
	padding: 0 15px;
}

.container-fluid {
	max-width:1200px;
}

.container-fluid .navbar-header button:hover i {
	color:#eee;
}

.container {
	position:relative;
	z-index:3;
}

.greybg {
	background:#f4f4f4;
}

ul.reset {
	list-style:none;
	padding:0;
	margin:0;
}

ul.inline li {
	display:inline-block;
}
.panel { padding: 15px 25px; }




/* PRELOADER */
#preloading { background-color: #eeee; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999; }
.loader { width: 250px; height: 50px; line-height: 50px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: helvetica, arial, sans-serif; text-transform: uppercase; font-weight: 900; color: #1c1911; letter-spacing: 0.2em; }
.loader:before, .loader:after { content: ""; display: block; width: 15px; height: 15px; background: #1c1911; position: absolute; animation: load .7s infinite alternate ease-in-out; }
.loader:before { top: 0; }
.loader:after { bottom: 0; }
@keyframes load {
	0% { left: 0; height: 30px; width: 15px }
	50% { height: 8px; width: 40px }
	100% { left: 235px; height: 30px; width: 15px}
}





#mainheader { position: relative; display: block; z-index: 999; }
#mainheader .navbar-default { background-color: #fff; border: none; border-radius: 0; margin: 0; }
#mainheader .navbar-default .navbar-brand { padding: 5px; }
#mainheader .navbar-default .navbar-nav>li>a { color: #9d9d9d; }
#mainheader .navbar-default .navbar-nav>li:not(.active)>a:focus, #mainheader .navbar-default .navbar-nav>li:not(.active)>a:hover { color: #eeeeee; }
#mainheader .navbar-default .navbar-nav>.active>a, #mainheader .navbar-default .navbar-nav>.active>a:focus, #mainheader .navbar-default .navbar-nav>.active>a:hover { background-color: #22313f; color: #ffffff; }
#iframe-container iframe { border: none !important; width: 100%; }

footer { background-color: #2e3131; color: #ffffff; padding: 25px 15px; position: relative; }
footer ul.inline li { padding: 5px 10px; background-color: #ecf0f1; margin: 0 10px; width: 35px; text-align: center; }
footer ul.inline li a { font-size: 1.5rem; }

#animation_container { position: relative; margin: auto; left: 0; right: 0; }
#iframefooter { display: block; position: absolute; bottom: 10px; right: 10px; padding: 0; z-index: 99; background-color: transparent; }
#iframefooter a { color: red; font-size: 2rem; }

#breadcrumbs ol.breadcrumb { margin-bottom: 0; border-radius: 0; }

.infotable { position: fixed; z-index: 99990; width: auto; right: 0; top: 0; font-size: 10px; max-height: 500px; overflow-x: hidden; overflow-y: auto; }
.infotable table { margin-bottom: 0 !important; }
.infotable table thead tr th { background-color: #2e3131; color: #ffffff; font-weight: 400; text-align: center; font-size: 8px; }
.infotable table tbody tr[data-hidden="true"] { display: none !important; }
.infotable table tbody tr.warning td { background-color: #fde3a7 !important; color: #565556; }
.infotable table tbody tr.danger td { background-color: #f1a9a0 !important; color: #565556; }
.infotable table tbody tr.success td { background-color: #c8f7c5 !important; color: #565556; }
.infotable table tbody tr td { padding: 4px; font-size: 8px; }
.infotable table tbody tr:nth-child(odd) td { background-color: #e8ecf1; text-align: center; }
.infotable table tbody tr:nth-child(even) td { background-color: #ffffff; text-align: center; }
.infotable table tbody tr td:hover { cursor: pointer; }

#animate-nav { position: absolute; bottom: 0; left: 0; z-index: 9; background-color: rgba(255,255,255,.95); width: 100%; }
#animate-nav ul li { padding: 10px 20px; text-align: left; }
#animate-nav ul li:nth-child(odd) { background-color: #ecf0f1; }


#viviendaInfo { position: fixed; left: 0; top: 90vh; z-index: 999; background-color: #ffffff; border: solid 2px #ffffff; }
#viviendaInfo ul li { padding: 15px; background-color: #e8ecf1; }

#vivienda-canvas { padding-top: 25px; }
#vivienda-canvas .col-xs-12 { position: relative; margin-bottom: 25px; }
#vivienda-canvas ul.reset li { padding: 5px 10px; margin-bottom: 10px; }

#hformfilter { margin: 0; font-size: 12px; padding-top: 2px; }
#hformfilter ul li { padding: 3px 7px; background-color: transparent; }
#hformfilter ul li:last-child { background-color: transparent; }
#hformfilter ul li .form-group ul.rangeul li { vertical-align: middle; }
#hformfilter ul li .form-group ul.rangeul li:last-child { width: 150px; }
#hformfilter select { height: 25px; }
.irs--square .irs-min, .irs--square .irs-max, .irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single { font-size: 10px; }

#login, #rstorpass, #signup { min-height: 100vh; background-color: #f2f1ef; }
#login .login-section { padding-top: 75px; }
#login #form-wrapper { padding: 15px 25px; box-shadow: 0 0 20px 0 rgba(0,0,0,.2), 0 5px 5px 0 rgba(0,0,0,.24); background-color: #ffffff; }
#login #loginform input { background-color: #ecf0f1; border-color: #e4e9ed; }

#rstorpass form#restorepass, #signupform { padding-top: 15%; }





.dashboard { padding: 0; padding-bottom: 65px; background-color: #eff3f6; min-height: 100vh; }
#dashboard > #dash-menu nav.navbar-default { border-radius: 0; border-left: none; border-right: none; border-top: none; background-color: #ffffff; }
#dashboard > #dash-menu nav.navbar-default ul.navbar-nav li.active a { background-color: rgba(36,44,109,.15); color: #2c3e50; }
#dashboard > #dash-menu nav.navbar-default ul.navbar-nav li a { font-weight: 600; color: #2c3e50; }
#dashboard > #dash-menu nav.navbar-default ul.navbar-nav li a:hover { color: #336e7b; }

#dashboard #dash-boxes .dash-single-box { flex: 1 1 auto; padding: 1.25rem; } 
#dashboard #dash-boxes .dash-single-box .dashbox-icon { line-height: 60px; color: #242c6d; width: 60px; height: 60px; font-size: 26px; display: inline-block; font-weight: 400; border: 1px solid #f8f9fa; text-align: center; border-radius: 10%; background: rgba(36,44,109,.02); }
#dashboard #dash-boxes .dash-single-box p { margin-bottom: 0; font-size: 1.1rem; }

#dashboard #dash-map #dashmap-jvector, #dashb-wrapper #promomap { width: 100%; height: 400px; }
#dashmap-jvector .jvectormap-container, #promomap .jvectormap-container { height: 390px !important; }
#dashmap-jvector .jvectormap-zoomin, .jvectormap-zoomout, #promomap .jvectormap-zoomin { top: -100px; position: relative; }
#dashmap-jvector .jvectormap-legend-cnt, #promomap .jvectormap-legend-cnt { display: none; }
#dashboard #dash-statsbars canvas#dashchart { width: 100%; height: 400px !important; }

#dashpromo-chart { height: 290px !important; }

#dashchats, #dashenquiries, #dashsingleenquiry { font-size: 13px; }
#dash-chat-convers-list .panel { height: 80vh; overflow-y: auto; overflow-x: hidden; }
#dash-chat-convers-list .dash-single-conver { margin-bottom: 15px; background-color: #ecf0f1; padding: 8px 15px; border-radius: 3px; }
#dash-chat-convers-list .dash-single-conver:last-child { margin-bottom: 0; }
#dash-chat-convers-list .dash-single-conver.active { background-color: #c8f7c5; }
#dash-chat-convers-list .dash-single-conver.blink { animation: blinker 2s linear infinite; }
@keyframes blinker { 50% { background-color: #fff68f; } }

#dash-chat-convers-body .panel { height: 70vh; overflow-x: hidden; overflow-y: auto; }
#dash-chat-convers-body .panel .col-xs-12:not(:last-child) { margin-bottom: 25px; }
#dash-chat-convers-body .panel .col-xs-12.user { text-align: right; }
#dash-chat-convers-body .panel .col-xs-12 .single-msg { display: inline-block; width: auto; background-color: #eee; padding: 5px 15px; border-radius: 6px; margin-top: -3px; position: relative; }
#dash-chat-convers-body .panel .col-xs-12.me .single-msg { background-color: #e4f1fe; }
#dash-chat-convers-body .panel .col-xs-12.me .single-msg:before { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #e4f1fe; position: absolute; left: -6px; top: 6px; }
#dash-chat-convers-body .panel .col-xs-12.user .single-msg:before { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #eee; position: absolute; right: -6px; top: 12px; }

#dashenquiries .dash-enq-wrapper table tbody tr.warning td { color: #333333; }
#dashenquiries .dash-enq-wrapper table tbody tr td ul li { padding: 0 5px; }

#dashsinglehistorychat .dash-hist-wrapper .msgbody #hist-user-info ul li { width: 45%; padding: 5px; }
#dashsinglehistorychat .dash-hist-wrapper .msgbody #hist-chat-loop .col-xs-12 { margin-bottom: 20px; }
#dashsinglehistorychat .dash-hist-wrapper .msgbody #hist-chat-loop .col-xs-12 p.message { background-color: #eeeeee; border-radius: 4px; padding: 7px 15px; width: auto; display: inline-block; position: relative; }
#dashsinglehistorychat .dash-hist-wrapper .msgbody #hist-chat-loop .col-xs-12 p.message.user { background-color: #e4f1fe; }

#dashsinglepromo #dashb-wrapper #stats #statsfilters ul li a.active { font-weight: 600; }

table.htble thead tr th.active, table.htble thead tr th.active a.hsort { color: #2ecc71 !important; }

label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 10px;
}

/* Hide default HTML checkbox */
label.switch input.switcherinput {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switcher {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switcher:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.switcherinput:checked + .switcher {
  background-color: #22313f;
}

input.switcherinput:focus + .switcher {
  box-shadow: 0 0 1px #22313f;
}

input.switcherinput:checked + .switcher:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switcher.round {
  border-radius: 34px;
}

.switcher.round:before {
  border-radius: 50%;
}


.dashendfavs #hasfavs .singlefav figure.bgcover { height: 150px; }
.dashendfavs #hasfavs .singlefav ul.reset li:first-child { margin-bottom: 10px; }

.dashendmsgs .single-enq { margin-bottom: 60px; }


#trader { padding-bottom: 100px; }
#trader #list-promos-wrapper .singlepromolist { border: solid 2px #ae9e76; margin-bottom: 35px; }
#trader #list-promos-wrapper .singlepromolist > .row:first-child figure.bgcover { height: 300px; }
#trader #list-promos-wrapper .singlepromolist .col-xs-12.col-md-6.col-lg-5 > .row { padding: 35px; }



#client-promo { background-color: #f8f8f8; }
#client-promo section { background-color: white; border: solid 1px #ccc; padding: 0 2em 2em; margin: -5px 0 2em; }
#client-promo section article { padding: 25px 0 0 0; }

#client-promo #cp-main-info { border: solid 2px #ae9e76; background-color: #f6f6f6; margin-top: 25px; }
#client-promo #cp-main-info figure.bgcover { background-size: contain; height: 90px; }
#client-promo #cp-main-info p.small span { font-size: 56px; }
#client-promo #cp-main-info p + ul.inline.reset { margin-top: 15px; margin-bottom: 25px; }
#client-promo #cp-main-info p + ul.inline.reset li { margin: 0 10px; }

#client-promo #cp-video #cpvideo-wrapper iframe { height: 415px; border: none; }
#client-promo form#landing-reqsinfo { margin-top: 25px; }
#client-promo form[name='landing-reqsinfo'] .panel { background-color: #f6f6f6; padding: 15px; border-radius: 0; }
#client-promo form[name='landing-reqsinfo'] .panel h2 { margin-top: 0; margin-bottom: 15px; }
#client-promo form[name='landing-reqsinfo'] input.form-control:not([type='checkbox']) { padding: 6px 12px; height: 40px; }

#client-promo #cp-gallery .singleGallery figure { height: 150px; margin-top: 25px; }
#client-promo #cp-gallery iframe { border: none; height: 500px; background-color: transparent; margin-top: 25px; }

#client-promo #cp-features { background-color: #eaedee; margin-top: 25px; }
#client-promo #cp-features ul { margin-top: 25px; }
#client-promo #cp-features ul li:first-child { margin-right: 10px; }
#client-promo #cp-features ul li:first-child img { width: 50px; }
#client-promo #cp-features ul li { font-size: 17px; font-weight: 400; }

#client-promo .section-title { background: #f6f6f6; border: solid 1px #ae9e76; color: #153b41; font-size: 28px; font-weight: 600; margin: 10px 0 6px; padding: 0 14px; }
#client-promo section .section-title { margin-top: 25px; }
#client-promo section h2 { margin: 0; padding: 10px 0; }
#client-promo section h2 figure { display: inline-block; width: auto; }

#client-promo #cp-availab > .row:not(.section-title) > .col-xs-12 { display: block; }

#vhcw-applicative iframe { border: none !important; position: relative; top:0; left: 0; width: 100%; height: 100%; }
/*#client-promo #cp-availab #iframe-avail-container > div { width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
#client-promo #cp-availab #iframe-avail-container > div > .iframe-16-9 { position: relative; padding-bottom: 0; padding-top: 0px;overflow: hidden; height: 580px; }
#client-promo #cp-availab #iframe-avail-container iframe { border: none !important; position: absolute; top:0; left: 0; width: 100%; height: 100%; }*/

#client-promo #cp-360 iframe, #client-promo #cp-availab iframe, #client-promo #cp-virtual iframe { height: 520px; border: none; display: block; position: relative; }

#client-promo #cp-map form#map-custom { background-color: #f4f4f4; }
#client-promo #cp-map form#map-custom .form-group { margin: 15px; padding: 0; }
#client-promo #cp-map form#map-custom .form-group ul li { padding: 0 15px; }
#client-promo #cp-map form#map-custom .form-group ul li label { font-weight: 400; font-size: 85%; }
#client-promo #cp-map form#map-custom .form-group ul li label input { display: inline-block; }



#livechat { font-family:'Montserrat', sans-serif; }
#livechat #livechat-icon { width: 50px; height: 50px; position: fixed; bottom: 25px; right: 25px; z-index: 99; }
#livechat #livechat-icon .lvchat-icon { width: 100%; height: 100%; position: relative; border-radius: 100%; text-align: center; background-color: grey; }
#livechat #livechat-icon #lvchat-icon-sendemail { background-color: #d64541; }
#livechat #livechat-icon #lvchat-icon-online { background-color: #3fc380; }
#livechat #livechat-icon .lvchat-icon a { font-size: 2.5rem; color: #ffffff; line-height: 50px; }

.lvchat-wrapper { display: block; position: fixed; bottom: 25px; right: 25px; box-shadow: 0 0 3px #bdc3c7; width: 280px; border-radius: 5px; }
.lvchat-wrapper .row { margin: 0; }
.lvcht-header { background-color: #3fc380; color: #ffffff; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.lvcht-header.offline { background-color: #d64541; }
.lvcht-header:hover { cursor: pointer; }
.lvcht-header h5, .lvcht-header a { color: #ffffff; }
.lvcht-header a { line-height: 35px; font-size: 3rem; }
.lvcht-header a:hover { text-decoration: none; }

.lvchat-body { background-color: #ffffff; font-size: 12px; line-height: 17px; height: 300px; overflow-x: hidden; overflow-y: auto; }
.lvchat-body ul { list-style: none; padding: 0; margin: 0; }
.lvchat-body ul.lvchat-mssges li { padding: 7px 14px; margin: 10px 0; border-radius: 3px; box-shadow: 0 0 1px #2e3131; position: relative; }
.lvchat-body ul.lvchat-mssges li.support { background-color: #ecf0f1; }
.lvchat-body ul.lvchat-mssges li.support:before { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #d2d7d3; position: absolute; left: -6px; top: 10px; }
.lvchat-body ul.lvchat-mssges li.me { background-color: #ffffff; color: #013243; text-align: right; }
.lvchat-body ul.lvchat-mssges li.me:before { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #ecf0f1; position: absolute; right: -6px; bottom: 10px; }
.lvchat-body ul.lvchat-mssges li.writing { text-align: center; background-color: #ecf0f1; font-size: 2rem; }

.lvchat-form { background-color: #ffffff; font-size: 12px; line-height: 17px; overflow: hidden; }
.lvchat-form form { padding: 7px 14px; }
.lvchat-form form input, .lvchat-form form textarea { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; font-size: 12px; line-height: 17px; background-color: #fbfbfb; border-top-color: #dadfe1; }




/* PROMO DETAILS */
#vh-overlay { position: fixed; right: 10px; top: 80px; z-index: 999; max-width: 350px; font-size: small; display: none; }
#vh-overlay .alert { background-color: rgba(191, 230, 235, 0.85); }
#vh-overlay h5 { margin-top: 0; color: #0c5460; }
#vh-overlay p { line-height: 16px; margin-bottom: 0; }

#viewpromo { margin-bottom: 0; }

#viewpromo #vh-breadcrumbs ul.breadcrumb li { font-size: small; color: #95a5a6; }
#viewpromo #vh-breadcrumbs ul.breadcrumb li a { font-size: small; color: #6c7a89; }

#viewpromo #vh-container { padding-bottom: 65px; }
#vh-container #vhc-slider { margin-bottom: 35px; }
#vh-container #vhc-slider > .row { margin: 0; }
#vh-container #vhc-slider > .row > .col-xs-12 { padding: 0; }

#viewpromo #vh-container #vhc-header .backhistory { font-size: 2rem; padding-right: 5px; }
#viewpromo #vhc-slider .swiper-slide figure { height: 500px; }

#viewpromo #vh-container #vhcw-applicative iframe { height: 400px; }
#viewpromo #vh-container #vhcw-applicative .vhcwapp-fs { position: absolute; left: 30px; top: 10px; z-index: 9; }
#viewpromo #vh-container #vhcw-applicative .vhcwapp-fs a { background-color: white; display: inline-block; position: relative; padding: 5px 7px; border-radius: 2px; }
#viewpromo #vh-container #vhcw-applicative .vhcwapp-fs a h4 { margin: 0; }
#viewpromo #vh-container #vhcw-applicative .vhcwapp-fs a:hover h4 { color: #5bc0de !important; }

#viewpromo #vh-container #vhc-wrapper .isprime img { position: relative; top: -3px; }
#viewpromo #vhcw-map #osmappromo { width: 100%; height: 300px; }

/*#viewpromo #vhcw-houses ul.filters li { border: solid 1px #ecf0f1; padding: 4px 8px; margin-right: 5px; margin-bottom: 10px; }*/
#viewpromo #vhcw-houses form#promofilters > ul li:not(:last-child) { margin-right: 10px; }
#viewpromo #vhcw-houses form#promofilters label { font-size: small; font-weight: 400; }
#viewpromo #vhcw-houses form#promofilters .list-select select { min-width: 100px !important; height: auto; padding: 6px 12px; }
#viewpromo #vhcw-houses form#promofilters .list-select:before { top: 8px; }
#viewpromo #vhcw-houses form#promofilters button[type='submit'], #viewpromo #vhcw-houses form#promofilters a.btn-sm { padding: 6px 12px; }

#viewpromo #vhcw-houses .table-responsive { overflow-y: hidden; }
#viewpromo #vhcw-houses .table-responsive table { margin-bottom: 10px; }
#viewpromo #vhcw-houses .table-responsive table thead tr th span.active, #viewpromo #vhcw-houses .table-responsive table thead tr th a.active { color: #2c82c9; }
#viewpromo #htable-pag > nav { text-align: right; }
#viewpromo #htable-pag ul { margin: 0; }
#viewpromo #htable-pag .pagination > li > a, #viewpromo #htable-pag .pagination > li > span { padding: 4px 8px; font-size: smaller; font-weight: 500; color: #95a5a6; }
#viewpromo #htable-pag .pagination > li.active a { background-color: #95a5a6; border-color: #95a5a6; color: #ffffff; font-weight: 600; }

#vhcw-360 #poster360 i { position: absolute; z-index: 9; font-size: 6rem; left: 50%; top: 50%; margin-left: -3rem; margin-top: -3rem; color: white; }
#vhcw-360 #poster360:hover i { color: #2ecc71; }
#vhcw-360 #poster360 figure { height: 350px; }

#vhc-sidebar #vhcs-featured .row.pad15 { margin-bottom: 25px; }
#vhc-sidebar #vhcs-featured .bgcover { height: 75px; }
#vhc-sidebar #vhcs-featured .bgcover a { display: block; position: relative; width: 100%; height: 100%; }
#vhc-sidebar #vhcs-featured h5, #viewhouse #vhc-sidebar #vhcs-featured p { margin: 0; margin-bottom: 4px; }

#viewhouse #vhcw-similar { padding-bottom: 100px; }
#vhcw-similar .result-single { height: 175px; position: relative; display: inline-block; width: 100%; }
#vhcw-similar .result-single .isprime { position: absolute; right: 10px; top: 10px; z-index: 9; }
#vhcw-similar .result-single .rs-price { position: absolute; top: 10px; left: 10px; z-index: 9; font-size: 17px; line-height: 17px; color: white; font-weight: 600; background-color: #3498db; padding: 7px 14px; }
#vhcw-similar .result-single .rs-info-container { background-color: rgba(0, 50, 67, 0.85); padding: 10px 20px; font-size: 12px; position: absolute; left: 0; bottom: 0; z-index: 9; width: 100%; }
#vhcw-similar .result-single .rs-info-container ul li { padding: 0 2px; }
#vhcw-similar .result-single .rs-info-container label { color: #e4e9ed; margin: 0; }
#vhcw-similar .result-single .rs-info-container p { color: white; margin: 0; }

#fsovl { position: fixed; width: 100%; height: 100%; z-index: 9999; background-color: rgba(0,0,0,.75); left: 0; top: 0; padding: 50px 100px; }
#fsovl #closeovl { position: absolute; z-index: 99999; right: 50px; top: 50px; font-size: 2rem; }
#fsovl #fsovl-container { position: relative; display: block; width: 100%; height: 100vh; max-height: 900px; }
#fsovl #fsovl-container iframe { height: 90vh; max-height: 850px; }

#vhcw-virtual iframe { height: 400px; border: none; display: block; position: relative; }

#sharepromo ul li { width: 30%; margin: 3px; }
#sharepromo ul li a { display: inline-block; width: 100%; }



/* HOME */
#home { padding-bottom: 100px; }

#home #homevideo-filters { position: absolute; left: 25px; top: 75px; max-width: 700px; width: 100%; height: 50px; z-index: 99; }
#home #homevideo-filters button { transition: all ease-in-out .2s; font-size: small; }
#home #homevideo-filters button:hover { background-color: #ecf0f1; }
#home #homevideo-filters #hmv-filters-container { background-color: white; padding: 10px 20px; width: 100%; }
#home #filtermaphome .form-group { margin-bottom: 25px; }
#home #filtermaphome .noUi-tooltip { font-size: 10px; }
#home #filtermaphome .noUi-horizontal .noUi-handle { border-radius: 100%; width: 22px; height: 22px; }
#home #filtermaphome .noUi-handle:after, #home #map-filter  .noUi-handle:before { display: none; }
#home #filtermaphome .noUi-horizontal { height: 12px; }
#home #filtermaphome .noUi-connect { background-color: #013243; }
#home #filtermaphome .noUi-horizontal .noUi-tooltip { bottom: -180%; }
#home #homevideo-filters ul li { margin-right: 5px; }
#home #filtermaphome ul li { margin-right: 4px; }
#home #filtermaphome figure.filtermap { height: 265px; background-size: contain; background-color: #e9e9e9; line-height: 265px; text-align: center; }

#home #home-video-slider .swiper-container { height: 500px; }
/*#home #home-video-slider .swiper-wrapper video { visibility: visible; width: 100%; }*/
#home #home-video-slider .swiper-wrapper .swiper-slide figure { height: 500px; }

#home #results-main-wrapper #results-header { background-color: #013243; padding: 45px 15px; color: white; }
#home #results-main-wrapper #results-header h3 { margin: 0; }
#home #results-main-wrapper #results-featured { border-top: solid 5px #013243; }
#home .swiper-button-next, #home .swiper-button-prev { color: white; }

#home #results-main-wrapper #results-featured .result-single { height: 250px; position: relative; margin-bottom: 35px; transition: filter ease-in-out .2s; }
#home #results-main-wrapper #results-featured .result-single:hover { -webkit-filter: brightness(115%); filter: brightness(115%); }
#home #results-main-wrapper #results-featured .result-single a { display: block; position: relative; width: 100%; height: 100%; }
#home #results-main-wrapper #results-featured .result-single .rs-prime { position: absolute; right: 10px; top: 10px; }
#home #results-main-wrapper #results-featured .result-single .rs-price { position: absolute; top: 10px; left: 10px; z-index: 9; font-size: 17px; line-height: 17px; color: white; font-weight: 600; background-color: #3498db; padding: 7px 14px; }
#home #results-main-wrapper #results-featured .result-single .rs-info-container { background-color: rgba(0, 50, 67, 0.85); padding: 10px 20px; font-size: 12px; position: absolute; left: 0; bottom: 0; z-index: 9; width: 100%; }
#home #results-main-wrapper #results-featured .result-single .rs-info-container ul li { padding: 0 2px; }
#home #results-main-wrapper #results-featured .result-single .rs-info-container label { color: #e4e9ed; margin: 0; }
#home #results-main-wrapper #results-featured .result-single .rs-info-container p { color: white; margin: 0; }

#home #results-wrapper .homeresult-single { margin-bottom: 35px; position: relative; display: block; overflow: hidden hidden; border: 1px solid transparent; border-radius: 0; box-shadow: 0 1px 1px rgba(0,0,0,.05); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); }
#home #results-wrapper .homeresult-single > a { display: block; position: relative; width: 100%; height: 100%; }
#home #results-wrapper .homeresult-single .rsing-thumbs { height: 200px; }
#home #results-wrapper .homeresult-single .countHouses { position: absolute; left: 20px; top: 10px; z-index: 99; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: white; color: black; border-radius: 100%; }
#home #results-wrapper .homeresult-single .rs-price { font-size: 17px; line-height: 17px; width: auto; position: relative; display: inline-block; float: left; clear: both; color: white; font-weight: 600; background-color: #3498db; padding: 7px 14px; }
#home #results-wrapper .homeresult-single .rs-info-container ul li:not(:last-child) { margin-right: 20px; }
#home #results-wrapper .homeresult-single .rs-info-container ul li label, #home #results-wrapper .homeresult-single .rs-info-container ul li p { margin-bottom: 0; }
#home #results-wrapper .homeresult-single .client-logo img { max-height: 50px; width: auto; float: right; clear: both; }




/* VIRTUAL VISIT PRINT */
#virtualPrint { min-height: 100vh; }
#virtualPrint section#header { padding-top: 45px; }
#virtualPrint section#header h1 { color: #d2dbd6; font-weight: 600; }
#virtualPrint section#header h1 + hr { border-color: #d2dbd6; border-width: 4px; max-width: 150px; }

section:not(#header) #room-box { border: solid 8px white; box-shadow: 0 0 15px black; margin: 25px 0; padding: 0; }

.solutions { padding: 25px 45px; }
.solutions .row { margin-bottom: 25px; }
.solutions ul { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; align-content: center; }
.solutions li, .solutions li h4, .solutions li p, .room-title h3 { color: #4d5966; }
.solutions figure.icon { border: solid 2px #4d5966; border-radius: 50%; width: 70px; height: 70px; margin-right: 25px; text-align: center; }
.solutions figure.icon > img { position: relative; margin: 0 auto; width: 40px; top: 12px; }
.solutions .figurecontainer { border: solid 2px #4d5966; padding: 10px; }
.solutions .figurecontainer .matbg { height: 75px; border: solid 1px #4d5966; -webkit-print-color-adjust: exact; }

#footer { margin-bottom: 150px; }
#footer h3 { font-weight: 400; }

@media print {
	* { -webkit-print-color-adjust: exact; }
	.pagebreak { page-break-before: always; }
	h1, h2 { font-size: 20px; }
	hr { display: none; }
	section.mb45 { margin-bottom: 15px; margin-top: -45px; }
	img.finalrender { width: auto; max-width: 100%; max-height: 550px; margin: 0 auto; position: relative; display: block; }
}




@media only screen and (max-width: 1920px) {
	#home #map-filter { left: 0; top: 50px; }
	#home #map-filter h4 { font-size: 1.5rem; margin: 0; }
	#home #map-filter h4 + hr { margin-top: 10px; margin-bottom: 10px; }
	#home #map-filter form { font-size: smaller; }
}

@media only screen and (max-width: 1024px) {
	.container { padding-left:25px; padding-right:25px; }
	p { font-size:13px; line-height:16px; }
	
	#viviendaInfo { top: 500px; }
	#vivienda-canvas #viviendaplano { left: 0; }
	
	#client-promo #cp-360 iframe, #client-promo #cp-availab iframe, #client-promo #cp-virtual iframe, #cp-map iframe { height: 490px; }
	#aplcavailifrmcontainer { max-width: 994px !important; }
	
	#vhcw-similar { padding-left: 15px; padding-right: 15px; }
	
	#fsovl #closeovl { top: 20px; right: 20px; }
	#fsovl #fsovl-container, #fsovl #fsovl-container iframe { max-height: 670px; }
	
}

@media only screen and (max-width: 991px) {
	.container {
		max-width:950px!important;
	}
}

@media only screen and (max-width: 768px) {
	p { font-size:17px; line-height:22px; text-align:justify; }
	
	#viviendaInfo { top: 330px; font-size: 10px; }
	#viviendaInfo ul li { padding: 5px; }
	
	#client-promo #cp-video #cpvideo-wrapper iframe, #client-promo #cp-360 iframe, #client-promo #cp-availab iframe, #client-promo #cp-virtual iframe, #cp-map iframe, #client-promo #cp-availab #iframe-avail-container > div > .iframe-16-9 { height: 365px; }
	
	#fsovl #fsovl-container, #fsovl #fsovl-container iframe { max-height: 950px; }
	
	#animate-nav ul li { font-size: .75rem; padding: 5px 10px; line-height: .75; }
	
}

@media only screen and (max-width: 500px) {
	p { font-size:13px; line-height:17px; }
	
	#viviendaInfo { top: 200px; }
	#viviendaInfo ul { font-size: 7px; }
	#vivienda-canvas .col-xs-12 { height: auto; margin-bottom: 25px; }
	
	#viewpromo #vhc-slider .swiper-slide figure { height: 250px; }
	
	#client-promo #cp-main-info figure.bgcover { height: 60px; }
	#client-promo #cp-main-info p.small { text-align: center;margin-top: 10px; }
	#client-promo #cp-main-info p.small span { font-size: 4rem; display: block; line-height: 4.5rem; }
	
	#client-promo #cp-video #cpvideo-wrapper iframe, #client-promo #cp-360 iframe, #client-promo #cp-availab iframe, #client-promo #cp-virtual iframe, #cp-map iframe, #client-promo #cp-availab #iframe-avail-container > div > .iframe-16-9 { height: 180px; }
	
	#client-promo form[name='landing-reqsinfo'] { font-size: 85%; }
	
	#client-promo #cp-features > .row .col-xs-6 > ul { text-align: center; min-height: 110px; }
	#client-promo #cp-features > .row .col-xs-6 > ul > li { display: block; }
	#client-promo #cp-features > .row .col-xs-6 > ul > li:first-child { margin-bottom: 15px; }
	
	#client-promo section h2 { font-size: 2rem; }
	#client-promo section h2 > figure > img { width: 35px; }
	
	#client-promo #cp-houses-listing table { font-size: 85%; margin-left: -15px; }
	
	#client-promo #cp-map form#map-custom .form-group ul li { width: 45%; padding: 0 5px; }
	
	#home #results-wrapper .homeresult-single .rs-info-container ul li { margin-bottom: 10px; }
	#home #homevideo-filters #hmv-filters-container { width: 330px; }
	
	#aplcavailifrmcontainer { max-width: 345px !important; }
	
	/*#home #map-filter { display: none; width: 90%; left: 20px; top: 70px; }
	#home #map-filter form .btn { font-size: 1.1rem; padding: 8px 16px; }
	
	#home #map-filter-xs { position: absolute; z-index: 99; width: 50px; height: 50px; background-color: #ffffff; border-radius: 100%; text-align: center; border: solid 1px #bdc3c7; top: 60px; right: 10px; }
	#home #map-filter-xs a { font-size: 2rem; line-height: 50px; }*/
	
	#vh-overlay { position: absolute; display: block; margin: 0 auto; left: 0; }
	
	.dashendfavs #hasfavs .singlefav figure.bgcover { margin-bottom: 15px; }
	
	#sharepromo { padding-top: 15px; }
	#vhcw-description { padding-top: 50px; }
	#vhc-slider { margin-bottom: 0 !important; }
	#vhcw-similar { padding-top: 35px; margin-bottom: 45px; }
	
	#fsovl #closeovl { top: 0; right: 0; }
	#fsovl #fsovl-container, #fsovl #fsovl-container iframe { max-height: 620px; }
	
	#virtualPrint section#header h1, #virtualPrint section#header h2 { font-size: 2rem; }
	#virtualPrint section#header hr { display: none; }
	#virtualPrint .room-title h3 { font-size: 1.5rem; }
	#virtualPrint #room-box .solutions > .row { margin-bottom: 45px; }
	#virtualPrint #room-box .solutions > .row > .col-sm-9 { margin-bottom: 15px; }
	#virtualPrint #room-box .solutions figure.icon { width: 60px; height: 60px; }
	#virtualPrint #room-box .solutions figure.icon > img { width: 35px; }
	#virtualPrint #footer .col-sm-6:first-child { margin-bottom: 85px; }
	#virtualPrint #footer .col-sm-6 { text-align: center !important; }
	#virtualPrint #footer button[type='button'] { width: 100%; }
	
}