/*
Theme Name: Centurion Real Estate Services
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

.aios-mobile-header-wrapper {
	z-index: 1000 !important;
}
/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:200px;
	text-align: center;
}
#nav > li > .sub-menu{
	left: -150%;
	right: -150%;
	margin: auto;
	padding: 20px 0 0;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
	background:#000;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#nav .sub-menu a:hover {
    background: #1f477a;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
	display: block;
}

#IDX-slideshowGallery-21935{
  display: none;
}
/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Poppins';
	font-size: 14px;
	background: #FFF;
	color: #7c7c7c;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 300px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
		.ip-banner .ip-logo{
			position: absolute;
			z-index: 2;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			display: flex;
			flex-flow: row wrap;
			align-items: center;
			justify-content: center;
			pointer-events: none;
		}
		.ip-banner .ip-logo a{
			max-width: 380px;
			margin: 5% 0 0;
			pointer-events: auto;
		}
		.ip-banner .ip-logo img{}
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
.page-id-24 #content-sidebar #content{ width: 72.08%; }
#content-sidebar #content{ width: 100%; }
#content-full #content { width: 100%; }
.single-aios_agent .sidebar{
	display: none !important;
}

/* Adjust width of sidebar */
.sidebar {
	width: 25.83%;
	display: none;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
	font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.020em;
    font-size: 45px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
	font-family: 'Barlow Semi Condensed';
	color:#000;
}

/********CSS Post Launch********/
img{
	max-width: 100%;
	height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
	outline: 0px !important;
}
#content .ihf-search .ihf-select-options ul,
#content .ihf-search .ihf-select-options,
#content .ihf-search .ihf-pagination,
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
	padding: 0 0 0;
	list-style: none;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

#ihf-main-container #ihf-mortgage-calculator-modal .mc-total-payment-subline,
#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
	padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
	font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
	margin: 6px 0 0;
}
#ws-walkscore-tile{
	background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
	margin-left: 2%;
}
#content ul.ihf-navbar-nav{
	list-style: none;
	margin: 0 0 0;
}
#content .ihf-eureka .ihf-navbar{
	padding: 4px 14px;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
	color:#777;
}
#content #ihf-main-container label{
	color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
	color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
	display: none !important;
}
#content #ihf-main-container .row #areaPickerContainer.row,
#content #ihf-main-container .row #ihf-search-location-tab .row,
#content #ihf-main-container .row #ihf-refine-map-search-form .row,
#content #ihf-main-container .row .ihf-grid-result-container .row,
#content #ihf-main-container .row #ihf-search-location-tab.row{
	margin-left: -15px;
	margin-right: -15px;
}
#content #ihf-main-container .row .row{
	margin-left: 0;
	margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
	color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
#content .ihf-eureka ul.ihf-dropdown-menu{
	margin: 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
#content #ihf-detail-navrow .ihf-detail-navigation .pull-right{
	float: none !important;
	text-align: right;
}
#content #ihf-main-container .map-infobox-img{
	max-width: 100% !important;
}
#ihf-main-container #ihf-map-canvas .ihf-map-info-box-title{
	padding: 0 15px 0 0;
}
.ihf-captcha .g-recaptcha{
	transform-origin: left center;
	transform: scale(.75);
	-moz-transform: scale(.75);
	-webkit-transform: scale(.75);
}
.grecaptcha-badge{
	z-index: 5;
}
#content #IDX-main{}
#content #IDX-main #IDX-boxLabel_remarksConcat input{
	display: block;
	width: 100%;
}
#content #IDX-main ul.select2-choices,
#content #IDX-main ul.IDX-navbar-nav{
	margin: 0 0 0 0;
}
/********CSS Post Launch End********/

.font-pop{
	font-family: 'Poppins';
}
.font-barlsc{
	font-family: 'Barlow Semi Condensed';
}

.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.main-header{
	margin: 80px 0 0 0;
	position: relative;
	z-index: 1;
}
.mh-content{
	margin: 0 -15px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
#nav{
	font-size: 0;
}
#nav a{
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#nav li{}
#nav > li{
	margin: 0 77px;
}
#nav > li:before{
	content:'';
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: -77px;
	background:#fff;
	position: absolute;
}
#nav > li:first-child:before{
	display: none;
}
#nav > li:first-child{
	margin: 0 77px 0 0;
}
#nav > li:last-child{
	display: none;
}
#nav > li:nth-last-child(2){
	margin: 0 0 0 77px;
}
#nav > li > a{}
#nav > li:hover > a{
	color: #1f477a;
}
.mh-trigger-wrap{}
.mh-trigger-wrap .mh-trigger-btn{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
	cursor: pointer;
	color: #fff;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.mh-trigger-wrap .mh-trigger-btn:hover{
	color: #1f477a;
}
.mh-trigger-wrap span{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}
.mh-trigger-wrap .mh-trigger-lines{
	margin: 0 0 0 15px;
}
.mh-trigger-wrap .mh-trigger-btn .mh-trigger-lines > div{
	width: 42px;
	height: 3px;
	background:#fff;
	margin: 7px 0 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.mh-trigger-wrap .mh-trigger-btn:hover .mh-trigger-lines > div{
	background: #1f477a;
}
.mh-trigger-wrap .mh-trigger-btn .mh-trigger-lines > div:first-child{
	margin: 0 0 0;
}
.fixed-header{
	position: fixed;
	z-index: 999;
	background:rgba(0,0,0,.8);
	top: 0;
	left:0;
	width: 100%;
	max-height: 82px;
    padding: 17px 0;
	top: -100px;
	opacity: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.fixed-header.active{
	top: 0;
	opacity: 1;
}
.fh-content{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.fh-content .fh-logo{
	max-width: 174px;
}

#fixednav{
	font-size: 0;
}
#fixednav a{
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#fixednav li{}
#fixednav > li{
	margin: 0 77px;
}
#fixednav > li:before{
	content:'';
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: -77px;
	background:#fff;
	position: absolute;
}
#fixednav > li:first-child:before{
	display: none;
}
#fixednav > li:first-child{
	margin: 0 77px 0 0;
}
#fixednav > li:last-child{
	display: none;
}
#fixednav > li:nth-last-child(2){
	margin: 0 0 0 77px;
}
#fixednav > li > a{}
#fixednav > li:hover > a{
	color: #1f477a;
}

/* Sub Menu */

#fixednav li {
    position:relative;
    display: inline-block;
}

#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:200px;
	text-align: center;
}
#fixednav > li > .sub-menu{
	left: -150%;
	right: -150%;
	margin: auto;
	padding: 34px 0 0;
}
#fixednav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
	background:#000;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#fixednav .sub-menu a:hover {
    background: #1f477a;
    text-decoration: none;
}
#fixednav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#fixednav li:hover > .sub-menu {
    display: block;
}
#fixednav .sub-menu li {
    position: relative;
	display: block;
}
.slide-header{
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.slide-header.active{
	opacity: 1;
	pointer-events: auto;
}
.slide-header .sh-bd{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-header .sh-content{
	position: absolute;
	z-index: 2;
	top: 0;
	right: -20%;
	width: calc(100% - 50px) ;
	height: 100%;
	max-width: 1012px;
	background:rgba(255,255,255,.9);
	display: flex;
	flex-flow:row wrap;
	align-items: center;
	padding-bottom: 30px;
	overflow-y: scroll;
	justify-content: flex-start;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.slide-header.active .sh-content{
	right: 0%;
}
.slide-header .sh-wrap{
	display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.slide-header .sh-logo{
	max-width: 327px;
	margin: 15px 65px 70px 0;
}
.slide-header .sh-nav{
	width: 100%;
    padding: 0 0 0 65px;
    max-width: 767px;
    align-self: flex-start;
}
.slide-header .sh-nav .menu-main-navigation-container{
	display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.slide-header .sh-nav .shnav{}
#shnav{
	/* display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between; */
}
.shnav a,
#shnav a{
	text-transform: uppercase;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#shnav li{}
.shnav > li,
#shnav > li{
	margin: 15px 0 0;
}
#shnav > li > a,
.shnav > li > a{
	color:#313131;
	font-weight: 500;
	font-size: 16px;
}
#shnav > li > a:hover,
.shnav > li > a:hover{
	color:#1f477a;
}
.shnav .sub-menu,
#shnav .sub-menu{
	padding: 0 0 0 5px;
	line-height: 27px;
	margin: 3px 0 0;
}
.shnav .sub-menu li,
#shnav .sub-menu li{}
.shnav .sub-menu a,
#shnav .sub-menu a{
	color:#767676;
	font-weight: 300;
	font-size: 14px;
}
.shnav .sub-menu a:hover,
#shnav .sub-menu a:hover{
	color:#1f477a;
}
.sh-qs{
	padding: 0 0 0 65px;
	width: 100%;
	margin: 45px 0 0;
}
.sh-qs .bootstrap-select.btn-group .dropdown-menu{
	max-height: 180px !important;
}
.sh-qs .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 130px !important;
}
.qs-holder .bootstrap-select.btn-group .dropdown-menu{
	max-height: 180px !important;
}
.qs-holder .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 130px !important;
}
/*.sh-qs .qs-wrapper{
	max-width: 714px;
}*/
.sh-qs .qs-wrapper h3{
	color:#313131;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
.sh-qs .qs-content{
	margin: 15px 0 0;
}
.sh-qs .qs-form{
	display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.sh-qs .qs-form .qs-field{}
.sh-qs .qs-form select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/qs-dd.png) right center no-repeat;
    border: 0;
    border-bottom: 1px solid #acacac;
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 300;
	height: 32px;
}
.sh-qs .qs-form .qs-ptype{
	width: 21.008%;
}
.sh-qs .qs-form .qs-city{
	width: 16.807%;
}
.sh-qs .qs-form .qs-bb{
	width: 9.804%;
}
.sh-qs .qs-form .qs-price{
	width: 10.364%;
}
.sh-qs .qs-form .qs-submit{
	width: 14.846%;
}
.sh-qs .qs-form .qs-submit input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #1f477a;
    color: #fff;
    border: 0px solid #fff;
    display: block;
    width: 100%;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.sh-qs .qs-form .qs-submit input:hover{
	background:#acacac;
}
.sh-border{
	width: 100%;
    height: 1px;
    background: rgba(0,0,0,.3);
    max-width: 965px;
    align-self: flex-start;
    margin: 50px 0 0;
}
.sh-bottom{
	align-self: flex-start;
    padding: 0 0 0 65px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
	max-width: 780px;
	margin: 45px 0 0;
}
.sh-bottom .sh-contact{}
.sh-bottom .sh-contact ul{}
.sh-bottom .sh-contact li{
	font-size: 18px;
	color:#484848;
	line-height: 33px;
	letter-spacing: 0.100em;
}
.sh-bottom .sh-contact li:first-child{
	font-weight: 500;
}
.sh-bottom .sh-contact a{}
.sh-sm{}
.sh-sm-icons{
	display: flex;
	flex-flow: row wrap;
}
.sh-sm-icons a{
	color:#000;
	font-size: 22px;
	margin: 0 0 0 44px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.sh-sm-icons a:first-child{
	margin: 0 0 0 0;
}
.sh-sm-icons a:hover{
	color:#1f477a
}
#hp-top{
	height: 100vh;
	position: relative;
	min-height: 800px;
}
#hp-slide{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hp-slide:after{
	content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(images/slide-fade.png) top center repeat-x;
}
#hp-slide .cycloneslider{
	z-index: 1;
}
#hp-slide .cycloneslider-template-responsive .cycloneslider-slide canvas{
	height: 100vh;
}
#hp-logo{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3);
}
.logo-wrapper{
	width: calc(100% - 20px);
	max-width: 640px;
}
#hp-cta{
	position: absolute;
    z-index: 2;
    left: 0;
    bottom: 110px;
    width: 100%;
}
.cta-wrapper{}
.cta-wrapper a{
	color: #fff;
    border: 1px solid #fff;
    height: 72px;
    font-size: 20px;
    letter-spacing: 0.250em;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.cta-wrapper a:hover{
	border: 1px solid #1f477a;
	background:#1f477a;
}

.sec-title{
	font-family: 'Barlow Semi Condensed';
	text-transform: uppercase;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	position: relative;
}
.sec-title .sec-num{
	font-size: 36px;
    color: #1f477a;
    font-weight: 700;
    letter-spacing: 0.100em;
    position: absolute;
    right: 102%;
    top: -12px;
}
.sec-title h2,
.sec-title h1{
	margin: 0 0 0 0;
	display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
	position: relative;
}
.sec-title em{
	font-size: 16px;
	letter-spacing: 0.100em;
	color:#7c7c7c;
	display: block;
	font-style: normal;
	position: relative;
	margin: 0 0 -8px;
}
.sec-title strong{
	font-size: 102px;
	font-weight: 600;
	color:#000;
	display: block;
	position: relative;
}
.sec-title span{
	font-size: 39px;
	font-weight: 500;
	color:#1f477a;
	display: block;
	position: relative;
	align-self: flex-end;
}
.sec-title .line-left{
	padding: 0 0 0 0;
}
.sec-title .line-left:after{
	content:'';
	display: block;
	height: 7px;
	width: 100vw;
	background:#dfdfdf;
	top: 0;
	bottom: 0;
	right: calc(100% + 15px);
	margin: auto;
	position: absolute;
}
.sec-title .line-right{
	padding: 0 0 0 0;
}
.sec-title .line-right:after{
	content:'';
	display: block;
	height: 7px;
	width: 100vw;
	background:#dfdfdf;
	top: 0;
	bottom: 0;
	left: calc(100% + 15px);
	margin: auto;
	position: absolute;
}
a.global-btn{
	min-width: 212px;
    min-height: 57px;
    border: 1px solid #9b9b9b;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0.040em;
    color: #1f477a;
	background:rgba(31, 71, 122, 0);
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
a.global-btn:hover{
	border: 1px solid #1f477a;
	color: #fff;
	background:rgba(31, 71, 122, 1);
}
#hp-welcome{
	background: url(images/welcome-bg.png) left center no-repeat #fff;
    background-size: auto 105%;
	overflow: hidden;
	padding: 105px 0 0;
}
.welcome-wrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
	justify-content: space-between;
}
.welcome-wrapper .welcome-left{
	width: 45.625%;
}
.welcome-wrapper .welcome-content{
	padding: 0 0 40px;
}
.welcome-wrapper .welcome-title{
	justify-content: flex-end;
}
.welcome-wrapper .welcome-title.sec-title .sec-num{
	right: 102%;
}
.welcome-wrapper .welcome-right{
	width: 50.1875%;
}
.welcome-wrapper .welcome-photo{}
.welcome-wrapper .welcome-photo img{
	display: block;
	width: 100%;
	height: auto;
}
.welcome-wrapper  .welcome-text{
	font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.024em;
    margin: 30px 0 0 -40px;
	padding: 0 28px 0 0;
}
.welcome-wrapper  .welcome-text p{
	margin: 0 0 40px;
}
#hp-mtt{
	background:rgba(0,0,0,.85);
	min-height: 100px;
	padding: 123px 0 142px;
	overflow: hidden;
}
.mtt-wrapper{
	width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 1500px;
}
.mtt-wrapper .slick-list{
	overflow: unset;
}
.mtt-wrapper .mtt-title{
	color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.mtt-wrapper .mtt-title h2{
	overflow: hidden;
}
.mtt-wrapper .mtt-title span{
	font-size: 36px;
    color: #1f477a;
    font-weight: 700;
    letter-spacing: 0.100em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 32px;
}
.mtt-wrapper .mtt-title em{
	font-size: 16px;
    letter-spacing: 0.100em;
    font-style: normal;
    position: relative;
    margin: 0 0 0;
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.mtt-wrapper .mtt-title em:after{
	content:'';
	display: block;
	height: 7px;
	width: 100vw;
	background:#dfdfdf;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
	position: absolute;
	padding: 0 30px 0 0;
}
.mtt-wrapper .mtt-title strong{
	font-size: 102px;
    font-weight: 600;
    position: relative;
	display: block;
	margin: -12px 0 0;
}
.mtt-wrapper .mtt-content{
	margin: 100px 0 0;
}
.mtt-wrapper .mtt-slide{}
.mtt-wrapper .mtt-slide ul.slick-slider *{
	outline: 0;
}
.mtt-wrapper .mtt-single{
	position: relative;
	z-index: 1;
}
.mtt-wrapper .mtt-single:hover{
	z-index: 2;
}
.mtt-wrapper .mtt-single a{
	display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.mtt-wrapper .mtt-single a:after{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background:rgba(255,255,255,.3);
}
.mtt-wrapper li:first-child .mtt-single a:after{
	display: none;
}
.mtt-wrapper .mtt-name{
	min-height: 272px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
	/* border-left: 1px solid rgba(255,255,255,.3); */
	position: relative;
	z-index: 2;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.mtt-wrapper .mtt-img{
	position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: 0 0 0;
    /* width: 20vw; */
    pointer-events: none;
    transform: translate(-50%, -47%) scale(2);
	opacity: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.mtt-wrapper a:hover .mtt-img{
	/* width: 23vw; */
	transform: translate(-50%, -47%) scale(2.56);
	opacity: 1;
}
.mtt-wrapper .mtt-img img{
	display: block;
	width: 100%;
}
.mtt-wrapper .mtt-fname{
	font-family: 'Barlow Semi Condensed';
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.100em;
}
.mtt-wrapper .mtt-lname{
	font-size: 16px;
    letter-spacing: 0.100em;
}
#hp-ep{
	background:#fff;
	padding: 90px 0;
	overflow: hidden;
}
.ep-wrapper{
	display: flex;
    flex-flow: row wrap;
}
.ep-wrapper .ep-left{
	width: 53.437%;
	padding: 0 0 0 9%;
}
.ep-wrapper .ep-title.sec-title strong{
	font-size: 94px;
}
.ep-wrapper .ep-text p{
	font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.024em;
    font-size: 15px;
    padding: 0 24% 0 0;
	margin: 30px 0;
}
.ep-wrapper .ep-right{
	width: 46.563%;
}
.ep-wrapper .ep-slide{}
.ep-wrapper .ep-slide ul{
	font-size: 0;
}
.ep-wrapper .ep-slide li{}
.ep-wrapper .ep-single{}
.ep-wrapper .ep-single a{
	display: block;
	position: relative;
	color:#fff;
}
.ep-wrapper .ep-single a .ep-img{
	position: relative;
	z-index: 1;
}
.ep-wrapper .ep-single a canvas{
	display: block;
	width: 100%;
	background-size: cover;
}
.ep-wrapper .ep-single a .ep-hover{
	position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 15px 40px;
    background: rgba(31,71,122,.95);
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
	opacity: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.ep-wrapper .ep-single a:hover .ep-hover{
	opacity: 1;
}
.ep-wrapper .ep-single a .ep-price{
	font-size: 25px;
	font-weight: 600;
}
.ep-wrapper .ep-single a .ep-add{
	font-size: 17px;
	font-weight: 500;
}
.ep-wrapper .ep-single a .ep-bb{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.ep-wrapper .ep-single a .ep-bb > div{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.ep-wrapper .ep-single a .ep-bb-icon {
	color:#3971b7;
	font-size: 14px;
	margin: 0 6px 0 0;
}
.ep-wrapper .ep-single a .ep-bb-val {
	font-size: 13px;
}
.ep-wrapper .ep-single a .ep-vd{}
.ep-wrapper .ep-single a .ep-vd span{
	display: inline-flex;
    min-width: 130px;
    min-height: 33px;
    border: 1px solid #fff;
    font-size: 15px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}
#hp-fc{
	background:#fff;
	overflow: hidden;
}
.fc-wrapper{}
.fc-wrapper .fc-content{
	display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.fc-wrapper .fc-top{
	width: calc(100% / 4);
}
.fc-wrapper .fc-title-wrap{
	width: calc(100% / 2);
	display: flex;
    justify-content: center;
	padding: 7px 30px 0;
}
.fc-wrapper .fc-title-content{
	text-align: right;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
}
.fc-wrapper .fc-title.sec-title strong{
	font-size: 94px;
}
.fc-wrapper .fc-text{
	font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.024em;
    font-size: 15px;
	margin: 21px 0;
}
.fc-wrapper .fc-bottom{
	width: calc(100% / 3);
}
.fc-wrapper .fc-single{
	font-family: 'Barlow Semi Condensed';
}
.fc-wrapper .fc-single a{
	display: block;
	position: relative;
	color:#fff;
}
.fc-wrapper .fc-img{
	position: relative;
	z-index: 1;
}
.fc-wrapper .fc-single img{
	display: block;
	width: 100%;
	height: auto;
}
.fc-wrapper .fc-single a .fc-name{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.fc-wrapper .fc-single a:hover .fc-name{
	background:rgba(31,71,122,.8);
}
.fc-wrapper .fc-single a .fc-name h3{
	font-size: 24px;
    letter-spacing: 0.100em;
    font-weight: 600;
    text-transform: uppercase;
}
#hp-testi{
	background:#fff;
	overflow: hidden;
	padding: 153px 0;
	background: url(images/welcome-bg.png) 0% 70% no-repeat #fff;
    background-size: auto 150%;
}
.testi-wrapper{
}
.testi-content{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.testi-content .testi-left{
	padding: 0 0 0 50px;
}
.testi-content .testi-right{
	width: 57.281%;
}
.testi-content .testi-slide{}
.testi-content .testi-slide li{
	font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.024em;
    font-size: 15px;
}
.testi-content .testi-slide .testi-stars{
	margin: 35px 0 0;
}
.testi-content .testi-name{
	margin: 75px 0 0;
}
.testi-content .testi-name h3{
	color: #1f477a;
    font-size: 24px;
    letter-spacing: 0.024em;
    text-transform: uppercase;
    font-weight: 600;
}
.testi-content .testi-name span{}
#hp-cta-bt{
	background:#f2f2f2;
	padding: 70px 0;
}
.ctabt-wrapper{}
.ctabt-wrapper .ctabt-single{
	margin: 0 auto;
	max-width: 360px;
	padding: 10px 0;
}
.ctabt-wrapper a{
	display: block;
	position: relative;
	color:#fff;
}
.ctabt-wrapper a .ctabt-img{
	position: relative;
	z-index: 1;
}
.ctabt-wrapper a .ctabt-img img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.ctabt-wrapper a .ctabt-name{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	padding: 0 7.5%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.6);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.ctabt-wrapper a:hover .ctabt-name{
	background:rgba(31,71,122,.6);
}
.ctabt-wrapper a .ctabt-name h3{
	font-size: 21px;
    letter-spacing: 0.100em;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #fff;
    width: 100%;
    text-align: center;
    padding: 28px 5px;
}
#hp-git{
	background:rgba(0,0,0,.85);
	padding: 125px 0 120px;
}
.git-wrapper{}
.git-wrapper ::-webkit-input-placeholder {
	text-transform: uppercase;
}
.git-wrapper :-moz-placeholder {
	text-transform: uppercase;
}
.git-wrapper ::-moz-placeholder {
    text-transform: uppercase;
}
.git-wrapper :-ms-input-placeholder {
    text-transform: uppercase;
}
.git-wrapper input,
.git-wrapper textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.git-wrapper div.wpcf7-response-output {
	text-align: center;
	color:#fff;
}
.git-wrapper .wpcf7-form-control-wrap{
	display: block;
}
.git-wrapper .git-top{
	display: flex;
    justify-content: center;
}
.git-wrapper .git-title{
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
}
.git-wrapper .git-title h2{
	overflow: hidden;
	padding: 0 0 0 40px;
}
.git-wrapper .git-title span.sec-num{
	font-size: 36px;
    color: #1f477a;
    font-weight: 700;
    letter-spacing: 0.100em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -40px;
}
.git-wrapper .git-title span.sec-subtitle{
	font-size: 39px;
    font-weight: 500;
    color: #1f477a;
    display: block;
    position: relative;
    align-self: flex-end;
	margin: 0 -35px 0 0;
}
.git-wrapper .git-title em{
	font-size: 16px;
    letter-spacing: 0.100em;
    font-style: normal;
    position: relative;
    margin: 0 0 0;
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
	color:#7c7c7c;
}
.git-wrapper .git-title em:after{
	content:'';
	display: block;
	height: 7px;
	width: 100vw;
	background:#dfdfdf;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
	position: absolute;
	padding: 0 30px 0 0;
}
.git-wrapper .git-title strong{
	font-size: 102px;
    font-weight: 600;
    position: relative;
	display: block;
	margin: -12px 0 0;
	color:#fff;
}
.git-wrapper .git-content{
	margin: 82px auto 0;
	max-width: 750px;
}
.git-form .git-row{
	margin: 47px 0 0;
}
.git-form .git-row:first-child{
	margin: 0 0 0;
}
.git-form .git-field-dual{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.git-form .git-field-dual > div{
	width: calc(50% - 11px);
}
.git-form .git-field-dual input{
	display: block;
    width: 100%;
    background: none;
    color: #fff;
    border: 0px;
    font-size: 14px;
	font-weight: 300;
    border-bottom: 1px solid rgba(255,255,255,.35);
	height: 48px;
}
.git-form .git-msg{}
.git-form .git-msg textarea{
	display: block;
    width: 100%;
    background: none;
    color: #fff;
    border: 0px;
    font-size: 14px;
	font-weight: 300;
    border-bottom: 1px solid rgba(255,255,255,.35);
	resize: none;
	height: 75px;
}
.git-form .git-submit{
	display: flex;
    flex-flow: column wrap;
    align-items: center;
	margin: 60px 0 0;
}
.git-form .git-submit input{
	width: 212px;
    height: 57px;
    background: rgba(255,255,255,0);
    border: 1px solid #fff;
    font-size: 13px;
    letter-spacing: 0.040em;
    color: #fff;
    text-transform: uppercase;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.git-form .git-submit input:hover{
	background: rgba(255,255,255,1);
	color:#1f477a;
}
.footer{
	background:rgba(255,255,255,.9);
	padding: 115px 0 84px;
}
.footer-info-wrapper{
	border-bottom: 1px solid rgba(0,0,0,.30);
	padding: 0 0 62px;
}
.footer-info-wrapper .footer-info{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    text-align: center;
}
.footer-info-wrapper .footer-info-l{
	display: none;
}
.footer-info-wrapper .footer-info-r{}
.footer-contact{
	padding: 30px 0 0;
}
.footer-contact li{
	font-size: 18px;
	color:#484848;
	line-height: 33px;
	letter-spacing: 0.100em;
}
.footer-contact li:first-child{
	font-weight: 500;
}
.footer-contact a{}
.footer-contact a:hover{
	color:#000;
}
.footer-sm{
	display: flex;
	flex-flow: row wrap;
	margin: 27px 0 0;
	justify-content: center;
}
.footer-sm a{
	color:#000;
	font-size: 22px;
	margin: 0 0 0 44px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.footer-sm a:first-child{
	margin: 0 0 0 0;
}
.footer-sm a:hover{
	color:#1f477a
}
.footernav{
	font-size: 0;
	text-align: center;
	padding: 35px 0 0;
}
.footernav li{
	padding: 0 31px;
	border-left: 1px solid #313131;
	display: inline-block;
    vertical-align: middle;
}
.footernav li:first-child{
	margin: 0 0 0;
	padding: 0 31px 0 0;
	border-left: 0px solid #313131;
}
.footernav li:last-child{
	display: none;
}
.footernav li:nth-last-child(2){
	padding: 0 0 0 31px;
}
.footernav a{
	font-size: 14px;
    color: #313131;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
	.footernav a:hover {
		color: #1f477a;
	}
.copyright{
	color:#393939;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	margin: 20px 0 0;
}
.copyright a{
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.copyright a[target="_blank"]{
	font-weight: 600;
}
.copyright a[target="_blank"]:hover,
.copyright a:hover{
	color:#1f477a;
}
.re-logos{
	text-align: center;
	margin: 30px 0 0;
}
.re-logos span{
	color:#000;
	font-size: 27px;
}


.page-id-24 #inner-page-wrapper::before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(http://centurion-res.com/wp-content/themes/centurion-res.com/images/FINAL-Group-Shot-2kpixels-1024x614.png) no-repeat center bottom / auto calc(100% - 20px) fixed;
    filter: grayscale(0.8);
    opacity: 0.2;
}
.page-id-24 #inner-page-wrapper > .container {
	position: relative;
	z-index: 2;
}
.page-id-24 .agent-holder .attachment-agent-image img {
	background: #ffffff;
}
.agent-holder .attachment-agent-image {
	width: 30%;
}
.agent-holder .agent-all-contact {
    width: 70%;
	display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
}
.agent-holder .agent-all-contact .agent-contacts-main-info{
	background: rgba(31, 71, 122, 0.57);
    color: #fff;
    padding: 20px 15px;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.qs-holder {
    font-size: 0;
    padding-top: 39px;
    padding-bottom: 10px;
    position: relative;
}
    .qs-title {
        display: inline-block;
        vertical-align: top;
        width: 10.702%;
        font-size: 22px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 8px;
        line-height: 1;
        padding-bottom: 10px;
    }
        .qs-title span{
            display: block;
            color: #000;
            letter-spacing: 4px;
        }
        .qs-form{
            display: inline-block;
            width: 89.299%;
            vertical-align: top;
        }
            .qs-form select,
            .qs-form input {
                border-radius: 0;
                color: #767676;
                font-size: 9px;
                font-weight: 400;
                text-transform: uppercase;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: #fff url(images/qs-arrow.png) no-repeat scroll right 14px center;
                width: 100%;
                height: 35px;
                padding: 0 5px;
                border: solid 1px #b7b7b7;
                letter-spacing: 1.2px;
            }
                .qs-form input{
                    background: #fff;
                }
                    .qs-form select::-ms-expand{
                        display: none;
                    }
                        .qs-form .qs-field {
                            display: inline-block;
                            vertical-align: top;
                            margin-right: 4px;
                            margin-bottom: 5px;
                        }
                            .btn-form.qs-field.qsbtn1 input,
                            .btn-form.qs-field.qsbtn2 a {
                                border-radius: 0;
                                width: 100%;
                                height: 35px;
                                background: #000;
                                color: #fff;
                                font-weight: 400;
                                text-transform: uppercase;
                                font-size: 11px;
                                border: 0;
                                -webkit-transition: all 0.4s ease-in-out;
                                -moz-transition: all 0.4s ease-in-out;
                                -o-transition: all 0.4s ease-in-out;
                                transition: all 0.4s ease-in-out;
                                display: block;
                                text-align: center;
                            }
                            .btn-form.qs-field.qsbtn1 {
                                width: 9.038%;
                                margin-left: 35px;
                                margin-right: 5px;
                                position: relative;
                            }
                            .btn-form.qs-field.qsbtn1::after{
                                content: '';
                                position: absolute;
                                top: -15px;
                                left: -21px;
                                width: 1px;
                                height: 65px;
                                background: #bfbfbf;
                            }
                            .btn-form.qs-field.qsbtn2 {
                                width: 9.038%;
                                margin-left: 0;
                                margin-right: 0;
                                position: relative;
                            }
                            .btn-form.qs-field.qsbtn2 a {
                                line-height: 35px;
                                background: #373535;
                            }
                            .long-form.qs-field {
                                width: 19.647%;
                            }
                            .long-form2.qs-field {
                                width: 19.647%;
                            }
                            .short-form {
                                width: 9.038%;
                            }
                            .btn-form.qs-field.qsbtn1 input:hover {
                                opacity: .8;
                            }
                            .btn-form.qs-field.qsbtn2 a:hover {
                                opacity: .8;
                            }

                            .side-bar .qs-title {
                                display: block;
                                width: 100%;
                                text-align: center;
                            }
                            .side-bar .qs-title span{
                                display: inline-block;
                            }
                            .side-bar .qs-form {
                                display: block;
                                width: 100%;
                            }
                            .side-bar .long-form.qs-field,
                            .side-bar .long-form2.qs-field {
                                width: 100%;
                            }
                            .side-bar .qs-form .qs-field {
                                display: block;
                                margin-right: 0;
                            }
                            .side-bar .short-form {
                                width: 50%;
                            }
                            .side-bar .short-form.qs-field.field-left {
                                float: left;
                                padding-right: 2.5px;
                            }
                            .side-bar .short-form.qs-field.field-right {
                                float: right;
                                padding-left: 2.5px;
                            }
                            .side-bar .btn-form.qs-field.qsbtn1 {
                                margin-left: 0;
                                display: inline-block;
                                width: 100%;
                            }
                            .side-bar .btn-form.qs-field.qsbtn1::after{
                                display: none;
                            }
                            .side-bar .btn-form.qs-field.qsbtn2 {
                                width: 100%;
							}


.cta-list a {
	display: block;
	width: 100%;
	font-size: 16px;
	letter-spacing: .04em;
	color: #1b1a18;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #1f477a;
	padding: 18px 0 11px;
	position: relative;
	overflow: hidden;
	transition: color .7s cubic-bezier(.215, .61, .355, 1);
}

.cta-list a:before, .cta-list a:after {
    content: '';
    position: absolute;
    height: 100%;
    bottom: 0;
    background: #1f477a;
    transform-origin: 100% 100%;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    z-index: -1;
}

.cta-list a:before {
    left: 0;
    right: 100%;
}

.cta-list a:after {
    left: 100%;
    right: 0;
}

.cta-list a:hover {
    color: #fff;
}

.cta-list a:hover:before {
    left: 0;
    right: 50%;
}

.cta-list a:hover:after {
    left: 50%;
    right: 0;
}

.page-id-24 .sidebar,
.single-aios_agent .sidebar{
	display: block;
}

button.btn.dropdown-toggle.btn-default,
button.btn.dropdown-toggle.bs-placeholder.btn-default {
    border-radius: 0;
    color: #767676;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(images/qs-arrow.png) no-repeat scroll right 14px center;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: solid 1px #b7b7b7;
    letter-spacing: 1.2px;
}

span.filter-option.pull-left {
    font-size: 9px !important;
}

.grecaptcha-badge {
    z-index: 999;
}

.category-blog #content .archive-subtitle,
.category-communities #content .archive-subtitle {
    line-height: 1;
    margin-top: 0;
}

/*MEET THE TEAM*/
.page-id-24 .agent-contact-position,
.page-id-24 .agent-license,
.page-id-24 .agent-description {
    color: #000;
}

#IDX-coreSearchFields .select2-choices,
#IDX-advancedSearchFields .select2-choices {
    margin: 0 !important;
}
.select2-drop-mask {
	z-index: 997 !important;
}
.select2-drop {
	z-index: 998 !important;
}

.footer-contact .lic-footer {
    font-size: 18px;
    color: #484848;
    line-height: 33px;
    letter-spacing: 0.100em;
    margin-top: 20px;
}


a.instagramicn img{
	
    max-width: 192px;
}