/*
	   _____ ______
	  / ___// ____/
	  \__ \/ /_
	 ___/ / __/ (c) 2011
	/____/_/ sasaforic.com

*/

/* custom */
body {
	font: 14px/20px Times New Roman, Arial;
	color: #333;
	background: url(../../images/background.png);
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input,
textarea,
select {
	font-family: Times New Roman, Arial;
}

/* custom */
h1,
h2,
h3 {
	color: #ba7100;
}

h1 {
	font: 700 italic 33px/40px Times New Roman, Arial;
}

h2 {
	font: 700 italic 30px/36px Times New Roman, Arial;
	padding: 0 0 15px 0;
}

h3 {
	font: 700 italic 20px/24px Times New Roman, Arial;
	padding: 15px 0;
}

.button-green {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 149px;
	height: 41px;
	font: 400 16px/41px Times New Roman, Arial;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../../images/button-green.png);
	border: 0;
	cursor: pointer;
}

/* background */
#background {
	background: url(../../images/header.png) repeat-x left top;
}

/* wrapper */
#wrapper {
	width: 940px;
	margin: 0 auto;
}

/* header */
header {
	padding: 10px 0;
}

header img {
	float: left;
}

header .navigation {
	float: right;
	position: relative;
	top: 66px;
}

header .navigation li {
	float: left;
	padding: 0 10px;
}

header .navigation li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

header .navigation li a:hover {
	color:#FFBE5E;
/*	color: #3a3730;*/
	text-decoration: underline;
}

header .navigation .active {
	/*color:#FFBE5E;*/
	color: #3a3730;	
	text-decoration: underline;
}

/* slider */
#slider {
	clear: both;
	position: relative;
	width: 940px;
	height: 379px;
	margin: 0 0 10px 0;
}

#slider .image {
	width: 929px;
	height: 369px;
	padding: 4px;
	background: #feffe8;
	border: 1px solid #d6dbbf;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	overflow: hidden;
}

#slider .image .text {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 910px;
	font-size: 20px;
	text-align: right;
	padding: 10px;
	background: url(../../images/slider.png);
}

#slider .prev,
#slider .next {
	display: block;
	position: absolute;
	top: 155px;
	width: 25px;
	height: 33px;
	cursor: pointer;
}

#slider .prev {
	left: -30px;
	background: url(../../images/left.png);
}

#slider .next {
	right: -30px;
	background: url(../../images/right.png);
}

/* content */
#content {
	padding: 20px 10px 20px 20px;
	background: #e0d3aa;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

/* main */
#main-photo {
	float: left;
	width: 900px;
	margin: 0 20px 20px 0;
}
#main {
	float: left;
	width: 600px;
	margin: 0 20px 20px 0;
}

#main .green {
	font: 400 22px/23px Times New Roman, Arial;
	font-style: italic;
	color: #fff;
	padding: 10px;
	background: url(../../images/green.png);
}

#main .green img {
	float: left;
	margin: 0 20px 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#main-photo img.left,
#main img.left {
	float: left;
	margin: 0 15px 10px 0px;
}

#main .green .right {
	float: right;
	padding: 15px 0 0 0;
}
#main-photo .about,
#main .about {
	clear: both;
}

#main-photo .about p,
#main .about p {
	padding-bottom: 5px;
}

#main .about .button-green {
	float: right;
	margin: 10px 0 0 0;
}
#main .about ul {
	margin-left: 5px;
}
#main .about li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 2px 0px;
}


/* aside */
aside {
	float: left;
	width: 290px;
	padding: 51px 0 20px 0;
}

aside .yellow {
	padding: 10px;
	background: #ddba76;
}

aside .yellow h3 {
	text-align: right;
	padding: 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e0d3aa;
}

aside .yellow ul {
	padding: 10px 0 0 20px;
}

aside .yellow ul li {
	list-style: disc;
	padding: 2px 0;
}

aside .yellow .button-green {
	float: right;
}

aside .kontakt {
	padding: 10px;
	/*background: #ddba76;*/
}

aside .kontakt h3 {
	text-align: right;
	padding: 5px 0;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #e0d3aa;
}

aside .kontakt ul {
	padding: 10px 0 0 20px;
}

aside .kontakt ul li {
	list-style: disc;
	padding: 2px 0;
}

aside .kontakt .button-green {
	float: right;
}


aside .quote {
	font: italic 22px/26px Times New Roman, Arial;
	padding: 15px;
	margin: 10px 0 0 0;
	background: #e7dcbc url(../../images/quote.png) no-repeat 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

aside .quote .author {
	float: right;
	font: italic 14px/18px Times New Roman, Arial;
	text-align: right;
	width: 100%;
}

/* bottom */
#bottom {
	clear: both;
	border-top: 1px solid #eae1c4;
}

#bottom .boxes .gallery {
	float: left;
	width: 269px;
	margin: 0 40px 0 0;
}

#bottom .boxes .gallery a {
	font-size: 12px;
	color: #bb7100;
	text-decoration: none;
}

#bottom .boxes .gallery a:hover {
	text-decoration: underline;
}

#bottom .boxes .location {
	float: left;
	width: 269px;
	font-size: 14px;
	color: #bb7100;
	margin: 0 40px 0 0;
}

#bottom .boxes .location li {
	/*text-align: right;*/
}

#bottom .boxes .location li h3 {
	text-align: left;
}

#bottom .boxes .location li p {
	text-align: left;
	padding: 0 0 10px 0;
}

#bottom .boxes li {
	padding: 0 0 15px 0;
}


#bottom .boxes .location .location2 {
/*	font: 13px/23px Arial;*/
	line-height:23px;
	text-align: justify;
	color: #000;
}
#bottom .boxes .location .location2 li {
	margin-right: 5px;
	background: url(../../images/tockica.gif) repeat-x;
	padding-bottom: 0px;
}


#bottom .boxes .location .location2 span {
	float:right;
	background: #E0D3AA;
	padding-left:2px;

}
#bottom .boxes .location .location2 span.udaljenost {
	background: #E0D3AA;
	padding-right:2px;
	float:none;
}




#bottom .boxes .contact {
	float: left;
	width: 290px;
	font-size: 14px;
}

aside .kontakt .phone, 
#bottom .boxes .contact .phone {
	display: block;
	font: 700 20px/22px Times New Roman, Arial;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background: #ddba76;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bottom .boxes .contact .phone img {
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
}

#bottom .boxes .contact .button-green {
	float: right;
	margin: 10px 0 0 0;
}

/* footer */
footer {
	clear: both;
	margin: 10px 0 0 0;
	background: url(../../images/footer.png) repeat-x left top;
}

footer .container {
	width: 940px;
	padding: 25px 0 15px 0;
	margin: 0 auto;
}

footer .left {
	float: left;
}

footer .left img {
	float: left;
	margin: 0 20px 0 0;
}

footer .left p {
	float: left;
	font-size: 14px;
}

footer .left p a {
	text-decoration: none;
}

footer .left p a:hover {
	text-decoration: underline;
}

footer .right {
	float: right;
}

/* slider plugin */
.viewport {
	position: relative;
	width: 929px;
	height: 369px;
	overflow: hidden;
}

.overview {
	position: absolute;
	top: 0;
	left: 0;
}

.overview li {
	position: relative;
	float: left;
	width: 934px;
	height: 369px;
}

.disable {
	visibility: hidden;
}
#Email2 {display: none;}