/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);


/*
Template Name: Danny Buys Houses
Description: We buy houses in San Antonio. Danny will buy your house fast. Call Danny at 210-386-1069.  Get a cash offer today. San Antonio Home Buye
Version: 1.0
Author: Danny
*/




/* ==========================================================================
   1. General
========================================================================== */
/* 1.1 Main Styles
---------------------------------------------------------------------------*/
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;
}

/* 1.2 Anchor
---------------------------------------------------------------------------*/
a { color: #868787; }
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: #ffffff;
    text-decoration: none;
}

/* 1.3 Bootstrap New Component
========================================================================== */
/* 1.3.1 btn
---------------------------------------------------------------------------*/
.btn-nesto,
.btn.btn-nesto {
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    position: relative;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}
.btn-nesto:hover { background-color: #1d2225; }
.btn-nesto.focus,
.btn-nesto:focus,
.btn-nesto:active,
.btn-nesto.active {
    color: #ffffff;
    outline: none !important;
}

/* 1.3.2 panel
---------------------------------------------------------------------------*/
.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';
}

/* 1.4 Padding Classes
---------------------------------------------------------------------------*/
.half-width {
    float: left;
    width: 50% !important;
    display: inline-block;
}

.paddleft5 { padding-left: 5px !important; }
.paddright5 { padding-right: 5px !important; }




/* ==========================================================================
   2. Typography
========================================================================== */
/* 2.1 Headings
---------------------------------------------------------------------------*/
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: 0 0 10px; }

b,
strong { font-weight: 700; }

h2.section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

/* 2.2 Selection Color
---------------------------------------------------------------------------*/
::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;
}

/* 2.3 Inner Title
---------------------------------------------------------------------------*/
.inner-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;

    -webkit-border-bottom: 1px solid #f2f2f2;
       -moz-border-bottom: 1px solid #f2f2f2;
         -o-border-bottom: 1px solid #f2f2f2;
            border-bottom: 1px solid #f2f2f2;
}
.inner-title h1 { font-size: 40px; }
.inner-title p {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 0;
}




/* ==========================================================================
   3. Header
========================================================================== */
/* 3.1 Container
---------------------------------------------------------------------------*/
header {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background-color: #ffffff;
}

/* 3.2 Logo
---------------------------------------------------------------------------*/
#logo {
    float: left;
    max-width: 500px;
    overflow: hidden;
}
#logo img { max-width: 100%; }

/* 3.3 Contact
---------------------------------------------------------------------------*/
#header-contact {
    float: right;
    position: relative;
    padding-right: 50px;
}
#header-contact span {
    color: #1d2225;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#header-contact span:last-child {
    color: #e4545b;
    margin-bottom: 0;
    font-weight: 700;
}
#header-contact:after {
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    color: #e4545b;
    font-size: 50px;
    content: '\f095';
    text-align: right;
    line-height: 62px;
    position: absolute;
    font-family: 'FontAwesome';
}




/* ==========================================================================
   4. Menu
========================================================================== */
/* 4.1 Container
---------------------------------------------------------------------------*/
.navbar { margin-bottom: 0; min-height: 70px }
.navbar-default {
    background-color: #1d2225;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;

    -webkit-border-color: transparent;
       -moz-border-color: transparent;
         -o-border-color: transparent;
            border-color: transparent;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}

/* 4.2 items
---------------------------------------------------------------------------*/
.navbar-nav > li {
    float: none;
    display: inline-block;
}

/* 4.3 Anchor
---------------------------------------------------------------------------*/
.navbar-default .navbar-nav > li > a {
    color: #868787;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover { color: #ffffff; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active>a:focus {
    color: #ffffff;
    background-color: transparent;
}




/* ==========================================================================
   5. Menu
========================================================================== */
/* 5.1 Container
---------------------------------------------------------------------------*/
.home-section {
    margin: 0;
    width: 100%;
    padding: 60px 0 0;
    position: relative;
    background-color: #f5f5f5;
}
.home-section.inner { background-color: #ffffff; }

/* 5.2 Home Image
---------------------------------------------------------------------------*/
/* 5.2.1 Home Image Style1
---------------------------------------------------------------------------*/
.home-image-style1 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 454px;
    position: relative;
    background-color: transparent;

    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/background/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-border-bottom: 0;
       -moz-border-bottom: 0;
         -o-border-bottom: 0;
            border-bottom: 0;

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

/* 5.2.2 Home Image Style2
---------------------------------------------------------------------------*/
.home-image-style2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 565px;
    position: relative;
    background-color: transparent;

    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/background/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;
}

/* 5.3 Hero Unit
---------------------------------------------------------------------------*/
.hero-unit {
    left: 0;
    top: 50%;
    padding: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}
.hero-unit h1,
.hero-unit h2 {
    color: #ffffff;
    overflow: hidden;
    padding: 6px 12px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
}
.hero-unit h1 { font-size: 40px; }
.hero-unit h2 { font-size: 30px; }


/* 5.4 Offer Form Style1
---------------------------------------------------------------------------*/
/* 5.4.1 Wrapper
---------------------------------------------------------------------------*/
#offer-form-style1 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;

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

    -webkit-border-top: 0;
       -moz-border-top: 0;
         -o-border-top: 0;
            border-top: 0;

    -webkit-box-shadow: 0 1px 0.5px #cccccc;
       -moz-box-shadow: 0 1px 0.5px #cccccc;
         -o-box-shadow: 0 1px 0.5px #cccccc;
            box-shadow: 0 1px 0.5px #cccccc;
}
#offer-form-style1 .offer {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #1d2225;
}
.offer h3 { color: #ffffff; }

/* 5.4.2 Form Group
---------------------------------------------------------------------------*/
#offer-form-style1 .offerForm .form-group {
    margin: 0;
    width: 25%;
    float: left;
    padding: 0 10px;
    display: inline-block;
}
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;
}

/* 5.4.3 Form
---------------------------------------------------------------------------*/
/* 5.4.3.1 Wrapper
---------------------------------------------------------------------------*/
.offerForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* 5.4.3.2 Required
---------------------------------------------------------------------------*/
.required { color: #e4545b; }

/* 5.4.3.3 form-control
---------------------------------------------------------------------------*/
.offerForm .form-control {
	width: 100%;
    height: 45px;
    color: #868787;
    margin: 0 auto 20px;
	background-color: #ffffff;

    -webkit-appearance: none;
	   -moz-appearance: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-border: 1px solid #868787;
       -moz-border: 1px solid #868787;
         -o-border: 1px solid #868787;
            border: 1px solid #868787;
}
.offerForm .form-control:hover,
.offerForm .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #868787;
       -moz-border-color: #868787;
         -o-border-color: #868787;
            border-color: #868787;
}

/* 5.4.3.4 Submit Button
---------------------------------------------------------------------------*/
.offerForm .btn-nesto {
    width: 100%;
    height: 45px;
    font-size: 20px;
    margin-top: 29px;
    letter-spacing: 1px;
}

/* 5.4.3.5 Form Message
---------------------------------------------------------------------------*/
.offerForm #form-message,
.offerForm .form-message {
    width: 100%;
    color: #e4545b;
    overflow: hidden;
    text-align: center;
}
.offerForm #form-message {
    color: #1d2225;
    margin-bottom: 20px;
}


/* 5.5 Offer Form Style2
---------------------------------------------------------------------------*/
/* 5.5.1 Wrapper
---------------------------------------------------------------------------*/
#offer-form-style2 {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;

    -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;
}
#offer-form-style2 .offer {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #1d2225;
}

/* 5.5.2 Form Group
---------------------------------------------------------------------------*/
#offer-form-style2 .offerForm .form-group {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0 10px;
}

/* 5.5.3 form-control
---------------------------------------------------------------------------*/
#offer-form-style2 .offerForm .form-control {
	width: 100%;
    height: 40px;
    color: #868787;
    margin: 0 auto 10px;
	background-color: #ffffff;

    -webkit-appearance: none;
	   -moz-appearance: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

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

#offer-form-style2 label {
    font-size: 15px;
    font-weight: 600;
}

/* 5.5.4 Submit Button
---------------------------------------------------------------------------*/
#offer-form-style2 .offerForm .btn-nesto {
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

/* 5.5.5 Form Message
---------------------------------------------------------------------------*/
#offer-form-style2 .offerForm #form-message {
    color: #1d2225;
    margin-bottom: 5px;
}




/* ==========================================================================
   7. Image With Text Section
========================================================================== */
/* 7.1 Container
---------------------------------------------------------------------------*/
.image-text-section {
    margin: 0;
    width: 100%;
    padding: 40px 0 0;
    background-color: #ffffff;
}

/* 7.2 Feature Box Style1
---------------------------------------------------------------------------*/
/* 7.2.1 Wrapper
---------------------------------------------------------------------------*/
.featurebox-style1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

/* 7.2.2 Image
---------------------------------------------------------------------------*/
.featurebox-style1.left .feature-image {
    float: left;
    display: inline-block;
}
.featurebox-style1.right .feature-image {
    float: right;
    display: inline-block;
}
.feature-image img {
    width: 290px;
    height: 290px;
}

/* 7.2.3 Content
---------------------------------------------------------------------------*/
.featurebox-style1.left .feature-content { padding-left: 320px; }
.featurebox-style1.right .feature-content { padding-right: 320px; }
.feature-content p:last-child { margin-bottom: 0; }




/* ==========================================================================
   8. Icon With Text Section
========================================================================== */
/* 8.1 Container
---------------------------------------------------------------------------*/
.icon-text-section {
    margin: 0;
    width: 100%;
    padding: 40px 0 0;
    background-color: #f5f5f5;
}

/* 8.2 Feature Box Style2
---------------------------------------------------------------------------*/
/* 8.2.1 Wrapper
---------------------------------------------------------------------------*/
.featurebox-style2 {
    width: 100%;
    margin-bottom: 40px;
}

/* 8.2.2 Icon
---------------------------------------------------------------------------*/
.featurebox-style2 .feature-icon {
    float: left;
    width: 60px;
    height: 60px;
    color: #1d2225;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    display: inline-block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

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

/* 8.2.3 Title
---------------------------------------------------------------------------*/
.featurebox-style2 .title {
    padding-left: 80px;
    margin-bottom: 10px;
}

/* 8.2.4 Content
---------------------------------------------------------------------------*/
.featurebox-style2 .content { padding-left: 80px; }
.featurebox-style2 .content p:last-child { margin-bottom: 0; }




/* ==========================================================================
   9. How it works
========================================================================== */
/* 9.1 Wrapper
---------------------------------------------------------------------------*/
.work-step {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;

    -webkit-border-bottom: 1px solid #f2f2f2;
       -moz-border-bottom: 1px solid #f2f2f2;
         -o-border-bottom: 1px solid #f2f2f2;
            border-bottom: 1px solid #f2f2f2;
}
.work-step:last-child { margin-bottom: 0; }

/* 9.2 Number
---------------------------------------------------------------------------*/
.step-number {
    width: 80px;
    height: 80px;
    color: #ffffff;
    display: block;
    font-size: 40px;
    line-height: 80px;
    position: relative;
    text-align: center;
    margin: 0 auto -40px;
    background-color: #e4545b;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 9.3 Image
---------------------------------------------------------------------------*/
.step-image {
    max-width: 300px;
    margin: 0 auto 25px;
}
.step-image img {
    width: 100%;

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

/* 9.4 Content
---------------------------------------------------------------------------*/
.step-content {
    width: 100%;
    margin-bottom: 30px;
}

/* 9.5 Title
---------------------------------------------------------------------------*/
.step-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.step-title h3 { font-size: 40px; }




/* ==========================================================================
   10. Sell House Fast
========================================================================== */
/* 10.1 Image
---------------------------------------------------------------------------*/
.main-img {
    width: 100%;
    margin-bottom: 30px;

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

/* 10.2 Content
---------------------------------------------------------------------------*/
.main-content {
    margin-bottom: 50px;
}
.main-content p { margin-bottom: 30px; }
.main-content p:last-child { margin-bottom: 10px; }



/* ==========================================================================
   11. FAQ
========================================================================== */
/* 11.1 Wrapper
---------------------------------------------------------------------------*/
.faq-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

/* 11.2 Title
---------------------------------------------------------------------------*/
.faq-title {
    height: 42px;
    padding: 6px 6px 6px 0;
    background-color: #1d2225;

    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}

/* 11.3 Number
---------------------------------------------------------------------------*/
.faq-number {
    float: left;
    width: 30px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    background-color: #e4545b;
}

/* 11.4 Title
---------------------------------------------------------------------------*/
.faq-title h3 {
    color: #ffffff;
    line-height: 30px;
}

/* 11.5 Content
---------------------------------------------------------------------------*/
.faq-content {
    width: 100%;
    padding: 10px 12px;
    background-color: #f2f2f2;

    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
         -o-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}
.faq-content p:last-child { margin-bottom: 0; }




/* ==========================================================================
   12. About
========================================================================== */
.about-img {
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
}




/* ==========================================================================
   13. Contact Us
========================================================================== */
/* 13.1 Warapper
---------------------------------------------------------------------------*/
#contact-form {
    width: 100%;
    margin: 0 auto;
}
#contact-form .form-group {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0 10px;
}

/* 13.2 Form
---------------------------------------------------------------------------*/
/* 13.2.1 Wrapper
---------------------------------------------------------------------------*/
.contactForm  {
    padding: 0;
    width: 100%;
    float: left;
    margin: 0 auto;
    overflow: hidden;
}

/* 13.2.2 form-control
---------------------------------------------------------------------------*/
.contactForm .form-control {
	width: 100%;
    height: 45px;
    color: #868787;
    margin: 0 auto 20px;
	background-color: #ffffff;

    -webkit-appearance: none;
	   -moz-appearance: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-border: 1px solid #868787;
       -moz-border: 1px solid #868787;
         -o-border: 1px solid #868787;
            border: 1px solid #868787;
}
.contactForm .form-control:hover,
.contactForm .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #868787;
       -moz-border-color: #868787;
         -o-border-color: #868787;
            border-color: #868787;
}
.contactForm textarea {
	width: 100%;
    resize: none;
    padding: 10px 12px;
    margin: 0 auto 30px;
    height: 142px !important;
}

/* 13.2.3 Form Message
---------------------------------------------------------------------------*/
.contactForm #contact-form-message,
.contactForm .form-message {
    width: 100%;
    color: #e4545b;
    overflow: hidden;
    text-align: center;
}
.contactForm #contact-form-message {
    color: #1d2225;
    margin-bottom: 20px;
}




/* ==========================================================================
   14. Investors Form
========================================================================== */
/* 14.1 Warapper
---------------------------------------------------------------------------*/
#investors-form {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 600px;
    padding-top: 15px;
    background-color: #f2f2f2;

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

    -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;
}
#investorsform .form-group {
    width: 100%;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0 15px;
    margin: 0 auto 30px;
}

/* 14.2 Form
---------------------------------------------------------------------------*/
/* 14.2.1 Wrapper
---------------------------------------------------------------------------*/
.investorsForm  {
    padding: 0;
    width: 100%;
    float: left;
    margin: 0 auto;
    overflow: hidden;
}

/* 14.2.2 form-control
---------------------------------------------------------------------------*/
.investorsform .form-control {
	width: 100%;
    height: 45px;
    margin: 0 auto;
    color: #1d2225;
    font-size: 16px;
	background-color: #ffffff;

    -webkit-appearance: none;
	   -moz-appearance: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-border: 1px solid #868787;
       -moz-border: 1px solid #868787;
         -o-border: 1px solid #868787;
            border: 1px solid #868787;
}
.investorsform .form-control:hover,
.investorsform .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #868787;
       -moz-border-color: #868787;
         -o-border-color: #868787;
            border-color: #868787;
}
.investorsform textarea {
	width: 100%;
    resize: none;
    margin: 0 auto;
    padding: 10px 12px;
    height: 142px !important;
}
.investorsform select {
	width: 100%;
    resize: none;
    padding: 10px 12px;
    margin: 0 auto 30px;
    height: auto !important;
}

/* 14.2.3 Form Message
---------------------------------------------------------------------------*/
.investorsform #investors-form-message,
.investorsform .form-message {
    width: 100%;
    color: #e4545b;
    overflow: hidden;
    text-align: center;
}
.investorsform #investors-form-message {
    color: #1d2225;
    margin-bottom: 20px;
}




/* ==========================================================================
   15. Long Form
========================================================================== */
/* 15.1 Warapper
---------------------------------------------------------------------------*/
#long-offer-form {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 600px;
    background-color: #f2f2f2;

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

    -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;
}
#long-offer-form .offer {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #1d2225;
}
.offer h3 { color: #ffffff; }

/* 15.2 Form
---------------------------------------------------------------------------*/
/* 15.2.1 Wrapper
---------------------------------------------------------------------------*/
.longofferform  {
    padding: 0;
    width: 100%;
    float: left;
    margin: 0 auto;
    overflow: hidden;
}

/* 15.2.2 Form Group
---------------------------------------------------------------------------*/
#longofferform .form-group {
    width: 100%;
    float: left;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    margin: 0 auto 30px;
}

/* 15.2.3 Form Control
---------------------------------------------------------------------------*/
.longofferform .form-control {
	width: 100%;
    height: 45px;
    margin: 0 auto;
    color: #1d2225;
    font-size: 16px;
	background-color: #ffffff;

    -webkit-appearance: none;
	   -moz-appearance: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-border: 1px solid #868787;
       -moz-border: 1px solid #868787;
         -o-border: 1px solid #868787;
            border: 1px solid #868787;
}
.longofferform .form-control:hover,
.longofferform .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #868787;
       -moz-border-color: #868787;
         -o-border-color: #868787;
            border-color: #868787;
}
.longofferform textarea {
	width: 100%;
    resize: none;
    margin: 0 auto;
    padding: 10px 12px;
    height: 142px !important;
}
.longofferform select {
	width: 100%;
    resize: none;
    padding: 10px 12px;
    margin: 0 auto 30px;
    height: auto !important;
}

/* 13.2.4 Form Message
---------------------------------------------------------------------------*/
#long-offer-form #longoffer-form-message,
#long-offer-form .form-message {
    width: 100%;
    color: #e4545b;
    overflow: hidden;
    text-align: center;
}
#long-offer-form #longoffer-form-message {
    color: #1d2225;
    margin-bottom: 20px;
}




/* ==========================================================================
   16. Footer
========================================================================== */
/* 16.1 Container
---------------------------------------------------------------------------*/
footer {
    width: 100%;
    color: #868787;
    text-align: center;
    padding: 60px 0 40px;
    background-color: #1d2225;
}
footer a { color: #ffffff; }
footer a:hover { color: #868787; }

/* 16.2 Upper Footer
---------------------------------------------------------------------------*/
.upper-footer {
    width: 100%;
    overflow: hidden;

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

/* 16.3 Contact Info
---------------------------------------------------------------------------*/
.contact-info {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}
.contact-info i {
    color: #1d2225;
    font-size: 30px;
    margin-bottom: 30px;
}
.upper-footer .contact-info i { color: #ffffff; }

/* 16.4 Social Icons
---------------------------------------------------------------------------*/
.social-icons {
    width: 100%;
    text-align: center;
    padding: 40px 0 20px;

    -webkit-border-top: 1px solid #313436;
       -moz-border-top: 1px solid #313436;
         -o-border-top: 1px solid #313436;
            border-top: 1px solid #313436;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons ul li {
    margin: 0 5px 10px;
    display: inline-block;
}
.social-icons ul li a {
    float: left;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    display: inline-block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

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

    -webkit-transition: all 0.1s ease-in;
       -moz-transition: all 0.1s ease-in;
        -ms-transition: all 0.1s ease-in;
         -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
}
.social-icons ul li a:hover {
    color: #868787;

    -webkit-border-color: #868787;
       -moz-border-color: #868787;
         -o-border-color: #868787;
            border-color: #868787;
}




/* ==========================================================================
   10. Responsive
========================================================================== */
.tinynav { display: none; }
/* ------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 992px) {

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

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

    .container { width: 570px; }

    .tinynav {
        margin: 0;
        width: 100%;
        display: block;
    }
    .navbar-collapse {
        -webkit-border-top: 0;
           -moz-border-top: 0;
             -o-border-top: 0;
                border-top: 0;
    }
    .navbar-nav { display: none; }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form { display: block; }

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

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

    .container { width: 450px; }

    #logo  {
        float: none;
        margin: 0 auto;
    }
    #header-contact {
        float: none;
        margin: 0 85px;
    }

    .home-image-style1,
    .home-image-style2 {
        height: 254px;
    }
    .hero-unit h1 { font-size: 30px; }
    .hero-unit h2 { display: none; }

    .featurebox-style2 .feature-icon {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    .featurebox-style2 .title,
    .featurebox-style2 .content {
        padding-left: 0;
        text-align: center;
    }

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

    .container { width: 320px; }

    #header-contact {
        float: none;
        margin: 0 auto;
    }

    #offer-form-style1 .offerForm .form-group { width: 100%; }
    #offer-form-style2 { height: auto; }

    h1.section-title,
    .inner-title h1,
    .step-title h3 { font-size: 30px; }

    .featurebox-style2 .title h3 { font-size: 24px; }

    .half-width { width: 100% !important; }
    .paddleft5 { padding-left: 10px !important; }
    .paddright5 { padding-right: 10px !important; }

    .offerForm .btn-nesto,
    #offer-form-style2 .offerForm .btn-nesto {
        margin-top: 10px;
        margin-bottom: 15px;
    }

}

.lpeditable.lphiding {
  display:none;
}
.lpvideo-container {
    width: 100%;
    max-height: 500px;
}

/*START COLORSCHEME*/
.lp-bg-color {
    background-color: #ffffff;
}
.lp-text-color {
    color: #2c3e50;
}
.lp-accent-color {
    background-color: #2980b9;
}
/*END COLORSCHEME*/

a[href^=tel] { 
  color: inherit; 
}

.testimonial {
    margin: 40px auto;
    width:80%;
    color: #ffffff;
}

.has-error {
  border: 1px solid #ff0000 !important; 
}

.text-error {
    color: #ff0000 !important;
}

.private-question {
  font-size: 20px;
  cursor: pointer;
}
.private-answer {
  margin-left: 40px;
  font-size: 14px;
}
.private-title {
  background-color: #e4545b;
  color:  #000;
}

.push-down {
    padding-top: 20px;
}
.padding-10 {
    padding-top: 10%;
}
.padding-15 {
    padding-top: 15%;
}
.lift-up {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.lpbutton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #e4545b;
}

.lpbutton:focus,
.lpbutton:active:focus,
.lpbutton.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lpbutton:hover,
.lpbutton:focus {
  color: #333;
  text-decoration: none;
  background-color: #e4545b;
}
.lpbutton:active,
.lpbutton.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.lpbutton.disabled,
.lpbutton[disabled],
fieldset[disabled] .lpbutton {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

.services-section {
    padding: 40px 0;
}

.main{
    color: #1d2225;
    font-size: 22px;
}

.main>a{
    color: #2EA1ED;
}

.main>a:hover{
    color: #1578B8;
}

@media (min-width: 768px) {
    .main {
        margin: 20px 0px 10px 10px;
    }
    .sub{
        margin: 20px 0px 10px 80px;
    }
    .resource-set{
        margin: 50px;
    }
}
@media (max-width: 767px) {
    .resource-set h3 {
        text-align: center;
        margin-bottom: 10px;
    }
}
.list-none{
    list-style-type: none;
}
form.custom-built-form input,
form.custom-built-form select {
  margin-bottom: 0;
}
form.custom-built-form .form-group {
  margin-bottom: 15px;
}
.custom-error-message {
  color: #ff0000;
}
.question-bold {
font-weight: bold;
}
.question-italics {
font-style: italic;
}
.question-underline {
text-decoration: underline;
}