/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 959px) and (max-width: 2800px) {
		.brand-listing li {
			height: 168px;
		}

		.brand-listing .rightside li {
			height: auto;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		/* So call-out is same height as two rows of brand images */
		#content .brand-listing li.call-out {
		  min-height: 462px;
		}
		#content .brand-listing li {
		  width: 229px;
		}
		#content .brand-listing li.large {
		  width: 478px;
		}
		#content .brand-listing .rightside {
		  width: 498px;
		}
		body .social .brillen-passen {
		  top: -2px;
		  right: 70px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		/* Brand listing */
		#content .brand-listing li.call-out {
		  width: 379px;
		  margin-bottom: 15px;
		}
		#content .brand-listing li {
		  width: 379px;
		}
		#content .brand-listing .rightside {
		  width: 199px;
		}

		.contact-slide span { display: block; }
		.contact-slide span.sep { display: none; }

		div.block.one-third.column.box-sizing.alpha p {
			width: 300px;
		}
		body h2.sier {
		  margin: 0 30px;
		}

		body .fb-like { float: none; padding-top: 10px; padding-bottom: 10px; }

		body .social .brillen-passen {
		  display: none;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		/* bril detail page */

		#content .brand-listing li.sidebar {
			min-height: 380px;
		}
		body h2.sier {
		  margin: 0 30px 20px 30px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		#nav {
			margin: 0 0 30px 0 !important; 
		}

		/* Brand listing mobile */
		#content .brand-listing li.call-out {
		  width: 259px;
		  margin-bottom: 15px;
		}
		#content .brand-listing li {
		  width: 259px;
		}
		#content .brand-listing .rightside {
		  width: 139px;
		}
		body h2.sier {
		  margin: 0 30px 20px 30px;
		}

		#content .box p, #content .box h2 { padding-left: 80px !important; }
        
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
