/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kodchasan:200&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600&display=swap&subset=latin-ext');

body, select, input { 
font-family: 'Montserrat', sans-serif; 
letter-spacing: -0.03em;
}

* { background-repeat:no-repeat;	}


body {
	font-size: 13pt;
	color: #393939;
	margin: 0px;
	font-weight: 400;
	background-color: #fff;
}



strong {
font-weight: 600;	
}

p {	margin: 0 0 1em 0; line-height:1.4em;}
#mainContainer ul, #mainContainer ol {
line-height:1.4em;	
}


#mainContainer ul {
  list-style: none; /* Remove default bullets */
}

#mainContainer ul li {
position: relative;	
}

#mainContainer ul li::before {
 content: "\2022";
    color: #97bf0d;
    font-weight: bold;
    display: inline-block;
    width: 0.5em;
    margin-left: 0px;
    font-size: 30pt;
    box-sizing: border-box;
    top: -2px;
    position: absolute;
    left: -0.5em;
}



th { text-align: left; }

h1, h2, h3 {
font-family: 'Kodchasan', sans-serif; 	
}

h1, h4, a {	color: #97bf0d; }

h1 { font-size: 50pt; font-weight: 200; letter-spacing: -0.02em; text-align: center; margin: 1em 0 0.2em 0; }
h1 span:nth-child(1){ color: #393939; }
h1 span:nth-child(2){ color: #00612d; }

h2 { font-size:45pt; font-weight: 200; letter-spacing: -0.02em; text-align: center; margin: 0 0 0.2em 0; color: #00612d;}
h3 { font-size:30pt; font-weight: 200; letter-spacing: -0.03em; text-align: center; color: #00612d;}
h4 { font-size: 25pt; font-weight: 200; letter-spacing: -0.03em; margin-bottom: 15px; }

	
h1, h2, h3 {
	display: inline-block;
    width: 100%;	
}






p.perex {
	font-size: 150%;
	color: #00612d;
	font-weight: 200;
	text-align: center;
}


#topContainer {
	width: 100%;
    height: 134px;
    background-color: #fff;
    position: fixed;
    top: 0;
	z-index: 100;

	
}

#topContent {

}


.wideContainer {
	width: 100%;
	float: left;
	padding: 3em 10% 6em 10%;	

	box-sizing: border-box;
background-color: #f9f9f9;	
}

.innerContainer {
	width: 100%;
}

















#menuContainer {
	position: absolute;
	z-index: 950;
	top: 0px; 
    left: 0px;
}


#menuContainer ul.topMenu1 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
/*    background-color: #00612d;*/
    background-color: rgba(0, 97, 45, 0.9);	
    /* margin-top: 4px; */
    box-sizing: border-box;
    padding: 35px;
    position: absolute;
    width: 100vw;
}

#menuContainer ul.topMenu2,
#menuContainer ul.topMenu3  {
	position: relative;
	background: none;
	list-style: none;
}


.mobile-menu {
	background-color: #fff;
	z-index: 900;	
}

#responsive-menu {
/*visibility: hidden;	*/
z-index:900;
margin-top: 134px;
}

.mm-menu { background: rgba(0, 97, 45, 0.8) !important; }
.mm-listview > li > a, .mm-listview > li > span { color: #fff !important; font-size: 15pt; padding: 1em !important;  }
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after { border-color: rgb(151, 191, 13) !important; }
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview { margin-top: 0 !important; }
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a { color: rgb(151, 191, 13) !important; padding: 1em !important;}
.mm-navbar .mm-btn { top: calc(50% - 20px) !important; }
.mm-navbar { height: auto !important; }


#menuContainer ul.topMenu1 li {
    float: left;
    border-right: 1px solid #fff;
    margin: 10px 0;
    padding: 0 3%;
}

#menuContainer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22pt;
    line-height: 1.1em;
    float: left;
}

#menuContainer ul.topMenu2 li a,
#menuContainer ul.topMenu3 li a
 {
    font-size: 12pt;
}



#menuContainer ul li a:hover {
	color: #e7ff94;
}















.topContentLeft {
	height: 134px;
	width: auto;
	margin-left: 135px;
	padding-top: 28px;
	box-sizing:border-box;
	float:left;

}

.topContentLeft a {
	display: block;
    box-sizing: border-box;
    padding-left: 115px;
    height: 78px;
    line-height: 78px;
    font-size: 18pt;
    color: #555;
    font-weight: 300;
    text-decoration: none;
    background-image: url(images/ico_talir.png);
    background-repeat: no-repeat;
    background-position: 25px top;
    border-left: 1px solid #999;
}



.topContentMiddleResp, .topContentMiddle {
	display: block;
	margin: 0 auto;
	height: 134px;
	width: auto;
	width: 285px;	
}


.topContentMiddleResp {
	visibility:hidden;
	display: none;
}


.homeLink {
	width: 285px;
	height: 105px;
	display:block;
	margin-top: 14px;
	text-decoration: none;
	background-image: url(images/bb_logo.png);
	background-repeat: no-repeat;
	float:left;
}

.homeLink span {
	visibility:hidden;
}


.logoBottomExtend {
width: 247px;
height: 43px;
background-image: url(images/logoBottomExtend.png);
background-repeat: no-repeat;
position:absolute;
left: calc(50% - 123px);
bottom: -41px;
}





.topContentRight {
	height: 78px;
	float:right;	
	box-sizing:border-box;
	margin-top: 28px;	
}
.topContentRightResp {
	display:none;	
}

.topContentRezervaceTel {
	float:left;
	text-align: right;
	padding-right: 24px;
}

.topContentRezervaceTel div {
	color: #393939;
	font-size: 17pt;
	clear:both;

}

.topContentRezervaceTel span {
	color: #97bf0d;
	font-size: 30pt;
}

.topContentRezervaceOnline {
	width: 70px;
	height: 78px;
	display: block;
	background-image:url(images/ico_online.png);
	background-repeat: no-repeat;
	background-position: 24px top;
	text-decoration: none;
		padding-right: 44px;
		padding-left: 24px;
    border-left: 1px solid #999;
	float:right;		
}







.topSlimImage {
width: 100%;
height: 25vh;
background-size: cover;
background-position: top center;
float:left;	
}


.firstContent { padding-top: 134px; }

.topImagesContainer  {
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.topImagesContainer a {
    width: 25%;
    height: calc(100vh - 110px);
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;	
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}

.topImages1 { background-image: url(images/topImage1.jpg);}
.topImages2 { background-image: url(images/topImage2.jpg);}
.topImages3 { background-image: url(images/topImage3.jpg);}
.topImages4 { background-image: url(images/topImage4.jpg);}

.topImagesContainer a.topImages1 { border-left: 0;}
.topImagesContainer a.topImages4 { border-right: 0;}


.topImagesContainer a span {
	width: auto;
    max-width: 90%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10vh;
    color: #fff;
    padding: 5%;
    padding-right: 15%;
    font-size: 26pt;
    font-weight: 200;
    box-sizing: border-box;
}

.topImagesContainer a.topImages1 span { background-color: rgba(173, 0, 106, 0.8); } 
.topImagesContainer a.topImages2 span { background-color: rgba(0, 152, 127, 0.8); } 
.topImagesContainer a.topImages3 span { background-color: rgba(7, 2, 73, 0.8); } 
.topImagesContainer a.topImages4 span { background-color: rgba(160, 60, 0, 0.8); }





#iconsBlock .wideContainer {
	background-image: url(images/bckgIconsBlock.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	
	
}


#iconsBlock h2 { color:#fff; }




.gdg-1 {
    width: 25%;
    padding: 0 2%;
    box-sizing: border-box;
	margin: 1.5em 0 1.5em 0;
}

.gadgetsContainer {
    width: 100%;
    display: flex;
	flex-flow: wrap;	
	justify-content: space-evenly;	
}


.gdg-1-image {
    text-align: center;
}

.gdg-1-image img {
	max-width: 70%;

}


.gdg-1-text h4 {
    margin-top: 1em;
    font-size: 16pt;
	font-weight: 200;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.gdg-1-text p {
    line-height: 1.1em;
    color: #b5e0c9;
    text-align: center;
	font-weight: 200;
	font-size: 11pt;
	letter-spacing:normal;
	
}









.twoColumsContainer {
    width: 100%;
    display: flex;
	flex-flow: wrap;	
	justify-content: space-evenly;	
	margin: 0 -2%;
}

.column {
	width: 50%;
	padding: 2%;
	box-sizing:border-box;
		
}

#contactsBlock .column p {
font-size: 17pt;
font-weight:200;
line-height: 1.4em;	
}

#contactsBlock .column p span {
 font-size: 13pt;
 font-weight: 300;
}

input[type="text"], textarea, input[type="email"], #mc_embed_signup .mc-field-group input {
	background: none !important;
	background-color: #f1f1f1 !important;
    border: 0px;
    padding: 1em !important;
    box-sizing: border-box;
    width: 100%;
    color: #393939;   
	font-family: 'Montserrat', sans-serif; 
    font-size: 12pt;
	outline:none;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	background-color: transparent !important;	
	margin-top: 0.5em;
}
#mc_embed_signup form {
	padding: 0 !important;	
}

#mc_embed_signup .mc-field-group {

    width: 100% !important;
}

#mc_embed_signup #mce-success-response {
    color: #529214 !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 15pt !important;
}


.tableForm th {	font-size: 11pt; padding-top: 1em; text-align: left; font-weight: 600;}
.captchaForm th { font-size: 11pt; padding-top: 0; text-align: left; font-weight: 600;}

.button {
    background-color: #97bf0d !important;
    border: 0px;
    padding: 0.7em 1em !important;
	display: block;
    box-sizing: border-box;
    width: 100% !important;
    color: #fff;   
	font-family: 'Montserrat', sans-serif !important; 
	font-size: 17pt !important;
	text-align: center !important;	
	font-weight: 400;
	text-transform:uppercase !important;
   -webkit-appearance: none;
   
   -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;	
	height: auto !important; 


}

.submitForm td {width: 100%;}



label {
font-weight: 600;	
}

#mc_embed_signup .mc-field-group label.checkbox.subfield  {
	margin-bottom: 1em;
}

#mc_embed_signup .mc-field-group input {
border: 0;
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	
}

.travelContainer {
	width: 100%;
	padding-left: 130px;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #aaa;
	margin-bottom: 2em;	
}

.travelContainer h5 {
	font-size: 20pt;
	font-weight: 400;
	margin: 1em 0 0.2em 0;
}

.travelContainer td { padding-right: 1em;}

.travelContainer {	background-position-y: 1em; }

.travelContainer.tc1 {	background-image:url(images/icoMetro.png); }
.travelContainer.tc2 {	background-image:url(images/icoBus.png); }
.travelContainer.tc3 {	background-image:url(images/icoAuto.png); }





#mapBlock iframe {
	width: 100%;
	height: 50vh;	
}



#footerBlock {
    background-image: url(images/bckgFooter.jpg);
    background-size: cover;
    height: 65vh;
    background-position: bottom;
	position:relative;
}

#partnersBlock, #footerBlock {
width: 100%;
float:left;
}


#formMailchimpBlock .wideContainer {
padding-top: 0;	
}


#partnersBlock .wideContainer  {
background-color: #fff;
}

#footerBlock .wideContainer {
	position:absolute;
	bottom: 0;
    background-color: #0b001ec9;	
}



#footerBlock .innerContainer {
color: #fff;
font-size: 10pt;
}

#partnersBlock .innerContainer div {
	display: flex;	
	justify-content: space-evenly;
	flex-flow: wrap;
}

#partnersBlock .innerContainer div a {
display: block; 
margin-top: 2em;
}



.socialLinks a {
color: #393939;	
text-decoration: none;
display: inline-block;

margin: 0.5em 1em 0.5em 0;
padding-left: 40px;
height: 36px;
box-sizing: border-box;
line-height: 36px;

background-image: url(images/icoFB.png);
}
.socialLinks a:nth-child(2) {
background-image: url(images/icoInsta.png);	
} 

.restaurantLinks {
width: 100%;
display: flex;
flex-flow: wrap;
justify-content: center;	
margin-top: 1em;

}

.restaurantLinks a {
	width: 23%;
	box-sizing:border-box;
    padding: 80px 1% 0 1%;
    height: 105px;
	background-image: url(images/icoDwnlTyden.png);
	background-position: top center; 
	text-align: center;
	text-decoration: none;
}

.restaurantLinks a:nth-child(2) { color: #23aa1c; background-image: url(images/icoDwnlJidel.png);}
.restaurantLinks a:nth-child(3) { color: #00612d; background-image: url(images/icoDwnlNapoj.png);}


.submitFormShort td {
width: 100%;	
}

.qr {
	width: 150px;
	height: 150px;
	background-image: url(images/qrcode.jpg);
	float:left;
	margin: 2em 0 0 0;
	background-size:cover;	
}


.priceTables {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;	
}

.openingTable {
	justify-content: center;

}

.priceTables table  {
width: 30%;
float: left;
}

.priceTables table td, .priceTables table th {
padding: 1em 1%;
border-bottom: 1px solid #aaa;
text-align:center;
}

.priceTables table th {
	text-align: center;
	color:#97bf0d;
}


.openingTable table td , .openingTable table th {
font-size: 20pt;
}


.weekMenuTable {
width: 50%;
margin: 0 auto;	
}












.infoBox {
    width: 40%;
    height: auto;
    position: absolute;
    top: 200px;
    left: 55%;
    z-index: 100;
    margin-left: -25%;
    background-color: rgba(145, 189, 0, 0.91);
/*    background-color: rgba(189, 0, 0, 0.91);	*/
    color: #fff;
    box-sizing: border-box;
    padding: 1.5em;
    text-align: center;
	}

.infoBox h3 {
font size: 20pt;
color: #fff;
text-align:center;
margin-top: 0;
margin-bottom: 0.5em;
}

.infoBox p { font-size: 15pt; }

.greenInfo {  background-color: rgba(145, 189, 0, 0.91);	}
.redInfo {  background-color: rgba(145, 189, 0, 0.91);	}








.ui-widget-overlay {
    z-index: 5000 !important;
}
.ui-widget-overlay {
    background-color: #000 !important;
    opacity: 0.9 !important;
    filter: Alpha(Opacity=90) !important;
}

.ui-widget-overlay {
background: none;	
}


.ui-draggable .ui-dialog-titlebar,
#modal,
.ui-corner-all 
{
background: transparent;
border: 0;	
}

#modal * {
color: #fff;	
}

.ui-button {
outline: none;	
}

.ui-dialog {
	width: 100% !important;
	box-sizing: border-box;
	padding: 0 5%;
}











.detailThumbImage {
	float:left;	
}

















