/*

Theme Name: timfiebig.com

Theme URI: http://aios3-staging.agentimage.com/t/timfiebig.com/htdocs

Description: AIOS mobile semi-custom theme.

Author: AgentImage

Author URI: http://www.agentimage.com

Version: 1.4.0

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

 *

 *******************************************************/


/* Sub Menu */

#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    right: -100%;
    padding: 0;
}

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

#nav .sub-menu li {
    position: relative;
}


/*******************************************************

 *

 * 2. Custom CSS

 *

 *******************************************************/


/* Global */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;
}

body *:focus {
    outline: 0;
}

i.icon {
    font-style: normal !important;
}

p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

#main-wrapper {
    position: relative;
    overflow: hidden;
}

/*HEADER*/

.mobile-header-logo {
    margin-top: 50px;
    text-align: center;
    background: #212121;
    padding: 30px;
    display: none;
}

.mobile-header-logo img {
    max-width: 100%;
}

.header-sign-up-section {
    text-align: right;
    background-color: #b71d18;
    border-bottom: 1px solid #8f0000;
    height: 9px;
    position: relative;
    z-index: 91;
}

.sign-in-btns {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px;
    background: #b71d18;
    border-radius: 9px;
    border-bottom: 1px solid #8f0000;
    font-size: 0;
}

.sign-in-btns a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 8px;
    line-height: 1;
}

.sign-in-btns a.sign-up-btn {
    border-right: 1px solid rgba(255, 255, 255, 0.42);
}

header.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.upper-header {
    background-color: #212120;
    background-image: url(images/header-bg.jpg);
    background-position: top center;
    background-size: cover;
    padding: 25px 0;
}

.header-contact {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0 0;
}

.header-contact,
.header-contact a {
    color: #fff;
}

.header-contact .ct-icon {
    color: #b71d17;
    margin-right: 8px;
    width: 17px;
    display: inline-block;
}

.email i.icon.ai-font-envelope {
    font-size: 12px;
}

ul.socia-media li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
}

.header-contact ul.socia-media {
    padding: 2px 20px;
}

.email a {
    color: #fff;
}

.logo {
    text-align: center;
}

.lower-header {
    background: #212121;
    padding: 17px 0;
    border-top: 1px solid #393939;
}

.lower-header .header-nav {
    text-align: center;
}

.header-nav #nav {
    font-size: 0;
    margin: 0 -90px;
}

.header-nav #nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-nav #nav li:last-child {
    border-right: 0;
}

#nav li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
}

#nav li a:hover {
    color: #b71d18;
}

#nav .sub-menu {
    right: 0;
    background: transparent;
    padding-top: 17px;
}

#nav .sub-menu li a {
    background: rgba(33, 33, 33, 0.83);
}

#nav .sub-menu a:hover {
    background: rgba(33, 33, 33, 0.83);
    color: #b71d18;
}

.fixed-header {
    background: #212121;
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 17px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.fixed-header.scrolled {
    top: 0;
}

.fixed-header-logo img {
    max-height: 55px;
}

.fixed-header-nav {
    text-align: right;
    font-size: 0;
    padding: 21px 0;
}

.fixed-header-nav #fixed-nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.fixed-header-nav #fixed-nav {
    margin: 0 -20px;
}

.fixed-header-nav #fixed-nav li {
    position: relative;
}

#fixed-nav li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
}

#fixed-nav li a:hover {
    color: #b71d18;
}

#fixed-nav .sub-menu {
    list-style: none outside none;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    right: 50%;
    margin-right: -90px;
    text-align: center;
    padding-top: 38px;
}

#fixed-nav .sub-menu li {}

#fixed-nav .sub-menu li a {
    display: block;
    background: rgba(33, 33, 33, 0.83);
    padding: 10px 0;
}

.fixed-header-nav #fixed-nav li:hover > .sub-menu {
    display: block;
}

#fixed-nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    right: -100%;
    padding: 0;
    margin-right: 0;
}


/*SLIDER*/

.slider-container,
.slideshow-holder {
    position: relative;
}

.slider-container .agents-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    /*display: none;*/
}

.agent-image-holder img {
    max-width: 829px;
    position: relative;
    z-index: 9;
    width: 60% !important;
}

.cycloneslider,
.cycloneslider-slide {
    z-index: inherit !important;
}

.cycloneslider-slide {
    opacity: 1 !important;
}

.cycloneslider-template-responsive-img .cycloneslider-caption,
.slideshow-holder .cycloneslider-caption {
    opacity: 1 !important;
    background: transparent !important;
    bottom: 86px !important;
    left: 100% !important;
    /*z-index: 99 !important;*/
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.cycloneslider-template-responsive-img .cycle-slide-active .cycloneslider-caption,
.slideshow-holder .cycle-slide-active .cycloneslider-caption {
    left: 0 !important;
    /*z-index: 99 !important;*/
}

.cycloneslider-caption .cycloneslider-caption-title,
.cycloneslider-caption .cycloneslider-caption-description {
    padding: 0 !important;
    text-align: right;
    display: block !important;
    position: relative;
    /*z-index: 999;*/
}

.cycloneslider .tagline {
    font-size: 46px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 1px 1px 1px #000;
    font-weight: 300;
}

.cycloneslider .tagline .bold {
    font-weight: 700;
}

.cycloneslider-slide.cycle-slide-active::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 4;
}


/*#cycloneslider-homepage-slider-1:after {

            display: block;

            width: 50%;

            height: 100%;

            background: url(images/agents-photo.png);

            content: "";

            position: absolute;

            right: 0;

            bottom: 30px;

            z-index: 5;

            background-size: 100%;

            background-repeat: no-repeat;

            background-position: bottom right;

        }*/

.slideshow-holder .cycloneslider-template-video.cycloneslider-width-full .cycloneslider-slide img {
    height: 100%;
}

button.mute-video {
    position: absolute;
    z-index: 99;
    font-size: 0;
    border: 0;
    background: transparent;
    padding: 6px;
    right: 1.5%;
    top: 2%;
    outline: 0;
}

button.mute-video:before {
    font-size: 25px;
    color: #fff;
    text-shadow: 0px 2px 3px #333;
}


/*QUICK SEARCH*/

.quick-search-section-hp {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 990;
}

.qs-title {
    text-align: center;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
    word-spacing: 3px;
}

.qs-wrapper label {
    display: none;
}

.qs-options::after,
.qs-buttons::after {
    content: "";
    display: block;
    clear: both;
}

.qs-options .qs-select {
    float: left;
    padding: 6px;
}

.qs-options .qs-select.long {
    width: 100%;
}

.qs-options .qs-select.short {
    width: 50%;
}

.qs-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    text-indent: 8px;
    width: 100%;
    height: 38px;
}

.qs-btn.full {
    float: left;
    padding: 6px;
    width: 100%;
    text-align: center;
}

.qs-btn .search-button {
    display: inline-block;
    background: -webkit-linear-gradient(#b61416, #870e10);
    background: -o-linear-gradient(#b61416, #870e10);
    background: -moz-linear-gradient(#b61416, #870e10);
    background: linear-gradient(#b61416, #870e10);
    border: 1px solid rgba(255, 255, 255, 0.24);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding: 10px 74px;
}

.qs-btn .search-button:hover {
    background: -webkit-linear-gradient(#212121, #212121);
    background: -o-linear-gradient(#212121, #212121);
    background: -moz-linear-gradient(#212121, #212121);
    background: linear-gradient(#212121, #212121);
    border: 1px solid #212121;
}

a.advanced-button {
    font-size: 14px;
    color: #fff;
    font-style: italic;
}


/*WELCOME SECTION*/

.welcome-section-hp {
    background: url(images/welcome-bg.jpg) top center fixed no-repeat;
    background-size: cover;
    padding: 85px 0;
    position: relative;
    z-index: 9;
}

.welcome-section-hp::after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    width: 91%;
    height: 111%;
    background-image: url(images/welcome-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top right;
}

.welcome-content {
    color: #fff;
    position: relative;
    z-index: 9;
}

.welcome-title::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #b91416;
    margin-bottom: 35px;
}

.welcome-title {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    margin-bottom: 30px;
}

.welcome-title span {
    display: block;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
}


/*CTA SECTION*/

.cta-section-hp {
    padding: 100px 0;
    background: #f0eeef;
}

.cta-container a {
    text-decoration: none;
}

.cta-box {
    position: relative;
    overflow: hidden;
    max-width: 360px;
}

.cta-image img.original-image {
    max-width: 100%;
    display: block !important;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.cta-box:hover .cta-image img.original-image {
    opacity: 0;
}

.cta-image svg {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
}

.cta-title {
    line-height: 1;
    padding: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.cta-title span {
    display: block;
}

.cta-title span.red::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #b71d18;
    margin-right: 8px;
}

.cta-title span.red {
    font-size: 25px;
    color: #b71d18;
}

.cta-title span.black {
    font-size: 38px;
    font-weight: 500;
    color: #212121;
    text-transform: uppercase;
}

.cta-description {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 5;
}

.cta-box:hover .cta-description {
    top: -12%;
}

.cta-description::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 125px 360px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
}

.cta-description .desc {
    color: #8a8a8a;
    font-size: 12px;
}

.view-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.cta-box:hover .view-details {
    opacity: 1;
}

.view-details::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.view-details .details-button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border: 3px solid #fff;
    font-size: 19px;
    padding: 10px 30px;
    text-transform: uppercase;
}


/*BUYERS INFO*/

.buyers-info-section-hp {
    background: -webkit-linear-gradient(left, #6d110e, #b71d18, #6d110e);
    background: -o-linear-gradient(right, #6d110e, #b71d18, #6d110e);
    background: -moz-linear-gradient(right, #6d110e, #b71d18, #6d110e);
    background: linear-gradient(to right, #6d110e, #b71d18, #6d110e);
    padding: 60px 0;
}

.buyers-info-title {
    line-height: 1;
    color: #fff;
    text-align: center;
}

.buyers-info-title span {
    display: block;
}

.buyers-info-title .italic {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}

.buyers-info-title .bold {
    font-weight: 500;
    font-size: 39px;
    text-transform: uppercase;
}

.buyers-info-row {
    font-size: 0;
    padding: 50px 0;
    text-align: center;
}

.buyers-info-col {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 10px 15px;
}

.buyers-info-col a {
    text-decoration: none;
    color: #fff;
}

.bi-icon-holder {
    height: 85px;
    margin-bottom: 20px;
}

.bi-icon-holder::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    height: 100%;
}

.bi-icon {
    display: inline-block;
    vertical-align: bottom;
}

.bg-icon_group {
    width: 84px;
    height: 71px;
    background: url(images/css_sprites.png) -102px -10px;
}

.bg-icon_hourglass {
    width: 52px;
    height: 68px;
    background: url(images/css_sprites.png) -206px -10px;
}

.bg-icon_linechart {
    width: 75px;
    height: 64px;
    background: url(images/css_sprites.png) -10px -113px;
}

.bg-icon_piggybank {
    width: 72px;
    height: 83px;
    background: url(images/css_sprites.png) -10px -10px;
}

.bg-icon_wallet {
    width: 67px;
    height: 64px;
    background: url(images/css_sprites.png) -105px -113px;
}

.bi-numbers {
    line-height: 1.2;
}

.binum {
    font-size: 68px;
    font-weight: 600;
    color: #fff;
}

.bi-numtext {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}


/*FEATURED PROPERTIES*/

.featured-properties-section-hp {
    position: relative;
    background: #ffffff;
    padding: 60px 0;
}

.fp-indilist::after {
    content: "";
    display: block;
    clear: both;
}

.fp-left {
    float: left;
    width: 50%;
}

.fp-content-inner {
    position: relative;
    z-index: 8;
    pointer-events: auto;
}

.fp-content {
    padding: 80px 220px 150px 220px;
    color: #fff;
    position: relative;
    z-index: 9;
    pointer-events: none;
    min-height: 520px;
}

.fp-content::after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    height: 111%;
    width: 100%;
    background: url(images/fp-shape-bg.png) no-repeat;
    background-position: top right;
}

h2.fp-title {
    line-height: 1;
    margin-bottom: 30px;
}

h2.fp-title span {
    display: block;
}

.fp-title .italic {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}

.fp-title .bold {
    font-weight: 500;
    font-size: 39px;
    text-transform: uppercase;
}

.fp-description {
    font-size: 13px;
    margin-bottom: 50px;
}

.fp-address {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.fp-price {
    font-size: 20px;
    font-weight: 500;
}

.fp-right {
    float: left;
    width: 80%;
    margin-left: -30%;
}

.fp-image {
    position: relative;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 540px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.fp-image:hover {
    background-size: 130% 130%;
}

.view-details-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    text-align: center;
    z-index: 9;
}

.view-details-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.view-details-btn span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: rgba(0, 0, 0, 0.72);
    padding: 10px 20px;
    font-size: 19px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.fp-image:hover .view-details-btn span {
    opacity: 1;
}

.fp-arrows {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.fp-arrows .fp-slick-arrow {
    display: inline-block;
    padding: 0 10px;
}

.fp-arrows .slick-arrow {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
}


/*FEATURED COMMUNITIES*/

.featured-communities {
    padding: 60px 0;
}

h2.fc-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}

h2.fc-title span {
    display: block;
}

.fc-title .italic {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    color: #b71d18;
}

.fc-title .bold {
    font-weight: 500;
    font-size: 39px;
    text-transform: uppercase;
}

.comm-box {
    text-align: center;
    padding: 10px 0;
}

.comm-box a {
    text-decoration: none;
    color: #fff;
}

.comm-box .community-button {
    height: 63px;
    background: #212121;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.comm-box .community-button:hover {
    background: #b71d18;
}

.comm-box .community-button::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.community-button .community-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
}

.comm-box .community-button.view-all {
    background: #797979;
}

.community-button.view-all .community-name {
    font-size: 15px;
    text-transform: none;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
}


/*MEET THE TEAM*/

.meet-the-team-section-hp {
    background: url(images/meet-the-team-bg.jpg) top center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    max-height: 600px;
    margin-bottom: 80px;
}

.mtteam-inner {
    background-image: url(images/meet-the-team-shape.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.agent-photo {
    text-align: center;
}

.agent-photo img {
    max-width: 100%;
    margin: 0 auto;
}

.agent-info {
    padding: 0 50px;
    color: #fff;
}

h2.meet-the-team-title {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.meet-the-team-title .bold {
    font-weight: 600;
}

.agent-name {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 40px 0;
    padding-top: 12px;
}

.agent-contact-info {
    padding: 40px 0 0;
}

.mtteam-inner .agent-contact-info a {
    color: #fff;
}

.agent-contact-info span.phone {
    padding-right: 50px;
}

.agent-contact-info .icon {
    margin-right: 8px;
}

.meet-the-team-arrows {
    text-align: right;
}

.meet-the-team-arrows .mt-slick-arrow {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
}

.mt-slick-arrow .slick-arrow {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
}


/*TESTIMONIALS*/

.testimonials-section-hp {
    padding: 40px 0;
}

.testimonials-title {
    text-align: center;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 500;
}

.testimonials-title::before {
    content: "";
    display: block;
    margin: 0 auto 20px;
    height: 3px;
    width: 20px;
    background: #b91416;
}

.testi-slider {
    padding: 40px 0;
}

.testi-holder {
    text-align: center;
}

.reviewer-photo {
    padding: 20px 0;
}

.reviewer-photo img {
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-content {
    font-size: 0;
}

.testimonial-content::before,
.testimonial-content::after {
    display: inline-block;
    vertical-align: top;
    width: 7.5%;
}

.testimonial-content::before {
    content: url(images/qoute-icon-opening.png);
    text-align: left;
}

.testimonial-content::after {
    content: url(images/qoute-icon-closing.png);
    text-align: right;
}

.testi-text {
    display: inline-block;
    width: 85%;
    font-size: 14px;
    line-height: 1.8;
    color: #5f5f5f;
}


/*COTACT*/

.contact-section-hp {
    background: url(images/contact-hp-bg.jpg) top center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding-top: 180px;
    max-height: 310px;
}

h2.contact-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 23px;
}

.contact-form-wrapper {
    background: #fff;
    padding: 20px;
}

.footer-contact-form label {
    display: none;
}

.footer-contact-form::after {
    content: "";
    display: block;
    clear: both;
}

.input-holder input[type="text"] {
    width: 100%;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #000;
}

.footer-contact-form .input-holder {
    float: left;
    padding: 2px;
    position: relative;
}

.footer-contact-form .input-holder.short {
    width: 25%;
}

.footer-contact-form .input-holder.long {
    width: 50%;
}

.footer-contact-form .input-holder input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: url(images/send-icon.png) transparent no-repeat;
    width: 22px;
    height: 22px;
    font-size: 0;
    color: transparent;
    position: absolute;
    right: 10px;
    top: 18px;
}

.wpcf7-response-output {
    margin: 0 !important;
    text-align: center;
}


/*FOOTER*/

footer.footer {
    background: #212121;
    padding: 60px 0;
    text-align: center;
}

.footer-contact-area {
    padding: 60px 0;
}

.fc-ct-col {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 30%;
    padding: 10px;
    font-size: 13px;
}

.fc-ct-col .icon {
    font-size: 20px;
    margin-bottom: 10px;
}

.fc-ct-col .icon.ai-font-envelope {
    font-size: 18px;
}

.fc-ct-col .icon.ai-font-location {
    font-size: 22px;
}

.footer-social-media {
    padding: 40px 0;
}

.footer-social-media a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.footer-copyright,
.footer-copyright a {
    color: #fff;
}

.footer-logo {
    padding-top: 20px;
}

.footer-logo i.icon.ai-font-footer-logo {
    color: #fff;
    font-size: 25px;
}


/*******************************************************

 *

 * 3. IP Styles

 *

 *******************************************************/

.innerpage-slider-container {
    position: relative;
}

.innerpage-slider-container .agents-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
}


/* 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: 68%;
}

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


/* Adjust width of sidebar */

.sidebar {
    width: 30%;
}

.sidebar img {
    margin: 0 auto;
    max-width: 100%;
}

.qs-wrapper.qs-sb .qs-title {
    color: #212121;
    line-height: 1;
    font-size: 28px;
}

.qs-wrapper.qs-sb .qs-select select {
    border: 1px solid #212121;
}

.qs-wrapper.qs-sb a.advanced-button {
    color: #212121;
}

.sidebar-cta {
    padding-top: 30px;
}

.sb-cta-box {
    padding: 15px 0;
}

.sb-cta-box a {
    text-decoration: none;
    color: #fff;
}

.sb-cta-btn {
    height: 78px;
/*
    background: -webkit-linear-gradient(#b61416, #870e10);
    background: -o-linear-gradient(#b61416, #870e10);
    background: -moz-linear-gradient(#b61416, #870e10);
    background: linear-gradient(#b61416, #870e10);
*/
    background: #f58539;
    text-align: center;
}

.sb-cta-btn:hover {
/*
    background: -webkit-linear-gradient(#212121, #212121);
    background: -o-linear-gradient(#212121, #212121);
    background: -moz-linear-gradient(#212121, #212121);
    background: linear-gradient(#212121, #212121);
*/
    background: #f58539;
}

.sb-cta-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.sb-cta-btn .sb-cta-name {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 27px;
    color: #000;
}

.sb-cta-name span {
    display: block;
    text-align: left;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
}

.sb-cta-name span::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    height: 1px;
    width: 20px;
    background: #000;
    margin-right: 5px;
}


/* 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 {}


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

#content .archive-title {}


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

#content .archive-subtitle {}

/*
.ip-container .innerpage-slider-container .cycloneslider {
    max-height: 480px;
}
*/

.ip-container .agent-image-holder img {
    max-width: 450px;
}

.srzfb-video-wrap {
    float: left;
    width: 50%;
    padding: 0 15px;
}


/*.srzfb-video-wrap .fb-video,

.srzfb-video-wrap .fb-video > span,

.srzfb-video-wrap iframe {

    height: 150px !important;

}*/

.iframe-holder iframe {
    width: 100%;
    min-height: 500px;
}

#Map .ihf-mapsearch-refine-overlay-inner {
    padding: 8px 20px;
}

#Map #ihf-refine-map-search-form {
    margin: 0;
}

ul.nav.nav-tabs {
    margin: 0 !important;
}

ul.chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}

#areaPickerCustomListToggle,
#areaPickerClearAll,
#areaPickerExpandAllCloseButton {
    width: 60px;
}

#ihf-main-container .pagination {
    min-width: 200px;
}

.fc-ct-col a {
    color: #fff;
}

canvas.img-canvas {
    width: 100%;
}

#content .entry p a,
#content .entry a {
    color: #000000;
}

.socia-media a:hover {
    text-decoration: none !important;
}

.page-id-1610 span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}

.page-id-1610 .ai-contact-wrap span {
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
}

h2.fpnew-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}

h2.fpnew-title .italic {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    color: #b71d18;
}

h2.fpnew-title span {
    display: block;
}

h2.fpnew-title .bold {
    font-weight: 500;
    font-size: 39px;
    text-transform: uppercase;
}

.fpnew-holder {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0px auto;
}

.fpnew-list {
    position: relative;
    padding: 0 2px;
}

.view-det:after {
    content: '';
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0, 0.5);
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: calc(100% - 4px);
    transform: translateX(-50%);
    height: 100%;
}

.prop-det {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 16px 0;
    padding-left: 26px;
    left: 50%;
    width: calc(100% - 4px);
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

span.nprice {
    font-size: 24px;
    font-weight: 500;
}

span.naddress {
    font-size: 15px;
    width: 100%;
    max-width: 200px;
    display: block;
}

.view-det a {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #fff;
    padding: 10px 15px;
    text-decoration: none;
    bottom: 27px;
    right: 27px;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.fpnew-list:hover .view-det a {
    opacity: 1;
}

.fpnew-list canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.fpnew-list:hover .view-det:after {
    opacity: 1;
}

.fpnew-list:hover .prop-det {
    background: none;
}

a.viewprop {
    background: #212121;
    color: #fff;
    padding: 17px 10px;
    width: 100%;
    max-width: 360px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.fpnew-arrows > a {
    display: inline-block;
    vertical-align: middle;
}

a.fpn-next,
.fpn-prev {
    color: #b91416;
    font-size: 25px;
    font-weight: bolder;
    margin: 0 38px;
    text-decoration: none;
}

a.viewprop:hover {
    background: #b61d18;
    text-decoration: none;
}

.fpnew-arrows {
    text-align: center;
    margin-top: 65px;
}


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

.homelight-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.homelight-row canvas {
    width: 80px;
    height: auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 30px;
}


    a#profileUrl img {
        max-width: 154px;
        display: block;
        margin: 0px auto;
        margin-top: 28px;
    }


    .agent-info a#profileUrl img {
        width: 100%;
        max-width: 100px;
        display: block;
     /*   margin: 0px auto;*/
    margin-top: 12px;
    padding-top: 10px;
    float: left;
    }




.rating > span:hover:before {
   content: "\2605";
   position: absolute;
}


.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    background: #000;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    max-width: 222px;
    text-align: center;
    font-size: 35px;
    height: 48px;
    line-height: 28px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
    color: #fdc000;
}


.rating > span {
  display: inline-block;
  position: relative;
 /* width: 1.1em;*/
    color: #fff;
    cursor: pointer;
}


.reviews-featuredimg canvas {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
}

#inner-page-wrapper .reviews-section .reviews-list .reviews-content-holder h2 {
    font-size: 25px;
    margin: 0px;
}






.reviews-list {
    display: flex;
}

.reviews-rating span {
    color: #ffbf00;
    font-size: 30px;
}

.reviews-rating {
    margin-top: -18px;
}

.reviews-content {
    margin-top: -16px;
}

.reviews-content a.readmore {
    border-bottom: 1px solid #971012;
}

.reviews-section {
    margin-top: 40px;
}

.reviews-content a.readmore {
    border-bottom: 1px solid #971012;
    text-decoration: none;
    color: #971012;
}

.reviews-list:nth-child(even) {
    flex-direction: row-reverse;
}



.reviews-featuredimg, .reviews-content-holder{

    width: 50%;
    padding: 20px;
}

/*.reviews-list:nth-child(even) .reviews-content-holder{
    padding-right: 34px;
}*/

.reviews-content-holder {
    padding-right: 0px;
}
.reviews-featuredimg {
    padding-left: 0px;
}

.reviews-list:nth-child(even) .reviews-content-holder{
    padding-left: 0px;
    padding-right: 20px;
}

.reviews-list:nth-child(even) .reviews-featuredimg{
    padding-left: 20px;
    padding-right: 0px;
}

.reviews-pagination ul {
    margin: 0px !important;
}
.reviews-pagination li {
    list-style: none;
    display: inline-block;
/*    margin: 0px 10px;*/
}

.reviews-pagination li a {
    color: #000;
    margin: 0px 5px;
}

.reviews-pagination .active {
    border: 1px solid #000;
    padding: 8px 12px;
}

.reviews-pagination {
    margin: 70px 0px;
}


p.int-txt {
    font-weight: 500;
}


span.pnote {
    color: #951012;
    font-style: italic;
    font-weight: 900;
}
span.cb-subtxt {
    display: block;
    font-weight: 100;
    color: gray;
}

.revl i {
    font-style: normal !important;
}


.reviewssocial-list {

    background: #f2f2f2;
}
.reviewssocial-list:nth-child(even){


    background: #fff;
}

.revl i {
    font-style: normal !important;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
}

.revl i.ai-font-facebook {
    background: #4d6baa;
}

.revl i.ai-font-google-plus{
   background: #dc4e41;
}

.revl i.ai-font-zillow{
       background: #1277e1;
}

.revl i.ai-font-yelp{
       background: #af0606;
}

.revr a {
    color: #951012 !important;
    font-weight: 900;
}

.revr {
    width: calc(100%/12*9.5);
}

.revl {
    width: calc(100%/12*2.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewssocial-list-holder {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    max-width: 614px;
    margin: 0px auto;
}

.reviewssocial {
    margin: 68px 0px;
}

.clrrd{
    color: #8b0e10;
}



span.field-holder > span {
    width: 100%;
}

i.req {
    color: #b11315;
}

.letusknowform span.field-holder input, .letusknowform span.field-holder select{
    height: 40px;
}

.letusknowform span.field-holder select{
font-style: italic;
}

span.field-holder {
    color: #565656;
    margin-bottom: 16px !important;
    display: block;
}

.letusknowform span.field-holder select {
    font-style: italic;
    font-size: 12px;
    color: #565656;
}

h2.luk-title {
    font-weight: 600 !important;
    margin-top: 50px !important;
}

html .letusknowform .wpcf7-submit {
    background: -webkit-linear-gradient(#b61416, #870e10) !important;
    background: -o-linear-gradient(#b61416, #870e10) !important;
    background: -moz-linear-gradient(#b61416, #870e10) !important;
    background: linear-gradient(#b61416, #870e10) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding: 10px 40px;
    max-width: 230px;
    display: block;
    margin: 0px auto;
    letter-spacing: 0px;
}

