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

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


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

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

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

#header { margin: 15px 10px 30px 10px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }


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

/* Layout Widescreen Elements */
body#page { background: #222; }

#block-toolbar {
	background: #DF0214;
	background-clip: padding-box;
	box-shadow: 0 -1px 0 rgba(255,255,255,1) inset,
				0 1px 3px rgba(0,0,0,0.06),
				0 3px 8px rgba(0,0,0,0.05);
				
				
	background-image: url(../images/polosa.jpg);
	background-size: contain;
				
				
}
#block-main { padding-bottom: 15px; }
#block-bottom { padding: 20px 0; }
#block-footer { box-shadow: 0 1px 8px -8px rgba(0,0,0,0.8) inset; }

/* Layout Content Elements */
#toolbar {
	line-height: 40px;
	color: #888;
	font-size: 13px;
}

#menu {
/*
	position: relative;
	margin-top: 15px;
	float: right; 
*/
width: 98%;
position: relative;
margin-top: 15px;
float: left;
padding: 10px;
border-radius: 4px;
background: #df0214;
background: -moz-linear-gradient(top, #df0214 0%, #c10105 100%);
background: -webkit-linear-gradient(top, #df0214 0%,#c10105 100%);
background: linear-gradient(to bottom, #df0214 0%,#c10105 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0214', endColorstr='#c10105',GradientType=0 );
}

.menu-responsive { margin-top: 15px; }

#footer {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
}

#footer a { color: #333; }

div#block-footer{
	background-color: #DF0214;
}

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

/* Section Line Style */
.top-a-sep #top-a,
.top-b-sep #top-b,
.main-sep #main,
.bottom-a-sep #bottom-a {
	min-height: 150px;
	margin-top: 20px;
	padding-top: 20px;
	background: url(../images/section.png) 50% 0 no-repeat;
	background-size: contain;
}
section#bottom-b.grid-block{
	background-color: #DF0214;
	border-radius: 7px;
}

section#content.grid-block{
	padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: #ccc;
border: 1px solid rgba(0, 0, 0, 0.05);
border-bottom-color: rgba(0, 0, 0, 0.13);
border-radius: 6px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}