/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: http://www.zerotheme.com/
*/
html {
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

/*------@media only screen and (max-width: 959px naar 770)-

@media only screen and {
	.main-slider{ width:768px; height:525px; padding-left:0;}
	.slider {width:746px; padding:2px;}
	.bg-slider{ width:755px;background:url(../images/bg-slider2.png) 0% -4px no-repeat; }	
	.flex-control-nav{left:45%;}
	
	--------	resize:both
		display: none---------*/

@media only screen and (min-width: 731px) and (max-width: 995px)  {
	html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
	alignment-adjust:middle
	 width: 80%;
	resize:both
   height: auto;
}
img{
	alignment-adjust:middle
	width: 80%;
	resize:both
   	 height: auto;
}
}
/*-----------	resize:both
		display: none---------*/



@media only screen and (min-width: 531px) and (max-width: 730px){
	.slider-wrapper{
		display: none;
		}	
	.menu li {padding: 15px 20px 10px 10px;}
}
@media only screen and (min-width: 431px) and (max-width: 530px) {
	
	.slider-wrapper{
		display: none;
		}	
.li{font-size: 1.0em;}
	/***** menu *****/
.menu {
	padding:40px 10px 0 5px; 
		margin-top{ 10px}
	float:right;
}

.menu li {
	float:left; 
	position:relative;
	
}
.menu li a {
	display:inline-block; 
	font-size:1.3em; 
	line-height:1.2em; 
	}
	}

@media only screen and (max-width: 430px) {
	/***** menu *****/
.li{font-size: 0.9em;}
.menu {
	padding: 20px 10px 0 0px;
	margin-top{ 10px}
	float: none;
	display: list-item;
}

.menu li {
	float: none;
	display: block;
	padding: 10px 10px 10px 0px;
	border-top: 1px #CCCCCC;
	border-style: dotted;
}
.menu li a {
	display: block;
	line-height: 1.2em;
	font-size: 1.2em;
	}
/* Change all ul en li */	
	ul {
    list-style-type: none;
    margin-left: 0px;
	margin-top: 20px;
    padding: 0;
    width: 200px;
}

li a {
	display: block;
    color: #000;
	border: 1px color #666;
    text-decoration: none;
}

h1 {font-size: 160%}
	}
