/* -------------------------------------------------------------
	© IceTheme 2013
---------------------------------------------------------------- */


/* Large desktop */
@media (min-width: 1200px) {


	#content #content_left { width: 875px;}
	
	#content #content_left #middlecol { width:635px;}

	#sidebar { width:280px;}
	
	#iceslider:after { width:1239px; left:-35px;}



		#search form input.search-query { width:320px}
		
		.iceslider .flex-control-nav {
			background-image: url(../images/iceslider_effect_l.png), url(../images/iceslider_effect_r.png)!important;}
		
			
}



@media (max-width: 1200px) {
	
	#sidebar, #content_left { height:auto!important}	
	
}



	
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
	
	#topbar { height:auto}
	
	#content #content_left #leftcol { width:100%;  clear:both; float:none}
	
	#content #content_left #middlecol { width:100%; clear:both; float:none}
		
		#content #content_left #middlecol .inside { padding-left:15px; padding-right:15px;}
		
	
	
	#topbar .container { position:relative}
	
	
	#search { clear: both; float: none; margin-bottom:30px; text-align:center}
	
	#social_icons ul { margin-top:8px;}
	
	#weather { border-left:none}
	
	#language { margin-top:0; margin-bottom:25px}
		
	
	.iceslider .flex-direction-nav { display:none}	
	
	body .mod_easyblognewpost a i { display:none}
			
	#social_icons {
		position: absolute;
		top: 7px;
		right: 0;}
	
	#footer p#icelogo {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;}
	
	#footer p#copyright {
		float: none;
		padding-top: 20px;
		display: block;
		width: 100%;
		text-align: center;}
			
	#copyrightmenu {
		float: none;
		display: block;
		padding-top:6px;
		text-align: center;}
		#copyrightmenu ul li a { padding-left:10px; padding-right:10px;}
		

	#ice_social {
		float:none;
		clear:both;
		width:100%;
		text-align:center;
		padding-top:35px;}
		
		#ice_social #social_tw { float:none; padding-bottom:10px; padding-left:0}
		#ice_social #social_fb { float:none; padding-left:0; width:100%}
		
			
			#ice_social #social_fb .fb_iframe_widget { width:100%!important}
				
				#ice_social #social_fb .fb_iframe_widget span { width:90px!important}
				
	
	
	
	
	
		
}


@media (min-width: 767px) and (max-width: 979px) {
	

}
	
	

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	#topbar,
	#header,
	#promo,
	#footer { margin-left:-20px; padding-left:20px; margin-right:-20px; padding-right:20px;}
	
	
	.general_module { margin-bottom:40px;}
	
	#logo { width:100%; text-align:center}

	#weather { clear:both; width:100%; text-align:center; margin:0 0 30px; border-top: 1px dotted #ccc; padding:25px 0 0}
		#weather .weather_k1_cleft,
		#weather .weather_k1_cright { float:none; display:inline-block;}


	
}




/* Landscape phones and down */
@media (max-width: 480px) {
	
	



	.scrollup {
		-webkit-transform:scale(.75);
		-moz-transform: scale(.75);
		-o-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
		bottom:0;
		left:42%;
		display: block!important;
		position:relative!important;}
	
	
	body.offline_page .inputbox { width:auto}
	
	
}