/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/responsive.css);

/* Breakpoints
----------------------------------------------------------------------------------------------------*/

#header-responsive{
	margin-top: -16px;
	background-image:url("../images/header_bg.jpg");
	background-repeat:no-repeat scroll;
	background-position:center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

#header-responsive .searchbox {
	display:none;
}


.menu-responsive {
    position: relative;
    top: 29px;
    z-index: 100;
}

/* 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,#header-bg,#totop-scroller {
		display: none;
	}
	.wrapper {
		margin-top:13px;
	}
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
	#header .searchbox {
		display:none;
	}

	.wrapper {
		margin-top:13px;
	}

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
	
	.wrapper {
		margin-top:13px;
	}

	/* 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;
	}

}
