/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html {overflow-y: scroll; overflow-x: hidden}
body {font-size: 13px; color: #272727;font-family: "Barlow", sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
a, img { outline: none; border:none; color: #000;}
p { margin: 0; line-height: 1.50em; font-size: 1.3em;}
img { display: block; margin-bottom: 10px;}
#main, #fullmain, aside {line-height: 1.50em; font-size: 1.3em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}

/* Structure */

/*.clearfix:before,
.clearfix:after
{
  display: table;
  content: " ";
}*/


#container-home{
	top: 10em;
    margin: auto;
	width: 100%;
	background: url('../../images/ag_visual.svg') 5em 0 no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 207em;


}

#ag-visual /*achtergrond visual*/ {
	margin: auto;
	padding: 0 4%;	
	background: url('../../images/ag_container.svg') 0 0 repeat-x;
	background-attachment: fixed;
	
}

#wrappertop{
	width: 100%;
	background-color: #fff;
	padding: 0;
	height: 9em;
	z-index: 1000;
	
	} 


#wrapper {
	
	width: 100%;
	margin: 0em;
	padding: 0;
	z-index:-7;
		
	} 

/*-- banner --* wrapper*/

#block-y
{
	
	position: static;
	top: -5em;
	float: left;
	width:30em;
	height:30em;
	margin: 0;
	background-color: #EAA914;
	border-radius: 3.1em 0 0 0;
	
	
}

#block-o
{
	position: relative;
	top: 7.5em;
	right: 0;
	float: right;
	width: 34em;
	height: 30em;
	margin: 0;
	background-color: #EB6131;
	border-radius: 0 0 3.1em 0;	
	
}
#banner
{
	position: relative;
	top: 3em;
	margin: 0 3em;
	background: url('../../images/ban-00.png') no-repeat; 
	background-position: center;
	background-size: cover;
	height: 410px;
	border-radius: 3em 0;
	z-index: 3;


}
.rotating-item {display:none; position:absolute; top:0; left:0;


} 

#rotating-item-wrapper{ 
	position: relative;	
	height: 250px;
	top: 0em;
	padding: 0 0 0 0;
	text-align: center;
    margin: auto;
	z-index: -9;


}
	
#rotating-item-wrapper img {
	width:100%;
	height: 430px;
	margin:auto;
	object-fit: cover
}


.container-home{
	background-color: #fff;
	position: relative;
	display: block;
	top: 0;
	max-width: 1400px;
	margin: auto;
	padding: 0 3em;
	overflow:auto;
  	padding-bottom: 67px; /* must be same height as the footer */
	box-shadow: 0 35px 38px rgba(0,0,0,0.20);	
	z-index:9;


}


/*icons*/



.fa-arrow-right {

	padding: 0;
	padding-right: 0.2em;
	vertical-align: middle
}


.fa-copyright:after{
	
	color: #ef4136;
	display: none;
    font-family: "Font Awesome 5 Regular"; 
	content: '\f1f9';
	-webkit-font-smoothing: antialiased;
}

.fa-copyright .svg-inline--fa {
  padding-right: 0.0em;
	
}




/*aside*/
#news  {
		width: 60%;
		margin-right: 0;
		float: left;
		
		}
#news ul li {
	display: table;
	position: relative;
	list-style-type: none;
	width: 80%;

	
}

#news li b{
	display: block;
	position: relative;
	top:1em;
	left:-0.5em;
	border-top: 0px dotted #000;
	padding: 0.2em 0 0.2em 0.5em;
	margin-bottom: -0.5em;
	background-color: #C1C1C2;
	

}

#content{
	
	margin: 9em 0 0 0;
	padding: 0 3em 2em 5em;
	
}

#main,#main2 {
		width: 58%;
		margin: 1em 0 0 0;
		float: left;
		padding:0 0 1em 0;
		
		}	
#fullmain
{
		min-width: 90%;
		margin: 0;
		float: left;
		padding:0 0 1em 0;

		
		}

#fullmain ul,
#main ul, aside ul{	
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	border: 0;	
}
#fullmain li,
#main li, aside li
{
	margin: 0 0 0 18px;
	padding: 0 0 0 0;
	border: 0;
	list-style-type: square;
	text-decoration: none;
	list-style-position : outside;
}

#main ol li{list-style-type: decimal;
	margin: 0 0 0 -10px;


}
section img
 {
		width: 97%;
		max-width:800px;
		margin: 0 2em 2em 0;
		padding:0;
		clear: both;
		border-radius: 1.5em 0;

}

aside {
	
	background-color: #EB6131;
	color: #fff;
	width: 32%;
	margin: 1em 0 3em 0;
	float: right;
	padding: 2.5em 2.5em 3em 2.5em;
	border-radius: 1.5em 0;
	box-shadow: 2em 2em #37786C;


		}
aside b,asidestrong{

	color: #fff;
	font-size: 110%;
	line-height: 1.0rem;

 }

aside img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 0 2em 0;
		padding:0;
		border-radius: 1.5em 0;
		clear: both;

}
aside a,aside a:hover {color: #F4D07D;font-weight: 500; text-decoration: none;}
aside a:hover img{
	color:#fff;
	transform: scaleY(1.01);
	box-shadow: 0 10px 15px rgba(0,0,0,0.5);
  -webkit-filter: brightness(110%);
  filter:brightness(110%);
}		


.button{
	background: #37786C;
	border: 0.13em solid #fff;
	border-radius: 6px;	
  	color: #fff;
 	padding: 0.3em 0.7em;
 	text-align: center;
 	text-decoration: none;
  	display: block;
	text-transform: uppercase;
	font: 600 0.9em "Barlow", sans-serif;
  	margin: 1.5em 2px;
  	transition-duration: 0.4s;	
 	cursor: pointer;
}
.button:hover { 
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
 	transform: scale(1.00);
	/*box-shadow: 0 5px 15px rgba(0,0,0,0.4);*/
  -webkit-filter: brightness(120%);
  filter:brightness(120%);
}
a.button:hover {
  background-color: #4CAF50;
  color: white;
}
/*small picto*/

.float-left{
	width:75px;
	max-width: 75px;
	float: left;
	margin: 0;
	padding: 0 0.5em 0 0;
	margin-top: -0.5em;
}

/*you-tube*/
iframe{
	border: 6px solid #DCD9D9;
	border-radius: 8px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*form*/
.form{ 	
	background-color: #EAA914;
	border: 0;
	padding: 3em 3em 2em 3em;
	margin: 0 0 4em 0;
	width: 90%;
	border-radius: 1.5em 0;
	box-shadow: 3.0em 3.0em #37786C;
}

.form input[type="text"] {
	width: 99%;
	color: #37786C;
	outline: none;
	font: 1.3em "Barlow", sans-serif;
	padding: 0.4em;
	margin: 0.5em 0;
	border: 0px solid #7D7D7D;
	border-radius: 0;
	-webkit-appearance: none;
}

select#Aanhef{
	width: 50%;
	float: right;


}
label,value,legend{
	font: bold 2.0em "Barlow", sans-serif;
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
	display: inline-block;
	color: #37786C

}

.form select

{	

	width: 99%;
	color: #37786C;
	font: 1.3em "Barlow", sans-serif;
	padding: 0.1em 0.3em;
	margin: 0.4em 0;
	border: 0px solid #000;
	background-color: #fff;
	border-radius: 0;

}
::placeholder {
color: #37786C	
	
}
option { 
    /* Whatever color  you want */
    background-color: #fff;
}

select option:hover { 
    /* Whatever color  you want */
	color: #000;
    background-color: #25315A;
	box-shadow: 0 0 10px 100px #000 inset;
}



.form textarea {
	resize: none;
	color: #37786C;
	width: 99%;
	min-height: 100px;
	outline: none;
	padding: 0.3em;
	font: 1.3em "Barlow", sans-serif;
	margin: 0.4em 0;
	border: 0px solid #ac155f;
	-webkit-appearance: none;
	border-radius: 0;
}
.form input[type="submit"]{
	font: 1.3em "Barlow", sans-serif;
	line-height: 0.5em;
	background-color: transparent;
	text-transform: uppercase;
	color: #37786C;	
	font-weight: 800;
	border: 2px solid #37786C;
	margin: 0.5em 0;
	padding: 0.3em 0;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	top: 0em;
	left: 50%;
	right:0;
	width: 50%;
}

.form input[type="submit"]:hover
{	background-color: #37786C;
	color: #fff;
	border: 2px solid #37786C;
	transition:0.5s all;
}

#code 
{
	width: 50%;
	float: right;

}
form img{
	border-radius: 0
}
/*css checkbox only way*/
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  color:#fff;	
  font-size: 105%;	
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox a{
	color:#fff;
	text-decoration: underline;
}

.checkbox a:hover{
	color:#fff;
	text-decoration: underline;
}
/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #37786C;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #EB6131;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*END Form*/

/*Zoeken*/

.fas fa-search{
	
	margin: 0 0 0 0.5em;
	padding:0;
}
.searchtablecontent{
	width: 90%;
	margin: -1.5em 0 3em 0;

	}
.searchrowcontent
{
	padding: 0.5em 0 1em 0;
	border-top: 1px dotted #25315A;


	}
.searchlinkcontent, a.searchlinkcontent:hover {
	color: #25315A;
	font-size: 1.1em;
	font-weight: 800;
	text-transform: capitalize;
	padding: 0.1em 0.35em 0.2em 0;
	line-height:2.5em;
	text-decoration: none; 
	}

		
input,.searchinputcontent
{
	margin: 0 0 1.0em 0;
	padding: 0 0 0 3px;
	font-size: 1.2em;  
	color: #25315A;
	border: 1px solid #25315A;
	height: 1.7em;
	width : 60%;
	border-radius: 6px;	

}
.searchselectcontent{
	display: none;
	/*font-size: 1.0em;  
	color: #005b8a;
	border: 1px solid #005b8a;
	height: 1.95em;
	min-width: 4.5em;
	width : 10%;*/
	
}
.searchbuttoncontent
{
	margin: 0em 0 2.0em 0;
	padding: 0 0 3px 0;
	border-top:0px solid #fff;
	width : 6em;
	line-height : 1.7em;
	background-color: #25315A;
	border-radius: 6px;	
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	cursor:pointer;
	  -webkit-appearance: none;
	

		

}

/*-- footer --*/
/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/*negate effect of float*/
	
}
.footer{
	width: 100%;	
	background-color: #37786C;
	padding: 3.0em 0 0 0;
	position: relative;
	margin: auto; 	
	margin-bottom: -67px; /* negative value of footer height*/
    clear:both;
	z-index: 10;

	
}

#footer {	
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	height: 19em;
	margin: auto; 
	padding: 0;

}

.footer b {
	display: block;
	font: 600 2.1em/2.1em "Barlow", sans-serif;
	color:#fff; 
	margin-top: 1em;
	margin-bottom: -0.5rem;


}
.footer p{
	color:#fff;
	font-size: 1.1em;	
	font-weight: 500;
	line-height: 1.5em;
	margin:0;
	padding: 0;

	/*display: inline-table;*/

}
.footer p a,.footer a b{
	color:#fff;
	font-size: 1.1em;	
	line-height: 1.5em;
	text-decoration:none;
	text-transform: lowercase;
	margin: 0 0 0 0;

}
.footer p a:hover,.footer a:hover b{
	color:#C3ECEB;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}

.col-md-4 img{
	display: inline;
	max-width: 3.0rem;
	padding: 0 0.4rem 0.5rem 0;
	margin: 0;
	position: relative;
	transition: all .1s ease-in-out; 
	}

.footer a img:hover { 
 	transform: scale(1.09);
	/*box-shadow: 0 5px 15px rgba(0,0,0,0.4);*/
  -webkit-filter: brightness(115%);
  filter:brightness(115%);
}
.mail{
	
	float: left;
	width: 2.0em;
	padding: 0.1em 0.5em 0 0;
}

.graf a,.graf a:hover{
	display: block;
	position: absolute;
	bottom: 1em;
	left: 0.5em;
	color: #fff;
	font-size: 110%;
	line-height: 1.0em;

}

#bottom
{
	background-color: #EAA914; 
	padding: 3.5em 0 0 0;
	position: relative;
	bottom: 0em;
	width: 100%;
    clear:both;
	z-index: 10;
}

#main hr,section hr, aside hr {
	
  	border-top: 3px dotted rgba(0,6,47,1.00);
	border-opacity: 1.00;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
aside hr {
	
  	border-top: 3px dotted rgba(248,248,251,1.00);
	border-opacity: 1.00;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
 h1 {

	font: 600 3.7em/3.20em "Barlow", sans-serif;
	color:#EB6131;
	margin: -1.5em 0 -0.7em 0;	
	padding:0; 

	 
}
 h2 {
  	font: 600 1.5em/1.20em "Barlow", sans-serif;
	color: #fff;
	padding: 0;
	margin: 0 0 0.3em 0; 
 }
 h3 {
	font: 600 1.3em/1.25em "Barlow", sans-serif;
	color: #EB6131;
	padding:0;
	margin: 0em 0 0 0;
 }
 
h4{	
	font: 600 1.3em/1.3em "Barlow", sans-serif;
	color: #EB6131;
	padding:0;
	margin: -1.5em 0 0 0;
	
}

.alert-success,.alert-danger,.alert-warning,.alert-info{
	
	display: inline-block;
	padding: 0.7em 1em;
	margin: 0.4em;
	font-weight: 600;
	border-radius: 0.5em 0;
	box-shadow: 0.5em 0.5em #408C7E;	
	
}
.visual /*logo home*/
{
	display: block;
	width: 70px;
	padding:0 0.5em 0 0;
	margin: 0;
	float: left;
	
}

b,strong{

	color: #37786C;
	font-size: 110%;
	line-height: 1.0rem;

 }

#main i{
	color: #EB6131;
	font-weight: 500;
	/*font-style: normal;*/
}

a{color: #EB6131; text-decoration: none;}
a:hover{color: #EAA914;text-decoration: none;}
a:active{color: #25315A; text-decoration: none;}	

.downloadlink a {

	display: block;
	margin-left: 1.6em; 
}

.downloadlink a::before {

	content: "\279C";
	padding: 0.1em  0.4em  0.1em  0em;
	margin-left: -1.6em; 
}




/* Logo H1 */

.nieuwslink b, a.nieuwslinkon b {font-size: 110%}
a.nieuwslink
{
	display: block;
	max-width: 470px;
	padding: 0.5em 2.0em 0.5em 0.5em;
	margin: 0 0 0.35em 0;
	font-size: 91%;
	line-height: 1.5em;
	color:#000;
	background: #D4257B url('../../images/meer.png') top right no-repeat;
	border: 0.15em solid #D4257B; 
	border-radius: 5px;

}
a.nieuwslink:hover
{	color:#000;
	text-decoration: none;
	background: #F0147F url('../../images/meer.png') top right no-repeat;
	border: 0.15em solid #F0147F; 
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
		border-radius: 8px;
}

a.nieuwslinkon
{	display: block;
	max-width: 470px;
	padding: 0.5em 2.0em 0.5em 0.5em;
	margin: 0 0 0.35em 0;
	font-size: 91%;
	line-height: 1.5em;
	color: #000;
	background: url('../../images/meer.png') top right no-repeat;
	border: 0.15em solid #D4257B; 
	border-radius: 8px;
	}
#naw {

	position: absolute;
	top: 0;
	left: 0.5em;
	padding: 0;
	width: 70%; 
	max-width: 320px;
	height: auto;
	z-index: 6;
	margin: auto;

}
#naw img {
	width: 100%;
   	margin: 0;


}

/* Nav */
/*nav top*/
.nav
{
	width: 100%; /* 800 */
	position: relative;
	top: 0;
	right: 0rem;
	margin: auto; /* 30 480 */;


}
.nav li a
{
font-family:"Cairo", sans-serif;
color:#25315A;

}

.nav li a:hover{
	
	color:#ad155f	
}
.menu{display: none;}

#navcontainer
{
	
	width: 100%;
	max-width: 1350px;
	margin: auto;
	padding: 0;
	height: auto;
	position: relative;
	top: 0.6rem;
	left: 0;
 	z-index: 100;


}
#nav
{
	width: 100%; /* 800 */
	font-weight: 600;
	position: absolute;
	top: 2.5em;
	margin-left: 0; /* 30 480 */;


	}

#nav > a
{
	display: none;

}

#nav li
{
	position: relative;
	
}
#nav li a
{

	color: #6E6E6E;
	display: block;
	text-decoration: none;
	margin-left: 0
	

}
/*#nav li a:active,*/
#nav li a#current
{
	
	height: 1.9em; /* 60 */
	background-color: #EB6131;
	color: #fff;
	border-radius: 0.5em;

}


#nav span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

#nav li a#current span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
#nav a:hover span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */
#nav > ul
{
	height: 3.3em; /* 60 */
	max-width: 1500px;
	margin: auto;

}
#nav > ul > li
{
	/*width: 12.4rem;*/
	height: 100%;
	float: left;
	left: 33%;
	padding: 0 0.3rem /*extra*/

}
#nav > ul > li > a
{
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	font-size: 110%; /* 24 */
	font-weight: 700;
	line-height: 1.8em; /* 60 (24) */
	padding: 0 1.4em;

}
#nav > ul > li:not( :last-child ) > a
{
	border-right: 0px dotted #00aeef;


}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
	/*background-color: #CEE7F5;*/
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
	color: #EB6131;
}


/* second level */
#nav li ul
{
	

	display: none;
	position: absolute;
	top: 3em;

}
#nav li:hover ul
{
	display: block;
	left: 0;
	right: 0;

}
#nav li:not( :first-child ):hover ul
{
	left: 0px;
}
#nav li ul a
{
	/*background-color: #EAA914;*/
	font-size: 1.2em; /* 20 */
	border-bottom: 1px dotted #25315A;
	padding: 0.30em 0.50em 0.30em 0.5em; /* 15 (20) */;
	color: #6E6E6E;
	margin-left: -3em;
}	


#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
	color: #EB6131;
	font-size: 1.3em; 
	border-bottom: 1px dotted #EB6131;
	/*background-color: #EB6131; */
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}




/* Media Queries */


@media (max-width:1440px){
html, body
{
	font-size: 90%; /* 12 */

}

#naw {

	padding: 0;
	width: 40%; 


}	

	
 h1 {

	font-size: 300%; /* 12 */
	 
}	
#nav > ul > li
{
	font-size: 88%; /* 12 */
	height: 100%;
	float: left;
	left: 34%;
	padding: 0 0.1rem /*extra*/

}	
}
@media screen and (max-width:1024px) {

html, body
{
	font-size: 90%; /* 12 */
}

#wrappertop{
	height: 8em;
	
} 
	
#nav > ul > li
{
	font-size: 85%; /* 12 */
	height: 100%;
	float: left;
	left: 30%;
	padding: 0 0.0rem /*extra*/;
			

}
#block-y
{
	
	top: -6em;
	width: 22em;
	height:22em;
	margin: 0;
	border-radius: 3.1em 0 0 0;
	
	
}

#block-o
{
	top: 6.5em;
	width: 24em;
	height: 22em;
	margin: 0;
	border-radius: 0 0 3.1em 0;	
	
}	
#banner
{

	top: 2.7em;
	margin: 0 2.5em;
	height: 300px;
	border-radius: 3em 0;
	z-index: 3;
}


#naw img 
	{
	width: 80%;	
	margin: 0em 0 0 0;
}

#content{
	
	margin: 8em 0 0 0;
	padding: 0 1em 2em 1em;
	
}	
aside {
	
	width: 37%;
	margin: 1em 0 3em 0;
	padding: 1.8em 2.0em 3em 1.8em;
	box-shadow: 1.5em 1.5em #37786C;


		}	
#footer {	

	width: 80%;


}
}


@media screen and (max-width: 860px) {
	
html, body
{
	font-size: 90%; /* 12 */
	
}

#block-y
{

	top: -6em;
	width: 18em;
	height: 22em;
	margin: 0 0 0 -1em;
	border-radius: 3.1em 0 0 0;
	
	
}

#block-o
{

	top: 6.0em;
	width: 18em;
	height: 22em;
	margin: 0 -1em 0 0;
	border-radius: 0 0 3.1em 0;	
	
}	

#banner
{

	top: 2.5em;
	margin: 0 1.3em;
	height: 300px;
	border-radius: 3em 0;

}
h1{
	font-size: 200%
	}	
	
header, #fullmain, #news,
#main,#main2 {
		float: left;
		clear: left;
		margin: -0.5em 0 0 0; 
		width: 97%;
	
}
	
aside {
	float: left;
	clear: left;
	width: 95%;
	margin: 1em 0 3em 0;
	padding: 2.5em 2.5em 3em 2.5em;
	box-shadow: 2em 2em #37786C;	

		}	
	
#fullmain img, #news img,
#main img {max-width:97%;
	
	}	
	
.form{ 	
	margin: 0.5em 2em 3em 0;
	width: 100%;
}

#naw {

	padding: 0;
	width: 60%; 


}

#navcontainer {
	margin: auto;
	z-index: 25;

	
	}
	

#nav {
	top:0;
	height: 6em;
	position: fixed;
 	z-index: 25;	

	}
	

.menu{
	display: block;
	position: absolute;
	top:0;
	left:0;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	}

	
#nav > a
{
	width:  4.1em; /* 50 */
	height: 4.1em; /* 50 */
	text-align: left;
	/*text-indent: -9999px;*/
	color: #fff;
	font-size: 83%;
	line-height: 1.1em;
	text-transform: uppercase;
	background: #37786C url('../../images/icon.png') 50% 75% no-repeat; 
	border: 1px solid #fff;
	position: fixed;
	float: right;
	top: 0.6em;
	right: 1.0em;
	padding: 0.3em 0.3em 0 0.6em;
	border-radius: 0.5em;
 	z-index: 30;	

}
#nav > a:before,
#nav > a:after
{
	position: absolute;
	border: 0px solid #fff;
	top: 0%;
	left: 0;
	right: 0;
	content: '';


}
#nav > a:after
{
	top: 60%;
	
}
#nav span:after
{
		border-top-color: #000;
}
#nav a:active span:after
{
		border-top-color: #000;
}	
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
	display: block;
}

/* first level */

#nav li a:active,
#nav li a#current
{
	
	color: #EB6131;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: 0px solid #FFFFFF;
	background: #fff;
	border-radius: 0px;
	font-weight: 700;
	height: auto;
	padding: 0.0em 0.4em 0.0em 0.7em;

}	

#nav > ul
{
	height: auto;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%; 
	background-color: #37786C;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	padding: 8em 0.2em 8em 0;
	border-radius: 0 0 0 25px;	
	box-shadow: 0 15px 38px rgba(0,0,0,0.20);	
	z-index: 1;


}
#nav:target > ul
{
	display: block;
}
#nav > ul > li
{
	width: 100%;
	float: none;
	left: 0
}	
		
	
#nav > ul > li > a
{
	height: auto;
	text-align: left;
	padding: 0.3em 0 0.3em 0.4em; /* 20 (24) */
	color: #fff;
	background-color: transparent;
	margin: 0 0 0 1.5em;

}
#nav > ul > li/*:not( :last-child )*/ > a
{
	border-right: none;
	border-top: 1px dotted #FFFFFF;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
	{
	background-color: transparent;
	color: #74CFC7;
	}

	
/* second level */
	


#nav li ul
{
	position: static;
	padding: 1.5em 0 0 0; /* 20 */
	padding-top: 0;
	background-color: #25315A;
	margin: 0 1.6em 1em 0.4em;
	}
	

#nav li ul > li > a::before {
    content: "\25B8";
    margin-right: 0.4em; 
	margin-left: -0.9em; 
  }
	
#nav li ul a
{

	display: block;
	margin-left: 1.4em; 
	color: #fff;
	border-bottom: 0px dotted #FFFFFF;
	background-color: transparent;
	border-top: none;
	padding: 0.2em 0.4em 0.5em 2em;
	font-size: 1.1em;
}
	
	

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
	background-color: transparent;
	border-top: 0px dotted #74CFC7;
	color:#74CFC7;
	
}

#footer {	
	
	height: auto;
	min-height: 23em;
	left: 12%;
	width: 80%;
	margin: -2.5em 0 0 0; 
	padding: 0 0 15% 0;


}	
	
@media screen and (max-width: 570px) {
	
html, body
{
	font-size: 90%; /* 12 */
	
}
	
#naw img 
	{
	width: 100%;	
	margin: -0.5em 0 0 0;


}
#block-y
{

	top: -6em;
	width: 10em;
	height: 18em;
	margin: 0 0 0 0em;
	border-radius: 3.1em 0 0 0;	
	
}

#block-o
{

	top: 6em;
	width: 10em;
	height: 18em;
	margin: 0 0em 0 0;
	border-radius: 0 0 3.1em 0;	
	
}
#banner
{
	top: 2.5em;
	margin: 0 1.9em 9em 1.9em;
	height: 250px;
	border-radius: 3em 0;
	}	
	

.container-home{
	top: 0;
	padding: 0 1em;
	overflow:auto;


}
	
aside {
	float: left;
	clear: left;
	width: 95%;
	margin: 1em 0 3em 0;
	padding: 1.5em 1.5em 3em 1.5em;
	box-shadow: 1.2em 1.2em #37786C;	

		}	
#nav > ul
{
	width: 85%; 

}	

.searchinputcontent
{

	width : 80%;

}



.footer b {

	margin-top: 1.5em;


}

@media screen and (max-width: 420px) {

		
#rotating-item-wrapper img {
	width:100%;
	height: 346px;
}
	
#naw img 
	{
	width: 100%;	
	margin: 0 0 0 0;
}
	
#nav > ul
{

	width: 75%; 
	padding: 6em 0.8em 2.7em 0;
	z-index: 1;

}	
#footer {	
	height: auto;
	left: 28%;
	width: 60%;
	margin: -2.5em 0 0 0; 
	padding: 0 0 25% 0;



}	