/*=== HEADER ===*/
#inner-banner .small-text {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.03em;
}
#header{
	height: 48px;
}
.header-wrapper{
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.top-bar{
	height: 48px;
	font-family: 'SinkinSans-400Regular'; 
	color: #ffffff;
	background: #00181c;
}
.top-bar .page{
	max-width: 1200px;
	height: 100%;
}
.top-bar .cell:first-child{
	padding-left: 35px;
	width: 390px;
}
.top-bar .cell:last-child{
	font-size: 0;
}
.top-info li{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.top-info a{
	color: #ff6631;
}
.top-bar  .facebook{
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	margin-right: 20px;
}
.top-bar a[href^="tel:"]{
	display: inline-block;
	vertical-align: top;
	font: 14px 'SinkinSans-700Bold';
	margin: 13px 26px 0 0;
}
.top-bar .ico-phone{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background: url(../images/icons/phone.png) no-repeat;
	margin-right: 5px;
}
.top-bar .favorites{
	display: inline-block;
	font-size: 22px;
	line-height: 34px;
	vertical-align: top;
	margin: 5px 23px 0 0;
	position: relative;
}
.top-bar .favorites .counter{
	font: 9px 'SinkinSans-400Regular';
	line-height: 18px;
	color: #fff;
	border: 2px solid #00181c;
	background: #ff6631;
	min-width: 21px;
	height: 21px;
	text-align: center;
	padding: 0 2px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	position: absolute;
	right: -7px;
    top: 4px;
}
.top-bar .btn{
	font: 12px/48px 'SinkinSans-700Bold';
    vertical-align: top;
	position: relative;
	min-width: 98px;
	padding: 0 15px;
}
.top-bar .btn-filled{
	padding: 0 20px;
}
.ico-user{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/icons/user.png) no-repeat;
	margin: -6px 6px 0 0;
}
/*=== MAIN NAVIGATION ===*/
.header-menu{
	background: rgba(0, 24, 28, 0.8);
	height: 82px;
	color: #ffffff;
}
.nav-menu > .logo-item{
	vertical-align: top;
	width: 132px;
	padding: 0;
	position: relative;
	margin: 0 45px;
}
.logo-item .center-logo,
.center-logo-mobile{
	display: flex;
	width: 132px;
	height: 132px;
	background: #0e615d;
	justify-content: center;
	align-items: center;
    padding: 6px;
    position: absolute;
    top: -23px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
   		 	transform: translateX(-50%);
    left: 50%;
}
.center-logo-mobile {
	
}
.logo-item .center-logo:after{
	content: "";
	width: 132px;
	height: 30px;
	display: block;
	position: absolute;
	top:104%;
	left: 0px;
	background: url(/images/layout/rohmeyer_logo.png) no-repeat scroll center center transparent;
	background-size: contain;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
}
.center-logo-mobile:after{
	content: "";
	width: 102px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0px;
	background: url(/images/layout/rohmeyer_logo.png) no-repeat scroll center center transparent;
	background-size: contain;
	z-index: 99;
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
	visibility: visible;
	transition: all 0.3s ease 0s;
}
.fade .center-logo-mobile:after {
	bottom: -10px;
	opacity: 0;
	visibility: hidden;
}
.center-logo-mobile {
	top: 0px !important;
	height: 74px !important;
	width: 100px !important;
}
.fade .center-logo-mobile {
	height: 48px !important;
	width: 63px !important;
}
.logo-item .center-logo img{
	display: block;
}
.center-logo-mobile,
#nav-btn,
#nav-close-btn{
	display: none;
}
.nav-menu > li{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 16px;
    padding-top: 29px;
}
.nav-menu > li:first-child{
	margin-left: 0;
}
.nav-menu  li  a{
	display: block;
	font: 13px/22px 'SinkinSans-500Medium';
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	padding: 0 8px 17px;
}
.nav-menu > li.active > a:after,
.nav-menu > li > a:after{
	content: "";
	display: block;
	height: 7px;
	background: #ff6631;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nav-menu > li.active > a:after,
.nav-menu > li:hover > a:after{
	opacity: 1;
	visibility: visible;
}
.sub-menu{
    display: block;
	background: #003038;
    text-align: left;
    list-style: none;
    min-width: 210px;
    padding: 20px 30px 30px 32px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
}
.sub-menu li{
    display: block;
    border-bottom: 3px solid #0d3b43;
}
.nav-menu .sub-menu a{
	display: inline-block;
	font: 13px/22px 'SinkinSans-500Medium';
	padding: 8px 20px 10px 0;
	text-transform: capitalize;
	background-position: right center;
}
.nav-menu .sub-menu a:hover{
	background: url(../images/arrows/sub-menu-hvr.png) no-repeat right center;
}
.nav-menu .sub-menu li:last-child{
	border: none;
}
.close-btn {
	display: block;
	background: url(../images/icons/close-btn.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: 0;
	top: 50px;
	right: 50px;
	z-index: 5;
}
#nav-close-btn {
	top: 50px;
	right: 50px;
}
/*=== FIXED HEADER ===*/
 #inner #header{
	height: 107px;
 }
.fixed .header-menu, #inner .header-menu{
	background: #003038;
	height: 59px;
}
.fixed .logo-item .center-logo,
#inner .logo-item .center-logo{
	height: 103px;
	width: 103px;
}
.fixed .nav-menu > li,
#inner .nav-menu > li{
	padding-top: 20px;
}
.fixed .nav-menu > .logo-item,
#inner .nav-menu > .logo-item {
	width: 103px;
}
.fixed .logo-item .center-logo:after,
#inner .logo-item .center-logo:after {
	opacity: 0;
	visibility: hidden;
	top:95%;
	width: 103px;
	height: 23px;
}

/*=== TOP BANNER ===*/
.banner{
	min-height: 610px;
}
.banner .relative{
	height: 100%;
	min-height: 100%;
}
.banner > .relative:after,
.sub-banner:after{
	content: "";
	background: rgba(0, 16, 19, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
}
.banner .banner-content{
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
}
.main-slider {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}
.main-slider .banners {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.main-slider .banners div {
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .slider-dots {
    position: absolute;
    top: 50%;
    z-index: 2;
    text-align: right;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .slick-dots {
	position: static;
	bottom: auto;
    left: 0;
}
.banner .slick-dots li {
	display: block;
    width: 7px;
    height: 32px;
    margin: 0 0 8px 0;
    text-indent: 100%;
    overflow: hidden;
}
.banner .slick-list,
.banner .slick-track,
.item-images .slick-list,
.item-images .slick-track{
	height: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.slick-dots li button:before {
    content: none;
}
.slick-dots li{
    width: 32px;
    height: 7px;
    margin: 0 8px 0 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.slick-dots li:last-child{
	margin: 0;
}
.slick-dots li.slick-active{
     background-color: #fff;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.banner-text{
	color: #fff;
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
	padding-top: 140px;
}
.banner-text .text-container { 
	position: relative;
}
.banner .large-text{
	font-size: 51px;
	line-height: 55px;
	text-shadow: 1px 1px 40px rgba(0, 24, 28, 0.5), -1px -1px 40px rgba(0, 24, 28, 0.5);
	margin-bottom: 28px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.banner .large-text.active {
	opacity: 1;
	visibility: visible;
}
.search-form{
	font-size: 0;
}
.search-form .prop-types input[type=radio]{
	visibility: hidden;
	position: absolute;
}
.search-form .prop-types input[type=radio] + label{
	display: inline-block;
	font: 16px 'Barlow-Regular';
	text-transform: uppercase;
	width: 135px;
	text-align: center;
	padding: 15px 10px; 
	background: rgba(0, 48, 56, 0.9);
	margin-right: 2px;
	cursor: pointer;
}
.search-form .prop-types input[type=radio]:checked + label{
	background: #0e615d;
}
.search-form .prop-types input[type=radio] + label:last-child{
	margin-right: 0;
}
.search-form .prop-search{
	padding: 11px;
	background: rgba(255, 255, 255, 0.2);
    max-width: 610px;
    margin: 0 auto;
}
.search-form input[type=text]{
	font: 16px/20px 'Barlow-Regular';
	width: calc(100% - 120px);
	margin-right: 10px;
}
.search-form input[type=submit]{
	width: 110px;
}
.bottom-line{
	position: absolute;
	width: 100%;
	left: 15px;
	right: 15px;
	bottom: 35px;
	color: #fff;
	padding-left: 55px;
}
.bottom-line .more{
	font: 20px 'Barlow-Regular';
}
.bottom-line .more strong{
	font-family: 'Barlow-Bold';
}
.bottom-line .more:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	background: url(../images/arrows/more-circle.png) no-repeat;
	margin-right: 16px;
	position: relative;
	top: -3px;
}
.move-down{
	width: 37px;
	height: 21px;
	background: url(../images/arrows/move-down.png) no-repeat;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	left: 50%;
	margin-left: -10px;
	font-size: 25px;
}
.sub-banner{
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center center;
	position: relative;
}
.sub-banner:after{
	background: rgba(0, 0, 0, 0.4);
}
.sub-banner .container{
	position: relative;
	height: 100%;
	z-index: 3;
	color: #fff;
}
.sub-banner .container:before{
	content: "";
	position: absolute;
	right: 50px;
	top: 0;
	height: 225px;
	width: 363px;
	background: url(../images/layout/bg-auction-lg.png) no-repeat;
}
.sub-banner .large-text{
	font-size: 51px;
	line-height: 55px;
}
.sub-banner .large-text:after{
	margin-top: 10px;
}
.list-filter .close-btn {
	display: none;
}
/*=== BREADCRUMBS ===*/
.breadcrumbs{
    position: relative;
    margin: 0 0 50px;
}
.breadcrumbs li{
    display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
    line-height: 24px;
}
.breadcrumbs li:after{
    content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 12px;
    margin: 0px 3px 0 5px;
	background: #00181c;
	position: relative;
    top: 5px;
}
.breadcrumbs li:last-child:after{
    content: none;
}
.breadcrumbs li:last-child span{
	font-family: 'SinkinSans-700Bold';
	color: #0e615d;
}
/*=== MAIN CONTENT ===*/
.main-content{
	padding: 40px 0 65px;
}
.top-content{
	background: url(../images/layout/bg-auction-light.png) no-repeat right 50px top;
	padding: 63px 0 5px;
	height: 177px;
}
.top-content h1:after{
	margin-left: auto;
	margin-right: auto;
}
.main-content .col-right,
.main-content .col-left{
	padding-bottom: 55px; 
}
.main-content .col-right{
    width: 407px;
    padding-left: 80px;
}
.main-content .col-left h1{
	margin-bottom: 21px;
}
.main-content .col-left > p:last-child,
.main-content .col-right > div:last-child{
	margin-bottom: 0;
}
.main-content .col-right > div{
	margin-bottom: 50px;
}
.cta-banner{
	text-align: center;
}
.cta-text{
	font: 36px/38px 'Barlow-Black';
	text-transform: uppercase;
}
.cta-i-text{
	font: 58px/50px 'CorinthiaMediumRob';
}
.cta-banner p{
 	font: 14px 'SinkinSans-400Regular';
}
.cta-banner .more{
	font: 18px 'Barlow-Bold';
	text-transform: uppercase;
}
.cta-banner .more i{
	color: #ff6631;
	margin-left: 5px;
}
.round-banner{
	background: url(../images/layout/bg-auction-sidebar.png) center bottom no-repeat #e5eaeb;
	max-width: 327px;
	height: 327px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	padding: 40px 30px 20px;
}
.round-banner .cta-i-text{
	margin-bottom: 5px;
}
span.add-to-favorites{
	display: block;
	position: relative;
	height: 47px;
	font-size: 46px;
	color: #ff6631;
	margin-bottom: 16px;
}
span.add-to-favorites i{
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
/*=== ABOUT SECTION ===*/
.about-wrapper .container{
	max-width: 1230px;
	height: 620px;
}
.about-wrapper .container > .table > .cell:first-child{
	padding: 80px 95px 0 90px;
}
.about-wrapper  .container > .table > .cell:last-child{
	width: 406px;
}
.about-wrapper p a{
	font-family: 'Barlow-Bold';
	color: #0e615d;
}
.about-wrapper .benefits-banner{
	margin-top: 52px;
	height: 397px;
}
.about-wrapper .benefits-banner .relative{
	padding: 50px 35px 55px;
}
 /*==== BENEFITS BANNER ===*/
.benefits-banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}
.benefits-banner:after{
 	content: "";
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	background: rgba(0, 24, 28, 0.85);
 }
.benefits-banner .relative{
	z-index: 1;
	padding: 40px 35px 50px;
}
.benefits-banner .cta-text{
	margin-bottom: 15px;
}
.benefits-banner .cta-text span{
	color: #ff6631;
}
.benefits-banner .cta-i-text{
	margin-bottom: 18px;
}
 .benefits-banner p{
    max-width: 500px;
    margin: 0 auto 15px;
 }
.benefits-banner .btn{
	color: #fff;
}
/*=== PRODUCT ITEM ===*/
.item-box{
	background: #fff;
}
.item-box, .item-top{
	position: relative;
}
.prop-box .item-top.auction {
	height: calc(100% - 95px);
}
.item-counter > p.small {
	margin-bottom: 0;
	font-size: 18px !important;
}
.item-top-info{
	background: rgba(0, 24, 25, 0.85);
	color: #fff;
	text-align: left;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1001;
	padding: 8px 10px 8px 14px 
}
.item-top-info .item-price{
	display: inline-block;
}
.item-price{
	font: 14px 'SinkinSans-500Medium';
}
.item-price strong{
	font: 14px 'SinkinSans-700Bold';
	color: #ff6631;
}
.item-top-info .add-to-favorites{
	font-size: 15px;
	float: right;
	position: relative;
	margin-top: -5px;
}
.item-top-info .add-to-favorites i {
	position: absolute;
	right: 0;
	top: 4px;
	opacity: 1 !important;
	visibility: visible !important;
	font-weight: 500 !important;
	transition: all 0.3s ease 0s;
}
.item-top-info .add-to-favorites:hover i.far {
	color: #ff6631 !important;
}
.item-top-info .add-to-favorites i.fas{ 
	display: none !important;
}
.item-top-info .add-to-favorites.active i.far{
	font-weight: 700 !important;
	color: #ff6631 !important;
}
.item-top-info .add-to-favorites.active i.fas{
	display: block;
	opacity: 1;
	visibility: visible;
}
.item-images{
	height:100%;
	overflow: hidden;
}
.prop-box {
	display: flex;
	height: 100%;
}
.prop-box .item-top {
	height: 100%;
}
.item-box figure{
	background-repeat: no-repeat;
	background-size: auto 108%;
	background-position: center center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.item-box figure:before {
	content: "\f06e";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	font-size: 60px;
	display: flex;
	position: absolute;
	background: rgba(0, 48, 56, 0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	justify-content: center;
	align-items: center;
	z-index: -1;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.item-box figure:after {
	content: attr(title);
	font: 14px 'SinkinSans-700Bold';
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	z-index: 0;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -300%);
	-moz-transform:    translate(-50%, -300%);
	-ms-transform:     translate(-50%, -300%);
	-o-transform:      translate(-50%, -300%);
	transform:         translate(-50%, -300%);
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.item-box figure:hover:before,
.item-box figure:hover:after{
	opacity: 1;
}
.item-img-overlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 24, 28, 0.7);
	color: #fff;
	text-align: center;
}
.item-img-overlay a{
	padding-top: 7px;
}
.item-img-overlay span{
	font: 18px 'Barlow-Bold';
	text-transform: uppercase;
}
.item-img-overlay span i{
	font-size: 20px;
	line-height: 12px;
  	color: #ff6631;
  	margin-left: 10px;
  	vertical-align: top;
    position: relative;
    top: 2px;
}
.item-ctrls{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
	text-align: left;
}
.item-ctrls .btn-buy{
	display: inline-block;
	vertical-align: top;
	font: 12px 'SinkinSans-500Medium';	
	text-transform: uppercase;
	color: #fff;
	background: rgba(255, 102, 49, 0.8);
	padding: 0 16px;
	line-height: 35px;
	transition: all 0.3s ease 0s;
}
.item-ctrls .btn-buy:hover {
	background: rgba(255, 102, 49, 1);
}
.item-img-arrows{
	background: rgba(0, 48, 56, 0.8);
	width: 52px;
	height: 35px;
	font-size: 0;
	float: right;
}
.item-img-arrows:empty {
	display: none;
}
.item-img-arrows button{
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
}
.item-img-arrows button:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-arrows .slick-prev{
	background: url(../images/arrows/sl-arr-small-lt.png) right 6px top 50% no-repeat;
}
.item-img-arrows .slick-next{
	background: url(../images/arrows/sl-arr-small-rt.png) 6px 50% no-repeat;
}
.item-img-arrows .slick-prev:after{
	background: url(../images/arrows/sl-arr-small-lt-hvr.png) right 6px top 50% no-repeat;
}
.item-img-arrows .slick-next:after{
	background: url(../images/arrows/sl-arr-small-rt-hvr.png) 6px 50% no-repeat;
}
.item-info{
	color: #0a1312;
}
.attribute-list {
	font-size: 0;
	font-family: 'SinkinSans-500Medium';
	border-bottom: 2px solid #e8eced;
	padding-bottom: 12px;
	margin-bottom: 20px;
	white-space: nowrap;
}
.attribute-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
    text-align: center;
	text-transform: uppercase;
    width: 33.333%;
    position: relative;
}
.attribute-list li:after {
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	right: 0;
	top: -1px;
	background: #d4d4d4;
}
.attribute-list li:first-child {
	padding-left: 0;
}
.attribute-list li:nth-child(2) {
/* 	width: 35%; */
}
.attribute-list li:last-child {
/* 	padding: 0 0 0 10px; */
	margin-right: 0;
}
.attribute-list li:last-child:after {
	content: none;
}
.attribute-list li span {
	display: block;
	font: 16.5px/24px 'Barlow-Bold';
    margin-bottom: 5px;
}
.attribute-list li span:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 22px;
	background-position: left center;
	background-repeat: no-repeat;
    background-size: 100%;
}
.count-bedrooms span:before{
	background-image: url(../images/icons/bed.png);
	width: 23px;
	margin-right: 8px;
}
.count-bath-rooms span:before{
	background-image: url(../images/icons/bath.png);
	width: 24px;
	margin-right: 8px;
}
.count-area span:before{
	background-image: url(../images/icons/area.png);
	width: 24px;
	margin-right: 6px;
	background-size: 100%;
}
.item-info{
    text-align: left;
}
.item-name{
	text-align: left;
	font: 14px/22px 'SinkinSans-500Medium';
	margin-bottom: 15px;
}
.item-company{
	font: 10px/22px 'SinkinSans-500MediumItalic';
}
.item-type{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font: 14px 'SinkinSans-500Medium';
	width: 100%;
	padding: 9px 10px;
	background: #e5eaeb;
    margin-bottom: 20px;
}
.item-tour, .item-share{
	display: inline-block;
	vertical-align: middle;
}
.item-tour{
	width: 26px;
	height: 25px;
	position: relative;
	font-size: 28px;
	color: #000;
}
.item-tour.no-click i,
.item-tour.no-click:hover i {
	color: #cbcbcb !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: default;
}
.item-share{
	width: 27px;
	height: 26px;
	margin: 0 0 0 11px;
	position: relative;
}
.item-tour .ico-tour,
.item-share .ico-share{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% !important;
}
/*
.item-tour .ico-tour{
	background: url(../images/icons/v-tour.png) no-repeat;
}
*/
.item-share .ico-share{
	background: url(../images/icons/share.png) no-repeat;
}
.item-tour:after, .item-share:after{
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
/*
.item-tour:after{
	background-image: url(../images/icons/v-tour-hvr.png)
}
*/
.item-share:after{
	background-image: url(../images/icons/share-hvr.png)
}
.item-btm{
	background: #0e615d;
	color: #fff;
	padding: 12px 20px 14px;
	font-family: 'SinkinSans-500Medium';
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	min-height: 95px;
}
.item-counter{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 11px;
	padding: 0 0px 11px;
    font-size: 0;
    white-space: nowrap;
}
.item-counter > p {
	font-size: 28px !important;
	text-transform: uppercase;
	font-family: 'Barlow-Black' !important;
	font-weight: bold;
}
.item-counter li{
	display: inline-block;
	vertical-align: top;
	font-size: 8px;
    line-height: 1.2;
	text-transform: uppercase;
}
.item-counter li span{
	display: block;
	font: 24px 'Barlow-Black';
}
.item-counter li:nth-child(even){
	font: 31px/25px 'Barlow-Regular';
	margin: 0 8px;
}
.item-btm-info{
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	text-transform: uppercase;
	padding: 9px 20px 0 17px;
}
.item-btm-info span{
	float: right;
}
/*=== FEATURED SLIDER ===*/
.featured-auctions{
	background: url(../images/layout/bg-auction-feat.png) #003038 no-repeat;
	color: #fff;
	height: 980px;
    position: relative;
    margin-top: -114px;
    z-index: 8;
}
.featured-auctions .inner-overflow{
	padding: 40px 60px 0 70px;
	height: 100%;
	overflow: hidden;
}
.featured-auctions h2{
	margin-bottom: 20px;
}
.featured-auctions h2 span{
	color: #ff6732;
}
.featured-auctions h2:after{
	background: #fff;
}
.featured-slider.slick-slider{
	margin-bottom: 0;
}
.featured-slider .item-box{
	margin-bottom: 24px;
}
.slick-vertical .slick-slide{
	border: none;
}
.featured-slider .item-top-info{
    padding: 4px 10px 5px 12px;
}
.featured-slider .item-box figure, .featured-slider .item-images{
	height: 183px;
}
.featured-slider .attribute-list{
	padding: 15px 9px 11px;
    margin: 0 20px 12px 16px;
}
.featured-slider .item-info.home .attribute-list {
	margin: 0 0 12px;
    width: 100%;
}
.featured-slider .attribute-list li span{
	font-size: 15px;
	margin-bottom: 0;
}
.featured-slider .attribute-list li:after{
	background: #40583d;
	width: 1px;
}
.featured-slider .count-area span{
	height: 21px;
}
.featured-slider .count-bedrooms span:before{
	width: 22px;
}
.featured-slider .count-bath-rooms span:before{
	width: 23px;
}
.featured-slider .count-area span:before{
	width: 22px;
}
.featured-slider .item-info{
	padding: 0 8px 12px 12px;
}
.featured-slider .item-info.home {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.featured-slider .item-info.home .bottom {
	width: 100%;
	text-align: center;
}
.featured-slider .item-info.home .bottom .btn {
	padding: 10px 28px 8px;
	margin-bottom: 6px;
}

.featured-slider .item-info .pull-left{
	width: calc(100% - 99px);
    padding-right: 10px;
}
.featured-slider .item-info .pull-right{
	width: 99px;
	text-align: right;
}
.featured-slider .item-share{
	margin-right: 8px;
}
.featured-slider .item-name{
	font: 12px/18px 'SinkinSans-500Medium';
}
.featured-slider .item-type{
	font-size: 10px;
	margin-bottom: 15px;
}
.featured-slider .item-tour{
	width: 20px;
	height: 19px;
	background-size: 100%;
}
.featured-slider .item-share{
	width: 20px;
	height: 20px;
	margin: 0 7px 0 8px;
	background-size: 100%;
}
.featured-slider .item-counter li:nth-child(2),
.featured-slider .item-counter li:nth-child(4){
	margin: 0 15px;
}
.featured-slider .item-btm{
	padding: 10px;
}
.featured-slider .item-btm.home {
	position: static;
}
.featured-slider .item-btm-info{
	line-height: 12px;
}
.item-arrows{
    position: absolute;
    left: -30px;
    top: 306px;
    width: 60px;
}
.item-arrows button{
	position: relative;
	left: 0;
	right: 0;
}
.item-arrows button,
.item-arrows button:after{
	display: block;
	width: 60px;
	height: 60px;
	border: 4px solid #ff7531;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	transform: none;
}
.item-arrows button.slick-prev{
	background: url(../images/arrows/sl-arr-top.png) center center no-repeat;
	margin-bottom: 8px;
}
.item-arrows button.slick-next{
	background: url(../images/arrows/sl-arr-btm.png) center center no-repeat;
}
.item-arrows button.slick-prev:hover,
.item-arrows button.slick-next:hover{
	background-color: #ff7531 !important;
}
.item-arrows button.slick-prev:after,
.item-arrows button.slick-next:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -4px;
	top: -4px;
}
.item-arrows button.slick-prev:after{
	background: url(../images/arrows/sl-arr-top-hvr.png) center center no-repeat #ff7531;
}
.item-arrows button.slick-next:after{
	background: url(../images/arrows/sl-arr-btm-hvr.png) center center no-repeat #ff7531;
}
 /*=== HOW IT WORKS SECTION ===*/
.hiw-wrapper{
	background: #e5eaeb;
	padding: 285px 0 67px;
}
.hiw-wrapper h2{
	margin-bottom: 68px;
}
.hiw-info{
	font-size: 0;
	margin: 0 9px 70px;
}
.hiw-info li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 9px;
}
.hiw-info .img-box{
	width: 100%;
	height: 250px;
	border: 15px solid #fff;
	position: relative;
}
.hiw-info li:hover .img-box{
	border-color: #ff6732;
}
.hiw-info .img-box strong{
	font: 24px 'Barlow-Black';
	text-transform: uppercase;
	position: relative;
	width: 130px;
	line-height: 15px;
	background: #e5eaeb;
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -65px;
}
.hiw-info li:nth-child(even) strong{
	top: auto;
	bottom: -15px;
}
.hiw-info li .img-box:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 28px 0 28px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -28px;
	bottom: -43px;
}
.hiw-info li:nth-child(even){
	padding-top: 15px;
}
.hiw-info li:nth-child(even) .img-box:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 28px 28px 28px;
	border-color: transparent transparent #ffffff transparent;
	bottom: auto;
	top: -43px;
}
.hiw-info li:hover .img-box:before{
	border-color: #ff6732 transparent transparent transparent;
}
.hiw-info li:nth-child(even):hover .img-box:before{
	border-color: transparent transparent #ff6732 transparent;
}
.hiw-info .img-box strong span{
	color: #ff6732;
}
.hiw-info h3{
	color: #0e615d;
	margin-bottom: 15px;
}
.hiw-info li:nth-child(odd) h3{
	margin-top: 58px;
}
.hiw-info li p{
	font: 12px/22px 'SinkinSans-400Regular';
	margin-bottom: 0;
}
.hiw-info li:nth-child(even) p{
	margin-bottom: 40px;
}
.hiw-info .img-box{
	background-repeat: no-repeat;
	background-position: center center;
}
.hiw-info li:nth-child(1) .img-box{
	background-image: url(../images/icons/step-01-explore.png);
}
.hiw-info li:nth-child(2) .img-box{
	background-image: url(../images/icons/step-02-bid.png);
}
.hiw-info li:nth-child(3) .img-box{
	background-image: url(../images/icons/step-03-sign.png);
}
.hiw-info li:nth-child(4) .img-box{
	background-image: url(../images/icons/step-04-deal.png);
}
/*=== COUNTIES LIST ===*/
.counties-list{
	background: #003038;
	height: auto;
	color: #fff;
	padding: 52px 0 50px;
}
.counties-list h3{
	font: 16px 'SinkinSans-500Medium';
	letter-spacing: 1.5px;
	margin-bottom: 40px;
}
.counties-list h3 span{
	color: #ff6732;
}
.counties-list ul{
	font: 16px 'Barlow-Regular';
	display: inline-block;
	margin-right: 11%;
}
.counties-list ul:last-child{
	margin-right: 0;
}
.counties-list ul li{
	margin-bottom: 8px;
}
/*
.counties-list a:hover{
	color: #ff6732;
}
*/
/*=== BOTTOM BANNER ==*/
.bar-callout a{
	background: url(../images/layout/dots-pattern.png) #ff6732;
	color: #fff;
	display: block;
	padding: 58px 0 43px;
	cursor: pointer;
}
.bar-callout a:hover{
	background: #ff7531;
}
.bar-callout .cta-text{
	font: 30px 'Barlow-Medium';
	text-transform: none;
}
.bar-callout .cta-text strong{
	font-family: 'Barlow-Black';
	margin-right: 8px;
	text-transform: uppercase;
}
.bar-callout .cta-text span{
	border-bottom: 2px solid #fff;
	white-space: nowrap;
}
.bar-callout a:hover .cta-text span{
	border-width: 4px;
}
.bar-callout .ico-image{
	display: inline-block;
	vertical-align: middle;
  margin: 0px 20px 0 0;
}
.bar-callout .ico-image + div {
  display: inline-block;
  vertical-align: middle;
}
/*=== FOOTER ===*/
.footer-wrapper{
	background: #00181c;
	color: #ffffff;
	padding: 28px 0 0;
	height: 128px;
}
.footer-wrapper .cell:first-child{
	width: 95px;
}
.footer-wrapper .cell:last-child{
	width: 300px;
}
.footer-logo{
	display: inline-block;
	vertical-align: middle;
	width: 69px;
	margin-top: -16px;
}
.footer-wrapper p{
	font: 14px 'Barlow-Regular';
	margin-bottom: 9px;
}
.footer-wrapper p em{
	font: 13px 'Barlow-Italic';
    font-style: normal;
	color: #334649;
}
.footer-wrapper p:last-child{
	margin-bottom: 0;
}
.footer-wrapper p span{
	margin: 0 4px;
}
.footer-wrapper p a:hover{
	color: #ff6732;
}
.footer-wrapper p a:first-child{
	margin-left: 4px;
}
.footer-wrapper .cell:last-child a{
	display: inline-block;
	vertical-align: middle;
}
.logo-realtor-mls{
	width: 108px;
	height: 53px;
	background: url(../images/icons/logo-Realtor-MLS.png) no-repeat;
	margin-right: 30px;
}
.logo-equal-housing{
	width: 53px;
	height: 51px;
	background: url(../images/icons/logo-equal-housing.png) no-repeat;
	margin-right: 23px;
}
.jbsystem{
	background: url(../images/icons/logo-JB-Systems.png) no-repeat;
	width: 74px;
	height: 29px;
}
/*=== LISTINGS ===*/
.property-filter{
	background: #e5eaeb;
	position: relative;
	padding: 36px 45px;
	margin-bottom: 70px;
}
.property-filter .table{
	margin-bottom: 13px;
}
.property-filter .table:last-child{
	margin-bottom: 0;
}
.property-filter .cell{
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
}
.property-filter .search{
	width: 50%;
	font-size: 0;
}
.property-filter .search input[type=text]{
	width: calc(100% - 124px);
	margin-right: 13px;
}
.property-filter .search input[type=submit]{
	width: 111px;
}
.property-filter .sbHolder{
	display: block;
}
.property-filter .w-275{
	width: 275px;
}
.prop-count{
	font: 14px/14px 'SinkinSans-500Medium';
	background: #fff;
	height: 64px;
	padding: 13px 12px;
	text-transform: uppercase;
    white-space: nowrap;
}
.prop-count span{
	margin-right: 17px;
}
.prop-count input{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.prop-count input{
	visibility: hidden;
	position: absolute;
}
.prop-count input + label{
	display: inline-block;
	text-align: center;
	padding: 11px 0;
	width: 38px;
	border: 2px solid #eaeeef;
	margin-right: 3px;
	cursor: pointer;
}
.prop-count input:checked + label{
	border-color: #ff6631;
}
.property-filter .main-search{
	width: 83px;
}
.property-filter .main-search input[type=submit]{
	width: 100%;
	background: url(../images/icons/search.png) center center no-repeat, url(../images/layout/dots-pattern.png) repeat;
	background-color: #ff6631;
}
.property-filter .main-search input[type=submit]:hover{
	background: url(../images/icons/search.png) center center no-repeat #ff7531;
}
.show-more-filters{
	font: 10px/16px 'SinkinSans-700Bold';
	text-transform: uppercase;
    padding: 8px 20px 12px;
	background: #e5eaeb;
	position: absolute;
	bottom: -36px;
	z-index: 1;
	width: 176px;
	left: 50%;
	margin-left: -85px;
    text-align: center;
}
.show-more-filters:after{
	content: "+";
	color: #e05a2b;
	margin-left: 10px;
	position: absolute;
}
.prop-listings{
	background: #e5eaeb;
	padding-bottom: 65px;
}
.prop-listings-top{
	padding: 45px 0 40px;
	position: relative;
    z-index: 2;
}
.prop-all-count,
.prop-listings-top .sbSelector{
	display: inline-block;
	vertical-align: top;
	border: 5px solid #fff;
	background: none;
	font: 14px/22px 'SinkinSans-500Medium';
	padding: 16px 30px;
}
.prop-all-count span{
	color: #ff6631;
	font-family: 'SinkinSans-700Bold';
}
.mls-icon {
	max-width: 52px;
	margin: 14px 0;
}
.prop-listings-top .sbHolder{
	background: none;
}
.prop-listings-top .sbSelector{
	padding: 17px 60px 17px 25px;
}
.load-more{
	display: block;
	max-width: 206px;
	margin: 60px auto 0;
}
.load-more:after{
	content: "+";
	font-size: 19px;
	line-height: 18px;
	color: #ef602f;
	margin-left: 14px;
}
.prop-listings .item-box{
	font-size: 0;
}
.toggle-trigger.close::after { 
	margin-top: 1px !important; 
}
.item-box .item-left,
.item-box .item-right{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.prop-listings .prop-listing-items .cell{
	padding-bottom: 35px;
	width: 50%;
}
.prop-listings .prop-listing-items .cell:first-child {
	padding-right: 12px;
}
.prop-listings .prop-listing-items .cell:last-child:not(:only-child) {
	padding-left: 12px;
}
.prop-listings .prop-listing-items .row:last-child .cell{
	padding-bottom: 0;
}
.favorites {
	position: relative;
}
.favorites .prop-listing-items + * {
	margin-top: 40px;	
}
.favorites h3{ 
	font-size:36px;
	text-align: center;
	line-height: 1.1;
}
.favorites .loading {
	position: absolute;
	top:-50px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 56px;
	font-family: 'Barlow-Black';
	text-align: center;
	text-transform: uppercase;
	background: #e5eaeb;
}
.favorites .loading header {
	display: block;
	padding: 0 0 20px 40px; 
}
.prop-listings .item-info{
	padding: 25px 26px 20px;
    min-width: 270px;
}
.prop-listings .item-info .btn{
    vertical-align: middle;
	padding: 12px 18px 9px;
	margin-right: 18px;
}
.prop-listings .item-company{
	margin-top: 16px;
}
/*=== PROPERTY DETAILS ===*/
.details-header{
	background: #e5eaeb;
	color: #242424;
	padding: 35px 0 40px;
}
.details-header .table .cell:last-child{
	width: 196px;
	text-align: right;
}
.details-header .breadcrumbs{
	margin-bottom: 40px;
}
.link-back{
	font: 14px 'SinkinSans-500Medium';
	text-transform: uppercase;
}
.link-back i{
	vertical-align: top;
	font-size: 20px;
	margin-right: 7px;
	color: #0e615d;
	position: relative;
	top: -4px;
}
.details-header .table:last-child .cell:first-child{
	width: 285px;
}
.details-header h1{
	font: 20px/24px 'SinkinSans-500Medium';
    letter-spacing: -0.5px;
}
.details-header h1 span{
	font: 14px 'SinkinSans-500Medium';
	color: inherit;
    letter-spacing: -0.5px;
	text-transform: none;
	margin-top: 3px;
}
.details-header h1:after{
	content: none;
}
.dtl-short-box{
	border: 5px solid #fff;
	text-align: center;
	padding: 0 16px;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.dtl-short-box .top-item{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 28px;
	letter-spacing: -0.5px;
	padding: 0 0 0 0;
}
.dtl-short-box .top-item:last-child{
	margin-right: 0;
}
.dtl-short-box .top-item strong{
	font-family: 'SinkinSans-700Bold';
	color: #126d6c;
	margin-right: 5px;
}
.dtl-short-box .attribute-list{
	border-bottom: none;
	margin: 0;
}
.dtl-short-box .attribute-list li span{
	margin-bottom: 0;
}
.dtl-short-box .attribute-list li:after{
	content: none;
}
.dtl-short-box .attribute-list li:first-child{
	padding-left: 0;
}
.dtl-short-box .attribute-list li:last-child{
	padding: 0 0 0 7px;
}
.dtl-short-box .attribute-list li{
	padding: 0 7px;
	width: auto !important
}
.dtl-links li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	font-size: 24px;
	color: #0e615d;
}
.dtl-links li:last-child{
	margin-left: 10px;
}
.dtl-links li:first-child{
	margin-left: 0;
}
.dtl-links i[class^=ico]{
	display: block;
}
.dtl-links .active i {
	font-weight: 700 !important;
	color: #ff6631 !important;
}
.dtl-links .ico-print{
	width: 29px;
	height: 29px;
	background: url(../images/icons/print.png) no-repeat;
}
.dtl-links .ico-envelope{
	width: 30px;
	height: 22px;
	background: url(../images/icons/envelope.png) no-repeat;
}
.dtl-links .ico-share{
	width: 25px;
	height: 25px;
	background: url(../images/icons/share-thin.png) no-repeat;
}
.details-main{
	padding: 60px 0 65px;
}
.details-main .table{
	height: auto;
}
.details-main i.fa-info-circle{
	color: #126d6c;
	margin-left: 5px;
    font-size: 12px;
    vertical-align: middle;
}
.details-main p{
	font: 12px/24px 'SinkinSans-400Regular';
}
.details-main .container{
	padding: 0 28px;
}
.details-main > .container > .table:first-child >.cell:first-child{
	width: 49%;
	padding-right: 25px;
}
.details-main .main-photo {
    height: 358px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}
.dtl-image-gallery{
    font-size: 0;
    margin-bottom: 20px;
}
.dtl-image-gallery li {
    display: inline-flex;
    vertical-align: top;
    width: 32%;
    height: 103px;
    margin-right: 2%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.dtl-image-gallery li,
.main-photo {
	position: relative;
	z-index: 0;
}
.dtl-image-gallery li:before,
.main-photo:before {
	content: "";
	display: flex;
	height: 100%;
	width: 100%;
	background: rgba(0, 24, 24, 0.85);
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease 0s;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}
.dtl-image-gallery li:hover:before,
.main-photo:hover:before,
.view-photos:before {
	opacity: 1 !important;
}
.dtl-image-gallery li:hover:before,
.main-photo:hover:before,
.view-photos:hover:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Pro';
	font-size: 40px;
	font-weight: 700;
}
.main-photo:hover:before {
	font-size: 100px;
}
.view-photos:after {
	content: "View All Photos";
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: calc(100% - 40px);
	font: 14px/19px 'SinkinSans-500Medium';
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.view-photos:hover:after {
	opacity: 0;
}
.dtl-image-gallery li:last-child{
	margin-right: 0;
}
.dtl-image-gallery .view-photos{
	position: relative;
}
.dtl-image-gallery .view-photos span {
    font: 14px/19px 'SinkinSans-500Medium';
    color: #ffffff;
    background: rgba(0, 24, 24, 0.85);
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px 10px 0;
}
.btn-tour{
	display: block;
	font: 14px/16px 'SinkinSans-500Medium';
	text-transform: uppercase;
	background: url(../images/icons/v-tour-lt.png) 20px center no-repeat #126d6c;
	color: #fff;
	padding: 13px 20px 11px 58px;
	position: relative;
	margin-bottom: 20px;
}
.btn-tour i{
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 8px;
}
.brd-box{
	border: 1px solid #e5eaeb;
	padding: 20px 16px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.brd-box.dtl-top-info {
    padding: 0 16px;
    height: 58px;
    display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.brd-box.dtl-top-info .high-bid {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	font-family: 'SinkinSans-700Bold';
	padding-left: 12px;
	transition: all 0.3s ease 0s;
}
.brd-box.dtl-top-info .high-bid.show {
	top: -30px;
	opacity: 1
}

.brd-box.dtl-top-info .high-bid i {
	color: #ff6631;
}
.brd-box h3{
	font: 16px/20px 'SinkinSans-700Bold';
	color: #126d6c;
	margin-bottom: 15px;
}
.brd-box p:last-child{
	margin-bottom: 0;
}
.brd-box strong{
	font-family: 'SinkinSans-700Bold';
}
.list li,
[style="list-style-type: list;"] li{
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
	margin-left: 7px;
}
.list li:last-child,
[style="list-style-type: list;"] li:last-child{
	margin-bottom: 0;
}
.list li:before,
[style="list-style-type: list;"] li:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #ff6631;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.callout-section {
  height: 155px;
}

.dtl-top-info{
	padding: 2px 15px;
	font-size: 14px;
}
.brd-box.dtl-top-info > div {
	display: inline-flex;
	padding: 0 !important;
	align-items: center;
}
.dtl-price{
	font: 18px/20px 'SinkinSans-500Medium';
	flex-grow: 1;
}
.dtl-price strong{
	display: inline-block;
	vertical-align: sub;
	font: 28px 'SinkinSans-700Bold';
	color: #0e615d;
	padding-left: 10px;
}
.dtl-top-info .pull-right{
	padding-top: 11px;
}
.details-main .item-counter{
	text-align: center;
	padding: 0 0 22px;
	border-bottom: 1px solid #e5eaeb;
    margin-left: 10px;
}
.details-main .item-counter li{
	font: 10px 'SinkinSans-500Medium';
}
.details-main .item-counter li span{
	font-size: 31px;
	color: #00181c;
}
.details-main .item-counter li:nth-child(even){
	font: 40px 'Barlow-Regular';
	line-height: 44px;
	margin: 0 20px;
}
.dtl-auction{
	padding: 0;
	height: auto;
}
.dtl-auction .counter {
	min-height: 44px;
}
.dtl-auction .cell:first-child{
	padding: 25px 20px 15px 15px;
}
.dtl-auction .cell:last-child{
	width: 150px;
	background: #e5eaeb;
}
.dtl-auction-tools{
	background: #e5eaeb;
	height: 100%;
	text-align: center;
	padding: 7px 17px 0;
}
.dtl-auction-tools li{
	border-bottom: 1px solid #cacfd0;
	padding: 11px 0;
}
.dtl-auction-tools li:last-child{
	border-bottom: none;
}
.dtl-auction-tools li a{
	display: block;
	font: 12px/16px 'SinkinSans-700Bold';
	text-transform: uppercase;
	color: #126d6c;
}
.dtl-auction-tools i[class^=ico]{
	display: block;
	margin: 0 auto 9px;
}
.dtl-auction-tools i {
	font-size: 35px;
	color: #003038;
}
.dtl-auction-tools .ico-calendar{
	background: url(../images/icons/calendar.png) no-repeat;
	width: 37px;
	height: 39px;
}
.dtl-auction-tools .ico-key{
	background: url(../images/icons/key.png) no-repeat;
	width: 36px;
	height: 34px;
}
.dtl-auction-tools .ico-question{
	background: url(../images/icons/question.png) no-repeat;
	width: 20px;
	height: 28px;
}
.bid-counter{
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #e5eaeb;
	border-bottom: 1px solid #e5eaeb;
	font-size: 0;
	border-radius: 4px;
	overflow: hidden;
	max-width: 200px;
	width: 50%;
	margin-right: 7px;
}
.bid-counter .bid-ctrl:first-child{
	border-radius: 4px 0 0 4px;
}
.bid-counter .bid-ctrl:last-child{
	border-radius: 0 4px 4px 0;
}
.bid-counter .bid-ctrl{
    display: inline-block;
    vertical-align: top;
	background: #e5eaeb;
	color: #00181c;
	font: 17px 'SinkinSans-700Bold';
	border: none;
	height: 35px;
	line-height: 35px;
	width: 27px;
	text-align: center;
	cursor: pointer;
}
.bid-counter input[type=text]{
	height: 35px;
	padding: 0 10px;
	text-align: center;
	width: calc(100% - 54px);
}
.dtl-bid-row{
	padding: 15px 0 18px ;
}
.dtl-bid-row.ended,
.dtl-end-row.ended,
.dtl-auction-tools.ended {
	position: relative;
}
.dtl-bid-row.ended:after,
.dtl-end-row.ended:after,
.dtl-auction-tools.ended:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
.dtl-bid-row strong{
	display: block;
	font: 14px/20px 'SinkinSans-700Bold';
	text-transform: uppercase;
}
.dtl-bid-row .btn{
	padding: 17px 15px 14px;
	width: 42%;
	text-align: center;
	height: auto;
    vertical-align: middle;
}
.dtl-bid-row.ended .btn,
.dtl-end-row.ended .btn {
	background-color: #686868;
	border-color: #686868;
}
.dtl-bid-row .line{
	height: 1px;
	background: #e5eaeb;
	position: relative;
	margin: 23px 0 0 10px;
}
.dtl-bid-row .line span{
	font: 14px 'SinkinSans-400Regular';
	text-transform: uppercase;
	position: absolute;
	top: -6px;
	background: #fff;
	left: 50%;
	margin-left: -13px;
	padding: 0 3px;
}
.dtl-end-row span{
	text-transform: uppercase;
	font-size: 14px;
}
.dtl-end-row .btn{
	font: 16px 'Barlow-Medium';
	padding: 10px 20px 9px;
	margin-right: 15px;
}
.dtl-end-row .note{
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	letter-spacing: -0.5px;
}
.dtl-docs{
	padding-bottom: 15px;
}
.dtl-docs h3{
	margin-bottom: 20px;
}
.dtl-docs .cell:first-child{
	padding-right:  20px;
}
.dtl-docs li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 14px;
}
.dtl-docs .documents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
}
.dtl-docs .documents > .column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.dtl-docs .documents > .column:first-child {
	padding-right: 25px;
}
.dtl-docs .documents > .column:last-child {
 flex-grow: 1;
}
.dtl-docs .documents a {
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.dtl-docs .documents a:nth-child(2n-1) {
	padding-left: 0px;
}
.dtl-docs i{
	font-size: 17px;
	color: #ff6631;
	margin-right: 8px;
	margin-top: -3px;
}
.dtl-docs .btn-light{
	position: absolute;
	top: 14px;
	right: 16px;
}
.dtl-more{
	padding-bottom: 60px;
	margin-bottom: 25px;
}
.dtl-more h3{
	margin-bottom: 20px;
}
.dtl-more > .table,
.dtl-more .toggle-content > .table{
	margin-bottom: 30px;
}
.inc-ex {
	width: 20%;
	padding: 0 10px 0 0;
}
.dtl-more  .table > .cell{
	padding-left: 20px;
}
.dtl-more.no-toggle {
	padding: 20px 16px;
}
.dtl-more.no-toggle > .table {
	margin-bottom: 0;
}
.dtl-table{
	height: auto;
}
.dtl-table .cell{
	font-size: 10px;
	padding: 6px 8px;
}
.dtl-table .cell:first-child{
	font-family: 'SinkinSans-700Bold';
	width: 60%;
}
.dtl-table .cell:last-child{
	text-align: right;
}
.dtl-table .row:nth-child(odd) .cell{
	background: #e5eaeb;
}
.all-docs > a {
	display: flex;
	width: 100%;
	padding: 14px 0;
	font-size: 16px;
}
.view-add-info{
	font: 14px 'SinkinSans-700Bold';
	text-transform: uppercase;
	background: #e5eaeb;
	color: #126d6c;
	padding: 11px 20px;
	text-align: center;
	margin: 0 -20px 0 -17px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.view-add-info:after{
	content: "+";
	display: inline-block;
	color: #126d6c;
	margin-left: 10px;
}
.details-main > .container > .table:last-child .brd-box{
	margin-bottom: 0;
	min-height: 340px;
}
.details-main > .container > .table:last-child .cell:last-child{
	width: 400px;
	padding-left: 25px;
}
.dtl-contact{
	height: 100%;
}
.dtl-contact a{
	font-family: 'SinkinSans-700Bold';
	color: #ff6631;
	white-space: nowrap;
}
.brd-box.rooms {
	padding: 0px;
}
.brd-box > .box + .box {
	margin-top: 20px;
}
.brd-box > .box .fa-info-circle {
	cursor: pointer;
}
.popup,
.popup > p {
	font: 12px/24px 'SinkinSans-400Regular';
}
.rooms-avali > .header-row > .cell {
    background-color: #0e615d;
    color: #FFF;
}
.rooms-avali > .header-row > .cell {
	padding: 5px;
}
.rooms-avali > .row > .cell {
    padding-left: 16px;
}
.rooms-avali > .header-row > .cell.room {
    width: 161px; 
}
.rooms-avali .row:not(.header-row) p {
	padding: 5px 0;
}
.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
  opacity: 0;
  visibility:hidden;
  transition: all 0.3s ease 0s;
}

.login-overlay.open-login {
  opacity: 1;
  visibility: visible;
}

#login {
  background: #fff;
  position: absolute;
  left: 0;
  right:0;
  margin: auto;
  top: -100%;
  width:100%;
  height: 100%;
  max-width: 760px;
  max-height: 541px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translateY(0);
  -moz-transform:    translateY(0);
  -ms-transform:     translateY(0);
  -o-transform:      translateY(0);
  transform:         translateY(0);
  transition: all 0.3s ease 0s;
}

#login:after {
  content:"";
  display: block;
  background: url(/images/layout/RA_logo_large.png) no-repeat scroll right bottom transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top:0;
  left: 0;
  opacity: 0.05;
}

.open-login #login {
  top:50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%); 
}

.open-login #login.register {
  transition: all 0.3s ease 0s !important;
  top:50%;
  max-width: 900px;
  max-height: 760px;
/*   max-height: calc(100% - 40px); use this for responsive styling */ 
}

#login .login-nav {
  height: 64px;
  background-color: #000;
}

#login .login-content {
  background: url(/images/layout/login_bg.png) no-repeat scroll right bottom transparent;
}

#login button {
  cursor: pointer;
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
  border: inherit;
  outline: inherit;
  background: inherit;
}

#login .login-close {
  position: absolute;
  right: 22px;
  top: 17px;
  height: 29px;
  width: 29px;
  background-color: transparent;
  color: #FFF;
  border: 3px solid #003038;
  border-radius: 3px;
  z-index: 1;
}

#login .login-close:before,
#login .login-close:after {
  content:"";
  display: block;
  height: 3px;
  width: 15px;
  background-color: #003038;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

#login .login-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}

#login .login-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
}

#login .account-btns {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 0px;
}

#login .account-btns i {
  position: absolute;
  bottom:0px;
  height: 10px;
  background-color: #fec524;
  z-index: 0;
  transition: all 0.3s ease 0s;
}

#login .account-btns button {
  display: inline-block;
  font-family: 'FjallaOne-Regular';
  font-size: 22px;
  line-height: 26px;
  padding: 19px 17px;
  background: transparent;
  color: #FFF;
  position: relative;
  z-index: 1;
}

#login .account-btns button + button {
  margin-left: 29px;
}

#login h2 {
  font-family: 'SinkinSans-700Bold';
  font-size: 36px;
  line-height: 42px;
  color: #003038;
  text-align: center;
  padding-bottom: 34px;
  display: block;
}

#login h2:after {
  display: none;
}

#login .input {
  display: block;
  width: 100%;
  height: 60px;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background: #dedede;
}

#login #form-register .input.highlight {
  background-color: rgba(251, 105, 105, 0.6) !important;
}

#login .input label {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  padding: 0 12px;
  margin: auto;
  font-size: 16px;
  line-height: 16px;
  height: 12px;
}

#login .input :not(label):not(i):not(span):not(br):not(strong) {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top:0px;
  padding: 22px 12px;
  background: none !important;
  text-align: center;
  border-radius: inherit;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 16px;
}

#login .input + .table {
  margin-top: 42px;
}

#login .input.on label {
  opacity: 0;
}

#login #form-register .input {
  margin: 0;
  max-width: 100%;
  text-align: left;
  overflow: inherit;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: inherit;
  position: relative;
}

#login #form-register div.strength_meter {
  display: block;
  position: absolute;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  left: -20px;
  top:0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 0;
}

#login #form-register div.strength_meter > div {
  display: none;
}

#helper {
  display: inline-block !important;
  font-size: 28px;
  position: absolute !important;
  height: 24px !important;
  width: 24px !important;
  z-index: 1;
  left: -20px;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  padding: 0 !important;
  line-height: 25px;
  transform: translateY(-3px);
}

#login #form-register .input-display .button_strength {
  display: inline-block;
  padding: 6px 0px 0px 0px;
  position: absolute;
  width: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

#login #form-register .input * {
  text-align: left !important;
}

#login .input + .input {
  margin-top: 17px;
}

#login #form-register .input + .input {
  margin-top: 7px;
}

#login #form-register .input abbr {
  position: absolute;
  right: 1px;
  font-size: 32px;
  color: #f81e1e;
  display: inline-block !important;
  width: auto;
  top: 10px;
  padding: 0 !important;
  line-height: 30px;
}

#login abbr {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

#login .border i {
  height: 2px;
  width: 100%;
  display: block;
  background-color: #fec524;
}

#login .btn-cell {
  width:169px;
}

#login #form-register .btn-cell {
  width: 235px;
}

#login .btn-cell .button {
  border-color: #fec524;
  border-radius: 32px;
  min-width: 0;
  width: 100%;
  display: block;
}

#login .btn-cell .button:hover {
  background-color: #fec524;
}

#login .alt-options {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

#login .alt-options li {
  display: inline-block;
  font-size: 14px;
  font-family: 'Montserrat-Bold';
  vertical-align: middle;
}

#login .alt-options li + li:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 2px;
  background-color: #000000;
  margin: 0px 7px -2px;
}

#login p {
  margin: 0px !important;
  display: block;
  font-size: 14px;
  vertical-align: middle;
  background: none;
  color: inherit;
  padding: 0px;
  border-radius: inherit;
}

#login .alt-options li p {
  display: inline-block;
}

#login .login-form {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top:0;
  left: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#login .login-form .info:empty { 
  margin: 0;
}

#login .login-form .info {
  margin: 10px auto;
}

#login .login-form .login-btn {
  display: block;
  margin-top: 30px;
}

#login .login-form .info p {
/*   font-family: 'Montserrat-Bold'; */
  color: #ff0000;
}

#login .login-form input[type="submit"] {
  height: auto;
  padding: 20px 50px;
}

#login .login-form .jb-form {
  padding: 57px 0 36px 0;
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
}

#login .registration-form {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: auto;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease 0s;
}

#login.register .login-form {
  opacity: 0;
  visibility: hidden;
}

#login.register .registration-form {
  opacity: 1;
  visibility: visible;
}

#login .registration-form #form-register {
  display: block;
  height: auto;
  position: absolute;
  top: 0px;
  padding: 26px 0 35px;
}

#login .registration-form #form-register .form-padding {
  padding: 0 35px;
}

#login .registration-form #form-register .form-padding + section {
  margin-top: 45px;
}

#login .note {
  font-size: 14px;
  line-height: 18px;
  margin: 0 !important;
}

#login #form-register h3,
#login #form-register h3 + p {
  text-align: center;
}

#login #form-register h3 + p {
  margin-bottom: 40px !important;
}

#login #form-register .your-details h3 {
  margin-bottom: 25px;
}

#form-register section {
  display: block;
}

#form-register section + section {
  margin-top: 55px;
}

#login .space {
  width: 35px;
}

.orange-bar {
  background: url(/images/layout/dots-pattern.png) #ff6732;
  height:40px;
  width: 100%;
  display: block;
  position: absolute;
  bottom:0;
  left: 0;
}

.answer p {
  margin: 0;
}

.faq-list {
  display: block;
  width: 100%;
  list-style: none;
  margin-top: 40px;
}

.faq-list li {
  display: block;
  list-style: none;
}

.faq-list li hr {
  display: block;
  outline: none;
  border: none;
  box-shadow: none;
  height: 2px;
  width: 100%;
  background-color: #ff6733;
  margin: 30px 0px;
}

.faq-list li .question {
  display: block;
  padding-left: 63px;
  position: relative;
  cursor: pointer;
}

.faq-list li .question:after {
  content: "\f0da";
  font-family:Font Awesome\ 5 Pro;
  font-size: 24px;
  color: #0e615d;
  position: absolute;
  left: 4px;
  top: 0;
  font-weight: bold;
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
  transition: all 0.3s ease 0s;
}

.faq-list li.show .question:after {
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}

.faq-list li .question:before {
  content: "Q:";
  display: inline-block;
  position: absolute;
  left: 28px;
}

.faq-list li .question:hover,
.faq-list li.show .question {
  color: #0e615d;
}

.answer,
.answer p {
  font: 16px/24px 'Barlow-Regular';
  margin: 0;
}

.answer p + p {
  padding-top: 15px;
}

.answer {
  padding-left: 63px;
  padding-top: 12px;
  display: none;
}

.faq-list li:first-child .answer {
  display: block;
}
.listings-wrapper {
	overflow: hidden;
	height: 100%;
	transition: all 0.8s ease 0.5s;
}
.flex {
	display: flex;
}
.mls-num {
	display: inline-flex;
	align-items: flex-end;
	margin: 0;
	justify-content: flex-end;
	flex-grow: 1; 
	font-size: 12px;
	padding-bottom: 14px;
}
.back-btn {
	padding: 30px 18px 22px;
}
.content-area .features-details p {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	padding: 10px 0
}
.features-details {
	background-color: #ebebeb;
	table-layout: auto
}
.features-details:nth-child(even) {
	background-color: #FFF
}
.features-details>.cell:first-child, .rooms-avali>.row>.cell {
	padding-left: 16px
}
.features-details>.cell+.cell {
	padding-right: 16px
}
.tingle-modal h2 {
	padding-bottom: 20px;
}
.tingle-modal h2:before,
.tingle-modal h2:after {
	display: none;
}
.tingle-modal p {
	font-size: 20px;
}
.tingle-modal p strong {
	font-family: 'Barlow-Bold';
}
#bidForm {
	position: relative;
	z-index: 1;
}
#bidForm label[for="amount"] {
	height: 35px;
	padding: 0 10px;
	text-align: center;
	width: calc(100% - 54px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
#bidForm label[for="amount"]:before {
	content: "$" attr(data-amount);
	display: block;
	text-align: center;
	font-size: 14px;
	position: relative;
	z-index: -1;
}
#bidForm #amount {
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
#bidForm label[for="amount"].edit #amount { 
	display: block;
	z-index: 1;
	background: #FFF;
}

#bidForm > .message {
	position: absolute;
	top: 122%;
	left: 0;
	right: 0;
	margin: auto;
	width: 320px;
	background: #FFF;
	border: 1px solid #e5eaeb;
	padding: 20px;
	font-size: 16px;
	display: none;
}
#bidForm > .message > .btn-close {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 20px;
	cursor: pointer;
}
#register {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	background-color: #e5eaeb;
	transition: all 0.5s ease 0s;
	z-index: 10000;
}
#register h2 {
	text-align: center;
}
body.register {
	overflow: hidden;
}
.register #register {
	height: 100%;
}
.register {
	width: 100%;
	overflow: auto;
}
.register .form-contain {
	display: block;
	margin: 0 auto;	
	max-width: 1000px;
	width: 100%;
	padding: 40px 0;
}
.register #submitButton {
	color: #0e615d;
}
.register #submitButton:hover {
	color: #fff;
}
.btn-close {
	position: absolute;
	top: 24px;
	right: 38px;
	font-size: 30px;
	z-index: 99;
}
.select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__rendered {
	font: 18px/1.2 Arial, Helvetica, sans-serif !important;
	font-weight: normal;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	padding: 6px -0;
	height: auto;
}
.select2-container--open {
	z-index: 9999;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
#tc-box h2 {
	padding: 0 0 22px 0; 
	font: 33px/35px 'Barlow-Black';
}
#tc-box ol {
	margin: 22px 0;
}
#tc-box ol li {
	font: 16px/24px 'Barlow-Regular';
}
#tc-box hr + * {
	margin-top: 22px;
}
.btn.pull-right + .btn.pull-right {
	margin-left: 10px;
}
.tingle-modal-box__footer {
	box-shadow: 0px -1px 8px 0px rgba(0,0,0,0.2);
}
.remarks > article,
.remarks > article p {
	font: 12px/24px 'SinkinSans-400Regular';
}
.btn + .btn:not([href*="dashboard"]):not([title="Login"]) {
	margin-left: 12px;
}
.banner-content .btn {
	background: #0e615d;
	padding: 26px 41px 22px;
	border: none;
	position: relative;
	z-index: 0;
}
.banner-content .btn:before {
	content: attr(title);
	position: relative;
	z-index: 1;
	transform: scale(1);
	transition: all 0.3s ease 0s;
	display: block;
}
.banner-content .btn:hover:before {
	transform: scale(1.2);
}
.banner-content .btn:after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #003038;
	transition: all 0.3s ease 0s;
	position: absolute;
}
.banner-content .btn + .btn:after {
	left: auto;
	right: 0;
}
.banner-content .btn:hover:after {
	width: 100%;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Pro' !important;
}
.dtl-more .dtl-table:empty {
	display: block !important;
	text-align: center !important;
}
.dtl-more .dtl-table:empty:before {
	content: "No details and/or features are currently available." !important; 
}
.reserve-info {
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.reserve-info:hover {
	color: #ff6631 !important;
}
.add-filter {
	display: inline-block;
    vertical-align: top;
    border: 5px solid #e5eaeb;
    background: none;
    font: 14px/22px 'SinkinSans-500Medium';
    padding: 16px 30px;
    text-transform: uppercase;
    margin: 0 0 20px 20px;
    transition: all 0.3s ease 0s;
}
.add-filter:hover {
	background-color: #fe6530;
	border-color: #fe6530;
	color: #FFF;
}
.callout-content, 
.callout-content p {
	font: 12px/22px 'SinkinSans-400Regular';
	margin: 0;
}
.callout-content p + p {
	margin-top: 14px;
}
.callout-content + .btn-contain {
	padding-top: 20px;
	text-align: right;
} 

#state {
    width:100%;
}