@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'museo_slab500';
    src: url('fonts/Museo_Slab_500_2-webfont.eot');
    src: url('fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo_Slab_500_2-webfont.woff2') format('woff2'),
         url('fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sofia_prolight';
	src: url('fonts/SofiaProLight-webfont.eot');
    src: url('fonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SofiaProLight-webfont.woff2') format('woff2'),
         url('fonts/SofiaProLight-webfont.woff') format('woff'),
         url('fonts/SofiaProLight-webfont.ttf') format('truetype'),
         url('fonts/SofiaProLight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
#right-col {
float: right;
width: 400px;
padding-bottom: 10px;
}

#left-col {
float: left;
width: 400px;
}
.aboutphoto {
width:200px;
display: inline-block;	
padding-right: 57px;
padding-top:2%;
}
body {
	margin: 0;
	font-family: 'sofia_prolight';
	font-size: 14px;
	background: url(/Images/background.jpg) }

html {
	margin: 0;
	margin-top: 0px;
	padding-top:0px;
	 }
h1, h2, h3, h4 {
font-family: 'museo_slab500';
color:#65BC45 ;
text-transform: uppercase;
}
#headerimage {
	width:1100px;
	padding:0px;
	margin: 0 auto;
	background: #FFF;
}
h1{
	font-size: 26px;}
	
h2 {
	font-size: 22px;}

h3 {
	font-size:18px;}

hr {
	border: none;
	height: 1px;
	background: #CCC; }

a, a:visited, a:active {
	color: #00C; }

a:hover {
	color: #639; }

#header {
	width: auto;
	height: 190px;
	background: rgba(0, 0, 0, 0.6);
	margin: 0 auto;
	border-bottom: 4px solid #65BC45;
	padding-top: 20px;
	}
	
#headerwrap {
	width: 1100px;
	margin: 0 auto;
}
#navbar {
	width: 100%;
	height: 75px;
	background: none; /* Old browsers */
	margin: 10px auto;
	}
#Logo {
	float: left;
	width: 450px;
	padding:10px;
}
#Contact-info-home{
	width: 400px;
	float: right;
	text-align:right;
}
#Contact-info-home a {
color: #FFF;	
text-transform: lowercase;
}
#Contact-info-home h3 {
line-height: 30px;
}
#Contact-info-home h2 {
line-height: 0px;	
}
#mainbox {
	width: 1040px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	padding: 20px 30px 20px 30px;
	color: #333;
	min-height:	450px;
	}

#sidelinks {
	background: #4c4c4c url(Images/se%20small%20logo.png) repeat;
	width: 190px;
	padding: 10px 30px 20px 30px;
	margin: 0 0 0 -10px;
	color: #FFF;
}

#sidelinks ul {
	padding: 0;
	margin: 0; }
	
#sidelinks li {
	display: block;
	padding: 7px 0;
	font-size: 15px;
	border-bottom: 1px solid #666; }
	
#sidelinks li a, #sidelinks li a:active, #sidelinks li a:visited {
	color: #CCC;
	text-decoration: none; }

#sidelinks li a:hover {
	color: #FFF; }
	
#footer {
	background:rgba(0, 0, 0, 0.6);
	color: #FFF;
	padding: 10px 30px;
	font-size: 13px; 
	border-top: solid 4px #65BC45;
	height: 80px;}
	
#footerwrap {
	width: 1100px;
	margin: 0 auto;
}
#footer a, #footer a:visited, #footer a:active {
	color: #FFF; }

#footer a:hover {
	color: #65BC45; }

.button {
	color: #FFF;
	font-size: 15px;
	border: none;
	padding: 3px 6px;
	background: #65BC45;
	font-family: 'Open Sans', sans-serif;
	margin: 3px 0;
	cursor: pointer; }
.button >a{
	text-decoration: none;
	color: #fff;
}
.input {
	border: 1px solid #CCC;
	padding: 4px;
	width: 170px;
	font-family: 'Open Sans', sans-serif;
	margin: 3px 0; }

textarea {
	font-family: 'Open Sans', sans-serif;
	margin: 6px 0;
	font-size: 13px; }
	
/* HOVER EFFECTS JQUERY */
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	width: 180px;
	height: 180px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 20px;
	left: 20px;
	background: #f9f9f9 url(/Includes/images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #000;
}

.ch-img-1 { 
	background-image: url(/Images/services-home.png);
}

.ch-img-2 { 
	background-image: url(/Images/products-home.PNG);
}

.ch-img-3 { 
	background-image: url(/Images/Contact-us-home.PNG);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

@media only screen and (max-width: 768px) {
#navbar {
float: none;
width: 100%;	
}
}