@charset "utf-8";
@font-face {
	font-family: nadpis;
	src: url('../fonts/capsuula-webfont.ttf'), url('../fonts/capsuula-webfont.eot'), url('../fonts/capsuula-webfont.svg'), url('../fonts/capsuula-webfont.woff');
}
* {
	margin: 0px;
	padding: 0px;
}
article, aside, dialog, footer, header, section, footer, nav, figure {
	display: block;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", sans-serif;
	font-size: 79%;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	word-spacing:0.1em;
	color: #333;
	background-color: #f3e9af;
	background-image:  url(../img/bg-x.png), url(../img/bg.png);
	background-repeat: repeat, repeat-x;
}
h1 a, h1 a:hover {
	color: #FFF;
	font-family:nadpis, "Lucida Sans Unicode", "Arial", "Verdana", sans-serif;
	font-size:120%;
	font-weight: normal;
	display:block;
	height:auto;
	padding-top: 1.5em;
	margin-left:30px;
	text-shadow: 0px 1px #000;
}
h1 a:first-line {
	font-size:160%;
	letter-spacing:0.1em;
}
a {
	text-decoration:none;
}
ul {
	list-style:none;
}
.akcia {
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
		color: #F35A08;

}
img a, img {
	border:none;
}
.clear {
	clear:both;
}
#wrap {
	width: 97%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
	min-width:300px;
	margin-top:3em;
	position:relative;
}
header .menu {
	overflow:hidden;
}
header .menu ul, footer .menu ul {
	list-style-type: none;
	text-align: center;
}
header .menu li, footer .menu li {
	display: inline;
}
header .menu li a {
	display:inline-block;
	text-align:center;
	text-decoration: none;
	color: white;
	background:#784c1e;
	width:6em;
	height:6em;
	margin-right:0.4em;
	text-transform: uppercase;
	border-radius: 400px;
	-moz-border-radius: 400px;
	-webkit-border-radius: 400px;
	-moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,0.4);
	box-shadow: inset 0px 3px 5px rgba(0,0,0,0.4);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	margin-bottom: 2em;
	margin-top: 2em;
}
header .menu a span {
	position:relative;
	top:40%;
}
header .menu a:hover, header.menu a:focus {
	background: #8a6133;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
header h2, section h3 {
	font-size:140%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #6c4115;
	text-shadow: 0px 1px #FFF;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
	margin-left:30px;
}
aside {
	float:right;
	width:32%;
	margin-top:260px;
	text-align:left;
	text-shadow: 0px 1px #FFF;
}
aside h3 {
	font-size:120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #6c4115;
	text-shadow: 0px 1px #fff;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}
aside ul {
	list-style:none;
	line-height:1.5;
}
section {
	float:left;
	width:66%;
}
section h2, aside h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	color: #f35a08;
	letter-spacing: 0.08em;
}
section article a, aside article a {
	color:#f35a08;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
}
section a:hover, aside a:hover, section a:focus, aside a:focus {
	color: #784c1e;
}
article, .foto {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:0.6em;
	margin-bottom:1em;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 1px 0px rgba(0, 0, 2, 0.1), 0px 1px 1px rgba(0, 0, 2, 0.10);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 1px 0px rgba(0, 0, 2, 0.1), 0px 1px 1px rgba(0, 0, 2, 0.10);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 1px 0px rgba(0, 0, 2, 0.1), 0px 1px 1px rgba(0, 0, 2, 0.10);
	background-color: #fff;
	line-height:1.6;
	height:auto;
}
section article {
	padding: 1.2em 1.2em 0.7em 1.2em;
}
section article p {
	text-shadow: 0px 1px 0px #f7f7f9;
	margin-bottom:2em;
	text-align:justify;
}
article li {
	line-height:1.7;
}
article p + p {
	margin-top:1em;
}
footer, footer .menu ul {
	text-align:right;
}
footer {
	font-size:75%;
	line-height:1.5em;
	margin-bottom:0.6em;
}
footer a, footer {
	color: #ab805e;
	text-decoration:none;
	border-bottom:none;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
}
footer a:hover, footer a:focus {
	color:#572803;
}
footer .menu li+li:before {
	content:"| ";
}
.mail {
	background-image: url(../img/email.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
.foto {
	display: run-in;
	width:530px;
	height:530px;
	min-height:300px;
	max-height:530px;
	position:absolute;
	max-width: 530px;
	right: 0px;
	top: 0px;
	z-index:-1000000;
	background-image: url(../slide/ubytovanie-hlohovec07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.operator:after {
	content:" (Orange)";
}
.fotogaleria a {
	background-image: url(../img/foto.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 138px;
	width: 138px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent:-900000px;
	border-bottom:none;
}
.fotogaleria a:hover {
	background-image: url(../img/foto.png);
	background-position: center bottom;
}
time {
	font-size:small;
	font-weight:bold;
}
.kvaleps:after {
	content:"@gmail.com";
}
input:not([type=range]):not([type=date]):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=number]) {
	background-repeat: no-repeat;
	background-position: 99% center;
}
 input:not([type=range]):not([type=date]):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=number]):required {
 background-image: url('../img/required.png');
}
 input:not([type=range]):not([type=date]):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=number]):focus:invalid {
 background-image: url('../img/invalid.png');
}
input:not([type=range]):not([type=date]):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=number]):focus:valid {
 background-image: url('../img/valid.png');
}
input[type=text], input[type=email], input[type=password], input[type=url], textarea {
	border: solid #ccc;
	border-width: 1px;
	display:block;
	font-style:italic;
	width: 98%;
	height:2.6em;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
	padding: 0.1em 1%;
	margin-bottom:0.5em;
}
input:focus, textarea:focus {
	background-color:#fffaea;
}
textarea {
	height:15em;
	margin-top:2.5em;
	max-width:98%;
	min-width:98%;
}
form input[type="submit"] {
	display: inline-block;
	outline: none;
	text-align: center;
	padding: .5em 2em .55em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fff;
	border:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	background-image: url(../img/button.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	opacity:0.9;
	filter:alpha(opacity90);
	margin-top:1em;
}
form input[type="submit"]:hover {
	background-color:#ff6800;
	opacity:1;
	filter:alpha(opacity=100);
}
.f {
	display:none;
}
.mensia {
	width:60%;
}
#kontakt .mensia {
	background-image: url(../img/mapa.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#kontakt table {
	border:none;
}
#kontakt td:hover, #kontakt td {
	background-color:#FFFFFF;
	width:50%;
	text-align:left;
}
#kontakt table {
	margin-bottom:0%;
}
#kontakt section article p {
	margin: 0px;
}
label {
	font-weight:bold;
	letter-spacing: 0.1em;
}
.plus {
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 22px;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#fotogaleria section article a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:  scale(1.2);
	-ms-transform: scale(1.2);
}
#fotogaleria section article img {
	width:13%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:1.3%;
	float:left;
	padding:0.5%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 1px 0px rgba(0, 0, 2, 0.1), 0px 1px 1px rgba(0, 0, 2, 0.10);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 1px 0px rgba(0, 0, 2, 0.1), 0px 1px 1px rgba(0, 0, 2, 0.10);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 1px 0px rgba(0, 0, 2, 0.1), 0px 1px 1px rgba(0, 0, 2, 0.10);
	background-color:#FFF;
}
article em {
	font-size:300%;
	font-style: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	padding-right:1%;
	margin-top : -0.3em;
	margin-bottom:-0.5em;
}
#izby section img {
	width:32%;
	max-width:140px;
	margin-bottom:1em;
	opacity:0.8;
}
#izby section img:hover {
	opacity:1;
	cursor:default;
}
table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #784c1e;
	margin-bottom:2em;
}
thead {
	border-top: 1px solid #784c1e;
	border-bottom: 1px solid #784c1e;
	text-align:center;
	background-color:#f3e9af;
}
th {
	text-align:right;
	font-weight: normal;
}
td {
	text-align: center;
}
th, td {
	padding:2%;
}
.odd {
	background-color:#fef9db;
}
tr:hover {
	background-color:#f3e9af;
}
thead tr:hover {
	background-color: transparent;
	color: inherit;
}
.guestbook {
	background-image: url(../img/guestbook.gif);
	background-repeat: no-repeat;
	background-position: 0.5em center;
	padding-left:6em;
	min-height:60px;
}
.adress {
	float:left;
	width:43%;
}
.adres {
	float: right;
	width:42%;
}
.video a {
	background-image: url(../img/film.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto;
	width:128px;
	padding-top:125px;
	text-align:center;
	text-transform: uppercase;
	display:block;
}
.video a:hover {
	background-image: url(../img/filmh.png);
	background-repeat: no-repeat;
	background-position: center top;
}
	
/*----------PRE MOBILNE ZARIADENIA---------*/
 @media screen and (max-width: 700px) {
#wrap {
	margin-top:1em;
}
section, aside, #kontakt .mensia {
	float:none;
	width:auto;
}
header h1 a, header h1 a:hover {
	text-align:center;
	padding-top:0em;
	margin-left:0px;
}
header h2, section h3, aside h3 {
	text-align:center;
	margin-left:0px;
}
aside {
	margin-top:0px !important;
}
article {
	text-align:justify;
}
footer, footer .menu ul {
	text-align:center;
}
.foto, .fotogaleria a {
	display:none;
}
header .menu {
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	width:310px;
}
header .menu li a {
	width:5.2em;
	height:5.2em;
	margin-top:1em;
	margin-bottom:1em;
	margin-right:0em;
	margin-left:0em;
}
.fotogaleria article, .fotogaleria h3 {
	display: run-in;
}
.adress, .adres {
	width:auto;
	float:none;
}
#kontakt .f {
	display:none;
}
.f {
	display: run-in;
}
form input[type="submit"] {
	opacity:1;
	filter:alpha(opacity100);
}
}
/*	-----PRE STREDNE ROZLISENIA----*/
@media screen and (min-width: 701px) and (max-width: 940px) {
}

	
/*	-----PRE ROZLISENIA 16:9 opera ----*/
@media screen and (device-aspect-ratio: 16/9) {
aside {
	margin-top:200px !important;
:root margin-top:400px\9;
}
.fotogaleria a {
	top: 2px !important;
	right: 2px !important;
}
}
@media screen and (device-aspect-ratio: 16/9) {
 @media screen and (min-width:0) {
 aside {
margin-top:600px\0/;
}
}
}
