@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
	background-color: transparent;
	color: #69151A;
	border: solid 3px #69151A;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 20px;
	font-weight: 600;
	font-size: 1.4em;
	letter-spacing: 2px;
	text-align: center;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover, .btn-layout:focus {
	border-color: #69151A;
	background-color: #69151A;
	color: #f2ede5;
	text-decoration: none;
}
.white-btn-layout,
.white-btn-layout:focus {
	color: #f2ede5;
	border-color: #f2ede5;
}
.white-btn-layout:hover {
	color: #2f2f2f;
	border-color: #f2ede5;
	background-color: #f2ede5;
}
.blue-btn-layout,
.blue-btn-layout:focus {
	color: #B6CCFF;
	border-color: #B6CCFF;
}
.blue-btn-layout:hover {
	color: #1f1f1f;
	border-color: #B6CCFF;
	background-color: #B6CCFF;
}
.green-btn-layout,
.green-btn-layout:focus {
	color: #104225;
	border-color: #104225;
}
.green-btn-layout:hover {
	color: #a7a49e;
	border-color: #104225;
	background-color: #104225;
}
.invi-btn-layout {
	color: #a7a49e;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: underline;
	border-color: transparent;
}
.invi-btn-layout:hover, .invi-btn-layout:focus {
	border-color: #a7a49e;
	background-color: transparent;
}
.small-btn-layout {
	font-size: 1.4em;
}
.btn-layout-group .btn-layout {
	margin-right: 10px;
	margin-bottom: 10px;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: #69151a !important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 5px;
  text-transform: unset;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  width: 100%;
  height: 66px;
  border-radius: 6px!important;
  border: 1px solid #C6C6C6;
  background: #f6f2ec;
  padding: 0 32px;
  color: #535353;
  font-size: 18px!important;
  border-radius: 5px;
  box-shadow: inset 0 0px 3px rgb(11 23 82 / 35%);
}
textarea {
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	cursor: pointer;
  background-color: transparent;
	color: #69151A;
	border: solid 3px #69151A;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 20px;
	font-weight: 600;
	font-size: 1.4em!important;
	letter-spacing: 2px;
	text-align: center;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  border-color: #69151A;
	background-color: #69151A;
	color: #f2ede5;
	text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger  {
	font-size: 1.4em;
}
.fa-ul {
	margin-left: 3.142857em;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
	display: block;
	text-align: left;
	font-size: 1.6em;
	font-weight: 400;
	color: #6a747c;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea.form-control, select.form-control {
	width: 100%;
	height: 40px;
	border-width: 1px;
	border: solid 1px;
	border-color: #ccc;
	padding: 0 5px;
	color: #505050;
	font-size: 1.5em;
	border-radius: 0!important;
}
textarea.form-control {
	padding: 5px;
}
/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
	position: relative;
	padding-bottom: 56.25%;
}
#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.info_content{
	width: 230px;
	height: 90px;

}
.info_content h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.info_content a {font-size:1em;}
.info_content p {
	line-height: 1.2em;
	font-size: 1em;
	margin: 0;
}
.maps img{
  max-width:none;
}
#map_canvas img{
	max-width:none;
}
@media screen and (max-width: 991px) {
	#map_wrapper {
		padding-bottom: 60%
	}
}
@media screen and (max-width: 480px) {
	#map_wrapper {
		padding-bottom: 80%
	}
}
.contact-map {
    position: relative;
	overflow: hidden;
    padding-bottom: 45%;
}
.contact-map span.map-overlay {
	position: absolute;
	cursor: pointer;
	z-index: 4;
	left: 0; top: 0; right: 0; bottom: 0;
}
.contact-map iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
@media screen and (max-width: 768px) {
	.contact-map {
		padding-bottom: 65%;
	}
}
/*===========================================================================================================*/
/*=========================================== TABS ==========================================================*/
/*===========================================================================================================*/	
.tab-wrapper {
	position: relative;
	background-color: #D0D0D0;
}
.tab-wrapper .tab-item {
	width: 33.3333%;
	float: left;
	min-height: 0;
}
.tab-wrapper .tab-item a {
	display: block;
	background-color: #8C8C8C;
}
.tab-wrapper .tab-item a.actived {
	background-color: #777777;
}
.tab-wrapper .tab-content {
	position: absolute;
	left: 0; right: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.tab-wrapper .tab-content.actived {
	height: auto;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
@media screen and (max-width: 680px) {
	.tab-wrapper .tab-item {
		width: auto;
		float: none;
		position: relative;
		transition: min-height 250ms linear;
		-webkit-transition: min-height 250ms linear;
		-moz-transition: min-height 250ms linear;
		-o-transition: min-height 250ms linear;
	}
}

/*=========================================== TEAM ===========================================================*/
.team {
	position: relative;
	background: #69151A;
}
.team span.bnn {
	display: block;
	position: absolute;
	left: 429px;
	top: 0;
	right: 0;
	height: 100%;
	background-image: url(../img/2021/bnn-team.jpg);
	background-position: center;
	background-size: cover;
}
.team>img {
	display: none;
}
.team .text-container {
	position: relative;
	max-width: 429px;
	padding: 0 0 60px;
}
.team .text-container .content {
	padding: 0 20px;
}
.team .text-container h2 {
    display: inline-block;
    color: var(--color-alabaster, #F2EDE5);
    border-bottom: solid 1px;
    margin: 20px 0;
}
.team .text-container h2:before {
	content: '';
	display: block;
	width: 52px;
	height: 189px;
	background-image: url(../img/team-heading.png);
	margin: 20px 0 10px
}
.team .text-container p {
	color: #F2EDE5;
}

@media (max-width: 1320px) {
	.team span.bnn {
		left: 30%;
	}
	.team .text-container {
		width: 30%;
	}
}
@media screen and (max-width: 1200px) {
	.team {
		/* padding-bottom: 65%; */
	}
	.team .text-container {
	}
	.team .text-container h2 {
    	font-size: 2.5em;
	}
	.team .text-container p {
		font-size: 14px;
	}
	.team .btn-layout {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.team {
		/* padding-top: 45%; */
		/* padding-bottom: 20px; */
		background-position: center top!important;
	}
	.team .text-container {
		position: static;
	}
}
@media screen and (max-width: 768px) {
	.team .text-container h2 {
    	font-size: 2em;
	}
	.team {
		padding: 0;
		background-image: none;
	}
	.team span.bnn {
		display: none;
	}
	.team>img {
		display: block;
	}
	.team .text-container {
		max-width: 100%;
		width: 100%;
	}
	.team .text-container img {
		display: none;
	}
}

.career-icon{margin-top: 20px;}
.career-right-column{background: #f5f5f5; padding: 15px;}


/*===========================================================================================================*/
/*=========================================== OFFERS ========================================================*/
/*===========================================================================================================*/
/*=========================================== OFFERS ========================================================*/
.offers {
	border-top: solid 2px #fff;
}
.offers .left,
.offers .middle,
.offers .right {
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
	padding-bottom: 25%;
}
.offers .left {
	border-right: solid 1px #fff;
}
.offers .middle {
	border-right: solid 1px #F2EDE5;
	border-left: solid 1px #F2EDE5;
}
.offers .right {
	border-left: solid 1px #fff;
}
.offers .backgeound-image {
	background-position: center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	width: 308px;
	transition: all 1200ms linear;
	transform: scale(1);
}
.offers>div:hover .backgeound-image {
	transform: scale(1.05);
}
.offers .text {
	text-align: left;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding-left: 35px;
}
.offers .text span.icon {
	float: left;
	color: #104225;
	font-size: 6.8em;
}
.offers .text h2 {
	color: #104225;
	margin-top: 3px;
	margin-bottom: 15px;
	padding-left: 100px;
	text-align: left;
}
.offers .text h2  span {
	color: #104225
}
.offers .text span.line {
	display: block;
	max-width: 240px;
	height: 1px;
	margin-bottom: 35px;
	background-color: #104225;
}
.offers .text .btn-layout {
	margin-top: 15px;
}
.offers .text .btn-layout:hover {
	color: #a7a49e;
}
.offers .text  .invi-btn-layout:hover {
	color: #a7a49e;
}
@media screen and (max-width: 1680px) {
	.offers .text {padding-left: 371px;}
	.offers .text span.icon {font-size: 6em;}
	.offers .text h2 {padding-left: 80px; font-size: 2.3em;}
	.offers .text span.line {margin-bottom: 15px;}
	.offers .text .btn-layout {font-size: 1.2em;}
}
@media screen and (max-width: 1210px) {
	.offers .text span.icon {
		font-size: 7em;
	}
	.offers .text h2 {
		font-size: 2.6em;
		padding-left: 85px;
	}
	.offers .text span.line {
		max-width: 160px;
		margin-bottom: 20px;
	}
	.offers .text .btn-layout {
		font-size: 11px;
		border-width: 2px;
	}
}
@media screen and (max-width: 1360px) {
	.offers .text {
		transform: translate(0)!important;
	}
	.offers .left {
		background-image: url(../img/newsletter.jpg);
		padding-bottom: 0;
		background-color: #111;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: hidden;
		border: none;
		border-right: solid 1px #fff;
		width: 288px;
	}
	.offers .middle {
		background-image: url(../img/cloud.jpg);
		padding-bottom: 0;
		background-color: #111;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: hidden;
		border: none;
		border-left: none;
		width: 100%;
	}
	.offers .right {
		background-image: url(../img/career-bg.jpg);
		border: none;
		border-top: solid 1px #fff;
		position: relative;
		overflow: hidden;
		float: left;
		width: 100%;
		padding-bottom: 0;
		background-color: #111;
		background-position: center;
		background-size: cover;
	}
	.offers .backgeound-image {
		display: none;
	}
	.offers .text {
		position: static;
		padding: 10% 25px;
		margin: 0 auto;
		width: 368px;
	}
	.offers .right .text {
		padding: 10% 25px;
	}
}
@media screen and (max-width: 991px) {
	.offers .left,
	.offers .middle,
	.offers .right {
		float: none;
		width: 100%;
	}
	.offers .left {
		background-image: url(../img/newsletter.jpg);
		border: none;
	}
	.offers .middle {
		background-image: url(../img/cloud.jpg);
		border: none;
		border-top: solid 2px #fff;
	}
	.offers .right {
		background-image: url(../img/career-bg.jpg);
		border: none;
		border-top: solid 2px #fff;
	}
	.offers .text,
	.offers .right .text {
		padding: 12% 25px;
	}
}
@media screen and (max-width: 490px) {
	.offers .text,
	.offers .right .text{
		padding: 20% 15px;
		width: 273px;
	}
	.offers .text span.icon {
		font-size: 5em;
	}
	.offers .text h2 {
		font-size: 2em;
		padding-left: 65px;
	}
	.offers .text span.line {
		max-width: 140px;
		margin-bottom: 20px;
	}
	.offers .text .btn-layout {
		font-size: 10px;
	}
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.interior-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 350px;
}
.interior-banner .shadow {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+4,0+48 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.52+4,0+48 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 4%, rgba(0,0,0,0) 48%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 4%,rgba(0,0,0,0) 48%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 4%,rgba(0,0,0,0) 48%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.interior-banner .over-detail {
	position: absolute;
	z-index: 2;
	left: 0; right: 0; bottom: 40px;
}
.interior-banner .over-detail h1,
.interior-banner .over-detail h1>span,
.interior-banner .over-detail h4 {
	color: #fff;
}
.interior {
	background-color: #f2ede5;
	padding-bottom: 60px;
	padding-top: 10px;
}
.interior h1 span {
	font-size: 75%;
	color: #6E6E6E;
	font-style: italic;
}
.interior ul,
.interior ol {
	margin-bottom: 25px;
}
.interior li {
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 16px;
	color: #6a747c;
}
@media screen and (max-width: 650px) {
	.interior-banner {
		min-height: 300px;
	}
	.interior-banner .over-detail {
		bottom: 20px;
	}
}
@media screen and (max-width: 420px) {
	.interior-banner {
		min-height: 200px;
	}
	.interior-banner .over-detail {
		bottom: 10px;
	}
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
	border-top: var(--stroke-weight-1, 1px) solid var(--color-alabaster, #F2EDE5);
	background: var(--color-oxblood, #69151A);
	padding: 45px 0 60px;
	color: var(--color-alabaster, #F2EDE5);
}
.footer h4 {
	color: var(--color-delphinum, #B6CCFF);
}
.footer ul {
	margin: 0;
}
.footer p {
	letter-spacing: 2px;
	font-size: 14px;
	color: var(--color-alabaster, #F2EDE5);
}
.footer a {
	color: var(--color-alabaster, #F2EDE5);
}
.footer .main-nav li {
	color: var(--color-alabaster, #F2EDE5);
	width: 50%;
	margin: 0 -1px;
	font-size: 16px;
	margin-bottom: 18px;
	text-transform: lowercase;
}
.footer .social-nav {
	margin-bottom: 25px;
}
.footer .social-nav li {
	font-size: 30px;
	margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
	.footer .text-center {
		text-align: left;
	}
	.areainfo-title{margin-top: 15px;}
}
@media screen and (max-width: 768px) {
	.footer .main-nav li {
		width: 100%;
	}
	.footer {
		text-align: center;
	}
	.footer .text-center {
		text-align: center;
	}
}
/*===========================================================================================================*/
/*=========================================== MEDIA QUERIES =================================================*/
/*===========================================================================================================*/
@media screen and (max-width: 768px) {
	/*============== COMMON ================*/
	p {
		font-size: 1.4em;
	}
	dt, dd {
		font-size: 14px;
	}
	td, th {
		font-size: 14px;
	}
	.interior li {
		font-size: 14px;
	}
	h1, .h1-style {	
		font-size: 3em;
	}
	.interior h1 span {
		display: block;
		margin: 0;
	}
	h2 {
		font-size: 2em;
	}
	h3{
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.6em;
	}
	.btn-layout {
		font-size: 1.4em;
		border-width: 2px;
	}
}



/*===========================================================================================================*/
/*=========================================== Listings / PROJECTS Module ====================================*/
/*===========================================================================================================*/

/*=========================================== SEARCH BAR ====================================================*/

.inline-links a{
	font-size: 19px;
	margin: 30px 10px 0px 10px;
	padding: 10px 5px;
}
.inline-menu{
	display: table-cell;
	vertical-align: middle;
}
.search-wrapper {
	background-color: #fff;
	padding-top: 5px;
}
.search-wrapper .search-tabs {
	position: relative;
	opacity: 0;
	transform: translate(25px, 0);
	-webkit-transform: translate(25px, 0);
	-moz-transform: translate(25px, 0);
	-o-transform: translate(25px, 0);
}
.search-wrapper.ready .search-tabs {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.search-wrapper>div {
	max-width: 1400px;
}
.search-wrapper .search-tabs h2 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 36px;
	margin-left: 15px;
	text-transform: capitalize;
}
.search-wrapper .search-tabs ul {display: inline-block;vertical-align: top;margin: 0 30px 0 0;}
.search-wrapper .search-tabs form {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 15px 0 10px;
	padding-left: 211px;
}
.search-wrapper .search-tabs form ul.checkbox input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
}
.search-wrapper .search-tabs ul li {
	width: 90px;
	margin: 0;
	ertical-align: top;
	text-transform: uppercase;
	border: solid 1px #fff;
}
.search-wrapper .search-tabs ul li:last-child {

}
.search-wrapper .search-tabs ul li label {
	margin: 0;
}
.search-wrapper .search-tabs ul li a {
	text-align: center;
	display: block;
	height: 115px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.1em;
	color: #fff;
	background-color: #003e83;
}
.search-wrapper .search-tabs ul li a:hover {
	background-color: #c70710;
}
.search-wrapper .search-tabs ul li a.actived,
.search-wrapper .search-tabs ul li a:focus {
	background-color: #275979;
}
.search-wrapper .search-tabs ul li a span {
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 27px 0;
	border-bottom: solid 4px #c70710;
}
.noUi-connect{
	background: #9D3101FF !important;
}
.search-wrapper .search-tabs ul li a:hover span {
	border-bottom: solid 4px #003e83;
}
.search-wrapper .search-tabs ul li a.actived span,
.search-wrapper .search-tabs ul li a:focus span {
	border-bottom: solid 4px #4d93c1;
}
.search-wrapper .search-tabs .form-group label {
	color: #282828;
	font-weight: 600;
	text-transform: uppercase;
}
.search-wrapper .search-tabs .form-group input[type="checkbox"] {
	cursor: pointer;
	color: #000;
	font-size: 40px;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -4px!important;
}
.search-wrapper .search-tabs .form-group {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-top: 23px;
	margin-bottom: 0;
}
.search-wrapper .search-tabs .form-group.form-state {
	width: 340px;
}
.search-wrapper .search-tabs .form-group.form-region {
	width: 200px;
}
.search-wrapper .search-tabs .form-group.form-region select {
	background-color: #fcfeff;
	color: #282828;
	border-radius: 0;
	height: 55px;
	font-size: 14px;
}
.search-wrapper .search-tabs .form-group.form-state input[type="text"] {
	background-color: #fcfeff;
	border-color: #ced4da;
	color: #282828;
	border-radius: 0;
	height: 55px;
	font-size: 14px;
}
.search-wrapper .search-tabs .form-group.form-state .custom-control label {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
}
.search-wrapper .search-tabs .form-group.form-state .custom-control label:hover {
	color: #282828;
}
.search-wrapper .search-tabs form .btn-layout {
	padding: 6px 18px;
}
.search-wrapper .order {
	color: #a7d1ff;
	display: inline-block;
	margin: 0 0;
	vertical-align: top;
}
.search-wrapper .order.active{
	color: #3b86d9;
}
.search-wrapper .order .fas {
	line-height: 1em;
	background-color: #3b86d9;
	padding: 0 5px;
}
.search-wrapper .order.active .fas {
	background-color: #003e83;
}
.custom-control-label::before {
	background-color: #efede7;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #282828;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #282828;
}
.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #f5edd7;
}


@media screen and (max-width: 1300px) {
	.search-wrapper .search-tabs h2 {
		font-size: 22px;
		margin: 38px 0;
	}
	.search-wrapper .search-tabs form {
		padding-left: 120px;
	}
	.search-wrapper .search-tabs ul li a {
		height: 115px;
		font-size: 14px;
	}
	.search-wrapper .search-tabs .form-group.form-state .custom-control label {font-size: 14px;}
	.search-wrapper .search-tabs {padding-top: 15px;}
	.search-wrapper .search-tabs ul {display: block}
	.search-wrapper .search-tabs ul li {width: auto;}
	.search-wrapper .search-tabs ul li a {height: 64px; padding: 0 5vw;}
	.search-wrapper .search-tabs ul li a span {padding: 10px 0}
	.search-wrapper .search-tabs ul li a span br {display: none}
	.search-wrapper .search-tabs .form-group.form-region {margin-left: 0;width: 40%;}
	.search-wrapper .search-tabs .form-group.form-state {width: 45%;}
}
@media screen and (max-width: 991px) {
	.search-wrapper .search-tabs ul li a {padding: 0 3vw;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 440px) {
	.search-wrapper .search-tabs h2 {
		margin: 28px 0;
	}
	.search-wrapper .search-tabs ul li a {
		height: 75px;
		padding: 0 2.5vw;
	}
	.search-wrapper .search-tabs .form-group.form-region {width: 146px;}
	.search-wrapper .search-tabs .form-group.form-state {width: 195px;}
}
@media screen and (max-width: 650px) {
	.search-wrapper .search-tabs ul li a {
		font-size: 12px;
		height: 70px;
		padding: 0 27px;
	}
	.search-wrapper .search-tabs ul li a span br {
		display: block;
	}
}
@media screen and (max-width: 570px) {
	.search-wrapper .search-tabs {
		text-align: center;
	}
	.search-wrapper .search-tabs h2 {
		position: relative;
		font-size: 24px;
		margin: 0;
		padding: 0 15px 15px;
	}
	.search-wrapper .search-tabs form {padding: 0 0 10px;}
	.search-wrapper .search-tabs ul {
		margin: 0;
	}
	.search-wrapper.search-tabs ul li a {padding: 0 30px}
	.search-wrapper .search-tabs .form-group {
		margin: 20px auto 0;
		width: 300px;
		text-align: left;
	}
	.search-wrapper .search-tabs .form-group.form-region,
	.search-wrapper .search-tabs .form-group.form-state {
		width: 300px;
	}
	.search-wrapper .search-tabs .form-group > label > span {
		display: block;
	}
}
@media screen and (max-width: 420px) {
	.search-wrapper .search-tabs ul li a {
		height: 70px;
		padding: 0 15px;
	}
	.search-wrapper .search-tabs .form-group.form-region {
		width: 266px;
	}
	.search-wrapper .search-tabs .form-group.form-state {
		width: 266px;
		margin-left: 0;
	}
	.search-wrapper .search-tabs .form-group {
		margin: 10px auto 0;

		width: 266px;
	}
}


.search {
	background-color: #e44700;
}
.search form > .container {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search form .form-control {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	color: #8d8d8d;
	letter-spacing: 1px;
	border: none;
}
.search form>span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.search .form-search {
	position: absolute;
	left: 300px; right: 424px;
}
.search .form-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.9em;
	letter-spacing: 3px;
}
.form-advanced {
	float: right;
	margin-right: 10px;
}
.form-advanced .btn-layout {
	color: #fff;
	font-size: 16px;
	border-width: 2px;
	border-color: #9d3101;
	background-color: #9d3101;
}
.form-advanced .btn-layout:hover {
	color: #fff;
	border-color: #7A2600;
	background-color: #7A2600;
}
.form-submit {
	float: right;
}
.form-submit .btn-layout {
	color: #fff;
	font-size: 16px;
	border-width: 2px;
	border-color: #ff8c58;
	background-color: #ff8c58;
}
.form-submit .btn-layout:hover {
	color: #fff;
	border-color: #952f00;
	background-color: #952f00;
}
.search .advanced-options {
	display: none;
	background-color: #9d3101;
	padding-top: 15px;
	padding-bottom: 20px;
}
.search .advanced-options label {
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1em;
	letter-spacing: 2px;
}
.search .advanced-options .other-fields .form-control {
	margin-bottom: 33px;
}
.search .advanced-options .form-submit {
	float: none;
}
.search .advanced-options .form-submit .btn-layout:hover {
	border-color: #7A2600;
	background-color: #7A2600;
}
.search .advanced-options .criteria {
    margin: 0 -2px;
    padding-top: 15px;
}
.search .advanced-options .criteria a {
	font-size: 11px;
    color: #fff;
    border: solid 1px #fff;
    padding: 3px 7px;
    margin: 2px;
}
.search .advanced-options .criteria a:hover,
.search .advanced-options .criteria a:focus {
	background-color: #fff;
    border-color: #fff;
    color: #9d3101;
}
@media screen and (max-width: 1200px) {
	.search .advanced-options label {
		margin-top: 13px;
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.search .form-title {
		display: block;
		text-align: center;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	.search .form-search {
		left: 15px;
	}
	.search .advanced-options .other-fields .form-control {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 700px) {
	.search .form-search {
		position: relative;
		left: 0;
		right: 0;
		margin-bottom: 10px;
		display: block;
	}
}
@media screen and (max-width: 460px) {
	.form-advanced {
		float: none;
		margin-right: 0;
	}
}
@media screen and (max-width: 430px) {
	.form-submit,
	.form-advanced {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

.select2-container {
	width: 100%!important;
}
.select2-container--default .select2-selection--multiple {
	border: none!important;
	border-radius: 0!important;
	min-height: 40px;
}
.select2-container .select2-search--inline .select2-search__field {
	width: 100%!important;
	font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #8d8d8d;
    letter-spacing: 1px;
	margin-top: 8px;
}
.search .suggestion-wrap input {
	height: 34px;
}
.select2-dropdown {
	margin-top: -2px;
	background-color: #fff;
	border: none!important;
	border-top: none!important;
	padding: 0;
    max-height: 300px;
    overflow: auto;
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	box-shadow: 0px 8px 8px rgba(32,36,45,0.25);
	-webkit-box-shadow: 0px 8px 8px rgba(32,36,45,0.25);
}
.select2-container--open .select2-dropdown--above {
	margin-top: 2px;
	border-bottom: none!important;
	border-top: solid 2px #d87748!important;
	box-shadow: 0px -8px 8px rgba(32,36,45,0.25);
	-webkit-box-shadow: 0px -8px 8px rgba(32,36,45,0.25);	
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 10px!important;
}
.select2-container .select2-search--inline {
	width: 100%; 
}
.select2-results__options {
	padding: 5px!important;
}
.select2-results__option {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3d3d3d;
}
.select2-container--default .select2-results__group {
    padding: 5px!important;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding: 5px!important;
    color: #8d8d8d!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f0ed!important;
    color: bbbdc0!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #535353!important;
    border: 1px solid #535353!important;
	color: #fff!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff!important;
}
@media screen and (max-width: 1024px) {
	.search form > .form-group:first-child {
		display: block;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.search form > .form-group:first-child label {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.search form > .form-group {
		display: block;
		margin: 0;
		margin-bottom: 15px;
	}
	.search .suggestion-wrap .select2-container {
		min-width: inherit;
		width: 100%!important;
	}
	.search form > .form-group label {
		text-align: left!important;
	}
	.search form > button {
		margin-top: 15px;
	}
}

.listing-description::first-letter{font-size: 3em; font-weight: bold; float: left; margin: 5px; color:#e44700;}
.property-details span{margin: 5px 0; border-bottom: 1px solid #ccc; display: inline-block; width: 100%;}
.agent-pic img{border-left: 2px solid #e44700;}
.right-column{}
.right-column > div.content { background: #F4F4F4; padding: 5px 15px }
.right-column .our-team h3 {font-size: 1.6em; margin-top: 15px; margin-bottom: 10px;}
.right-column .our-team h3 span {display: block; font-size: 0.85em; color: #e44700; text-transform: capitalize;}
.right-column .our-team p {margin-bottom: 10px;}
.right-column .our-team a.btn-layout {border-width: 2px; font-size: 1.2em;}
.right-column strong {font-weight: 900;}
.right-column .btn-layout {
	display: block;
	padding: 15px;
}

.team-filter {
	display: block;
    margin: 15px 0 35px;
}
.team-filter li {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
}
.team-filter li a,
.team-filter li a:focus {
	display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
	padding: 7px 15px;
    color: #565656;
	border-color: #e8e8e8;
    background-color: #e8e8e8;
}
.team-filter li a:hover {
	color: #e8e8e8;
	border-color: #565656;
    background-color: #565656;
}
.team-filter li a.actived {
	color: #fff;
	border-color: #007434;
	background-color: #007434;
}
a span.magnifier {
	background: rgba(0,0,0,0.45) url(../img/mag.png) no-repeat center;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 150ms linear;
}
a:hover span.magnifier {
	opacity: 1;
}
.projects-list {
	margin-left: -15px;
	margin-right: -15px;
}
.listings .projects-list {
	margin: 0;
}
.projects-list>h2 {
	border-bottom: solid 1px #ccc;
	padding-bottom: 7px;
	margin: 60px 15px 25px;
}
.projects-list .projects-list-item {
	float: left;
	padding: 0 15px 30px;
	margin-bottom: 30px;
	position: relative;
	border: solid 1px #fff;
}
.projects-list .projects-list-item h3 {
	margin-bottom: 5px;
    margin-top: 15px;
    font-size: 1.6em;
}
.projects-list .projects-list-item p {
	font-size: 14px;
    margin-top: 0;
    margin-bottom: 13px;
}
.projects-list .projects-list-item > a {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 130%;
}
.projects-list .projects-list-item > a span.text {
	position: absolute;
	text-align: center;
	bottom: 15px; left: 10px; right: 10px;
}
.projects-list .projects-list-item > a span.category {
	display: inline-block;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #fff;
    padding: 7px 15px;
    background-color: rgba(130, 130, 130, 0.8);
/*    border-bottom: solid 2px rgba(228, 71, 0, 0.8);*/
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
}
.projects-list .projects-list-item > a:hover span.category {
	opacity: 0.6;
}
.projects-list .projects-list-item > a.btn-layout {
	position: absolute;
	padding-bottom: 5px;
	left: 15px; right: 15px; bottom: 0;
	
}

.listings .projects-list-item {
	margin-bottom: 0;
	padding: 0;
}
.listings .projects-list-item .mls-image {
	display: block;
	position: relative;
	padding-bottom: 70%;
	margin-bottom: 0;
	overflow: hidden;
}
.projects-list .projects-list-item .mls-image {
	display: block;
	padding-bottom: 66%;
	width: 100%;	
	overflow: hidden;
	position: relative;
}
.projects-list .projects-list-item .mls-image .background-image {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 1500ms ease;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
}
.projects-list .projects-list-item .mls-image:hover .background-image {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.projects-list .projects-list-item .mls-image .shadow {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0; bottom: 0; right: 0;
	height: 85%;
	opacity: 1;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+49,0+49,0.65+92 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.projects-list .projects-list-item .mls-image:hover .shadow {
	opacity: 0.75;
}
.projects-list .projects-list-item .mls-image .info {
	display: block;
	position: absolute;
	z-index: 3;
	left: 10px; right: 10px; bottom: 7px;
	transition: all 300ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}
.projects-list .projects-list-item .mls-image:hover .info {
	opacity: 1;
}
.projects-list .projects-list-item .mls-image .info .left {
	display: inline-block;
	vertical-align: bottom;
	width: 60%;
}
.projects-list .projects-list-item .mls-image .info .left .price {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.projects-list .projects-list-item .mls-image .info .left .city {
	display: block;
	color: #fff;
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.projects-list .projects-list-item .mls-image .info .left .address {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.projects-list .projects-list-item .mls-image .info .right {
	display: inline-block;
    width: 37%;
    text-align: right;
    vertical-align: bottom;
}
.projects-list .projects-list-item .mls-image .info .right span {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.projects-list .projects-list-item .mls-image .info .right span > img {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	margin: 0;
	max-width: none;
}

/*=========================================== PAGINATION ===================================================*/
.pagination {
	margin: 25px 0;
	display: block;
}
.pagination > div {
	float: right;
	padding: 0;
	margin: 0;
	display: table;
}
.pagination > div > a, .pagination > div > span {
	display: inline-block;
	font-size: 18px;
	align-items: center;
	text-align: center;
	min-width: 20px;
	padding: 9px 17px;
	border: solid 1px #dcdcdc;
	border-right: none;
}
.pagination > div > a:first-child, .pagination > div > span:first-child {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child, .pagination > div > span:last-child {
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover, .pagination > div > span:hover {
	background-color: #f7f7f7;
}
.pagination > div > span.current {
	color: #fff;
	background-color: #7A2600;
}
