/*
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(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body {
    font-family: "Lato", "Helvetica Neue", Arial;
}
.lpeditable.lphiding {
    display: none;
}
.button {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 13px 32px;
    font-weight: 400;
    font-size: 30px;
    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;
    margin-bottom: 10px;
    transition: all 0.2s linear;
}
section {
    padding: 60px 0 60px;
    overflow:hidden;
}
#lookingform label {text-align: left;}
.section-title {
    text-align: center;
    margin-bottom: 20px;
}
.content-section .container {
    padding-top: 30px;
    padding-bottom: 50px;
}
.fa-lock {
    margin: 0 5px 0 0;
}

.message {
    /*max-width: 70%;*/

    margin: 20px auto;
    padding: 5px 15px;
    border: 1px dashed #ccc;
}
.rocket-header {display: none;}
.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;
}
form.custom-built-form input,
form.custom-built-form select {
    margin-bottom: 0;
}
form.custom-built-form .form-group {
    margin-bottom: 15px;
}
.testimonials-block-container {
    display: none;
}
.arrow-block {
    display: none;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.form-horizontal {
    max-width: 650px;
    margin: 0 auto;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .col-xs-12 {
    text-align:center;
}
.form-group {
    margin-bottom: 15px;
}
.label-lg {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 35px;
    /*text-align: right;*/

    height: 35px;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.content-block-container img {
    width: 100%;
    display: block;
    border-radius: 4px;
    margin: 0 auto 20px;
}
.main-section,
.grey-section,
.white-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: 0px 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
  *******************************************************************************************************************/

a {
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}
h2 {
    margin-bottom: 30px;
}
.lead {font-weight:400;}
p.lpeditable {
    font-size: 16px;
}
button.navbar-toggle {
    color: #333;
}
.h2 {
    text-align: center;
}
section.h2 {
    padding: 0px;
}
.dark-red {
    color: #8b0000;
}
a.button:hover {
    text-decoration: none;
}
.main {
    color: #1d2225;
    font-size: 20px;
}
.main>a {
    color: #2EA1ED;
}
.main>a:hover {
    color: #1578B8;
}
.list-none {
    list-style-type: none;
}
.custom-error-message {
    color: #ff0000;
}
.question-bold {
    font-weight: bold;
}
.question-italics {
    font-style: italic;
}
.question-underline {
    text-decoration: underline;
}
/***********************************************************************************************************************
  header section
  *******************************************************************************************************************/

header {
    background-color: #ffffff;
}
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%;
}
header #callus {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: left;
    color: #000000;
    line-height: .8;
    width:250px;
    float: right;
}
header #callus p {
    font-size: 30px;
    font-weight: 900;
}
header #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%;
        max-width: 250px;
    }
}
/* Extra Small Devices, Phones */

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

.navbar-header .navbar-toggle span.icon-bar {
    background-color: #000;
}
.navbar-header .navbar-toggle:hover span.icon-bar {
    background-color: #ffffff;
}
.navbar-header .navbar-toggle:focus span.icon-bar {
    background-color: #ffffff;
}
.navbar {
    background: #ffffff;
    margin-bottom: 0;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {background: white;}
.navbar .navbar-header a.lpeditable {
    color: #555 !important;
}
.navbar-brand {
    color: #555 !important;
}
.navbar a:hover {
    color: #000000;
}
.navbar-brand {
    color: #333;
    font-size: 30px;
}
.navbar {
    border-radius: 0;
}
.navbar-inverse .navbar-nav>.open>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #959595;
}
.navbar-inverse {border:none;}
a.pull-left.navbar-brand-logo img.lpeditable {
    width: 200px;
    height: 50px;
}
li.dropdown-toggle {
    color: #959595;
}
.navbar-nav li a {color: #555 !important;}
ul.dropdown-menu li p {
    padding: 3px 20px;
}
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav li a:hover {
    color: black !important;
}
.navbar-nav>.active>a {
    background-color: white !important;
}
/* 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) {}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {} @media (min-width: 770px) {
    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;
    }
}
/***********************************************************************************************************************
  banner section
  *******************************************************************************************************************/

.home-image-style2 {
    display: none;
}
.banner {
    background-image: url(https://asale4you.com/shared.leadpropeller.com/images/defaults/background12.jpg);
    background-size: cover;
    padding: 0;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-top: 0px;
}
#home-section {
    padding-left: 1px;
}
.bg {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
}
.hero-text {
    text-align: center;
}
.hero-text h1,
.hero-text p {
    color: white;
    font-size: 48px;
    font-weight: 300;
}
.hero-text p {
    font-size: 30px;
}
.hero-content-text {
    color: white;
    border-radius:10px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 10px 10px 10px;
    font-size: 1.4em;
}
.hero-text h1 {
    margin-top: 0px;
    padding-top:15px;
}
section.banner div.banner-sub-container {
    display: flex;
    padding: 15px;
}
.hero-content-words {
    width: 540px;
    max-width: 100%;
    margin: auto 25px auto 0;
}
.hero-content-words p{
    font-size: 18px;
    font-weight: 400;
}
.hero-content-words .call-now h4{
    font-size: 25px;
    line-height: 30px;
}
#short-form button {
    font-size: 21px;
    margin:auto;
    width:100%;
}
.banner-container {
    background: rgba(0,0,0,.5);
    padding: 50px 0 50px;
}
.hero-content-form {
    margin: 0 auto;
    max-width:400px;
}
#short-form {
    padding: 15px;
    border: solid white 1px;
    background: rgba(0,0,0,.45);
}
#short-form label {
    color: white;
    margin-bottom: 5px;
}
#short-form button {
    margin-bottom: 0px;
}
#short-form input {
    background: rgba(0,0,0,.1);
    border: solid white 2px;
    color: white;
}
.hero-content-form {
    width: 380px;
    max-width: 100%;
    margin: 0 0 auto auto;
}
.hero-content-form h3 {
    color: white;
}
.hero-content-form label {
    /*width: 100%;*/
    text-align: left !important;
    margin-bottom: 4px;
}
.hero-content-form .col-sm-8 {
    width: 100%;
}
.banner .testimonials-block-header {
    display: none;
}
#short-form h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 0px;
}

@media only screen and (max-width:768px) {
    .hero-content-words {
        max-width: 100%;
    }
    .hero-content-form {
        margin: 0 auto;
    }
}
/***********************************************************************************************************************
  content-about section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  testimonial section
  *******************************************************************************************************************/

.testimonial {
    text-align: center;
    padding: 0px;
}
.testimonial span {
    text-align: center;
    display: inline-block;
    margin-top: 50px;
}
/***********************************************************************************************************************
    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: 25px;
}
/***********************************************************************************************************************
  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;
    padding: 40px 0 40px 0;
    background: #2c3e50;
    color: white;
    text-align: center;
}
.cta-section h1 {
    color: white !important;
}
section.phone-cta span {
    font-size:30px;
}
.cta-section a {
    background: #4589E3;
    margin-top: 20px;
    color: white;
}
a.phone_link {
    color: inherit;
}
a.phone_link:hover,
a.phone_link:active {
    color: #2a6496;
    text-decoration: none;
}
/***********************************************************************************************************************
  lpvideo-container section
  *******************************************************************************************************************/

section.lpvideo-container {
    background: #F2F7FD;
    width: 100%;
}
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;
}
iframe {
    max-width: 100%;
}
/***********************************************************************************************************************
  sell-house-form section
  *******************************************************************************************************************/
.sell-house-form h2 {
    text-align:center;
}
/***********************************************************************************************************************
  featured-section section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  lp-video-container section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  three-icons section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  contact-me section
  *******************************************************************************************************************/

.contact-me .col-md-8,
.contact-me .col-md-4 {
    border: 1px solid #9e9e9e;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
    margin-bottom:10px;
}
.contact-me .col-md-4 {
    text-align: center;
}
.contact-me img {display:none;}
.contact-me h3 {
    text-align:center;
}
.contact-me {
    padding-left:10px;
    padding-right: 10px;
}
.contact-me .col-md-8 {
    width:63%;
    margin-right:10px;
}
.contact-me button {
    margin: 10px 0 10px 25%;
    width:50%;
}
@media screen and (max-width: 991px) {
    .contact-me .col-md-8 {
        width:100%;
        margin-right: 0px;
    }
}
/***********************************************************************************************************************
  faq-section section
  *******************************************************************************************************************/

.faq {
    padding: 10px 15px;
}
.faq-question {
    font-weight: 900;
    color: #444444;
    font-size: 18px;
}
.faq-answer {
    color: #444444;
    font-size: 18px;
    padding-left: 30px;
}
.contemp-faq {
    display: none;
}
/***********************************************************************************************************************
  gift section
  *******************************************************************************************************************/

#giftform {
    margin: 20px auto 10px auto;
    max-width: 500px;
    padding: 10px;
    background: rgb(220,220,220);
    border-radius: 6px;
}
#giftform label {
    font-family: "Arial";
    text-align: left;
    width: 100%;
}
#giftform a.button {
    margin: 10px 0;
    font-weight: 600;
}
#giftform h2 {
    text-align: center;
}
#giftform .col-sm-offset-4 {
    margin-left: 0px;
}
/***********************************************************************************************************************
  how-section section
  *******************************************************************************************************************/

.how-step {
    width: 300px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/***********************************************************************************************************************
  investors section
  *******************************************************************************************************************/

#privatemoneyform {
    margin: 20px auto 10px auto;
    max-width: 500px;
}
#privatemoneyform label {
    font-family: "Arial";
    text-align: left;
    width: 100%;
}
#privatemoneyform a.button {
    margin: 10px 0;
    font-weight: 600;
}
/***********************************************************************************************************************
  reasons-for-selling section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  private-money section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  resources section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  page-heading section
  *******************************************************************************************************************/

.highlighted-text,
.page-heading {
    background: #2c3e50;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: white !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;
}
/***********************************************************************************************************************
  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 .col-sm-12:last-of-type {
    text-align:center;
}
/***********************************************************************************************************************
  footer section
  *******************************************************************************************************************/

footer .copyright-span,
footer .privacy-span,
footer .investors-span,
.powered-by-external{
    display:none !important;
}
footer div.bbb-logo-block-container {
    text-align:center;
}
footer div.bbb-logo-block-container img {
    max-height: 50px;
}

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

footer .footer-headline {
    margin-bottom: 20px;
}

footer .footer-headline h3 {
    margin-top: 15px;
    color: black;
}
footer .footer-headline h3:hover {
    color: #8993a2;
}
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: 100px;
    font-size: 14px;
}
footer .copyright > span,
footer .copyright > a {
    float: left;
}
footer .copyright a {
    color: #428bca;
}
footer .copyright-statement {
    margin-right: 10px;
}
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 .powered-by a {
    color: #428bca;
}
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;
}
footer .footer a.btn-inverse {
    color: white;
}
@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 h3, .blog_body_selector h1 {color: #2c3e50;}
.blog_body_selector h1 {text-align:center;}
.blog_body_selector h4 {color:#428BCA; font-weight:bold;}
.blog_body_selector h2 {color: #2c3e50; font-weight:bold;}
.blog_body_selector .sidebar a, .recentcomments {color:#bdc3c7;font-size:16px; font-weight:bold;}
.blog_body_selector #commentform a {color: #428BCA;}
.blog_body_selector div.meta, .blog_body_selector .meta a {color: #bdc3c7 !important; font-weight: bold}
.blog_body_selector div.meta {padding-bottom:30px; border-bottom:solid rgb(220,220,220) 1px;}

@media only screen and (min-width:768px) {
    #investorform button {
        width:50%;
        margin-left: 25%;
    }
}

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

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

@media only screen and (max-width: 992px) {
    .main {
        margin: 20px 0px 10px 10px;
    }
    .sub {
        margin: 20px 0px 10px 80px;
    }
    .resource-set {
        margin: 50px;
    }
    #short-form button {
        font-size: 18px;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .small-section-title {
        margin-top: 20px;
    }
    .resource-set h3 {
        text-align: center;
        margin-bottom: 10px;
    }
    .banner {
        background-size: cover;
    }
    .cta-section {
        height: 250px;
    }
    .form-horizontal {
        width: 100% !important;
    }
    .footer-right,
    .footer-left,
    .footer-middle {
        width: 100%;
        text-align: center;
    }
    .testimonial {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .button {
        font-size: 20px;
        width: 100%;
    }
    .how-step {
        width: 250px;
        height: 250px;
    }
    .three-icons {
        margin-top: 0px;
    }
    .hero-content-words {
        margin: auto;
    }
    .faq-answer {
        padding-left: 0px;
    }
    .contact-me .col-md-8 {
        width: 100%;
        margin-bottom:10px;
    }
    .form-horizontal h2 {
        text-align: center;
    }
    .private-money {
        margin-top: 0px;
    }
    section.banner div.banner-sub-container {
        display: block;
    }
    .img-thumbnail {margin-top: 15px;}
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .navbar-brand {font-size: 18px;}
    #navbar-collapse-1 {max-height: none;}
    .hero-text h1, .hero-text p {font-size: 40px;}
    .hero-text p {font-size: 25px;}
    .phone-cta a.phone_link::before {content: ''; display: block;}
    .h1, h1 {font-size: 30px;}
    h2 {font-size: 25px;}
    .contact-me button {width: 100%; margin-left: 0;}
}
