body{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    height: 100%;
}
h1, h2, h3, h4, h5, h6, strong, .btn{
    font-family: "Copperplate Gothic", Balthazar, serif;
    font-weight: 700;
}

.showLgOnly{
    display: none!important;
}

.borderedHeader:after, .borderedHeaderLeft:after{
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80px;
    height: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c4b1a+50,faa62f+50 */
    background: #703423; /* Old browsers */
    background: -moz-linear-gradient(left, #703423 50%, #faa62f 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #703423 50%,#faa62f 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #703423 50%,#faa62f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#703423', endColorstr='#faa62f',GradientType=1 ); /* IE6-9 */
}

.borderedHeaderLeft:after{
    margin-left:0;
}
.contentContainer{
    max-width: 1200px;
    margin-left:auto ;
    margin-right: auto;

}

.brown{
    color:#703423;
}
.lime{
    color:#91C54B;
}

.limeBg{
    background-color:#91C54B;
}

.yellowBg{
    background-color:#F9A52E
}

.yellow{
    color:#F9A52E
}

#headerWrapper{
    width:100%;
    padding: 0!important;
    min-height: 200px;
    color:#fff;
    overflow: hidden;
}

#topContainer{
    min-height: 50px;
    background-color: #703423;
    width:100%;
}

.topLeft{
    float:left;
    position: relative;
}
.linkList li{
    display: block;
    text-align: right;
    padding-right: 10px;
}

.linkList li a{
    color:#fff;
    text-decoration: none;
}

.linkList li a:hover{
    text-decoration: underline;
}

.linkList li a i{
    margin-right: 5px;
}

.linkList{
    margin:0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
    display: block;
}

#logoNavWrapper{
    min-height: 110px;
    padding-top: 20px;
    position: relative;
}

.navbar-brand{
    position: relative;
}
#siteLogo{
    position: absolute;
    left: 0;
    top:-80px;
    width:200px;
}

#siteLogo img{
    width: 100%;
}

#siteNav{
  width:100%;
}
#siteNav ul.navbar-nav{
    padding-top: 25px;
}
#siteNav ul.navbar-nav li{
    margin-left: 20px;

}
#siteNav ul.navbar-nav li{
    text-align: right;
}
#siteNav ul.navbar-nav li a{
    font-family: "Copperplate Gothic", Balthazar, serif;
    font-weight: bold;
    color:#703423;

}

#siteNav ul.navbar-nav li:hover a, #siteNav ul.navbar-nav li.active a{
    color:#F9A52E;
}


#slideShowWrapper{
    width:100%;
    height: 460px;
    position: relative;
}



#slides{
    width:100%;
    height: 100%;
    overflow: hidden;
}

#slideOverlay{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    z-index: 999;
}

#slideOverlay div.row {
    height:100%;
}

#slides div.slideImage{
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#slideOverlay div.row h1{

    color:#fff;
}



#featuredProperties{
    background-color: #FBF6DC;
}
.zoomElement{
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zoomElement:hover, .zoomElementHovered{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.boxEffect{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}
.homeCol{
    overflow: hidden;
}
.homeImageWrapper{
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
}

.propertyCatBox{
    padding: 20px;
    border:solid 1px #eee;
    margin-bottom: 30px;
    transition: all 300ms ease;
    cursor: pointer;
}

.propertyListingBox{
    box-sizing: border-box;
    padding: 10px;
    background-color:#fff;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
    padding-bottom: 50px;
}

.propertyCatBox:hover   {
    border-color:#91C54B;
}
.propertyCatBox img{
    transition: all 300ms ease;
}
.propertyCatBox:hover img{

    filter: invert(71%) sepia(9%) saturate(2278%) hue-rotate(43deg) brightness(99%) contrast(90%);
}

.propertyListingBoxImage{
    position: relative;
    height: 260px;
    margin-bottom: 10px;
    transition: all 300ms ease;
}

.propertyListingBoxIconInfo{
    position: absolute;
    bottom:0;
    left:0;
    border-top:solid 1px #ccc;
    padding-top: 10px;
    height: 52px;
    width: 100%;
}
.propertyListingBoxIconInfo table{
    width:100%;
}

.iconList li{
    display: inline-block;
    margin-bottom: 5px;
}
.iconList li img{
    height: 24px;
}

.listingMarker{
    position: absolute;
    top:0;
    right: 10px;
    width:140px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    color:#fff;
    font-family: Museo, sans-serif;
    font-weight: 700;
    z-index: 999;
    display: block;
}

.for-sale{
    background-color:#AEDC25;
}

.for-lease{
    background-color:#FAA62F;
}

.listingImage{
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center center;
    top:0;
    left:0;
}

.propertyListingBoxSnippet h4{

}

.propertyListingBoxSnippet h5{
    color:#91C54B;
}

#propertyImagesSlide{
    overflow: hidden;
    width:100%;
    height: 190px;
    margin: auto;
    max-width: 765px;
}

#propertyImagesSlide img{
    height: auto;
    width: 100%;
}

#propertyImageThumbs{
    margin-top: 10px;
    width:100%;
    height: 60px;
}

#propertyImageThumbs a {
    width: 90px;
    height: 55px;
    /*width: 190px;
    height: 120px;
    */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    border:solid 2px #fff;
    border-radius: 5px;
    margin-right: 2px;
}

#propertyImageThumbs a.cycle-pager-active{
    border:solid 4px #FAA62F;
}


#getInTouch{
    background-image: url("../images/get_in_touch.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color:#fff;
}
.inTouchCircle{
    width:50px;
    height: 50px;
    border-radius: 50%;
    background-color: #91C54B;
    position: relative;
    margin: 20px;
}

.inTouchTable tr td{
    color:#fff;
}

.inTouchCircle i{
    font-size:24px;
    color:#fff;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin: auto;
    width:24px;
    height: 24px;
}

.featuredList{
    margin:0;
    padding: 0;
    list-style: none;
}

.featuredList li{
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: top;
    width:100%;
    position: relative;
    text-align: left;
}
.featuredList li:before{
    content: '\f14a';
    font-family: 'FontAwesome';
    color: #71b100;
    font-size: 16px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 3px;
}

.featuredList li > ul{
    margin: 0;
    padding-left: 0;
}

#contactUsForm input[type='text'], #contactUsForm input[type='email'], #contactUsForm textarea {
    background: none;
    background:rgba(255,255,255,0.7)!important;
    min-height: 50px;
}

input[type='text'], select, input[type='email'], input[type='password'] button{
    min-height: 50px;
}

textarea{
    min-height: 100px;
}

#contactUsForm textarea{
    height: 100px;
}

#footer{
    background:#222;
    color:#fff;
    font-size:14px;
}

#footer a{
    color:#fff;
}

@media (min-width: 425px) {
    #propertyImagesSlide{
        height: 270px;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 575.98px) {

    #propertyImagesSlide{
        height: 364px;
    }

    .linkList li{
        margin-left: 10px;
        display: inline-block;
        text-align: right;
        padding-right: 0px;
    }

    .featuredList li{
        text-align: left;
    }

    #siteLogo{
        top:-80px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (min-width: 767.98px) {
    .showLgOnly{
        display: inline-block!important;
    }
    #propertyImageThumbs{
        height:80px;
    }
    #propertyImageThumbs a {
        width:120px;
        height:74px;
    }

    #propertyImagesSlide{
        height: 485px;
    }


}

/* Medium devices (tablets, less than 992px)*/
@media (min-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 1199.98px) {

}