/**
 * grade-A.css
 *
 * This file styles to mobile landscape pages
 *
 * @author    Mark de Mol
 * @version   1.0
 */

@media (max-device-width:1023px) and (orientation:landscape)
{

.row.full-site-width .logo img {
	position: absolute;
	top: -39px;
	right: -85px;
	max-width: 425px;
}	
	#devicegrade { 
		z-index:10;
	}
	
	#devicegrade > div:after { 
		content: "A";
	} 
	
	/*
	* width of all the groups
	*/
	.group.width-100{
		width:100%;
	}
	
	.group.width-95{
		width:100%;
	}
	
	.group.width-90{
		width:100%;
	}
	
	.group.width-85{
		width:100%;
	}
	
	.group.width-80{
		width:100%;
	}
	
	.group.width-75{
		width:75%;
	}
	
	.group.width-70{
		width:70%;
	}
	
	.group.width-66{
		width:66.6%;
	}
	
	.group.width-65{
		width:65%;
	}
	
	.group.width-60{
		width:60%;
	}
	
	.group.width-55{
		width:55%;
	}
	
	.group.width-50{
		width:50%;
	}
	
	.group.width-45{
		width:45%;
	}
	
	.group.width-40{
		width:40%;
	}
	
	.group.width-35{
		width:35%;
	}
	
	.group.width-33{
		width:33.3%;
	}
	
	.group.width-30{
		width:30%;
	}
	
	.group.width-25{
		width:25%;
	}
	
	.group.width-20{
		width:20%;
	}
	
	.group.width-15{
		width:20%;
	}
	
	.group.width-10{
		width:20%;
	}
	
	/*
	* custom
	*/
	.row.header > div,
	.row.menu > div {
		padding: 0 20px;	
	}
	
	.row.menu {
	}
	
	.row.header > div > .logo {
		width:72%;
		padding-top:25px;	
		padding-bottom:0;
	}	


	.row.webdesign > div > .group > .margin > .padding {
		padding-right:50px;	
	}
			

}