/*
Theme Name: Warner Real Estate
Theme URI: http://aios3-staging.agentimage.com/w/warnerrealestate_new.land/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
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
 *
 *******************************************************/

.head_navigation {
    height: 75px;
    background-color: #ffffff;
}

.header_wrap #nav {
    display: none;
}

.aios-split-nav {
    width: 38.5%;
    margin-top: 28px;
    display: inline-block;
    vertical-align: top;
}


/* Sub Menu */

.aios-split-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*margin: 0 30px;*/
}

.aios-split-nav:first-child li:first-child {
    margin-left: 0;
}

.aios-split-nav:last-child {
    text-align: right;
}

.aios-split-nav:last-child li:last-child {
    margin-right: 0;
}

.aios-split-nav li a {
    padding-bottom: 25px;
    color: #707070;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 18px 25px;
}

.aios-split-nav:first-child li:first-child a {
    padding-left: 0;
}

.aios-split-nav:last-child li:last-child a {
    padding-right: 0;
}

.aios-split-nav li a::after {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #084f9d;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.menu-primary-menu-container .aios-split-nav:first-child li:first-child a::after {
    left: -14.5px;
}

.menu-primary-menu-container .aios-split-nav:last-child li:last-child a::after {
    left: 14.5px;
}

.aios-split-nav li:hover a::after,
.aios-split-nav li:focus a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.aios-split-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 27px 0 0;
    position: absolute;
    left: -20px;
    right: -20px;
    width: auto;
    min-width: 100%;
    text-align: center;
}

.aios-split-nav .sub-menu li {
    width: 100%;
    position: relative;
    margin: 1px 0 0;
}

.aios-split-nav .sub-menu a {
    display: block;
    padding: 8px 0;
    color: #ffffff;
    font-size: 13px;
    background-color: rgba(8, 79, 157, 0.75);
}

.aios-split-nav .sub-menu li a::after {
    display: none;
}

.aios-split-nav .sub-menu a:hover {
    background: #084F9D;
    color: #ffffff;
    text-decoration: none;
}

.aios-split-nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

.aios-split-nav li:hover > .sub-menu {
    display: block;
}


/* FIXED NAV */

.fixed_navigation {
    margin-top: 22px;
}

#fixednav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*margin: 0 25px;*/
}

#fixednav li:last-child {
    margin-right: 0;
}

#fixednav li a {
    padding-bottom: 25px;
    color: #707070;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 25px 25px;
}

#fixednav li:last-child a {
    padding-right: 0;
}

#fixednav li a::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #084f9d;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

#fixednav li:last-child a::after {
    left: 15px;
}

#fixednav li:hover a::after,
#fixednav li:focus a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 22px 0 0;
    position: absolute;
    left: -20px;
    right: -20px;
    width: auto;
    min-width: 100%;
    text-align: center;
}

#fixednav .sub-menu li {
    width: 100%;
    position: relative;
    margin: 1px 0 0;
}

#fixednav .sub-menu a {
    display: block;
    padding: 8px 0;
    color: #ffffff;
    font-size: 13px;
    background-color: rgba(8, 79, 157, 0.75);
}

#fixednav .sub-menu li a::after {
    display: none;
}

#fixednav .sub-menu a:hover {
    background: #084F9D;
    color: #ffffff;
    text-decoration: none;
}

#fixednav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#fixednav li:hover > .sub-menu {
    display: block;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-size: 14px;
    font-family: 'Questrial', sans-serif;
    background: #FFF;
    color: #707070;
    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; */
}

a,
a:hover,
a:link,
a:active,
a:focus {
    color: #707070;
    outline: none;
    text-decoration: none;
}

.slick-slide,
.slick-slide *,
.slick-slide a {
    outline: none;
}

.site_easing,
.hp_property li a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* HEADER */

.header_wrap {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
}

.head_info_wrap {
    height: 80px;
    color: #ffffff;
    font-size: 15px;
}

.head_info_wrap a {
    color: #ffffff;
}

.head_info_left {
    float: left;
    padding-top: 29px;
}

.head_translate {
    width: 115px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.head_translate em {
    font-size: 16px;
}

.head_translate span {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    letter-spacing: 2px;
}

.head_translate select {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #707070;
    cursor: pointer;
}

.head_info_wrap em {
    font-family: 'Vollkorn', serif;
}

.head_smi {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.head_smi a {
    color: #ffffff;
    font-size: 0;
}

.head_smi a:hover {
    color: #084f9d;
}

.head_smi a span {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    font-size: 17px;
}

.head_info_right {
    float: right;
    padding-top: 15px;
    text-align: right;
    line-height: 23px;
    letter-spacing: 1px;
}

.head_info_right a {
    text-decoration: none;
}


.head_info_right em {
    margin-right: 8px;
}

.head_info_right span.ai-font-phone {
    margin-right: 3px;
    font-size: 12px;
}

.head_info_right a.asis-mailto-obfuscated-email {
    width: 111px;
    height: 29px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ffffff;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 10px;
}

.head_info_right a.asis-mailto-obfuscated-email:hover {
    border: 1px solid #084f9d;
    background-color: #084f9d;
}

.head_info_right em.ai-mobile-phone {
    font-family: inherit;
}


/* HEADER LOGO */

.head_logo {
    width: 23%;
    margin-top: -54px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.head_logo img {
    width: 100%;
    max-width: 261px;
}


/* FIXED HEADER */

.fixed_header {
    width: 100%;
    height: 65px;
    top: -100%;
    position: fixed;
    z-index: 1011;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fixed_header.fixedhead {
    top: 41px;
}

.fixed_logo {
    margin-top: -42px;
    text-align: left;
}

.fixed_logo img {
    width: 100%;
    max-width: 211px;
}


/* HP SLIDESHOW */

.hp_slideshow {
    position: relative;
    z-index: 1;
}

.hp_slideshow:before {
    width: 100%;
    height: 329px;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url(images/slide-overlay.png);
    background-position: top left;
    background-repeat: repeat-x;
}


/* HP PROPERTY CATEGORIES */

.hp_widget1 {
    margin-top: 80px;
    text-align: center;
}

.hp_property h2 {
    margin-bottom: 70px;
    color: #07509f;
    font-size: 30px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 3px;
    position: relative;
}

.hp_property h2:before,
.hp_property h2:after {
    width: 31%;
    max-width: 350px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    background-color: #cccccc;
}

.hp_property h2:before {
    left: 0;
}

.hp_property h2:after {
    right: 0;
}

.hp_property li a {
    width: 100%;
    max-width: 263px;
    height: 100%;
    max-height: 352px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.hp_property li a:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(7, 80, 159, 0.60);
    opacity: 0;
}

.hp_property li a:hover:before {
    opacity: 1;
}

.prop_img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.prop_img img {
    width: 100%;
    max-width: 263px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prop_img:hover img {
    transform: scale(1.2);
    filter: grayscale(100%);
}

.prop_img img.BWFilter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.prop_txt {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 35px;
    /*left: 0;*/
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 1;
    max-width: 263px;
    left: 50%;
    transform: translateX(-50%);
}


/* HP WELCOME */

.hp_widget2 {
    padding: 80px 0 70px;
}

.hp_welcome {
    padding-top: 70px;
    color: #707070;
    font-size: 14px;
    border-top: 1px solid #cccccc;
    text-align: center;
}

.hp_welcome h1 {
    color: #07509f;
    font-size: 30px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 3px;
}

.hp_welcome p {
    margin-top: 30px;
    line-height: 22px;
    padding: 0 5%;
    /*text-align: justify;*/
    text-align: center;
    text-align-last: center;
}

.hp_welcome a.welc_more {
    width: 165px;
    height: 41px;
    display: block;
    margin: 40px auto 0;
    color: #07509f;
    font-size: 11px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    line-height: 41px;
    letter-spacing: 3px;
    border: 1px solid #054d9d;
}

.hp_welcome a.welc_more:hover {
    color: #ffffff;
    background-color: #07509f;
}


/* HP TESTIMONIALS */

.hp_widget3 {
    padding: 70px 0;
    min-height: 492px;
    background-image: url(images/testi-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.hp_testimonials {
    padding: 60px 0 50px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.40);
    text-align: center;
    position: relative;
}

.hp_testimonials h2 {
    margin-bottom: 25px;
    font-size: 35px;
    font-family: 'Vollkorn', serif;
    line-height: 25px;
}

#testi_slider {
    max-width: 1060px;
    margin: 0 auto;
}

.testi_list {
    padding: 0 90px;
    font-size: 14px;
    line-height: 22px;
}

.testi_list span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
}

.hp_testimonials a.testi_more {
    width: 165px;
    height: 41px;
    display: block;
    margin: 30px auto 0;
    color: #ffffff;
    font-size: 9px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    line-height: 41px;
    letter-spacing: 2px;
    border: 1px solid #ffffff;
}

.hp_testimonials a.testi_more:hover {
    background-color: #07509f;
    border: 1px solid #07509f;
}

.testi_btns {
    width: 100%;
    position: absolute;
    top: 43.4%;
}

.testi_btns .slick-arrow {
    font-size: 41px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.testi_btns .slick-arrow.testi_prev {
    left: 40px;
}

.testi_btns .slick-arrow.testi_next {
    right: 40px;
}

.testi_btns .slick-arrow:hover {
    color: #07509f;
}


/* HP CONTACT FORM */

.hp_widget4 {
    padding: 35px 0;
    background-color: #07509f;
}

.hp_contactform {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.hp_contactform h2 {
    float: left;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Vollkorn', serif;
    line-height: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cntct_form_wrap {
    width: 87%;
    max-width: 985px;
    float: right;
    text-align: right;
    font-size: 0;
    position: relative;
}

.cntct_form_wrap form {
    text-align: center;
}

.cntct_form_wrap input,
.cntct_form_wrap textarea {
    height: 29px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 0 0;
    padding-left: 10px;
    color: #707070;
    font-size: 12px;
    border: none;
    background-color: #ffffff;
}

.cntct_form_wrap input {
    width: 19.94%;
    /*max-width: 155px;*/
}

.cntct_form_wrap textarea {
    width: 36%;
    /*max-width: 281px;*/
    padding-top: 5px;
    resize: none;
}

.cntct_form_wrap input.wpcf7-submit {
    width: 24px;
    max-width: 24px;
    font-size: 0;
    margin: 0 0 0 12px;
    padding: 0;
    background-color: #07509f;
    background-image: url(images/submit-btn.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.cntct_form_wrap input.wpcf7-submit:hover {
    opacity: 0.6;
}

.cntct_form_wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.cntct_form_wrap div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    bottom: -30px;
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.cntct_form_wrap div.wpcf7 .ajax-loader {
    position: absolute;
}


/* FOOTER INFO */

.foot_top {
    padding: 60px 0 50px;
}

.foot_info {
    color: #464646;
    font-size: 17px;
    text-align: center;
}

.foot_info img {
    width: 100%;
    max-width: 329px;
}

.foot_info a {
    color: #464646;
}

.foot_info a:hover {
    color: #084f9d;
}

.footinfo_wrap {
    margin-top: 30px;
}

.footinfo {
    display: block;
    vertical-align: top;
    margin: 6px;
}

.footinfo span {
    color: #084f9d;
    margin-right: 5px;
}

.footinfo span.ai-font-phone {
    font-size: 12px;
    margin-left: 5px;
}

.footinfo span.ai-font-envelope {
    font-size: 10px;
}


/* FOOTER NAVS */

.foot_navs {
    padding-left: 5px;
}

.footernav li {
    width: 27%;
    max-width: 145px;
    display: inline-block;
    vertical-align: top;
    margin-left: 85px;
    line-height: 50px;
    border-top: 1px solid #d0d0d0;
}

.footernav li:first-child,
.footernav li:nth-child(2) {
    border: none;
}

.footernav li a {
    color: #464646;
    font-size: 15px;
}

.footernav li a:hover {
    color: #084f9d;
}

.foot_logos {
    padding-left: 85px;
    margin-top: 5px;
    color: #07509f;
    font-size: 39px;
}

.foot_logos span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


/* FOOTER COPYRIGHT */

.foot_copyright {
    padding: 39px 0;
    background-color: #666666;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
}

.foot_copyright a {
    color: #ffffff;
}

.foot_copyright a:hover {
    color: #084f9d;
}

.foot_mls {
    margin-top: 15px;
    color: #999999;
    font-size: 23px;
    line-height: 23px;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip_bg {
    width: 100%;
    height: 180px;
    background-image: url(images/ip-bg.jpg);
    background-size: cover;
}


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 73.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 23.83%;
}

.side_property {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    text-align: center;
}

.side_property h2 {
    margin: 0 0 10px;
    color: #07509f;
    font-size: 20px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
}

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

.side_property ul li {
    /*  max-width: 263px;
           height: 270px;
           overflow: hidden;
           margin: 0 auto 15px; */
    max-width: 201px;
    height: 226px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.side_property ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.side_property li a:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(7, 80, 159, 0.60);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side_property li a:hover:before {
    opacity: 1;
}


/* 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 post/page main headings (h1) */

#content .entry-title {
    color: #07509f;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    color: #07509f;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
    color: #07509f;
    font-size: 20px;
    font-family: 'Vollkorn', serif;
}


/*Fix AIOS LISTINGS Z-INDEXING*/

div#inner-page-wrapper {
    z-index: unset;
}


/*Uncomment this if have IHF

.prop-img-wrap .sold-icon, .prop-img-wrap .sale-icon, .prop-img-wrap .rent-icon, .prop-img-wrap .lease-icon, .prop-img-wrap .pending-icon, .prop-img-wrap .exclusive-icon{
    z-index: 0;
}

.grid .prop-img-wrap .sold-icon, .grid .prop-img-wrap .sale-icon, .grid .prop-img-wrap .rent-icon, .grid .prop-img-wrap .lease-icon, .grid .prop-img-wrap .pending-icon, .grid .prop-img-wrap .exclusive-icon{
    z-index: 0;
}*/

.aios-split-nav .sub-menu .sub-menu,
#fixednav .sub-menu .sub-menu {
    padding-top: 0px;
    left: 0;
}

.agent-description a {
    color: #07509f;
}

#content .listing-details-wrap .photo-slideshow .photo-list {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pop-gallery-wrap .pop-gallery .photo-list {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grid li {
    min-height: 500px;
}

.error404 div.wpcf7-response-output {
    text-align: center;
}

.agent-holder .attachment-agent-image {
    margin-top: 3px;
}

.agent-holder .agent-contact-name {
    line-height: 1;
}


/*listings details page*/

#content .listing-details-wrap .photo-slideshow .slick-next,
.pop-gallery-wrap .slick-next {
    right: -5px;
    width: 33px !important;
    height: auto !important;
}

.pop-gallery-wrap .slick-next {
    right: 10px !important;
}

#content .listing-details-wrap .photo-slideshow .slick-prev,
.pop-gallery-wrap .slick-prev {
    left: -5px;
    width: 33px !important;
    height: auto !important;
}

.pop-gallery-wrap .slick-prev {
    left: 10px !important;
}

.det-specs.det-column .det-item,
.det-specs.det-column em,
.det-specs.det-column strong {
    line-height: 30.6px;
    padding-top: 0 !important;
    vertical-align: bottom !important;
}

.hp_contactform .cntct_form_wrap input[type="text"],
.hp_contactform .cntct_form_wrap input[type="email"] {
    width: 100%;
    max-width: 225px;
}

.hp_contactform .cntct_form_wrap textarea {
    width: 100%;
    max-width: 281px;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.quick-search-style-4 {
    margin: 0 auto;
    max-width: 750px;
    height: auto;
    min-height: 198px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

.quick-search-style-4 .qc-pagination {
    text-align: center;
}

.quick-search-style-4 .qc-pagination a {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    height: 34px;
        font-size: 20px;
    font-family: 'Vollkorn', serif;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background: #a7a8ac;
    padding: 9px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-transform: uppercase;
}

.quick-search-style-4 .qc-pagination a:hover,
.quick-search-style-4 .qc-pagination a.qc-active {
    background: #084f9f;
}

.quick-search-style-4 .qc-fr-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.quick-search-style-4 .qc-fr-wrap > div {
    padding: 32px 50px;
    background: #084f9f;
}

.quick-search-style-4 .qc-fr-wrap div h2 {
        font-weight: normal;
    font-size: 30px;
    font-family: 'Vollkorn', serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.quick-search-style-4 .qc-fr-wrap div form {
    display: block;
    width: 100%;
}

.quick-search-style-4 .qc-fr-wrap div form div {
    display: inline-block;
    vertical-align: top;
    width: 81.7%;
}

.quick-search-style-4 .qc-fr-wrap div form select, .qc-min, .qc-max {
    height: 34px;
    border: none;
    background: #fff;
    outline: none;
    color: #b7b7b7;
    font-size: 12px;
    cursor: pointer;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    width: 23.08%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.quick-search-style-4 .qc-fr-wrap div form select.long {
    width: 100%;
    margin-left: 0;
}

.quick-search-style-4 .qc-fr-wrap div form select.qc-short {
    margin-left: 0;
}

.quick-search-style-4 .qc-fr-wrap div form .qc-buttons {
    display: inline-block;
    vertical-align: top;
    width: 15.5%;
    margin-left: 2%;
}

.quick-search-style-4 .qc-buttons input[type="submit"] {
    height: 34px;
    background-color: #fff;
    border: none;
    width: 100%;
    font-size: 12px;
    color: #084f9f;
    outline: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    display: block;
    margin-bottom: 10px;
}

.quick-search-style-4 .qc-buttons a {
    display: block;
    text-decoration: none;
    height: 34px;
    background-color: #a7a8ac;
    border: none;
    width: 100%;
    font-size: 12px;
    color: #fff;
    outline: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-align: center;
    padding: 12px 0px;
}

.quick-search-style-4 .qc-fr-wrap .for-sellers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.aios-property-style-2{
	width: 100%;
	height: auto;
    margin: 80px 0 0;
}
	.aios-property-style-2 h2{
		margin-bottom: 70px;
    color: #07509f;
    font-size: 30px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 3px;
    position: relative;
        text-align: center;
	}


.aios-property-style-2 h2:before, .aios-property-style-2 h2:after {
    width: 31%;
    max-width: 350px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    background-color: #cccccc;
}

.aios-property-style-2 h2:before {
    left: 0;
}

.aios-property-style-2 h2:after {
    right: 0;
}

	.aios-property-style-2 .fp-wrap canvas{
		width: 50%;
		height: 258px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color:  #d7d7d7;
		display: inline-block;
		vertical-align: top;
	}
		.aios-property-style-2 .fp-wrap canvas img{
			width: 100%;
			height: auto;
			display: block;
		}
		.aios-property-style-2 .fp-wrap .fp-list{
			position: relative;
			margin-bottom: 50px;
		}
			.aios-property-style-2 .fp-wrap .fp-list a{
				display: block;
				position: relative;
				text-decoration: none;
				color: inherit;
			}
			.aios-property-style-2 .fp-wrap .fp-list .pro-details{
				position: absolute;
				right: 0;
				top: 0;
				height: 100%;
			    width: 50.2%;
				background: #fff;
			}

				.aios-property-style-2 .fp-wrap .fp-list .pro-details h3{
					    text-align: center;
    letter-spacing: -0.02em;
    position: relative;
    padding: 29px 0;
    color: #07509f;
    font-size: 30px;
    font-family: 'Vollkorn', serif;
    margin-bottom: 10px;
				}
					.aios-property-style-2 .fp-wrap .fp-list .pro-details h3:after{
						display: block;
						content: "";
						position: absolute;
						left: 50%;
						bottom: 10px;
						margin-left: -48.5px;
						width: 97px;
						height: 1px;
						background: #07509f;
					}

				.aios-property-style-2 .fp-wrap .fp-list .pro-details p{
					font-weight: 300;
					font-size: 13px;
					line-height: 22px;
					text-align: center;
					/*padding-top: 10px;*/
				}
					.aios-property-style-2 .fp-wrap .fp-list .pro-details span{
						width: 132px;
						height: 44px;
						background-color: #07509f;
						color: #fff;
						display: block;
						margin: 0 auto;
						text-align: center;
						line-height: 44px;
						text-decoration: none;
						margin-top: 25px;
						transition: all .25s ease-in-out;
						-moz-transition: all .25s ease-in-out;
						-webkit-transition: all .25s ease-in-out;
					}
						.aios-property-style-2 .fp-wrap .fp-list .pro-details span:hover{
							background-color: #a7a8ac;
						}
.qc-fr-wrap .dropdown-menu{
    display: none !important;
}
.qc-fr-wrap .open .dropdown-menu{
    display: block !important;
}


.btn-group.bootstrap-select.show-tick.qs-select {
    border: none;
    background: #fff;
    outline: none;
    color: #b7b7b7;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    -moz-appearance: none;
    appearance: none;
}

 .qc-min, .qc-max {
    height: 34px;
    border: none;
    background: #fff;
    outline: none;
    color: #b7b7b7;
    font-size: 12px;
    cursor: pointer;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    width: 23.08%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.sec-phone {
    display: block;
}

span.phone-divider {
    margin: 0 15px;
    border: 1px solid #707070;
    font-size: 20px;
    vertical-align: top;
}

span.footer-phone-divider {
    margin: 0 10px;
    border: 1px solid #707070;
    font-size: 15px;
    vertical-align: top;
}

.header-phone {
    display: inline-block;
}

#ihf-main-container .ihf-virtual-tour-link a {
    font-size: 16px;
    font-weight: bold;
}