@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Trajan';
    src: url('/files/fonts/TrajanPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Trajan';
    src: url('/files/fonts/TrajanPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
body{
  background-color: #ffffff;
  color:  #4d4c4c;
  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	position: relative;
	height: 100%;
	image-rendering: -webkit-optimize-contrast;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1 {
	color: #002b3c;
	font-family: 'Trajan',sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: inherit !important;
}
h1.left{
	text-align: left;
}
h2 {
	color: #002b3c;
	font-size: 23px;
	font-weight: bold;
	font-family: 'Trajan',sans-serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: inherit !important;
}
h3 {
	color: #002b3c;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Trajan',sans-serif;
	text-align: center;
	clear: both;
	line-height: inherit !important;
}
h4 {
	color: #002b3c;
	font-size: 14px;
	font-weight: 600;
	line-height: inherit !important;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter{
	font-size: 125%;
}
p, li {
  margin: 0 0 12px 0;
  font-size: 17px;
  list-style-type: none;
  color: #002b3c;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: justify;
  line-height: inherit !important;
}

#main_content ul{
	padding-left: 0;
}

#main_content li{ 
  background: url(/files/images/odr.png) no-repeat left top 7px;
  list-style: none;
	padding-left: 20px;
  
}

img {
	border: none;
	margin: 0; 
	max-width: 100%;
	height: auto;
}

#main_content img{
	border: 5px solid #e6e0cb;
	margin: 4px;
}
#main_content img:hover{
	border: 5px solid #2c2c2c !important;
}
a,
a:visited {
      color: #002b3c;
  	font-family: 'Roboto';
	font-weight: 300;
    	font-size: 17px;
	cursor: pointer;
}
a:hover {
	color: #0f9eda;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}
.EditableSection li, .EditableContent li, .editable-section li{
	list-style-type: disc;
	list-style-position: inside;
}
.text-10-letters{
	display: inline-block;
    	width: 8rem;
  	overflow: hidden;
  	white-space: nowrap;
}
#header_full{
	position: fixed; 
	top: 0;
	z-index: 200;
	width: 100%; 
	background: white;
	border-bottom: 1px solid #d4effa;	
}

/*****  HORNI MENU ****/

ul.dropdown                         { position: relative; z-index: 150; display: inline-block; vertical-align: top; margin-bottom: 0; }
ul.dropdown li                      { display: inline-block; zoom: 1; margin: 0;}
ul.dropdown > li > a			{ padding: 25px 16px; padding-bottom: 20px;}
ul.dropdown > li > a:hover, 
ul.dropdown > li.hover > a		{ background: url(/files/images/menu_hover.png) no-repeat center bottom; }
ul.dropdown a				{ text-decoration: none; font-family: 'Trajan'; font-weight: bold; font-size: 13px; }
ul.dropdown > li > a::first-letter 		{ font-size: 125%; }
ul.dropdown a:hover		      { color: #002b3c; }
ul.dropdown a:active                { color: #002b3c; }
ul.dropdown > li:last-of-type > a		{ background: #0f9eda url(/files/images/down_arrow.png) no-repeat left 10px center; color: white; padding-left: 27px; }
ul.dropdown li a                    { display: block; color: #002b3c; }
ul.dropdown li:last-child a         { border-right: none; } 
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #002b3c; position: relative; }
ul.dropdown li.hover a              { color: black; }

ul.dropdown > li > ul			{ display: none;  border: 1px solid #d4effa; border-top: none;}
ul.dropdown ul 				{ width: 220px; position: absolute; top: 100%; left: 0; margin: 0; }
ul.dropdown ul li 			{ display: block; background: white; font-weight: normal; color: #000; float: none; }

									  
                                    
ul.dropdown ul li a			{ width: calc(100% - 24px); padding: 5px 12px; display: inline-block; font-family: 'Roboto'; color: #002b3c; font-size: 15px; } 
ul.dropdown ul li a:hover		{ color: white; background: #0f9eda; }
ul.dropdown ul ul 			{ position: relative; top: auto; left: auto; }
ul.dropdown ul ul li a			{ font-weight: normal; padding-left: 30px; width: calc(100% - 42px);    text-align: left; }
ul.dropdown ul ul li li a		{ font-weight: normal; padding-left: 45px; width: calc(100% - 57px); }
ul.dropdown ul ul ul			{ position: absolute; top: 0; left: 100%; border: 1px solid #d4effa; }

ul.dropdown ul li.MenuItem-115 a{
	text-align: center;
	padding-bottom: 55px !important;
	display: block;
	background: url(/files/images/video.png) no-repeat center bottom 5px;
	margin-bottom: 5px;
}
ul.dropdown ul li.MenuItem-115 a:hover{
	background: #0f9eda url(/files/images/video-white.png) no-repeat center bottom 5px;
}
ul.dropdown ul li.MenuItem-116 a{
	text-align: center;
	padding-bottom: 40px !important;
	display: block;
	background: url(/files/images/virtualni-prohlidka-icon.png) no-repeat center bottom 5px;
	margin-bottom: 5px;
}
ul.dropdown ul li.MenuItem-116 a:hover{
	background: #0f9eda url(/files/images/virtualni-prohlidka-icon-white.png) no-repeat center bottom 5px;
}

ul.dropdown > li:nth-of-type(3) > ul > li:last-of-type, ul.dropdown > li:nth-of-type(6) > ul > li:last-of-type {
    position: absolute;
    left: 220px;
    top: 0;
	width: 220px;
	height: 100%;
	border: 1px solid #d4effa;
	border-top: none;
}

ul.dropdown > li:nth-of-type(3) > ul > li:last-of-type ul ul{
	display: none;
}
ul.dropdown > li:nth-of-type(3) > ul > li:last-of-type ul li:hover ul{
	display: block;
}

ul.dropdown > li:nth-of-type(6) > ul > li:last-of-type > a{
	height: 0;
	color: transparent;
	padding: 0;
}

ul.dropdown > li:nth-of-type(6) > ul > li:last-of-type li a.MenuItem-115{
	padding: 5px 12px;
	font-weight: bold;
	width: calc(100% - 24px);
}

#menu_top, #lang {
	position: relative;
	display: inline-block;	
	vertical-align: top;
}

#lang {
	padding-top: 17px;
	position: absolute;
	top: 0;
	right: 0;
}
#lang a, #lang > img{
	display: inline-block;
	width: 38px;
	height: 28px;
	position: relative;
      vertical-align: top;
}
#lang a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 85%;
}
#lang a img:hover, #lang a.active img{
	width: 100%;
}
#menu_top #MenuID_4 > li:first-of-type{
	vertical-align: top;
}
#menu_top #MenuID_4 > li a.MenuItem-121{
	display: inline-block;
	padding: 10px;
	padding-top: 35px;
	background: url(/files/images/webcam.png) no-repeat top 10px center;
}

#mobile_open, #mobile_close {
    display: none;
}

#hornimenu1{
	width: 1000px;
	margin: 0 auto;
      font-family: 'Roboto Slab',sans-serif;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

#header{
	padding-bottom: 0;
	position: relative;
	text-align: left;
	padding-left: 110px;
	padding-right: 160px;
	width: calc(94% - 270px);
	margin: 0 auto;
	text-align: center;
}

#odkaz_na_uvod{
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 108px;
	height: 143px;
	background: url(/files/images/logo.png) no-repeat center center;
	z-index: 100;
}

/* hlavni sloupec */
.blue{
	background: #f1fbff;
	border-top: 1px solid #d4effa;
	border-bottom: 1px solid #d4effa;
}

.stripe{
	border-bottom: 1px solid #d4effa;
}

.gal{
	text-align: justify;
	width: 100%;
}
.gal img{
	display: inline-block;
}
.gal:after{content:""; display: inline-block; width: 100%; height: 0;}
#main_content{

}
#main_content.special{
	padding: 20px 0;
}
#main_content > div, #text > div{
	height: auto;
	padding: 15px 0;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#uvod_text > div{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#uvod_text > div img{
	max-width: 100%;
	height: auto !important;
	float: left;
	margin-bottom: 20px;
    	margin-right: 20px;
}

#uvod_text > div li{
	background: url(/files/images/odr_small.png) no-repeat left top 10px;
	padding-left: 40px;
}

#fotogalerie > div{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}	

#fotogalerie h3{
	text-align: left;
	font-size: 23px;
	margin-bottom: 30px;
      margin-top: 13px;
}

#fotogalerie div.img{
	display: inline-block;
	position: relative;
	width: 215px !important;
	height: 144px !important;
   	margin: 0 12px;
    	overflow: hidden;
}	

.foto_slick {
    width: 954px;
    display: inline-block;
}

#fotogalerie .slick-slide img {
    	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: auto;
    	width: auto;
	max-width: 100%;
}

#nabidky{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

.nabidky .banner .nazev{
	height: 67px;
	background: #0f9eda;
	max-width: 214px;
	margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.nabidky .banner .nazev p{
	max-width: 194px;
	font-size: 14px;
	text-align: center;
}

.nabidky .banner .nazev  p, .nabidky .banner img{
	display: block;
	margin: 0 auto;
}

#nabidky_all{
	text-align: center;
	display: none;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

#nabidky_all .banner{
    	width: 239px;
	vertical-align: top;
	margin-bottom: 20px;
}

.nabidky_slick{
	width: 954px;
	display: inline-block;
}

.navigation_slick, .navigation_foto_slick{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

.navigation_slick li, .navigation_foto_slick li{
	display: inline-block;
	margin: 0;
}

.navigation_slick li button, .navigation_foto_slick li button{
	display: inline-block;
	background: url(/files/images/nav.png) no-repeat center center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 0;
	border: none;
	outline: none;
}

.navigation_slick li.slick-active button, .navigation_foto_slick li.slick-active button{
	background: url(/files/images/nav_hover.png) no-repeat center center;
}

.slick-slider{
	display: inline-block !important;
	margin-bottom: 0 !important;
}

.prev, .next, .prev_foto, .next_foto{
	display: inline-block;
	color: transparent;
	width: 20px;
	height: 211px;
	cursor: pointer;
	vertical-align: top;
	font-size: 0;
	outline: none;
}

.breadcrumb{
	color: #002b3c;
    	font-family: 'Roboto';
    	font-weight: 300;
    	font-size: 17px;
	margin-bottom: 30px;
	background: url(/files/images/znak_seda.png) no-repeat left center;
	background-size: 22px;
    	padding: 2px 0;
    	padding-left: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumb, .breadcrumb a{
	text-transform: uppercase;
	text-decoration: none;
      color: #969696;
      font-size: 15px;
      padding-bottom: 6px;
      padding-top: 6px;
}	
.breadcrumb a:hover{
	text-decoration: underline;
}
.breadcrumb .drobeckova-navigace-sipky{
	padding: 0 10px;
	display: inline-block;
}


#fotogalerie .prev, #fotogalerie .next{
	height: 144px;
}

#fotogalerie h1, #fotogalerie h2{
	text-align: left;
      margin-bottom: 30px;
}

#fotogalerie .prev_foto{
	height: 144px;
	border: 1px solid #d4effa;
	background: white url(/files/images/prev.png) no-repeat center center;
} 


#fotogalerie .next_foto{
	height: 144px;
	border: 1px solid #d4effa;
	background: white url(/files/images/next.png) no-repeat center center;
}

.prev{
	border: 1px solid #d4effa;
	background: #f1fbff url(/files/images/prev.png) no-repeat center center;
}

.next{
	border: 1px solid #d4effa;
	background: #f1fbff url(/files/images/next.png) no-repeat center center;
}

#kone_nabidky > div, #hotely_nabidky > div, #bannery_nabidky > div{
	width: 1000px;
	margin: 0 auto;
}

#kone_nabidky h2, #hotely_nabidky h2, #bannery_nabidky h2{
	text-align: left;
      margin-bottom: 20px;
      margin-top: 20px;
}

.kun-nabidka, .hotel-nabidka, .spec-nabidka, .banner-nabidka{
	width: 31.5%;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	vertical-align: top;
}

.kun-nabidka:nth-of-type(3n+2), .hotel-nabidka:nth-of-type(3n+2), .spec-nabidka:nth-of-type(3n+2), .banner-nabidka:nth-of-type(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}

.kun-nabidka h3, .hotel-nabidka h3, .spec-nabidka h3, .banner-nabidka h3{
	text-align: left;
}
.kun-nabidka p, .hotel-nabidka p, .spec-nabidka p, .banner-nabidka p{
	text-align: justify;
	max-height: 113px;
      overflow: hidden;
}
.kun-nabidka .popis, .hotel-nabidka .popis, .spec-nabidka .popis, .banner-nabidka .popis{
	text-align: justify;
	max-height: 110px;
      overflow: hidden;
	margin-bottom: 15px;
}
.kun-nabidka .popis p, .hotel-nabidka .popis p, .spec-nabidka .popis p, .banner-nabidka .popis p{
	margin-bottom: 0;
}

.kun-nabidka .links, .hotel-nabidka .links, .spec-nabidka .links, .banner-nabidka .links{
	width: 100%;
	overflow: hidden;
}

.kun-nabidka .links .nabidkaVice:nth-of-type(1), .links .nabidkaVice:nth-of-type(1){
	float: left;
}
.kun-nabidka .links .nabidkaVice:nth-of-type(2), .links .nabidkaVice:nth-of-type(2), .links .nabidkaVice.right{
	float: right;
}

.nabidkaVice, .nabidkaVice:visited{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 7px 3%;
	width: 42%;
	font-family: 'Trajan',sans-serif;
	background: #0f9eda url(/files/images/arrow_right.png) no-repeat right 5px center;
}

.nabidkaVice.small{
	width: auto;
	font-size: 17px;
	float: right;
	clear: both;
	margin-bottom: 20px;
}

.nabidkaVice:hover{
	color: white;
	background: #3fc2f9 url(/files/images/arrow_right.png) no-repeat right 5px center;
}

.miniSlide{
	position: relative;
	display: none;
	max-width: 315px;
	height: 215px;
    	margin: 0 auto;
	margin-bottom: 5px;
}

.miniSlide .slidesjs-navigation, .miniSlide .slidesjs-navigation:hover,
.miniSlide .slick-prev, .miniSlide .slick-next{
	height: 23px;
	width: 23px;
}
.miniSlide .slick-prev:before, .miniSlide .slick-next:before{
	content: "";
}
.miniSlide .slick-prev, .miniSlide .slick-next{
	z-index: 10;
	color: transparent;
}
.miniSlide .slick-prev{
	left: 10px;
}
.miniSlide .slick-next{
	right: 10px;
}
.miniSlide .slick-slide{
	outline: none;
}
.miniSlide .slidesjs-previous, .miniSlide .slick-prev, .miniSlide .slick-prev:hover, .miniSlide .slick-prev:focus{
	background: url(/files/images/prev_small.png) no-repeat left top;
}

.miniSlide .slidesjs-next, .miniSlide .slick-next, .miniSlide .slick-next:hover, .miniSlide .slick-next:focus{
	background: url(/files/images/next_small.png) no-repeat left top;
}

#video{
	background: #f1fbff;
	border-top: 1px solid #d4effa;	
}

#video > div{
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 25px;
}

#video #player{
	hight: 563px;
}

.video iframe{
	width: 100% !important;
	height: 563px !important;
	min-height: 350px;
}

#social{
	text-align: center;
	background: #cfeefb;
	border-bottom: 1px solid #a0d2e5;
	border-top: 1px solid #a0d2e5;
	padding: 15px 0;
}

#social a{
	display: inline-block;
	width: 52px;
	height: 53px;
}

a#fcb{
	background: url(/files/images/fcb.png) no-repeat center center;
}
a#fcb:hover{
	background: url(/files/images/fcb_hover.png) no-repeat center center;
}

a#youtube{
	background: url(/files/images/youtube.png) no-repeat center center;
}
a#youtube:hover{
	background: url(/files/images/youtube_hover.png) no-repeat center center;
}

a#gplus{
	background: url(/files/images/gplus.png) no-repeat center center;
      margin-left: 10px;
}
a#gplus:hover{
	background: url(/files/images/gplus_hover.png) no-repeat center center;
}

a#pinterest{
	background: url(/files/images/pinterest.png) no-repeat center center;
}
a#pinterest:hover{
	background: url(/files/images/pinterest_hover.png) no-repeat center center;
}

a#instagram{
	background: url(/files/images/instagram.png) no-repeat center center;
}
a#instagram:hover{
	background: url(/files/images/instagram_hover.png) no-repeat center center;
}

a#tripadvisor{
	background: url(/files/images/tripadvisor.png) no-repeat center center;
	margin-left: 10px;
}
a#tripadvisor:hover{
	background: url(/files/images/tripadvisor_hover.png) no-repeat center center;
}

#kontakt{
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 30px;
}

#kontakt > div{
	display: inline-block;
	vertical-align: top;
}

#kontakt div.left{
	width: 30%;
}

#kontakt div.left td, #kontakt div.left p, #kontakt div.left a{
	font-size: 17px;
	font-family: 'Roboto';
	color: #002b3c;
	font-weight: 300;
}

#kontakt div.left a:hover{
	text-decoration: none;
}

#kontakt div.left h3{
	text-align: left;
}
#kontakt div.left h3.normal:first-letter{
	font-size: 100%;
}
#kontakt div.left h3.normal{
	font-size: 14pt !important;
}

#kontakt div.right{
	width: 37%;
	float: right;
	position: relative;
    	overflow: hidden;
	max-height: 342px;
}

#kontakt div.right iframe{
	margin-top: -120px;	
	margin-bottom: -110px;
}

#kontakt .mapLink, a.vice{
	position: absolute;
	bottom: 7px;
	display: inline-block;
	color: white;
	font-family: 'Trajan';
	font-weight: bold;
	z-index: 50;
	text-decoration: none;
	border-radius: 3px;
	background: url(/files/images/tl.png) repeat-x left center;
	background-size: contain;
	line-height: 39px;
	text-align: center;
	width: 170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 2px rgba(48, 48, 48, 1);
}

#kontakt .mapLink:hover, a.vice:hover{
	background: #017bae;
}

a.vice{
	width: auto;
	padding: 0 15px;
	position: relative;
	bottom: auto;
}

div.center{
	text-align: center;
	margin-bottom: 20px;
}

#main_content table { 
border: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; font-size: (ten který je na webu standardní v hlavní sekci) 
} 
/* paticka */
#footer {
	color: #002b3c;
	height: auto;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
}
#footer_full {
  background: #f1fbff;
  border-top: 1px solid #d7f0fa;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_text{ padding: 2em 0; }
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: #002b3c;
	font-size: 15px;
}

/**********************************/
/*  BANNERY
/*********************************/

div#banners{
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	padding: 25px 0;
}

div#banners div.banner{
	width: 23%;
}

div.banner{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-bottom: 54px;
}

div.banner a{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

div.banner .img_wrap{
	width: 214px;
	height: 143px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
div.banner .img_wrap img{
	position: absolute;
	top: 0;
	bottom: 0;
    	left: 0;
    	right: 0;
	margin: auto;
	min-width: 100%;
}

div.banner p{
	color: white;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(48, 48, 48, 1);
	padding: 15px 10px;
	font-size: 18px;
	font-family: 'Trajan';
	font-weight: bold;
}

div#banners div.banner img{
	display: block;
}

div#banners div.banner p{
	background: #0f9eda;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

div#banners div.banner:hover p{
	background: #3fc2f9;
}

div.banner p:first-letter{
	font-size: 125%;
}

.nabidky div.banner:hover .nazev{
	background: #3fc2f9;
}


.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#main_content table {
  border: 1px solid #E4E4E4;
  width: auto;
  height: auto;
}

#main_content td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
}

.box_container {
    display: flex;
}

#main_content div.box{
	border: 6px solid #e6e0cb;
	padding: 2%;
	width: 43%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
	flex: 1;
}

div.box2{
	border: 6px solid #e6e0cb;
	padding: 2%;
	width: 94%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

div.box h2{
	color: #9e9063;
}

#main_content div.box:nth-of-type(2), #main_content div.box.right{
	float: right;
	margin-left: 20px;
}

/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/


div#left_form{ float: left; margin-left: 40px; }

div#right_form{ float: right; margin-left: 15px; margin-right: 40px; }

#form_main{
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 1000;
  width: 400px;
  background: white;
  display: none;
}

#message{
	display: none;
	color: red;
	border: 1px solid red;
	background: #ffcccc;
	padding: 15px;
}
#message p{
	color: red;
}

#form_minimizer.up{
	float: right;
	display: inline-block;
	border-bottom: 3px solid white;
	width: 20px;
	height: 70%;
}

#form_minimizer.down{
	display: none;
}

.red{color: #F00;}

.form_content p{
	margin-bottom: 4px;
	text-align: left;
}
.form_content p.gdpr{
	margin-bottom: 10px !important;
}
.form_content p.gdpr a{
	font-weight: normal;
    	font-size: 15px;
}
#form_main p.gdpr a{
	font-size: 17px;
	font-weight: 300;
}
.form_content{
  margin: 0 auto;
}

#form_poptavka .form_content, #form_poukaz .form_content{
  background: #f1fbff;
  padding: 15px 0;
}

.form_content fieldset { 
  margin: 0;
  padding: 1em;
  border: 0px solid red;
}

#form_poptavka .form_content > p, #form_poptavka fieldset > p, .form_content table{
	margin: 5px 15px;
}
#form_poukaz table, #form_poukaz fieldset > p{
	margin: 5px 15px;
}
#form_poptavka .form_content h2, #form_poukaz .form_content h2{
	padding: 5px 15px;
	background: #0f9eda;
	color: white;
	padding-top: 10px;
}

.form_content input, textarea {  
  margin: 0px;
  padding: 0.5em;
  font-size: 1em;
	background: white;
	color: #2c2c2c;
	font-family: Roboto, sans-serif;
	position: relative;
}

p#form_title{
	padding: 10px;
	background: #0f9eda;
	color: white;
	font-family: 'Trajan';
    	font-weight: bold;
	font-size: 20px;
	position: relative;
	height: 26px;
	cursor: pointer;
	margin-bottom: 0;
}

.form_content input.submit, p#pokracovat, p#zpet { 
  background: #0f9eda;
  border: none !important;
  color: white;
  width: 208px;
  height: 33px;
  cursor: pointer;
  line-height: 15px;
}
p#pokracovat, p#zpet{
	text-align: center;
	line-height: 33px;
}
.form_content input.submit:hover, p#pokracovat:hover, p#zpet:hover{
  background: #3fc2f9;
}


.form_content fieldset p input { 
      width: calc(100% - 1.1em);
}
span.checkbox{
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
}
.form_content fieldset p input[type="checkbox"]{
	width: auto;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	position: relative;
	display: none;

}
span.checkbox label{
	display: block;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 3px;
	border: 1px solid #0f9eda;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
}
span.checkbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}
span.checkbox label:hover::after {
	opacity: 0.5;
}

span.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.form_content fieldset p textarea { 
  width: calc(100% - 1.1em);
  height: 100px;
}
.form_content fieldset p.submit {
  position: relative;
  margin-bottom: 0;
  margin: 10px 0;
}

p.red{margin-left: 60px;}

input.alert,
textarea.alert {
  border: solid 1px red !important;
}

#form_poptavka fieldset, #form_poukaz fieldset{
	padding: 0;
}

#form_poptavka table{
	border: none;
}

#form_poptavka table td, #form_poptavka label, #form_poukaz table td, #form_poukaz label{
	border: none;
	padding-left: 0;
	padding-top: 3px;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: normal;
    	color: #002b3c;
	padding-right: 10px;
}

#form_poptavka span.checkbox label, #form_poukaz  span.chexkbox label{
	padding-top: 0;
	padding-right: 0;
	margin-top: -6px;
	border: 1px solid #d4f0fa;
}

#form_poptavka p, #form_poukaz p{
	font-weight: normal;
	font-size: 15px;
}
#form_poptavka th{
padding-right: 10px;
}
#form_poptavka th p{
	text-align: center;
}
#form_poptavka th:first-of-type p{
	text-align: left;
}
#form_poptavka textarea{
	width: calc(100% - 1em);
	min-height: 100px;
}
#form_poptavka p.lineCheck{
	line-height: 25px;
}
#form_poptavka p.lineCheck textarea{
	width: calc(100% - 17px);
}
#form_poptavka p.lineCheck.padded{
	margin-left: 136px;
}

#form_poptavka p.lineCheck span.checkbox{
	vertical-align: middle;
	width: 30px;
}
#form_poptavka p.lineCheck span.checkbox + span{
	cursor: pointer;
}

#form_poptavka label{
    	display: block;
	margin-bottom: 5px;
}
#form_poukaz label{
    	display: inline-block;
	margin-bottom: 5px;
}

#form_poptavka .form_content input.small{
	width: 30px; 
}

#form_poptavka .form_content input.mid{
	max-width: 100%;
    	width: 320px;
}

#form_poptavka .form_content input, #form_poptavka .form_content textarea,
#form_poukaz .form_content input, #form_poukaz .form_content textarea{
	border: 1px solid #d4effa;
}

input[type="checkbox"]{
	vertical-align: top;
}

#form_poptavka table.typ tr td:nth-of-type(2){
	text-align: center;
}

h2.left{
	text-align: left;
}

#varianta INPUT[type=radio] {
    margin-right: 5px;
    border: none;
}

#sluzby {
    width: 97%;
}
/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: auto;
  height: auto;
  overflow: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  clear: both;
  border-bottom: 1px solid #e6e0cb;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_col_container .aktuality_name {
  padding: 6px 0px 3px;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  color: #028C3E;
  text-decoration: underline;
  font-size: 15pt;
  font-family: 'Roboto Slab',sans-serif;
  color: black;
	text-decoration: none;
	font-weight: bold;
}
.aktuality_col_container .aktuality_name a:hover {
  color: black;
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
  text-align: left;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
  color: #028C3E;
  text-decoration: underline;
}
.aktuality_col_container .aktuality_text a:hover {
  color: black;
  text-decoration: none;
}
.aktuality_col_container .aktuality_img {
  float: left;
  margin-right: 10px;
}
.aktuality_col_container .aktuality_img img {
  width: 250px;
  margin: 5px 5px 2px 0px;
  border: solid 5px #e6e0cb;
}
.aktuality_col_container .aktuality_vice_odkaz {
      margin-top: 27px;
}

.aktuality_col_container .aktuality_vice_odkaz a{
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
    	text-align: center;
	padding: 8px 3px;
	border: 1px solid #cfc8af;
	background: #e6e0cb;
	color: black;
	text-decoration: none;
      font-size: 15px;
}

.aktuality_col_container .aktuality_vice_odkaz a:hover{
	background: #baad81;
	color: white;
}

.aktuality_vice_odkaz.abs a{
	position: absolute;
	right: 0;
	top: 25px;	
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
    	text-align: center;
	padding: 8px 3px;
	border: 1px solid #cfc8af;
	background: #e6e0cb;
	color: black;
	text-decoration: none;
      font-size: 15px;
}

.aktuality_vice_odkaz.abs a:hover{
	background: #baad81;
	color: white;
}


/*************
SLIDESHOW
**************/
#slides{
	position: relative;
	display: none;
}	

.slidesjs-previous {
    background: url(/files/images/prev.png) no-repeat left top;
    left: 15px;
}
.slidesjs-next {
    background: url(/files/images/next.png) no-repeat left top;
    right: 15px;
}
.slidesjs-navigation, .slidesjs-navigation:hover {
    color: transparent;
    position: absolute;
    bottom: 40%;
    height: 62px;
    width: 35px;
    display: block;
    z-index: 100;
}

.caption{
	position: absolute;
	bottom: 0;
	width: 975px;
	color: #fbfcfc;
	font-size: 30px;
	font-family: 'Trajan';
	font-weight: bold;
	padding: 15px 0;
	padding-left: 25px;
	background: url(/files/images/slide_bcg.png) repeat-y left top;
	line-height: 60px;
	text-align: left;
	left: 0;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
	margin-bottom: 0;
}
/***********
WEBKAMERY
************/
.obsahVideo {
    text-align: center;
}

.obsahVideo video{
	max-width: 100%;
}
/***********
SITEMAP
************/
#sitemap{
	margin-top: 80px;
}
.ddmxlileft{
	padding-left: 30px;
}

/***********
RESPONSIVE
************/

@media screen and (max-width: 1020px){


#header{
	width: calc(100% - 270px);
	min-height: 64px;
}

#lang{
	float: none;
}

#footer{
	width: 96%;
	margin: 0 auto;
}

div#banners, #nabidky, #video > div, #kontakt, #main_content > div, #text > div, #uvod_text > div, #kone_nabidky > div,
#fotogalerie > div, #hotely_nabidky > div, #bannery_nabidky > div, #nabidky_all{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

div#banners {
	overflow: hidden;
}
div#banners div.banner img{
	height: auto;
	margin: 0 auto;
}

.nabidky_slick, .foto_slick{
	width: calc(100% - 46px);
}

.caption{
	width: calc(100% - 25px);
}

#kontakt{
	overflow: hidden;
}

#kontakt div.left{
	width: 49%;
	float: left;
}

#kontakt div.center{
	width: 49%;
	float: right;
	text-align: right;
}

#kontakt div.right, #kontakt div.right iframe{
	width: 100%;
}	
#kontakt div.right iframe{
	    margin-top: -140px;
}

.form_content{
	width: 100%;
	margin: 0 auto;
	height: auto;
}

div#left_form, .form_content fieldset p.submit, div#right_form{
	margin: 0;
	float: left;
	width: 100%;
}

.form_content fieldset p input, .form_content fieldset p textarea{
	width: 96%;
	padding: 5px 2%;
}

#aktuality_slide .slidesjs-container{
	min-height: 275px;
	height: auto !important;
}

#aktuality_slide .aktuality_img img{
	    max-width: 88%;
}

.reference_box{
	width: 44%;
	padding: 2%;	
}

.reference_box:nth-of-type(3n+1) {
    margin: 0 0;
	margin-bottom: 10px;
}

.reference_box:nth-of-type(2n+1) {
    margin: 0 1%;
	margin-bottom: 10px;
}

.reference_col_container.detail .reference_galerie{
	overflow: auto;
}

}
	
@media screen and (max-width: 900px){
div#banners div.banner {
    	width: 45%;
	text-align: center;
	margin-bottom: 10px;
}

div.banner p{
	max-width: 217px;
	margin: 0 auto;
}
#text a[rel="lightbox[all]"], #main_content a[rel="lightbox[all]"]{
	display: block;
}
#text img, #main_content img{
	max-width: calc(100% - 10px);
	height: auto !important;
}
#form_poptavka table.stretchable td{
	display: block;
}
.video iframe{
	height: auto !important;
}
.kun-nabidka, .hotel-nabidka, .spec-nabidka, .banner-nabidka{
	width: 100%;
	text-align: center;
}
.kun-nabidka:nth-of-type(3n+2), .hotel-nabidka:nth-of-type(3n+2), .spec-nabidka:nth-of-type(3n+2), .banner-nabidka:nth-of-type(3n+2){
	margin-left: 0;
	margin-right: 0;
}
#uvod_text > div img{
	float: none;
}
}

@media screen and (max-width: 800px){
#mobile_open {
    width: 30px;
    height: 30px;
    padding-top: 18px;
    padding-bottom: 15px;
    background: url(/files/images/hamburger.png) no-repeat left center;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
}

#mobile_close {
    width: 30px;
    height: 30px;
    padding-top: 18px;
    padding-bottom: 15px;
    background: url(/files/images/close.png) no-repeat left center;
    vertical-align: top;
    cursor: pointer;
}
#menu_top{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 250;
    background: #0f9eda;
    padding-bottom: 30px;
	text-align: center;	
}
#menu_top.visible {
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100vh - 100%);
}
ul.dropdown > li:nth-of-type(2) > ul > li:last-of-type, ul.dropdown > li:nth-of-type(5) > ul > li:last-of-type{
	    position: relative;
    left: auto;
    top: auto;
    height: auto;
    border-left: none;
}
#menu_top.visible ul.dropdown{
	width: 100%;
	padding-bottom: 100px;
}
#menu_top.visible .dropdown li{
	display: block;
	width: 100%;
	left: 0;
    	position: relative;
	text-align: center;
}
#menu_top.visible ul.dropdown ul{
	position: relative;
	width: 100%;
	top: auto;
	left: auto;
	display: block !important;
}
#menu_top.visible ul.dropdown ul ul li a{
	padding-left: 12px;
}
ul.dropdown > li:last-of-type > a.hasKids{
	padding-left: 8px;
}
ul.dropdown li a:hover{
	background: white;
}
ul.dropdown > li:nth-of-type(6) > ul > li:last-of-type li a.MenuItem-115,
ul.dropdown > li:nth-of-type(6) > ul > li:last-of-type li a.MenuItem-116{
	width: calc(100% - 24px);
}
ul.dropdown > li:nth-of-type(2) > ul > li:last-of-type{
	/*display: none !important;*/
}
#lang {
    float: right;
}
.caption{
	line-height: 30px;
      font-size: 15px;
	width: calc(100% - 30px);
	padding: 15px;
}
#kone_nabidky > div, #kone_nabidky h2, #hotely_nabidky > div, #hotely_nabidky h2{
	text-align: center;
}

.kun-nabidka, .hotel-nabidka{
	width: 48%;
	max-width: 314px;
	margin-right: 1%;
	margin-left: 1%;
}
.kun-nabidka:nth-of-type(3n+2), .hotel-nabidka:nth-of-type(3n+2){
	margin-left: 1%;
	margin-right: 1%;
}
#main_content table {
    width: auto !important;
    height: auto !important;
}

}

@media screen and (max-width: 720px){
p#form_title{
	padding: 5px 10px;
	font-size: 15px;
	height: 20px;
}
}

@media screen and (max-width: 640px){

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	display: block;
}

.ddmxlileft .section{
	width: 100%;
}

#logo{
	width: 96%;
	margin: 0 2%;
	background-position: top center;
	padding-left: 0;
}
#logo p{
	padding-top: 80px;
	text-align: center;
}

#odkaz_na_uvod{
	
}

div#banners div.banner{
	width: 100%;
}

.box_container {
    display: block;
}

#main_content div.box, #main_content div.box:nth-of-type(2){
	width: 92%;
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#aktuality_slide .slidesjs-container{
	min-height: 240px;
}

#aktuality_slide .slidesjs-pagination{
	position: relative;
	right: auto;
	bottom: auto;
}

#main_content .galerie-slozky tr td, .galerie_slozka{
	width: 100%;
	padding: 0;
}

.reference_box{
	width: 80%;
    margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}

.reference_box:nth-of-type(3n+1),.reference_box:nth-of-type(2n+1) {
    margin: 0 auto;
	margin-bottom: 20px;
}

.reference_vice_odkaz a{
	    margin-bottom: -2%;
}

.reference_col_container.detail .reference_big, .reference_col_container.detail .reference_text{
	width: 100%;
	float: none;
}

.reference_col_container.detail .reference_img a{
	max-width: 100%;
}

#main_content .reference_col_container.detail .reference_img img{
	width: 96% !important;
	margin: 0;
}

.reference_col_container.detail .reference_img a:nth-of-type(3n+1){
	margin: 0;
	margin-bottom: 20px;
}

#main_content img{
	max-width: 94%;
	height: auto !important;
}

div.kontakt, iframe{
	width: 100% !important;
}

.aktuality_vice_odkaz.abs a{
	position: relative;
	right: auto;
	top: auto;
}

.kun-nabidka, .hotel-nabidka{
	width: 96%;
	max-width: 314px;
}

#form_main{
	width: 96%;	
	right: 2%;
}

#form_poptavka table{	
	width: calc(100% - 30px);
}

#form_poptavka table td:first-of-type{
	width: 35%;
}

#form_poptavka .form_content table input.mid{
	width: 30px;
}

#form_poptavka p.lineCheck.padded{
	margin-left: 10px;
}

#form_poptavka table#prostory td, #form_poptavka table#prostory td p{
	display: inline;
}

.form_content input, textarea, #form_poptavka p.lineCheck textarea, #form_poptavka .form_content input.mid{
	    width: calc(100% - 3em);
}
#form_poptavka fieldset{
	width: 100%;
}

}

@media screen and (max-height: 640px){
#form_main{
	max-height: 100%;
    	overflow-y: scroll;
}
}




