@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700|Questrial);

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body,td,th {
	font:100%/1.25 'Questrial', sans-serif;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg.jpg);
}

img {
	border: none;	
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color: #ddcfb8;
}
 
h1 {
	font-size: 130%;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}
 
h2 {
	font-size: 140%;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: 'Lora', serif;
}
 
h3 {
	font-size: 100%;
}

a {
	text-decoration: none;	
	color: #ddcfb8 !important;
}

a:visited, a:active {text-decoration: none;	}

a:hover {
	color: #fff;
}

/***** HTML5 *****/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

header {
	width: 100%;
	height:	190px;
	background: url(images/header-bg.jpg) repeat-x;	
}

header .wrap {
	padding: 0px;
	margin: auto;	
}

nav {
	float: right;
	height:	 45px;
	background-image: none;
	width: 100%;
	box-shadow: none;
	text-decoration: uppercase;
	line-height: 50px;
}

.nav a, nav a {
	color: #ddcfb8;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: bold;
	font-family: "Lora",serif
/*	border-right: 1px solid #000;
	box-sizing: border-box;
	padding-right: 25px;*/
}

nav ul{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

nav ul li{
	font-family: 'Lora', serif;
	text-transform: uppercase;
	font-size: 100%;
	list-style-type: none;
	display: inline;	
	line-height: 50px;
}

nav ul li:after{
/*	content: url(images/border-right.jpg);*/
	margin-right: 20px;
	border-right: 1px solid #000;
	box-sizing: border-box;
}

*, *:after, *:before {
    box-sizing: border-box;
}

nav ul li:last-child:after{
	content: '';
	margin-right: 0px;
}

nav ul li a {
	text-transform: uppercase;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
 	border-right: 1px solid #000;
 	box-sizing: border-box;
   	margin-right: 10px;
    padding-right: 10px;
}
 
.nav {
	height: 145px;
	width: 100%;
	background: url(images/nav-bg.jpg) repeat;	
	box-shadow: 0px 0px 10px #000;
	text-decoration: uppercase;
	float: left;
}

.nav ul {
	padding: 20px 0px 0px;
	margin: 40px 0px 0px;	
	text-align: right;
}

.nav ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;	
	font-family: 'Lora', serif;
}

.contact-info {
	text-align: center;
	width: 100%;
	height: auto;
	display: none;	
	color: #fff;
	font-size: 100%;
	margin-top: 10px;
}

/***** Classes *****/
 
.wrap {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 3% 2%;
    width: 94%;
	color: #fff;
}

.wrap h1 {
	font-size: 200%;
	font-family: "Lora", serif;
	text-shadow: 0px 0px 10px #000;
	text-transform: uppercase;
}

.logo {
	width: 194px;
	height: auto;
	float: left;	
	margin-top: -35px;
}

.logo img{
	max-width: 194px;
	height: auto;
	width: 100%;	
}

ul.directs {
	padding: 0px;
	margin: 0px;	
}

ul.directs a, ul.directs a:visited, ul.directs a:active, {
	text-decoration: none;
}

ul.directs a li{
	padding: 0px;
	margin: 0px;	
	display: inline;
	text-align: center;
	float: left;
	margin: -120px 2.5% 10px;
	width: 20%;
	height: auto;
	font-family: 'Questrial';
	color: #fff;
	font-size: 100%;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
}

ul.directs a li img {
	max-width: 174px;
	width: 100%;
	height: auto;
	border: 7px solid #000;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

ul.directs a li img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform:scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}


ul.directs a li h1{
	text-shadow: 0px 0px 2px #000;
	font-family: "Lora",serif;
	font-size: 150%;
}

h1.lora {
	font-family: "Lora",serif;
}


.content {
	background: url(images/nav-bg.jpg) repeat;	
	width: 100%;
	height: auto;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	color: #fff;
	margin-top: 20px;
}

.content h1 {
	margin-bottom: 10px;
	font-size: 200%;	
	font-family: "Lora",serif;
}

a .chimney-sweeping {
	width: 25%;
	height: auto;
	float: right;
	margin: 30px 0px 0px 50px;
	text-decoratin: none;
}

.chimney-sweeping img{
	max-width: 319px;
	height: auto;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	width: 100%;
	overflow: hidden;
}

.chimney-sweeping h1{
  	background-color: rgba(0, 0, 0, 0.7);
    bottom: 150px;
    font-size: 120%;
    margin-bottom: 40px;
    min-height: 25px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px #000;
    width: 100%;
    z-index: 9999;
}

.chimney-sweeping h1 a{
	text-decoraiton: none;
}

hr.style-eight { padding: 0; border: none; border-top: medium double #ddcfb8; color: #ddcfb8; text-align: center; margin: 10px 0px;} 
hr.style-eight:after { content: "§"; display: inline-block; position: relative; top: -0.7em; font-size: 1.5em; padding: 0 0.25em; background: transparent; }

footer {
	width: 100%;
	height: auto;
	min-height: 100px;	
	font-size: 100%;
	float: left;
	box-shadow: 0px 0px 10px #000;
	padding-bottom: 40px;
	background-color: #000;
	margin-top: 25px;
}
 
footer .col{
	width: 20%;
	height: auto;
	float: left;	
	margin: 25px 2% 0px;
	font-size: 90%;
	color: 	#ddcfb8;
	text-transform: uppercase;
} 

footer .col img{
	height: auto;
	width: 50px;
	margin: 0px auto;
	float: left;
	clear: right;
	text-align: center;
}

footer .col ul{
	padding: 0px;
	margin: 0px;
}

footer .col ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

footer .col h1{
	border-bottom: solid 1px #ddcfb8;
	font-size: 120%;
	margin-bottom: 25px;
}

footer .col a {
	color: 	#ddcfb8;
	text-transform: uppercase;
	text-decoration: none;
}

footer .col a:hover {
	color: #fff;
}

.edje {
	margin-top: 10px;
	text-align: left;	
	font-size: 80%;
}

ul.homepage {
	margin-left: 25px;
	padding-left: 20px;	
}

ul.homepage li{
	padding-left: 15px;
	margin-bottom: 25px;
	color: #a69b73;
}

.white {
	color: #fff;	
}

.mainimage {
	max-width: 980px; 
	height: auto;	
	width: 100%;
	margin: 25px auto;
	text-align: center;
}

.mainimage img{
	max-width: 980px; 
	height: auto;	
	border: 10px solid #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	width: 97%;
	margin: auto;
}

.gallerycontainer {
	width: 	61%;
	float: left;
	margin: 20px 0px 0px;
	padding: 0px;
}

.gallery {
	width: 20%;
	max-width: 130px;
	height: 100px;	
	float: left;
	margin: 0px 2% 23px 3%;
	min-height: 70px;
}

.gallery img{
	width: 100%;
	height: auto;
	border: 6px solid #292929;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.gallery img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform:scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.display-none-fullscreen   { display: none;}
.display-none-responsive    { display: block;}


/***** Form *****/
.contactform {
	width: 40%;
	float: right; 
	height: auto;
	margin-top: 25px;	
	  margin-right: 20px;
}

input {
	width: 100%;
	padding: 5px;
	font-size: 80%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0px;
	 box-shadow: 0 0 20px #D1D1D1 inset;
}

textarea {
	width: 100%;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0px;
	 box-shadow: 0 0 20px #D1D1D1 inset;
}

.submit {
	width: 100px;
	font-size: 130%;
	text-align: center;	
	background-color: #862220;
	font-family: "Lora",serif;
	margin: 10px 0px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	 box-shadow: 0 0 20px #000 inset;
}

.submit:hover {
/*	-webkit-transition: all ease-in 1s;
	-moz-transition: all ease-in 1s;
	-o-transition: all ease-in 1s;
	transition: all ease-in 1s;*/
	background-color: #292929;	
	color: #fff;
	border: none;
}


.contactinfo {
	width: 40%; 
	float: left;
	height: auto;	
	margin-top: 25px;	
}

.display-none {
	display: inline;	
}

.services-popup {
	float: right;	
	border-radius: 7px;
    box-shadow: 0 0 20px #000 inset;
    float: right;
    height: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 20px 20px 20px 30px;
    width: 30%;
	background: url(images/bg.jpg);
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}


.services-popup h3 a{
	color: #fff;
    text-decoration: none;
}

.services-popup h3 a:hover{
	color:#ddcfb8;
}

.popupbox {
	margin:auto; 
	width:98%; 
	clear:both;
	color: #000;
}

.popupbox a {
	color: #000;	
}

.popupbox h1{
	font-size: 120%;
	margin-bottom: 10px;
}

.popupbox ul {
	margin-top: 0px;
	padding-top: 0px;	
}

.popupbox li{
	color: #000;
}

@media only screen and (max-width: 980px) {
.nav ul li {
    font-size: 85%;
}
nav ul li {
	  font-size: 85%;
}


.wrap h1 {
    font-size: 180%;
}

.gallery {
    margin: 0 4% 20px 4%;
}
}
@media only screen and (max-width: 800px) {
.display-none-fullscreen   { display: block;}
.nav ul li.display-none-responsive    { display: none;}
nav ul li.display-none-responsive    { display: none;}
.nav {
	margin-bottom: 0px;	
	min-height: 185px;
}
nav {
    height: auto; 
}
.content h1 {
    text-align: center;
}
.logo {
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
}

nav {
    line-height: 40px;
	min-height: 0px;
	height: auto;
}

header .wrap {
	padding: 0%;
    width: 100%;
}

ul.directs a li{
 	float: left;
    margin: 10px 7%;
    min-height: 100px;
    text-align: center;
    width: 35%;
}


a .chimney-sweeping {
    float: right;
    height: auto;
    margin: 20px 0 0 20px;
    width: 40%;
}

.chimney-sweeping h1 {
    bottom: 90px;
}

footer .col {
	width: 40%;
	min-height: 200px;
 	margin-right: 4%;
	font-size: 80%;
}

footer .col h1 {
	font-size: 105%;
}

a .chimney-sweeping {
	 margin: 20px 0 0 10px;	
	 text-decoraiton: none;
}

a .chimney-sweeping h1 {
	margin-bottom: 0px;
	text-decoraiton: none;
}

.gallery {
    margin: 0 6% 20px 6%;
}

.display-none {
	display: none;	
}

.contact-info {
	display: block;
	font-size: "Lora",serif
}

.contact-info a{
	color: #ddcfb8;
}

}

@media only screen and (max-width: 481px) {
.callout {
	width: 95%;
	float: left;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-left: none;
	border-bottom: 6px solid #a69b73;
	padding-bottom: 15px;
	margin: 25px auto;
}

.contactform {
	width: 90%;
	float: none;
	margin: auto;
}

.contactinfo {
	width: 90%; 
	float: none;
	margin: auto;	
}

.services-popup {
	width: 100%;
	float: none;
	margin: 20px auto;
}

.chimney-sweeping h1 {
    font-size: 100%;
}

.gallerycontainer {
	width: 	100%;
}

.gallery {
    margin: 0 6% 0px 6%;
}

}
  
@media only screen and (max-width: 360px) {
a .chimney-sweeping {
    float: none;
    margin: 20px auto 0px;
    width: 75%;
	text-decoration: none;
}

.mainimage img {
	width: 90%;
}

.wrap h1 {
	 font-size: 150%;
	 text-align: center;
}

.callout {
	width: 100%;
	float: none;
	margin: auto;
}

ul.directs a li h1 {
	font-size: 110%;
}

.wrap h1 {
    font-size: 140%;
}

 }
 @media only screen and (max-width: 320px) {
 .gallery {
   height: 50px;
 }
 }