/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }
	#logo img{
	border: medium none !important;
	outline: none !important;
	background: transparent !important;
	}

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }
	#logo img{
	border: medium none !important;
	outline: none !important;
	background: transparent !important;
	}
	#header-responsive img {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  max-width: 100% !important;
  outline: medium none;
  overflow: hidden;
  padding: 0;
}
  .icemegamenu > ul > li a.iceMenuTitle {
  border-bottom: medium none;
  color: #666666;
  font-family: "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-shadow: none;
}

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}
	
	#logo p img{
	border: medium none !important;
	outline: none !important;
	background: transparent !important;
	}

}
