@charset "utf-8";
/* CSS Document */

body {
	/*background:url(img/tileable_wood_texture.png);*/
	padding:0px;
	margin:0px;
	font-family:"Open Sans", Sans-Serif;
	width:100%;
	/*height:3000px;*/
	padding-top:3.65em;
	font-size:1em;
}

img {border:0;}

p {line-height:1.6; font-size:0.95em;}

h1 {
	font-size:3em;
	font-family:"Open Sans", Sans-Serif;	
	font-weight:300;
	color:#096;
	margin-top:0px;
	margin-bottom:0px;
}

h3 {
	font-size:1.6em;
	font-family:"Open Sans", Sans-Serif;	
	font-weight:300;
	color:#096;
	margin-top:0px;
	margin-bottom:0px;
}

h4 {
	font-size:0.75em;
	font-family:"Open Sans", Sans-Serif;	
	font-weight:400;
	margin-top:0px;
	text-transform:uppercase;
	color:#999;	
	padding-left:4px;
}

a:link, a:visited {color:#096; text-decoration:none;}

a:hover {color:#00DF97;}

.wood {
	background:url(img/tileable_wood_texture.png);
	padding:1em 0;
}

.wrapper {
	width:100%;
	height:100%;
	background:url(img/tekstil.png);
}

.width {
	margin:0 auto;
	max-width:60em;
	min-width:20em;
}

.widthPadding {
	margin:0 auto;
	max-width:30em;
	min-width:15em;
	padding:1em 1.5em;
}

.whiteField {
	background:#f4f1e7;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#242a38;
	font-size:1em;
}

.whiteField h1 {
	margin-top:0;
	margin-bottom:0;
}

.minWidth {
	min-width:45em;
	max-width:100%;	
}
	
.top {
	box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.75);
}

.right {
	box-shadow: -8px 0 8px -8px rgba(0,0,0,0.75);
}

.bottom {
	box-shadow: 0 8px 8px -8px rgba(0,0,0,0.75);
}

.left {
	box-shadow: 8px 0 8px -8px rgba(0,0,0,0.75);
}

.all {
	box-shadow: 0 0 8px rgba(0,0,0,0.75);
}

.bottomInset {
	box-shadow:inset 0 -8px 8px -8px rgba(0,0,0,0.75);
}

.leftInset {
	box-shadow:inset -8px 0 8px -8px rgba(0,0,0,0.75);
}

.topInset {
	box-shadow:inset 0 8px 8px -8px rgba(0,0,0,0.75);
}

.rightInset {
	box-shadow:inset 8px 0 8px -8px rgba(0,0,0,0.75);
}

.allInset {
	box-shadow:inset 0 0 8px rgba(0,0,0,0.75);
}

.allShadow {
	box-shadow: 8px rgba(0,0,0,0.75);
}

.eightHeight {
	height:8px;	
}

.spacer {
	clear:both;
	width:0px;
	height:0px;
}


.topLine {
	border-top:0.25em solid #096;
	background:#242a38;
	position:fixed;
	top:0;
	width:100%;
	margin-bottom:4.28em;
	z-index:1000;
}

.menu {
	margin:0 auto;
	max-width:60em;
	min-width:20em;
}

.menu img {
	height:1em;	
}

.menu a, .menu a:visited {color:#ffffff;}

/*.menu a, .menu a:visited {
	font-weight:300;
	font-size:110%;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	display:block;
	float:left;
	padding:1em 3%;
	background:url(img/divider.png) center right no-repeat;
	min-width:10%;
	border-bottom:3px solid #242a38;
}

.menu a.last {
	background:none;	
}

.menu a:hover {
	
	border-bottom:3px solid #096;
}*/


.welcome {
	width:100%;
	background:url(img/deblo.jpg) no-repeat;
	/*background:#096;*/
	background-position:center top; 
	background-size:100%;
	/*margin-top:3.3em;*/
	box-shadow:inset 0 -15px 15px -15px rgba(0,0,0,0.75);
}

.stripes {
	width:100%;
	background:url(img/stripes.png);	
}

.welcomeMsg {
	font-weight:800;
	font-size:2.5em;
	padding:1em 0;
}

.welcomeMsg div {
	width:100%;
	text-align:center;
	color:white;
	text-shadow:0.05em 0.05em 0.05em rgba(0,0,0,.75);	
}

.msgLineOne {
	font-size:1em;
	font-family: 'Grand Hotel', cursive;
}

.msgLineTwo {
	font-weight:700;
}

.msgLineThree {
	font-size:1em;
	font-family: 'Grand Hotel', cursive;
}

.slider {
	margin-top:1em;
	padding:0 0.5em;	
}

.stands {
	margin-top:1em;
	/*font-family:Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
	color:#555;
}

.stands li {
	font-size:0.8em!important;
	line-height:1.6em;	
}

.feature {
	width:100%;
}

.feature img {
	width:23.3%;
	min-width:10%;
	float:left;
	margin:5%;
	text-align:center;
	font-weight:700;
	color:#999;
	-moz-border-radius:1em;
	border-radius:1em;
}

.important {
	font-size:3em;
}

.footer {
	text-align:center;
	font-size:0.8em;
	padding:2em 0em 2em 0em;;
}

.gradientBg {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */	
}

#map-canvas {
	height:350px;
	margin: 0;
    padding: 0;
}

.mapDescription {
	font-size:1.4em;	
}

#kontakt p {
	font-size:1em;	
}

#gallery a {
	width:120px;
	height:120px;
	display:block;
	float:left;
	border:0px;	
}

#gallery a img {
	width:120px;
	border:0px;	
}

.instructions img {
	width:100%;
	margin-bottom:2em;
	/*-moz-border-radius:1em;
	border-radius:1em;*/
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
}

.instructions h4 {margin-bottom:0.5em;}

.specialOffer {
	background:/*url(img/special_offer_bg.png) no-repeat*/;
	max-width:600px;
	height:300px;
	margin:0px auto;
	text-align:center;
	position:relative;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	writing-mode: lr-tb;
	color:#009966;
}

.specialOfferCenter {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height:250px;
/*	box-shadow:0px 0px 3px 3px rgba(0,0,0,0.25);
	-moz-border-radius:5px;
	border-radius:5px;*/
}

.specialOffer p {
	margin:0px;	
}

.specialOffer .price {
	line-height:80px!important;
	margin-bottom:10px;
}

.specialOffer .priceDescription {
	text-transform:uppercase;
	/*color:white;*/
	font-size:1.65em;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
}

.specialOffer .title, .specialOffer .price {
	font-weight:700;
	font-size:4.5em;
	/*color:white;*/
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
}

.specialOffer .priceMoreInfo {
	/*color:white;*/
/*	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
}