/* ####################################################### */
/*                         GENERAL                         */
/* ####################################################### */
body {
	margin: 0;
	font-family: Constantia, Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #3c3c3c;
	background-image: url(../images/bg.png); background-position:top; background-repeat:repeat-x;
	background-color: #fff;
}

/* CLEARFIX */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* GENERAL FONTS */
@font-face {
font-family: 'Constantia';
src: url('fonts/Constantia/Constantia.eot');
src: url('fonts/Constantia/Constantia.eot?#iefix') format('embedded-opentype'),
url('fonts/Constantia/Constantia.woff') format('woff'),
url('fonts/Constantia/Constantia.ttf') format('truetype'),
url('fonts/Constantia/Constantia.svg#Constantia') format('svg');
}

h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
}

h1 {
	font-size: 30px;
	color: #558844;
	margin: 0px 0px 40px 0px;
}

h2 {
	font-size: 26px;
	color: #3c3c3c;
	margin: 40px 0px 40px 0px;
}

h3 {
	font-size: 22px;
	color: #558844;
	margin: 0px;
}

p, span, ul, li {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	text-align: justify;
	color: #3c3c3c;
}

p.text11 {
	font-size: 11px;
	line-height: normal;
}

a {
	text-decoration: underline;
	color: #558844;
}

a:hover {
	text-decoration: none;
}

/* TABLES */
article table {
	font-size: 14px;
	text-align: center;
	color: #3c3c3c;
	width: 100%;
	border-collapse: collapse;
}

article table th {
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #558844;
	color: #ffffff;
	padding: 10px;
}

article table td {
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #e6e6e6;
	padding: 10px;
}

/* ###################################################### */
/*                         HEADER                         */
/* ###################################################### */

header {
	position: relative;
	width: 90%;
	max-width: 1020px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
}

header h1 {
	font-size: 36px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


.heading-ornament {
	background: transparent url(../images/heading-ornament.png) no-repeat bottom center;
}

/* LANGUAGES */
#languages {
	position: absolute;
	top: 20px;
}

#language ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#language li {
	border-left: 1px solid #919191;
	float: left;
	margin: 0;
	padding: 0;
}

#language a {
	font-size: 14px;
	font-weight: normal;
	color: #919191;
	text-decoration: none;
	margin: 10px;
}

#language a:hover {
	color: #558844;
}

#language #currentpage a {
	color: #558844;
}

#language #parent > li:first-child{border-left:none}
#language #parent > li:first-child{margin-left:-10px}

/* ########################################################## */
/*                         NAVIGATION                         */
/* ########################################################## */

nav {
	width: 90%;
	max-width: 1020px;
	height: auto;
	margin: 0 auto;
}

nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

nav li {
	display: inline;
}

nav a {
	font-family: Constantia, Tahoma, Arial, Verdana;
	font-size: 16px;
	color: #3c3c3c;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	margin: 0px 10px;
}

nav a:hover {
	color: #ffffff;
	background-color: #558844;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

nav #currentpage a {
	color: #ffffff;
	background-color: #558844;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

nav #currentpage a:hover {
	background-color: #446d36;
}

/* ####################################################### */
/*                         SECTION                         */
/* ####################################################### */

section {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #558844;
}

#slideshow {
	float: left;
	width: 70%;
}

/* ####################################################### */
/*                         KONTAKT                         */
/* ####################################################### */

#wrapContact {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 0px;
	background-color: #e6e6e6;
}

#wrapContact span {
	padding: 10px 50px 10px 30px;
	font-size: 18px;
	line-height: normal;
	color: #3c3c3c;
}

#wrapContact span.telephone {
	background-image: url(../images/icon_telephone.png); background-position:left; background-repeat:no-repeat;
}

#wrapContact span.email {
	background-image: url(../images/icon_email.png); background-position:left; background-repeat:no-repeat;
}

#wrapContact span.location {
	background-image: url(../images/icon_location.png); background-position:left; background-repeat:no-repeat;
}

#wrapContact a {
	color: #3c3c3c;
	text-decoration: none;
}

#wrapContact a:hover {
	color: #558844;
}

/* ####################################################### */
/*                         INQUIRY                         */
/* ####################################################### */

#wrapInquiry {
	float: left;
	width: 26%;
	padding: 2%;
}

#wrapInquiry h1 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#wrapInquiryForm {
	margin: 0 auto;
}

#from {
	position: relative;
	z-index: 100;
}

#to {
	position: relative;
	z-index: 100;
}

/* Label */
#wrapInquiry label {
    width: auto;
	font-family: Constantia, Tahoma, Arial, Verdana;
    font-size: 13px;
	text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
	color: #3c3c3c;

}

/* Text Fields */
#wrapInquiry input {
	display: block;
    width: 95%;
    padding: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #446d36;
	font-family: Constantia, Tahoma, Arial, Verdana;
    font-size: 14px;
	line-height: normal;
	color: #3c3c3c;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#wrapInquiry input[type=datum_prihoda],
#wrapInquiry input[type=datum_odhoda] {
	background-image: url(../images/icon_calendar.png);
    background-position: right;
    background-repeat: no-repeat;
}

#wrapInquiry input:focus {
	border: 1px solid #446d36;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/* Select Menu */
#wrapInquiry select {
	display: block;
    width: 100%;
    padding: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #446d36;
	font-family: Constantia, Tahoma, Arial, Verdana;
    font-size: 14px;
	line-height: normal;
	color: #3c3c3c;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#wrapInquiry select:focus {
	border: 1px solid #446d36;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/* Button */
#wrapInquiry input[type=submit] {
    width: 100%;
	height: 32px;
	margin: 0;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

#wrapInquiry input[type=submit]:focus {
	border: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
}

#wrapInquiry .button {
	background-color: #446d36;
	border: 1px solid #36572b;
	color: #ffffff;
	font-family: Constantia, Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

#wrapInquiry .button:hover {
	background-color: #36572b;
}

/* ##################################################### */
/*                         FORMS                         */
/* ##################################################### */

/* Label */
#form label {
    width: 160px;
    float: left;
    line-height: 28px;

}

/* Text Fields */
#form input {
	display: block;
    width: 300px;
    padding: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
	font-family: Constantia, Tahoma, Arial, Verdana;
    font-size: 14px;
	line-height: normal;
	color: #3c3c3c;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#form input:focus {
	border: 1px solid #558844;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#form input[type=varnostna_koda] {
	width: 100px;
}

#form input[type=datum_prihoda],
#form input[type=datum_odhoda] {
	width: 100px;
	background-image: url(../images/icon_calendar.png);
    background-position: right;
    background-repeat: no-repeat;
}

/* Select Menu */
#form select {
	display: block;
    width: 310px;
    padding: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
	font-family: Constantia, Tahoma, Arial, Verdana;
    font-size: 14px;
	line-height: normal;
	color: #3c3c3c;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#form select:focus {
	border: 1px solid #558844;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#form select[type=stevilo_oseb] {
	width: 110px;
}

/* Textarea */
#form textarea {
	display: block;
    width: 300px;
	height: 100px;
    margin-bottom: 20px;
    padding: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    font-size: 14px;
	line-height: normal;
	color: #3c3c3c;
	background-color: #ffffff;
}

#form textarea:focus {
	border: 1px solid #558844;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/* Button */
#form input[type=submit] {
    width: 110px;
	height: 30px;
	margin-left: 160px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

#form input[type=submit]:focus {
	border: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
}

#form .button {
	background-color: #446d36;
	border: 1px solid #36572b;
	color: #ffffff;
	font-family: Constantia, Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

#form .button:hover {
	background-color: #36572b;
}

#form img {
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
}

/* ButtonInquiry */
#inquiry input[type=submit] {
    width: auto;
	height: 30px;
	margin: 20px 0px 0px 1%;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

#inquiry input[type=submit]:focus {
	border: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0);
}

#inquiry .buttonInquiry {
	background-color: #446d36;
	border: 1px solid #36572b;
	color: #ffffff;
	font-family: Constantia, Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

#inquiry .buttonInquiry:hover {
	background-color: #36572b;
}

/* ####################################################### */
/*                         CONTENT                         */
/* ####################################################### */

article {
	width: 90%;
	max-width: 1020px;
	min-height: 400px;
	margin: 0 auto;
	padding: 20px 0px 40px 0px;
}

article img {
	width: 23%;
	border: none;
	margin: 1%;
}

article .images {
	margin-top: -20px;
	
}

/* HIGHLIGHTS */
.wrapHighlights {
	width: 100%;
}

article .wrapHighlights img {
	width: 100%;
	border: none;

	margin-bottom: 10px;
}

.wrapHighlights h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}

.wrapHighlights p {
	text-align: center;
}

.wrapHighlights a {
	font-size: 14px;
	font-weight: normal;
	color: #558844;
	text-align: center;
	text-decoration: none;
}

.wrapHighlights a:hover {
	text-decoration: underline;
}

.highlightFirst {
	position: relative;
	float: left;
	width: 32%;
	padding: 0;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.highlight {
	position: relative;
	float: left;
	width: 32%;
	padding: 0;
	margin-top: 20px;
	margin-left: 2%;
	margin-bottom: 20px;
}

/* ########################################################### */
/*                         BREADCRUMBS                         */
/* ########################################################### */
#breadcrumbs {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #919191;
}

#breadcrumbs img {
	border: none;
	margin: 0px 2px;
}

#breadcrumbs a {
	font-size: 12px;
	font-weight: normal;
	color: #919191;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #558844;
	text-decoration: none;
}

/* ###################################################### */
/*                         FOOTER                         */
/* ###################################################### */
footer {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #558844;
}

footer p {
	color: #ffffff;
}

footer h1 {
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 10px;
}

footer p.copyright {
	font-size: 12px;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #ffffff;
}

footer a.copyright {
	font-size: 12px;
}

#wrapFooter {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0;
}

.columnFooter1 {
	float: left;
	width: 32%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.columnFooter2 {
	float: left;
	width: 32%;
	padding: 0;
	margin-top: 20px;
	margin-left: 2%;
	margin-bottom: 20px;
}

.columnFooter3 {
	float: left;
	width: 32%;
	padding: 0;
	margin-top: 20px;
	margin-left: 2%;
	margin-bottom: 20px;
}

#copyrightFooter {
	clear: both;
	float: left;
}

#wrapFooter img {
	border: none;
	margin-right: 10px;
}