/*
1. Global Classes
1a. Typography
2. Header
3. Nav
4. Banner
5. Content-about
6. Testimonial
7. Testimonials
8. Three-step-horizontal
9. Offer-section
10. Features-section
12. Benefits
13. Cta-section
14. Lpvideo-container
15. Sell-house-form
16. Featured-section
17. Lp-video-container
18. Three-icons
19. Contact-me
20. Faq-section
21. gift
22. How-section
23. Investors
24. Reasons-for-selling
25. Private-money
26. Resources
27. Page-heading
28. P-content
29. Text-8-img-4
30. Text-9-img-3
31. Home Sale Cost Calculator
32. More Info Form
33. Footer
34. Blog



*/
/***********************************************************************************************************************
    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;
}
.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;
}
.fa-lock {
    margin: 0 5px 0 0;
}

.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;
    padding: 70px 15px 15px;
    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,
.form-horizontal h2 {
    font-size: 24px;
    text-align: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background: black;
    color: white;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.form-horizontal button {
    background: #e4545b;
    width: 100%;
    color: white;
    height: 50px;
    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;
    height: 205px;
}
.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;
}
.grey-section {
    background-color: #f7f7f7;
}
.arrow-block {
    display: none;
}
.title-block-container *:last-child {
    margin-bottom: 15px;
}
.separator {
    width: 100%;
    height: 3px;
    display: none;
    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.3;
    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;
}
/***********************************************************************************************************************
    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: 30px;
}
h3 {
    font-size: 24px;
}
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;
}
h2 {
    margin-bottom: 30px;
}
::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: black;
    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;
}
a[href^=tel] {
    color: inherit;
}
.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;
    }
    header #logo img {
        width: 60%;
        max-width: 250px;
    }
}
/* 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
    *******************************************************************************************************************/

.banner {
    margin-top: 0px;
    height: auto;
    background: #f5f5f5;
    padding: 30px 10px;
}
.home-image-style2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 370px;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(//shared.leadpropeller.com/images/defaults/001.jpg);
    -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;
}
.hero-unit {
    left: 0;
    top: 50%;
    padding: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: -90px;
}
.hero-unit h1,
.hero-unit h2 {
    color: #ffffff;
    overflow: hidden;
    padding: 6px 12px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
}
.form-horizontal {
    background-color: #f2f2f2;
}
.hero-content-text {
    width:200%;
    margin-top: 50px;
}
#sellhouseform::after, #investorform::after {
    width:105%;
    height: 105%;
    position: absolute;
    top: -2.5%;
    left: -2.5%;
    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;
}
#investorform::after {
    height:101.5%;
    top: -.75%;
}
.hero-unit h1 {
    font-size: 40px;
}
.hero-unit h2 {
    font-size: 30px;
}
/*.banner .form-horizontal label {
    margin-left: 4px;
}*/
.bg {
    width: 100%;
}
.hero-text {
    display: none;
}
.hero-content {
    padding-top: 50px;
}
.hero-content-words {
    width: 60%;
    margin: auto 25px auto auto;
    max-width:700px;
}
.hero-content-form {
    width: 45%;
    border: solid white 10px;
    margin: 0 auto;
    max-width:400px;
    height: 100%;
}
#short-form .form-group {margin-top: 20px;}
.hero-content-form label {
    width:33.33333333%;
    text-align: left !important;
    font-size: 15px;
    font-weight: 600;
}
.hero-content-form .col-sm-8 {
    width: 100%;
    margin: auto;
}
.hero-content-form button {
    background: #e4545b;
    color: white;
    height: 40px;
    width: 100%;
    margin: auto;
    border: none;
    border-radius: 3px;
}
.banner .testimonials-block-container {
    display: none;
}
.banner .form-horizontal {
    width: 100%;
    border: none;
}
.arrow-block {
    display: none;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.banner .testimonials-block-header {
    display: none;
}
section.banner div.container {
    display: flex;
}
.banner-sub-container {
    display: flex;
}
#short-form h3 {
    font-size: 30px;
}
/***********************************************************************************************************************
    content-about section
    *******************************************************************************************************************/
.content-about h3 {
    margin-top: 20px;
}
/***********************************************************************************************************************
    testimonial section
    *******************************************************************************************************************/

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

.ratings img {
    margin-bottom: 15px;
}

.client img {
    width: 50px;
}
/***********************************************************************************************************************
    three-step-horizontal section
    *******************************************************************************************************************/

.three-step-horizontal {
    text-align: center;
}
.three-step-horizontal h3 {
    margin-top: 30px;
}
/***********************************************************************************************************************
    offer-section section
    *******************************************************************************************************************/
section.offer-section .title-block-container h3 {
    margin-bottom: 15px;
}
/***********************************************************************************************************************
    features-section section
    *******************************************************************************************************************/

.features-section .content-block-container {
    margin-top: 50px;
    font-size: 14px;
}
/***********************************************************************************************************************
    benefits section
    *******************************************************************************************************************/

.benefits .features .number {
    display: none;
}
/***********************************************************************************************************************
    cta-section section
    *******************************************************************************************************************/

.cta-section, .phone-cta {
    height: auto;
    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;
}
a.phone_link {
    color: inherit;
}
a.phone_link:hover,
a.phone_link:active {
    color: #707070;
}
/***********************************************************************************************************************
    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;
}
/***********************************************************************************************************************
    sell-house-form section
    *******************************************************************************************************************/

.sell-form-h2,
.sell-house-form-home {
    display: none;
}
.sell-house-form .form-horizontal {
    width:65%;
    margin: auto;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .sell-house-form .form-horizontal {
        width:80%;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .sell-house-form .form-horizontal {
        width:100%;
    }
}
/***********************************************************************************************************************
    featured-section section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    lp-video-container section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    three-icons section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    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;
}
#contactform {
    margin: 0px;
    width: 100%;
    padding:10px;
}
.contact-me img {display:none;}
@media screen and (max-width: 767px) {
    .contact-me button {
        width:40%;
        margin-left:30%;
    }
}
/***********************************************************************************************************************
    faq-section section
    *******************************************************************************************************************/

.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.panel-body {
    padding: 10px 12px;
    background-color: #f2f2f2;
    -webkit-border: 0 !important;
    -moz-border: 0 !important;
    -o-border: 0 !important;
    border: 0 !important;
}
.panel-body p:last-child {
    margin-bottom: 0;
}
.panel-heading {
    padding: 0;
    padding: 0;
    -webkit-border: 0 !important;
    -moz-border: 0 !important;
    -o-border: 0 !important;
    border: 0 !important;
}
.panel-title {
    font-size: 20px;
}
.panel-title > a {
    color: #ffffff;
    display: block;
    line-height: 30px;
    position: relative;
    padding: 6px 0 6px 40px;
    background-color: #1d2225;
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}
.panel-title > a.collapsed {
    color: #1d2225;
    background-color: transparent;
}
.panel-title > a.collapsed:after {
    left: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    content: '\f067';
    text-align: center;
    position: absolute;
    background-color: #1d2225;
    font-family: 'FontAwesome';
}
.panel-title > a:before {
    left: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    content: '\f068';
    text-align: center;
    position: absolute;
    background-color: #e4545b;
    font-family: 'FontAwesome';
}
.faq-section {
    display: none;
}
/***********************************************************************************************************************
    gift section
    *******************************************************************************************************************/
#giftform h2 {
    text-align: center;
    color: white;
    background: black;
    padding: 6px;
    margin-left: -5px;
    margin-right: -5px;
}
/***********************************************************************************************************************
    how-section section
    *******************************************************************************************************************/

.how-step {
    width: 300px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#how-step-1::before {
    background: #e4545b;
    border-radius: 50%;
    content: '1';
    color: white;
    left: 50%;
    margin-left: -30px;
    padding: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    display: block;
    vertical-align: middle;
}
#how-step-2::before {
    background: #e4545b;
    border-radius: 50%;
    content: '2';
    color: white;
    left: 50%;
    margin-left: -30px;
    padding: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    display: block;
    vertical-align: middle;
}
#how-step-3::before {
    background: #e4545b;
    border-radius: 50%;
    content: '3';
    color: white;
    left: 50%;
    margin-left: -30px;
    padding: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    display: block;
    vertical-align: middle;
}
.how-section h3 {
    margin-bottom: 40px;
    font-size: 32px;
}
/***********************************************************************************************************************
    investors section
    *******************************************************************************************************************/

.investors .col-sm-6 {
    width: 100%;
}
.investors .col-sm-offset-6 {
    margin-left: 0px;
    margin-top: 10px;
}
/***********************************************************************************************************************
    reasons-for-selling section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    private-money section
    *******************************************************************************************************************/

#privatemoneyform {
    padding:10px;
}
#privatemoneyform .form-group, #privatemoneyform .row {
    margin-left:0px;
    margin-right:0px;
}
#privatemoneyform h2 {
    color: white;
    text-align:center;
    background: black;
    padding: 6px 12px;
}
/***********************************************************************************************************************
    resources section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    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;
}
.highlighted-text {
    background: #0088cc;
    color: white !important;
}
/***********************************************************************************************************************
    p-content section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    text-8-img-4 section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    text-9-img-3 section
    *******************************************************************************************************************/
/***********************************************************************************************************************
    Home Sale Cost Calculator
    *******************************************************************************************************************/

section.home-sale-cost #escrowed {
    display: none;
}
/***********************************************************************************************************************
  More Info Form
  *******************************************************************************************************************/


#moreinfoform {
    width:60%;
}
#moreinfoform .form-group .col-sm-6 {
    width:100%;
}
#moreinfoform::after, #giftform::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;
}



/***********************************************************************************************************************
    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 a.phone_link:active,
footer a.phone_link:focus,
footer a.phone_link:hover {
    color: white;
}

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 {padding-bottom: 100px;}
    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 {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;}


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

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

@media only screen and (max-width: 992px) {
    .hero-content-text {
        margin-top: 100px;
        width:180%;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .img-thumbnail {margin-top: 15px;}
    #offer-form-style1 .offerForm .form-group {
        width: 50%;
    }
    #callus::after {display:none;}
    .featurebox-style1.left .feature-image,
    .featurebox-style1.right .feature-image {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto 30px;
    }
    .hero-content-text {
        width:100%;
        margin: 50px 0;
    }
    .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;
    }
    #short-form label, #short-form .col-xs-8 {width:100%;}
    .container {
        width: 570px;
    }
    .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-content-form {
        width: 100%;
    }
    #privatemoneyform {
        width:100%;
    }
    #investorform {
        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: 100%;
    }
    .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;
    }
    .how-section h3 {margin-top: 40px;}
    #navbar-collapse-1 {max-height: none;}
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .home-image-style1,
    .home-image-style2 {
        height: 254px;
    }
    .hero-content-form {
        height: 500px;
    }
    #lookingform {width:100%;}
    .hero-unit h2 {
        display: none;
    }
    #moreinfoform {
        width: 100%;
    }
    section.phone-cta a.phone_link::before {content: ''; display: block;}
    .banner-sub-container {padding: 0;}
    h2 {font-size: 25px;}
    .contact-me button {width: 100%; margin-left: 0;}
    #contactform {margin-bottom: 20px;}
}

.readmorebtn, .maine-top-header
{
    display: none;
}
#brightdiv, #forbright
{
    display: none;
}
.animated {
    animation-name: none !important;
}