
/*GLOBAL*/

html{
	font-size: 100%;
}

* {
    box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

[class*="col-"] {
    float: left;
    padding: 15px;
   }

.row:after {
    content: "";
    clear: both;
    display: block;
}


img {
      border: none;
}

p {
	color: #333;
	margin: 10px 0 10px 10px ;
	padding: 0;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0;
	vertical-align: text-top;
	margin-top: 2px;
	
}

p.small {
	padding: 0 20px 0 25px;
	line-height: 100%;
	clear: both;
}


/*END OF GLOBAL*/

/*HEADINGS*/


h1, h2, h3, h4, h5 {
    	margin: 0px;
    	padding: 0px;
    	font-weight: normal;
    	line-height: 120%;
	clear: both;

}
h1.hide {
	color: #fff;
	font-size: .0000000001em;
	padding: 0;
	margin: 0;
	letter-spacing: -.1px;
	float: left;

	
}
h1{
	font-size: 2.0em;
	color: #333;
	font-weight: bold;
	
	}
.central {
   	text-align: center;
	width: 100%;
	margin: 0;
}
 
.central h2{
	color: #666;
}

h2 {	
	font-family: Helvetica, Arial, Sans-Serif; 
	color: #333;
	font-size: 1.4em;
	margin: 0 10px 0 5px;
	font-weight: 400;
	letter-spacing: -1px;
	clear: both;
		
}
h2.small{
	font-size: .000000000000001em;
	color: #fff;
}

h3 {	
	color: #7B0202;
	font-size: 1.2em;
	margin: 5px;
	font-weight: 400;
	letter-spacing: -1px;
	clear: both;
}

h3 span.nospace {	
	letter-spacing: 0;

}

h4 {
	color: #333;
	font-size: 1.0em;
	margin: 5px 0;
	letter-spacing: -1px;
	
	}


h5 {
	font-size: .9em;
}

h6 {
	font-size: .8em;
}



/* GENERAL STYLES */
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: .95em;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	
}


.clear {
	clear: both;
}

.hr {	
	background: url('../images/extras/hr_content.gif') top left repeat-x ;
	height: 2px;
	display: block;
	margin: 0;
	padding: 0;
	width: 60%;
}

hr {	
	color: #e6e6e6;
}

em{
	font-style: normal;
}



/*HOMEPAGE*/

/*HEADER*/

.header{
	height: 100px;
	width: 100%;
	}	

.header img{
	float: left;
	}

.header img{
	float: left;
	margin: 0px 0 5px 19px;
}

.cc_phone{
	background: url('../images/extras/icon_phone.png') top left no-repeat;
	padding: 24px 10px 10px 40px;
	float: right;
	}
 
.header span{
	color: #fff;
	clear: both;
	display: block;
	align: right;
	}


/*.contact_phone{
	
	background: url(../images/extras/icon_phone_red.png) bottom left no-repeat;
	padding: 25px 0 10px 50px;	
	
}
.contact_email{
	background: url(../images/extras/icon_email.png) bottom left no-repeat;	
	padding: 25px 10% 10px 10px;
		}*/
/*TOP NAV*/
	.header_nav{
	width: 900px;
	margin: 0 auto;
	height: 42px;
	clear: both;
	}
	
	.header_nav ul{
	margin: 0;
	padding: 15px 5% 0;
	list-style-type: none;
	}

	.header_nav ul li{
	display: inline;
	margin: 0;
	}

	.header_nav a{
	padding: 4px 2% 10px 2%;
	color: #fff;
	font-size: .85em;
	text-decoration: none !important;
	}
	
	.header_nav a:active,link,visited{
	color: #fff;
	text-decoration: none;
	}

	.header_nav a:hover{
	text-decoration: none;
	color: #fff;
	border-bottom: 3px solid #B10203;
	}

	.header_nav a.active{
	border-bottom: 3px solid #B10203;
	}

	.header_nav a.nodivid{
	background: none;
	}

a.menu {
	
    float: right;
    color: #fff;
    background: #4e4e4e;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.menu:hover,
a.menu:focus {
    color: #1c1c1c;
    background: #ccc;
}

/*MAIN section with image*/

	.main img{
	width: 100%;
	height: 241px;
	z-index: 1;
	}
	
	.main h2{
	margin: 0;
	padding: 10px 7px;
	width: 100%;
	color: #fff;
	letter-spacing: 0em;
	z-index: 0;
	}

	.main h2 a{
	color: white; 
   	}
	
	/*.main h2 span{
	font-size: small;
	}*/

	.main h2:hover{
	text-decoration: underline;
	}
	
	.main p a{
	color: #fff;
	font-size: .8em;
	line-height: 1.1em;
	letter-spacing: .01em;
	}

	.main img:hover{
	transition: opacity 0.80s ease 0s;
	opacity: .8;	
	filter: alpha(opacity=80); /* For IE8 and earlier */	
	}

	

.overlay{
	position: absolute;
	top: 260px;
	/*position: relative;
	top: -120px;
	bottom: -120px;
	height: 40px;*/
	/*background:  url(../images/bg/bg_main.png) repeat scroll 0% 0%;*/
	height: auto;
	display: block;
	
	
	}

/*CONTENT SECTION*/

.main_about img{
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
	}


.about_overlay{
	position: absolute;
	top: 110px;
	height: 300px;
	width: 41%;
	max-width: 500px;
	min-width: 430px;
	
	display: block;
	background:  url(../images/bg/bg_about_overlay.png) bottom left no-repeat;
	padding: 10px 10px;
	margin: 0 10px;
	}

.about_overlay h2{
	margin: 10px 0 10px 10px;
	padding: 0;
	color: #fff;

}
.about_overlay p{
	font-size: .9em;
	color: #fff;
	line-height: 1.3em;


}



.chimney_overlay{
	position: absolute;
	top: 110px;
	height: 50px;
	width: 100%;
	width: 964px;
	display: block;
	background:  url(../images/bg/bg_about_overlay.png) bottom left no-repeat;
	padding: 10px 10px;
	margin: 0 10px;
	}

.chimney_overlay h2{
	margin: 0 0 0 10px;
	padding: 0;
	color: #fff;

}


/* end of ABOUT APEX*/
.apex{
	margin: 15px 0;
	clear: both;
	
	
}

.apex ul{
	margin: 0;
	padding: 0;
}

.apex ul li {
	width: 30%;
	float: left;
	margin: 5px 10px 0 10px;
	padding: 10px 5px 0;
	min-height: 270px;
	border: 1px solid #C5CDD8;
	list-style-type: none;

}

.apex ul li h2{
	color: #B10203;
	margin:  0 0 5px 8px;
	padding: 5px 0 0 35px;
	height: 30px;
	}

.apex ul li h2 a{
	 color: #B10203;

	}
.apex p{
	font-size: .9em;
	padding-top: 5px;
	}

.apex li.welcome p{
	font-size: .85em;
	
	}
/*homepage*/

.apex li.gutter{
	
	background: url(../images/services/gutter_cleaning.jpg) top left no-repeat;
	}


.apex li.chimney{
	background: url(../images/services/chimney_cleaning.jpg) top left no-repeat;
	
	}

.apex li.window{
	background: url(../images/services/window_cleaning.jpg) top left no-repeat;
	
	}
/*about graphics*/

.apex li.aboutchimney{
	/*background: url(../images/services/about_chimney.jpg) top left no-repeat;*/
	
	}

br.clear{
	clear: both;
}


/*CONTACT do not touch */
.apex ul ol{
	margin: 0;
	padding: 0;
	}

.apex ul li li{
	margin:0 0 0 15px;
	padding: 5px 5px 3px 25px;
	width: 100%;
	border: none;
	min-height: 30px;
	background: url(../images/extras/list_circle_red.png) center left no-repeat;
	list-style: none;
}

.apex ul li li span{
	width: 40%;
	display: inline-block;
}

.apex ul li li.mob{
	background: url(../images/extras/icon_mobile.png) top left no-repeat;

}

.apex ul li.contact h2{
	background: url(../images/extras/icon_contact.png) top left no-repeat;
}

.apex ul li.paypal h2{
	background: url(../images/extras/icon_pay.png) top left no-repeat;
		
}

.apex ul li.aboutchimney h2{
	background: url(../images/extras/icon_chimney.png) top left no-repeat;
}

.apex ul li.aboutgutter h2{
	background: url(../images/extras/icon_gutter.png) top left no-repeat;
}

h2.chimney{
	background: url(../images/extras/icon_chimney.png) top left no-repeat;
}

h2.birdnest{
	background: url(../images/extras/icon_birdnest.png) top left no-repeat;
}
h2.tar{
	background: url(../images/extras/icon_tar.png) top left no-repeat;
}

.apex ul li h2.noicon{
	padding: 5px 0 0 0;
}

.apex img{
	padding: 5% 0;
    	
}

.apex ul li.welcome h2{
	background: url(../images/extras/icon_apex.png) top left no-repeat;
	
}



.apex a span{
	text-decoration: none;
}

.apex a:hover span{
	text-decoration: underline;

}


.apex span a{
	border: 2px solid #B10203;;
	padding: 5px 10px 5px 10px;
	color: #B10203;
	float: right;
	text-decoration: none;
	
}

.apex span a:hover{
	text-decoration: underline;	
	}

.apex span.white a{
	border: 2px solid #fff;
	}


li.gutter a{
	color: #fff;
}

li.chimney a{
	color: #fff;
}
/*li.aboutchimney a{
	color: #fff;
}*/
li.window a{
	color: #fff;
}

form{

align
}

.pad1{
	display: block;
	width: 100%;
	padding-top: 40px;
	}

.pad2{
	display: block;
	width: 100%;
	padding-top: 71px;
	}

.pad1{
	display: block;
	width: 100%;
	padding-top: 40px;
	}

.pad3{
	display: block;
	width: 100%;
	padding-top: 20px;
	}
/*RHN*/
.rhn{	
	float: right;
	width: 35%;
}


.rhn ul{
	display: inline-block;
	width: 200px;
	margin: 0px 10px 12px 5px;
	padding: 5px 0px 0px;
	list-style-type: none;
	float: left;
	color: #333;
	
}

.rhn ul li{
	background: url(../images/extras/arw_services.gif)center left no-repeat;
	padding: 3px 3px 3px 15px;
	
}
.rhn ul li a{
	color: #333;
	text-decoration: none;
	}

.rhn ul li a:link{
	color: #333;
	text-decoration: none;
	}
.rhn ul li a:hover{
	color: #333;
	text-decoration: underline;
	}

.rhn h3{
	color: #333;
	font-weight: 400;
	
			
}
.rhn h3.padding{
	margin-top: 90px;
}

.rhn h3 a{
	font-weight: 400;
	display: block;
	color: #333;
	text-decoration: none; 
	
	
}

.rhn h3 a:active,visited{
	color: #333;
	text-decoration: none;
	
}

.rhn h3 a:hover{
	color: #999;
	text-decoration: none;
}

.rhn h4{
	margin: 0;
	padding: 8px 0;
	
	
	}

.rhn h4.phone{
	margin: 0;
	padding: 10px 0 10px 7px;
	border-bottom: 1px solid #ebebeb;
	
	}
.rhn h4.phone span{
	width: 120px; 
	color: #9C0303;
	display: inline-block;
	
	}

.rhn p{
	
	line-height: 1.1em;
	
}
.rhn p.padding{
	margin-left: 50px;
}
img.ad{
	margin: 0 0 20px 5px;
	border: 1px solid #ebebeb;

}
table{
	cellpadding: 10px;
	cellspacing: 10px;
	padding: 10px;
	border: 0;
	vertical-align: left;
}

table th{
	color: #fff;

}
table td span{
	vertical-align: center;
	font-size: large;
	padding: 0 0 0 0px;
}
table td strong{
	
}


/*FOOTER*/
.footer {
	max-width: 760px;
	margin: 0 auto;
	}

.footer ul{
	margin: 15px 10% 30px;
	padding: 0;
	list-style-type: none;
	}

.footer ul li{
	background: url(../images/bg/bg_divider_footer.gif) top left no-repeat;
	color: #333;
	display: inline;
	padding: 0 4px 0 10px;
	font-size: .7em;
}

.footer ul li.nodivid{
	background: none;
}

.footer ul li a{
	text-decoration: none;

}
.footer ul li a:hover{
	text-decoration: underline;
	color: #B10203;

}
/*END OF FOOTER*/


*/float FIXES*/
.float_left{
	float: left;
	
}

.float_right{
	float: right;
}

.pad{
	width: 10px;
	display: inline-block;
	}

/*MEDIA QUERIES*/

@media only screen and (max-width: 450px) {

    
	.main{
	width: 100%;
	min-height: 240px;
	margin: 10px 10% ;
	width: 100%;
	}
	
	#outer_container {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/bg/bg_header.png) bottom right repeat;	
	height: 100px;
	}
	
	.header{
	min-height: 100px;
	display:  block;
	}

	.header img{
	padding: 0 1px;
	margin: 0;
	float: left;
	}
	
	span.cc_phone{
	background: none;
	padding: 0 5px 5px 10%;
	float: right;
		
	}

	.header_nav{
	display:none;
	
	}
	
	.header_nav ol{
	display:none;
	}

	.main ul {
	margin: 0;
	padding: 0;
	}

	.main ul li{
	list-style-type: none;
	max-width: 375px;
	}
	
	.main li.chimney_clean, .window_clean, .caps{
	display: none;
	}
	
	.apex li.welcome{
	display: none;
	}

	.apex li.paypal{
	margin: 0 10% 10px;
	width: 100%;
	max-width: 375px;
	min-height: 100px;
	}

	.apex li.paypal img{
	display: none;
	}

	.apex li.paypal p{
	display: none;
	}

	.pad3{
	display: inline;
	padding-top: 0;
	}

	
	.apex li.contact{
	margin: 0 10% 10px;
	width: 100%;
	max-width: 375px;
	
	}
	
	.apex li.gutter{
	margin: 0 10%;
	width: 100%;
	max-width: 375px;
	}

	.apex li.chimney{
	margin: 10px 10%;
	width: 100%;
	max-width: 375px;
	
	}
	.apex li.window{
	margin: 10px 10%;
	width: 100%;
	max-width: 375px;
	
	}

	.apex li.aboutgutter{
	margin: 0 10%;
	width: 100%;
	max-width: 375px;
	}

	.apex li.aboutchimney{
	margin: 10px 10%;
	width: 100%;
	max-width: 375px;
	
	}
	.apex li.chimneytext{
	margin: 0 10% 10px;
	width: 100%;
	max-width: 375px;
	
	}

	.apex ul li.contact_us{
	margin: 0 20% 10px;
	width: 100%;
	max-width: 250px;
	border: none;
		
	}


/*FOOTER*/

	.footer{
	max-width: 375px;

}
	
    .footer ul {
	width: 375px;
    	list-style: none;
     	padding: 5px 0;
	margin: 0 5%;

}
 
.footer li a {
    	display: inline-block;
	width: 100%;
    	padding: 0px;
  	color: #333;
    	text-decoration: none;
   	font-weight: bold;
    	text-transform: uppercase;
    	letter-spacing: 0.1em;
    	letter-spacing: 0.1em;
    	line-height: 2em;
    	height: 2em;
    	border-bottom: 1px solid #383838;
}
 
.footer li:last-child a {
    	border-bottom: none;
}
 
.footer li a:hover,
.footer li a:focus {
   	 color: #1c1c1c;
   
}

.menu{
	display: none;

	}
.main_chimney{
	background: url(../images/main/apexcleaning_chimney_sml.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}

.main_apex{
	background: url(../images/main/apexcleaning_about_sml.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_gutter{
	background: url(../images/main/apexcleaning_gutter_sml.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_contact{
	background: url(../images/main/apexcleaning_contact_sml.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_window{
	background: url(../images/main/apexcleaning_window_sml.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}



}

@media only screen and (min-width: 451px) and (max-width: 767px){

 body {
	/*background-color: lightblue;*/
        
    }
.menu{
	display: none;

	}
#outer_container {
	margin: 0;
	padding: 0;
	width: 99.8%;
	background: url(../images/bg/bg_header.png) repeat-x scroll left top;
	min-height: 100px !important;
	}

.inner_container {
	margin: 0;
	padding: 0;
	max-width: 964px;
	margin: 0 auto;
	}

.header_nav a.active{
	border-bottom: 3px solid #fff;
	}

.header_nav a{
	padding: 4px 1% 1px 1%;
	color: #fff;
	font-size: .8em;
	text-decoration: none !important;
	}
.main img{

	min-width: 110px;
	}

.main ul li{
	display: inline-block;
	list-style: none;
	width: 27%;
	vertical-align: top;
	margin-right: 2px;
	}
	
.main ul li.gutters_clean{
	width: 40%;
	}

.main ul li.window_clean{
	display: none;
	}

.apex{
	margin: 2% 4% 2% 4.6%;
	padding: 0;
}

.apex ul{
	margin: 0 ;
	padding: 0;
	}

.apex ul li{
	width: 46%;
	display: inline;
	float: left;
	margin: 2%;
	min-width: 250px;
}

.apex ul li.paypal p{
	display: none;

	}

.apex ul li.chimneytext{

	width: 46%;
	
}

.apex ul li.contact_us{
	margin: 0 25% 10px;
	width: 100%;
	max-width: 250px;
	border: none;
	}

.main_chimney{
	background: url(../images/main/apexcleaning_chimney_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_apex{
	background: url(../images/main/apexcleaning_about_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_gutter{
	background: url(../images/main/apexcleaning_gutters_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_contact{
	background: url(../images/main/apexcleaning_contact_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_window{
	background: url(../images/main/apexcleaning_windows_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}

}


@media only screen and (min-width: 768px) {

.menu{
	display: none;

	}
body {
        background-color: #fff;
	background: url(../images/bg/bg.png) repeat-x scroll left bottom;
    }


#outer_container {
	margin: 0;
	padding: 0;
	width: 99.8%;
	background: url(../images/bg/bg_header.png) repeat-x scroll left top;
	min-height: 100px !important;
	}


.inner_container {
	margin: 0;
	padding: 0;
	max-width: 960px;
	margin: 0 auto;
	}

.main{
	width: 100%;
	height: 241px;
	margin: 10px 0 0 0;
	padding: 0;
	}

.main ul{
	margin: 0;
	padding: 0;
	display: inline-block;
	
	}

.main ul li{
	display: inline-block;
	list-style: none;
	width: 19%;
	vertical-align: top;
	margin-right: 2px;
	
	
	}
	
.main ul li.gutters_clean{
	width: 40%;
	white-space: wrap;
	
	}

.apex{
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 1.8%;

}

.apex li.chimneytext{
	width: 60%;

	}
.apex ul li.contact_us{
	margin: 0 35% 10px;
	width: 100%;
	max-width: 250px;
	border: none;
		
	}
.main_chimney{
	background: url(../images/main/apexcleaning_chimney_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_apex{
	background: url(../images/main/apexcleaning_about_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_gutter{
	background: url(../images/main/apexcleaning_gutters_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_contact{
	background: url(../images/main/apexcleaning_contact_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}
.main_window{
	background: url(../images/main/apexcleaning_windows_wide.png) bottom right repeat;
	width: 100%;
	height: 304px;
	z-index: 1;
	margin: 10px;
}

}


/*ACTIVE LINKS*/

a{
	color: #333;
	text-decoration: none; 
	
}

a:active,link,visited{
	text-decoration: none; 
}

a:hover{
	color: #333;
	text-decoration: underline; 
}



