
/***********************************************************************************************************************
  Global Classes
  *******************************************************************************************************************/

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(//shared.leadpropeller.com/css/font-awesome.min.css);
body {
    margin: 0;
    color: #707070;
    overflow-x: hidden;
    font-weight: normal;
    /*background-color: #333946;*/
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    font: 18px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.lpeditable.lphiding {
    display: none;
}
section {
    padding: 60px 0 60px;
    background: white;
}
.section-title {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.fa-lock {
    margin: 0 5px 0 0;
}

.form-group {
    margin: 0;
    padding: 0;
}
.error {
    top: 0;
    z-index: 2;
    float: right;
    color: #20232b;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) {
    box-shadow: none;
}
:-moz-ui-invalid:not(output) {
    box-shadow: none;
}
:-ms-ui-invalid:not(output) {
    box-shadow: none;
}
:-o-ui-invalid:not(output) {
    box-shadow: none;
}
ui-invalid:not(output) {
    box-shadow: none;
}
.alert-nesto {
    color: #ffffff;
    background-color: #e4545b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#contact-section .alert.alert-nesto {
    margin-bottom: 30px;
}
#contact-section .alert {
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none;
}
.sellerror {
    top: 0;
    z-index: 2;
    float: right;
    color: #20232b;
    position: relative;
    margin: -47px 15px 0 0;
}
iframe {
    max-width:100%;
}
.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#contactform .form-group {
    margin-bottom:5px;
}
.form-horizontal {
    max-width: 650px;
    margin: 0 auto;
}
.label-lg {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 35px;
    /*text-align: right;*/

    height: 35px;
}
.label-wrap {
    line-height: 24px;
    height: 36px;
}
.form-group {
    margin-bottom: 5px;
}
.has-error {
    border: 1px solid #ff0000 !important;
}
#short-form .has-error {
    border: none !important;
}

.lp-accent-color {
    background-color: #333946;
    position: relative;
}
.push-down {
    margin-top: 100px;
}
.button {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 13px 13px;
    font-weight: 600;
    font-size: 20px;
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    border: 0px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
    background-color: #4589E3;
    transition: all 0.2s linear;
}
.added-section {
    padding: 30px 0;
    background-color: #ffffff;
}
.added-section h2 {
    padding-bottom: 30px;
    font-size: 40px;
}
.added-section blockquote.testimonial {
    margin: 40px auto;
    width: 80%;
    color: #ffffff;
    background-color: #5470A0;
}
.added-section blockquote.testimonial .quoted {
    padding-left: 10%;
}
.small-section-title {
    margin-bottom: 50px;
    font-size: 25px;
}
button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #20232b;
}
button:focus,
button:active:focus,
button.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
button:hover,
button:focus {
    color: #333;
    text-decoration: none;
    background-color: #abbac3;
}
button:active,
button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
button.disabled,
button[disabled],
fieldset[disabled] button {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.list-none {
    list-style-type: none;
}
form.custom-built-form input,
form.custom-built-form select {
    margin-bottom: 0;
}
form.custom-built-form .form-group {
    margin-bottom: 15px;
}
.custom-error-message {
    color: #ff0000;
}
.main-section,
.grey-section,
.white-section {
    /*padding: 0;*/
    width: 100%;
    display: block;
    margin: 0 auto;
    /*overflow: hidden;*/

    position: relative;
}
.grey-section {
    background-color: #f7f7f7;
}
.grey-section h6 {
    color: #e4545b;
}
.deals-sub-text {
    margin-bottom: 40px;
}
.highlighted-text::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 30px;
    content: '\f022';
    line-height: 56px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
.home-about {position:relative;}
/*.home-about::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f015';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}*/
.arrow-block {
    display: none;
}
.separator {
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    margin: 20px auto 15px;
}
/***********************************************************************************************************************
  Typography
  *******************************************************************************************************************/

a {
    color: #e4545b;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    color: #333946;
    text-decoration: none;
}
a.phone_link {
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: black;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 41px;
}
h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
h3 {
    font-size: 29px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
b,
strong {
    font-weight: 700;
}
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #20232b;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #20232b;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #20232b;
}
.lp-text-color {
    color: #20232b;
}
a.button:hover {
    text-decoration: none;
}
.main {
    color: #1d2225;
    font-size: 22px;
}
.main>a {
    color: #9099AD;
}
.main>a:hover {
    color: #e4545b;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.h2 {
    text-align: center;
    background: white;
    margin-bottom: 0px;
}
.h2 h2 {
    color: black;
}
i {
    font-size: 12px;
}
section.h2 {
    padding: 0px;
}
.dark-red {
    color: #8b0000;
}
/***********************************************************************************************************************
  header section
  *******************************************************************************************************************/

header {
    background-color: #ffffff;
    overflow: hidden;
}
header #logo {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: center;
}
header #top-bbb {
    padding-top: 2.3%;
    padding-bottom: 1.5%;
}
header #top-bbb img {
    max-height:50px;
}
header #logo img {
    width: 100%;
    max-width: 300px;
}
header #callus {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    color: #000000;
    width:250px;
    float: right;
}
.rocket-header {
    display: none;
}
#callus:after {
    top: 20%;
    left: -20%;
    width: 50px;
    height: 100%;
    color: #e4545b;
    font-size: 50px;
    content: '\f095';
    text-align: right;
    line-height: 62px;
    position: absolute;
    font-family: 'FontAwesome';
}
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    header #callus {
        text-align: center;
        margin:auto;
        float: none;
    }
    #callus::after {display:none;}
    header #logo img {
        width: 60%;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}
/***********************************************************************************************************************
	nav section
	*******************************************************************************************************************/
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px 0;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar .navbar-nav>li>a {
    color: #999;
    font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.navbar a.pull-left.navbar-brand-logo img.lpeditable {
    width: 200px;
    height:50px;
}

.navbar-brand, .navbar-brand:visited {
    color: #ffffff;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    nav div.container.reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
    }
    .navbar-header.reversed {
        order: 2;
        /*margin-left: 100px !important;*/
    }
    .navbar-collapse.reversed {
        order: 1;
    }
    #navbar-collapse-1 {
        max-height: none;
    }
    .navbar {
        padding: 0;
    }
}
.lpcontainer .navbar-nav > li:hover,
#navbar-collapse-1 > ul > li.active {
    color: #ffffff;
    background-color: #333946 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#navbar-collapse-1 > ul > li {
    margin: 0 2px;
}
#navbar-collapse-1 > ul > li > a,
#navbar-collapse-1 > ul > li > a:visited,
#navbar-collapse-1 > ul > li > a:active,
#navbar-collapse-1 > ul > li > a:hover {
    color:inherit;
    background: transparent;
}
.lpcontainer .navbar-header a {
    color: #ffffff;
    font-size: 30px;
    line-height: 15px;
}
@media only screen and (max-width: 480px) {
    .lpcontainer .navbar-header a {
        font-size: 18px;
    }
}
/***********************************************************************************************************************
  banner section
  *******************************************************************************************************************/

section.banner {
    background: url('//shared.leadpropeller.com/images/defaults/sunsetcity.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 700px;
    background-position: center center;
    padding: 0px;
    background-attachment: fixed;
}
#home-section {
    padding-left: 1px;
}
.banner h1, .banner p {
    color:white;
}
.banner h1 {font-size:55px;}
.banner p {font-size:20px;}
.banner .bg {
    width:100%;
    height:100%;
    min-height:800px;
    background:rgba(0,0,0,.3);
    padding: 10px;
}
.contemp-banner {display: none;}
#short-form {
    width: 500px;
    max-width:100%;
    margin: 20px auto;
    color: white;
    border: solid white 1px;
    padding: 10px;
    background: rgba(0,0,0,.3);
}
#short-form h3 {color: white;}
#short-form label {text-align: left;}
#short-form input {background: rgba(0,0,0,.6);border: solid white 2px;}
/***********************************************************************************************************************
  testimonial section
  *******************************************************************************************************************/

.testimonial {
    margin: 0;
    padding: 100px 0;
    position: relative;
    -webkit-border-top: 4px solid #20232b;
    -moz-border-top: 4px solid #20232b;
    -o-border-top: 4px solid #20232b;
    border-top: 4px solid #20232b;
    background: #333946;
}
.testimonial::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f10e';
    line-height: 56px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
.testimonial blockquote {
    padding: 30px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-left: solid white 0px;
    color: white;
}
.testimonial blockquote::before {
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: #e4545b;
    font-size: 24px;
    content: '\f10e';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}
.testimonial blockquote::after {
    left: 0;
    width: 24px;
    height: 24px;
    color: #e4545b;
    font-size: 24px;
    content: '\f10d';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}
.testimonial span {
    width: auto;
    color: #e4545b;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}
/***********************************************************************************************************************
    testimonials section
    *******************************************************************************************************************/

.ratings img {
    margin-bottom: 15px;
}
/***********************************************************************************************************************
  cta-section section
  *******************************************************************************************************************/

.cta-section, .phone-cta {
    height: auto;
    padding: 60px 0 60px;
    background: #333946;
    color: white;
    text-align: center;
}
.cta-section h1 {
    color: white !important;
}
section.phone-cta span {
    font-size:32px;
}
.cta-section a {
    color: black;
    padding: 10px 10px 10px 15px;
    background: rgb(220, 220, 220);
    margin-top: 20px;
    border-radius: 5px;
    border: solid white 1px;
}
/***********************************************************************************************************************
  lpvideo-container section
  *******************************************************************************************************************/
section.video-section {
    padding-top: 0px;
}
h2.lpeditable.section-title.text-center {
    padding-top: 60px;
}
.lpvideo-container {
    width: 100%;
    position: relative;
}
.lpvideo-container::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 24px;
    content: '\f03d';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/***********************************************************************************************************************
  sell-house-form section
  *******************************************************************************************************************/

section.contact-me::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 24px;
    content: '\f0e0';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
/***********************************************************************************************************************
  lp-video-container section    // TODO-shawnpivonka change it to lp-video-section
  *******************************************************************************************************************/

section.lpvideo-container div.lpvideo .sub1 {
    max-width: 560px;
    margin: 0 auto;
    padding: 5px;
}
section.lpvideo-container div.lpvideo .sub2 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
section.lpvideo-container .lpvideo {
    text-align:center;
}
/***********************************************************************************************************************
  contact-me section
  *******************************************************************************************************************/

.contact-me {
    position: relative;
}
.contact-me button {
    background: #20232b;
    margin: 10px 0 10px 0;
}
.contact-me img {display:none;}
.contact-me input, .contact-me textarea {
    border: 2px solid #20232b;
}
.contact-me form {max-width: 100%;}
.contact-me form .form-group {width:49.5%;display: inline-block;}
.contact-me form .form-group .col-xs-12 {padding: 0;}
@media screen and (max-width: 768px) {
    .contact-me form .form-group {width:100%;}
}

/***********************************************************************************************************************
  page-heading section
  *******************************************************************************************************************/
.highlighted-text,
.page-heading {
    /*background: #2c3e50;*/

    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #7f8c8d;
    font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: 0.25s color, 0.25s background-color;
    -moz-transition: 0.25s color, 0.25s background-color;
    -o-transition: 0.25s color, 0.25s background-color;
    transition: 0.25s color, 0.25s background-color;
    margin-top: 0px;
}
.page-heading h1,
.page-heading h4 {
    color: white;
    font-weight: 500;
    font-size: 44px;
}
.page-heading {
    padding-top: 0px;
    padding-bottom: 0px;
    background-attachment:fixed;
    background: url('//shared.leadpropeller.com/images/defaults/sunsetcity.jpg');
    background-size: cover;
}
.page-heading .container.center-container {
    padding-top: 40px;
    padding-bottom: 60px;
    background: rgba(0,0,0,.4);
    width:100%;
}
.page-heading::after {
    left: 50%;
    bottom: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f107';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
.page-heading h4 {
    font-size: 24px;
}
section.phone-cta:after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f095';
    line-height: 56px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
/***********************************************************************************************************************
  footer section
  *******************************************************************************************************************/
footer .copyright-span,
footer .privacy-span,
footer .investors-span,
footer .powered-by-external{
    display:none;
}
footer div.bbb-logo-block-container {
    text-align:center;
}
footer div.bbb-logo-block-container img {
    max-height: 50px;
}

footer {
    background-color: #20232b;
    color: #ffffff; /* #d4d4d4; */
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
}
footer .footer-links-wrapper {
    margin-bottom: 15px;
}
footer a,
footer a:visited {
    color: #fff;
}
footer a:active,
footer a:focus,
footer a:hover {
    background-color: transparent;
    color: #8993a2;
    text-decoration: none;
}

footer .footer-headline {
    margin-bottom: 20px;
}
footer .footer-headline h3 {
    margin-top: 15px;
    color: white;
}
footer .copyright a, footer .powered-by a {
    color: #e4545b;
}
footer .social-icons ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: center;
}
footer .social-icons ul li {
    padding: 0;
    margin: 0 5px 10px;
    display: inline-block;
}
footer .social-icons ul li a {
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #ffffff;
    width: 30px;
}
footer .social-icons ul li a:hover { background-color: gray; }
footer .social-icons ul li a i { line-height: 30px; }
.sign-up {
    margin-bottom: 20px;
}
footer .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-links ul li {
    margin: 0 20px;
    display: inline-block;
    position: relative;
}
footer .footer-links ul li ul{
    margin-left: -100px;
}
footer .footer-links ul.footer-nav-bar {
    width: 100%;
    margin-bottom: 30px;
}
footer .footer-links {
    text-align:center;
    margin-top: 15px;
}

footer .copyright {
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
}
footer .copyright > span,
footer .copyright > a {
    float: left;
}
footer .copyright-statement {
    margin-right: 10px;
    font-weight: 100;
}
footer > div.copyright.lpeditable > div > span:nth-child(1),
footer > div.copyright.lpeditable > div > a:nth-child(2) {
    float:left;
}
footer .powered-by {
    float: right;
}

footer .dropdown-menu > li > a,
footer .dropdown-menu > li > a:visited {
    color: #8993a2;
}

footer .dropdown-menu > li > a:hover,
footer .dropdown-menu > li > a:active,
footer .dropdown-menu > li > a:focus {
    background: lightgray;
    color: #8993a2;
}
footer .dropdown-menu > li > p {color:black;font-weight:500;}
footer .nav .open>a,
footer .nav .open>a:hover,
footer .nav .open>a:focus {
    background-color: transparent;
}

@media only screen and (max-width : 979px) {
    footer .copyright {font-size: 12px;}
    footer .powered-by {float: none;display: block;}
    footer > div.copyright.lpeditable > div > span:nth-child(1),
    footer > div.copyright.lpeditable > div > a:nth-child(2) {
        float: none;
    }
    footer .footer-headline h3 {
        margin-top: 50px;
        margin-bottom:-15px;
    }
}

@media only screen and (max-width : 767px) {
    footer .footer-links {padding-top:10px; margin-top: 10px; margin-bottom:-25px}
    footer .footer-links ul li {display:block;}
    footer .footer-links ul li a {line-height: 40px;}
    footer .footer-links ul li ul {margin-left: 0px;}
    footer .copyright {text-align: center;}
    footer .copyright > span{float: none;}
    footer .powered-by {float: none;display: block;}
    footer .dropdown-menu > li > p {color:white;}
    footer .footer-links ul li {display: block;}
    footer .footer-links {padding-top:50px;}
    footer .footer-links ul li {display:block;}
    footer .footer-links ul li ul{margin-left: 0px;}
    footer .footer-links-wrapper {margin-bottom: 0px;}
}


/***********************************************************************************************************************
  Blog
  *******************************************************************************************************************/

.blog_body_selector .lpcontainer {background: rgb(243,243,243);}
.blog_body_selector .single-item, .blog_body_selector .sidebar, .blog_body_selector .blog-single {background:white;padding: 15px;}
.blog_body_selector h3 {font-weight:bold;}
.blog_body_selector h4 {color:#2c3e50; font-weight:bold;}
.blog_body_selector h2, .blog_body_selector h1 {color: #2c3e50; font-weight:bold;}
.blog_body_selector .sidebar a, .recentcomments {color:#e4545b;font-size:16px;}
.blog_body_selector #commentform a {color: #e4545b;}
.blog_body_selector div.meta, .blog_body_selector .meta a {color: #2c3e50 !important;}
.blog_body_selector #submit {background: #e4545b; border: none;}
.blog_body_selector footer {background:#2c3e50;}



/***********************************************************************************************************************
  Properties
  *******************************************************************************************************************/

.foresale-box-image img {
    width: 100%;
    height: 100%;
}
.foresaledetail-home-image {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 600px;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border: 10px solid #ffffff;
    -moz-border: 10px solid #ffffff;
    -o-border: 10px solid #ffffff;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 0 1px #cccccc;
    -moz-box-shadow: 0 0 1px #cccccc;
    -o-box-shadow: 0 0 1px #cccccc;
    box-shadow: 0 0 1px #cccccc;
}
.foresale-box {
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
}
.foresale-box {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    background-color: #ffffff;
}

.foresale-box-image {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.foresale-box-status {
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    overflow: hidden;
    padding: 12px 16px;
    text-align: center;
    position: absolute;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.6);
}

.foresale-box-content {
    width: 100%;
    overflow: hidden;
    padding: 15px 0 0;
}
.foresale-box-address {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 35px 15px 15px;

    -webkit-border-bottom: 1px solid #f2f2f2;
    -moz-border-bottom: 1px solid #f2f2f2;
    -o-border-bottom: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.foresale-box-address:after {
    top: 0;
    right: 15px;
    width: 20px;
    height: 20px;
    color: #5470A0;
    font-size: 22px;
    content: '\f041';
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
}
.main-address {
    width: 100%;
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.sub-address {
    width: 100%;
    overflow: hidden;
}
.foresale-box-details {
    width: 100%;
    position: relative;
    padding: 15px 35px 0 15px;
}
.foresale-box-details:after {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    color: #5470A0;
    font-size: 22px;
    content: '\f05a';
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
}
.foresale-box-desc {
    width: 100%;
    overflow: hidden;
    padding: 0 35px 15px 15px;
}
.link-wrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 15px 15px 12px;
}
.foresale-box-link {
    width: auto;
    color: #1d2225;
    overflow: hidden;
    padding: 6px 12px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;

    -webkit-border: 1px solid #1d2225;
    -moz-border: 1px solid #1d2225;
    -o-border: 1px solid #1d2225;
    border: 1px solid #1d2225;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.foresale-box-link:hover { background-color: #5470A0; color: #ffffff !important; text-decoration: none; }

.map-table {
    width: 100%;
    margin-bottom: 40px;

    -webkit-border: 1px solid #dfdfdf;
    -moz-border: 1px solid #dfdfdf;
    -o-border: 1px solid #dfdfdf;
    border: 1px solid #dfdfdf;
}
.map-table thead th {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 13px 15px;
    background-color: #5470A0;
}
.map-table tbody tr:nth-child(2n) { background: #f5f5f5; }
.map-table tbody tr:first-child {
    -webkit-border-top: 1px solid #dfdfdf;
    -moz-border-top: 1px solid #dfdfdf;
    -o-border-top: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
.map-table tbody tr td {
    padding: 13px 15px;
    line-height: normal;

    -webkit-border-bottom: 1px solid #dfdfdf;
    -moz-border-bottom: 1px solid #dfdfdf;
    -o-border-bottom: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.second-section {
    padding: 30px 0;
}

#property-map {
    padding-bottom: 30px;
}

a.looking-link {
    color: #ffffff;
}

a.looking-link:hover {
    color: #bdc3c7;
}
.foresaledetail-home-image {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 600px;
    position: relative;
    background-color: transparent;

    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-border: 10px solid #ffffff;
    -moz-border: 10px solid #ffffff;
    -o-border: 10px solid #ffffff;
    border: 10px solid #ffffff;

    -webkit-box-shadow: 0 0 1px #cccccc;
    -moz-box-shadow: 0 0 1px #cccccc;
    -o-box-shadow: 0 0 1px #cccccc;
    box-shadow: 0 0 1px #cccccc;
}
.foresaledetail-home-image h2 { font-size: 40px; }
@media only screen and (max-width: 599px) {
    .foresaledetail-home-image h2 {
        font-size: 20px;
        display: block !important;
    }
}
.foresaledetailed-section {
    margin: 0;
    width: 100%;
    padding: 40px 0 0;
    background-color: #ffffff;
}
.foresaledetailed-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}
#bxslider-wrapper {
    width: 100%;
    max-width: 970px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 40px;
}
#bxslider-prev {
    top: 50%;
    left: 15px;
    width: 80px;
    height: 80px;
    font-size: 80px;
    text-align: left;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
}
#bxslider-next {
    top: 50%;
    right: 23px;
    width: 80px;
    height: 80px;
    font-size: 80px;
    text-align: right;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
}
.bx-prev i, .bx-next i {
    font-size: 40px;
}
.bxslider-navigation a { color: #ffffff; }
.bxslider { padding: 0; }
.bxslider img { width: 100%; }
#slide-counter {
    bottom: 0;
    left: 45%;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    width: 148px;
    height: 72px;
}
#slide-counter span:first-child { margin-right: 10px; }
#slide-counter span:last-child { margin-left: 10px; }
.highlighted-text a {color:#e4545b;}
.highlighted-text a:hover {color: white;}
.hero-content {padding-top:100px;}
.lpbutton {
    color:white !important;
    background: #20232b;
    margin-top: 15px;
}
.home-about .col-sm-9 .col-sm-6 {
    margin-top: 15px;
}
.navbar-right {padding: 0 10px 0 10px;}
@media (max-width: 991px) {
    .footer-middle, .footer-left, .footer-right {width:100%;}
}
.foresale-box-price {
    color: #ffffff;
    font-size: 26px;
    overflow: hidden;
    padding: 14px 16px;
    text-align: center;
    position: relative;
    background-color: #aaaaaa;
}


/***********************************************************************************************************************
  global media queries
  *******************************************************************************************************************/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .hero-content > .col-sm-6 {
        background: rgba(0,
        0,
        0,
        0.15);
        padding-top: 10px;
    }
    .small-section-title {
        margin-top: 20px;
    }
    .main {
        margin: 20px 0px 10px 10px;
    }
    .sub {
        margin: 20px 0px 10px 80px;
    }
    .resource-set {
        margin: 50px;
    }
    .resource-set h3 {
        text-align: center;
        margin-bottom: 10px;
    }
    .form-horizontal {
        width: 100% !important;
    }
    .hero-text h1,
    .hero-text p {
        font-size: 25px;
    }
    .home-about img {
        margin: 15px auto 15px;
        max-width:250px;
    }
    .testimonial {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .button {
        font-size: 20px;
        width: 100%;
    }
    .testimonial {
        padding: 5px 5px 5px 5px;
    }
    .highlighted-text {
        font-size: 20px;
    }
    .how-step {
        width: 250px;
        height: 250px;
    }
    .page-heading h1 {
        font-size: 22px;
    }
    .page-heading h4 {
        font-size: 18px;
    }
    .three-icons {
        margin-top: 0px;
    }
    .form-horizontal h2 {
        text-align: center;
    }
    .private-money {
        margin-top: 0px;
    }
    section.banner div.banner-sub-container {
        display: block;
    }
    #short-form {
        min-width:260px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}

/* add new section style v1 */
.added-section {
padding: 30px 0;
background-color: #ffffff;
}

.added-section h2 {
padding-bottom: 30px;
font-size: 40px;
}

.added-section blockquote.testimonial {
margin: 40px auto;
width:80%;
color: #ffffff;
background-color: #5470A0;
}

.added-section blockquote.testimonial .quoted {
padding-left: 10%;
}

.small-section-title {
margin-bottom: 50px;
font-size: 25px;
}

@media (max-width: 767px) {
.small-section-title {
margin-top: 20px;
}
}