@charset "UTF-8";
/* CSS Document */

.categorythumb {
  width: 100%;
}

/* fonts */
h1 {
	font-family: roboto-slab, serif;
	font-size:1.5em;
	font-weight: 400;
	font-style: normal;
	color:rgb(232,52,43);
}
h1.banner {
	font-family: roboto-slab, serif;	
	font-size:2.5em;
	font-weight: 400;
	font-style: normal;
	color:rgb(232,52,43);
	text-shadow: 2px 2px 3px #000;
}

h2 {
	font-family: roboto-slab, serif;
	font-size:1.3em;
	font-weight: 400;
	font-style: normal;
	color:rgb(65,65,65);

}
h2.category {
	font-family: roboto-slab, serif;
	font-size:1.1em;
	font-weight: 400;
	font-style: normal;
	color:rgb(65,65,65);
}
h3 {
	font-family: roboto-slab, serif;
	font-weight: 400;
	font-size:1.1em;
	font-style: normal;
	color:rgb(65,65,65);

}
h4 {
	font-family: roboto-slab, serif;
	font-weight: 300;
	font-size:1em;
	font-style: normal;
	color:rgb(65,65,65);
	
}

/* Links */
a.link {color: rgb(156,27,31); text-decoration:none;}
a.visited {color: rgb(156,27,31); text-decoration:none;}
a.hover {color: rgb(156,27,31); text-decoration:none;}
a.active {color: rgb(156,27,31); text-decoration:none;}

a.second:link {color: #fff; text-decoration:none;}
a.second:visited {color: #fff; text-decoration:none;}
a.second:hover {color: #fff; text-decoration:none;}
a.second:active {color: #fff; text-decoration:none;}
a.third:link {color: rgb(0,0,0); text-decoration:none;}
a.third:visited {color: rgb(0,0,0); text-decoration:none;}
a.third:hover {color: rgb(0,0,0); text-decoration:none;}
a.third:active {color: rgb(0,0,0); text-decoration:none;}
a.fourth:link {color: rgb(220,93,31); text-decoration:none;}
a.fourth:visited {color: rgb(220,93,31); text-decoration:none;}
a.fourth:hover {color: rgb(220,93,31); text-decoration:none;}
a.fourth:active {color: rgb(220,93,31); text-decoration:none;}
.appleLinks a {color:#000000; text-decoration: none;}
.appleLinksWhite a {color:#ffffff; text-decoration: none;}

/* structure */
body {
	margin:0;
	font-size:1em;
	font-family: serenity,sans-serif;
	font-weight: 200;
	font-style: normal;
	z-index:0;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.headercontainer {
	position: relative;
	font-family: roboto-slab, serif;
	width: 100%;
	height: auto;
	background-repeat:repeat-x;
	background-color: #000000;
	/* background-repeat:no-repeat;
	background-size:cover;
	background-position:center;*/
	border-bottom: 5px solid #e8342b;
	z-index:2;
}
.header {
	display: inline-flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	position:relative;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content:center;
	width: 100%;
	max-width:1400px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:3;
}
.headerlft, .headerctr, .headerrt {
	display:inline-block;
	position: relative;
	width:33%;
	padding:1%;
	height: auto;
	text-align:center;
	font-weight:400;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1.2em;
	color:rgb(255,255,255);
	z-index: 4;
}
.navcontainer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	z-index:2;
	text-transform:uppercase;
	border-bottom: 1px dotted #000;
}
.navigation {
	display: inline-flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	position:relative;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content:center;
	width: 100%;
	max-width:1400px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:3;
}
.nav {
	display:inline-block;
	position: relative;
	width:25%;
	padding:1%;
	height: auto;
	text-align:center;
	font-weight:400;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1em;
	color:rgb(255,255,255);
	z-index: 4;
}
.figurecontainer {
	position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    background-image: url(../main/home_banner_bkg.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
  }

.figure {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 5%;
    text-align: center;
    color: rgb(255,255,255);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
.contentcontainer {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}
.content {
	position: relative;
	width: 100%;
	max-width:1400px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 3;
}
.c_content {
	position:relative;
	display: inline-flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content:stretch;
	justify-content:center;
	width: 100%;
	max-width:1400px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index: 3;	
}
.g_content {
	position:relative;
	display: inline-flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content:stretch;
	justify-content:center;
	width: 100%;
	max-width:1100px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index: 3;	
}
.ctr {
	text-align:center;
}
.lft {
	text-align:left;
}
.rt {
	text-align:right;
}
.article {
	display:inline-block;
	position:relative;
	width:50%;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1% 2%;
	float:left;
	font-size:1.1em;
	line-height:1.5em;
	z-index:4;
}
.h_article {
	display:inline-block;
	position:relative;
	width:70%;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1% 2%;
	float:left;
	font-size:1.1em;
	line-height:1.5em;
	z-index:4;
}
.titleblock {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1%;
	font-size:.9em;
	text-align:center;
	z-index:5;
}
.h_article_border {
	border: 1px solid #ccc;
	padding:1% 2%;
}
.h_sidebar {
	display:inline-block;
	position:relative;
	width:30%;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1% 2%;
	float:left;
	line-height:1.5em;
	z-index:4;
}
.c_article {
	display:inline-block;
	position:relative;
	width:30%;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1% 2%;
	margin: 0 1%;
	line-height:1.1em;
	color:rgb(255,255,255);
	background-color:rgba(255,123,51,.8);
	border-bottom: 10px solid #c54a31;
	border-top: 10px solid #c54a31;
	z-index:4;
}
.gallerybox {
	display:inline-block;
	position:relative;
	width:30%;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1%;
	z-index:5;
}
.g_thumbbox {
	position:relative;
	display:inline-block;
	width:30%;
	height:auto;
	max-height:150px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1%;
	margin:1%;
	overflow:hidden;
	text-align:center;
}
.footercontainer {
	position: relative;
	width: 100%;
	height: auto;
	background-color:rgb(65,65,65);
	z-index: 2;
}
.footer {
	font-size:.8em;
	line-height:1.3em;
	color:rgb(255,255,255);
	width: 100%;
	max-width:1400px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 3;
}
.footerlft, .footerrt {
	display:inline-block;
	position: relative;
	width: 50%;
	padding:1%;
	height: auto;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 4;
}
.spacer {
	width:100%;
	height:auto;
	clear:both;
}
.socialblock {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	padding:1%;
	text-align:center;
}
.serviceblock {
	position:relative;
	display:inline-block;
	width:30%;
	height:auto;
	padding:1%;
	margin:1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.h_serviceblock {
	position:relative;
	display:inline-block;
	width:45%;
	height:auto;
	padding:1%;
	margin:1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}

/* Form */
fieldset.contact {
	width:auto;
	max-width:100%;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	background-color:rgb(255,255,255);
	padding:20px;
	text-align:left;
}
legend.contact {
 	background-color: #99897b;
    color: #fff;
	border: 1px solid #99897b;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	padding: 10px 20px;
	text-align:left;
	font-size:1.2em;
	width:auto;
	max-width:75%;
	text-transform:uppercase;
}
input.contact {
	background-color:#e6e6e6;
	width:90%;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
	display:block;
	margin:5px;
}
textarea.contact {
	background-color:#e6e6e6;
	width:90%;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
	display:block;
	margin:5px;
}
button.contact {
	background-color:#99897b;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 5px 10px 5px 10px;
	display:block;
	margin:5px;
	width:50%;
}
button.contact {
	background-color:#99897b;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 5px 10px 5px 10px;
	display:block;
	margin:5px;
	width:50%;
}
select.contact {
	background-color:#e6e6e6;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
	display:block;
	margin:5px;
}

/* Google Map */
embed, object, iframe{max-width: 100%;}


/* Admin */
.contentsection {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	border: 1px dotted #000000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.contenttitle {
	position:relative;
	font-weight:bold;
	display:inline-block;
	width:100%;
	float:left;
	height:auto;
	padding:1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.contentreview {
	font-size:.8em;
	font-weight:300;
	color:rgb(100,100,100);
}
.contentedit {
	position:relative;
	display:inline-block;
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding:1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* image control */
.responsive {
	display:block;
	width:100%;
	height:auto;
}
.responsivegraphic {
	display:block;
	width:100%;
	max-width:750px;
	height:auto;
	border-bottom: 10px solid #c54a31;
	border-top: 10px solid #c54a31;
}
.gallerythumb {
	width:100%;
	max-width:350px;
	height:auto;
	border-bottom: 10px solid #c54a31;
	border-top: 10px solid #c54a31;
}
.categorythumb {
	display:inline-block;
	width:100%;
	max-width:600px;
	height:auto;
	border-bottom: 5px solid #414141;
	border-top: 5px solid #414141;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}
.servicethumb {
	display:inline-block;
	width:100%;
	max-width:300px;
	height:auto;
	border-bottom: 5px solid #414141;
	border-top: 5px solid #414141;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}
.headerlogo {
	width:100%;
	max-width:150px;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1%;
}
img.center {
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}
.socialicon {
	height:auto;
	max-height:50px;
	width:auto;
	max-width:110px;
	display:inline-block;
	padding:1%;
}

@media screen and (max-width:640px) {
.headerlft, .headerctr, .headerrt {
	font-size:1em;
}
.nav {
	padding:3% 1%;
}	
.article, .h_article, .h_sidebar {
	width:100%;
}
.c_article {
	width:90%;
	margin-bottom:5px;
}
.headerlft {
	width:30%;
	font-size:.9em;
}	
.headerctr {
	width:40%;
	font-size:.9em;
}	
.headerrt {
	width:30%;
	font-size:.9em;
}	
.footerlft, .footerrt {
	width: 100%;
	text-align:center;
	line-height:1.6em;
}
.footer {
	font-size:1.1em;
	line-height:1.5em;
}
.gallerybox {
	width:50%;
}	
.serviceblock {
	width:45%;
}	
.headerlogo {
	max-width:100px;
	padding:2%;
}	
}	


