@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(Montserrat-Bold.ttf);
	font-weight:bold;
}
@font-face {
    font-family: AnticDidone;
    src: url(AnticDidone-Regular.ttf);
	font-weight:bold;
}

@font-face {
    font-family: Forum;
    src: url(Forum-Regular.ttf);
}

span.text_gold{
color:#B99131;
}
/*html{
    height: 100vh; /* set viewport constraint *//*
    min-height: 100%; /* enforce height *//*
}*/
body{
margin:0;
padding:0;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}


.lang_icon_menu{
fill: #444444;
}

a:link, a:visited{
color:#A37E2B;
}
a:hover, a:focus{
color:#000000;
}
#backtop_button {
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999999999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFFFFF;
    color: #222222;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
}
#backtop_button:hover {
color: #999999;
transition: all .3s ease;
-webkit-transition: all .3s ease;
}

#head{
padding:0;
margin:0;
max-width:100%;
border-top:3px solid #B99131;
background-color:#FFFFFF;
color:#333333;
text-align:center;
position: fixed;
top:0;
left:0;
right:0;
padding-top:12px;
padding-bottom:12px;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
z-index:9999;
border-bottom:none;
transition: border-bottom 1s ease;
-webkit-transition: border-bottom 1s ease;

}
#head .logo{
margin-left:auto;
margin-right:auto;
}


#head:hover{
background-color:#FFFFFF;
color:#333333;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
z-index:9999;
}
@keyframes zoomout_bg {
  0% {
    background-size: 105% 105%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.video_container{
position: absolute;
overflow:hidden;
  min-width: 100%; /**/
  min-height: 100%;
right: 0;
  bottom: 0;
}
#introVideo {
position: absolute;
  /*right: 0;
  bottom: 0;*/
  left: 50%;
  top: 50%;
 transform: translate(-50%, -50%); /**/

	
  min-width: 100%; /**/
  min-height: 100%;
  z-index:-9999;
  background-color: #EEEEEE;
  margin-top:-2px;
/*background-position: center;*/
/*
background-attachment: scroll;

animation-name: zoomout_bg;
animation-duration: 6s;
-webkit-animation: zoomout_bg 6s infinite;  */
-webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
}


.lupa_hlavicka{
fill: #333333;
position: absolute;
right:40px;
top:29px;
}

.jazyk_hlavicka{
font-size:12px;
position:absolute;
top:29px;
right:85px;
cursor:pointer;
fill:#333333;
color:#FFFFFF;
}
.jazyk_hlavicka small{
font-stretch: extra-condensed;
}

#head:hover > .lupa_hlavicka, #head:hover > .jazyk_hlavicka{
color:#333333;
fill: #333333;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
.intro { 
  width:100%;
  height:100vh;
  display:block;
 /* background: url(intro.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-position:center;
  background-size:cover;
  background-image:none;
}
.intro h2{
margin:0;
padding:0;
position:absolute;
bottom:70%;
left:8%;
color: #FFFFFF;
font-weight:bold;
text-transform:uppercase;
font-family: AnticDidone, "Times New Roman", Times, serif;
font-size:54px;
}
.intro h2.intro_first{
color:#555555;
color:#7c6a42;
color:#FFFFFF;

}
.intro a.intro_link:link, .intro a.intro_link:visited{
background-color:#FFFFFF;
color:#A37E2B;
padding:13px;
padding-left:32px;
padding-right:32px;
font-size:14px;
text-align:center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
position:absolute;
left:8%;
bottom:62%;
text-decoration:none;
/*transition: all 1s ease;
-webkit-transition: all 1s ease;*/
-webkit-animation: moveup 1s;
}

@-webkit-keyframes moveup{
    0%{bottom:0}
    100%{bottom:62%}
}


.intro a.intro_link:hover, .intro a.intro_link:focus{
background-color:#A37E2B;
color:#FFFFFF;
transition: all .3s ease;
-webkit-transition: all .3s ease;
}


a.button_link:link, a.button_link:visited{
background-color:#000000;
color:#FFFFFF;
padding:13px;
padding-left:35px;
padding-right:35px;
font-size:14px;
text-align:center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
text-decoration:none;
transition: all .3s ease;
-webkit-transition: all .3s ease;
display:inline-block;
line-height:100%;
}
a.button_link:hover, a.button_link:focus{
background-color:#A37E2B;
color:#FFFFFF;
transition: all .3s ease;
-webkit-transition: all .3s ease;
}
a.button_link2:link, a.button_link2:visited{
background-color:#FFFFFF;
color:#A37E2B;
padding:14px;
padding-left:35px;
padding-right:35px;
font-size:14px;
text-align:center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
text-decoration:none;
transition: all .3s ease;
-webkit-transition: all .3s ease;
display:inline-block;
line-height:100%;
}
a.button_link2:hover, a.button_link2:focus{
background-color:#A37E2B;
color:#FFFFFF;
transition: all .3s ease;
-webkit-transition: all .3s ease;
}
#all{
max-width:1260px;
margin:0 auto;
}
#box_middle{
margin-top:100px;
margin-bottom:100px;

/*border-bottom:solid 1px #eeeeee;*/
/*border:solid 1px #eeeeee;*/
overflow:hidden;
text-align:center;
margin-left:auto;
margin-right:auto;
padding-left:36px;
padding-right:36px;
max-width:1140px;
}
.box_middle_item{
text-align:center;
color:#000000;
background-color:#CCCCCC;
width:calc(50% - 10px);
margin:5px;
display:inline-block;
float:left;
max-height:575px;
max-width:550px;
overflow:hidden;
position:relative;
}
.box_middle_item span{
position:absolute;
z-index:9;
/*top:48px;*/
text-align:center;
left:0;
right:0;
text-transform:uppercase;
display:block;
font-size:22px;
font-weight:bold;
font-family: AnticDidone, "Times New Roman", Times, serif;
background-color:rgba(255, 255, 255, 0.6);
padding-top:30px;
padding-bottom:30px;
top: 50%;
transform: translateY(-50%);
}

.bmi_1{
/*background-image:url("middle.jpg");
background-position:center -140px ;*/
background-position:center center;
background-repeat:no-repeat;
transition: all 4.5s ease;
height:575px;
background-size:cover;
}
.bmi_2{
/*background-image:url("middle2.jpg");
background-position:center -140px ;*/
background-position:center center;
background-repeat:no-repeat;
transition: all 4.5s ease;
height:575px;
background-size:cover;
}
.bmi_3{
/*background-image:url("middle2.jpg");
background-position:center -140px ;*/
background-position:center center;
background-repeat:no-repeat;
transition: all 4.5s ease;
height:575px;
background-size:cover;
}
.bmi_4{
/*background-image:url("middle.jpg");
background-position:center -140px ;*/
background-position:center center;
background-repeat:no-repeat;
transition: all 4.5s ease;
height:575px;
background-size:cover;
}


.bmi_1:hover, .bmi_2:hover, .bmi_3:hover, .bmi_4:hover {
transform:scale(1.1);
}


#box_middle .box_middle_odd, #box_middle .box_middle_even{
overflow:hidden;
}
#box_middle h2 {
	font-family: AnticDidone, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	margin-bottom:16px;
	padding-top:9%;
	font-size: 3vw;
	font-size:3vw;
	padding-right:15%;
	padding-left:15%;
	color: #4B4E53;
}
#box_middle .description  {
font-size: 14px;
font-size:1.5vw;
color:#999999;
line-height:150%;
padding-right:15%;
padding-left:15%;
}
#box_middle .line  {
background-image:url(h2_bg.jpg);
background-repeat:no-repeat;
background-position: left bottom;
margin-right:15%;
margin-left:15%;
margin-bottom:18px;
height:2px;
}



#box_middle .box_middle_odd .text{
float:left;
width:50%;
}
#fromLeft{
position:relative;
left:-100em;
width:300px;
opacity:0;
}
#fromRight{
position:relative;
left:100em;
width:300px;
opacity:0;
}

#box_middle .box_middle_odd .photo{
float:right;
width:50%;
background-color:#00CC00;
}
#box_middle .box_middle_even .text{
float:right;
width:50%;
}
#box_middle .box_middle_even .photo{
float:left;
width:50%;
background-color:#00CC00;
}
#box_middle .box_middle_odd .photo img, #box_middle .box_middle_even .photo img{
max-width: 100%;
height: auto;
}

#box_bottom{
	margin:20px;
	border: 2px solid #B99131;
	padding:40px;
	padding-top:45px;
	padding-bottom:50px;
	background-color: #FAFAFA;
}

#box_bottom h3{
padding:0;
margin:15px;
text-align:center;
font-weight:bold;
font-size:11px;
color:#B99131;

}
#box_bottom h2 {
font-family: AnticDidone, "Times New Roman", Times, serif;
font-weight:normal;
padding:0;
margin:0;
margin-bottom:20px;
text-align:center;
font-size: 36px;
}
#box_bottom .box_bottom_text{
text-align:center;
font-size:13px;
margin-bottom:50px;
line-height:180%;
}
#box_bottom .box_bottom_item{
display:inline-block;
vertical-align: top;
width:24%;
color:#828282;
line-height:150%;
text-align:center;
font-size:11px;
border-right: solid 1px #EEEEEE;
min-height: 192px;
}
#box_bottom  .last{
border-right:none;
}
#box_bottom img{
margin-bottom:20px;
}
#box_bottom img{
margin-bottom:20px;
}
#box_bottom .bb_ikonka{
margin-bottom:0px;
height:120px;
width:90px;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#box_bottom2{
	margin:20px;
	padding:40px;
	padding-top:85px;
	padding-bottom:80px;
line-height:100%;
}
#box_bottom2 .box_bottom2_item{
display:block;
float:left;
width:24%;
color:#828282;
text-align:center;
font-size:13px;
text-align:center;
overflow:hidden;
line-height:100%;
}
.box_bottom2_item span{
font-size:46px;
display:block;
font-weight:normal;
margin-bottom:15px;
color: #555555;
line-height:100%;

}



#menu{
position:absolute;
left:41px;
top:30px;
cursor:pointer;

}
.hidden{
display:none;
}

#menu_menu2{
background-color:#FFFFFF;
width:50%;
height:100vh;
position: absolute;
top:73px;
left:0;
bottom:0;
text-align:left;
z-index:99999999999999;
}
.logo_v_menu{
position: fixed;
top:10px;
left:calc(25% - 44px);
}
#menu_menu2 ul{
margin:0;
padding:0;
}
#menu_menu2 li{
list-style:none;
}
#menu_menu2 li a{
	text-align:left;
	display:block;
	padding:20px;
	padding-left:40px;
	padding-right:20px;
	color:#666666;
	text-decoration:none;
	font-size:14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	text-transform:uppercase;
}
#menu_menu2 li a:active{
color: #DFA500;
}
#menu_menu2 li a:hover{
color:#A37E2B;
}
#menu_menu2 .darker_bg{
background-color:rgba(0, 0, 0, 0.7);
position:fixed;
right:0;
left:50%;
top:0;
bottom:0;
}

.menu_footer{
display:block;
position: fixed;
left:0;
right:50%;
bottom:20px;
font-size:11px;
border-top:#EEEEEE solid 1px;
padding-top:20px;
color: #333333;
line-height:normal;
}
.menu_footer svg{
margin-bottom:-2px;
}
.menu_footer a:link, .menu_footer a:visited{
color: #333333;
text-decoration:none;
margin-left:40px;
}
.menu_footer a:hover, .menu_footer a:focus{
color:#B99131;
fill:#B99131;
}

.menu_footer span{
float:right;
margin-right:40px;
cursor:pointer;

}

#featured_container{
height:500px;
overflow: hidden;
overflow-x: scroll;/**/
margin-left: 5%;
margin-right:0%;
position:relative;
-ms-overflow-style: none;
}
#scroll_buttons{
position:relative;
display: none;
transition: all 0.3s ease;
z-index:999999999999;

}




#scroll_right{
z-index:99998;
background-color:#FFFFFF;
position: absolute;
right:3%;
margin-top:210px;
height:50px;
width:50px;
text-align:center;
border:none;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
font-size:24px;
cursor:pointer;
background-image:url(button_right.jpg);
background-repeat:no-repeat;
background-position:center;
transition: all 0.3s ease;
}
#scroll_left{
z-index:99999;
background-color:#FFFFFF;
position: absolute;
left:3%;
margin-top:210px;
height:50px;
width:50px;
text-align:center;
border:none;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
font-size:24px;
vertical-align:middle;
cursor:pointer;
background-image:url(button_left.jpg);
background-repeat:no-repeat;
background-position:center;
transition: all 0.3s ease;
display:none;
}
#scroll_left:hover, #scroll_right:hover{
transform:scale(1.2);

}

@supports (-ms-ime-align: auto) { /* len pre edge */

#scroll_buttons {
        display: block;
  }
  
  #scroll_left, #scroll_right{
  border:1px solid #DDDDDD;
  }
}
/* scrollbar */

#featured_container::-webkit-scrollbar {
  width: 10px;
  height:6px;
}
#featured_container::-webkit-scrollbar-track {
  background: #f1f1f1; 
  margin-right:5%;
  
}
#featured_container::-webkit-scrollbar-thumb {
  background: #333333;
}
#featured_container::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#featured_container{
/*-ms-overflow-style: none;*/
}
#box_featured_in{
height:500px;
min-width:calc(2720px + 5%);
min-width:calc(85vw + 1200px + 6%);
overflow:hidden;
position: relative;/*absolute byvalo*/
}
#box_featured{
margin-bottom:100px;
line-height:180%;
font-size:15px;
color:#222222;
height:calc(460px);
position:relative;
overflow:auto;
width:100%;
display:inline-block;
float:left;
}
#box_featured_content{
position:absolute;
left:6%;
bottom:60px;
color:#666666;

}

#box_featured h2{
font-family: AnticDidone, "Times New Roman", Times, serif;
font-size:34px;
font-weight:normal;
margin-bottom:5px;
color:#111111;
line-height:110%;
}
@-webkit-keyframes moveupF{
    0%{bottom:-99em}
    100%{bottom:0}
}
.featured_1{
/*background-image:url(vaza1.jpg);*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
-webkit-animation: moveupF 1s;
max-width:1500px;
max-width:85vw;

display:inline-block;
}
/*.featured_2{
background-image:url(vaza2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
-webkit-animation: moveupF 1s;
z-index:1;
}*/

.box_featured_side{
z-index:9998;
line-height:180%;
font-size:15px;
color:#FFFFFF;
height:calc(460px);
position:relative;
overflow: hidden;
min-width:600px;
max-width:600px;
margin-left:10px;
float:left;
}

.box_featured_side h3{
position:absolute;
z-index:998;
top:40px;
left:0;
right:0;
display:block;
color:#000000;
font-size:22px;
text-align:center;
font-weight:bold;
text-transform:uppercase;
font-family: AnticDidone, "Times New Roman", Times, serif;
background-color:rgba(255, 255, 255, 0.65);
padding-top:15px;
padding-bottom:15px;
top: 67%;
}
.bfs_1{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bfs_2{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bfi_1{
/*background-image:url(vaza1.jpg);*/
background-position:center -140px ;
background-position:center top;
background-repeat:no-repeat;
transition: all 4.5s ease;
height:580px;
  background-size: contain;
}
.bfi_2{
/*background-image:url(vaza1.jpg);*/
background-position:center -140px ;
background-position:center top;
background-repeat:no-repeat;
transition: all 4.5s ease;
height:580px;
  background-size: contain;
}
.bfi_1:hover, .bfi_2:hover {
transform:scale(1.1);
}

#box_inter{
text-align:center;
margin-bottom:100px;
margin-top:100px;
margin-left:auto;
margin-right:auto;
width:610px;
line-height:180%;
font-size:16px;
color:#666666;

}
#box_inter h2{
font-family: AnticDidone, Georgia, "Times New Roman", Times, serif;
font-size:34px;
font-weight:normal;
margin-bottom:25px;
color:#333333;
}
#box_inter h4{
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-bottom:25px;
	margin-top:-12px;
	padding:0;
	color: #A37E2B;
}
#box_inter p{
padding:0;
margin:0;
}

/* animacie */
@keyframes prichod_main_pad{
0%{opacity:0; bottom:-50px;}
60%{opacity:0; bottom:-20px;}
80%{opacity:0.5; bottom:0px;}
100%{opacity:1; bottom:0px;}
}
.efekt_text_ON h2  {
animation-name: prichod_main_pad;
animation-duration: 0.5s;
position:relative;
}
.efekt_text_ON h4  {
animation-name: prichod_main_pad;
animation-duration: 1s;
position:relative;
}
.efekt_text_ON p {
animation-name: prichod_main_pad;
animation-duration: 1.5s;
position:relative;
}
#store_locator{
background: url(iStock-1290079343_Edinburgh_Calton_Hill.jpg) no-repeat center center; /**/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
 background-attachment:fixed;/* */
text-align:center;
height:100vh;
width:calc(100% - 30px);
padding-left:15px;
padding-right:15px;
  display:flex;
align-items:center;

background-position:center;
}

#box_inter2{
text-align:center;
margin-bottom:100px;
margin-top:100px;
margin-left:auto;
margin-right:auto;
width:610px;
line-height:180%;
font-size:16px;
color:#FFFFFF;

  
  }
#box_inter2 h2{
font-family: AnticDidone, "Times New Roman", Times, serif;
font-size:34px;
font-weight:normal;
margin-bottom:25px;
color:#FFFFFF;
}


#footer{
font-size:11px;
text-align:center;
margin-top:100px;
line-height:150%;
width:100%;
background-color:#2B2B2B;
overflow:auto;
padding-bottom:40px;
padding-top:50px;
}
/*#footer a:link, #footer a:visited{
text-decoration:underline;
color:#AAAAAA;
} 
#footer a:hover, #footer a:focus{
text-decoration:none;
} */
.foot_all{
margin-left:auto;
margin-right:auto;
max-width:880px;
}
.foot_column {
float:left;
display:block;
overflow:hidden;
width:calc(33% - 20px);
margin-left:10px;
margin-right:10px;
color:#FFFFFF;
text-align:left;
line-height: 200%;
}
#footer a:link, #footer a:visited{
transition: all .3s ease;
-webkit-transition: all .3s ease;
color:#C1C1C1;
font-size:13px;
text-decoration:none;

}
#footer a:hover, #footer a:focus{
color:#DFA500;
transition: all .3s ease;
-webkit-transition: all .3s ease;

}

.foot_column h4{
font-family: AnticDidone, "Times New Roman", Times, serif;
border-bottom:1px solid #333333;
text-transform:uppercase;
font-size:14px;
padding-bottom:3px;
margin-bottom:10px;
}
.copyright{
font-size:13px;
color: #C1C1C1;
text-align:center;
display:block;
padding:10px;
padding-bottom:0;
padding-top:140px;
margin-left:auto;
margin-right:auto;
max-width:calc(880px - 20px);
clear:both;
}
.languages{
text-align:left;
margin-left:10px;
color:#C1C1C1;
font-weight:bold;
font-size:13px;
margin-bottom:30px;

}
.languages img{
margin-right:15px;
}
.languages span{
color:#FFFFFF;
cursor:pointer;
transition: all .3s ease;
-webkit-transition: all .3s ease;
}
.languages span:hover{
color:#DFA500;
transition: all .3s ease;
-webkit-transition: all .3s ease;

}
#menu_lang{
background-color:#FFFFFF;
display:inline-block;
text-align:left;
z-index:9999;
margin-right:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
overflow:hidden;
margin-top:10px;
}
#menu_lang ul{
margin:0;
padding:0;
}
#menu_lang li{
list-style:none;
}
#menu_lang li a:link, #menu_lang li a:visited{
	text-align:left;
	display:block;
	padding:20px;
	padding-left:46px;
	padding-right:20px;
	color:#222222;
	text-decoration:none;
	font-size:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	transition: all .3s ease;
-webkit-transition: all .3s ease;

}
#menu_lang li a:active{
color: #A37E2B;
}
#menu_lang li a:hover{
color:#DFA500;
transition: all .3s ease;
-webkit-transition: all .3s ease;

}
@keyframes coming {
  from {opacity: 0;}
  to {opacity: 1;}
}
#menu_lang2{
display:inline-block;
text-align:left;
z-index:9999;
margin-bottom:20px;
margin-top:10px;
overflow:hidden;
margin-top:10px;
position:absolute;
bottom:20px;
right:0;
left:0;
  animation-name: coming;
  animation-duration: 3s;
  }
#menu_lang2 ul li strong{
font-size:16px;
padding-top:20px;
padding-bottom:20px;
display:block;
padding-left:40px;


}
#menu_lang2 ul li a{
margin:0;
padding-left:40px;
padding-right:0;
}
#menu_lang2 ul li a.li_first{
border-top:none;
}

#menu_lang_header{
display:inline-block;
text-align:left;
z-index:9999;
text-align:center;
overflow:hidden;
	width:75px;
	position: absolute;
	top:50px;
	right:41px;
}


#menu_lang_header ul{
margin:0;
padding:0;
}
#menu_lang_header li{
list-style:none;
}
#menu_lang_header li a:link, #menu_lang_header li a:visited{
	text-align:left;
	display:block;
	padding:5px;
	padding-left:13px;
	padding-right:10px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	transition: all .3s ease;
-webkit-transition: all .3s ease;

}

#menu_lang_header li a:active{
color: #333333;
}
#menu_lang_header li a:hover{
color:#DFA500;
transition: all .3s ease;
-webkit-transition: all .3s ease;

}
#head:hover > #menu_lang_header, #head:hover > #menu_lang_header li a:link{
color:#222222;
background-color:#FFFFFF;
}
/*sipka*/
section {
  position: relative;
  width: calc(100% - 3px);
  height: 100%;
  margin-top:40px;
  margin-left:3px;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}
section a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
section a:hover {
  opacity: .5;
}
#sipka a {
  padding-top: 70px;
}
#sipka a span {
margin:0;
padding:0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;
  z-index:2222222222222222;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


.indikator{
text-align:center;
position:absolute;
bottom:90px;
height:5px;
width:342px;
 left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  
display:block;
overflow:hidden;
}
.indi_1{
background-color:rgba(102, 102, 102, 0.5);
margin-left:10px;
margin-right:10px;
width:150px;
height:6px;
display:block;
float:left;
overflow:hidden;
}

.indi_2{
background-color:rgba(102, 102, 102, 0.5);
margin-left:10px;
margin-right:10px;
width:150px;
height:6px;
display:block;
float:right;
overflow:hidden;
}
.progress{
background-color: #A37E2B;
display:block;
height:100%;
width:0;
}
.progress2{
background-color: #A37E2B;
display:block;
height:100%;
width:0;
}

#sekcia_up_no{
background-repeat:no-repeat;
background-position:center;
background-color: #444444;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
 background-attachment:fixed;/* */
text-align:center;
height:77px;
width:100%;
  display:flex;
align-items:center;

background-position:center
}
#sekcia_up_search{
background-repeat:no-repeat;
background-position:center center;
background-color: #999999;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
 background-attachment:fixed;/* */
text-align:center;
height:30vh;
width:100%;
  display:flex;
align-items:center;

background-position:center
}
#sekcia_up_all{
background-repeat:no-repeat;
background-position:center center;

background-color:#333333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
 background-attachment:fixed;/* */
text-align:center;
height:50vh;
width:100%;
  display:flex;
align-items:center;

background-position:center
}
#sekcia_up{
text-align:center;
margin-bottom:100px;
margin-top:15vh;
margin-left:auto;
margin-right:auto;
width:640px;
line-height:180%;
font-size:16px;
color:#FFFFFF;
position:relative;

  
  }
  #sekcia_up h2{
font-family: AnticDidone, "Times New Roman", Times, serif;
font-size:60px;
font-weight:normal;
text-transform:uppercase;
}
#box_sekcia{
text-align:left;
margin-bottom:100px;
margin-top:100px;
margin-left:auto;
margin-right:auto;
max-width:680px;
line-height:190%;
font-size:15px;
}
#box_sekcia_pad{
padding-left:20px;
padding-right:20px;

}
#box_sekcia h2{
font-family: AnticDidone, "Times New Roman", Times, serif;
font-size:44px;
font-weight:normal;
margin-bottom:60px;
}

.bm1, .bm2, .bm3, .bm4{
display:block;
}
#box_middle .hidden{
display:block;
opacity:0;
}
@keyframes efekt_FadeIN{
from{opacity:0; }
to{opacity:1;}
}

.efekt_ZLAVA{
animation-name: efekt_FadeIN;
animation-duration: 1.5s;
position:relative;
}
.efekt_ZPRAVA {
animation-name: efekt_FadeIN;
animation-duration: 3s;
position:relative;
}

.contact_us_info{
font-family: AnticDidone, "Times New Roman", Times, serif;
/*border-top: solid 1px #EEEEEE;
padding-top: 40px;*/
font-size:15px;
color:#333333;
}
.contact_us_info strong{
font-family: AnticDidone, "Times New Roman", Times, serif;
font-weight:bold;
font-size:125%;
margin-bottom:10px;
display:inline-block;
}
.box_sekcia_contact_pad{
padding-top:80px;
}
.box_sekcia_contact_pad h4{
border-bottom:1px solid #EEEEEE;
}
.box_sekcia_contact_pad table{
margin-top:30px;
}
.box_sekcia_contact_pad a:link, .box_sekcia_contact_pad a:visited{
color:#000000;
}
.box_sekcia_contact_pad a:hover, .box_sekcia_contact_pad a:focus{
color:#A37E2B;
}
@media only screen and (max-width: 768px) {







.box_middle_item{
max-width:100%;
min-width:100%;
}
.box_bottom2_item{
max-width:50%;
min-width:50%;
margin-bottom:100px;
}
#box_bottom{
margin-top:-50px;
}
#box_bottom .box_bottom_item{
width:48%;
margin-bottom:40px;
border-right: 0;
}
#box_bottom .box_bottom_item span{
padding-left:10px;
padding-right:10px;
}
#menu_menu2{
width:70%;
}
#menu_menu2 .darker_bg{
left:70%;
}
.logo_v_menu{
left:calc(35% - 44px);
}
.menu_footer{
right:30%;
}
#box_inter{
width:calc(100% - 20px);
margin-left:10px;
margin-right:10px;
margin-top:80px;
margin-bottom:80px;
line-height:170%;
}

.intro h2{
font-size:42px;
}
.intro h2{
bottom:28%;
}
.intro a.intro_link:link, .intro a.intro_link:visited{
bottom:20%;
}
@-webkit-keyframes moveup{
    0%{bottom:0}
    100%{bottom:20%}
}

#featured_container{
height:480px;
}
#box_featured{
height:calc(440px);
}
#scroll_right{
margin-top:200px;
}
#scroll_left{
margin-top:200px;
}

#box_featured_in{
height:480px;
}
.box_featured_side{
height:calc(440px);
}

.bmi_1, .bmi_2, .bmi_3, .bmi_4{
height:500px;
}
@keyframes efekt_left{
0%{opacity:0; left:-50%;}
100%{opacity:1; left:0px;}
}

@keyframes efekt_right{
0%{opacity:0; right:-50%;}
100%{opacity:1; right:0px;}
}

#box_middle .hidden{
display:block;
}
.efekt_ZLAVA{
animation-name: efekt_left;
animation-duration: 2.5s;
position:relative;
}
.efekt_ZPRAVA{
animation-name: efekt_right;
animation-duration: 2.5s;
position:relative;
}
.jazyk_hlavicka{
display:none;
}
#store_locator{
background: url(iStock-1290079343_Edinburgh_Calton_Hill.jpg) no-repeat center center; /**/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
 background-attachment:scroll;/* */
text-align:center;
height:100vh;
background-size: cover;
background-position: left top; 
position:relative;
}

.indikator{
width:322px;
bottom:50px;

}
.indi_1{
width:140px;
}
.indi_2{
width:140px;
}


}
@media only screen and (max-width: 640px) {
 
.box_bottom2_item{
max-width:100%;
min-width:100%;
margin-bottom:100px;
}
#box_inter{
width:calc(100% - 40px);
margin-left:20px;
margin-right:20px;
margin-top:60px;
margin-bottom:70px;
line-height:160%;
font-size:15px;

}
#box_inter h2{
line-height:110%;
}
.foot_column{
width:calc(100% - 20px);
text-align:center;
line-height:250%;
}
#menu_menu2{
width:90%;
}
#menu_menu2 .darker_bg{
left:90%;
}
.logo_v_menu{
left:calc(45% - 44px);
}
.menu_footer{
right:10%;
font-size:10px;
}
.menu_footer a:link, .menu_footer a:visited{
margin-left:0px;
}

.intro h2{
font-size:38px;
padding-bottom:10px;
}
#featured_container{
height:420px;
margin-top:40px;
}
.box_featured_side{
height:calc(390px);
}
#box_featured{
height:calc(390px);
}
#scroll_right{
margin-top:195px;
}
#scroll_left{
margin-top:195px;
}

#box_featured_in{
height:420px;
}
@keyframes mobil_prichod{
from{margin-left:-100%;}
to{margin-left:0;}
}
.bmi_1, .bmi_2, .bmi_3, .bmi_4{
height:460px;
}

#store_locator{
margin-top:80px;
}
#head:hover > .lupa_hlavicka, #head:hover > .jazyk_hlavicka{
transition: none;
-webkit-transition: none;
}
#box_bottom{
	padding-top:10px;
	padding-bottom:0px;
	height:auto;
	min-height:40px;

}
#sekcia_up{
margin-bottom:50px;

  
  }
  #sekcia_up h2{
font-size:41px;
}
.indikator{
width:268px;
}
.indi_1{
width:110px;
}
.indi_2{
width:110px;
}
}

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }