/* COLORS  


*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	background-color: #dddddd;
	color: #444444;
	font-family: 'Open Sans', Arial, sans-serif;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

/* TYPO */

h1 { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #444444;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h2 { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #444444;
}

h3 { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #444444;
	text-transform: uppercase;
}

h4 { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #444444;
}

p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}

i {
	color: #6f9ed4;
}

/* LAYOUT */

#site_header_wrap {
	background-color: #ffffff;
}


#site {
	position: relative;
}

#site a {
	color: #000000;
	text-decoration: none;
}

#site a:hover {
	color: #000000;
	text-decoration: underline;
}


#main_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 25px;
}

#content_main {
	margin-bottom: 25px;
}


#site ul {
	padding-left: 16px;
	margin-bottom: 15px;
}

#site li {
	list-style-type: square;
	font-size: 13px;
	color: #444444;
	padding-bottom: 7px;
}

/* menu */

#menu {
	position: relative;
}

#mainmenu li {
	list-style-type: none;
	float: left;
}

#mainmenu a {
	text-decoration: none;
	color: #666666;
}




#mainmenu span {
	height: 19px;
	padding: 2px 0px 10px 0px;
	border-bottom: 4px solid #ffffff;
	-webkit-transition: border-bottom 0.3s linear;  
    -moz-transition: border-bottom 0.3s linear; 
	-o-transition: border-bottom 0.3s linear;   
	transition: border-bottom 0.3s linear;
}

#mainmenu a.active span {
	border-bottom: 4px solid #3aaa35; 
	color: #000000;
}

#mainmenu a:hover span {
	border-bottom: 4px solid #3aaa35;
	color: #000000;
}

footer {
}

footer p {
	color: #666666;
	line-height: 20px;
}

footer a {
	color: #666666;
	text-decoration: none;
}

footer a:hover {
	color: #000000;
}

.content-100, .content-50, .content-66, .content-33 {
		position: relative;
		min-height: 1px;
		display: block;
	}

/* MEDIA QUERRIES */

@media only screen and (max-width: 800px) {
	   
#site_header {
	/*position: relative;
	height: 110px;*/
}

	#logo img {
	border: 0;
	padding-top: 36px;
	width: 220px;
}
	
	#logo_div, #menu {
		height: 110px;
	}
	#menu {
		height: 50px;
	}

	#logo_img {
		/*width: 350px;*/
	}
	
	#main_image {
		height: 250px;
	}
	
	footer p {
		text-align: center;
	}
	.content-100, .content-66, .content-33 {
		width: 100%;		
		padding-right: 15px;
		padding-left: 15px;
	}
	.content-50 {
		width: 100%;		
		float: left;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.content-25x {
		text-align: center;
		width: 100%;	
		padding-right: 15px;
		padding-left: 15px;
	}
	.content-75x {
		width: 100%;	
		text-align: center;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#mainmenu {
	text-lign: center;
}

	
	#mainmenu ul {
		padding-right: 15px;
	}
	
	#mainmenu li {
	padding-left: 10px;
	}
	#mainmenu a {
	font-size: 12px;
	margin: 0 10px 0 10px;
	}	
}

@media only screen and (min-width: 801px) {
	#mainmenu {
	position: absolute;
	bottom: 33px;
	right: 0px;
}

	#mainmenu li {
	padding-left: 25px;
}
	#mainmenu a {
	font-size: 14px;
	margin-left: 20px;
	}	
#site_header {
	position: relative;
	height: 200px;
}

	#logo img {
	border: 0;
	padding-top: 93px;
	width: 420px;
}
	#main_image {
		height: 400px;
	}
	
	#site_header, #menu {
        width: 800px;
		margin: 0 auto;
    }
	
    #site {
        width: 800px;
		margin: 0 auto;
    }
	
	#logo_div {
		height: 200px;
	}

	#logo_img {/*
		width: 586px;
		height: 120px;
		top: 12px;*/
	}
	
	.content-25x {
		width: 25%;		
		float: left;
		padding-right: 15px;
		padding-left: 15px;
	}
	.content-75x {
		width: 75%;		
		float: left;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.content-100, .content-50, .content-66, .content-33 {
		float: left;
	}
	
	.content-100 {
		width: 100%;
	}
	
	.content-50 {
		width: 50%;
	}
	
	.content-66 {
		width: 66%;
	}
	
	.content-33 {
		width: 33%;
	}
}


/* HELPERS */

.hide {
	display: none;
}

/* Clearfix */
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

* {
	box-sizing: border-box;
}