/*----------------------------
Global Styles
----------------------------*/
* {
    transition:all .3s ease;
}


html, body {
    overflow-x: hidden;
}

h2 {
    padding-bottom:30px;
}

a:hover {
    text-decoration:none !important;
}

a:focus, button:focus {
    outline:none !important;
    text-decoration:none !Important;
}

.center {
    text-align:center;
}

.heavy {
    font-weight:700;
}

.light {
    font-weight:200;
}

img.circle {
    border-radius:500000000px;
    box-shadow:0 0 4px rgba(0,0,0,.3);
}

.banner {
    padding:110px 0 60px 0;
}

.img-responsive {
    margin:0 auto;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e9ecef;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/



/*----------------------------
Button Styles
----------------------------*/


.button {
    border-radius:100px;
    border:none;
    font-size:15px;
/*     text-transform:uppercase;     */
    padding:10px 22px;
/*     letter-spacing:.03em; */
    transition:all .2s ease;
}

.button:hover {
    opacity:.8;
    cursor: pointer;
}

.button.round {
    border-radius:5000px;
}

a.button,
.button a {
    color:#FFF!important;
    font-weight: 600;
}

a.button:hover,
.button:hover a {
    text-decoration:none;
}

a.button.orange {
    background-color:#FAA60E !important;
}

a.button.green {
    background-color:#82B300 !important;
}

/*----------------------------
Colors
----------------------------*/

.orange {
/*     background:#FAA60E; */
	background:#FAA60E;
}

.green {
    background:#81B541;
}

.blue {
    background:#15A2DC;
}

.yellow {
    background:#FAA60E;
}

.black {
    background: #111111;
}

.white {
    color:#fff;
}

.uppercase {
	text-transform:uppercase;
}

.small-input-description {
	font-size: 12px;
	padding-top: 0;
	font-weight: 300;
	color: #666;
	padding-bottom: 10px;
}

.transparent {
	opacity: .75;
}

.gray {
    color:#888;
}

h3.green,
a.green {
    background:transparent !important;
    color:#81B541;
}

h3.orange,
a.orange {
    background:transparent !important;
    color:#FAA60E;
}

h3.yellow,
a.yellow {
    background:transparent !important;  
    color:#FAA60E;
}

h3.blue,
a.blue {
    background:transparent !important;  
    color:#15A2DC;
}

/*----------------------------
Sizes
----------------------------*/

.big {
    font-size:50px;
    font-weight:100;
/*     letter-spacing:.05em; */
}


/*----------------------------
Navigation
----------------------------*/

nav {
    background:#222;
    height:80px;
    z-index:200;
}

nav.header-nav {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}

.main-navigation {
/*     width:80%; */
    text-align:right;
    display:inline-block;
    padding:3px 0;
    position: relative;
    float: right;
}

.main-navigation ul li {
    display:inline;       
}

.main-navigation ul li a {
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
    color: #999;
    line-height: 75px;
}

.header-logo {
    padding:12px 0;
/*     width:28%; */
	max-width: 150px;
    display:inline-block;
}

.main-navigation a.button.orange {
    padding:10px 20px;
}


.scroll {
    background:rgba(30,30,30,.9);
    border-bottom:1px solid #000;
    height:60px;
}

.scroll .main-navigation ul {
    height:40px !important;
    margin-top:-10px;
    
}

.scroll .header-logo {
/*     padding:0 !important; */
}

.scroll img {
    max-width:120px !important;
}

/*----------------------------
Homepage Hero
----------------------------*/

.hero-banner {
    padding:160px 0 100px 0;
    background:#303030 url('../img/hero-home.jpg') top center no-repeat;
    background: #1E93BF url('../img/hero-toolbox-blue.jpg') top center no-repeat;
/*     background-attachment:fixed; */
    background-size: cover;
    min-height: 600px;
}

.hero-banner p {
    margin-top:40px;
}

/*----------------------------
Homepage Steps
----------------------------*/

.steps-banner {
    padding:60px 0;   
    background:#f5f5f5;
    border-bottom:1px solid #e5e5e5; 
}

.steps-banner img {
    margin:0 auto;
}

.steps-banner p {
    padding:0 0 20px 0;
    font-weight:200;
    color:#777;
    font-size:16px;
}

form.get-started {
    margin-top:30px;
}

form.get-started input {
    width:100%;
    font-size:20px;
    font-weight:200;
    padding:13px 25px;
    border-radius:500px;
    border:1px solid #bbb;
}

form.get-started input:focus {
    outline:none;
    border:1px solid #ddd;
}

form.get-started button:before {    
    content:"Get Started";
    color:#fff;
    font-size:17px;
    letter-spacing:.05em;
    padding:0 10px;
}

form.get-started button {    
    position:absolute;
    top:50%;
    right:0;
    margin-right:22px;
    margin-top:-7px;
}

/*----------------------------
Homepage Testimonials
----------------------------*/

.testimonials-banner {
    padding:60px 0;    
}

h5.testimonial {
    font-style:italic;
    color:#999;
    font-size:15px;
    font-weight:200;
    padding:15px 25px 0 25px;
    line-height:1.5;
}

h6.testimonial-credit {
    padding:0;
    font-weight:200;
    font-size:15px;
}


/*----------------------------
How It Works Page
----------------------------*/

.steps-banner-inside.black.banner {
/*     background:#000 url(/img/hire-bkg.jpg) top center no-repeat; */
    background:#000 url(/img/hero-howitworks.jpg) top center no-repeat;
    background-size:cover;
    background-attachment:fixed;
}

.how-it-works-page h4 {
    font-weight:200;
    line-height:1.6;
    padding:0 30px 20px 30px;
}

.steps-banner-inside a:hover,
.steps-banner-inside a:focus {
    text-decoration:none;
}

.steps-banner-inside a:hover img {
    max-width:150px !important;
}


.steps-banner-inside img {
    transition:all .3s ease;
}

.steps-banner-inside .fa-chevron-down {
    font-size:35px;
    transition:all .3s ease;
    padding-bottom:5px;
}

.steps-banner-inside .fa-chevron-down:hover {
    margin-top:5px;
    padding-bottom:0;
}

.scroll-next {
    margin-top:35px;
}

.scroll-next a {
    color:#fff;
    transition:all .3s ease;
}

.scroll-next a:hover,
.scroll-next a:focus {
    color:rgba(255,255,255,.7);
    text-decoration:none !important;
}

.scroll-next a {
    font-size:16px;
    letter-spacing:.07em;
    font-weight:600;
}

.scroll-next .fa {
    display:block !important;
    font-size:35px;
    line-height:.5;
}

a.arrow {
    background:transparent url(/img/arrow-down.png) bottom 5px center no-repeat;
    background-size:20px;
    padding-bottom:20px;
}

a.arrow:hover {
    background-position:bottom center;
}

a.arrow-up {
    background:transparent url(/img/arrow-up.png) bottom center no-repeat;
    background-size:20px;
    padding-bottom:20px;
}

a.arrow-up:hover {
    background-position:bottom 5px center;
}

/*----------------------------
Modal Styles
----------------------------*/
.modal-dialog {
    max-width:600px;
    margin:10vh auto ;
}

.modal-dialog .modal-content {
    margin-top:10vh;
    border-radius:0 ;    
    box-shadow:none;
    border:none;
}

.modal-dialog .modal-header {
    background:#303030;
    padding:10px 10px 0 10px;
}

.modal-dialog .modal-header p,
.modal-dialog .modal-header img{
    margin:0;
    padding:0 0 5px 5px;
}

.modal-dialog .modal-content button.close {
    color:#fff;
    padding:5px;
    opacity:.7;
}

.modal-dialog .modal-body {
    padding:30px;
}

.modal-dialog h2 {
    font-size:30px;
    color:#444 !important;
    padding-bottom:0;
}

.modal-dialog h4 {
    font-weight:200;
    color:#fff !important;
    font-size:15px;
    margin-bottom:30px;
}

/* --- cost estimator new css ---- */
.field-1{
	width:100%;
	float:left;
}
.field-txt{
	width:33.3%;
	float:left;
}
.field-input{
	width:66.6%;
	float:left;
}
#estimator-top form select {
    background: #fff url(http://localhost/diyroofs/images/dropdown-1.png) center right 10px no-repeat !important;
	
	color: #676767 !important;
	font-size: 17px !important;
	font-weight: bold !important;
	padding: 15px 10px !important;
	width: 90% !important;
}
#estimator-top input[type="text"]{
    width: 90% !important;
}
#estimator-top .col-md-8 span {
    color: #676767 !important;
    font-size: 17px !important;
    font-weight: bold;
}
.cost-estimator{
	color:#000;	
	background:#fff;
	width: 100% !important;
	float: left;
}
#estimator-top {
    margin-top: 111px !important;
}
.cost-estimator-title {
     font-size: 32px !important;
    font-weight: 600;
    margin: 3px 8px 29px 0px !important;
    color: #333333;
    padding-bottom: 0px;
    /* float: left; */
    width: auto;
    text-align: center;

}
.new_row {
    float: left;
    width: 100%;
    margin-top: 36px;
}
.cost11 {
    color: #F9A80E;
   
    width: auto;
    margin-top: 0;
        font-size: 32px;
}
.maintain-text {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin: 21px 0px;
}
.maintain-text-1 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-top: 80px;
}
.heading_main {
    margin: 0 auto;
    width: 60%;
}
.maintain-subtext {
    color: #676767;
    font-size: 17px;
   /* margin: 20px 0px;*/
    display: inline-block;
    width: 100%;
}
.cal-list {
    list-style: none;
    font-size: 17px;
    color: #676767;
}
.cal-list1 {
   
    font-size: 17px;
    color: #676767;
}
#estimator-middle-1 {
    margin-top: 45px;
}
#estimator-bottom {
    background-color: #4C4A4B !important;
    text-align: center;
    color: #fff;
    font-size: 29px;
	margin-top: 60px;
}
#estimator-bottom h3 {
    font-size: 29px !important;
    font-weight: 600;
	color:#E4E4E4;
}
.account-button {
    margin: 25px 0px 40px 0px;
}
.sign-up-btn {
    background: #FAA60F;
    color: #fff !important;
    border-style: none;
    padding: 10px 29px !important;
    font-weight: 600;
    font-size: 29px;
    border-radius: 10px;
}
#calculate ul {
	margin-left:0px;
}
.cal-list .fa.fa-check {
    color: #faa60e;
}
#roof-sign {
    text-align: center;
}
/*--- end of css ---- */
/*----------------------------
Form Styles
----------------------------*/
.block {
    display:block;
}

form h4 {
    margin-bottom:4px;
    padding-top:0;
}

form label {
    margin-bottom:0;
    margin-top:0;
}

form .block label {
    margin-right:10px;
}



input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    width:100%;
    max-width: 100%;
    max-height:100px;
    padding: 15px 10px;
    margin:5px 0 ;
    border-radius:4px;
    border:1px solid #ddd;
    font-size:17px;
    font-weight:200;
    color:#999;
}

 #submit {
    color:#fff;
}

textarea:focus, input:focus {
    border:1px solid #999;
    color:#303030;
    outline:none;
}

.form .button {
    color:#fff;
    font-weight:600;
    border-radius:4px;
    font-size:12px;
    letter-spacing:.04em;
    margin-top:5px;
}

.form h6 {
    font-size:10px;
    color:#999;
    font-weight:400;
}

#purchase input#cvc {
    float:left !important;
    width:58px;
}

#purchase #expiration {
    text-align:right !important;
}

#purchase #expiration input,
#purchase #expiration select { 
    width:23%;
}

#purchase #state {
    width:49% !important;
}

#purchase #zipcode {
    width:49% !important;
    float:right;
}

.divider {
    width:100%;
    margin-top:20px;
    border-bottom:3px solid #DDD;
    margin-bottom:20px;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

[placeholder]::-webkit-input-placeholder {
	color:#aaa;
}

select, input {
    color:#444 !important;
   /* text-transform: capitalize;*/
}

*:focus,
*:checked {
    outline:none !important;
}


input[type="radio"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:1px solid #ddd;
    border-radius:100px;
    padding:3px 3px;
}

input[type="radio"]:before {
    content:"";
    padding:0px 8px;
    border-radius:500px;
    background:#fff;
}

input[type="radio"]:checked:before {
    content:"";
    padding:0px 8px;
    border-radius:500px;
    background:#999;
}


form select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width:100%;
    background:#fff url(/img/select-bkg3.png) center right 10px no-repeat;
    background-size:15px;
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 17px;
    font-weight: 200;

}

select#slope {
    width:60px;
    margin-top: 5px;
}

select:focus,
input:focus,
buttonv, a:focus {
    outline:none;
}

.form-container .register-form input[type="file"] {
    padding:11px;
    border:1px solid #ddd;
    border-radius:4px;
    width:100%;
}

.form-container .register-form label.file-label { 
    margin-bottom:1px;
    margin-top:5px;
    color:#aaa;
    font-size:16px; 
    font-weight:200;
}

/*----------------------------
Footer
----------------------------*/

.footer-banner {
    padding:30px;    
    background:#303030;
	width: 100% !important;
	float: left;
}

.footer-nav {
    display:inline-block;
}

.footer-nav ul {
    list-style-type:none;
    padding-left:0;
}

.footer-nav ul li a {
    color:#fff;
    font-weight:200;
    font-size:13px;
    padding-right:25px;
    letter-spacing:.03em;
}

h6.footer {
/*
    float:right;
    display:inline-block;
*/
    color:#6e6e6e;
    letter-spacing:.06em;
    font-weight:200;
    font-size:12px;
    text-align: center;
}

h6.footer a {
    color:#bbb;
}

.social-nav {
    padding-top:;
    display:inline-block;
}

.social-nav ul {
    list-style-type:none;
    padding-left:0;
}

.social-nav ul li {
    display:inline;
    padding-right:6px;
}

.social-nav ul li img {
    max-width:35px;
}

div#home {}

.footer-banner .panel-footer {
    background:transparent;
}

.footer-banner  #headingFooter h4 {
    color:#303030 ;
    position:absolute;
    z-index:50 !important;
    left:50%;
    margin-left:-8px;
    padding:0 0 5px 0 ;    
    font-size:30px;
    margin-top:-25px;
    transition:transform .5s ease;
}

.rotate {
    transform: rotate(225deg);
    color:#FAA60E !important;
}

.panel-footer {
    margin-bottom:30px;	
    border:none;
}


.orange {
    border-top:none;
    background:#FAA60E !important;
}

.footer-banner  #headingFooter:before {
    content:"";
    position:absolute;
    margin-top:-20px;
    left:50%;
    margin-left:-40px;
    z-index:0 !Important;
    border-top:40px solid rgba(255,255,255,.6);
    border-right:40px solid transparent;
    border-left:40px solid transparent;
    
}

.panel-footer {
    border-radius:0
}

.footer-banner .col-md-3.col-md-offset-3.col-sm-4.col-sm-offset-2.col-xs-12 {
    border-left:1px solid rgba(255,255,255,.2);
}

.footer-banner button.orange {
    background:rgba(255,255,255,.2) !important;
    color:#fff  !important;
    text-transform:lowercase;
    padding:5px 15px ;
    font-weight:200;
    margin-top:10px;
}

.footer-banner input {
    padding:5px 15px;
    border:none;
    margin-bottom:2px;
}

.footer-banner h6.form-fine-print {
    color:#fff;
    font-weight:200;
    font-size:10px;

}

.footer-banner h3.nav-header {
    color:rgba(0,0,0,.35);
    font-size:20px;
    font-weight:200;
    text-shadow:1px 1px 1px rgba(255,255,255,.1);
}

ul, ol {
	margin-left: 30px;
}

/*----------------------------
Sticky Header
----------------------------*/

.stick {
    display:block !important;
    position:fixed;
    top:0;
    width:100%;
    z-index:500001;
    background:rgba(30,30,30,.95);
}

.stick,
.sticky-sidebar{
    animation-name: stick-slide;
    -webkit-animation-name: stick-slide;    

    animation-duration: 1s; 
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    

    visibility: visible !important;                     
}

@keyframes stick-slide {
    0% {
        transform: translateY(-120%);
    }
    50%{
        transform: translateY(-4%);
    }
    80%{
        transform: translateY(0%);
    }
    95%{
        transform: translateY(0%);
    }           
    100% {
        transform: translateY(0%);
    }       
}

@-webkit-keyframes stick-slide {
    0% {
        -webkit-transform: translateY(-120%);
    }
    50%{
        -webkit-transform: translateY(-4%);
    }
    80%{
        -webkit-transform: translateY(0%);
    }
    95%{
        -webkit-transform: translateY(0%);
    }           
    100% {
        -webkit-transform: translateY(0%);
    }   
}

/*----------------------------
Media Queries
----------------------------*/


#estimate-signup .section-four-content ,
#estimate-signup .section-two-content  {
    padding:70px 0 !important;
}

#estimate-signup .section-two-content h2,
#estimate-signup .section-four-content h2 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 6px;
}

#estimate-signup .section-two-content p,
#estimate-signup .section-four-content p {
    font-weight: 200;
    color: #444;
    margin-bottom: 40px;
}

#estimate-signup .section-two-content {
    background: #eee;
    padding: 50px 0 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;    
}


/*----------------------------
Landing Pages
----------------------------*/

.landing2 h2,
.landing3 h2,
.landing4 h2,
.landing1 h2{
    font-size:28px;
    font-weight:500;
    padding-bottom:6px;
}

.landing2 h5,
.landing3 h5,
.landing4 h5,
.landing1 h5{
    font-weight:200;
    font-size:16px;
    line-height:1.4;
    color:#444;
}

.landing2 p,
.landing3 p,
.landing4 p,
.landing1 p {
    font-size:18px;
    font-weight:200;
    color:#444;
    margin-bottom:40px;
}

.landing2 img.circle,
.landing3 img.circle,
.landing4 img.circle,
.landing1 img.circle {
    max-width:150px;
    border:2px solid #fff;
    box-shadow:0 0 5px rgba(0,0,0,.4);
}

.landing2 a.button.orange.small,
.landing3 a.button.orange.small,
.landing4 a.button.orange.small,
.landing1 a.button.orange.small {
    font-size:12px;
    padding:10px 15px;

}

.landing2 a.button.orange,
.landing3 a.button.orange,
.landing4 a.button.orange,
.landing1 a.button.orange {
    border-radius:4px;
    font-size:18px;   
    font-weight:600;
    padding:15px 20px; 
}


.landing1 .hero-band {
    height:100vh;
    background:#555 url(/img/hero-getstarted.jpg);
    background-size:cover;
    background-attachment:fixed;
    overflow-y:hidden !important;
    overflow-x: hidden;
    border-bottom:1px solid #d5d5d5;
}

.landing2 .header-container,
.landing3 .header-container,
.landing4 .header-container,
.landing1 .header-container {
    margin:20px auto 50px auto;
}

.landing2 .header-left .header-logo,
.landing3 .header-left .header-logo,
.landing4 .header-left .header-logo,
.landing1 .header-left .header-logo,
#estimate-page .header-left .header-logo {
    max-width:150px;
}

.landing2 .header-right a,
.landing3 .header-right a,
.landing4 .header-right a,
.landing1 .header-right a,
#estimate-page .header-right a {
    margin-top:15px;
    float:right;
}

.landing3 .header-right h4 a,
#estimate-page .header-right h4 a {
    font-size:25px;
    color:#FABD0E;
}

.landing3 .header-right h4 span,
#estimate-page .header-right h4 span {
    display:block;
    text-align:right;
    font-weight:300;
    font-size:14px;
    margin-top:-10px;
    color:#fff;
}

.landing3 .header-right a:hover,
#estimate-page .header-right a:hover {
    color:#fff;
}

.landing4 .header-right h4 a {
    font-size:25px;
    color:#FABD0E;
}

.landing4 .header-right h4 span {
    display:block;
    text-align:right;
    font-weight:300;
    font-size:14px;
    margin-top:-10px;
    color:#fff;
}

.landin4 .header-right a:hover {
    color:#fff;
}

.landing1 .header-content h1 {
    font-size:40px;
    font-weight:400;
}

.landing1 .header-content p {
    font-size:16px;
    font-weight:300;
    color:#fff;
    padding:10px 0 20px 0;
}

.landing3 .header-content h1 {
	color:#fff;
/* 	text-shadow:1px 1px 1px #222; */
}

.landing3 .header-content p {
	color:#fff !important;
/* 	text-shadow:1px 1px 1px #222 !important; */
}

.landing4 .header-content h1 {
	color:#fff;
	font-size: 44px;
/* 	text-shadow:1px 1px 1px #222; */
}

.landing4 .header-content p {
	color:#fff !important;
/* 	text-shadow:1px 1px 1px #222 !important; */
}

.landing2 .section-one-content,
.landing3 .section-one-content,
.landing4 .section-one-content,
.landing1 .section-one-content{
    margin:50px auto;
}


.landing2 .section-one-content .col-sm-6,
.landing3 .section-one-content .col-sm-6,
.landing4 .section-one-content .col-sm-6,
.landing1 .section-one-content .col-sm-6 {
    margin-bottom:50px;
}

.landing2 .section-two-content,
.landing3 .section-two-content,
.landing4 .section-two-content,
.landing1 .section-two-content {
    background:#eee;
    padding:50px 0 20px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.landing2 .section-two-content .col-sm-6:first-child h2,
.landing3 .section-two-content .col-sm-6:first-child h2,
.landing4 .section-two-content .col-sm-6:first-child h2 {
    margin-top:50px;
}

.landing1 .section-two-content .col-sm-6:first-child h2 {
    margin-top:90px;
}

.landing2 .section-two-content,
.landing3 .section-two-content,
.landing4 .section-two-content,
.landing1 .section-two-content {
    background:#eee;
    padding:50px 0 20px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}


.landing2 p,
.landing3 p,
.landing4 p,
.landing1 p {
    font-size:18px;
    font-weight:200;
    color:#444;
    margin-bottom:40px;
}

.landing2 .section-three-content,
.landing3 .section-three-content,
.landing4 .section-three-content,
.landing1 .section-three-content {
    padding:0;
    background:#303030;
    
}

.landing2 .section-three-content h2,
.landing3 .section-three-content h2,
.landing4 .section-three-content h2,
.landing1 .section-three-content h2 {
    font-weight:400;
    letter-spacing:.03em;
    margin:0;
    margin:50px 0;
    font-size:30px;
}

.landing2 .section-three-content .button.orange,
.landing3 .section-three-content .button.orange,
.landing4 .section-three-content .button.orange,
.landing1 .section-three-content .button.orange {
    display:block;
    margin-top:45px;
}

.landing1 .section-four-content {
    padding:50px 0 0 0;
}


.landing2 .header-container,
.landing3 .header-container,
.landing4 .header-container,
#estimate-page .header-container {
    background:#303030;
    margin:0;
}

.background-white {
	background: #FFF;
}

.landing2 .header-content {
    background:#555 url(/img/landing/toolbox-hero-bkg.jpg) top center no-repeat;
    background:#1E93BF url(/img/hero-toolbox-blue.jpg) top center no-repeat;
    background-size:cover;
    padding:60px 0;
/*     background-attachment:fixed; */
    overflow-y:hidden !important;
    overflow-x: hidden;
    border-bottom:1px solid #d5d5d5;
}

.landing-toolbox .header-content {
    background:#555 url(/img/hero-toolbox-dark.jpg) top center no-repeat;
    background-size:cover;
    padding:120px 0;
    background-attachment:fixed;
    overflow-y:hidden !important;
    overflow-x: hidden;
    border-bottom:1px solid #d5d5d5;
}

.landing2 .header-content p {
	color:#303030;
	text-shadow:0px 0px 20px rgba(0,0,0,.5), 1px 1px 0px rgba(255,255,255,.5); 
}

.landing-armor .header-content {
    background:#555 url(/img/landing/bg-armor.jpg) top center no-repeat;
    background-size:cover;
    padding:120px 0;
    background-attachment:fixed;
    overflow-y:hidden !important;
    overflow-x: hidden;
    border-bottom:1px solid #d5d5d5;
}

.landing-armor .header-content p {
	color:#303030;
	text-shadow:0px 0px 20px rgba(0,0,0,.5), 1px 1px 0px rgba(255,255,255,.5); 
}

.landing3 .header-content {
    background:#555 url(/img/hero-getstarted.jpg) top center no-repeat;
    background-size:cover;
    padding:120px 0;
    background-attachment:fixed;
    overflow-y:hidden !important;
    overflow-x: hidden;
    border-bottom:1px solid #d5d5d5;
}

.landing3 .header-content p {
	color:#303030;
	text-shadow:0px 0px 20px rgba(0,0,0,.5), 1px 1px 0px rgba(255,255,255,.5); 
}


.landing4 .header-content {
    background:#555 url(/img/hero-subcontractor-b.jpg) top center no-repeat;
    background-size:cover;
    padding:100px 0;
    background-attachment:fixed;
    overflow-y:hidden !important;
    overflow-x: hidden;
    border-bottom:1px solid #d5d5d5;
}

.landing4 .header-content p {
	color:#303030;
/* 	text-shadow:0px 0px 20px rgba(0,0,0,.5), 1px 1px 0px rgba(255,255,255,.5); */ 
}

    .landing2 .header-content p a,
    .landing3 .header-content p a     {
        text-shadow:none;
    }

.landing2 .section-four-content,
.landing3 .section-four-content,
.landing4 .section-four-content {
    padding:50px 0;
}

.landing2 .section-five-content,
.landing3 .section-five-content,
.landing4 .section-five-content
 {
    background:#eee;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:50px 0 0 0;
}

.card-logos {
background: transparent url(/img/card-logos.png) top left no-repeat !important;
background-size: 150px !important;
padding: 14px 0;
margin-top:20px;
}

/*----------------------------
Login and Registration Pages
----------------------------*/

#login-page {
    background:#555 url(/img/landing/landing-hero-bkg.jpg) top center no-repeat;
    background-size:cover;
    background-attachment: fixed;
    padding:100px 0;
}

#account-creation-page {
    background:#555 url(/img/landing/landing-hero-bkg.jpg) top center no-repeat;
    background-size:cover;
    background-attachment: fixed;
    padding:50px 0;	
}

#login-container {
    background:rgba(255,255,255,.2);
    box-shadow:inset 1px 1px 1px rgba(0,0,0,.5);
    padding:0 20px 20px 20px;
}

#login-page h2,
#account-creation-page h2 {
    font-size:30px;
    color:#fff !important;
    padding-bottom:0;
}

#login-page h4,
#account-creation-page h4 {
    font-weight:200;
    color:#fff !important;
    font-size:15px;
    margin-bottom:30px;
}

/*----------------------------
FAQ Page
----------------------------*/


#faq-page-hero {
    
padding: 110px 0 50px 0;
background: #303030 url('/img/hero-bkg.jpg') top -10px center no-repeat;
background-attachment: fixed;
margin-bottom:;
}

#faq-page {
    margin:0px 0;
}

#faq-page .panel {
    border-radius:0 0 4px 4px !important;
    border:none;
    box-shadow:none;
}

#faq-page .panel-heading {
    background:transparent url(https://diyroofs.localhost/img/faq-arrow.png) top 15px right no-repeat !important;
    background-size:15px !important;
    padding: 10px 20px 15px 0;
    border-top:1px solid #e5e5e5 !important;    

}

#faq-page .panel-heading h4 {
}

#faq-page .panel-body {
    border-top:none !important;
}


/*----------------------------
Estimate Page
----------------------------*/



#estimate-page {
    margin-bottom:50px;
}

#estimate-page .hero-band {
    padding:70px 0;
    background:transparent url(/img/hero-getstarted.jpg) center center no-repeat;
    background:#555 url(/img/hero-toolbox-dark.jpg) top center no-repeat;    
    background-size:cover;
    padding-bottom:50px;
}

#estimate-page .hero-band h1,
#estimate-page .hero-band p {
    color:#fff;
/*     text-shadow:1px 1px 1px #000; */
}

#estimate-page #price-left {
    margin-top:40px;
}

#estimate-page #price-right {
    margin-top:40px;
}

#estimate-page a:hover .pricing-box {
	background:#FFF1CC;
}


#estimate-page #price-left .most-popular {
    padding:2px 0;
    margin-bottom:0;
    text-align:center;
    background:#15A2DC;
    color:#fff;
    text-transform:uppercase;
    font-weight:900;
    width:40% !important;
    position: relative;
    right: 0;
    float: right;
    margin: 0 30%;
}

#estimate-page #price-left .most-popular h4{
    font-size:13px;
}

#estimate-page .pricing-box {
    background:#fff;
	border:0px solid #e5e5e5;
    padding:50px 15px 15px 15px;
    min-height:300px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    border-radius: 5px;
}

#estimate-page .pricing-box h3 {
    margin:0 0 40px 0;
    text-align:center;
    letter-spacing:.1em;
    font-weight:400;
    color:rgba(0,0,0,.35);
    text-transform:uppercase;
    font-size:17px;
}

#estimate-page .pricing-box h4 {
    margin-top:0;
    padding:15px 0 0 0;
    margin-bottom: 0;
    color:#303030;
    text-align:center;
    text-transform:uppercase;
    font-weight:900;
    font-size:70px;
    
}

#estimate-page .pricing-box h6 {
    text-align:center;
    color:rgba(0,0,0,.65);
    font-style:italic;
    padding:0 10px;
    font-size: 13px;
    line-height: 140%;
}

#estimate-page .feature-list {
    list-style-type:none;
    margin-left: 0;
    padding: 10px;
}

#estimate-page .feature-list li {
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.3);
    font-weight:300;
    font-size: 16px;
    color: #fff;
}


#estimate-page .feature-list li:last-child {
    border-bottom:none;
}

#estimate-form-container {
    background:rgba(0,0,0,.3);
    padding:0;
}

#estimate-form-container .col-sm-4 {
    background:rgba(0,0,0,.3);
    padding:0 30px 20px 30px;
    min-height:354px;
}

#estimate-form-container .col-sm-4 h1 {
    font-size:30px;
}

#estimate-form-container .col-sm-4 p {
    color:#c5c5c5;
    line-height:1.6;
    font-size:15px;
}

#estimate-form-container .col-sm-8 {
    padding: 30px;
}

#estimate-form-container .col-sm-8 h4 {
    color:#fff;
    padding-left:5px;
    font-weight:400;
}

#estimate-form-container .col-sm-8 input {
    display:inline !important;
    width:44%;
    margin:5px;
    
}

#estimate-form-container .col-sm-8 #submit {
    margin-left:5px;
}
.btn-1 {
    background: #FAA60F;
    color: #fff !important;
    border-style: none;
    padding: 10px 40px;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 15px;
    border-radius: 4px;
    margin-bottom: 41px;
	margin-left: 15px;
}
.maintain-form-subtext {
    font-size: 18px;
    font-weight: 400;
    color: #676767;
    margin-top: 10px;
}
.telephone {
    width: 100%;
    height: 47px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.calculate-btn {
    background: #FAA60F;
    color: #fff !important;
    border-style: none;
    padding: 10px 30px;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 15px;
    border-radius: 4px;
}
.satellite-button.orange {
    color: #fff !important;
    border-style: none;
    padding: 13px 15px;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 15px;
    border-radius: 4px;
    background: #FAA60F !important;
}
#Satellite-middle-1 .center {
    padding-top: 30px;
}
#Satellite-middle-1 {
    margin-top: 55px;
}
#satellite-img img {
    width: 100%;
}
.footer-banner .footer-2 {
    width: 30%;
    float: left;
}
.footer-banner .footer-1 {
    width: 70%;
    float: left;
}
/*------ footer css ------ */
.footer-link p {
    margin-bottom: 0px;
	color: #BBBBBB;
	letter-spacing: 0.06em;
	font-weight: 200;
}
.footer-link li {
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #ddd;
    padding: 3px 0px;
}
.footer-link li a {
    box-shadow: none;
	text-decoration: none;
	color: #BBBBBB !important;
	letter-spacing: 0.06em;
	font-weight: 200;
}
.footer-link {
    float: right;
}

/*------ end of css ------*/



@media screen and (max-width:1199px) {
    h1.center.white.big {
        font-size:50px;
    }    

    .steps-banner p.center {
        font-size:14px;
    }

    .landing1 .section-three-content h2,
    .landing2 .section-three-content h2,
    .landing3 .section-three-content h2,
    .landing4 .section-three-content h2  {
        font-size:22px;
        line-height:40px;
    }

    .landing2 .section-two-content h2,
    .landing2 .section-five-content h2
    .landing3 .section-two-content h2,
    .landing3 .section-five-content h2,
    .landing4 .section-two-content h2,
    .landing4 .section-five-content h2          {
        margin-top:0 !important;
    }
    
    .landing3 .header-content {
      background-position:top right -175px;
      background-size: auto !important;
      padding: 50px 0 !important;

    }
}

@media screen and (max-width:1199px) {
    #estimate-form-container .col-sm-8 #submit {
        margin-left:5px;
        width:44%;
        padding-top:14px;
        padding-bottom:14px;
    }    
}

@media screen and (max-width:1024px) {
.heading_main {
    margin: 0 auto;
    width: 76%;
}
}


/* ----- new cost estimate css ------ */

@media screen and (max-width:1024px) {

#expert-img img {
    width: 100%;
}
#estimator-top img {
    width: 100%;
}
#estimator-middle img {
    width: 100%;
}
#roof-sign img {
    width: 100%;
}
#manage_product img {
    width: 100%;
}
.cost-estimator-title {
    text-align:center;
}
}


@media screen and (max-width:991px) {
    .heading_main {
    margin: 0 auto;
    width: 100%;
}

    h1.center.white.big {
        font-size:40px;
    } 

    h3.center.gray.light {
        font-size:20px;
    } 

    .steps-banner h2 {
        font-size:35px;
    }

    .steps-banner h3 {
        font-size:20px;
    }      

    .steps-banner p.center {
        font-size:15px;
    } 

    .estimate-banner h2,
    .toolbox-banner h2,
    .expert-banner h2,
    .manage-banner h2 {
        font-size:25px;
        padding-bottom:5px;
    }   

    .estimate-banner h4,
    .toolbox-banner h4,
    .expert-banner h4,
    .manage-banner h4 {
        font-size:15px;
    }   

    .steps-banner-inside h2 {
        font-size:34px;
    }

    .steps-banner-inside h3 {
        font-size:18px;
    }

    .landing1 .header-content h1 {
        font-size:35px;
    }
    
    .steps-banner-inside.black.banner {
    background-size:auto;
    background-attachment:fixed;
}

    .landing1 .section-two-content h2,
    .landing1 .section-four-content h2      {
        margin-top:0 !important;
    }

    .landing1 .section-two-content {
        padding:50px 0 !important;
    }

    .landing1 .section-three-content h2,
    .landing2 .section-three-content h2,
    .landing3 .section-three-content h2,
    .landing4 .section-three-content h2 {
        font-size:22px !important;        
        line-height:25px ;
        margin:45px 0;
    }    

    .landing2 .section-five-content,
    .landing3 .section-five-content,
    .landing4 .section-five-content,        
    .landing1 .section-four-content     {
        padding:50px 0 60px 0 !important;
    }
    
    .landing3 .header-content {
      background-position:top right -175px;
      background-size: auto;
      padding: 50px 0 !important;

    }

}

@media screen and (max-width:980px) {
    #estimator-top input[type="text"] {
    width: 90% !important;
}
.container {
    width: 100%;
}
.col-md-12 {
    width: 100%;
    float: left;
}   
    #estimator-bottom h3 {
    padding-top: 21px;
}
.account-button {
    padding: 25px 0px 40px 0px;
    margin:0px;
}
    #estimator-bottom h3 {
    padding-top: 21px;
}
.account-button {
    padding: 25px 0px 40px 0px;
    margin:0px;
}

#estimator-top .col-md-4 , #manage_product .col-md-4 , #estimator-middle .col-md-4 {
    width:33.3%;
    float:left;
    padding-top: 10px;
}

#estimator-top .col-md-8 , #manage_product .col-md-8 , #estimator-middle .col-md-8 {
    width:66.6%;
    float:left;
}
#estimator-top img {
    width: 100%;
}
#estimator-middle .col-md-6{
    width:50%;
    float:left;
}
#estimator-middle .col-md-6{
    width:50%;
    float:left;
}

#estimator-middle-1 .col-md-4{
    width:33.3%;
    float:left;
    padding-top: 10px;
}
#estimator-middle-1 .col-md-8{
    width:66.6%;
    float:left;
}
#estimator-middle-1 img {
    width: 100%;
}

#estimator-middle-1 {
width: 100%;
float: left;
}
#estimator-middle{
width: 100%;
float: left;
}
#estimator-top{
    width: 100%;
    float: left;
}
.maintain-text-1 {
    margin-top: 30px;
}
.maintain-text {
    margin: 0px 0px;
}
.cost-estimator-title {
    text-align:center;
}
#satellite-img {
    padding-top: 50px;
}   
}

@media screen and (max-width:800px) {
#expert-img img {
    width: 100%;
}
}
@media screen and (max-width:767px) {
    #estimate-form-container {
        max-width:90%;
        margin-left:5%;
    }

    #estimate-form-container .col-sm-4 {
        min-height:0;
    }    
}

@media screen and (max-width:767px) {
    .main-navigation li:last-child {
        display:none;
    }
        
    h2 {
        font-size:30px;
    }
    
    .landing3 .header-right h4 a,
    #estimate-page .header-right h4 a     {
    font-size:18px !important;
    }

    .estimate-banner img,
    .toolbox-banner img,
    .expert-banner img,
    .manage-banner img {
        margin:20px auto;
        max-width:400px;
    }

    .steps-banner-inside .img-responsive,
    .steps-banner .img-responsive {
        max-width:100% !important;
    }
    
    .steps-banner-inside a:hover img {
        max-width:115% !important;
    }
    


    .testimonials-banner .row {
        max-width:400px;
        margin:0 auto;
    }

    .testimonials-banner .col-sm-4 {
        margin:20px auto !important;
    }

    .how-it-works-page .img-responsive {
        max-width:100%;
    }    

.footer-banner .col-md-3.col-md-offset-3.col-sm-4.col-sm-offset-2.col-xs-12 {
    border-top:1px solid rgba(255,255,255,.2);
    border-left:none;
    margin-top:15px;
}    

    .landing1 .section-two-content img {
        margin-top:30px;
    }

    .landing1 .section-three-content h2,
    .landing2 .section-three-content h2,
    .landing3 .section-three-content h2,
    .landing4 .section-three-content h2 {
        text-align:center;
        font-size:30px !important;
        line-height:35px;
        margin:50px 0 0 0 !important;
    }
    
    .landing1 .section-four-content {
        padding:50px 0 60px 0 !important;
    }

    .landing1 .section-three-content a {
        margin-top:20px !important;
        margin-bottom:60px;
    }

    .landing2 .header-content,
    .landing2 .section-two-content,
    .landing2 .section-three-content,
    .landing2 .section-four-content,
    .landing2 .section-five-content {
        text-align:center;
    }

    .landing3 .header-content,
    .landing3 .section-two-content,
    .landing3 .section-three-content,
    .landing3 .section-four-content,
    .landing3 .section-five-content {
        text-align:center;
    }

    .landing4 .header-content,
    .landing4 .section-two-content,
    .landing4 .section-three-content,
    .landing4 .section-four-content,
    .landing4 .section-five-content {
        text-align:center;
    }

    .landing3 .header-content {
      background-position:top right -175px;
      background-size: auto !important;
      padding: 50px 0 !important;

    }
    
    .hero-banner {
    padding:40px 0 80px 0;
    min-height: 200px;
    background-size: auto;
    }
}

@media screen and (max-width:736px) {
#estimator-top {
    margin-top: 0px !important;
}
.cost-estimator-title {
    font-size: 30px !important;
}
}

@media screen and (max-width:667px) {
.cost-estimator-title {
    font-size: 28px !important;
}
.footer-banner .footer-1 {
    width: 100%;
    float: left;
}
.footer-banner .footer-2 {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.footer-banner .footer-2 p {
    text-align:center;
    float:none !important;
}
#roof-sign img {
    width: 100%;
}
}

@media screen and (max-width:640px) {
.cost-estimator-title {
    font-size: 26px !important;
}
}
/* ----- end of new cost estimate css ------ */
@media screen and (max-width:550px) {
    #estimate-form-container {
        text-align:center;
    }

    #estimate-form-container img {
        margin-top:15px;
        margin-bottom:25px;
    }

    #estimate-form-container input,
    #estimate-form-container #submit {
        width:100% !important;
    }
}

@media screen and (max-width:550px) {
#login-container {

    width:90% !important;
    margin-left:5% !important;  
}

.header-logo {
/*     width:28%; */
    width: 120px;
}


.landing3 .header-content, .landing2 .header-content {
      background-position:top right -175px;
      background-size: auto !important;
      padding: 30px 0 !important;

    }   

#estimate-page .hero-band {
/*
    background:transparent url(/img/hero-getstarted.jpg) center center no-repeat;
    background-size:600px !important;
    margin-bottom:40px;
*/
}

}


@media screen and (max-width:480px) {
    .steps-banner-inside h3,
    .steps-banner h3 {
        font-size:18px;
    }

}
@media screen and (max-width:480px) {
    #estimator-top .maintain-subtext , #estimator-middle .maintain-subtext , #manage_product .maintain-subtext {
    margin-top: 26px;
}
    .cost-estimator-title {
    
    margin: 21px 8px 29px 0px !important;
}
#estimator-top .col-md-4 , #estimator-middle .col-md-4 , #manage_product .col-md-4{
    width:100% !important;
    float:left;
    padding-top: 45px;
}
#estimator-top .col-md-8 , #estimator-middle .col-md-8, #manage_product .col-md-8 {
    width:100% !important;
    float:left;
}
#expert-img img {
    width: auto !important;
}
#manage_product img
{
    width: auto !important;
} 
#estimator-top img {
    width: auto !important;
}
#estimator-middle .col-md-6{
    width:100% !important;
    float:left;
}

#estimator-middle img {
    width: auto !important;
}   
#estimator-middle-1 .col-md-4{
    width:100% !important;
    float:left;
    padding-top: 10px;
}
#estimator-middle-1 .col-md-8{
    width:100% !important;
    float:left;
}
#estimator-middle-1 img {
    width: auto !important;
}
.maintain-text {
    margin: 15px 0px !important;
}
.cost-estimator {
    text-align: center;
}
.cal-list {
    text-align: left;
}
.field-txt {
    text-align: left;
}
#Satellite-middle-1 {
    margin-top: 35px;
}
}
@media screen and (max-width:414px) {
#estimator-bottom h3 {
    font-size: 23px !important;
}
}
@media screen and (max-width:375px) {
#estimator-bottom h3 {
    font-size: 21px !important;
}
.maintain-text {
    font-size: 23px;
}
.maintain-text-1 {
    font-size: 23px;
}
.cost-estimator-title {
    font-size: 23px !important;
}
}
@media screen and (max-width:360px) {
.maintain-text {
    font-size: 22px;
}
.maintain-text-1 {
    font-size: 22px;
}
}
@media screen and (max-width:320px) {
    #estimator-top img {
    width: 250px !important;
}
#estimator-middle-1 img {
    width: 250px !important;
}
#estimator-middle img {
    width: 250px !important;
}
.maintain-text {
    margin: 0px 0px !important;
    font-size: 19px;
}
.maintain-text-1 {
    font-size: 19px;
}
#estimator-bottom h3 {
    font-size: 18px !important;
}
.sign-up-btn {
    font-size: 23px;
}
}
