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

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


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

.wrapper { padding: 5px 0; }

.module,
#toolbar,
#header,
#footer { margin: 5px; }

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

#footer .module { margin: 0; }

#headerbar { margin-bottom: 5px; }

#headerbar .module { max-width: 700px; }


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


#toolbar,
#header,
#footer,
.mod-box {
	padding: 10px;
	border-style:solid;                    
  border-width:1px;
  border-color:#d1d1d1;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(209, 209, 209, 1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(209, 209, 209, 1);
  box-shadow: 0px 0px 1px 0px rgba(209, 209, 209, 1);
}

.module.mod-box.izdvojena-putovanja.deepest  {
	padding: 10px;
	border-style:solid;                    
  border-width:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


#content {
	padding: 0px 5px 5px 10px;
}

#toolbar {
	padding: 5px 10px;
	font-size: 11px;
}

#menubar {
	padding: 2px;
	border-top: 1px solid #000;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid #343434;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-radius: 3px;
	background: #0b40ce;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.breadcrumbs { margin-bottom: 1px; }

#footer {
	color: #8b8d8e;
	font-size: 12px;
	text-align: left;
}

#footer:before {
	bottom: -6px;
	right: 0;
	left: 0;
	height: 14px;
}

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


/* Section Line Style */
.top-a-line #top-a,
.top-b-line #top-b,
.main-line #main,
.bottom-a-line #bottom-a,
.bottom-b-line #bottom-b,
.footer-line #footer {
	margin-top: 20px;
	position: relative;
}

.top-a-line #top-a:before,
.top-b-line #top-b:before,
.main-line #main:before,
.bottom-a-line #bottom-a:before,
.bottom-b-line #bottom-b:before,
.footer-line #footer:before {
	top: -15px;
	right: 5px;
	left: 5px;
	height: 10px;
	background: url(../images/section_before.png) 0 0 repeat-x;
}

.top-a-line #top-a,
.main-line #header + #main,
.footer-line #footer { margin-top: 25px; }

.footer-line #footer:before {
	top: -20px;
	right: 0;
	left: 0;
}

/* :Before Elements */
#footer:before,
.top-a-line #top-a:before,
.top-b-line #top-b:before,
.main-line #main:before,
.bottom-a-line #bottom-a:before,
.bottom-b-line #bottom-b:before,
.footer-line #footer:before {
	content: "";
	display: block;
	position: absolute;
}

#footer {
width: 835px;
min-height: 170px;
position: relative;
right: 20px;
padding: 10px 95px 10px;
margin-top: 15px;
margin-bottom: 20px;
background-color: #FCFAFA;
background-image: -ms-linear-gradient(bottom, #D4E0E9 0%, #ffffff 80%);
background-image: -moz-linear-gradient(bottom, #D4E0E9 0%, #ffffff 80%);
background-image: -o-linear-gradient(bottom, #D4E0E9 0%, #ffffff 80%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D4E0E9), color-stop(0.8, #ffffff));
background-image: -webkit-linear-gradient(bottom, #D4E0E9 0%, #ffffff 80%);
background-image: linear-gradient(to top, #D4E0E9 0%, #ffffff 70%);
border-style: solid;
border-width: 1px;
border-color: #ADADAD;
-webkit-box-shadow: 0px 0px 1px 0px rgba(209, 209, 209, 1);
-moz-box-shadow: 0px 0px 1px 0px rgba(209, 209, 209, 1);
box-shadow: 0px 0px 5px 0px rgba(167, 166, 166, 1);
}