/*** steal from: http://coloradoroofing.org/ */


/*toggles*/

.bottombar {
	display:block;
	/* display:none */
}

body {
	background: url('images/gradient-bg.jpg') #fff repeat-x;
	background-attachment:fixed;
}



/*core tags*/

body{
	width:100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	line-height:1.9em;
	color:#444;
	font-style: normal;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#790000;
	transition: all 0.4s ease;
	font-weight:bold;
}

h1{
	font-size:1.7em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:100;
	line-height: 1.3em;
    margin: -16px -16px 10px;
	color: #fff;
	background-color:#444;
	padding:16px;
	border-bottom:solid 1px #333;
}
h2{
	font-size:1.5em;
	line-height:1.5em;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:100;
	border-bottom:solid 1px #333;
	padding-bottom:5px;
	margin-bottom:5px;
}
h3{
	font-size:1.5em;
	line-height:1.5em;
	color: #333;
	background:#ddd;
	box-shadow:3px 3px 0 #ccc;
	font-family: 'Roboto Condensed', sans-serif;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:100;
}
h4{
	font-size:1.3em;
	line-height:1.5em;
	color: #333;
}
h5{
	font-size:1em;
	color: #333;
}
h6{
	font-size:1em;
	color: #333;
}
ul, ol { 
    color: #666;
	font-size:1.1em;
	margin-left: 2em;
	line-height:1.5em;
}
p {
	margin-bottom:.5em;
}

.maincontent li {
	margin-bottom:.5em;
}

blockquote {
	background: url("images/quote.png") no-repeat scroll 20px 10px #790000;
	font-size:1.1em;
	text-align:center;
	padding:2em 1em 2em 90px;
	margin: 1em 0 3em;
	position:relative;
	color:#fff;
	font-style:italic;
}

blockquote span {
	position:absolute;
	bottom:-2em;
	right:1em;
	color:#790000;
	z-index:40;
}

blockquote:after {
  content: "";
  background-color: #eee;
  position: absolute;
  height: 40px;
  width: 100%;
  top: 100%;
  z-index: 1;
  left: 0;
}

.sidebar blockquote {
	background: url("images/sidequote.png") no-repeat scroll 5px 5px #aaa;
	margin: 1em 0 3em;
	padding:1em 1em 1em 1em;
	color: #333;
}

hr {
	border-top: 2px dotted #ccc;
}

img {
	box-sizing: border-box;
	max-width:100%;
}

.page {
	max-width:1050px;
	margin: 25px auto 0;
}

@media (max-width:1100px){
	.page {
		margin:auto;
	}

}


/* top bar */

#topbar{
	background:#333; 
	left:0px;
	text-align:center;
	overflow:hidden;
	margin-top:0;
}

body.back #topbar {
	border-bottom:10px solid #2b69ab;
}

#topbar div.phone{
	background: url(images/phone.png) left no-repeat;
	font-weight:100;
	font-size:2em;
	color:#fff;
	float: right;
	padding: 45px 25px 45px 50px;
	font-family: 'Roboto Condensed', sans-serif;
}

#topbar a.mobilephone{
	font-weight:100;
	font-size:2em;
	color:#fff;
	float: right;
	margin-top:10px;
	display:none;
	font-family: 'Roboto Condensed', sans-serif;
}
#topbar a.logo {
	background:url('images/mobilelogo.png') no-repeat center #fbba08;
	padding:10px;
	width:300px;
	height:100px;
	display:block;
	float:left;
	margin-bottom:20px;
}
#topbar a.contact {
	float:right;
	padding:45px 5px 45px 25px;
	font-size:2em;
	font-weight:100;
	border-left:solid 1px rgba(0,0,0,.2);
	color:#fbba08;
	font-family: 'Roboto Condensed', sans-serif;
}

/* top bar - mobile */



@media (max-width:700px){
	#topbar{ 
		position:relative;
		overflow:hidden;
	}
	#topbar a.mobilephone {
		float:none;
		margin:.5em auto;
		font-size:2em;
	}	
	#topbar a.logo {
		float:none;
		margin:auto;
	}
	#topbar div.phone{
		display:none;
	}
	#topbar a.mobilephone {
		display:block;
		
	}
	#topbar a.contact {
		float:none;
		display:block;
		padding:.5em 0;
	}
}


/* Header */

div.header{
	width:100%;
	overflow:hidden;
}

body.back div.header {
    box-shadow: none;
    background: #2B7CD2;
    font-size: 2em;
    color: #fff;
    font-style: italic;
}

body.back .pagetitle {
	float:left;
	padding-top:10px;
}

body.back div.header .page {
	box-sizing:border-box;
	overflow:hidden;
}

body.back a.topcta {
	float:right;
	color:#fff;
	font-size:15px;
	padding:5px 10px;
	border: solid 2px #fff;
}

.banner {
	margin:auto;
	overflow:hidden;
	clear:both;
	background:url(images/banner-bg.jpg) no-repeat;
	background-size:cover;
	height:500px;
	position:relative;
	border-bottom:20px solid #fff;
}

.banner:after {
	content:"";
	position:absolute;
	height:115px;
	width:100%;
	bottom:-20px;
	background:url('images/pitch.png') no-repeat center bottom;
}

.bannerphoto {
	float:right;
	background:url(images/headerimg.jpg) no-repeat center;
	width:500px;
	height:333px;
	border:solid 5px #fff;
	box-shadow:0 0 10px rgba(0,0,0,.5);
}

.bannerblock {
	background-color: rgba(51, 51, 51, 0.8);
	overflow:hidden;
	margin-top:150px;
	padding:1em;
}

.bannertext {
    font-size: 1.5em;
    line-height: 1em;
    color: #fbba08;
    width: 100%;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    transition: background-color .5s;
    box-sizing: border-box;
	text-align:center;
	max-width: 1050px;
	margin:auto;
}

.bannertext span {
	font-family: 'Josefin Sans', sans-serif;
	font-size:3em;
        color: #fff;
	display:block;
	line-height:1.2em;
}	

/* Header - mobile */

@media (max-width:1100px){
	.banner {
		height:auto;
	}
	div.header {
		height: auto;
		border-radius:0;
	}
	.bannerphoto {
		display:none;
	}
	.bannertext {
		margin-top:auto;
		margin:auto;
		float:none;
		width:80%;
		padding:10px;
	}
	body.back div.header .page {
		margin:20px auto;
		padding: 0 20px;
	}
	.banner:after  {
		display:none;
	}
	.bannerblock {
		margin:50px 0;
	}	
}

@media (max-width:700px){
	div.header {
		padding-top:20px;
	}
	body.backpage div.header {
		padding-top:0;
	}
	.bannerblock {
		margin:50px 0;
	}	
	.bannertext {
		font-size:1.3em;
		line-height:1.3em;
		margin:0;
		width:100%;
		padding:0;
	}
	.bannertext  span {
		font-size:2em;
	}
	.bannertext>a{
		font-size:.8em;
	}
	body.back div.header .page .pagetitle {
		float:none;
		text-align:center;
		margin-bottom:20px;
		font-size:25px;
	}
	
	body.back div.header .page .topcta {
		float:none;
		display:block;
		font-size:20px;
		text-align:center;
		width:50%;
		margin:auto;
	}
}
	
	
/* Main Menu */

div.mainnav{
	width:100%;
	overflow:hidden;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,222222+100 */
	background: #fbba08;
}
div.mainnav ul{ 
	list-style:none;
	margin:auto;
	line-height:.7em;
	max-width:1050px;
	text-align:left;
}
div.mainnav li {
		padding: 0;
		display: inline-block;
		border-right:solid 1px rgba(0,0,0,.2);
}
div.mainnav a {
	font-size:.9em;
	color:#fff;
	text-decoration: none;
	display:block;
	padding:1.5em 2em;
	overflow:hidden;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:100;

}
	
div.mainnav a:hover{
	background-color:#333;
	color:#fff;
}

/* main menu - mobile */

div.mainnav a#menutoggle {
	display:none;
	background:url(images/menutoggle.png) no-repeat 20px center;
	font-size:1.2em;
}		

div.mainnav a#menutoggle:hover {
	color:#999;
}
		
@media (max-width:1100px){
	div.mainnav a#menutoggle {
		display:block;
		text-align:center;
		padding:.5em;
	}	
	div.mainnav ul{
		display:none;
	}	
	div.mainnav li {
		display:block;
	}
	div.mainnav a {
		padding:1em;
		text-align:center;
	}
	div.mainnav a:hover{
		background-color:transparent;
		color:#999;
	}
}		
	
/* Content */
section#body {
	padding:1em;
	background-color:#fff;
	margin:1em 0 0;
	overflow:hidden;
	position:relative;
}	

.maincontent {
}
.maincontent {
	float:left;
	width:100%;
	box-sizing:border-box;
}
.maincontent a:hover, .maincontent a:active {
	border-bottom: 1px dotted #D56616;
}

/* Sidebar */
.sidebar {
        display: none;
	position:absolute;
	right:16px;
	width:30%;
	box-sizing:border-box;
	margin:-16px;
	padding:16px;
	background:#eee;
	border-left: solid 1px #ccc;
	height:100%;
}

.sidebar li {
	font-weight:100;
	color:#444;
	font-size:.9em;
}

@media (max-width:1100px){
	.sidebar,.maincontent {
		width:100%;
		float:none;
		box-sizing:content-box;
		position:relative;
		margin:0;
	}
}
/* Footer */

div.footer{
	background-color: #333;
	width:100%;
	overflow:hidden;
	border-bottom: solid 15px #222;
}
div.footer>div {
	max-width:1050px;
	margin:auto;
	padding:1em;
	overflow:hidden;
}
div.footer .nav {
	float:left;
}
div.footer .nav ul {	
	margin:0;
	list-style-type:none;
}
div.footer .nav li {
	padding:.3em;
}	
div.footer .nav a {	
	color: #aaa;
	padding:.5em 3em .5em .5em;
	font-weight:100;
	font-family:'Roboto Condensed', sans-serif;
	border-left:2px solid rgba(0,0,0,0);
}
div.footer .nav a:hover {	
	border-left-color: #16589E;
	background-color:rgba(255,255,255,.1);
	color:#fff;
}
div.footer .content {
	padding:1em;
	float:right;
	color: #aaa;
	max-width:400px;
	background-color:rgba(255,255,255,.1);
}
div.footer .content a {
	color:#ccc;
	font-weight:400;
	text-decoration:underline;
}
div.footer hr {
	border-top:1px dashed #666;
}

div.footer .creditcards {
	background: center no-repeat url('images/credit-cards.png');
	width:250px;
	height:50px;
}

/* Footer - mobile */

@media (max-width:700px){
	div.footer .nav {
		float:none;
		margin-bottom:5px;
	}
	div.footer .content {
		float:none;
		max-width:inherit;
	}
	div.footer .nav li {	
		text-align:center;
		padding:0;
	}
	div.footer .nav a {
		display:block;
		text-align:left;
	}
}

/* template sections */

/* shout out */

.shoutout{
	background: url('images/dark-bg.png');
	color:#fff;
	overflow:hidden;
	padding:2em;
	margin:1em -1em;
	font-size:1.1em;
}

.shoutout * {
	color:#fff!important;
}  

.shoutout img {
	border-color:#fff;
	border-bottom-color:#ccc;
}

.shoutout h2 {
	border-bottom-color:#fff;
}

/* big call now */

.bigcallnow {
	color:#fbba08;
	font-size:2.5em;
	font-family: 'Noto Sans', sans-serif;
	text-align:center;
	overflow:hidden;
	max-height:400px;
	padding:.5em 0;
	margin:0 -20px;
	line-height:1em;
	clear:both; 
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #333; 


}

.bigcallnow {
	font-size:1.8em;
}

.bigcallnow>span {
	display:block;
	padding:10px;
	font-size:2em;
	font-weight:bold;
}
.bigcallnow>a.cta {
     color: #fff;
	padding:1em;
	line-height:1.5em;
}
.bigcallnow>a.mobilephone {
	display:none;
	padding:.5em;
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
}

.bigcallnow>a:hover,
.bigcallnow>a:active  {
	border-bottom:none;
	color:#fbba08;	
}

/* Auto Center */

.autocenter {
	overflow:hidden;
	margin:1em -1em;
	padding:1em;
	text-align:center;
	border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.autocenter > div {
	margin: auto;
    padding: 1em;
    text-align: center;
}
.autocenter  img {
	margin:0 1em;
	float:none;
	border:none;
	box-shadow:none;
}

.autocenter p {
	margin:0;
	display: inline;
}

/* snazzy list */

.snazzylist {
	background:#eaeaea;
	margin:16px -16px;
	padding:16px;
	overflow:hidden;
	clear:both;
	border-bottom:#ddd 1px solid;
	border-top:#ddd 1px solid;
}
.snazzylist ul {
	margin: 16px 0;
	overflow:hidden;
}

.snazzylist li {
	color:#333;
	display:block;
	float:left;
	width:32%;
	margin-right:1%;
	padding:5px 10px;
	box-sizing:border-box;
	background-color:#fff;
	border:#ddd solid 1px;
	transition:all .5s;
}
.snazzylist li:hover {
	background-color:#fbba08;
	color:#fff;
}

.snazzylist li:hover a{
	color:#fff;
} 
/* template sections - mobile */

@media (max-width:1100px){
	.bigcallnow>span {
		display:none;
	}
	.bigcallnow>a.mobilephone {
		display:block;
	}
	.bigcallnow {
		font-size:2.5em;
	}
}
@media (max-width:900px){
	.bigcallnow{
		text-align:center;
		padding:0;
		width:97%;
		margin:auto;
		font-size:1.5em;
		height:auto;
	}
	.bigcallnow {
		font-size:1.5em;
	}
}


@media (max-width:700px){
	.snazzylist li{
		width:100%;
	}
}

/* Required */

.image-left{
	float:left;
	box-shadow:3px 3px 10px rgba(0,0,0,.2);
	margin: 1em;
}

.image-right{
	float:right;
	box-shadow:3px 3px 10px rgba(0,0,0,.2);
	margin: 1em;
}

.image-center{
	display:block;
	margin:1em auto;
	box-shadow:3px 3px 10px rgba(0,0,0,.2);
}

.image-noborder{
	border-style:none;
	box-shadow:none;
}



@media (max-width:700px){
	.image-left, .image-right, .maincontent img {
		float:none;
		margin-top:1em;
		margin-bottom:1em;
		margin-left:auto!important;
		margin-right:auto!important;
		display:block;
		width:auto!important;
	}
}