/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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

@media (max-width: 767.98px){
	.absol-men {
		top: 75px!important;
	}
}

.item614, .item611{
	display: none;
}
div.mod-languages ul{
	margin-top: 9px;
}

div.mod-languages li {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "DINCondensed-Regular";
	font-size: 16px;
}
div.mod-languages li a{
	color: #fff;
}

.mod-languages .lang-active a {
	color: rgba(255,255,255,0.7);
}
/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#content { margin: 10px; }

#breadcrumbs { /*margin: 15px 10px 5px 10px; */ }

#toolbar,
#footer { margin: 0 10px; }

#footer .module { margin: 0; }

#headerbar { padding: 5px 0; }


/* Blocks
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#block-toolbar { padding: 5px 0; }

/* Main */
#block-main { padding: 10px 0; }

/* Bottom */
#block-bottom { padding: 20px 0; }

/* Footer */
#block-footer {
	padding: 20px 0;
	background: url(../images/footer.png) 0 0 repeat-x;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#toolbar {
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Menu */
#menubar {
	padding: 10px;
	/* background: url(../images/menubar.png) 0 0 repeat; */
  
	background: #00bbd6; /* Old browsers */
	background: -moz-linear-gradient(top, #00bbd6 0%, #018184 54%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00bbd6 0%,#018184 54%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00bbd6 0%,#018184 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbd6', endColorstr='#018184',GradientType=0 ); /* IE6-9 */

}

/* System */
#content {
	padding: 15px;
	background: url(../images/content.png) 0 0 repeat;
}

/* Footer */
#footer {
	font-size: 12px;
	text-align: left;
  	margin: 5px 5px 5px 5px;
}

#totop-scroller {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
	width: 29px;
	height: 30px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
}

#totop-scroller:hover { background-position: 0 -35px; }