/*
Theme Name: tgazda_pending.com
Theme URI: 	http://aios3-staging.agentimage.com/t/tgazda_pending.com/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. CSS RESET
2. Navigation
3. Custom CSS
4. IP styles
5. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. CSS RESET
 *
 *******************************************************/

 html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  h1,
  h2,
  h3,
  h4,
  p,
  blockquote,
  figure,
  ol,
  ul {
    margin: 0;
    padding: 0;
  }
  header,
  section,
  footer,
  aside,
  nav,
  main,
  article,
  figure,
  li {
    display: block;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: inherit;
  }
  strong {
    font-weight: bold;
  }
  a,
  button {
    color: inherit;
    transition: 0.3s;
  }
  a {
    text-decoration: none;
    color: #337ab7;
  }
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
  }
  
  button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  :focus {
    outline: 0;
  }
  img {
    max-width: 100%;
    height: auto;
    border: 0;
  }

.home select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

/* removing select arrow from all browser */
.home select::-ms-expand {
    display: none;
}

.home select {
    background: transparent;
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li, #fixednav li {
	position:relative;
}
  
#nav .sub-menu, #fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:180px;
}
#nav .sub-menu a, #fixednav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: #282828;
    margin-bottom: 1px;
}
#nav .sub-menu a:hover , #fixednav .sub-menu a:hover {
    background: rgba(255, 255, 255, 1);
    color: #1d1d1d;
    text-decoration: none;
}
#nav .sub-menu .sub-menu, #fixednav .sub-menu .sub-menu {
    margin-left: 100.5%;
 	top:0;
}
#nav li:hover > .sub-menu, #fixednav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li, #fixednav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Titillium Web', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #727272;
	margin: 0;
}

.smi a::before, 
#nav .sub-menu a,
#fixednav .sub-menu a,
.fixheader.fixed,
.qs-wrap input[type="submit"],
.cta-placeholder,
.cta-text,
.cta-text-wrap,
.fp-bottom::after,
.fp-bottom.ai-font-magnifying-glass-c::before,
.fp-photo::before,
.fp-details-wrap,
.fc-slick-wrap-side-titles .fc-slick-wrap-side-title-left span,
.fc-slick-wrap-side-titles .fc-slick-wrap-side-title-right span,
.hp-textarea input[type="submit"],
.sb-cta a::before,
.testi-client-name  {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*** Header ***/
header.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1029;
    padding-top: 22px;
}

header.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    padding-top: 16%;
    background: url(images/slideshow-overlay.png) repeat-y;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.ip-container header.header::before {
    display: none;
}
div#ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    padding-top: 16%;
    background: url(images/slideshow-overlay.png) repeat-y;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.ip-container header.header {
    z-index: 100;
}

.logo {
    margin-top: 7px;
}

.header-contact-wrap {
    text-align: right;
    margin-bottom: 22px;
    margin-top: 38px;
}

.header-contacts > a, 
.header-contacts > span,
.header-contact-wrap > div {
    display: inline-block;
    vertical-align: middle;
}

.header-contacts > div > a {
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px 6px 12px 10px;
    border: 1px solid #fff;
    letter-spacing: 5px;
    margin-left: 18px;
    margin-bottom: -5px;
}

.header-contacts > a:hover,
.smi a:hover:before {
    background: #fff;
    color: #1d1d1d;
}

/*FIXED SMI*/
.fixed-smi {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 9999;
}
.fixed-smi a {
    display: block;
    font-size: 0px;
    margin: 10px;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    text-align: center;
}
.fixed-smi a:hover:before{
    background: #fff;
    color: #1d1d1d;
}

.fixed-smi a:before {
    font-size: 18px;
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #171717;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.9em;
    margin: 0px 2px;
    z-index: 9;
}

.header-contacts, .header-contacts a {
    font-weight: 300;
    color: #fff;
}

.phone {
    margin-right: 32px;
}

.phone::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 8px;
    vertical-align: middle;
    margin-right: 11px;
    background: url(images/sprite.png) -44px -41px no-repeat;
}

.phone em, .email a {
    display: inline-block;
    vertical-align: middle;
}

.email a:hover {
    opacity: 0.5;
}

.email::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 12px;
    vertical-align: middle;
    margin-right: 11px;
    background: url(images/sprite.png) -61px -42px no-repeat;
}

.smi {
    margin-left: 12px;
    margin-bottom: -3px;
}

.smi a {
    display: inline-block;
    font-size: 0px;
}

.smi a::before {
    font-size: 11px;
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.9em;
    margin: 0px 2px;
}

/*** Nav ***/
nav #nav {
    text-align: center;
    font-size: 0px
}

#nav > li, #fixednav > li {
    display: inline-block;
}

#nav > li > span, #fixednav > li > span {
    overflow: hidden;
    position: relative;
    height: 13px;
    display: inline-block;
}

#nav li a, #fixednav li a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    text-align: center;
}

#nav li a {
    font-size: 12px;
}

#nav > li > span > a, #fixednav > li > span > a {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#nav > li > span > a::before,
#fixednav > li > span > a::before {
    position: absolute;
    top: 100%;
    content: attr(data-title);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    white-space: nowrap;
}

#nav > li:hover > span > a, #nav > li:focus > span > a,
#fixednav > li:hover > span > a, #fixednav > li:focus > span > a {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

#nav > li, #fixednav > li {
    display: inline-block;
    margin: 0px 4px;
}

#nav > li:first-of-type,
#fixednav > li:first-of-type {
    margin-left: 0px;
}

#nav > li:last-of-type,
#fixednav > li:last-of-type {
    margin-right: 0px;
}

#nav li:hover .sub-menu,
#fixednav li:hover .sub-menu {
    display: none;
}

#nav > li > .sub-menu,
#fixednav > li > .sub-menu {
    left: 50%;
    margin-left: -90px;
    padding-top: 5px;
}

.logo-right {
    text-align: right;
}

/*** Fixed Header ***/
.fixheader {
    position: fixed;
    top: -150px;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.70);
    padding: 9px 0px 0px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.fixheader.fixed {
    top: 0px;
}

.fixheader.fixed .logo {
    margin-top: 0px;
    margin-bottom: 7px;
}

.fixheader .logo img {
    max-width: 150px;
}

.navigation #fixednav {
    text-align: right;
    margin-top: 29px;
}

#fixednav > li > .sub-menu {
    padding-top: 34px;
}

#fixednav > li {
    margin: 0px 16px;
}


/*** Slideshow ***/
section#hero {
    position: relative;
    overflow: hidden;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

canvas#slidehow-placeholder {
    width: 100%;
    height: 0px;
    padding-top: 42.7%;
    background: transparent;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

section#hero .cycloneslider {
  margin-bottom: 0px !important;
}

section#hero .cycloneslider::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.cycloneslider-template-responsive {
    margin-bottom: 0;
    outline: none;
    transform: translateZ(0);
    position: fixed !important;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .cycloneslider-template-responsive .cycloneslider-slides,
.home .cycloneslider-template-responsive .cycle-slide,
.home .cycloneslider-template-responsive .cycloneslider-slide canvas {
    height: 100%;
}

/*** Quick Search ***/
#qs {
    position: relative;
    z-index: 2;
}

.qs-wrap {
    background: rgba(0, 0, 0, 0.65);
    padding: 20px 34px 28px;
    border: none !important;
    opacity: 0;
}

.qs-wrap a.ai-font-settings {
    font-size: 0px;
    display: inline-block;
    margin-left: 14px;
    vertical-align: bottom;
}

.qs-wrap a.ai-font-settings::before {
    font-size: 31px;
    color: #bd966b;
}

.qs-wrap form {
    position: relative;
}

.qs-wrap form::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 10px;
    font-size: 15px;
    color: #efefef;
    height: 17px;
}

.qs-wrap select {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    height: 40px;
    padding-left: 40px;
    position: relative;
    width: 74%;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Titillium Web', sans-serif;
    vertical-align: bottom;
}

.qs-wrap input[type="submit"] {
    color: #1d1d1d;
    font-size: 13px;
    background: #fff !important;
    border: none;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    height: 32px;
    width: 17.4%;
    margin-left: 16px;
}

.qs-wrap input[type="submit"]:hover {
    background: #bd966b !important;
    color: #fff;
}

.qs-wrap a.ai-font-settings:hover {
    opacity: 0.5;
}

/*** Welcome ***/
section#welcome {
    position: relative;
    z-index: 1;
    margin-top: 62px;
    background: #fff;
    padding: 88px 0px 70px;
}

#welcome h1, #fp h2, #fc h2 {
    color: #282828;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 46px;
}

#welcome h1 {
    margin-bottom: 34px;
}

#welcome p {
    line-height: 1.8em;
    margin-bottom: 23px;
    text-align: justify;
}

#welcome a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #282828;
    display: inline-block;
    padding: 16px 35px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 18px;
}

#welcome a:hover {
    opacity: 0.5;
}

.welcome-img-main-wrap {
    position: relative;
}

.welcome-img-wrap img,
.welcome-img-wrap-dup img {
    width: 100%;
}

.welcome-img-wrap,
.welcome-img-wrap-dup {
    width: 302px;
    padding: 13px 13px 61px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
    background: #fff;
}

.welcome-img-wrap {
    margin-left: 20px;
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    max-width: 100%;
}

.welcome-img-wrap-dup {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: -1;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin-left: 10px;
}

.welcome-smi {
    text-align: center;
}
.welcome-smi a {
    background: none !important;
    display: inline-block !important;
    font-size: 0px !important;
    padding: 0 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}
.welcome-smi a:before {
    font-size: 15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 1.9em;
    margin: 0px 2px;
}

/*** CTA ***/
section#cta {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
}

.cta-wrap {
    position: relative;
    font-size: 0px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.cta {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top; 
    cursor: pointer;
    z-index: 2;
}

.cta.hideCTA .cta-placeholder {
    opacity: 0;
}

div[data-id="cta1"]::before, div[data-id="cta3"]::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
    width: 1px;
    height: 100%;
}

div[data-id="cta1"]::before {
    right: 0px;
}

div[data-id="cta3"]::before {
    left: 0px;
}

div[data-id="cta2"]::before, div[data-id="cta2"]::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #fff;
    width: 1px;
    height: 39%;
    z-index: 5;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    display: none;
}

.cta-border-trick {
    position: absolute;
    width: 33.3333%;
    height: 39%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    z-index: 5;
    pointer-events: none;
}

div[data-id="cta2"]::before {
    left: 0;
}

div[data-id="cta2"]::after {
    right: 0px;
}

.cta .cta-placeholder {
    padding-top: 97%;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.cta-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cta-hover > div {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.cta-hover > div.showCTA {
    opacity: 1;
}

.cta-hover > div.showCTA .cta-placeholder {
    z-index: 1;
    opacity: 1;
}

.cta-hover .cta-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    background-size: cover !important;
}

.cta-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.40);
}

.cta-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 12%;
    padding-bottom: 13%;
}

.cta.hideCTA .cta-text {
    opacity: 0.3;
}

.cta.hideCTA.activeCTA .cta-text {
    opacity: 1;
}

.cta-text::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    width: 0px;
}

.cta-text-wrap {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -45px;
}

.cta.hideCTA.activeCTA .cta-text-wrap {
    margin-bottom: 0px;
}

.cta-text-wrap h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 39px;
}

.cta-text-wrap h2 span{
    display: block;
    font-weight: 300;
}

.cta-text-wrap p {
    font-size: 14px;
    color: #fff;
    font-weight: 300 !important;
    max-width: 200px;
    line-height: 1.5em;
    letter-spacing: 1px;
    min-height: 90px;
}

.cta-text-wrap a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: #bd966b;
    padding: 16px 29px;
    margin-top: 0px;
    height: 46px;
    opacity: 0;
    position: relative;
    top: 70px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.cta:hover .cta-text-wrap a {
    margin-top: 22px;
    opacity: 1;
    top: 0px;
}

.cta-text-wrap a:hover {
    background: #8f7150;
}

/*** Featured Properties ***/
#fp {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    padding-top: 74px;
    overflow: hidden;
}

.fp-wrap {
    font-size: 0px;
    margin-left: -5px;
    margin-right: -5px;
}

.fp-wrap .fp-item {
    display: inline-block;
    width: 33.333%;
    margin-bottom: 5px;
    padding: 0px 2.5px;
}

.fp-item a {
    display: block;
}

.fp-item:hover a {
    background: #282828;
}

.fp-top {
    position: relative;
    margin-bottom: 5px;
}

.fp-top .fp-photo {
    height: 225px;
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.fp-item:hover .fp-photo::before {
    background: rgba(27, 27, 27, 0.80);
}

.fp-photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.40);
}

.fp-details-wrap {
    display: inline-block;
    text-align: left;
    width: 89.8%;
    color: #fff;
    vertical-align: bottom;
    margin-bottom: 6.8%;
}

.fp-details {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.fp-details::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}

.fp-pirce {
    font-size: 18px;
    margin-bottom: 17px;
}

.fp-add {
    font-size: 14px;
    font-weight: 300;
}
    .fp-add span {
        text-transform: capitalize;
    }

.fp-bottom {
    height: 89px;
    position: relative;
}

.fp-bottom.ai-font-magnifying-glass-c::before {
    font-size: 28px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 28px;
    color: #595959;
}

.fp-item:hover .fp-bottom.ai-font-magnifying-glass-c::before {
    opacity: 0;
}

.fp-bottom::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: -3px;
    width: 1px;
    background: #ebebeb;
    opacity: 0;
}

.fp-item:hover .fp-bottom::after {
    opacity: 1;
}

.fp-bottom p {
    font-size: 13px;
    color: #fff; 
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    padding: 38px 0px;
    letter-spacing: 2px;
}

.fp-bb {
    font-size: 0px;
    font-weight: 300;
    margin-top: 27px;
    overflow: hidden;
    max-height: 0px;
}

.fp-bb > span {
    display: inline-block;
    width: 33.33%;
    font-size: 16px;
    text-align: center;
}

.fp-bb > span.fp-bed {
    text-align: left;
}

.fp-bb > span.fp-sq {
    text-align: right;
}

.fp-bed::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    vertical-align: middle;
    margin-right: 13px;
    background: url(images/fp-sprite.png) -3px -2px no-repeat;
}

.fp-bath::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 21px;
    vertical-align: middle;
    margin-right: 13px;
    background: url(images/fp-sprite.png) -31px -2px no-repeat;
}

.fp-bath {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.fp-sq::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 13px;
    background: url(images/fp-sprite.png) -61px -3px no-repeat;
}

/*** Hover ***/
.fp-item:hover .fp-details-wrap {
    width: 80%;
}

.fp-item:hover .fp-pirce {
    font-size: 24px;
}

.fp-item:hover .fp-bb {
    margin-top: 27px;
    max-height: 80px;
}

/*** Featured Communities ***/
section#fc {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: 25.9%;
    padding: 70px 0px 0px; 
    overflow: hidden;
}

#fc h2 {
    text-align: center;
    margin-bottom: -28px;
}

.slick-slider *{
        outline: none;
    }

    .fc-slick-item{
        /*max-width: 750px;*/
        width: 100%;
        margin: 15px auto;
        font-size: 0;
        padding: 0 25px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%); 
        overflow: hidden;
    }
    
    .fc-slick-item.slick-center {
        -webkit-filter: none;
        filter: none;
        position: relative;
    }

    .fc-img{
        display: inline-block;
        vertical-align: middle;
        background: #000;
        position: relative;
        width:100%;
    }

    .fc-details{
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        min-height: 460px;
        background: #282828;
        position: relative;
/*      box-shadow: -10px 0px 66px #000;*/
        z-index: 20;
        background-size: cover;
        position: relative;
        padding: 61px 70px;
        text-align: center;
    }
    .fc-details:before {
        position: absolute;
        top: 0;
        height: 461px;
        width: 33px;
        left: -33px;
        content: '';
        z-index: 15;
        background: url(images/fc-left-shadow.png) no-repeat top left; 
    }
    .fc-details-wrap{
        padding: 65px 15px 15px 15px;
        color: #fff;
    }
    .fc-content{
        position: relative;
        float: left;
        clear: both;
        display: block;
        width: 100%;
    }

    .fc-slick-item.slick-slide.slick-center .fc-details{
        display: inline-block;
    }

    .fc-slick-item.slick-slide .fc-details {
        opacity: 0;
        width: 0;
    }
    .fc-slick-item.slick-slide  .fc-img {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
    }
    .fc-slick-item.slick-slide.slick-current.slick-center .fc-details {
        opacity: 1;
        width: 48%;
        right: 5%;
    }
    .fc-slick-item.slick-slide.slick-current.slick-center  .fc-img,
    .fc-slick-item.slick-slide.slick-current.slick-center + .fc-slick-item.slick-slide  .fc-img {
        margin-left: 0;

    }
    .fc-slick-item.slick-slide.slick-current.slick-center  .fc-img{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .fc-slick-item.slick-slide.slick-current.slick-center + .fc-slick-item.slick-slide  .fc-img{
        transform-origin: left;
    }

    .fc-adress-hidden {
        position: absolute;
        top: 100%;
        left: 0;
        width: 98%;
        font-size: 18px;
        color: #fff;
        background: #290f00;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        text-align: center;
        padding: 10px 20px;
        color: #876e60;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    /* fc fix */
    
    .fc-slick-wrap {
        position:relative;
        z-index:1;
    }

        .temp-bg {
            position: absolute;
            left: 0px;
            background: #290f00;            
            z-index: 9;
            width: 50px;
            transform: translate(0, -50%);
            top: 50%;
        }

        .temp-right {            
            left: auto;
            right: 0;            
        }
            
    .fc-slick-wrap-side-titles .fc-slick-wrap-side-title-left,
    .fc-slick-wrap-side-titles .fc-slick-wrap-side-title-right{
        position: absolute;
        top: 72%;
        left: 0;
        /*font-size: 0.9vw;*/
        font-size: 18px;
        color: #fff;
        /*background: #290f00;*/
        transform-origin: 0 0;
        text-align: center;
        padding: 15px 20px;
        color: #876e60;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
        z-index: 10;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        cursor:pointer;
        /*min-width: 282px;*/
    }
    
    .fc-slick-wrap-side-titles .fc-slick-wrap-side-title-right {
        right: 0;
        left: auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top:28.2%;
        /*margin-right: -282px !important;*/
    }
    
    .fc-slick-wrap .fc-details {
        position:absolute;
        max-height:100%;
        margin-left:-50%;
        /*min-height:100%;*/
        top: 0;
        right: 0;
        bottom: 0;
        max-height: 460px;
        margin: auto;
    }
    
    .fc-slick-wrap .fc-link {
        display:block;
        position:relative;
        width:100%;
    }
    
    .fc-slick-wrap .fc-img {
        width:100%;
        background:none;
    }
    
    .fc-slick-wrap .fc-image-holder {
        width:100%;
        display:inline-block;
        vertical-align:middle;
        min-width: 293px; 
        background-size: cover !important;
    }
    
    .fc-slick-wrap .fc-details-holder {
        width:50%;
        display:inline-block;
        vertical-align:middle;
        margin-left:-50%;
    }
    
    .fc-details:before {
        height:100%;
        top:0px;
    }
    
    
    .fc-details-wrap {
        padding-top:30px;
    }

    .fc-slick-item.slick-slide.slick-current.slick-active.slick-center .fc-img .fc-image-holder {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        background-size: cover !important;
        position: relative;
        left: -14%;
    }

    .fc-slick-item.slick-slide .fc-img {
        transform: scale(.58);
    }

    .fc-slick-item.slick-slide.slick-current.slick-center .fc-img {
        padding: 70px 120px;
    }

    .fc-content h3 {
        font-size: 30px;
        text-align: center;
        display: block !important;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 32px;
        margin-bottom: 24px;
        position: relative;
    }

    .fc-content h3::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 275px;
        background: rgba(255, 255, 255, 0.20);
        height: 1px;
        margin: auto;
        width: 100%;
    }

    .fc-content p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-weight: 300;
        line-height: 1.7em;
        margin-bottom: 35px;
    }

    .fc-details a {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        border: 1px solid rgba(255, 255, 255, 0.34);
        padding: 15px 37px;
    }

    .fc-details a:hover {
        color: #282828;
        background: #fff;
    }

    .fc-slick-wrap-side-titles .fc-slick-wrap-side-title-left:hover span,
    .fc-slick-wrap-side-titles .fc-slick-wrap-side-title-right:hover span {
        color: #fff;
    }

/*** Testimonials ***/
section#testi {
    position: relative;
    z-index: 1;
    text-align: center;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 250px 0px 116px;
}

section#testi::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(85, 85, 85, 0.58);
}

section#testi::after {
    content: '';
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/apostrophe-icon.png) no-repeat;
    height: 87px;
    width: 87px;
}

.testi-excerpt {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.testi-client-name {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3.5px;
    margin-top: 22px;
    display: inline-block;
}

.testi-client-name:hover, .testi-excerpt a:hover {
    opacity: 0.5;
}

.testi-slide .testi-item a {
    color: #fff;
}

.testi-prev, .testi-next {
    font-size: 0px;
    padding: 0px 1px;
    margin-top: 38px;
}

.testi-prev::before, .testi-next::before {
    display: inline-block;
    font-size: 8px;
    text-align: center;
    height: 23px;
    width: 23px;
    background: #bd966b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0px;
    color: #fff;
    line-height: 2.9em;
}

.testi-prev:hover, .testi-next:hover {
    opacity: 0.5;
}

/*** Contact Info Section ***/
#contact-info {
    position: relative;
    z-index: 1;
    background: #171717;
    padding: 70px 0px 25px;
    border-bottom: 1px solid #292929;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    margin-bottom: 20px;
}

.footer-contact h3, .hp-git-wrap h3 {
    font-size: 11px;
    color: #5d5d5d;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-contact h3:first-of-type {
    margin-bottom: 16px;
}

.footer-contact p, .footer-contact a {
    color: #9c9c9c;
    margin-bottom: 35px;
    max-width: 207px;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.footer-contact a:hover {
    opacity: 0.6;
}
.footer-contact p:last-of-type {
    margin-bottom: 27px;
}

a.text-me-btn {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    background: #939393;
    padding: 12px 10px;
}

/*** Homepage GIT ***/
.hp-git-wrap h3 {
    margin-bottom: 23px;
}

.hp-git-wrap form {
    position: relative;
}

.hp-git-wrap input, .hp-git-wrap textarea {
    width: 100%;
    font-size: 14px;
    color: #9c9c9c;
    background: transparent;
    border: 1px solid #252525;
    height: 38px;
    resize: none;
    padding: 0px 15px;
    margin-bottom: 12px;
}

.hp-git-wrap textarea {
    height: 157px;
    padding-top: 9px;
    margin-bottom: 0px;
    text-indent: 0;
    padding-right: 30px;
}

.ios-true .hp-git-wrap textarea {
    padding-left: 13px;
}

.hp-textarea {
    position: relative;
}

.hp-textarea input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    width: 21px;
    height: 19px;
    font-size: 0px;
    border: 0px;
    background: url(images/sprite.png) -4px -36px no-repeat;
}

.hp-textarea input[type="submit"]:hover {
    opacity: 0.5;
}

.hp-git-wrap div.wpcf7-response-output {
  /*  position: absolute;
    top: 100%;
    left: 0;
    right: 0;*/
    margin: 0;
    text-align: center;
}

footer.footer {
    position: relative;
    z-index: 1;
    background: #171717;
    padding: 39px 0px;
}

.footernav {
    font-size: 0px;
}

.footernav li {
    display: inline-block;
    margin-right: 18px;
}

.footernav li a {
    color: #5d5d5d;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.copyright, .copyright a {
    font-size: 11px;
    color: #5d5d5d;
    margin-top: 11px;
}

.copyright a:hover, .footernav li a:hover {
    color: #fff;
}

.mls {
    float: right;
    font-size: 26px;
    margin-top: -19px;
}

/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; }

/** Adjust width of content columns **/
#content-sidebar #content{ width: 71.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 25.83%; }

/* 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: #282828;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-top: -15px;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    color: #282828;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    color: #282828;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

#inner-page-wrapper {
    margin-top: 50px;
}

/*** Ip Banner ***/
div#ip-banner {
    display: inline-block;
    width: 100%;
    background: url(images/slide1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

div#ip-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}


section#ip-qs {
    padding: 228px 0px 115px;
    position: relative;
    z-index: 2;
}

.sidebar .welcome-img-wrap-dup {
    width: 100%;
}

/*** Sidebar CTA ***/
.sb-cta {
    margin-top: 55px;
}

.sb-cta a {
    display: block;
    max-width: 295px;
    margin: 0px auto 10px;
    padding: 29px 25px 3px;
    position: relative;
}

.sb-cta a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
}

.sb-cta a:hover:before {
    background: rgba(0, 0, 0, 0.64);
}

.sb-cta a h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0.9em;
    position: relative;
}

.sb-cta a h2 span {
    display: block;
    font-weight: 300;
}

.sb-cta a:nth-child(1) {
    background: url(images/sb-cta1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.sb-cta a:nth-child(2) {
    background: url(images/sb-cta2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.sb-cta a:nth-child(3) {
    background: url(images/sb-cta3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

span.context-email a.asis-mailto-obfuscated-email:hover {
    color: #282828;
}

.error-forms .phone::before {
    display: none;
}

.error-forms .phone {
    width: 100%;
}

/*** PROPERTY SEARCH ***/
ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#content li {
    display: list-item;
}


.ai-font-magnifying-glass-c .bootstrap-select.btn-group .dropdown-toggle {
     outline: none !important;
}

section#fc button.slick-arrow {
    display: none !important;
}

section#fc .slick-arrow.slick-next {
    right: 0;
    background: #290f00 url(images/fc-arrow-r.png) center center no-repeat;
}

section#fc .slick-arrow.slick-prev {
    left: 0;
    background: #290f00 url(images/fc-arrow-l.png) center center no-repeat;
}

section#fc .slick-arrow {
    outline: none;
    border-radius: 0;
    border: none;
    width: 40px;
    height: 165px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background-size: 50% !important;
}

.page-id-24 .ai-contact-wrap {
    margin-bottom: 20px;
}

span.phone-txt {
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px 6px 12px 10px;
    border: 1px solid #fff;
    letter-spacing: 5px;
    margin-left: 18px;
    margin-bottom: -5px;
    display: none;
}

p.text-me-btn {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    background: #939393;
    padding: 12px 10px;
}

.footer-contact p.text-me-btn:hover {
    opacity: 0.5;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css 