@import  url(https://fonts.googleapis.com/css?family=Lato:400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
@import  url(https://fonts.googleapis.com/css?family=Oswald);

@import url(https://s3.amazonaws.com/store24-ubertor-com/lm10.ourubertor.com/content/document/229.css);

body {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    line-height: 1.1;
    font-weight: 300;
}

a:link {
    i
    color: #84ba41;
    text-decoration: none;
    outline: none;
    font-weight: 300;
    color: #6facc6;
}

.homewidget a {
    color: #6FACC6;
}

a.btn.btn-success.P-btn:hover {
    color: white !important;
    background-color: #BBBBBB;
    border-color: #bbb;
}

a:hover {
    color: #1c3e62;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 300;
    line-height: 1.1;
}

h1 {
    color: #15375e;
    font-family: 'Roboto Condensed',sans-serif;
    letter-spacing: 1px;
    font-size: 33px;
    font-weight: 800;
    text-decoration: none;
    /* border-bottom: 1px solid #D6D6D6; */
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.topcontact {
    position: relative;
    height: 50px;
    bottom: 15px;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    font-size: 8pt;
    color: #483B24;
    float: right;
}

.topcontact img {
    max-width: 130px !important;
}

/*	CONTENT BLOCK 3-6
/*----------------------------------------------------*/
.content-3-6 .feature-box {
    background: #585858;
    margin: 20px 0;
    padding: 35px 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.content-3-6 .feature-box:hover {
    background-color: #B9B9B9;
}

.content-3-6 .feature-box .icon {
    height: 150px;
    width: 150px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 25px;
}

.content-3-6 .feature-box .icon span {
    line-height: 150px;
    color: #585858;
    font-size: 46px;
    position: relative;
    left: 7px;
}

.content-3-6 .feature-box p {
    line-height: 25px;
    color: #fff;
    opacity: 1;
}

.content-3-6 .feature-box h3 {
    padding: 15px 0 0;
    color: #fff;
}

.content-3-6 .feature-box,.content-3-6 .feature-box:hover,.content-3-6 .feature-icon,.content-3-6 .feature-box:hover .feature-icon {
    transition: all .4s ease-in 0;
    -moz-transition: all .4s ease-in 0;
    -webkit-transition: all .4s ease-in 0;
    -o-transition: all .4s ease-in 0;
    -ms-transition: all .4s ease-in 0;
}

.content-block {
    width: 100%;
    padding: 60px 0;
    z-index: 100;
    position: relative;
    /* background-color: #FFF; */
}

.basic-1-3 {
    background: #FFF;
    background: -moz-linear-gradient(left,#fff 0%,#f0f0f0 50%,#fff 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(50%,#f0f0f0),color-stop(100%,#FFF));
    background: -webkit-linear-gradient(left,#FFF 0%,#f0f0f0 50%,#FFF 100%);
    background: -o-linear-gradient(left,#fff 0%,#f0f0f0 50%,#fff 100%);
    background: -ms-linear-gradient(left,#fff 0%,#f0f0f0 50%,#fff 100%);
    background: linear-gradient(to right,#FFF 0%,#f0f0f0 50%,#FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.basic-1-3 img {
    max-height: 110px;
    margin: 0 auto;
}

/*	CONTENT BLOCK 1-5
/*----------------------------------------------------*/
.content-1-5 h1 {
    color: #2c3e50;
}

.content-1-5 img {
    margin: 30px auto 0;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    background-color: rgba(0,0,0,0);
    border-bottom: 4px solid #85d6de !important;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgba(0,0,0,0);
}

/* TABS */
ul.al-tab .fa {
    padding: 0 3px 0 0;
}

ul.al-tab {
    border-bottom: 0;
    background: #ddd;
}

ul.al-lnav {
    background: #f7f7f7;
    color: #FFF;
}

.nav-tabs {
    margin: 0 auto;
}

.nav-tabs > li {
    z-index: 2;
    float: none;
    display: inline-block;
}

.nav-tabs > li > a {
    padding: 16px 25px 12px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #737c85;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none !important;
    border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border-bottom: 4px solid #ddd !important;
}

.nav > li > a:hover,.nav > li > a:focus {
    outline: 0;
}

.tab-content {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.tab-pane {
    padding: 0;
    border-bottom: 1px solid #ecf0f1;
    font-size: 12pt;
    line-height: 1.3;
}


.bg-house {
    padding: 60px 0;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/burkemountainhomes.myubertor.com/content/image/12224.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg-house p {
    margin: 15px 0;
    color: #fff;
    line-height: 1.4;
    font-size: 24px;
}

.bg-house small {
    color: #fff;
}

.content-2-4 h1 {
    color: #FFF;
    font-size: 18pt;
    line-height: 24pt;
}

.content-2-4 i {
    clear: both;
    color: #ddd;
}

.text-muted {
    color: #fff;
}

.basic-1-2 img {
    height: 65px;
}

.basic-1-2 {
    text-align: center;
}

.blog-widget {
    max-width: 1030px;
    margin: 0 auto;
}

.blog-widget li {
    width: 32.3%;
    list-style-type: none;
    float: left;
    margin-right: 1%;
}

.has_afc ul.info li {
    list-style-type: none !important;
}

.blog-title {
    font-size: 1.5em;
    display: block;
}

.entry {
    padding: 3% 0;
    font-size: 1.2em;
}

body.home .sidebar .sidebar-title {
    background: #fff;
    margin: 0;
    color: #000;
    font-size: 36px;
    text-align: center;
    margin-bottom: 3%;
    font-weight: 300;
    text-transform: none;
}

.navbar-logo h2 {
    display: none !important;
}

.top-navbar {
    background: #fff;
    padding-top: 12px;
    top: 0;
    border-width: 0 0 1px;
    right: 0;
    left: 0;
    z-index: 1030;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4749/content/image/509.png) repeat-x scroll center top #FFF !important;
}

.navbar-logo {
    color: #fff;
    /*background: url(https://s3.amazonaws.com/store24-ubertor-com/juliedempsey.myubertor.com/content/image/40067.png) no-repeat;*/
background: url(https://s3.amazonaws.com/store24-ubertor-com/juliedempsey.myubertor.com/content/image/46956.png) no-repeat;
    width: 247px;
    height: 96px;
    background-size: 130px;
    margin-top: 5px;
    margin-bottom: -10px;
}

#cta .col-sm-4 {
    display: inline-block;
    float: left;
    padding: 0;
    border: 5px solid #fff;
    -o-box-shadow: 2px 2px 12px #898989;
    -icab-box-shadow: 2px 2px 12px #898989;
    -khtml-box-shadow: 2px 2px 12px #898989;
    -moz-box-shadow: 2px 2px 12px #898989;
    -webkit-box-shadow: 2px 2px 12px #898989;
    box-shadow: 2px 2px 12px #898989;
    margin-right: 2%;
    max-width: 31%;
}

#home-widgets {
    width: 100%;
    /* max-height: 0; */
    background: transparent;
    padding: 20px 0;
}

.fooimg {
    border: 4px solid #E4E6E5;
    margin-bottom: 5%;
}

.fooimg img {
    max-width: 100%;
}

#cta {
    position: relative;
    min-height: 251px;
    top: -60px;
    z-index: 99;
}

#cta img {
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out;
}

#cta img:hover {
    transform: scale(1.05);
}

.header-meta ul {
    display: none;
}

#main_menu a {
    padding: 11px 11px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(18, 18, 18, 0);
    text-transform: inherit;
    font-size: 15px;
}

#main_menu li.active > a,#main_menu li.sel > a,#main_menu li:hover > a {
    background: #6FACC6;
    color: #fff;
}

footer {
    color: #fff;
    background-size: cover;
    background: -moz-linear-gradient(top, #858585 0%, #E2E2E2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, #E2E2E2));
    background: -webkit-linear-gradient(top, #858585 0%, #E2E2E2 100%);
    background: -o-linear-gradient(top, #858585 0%, #E2E2E2 100%);
    background: -ms-linear-gradient(top, #858585 0%, #E2E2E2 100%);
    background: linear-gradient(to bottom, #858585 0%, #E2E2E2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#E2E2E2', GradientType=0 );
    padding: 50px 0 0;
}

footer .col-xs-12 {
    display: none;
}

.editContent h3 {
/* font-size: medium; */
}

footer .lead {
    font-size: 11pt;
}

.editContent h3 {
/* font-size: medium; */
}

footer a,footer a:hover {
    color: #ADACAC;
}

footer a {
    font-size: 14px;
    padding: 0;
    line-height: 37px;
    opacity: 1;
    color: #fff !important;
    font-weight: 300 !important;
    font-family: 'Lato', sans-serif;
}

.footer-1-1 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-1-1 .lead,.footer-1-1 li {
    color: #000;
}

.footer-1-1 .brand-img {
    width: 200px;
    margin-bottom: 30px;
}

.footer-1-1 h4 {
    margin-bottom: 20px;
}

.footer-1-1 ul {
    list-style-type: none;
    margin: 0 0 26px;
    padding: 0;
}

.footer-1-1 ul li {
    border-top: 1px solid #bdc3c7;
    line-height: 19px;
    padding: 6px 0;
}

.footer-1-1 li:first-child {
    border-top: none;
    padding-top: 1px;
}

.borderbottom {
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 2em;
}

.logo {
    background: url(http://limelightmarketing.ca/wp-content/uploads/2014/02/web-logo-footer-white.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    float: left;
    height: 27px;
    margin: 0 14px 0 0;
    width: 130px;
}

footer .links {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    float: left;
    height: 20px;
    width: 160px;
}

footer .links a {
    float: left;
    font-size: 80%;
    line-height: 10pt;
    margin: 0;
    opacity: 1;
    position: relative;
    text-decoration: none;
}

.links2 {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    height: 20px;
    width: 161px;
    float: right;
    padding-right: 92px;
}

.links2 a {
    float: right;
    font-size: 80%;
    line-height: 10pt;
    margin: 0;
    opacity: 1;
    position: relative;
    text-decoration: none;
}

#powered_by {
    top: -11px;
    /* background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4749/content/image/343.png) no-repeat; */
}

.paddingtop2em {
    padding: 2em 0 0;
}

.blog .sidebar .sidebar-title {
    background: #0087D9;
    margin: 0;
}

.toph1 hr {
    border-color: rgba(0,0,0,0.7);
    margin: 20px auto !important;
    width: 200px;
}

.secondrowfonts {
    text-align: center;
    width: 106%;
    font-size: 65px;
}

.secondrowfonts {
    text-align: center;
    width: 106%;
    font-size: 65px;
    margin: 1em 0 0;
}

.image-center {
    margin: 0 auto;
    width: 95px;
    display: block;
    margin-top: 5em;
}

.ctalinks {
    font-size: 17pt;
}

.breadcrumb {
    background-color: #fff;
}

.main-content a {
    text-shadow: none;
}

.neighbourhoodtext {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 20px;
}

.neighbourhoodtitle {
    margin: 15px;
}

.nbutton {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ddd;
    border: 1px solid #EFDC16;
    border-radius: 15px;
    color: #000;
    margin-bottom: 3%;
    font-size: 13pt;
}

#slides {
    height: 833px !important;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .top-navbar {
        top: 0;
        border-width: 0 0 1px;
        right: 0;
        left: 0;
        z-index: 1030;
        background: transparent;
        /* margin-top: 20px; */
    }
    .top-navbar .container {
        /* width: 100%; */
        /* max-width: 100%; */
    }
    .nav-collapse .container {
            /* max-width: 1200px; */
    }

    .featured_listings .item img {
        /* max-width: 323px; */
        /* max-height: 217px; */
    }

    body.home .main-content {
        display: none;
    }

    #about-me {
        display: none;
    }

    .has_hf_top-main .main-content {
        padding-top: 3%;
    }

    #slider1_container {
        height: 650px !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    #slider1_container {
        height: 550px !important;
    }

    .secondnav .navbar-nav>li {
        float: left;
        width: 234px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #slider1_container {
        height: 450px !important;
    }

    .secondnav .navbar-nav>li {
        float: left;
        width: 179px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #slider1_container {
        height: 400px !important;
    }

    .secondnav {
    }
}

@media only screen and (max-width: 320px) and (max-width: 568px) {
    .nphotos {
        margin: 0 20px 10% !important;
        width: 100% !important;
    }

    #slider1_container {
        height: 240px !important;
    }

    body.home .entry {
        display: none;
    }

    .featured_listings .widget-title span {
        line-height: normal;
    }

    .blog-widget li {
        width: 100%;
    }


.aboutrebecca h1 {
    font-size: 22pt;
}

.aboutrebecca img {
    width: 100% !important;
    margin-bottom: 1.5em;
}

.content-block {
    padding: 60px 10px;
}

footer .col-sm-3 {
    display: none;
}

footer {
    min-height: 600px;
}

footer .col-sm-7 {
    min-height: 500px;
}

footer .links, footer .links2 {
    display: none;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .nphotos {
        margin: 0 20px 10%;
        width: 100%;
    }

    #slider1_container {
        height: 240px !important;
    }

    body.home .entry {
        display: none;
    }

    .featured_listings .widget-title span {
        line-height: normal;
    }

    .blog-widget li {
        width: 100%;
    }


.aboutrebecca h1 {
    font-size: 22pt;
}

.aboutrebecca img {
    width: 100% !important;
    margin-bottom: 1.5em;
}

.content-block {
    padding: 60px 10px;
}

footer .col-sm-3 {
    display: none;
}

footer {
    /* min-height: 600px; */
}

footer .col-sm-7 {
    min-height: 500px;
}

footer .links, footer .links2 {
    display: none;
}
}

.topcontact p {
    font-size: 12pt;
}

.content-3-6 {
    display: none;
}

.padding2em li {
    font-size: 12pt;
}

.padding2em li span {
    font-size: 15pt;
    margin: 9px 0 0;
    display: block;
    font-weight: 400;
}

.padding2em {
    padding: 2em 0;
}

.content-2-10 .border-box {
    margin: 3em auto;
    text-align: center;
}

body.home div.sidebar h2 {
    font-size: 14pt;
    font-weight: 400;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
}

.btn.btn-info {
    background: #ddd;
    box-shadow: 0 2px #C1B422;
    color: #222;
    position: relative;
    top: 1px;
    border-color: #ECEC01;
}

.btn-lg {
    padding: 16px 26px !important;
    font-size: 16px;
}

.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #50C7E7;
    border-color: #44A8C3;
    box-shadow: 0 2px #44A8C3;
}

.footerlogo {
    width: 100px;
    float: left;
    padding: 10px 12px;
    position: relative;
    bottom: 27px;
}

body.home .side_content {
    padding: 0;
}

.header-meta .side_content {
    padding: 0 !important;
}

body.home footer .side_content {
    padding: 0;
}

.intro-text {
    padding-top: 130px;
    padding-bottom: 130px;
/* margin-right: 15%; */
}

.intro-text .intro-heading {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 34px;
}

#tf-facts {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/lm10.ourubertor.com/content/image/157.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #FFF;
}

#tf-facts p {
    color: #fff;
    text-transform: uppercase;
}

#tf-facts .overlay {
    background: -moz-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.8)),color-stop(17%,rgba(0,0,0,0.73)),color-stop(35%,rgba(0,0,0,0.66)),color-stop(62%,rgba(0,0,0,0.55)),color-stop(100%,rgba(0,0,0,0.4)));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* IE10+ */
    background: linear-gradient(to bottom,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000',endColorstr='#66000000',GradientType=0);
/* IE6-9 */
    padding: 17em 0;
    background-attachment: fixed;
}

.content-2-7 .counter-icon {
    font-size: 5em !important;
    margin-top: 30px;
    color: #fff;
    margin-left: 7%;
}

.content-2-7 hr {
    border-color: rgba(255,255,255,0.7);
    margin: 20px auto !important;
    width: 200px;
}

.content-2-7 .counter,.content-2-7 .counter-text {
    font-family: inherit;
    font-weight: 700;
    color: #fff;
    font-size: 1.5em;
}

#tf-homeevaluation {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/lm10.ourubertor.com/content/image/148.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #FFF;
}

#tf-homeevaluation .overlay {
    background: -moz-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.8)),color-stop(17%,rgba(0,0,0,0.73)),color-stop(35%,rgba(0,0,0,0.66)),color-stop(62%,rgba(0,0,0,0.55)),color-stop(100%,rgba(0,0,0,0.4)));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* IE10+ */
    background: linear-gradient(to bottom,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000',endColorstr='#66000000',GradientType=0);
/* IE6-9 */
    padding: 80px 0;
    background-attachment: fixed;
}

.intro-text .intro-lead-in {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 36px;
}

.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

.featured_listings .widget-title span {
    text-shadow: none;
    background: #fff;
    margin: 0;
    color: #000;
    font-size: 36px;
    text-align: center;
    margin: 3% 0;
    font-weight: 200;
    text-transform: none;
}

.featured_listings .widget-title {
    text-align: center;
    background: none;
    line-height: 100%;
    font-size: 20px;
    text-transform: uppercase;
}

.featured_listings .item .address {
    background: #424242;
    text-align: center;
}

.featured_listings .listing-meta {
    background: #424242;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
}

.featured_listings .listing-meta * {
    color: #fff;
}

body.home .listings {
    padding: 1em 0;
}

.btn-success {
    text-shadow: none;
    color: #3A3A3A;
}

.P-btn {
    background-color: #6facc6;
    background-image: none;
    border-color: #6facc6;
    color: #fff !important;
}

.team-member img {
    margin: 0 auto;
}

.team-member {
    max-width: 500px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.team-member .member-name {
    position: relative;
}

.team-member .member-name:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.team-member .position {
    padding: 0;
    display: block;
    font-size: 12pt;
}

p {
    margin: 15px 0;
    color: #515157;
    line-height: 1.4;
    font-size: 19px;
}

.basic-1-3 p {
    font-weight: 300;
    line-height: 22px;
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}

.social li {
    display: inline-block;
    margin-right: 6px;
}

.social li a {
    display: table;
    position: relative;
}

.social-dark li a i {
    color: #666;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.team-details {
    padding: 20px;
}

input[type="submit"],.ilist-btn {
    background: #ddd;
    color: #151515;
}

.top-navbar .nav-collapse {/* max-width: 920px; *//* float: right !important; *//* position: relative; *//* margin: -40px 0 20px -22px !important; */background-color: #fff;margin-top: 0;}

.topcontact a {
    font-size: 11pt;
    color: #483B24;
}

.header-meta .icon-social {
    margin-bottom: 5px;
    float: right;
    position: relative;
    bottom: 5pt;
}

.navbar .pull-right {
    width: 50%;
    padding: 25px 0 0;
}

.icon-social a span {
    background-color: #4275af;
}

.navbar .pull-right a {
    color: #fff;
}

.tab-pane p {
    font-size: large;
}

.hidden {
    display: none;
}

body.home .blog {
    padding-top: 3em;
}

.sssnext,.sssprev {
    background: url(http://static.tumblr.com/ztaetns/rQ1nfk553/arr.png) no-repeat;
}

.nphotos {
    float: left;
    margin: 0 20px;
    width: 50%;
}

#tips,#tips li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tips {
    width: 250px;
    font-size: 16px;
    line-height: 120%;
    height: 410px;
    overflow: hidden;
}

#tips li {
    padding: 20px;
    background: #e1e1e1;
    display: none;
/* hide the items at first only */
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ddd;
    border-color: #ddd;
}

.main-content h1,.main-content .h1 {
    font-size: 33px;
}

.has_afc .listing-row h2 a,.properties.list .listing-row h2 a,.listing-row h3.price,body .property_detail h2,body .property_detail h3 {
    color: #000;
}

.properties.list .pagination a,.has_afc .pagination a {
    display: inline-block;
    float: none;
    color: #3A3A3C;
}

.property_detail .lead {
    font-size: 19px;
}

.blog .sidebar .sidebar-title {
    background: transparent;
    padding: 12px;
    color: #222;
    font-family: 'Roboto Condensed', sans-serif;
}

.post_heading a {
    text-decoration: none;
    color: #222;
    font-weight: 300;
    font-size: 24px;
}

.blog_archived li,.blog_category li {
    list-style: none;
    padding-left: 0;
    padding: 10px 0;
}

.navbar-nav ul .sub-arrow {
    display: none;
}

.secondnav {
    margin: 10% 0 0;
}

.secondnav h1 {
    max-width: 940px;
    margin: 0 auto 15px;
    text-align: center;
}

.breadcrumb {
    display: none;
}

.detail-left {
    background: -moz-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(244,244,244,1)),color-stop(100%,rgba(255,255,255,0)));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
/* IE10+ */
    background: linear-gradient(to bottom,#F7F7F7 0%,rgba(255,255,255,0) 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#00ffffff',GradientType=0);
/* IE6-9 */
    font-size: 15px;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .nphotos {
        margin: 0 20px 10% !important;
        max-width: 100% !important;
        margin: 0 auto;
        display: block;
        width: 88%;
    }

    .blog-widget li {
        width: 100%;
    }

    .navbar .pull-right {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    #titles-row1 {
    width: 75% !important;
    margin: 0 auto;
    }

    .col-content img {
        max-width: 300px;
    }

    .navbar-logo {
margin-left: 7%;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/juliedempsey.myubertor.com/content/image/46956.png) no-repeat;
    width: 178px;
    height: 65px;
    background-size: 130px;
    margin-top: 0px;
    margin-bottom: 15px;
    }

    .top-navbar .nav-collapse {
        float: inherit;
        position: relative;
        margin: 0;
    }

    .img-holder img {
        max-width: 100%;
    }

    .secondnav {
        display: none;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    .blog-widget li {
        width: 100%;
    }

    #titles-row1 {
    width: 65% !important;
    margin: 0 auto;
    }

    .navbar .pull-right {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .col-content img {
        max-width: 300px;
    }

    .navbar-logo {
        margin-left: 7%;
    }

    .top-navbar .nav-collapse {
        float: inherit;
        position: relative;
        margin: 0;
    }

    .img-holder img {
        max-width: 100%;
    }

    .secondnav {
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .blog-widget li {
        width: 100%;
    }

    .navbar .pull-right {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .col-content img {
        max-width: 300px;
    }

    .navbar-logo {
margin-left: 7%;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/juliedempsey.myubertor.com/content/image/46956.png) no-repeat;
    width: 178px;
    height: 65px;
    background-size: 130px;
    margin-top: 0px;
    margin-bottom: 15px;
    }

    .top-navbar .nav-collapse {
        float: inherit !important;
        position: relative !important;
        margin: 0 !important;
    }

    
    #titles-row1 {
    width: 65%;
    margin: 0 auto;
    }

    .img-holder img {
        max-width: 100%;
    }

    .secondnav {
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .blog-widget li {
        width: 100%;
    }

    .navbar .pull-right {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .col-content img {
        max-width: 260px;
    }

    .navbar-logo {
margin-left: 7%;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/juliedempsey.myubertor.com/content/image/46956.png) no-repeat;
    width: 178px;
    height: 65px;
    background-size: 130px;
    margin-top: 0px;
    margin-bottom: 15px;
    }

    .top-navbar .nav-collapse {
        float: inherit !important;
        position: relative;
        margin: 0 !important;
    }

    .img-holder img {
        max-width: 100%;
    }

    #titles-row1 {
    width: 80%;
    margin: 0 auto;
    }

    .hero-txt h1 {
        font-size: 9pt;
    }

    .hero-txt {
        width: 100%;
    }

    .secondnav {
        display: none;
    }

    p {
        padding: 0 !important;
    }

    .col-xs-4 {
        width: 100%;
    }

    .board_logo {
        width: 50px;
    }

    #slides img {
        max-width: inherit !important;
    }
}

.al-tab > li > a {
    padding: 10px 7px;
    border-radius: 0;
}

.property_detail ul.nav > li > a {
    padding: 10px 7px;
    border-radius: 0;
}

.alisting-detail {
    margin-bottom: 75px;
    margin-left: 0;
}

.main-titles {
    font-size: 12px;
    color: #000;
}

.secondnav .navbar-nav>li {
    float: left;
    width: 250px;
    text-align: center;
}

.blackbg {
    padding: 0;
}

.secondnav .navbar-nav .sub-arrow {
    margin-left: -12px;
    display: none;
}

.board_logo {
    opacity: .8;
    outline: 5px solid #FFF;
    outline-offset: -4px;
}

.entry {
    padding: 5% 0;
    line-height: 1.5em;
}

body.home .blog-title {
    font-size: 17px;
}

.fa-rss {
    left: 3px;
    position: relative;
}

.teamdescription {
    font-size: 14pt;
}

.smaller {
    font-size: 13pt;
}

.secondnav .dropdown {
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
    background: #EFEFEF;
    background: -moz-linear-gradient(top,rgba(239,239,239,1) 0%,rgba(219,219,219,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EFEFEF),color-stop(100%,#DBDBDB));
    background: -webkit-linear-gradient(top,#EFEFEF 0%,#DBDBDB 100%);
    background: -o-linear-gradient(top,rgba(239,239,239,1) 0%,rgba(219,219,219,1) 100%);
    background: -ms-linear-gradient(top,rgba(239,239,239,1) 0%,rgba(219,219,219,1) 100%);
    background: linear-gradient(to bottom,#EFEFEF 0%,#DBDBDB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#dbdbdb',GradientType=0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.lead-form label {
    color: #000;
}

.padding2em .fa {
    font-size: 3em;
}

.property_detail .al-btm li {
    list-style: none;
    padding-left: 0;
    padding: 2px 0;
    font-size: medium;
}

.wrapper-copyright h3 {
    font-size: 11pt;
}

.wrapper-copyright p {
    font-size: 8pt;
}

.aboutrebecca {
    margin-bottom: 0em;
    position: relative;
    bottom: 2em;
}

.aboutrebecca h1 {
    color: #84ba41;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36pt;
}

.aboutrebecca p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 30px;
    font-weight: 300;
    color: #222;
}

.aboutrebecca img {
    border: 5px solid #FFF;
    -o-box-shadow: 2px 2px 12px #898989;
    -icab-box-shadow: 2px 2px 12px #898989;
    -khtml-box-shadow: 2px 2px 12px #898989;
    -moz-box-shadow: 2px 2px 12px #898989;
    -webkit-box-shadow: 2px 2px 12px #898989;
    box-shadow: 2px 2px 12px #898989;
    float: right;
    width: 77%;
}

.aboutrebecca a {
    color: #84ba41;
    text-decoration: none;
    outline: none;
    font-weight: 700;
}

.customer-quote img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.customer-quote strong {
    font-size: 1.9rem;
    color: #4A4A4A;
    border: none;
    font-weight: 100;
    padding: 0;
    position: relative;
    line-height: 1.3;
    margin: 0 0 1.25rem;
}

.customer-quote cite {
    font-size: 1.2rem;
    color: #4A4A4A;
    border: none;
    font-weight: 100;
    padding: 0;
    position: relative;
    line-height: 1.3;
    margin: 17px 0 1.25rem;
    display: block;
}

.quote {
    color: rgba(255,255,255,.3);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #CECECE;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    display: none;
}

#fade-quote-carousel .profile-circle img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #6facc6 !important;
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 5%;
    }
    
    footer .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 768px) {
    .content-block {
        padding: 60px 30px;
    }
    .navbar-toggle .icon-bar {
    background: #00254e;
}
.navbar-toggle {
    border-color: #00254e;
}
}

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) {
    
    .col-content img {
        max-width: none !important;
    }
    .img-responsive {
    max-width: 100% !important;
}
}

@media only screen and (max-device-width: 568px) and (min-device-width: 320px) {
    .col-content img {
        /* max-width: none !important; */
    }
    .img-responsive {
    max-width: 100% !important;
}
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
    .col-content img {
        /* max-width: none !important; */
    }
    .img-responsive {
    max-width: 100% !important;
}
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .hero-txt {
        bottom: -11px;
    }
}

@media screen and (max-width: 400px)  {
    #cta .col-sm-4 {   
        max-width: 100%;
    }
}

@media screen and (min-width: 401px) and (max-width: 414px) {
    #cta .col-sm-4 {   
        max-width: 100%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .hero-txt {
        bottom: -4px !important;
    }
}

#titles-row1 {
	padding-bottom: 15px;
	position: relative;
	min-height: 310px;
}       

#titles-row1 ul {
	margin: 0;
	padding: 0;
}
#titles-row1 li {
	display: inline-block;
	width: 223px;
	min-height: 249px;
	margin-right: 15px;
	float: left;
	padding: 0;
}
#titles-row1 li:last-child {
	margin-right: 0;
}
#titles-row1 li .cta-content {
	padding: 25px 7px;
	text-align: center;
	min-height: 67px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -5px;
	font-family: 'Open Sans', sans-serif;
        background: transparent;
}
#titles-row1 li img {
	margin: 0;
	padding: 0;
	/* width: 110px !important; */
	/* height: 110px; */
	padding: 30px 61px 0px;
}

#titles-row1 h2 {
	font-size: 2.3em;
	font-weight: 700;
	color: #00355F;
	text-align: center;
        Line-height: 27px;
}

#titles-row1 h2 a {
	color: #00355F;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 13pt;
}

#titles-row1 p {
	font-weight: 400;
	line-height: 22px;
	margin-top: 15px;
	color: #666;
	font-size: 14px;
}

footer .title {
    text-transform: uppercase;
    margin-bottom: 1em;
}

footer .text-left a {
    font-size: 13pt;
    line-height: 1.4em;
}

footer .lead-form {
    padding:0;
}

footer .form-group {
    margin-bottom: 0px;
}

footer .form-group .col-sm-6 {
    width: 100%;
}

footer .lead-form label {
    display: block;
    font-size: 8pt;
    color: #fff;
}

footer form #auth_code legend, footer .content_form #auth_code legend {
    display: none;
}

footer #auth_code img {
    position: relative;
    top: 50px;
}

footer p {
    color: #fff;
    font-size: 11pt;
}

footer .small {
    font-size: 6.2pt;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#titles-row1 li .cta-content {
    max-width: 100%;
    width: 85%;
}
#main_menu a {
    padding: 11px 7px;
}
#titles-row1 li {
    width: 210px;
}
.grid figure figcaption {
    padding: 0 !important;
}
.paddingtop2em {
    max-width: 90%;
}
}

 
@media only screen and (min-device-width : 660px) and (max-device-width : 760px) 
 {
     .col-sm-3.fadeIn.animated.hvr-float-shadow {
        width: 49% !Important;
     }
     
     #titles-row1 {
        width: 100% !important;
    }
 }

/* TITLES */

.underlined-title {
	text-align: center;
	padding-bottom: 30px;
}

.underlined-title h1 {
	color: #2c3e50;
	margin: 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.35em;
	font-weight: 600;
}

.underlined-title h2 {
	font-size: 20px;
	text-transform: inherit;
	font-weight: 700;
	color: #6facc6;
}

.underlined-title hr {
	width: 10%;
	border-width: 2px;
	border-color: #DCDCDC;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 91%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
/* max-width: 540px; */
/* max-height: 405px; */
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
    width: 100%;
    max-height: 270px;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
    margin-left: 2px;
    text-transform: initial;
    font-size: 12pt;
    word-spacing: initial;
}

.grid figure h2,.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0%,rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom,rgba(72,76,97,0) 0%,rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s,color .35s;
    transition: transform 0.35s,color .35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    text-shadow: 1px 1px 2px #191919;
    font-size: 19pt;
}

figure.effect-sadie figcaption::before,figure.effect-sadie p {
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    color: #fff;
}

figure.effect-sadie a {
    color: #fff;
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before,figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/
figure.effect-selena {
    background: #fff;
    text-shadow: 1px 1px 2px #2b2b2b;
}

.margin2 {
    margin: 10px 2px !important;
}

figure.effect-selena img {
    opacity: .95;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-selena p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
    transform: perspective(1000px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    color: #fff;
}

figure.effect-selena a {
    color: #fff;
}

figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
    transform: perspective(1000px) rotate3d(1,0,0,0);
}

/***********************************************************************************************/
/* =Team Section */
/***********************************************************************************************/

#team-section .title-section {
  margin-bottom: 80px;
}

#team-section .title-section, .team-members .magnifier-inner {
  text-align: center;
}

.member-team {
  position: relative;
  cursor: pointer;
}

.member-team img {
  width: 100%;
}

.member-team .magnifier {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}

.member-team .magnifier:hover {
  opacity: 1;
}

.member-team .magnifier .magnifier-inner {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0 20px;
}

.member-team .magnifier .magnifier-inner p {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  margin-bottom: 0px;
}

.member-team .magnifier .magnifier-inner ul.social-icons {
  list-style-type: none;
  padding: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li {
  display: inline-block;
  margin-left: 5px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li:first-child {
  margin: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a i {
    color: #8e8e8e;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a:hover i {
  color: #000;
}

/* Testimonials */

.bg-deepocean {
    padding: 10em 0;
    background-color: #F7F7F7 !important;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4749/content/image/602.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.content-2-4 h1 {
    color: #FFF;
    font-size: 18pt;
    line-height: 24pt;
    text-shadow: 1px 0px 2px #2D2D2D;
    font-family: 'Open Sans', sans-serif !important;
}

.content-2-4 i {
    clear: both;
    color: rgba(255,255,255,0.2);
}

.text-muted {
    color: #fff;
    text-shadow: 1px 0px 2px #2D2D2D;
}

body.home footer {
    margin-top: 0;
}

a {
    color: #ADADAD;
}

.content-2-4 h1 {
    color: #FFF;
    font-size: 18pt;
    line-height: 24pt;
    text-shadow: 1px 0px 2px #2D2D2D;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
}

.featured_listings {
    margin-bottom: 3em;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
        color: #fff;
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

.greybg {
background: -moz-linear-gradient(top, rgba(216,216,216,0.65)  0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(216,216,216,0.65)  0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6969696', endColorstr='#00000000',GradientType=0 );
}

.topctas {
    margin-bottom: 3em;
}

@media only screen and (max-device-width : 414px) {
    .grid figure {
        max-height: 250px !important;
    }
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13pt;
    line-height: 1.5em;
}

#form_protection .col-sm-6 {
    width: 100%;
}

@media screen and (min-width: 1200px) {
.top-navbar {
    background: white !important;
}
}

@media (min-width: 768px) {
.col-sm-3 {
    width: 25%;
    overflow: hidden;
    max-height: 193px;
}
}

span.inner_description img {
    width: 42px;
}

.footer_brok_logo img {
    width: 100px;
}
