@media screen and (max-width:1199px){
	
	.product-child { padding: 0; border:0;}
	
	#mobile-menu-toggle{ display:block;}
	#menu-item-wrapper { display:none; }
	#main-header { height: 80px; font-size:14px; }
	#main-menu-wrapper { height:80px; }
	#main-header .main-menu{ display:none; }
	#logo-wrapper .logo { height: 70px; margin: 5px 0; }
	#language-selector-wrapper { height: 80px; text-align: right; right:80px;}
	#language-selector-wrapper #language-selector { height: 80px; line-height: 80px; }
	
	#primary { padding-top: 80px; }
	
	.product-content {	margin: 2em 0; }
	
	.product-child .product-child-title { font-size: 1.2em; margin: 0.5em 0; }
	.product-child .product-child-description { font-size: 0.5em; line-height: 1em; height: auto; letter-spacing: 2px; }
	
	.award-title{ display:block;}
	.award-image{ display:none; }
	
}