/* ####################################################### */
/*                         GENERAL                         */
/* ####################################################### */
body {
	margin: 0;
	background-color: #f7f4ed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
}

body.popUp {
	background-color: #ffffff;
	padding: 2%;
}

.wrap {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}

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

/* GENERAL FONTS */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
}

h1 {
	font-size: 24px;
	color: #67362b;
	margin-bottom: 40px;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	color: #303030;
	margin: 30px 0px;
}

h3 {
	font-size: 18px;
	color: #838a90;
	margin: 20px 0px;
}

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

p.wifi {
	padding-left: 40px;
	padding-top: 3px;
	background-image: url(../images/icon_wifi.png); background-position:left; background-repeat:no-repeat; background-size:25px;
}

p.parking {
	padding-left: 40px;
	padding-top: 3px;
	background-image: url(../images/icon_parking.png); background-position:left; background-repeat:no-repeat; background-size:25px;
}

p.ev {
	padding-left: 40px;
	padding-top: 3px;
	background-image: url(../images/icon_ev.png); background-position:left; background-repeat:no-repeat; background-size:25px;
}

p.key {
	padding-left: 40px;
	padding-top: 3px;
	background-image: url(../images/icon_key.png); background-position:left; background-repeat:no-repeat; background-size:25px;
}

p.pets {
	padding-left: 40px;
	padding-top: 3px;
	background-image: url(../images/icon_pets.png); background-position:left; background-repeat:no-repeat; background-size:25px;
}

p.timetable {
	padding-left: 40px;
	padding-top: 3px;
	background-image: url(../images/icon_timetable.png); background-position:left; background-repeat:no-repeat; background-size:25px;
}

p.coffee {
	padding-left: 40px;
	padding-top: 3px;
	background-image: url(../images/icon_coffee.png); background-position:left; background-repeat:no-repeat; background-size:25px;
}

.text12 {
	font-size: 12px;
}

.text11 {
	font-size: 11px;
}

a {
	color: #67362b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* IMAGES */
#content img {
	width: 23.4%;
	height: auto;
	margin: 0.5%;
	border: none;
}

#content img.creditcard {
	width: 64px;
}

#content img.vir {
	width: auto;
	height: 14px;
	margin-left: 1px;
	margin-bottom: -3px;
}

.goopti img {
	width: auto;
}

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

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

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

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

header {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0%;
	background-color: #303030;
}

#logo {
	position: absolute;
	float: left;
	width: 150px;
	margin: 0;
	top: 0;
}

#logo img {
	width: 100%;
	border: none;
}

#logoMobile {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/* LANGUAGES */
#languages {
	position: absolute;
	top: 6%;
	right: 2%;
}

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

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

#languages a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #d8d8d8;
	text-decoration: none;
	margin: 10px;
}

#languages a:hover {
	color: #ffffff;
}

#languages #currentpage a {
	color: #ffffff;
}

#languages #parent > li:first-child{border-left:none; margin-left:-10px}
#languages #parent > li:last-child{margin-right:-10px}

/* HEADER CONTACT */
#headerContact {
	width: 96%;
	margin: 0 auto;
	padding: 0.8% 2%;
	background-color: #67362b;
}

#headerContactWrap {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	padding-left: 170px;
}

#headerContact span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #d8d8d8;
	padding: 10px 0px 10px 30px;
	margin-left: 40px;
}

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

#headerContact span.whatsapp {
	background-image: url(../images/icon_whatsapp.png); background-position:left; background-repeat:no-repeat; background-size:20px;
}

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

#headerContact span.address {
	background-image: url(../images/icon_address.png); background-position:left; background-repeat:no-repeat; background-size:20px;
}

#headerContact a {
	color: #d8d8d8;
	text-decoration: none;
}

#headerContact a:hover {
	color: #ffffff;
}

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

nav {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	padding-left: 190px;
}

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

section {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

section.subpages {
	z-index: -1;
}

/* ####################################################### */
/*                         BOOKING                         */
/* ####################################################### */

#booking {
	width: 88%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	margin-top: -3%;
	padding: 1% 2%;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 10px rgba(131, 139, 144, 0.8);
	   -moz-box-shadow: 0 5px 10px rgba(131, 139, 144, 0.8);
	        box-shadow: 0 5px 10px rgba(131, 139, 144, 0.8);
	z-index: 1;
}

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

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

}

/* Text Fields */
#form input {
	display: block;
    width: 300px;
    margin-bottom: 20px;
    padding: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #838b90;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
}

#form input:focus {
	border: 1px solid #67362b;
    -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: 160px;
}

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

/* Select Menu */
#form select {
	display: block;
    width: 310px;
    margin-bottom: 20px;
    padding: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #838b90;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
}

#form select:focus {
	border: 1px solid #67362b;
    -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: 170px;
}

/* 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 #838b90;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
}

#form textarea:focus {
	border: 1px solid #67362b;
    -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: 170px;
	height: 32px;
	margin: 0 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: #67362b;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#form .button:hover {
	background-color: #814a3e;
}

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

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

#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: #67362b;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#inquiry .buttonInquiry:hover {
	background-color: #814a3e;
}

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

article {
	position: relative;
	width: 86%;
	max-width: 960px;
	min-height: 400px;
	margin: 40px auto;
	padding: 2%;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 10px rgba(131, 139, 144, 0.8);
	   -moz-box-shadow: 0 5px 10px rgba(131, 139, 144, 0.8);
	        box-shadow: 0 5px 10px rgba(131, 139, 144, 0.8);
}

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

#content .highlights img {
	width: 100%;
}

.highlights h1 {
	font-size: 20px;
	text-align: left;
	color: #67362b;
	margin-top: 10px;
	margin-bottom: 0px;
	text-transform: none;
}

.highlights p {
	text-align: justify;
}

.highlights a {
	color: #67362b;
	text-decoration: none;
}

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

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

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

.highlightText {
	min-height: 80px;
}

/* ########################################################### */
/*                         BREADCRUMBS                         */
/* ########################################################### */
#breadcrumbs {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #838a90;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0px;
}

#breadcrumbs img {
	width: auto;
	border: none;
	margin: 0px 2px;
	height: 8px;
}

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

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

/* ###################################################### */
/*                         FOOTER                         */
/* ###################################################### */
footer {
	position: relative;
	width: 94%;
	height: auto;
	margin: 0 auto;
	padding: 3%;
	background-color: #2e2e2e;
}

.footerColumn {
	float: left;
	width: 29.3%;
	margin-left: 3%;
}

.copyrightFooter {
	clear: both;
	float: left;
	margin-left: 3%;
}

footer h1 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer p {
	color: #ffffff;
	line-height: normal;
}

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

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

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

/* ###################################################### */
/*                   RESERVATION STYLES                   */
/* ###################################################### */

/* GENERAL FONTS */
#reservation {
}

#reservation h1, h2, h3 {
}

#reservation p, span, ol, ul, li {
}

#reservation a {
}

#reservation a:hover {
}