/*
	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, LARGE SCREENS ====
*/
@media only screen and (min-width: 1200px) {
	
	/* user styles goes here */

}



/* 
	=========================================== DESKTOP < 1200px ====
*/
@media (max-width: 1200px) {
	/* autogenerated styles */

	/* user styles goes here */
	#menu li a{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

	#device{
		height: 327px;
		margin: 0 auto -50px auto;
		background: url(../images/device_macbook.png) no-repeat scroll top center;
		padding: 100px 60px 0 60px;
		width: 978px;

		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}



/* 
	============================================= IPAD LANDSCAPE ====
*/
@media (max-width: 1250px) {
	#menu li{
		margin: 0 7px !important;
	}

	.language-picker{
		position: absolute !important;
		top: 8px;
		right: 10px;
		margin: 0 !important;
	}	
}

@media (max-width: 1150px) {
	#menu li{
		margin: 0 5px !important;
	}

	#logo{
		margin-top: 8px !important;
		width: 250px !important;
	}	
}

@media (max-width: 1024px) {

	/* autogenerated styles */
	.col_6 { width:29.3333333333%; }
	.col_8 { width:21%; }
	.col_9 { width:29.3333333333%; }
	.col_10 { width:16%; }

	.col_6c { width: 62.6666666667%; }
	.col_8c { width: 71%; }
	.col_9c { width: 62.6666666667%; }
	.col_10c { width: 76%; }

	#logo{
		margin-top: 5px !important;
		width: 22% !important;
	}

	.language-picker{
		top: 0 !important;
	}

	#device{
		margin: 0 2%;
	}

	#menu{
		padding: 0 !important;
	}
}

@media (max-width: 978px){
	#menu{
		margin: 20px 0 0 0 !important;
		padding: 0 !important;
	}	
}

@media (max-width: 940px) {
	#menu li a{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.super-header h1{
		font-size: 50px !important;
		line-height: 50px !important;
		margin: 30px 0 !important;
	}

	.super-header h3{
		font-size: 13px !important;
		margin: -10px 0 30px 0 !important;
	}		
}

@media (max-width: 880px) {
	#menu li a{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	#menu li{
		margin: 0 !important;
	}
}

/* 
	============================================== IPAD PORTRAIT ====
*/
@media (max-width: 768px) {
	.overlayer-modal{
		position: absolute !important;
	}

	.auth-nav{
		float: none !important;
		text-align: center;
	}

	.auth-nav > a{
		float: none !important;
		display: inline-block !important;
	}

	.post{
		padding: 20px !important;
	}

	#sidebar{
		padding: 10px !important;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	#page-holder{
		height: auto !important;
		min-height: auto !important;
	}

	header{
		padding: 0 0 10px 0 !important;
		border: none !important;
	}

	/* autogenerated styles */
	.col_4 { width:46%; }
	.col_6 { width:46%; }
	.col_8 { width: 21%; }
	.col_9 { width:100%; }
	.col_10 { width:46%; }

	.col_4c { width: 46%; }
	.col_6c { width: 46%; }
	.col_8c { width: 46%; }
	.col_9c { width: 100%; }
	.col_10c { width: 46%; }

	/* user styles goes here */
	.controlbar{
		margin-bottom: 30px !important;
	}

	.language-picker{
		margin-top: 10px !important;
		right: 80px !important;
	}

	#device{
		background-image: url(../images/device_ipad.png);
	}

	#device-content{
		padding: 7% 8.5%;
	}

	.super-header{
		padding-right: 3%;
		padding-left: 3%;
	}

	.super-header h1{
		font-size: 40px !important;
		line-height: 40px !important;
		margin: 20px 0 30px 0 !important;
	}

	.super-header h3{
		font-size: 12px !important;
		margin: -10px 0 30px 0 !important;
	}

	#menu-toggler{
		display: block !important;
	}

	#menu, #device, .controlbar .menubar, .language-picker, .footer-faq{
		display: none !important;
	}

	footer .col_4{
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

	#logo{
		margin-top: 15px !important;
		width: 200px !important;
	}

	.benefit-column{
		padding-bottom: 20px !important;
	}

	.controlbar{ margin: 0 !important; }

	.startpage-call-to-action{
		width: 100% !important;
	}
}



/* 
	=========================================== IPHONE LANDSCAPE ====
*/
@media (max-width: 600px) {
	.controlbar .menubar{
		display: none !important;
		margin: 0 !important;
	}	

	header > .alert{
		font-size: 12px !important;
	}

	.payment-form > .btn{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.overlayer-modal{
		width: 90% !important;
		top: 10% !important;
		left: auto !important;
		right: auto !important;
		margin: 0 5% !important;
	}

	#content{
		padding: 0 !important;
	}

	#mobile-faq-menu{
		display: block !important;
	}

	#faq-sidebar{
		display: none;
	}

	.fixed-height-1{
		height: auto !important;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.server-list-item{
		margin: 10px 10px 0 10px !important;
	}

	.col_3:last-child .server-list-item:last-child{
		margin-bottom: 10px !important;
	}

	/* autogenerated styles */
	.col_8 { width: 29%; }
	.col_2,
	.col_3,
	.col_4,
	.col_5,
	.col_6,
	.col_7,
	.col_10,

	.col_2c,
	.col_3c,
	.col_4c,
	.col_5c,
	.col_6c,
	.col_7c,
	.col_8c,
	.col_10c { width: 100%; padding: 0 !important; margin: 0 !important; }

	.box{
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.fixed-box-content{
		height: auto !important;
	}

	.fixed-column > .btn{
		margin-top: 20px;
	}

	.col_4:nth-child(odd) .box{
		background: #FFFFFF;
	}

	.startpage-call-to-action{
		margin: 0 !important;
	}

	aside.col_4{
		display: none !important;
	}
}



/* 
	============================================ IPHONE PORTRAIT ====
*/
@media (max-width: 320px) {
	header > .alert{
		font-size: 10px !important;
	}	

	/* autogenerated styles */
	/* reset .container width and max-width (in case user defines an explicit #id for her/his .container classes) */
	.container, .wrapper { width: 96% !important; max-width: 96% !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 {
			width		: 100%;
			margin-left	: 0%;
			margin-right	: 0%;
			padding-left	: 4%;
			padding-right	: 4%;
	}

	.col_8{
		width: 48%;
	}

	/* user styles goes here */
	#logo{
		margin-left: 3% !important;
	}

	.navbar-toggle{
		margin-right: 3% !important;
	}
}

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

}


