html {
	position: relative;
	min-height: 100%;
}
body {
	padding-top: 90px;
	padding-bottom: 420px;
	font-family: 'Source Sans Pro', "Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 100%;
	min-height: 100%;
	-webkit-transition: padding-top linear 500ms;
	-moz-transition: padding-top linear 500ms;
	transition: padding-top linear 500ms;
}
body.cookies {
	padding-top: 157px;
}
body.noanim {
	-webkit-transition: padding-top linear 0ms;
	-moz-transition: padding-top linear 0ms;
	transition: padding-top linear 0ms;
}
body.smallfoot { padding-bottom: 150px;}
button, .btn {
	font-size: 14px;
	letter-spacing: 0.1em;
	outline: none !important;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased !important;
}
.btn-red:hover {
	background-color: #da011d;
}
.form-control[readonly] {background: #fff;}
#eu-cookies {
	font-size: 16px;
	background: #f7f7f7;
	border-bottom: #f2f2f2;
	line-height: 22px;
	color: #666666;
	-webkit-transition: height linear 500ms;
	-moz-transition: height linear 500ms;
	transition: height linear 500ms;
	overflow:hidden;
	height: 0;
}
.cookies #eu-cookies {
	height: 66px;
}
#eu-cookies a {
	color: #666666;
	font-weight: normal;
}
#eu-cookies .col-xs-16 {
	padding: 22px 35px 22px 10px;
}
#eu-cookies .icon-close {
	position: absolute;
	right: 0px;
	top: 22px;
	cursor: hand;
	cursor: pointer;
}
#eu-cookies .icon-close:hover {
	color:#f0001f;
}
h1,
.jumbotron h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 70px;
	margin-top: 0;
	letter-spacing: -0.015em;
	margin-bottom: 19px;
}
h2 {
	margin-top: 0;
	margin-bottom: 31px;
	letter-spacing: -0.015em;
	font-size: 46px;
	line-height: 50px;
	font-weight: 300;
	padding-bottom: 36px;
	background: url('images/separator.png') left bottom no-repeat;
	background-size: auto 5px;
}
h2.nosep {
	margin-bottom: 26px;
	padding-bottom: 0;
	background: transparent;
}
h3,.h3 {
	margin-top: 0;
	margin-bottom: 13px;
	letter-spacing: -0.015em;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}
h5,.h5 {
	color: #999;
	font-weight:600;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
img { max-width: 100%;height:auto;}
p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0075em;
	margin-bottom: 27px;
}
p.perex {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #666;
	margin-bottom: 35px;
}
p.perex.pad {padding-right: 20px;}
a {
	color: #f0001f;
	font-weight: 600;
}
a:hover, a:focus,
a.textlink:hover,
a.textlink:focus {
	color: #f0001f;
	text-decoration: none;
}
a.textlink {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.redcolor {color: #f0001f;}
.white a.textlink {color: #666;}
.logo img { width: 113px; height: auto;}
.relative {position:relative;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}
.pt50 { padding-top: 50px;}
.pt60 { padding-top: 60px;}
.pt70 { padding-top: 70px;}
.pt84 { padding-top: 84px;}
.pt110 { padding-top:110px;}
.pt120 { padding-top:120px;}
.mb0 {margin-bottom:0px;}
.mb40 {margin-bottom:40px;}
.mb54 {margin-bottom:54px;}
.mb60 {margin-bottom:60px;}
.mt0 {margin-top:0px;}
.mt30 {margin-top:30px;}
.mt130 {margin-top:130px;}
.mt-100 {margin-top:-100px;}
.mt-165 {margin-top:-156px;}
.mt-180 {margin-top:-180px;}
.mt-380 {margin-top:-380px;}
.pl0 {padding-left:0px;}
.ml60 {margin-left:60px;}
.abs0 {
	position: absolute;
	top: 0px;
}
a.more,a.wiki {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	line-height: 20px;
	position: relative;
	z-index: 0;
}
a.more {
	padding-right: 27px;
	background: url('images/arr-right.png') right center no-repeat;
	background-size: auto 5px;
}
.wiki + .more {
	display: inline-block;
	margin-top: 18px
}
a.more span,
a.wiki span {
	height: 6px;
	display: block;
	position: absolute;
	left: 0px;
	right: 27px;
	bottom: 3px;
	z-index: -1;
}
a.wiki span {right: 24px;}
a.more span:before,
a.wiki span:before {
	content:'';
	width: 0;
	height: 6px;
	display: block;
	background: #f5f5f5;
	-webkit-transition: width linear 500ms;
	-moz-transition: width linear 500ms;
	transition: width linear 500ms;
}
a.whb span:before {background:#fff !important;}
a.more:hover span:before,
a.wiki:hover span:before{
	width: 100%;
}
.navbar {
	border-color: rgba(0,0,0,0.05);
}
#navbar {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
}
.navbar-nav {
	margin-top: 20px;
}
.navbar-nav>li>a {
	padding-top: 13px;
	padding-bottom: 12px
}
.navbar-btn {
	margin: 0;
}
.navbar-btn .btn {
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 12px;
	padding: 0 25px;
	border:0;
}
.nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.1em;
	position: relative;
}
#navbar .navbar-nav>.active>a, #navbar .navbar-nav>.active>a:hover, #navbar .navbar-nav>.active>a:focus {
	color: #f0001f;
}
#navbar .nav>li>a span {
	height: 6px;
	display: block;
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 17px;
	z-index: -1;
}
#navbar .nav>li>a span:before {
	content:'';
	width: 0;
	height: 6px;
	display: block;
	background: #f5f5f5;
	-webkit-transition: width linear 500ms;
	-moz-transition: width linear 500ms;
	transition: width linear 500ms;
}
#navbar .navbar-nav>.active>a span:before,
#navbar .nav>li>a:hover span:before{
	width: 100%;
}
.jumbotron {
	font-weight: 300;
  padding-top: 80px;
  padding-bottom: 100px;
	background: url('../media/promo.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	overflow:hidden;
}
.jumbotron h1,
.jumbotron p {
	text-shadow: 0px 0px 5px #333;
}
.jumbotron p {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #fff; /*rgba(255,255,255,0.8);*/
	margin-bottom: 35px;
}
.jumbotron .btn {
	padding: 14px 25px;
}
.jumbotron #toinfo {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 24px;
	left: 0;
}
.jumbotron #toinfo a {
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-top: 26px;
	position: relative;
}
.jumbotron #toinfo a:before,
.jumbotron #toinfo a:after {
	content: '';
	width: 100%;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('images/arr-down.png');
	background-repeat: no-repeat;
	background-size: 5px auto;
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	transition: all linear 300ms;
}
.jumbotron #toinfo a:before {background-position: center 0px;}
.jumbotron #toinfo a:hover:before {background-position: center 40px;}
.jumbotron #toinfo a:after {background-position: center -40px;}
.jumbotron #toinfo a:hover:after {background-position: center 0px;}

.jumbotron #restaurace {
	position: absolute;
	right:-400px;
	bottom:40px;
	padding: 24px 97px 30px 38px;
	border-left: 2px solid #f0001f;
	background: #fff;
	-webkit-transition: right 400ms linear;
	-moz-transition: right 400ms linear;
	transition: right 400ms linear;
}
.jumbotron #restaurace.show {
	right: 0;
	-webkit-transition: right 400ms linear 500ms;
	-moz-transition: right 400ms linear 500ms;
	transition: right 400ms linear 500ms;
}
.jumbotron #restaurace p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0075em;
	color: #333;
	margin-bottom: 0px;
}
.jumbotron #restaurace .h3 {
	margin-bottom: 26px;
	letter-spacing: -0.015em;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 12px;
}
.jumbotron #restaurace .icon-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: hand;
	cursor: pointer;
	font-size: 21px;
	line-height: 21px;
	color:#333;
	z-index: 10;
}
.jumbotron #restaurace .icon-close:hover {
	color:#f0001f;
}
.jumbotron .jumbohighlight {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0075em;
	color: #333;
	margin-bottom: 0px;
	display: inline-block;
}
.jumbotron .jumbohighlight span{
	padding: 10px;
	background: #fff;
	display: block;
	margin-top: 15px;
	width: 100%;
	color: #f0001f;
  border-left: 2px solid #f0001f;
	text-shadow: none;
}
/*************************/
.box-hp {
	position: relative;
	display: block;
}
.box-hp div {
	background: #ffffff;
	padding: 50px 50px 80px 60px;
	margin-top: 50px;
}
.box-hp div.mt0 {
	margin-top: 0px;
}
.box-hp-right .box-hp__img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.box-hp-left .box-hp__img {
	position: absolute;
	right: 0px;
	top: 0px;
}
.bulls {
	list-style: none;
	padding: 0;
	margin-top: -10px;
	margin-bottom: 20px;
}
.bulls li {
	padding-left: 20px;
	line-height: 44px;
	font-size: 18px;
	position: relative;
}
.bulls li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '•';
	color:#f0001f;
	font-size: 35px;
	line-height: 40px;
}
/*************************/
.white > div {
	background: #ffffff;
	padding: 50px 60px 80px 60px;
}
.fk-top {
	position: absolute;
	top: 315px;
	left: 10px;
	padding-right: 20px;
}
@media (min-width: 768px) {
	.fk-top {top: 130px;}
}
@media (max-width: 767px) {
	.fk-top {position: relative; top: 0; left: 0; padding-right: 0;}
	.fk-top + div {margin-top: -180px; margin-bottom: 20px;}
}
/*************************/
.item {
	margin-bottom: 20px;
}
.okoli {
	width: 33.3333%;
	margin-bottom: 40px;
	padding-left:10px;
	padding-right:10px;
}
.okoli-block {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.okoli p {color: #666;}
.room-info {margin: auto;text-align:center;padding-top:20px;}
.room-item {display: inline-block;width: 25%;}
.room-item p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 1em;
	font-weight:600;
	letter-spacing: 0.1em;
}
.room-icon {
	display: inline-block;
	font-size:0;
	border-radius: 50%;
	width: 82px;
	line-height:82px;
	border:1px solid #e0e0e0
}
.room-icon img {
	width: 34px;
	height: auto;
}
/*************************/
.form-error-message {
	font-size: 12px;
	line-height: 15px;
	font-weight:400;
	color:#f0001f;
	margin-top:-5px;
	display: inline-block !important;
}
.contactform label {
	color: #999;
	font-size: 14px;
	line-height: 29px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 1px;
}
.contactform h2 {margin-bottom:40px;}
.contactform input {
/*	border-radius: 0px;*/
}
.contactform .btn {
	padding: 14px 25px;
/*
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
*/
}
.form-group {
	margin-bottom: 20px;
}
.form-group.mb40 {
	margin-bottom: 30px;
}
.form-control {
	height: 49px;
/*	border-radius: 0px;*/
}
textarea.form-control {
	height: 64px;
}
.form-control:focus {
	border-color: #f0001f;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(240, 0, 31, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(240, 0, 31, 0.6);
}
.contactform textarea {
	resize: none;
/*	border-radius: 0px; */
}
#map_canvas {
	padding:0;
}
.formdone { text-align: center;}
.done {font-size:129px; color:#f0001f;}
/*************************/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 319px;
	color: #fff;
	font-weight: 600;
}
body.smallfoot #footer {height:90px;}
#footer p {
	font-weight:400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}
#footer .navbar-nav,
#footer .semidark p {
	margin-top: 0;
	margin-bottom: 0;
}
#footer .nav>li>a {
	color: #fff;
}
#footer a.white {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
#footer a.white:hover {
	color: #f0001f;
}
#footer .navbar-nav>li>a {
	padding: 0;
}
#footer .nav>li {
	padding-left: 10px;
	padding-right: 50px;
}
#footer .social { margin-right: 25px;}
#footer .social>li {
	padding-right: 10px !important;
	padding-left: 0px;
	font-size:20px;
}
#footer .social>li:last-child {
	padding-right: 0px !important;
}
#footer .nav>li>a:hover,#footer .nav>li>a:focus {
	color: #f0001f;
	background: transparent;
}
#footer .dark {background: #333;padding: 60px 0 50px 0;}
#footer .semidark {
	background: #3d3d3d;
	min-height: 90px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 33px;
}
#footer .copy {
	color: #999;
	font-size: 14px;
}
#footer .backtop {
	font-size: 12px;
	line-height: 25px;
}
#footer .backtop a {
	white-space:nowrap;
	color: #f0001f;
	font-weight:600;
	padding: 0px 19px 0 0;
	letter-spacing: 0.1em;
	position: relative;
	overflow:hidden;
	display: block;
}
#footer .backtop a:before,#footer .backtop a:after {
	position: absolute;
	display: block;
	content: '';
	right: 0;
	top: 3px;
	width: 5px;
	height: 40px;
	background: url('images/arr-top.png') right top no-repeat;
	background-size: 5px auto;
	-webkit-transition: top linear 300ms;
	-moz-transition: top linear 300ms;
	transition: top linear 300ms;
}
#footer .backtop a:after { top: 43px; }
#footer .backtop a:hover:before { top: -43px; }
#footer .backtop a:hover:after { top: 3px; }
#popups {
	position: fixed;
	z-index: 1100;
}
#popups .popup {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding:0 30px;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1900;
	opacity: 0;
	pointer-events: none;
/*	-webkit-overflow-scrolling: touch;*/
	-webkit-transition: top linear .6s;
	-moz-transition: top linear .6s;
	transition: top linear .6s;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.popup .pop-after {
	content: '';
	display: block;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: -100px;
	left: -100px;
	bottom: -100px;
	right: -100px;
	z-index: 1990;
}
#popups .popup.open {
	pointer-events: all;
	opacity: 1;
	top: 0;
	-webkit-transition: top linear 0s;
	-moz-transition: top linear 0s;
	transition: top linear 0s;
}
#popups .pop-content {
	position: relative;
	left: -30px;
	height: auto;
	margin: 100px auto 100px auto;
	overflow: visible;
	z-index: 1999;
	background: #ffffff;
}
#popups #popup-cenik .pop-content { width: 730px; padding: 60px 80px 30px 80px;}
#popups #popup-rezervace .pop-content { width: 900px; padding: 72px 60px 80px 60px;}
#popups .pop-content h1 {
	margin-bottom:55px;
}
#popups .pop-content p.list {
	line-height:32px;
/*	margin-bottom: 59px;*/
}
#popups .pop-content .popup-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: hand;
	cursor: pointer;
	font-size: 21px;
	line-height: 21px;
	color:#333;
	z-index: 100000;
/*
	-webkit-transition: all linear 200ms;
	-moz-transition: all linear 200ms;
	transition: all linear 200ms;
*/
}
#popups .pop-content .popup-close:hover {
	color:#f0001f;
/*	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
*/
}
/*************************/
.use-custom {
}
.selectBox-dropdown {
	position: relative;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	display: inline-block;
	cursor: default;
}
a.selectBox:hover,a.selectBox:focus,
.selectBox-dropdown .selectBox-label a {
	text-decoration: none !important;
	color: #404040 !important;
	font-weight: normal;
}
a.selectBox {
	color: #404040 !important;
	padding:0px;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #e2e2e2;
}
.selectBox-dropdown .selectBox-label {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer !important;
/*	color: #999;*/
	font-weight: normal;
	padding: 11px 12px;
	height: 49px;
	vertical-align: middle;
}
.selectBox-dropdown .selectBox-arrow {
    cursor: pointer !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 125px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #FFF;
    overflow: auto;
}
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    text-align: left;
}
.selectBox-options li a {
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    color: #404040;
}
ul.selectBox-dropdown-menu.selectBox-options {
    margin-top: 1px;
}
ul.selectBox-dropdown-menu.selectBox-options li a {
    padding-left: 10px;
}
.selectBox-options li.selectBox-hover a {
    background-color: #f5f5f5;
    cursor: pointer;
}
.selectBox-options li.selectBox-disabled a {
    color: #fff;
    background-color: #ffffff;
}
.selectBox-options .selectBox-optgroup {
    color: #404040;
    background: #fff;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    margin-left: 10px;
}
.calendar form a.selectBox {
    top: 0px;
}
.selectBox-dropdown .selectBox-arrow {
	width: 14px;
	height: 23px;
	line-height: 23px;
	display: block;
	position: absolute;
	right: 11px;
	top: 14px;
}
.selectBox-dropdown .selectBox-arrow:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 9px solid #f00;
}
.selectBox-options li a {
	font-size: 14px;
	text-decoration: none;
}
/*************************/
.formhchecker {
	display: none;
}
/*************************/
.ui-widget-header {
	background: #ccc;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui.png) !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #333333 !important;
}
a.ui-state-default {
	background: #f2f2f2 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: #ccc !important;
	color: #333333 !important;
	border: 1px solid #333 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #f0001f !important;
	background: #f0001f !important;
	color: #fff !important;
}
a.ui-state-default:hover {
	background: #ccc !important;
}
/*************************/
@media (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}
/********* resp *********/
.navbar-toggle { border: 0px solid; }
.navbar-toggle .icon-bar {height: 3px; width: 24px;transition: all 0.2s;}
.navbar-toggle .icon-bar+.icon-bar { margin-top: 5px;}
.navbar-default .navbar-toggle .icon-bar { background-color: #333;}
.navbar-default .navbar-toggle.collapsed .icon-bar { background-color: #f0001f;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: #fff; }
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {background: transparent !important;}
.navbar-toggle .top-bar {transform: rotate(45deg);transform-origin: 0% 10%;}
.navbar-toggle .middle-bar {opacity: 0;}
.navbar-toggle .bottom-bar {transform: rotate(-45deg);transform-origin: 0% 90%;}
.navbar-toggle.collapsed .top-bar {transform: rotate(0);}
.navbar-toggle.collapsed .middle-bar {opacity: 1;}
.navbar-toggle.collapsed .bottom-bar {transform: rotate(0);}
@media (max-width: 767px) {
  .navbar-default { background: transparent; }
  .container>.navbar-header { background: #fff; }
	.navbar-default .navbar-collapse { background: rgba(240,0,31,0.9); position: fixed; top: 90px; bottom: 0px; width: 100%; max-height: 100%; }
  .navbar-default .navbar-nav>li>a { color: #fff !important; text-align: center; font-size: 20px; line-height: 40px; }
  .navbar-default .navbar-nav>li>a span { color: #fff; display: none !important; }
  .navbar-btn .btn { display: block; background: transparent; font-size: 20px; line-height: 65px;height: 65px; font-weight: 600;}
}

@media (max-width: 1200px) {
  #footer .nav>li { padding-right: 10px;}
	.item .container-fluid { padding: 0;}
	.nav>li>a {
    padding-left: 11px;
    padding-right: 11px;
	}
  #footer .social { margin-right:0;}
	h1, .jumbotron h1 {
	  font-size: 47px;
	  line-height: 55px;
	  margin-bottom: 15px;
	}
	h2 {
	  margin-bottom: 24px;
	  font-size: 35px;
	  line-height: 39px;
	  padding-bottom: 28px;
	}
	h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 28px;
	}
	p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
	}
  .room-item p {
		font-size: 10px;
		line-height: 14px;
	}
  .room-icon {
		width: 50px;
    line-height: 50px;
	}
  .room-icon img {
    width: 20px;
	}
  .bulls li {
    line-height: 22px;
    font-size: 14px;
	}
  .bulls li:before {
    font-size: 20px;
    line-height: 22px;
	}
  p.perex {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 27px;
	}
  .ml60 {
    margin-left: 50px;
	}
  a.more, a.wiki {
    font-size: 12px;
    line-height: 17px;
	}
  .box-hp div {
    padding: 40px 40px 50px 40px;
	}
	.white > div {
		padding: 25px 25px 30px 25px;
	}
}
@media (max-width: 900px) {
	#popups #popup-rezervace .pop-content {
		max-width: 100%;
    padding: 30px 30px;
	}
}
@media (max-width: 995px) {
  #footer .nav>li { padding-right: 10px;}
  .navbar-nav { margin: 33px -10px;padding-bottom: 0px;}
  .navbar-btn .btn { padding: 0 10px; margin:0; }
  .nav>li>a {padding-left: 10px !important;padding-right: 10px !important; }
	.okoli .mt-165 { margin-top: -35%;}
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .navbar-nav { margin-top: 0;margin-bottom:0;padding-bottom: 10px;}
  .navbar-btn .btn { padding: 0 10px; margin:0; }
  .nav>li>a {padding-left: 10px !important;padding-right: 10px !important; }
  .nav.social>li>a {padding-left: 2px !important;padding-right: 2px !important; }
  .box-hp-right .box-hp__img,.box-hp-left .box-hp__img { width: auto;height: 100%;padding-top: 50px;}
  .box-hp-right .box-hp__img.mt0 { padding-top: 0px;}
	a.more span, a.wiki span {display: none;}
  .navbar-default .navbar-nav>li>a span { color: #fff; display: none !important; }
  .container>.navbar-header {float: none; text-align: center;}
	.navbar>.container .navbar-brand { float: none; display: inline-block;}
	#footer .hidden-xs, .contact-mob .hidden-xs { display: none; }
  #footer .dark .col-sm-4,.contact-mob > div { width: 33.333%; text-align: center; }
	#footer .semidark .col-sm-pull-12,#footer .semidark .col-sm-9 {width: 90%; margin: auto; float:none;right:0;left:0;text-align:center;clear:both;}
  .room-info { padding-top:70px;}
  .room-item {width: 30%;}
	.perex a.more { margin-left: 0;}

}

@media (max-width: 780px) {
	.jumbotron #restaurace {
		display: none !important;
	}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .box-hp-right .box-hp__img,.box-hp-left .box-hp__img { width: auto;height: 100%;padding-top: 50px;}
  .box-hp-right .box-hp__img.mt0 { padding-top: 0px;}
	a.more span, a.wiki span {display: none;}
  .navbar-default .navbar-nav>li>a span { color: #fff; display: none !important; }
  /* For landscape layouts only */
}
@media (max-width: 500px) {
	a.more, a.wiki {margin-top: 10px; margin-bottom: 10px;}
	a.more span, a.wiki span {display: none;}
  .box-hp {
		margin-top: 30px;
	}
  .box-hp-right .box-hp__img,
	.box-hp-left .box-hp__img {
		position: relative;
    padding: 0;
	}
  .box-hp div {
		margin-top: 0;
	}
  body {
		padding-bottom: 0;
	}
	h3 {
	  margin-bottom: 24px;
	  font-size: 35px;
	  line-height: 39px;
	}
  #footer {
		position: relative;
		margin-top: 30px;
	}
  .mt-180,.mt-380,.mt130,.fk-top + div {
		margin-top: 0;
	}
  .fk-top { padding-right: 0;}
  .okoli {
		width: 100%;
	}
  .pt120,.pt110,.pt70,.pt40,.pt60,.pt120 {
		padding-top: 0;
	}
  .abs0 { position: relative;}
/*  #map_canvas { display: none;}*/
  .pull-right { float: none !important;}
	.contactform { margin-bottom: 30px;}
  #popups #popup-rezervace .pop-content,
	#popups #popup-pokoj .pop-content {
		width: 100%;
		padding: 20px 0px;
	}
	#popups #popup-pokoj .pop-content {
		padding: 20px;
	}
  #popups .pop-content p.list .pull-right {
		float: none !important;
		display: block;
	}
  #popups .popup {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: borber-box;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
	}
  #popups .pop-content {
		left: 0;
    margin: auto;
	}
  #popups h2 { margin-right: 20px; }
  #popups .pop-content .popup-close { right: 15px; top: 15px;}
}
@media (max-width: 400px) {
  .navbar-brand { padding-left: 20px; }
  .navbar-toggle { margin-right: 30px; margin-top: 24px;}
/*
  .container { padding-left: 20px; padding-right: 20px; }
  .container>.navbar-header,
	.navbar-default .navbar-collapse { margin-left: -20px; margin-right: -20px; }
*/
  .container,.container-fluid { padding-left: 0px; padding-right: 0px; }
  .container>.navbar-header,
	.navbar-default .navbar-collapse,.row { margin-left: 0px; margin-right: 0px; }
	.row > div { padding-left: 20px; padding-right:20px;}
	.row.w100 > div,.row > div.w100 { padding-left: 0px; padding-right:0px;}

  .pt50,.pt30 {padding-top:0;}
  .room-info { padding-top: 30px;}
  .room-item { width: 32%;}
  .jumbotron {
		padding: 190px 0px 20px 0px;
		background-size: auto 175px;
    background-position: right top;
	}
  .ml60 { margin-left: 0;}
  p {
    font-size: 18px;
    line-height: 28px;
	}
  h1, .jumbotron h1 {font-size: 34px;line-height: 40px; color: #333;}
  .jumbotron p,p.perex { font-size: 20px; line-height: 30px; color: #666; }
  .box-hp div { padding: 20px;}
	#footer, .contact-mob { text-align: center; }
  #footer .dark { padding: 20px 0 40px 0;}
	.contact-mob { padding: 20px 0 0px 0;}
	#footer .dark .col-sm-4, .contact-mob > div {padding-top: 30px;}
	h5 {margin-bottom: 10px;}
	#footer .nav>li>a {line-height: 38px;}
  #footer .social { margin-right: 0px; margin-left: 15px;margin-top: 25px;}
  #footer .social>li { display: inline-block; padding-right: 0;}
  #footer .semidark p.copy { margin-top: 30px; margin-bottom: 20px;}
  .pt84 {padding-top: 20px;}
  .ui-widget { right: 30px; }
  .ui-datepicker td span, .ui-datepicker td a { line-height: 30px;}
}
@font-face {
	font-family: 'relaxlitovel';
	src: url('fonts/relaxlitovel.eot?36459196');
	src: url('fonts/relaxlitovel.eot?36459196#iefix') format('embedded-opentype'),
	     url('fonts/relaxlitovel.woff2?36459196') format('woff2'),
	     url('fonts/relaxlitovel.woff?36459196') format('woff'),
	     url('fonts/relaxlitovel.ttf?36459196') format('truetype'),
	     url('fonts/relaxlitovel.svg?36459196#relaxlitovel') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url('fonts/SSP/sourcesanspro-light.eot');
  src: url('fonts/SSP/sourcesanspro-light.eot?#iefix') format('embedded-opentype'),
       url('fonts/SSP/sourcesanspro-light.woff2') format('woff2'),
       url('fonts/SSP/sourcesanspro-light.woff') format('woff'),
       url('fonts/SSP/sourcesanspro-light.ttf') format('truetype');
}
@font-face{
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url('fonts/SSP/sourcesanspro-regular.eot');
  src: url('fonts/SSP/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/SSP/sourcesanspro-regular.woff2') format('woff2'),
       url('fonts/SSP/sourcesanspro-regular.woff') format('woff'),
       url('fonts/SSP/sourcesanspro-regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url('fonts/SSP/sourcesanspro-semibold.eot');
  src: url('fonts/SSP/sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'),
       url('fonts/SSP/sourcesanspro-semibold.woff2') format('woff2'),
       url('fonts/SSP/sourcesanspro-semibold.woff') format('woff'),
       url('fonts/SSP/sourcesanspro-semibold.ttf') format('truetype');
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "relaxlitovel";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before { content: '\e801'; margin:0; }
.icon-done:before { content: '\e80A'; margin:0; }
.icon-wikipedia:before { content: '\e800'; } /* '' */
.icon-tripadvisor:before { content: '\e809'; font-size:1.5em; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */