/*************************/
/***   FONTS           ***/
/*************************/

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

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

@font-face {
    font-family: 'Roboto-Light';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype'),
	   url('/files/fonts/Roboto-Light.woff') format('woff'),
	   url('/files/fonts/Roboto-Light.eot') format('embedded-opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype'),
	   url('/files/fonts/Roboto-Bold.woff') format('woff'),
	   url('/files/fonts/Roboto-Bold.eot') format('embedded-opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype'),
	   url('/files/fonts/Roboto-Thin.woff') format('woff'),
	   url('/files/fonts/Roboto-Thin.eot') format('embedded-opentype');
    font-weight: 200;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype'),
	   url('/files/fonts/Roboto-Bold.woff') format('woff'),
	   url('/files/fonts/Roboto-Bold.eot') format('embedded-opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-Regular.otf') format('opentype'),
	   url('/files/fonts/PlayfairDisplay-Regular.woff') format('woff'),
	   url('/files/fonts/PlayfairDisplay-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-Bold.otf') format('opentype'),
	   url('/files/fonts/PlayfairDisplay-Bold.woff') format('woff'),
	   url('/files/fonts/PlayfairDisplay-Bold.eot') format('embedded-opentype');
    font-weight: bold;
}
@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-Black.otf') format('opentype'),
	   url('/files/fonts/PlayfairDisplay-Black.woff') format('woff'),
	   url('/files/fonts/PlayfairDisplay-Black.eot') format('embedded-opentype');
    font-weight: 900;
}

* {
	margin: 0px;
	padding: 0px;
}
body{
  	background-color: #ffffff;
  	color:  #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Roboto-Light,sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.4;
	height: 100%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
    	-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
   	max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
    	-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
   	max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
    	-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
   	max-width: 20%;
    }
}

/**********************************/
/*         COMMON COMPONENTS
/**********************************/


@media (min-width: 1270px){
.container {
    max-width: 1250px;
}
}
@media (min-width: 1600px){
.container {
    max-width: 1570px;
}
}

.cols{
	display: flex;
}
.col{
	display: inline-block;
	vertical-align: middle;
}
#cookies_souhlas{
	width: 100% !important;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.0s ease-in-out;
    	-moz-transition: opacity 1.0s ease-in-out;
    	-ms-transition: opacity 1.0s ease-in-out;
    	-o-transition: opacity 1.0s ease-in-out;
    	transition: opacity 1.0s ease-in-out;
}
.fader.visible{
	opacity: 1;
}
.scaler{
	-webkit-transform: translateY(0) scale(0.5);
    	transform: translateY(0) scale(0.5);
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
    	transition: transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
}
.scaler.visible{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}
.EditableSection li, .EditableContent li, .editable-section li{
	position: relative;
	padding-left: 20px;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    content: '◆';
    position: absolute;
    left: 0;
	top: 0;
	color: #9c8102;
}
b, strong {
    font-weight: bold;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 
}
#header{
	text-align: center;
	padding: 0;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}
.nomargin{
	margin: 0;
}

/**********************************/
/*         BUTTONS
/**********************************/

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn,  .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	border-radius: 0;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	font-family: 'Playfair';
	font-weight: bold;
	background: #c3a92f;
	border: 1px solid #9e8408;
	border-radius: 30px;
	color: white !important;	
	padding: 5px 30px;
}
.reference_box .btn.btn-primary{
	text-transform: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .slide-produkt-box:hover .btn.btn-primary{
	background: #9e8408;
	border: 1px solid #9e8408;
	color: white !important;
}
.btn.btn-secondary{
	background: white;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	color: black !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #cc041c;
	border: 1px solid #cc041c;
	color: white !important;
}
.btn.btn-gold{
	color: white;
	border: 2px solid white;
	border-radius: 20px;
	font-family: 'Playfair';
	font-size: 18px;
	font-weight: 300;
	transition: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c5ab30+0,9d8203+100 */
background: rgb(197,171,48); /* Old browsers */
background: -moz-linear-gradient(top, rgba(197,171,48,1) 0%, rgba(157,130,3,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(197,171,48,1) 0%,rgba(157,130,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(197,171,48,1) 0%,rgba(157,130,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ab30', endColorstr='#9d8203',GradientType=0 ); /* IE6-9 */
}
.btn.btn-gold:hover, .btn.btn-gold:focus{
	background: #c2a82e;
}

.btn.btn-silver{
	color: white;
	border: 2px solid white;
	border-radius: 20px;
	font-family: 'Playfair';
	font-size: 18px;
	font-weight: 300;
	transition: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdcdcd+0,888888+100 */
background: rgb(205,205,205); /* Old browsers */
background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(136,136,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%,rgba(136,136,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(205,205,205,1) 0%,rgba(136,136,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#888888',GradientType=0 ); /* IE6-9 */ 
}
.btn.btn-silver:hover, .btn.btn-silver:focus{
	background: #bcbcbc;
}

/**********************************/
/*         MENU
/**********************************/

.logo{
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Playfair';
	text-decoration: none !important;
	margin-top: 10px;
}
.text-gold{
	color: #9c8102;
}
.text-silver{
	color: #949494;
}
.text-font-special{
	font-family: Georgia;
}
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	z-index: 2;
}
.navbar-text{
	display: block;
	margin-top: 10px;
}
.rezervace-text{
	font-size: 18px;
	white-space: nowrap;
	font-family: 'PlayfairLight';
}
.phone-link{
	font-size: 26px;
	font-weight: bold;
	 white-space: nowrap;
	text-decoration: none;
	font-family: 'Playfair';
}
.phone-link:hover, .phone-link:focus{
	text-decoration: underline;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
	flex-basis: initial;
	flex-grow: 0;
}
.navbar-inner{
	text-align: left;
	display: block;
    	width: 100%;
}
.nav {
    justify-content: center;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
}
.nav li.lvl-1{
	padding: 0 5px;	
	z-index: 2;
}
.nav li.lvl-1 > a {
    font-size: 16px;
	font-family: 'Playfair';
    color: black;
    font-weight: normal;
	padding: 5px 12px;
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	border: 2px solid transparent;
	border-top: none;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
}
.nav li.lvl-1:hover > a, .nav li.lvl-1:focus > a, .nav li.lvl-1 > a.active {
	color: white;
	border-color: white;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c5ab30+0,9d8203+100 */
background: rgb(197,171,48); /* Old browsers */
background: -moz-linear-gradient(top, rgba(197,171,48,1) 0%, rgba(157,130,3,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(197,171,48,1) 0%,rgba(157,130,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(197,171,48,1) 0%,rgba(157,130,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ab30', endColorstr='#9d8203',GradientType=0 ); /* IE6-9 */
}
.dropdown-toggle{
	cursor: pointer;
}
.dropdown-toggle::before {
    /*display: inline-block;
    width: 0;
    height: 0;
	color: black;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;*/
}
.nav li.lvl-1:hover > a:before, .nav li.lvl-1 > a.active:before, .nav li.lvl-1.show > a:before{
	/*color: white;*/
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 30px;
    border: 1px solid #a58a0d;
    margin: 0;
    left: -8px;
	top: 70px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
	z-index: -1;
	padding: 25px 5px;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding: 5px 10px;
	padding-right: 20px;
	color: #9c8102 !important;
	background: transparent !important;
	font-family: 'Playfair';
}
.dropdown-menu a:before{
	content: '◆';
	display: inline-block;
	margin-right: 5px;
	color: white;
}
.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
	color: #9c8102;
	background: transparent;
	text-decoration: underline;
}
.dropdown-menu a:hover:before, .dropdown-menu a:focus:before, .dropdown-menu a:active:before{
	color: #9c8102;
}
.dropdown-menu a.dd-item-30, .dropdown-menu a.dd-item-31,
.dropdown-menu a.dd-item-30:hover, .dropdown-menu a.dd-item-30:focus, .dropdown-menu a.dd-item-30:active,
.dropdown-menu a.dd-item-31:hover, .dropdown-menu a.dd-item-31:focus, .dropdown-menu a.dd-item-31:active,
.dropdown-menu a.dd-item-30:hover:before, .dropdown-menu a.dd-item-30:focus:before, .dropdown-menu a.dd-item-30:active:before,
.dropdown-menu a.dd-item-31:hover:before, .dropdown-menu a.dd-item-31:focus:before, .dropdown-menu a.dd-item-31:active:before{
	color: #949494 !important;
}


/**********************************/
/*         ROUNDS
/**********************************/

.round-box-wrap{
	border-radius: 50%;
	border: 1px solid;
	overflow: hidden;
	background: white;
    	max-width: 660px;
	margin: 0 auto;
	margin-bottom: -20px;
}

.round-box-wrap.round-box-gold{
	border-color: #9c8103;
}

.round-box-wrap.round-box-silver{
	border-color: #a2a2a2;
}

.round-box{
	border-radius: 50%;
	border: 7px solid;
	margin: 10px;
	overflow: hidden;
	padding-top: calc(100% - 36px);
	position: relative;
	-webkit-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.25);
}
.round-box-wrap.round-box-gold .round-box{
	border-color: #f8f5e5;
}
.round-box-wrap.round-box-silver .round-box{
	border-color: #ededed;
}

.round-box-img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.round-box-img img{
	width: auto;
    	height: 100%;
    	max-width: 200%;
    	left: 50%;
    	top: 50%;
    	-webkit-transform: translateY(-50%) translateX(-50%);
    	transform: translateY(-50%) translateX(-50%);
    	position: absolute;
}
.round-box-text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: white;
	padding-bottom: 30px;
}

.round-box-nazev{
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Playfair';
	margin-bottom: 0;
	margin-top: 10px;
}

.round-box-buttons{
	margin-top: -20px;
}	

.rounds-rozcestnik .round-box-buttons,
.rounds-produkt .round-box-buttons{
	margin-top: 20px;
	margin-bottom: 20px;
}
.round-box-top-title{
	font-family: 'Playfair';
	font-size: 24px;
	color: #212121;
	margin-bottom: 10px;
	text-align: center;
}
.rounds-rozcestnik .round-box,
.rounds-produkt .round-box{
	margin: 5px;
	padding-top: calc(100% - 26px);
}
.rounds-rozcestnik .round-box-wrap,
.rounds-produkt .round-box-wrap{
	margin-bottom: 0;
}
.round-box-rozcestnik:hover .round-box, .round-box-rozcestnik:focus .round-box,
.round-box-produkt:hover .round-box, .round-box-produkt:focus .round-box{
	border-color: #c3a92f;
}
.round-box-rozcestnik:hover .round-box-silver .round-box, .round-box-rozcestnik:focus .round-box-silver .round-box,
.round-box-produkt:hover .round-box-silver .round-box, .round-box-produkt:focus .round-box-silver .round-box{
	border-color: #a9a9a9;
}
.round-box-rozcestnik,
.round-box-produkt{
	transition: all .35s ease-in-out;
	margin-top: 15px;
	margin-bottom: 15px;
}
.round-box-rozcestnik:hover,
.round-box-produkt:hover{
	margin-top: -5px;
	margin-bottom: 35px;
}

/**********************************/
/*         CONTENT
/**********************************/

#intro{
	/*background: url(/files/images/header.png) repeat-x bottom left;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f0d7+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,240,215,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,240,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,240,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f0d7',GradientType=0 ); /* IE6-9 */
}

section, main{
	padding: 40px 0;
}

#index-rozcestnik{
	background-image: url(/files/images/bcg-wave.png), url(/files/images/bcg.png);
	background-repeat: no-repeat, repeat;
	background-position: center center, top left;
}

#index-villa{
	background: url(/files/images/villa-bcg.jpg) no-repeat right center;
	background-size: 48% auto;
}
#index-villa p, #index-villa li, #index-villa span, #index-villa strong, #index-villa a{
	font-family: 'Playfair' !important;
	font-weight: normal;
}
#index-villa p{
	margin-bottom: 15px;
}
#index-villa strong{
	font-weight: 900;
}

#main_content {
	overflow: hidden;
	position: relative;
}

.box{
	border: 1px solid #b89e22;
	border-radius: 20px;
	padding: 15px 30px;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
.text-red, .text-red *{
	color: #ec651a !important;
}	
.col-main {
    max-width: calc(100% - 250px);
    width: calc(100% - 250px);
    margin-top: 10px;
}
.left-col {
    width: 250px;
    margin-top: 10px;
}
.bcg-gold{
	background: #c3a92f;
}

.justified-gallery > a:hover:after, .justified-gallery > a:focus:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(156, 129, 2, 0.3);
}

/**********************************/
/*         BREADCRUMB
/**********************************/
.breadcrumb{
	border: none;
	background: transparent;
    	padding: 0;
	margin-bottom: 20px;
	border-radius: 0;
}
.breadcrumb, .breadcrumb a, .breadcrumb span{
	font-size: 13px;
	font-family: 'Playfair';
	font-weight: normal;
	color: #ddd29d !important;
}
.breadcrumb a{
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus{
	text-decoration: underline;
}
.breadcrumb .drobeckova-navigace-sipky{
	display: inline-block;
	width: 0;
	color: transparent !important;
	margin: 0 10px;
	position: relative;
}
.breadcrumb .drobeckova-navigace-sipky:after{
	content: '|';
	display: inline-block;
	color: #ddd29d !important;
	position: absolute;
    	left: 0;
	top: -1px;
}


/**********************************/
/*         PRODUKT SLIDE
/**********************************/
.slide-produkt-box{
	border-left: 1px solid #9c8102;
	padding: 10px 15px;
	position: relative;
 	overflow: hidden;
}
.slide-produkt-box p{
	font-weight: normal;
    	font-family: 'Roboto';
	text-align: left;	
}
.slide-produkt-nazev{
	white-space: nowrap;
}
.slide-produkt-nazev p{
	color: #c3a92f;
	font-size: 20px;
	font-weight: 300;
    	font-family: 'Roboto-Light';
	overflow: hidden;
    	text-overflow: ellipsis;
}
.slide-produkt-text{
	overflow: hidden;
	height: 2.7em;
    	margin-bottom: 10px;
}
.slide-produkt-box .btn{
	margin: 0;
}
.slick-prev, .slick-next{
	top: calc(50% - 20px);
}
.slick-prev {
    left: -40px;
}
.slick-next {
    right: -40px;
}
.slick-prev:before, .slick-next:before{
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
    	color: black;
    	font-size: 40px;
}
.slick-prev:before{
	content: '\f104';
}
.slick-next:before{
	content: '\f105';
}

/**********************************/
/*         PRODUKT SQUARE
/**********************************/
.square-produkt-box{
	border-left: 1px solid #9c8102;
	padding: 10px 15px;
	position: relative;
 	overflow: hidden;
	margin-bottom: 20px;
}
.square-produkt-box p{
	font-weight: normal;
    	font-family: 'Roboto';	
	text-align: left;
}
.square-produkt-nazev{
	white-space: nowrap;
}
.square-produkt-nazev p{
	color: #c3a92f;
	font-size: 20px;
	font-weight: 300;
    	font-family: 'Roboto-Light';
}
.square-produkt-text{
	overflow: hidden;
	height: 2.7em;
    	margin-bottom: 10px;
}
.square-produkt-box .btn{
	margin: 0;
}
.square-produkt-box:hover, .square-produkt-box:focus{

}
.square-produkt-box:hover p, .square-produkt-box:focus p{

}
.square-produkt-box:hover .btn, .square-produkt-box:focus .btn{
	background: #9e8408;
    	border: 1px solid #9e8408;
    	color: white !important;
}

/**********************************/
/*         PRODUKT DETAIL
/**********************************/

.product-detail{

}
.round-box-produkt-wrap{
	z-index: 1;
	position: relative;
	max-width: 570px;
	flex-grow: 1;
}	

.round-box-produkt-wrap.round-box-small{
	max-width: 300px;
}

.round-box-produkt-wrap .round-box{
	border-color: #f8f5e5;
}


.produkt-round-spacer{
	display: flex;
	justify-content: flex-end;
}

.button-back{
	margin-top: 1rem;
}

.pb-100{
	padding-bottom: 63px;
}

/**********************************/
/*         CENIK
/**********************************/

.nav-tabs{
	border: none;
}	
.nav-tabs .nav-item{
	width: 100%;
	max-width: 450px;
	margin: 0 20px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	background: transparent;
	color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-item .round-box-wrap{
	margin-bottom: 30px;
}
.nav-tabs .nav-item:hover .round-box-gold .round-box, .nav-tabs .nav-item:focus .round-box-gold.round-box, .nav-tabs .nav-item .active + .round-box-gold .round-box{
	border-color: #9c8102 !important;
}
.nav-tabs .nav-item:hover .round-box-silver .round-box, .nav-tabs .nav-item:focus .round-box-silver.round-box, .nav-tabs .nav-item .active + .round-box-silver .round-box{
	border-color: #a9a9a9 !important;
}
.nav-tabs .nav-item:hover a, .nav-tabs .nav-item:focus a{
	border: none !important;
}

.produkt-cenik .editable-section p:first-of-type strong{
	color: #c3a92f;
	font-family: 'Playfair';
}
.produkt-cenik .editable-section{
	margin-bottom: 12px;
}	
.produkt-cenik p{
	margin-bottom: 4px;
}
.produkt-cenik br{
	display: none;
}	
.produkt-cenik .round-box-wrap{
	margin: 0;
}
.produkt-cenik .round-box{
	margin: 5px;
	border: 4px solid;
	padding-top: calc(100% - 24px);
}
.produkt-cenik .round-box-produkt{
	margin: 0;
}
.produkt-cenik .round-box-produkt:hover {
    margin-top: 0;
    margin-bottom: 0;
} 
.produkt-cenik .round-box-produkt:hover .round-box, 
.produkt-cenik .round-box-produkt:focus .round-box{
	border-color: #f8f5e5;
}
.mt-30{
	margin-top: 30px;
}
.cislo-pokoje{
	color: #a08506;
	font-size: 28px;
}
.cislo-pokoje.text-silver{
	color: #949494;
}
#cenikTabContent{
	border-bottom: 1px solid #cdb33a;
	margin-bottom: 50px;
}

/**********************************/
/*         KATEGORIE
/**********************************/
.kategorie-nadpis {
    margin: 0;
}
.kategorie .toggler {
    border: none;
    background: transparent;
    text-transform: uppercase;
    color: black;
    text-align: center;
    width: 100%;
    cursor: pointer;
    display: none;
}
#category {
    margin-bottom: 20px;
}
#category p {
    margin-bottom: 3px;
    border-radius: 5px;
    padding-left: 3px;
	background: #7abb00;
-webkit-transition: padding-left .2s ease-out;
  -moz-transition: padding-left .2s ease-out;
  -o-transition: padding-left .2s ease-out;
  transition: padding-left .2s ease-out;
}
#category p:hover, #category p.selectedP{
	background: #cc041c;
	padding-left: 6px;
}
#category a {
    display: block;
    border-radius: 5px;
    background: #f1f1f1;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 15px;
	text-decoration: none;
}
#category a:hover{
	color: black;
}

.kontakt{
	width: 330px;
	display: inline-block;
}

.kontakt p:first-of-type, .kontakt h3{
      font-family: 'Roboto',sans-serif;
	margin: 10px 0;
}

.kontakt p{
	margin-bottom: 8px;
}

.kontakt strong, .kontakt strong a{
	color: black;
	font-size: 15px;
}

#mapa_nadpis{
	margin: 5px auto;
}
#mapa > div iframe{
	display: block;
	margin: 0 !important;
}

#main_content table { 
border: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; 
} 

#nadpatickou{

}
#nadpatickou .row{
	justify-content: center;
	align-items: flex-start;
}
#nadpatickou .row .col{
	padding: 20px 30px;
}
.footer-box{
	margin-bottom: 30px;
}
#nadpatickou p, #nadpatickou a, #nadpatickou b{
	color: white;
}
#nadpatickou a{
	text-decoration: none;
}
#nadpatickou a:focus, #nadpatickou a:hover{
	text-decoration: underline;
}
#nadpatickou i{
	font-size: 25px;
	width: 35px;
}
#nadpatickou i.fa-wifi{
	font-size: 18px;
}
.footer-nadpis{
	color: white;
	font-size: 18px;
	font-family: 'Playfair';
	font-weight: 900;
}
.dolni-menu li{
	margin-bottom: 5px;
}
.dolni-menu a{
	color: white !important;
	font-size: 18px;
	text-decoration: none;
}
.dolni-menu a:hover, .dolni-menu a:focus{
	text-decoration: underline;
}

/* paticka */
#footer {
	color: white;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	border: none;
}
footer {
  	background: #9d8203;
  	z-index: 0;
  	width: 100%;
	padding: 30px 0;
}
footer p, footer a{
	color: white !important;
	font-size: 17px;
}
footer .editable-section{
	margin-bottom: 12px;
	color: white !important;
}
#footer #footer_text p{
	display: inline;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
	color: white;
}


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

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1, .h1 {
	color: #212121;
	font-family: 'Playfair',sans-serif;
	font-size: 30px;
      font-weight: normal;
	margin-bottom: 25px;
	margin-top: 35px;
}
h1.centered{
	text-align: center;
}
h2, .h2 {
	color: #ad9316;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Playfair',sans-serif;
      margin-top: 21px;
}
h3, .h3 {
	color: #212121;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Playfair',sans-serif;
	clear: both;
}
h4, .h4 {
	color: #ad9316;
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 30px;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Roboto-Light';
  list-style-type: none;
  color: #212121;
  text-align: justify;
}

#main_content ul{
	padding-left: 0;
}

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

.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img{
	border: 3px solid #e7e7e7;
	margin: 4px;
	z-index: 50;
}
.EditableSection a[rel="lightbox[all]"] img:hover, .EditableContent a[rel="lightbox[all]"] img:hover, .editable-section a[rel="lightbox[all]"] img:hover{
	border: 3px solid #ad9316 !important;
}
a,
a:visited {
    	color: #212121;
    	font-size: 17px;
	font-weight: 300;
  	font-family: 'Roboto-Light';
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #ad9316;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
.EditableSection th, .EditableContent th, .editable-section th,
.EditableSection td, .EditableContent td, .editable-section td{
	font-size: 17px;	
  	color: black;
  	font-weight: 300;
    font-family: 'Roboto-Light';
	padding: 5px;
	border: 1px solid #e0e0e0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 0px 0px;
}

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

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

/**********************************/
/*         AKTUALITY SLIDE
/**********************************/
.vice, .link{
	text-decoration: underline;
	font-family: 'Playfair';
	font-weight: 300;
	position: relative;
}
.vice:hover, .vice:focus, .link:hover, .link:focus{
	text-decoration: none;
}
.vice:after{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	display: inline-block;
	margin-left: 5px;
}
.link:before{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	display: inline-block;
	margin-right: 5px;
}
#aktuality_slide_box{
	position: relative;
	position: relative;
	overflow: hidden;
}
#aktuality_slide_box p.aktuality-title-box{
    	font-family: 'Playfair';
	color: white;
	padding: 0;
	font-size: 72px;
	font-weight: 900;
	margin: 0;
	margin-bottom: 30px;
	line-height: 0.55;
}
#aktuality_slide_box p.aktuality-title-box span{
	font-family: 'Roboto';
	font-weight: normal;
}
#aktuality_slide{
	margin: 0;
	position: relative;
}
.aktuality_box{
	justify-content: flex-start;
    	padding-right: 200px;
	position: relative;
	color: white !important;
	display: flex !important;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	margin-bottom: 25px;
}
.aktuality_date, .aktuality_name{
	color: white;
}
.aktuality_name{
	display: inline-block;
	margin-right: 100px;
	height: 2em;
    	overflow: hidden;
}
.aktuality_name a{
	font-size: 24px;
	font-weight: 300;
  	font-family: 'Roboto-Light';
	color: white;
	text-decoration: none;
}
.aktuality_box .vice, .over_slide .vice{
	color: white !important;
	white-space: nowrap;
}
.over_slide{
	position: absolute;
	right: 0;
	top: 5px;
}


/**********************************/
/*  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;
}

/**********************************/
/*  VIDEO 
/*********************************/

.video-toggle{
	cursor: pointer;
	text-decoration: none;
}
.video-toggle:hover, .video-toggle:focus{
	text-decoration: underline;
}

/**********************************/
/*  FORMULARE 
/*********************************/

button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
    cursor: pointer;
	box-shadow: none;
	padding: 0;
	white-space: normal;
}
button#modal-launch-2 {
	padding: 0;
}

.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,sans-serif;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #ad9316;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}
div.modal-dialog .modal-content{
	border: 1px solid #ad9316;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #7abb00;
	color: white;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	background: #7abb00;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	background: #cc041c;
	border: 1px solid #cc041c;
}

.form-control{
	border-radius: 30px;
	border: 1px solid #9c8102;
	padding: 7px 20px;
}
textarea.form-control{
	min-height: 150px;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}
.modal small a{
	font-size: 15px;
    	font-weight: normal;
}
.modal small a:hover{
	text-decoration: none !important;
}
/***************************/
/*  PRODUKTY
/***************************/

.produkt{
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid #e7e7e7;
	padding: 20px;
	padding-top: 0;
}
.produkt_nazev{
	margin: 10px 0;
	height: 2.6em;
	overflow: hidden;
	text-align: center;
	font-weight: normal;
	color: black;
}
.produkt_img{
	position: relative;
	height: 200px;
	z-index: -1;
}
.produkt_img img{
	border: 2px solid white;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	margin: auto;
	max-height: calc(100% - 4px);
	max-width: calc(100% - 4px);
	height: auto;
	width: auto;
}
.produkt_buttons{
	z-index: 50;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
}
.produkt:hover .btn{
    	background: #cc041c;
    	border: 1px solid #cc041c;
    	color: white !important;
}
.produkt:hover{
	background: #f5f5f5;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
}
.produkt_pagination{
	flex-basis: 100%;
	max-width: 100%;
	margin: 5px 15px;
}

.pgr, .strankovani-odkaz, .strankovani-sipky{
	font-size: 15px;
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid transparent;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.pgr, .strankovani-odkaz:hover, .strankovani-sipky:hover{
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	text-decoration: none;
	color: black;
}
.products-not-found{
	display: none;
}

/**********************************/
/*  AKTUALITY 
/*********************************/
.aktuality-box{
	display: block;
	color: black;
	text-decoration: none !important;
	background: white;
	border: 1px solid #c3a92f;
	padding: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.aktuality-box:hover{
	color: black;
}
.aktuality-box:hover .aktuality-name{
	text-decoration: underline;
}
.aktuality-name{
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
.aktuality-date{
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: bold;
	background: #c90000;
	margin-left: -50px;
	padding: 8px 10px;
	margin-right: 10px;
}
.aktuality-text{
	font-size: 16px;
}
.aktuality-img{
	margin: 0;
	max-height: 150px;
	text-align: center;
}
.aktuality-img img{
	width: auto;
	max-height: 150px;
}
.aktualita-detail{
	background: white;
	/*border: 1px solid #c3a92f;*/
	margin-bottom: 30px;
	/*padding: 20px;*/
	overflow: hidden;
}
/***********
RESPONSIVE
************/

@media screen and (max-width: 1700px){
#produkty-slide{
	padding: 0 40px;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
}

@media screen and (max-width: 1550px){
.navbar{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.navbar-collapse.collapse:not(.show){
	flex-basis: 100%;
	flex-grow: 1;
}
.nav li.lvl-1 > a{
	border-radius: 30px;
	padding-top: 15px;
}
.round-box-buttons{
    	padding: 0 20px;
}
.intro-round-boxes .round-box-nazev{
	padding: 0 60px;
}
.dropdown-menu{
	top: 40px;
}

}

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

.navbar-inner {
    width: 100%;
}
.nav{
	display: block;
	text-align: center;
}
.navbar {
	height: auto;
}
.navbar-toggler {
    	display: block !important;
    	color: #c3a92f;
	font-size: 22px;
   	vertical-align: middle;
    	outline: none !important;
    	line-height: 25px;
	width: 100%;
	padding-top: 15px;
}
.navbar-toggler-icon {
    	font-size: 25px;
    	height: auto;
    	vertical-align: initial;
	margin-bottom: 5px;
	color: #c3a92f;
	width: auto;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.nav li.lvl-1 {
    display: block;
    text-align: center;
}
.nav li.lvl-1 a {
    display: block;
}
.nav li.lvl-1:last-of-type{
	padding-left: 0;
}
.nav li.lvl-1:last-of-type a:before{
	display: none;
}
.dropdown-toggle::before{
	display: none;
}
.dropdown-menu{
	display: none;
}
.dropdown-menu.show {
    	display: block;
    	position: relative;
    	top: auto;
    	float: none;
    	left: auto;
}
.dropdown-menu a{
	text-align: center;
}

}

@media screen and (min-width: 993px){
.only-mobile{
	display: none;
}
.no-mobile{
	display: block;
}
}

@media screen and (max-width: 993px){
.intro-round-boxes .round-box-wrap{
	margin-top: 30px;
}
.only-mobile{
	display: block;
}
.no-mobile{
	display: none;
}
.round-box-buttons.only-mobile{
	padding-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.kategorie .toggler {
    display: block;
}
.navbar-toggler-icon {
    font-size: 22px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 5px;
    color: #c3a92f;
    width: auto;
}
.left-col {
    width: 100%;
}
.col-main {
    width: 100%;
    max-width: 100%;
}
#aktuality_slide_box p.aktuality-title-box{
	line-height: 1;
}
.over_slide{
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 30px;
}	
.aktuality_box{
	padding-right: 0;
}	
.rounds-rozcestnik .round-box-wrap{
	max-width: 300px;
}
.nav-tabs .nav-item{
	max-width: 380px;
}
.nav-tabs .round-box-nazev, .round-box-nazev{
	padding: 0 40px;
}
.produkt-cenik .round-box-wrap{
	max-width: 380px;
	margin: 0 auto;
}
.produkt-cenik .editable-section, .produkt-cenik .editable-section *{
	text-align: center !important;
}
.produkt-cenik, .produkt-cenik p{
	text-align: center;
}
}	

@media screen and (max-width: 800px){
#aktuality_slide_box{
	display: block;
}
.archiv {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
    padding: 1rem;
    padding-top: 0;
}
#aktuality_slide{
	max-width: 100%;
}
#nadpatickou .row .col{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center !important;
}
#nadpatickou p{
	text-align: center;
}
#nadpatickou .col:nth-of-type(2) {
    border: none;
}
#stripe a{
	overflow: hidden;
    	content: '';
    	color: transparent;
    	height: 25px;
    	width: 25px;
}
#stripe i{
	display: none;
}
#stripe a:before{
    	font-weight: 900;
    	font-family: "Font Awesome 5 Free";
    	display: inline-block;
    	font-size: 20px;
    	vertical-align: middle;
    	margin-top: 4px;
    	margin-right: 6px;
	color: black;
}
#stripe .tel a:before{
	content: '\f095';
}
#stripe .mail a:before{
	content: '\f2b6';
	font-weight: normal;
}
#stripe a:hover:before{
	color: #cc041c;
}
.caption p{
	font-size: 18px;
	line-height: 20px;
}
button#modal-launch, button#modal-launch-2{
	text-align: center;
}
.box_green button p{
	margin-right: 0;
	margin-bottom: 5px;
}

}

@media screen and (max-width: 768px){
.article-thumb > .row{
	flex-direction: column-reverse;
}
.article-thumb > .row > .col{
	width: 100%;
	position: relative;
	flex-basis: 100%;
}
#index-villa{
	background: none;
}
.dolni-menu li{
	text-align: center;
}
.produkt-round-spacer{
	justify-content: center;
}
}
	
@media screen and (max-width: 500px){

.navbar-brand{
	margin-right: 0;
}

}



