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


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

	#categories .ice_filter_caption h4 { padding-top:32px; font-size:32px; line-height:42px;}

}


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


}


/* landscape tablet and desktop */
@media (max-width: 979px) {

	#header { }

	#content { }

	#categories .ice_filter_items .ice_filter_inner { padding:10px; text-align: center;}
	#categories .ice_filter_img { margin: -31px 0 0; display: inline-block; float:none;}
	#categories .ice_filter_caption { min-height:0}


}




/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	#header,
	#footer {}

	#content {}

	#footer {}

	#iceslideshow .carousel-caption { position:static;}
		#iceslideshow .carousel-caption .mod-description { position:relative; right:0; bottom:0; margin:0; background: #eee; font-size: 22px; line-height: 28px; text-align:center}
	#iceslideshow .iceslideshow_arrow { top:15%}

	.items-row div.img {display:inline-block}

	.blog div.img { margin-right: 13px;}
	.joomla_add_this { clear:both}

	#ice_message p { float:none!important; margin-top:0!important}

	#footer #ice_about { border:none; box-shadow:none;}

	#footer_mods .moduletable { clear:both; padding-left: 15px; padding-right: 15px;}

	p#icelogo a { margin-right:0}

	#header #logo {
		float: none;
		text-align: center;
		margin-bottom: 25px;
		margin-top: 5px;}

	#header_right { float:none}

	#search .search { float:left; clear:none; padding: 0 0 20px;}

}




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

	#search .search { margin-top:15px;}

	#copyright_area { padding-bottom:15px;}

	.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: 90%;
		display: block!important;
		position:relative!important;}

	ul#ice-switcher { display:none}

	body.offline_page .inputbox { width:auto}

	#search form .inputbox { width:auto}

}