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


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

	#iceslideshow .iceslideshow_arrow { left:36%; }
	#iceslideshow .carousel-caption h4 { padding-top:100px;}

}


/* Smaller than Large Desktop */
@media (max-width: 1200px) {
	

}


/* landscape tablet and desktop */
@media (max-width: 979px) {
	
	#header { }
		#header #statistics { margin-top:15px}
		#header #right_top { margin-top:15px}

	#content { margin-top: -365px; }
	
	.donate_top { position:absolute; top:0; right:0}
	
	#social_icons { float:left; clear:both; margin:15px 0 5px;}
	
	#iceslideshow .carousel-caption h4 { padding-top:20px;}
	#iceslideshow .carousel-caption .mod-description { width:95%; right:-100%;}
	#iceslideshow .iceslideshow_arrow { top:95%; left:42%}

		
}


	

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	#header,
	#footer { margin-left:-20px; margin-right:-20px; padding-left:20px; padding-right:20px;}
	
	#header { height:auto}
		#header #statistics { margin-top: 0px; text-align: center;}
		#header #right_top { margin-bottom:18px; text-align:center}
			#header #language { display:inline-block; float:none}
			#header #topmenu { display:inline-block; float:none}
		
	#content { margin-top:0; margin-bottom:0}

	#footer { padding-top:25px}
			
	#iceslideshow .carousel-caption { position:static;}
		#iceslideshow .carousel-caption .mod-description { position:relative; right:0}	
	#iceslideshow .iceslideshow_arrow { top:15%}	
	
	#donate { padding:0 12px; margin:0 0 20px;}
		#donate:before, #donate:after { display:none}
		
	#icecarousel .flexslider:hover .flex-prev { left:-35px;}	
	#icecarousel .flexslider:hover .flex-next { right:-35px;}
			
	.items-row div.img {
		display:inline-block}	
		
	#footer #message:after { display:none}	

	
	
}




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

	
	.scrollup {
		clear: both;
		-webkit-transform:scale(.75);
		-moz-transform: scale(.75);
		-o-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
		bottom:-12px;
		left:45%;
		display: block!important;
		position:relative!important;}
	
	ul#ice-switcher { display:none}
	
	body.offline_page .inputbox { width:auto}
	
	#search form .inputbox { width:auto}

}