/*general*/
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

@media (max-width: 768px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        /*font-size: 14px;*/
        font-size: 12px;
    }

    .home-open-red {
        color: black;
        background-color: #fcbb47;
        font-weight: normal;
        font-size: 12px;
    }
}

input[type=text], input[type=email], textarea, select {
    border: 0;
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-horizontal .form-group {
    margin-bottom: 0px;
}

a:link, a:visited {
    color: #003768;
    text-decoration: none;
}

a:hover {
    color: #9a8d6c;
    text-decoration: none;
}

.formPopUp {
    overflow: hidden;
}

a.btn-default:hover {
    background: #003768;
    color: white;
}

.mrgBtm20 {
    margin-bottom: 20px;
}
/**SEARCHBOX***/
.SearchBoxHome {
    width: 600px;
    height: 300px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    z-index: 10;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 767px) {

    .SearchBoxHome {
        width: 400px;
        margin-left: -200px;
    }
}
/******/
h1, h2 {
    font-family: 'Droid Serif';
}

.FeatureBox {
    background-image: url('../images/bgGrey.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0px 70px 0px;
    background-attachment: fixed;
}

.btnImg {
    background: Black;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    height: 250px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .btnImg {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .btnImg {
        height: 150px;
    }
}

@media (min-width: 415px) and (max-width: 767px) {

    .btnImg {
        height: 270px;
    }
}

@media (max-width: 414px) {

    .btnImg {
        height: 220px;
    }
}

.btnImg img {
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btnImg:hover img {
    filter: alpha(opacity=50);
    opacity: .5;
    width: 120%;
    margin-top: -10%;
    margin-left: -10%;
}

.bViewMore {
    border: 2px solid White;
    padding: 10px 0px;
    display: inline-block;
    top: 35%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    position: absolute;
    color: white;
    text-align: center;
    font-weight: bold;
    z-index: 100;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .bViewMore:hover {
        background: #9a8d6c;
        color: White;
    }


/*slider*/
.glyphicon {
    font-size: 50px!important;
}
/*navigation*/
.navbar {
    border: none;
    border-radius: 0;
    margin: 0px;
    background: White;
    z-index: 100;
    position: absolute;
    width: 100%;
   }

.navbar-header {
    float: none;
    text-align: center;
}

.navbar-brand {
    float: none;
}

    .navbar-brand img {
        width: 320px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.navbar-collapse {
    background: #003768;
}

.navbar-toggle {
   background-color: #143564;
    width: 100%;
    margin: auto;
    float: none;
    padding: 2px 0px;
    font-size: 18px;
    color: #978D6C;
}

.navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .navbar-nav li {
        float: none;
        display: inline-block;
        text-align: center;
        font-size: 16px;
    }


    .navbar-nav a:link, .navbar-nav a:visited {
        color: white!important;
    }

    .navbar-nav a:hover {
        color: #d0be91!important;
    }

    .navbar-nav a.active {
        background: none;
        color: #d0be91!important;
    }

.dropdown-menu {
    z-index: 9000;
    background: rgba(0,55,104,0.9);
}

    .dropdown-menu li {
        width: 100%;
        text-align: left;
    }

        .dropdown-menu li a {
            font-size: 14px;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid rgba(255,255,255,0.3);
        }

        .dropdown-menu li:hover a {
            background: none;
            color: rgba(214, 211, 165, 0.9);
        }

.dropdown-header {
    color: #d0be91;
}

@media (min-width: 768px) {
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {

    .navbar-nav li {
        font-size: 14px;
    }

        .navbar-nav li a {
            font-size: 14px;
            padding-left: 5px;
        }
}

@media (max-width: 767px) {
    .navbar {
        z-index: 4000;
    }

    .navbar-header {
        float: none;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

    .navbar-brand img {
        width: 220px;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .navbar-nav li {
        font-size: 14px;
        text-align: left;
        display: block;
    }

    .navbar-collapse {
        background: #000;
    }

    .navbar-nav a:link, .navbar-nav a:visited {
        color: #fff!important;
    }

    .navbar-nav a:hover {
        color: #cfc7b3!important;
    }

}



.btnSearch {
    background: none;
    border: 0;
    border: 2px solid White;
    margin: auto;
    padding: 0px 18px;
    color: white;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /*margin-top: 20px;*/
    font-weight: 700;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    height: 48px;
}

    .btnSearch:hover {
        background: rgba(0,55,104,0.9);
        text-shadow: none;
    }

@media (max-width: 991px) {
    .btnSearch {
        height: 38px;
        font-size: 16px;
    }
}

a.btnBrdrWhite:link,
a.btnBrdrWhite:visited {
    border: 2px solid White;
    margin: auto;
    padding: 0px 18px;
    color: white;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    display: inline-block;
}

a.btnBrdrWhite:hover {
    background: rgba(0,55,104,1);
}

@media (max-width: 991px) {

    a.btnBrdrWhite:link,
    a.btnBrdrWhite:visited {
        font-size: 16px;
        height: 38px;
        line-height: 36px;
    }
}

.btnSearchPopUp {
    background: none;
    border: 0;
    margin: auto;
    padding: 0px 18px;
    color: white;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    margin-top: 20px;
    font-weight: 700;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background: rgba(0,55,104,1);
    height: 40px;
}

    .btnSearchPopUp:hover {
        background: rgba(154, 141, 108, 1);
        text-shadow: none;
    }


.WhiteBox {
    background: #fff;
    padding: 50px 0px 70px 0px;
}


.BrownBox {
    background: #9a8d6c;
    padding: 50px 0px 70px 0px;
}

.WhiteBox.Content {
    padding-top: 180px;
}

.BrownBox .btnBrdrWhite {
    float: right;
}

@media (max-width: 991px) {

    .BrownBox .btnBrdrWhite {
        float: none;
        margin-top: -40px!important;
    }
}


@media (max-width: 768px) {


    .WhiteBox.Content {
        padding-top: 80px;
    }
}

.bIcon {
    font-size: 28px;
}
/*Footer*/
footer {
    background: Black;
    width: 100%;
    margin: 0;
    color: white;
    padding: 30px 0px;
    font-size: 13px;
    position: absolute;
    z-index: 200;
}

    footer hr {
        border: 0;
        border-bottom: 1px solid #555;
    }

.social .icon {
    font-size: 20px;
}

footer a:link, footer a:visited {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #c5b58d;
    text-decoration: none;
}

@media (max-width: 991px) {
    .footerBottom .col-md-6 {
        margin-bottom: 10px;
        text-align: center!important;
    }
}
/*Listing*/

.ListingInner {
    padding: 30px;
}

.ListingL {
    height: 100%;
    background: #9a8d6c;
    z-index: 10;
    width: 320px;
    position: fixed;
    padding: 0px;
    padding-top: 150px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ListingL40 {
    padding: 0px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ListingR {
    position: relative;
    z-index: 5;
    padding: 30px;
    padding-top: 180px;
    padding-left: 360px;
    padding-bottom: 80px;
    background-image: url('../images/bgGrey.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.PropWrap {
    padding: 20px;
}

.bgdd {
    background: White url('../images/dd.gif') center right no-repeat;
    width: 100%;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    margin-bottom: 12px;
    display: block;
}

.clrWhite {
    color: white;
}

.clrBlue {
    color: #003768;
}

.clrBrown {
    color: #9a8d6c;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

@media (max-width: 768px) {
    .font18 {
        font-size: 100%;
    }
}

.bgBlue {
    background-color: #003768;
}

.PropRow {
    height: 195px;
    overflow: hidden;
}

.PropImgWrap {
    height: inherit;
    overflow: hidden!important;
    padding-left: 0px;
    background: Black;
    cursor: pointer;
}

.PropImg {
    display: block;
    width: 100%;
    overflow: hidden;
    height: inherit;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.PropImgWrap:hover .PropImg {
    filter: alpha(opacity=50);
    opacity: .5;
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.PropDesc {
    background: White;
    height: inherit;
    margin-left: -18px;
}

.PropDetail {
    margin-top: 5px;
    padding-top: 5px;
    bottom: 5px;
    position: absolute;
    width: 100%;
    border-top: 1px solid #eee;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .PropRow {
        /*height: 170px;*/
        height: 180px;
    }

    .ListingL {
        width: 270px;
    }

    .ListingR {
        padding-left: 300px;
    }

    .home-open-red {
        color: black;
        background-color: #fcbb47;
        font-weight: normal;
        font-size: 10px;
    }


    @media (min-width: 580px) and (max-width: 767px) {
        .PropRow {
            height: 190px;
        }

        .ListingInner {
            padding: 10px;
        }

        .ListingL {
            width: 210px;
            padding-top: 110px;
        }

        .ListingR {
            padding-left: 240px;
            padding-top: 100px;
        }

        .font16 {
            font-size: 14px;
        }

        .PropWrap {
            padding: 15px;
        }

        .PropDesc .text-right {
            text-align: left;
        }
    }

   
    /*property*/
    .bgPropL {
        background: #fff;
        position: fixed;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .bgPropLBottom {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        bottom: 320px;
    }

    .bgPropR {
        background: #9a8d6c;
        padding-top: 150px;
        color: White;
        margin-left: 50%;
    }

    @media (max-width: 991px) {

        .bgPropL {
            position: relative;
        }

        .bgPropR {
            margin: 0;
            padding-top: 20px;
        }
    }

    .gmap3 {
        margin: auto;
        width: 100%;
        height: 300px;
    }

    @media (max-width: 580px) {
        .ToolsBox {
            display: none;
        }
    }

    .FormProp input[type=text], .FormProp textarea {
        border: 0;
        width: 100%;
        margin-bottom: 10px;
        padding: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .FormProp textarea:focus, .FormProp input[type=text]:focus {
            box-shadow: 0 0 5px rgba(214, 211, 165, 0.9);
        }

    a.navWhite {
        color: white;
        margin-right: 30px;
        text-decoration: none;
    }

        a.navWhite:hover {
            filter: alpha(opacity=70);
            opacity: .7;
        }

    .Wrap700 {
        width: 700px;
        margin: auto;
    }

    .Wrap460 {
        width: 400px;
        margin: auto;
    }

    /*StockList*/
    .StockListWrap {
        width: 700px;
        margin: auto;
        text-align: left;
    }


   
}

 @media (max-width: 767px) {
        .PropWrap {
            padding:5px 0px!important;
            margin: 0;
        }

        .PropRow {
            height: 160px;
        }

        .btnImg {
            height: 220px;
        }

        .ListingL {
            width: 100%;
            float: none;
            padding: 0px;
            padding-top: 90px;
            position: relative;
            height: auto;
            margin: 0;
        }

        .ListingInner {
            padding: 20px;
        }

        .ListingL40 {
            width: 100%;
            float: none;
            padding: 0px;
            padding-top: 90px;
            position: relative;
            height: auto;
        }

        .ListingR {
            width: 100%;
            float: none;
            padding: 0px;
            margin: 0;
            overflow: hidden;
        }

        .PropDetail {
            visibility: hidden;
        }

        .PropDesc .text-right {
            text-align: left;
        }
    .txtSearch {
    
        width:70%!important;
        margin:auto;
    }
    .PaddingOnMobile {
    padding-top:85px;}
    }
 /* Extra Css Add back-to-top*/
    .back-to-top {
        position: fixed;
        bottom: 2em;
        right: 0px;
        text-decoration: none;
        color: #ffffff !important;
        background-color: #003768;
        font-size: 12px;
        padding: 1em;
        display: none;
        z-index: 99999;
    }

        .back-to-top:hover {
            background-color: #9a8d6c;
            color: #ffffff;
        }

    .home-open-red {
        color: black;
        background-color: #fcbb47;
        font-weight: bold;
    }



