/* -------------- General Styles -------------- */

html,
body {
    height: 100%;
}
body {
    background: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quattrocento", "Open Sans", Helvetica, sans-serif;
}
a {
    color: #bbc266;
}
a:hover {
    color: #949a51;
}
header {
    padding: 10px 0;
    background: #fff;
}
header h1#logo {
    margin: 0;
    height: 93px;
    width: 262px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/logo.png) left top no-repeat;
    background-size: contain;
    float: left;
}
header h1#logo-commercial {
    margin:10px 0 0;
    height: 80px;
    width: 262px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/commercial/commercial-logo.png) left top no-repeat;
    background-size: contain;
    float: left;
}
header h1#logo a, header h1#logo-commercial a {
    height: 100%;
    width: 100%;
    display: block;
}
header h2.phone {
    float: right;
    color: #999;
    font-size: 28px;
    font-weight: 700;
    margin-top: 13px;
    font-family: "Source Sans Pro", "Open Sans", Helvetica, sans-serif;
}
header a.button {
    float: right;
    font-size: 20px;
    background: #bbc266;
    color: #fff;
    font-family: "Source Sans Pro", "Open Sans", Helvetica, sans-serif;
    margin: 10px 0 10px 20px;
    padding: 5px 20px;
    border-radius: 2px;
}
.wrap {
    margin: 0 auto;
    padding: 1px 20px;
    max-width: 1200px;
    overflow: visible;
}
section#banner {
    position: relative;
}
section#banner h1 {
    font-size: 72px;
    position: absolute;
    color: #fff;
    top: 30%;
    left: 5%;
    right: 5%;
    padding-bottom: 30px;
    margin: 0;
    text-align: center;
    z-index: 99;
    background: url(../images/white-border.png) center bottom no-repeat;
    background-size: 70% auto;
}
section#banner h1 br {
    line-height: 0;
}
section#banner.inside h1 {
    top: 37%;
    background: url(../images/green-border.png) center bottom no-repeat;
    background-size: 50% auto;
}
section#banner.inside img {
    width: 100%;
    height: auto;
}
section#intro {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}
section#intro h2 {
    background: url(../images/green-border.png) bottom center no-repeat;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
section#intro p {
    max-width: 650px;
    color: #999;
    font-size: 17px;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
}
section#exteriors {
    text-align: center;
    height: 100%;
    background: url(../images/exterior-restoration.jpg) center center no-repeat fixed;
    background-size: auto 100%;
}
section#interiors {
    text-align: center;
    height: 100%;
    background: url(../images/interior-restoration.jpg) center center no-repeat fixed;
    background-size: auto 100%;
}
/*section#ice-dams {
	text-align:left;
	height:100%;
	background: url(../images/ice-dam.png) top left no-repeat;
	background-size: cover;
}*/

section h3.icon {
    margin-top: 20%;
    color: #fff;
    font-size: 32px;
    padding-top: 80px;
    background: url(../images/icon-logo.png) center top no-repeat;
}
section#interiors p,
section#exteriors p {
    color: #fff;
    font-size: 17px;
    line-height: 1.6em;
    margin: 20px auto 30px;
    max-width: 675px;
}
section#interiors a.button,
section#exteriors a.button {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 8px 60px;
}

footer .wrap {
    padding: 30px 20px 10px;
}
footer img.logo {
    float: left;
}
footer div#social {
    float: right;
}
footer div#social a {
    padding: 0 0 0 10px;
}
footer p.copyright {
    border-top: 1px solid #5f5f5f;
    margin-top: 20px;
    padding: 15px 20px;
    text-align: center;
    font-size: 13px;
    color: #999;
}
/* --- Navigation Styles --- */

nav #menu-icon {
    display: none;
}
header nav ul {
    clear: right;
    float: right;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}
header nav ul li {
    float: left;
    position: relative;
    padding-left: 25px;
}
header nav ul li a {
    font-family: "Source Sans Pro", "Open Sans", Helvetica, sans-serif;
    font-size: 18px;
    color: #999;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
}
header nav ul li a:hover {
    color: #bbc266;
    text-decoration: none;
}
header nav ul li.dropdown a:focus {
    color: #bbc266;
    text-decoration: none;
	border:#333;
}
ul.dropdown-menu { 
	border-radius:0px; 
	left:10px; 
}
header nav ul li.dropdown ul li {
	clear: both;
	width:100%;
	padding: 0 5px;
	margin-bottom: 2px;
}
header nav ul li.dropdown ul li a {
	display: block;
	width:100%;
	color:#999;
	padding:3px 10px;
}
header nav ul li.dropdown ul li a:hover {
	background:#bbc266;
	color:#fff;
}
header nav ul li.free,
header nav ul li.phone {
    display: none;
}

/* --- Content Styles --- */

.content {
    background: #fff;
    padding: 40px 0;
}
.content.nopadding {
    padding: 1px 0;
}
.content.nobanner {
    border-top: 7px solid #f2f2f2;
}
.content h1,
.content h2,
.content h3 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.content .fsEmbed {
    padding: 0 20px;
}
.content iframe {
    border: 3px solid #cecece !important;
    margin: 25px 20px;
}
.content p {
    max-width: 1100px;
    margin: 0px auto 15px;
    padding: 0 20px;
}
.content p a.button, #intro a.button {
    display: inline-block;
    padding: 10px 40px;
    margin: 20px 0;
    color: #fff;
    background: #bbc266;
    border-radius: 1px;
    border-bottom: 4px solid #cbd18b;
    font-size: 16px;
}
.content .col-md-6 p.buttons {
    text-align: center;
    margin: ;
}
.content .col-md-6 p a.button {
    padding: 10px 20px;
    margin: 0 5px 10px;
}
.content .col-md-6 p a.button.info {
    padding: 9px 12px 10px;
}
.content .col-md-6 p a.button.info span {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 23px;
    width: 23px;
    text-decoration: none;
}
.content .img-responsive {
    max-width: 1100px;
    width: 90%;
    margin: 0px auto;
}
#slider {
    max-height: 500px;
    overflow: hidden;
}
#slider img{
	width:100%;
}
#slider.nivoSlider {
    max-height: none;
    overflow: visible;
}
.accordion,
.accordion-link {
    background: #f6f6f6;
}
.accordion h3,
.accordion-link h3 {
    margin: 0px;
    border-bottom: 1px solid #ccc;
}
.accordion h3 a,
.accordion h3 span,
.accordion-link h3 a {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    color: #333;
    padding: 30px 20px;
}
.accordion h3 a:hover,
.accordion-link h3 a:hover {
    text-decoration: none;
    color: #bbc266;
}
.accordion .details {
    background: #f3f3f3;
    padding: 30px 0px 40px;
    border-bottom: 1px solid #ccc;
}
.accordion .details ul {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0 40px;
}
.accordion .details ul li {
    font-size: 18px;
    padding: 2px 0;
    color: #666;
}
.accordion .details p {
    max-width: 1100px;
    margin: 0px auto 15px;
    padding: 0 20px;
}
.content .fsBody .fsRowBody {
    padding: 5px 15px;
}
.content .fsEmbed .fsFieldRow input[type=text],
.content .fsEmbed textarea {
    max-width: 100%;
    width: 100%;
    border: 0px;
    border-radius: 4px;
    background: #ebebeb;
    padding: 8px 15px 8px 40px;
    color: #636363;
    background-position: 15px 10px;
    background-repeat: no-repeat;
}
.content .fsEmbed .fsFieldRow input#field27193327 {
    background-image: url(../images/icon-name.png);
}
.content .fsEmbed .fsFieldRow input#field27193347 {
    background-image: url(../images/icon-email.png);
}
.content .fsEmbed .fsFieldRow input#field27193351 {
    background-image: url(../images/icon-address.png);
}
.content .fsEmbed .fsFieldRow input#field27193354 {
    background-image: url(../images/icon-phone.png);
}
.content .fsEmbed textarea#field27193356 {
    background-image: url(../images/icon-comments.png);
}
.content .fsSubmit {
    padding: 0px 15px !important;
    margin-top: 0px !important;
}
.content .fsSubmit input.fsSubmitButton {
    background: #333;
    width: 100%;
    border: 0px;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff !important;
}
#cols {
    position: relative;
}
#cols .col.int {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    right: 50%;
}
#cols .col.ext {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    right: 0;
}
#cols .col h2 {
    font-size: 38px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #bbc266;
}
#cols .col p a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 8px 60px;
}
#sliderwrap {
    background: #fff;
}
#sliderwrap .nivo-controlNav {
    padding: 0px !important;
    width: auto;
    text-align: center;
    border: 1px solid #fff;
}
#sliderwrap .nivo-controlNav a.nivo-control {
    display: inline-block;
    clear: none;
    width: 10%;
}
#sliderwrap .nivo-controlNav a.nivo-control img {
    width: 100%;
    height: auto;
    border: 2px solid #fff;
}
#emergencyphone a.button {
    float: right;
    font-size: 20px;
    background: #bbc266;
    color: #fff;
    font-family: "Source Sans Pro", "Open Sans", Helvetica, sans-serif;
    margin: 23px 69px 10px 10px;
    padding: 5px 20px;
    border-radius: 2px;
}
/* --- Tiles --- */
section#tiles {
	position:relative;
	top:-10%;
	z-index:2000;
}
#tiles ul { 
	width:90%;
	margin:0 5%;
	padding:0;
	display:block;
	list-style:none;
}
#tiles ul li {
	float:left;
	width:18%;
	margin:0 1%;
	text-align:center;
	background:#FFF;
	box-shadow: 2px 2px 20px #444;
	box-shadow: -2px 2px 20px #444;
}
#tiles ul li a {
	color:#333;
	text-decoration:none;
}
#tiles ul li p {
	padding: 10px 0;
	margin:0;
}
/* --- Interior Page Styles --- */
.content.page-interior {
	padding-top:0;
}
.wrap.page-interior {
	max-width:900px;
	padding-bottom:30px;
}
ul.logos-6, ul.logos-2, ul.logos-3 {
	width:100%;
	float:left;
	list-style:none;
	margin:0px 0;
	padding:0;
}
ul.logos-6 li, ul.logos-2 li, ul.logos-3 li {
	float:left;
	display:block;
	position:relative;
	text-align:center;
}
ul.logos-6 li {
	width: 23%;
	margin:0 5% 10px;
}
ul.logos-6 li:nth-child(7), ul.logos-6 li:nth-child(8) { 
	width: 40%;
	margin:0 5% 10px;
}
ul.logos-2 li {
	width:40%;
	margin:0 5% 10px; 
}
ul.logos-3 li {
	width:23%;
	margin:0 5% 10px;
}
img.ribbon { 
	max-width:100%; 
	text-align:center; 
	margin:20px 0;
}
img.emergency-button {
	max-width:250px;
	display:block;
	margin:20px;
	padding:30px 0
}
img.senior {
	max-width:35px !important;
	display:inline-block;
}
.bx-wrapper .bx-viewport {
	max-width:1060px !important;
	margin:20px auto 0 !important;
	padding:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	left:0px;
}
.testimonial-bubble{ 
	position:relative;
	margin:30px auto;
	padding: 30px 0;
	background: #A27132;
}
p.testimonial {
	font-size:18px;
	padding:0 10%;
	margin:0 auto 10px;
	color:#FFF;
}
p.customer {
	font-size:14px;
	padding:0 10%;
	margin:0 auto;
	color:#FFF;
}
#ice-dams h3 { position:absolute; top:40px; left:50%; }
#ice-dams ol { position:absolute; top:100px; left:50%; padding-right:40px; }
section#ice-dams li { font-size:16px; margin:0 0 10px; }
.satisfaction { display:block; padding:20px 0; background-color:#A27132; color:#ffffff; }

span.inline { 
	display:block;
	text-align: center; 
	text-transform:uppercase; 
	font-size: 24px;
	letter-spacing: 1px;
	margin: 30px 0 0;
	color:#522b1c;
}
#commercial-division {margin:0 0 30px; padding: 30px 15px; background: #402101; color:#FFF;}
#roofing-list, #siding-list, #concrete-list, #water-list { width:23%; margin: 0 1%; float: left; position: relative; padding: 0; min-height: 975px; }
#roofing-list { background: #c47b2a; }
#siding-list { background: #929952; }
#concrete-list { background: #978977; }
#water-list { background: #4a6b91; }
.commercial-content { padding:0 15px; }
#commercial-division h3 { text-align: center; border-bottom: solid 2px #FFF; padding: 0 10px 10px; margin-bottom:15px; }
#commercial-division img.img-responsive { width:100%; margin:0; }
#commercial-division p { margin-bottom: 5px; }
.commercial-memberships { width:70%; margin:0 2%; float: left; position: relative; }
.commercial-division { width:25%; margin:15px 0; padding: 0; float: left; position: relative; }
#commercial-division ul:before { padding: 30px; }

/* -------------- Widescreen Desktops -------------- */

@media only screen and (min-width: 1280px) {}
/* -------------- Standard Desktops -------------- */

@media only screen and (max-width: 1279px) {
    section#banner h1 {
        font-size: 61px;
    }
}
@media only screen and (max-width: 1100px) {
	.bx-wrapper .bx-viewport { left:20px; }
}
/* -------------- Landscape Tablets / Small Desktops -------------- */

@media only screen and (max-width: 1024px) {
    header h1#logo {
        width: 178px;
        height: 64px;
    }
    header h2.phone {
        font-size: 22px;
        margin-top: 3px;
    }
    header a.button {
        font-size: 16px;
        margin-top: 0px;
    }
    header nav ul li {
        padding-left: 10px;
    }
    header nav ul li a {
        font-size: 16px;
    }
    section#banner h1 {
        font-size: 50px;
    }
    section#intro {
        padding: 30px 0;
    }
    section#interiors p,
    section#exteriors p {
        font-size: 14px;
        line-height: 1.5em;
    }
    footer {
        text-align: center;
    }
    footer img.logo {
        float: none;
        margin: 0 auto 15px;
    }
    footer div#social {
        clear: both;
        float: none;
        margin: 0 auto;
    }
    footer div#social a {
        display: inline-block;
        padding: 0 0 10px 10px;
    }
    #roofing-list, #siding-list, #concrete-list, #water-list { width:48%; margin: 0 1% 10px; float: left; position: relative; padding: 0; min-height: 950px; }
}
@media only screen and (max-width: 800px) {
	#ice-dams h3 { position:absolute; top:20px; left:42%; }
	#ice-dams ol { position:absolute; top:80px; left:42%; padding-right:20px; }
	section#ice-dams li { font-size:14px; margin:0 0 10px; }
}
/* -------------- Portrait Mobile -------------- */

@media only screen and (max-width: 768px) {
    header {
        position: relative;
        text-align: center;
    }
    header .wrap {
        padding: 0px;
    }
    header h1#logo {
        margin: 0 20px;
    }
    header h2.phone,
    header a.button {
        display: none;
    }
    header nav #menu-icon {
        display: block;
        position: absolute;
        top: 45px;
        right: 20px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }
    header #menu-icon span,
    #menu-icon span:before,
    #menu-icon span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: #bbc266;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out;
    }
    header #menu-icon span:before {
        top: -10px;
    }
    header #menu-icon span:after {
        bottom: -10px;
    }
    header #menu-icon.active span {
        background-color: transparent;
    }
    header #menu-icon.active span:before,
    header #menu-icon.active span:after {
        top: 0;
    }
    header #menu-icon.active span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header #menu-icon.active span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header nav {
        width: 100%;
        z-index: 25;
        margin: 0;
    }
    header nav ul {
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        top: 7px;
        clear: both;
        display: none;
    }
    header nav ul li {
        clear: both;
        float: none;
        width: 100%;
        padding: 0px;
    }
    header nav ul li.free,
    header nav ul li.phone {
        display: block;
    }
    header nav ul li.free {
        background: #bbc266;
    }
    header nav ul li.free a {
        color: #fff;
    }
    header nav.active ul {
        display: block;
    }
    header nav ul li a,
    header nav ul li span {
        float: none;
        clear: both;
        display: block;
        height: 36px;
        padding: 0px 10px 15px;
        line-height: 36px;
        color: #999;
        text-align: center;
    }
    header nav ul li span {
        font-weight: 700;
    }
    header nav ul li ul {
        position: relative;
        display: none !important;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    header nav ul li ul.active {
        display: block !important;
    }
	span.caret { display:none; }
	ul.dropdown-menu {
		display:block !important;
		position:relative;
		border:none;
		box-shadow:none;
		left:0;
	}
    section#banner h1 {
        font-size: 40px;
        left: 2%;
        right: 2%;
        padding-bottom: 10px;
        top: 20%;
    }
    /*.wrap .col-md-6 {
        padding: 0px;
    }*/
    .wrap .col-md-6 .fsEmbed,
    .wrap .col-md-6 iframe {
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    #cols .col {
        top: 20px !important;
    }
    #cols .col h2 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    #cols .col p a {
        padding: 8px 20px;
        font-size: 14px;
    }
    #sliderwrap .nivo-controlNav a.nivo-control {
        width: 20%;
    }
	section#tiles {
		top:-5%;
	}
	#tiles ul { 
		width:98%; 
		margin:0 1%;  
	}
	ul.logos-6 li {
		width: 29%;
		margin:0 2%;
	}
	.wrap.page-interior {
		max-width:600px;
		padding-bottom:30px;
	}
	img.emergency-button { margin:0 auto; }
	/*.testimonial-bubble {
		width:70%;
		margin:20px auto;
	}
	p.testimonial {
		position:absolute;
		font-size:16px;
		padding:0 15% 0 25%;
		margin:0;
		top:15%;
		color:#FFF;
	}
	p.customer {
		position:absolute;
		font-size:14px;
		padding:0 15% 0 25%;
		margin:0;
		bottom:32%;
		color:#FFF;
	}*/
	.commercial-memberships { width:100%; margin:0; }
	.commercial-division { width:100%; text-align: center; }
}

@media only screen and (max-width: 700px) {
	#tiles {
		display:none;
	}
	#ice-dams h3 { position:relative; top:0; left:0; color:#fff; }
	#ice-dams ol { position:relative; top:0; left:0; padding:0 30px 10px; color:#fff; }
	section#ice-dams li { font-size:14px; margin:0 0 10px; }
}
/* -------------- Tiny Mobile -------------- */

@media only screen and (max-width: 480px) {
    section#banner h1 {
        font-size: 28px;
    }
    #roofing-list, #siding-list, #concrete-list, #water-list { 
	    width:100%; 
	    margin: 0 0 10px; 
	    float: left; 
	    position: relative; 
	    padding: 0; 
	    min-height:1px; 
	}
	/*.testimonial-bubble {
		width:90%;
		margin:20px auto 0;
	}
	p.testimonial {
		padding:0 10% 0 20%;
	}
	p.customer {
		padding:0 10% 0 20%;
	}*/
	
}
@media only screen and (max-width: 320px) {
	/*p.testimonial {
		font-size:12px;
	}
	p.customer {
		font-size:12px;
	}*/
}
/* -------------- Landscape Only -------------- */

@media screen and (min-aspect-ratio: 16/10) {
    section#exteriors,
    section#interiors {
        height: auto;
    }
    section a.button {
        margin-bottom: 25%;
    }
} 