/* MAIN STYLESHEET             */
/* Easy Living - Real Estate Template  */
/* Made By Rype Pixel          */
/* hello@rypepixel.com         */
/* Created: 02/28/2014         */
/* Author: Chris Gipple        */

/*====================================================================================*/
/* TABLE OF CONTENTS
/*====================================================================================*/
/* 01 RESET 
/* 02 GLOBAL SETTINGS  
/* 03 HEADER   
/* 04 SUBHEADERS 
/* 05 FILTER
/* 06 BIG MESSAGE
/* 07 PROPERTIES
/* 08 SERVICES
/* 09 AGENTS
/* 10 BLOG
/* 11 PAGES
/* 12 CONTACT
/* 13 CALL TO ACTION
/* 14 SIDEBAR
/* 15 SHORTCODES
/* 16 FOOTER

/*====================================================================================*/
/* 01 RESET
/*====================================================================================*/

* {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4 {
    margin-top: 0px;
}
h4 {
    margin-bottom: 0px;
}

ul li {
    list-style: none;
}

/*====================================================================================*/
/* 02 GLOBAL SETTINGS
/*====================================================================================*/

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('type/proximanova-light-webfont.eot');
    src: url('type/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('type/proximanova-light-webfont.woff') format('woff'), url('type/proximanova-light-webfont.ttf') format('truetype'), url('type/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Reg';
    src: url('type/proximanova-regular-webfont.eot');
    src: url('type/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('type/proximanova-regular-webfont.woff') format('woff'), url('type/proximanova-regular-webfont.ttf') format('truetype'), url('type/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semi-bold';
    src: url('type/proximanova-semibold-webfont.eot');
    src: url('type/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('type/proximanova-semibold-webfont.woff') format('woff'), url('type/proximanova-semibold-webfont.ttf') format('truetype'), url('type/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Open Sans Semi-bold", Helvetica, Arial;
    font-size: 14px;
    color: #464646;
    width: 100%;
    height: 100%;
}

h1 {
    font-family: "Open Sans Semi-bold", Helvetica, Arial;
}

h3 {
    font-family: "Open Sans Semi-bold", Helvetica, Arial;
    color: #4a4786;
    font-size: 19px;
    padding-bottom: 7px;
    border-bottom: 7px solid #4a4786;
    display: inline-block;
}

h4 {
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 16px;
}

a {
    color: #000;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    a:hover {
        color: #348a2d;
        text-decoration: none;
    }

p {
    text-align: justify;
}

.divider {
    background-color: ;
    max-width: 100%;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}
    .divider.thin {
        height: 1px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.genericSection {
    padding: 70px 0px 70px 0px;
}

/* BUTTONS */
.buttonColor {
    font-family: Open Sans;
    font-size: 13px;
    letter-spacing: 0.2px;
    padding: 8px 24px 8px 24px !important;
    color: white;
    border-radius: 5px;
    border: 1px solid #69992c;
    box-shadow: inset 0 1px 1px white;
    background-color: #26832d;
    background: -webkit-linear-gradient(#26832d, #76ae2e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#26832d, #76ae2e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#26832d, #76ae2e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#26832d, #76ae2e); /* Standard syntax */
}

.buttonColor1 {
    font-family: Open Sans;
    font-size: 13px;
    letter-spacing: 0.2px;
    padding: 8px 30px 8px 30px !important;
    color: white;
    border-radius: 5px;
    border: 1px solid #69992c;
    box-shadow: inset 0 1px 1px white;
    text-shadow: 0px -1px 3px #0e4562;
    background-color: #26832d;
    background: -webkit-linear-gradient(#26832d, #76ae2e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#26832d, #76ae2e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#26832d, #76ae2e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#26832d, #76ae2e); /* Standard syntax */
    margin-left: 10px;
}


.buttonColor:hover {
    color: white;
    text-decoration: none;
    background: -webkit-linear-gradient(#81be32, #8fc34c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#81be32, #8fc34c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#81be32, #8fc34c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#81be32, #8fc34c); /* Standard syntax */
}

.buttonGrey {
    font-family: Open Sans;
    font-size: 11.4px;
    letter-spacing: 0.2px;
    padding: 9px 15px 6px 15px !important;
    color: #868686;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #f6f6f6;
    background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f2f2f2); /* Standard syntax */
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    .buttonGrey:hover {
        text-decoration: none;
        color: #393939;
        background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
    }

    .buttonGrey.large {
        font-size: 14px;
        padding: 10px 30px 10px 12px !important;
        color: #868686;
    }

        .buttonGrey.large:hover {
            color: #393939;
            background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
        }

/** FORM ELEMENTS **/

.formDropdown, input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    border: 1px solid #c9c9c9;
   /* box-shadow: 0 1px 1px white; */
}

    input[type="file"] {
        background: white;
        border: none;
        padding: 5px 0px 5px 0px;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('../images/dropdown-button.png') no-repeat;
    background-position: right -1px;
    background-color: white;
    cursor: pointer;
}

/* Firefox select button fix */
@-moz-document url-prefix() {
    select {
        background-position: 100%;
        background-image: url('../images/dropdown-button2.png');
    }
}

select::-ms-expand {
    display: none;
}

label {
    color: #787878;
    font-size: 13px;
}

textarea {
    height: 130px;
    width: 100% !important;
}

.icon {
    float: left;
    margin-right: 10px;
    padding-top: 0px;
}

/*====================================================================================*/
/* 03 HEADER 
/*====================================================================================*/

/* TOP BAR */
/***********************/
.topBar {
    padding: 7px 0px 7px 0px;
    min-height: 36px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #f6f6f6;
    background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f8f8, #f2f2f2); /* Standard syntax */
}

.topBarText {
    font-family: Open Sans;
    color: #8e8e8e;
    font-size: 11px;
    float: left;
    margin-left: 80px;
    margin-top: 3px;
    margin-right: -70px;
    margin-bottom: 0;
}

.socialIcons {
    float: right;
    margin-bottom: 0;
}

    .socialIcons li {
        display: inline;
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #e2e2e2;
    }

.topBarText a {
    color: #8e8e8e;
}

.socialIcons li a {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    .socialIcons li a:hover {
        opacity: 0.6;
    }

.socialIcons .topBarText {
    display: none;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
}


/* MAIN HEADER */
/***********************/
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar.navbar-default.navbar-fixed-top {
    background-color:transparent;
    border: none;
    box-shadow: 0px 0px 3px #9c9c9c;
    z-index: 1032;
}
.navbar-collapse{
    padding-right:0;
}

@media (min-width:768px){
.navbar.navbar-default.navbar-fixed-top {
    background-color: #fff;
}
}
@media (max-width:767px){
.navbar.navbar-default.navbar-fixed-top {
    box-shadow: 0px 0px 0px transparent;
}
 .navbar-header{
     background-color: #fff;
     margin-left: 0px;
     margin-right: 0px;
     border-bottom: 1px solid #e8e8e8;

 }
}
    
.navbar-brand {
    margin-top: 0px;
    font-size: 21px;
}

    .navbar-brand span {
        font-family: Open Sans;
        color: #81be32;
    }

    .navbar-brand img {
        margin-left:12px;
        margin-right: 0px;
        padding-bottom: 0px;
    }

.nav.navbar-nav {
    float:right;
}

    .nav.navbar-nav li a {
        font-family: Open Sans;
        color: #2a2a2a;
        font-size: 12.5px;
        letter-spacing: 0.4px;
        padding-top: 26px;
        padding-bottom: 0px;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .nav.navbar-nav li a:hover {
            background-color: #ffffff;
            color: #7dd60d;
            width:100%;
        }

    .nav.navbar-nav li:hover .sub-menu {
        display: block;
    }

    .nav.navbar-nav .current {
        box-shadow: inset 0 -4px 0px #81be32;
        color: #348a2d;
    }

    .nav.navbar-nav .current-sub {
        background-color: #f4f4f4;
        color: #868686;
    }

    .nav.navbar-nav .dropdown .dropdown-menu {
        box-shadow: 0px 2px 3px #9c9c9c;
        background-color: white;
        border: none;
        border-radius: 0px;
        padding: 0px;
        margin-top: 0px;
    }

        .nav.navbar-nav .dropdown .dropdown-menu li a {
            font-family: Open Sans;
            margin: 0px 0px 0px 0px;
            padding: 10px;
            color: #868686;
            font-size: 12px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #efefef;
        }

            .nav.navbar-nav .dropdown .dropdown-menu li a:hover {
                background-color: #f4f4f4;
                color: #868686;
            }

        /** DROPDOWN SUB-MENU **/
        .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu {
            position: relative;
            overflow: visible;
        }

            .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
                left: 161px;
                margin-top: -39px;
                margin-left: -1px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                display: none;
                background-color: white;
            }

            .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
                display: block;
            }

        /** MEGA MENU **/
        .nav.navbar-nav .dropdown .dropdown-menu .yamm-content h4 a {
            font-family: Open Sans;
            font-size: 15px;
            color: #868686;
        }

        .nav.navbar-nav .dropdown .dropdown-menu .yamm-content a {
            padding: 0px;
            border: none;
            color: #4a4786;
        }

            .nav.navbar-nav .dropdown .dropdown-menu .yamm-content a:hover {
                background: transparent;
                color: #4a4786;
            }

.googleMap {
    border: none;
    width: 100%;
}

/* LOGIN/REGISTER */
/**************************/
.userButtons {
    margin-right: -15px;
    padding-left: 25px;
    float: right;
    /*border-left: 1px solid #dcdcdc;*/
    margin-bottom: 0px !important;
}

    .userButtons li {
        display: inline-block;
    }

    .userButtons .userBtn {
        padding: 25px 0px 25px 0px;
    }


/** HEADER 2 **/
.header2 .topBar {
    background: #2f2f2f;
    border-bottom: 1px solid #e8e8e8;
    background: -webkit-linear-gradient(#3f3f3f, #2a2a2a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3f3f3f, #2a2a2a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3f3f3f, #2a2a2a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3f3f3f, #2a2a2a); /* Standard syntax */
}

.header2 .socialIcons li {
    border: none;
}

/** HEADER 3 **/
.header3 .socialIcons li a {
    font-family: Open Sans;
    color: #606060;
    font-size: 12px;
}

.header3 .socialIcons li:first-child {
    border: none;
}

.header3 .verticalDivider {
    background-color: #e9e9e9;
}


/*====================================================================================*/
/* 04 SUB-HEADERS 
/*====================================================================================*/

/** SUBHEADER HOME **/
.subHeader.home {
    margin-top: 88px;
}

    .subHeader.home.bxslider .container {
        padding: 90px 0px 150px 0px;
    }

#slide1 {
    background-image: url('../images/1600x670.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#slide2 {
    background-image: url('../images/1600x670.gif');
    background-repeat: no-repeat;
    background-size: cover;
}

#slide3 {
    background-image: url('../images/1600x670.gif');
    background-repeat: no-repeat;
    background-size: cover;
}

.subHeader.home.headerMinimal {
    margin-top: 71px;
}

.subHeader.home h1 {
    display: inline;
    font-family: Open Sans;
    font-size: 48px;
    background: rgba(225, 225, 225, 0.8);
    padding: 5px 10px 0px 10px;
    line-height: 80px;
}

    .subHeader.home h1 span {
        font-family: Open Sans;
    }

.sliderTextBox {
    background: rgba(225, 225, 225, 0.8);
    padding: 10px 15px 15px 15px;
    font-size: 19px;
}

    .sliderTextBox p {
        margin-bottom: 20px;
    }

    .sliderTextBox .buttonGrey.large {
        border-color: #bdbdbd;
        display: inline-block;
    }

    .sliderTextBox .buttonColor {
        padding: 10px 30px 10px 12px !important;
        display: inline-block;
    }

.icon-button-arrow {
    margin-top: -9px;
    width: 29px;
    height: 19px;
    background-image: url('../images/icon-button-arrow.png');
    background-position: 0px 10px;
    background-repeat: no-repeat;
    border-right: 1px solid #c6c6c6;
    padding: 20px 10px 20px 0px;
    position: absolute;
}

.icon-button-user {
    margin-top: -10px;
    width: 29px;
    height: 19px;
    background-image: url('../images/icon-button-user.png');
    background-position: 0px 10px;
    background-repeat: no-repeat;
    border-right: 1px solid #629125;
    padding: 20px 10px 19px 0px;
    position: absolute;
}

.buttonText {
    margin-left: 50px;
}

.subHeader.home .sliderPrice {
    font-size: 20px;
    float: right;
    line-height: 55px;
    margin-top: 190px;
}

.or {
    font-family: Open Sans;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    margin: 0px 10px 0px 10px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: 75px;
}
@media (min-width:768px){
    .sliderControls {
        margin-top: 275px;
    }
}
@media (max-width:767px){
    .sliderControls {
        margin-top: -145px;
            margin-left: -15px;
    }
}

.sliderControls {
    position: absolute;
    width: 100%;
    z-index: 999;
}

    .sliderControls span {
        margin-top: 0px;
        opacity: 0.5;
        position: relative;
        z-index: 1000;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

        .sliderControls span:hover {
            opacity: 1.0;
        }

    .sliderControls .slider-prev {
        float: left;
        margin-left: px;
    }

    .sliderControls .slider-next {
        float: right;
        margin-right: px;
    }

/** SUBHEADER MAP **/
.subHeader.map {
    margin-top: 108px;
    width: 100%;
}

#map-canvas {
    width: 100%;
    height: 675px;
    position: absolute;
}

.mapFilter {
    padding: 70px 15px 70px 15px;
}

.info-box {
    width: 210px;
    height: 270px;
}

/** SUBHEADER PAGE **/
/*
.subHeader.page {
	margin-top:108px;
	padding:65px 0px 65px 0px;
	background-color:#4a4763;
	background-image: url('../images/subHeader-page-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

.subHeader.page h1 {
	float:left;
	font-family:Open Sans ;
	background:rgba(225, 225, 225, 0.7);
	padding:0px 10px 0px 10px;
	line-height:67px;
	display:inline;
}
    
.searchForm input {
	margin-top:18px;
	padding-right:30px;
	width:200px;
	float:right;
	border:none;
	box-shadow:none;
	background:rgba(225, 225, 225, 0.8);
	background-image: url('../images/icon-search.png');
	background-repeat:no-repeat;
	background-position: right 10px center;
}
*/

/*====================================================================================*/
/* 05 FILTER
/*====================================================================================*/

.filter1 {
    margin-top: -98px;
    position: relative;
    z-index: 1;
}
.filterHeader1 {
    background-color: #545098;
    height: 44px;
}

.filterNav1 li a {
    font-family: Open Sans;
    color: white;
    padding: 14px 8px 7px 12px;
    text-decoration: none;
    outline: none;
}

@media (min-width:992px) and (max-width:1199px){
    .filterNav1 li a {
              padding: 14px 8px 7px 3px;
              font-size: 11px;
    }
}

.filterNav1 li {
    display: inline;
}
.filterNav1 {
    float: left;
    padding: 16px;
    padding-left: 0px;
}
.filterNav1 .current {
        position: relative;
        background-color: #4a4786;
    }

        .filterNav1 .current:after {
            content: "";
            position: absolute;
            bottom: -15px; /* value = - border-top-width - border-bottom-width */
            left: 50%; /* controls horizontal position */
            margin-left: -15px;
            border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
            border-style: solid;
            border-color: #4a4786 transparent;
            /* reduce the damage in FF3.0 */
            display: block;
            width: 0;
            z-index: 1;
        }

.filter {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.filterHeader {
    background-color: #545098;
    height: 68px;
}

.filterNav {
    float: left;
    padding: 23px;
    padding-left: 0px;
}

    .filterNav li {
        display: inline;
    }

        .filterNav li a {
            font-family: Open Sans;
            color: white;
            padding: 24px 30px 23px 30px;
            text-decoration: none;
            outline: none;
        }

    .filterNav .current {
        position: relative;
        background-color: #4a4786;
    }

        .filterNav .current:after {
            content: "";
            position: absolute;
            bottom: -15px; /* value = - border-top-width - border-bottom-width */
            left: 50%; /* controls horizontal position */
            margin-left: -15px;
            border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
            border-style: solid;
            border-color: #4a4786 transparent;
            /* reduce the damage in FF3.0 */
            display: block;
            width: 0;
            z-index: 1;
        }

.filterHeadButton {
    float: right;
    background-color: #4a4786;
    padding: 23px;
}

.filterContent {
    display: none;
    padding: 23px 23px 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #c9c9c9;
    border-top: none;
    box-shadow: inset 0 -1px 1px white;
    background-color: #f2f2f2;
    background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f8f8, #ebebeb); /* Standard syntax */
}

    .filterContent.defaultTab {
        display: block;
    }

.formBlock {
    margin-right: 40px;
    width: 100%;
    margin-bottom: 20px;
}

.priceSlider {
    margin-top: -12px;
    margin-bottom: 7px;
    height: 9px !important;
}

.priceInput {
    float: left;
    height: 20px;
    background: #e7e7e7;
    border-radius: 5px;
    padding: 0px 3px 0px 3px;
    font-size: 13px;
}

    .priceInput input {
        border: none;
        box-shadow: none;
        width: 60px;
        padding: 0;
    }

.noUi-connect {
    background-color: #81be32 !important;
}

.noUi-handle {
    border-radius: 80px !important;
    cursor: pointer !important;
    width: 20px !important;
    height: 20px !important;
}

    .noUi-handle:after, .noUi-handle:before {
        display: none !important;
    }

.priceSliderLabel {
    font-size: 12px;
    color: #b9b9b9;
    margin-bottom: 19px;
}


/*====================================================================================*/
/* 06 BIG MESSAGE 
/*====================================================================================*/
.bigMessage {
    padding: 20px 0px 20px 0px;
}

    .bigMessage h1 {
        text-align: center;
        font-family: Open Sans;
        font-size: 40px;
        margin: 0px;
    }

        .bigMessage h1 span {
            font-family: Open Sans;
        }

    .bigMessage p {
              font-size: 15px;
              text-align: justify;
              line-height: 1.5;

    }


/*====================================================================================*/
/* 07 PROPERTIES
/*====================================================================================*/

/** PROPERTIES GLOBAL & HEADER **/

.property {
    padding: 175px 0px 70px 0px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 1px white;
}

.properties {
    padding: 120px 0px 70px 0px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 1px white;
}
.properties1 {
    padding: 20px 0px 20px 0px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 1px white;
}
.properties2 {
    padding: 120px 0px 70px 0px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 1px white;
}
.properties4 {
    padding: 50px 0px 70px 0px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 1px white;
}
.propertyCat_list {
    width: 372px;
    margin-bottom: 0px;
}

    .propertyCat_list li {
        display: inline-block;
    }

        .propertyCat_list li a {
            font-family: Open Sans;
            color: #a2a2a2;
            padding: 13px 25px 13px 25px;
            display: inline-block;
        }

            .propertyCat_list li a:hover {
                color: #4a4786;
            }

        .propertyCat_list li .current {
            position: relative;
            color: white;
            background-color: #4a4786;
        }

            .propertyCat_list li .current:after {
                content: "";
                position: absolute;
                bottom: -10px; /* value = - border-top-width - border-bottom-width */
                left: 38%; /* controls horizontal position */
                border-width: 10px 10px 0; /* vary these values to change the angle of the vertex */
                border-style: solid;
                border-color: #4a4786 transparent;
                /* reduce the damage in FF3.0 */
                display: block;
                width: 0;
                z-index: 1;
            }

            .propertyCat_list li .current:hover {
                color: white;
            }

.propertySort_list {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .propertySort_list li {
        float: right;
        display: inline;
        padding-left: 5px;
     
    }


/** PROPERTIES GRID **/
.propertyItem {
    background-color: white;
    box-shadow: 0px 1px 3px #d4d4d4;
    margin-bottom: 30px;
}

.propertyContent {
    padding: 6px;
    margin: 0 auto;
}
.propertyContent2 {
    padding: 25px;
    margin: 0 auto;
}
    .propertyContent2 a {
        color: #2a2a2a;
    }

        .propertyContent2 a:hover {
            color: #4a4786;
        }

    .propertyContent a {
        color: #1b1b1b;
    }

        .propertyContent a:hover {
            color: #26832d;
        }
.propertyContent1 {
    padding: 9px;
    
}
.propertyContent1 a {
        color: #2a2a2a;
    }

        .propertyContent1 a:hover {
            color: #4a4786;
        }

 .propertyImg {
    max-width: 100%;
    margin-bottom: 9px;
    max-height: 240px;
} 

.propertyImgLink {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: copacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

    .propertyImgLink:hover {
        opacity: 0.8;
    }

.propertyType {
    position: absolute;
    font-family: Open Sans;
    font-size: 12px;
    background-color: #4a4786;
    color: white !important;
    padding: 7px;
    z-index: 1;
}

.openHouse {
    position: absolute;
    font-family: Open Sans;
    color: white;
    font-size: 13px;
    right: 7px;
    background-image: url('../images/open-house-bg.png');
    background-repeat: no-repeat;
    padding: 19px 13px 15px 15px;
    z-index: 1;
}

.forSale {
    float: left;
    font-family: Open Sans;
    font-size: 15px;
    background-color: #d4d4d4;
    color: white;
    padding: 3px 9px 3px 9px;
    border-radius: 4px;
    display: inline-block;
}

.price {
    font-family: Open Sans;
    float: right;
    color: #4a4786;
    font-size: 14px;
    font-weight: 600;
    height: ;
}

.propertyDetails {
    background-color: #f8f8f8;
    margin-top: 0px;
    border: 1px solid #ffffff;
    width: 100%;
    text-align: center;
}

    .propertyDetails td {
        font-family: Open Sans;
        width: 33.6%;
        height: 45px;
        border-color: ffffff;

    }
.propertyDetails1 {
    line-height: 1.666em;
}
.propertyDetails1 td {
    float: left;
    font-family: Open Sans;
    font-size: 10px;
    background-color: #d4d4d4;
    color: white;
    padding: 3px 9px 3px 9px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 3px 3px 0;
    }
.propertyDetails1 td:hover {
    background-color:#3b8dbd;
    
}
    .propertyDetails1 td a:hover {
        color: #fff;
    }

.pageList {
    text-align: center;
    margin-top: 20px;
}

    .pageList li {
        display: inline;
    }

        .pageList li .current {
            background-color: #4a4786;
            color: white;
            font-family: Open Sans;
        }

        .pageList li a {
            color: #a1a1a1;
            padding: 6px 14px 6px 10px;
            border: 1px solid;
            background-color: #dcdcdc;
            margin-left: 3px;
        }

            .pageList li a:hover {
                background-color: #4a4786;
                color: white;
                -webkit-transition: background 0.2s linear;
                -moz-transition: background 0.2s linear;
                -ms-transition: background 0.2s linear;
                -o-transition: background 0.2s linear;
                transition: background 0.2s linear;
            }

.masonryRow .col-lg-3 {
    width: 292px;
}

    .masonryRow .col-lg-3.wide {
        width: 583px;
    }

/** PROPERTIES ROW **/
.rowText {
    padding-top: 17px;
    padding-right: 33px;
}

    .rowText h4 {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .rowText .price {
        float: right;
        padding-top: 12px;
    }

    .rowText .forSale {
        float: right;
        margin-right: 20px;
    }

.propertyImgRow {
    max-width: 100%;
}
@media (min-width:768px) and (max-width:991px){
    .gallery .sliderControls span {
        margin-top: -590px;
    }
}
@media (min-width:991px) and (max-width:1199px){
    .gallery .sliderControls span {
        margin-top: -480px;
    }
}
@media (min-width:1200px) and (max-width:1599px){
    .gallery .sliderControls span {
        margin-top: -520px;
    }
}
@media (min-width:1600px){
    .gallery .sliderControls span {
        margin-top: -585px;
    }
}

/** PROPERTY SINGLE **/
.gallery .sliderControls span {
    
    opacity: 0.6;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.gallery:hover .sliderControls span {
    opacity: 1.0;
}

.gallery .sliderControls .slider-prev {
    float: center;
}
@media (max-width:767px){
.gallery .sliderControls .slider-next {
    margin-right: 2px;
}
}
@media (min-width:768px){
.gallery .sliderControls .slider-next {
    margin-right: 30px;
}
}

.gallery #bx-pager {
    text-align: center;
    background-color: white;
    padding: 10px;
    margin-bottom: 40px;
}

    .gallery #bx-pager a img {
        opacity: 0.6;
    }

    .gallery #bx-pager a.active img {
        opacity: 1.0;
    }

.overview {
    background-color: #f8f8f8;
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-bottom: 30px;
}

.overviewList li {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dcdcdc;
}

    .overviewList li:last-child {
        border: none;
        padding-bottom: 0px;
    }

.overviewList span {
    font-size: 15px;
    font-family: Open Sans;
    /*float:right;*/
    color: #4a4786;
    text-align: center;
}

.amentitiesTable {
    width: 100%;
}

    .amentitiesTable td {
        width: 27%;
        height: 43px;
    }

.mapSmall {
    max-width: 100% !important;
    height: 200px !important;
    position: relative !important;
    margin-bottom: 30px;
}

/** SUBMISSIONS **/
.sidebarWidget.submission {
    height: 600px;
}

.myProperties {
    width: 100%;
}

    .myProperties td.myPropertyImg {
        width: 15%;
    }

.myPropertyAddress {
    width: 20%;
}

.myPropertyType {
    width: 15%;
}

.myPropertyStatus {
    width: 11%;
}

.myPropertyDate {
    width: 15%;
}

.myPropertyActions {
    width: 24%;
}

    .myPropertyActions .icon {
        margin-right: 5px;
    }

.myProperties .smallThumb {
    width: 50%;
}

.myProperties tr {
    border-bottom: 1px solid #d8d8d8;
}

.myProperties td {
    padding: 10px 0px 10px 0px;
}

.myProperties span {
    font-family: Open Sans;
    font-size: 12px;
    margin-right: 27px;
    float: left;
}

.myPropertiesHeader {
    font-family: Open Sans;
    font-size: 13px;
}

.amenityCheck {
    margin-bottom: 4px;
}

.amenityCheckList input {
    float: left;
    width: 20px;
    margin-right: 5px;
}

.amenityCheckList div label {
    float: left;
    font-family: Open Sans;
    font-weight: normal;
    font-size: 15px;
    color: #464646;
}


/*====================================================================================*/
/* 08 SERVICES
/*====================================================================================*/

.services {
    padding: 20px 0px 20px 0px;
    text-align: center;
}

    .services .col-lg-4.col-md-4.col-sm-4 {
        margin-bottom: 10px;
    }

    .services h1 {
        text-align: center;
        font-family: Open Sans;
        font-size: 28px;
        margin: 0px;
    }

        .services h1 span {
            font-family: Open Sans;
        }

.serviceArrow {
    position: absolute;
    margin-left: 35%;
    margin-top: -263px;
    opacity: 0.6;
}

/*====================================================================================*/
/* 09 AGENTS
/*====================================================================================*/

/** TOP AGENTS **/
.topAgents {
    padding: 30px 0px 20px 0px;
    color: white;
    text-align: center;
    background-image: url('../images/topAgents-bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .topAgents .col-lg-3.col-md-3.col-sm-3 {
        margin-bottom: 20px;
    }

.agentImg {
    max-width: 100%;
}

.topAgents .socialIcons, .socialIcons.agent {
    float: none;
}

    .topAgents .socialIcons li, .socialIcons.agent li {
        border: none;
        padding-left: 3px;
    }

        .topAgents .socialIcons li a {
            background-color: white;
            padding: 2% 3% 2% 3%;
            border-radius: 4px;
        }

            .topAgents .socialIcons li a:hover {
                background-color: #393939;
            }

/** AGENT LISTING GRID **/
.agentDetails {
    background-color: #f8f8f8;
    margin-top: 0px;
    border: 1px solid #cacaca;
    width: 100%;
}

    .agentDetails td {
        font-family: Open Sans;
        font-size: 12px;
        width: 50%;
        height: 50px;
        border: none;
        color: #ababab;
        text-align: right;
        padding: 9px;
    }

    .agentDetails .buttonGrey {
        float: left;
        padding: 6px 14px 6px 14px !important;
    }

/** AGENT LISTING ROW **/
.rowText.agentRow .buttonGrey {
    float: right;
}

.rowText.agentRow .socialIcons {
    float: left;
}

    .rowText.agentRow .socialIcons li {
        border: none;
    }


/*====================================================================================*/
/* 10 BLOG
/*====================================================================================*/

/** RECENT BLOG POSTS WIDGET **/
.recentBlogPost {
    display: inline-block;
}

    .recentBlogPost h4 a {
        color: #2a2a2a;
    }

        .recentBlogPost h4 a:hover {
            color: #4a4786;
        }

.blogThumb {
    float: left;
    margin-right: 20px;
}

.recentBlogContent {
    float: none;
    width: 100%;
}

    .recentBlogContent p {
        margin-bottom: 15px;
    }

.date {
    float: right;
}

/** BLOG CLASSIC **/
.blogPost {
    background-color: white;
    box-shadow: 0px 1px 3px #d4d4d4;
    margin-bottom: 30px;
}

    .blogPost .rowText {
        padding: 30px;
    }

.blogDetails {
    margin-top: -10px;
    margin-bottom: 25px;
    border: 1px solid #cacaca;
    width: 100%;
    text-align: center;
}

    .blogDetails td {
        font-family: Open Sans;
        font-size: 12px;
        width: 25%;
        height: 45px;
        border-color: #cacaca;
    }

        .blogDetails td a {
            color: #ababab;
        }

.blogPost h4 {
    font-family: Open Sans;
    font-size: 19px;
}

.blogPost h5 {
    font-family: Open Sans;
    font-size: 16px;
    margin-top: 25px;
}

.blogPost span {
    font-family: Open Sans;
    font-size: 12px;
    color: #939393;
    line-height: 33px;
    display: inline-block;
    margin-bottom: 20px;
}

    .blogPost span a {
        color: #4a4786;
    }

/** BLOG SINGLE **/
.quote {
    font-family: Open Sans;
    color: #9a9a9a;
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 27px;
    width: 82%;
    margin: 30px 0px 35px 9%;
    border-left: 4px solid #514f8b;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #514f8b;
    float: left;
    margin-top: 50px;
    margin-left: -8px;
}

.commentList {
    margin-bottom: 20px;
}

.commentImg {
    max-width: 100%;
}

.commentText {
    padding: 14px;
    padding-bottom: 30px;
    background-color: white;
    border: 1px solid #c9c9c9;
    border-left: 4px solid #514f8b;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 20px;
}

    .commentText h1 {
        font-family: Open Sans;
        font-size: 14px;
        color: #514f8b;
    }

    .commentText p {
        font-size: 14px;
    }

    .commentText .commentFooter {
        float: left;
        font-family: Open Sans;
        font-size: 11px;
        color: #ababab;
    }

        .commentText .commentFooter.replyIcon:hover {
            opacity: 0.7;
        }

        .commentText .commentFooter.replyIcon {
            float: right;
        }

.comment.reply {
    margin-left: 145px;
}

/*====================================================================================*/
/* 11 PAGES
/*====================================================================================*/

/** ABOUT **/
.topAgents.about {
    background: none;
    padding-top: 0px;
    color: #464646;
}

    .topAgents.about h4 {
        color: #4a4786;
    }

.callToAction.about {
    padding-top: 70px;
}

/** FAQ **/
.accordianTab {
    margin-bottom: 20px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.accordianLink {
    background-image: url('../images/icon-plus.png');
    background-position: 4px 9px;
    background-repeat: no-repeat;
    padding-left: 35px;
}

    .accordianLink p {
        padding-top: 9px;
    }

.accordianTab .accordianLink {
    cursor: pointer;
}

    .accordianTab .accordianLink:hover {
        color: #4a4786;
    }

.accordianContent {
    display: none;
    padding: 15px 20px 0px 20px;
}

/** 404 **/
.error-404 {
    background: url('../images/icon-search-big.png');
    background-repeat: no-repeat;
    background-position: 56% 0;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 50px;
    margin-top: 20px;
}

    .error-404 h1 {
        font-family: Open Sans;
        font-size: 85px;
        color: #4a4786;
    }

    .error-404 p {
        font-size: 21px;
    }

/*====================================================================================*/
/* 12 CONTACT
/*====================================================================================*/
.contactDetails {
    margin-bottom: 40px;
}

    .contactDetails li {
        display: inline;
        margin-right: 40px;
    }

        .contactDetails li img {
            margin-right: 13px;
        }

.mapContact {
    max-width: 100% !important;
    height: 330px !important;
    position: relative !important;
}

.contactImg {
    max-width: 50%;
    float: left;
    margin-right: 20px;
}

/*====================================================================================*/
/* 13 CALL TO ACTION
/*====================================================================================*/

.callToAction {
    padding: 0px 0px 70px 0px;
}

.ctaBox {
    background-color: #ebebeb;
    padding: 30px 25px 30px 15px;
    border-radius: 5px;
}

.callToAction h2 {
    font-family: Open Sans;
    font-size: 28px;
}

    .callToAction h1 span {
        font-family: Open Sans;
    }

.callToAction p {
    font-size: 17px;
}

/*====================================================================================*/
/* 14 SIDEBAR
/*====================================================================================*/

.sidebarWidget {
    margin-bottom: 40px;
    background: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #dadada;
}

    .sidebarWidget h4 a, .sidebarWidget.recentPosts h4 a {
        font-family: Open Sans;
        font-size: 15px;
        color: #868686;
    }

        .sidebarWidget h4 a:hover {
            color: #4a4786;
        }

    .sidebarWidget.recentPosts a {
        font-family: Open Sans;
        font-size: 12px;
        color: #4a4786;
        float: left;
    }

    .sidebarWidget.recentPosts .date {
        font-size: 12px;
        font-family: Open Sans;
        color: #acacac;
    }

.propertyTypesWidget ul li h4 {
    margin: 0;
}

.propertyTypesWidget ul li {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #dadada;
}

/*====================================================================================*/
/* 15 SHORTCODES
/*====================================================================================*/

/** TABS **/
.tabSmall li {
    display: inline-flex;
}

    .tabSmall li a.current {
        font-family: Open Sans;
        color: white;
        border: 1px solid #69992c;
        box-shadow: inset 0 1px 1px white;
        text-shadow: 0px -1px 3px #0e4562;
        background-color: #26832d;
        background: -webkit-linear-gradient(#26832d, #76ae2e); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#26832d, #76ae2e); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#26832d, #76ae2e); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#26832d, #76ae2e); /* Standard syntax */
    }

.tabSmall .buttonGrey {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tabConent {
    display: none;
    margin-top: -6px;
    border-top-left-radius: 0px;
}

    .tabConent.defaultTab {
        display: block;
    }

/** ALERT BOXES **/

.alertBox {
    border-style: solid;
    border-radius: 3px;
    padding: 18px 18px 8px 18px;
    margin-bottom: 15px;
}

    .alertBox img {
        float: left;
        margin-right: 10px;
        margin-top: -3px;
    }

.success {
    background-color: #e2f1db;
    border-color: #8dca70;
    color: #73a45b;
}

    .success h4 {
        color: #73a45b;
    }

.error {
    background-color: #f1d9d9;
    border-color: #c44747;
    color: #c44747;
}

span.error {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0px 3px 0px 3px;
    border-radius: 3px;
}

.error h4 {
    color: #c44747;
}

.info {
    background-color: #d9e7f1;
    border-color: #70a3ca;
    color: #70a3ca;
}

    .info h4 {
        color: #70a3ca;
    }

.warning {
    background-color: #ebe8bc;
    border-color: #aca530;
    color: #aca530;
}

    .warning h4 {
        color: #aca530;
    }

/** PRICING TABLE **/
.pricingTable {
    margin-top: -15px;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    -webkit-box-shadow: 0px 0px 4px #d6d6d6;
    -moz-box-shadow: 0px 0px 4px #d6d6d6;
    box-shadow: 0px 0px 4px #d6d6d6;
    margin-bottom: 30px;
}

    .pricingTable:hover {
        margin-top: -25px;
        animation-duration: 0.55s;
        animation-name: slideUpPrice;
        animation-direction: normal;
        animation-iteration-count: 1;
    }

/* animation */
@keyframes slideUpPrice {
    from {
        margin-top: -20px;
    }

    to {
        margin-top: -25px;
    }
}

.pricingHeader {
    padding: 11px 0px 18px 0px;
}

.pricingTable h1 {
    font-family: Open Sans;
    color: #4a4786;
    font-size: 20px;
}

.pricingTable h2 {
    font-family: Open Sans;
    color: white;
    font-size: 48px;
    line-height: 25px;
    -webkit-text-shadow: 0px 0px 3px #202020;
    -moz-text-shadow: 0px 0px 3px #202020;
    text-shadow: 0px 0px 3px #202020;
}

.priceAmount {
    margin-top: -19px;
    background-color: #4a4786;
    padding: 28px 0px 10px 0px;
}

    .priceAmount h2 span {
        font-size: 16px;
        font-style: italic;
    }

.pricingTable ul li {
    list-style: none;
    line-height: 50px;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(2,2,2,0));
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d3d3d3;
}

    .pricingTable ul li:last-child {
        border-bottom: none;
        line-height: 70px;
        background: none;
    }

/*====================================================================================*/
/* 16 FOOTER
/*====================================================================================*/

footer {
    padding: 70px 0px 50px 0px;
    background-color: #47446f;
    color: #a8a6b7;
}

    footer .col-lg-3.col-md-3 {
        margin-bottom: 30px;
    }

.footerLogo {
    font-family: Open Sans;
    color: white;
    font-size: 21px;
}

    .footerLogo span {
        font-family: Open Sans;
        color: #81be32;
        font-size: 21px;
    }

    .footerLogo img {
        margin-right: 15px;
    }

footer h4 {
    color: white;
    margin-bottom: 20px;
}

footer span {
    font-family: Open Sans light;
    font-size: 11px;
    color: #fff;
}

.contactList li {
    margin-bottom: 17px;
}

footer .icon {
    padding-top: 3px;
}

footer input {
    border: 1px solid #4f4d6e;
    width: 61%;
    float: left;
    margin-right: 8px;
}

footer .buttonColor {
    margin-top: -1px;
    width: 80px;
    border-color: #4f4d6e;
    padding: 10px 15px 10px 15px !important;
}

.bottomBar {
    font-family: Open Sans;
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 11px;
    color: #ccc;
    background-color: #434153;
}

    .bottomBar p {
        float: left;
        margin-top: 6px;
    }

    .bottomBar .socialIcons {
        margin-top: 5px;
    }

    .bottomBar .socialIcons li {
        border-color: #5b597c;
        }

#footer2 {
    text-align: center;
}

.socialIcons.footer2 {
    float: none;
}

    .socialIcons.footer2 li {
        display: inline;
        border: none;
    }

   .socialIcons.footer2 li a {
        width: 50px;
        height: 50px;
        padding-top: 10px;
        display: inline-block;
        border: 3px solid #5b597c;
        border-radius: 75px;
        }

@media (max-width:336px) {
    .navbar-brand {
        margin-top: 0px;
    }
}

@media (max-width:768px) {
    .buttonGrey {
        padding: 4px !important;
    }

    .divider {
        margin-top: 0px;
    }

    .gallery #bx-pager {
        display: none;
    }
}

@media (min-width:1600px) {
    .buttonGrey {
        padding: 9px 45px 6px 45px !important;
    }
}
@media (max-width: 768px) {
    .properties {
        padding: 110px 0px 20px 0px;
    }
    .properties4 {
        padding: 50px 0px 20px 0px;
    }

}
@media (max-width: 550px) {
    .properties {
        padding: 40px 0px 20px 0px;
    }
    .properties4 {
        padding: 50px 0px 20px 0px;
    }
}
.propertycon
{
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 1px white;
}
@media (min-width:768px) and (max-width:1920px){
        .we{
            display:none;
        }
}
@media (max-width:370px){
        .hed{
        display: flex; 
        align-items: center; 
        justify-content: center;
        float: right;
    }
}
@media (min-width:371px) and (max-width:768px){
    .hed {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        margin-left: 40px;
        float: right;
    }
}

.b-blog-listing__block {
    /*border: 1px solid #e0e0e0;*/
    margin-bottom: 20px;
}
.b-blog-listing__block-top {
    margin-bottom: 24px;
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view-sixth img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
.view img {
    display: block;
    position: relative;
}
.b-blog-listing__block-top img {
    width: 100%;
}

.b-blog-listing__infoblock {
    padding: 0px 28px 26px 20px;
}
.b-infoblock-with-icon__info {
    overflow: hidden;
    padding-left: 16px;
}
.b-blog-listing__infoblock .b-infoblock-with-icon__info_title {
    display: block;
    padding-top: 0px;
}

.f-infoblock-with-icon__info_title {
    font-size: 1.23077em;
    line-height: 1.2;
    text-decoration: none;
}
.b-infoblock-with-icon__info_title {
    display: inline-block;
    margin-bottom: 5px;
}
.f-title-b-hr {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #004F9D;
    text-transform: uppercase;
}
.b-title-b-hr {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0 10px;
}
.f-primary-l {
    font-weight: 300;
    text-align: justify;
}
a {
    color: #004F9D;
    text-decoration: none;
    font-weight: 500;
}
.f-infoblock-with-icon__info_text {
    font-size: 0.92308em;
    line-height: 2;
}
.b-blog-listing__pretitle {
    margin-bottom: 14px;
}
.f-primary-b {
    font-weight: 700;
}
.b-blog-listing__text {
    margin-bottom: 7px;
    text-align: justify;
}
.f-more {
    color: #e9682e;
    text-decoration: none;
}
.b-blog-listing__additional-text {
    margin-left: 10px;
}

.f-primary {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
h4, .h4 {
    font-size: 1.23077em;
    line-height: 1.75;
}
.f-h4-special {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}

.b-h4-special {
    font-size: 1.07692em;
    line-height: 1.71429;
    color: #004F9D;
    text-transform: uppercase;
}
.b-social-icons {
    margin-left: -3px;
    margin-right: -4px;
}
.b-social-icons .b-social-icon {
    margin: 0 3px 8px 4px;
}
.f-social-icon {
    font-size: 1.23077em;
    line-height: 1.2;
    text-align: center;
}
.b-social-icon {
    height: 36px;
    width: 36px;
    padding: 8px;
    background: #ececec;
}
.b-form-row:after, .b-form-row--big:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.b-input-search {
    padding-right: 47px;
    position: relative;
}
.f-btn-search {
    font-size: 1.07692em;
    line-height: 2.42857;
    color: #fff;
    text-align: center;
}
.b-btn-search {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 38px;
    border-radius: 3px;
    border-bottom: 2px solid #bf5526;
}
.b-col-default-indent > [class*='col-'] {
    margin-top: 15px;
    margin-bottom: 15px;
    padding:1em;
}
.b-tabs-reset.ui-tabs .ui-tabs-nav {
    padding: 0;
}
.b-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.b-tabs--secondary.ui-tabs .ui-tabs-nav li {
    background: url(../img/diagonal-line-bg-light.png) repeat left top;
    border-radius: 0;
    display: inline-block;
    min-width: 110px;
    margin-right: 3px !important;
}
.b-tabs.ui-tabs .ui-tabs-nav li {
    background: #fff;
    background: -webkit-linear-gradient(top, #fff, #f3f3f3);
    background: -moz-linear-gradient(top, #fff, #f3f3f3);
    background: -o-linear-gradient(top, #fff, #f3f3f3);
    background: -ms-linear-gradient(top, #fff, #f3f3f3);
    background: linear-gradient(to bottom, #fff, #f3f3f3);
    float: left;
    margin-right: 3px;
    border-radius: 3px 3px 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd;
}
.b-tabs--secondary.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-top: 3px solid #004F9D;
}

.f-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #222;
    font-weight: 600;
}
.b-tabs--secondary.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    border-top: 3px solid transparent;
}
.f-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #004F9D;
    text-align: center;
}
.b-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    display: block;
    padding: 12px 22px;
}
.b-tabs__content {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 22px 1.5em;
}
.f-tag {
    line-height: 1.2;
}

.b-tag {
    background-color: #e8f6f9;
    padding: 7px 10px;
    margin: 5px 6px 5px 0;
    border-radius: 3px;
    display: inline-block;
}
a {
    color: #004F9D;
    text-decoration: none;
    font-weight: 500;
}
.f-tag:hover {
    color: #fff;
}

.b-tag:hover {
    background-color: #004F9D;
}
a:hover {
    color: #004F9D;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}

.f-social-icon:hover {
    color: #fff;
}

.b-social-icon:hover {
    background: #004F9D;
}
.l-inner-page-container {
    padding: 20px 0;
}   
.b-breadcrumbs ul {
    margin: 2px;
    padding: 0;
}
.b-breadcrumbs li {
    display: inline-block;
    margin-right: 4px;
}
.l-main-container {
    background: #fff;
    position: relative;
    z-index: 1;
}
.f-article_title {
    font-size: 1.84615em;
    line-height: 1.08333;
    color: #515151;
}
.f-article_title.b-title-b-hr {
        margin: 0 0 4px;
        padding-top: 20px;
    }
.b-title-b-hr {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0 10px;
}
.f-primary-l {
    font-weight: 300;
    text-align: justify;
}
.f-infoblock-with-icon__info_text {
    font-size: 0.92308em;
    line-height: 2;
}
.f-primary-b {
    font-weight: 700;
}
.b-blog-listing__block-top {
    margin-bottom: 24px;
}
.b-article__description {
    margin: 14px 0 0;
}
.b-article__social-info {
    margin: 21px 0 0;
}
    .b-article__social-info ul {
        padding: 0;
        list-style-type: none;
    }
        .b-article__social-info ul li:first-child {
            border-top: 1px solid #ececec;
            padding: 9px 0 8px 0;
        }
        .b-article__social-info ul li {
            margin: 0;
            padding: 6px 0 7px 0;
            border-bottom: 1px solid #ececec;
        }
.f-article__social-info-name {
    color: #004F9D;
}
.b-article__social-info-name {
    margin: 0 12px 0 0;
}

.f-h4-special {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}
.b-h4-special {
    font-size: 1.07692em;
    line-height: 1.71429;
    color: #004F9D;
    text-transform: uppercase;
}
.b-blog-form-box {
    margin: 30px 0 0;
}
.b-hr {
    margin: 25px 0;
    border-top: 1px solid #d8d8d8;
    width: 100%;
}
.b-col-default-indent > [class*='col-'] {
    margin-top: 15px;
    margin-bottom: 15px;
}
.b-categories-filter ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.b-categories-filter li {
    border-bottom: 1px solid #DDE3F1;
    color: #000;
    padding: 8px 0 7px;
    text-transform: capitalize;
}
.j-masonry-item {
    padding: 0;
}
    .j-masonry-item > div {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }
.b-blog-preview {
    border: 1px solid #dedede;
    border-radius: 2px;
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.b-blog-preview__img {
    border-bottom: 2px solid #004F9D;
}
.view-sixth img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}

.view img {
    display: block;
    position: relative;
}

.b-blog-preview__img img {
    width: 100%;
}
img {
    /*max-width: 100%;*/
}
light {
    background-image: url(../img/diagonal-line-bg-light.png);
    background-repeat: repeat;
    background-position: 0 0;
}
.b-blog-preview__content-padding_box {
    padding: 18px;
}
.f-blog-preview__content-title {
    font-size: 1.07692em;
    line-height: 1.42857;
    color: #747474;
}
.f-blog-preview__content-date {
    font-size: 0.84615em;
    line-height: 1;
    color: #b5b5b5;
}
.f-blog-preview__content-text {
    font-size: 0.84615em;
    line-height: 2.18182;
}
.b-footer-mini {
    padding: 11px;
    border-top: 1px solid #dedede;
}
.b-alternative-bg {
    background: #f8f8f8;
}
.f-footer-mini__link {
    font-size: 0.92308em;
    line-height: 1.2;
}
.f-more {
    color: #e9682e;
    text-decoration: none;
}
.b-comments-box {
    border: 1px solid #dedede;
}
.f-comment__title {
    font-size: 1.07692em;
    line-height: 1.14286;
    color: #004F9D;
    text-transform: uppercase;
}
.b-comment__title {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    background: #fbfbfb;
    padding: 15px 8px 10px;
}
.f-title-description {
    font-size: 1.38462em;
    line-height: 1.11111;
    color: #004F9D;
}
.b-form-row, .b-form-row--big {
    margin-bottom: 10px;
}
.b-form-vertical__label {
    font-size: 14px;
    text-transform: none;
}
label {
    vertical-align: middle;
    font-weight: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.b-form-row:after, .b-form-row--big:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.b-form--contact-size textarea.form-control {
    height: 80px;
}
textarea.form-control {
    font-size: 12px;
}
.b-btn.b-btn__w100 {
    display: block;
    width: 100%;
}
.b-btn-default {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 3px solid #bf5526;
}
.b-btn-md {
    border-radius: 2px;
    padding: 12px 15px 8px;
}
.f-btn {
    font-size: 1em;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #dc5d24;
}

.b-btn {
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background: #e9682e;
    cursor: pointer;
    display: inline-block;
    padding: 2px 26px 2px 14px;
}

/*sliding news content*/
* {
    box-sizing: border-box;
}

$duration: 30s;

@-webkit-keyframes ticker {
    0%

{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: rgba(#000, 0.9);
    padding-left: 100%;
    box-sizing: content-box;
    .ticker

{
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: $duration;
    animation-duration: $duration;
    &__item

{
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: white;
}

}
}
/*/slide-news-content*/

/*/Top Search Bar */
.search-pad {
    padding: 120px 0px 0px 0px;
}

.search-boxx {
    width: 100%;
	background-color:#494786;    
}

@media (max-width:767px) {
    .mob {
        display: none;
    }
    .property {
        padding: 110px 0px 70px 0px;
        background-color: #f5f5f5;
        border: 1px solid #dedede;
        box-shadow: inset 0 1px 1px white;
    }
}

/*/Top Search Bar */

.lib-panel {
    margin-bottom: 20px;
}

    .lib-panel img {
        width: 100%;
        background-color: transparent;
        height: 135px;
    }

    .lib-panel .row,
    .lib-panel .col-md-6 {
        padding: 0;
        background-color: #FFFFFF;
    }


    .lib-panel .lib-row {
        padding: 0 0px 0 10px;
    }

        .lib-panel .lib-row.lib-header {
            background-color: #FFFFFF;
            font-size: 20px;
            padding: 10px 0px 0 20px;
        }

            .lib-panel .lib-row.lib-header .lib-header-seperator {
                height: 2px;
                width: 26px;
                background-color: #d9d9d9;
                margin: 7px 0 7px 0;
            }

        .lib-panel .lib-row.lib-desc {
            position: relative;
            height: 100%;
            display: block;
            font-size: 15px;
            padding: 0 .5em 1.5em .5em;
        }

            .lib-panel .lib-row.lib-desc a {
                position: absolute;
                width: 100%;
                bottom: 10px;
                left: 20px;
            }

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding:;
}