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

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


/* Breakpoints
----------------------------------------------------------------------------------------------------*/
#header-responsive .searchbox { display: none; } 

/* 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 (Portrait) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }
.wrapper.max-width60,
.wrapper.max-width70 { max-width: 100%; }

}

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

	/* Layout */
	#toolbar {
		display: block;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 50px;
		z-index: 99;
	}
	#headerbar,
        #logo,
	#menubar,
	#breadcrumbs,
        #search,
	#totop-scroller { display: none; }
	label {
		float: none !important;
	}
	legend {
		width: 90% !important;
	}
	#recaptcha_area {
		width: 320px;
		overflow-x: auto;
	}
}


/* 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;
	}

}
