body, div, table, span, a, input, textarea, button, select { font-family: 'AvenirNextCyr-Regular', sans-serif; font-weight: normal; text-decoration: none; color: #3f3f3f; font-size: 1.25vw; }

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #FFFFFF;
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.inp { 
  display: inline-block;
  width: 200px;
  font-size: 11pt;
  font-weight: normal;
  padding: 7px 10px 7px 10px;
  margin: 3px 0 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;  
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff !important;
  text-align: left !important;
  vertical-align: middle !important;  
}
.btn { 
  display: table-cell;
  font-size: 1.5vw;
  font-weight: normal;
  padding: 0.5vw 3vw 0.5vw 3vw;
	-moz-border-radius: 0.5vw;
	-webkit-border-radius: 0.5vw;
	border-radius: 0.5vw;  
  border: 0;
  background-color: #5c3811;
  color: #ffffff !important;
  cursor: pointer; 
  text-align: center !important;
  vertical-align: middle !important;  
	transition: all 0.5s ease 0s;
}
.btn:hover {
  text-decoration: none;
  background: #fd9a30;
}

.kontaktForm b {
	white-space: nowrap;
	margin-right: 2vw;
}

input, textarea { color: #000000; }
.form { 
  width: 25vw; 
  padding: 0.5vw;
  background: #ffffff;
  border: 1px solid #c6c6c6;
	-moz-border-radius: 0.5vw;
	-webkit-border-radius: 0.5vw;
	border-radius: 0.5vw;  
}
.formSmall { 
  	width: 15vw !important; 
}
select.form { 
  	width: 26vw !important; 
  	height: 2.5vw;
}
textarea.form { 
	resize: none;
	width: 50vw !important; 
}

.button { 
  display: block;
  float: left;
  text-align: center;
  font-weight: bold !important; 
  min-width: 130px; 
  padding: 7px;
  color: #ffffff !important; 
  background: #0090b0;
  border: 0;
  cursor: pointer; 
}
.button:hover { 
  text-decoration: none;
  background: #000000;
}

form { margin: 0; }

hr {
  margin: 5px 0 5px 0;
  padding: 0;
  height: 0px;
  border: none;
  border-bottom: 1px solid #b07850;
}

A:link { 
  text-decoration: none;
  font-weight: normal; 
  color: #5c3811;
}

A:visited {
  text-decoration: none;
  font-weight: normal; 
  color: #5c3811;
}

A:active {
  text-decoration: none;
  font-weight: normal; 
  color: #5c3811;
}

A:hover {
  color: #FD9A30;
}

div#fotoBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45vh;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-image: url('img/bg.jpg') !important;
  
}
div#page.home div#fotoBG {
	height: 85vh;
}
div#fotoBG.fix {
	position: fixed !important;
	height: 9vw !important;
	left: 0;
	top: 0;
	z-index: 2 !important;
	overflow: hidden;
}

#bull {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: calc(50vh - 2vw);
  bottom: auto;
  height: 1vw;
  margin: 0 auto;
  padding: 0 15vw 0 0;
  text-align: center;
  z-index: 0;
	transition: all 0.5s ease 0s;
}
#bull a {
  display: inline-block;
  margin: 0 0.5vw 0 0.5vw; 
  width: 1vw;
  height: 1vw;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;  
  background: rgba(255,255,255,0.5);
  border: 1px solid transparent;
	transition: all 0.5s ease 0s;
}
#bull a:hover {
  border: 1px solid #ffffff;
}
#bull a.sel {
  background: rgba(255,255,255,1);
}

#bsText {
	display: none;
	position: absolute;
	box-sizing: border-box;
	left: 8vw;
/* 	top: calc(50vh - 9.5vw); */
	top: -20vw;
	bottom: auto; 
	width: 70vw;
	height: 4.5vw;
/* 
	font-family: "Open Sans", "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: 400;
 */
	font-size: 1vw;
	color: #000000;
	padding: 1vw;
	text-align: left;
	background: rgba(255,255,255,0.7);
	-moz-border-radius: 1vw;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;  
}
#bsText h2 {
	font-family: "Open Sans", "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 1.5vw;
	line-height: 1.5vw;
	font-weight: 600;
	color: #962A0A;
	margin: 0 0 0.5vw 0;
	padding: 0;
}



div#page {
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%; 
  min-height: 100%;
  height: 100%;
  margin-right: 15vw;
  text-align: center;
}

div#page1 {
  position: relative;
  text-align: left;
  display: block;
  clear: both;
  width: 100%;
  margin: 0px auto;
  padding: 0; 
  text-align: left;
  background-color: #ffffff;
}

#logo {
  position: absolute;
  display: block;
  box-sizing: border-box;
  left: 37vw;
  top: 0;
  margin: 0; 
  padding: 0; 
  text-align: center;
  z-index: 9;
	transition: all 0.5s ease 0s;
/* 
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);	
 */
}
#logo:hover {
	text-decoration: none;
}
#logo img {
	width: 28vw;
	height: auto;
	float: left;
	transition: all 0.5s ease 0s;
	-webkit-filter: drop-shadow(0.25vw -0.25vw 0.25vw rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0.25vw -0.25vw 0.25vw rgba(0, 0, 0, 0.5));
}
#logo.fix {
  left: 42vw;
  top: 0.5vw;
}
#logo.fix img {
	width: 18vw !important;
}

#lide {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100vw;
  margin: 0; 
  font-size: 1.75vw;
  font-weight: 900;
  padding: 0.5vw 5vw 0.5vw 5vw; 
  text-align: center;
  color: #ffffff;
  background: rgba(1, 166, 203, 0.7);
}

div#header {
	position: fixed;
	display: block;
	clear: both;
	width: 100vw;
	height: 9vw;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 3;
	background-color: rgba(54, 32, 16, 0.6);
	-webkit-box-shadow: 0.3vw 0 0.7vw rgba(0,0,0,0.6);
	-moz-box-shadow: 0.3vw 0 0.7vw rgba(0,0,0,0.6);
	box-shadow: 0.3vw 0 0.7vw rgba(0,0,0,0.6);
}

#menuIcon {
  display: none;
	position: absolute;
	right: 2vh;
	top: 3vh;
	font-family: 'fontello';
  font-size: 7vh;
  font-weight: normal;
  text-decoration: none;
	color: #ffffff;
}

#menuIcon:hover {
  text-decoration: none;
}

div#menu {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  bottom: 0;
  font-size: 1.25vw;
  text-align: center;
  width: 100vw;
  color: #ffffff;
  z-index: 5;
  top: 6.2vw;
}

.mezera{
  width: 22vw;
}

div#menu a {
	box-sizing: border-box;
	font-family: 'AvenirNextCyr-Regular';
  font-size: 1.25vw;
  font-weight: 300;
  padding: 0.5vw 0 0.5vw 0;
  margin: 0 2vw 0 2vw;
	color: #ffffff;
	display: inline-block;
	text-align: center;
  text-decoration: none;
	transition: all 0.5s ease 0s;
	border-top: 0.25vw solid transparent;
	border-bottom: 0.25vw solid transparent;
}

div#menu ul{
  text-align: center;
}

div#menu a i {
	display: block;
	clear: both;
	font-family: 'AvenirNextCyr-Thin';
	font-size: 0.75vw;
	font-style: normal;
}

div#menu a:hover {
	color: #ffffff;
	border-top: 0.25vw solid #ffffff;
}

div#menu a.sel {
	color: #ffffff;
	border-bottom: 0.25vw solid #ffffff;
}

div#menu.open {
  display: block !important;
  box-sizing: border-box;
  width: 100vw;
  float: right;
  max-width: 100vw;
  height: 88vh;
  padding-bottom: 15vh;
  top: 12vh !important;
  left: 0 !important;
  overflow: auto;
	z-index: 200;
  position: absolute;
}
div#menu.open a {
	display: block;
	box-sizing: border-box;
	width: 100vw;
	height: auto;
  padding: 2vh 2vw 2vh 4vw;
  margin: 0;
  font-size: 6vw;
  overflow: hidden;
}
div#menu.open a:hover {
  color: #ffffff !important;
/*   background: #ED6E00 !important; */
}
div#menu.open a span {
	width: 100vw;
	height: auto;
	font-size: 6vw;
	line-height: 7vw;
	text-align: left;
}
div#menu.open a span img {
	clear: none;
	float: left;
	width: 7vw;
	height: auto;
	margin: 0 3vw 0 0;
	font-size: 4vw;
}

div#main {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 50vh;
  padding: 0 0 5vw 0;
  margin: 45vh 15vw 0 0;
  display: block;
  clear: both;
  text-align: left;
  background-color: #ffffff;
}
div#page.home div#main {
  min-height: 15vh;
  margin: 83vh 0 0 0;
  background-color: #ffffff;

}

div.clanek {
	margin-top: 3vw;
	margin-left: 1vw;
}

div.clanek i {
	display: inline-block;
	margin: -0.75vw 0 0.25vw 0;
	font-size: 1vw;
	font-style: normal;
	font-family: 'AvenirNextCyr-Thin';
}

div.clanek p {
	margin: 0;
	padding: 0 0 0.5vw 0 !important;
}

div.clanek a.viceInfo {
	display: inline-block;
	margin: -0.25vw 0 0 0;
	font-size: 1vw;
	font-style: normal !important;
	font-family: 'AvenirNextCyr-Thin' !important;
	color: #962A0A !important;
}

div.text {
  position: relative;
  width: 80vw;
  height: auto;
  margin: 0 auto;
  padding-bottom: 2vw;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 2vw;
  text-align: left;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20vw;

/* 
    -webkit-transform: skew(-1deg,1deg);
    -moz-transform: skew(-1deg,1deg);
    -ms-transform: skew(-1deg,1deg);
    -o-transform: skew(-1deg,1deg);
    transform: skew(-1deg,1deg);
 */
/* 
  -webkit-border-radius: 1vw;
  -moz-border-radius: 1vw;
  border-radius: 1vw;
 */

/* 
	-moz-box-shadow: rgba(0, 0, 0, 0.5) -0.4vw 0.25vw 0.25vw;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) -0.4vw 0.25vw 0.25vw;
	box-shadow: rgba(0, 0, 0, 0.5) -0.4vw 0.25vw 0.25vw;
 */
}

div#homeBtns {
  box-sizing: border-box;
	display: block;
  position: relative;
	text-align: center;
	margin: 10vw 0 0 0;
	padding: 0 0 0 3.5vw;
  background-color: #ffffff;
	width: 100vw;
}

div#homeBtns .hSl {
	display: block;
	position: relative;
	float: left;
  height: 45vw;
	box-sizing: border-box;
	width: 25vw;
	font-family: 'AvenirNextCyr-Thin';
	font-size: 1vw;
	text-align: justify;
	margin-left: 3vw;
  margin-right: 3vw;
	background-color: #ffffff;
  -webkit-box-shadow: 0px 47px 102px -89px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 47px 102px -89px rgba(0,0,0,0.75);
box-shadow: 0px 47px 102px -89px rgba(0,0,0,0.75);
}

div#homeBtns .hSl p {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1vw;
  margin: 0;
}
div#homeBtns .hSl li{
  padding-right: 1vw;
  padding-left: 1vw;
  margin: 0;
}
div#homeBtns .hSl .hIco {
	display: block;
  color: #b07850;
	position: relative;
	box-sizing: border-box;
	width: 9vw;
	height: 9vw;
	left: 8.5vw;
	top: -4.5vw;
	background-color: rgba(255,255,255,0.8);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0.25vw -0.25vw 0.3vw;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.25vw -0.25vw 0.3vw;
	box-shadow: rgba(0, 0, 0, 0.3) 0.25vw -0.25vw 0.3vw;
}
div#homeBtns .hSl a {
	font-size: 1vw;
}

div#hClanek {
  font-family: 'AvenirNextCyr-Thin';
}

div#hClanek a {
  padding-left: 2vw !important;
  padding-right: 2vw;
  margin: 0 !important;
  text-align: left !important;
  font-size: 1.25vw !important;

}

div#hClanek a#info{
  padding-left: 2vw !important;
  padding-right: 2vw;
  padding-top: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: 1vw !important;
  float: left;

}

div#hClanek i{
  padding-left: 2vw !important;
  padding-right: 2vw;
  font-size: 0.9vw !important;
  display: block;
  float: right;
  font-style: normal;
}

div#hClanek h3{
  padding-right: 2vw;
  padding-top: 1vw;
  margin: 0 !important;
}

div#hClanek p{
  font-size: 1vw;
  padding-top: 0.3vw !important;
}

.picture{
width: 25vw;
position: absolute;
top: 27.5vw;
height: auto;
margin-top: 1vw;
padding: 0;

}

div#homeBtns .hSl .hIco img {
	width: 5vw;
	height: auto;
	margin: 2vw;
}

div#homeBtns .hSl a.slHdr {
	position: relative;
	display: block;
	font-family: 'AvenirNextCyr-Regular';
	font-size: 1.5vw;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin: -5.5vw 0 0 0;
	padding-left:0.5vw;
	color: #b07850;
}

div#homeBtns .hSl a:nth-child(1):hover {
  color: #FD9A30;
}

div#newsbox{
  position: absolute;
  left: 0;
  top:15vw;
  background-color: rgba(255,255,255,0.7);
  height: 15vw;
  width: 35vw;
  z-index: 100;
}

div#newsbox h2.h1{
  font-size: 2vw;
  color: #b07850;
  text-align: left;
  margin-left: 2vw;
}

div#newsbox p{
  font-size: 1.25vw;
  color: #6c6c6c ;
  text-align: left;
  margin-left: 2vw;
  margin-right: 2vw;
}

div.text_in {
	font-family: 'AvenirNextCyr-Thin';
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 2vw;
  color: #3f3f3f;
  padding-top: 6.5vw;
  width: 80vw;
  min-height: 30vw;
}


div.text_in table {
  font-size: inherit;
}

div.textFull {
  width: 100% !important;
  margin: 0 !important;
}
div.textFull div.text_in {
  padding: 15px 15px 15px 50px !important;
}

div.text h1, div.text h2.h1 { 
	position: relative;
	font-family: 'AvenirNextCyr-Light';
  padding: 0 0 0 0;
  margin-bottom: 2vw;
  margin-left: 2.5vw;
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  color: #b07850;
  z-index: 2;
  background-color: white;
  font-variant: small-caps; 
}

h1::before{
  content: "";  
  position: absolute;
  left: -10vw;
  top: 1vw;
  height: 0;
  width: 100vw;
  border-bottom: 1px solid #b07850;
  margin: 0;
  z-index: -1;
}

div.text h1 span {
	font-family: 'AvenirNextCyr-Light';
  background-color: white;
  color: #b07850;
  margin: 2vw 0 2vw 0;
  font-size: 2.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-variant: small-caps; 
}

div.text h2,
div.text h2 a {
	font-family: 'AvenirNextCyr-Light';
	font-size: 2vw;
	font-weight: 300;
	margin: 0 0 0.7vw 0;
	font-weight: normal;
	color: #b07850;
	font-variant: small-caps; 
	text-align: left;
}

div.text h3 {
	font-family: 'AvenirNextCyr-Demi';
  margin: 0;
  padding: 0px 0 10px 0;
  font-size: 1.5vw;
  font-weight: normal;
  color: #b07850;
  font-variant: small-caps; 
}

div.text b, strong {
	font-family: 'AvenirNextCyr-Medium';
	color: #b07850;
}

div.text ul {
  list-style-image: url("img/li.png");
  margin-top: 0;
}

div.text p {
  margin: 0;
  padding: 0 0 1vw 0;
}

.mb80 {
  display: inline-block;
  width: 100px;
}

.w120 {
  width: 120px !important;
}

.galerie {
  display: block;
  margin: 10px -30px 0px 0px;
  padding: 10px 0 0 0;
}

.fotoG {
  display: block;
  float: left;
  width: 18vw;
  height: 12vw;
  margin: 1vw 1vw 1vw 1vw;
  padding: 0;
  background-color: #CFCFCF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  border: 1px solid #3f3f3f;
	-moz-border-radius: 0.15vw;
	-webkit-border-radius: 0.15vw;
	border-radius: 0.15vw;  
}

.foto {
  display: block;
  float: left;
  margin: 0px 5px 5px 0px;
  padding: 0;
  background: url("img/bg_foto.png") right bottom no-repeat;
}

.fotoR {
  float: right !important;
  padding: 0;
}

.foto img {
  margin: 2px 7px 7px 2px;
  clear: both;
}

table td {
  vertical-align: top;
}



.adresa th {
  width: 105px;
  text-align: left;
}


.sipkyLR {
  display: block;
  position: fixed;
  top: 50%;
  margin: -70px 0 0 0;
  width: 150px;
  height: 202px;
  text-decoration: none !important;
  background: url("img/sipky.png") no-repeat;
  z-index: 1;
}

a#sipkaL {
  left: 10px;
  background-position: 0 0;
}
a#sipkaR {
  right: 10px;
  background-position: right 0;
}
a#sipkaL:hover {
  background-position: 0 -202px;
}
a#sipkaR:hover {
  background-position: right -202px;
}

.small {
  font-size: 9pt;
}

#foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 380px;
  margin-top: 100vw;
  height: 25vw;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 0.75vw;
  font-weight: 300;
  z-index: 0;
  background: #cfcfcf;
}

#foot #fText {
  position: absolute;
  left: 2vw;
  bottom: 0.75vw;
  font-size: 0.75vw;
  font-weight: 300;
  color: #ffffff;
}

#mapa{
  height: 23vw;
  width: 40vw;
  float: right;
  z-index:5;
  padding-right: 2vw;
  padding-top:1vw;

}

#fKontakt{
  padding-left: 2vw;
  color: #000000;

}

#foot #fText  a{
  font-size: 0.75vw;
  font-weight: 300;
  color: #ffffff;
	text-decoration: none;
}

#rezervace{
  float: right;
  margin-top: 1.5vw;
  color: #ffffff;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  margin-right: 2.5vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
  padding-bottom: 0.6vw;
  cursor: pointer;
}

#rezervace:hover{
  text-decoration: none;
}

#rezervace img{
  height: 1.5vw;
  margin-left: 0.5vw;
  margin-bottom: -0.35vw;
}

#toolbox{
  float: right;
  margin-top: 1.5vw;
  margin-left: 0.2vw;
  margin-right: 1vw;
}

 #toolbox img{
  height: 1.5vw;
  width: auto;
  display: inline;
  margin-right: 1vw;
  margin-left: 1vw;
  margin-bottom: 0.5vw;
  border-radius: 50%;
   
 }
 
 #toolboxmobile{
   display: none !important;
 }



#social{
  float: left;
  margin-top: 1.25vw;
  margin-left: 1vw;
  margin-right: 0.2vw;
}

 #social img{
  height: 1.75vw;
  width: auto;
  display: inline;
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  margin-bottom: 0.5vw;
/*
  border-radius: 50%;
*/   
 }
 


#foot #fTools {
  position: absolute;
  right: 10px;
  top: 5px;
}
#foot #fTools a {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 0 0 20px;
  text-decoration: none !important;
}
#foot #fTools a#icoHome {
  background: url("img/ico_home.png") 0 0 no-repeat;
}
#foot #fTools a#icoMail {
  background: url("img/ico_mail.png") 0 0 no-repeat;
}
#foot #fTools a#icoKontakt {
  background: url("img/ico_kontakt.png") 0 0 no-repeat;
}

#iLog {
  background: url("img/ico_man.png") 0 0 no-repeat;
}

.clb { 
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  margin: 0;
  padding: 0;    
}

.clb10 { 
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  margin: 0;
  padding: 10px 0 0 0;    
}

.dis {
  cursor: no-drop !important;
}

.needToFill {
  background-color: rgba(255,0,0,0.15) !important;
}

.right {
  float: right !important;
}

.hidden {
  display: none !important;
}

