/*
	34 Responsive Grid System
	Multi-state, responsive CSS grid system

	Developer	: Kemal Yılmaz
	URL			: http://34grid.com
	Contact		: http://kemalyilmaz.com
				: http://twitter.com/xkema
				: http://www.facebook.com/pages/34Grid/401562963236958
	Version		: 1.0

	LICENSED UNDER Creative Commons Attribution 3.0 Unported License.
*/

/* 
	===================================== DESKTOP, LARGER SCREENS ====
*/

@media screen and (min-width: 1800px) { /* Specific to this particular image */
	.top_hero {
		padding-bottom: 8em !important;
	}

}
/* 
	===================================== DESKTOP, LARGER SCREENS ====
*/
@media only screen and (min-width: 1800px) {

	/* user styles goes here */
	.wrapper {	width:1000px !important;}
	body {font-size:18px !important;}
	.contents {font-size:24px !important; line-height:1.4em !important;}
}
/* 
	===================================== DESKTOP, LARGE SCREENS ====
*/
@media only screen and (min-width: 1200px) {	
	/* user styles goes here */
	.contents {font-size:18px !important; line-height:1.4em !important;}
	
}



/* 
	=========================================== DESKTOP < 1200px ====
*/
@media only screen and (max-width: 1200px) {

	/* autogenerated styles */
	.col_12 { width:15.6666666667%; }

	.col_12c { width: 82.3333333333%; }

	/* user styles goes here */
	.contents {font-size:18px !important; line-height:1.4em !important;}
}



/* 
	============================================= IPAD LANDSCAPE ====
*/
@media only screen and (max-width: 1024px) {

	/* autogenerated styles */
	.col_1, .col_1c { width:97%; }
	.col_2, .col_2c { width:47%; }
	.col_6 { width:30.3333333333%; }
	.col_8 { width:22%; }
	.col_9, .col_3 { width:30.3333333333%; }
	.col_10 { width:17%; }
	.col_12 { width:22%; }

	.col_6c { width: 63.6666666667%; }
	.col_8c { width: 72%; }
	.col_9c, .col_3c { width: 63.6666666667%; }
	.col_10c { width: 77%; }
	.col_12c { width: 72%; }

	/* user styles goes here */
	.wrapper {	width:100% !important;}
	body {font-size:14px !important;}
	.contents {font-size:18px !important; line-height:1.4em !important;}
	.visual-divider-green {
		margin-top: -7.5em !important;
	}
	.col_1, .col_2, .col_3, .col_3c, .col_4, .col_4c, .col_5, .col_5c, .col_6, .col_6c, .col_7, .col_7c, .col_8, .col_8c, .col_9, .col_9c, .col_10, .col_10c, .col_11, .col_11c, .col_12, .col_12c {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}



/* 
	============================================== IPAD PORTRAIT ====
*/
@media handheld, only screen and (max-width: 768px) {

	/* autogenerated styles */
	.col_4, .col_4c,
	.col_5, .col_5c,
	.col_6, .col_6c,
	.col_7, .col_7c,
	.col_8, .col_8c,
	.col_10, .col_10c,
	.col_11, .col_11c { width:45%; }
	 
	.col_1, .col_1c, 
	.col_2, .col_2c, 
	.col_3, .col_3c,
	.col_9, .col_9c { width:95%; }
	.col_12 { width:28.3333333333%; }

	.col_12c { width: 61.6666666667%; }

	/* user styles goes here */
	header address {font-size:11px;}
	.contents {font-size:17px !important; line-height:1.4em !important;}
	.top_hero .col_3 {width:97% !important;}
	.top_hero .col_3c {width:97% !important;}
	.visual-divider-green {	margin-top: -8em !important;width: 60% !important;}
	.visual-divider-white {width: 40% !important;}
	.stoerer {
		top:-3em !important;
		left:auto !important;
		right:5%;
	}
	.stoerer a {
		width:120px !important;
		height:120px !important;
	}

	.col_1, .col_2, .col_3, .col_3c, .col_4, .col_4c, .col_5, .col_5c, .col_6, .col_6c, .col_7, .col_7c, .col_8, .col_8c, .col_9, .col_9c, .col_10, .col_10c, .col_11, .col_11c, .col_12, .col_12c {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}


}



/* 
	=========================================== IPHONE LANDSCAPE ====
*/
@media handheld, only screen and (max-width: 480px) {

	/* autogenerated styles */

	.col_1, .col_1c, 
	.col_2, .col_2c, 
	.col_3, .col_3c,
	.col_4, .col_4c,
	.col_5, .col_5c,
	.col_6, .col_6c,
	.col_7, .col_7c,
	.col_8, .col_8c,
	.col_9, .col_9c,
	.col_10, .col_10c,
	.col_11, .col_11c	{ width:93%; }
	.col_12, .col_12c { width: 43%; }

	/* user styles goes here */
	body {font-size:15px !important;}
	.contents {font-size:17px !important; line-height:1.4em !important;}
	header nav {
		float: none !important;
		text-align: center !important;
	}
	header address {font-size:1em}
	header .nav_address {position:static !important; font-size:.8em !important; text-align:center !important;}
	header figure.logo {float:none !important; margin:1em auto !important;}
	.top_hero h1 {font-size:2em !important;}
	.top_hero .col_3 {width:93% !important;}
	.top_hero .col_3c {width:93% !important;}
	.visual-divider-green {
		left: 25% !important;
		margin-top: -5.5em !important;
		width: 50% !important;
	}

	.stoerer {
		top:-4em !important;
	}


	.col_1, .col_2, .col_3, .col_3c, .col_4, .col_4c, .col_5, .col_5c, .col_6, .col_6c, .col_7, .col_7c, .col_8, .col_8c, .col_9, .col_9c, .col_10, .col_10c, .col_11, .col_11c, .col_12, .col_12c {
		margin-left: 3.5%;
		margin-right: 3.5%;
	}
}



/* 
	============================================ IPHONE PORTRAIT ====
*/
@media handheld, only screen and (max-width: 320px) {

	/* autogenerated styles */
	/* reset .container width and max-width (in case user defines an explicit #id for her/his .container classes) */
	.container { width: 100% !important; max-width: 100% !important; }

	.col_1,
	.col_2,
	.col_3, .col_3c,
	.col_4, .col_4c,
	.col_5, .col_5c,
	.col_6, .col_6c,
	.col_7, .col_7c,
	.col_8, .col_8c,
	.col_9, .col_9c,
	.col_10, .col_10c,
	.col_11, .col_11c,
	.col_12, .col_12c {
			width		: 92%;
			margin-left	: 0%;
			margin-right	: 0%;
			padding-left	: 4%;
			padding-right	: 4%;
	}

	/* user styles goes here */
	.top_hero_background img {display:none;}
	.top_hero .col_3 {width:92% !important;}
	.top_hero .col_3c {width:92% !important;}
	.stoerer {
		top:-3em !important;
	}
}

/* 
	============================================ SO SMALL PHONES ====
*/
@media handheld, only screen and (max-width: 240px) {
	
	/* user styles goes here */

}


