@charset "UTF-8";
/* reset standaard css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: medium;
	vertical-align: baseline;
	font-family: Calibri, "Calibri Bold", "Calibri Italic";
	text-align: left;
}

a:hover {
color: rgb(255, 102, 0);
}




/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
a {
	text-decoration: blink;
	color: #666;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.clear {
	height: 1px;
	clear: both;	
}
.header {
	padding: 10px 0px;
}
.header .wrapper {
	padding: 0 0px;
	width: 990px;	
}
.wrapper {
	margin: 0 auto;
	width: 1080px;	
}
.menu {
	float: right;
	margin-top: 30px; 
}
.menu li {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 20px;
	list-style: none;
}
.menu li a {
	font-size: 15px;
}
.menu li a:hover {
	color: #F90;
}
.menu li a.active {

}
.slider {
	text-align: center;	
}
.slider img {
	margin-top:10px;
	max-width: 800%;
	max-height: 400px;
}
@media screen and (min-width: 1080px) {
 
.slider img {
width:100%;
}
 
}
 
 
@media screen and (max-width: 1080px) {
 
.slider img {
width:1080px;
}
 
}
.main .wrapper {
	position: relative;
	height: 400px;
	color:#666;
}
.col {
	padding: 0 2%;
	float: left;
	width: 46%;
	height: 600px;
	color:#666;
}
.col h2 {
	margin-top: 40px;
	margin-bottom: 10px;
	color:#666;
}
.col h2 a:hover {
	color: #F90;
}
.col p {
	font-size: 14px;
	line-height:normal;
	color:#666;
	margin-bottom: 10px;
}
.footer {
	position: fixed;
	line-height:20px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	clear:both;
	opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */
} 
.footer p {
	font-size:10px;
	color:#FFF;
	margin-left:46%;
}
