@CHARSET "UTF-8";

/* Clearer float object */
.clearer {
	clear: both;
}

/* Antispam input */
.antispam { 
  display:none;
}

/* Teko google.com/fonts 
@import url(https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700);
*/
/* Play google.com/fonts 
@import url(https://fonts.googleapis.com/css?family=Play:400,700);
*/
/*
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'agencyfb';
	src:url('../fonts/agency_fb.eot');
	src:url('../fonts/agency_fb.eot?#iefix') format('embedded-opentype'),
		url('../fonts/agency_fb.woff') format('woff'),
		url('../fonts/agency_fb.ttf') format('truetype'),
		url('../fonts/agency_fb.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/*
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*/

/* General body definition */
body{
	background-color: #fff;
	color: #494949;
	font-size: 18px;
	font-family: 'Teko','Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
	margin: 0 auto;
	padding: 0 auto;
}

/* Global wrapper and container definition */
div#wrapper {
	margin: 0 auto;
	padding: 0 auto;
}

div#container {
	margin: 0 auto;
	width: 960px;
	height: auto;
	text-align: center;
}

h1 {
	color: #000;
	font-size: 36px;
	font-family: 'Teko','Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
	text-align: center;
	padding: 50px 0 30px 0;
	font-weight: 700;
	position: relative; 
}

h1:after {
	content: "";
	position: absolute;
	width: 50%;
  	height: 5px;
  	bottom: 0px;
  	left: 50%;
  	margin-left: -25%;
  	background-image: -webkit-linear-gradient(to right, #E0E0E0, #E0E0E0 20%, #A4C949 20%, #A4C949 80%, #E0E0E0 80%);
  	background-image: 	 -moz-linear-gradient(to right, #E0E0E0, #E0E0E0 20%, #A4C949 20%, #A4C949 80%, #E0E0E0 80%);
  	background-image: 	   -o-linear-gradient(to right, #E0E0E0, #E0E0E0 20%, #A4C949 20%, #A4C949 80%, #E0E0E0 80%);
  	background-image: 		 -webkit-gradient(to right, #E0E0E0, #E0E0E0 20%, #A4C949 20%, #A4C949 80%, #E0E0E0 80%);
  	background-image: 		  linear-gradient(to right, #E0E0E0, #E0E0E0 20%, #A4C949 20%, #A4C949 80%, #E0E0E0 80%);
}

h2 {
	color: #A4C949;
	font-size: 36px;
	font-family: 'Teko','Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 0;
	position: relative;
}

h2:after {
	content: "";
	position: absolute;
	width: 40%;
  	height: 3px;
  	bottom: 0px;
  	left: 50%;
  	margin-left: -20%;
  	background-image: -webkit-linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 	 -moz-linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 	   -o-linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 		 -webkit-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 		  linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
}

h3 {
	color: #494949;
	font-size: 18px;
	font-family: 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

/* General properties */  
a {
	color: #A4C949;
	cursor: pointer;
	text-decoration: underline;
}

a:HOVER {
	color: #9BBA38;
	text-decoration: underline;
}

img {
	border: 0;
}

/* Header */
header {
	height: 600px;
	width: 100%;
	background-color: #E0E0E0;
	/* z-index: 97; */
	margin: 0 auto;
}

.infotext {
	position: relative;
	top: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
	font-size: 45px;
	font-family: 'Teko','Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
	font-weight: 400;
	z-index: 99;
}

.infotext:after {
	content: "";
	position: absolute;
	width: 50%;
  	height: 5px;
  	bottom: 0px;
  	left: 50%;
  	margin-left: -25%;
  	background-image: -webkit-linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 	 -moz-linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 	   -o-linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 		 -webkit-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
  	background-image: 		  linear-gradient(to right, #E0E0E0, #E0E0E0 25%, #A4C949 25%, #A4C949 75%, #E0E0E0 75%);
}

.infomess {
	position: relative;
	text-align: center;
	top: 90px;
	padding: 20px 100px 0 100px;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
	font-size: 22px;
	font-family: 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

.infomess p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

/* Logo definition */
.logo {
	width: 130px;
	height: 150px;
	background: transparent url("../images/logo.png") left top no-repeat;
	background-size: 130px 150px;
	float: left;
	z-index: 99;
	position: relative;
	margin-left: 25px;
}

.mail_header {
	width: 240px;
	height: 40px;
	background: transparent url("../images/mail_ico.png") 20px 13px no-repeat;
	background-size: 24px 14px;
	left: 50%;
	top: 10px;
	z-index: 98;
	position: absolute;
	padding: 5px 0 0 50px;
	color: #fff;
	text-align: left;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

.phone_header {
	width: 240px;
	height: 40px;
	background: transparent url("../images/phone_ico.png") 20px 10px no-repeat;
	background-size: 21px 20px;
	left: 50%;
	top: 10px;
	z-index: 98;
	position: absolute;
	margin-left: 255px;
	padding: 5px 0 0 50px;
	color: #fff;
	text-align: left;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

/* Menu definition */
.nav_container {
	text-align: right;
}

nav {
	height: 50px;
	width: 100%;
	top: 60px;
	background-color: rgba(0, 0 , 0, 0.5);
	/* filter: alpha(opacity=50); */ /* IE */
  	/* -moz-opacity: 0.5; */ /* Mozilla */
  	/* opacity: 0.5; */ /* CSS3 */
	z-index: 9;
	position: relative;
}

nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	line-height: 2.5;
	list-style: none;
}

nav ul li {
	width: auto;
	text-align: right;
	float: left;
	padding: 0 25px 0 25px;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
}

nav ul li a:HOVER,.active {
	color: #A4C949;
	text-decoration: none;
}

/* Content */
main {
	height: auto;
	width: 100%;
	margin: -100px 0 0 0;
	padding: 0;
	background-color: #EFEFEF;  
	background: -webkit-linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 50%, #fff 50%, #fff 100%);  /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 50%, #fff 50%, #fff 100%);  /* FF3.6+ */ 
	background: 	 -o-linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 50%, #fff 50%, #fff 100%);  /* Opera 11.1 to 12.0 */
	background:         linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 50%, #fff 50%, #fff 100%);  /* W3C */
}

main #maincontainer {
	margin: 0 auto;
	width: 960px;
	height: auto;
	text-align: center;
	background-color: #fff;
	position: relative;
	top: -25px;
	padding: 0 0 100px 0;
}

article {
	height: auto;
	width: auto;
	padding: 0 30px 0 30px;
	margin: 10px 0 100px 0;
	text-align: left;
}

p {
	margin: 0;
	padding: 0px 60px 10px 60px;
	text-align: left;
	word-wrap: break-word;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

p img {
	border: 3px solid #A4C949;
	margin: 0px 20px 20px 0;
	/* -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
}

p.center {
	text-align: center;
}

.green {	
	padding: 30px 60px 0px 60px;
	background-color: #A4C949;
	margin: 0 auto;
	height: auto;
	width: auto;
	text-align: left;
	word-wrap: break-word;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
	display: inline-block;
}

.green p{
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	word-wrap: break-word;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

.green img {
	max-width: 450px;
	float: right;
	border: 0;
	margin: -30px -60px 0 20px;
	padding: 0;
}

.green a {
	color: #494949;
}

.green a:hover {
	color: #292929;
	text-decoration: underline;
}

table {
	border: 0;
	width: 100%;
	padding: 10px 60px 10px 60px; 
	text-align: left;
} 


th, tr, td {
	border: 0;
}

main #maincontainer ul {
	margin: 0;
	padding: 10px 100px 10px 100px;
	text-align: left;
}

main #maincontainer ul li {
	line-height: 2;
	margin-left: 20px;
	list-style-type: square;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

.contactright {
	width: 395px;
	height: auto;
	margin: 0;
	padding: 0 30px 0 55px;
	float: right;
	text-align: left;
}

.contactleft {
	width: 395px;
	height: auto;
	margin: 0;
	padding: 0 55px 0 30px;
	float: left;
	text-align: left;
}

.contactleft input[type='text']{
	width: 349px;
	height: 50px;
	padding: 0 20px 0 20px;
	border: 3px solid #A4C949;
	margin: 0 0 20px 0;
	background-color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

.contactleft input[type='submit']{
	width: 230px;
	height: 60px;
	padding: 0 20px 0 20px;
	border: 0;
	margin: 0 0 20px 0;
	background-color: #A4C949;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}

.contactleft textarea{
	width: 349px;
	height: 130px;
	padding: 10px 20px 10px 20px;
	border: 3px solid #A4C949;
	margin: 0 0 15px 0;
	background-color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Teko', 'Play','Source Sans Pro','sans-serif','Arial', 'Tahoma';
}                          

footer{
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
}

footer #footercontainer {
	margin: 0 auto;
	width: 960px;
	height: 50px;
	text-align: center;
	position: relative;
	top: -25px;
	padding: 0 0 25px 0;
}

div#left{
	width: 405px;
	height: 50px;
	margin: 0;
	padding: 0 45px 0 30px;
	float: left;
	text-align: left;
	background-color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 3em;
	color: #fff;
}

.lftext {
	float: left;
}

.lfadress {
	width: auto;
	height: auto;
	background: transparent url('../images/adress.png') 20px 19px;
	background-size: 24px 14px;
    background-repeat: no-repeat;
	padding-left: 50px;
	float: left;
}

.lflocation {
	width: auto;
	height: auto;
	background: transparent url('../images/location.png') 15px 15px;
	background-size: 10px 19px;
    background-repeat: no-repeat;
	padding-left: 35px;
	float: left;
}

div#right{
	width: 395px;
	height: 50px;
	margin: 0;
	padding: 0 30px 0 55px;
	float: right;
	background-color: #A4C949;
}

.created{
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	line-height: 3em;
	color: #fff;
}

.created a{
	color: #fff;
}

.created a:hover{
	color: #494949;
}

/* Tablet 
@media screen and (max-width: 1024px) {

	#logo {
		width: 100%;
		text-align: center;
	}
	
	#nav {
		width:100%;
		text-align:center;
		margin:10px 0;
	}
	
	#slide1 h1 {
		line-height: 1em;
	}

}
*/

/* Mobile
@media screen and (max-width: 480px) {

	#logo {
		width: 100%;
		text-align: center;
	}
	
	#nav {
		width:100%;
		margin:5px 0;
	}
	
	#slide1 h1 {
		line-height: 1em;
	}

}
*/