@CHARSET "UTF-8";

body {
	position: relative;
	font-family: 'Segoe UI', Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}

p
{
	text-align: left;
}

.aright {
	text-align: right;
	padding-right: 5px;
}

h2 {
	font-size: 18px;
	line-height: 25px;
}

h3 {
	font-size: 16px;
	line-height: 25px;
}

.grey {
	color: #aaa;
}

.cboth 
{
	clear: both;
}

a 
{
	text-decoration: none;
	color: #666;
	
		
   -webkit-transition:color 0.5s ease-in;
   -moz-transition:color 0.5s ease-in;
   -o-transition:color 0.5s ease-in;
   transition:color 0.5s ease-in;
}

a:visited
{
	color: #666;
}

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

.disabled
{
	color: #ccc;
}

a.disabled, a.disabled:hover {
	cursor: default;
}


.tab {
	padding-left: 20px;
}


textarea {
	resize: none;
	font-family: 'Segoe UI Light', Helvetica, Arial, Sans-Serif;
}

input {
	font-family: 'Segoe UI Light', Helvetica, Arial, Sans-Serif;
}

#wdLimit
{
	position: relative;
	width: 100%;
	min-height: 650px;
	min-width: 1150px;
	max-width: 1200px;
	height: 100%;
	margin: auto;
}

#topRowBg
{
	position: absolute;
	width: 100%;
	height: 140px;
	min-width: 1150px;
	background: #ffffff;
	opacity: 0.94;
	filter: alpha(opacity=94);
	z-index: 8;
	
	color: #747471;
}

#topRow 
{
	position: absolute;
	width: 100%;
	height: 140px;
	z-index: 9;
}

#logo
{
	position: relative;
	float: left;
	
	cursor: pointer;
}

#topRow #info 
{
	position: relative;
	background: #98a70b;
	width: 230px;
	height: 100%;
	float: left;
	padding-left: 30px;
	
	color: #ffffff;
	
	font-size: 0.9em;
	line-height: 0.9em;
}

#info p.topRow
{
	margin-top: 22px;
}

#info p
{
	margin-top: 15px;
}

#info p.marginTop 
{
	margin-top: 33px;
}

#topRow #info a
{
	color: #fff;
}

#langs
{
	position: absolute;
	top: 18px;
	right: 71px;	
	
	cursor: pointer;
}

#langs a {
	color: #98a70b;
}

#langs a.selected, #langs a:visited.selected 
{
	color: #666;
}

#navigation
{
	list-style-type: none;
	position: relative;
	top: 115px; 
	float: right;
	margin-right: 45px;
}

#navigation li
{
	float: left;
	margin-right: 25px;
	position: relative;
}

#navigation li.ru
{
	float: left;
	margin-right: 15px;
	position: relative;
}

#navigation > li { display: block; }
#navigation > li > nav > ul { visibility: hidden; opacity: 0; }
#navigation > li:hover > nav > ul { visibility: visible; opacity: 0.94; }

#navigation > li > nav > ul > li
{
	padding: 5px 8px;
}

#navigation > li > nav
{
	position: absolute;
	top: 20px;
	left: -8px;
}

#navigation .sublevel
{
	list-style-type: none;
	min-width: 91px;
	margin-top: 15px;
	padding: 6px 0px;
	background-color: #ffffff;
	
	-webkit-transition: all 0.5s ease-in;
  	-moz-transition: all 0.5s ease-in;
  	-o-transition: all 0.5s ease-in;
  	transition: all 0.5s ease-in;
}

nav li a, nav li a:visited
{
	color: #98a70b;
}

nav li a:hover
{
	color: #666;
}


nav li a.selected
{
	color: #666;
}

#localInfo
{
	position: absolute;
	top: 20px;
	right: 425px;
	
	font-size: 0.9em;
	line-height: 1.5em;
}

#arrow 
{
	position: absolute;
	left: -40px;
}

#localInfo.temperature 
{
	font-weight: bold;
}

#bg
{
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: 4;
}

#bg img
{
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  opacity: 1;
}


#content 
{
	position: absolute;
	top: 160px;
	left: 227px;
	width: 860px;
	height: 70%;
	min-height: 480px;
	
	padding: 30px;
	padding-top: 10px;
	
	background: rgba(255, 255, 255, 0.94);
	
	z-index: 9;
	
	overflow: hidden;
	
	display: none;
	
	font-size: 11.5px;
	line-height: 1.8em;
}

#content img
{
	opacity: 1;
}

#lokalitaContent 
{
	margin-left: 480px;
}


#lokalitaContent .tip 
{
	margin-top: 50px;
}

#lokalitaMap
{
	position: fixed;
	top: 200px;
	left: 50%;
	
	max-height: 700px;
	
	margin-left: -560px;
}

#lokalitaMap iframe {
	min-height: 425px;
}

.bold {
	font-weight: bold;
}

.fleft {
	float: left;
}

.fright {
	float: right;

}

.leftColumn {
	position: relative;
	float: left;
	width: 48%;
}

.rightColumn {
	position: relative;
	float: right;
	width: 48%;
}

.container {
	position: relative;
	width: 100%;
}

.more {
	padding-top: 63px;
	margin-right: 65px;
}
.wAuto
{
	width: auto;
}

.w730
{
	width: 730px;
}

.w700
{
	width: 700px;
}

.w680
{
	width: 680px;
}

.w650
{
	width: 650px;
}

.w640
{
	width: 640px;
}

.w600
{
	width: 600px;
}

.w590
{
	width: 590px;
}

.w520
{
	width: 520px;
}

.w500
{
	width: 500px;
}

.w495
{
	width: 495px;
}

.w485
{
	width: 485px;
}

.w440
{
	width: 440px;
}

.w425
{
	width: 425px;
}

.w410
{
	width: 410px;
}

.w400
{
	width: 400px;
}

.w380
{
	width: 380px;
}

.w340
{
	width: 340px;
}

.w260
{
	width: 260px;
}

.w250
{
	width: 250px;
}

.w230
{
	width: 230px;
}

.w228
{
	width: 228px;
}

.w220
{
	width: 220px;
}

.w210
{
	width: 210px;
}

.w200
{
	width: 200px;
}

.w175
{
	width: 175px;
}

.w165
{
	width: 165px;
}

.w150
{
	width: 150px;
}

.w140
{
	width: 140px;
}

.w135
{
	width: 135px;
}

.w130
{
	width: 130px;
}


.w120
{
	width: 120px;
}

.w100
{
	width: 100px;
}

.w77
{
	width: 77px;	
}

.w75
{
	width: 75px;	
}

.w50
{
	width: 50px;	
}

.ml50 {
	margin-left: 50px;
}

.bottom 
{
	position: absolute;
	bottom: 0px;
}

#content .leftColumn img {
	margin: 10px;
}

#content .leftColumn img.intextr 
{
	margin-right: 0px;
	margin-top: -5px;
}

#content .leftColumn .roomStrip  {
	margin-top: 4px;
}

#content .leftColumn .roomStrip img {
	width: 75px;
	height: auto;
	margin: 2px;
}

#content .leftColumn .roomStrip img.first {
	margin-left: 0px;
}

#content .gallery img.logo {
	padding-top: 20px;
	padding-bottom: 15px;
	margin: 0px;
}

.gallery ul {
	margin-top: 10px;
}

.gallery a.selected {
	font-weight: bold;
	color: #000;
}

.gallery {
	position: relative;
	width: 315px;
}

#galleryContent {
	height: 400px;
	overflow: hidden;
}

#galleryContent img {
	height: 110px;
	width: 110px;
	
	padding-right: 10px;
	padding-bottom: 10px;
	
	opacity: 1;
}

#galleryContent img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);	
	
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
}

#content .cenik .container
{
	font-size: 11px;
	line-height: 15px;
	
	margin-right: 20px;
}


#content .cenik h4
{
	margin-top: 15px;
}

#content .cenik img.logo {
	cursor: pointer;
}

#content .cenik img.logo, #content .cenik img {
	width: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px;
}

#content .cenik img {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .cenik .container img {
	height: 75px;
	width: auto;
}

#hoverEffect {
	position: absolute;
	top: 24+4px;
	left: 1-6px;
	
	margin-top: 4px;
	margin-left: -5px;
	
	width: 254px;
	height: 84px; 
	
	border: 1px solid #CCC;
	
/* 	display: none; */
}

.smallText {
	font-size: 11px;
	line-height: 1.5em;
}

#content ul {
	list-style-type: none;
}

.rightColumn.oneWideImg {
    width: 525px;
}

.rightColumn.oneImg {
	width: 380px;
}

#content .rightColumn.oneImg img, #content .rightColumn.oneWideImg img {
	width: 100%;
	height: auto;
}

#content h2 {
	font-weight: bold;
	line-height: 46px;
}

#content #content_1 h2 img {
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.indentTop, #content h3 {
	margin-top: 12px;
}

#content .close
{
/* 	font-size: 24px; */
	
	position: absolute;
	right: 18px;
	top: 10px;
	
	cursor: pointer;
}

#content_1
{
	position: relative;
	
	width: 100%;
	height: 100%;
	
/* 	padding: 20px; */
}

.hidden
{
	display: none;
}

.roomSelector {
	cursor: pointer;
}

.room {
	height: 294px;
	float: left;
}

#bottomRow
{
	position: absolute;
	bottom: 1px;
	width: 100%;
	z-index: 8;
}

#bottomRow a, #bottomRow a:visited
{
	color: #fff;	
}

#bottomRow a:hover
{
	color: #fff;
}

#bottomRow #group
{
	position: absolute;
	bottom: 0px;
	right: 45px;
	
	width: 301px;
}

#bottomRow #group div
{
	position: relative;
	float: left;
	
	height: 25px;
	
	background: #98a70b;
	
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

#bottomRow #group #facebookIcon 
{
	height: 27px;
	padding-top: 5px;
}

#bottomRow #group #facebookIcon  span {
	font-family: "Arial";
	font-weight: bold;
	font-size: 20px;
	
	padding-top: 5px;
	padding-left: 14px;
	padding-right: 14px;
}

#bottomRow #group #emailIcon
{
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	
	cursor: pointer;
}

#bottomRow #group #rezervace
{
	cursor: pointer;
	
	position: relative;
	background: #98a70b;
	color:  #fff;
	font-size: 0.9em;
	height: 20px;
	width: 58px;
	
	text-align: right;
	
	opacity: 0.94;
	filter: alpha(opacity=94);
	
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 79px;
	padding-right: 79px;
	overflow: hidden;
}

#rezervace.selected 
{
	color: #98a70b;
	background: #fff;
}

#bottomRow #communicationBox
{
	position: absolute;
	bottom: 38px;
	right: 50px;
	
	width: 274px;
	height: 330px;
/* 	height: 250px; */
	background: #98a70b;
	
	opacity: 0.97;
	filter: alpha(opacity=97);
	padding: 10px;
	
	z-index: 9;
	
	color: #fff;
	
	display: none;
}

#communicationBox .input
{
	float: left;
}

#bottomRow #communicationBox .send 
{ 
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#bottomRow #communicationBox .send input
{
	border: 1px solid #fff;
	background-color: #98a70b;
	color: #fff;
}

#bottomRow #communicationBox h2 
{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

#ui-datepicker-div { font-size: 0.8em; }

#bottomRow #communicationBox select, #bottomRow #communicationBox input
{
	font-size: 0.8em;
}

#bottomRow #copyr 
{
	position: absolute;
	left: 10px;
	bottom: 2px;
	
	font-size: 0.8em;
	color: #fff;
}

#imgControl
{
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 104px;
	margin-left: -52px;
	z-index: 6;
}

.circle
{
	margin: 5px; 
	float: left;
	
	width: 10px; height: 10px; 
	-webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    background: #ffffff;
    z-index: 6;
    behavior: url(PIE.htc);
}

.circleSelected
{
	margin: 2px;
	width: 16px; height: 16px; 
	background: #98a70b;
}

.circleSelected2
{
	margin: 2px;
	width: 16px; height: 16px; 
	background: #98a70b;
}

.arrowBox {
	position: absolute;
	bottom: 25px;
	right: 20px;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #98a70b;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.arrowBox:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}

.arrowBox2 {
	position: absolute;
	bottom: 19px;
	right: -102px;
	
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	
/* 	border: 1px solid black; */
}
.arrowBox2 .after, .arrowBox2 .before {
	top: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox2 .after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #98a70b;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.arrowBox2 .before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

.arrowBox3 {
	position: absolute;
	top: 23px;
	left: 10px;
	
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	
/* 	border: 1px solid black; */
}
.arrowBox3 .after, .arrowBox3 .before {
	top: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox3 .after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #fff;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.arrowBox3 .before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.owfhidden {
    overflow: hidden;
}

.w295 {
    width: 295px;
}
