/* -------------------------------------------------------------
	© IceTheme 2013
---------------------------------------------------------------- */


/* Large desktop */
@media (min-width: 1200px) {
		

	#footer_menu .footer_menu .footermenu_module .footermenu_title h3.mod-title {
		font-size:16px;}
					
	#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav li a {
		font-size:14px;
		padding:0 10px;}	

}


/* Smaller than Large Desktop */
@media (max-width: 1200px) {
	
	#banner { margin-bottom:20px;}
	#banner .banner { margin-bottom:20px; float:none;}

}


/* landscape tablet and desktop */
@media (max-width: 979px) {
	
	#header { height:auto!important; }

	#logo { z-index:999999; position:relative;}


	#content #middlecol { margin-bottom:30px;}	

	#promo,
	#bottom { margin-bottom:15px;}
	
	#promo .moduletable,
	#bottom .moduletable { margin-bottom:30px;}	
	
	
	#footer_menu .footer_menu .footermenu_module:before {
		display:none}
		
	#footer_menu .footer_menu .footermenu_module {
		height:auto}	
		#footer_menu .footer_menu .footermenu_module .footermenu_title {
			width:97%;
			margin: 0;
			padding: 0 0 0 3%;
			height: 40px;}
			#footer_menu .footer_menu .footermenu_module .footermenu_title:after {
				display:none}
		#footer_menu .footer_menu .footermenu_module .footermenu_content {
			margin-left: 10px;
			clear: both;}
			#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav {
				margin-bottom:0;
				padding: 6px 0;}
			#footer_menu .footer_menu .footermenu_module .footermenu_content ul.nav li a {
				line-height:26px;
				height:auto}
	
	.footer_fb { float:left; clear:both}
	
}


	

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	#header,
	#content,
	#icecarousel, 
	#copyright_area  { margin-left:-20px; margin-right:-20px; padding-left:20px; padding-right:20px;}
	

	#iceslideshow .carousel-caption { position:absolute; max-width:auto!important}

	p#icelogo { float:none}
		p#icelogo a { margin: 0 auto;}
	
	#copyright_area p#copyright { clear:both; text-align:center; float: none;}
	
	#copyrightmenu { margin-bottom:22px; }
	
	#iceslideshow .carousel-control {
		top:20%;}
			
		#iceslideshow .carousel-caption {
			font-size: 18px;
			line-height: 24px;}
			
			
	.items-row div.img {
		display:inline-block}	
		
	#icecarousel .flexslider .flex-prev {
		opacity: 1;
		left: -50px;}		

	#icecarousel .flexslider .flex-next {
		opacity: 1;
		right: -50px;}
		
	#footer_menu { margin-top:30px;}	
	
}




/* Landscape phones and down */
@media (max-width: 480px) {

	#language { clear: right; margin: -5px 0 15px;} 

	#logo { max-width: 180px; margin-top:15px;}
	
	.megamenu-toggle a { margin-top:26px;}

	.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}

}