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

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


/* Spacing
----------------------------------------------------------------------------------------------------*/

.wrapper { padding: 0 15px; }

#header .wrapper, #toolbar { padding: 0 30px; }

.module,
#breadcrumbs,
#content { margin: 15px; }

#menu .module { margin: 10px 5px; }
#sub-footer .module { margin: 10px 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/
.hp_toolbar-bg {
	background-color: #000;
	background-color: rgba(0,0,0,.55);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#toolbar {
	font-size: 12px;
	line-height: 22px;
	color: #999;
}
.hp_menubar-bg {}
.hp_top-all-bg,
.hp_bottom-all-bg,
.hp_main-bg { 
	background: transparent;
}
.hp_main-bg { 
	padding: 60px 0 15px;
}
.hp_top-submenu-bg {
	background: #444;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.4) inset;
		 -moz-box-shadow: 0 2px 10px rgba(0,0,0,.4) inset;
					box-shadow: 0 2px 10px rgba(0,0,0,.4) inset;
}
.hp_bottom-all-bg {
	padding-bottom: 20px;
}
.hp_sub-footer-bg {}

#header {}

.hp_menubar-bg {}
	
#menu { float: right; }

#headerbar { 
	min-height: 90px;
	position: relative;
	overflow: visible;
}
#headerbar .module {
	margin: 30px 0;
	min-width: 120px;
	font-size: 12px;
	line-height: 20px;
	float: right;
}
#headerbar .module .button { margin-bottom: 0; }

#logo {
	display: block;
	width: 240px;
	position: absolute;
	bottom: -35px;
	left: -3%;
	margin: 0;
	line-height: 10px;
}
#logo > img {
	float: none;
	width: 100%;
	height: auto !important;
}

#search { margin: 4px 0; }

#top-submenu .module {
	margin-top: 0;
	margin-bottom: 0;
}

#footer {
	border-top: 1px solid rgba(255,255,255,.3);
	padding: 15px 0;
	text-align: left;
	color: #999;
}

#footer .wrapper {
	position: relative;
}

#sub-footer .module { font-size: 12px; line-height: 20px;  }
#sub-footer p { margin: 0; }

#totop-scroller {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 1;
	width: 20px;
	height: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	background: transparent;
	text-decoration: none;
	text-align: center;
	border-radius: 50%;
	-webkkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
		  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.1);
					 box-shadow: 0 3px 5px rgba(0,0,0,.1);
	-webkit-transition: ease font-size .1s;
		 -moz-transition: ease font-size .1s;
			 -o-transition: ease font-size .1s;
					transition: ease font-size .1s;
}
#totop-scroller i {
	display: block;
	line-height: 20px;
}
#totop-scroller:hover {
	font-size: 18px;
}
#totop-scroller:active {
	font-size: 14px;
}