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

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
body {
    margin: 0;
    padding: 0;
    color: #707070;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    font: 18px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section {
    padding: 60px 0 60px;
    overflow:hidden;
}
label {
    display: block;
    font-weight: 600;
}
.checkbox {
    overflow: hidden;
    display: inline-block;
    margin: 10px 10px 0 0 !important;
}
.fa-lock {
    margin: 0 5px 0 0;
}

.radio {
    display: inline-block;
    margin: 10px 10px 0 2px !important;
}
.lpeditable.lphiding {
    display: none;
}
.padding-15 {
    padding-top: 15%;
}
.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;
}
.main {
    color: #1d2225;
    font-size: 22px;
}
.main>a {
    color: #2EA1ED;
}
section.h2 {
    padding: 0px;
}
.main>a:hover {
    color: #1578B8;
}
iframe {
  max-width:100%;
}
form.custom-built-form input,
form.custom-built-form select {
    margin-bottom: 0;
}
form.custom-built-form .form-group {
    margin-bottom: 15px;
}
.form-horizontal {
    width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 5px;
    background-color: #f7f7f7;
}
.form-horizontal label {
    width: 100%;
    text-align: left !important;
}
.form-horizontal .col-sm-8 {
    width: 95%;
    text-align: center;
    margin-left: 13px;
}
.form-horizontal input {
    margin: auto;
}
.form-horizontal h3 {
    font-size: 23px !important;
    text-align: center;
    margin: auto;
    /* width: 115%; */
    /* margin-left: -7.5%; */

    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-horizontal button {
    background: #e4545b;
    width: 100%;
    color: white;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.form-horizontal .col-sm-7,
.page-heading {
    width: 100%;
}
.form-horizontal .col-sm-offset-4 {
    margin-left: 0px;
}
.content-block-container img {
    width: 100%;
    display: block;
    border-radius: 4px;
    margin: 0 auto 20px;
}
.main-section,
.grey-section {
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.title-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px;
}
.grey-section {
    background-color: #f7f7f7;
}
.arrow-block {
    display: none;
}
.title-block-container *:last-child {
    margin-bottom: 15px;
}
.separator {
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    margin: 20px auto 15px;
}
.separator::after {
    top: 0;
    left: 0;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #121212;
}
.testimonials-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    position: relative;
    margin: 15px auto 30px;
}
.testimonials-block-container .testimonials-block-header {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-left: 0px;
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 4px;
    position: relative;
    padding: 15px 20px;
    letter-spacing: 2px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-family: 'j.d.regular', Helvetica, sans-serif, serif;
}
.testimonials-block-container .testimonials-block-footer {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    margin: 15px auto 0;
}
.testimonials-block-container .testimonials-block-header:after {
    z-index: 2;
    margin-left: 1px;
    margin-top: -2px;
    border-top: 20px solid #ffffff;
}
.testimonials-block-container .testimonials-block-header:after,
.testimonials-block-container .testimonials-block-header:before {
    width: 0;
    height: 0;
    top: 100%;
    content: '';
    left: 110px;
    position: absolute;
    border-right: 20px solid transparent;
}
.sell-house-form h2 {
    background: black;
    color: white;
    width: 100%;
    padding: 5px;
    text-align: center;
}
#lookingform .col-sm-offset-6 {margin-left:0px;}
#lookingform .col-sm-6 {width:100%;float:none;}
#lookingform::after {
    width:102%;
    height: 102%;
    position: absolute;
    top: -1%;
    left: -1%;
    content: '';
    webkit-box-shadow: 0 0 0.5px #cccccc;
    -moz-box-shadow: 0 0 0.5px #cccccc;
    -o-box-shadow: 0 0 0.5px #cccccc;
    box-shadow: 0 0 0.5px #cccccc;
    z-index: -1;
}
#lookingform {
    border:none;
    width:50%;
}
/***********************************************************************************************************************
    Typography
    *******************************************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #1d2225;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 10px 0 10px;
}
b,
strong {
    font-weight: 700;
}
h2.section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #1d2225;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #1d2225;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #1d2225;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    color: gray;
    text-decoration: none;
}
.navbar-nav>.active>a {
    background-color: #222 !important;
}
.required {
    color: #e4545b;
}
.lp-text-color {
    color: #2c3e50;
}
.lp-accent-color {
    background-color: #2980b9;
}
.text-error {
    color: #ff0000 !important;
}
.custom-error-message {
    color: #ff0000;
}
.h2 {
    text-align: center;
}
i {
    font-size: 12px;
}
.dark-red {
    color: #8b0000;
}
/***********************************************************************************************************************
    header section
    *******************************************************************************************************************/

header {
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}
header #top-bbb {
    padding-top: 3.3%;
    padding-bottom: 1.5%;
}
header #top-bbb img {
    max-height:50px;
}
header #logo {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: center;
}
header #callus {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    color: #000000;
    line-height: .8;
    width:250px;
    float: right;
}
header #callus p {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1;
}
#logo {
    overflow: hidden;
}
#logo img {
    max-width: 100%;
}
.rocket-header {
    display: none;
}
#callus:after {
    top: 30%;
    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;}
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #logo {
        float: none;
        margin: 0 auto;
    }
}
/***********************************************************************************************************************
    nav section
    *******************************************************************************************************************/

.navbar {
    margin-bottom: 0;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar.lpeditable {
    height: auto;
    border-radius: 0;
}
.navbar-brand {
    font-size: 18px;
}
.navbar-nav li a {
    font-size: 18px;
}
a.pull-left.navbar-brand-logo img.lpeditable {
    width: 200px;
    height: 50px;
}
ul.dropdown-menu li:first-of-type {
    color: black;
}
/* 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) {
    .tinynav {
        margin: 0;
        width: 100%;
        display: block;
    }
    .navbar-collapse ul li {width:100%;}
    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;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}
/***********************************************************************************************************************
    banner section
    *******************************************************************************************************************/

    div.banner {
        background: url('//shared.leadpropeller.com/images/defaults/background/001.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        padding:80px 0;
        background-position: center center;
    }
    .banner h1, .banner p {
        color:white;
    }
    .banner h1 {font-size:55px;background:rgba(0,0,0,.6);padding: 10px 0;}
    .banner p {font-size:32px;background:rgba(0,0,0,.6);padding:10px 0;}
/***********************************************************************************************************************
    testimonial section
    *******************************************************************************************************************/

.testimonial {
    margin: 40px auto;
    color: #ffffff;
    padding: 0px;
}
/***********************************************************************************************************************
    testimonials section
    *******************************************************************************************************************/

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

.cta-section, .phone-cta {
    height: auto;
    padding: 40px 0 40px 0;
    background: #f5f5f5;
    color: white;
    text-align: center;
}
.cta-section h1 {
    color: black !important;
}
section.phone-cta span {
  font-size:32px;
  color: black;
}
.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;
}
.cta-section a {
    background: #e4545b;
    color: white;
    height: 40px;
    width: 250px;
    margin: auto;
    margin-top: 15px;
    border: none;
    border-radius: 3px;
}
/***********************************************************************************************************************
    lpvideo-container section
    *******************************************************************************************************************/

.lpvideo-container {
    width: 100%;
    max-height: 500px;
}
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 button {
    background: #e4545b;
    border-radius: 5px;
    width: 20%;
    margin-left: 40%;
    /*margin-left: 40%;*/

    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}
.contact-me .col-md-8 {
    background: #f5f5f5;
}
.contact-me img {display:none;}
#contactform {
  margin: 0px;
  width:100%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
    .contact-me button {
        width:40%;
        margin-left:30%;
    }
}
.contact-me .col-md-8 h3 {
    color: white;
    background: black;
    padding: 12px;
    text-align: center;
}
.contact-me .col-md-8::after {
    width:102%;
    height: 105%;
    position: absolute;
    top: -2.5%;
    left: -1%;
    content: '';
    webkit-box-shadow: 0 0 0.5px #cccccc;
    -moz-box-shadow: 0 0 0.5px #cccccc;
    -o-box-shadow: 0 0 0.5px #cccccc;
    box-shadow: 0 0 0.5px #cccccc;
    z-index: -1;
}
/***********************************************************************************************************************
    page-heading section
    *******************************************************************************************************************/

.highlighted-text,
.page-heading {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: black !important;
    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;
    line-height:1;
}
.highlighted-text {
    background: #0088cc;
    color: white !important;
}
.page-heading {
    background: url('//shared.leadpropeller.com/images/defaults/background/001.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-heading h1, .page-heading h4 {
    color:white;
}
.page-heading h1 {font-size:55px;background:rgba(0,0,0,.6);padding: 10px 0;}
.page-heading h4 {font-size:32px;background:rgba(0,0,0,.6);padding:10px 0;}
/***********************************************************************************************************************
    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: #1d2225;
        color: #868787; /* #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: #ffffff;
    }

    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; }

    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
  *******************************************************************************************************************/

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


.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 {color: #e4545b; 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;}




.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: #e4545b;
    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: #e4545b;
    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;
}
.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:white;}
.lpbutton {
    color:white !important;
    background: #428BCA;
    margin-top: 15px;
}
.home-about .col-sm-9 .col-sm-6 {
    margin-top: 30px;
}
.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) {
    #lookingform {
        width:100%;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    #offer-form-style1 .offerForm .form-group {
        width: 50%;
    }
    .featurebox-style1.left .feature-image,
    .featurebox-style1.right .feature-image {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto 30px;
    }
    .featurebox-style1.left .feature-content,
    .featurebox-style1.right .feature-content {
        padding: 0;
    }
    .home-image-style2 {
        z-index: 2;
        margin-bottom: -10px;
        -webkit-box-shadow: 0 -1px 1px #cccccc;
        -moz-box-shadow: 0 -1px 1px #cccccc;
        -o-box-shadow: 0 -1px 1px #cccccc;
        box-shadow: 0 -1px 1px #cccccc;
    }
    .container {
        width: 570px;
    }
    .home-about img {
        margin: 15px auto 15px;
        max-width:250px;
    }
    .home-image-style2 {
        z-index: 2;
        margin-bottom: -10px;
        -webkit-box-shadow: 0 -1px 1px #cccccc;
        -moz-box-shadow: 0 -1px 1px #cccccc;
        -o-box-shadow: 0 -1px 1px #cccccc;
        box-shadow: 0 -1px 1px #cccccc;
    }
    .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;
    }
    .cta-section {
        height: 250px;
    }
    .list-none {
        list-style-type: none;
    }
    .hero-content .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hero-content-words {
        width: 100%;
    }
    .hero-unit h1 {
        font-size: 20px;
    }
    .hero-content-form {
        width: 100%;
    }
    .call-now {
        margin-bottom: 15px;
    }
    .container {
        width: 100%;
    }
    .testimonial {
        width: 100%;
    }
    .highlighted-text {
        font-size: 20px;
    }
    .three-steps h3 {
        margin-bottom: 10px;
    }
    /*.form-horizontal .col-sm-8 {margin-left:0px;}*/

    .how-step {
        width: 250px;
        height: 250px;
    }
    .sell-house-form .form-horizontal {
        width: 70%;
    }
    .testimonial {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .three-icons {
        margin-top: 0px;
    }
    .form-horizontal h2 {
        text-align: center;
    }
    .private-money {
        margin-top: 0px;
    }
    section.banner div.container {
        display: block;
    }
    .banner-sub-container {
        display: block;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .banner h1 {font-size: 40px;}
    .banner p {font-size: 25px;}
    div.banner {padding: 40px 0;}
    .page-heading h1 {font-size: 40px;}
    .page-heading h4 {font-size: 25px;}
    h2.section-title {font-size: 35px;}
    .contact-me button {width: 100%; margin-left: 0;}
    .home-image-style1,
    .home-image-style2 {
        height: 254px;
    }
    #lookingform {width:100%;}
    .hero-unit h2 {
        display: none;
    }
    #moreinfoform {
        width: 100%;
    }
}
