/* Copyright (C) 2012 Primer Templates, 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; }

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

@media (max-width: 350px) {

	table td { float:left; }

}
/* 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;
	}

}

#header-responsive .searchbox {
  -moz-box-sizing: border-box;
  background: url("../images/search.jpg") repeat-x scroll left top #FEFEFE;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 2px rgba(0, 0, 0, 0.05);
  float: right;
}

.menu-responsive {
  font-size: 14px;
  width: 100%;
  margin-bottom:0;
}

#header-responsive {
  background: none repeat scroll 0 0 transparent;
}

#header-responsive img{
  float: left;
  padding-left: 12px;
  background: none repeat scroll 0 0 transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 5px;
  outline: none;
  overflow: hidden;
  padding: 4px;
  max-width: 100% !important;
}
