@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
}

/* MOBIL SKRYJ */
.ocl_menu_ikona {
	display: none;
	width: 0px;
	height: 0px;
}
/*  slogan */
.ocl_slogan {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	right: 3vw;
	top: 2vw;
}
/* uni boxy */
.ocl_box_center {
	width: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* home_animace_loga */
.home_animace_loga {
	width: 24vw;
	height: 24vw;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}

.home_animace_loga_img {
	width: 100%!important;
	height: 100%!important;
}

/* odkazy */
.odkaz_cervena {
	color: #C50000;!important;
}
.odkaz_cervena:hover {
	color: #C53535!important;
}
.odkaz_zluta {
	color: #f5a523;
}
.odkaz_zluta:hover {
	color:  #3a3d46;
}
.odkaz_bila {
	color: #FFFFFF;
}
.odkaz_bila:hover {
	color: #00aeef!important;
}
/* pozadi */
.bg_seda_5 {
	background-color: #EBEBEB;
}
.bg_seda_10 {
	background-color: #CCCCCC;
}
.bg_seda_20 {
	background-color: #9F9F9F;
}
.bg_seda_30 {
	background-color: #4F4F4F;
}
/*  stiny */
.ocl_stin_box {
	-webkit-box-shadow: inset 0px 0px 15px 2px #B1B1B1;
	box-shadow: inset 0px 0px 15px 2px #B1B1B1;
}

/* BOX VLEVO */
.box_vlevo {
	float: left;
}
.box_vpravo {
	float: right;
}
/*  WEB  */
.ocl_web {
	width: 100%;
	float: left;
	clear: both;
	z-index: 10;
}
.ocl_web_obsah {
	width: 100%;
	float: left;
	clear: both;
}
.ocl_web_leva {
	width: 29%;
	float: left;
	overflow-x: hidden!important;
}
.ocl_web_prava {
	width: 71%!important;
	height: auto;
	float: left;
	overflow-x: hidden!important;
}
.ocl_web_obsah_stranka {
	width: 100%;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center!important;
	align-items: center;
}
.ocl_web_obsah_stranka_nadpis {
	width: 100%;
	height: 3vw;
	margin-bottom: 2vw;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	-webkit-box-shadow: inset 0px 0px 10px 3px rgba(22,22,22,0.10);
	box-shadow: inset 0px 0px 10px 3px rgba(22,22,22,0.10);
}
.ocl_web_obsah_stranka h1 {
	font-size: 1.15vw;
	display: inline;
    line-height: 3vw;
	float: left;
	color: #ACACAC;
	display: block;
	width: 100%;
	text-align: left;
	margin-left: 4vw;
}
.ocl_web_obsah_stranka_obchod {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
.ocl_web_obsah_stranka_obchod h1 {
	font-size: 1.25vw;
	display: inline!important;
	float: left;
	color: #ACACAC;
	display: block;
	width: 100%;
	text-align: left;
	margin-left: 2vw;
}
.ocl_web_obsah_google{
	width:100%!important;
	height: auto;
	margin-top: 3vh;
	float: left;
	clear: both;
}
.ocl_web_obsah_google_50{
	width:50%!important;
	height: 26vw;
	margin-top: 3vh;
	float: left;
	overflow: hidden!important;
}
.ocl_web_obsah_google_50 img{
	width:50vw!important;
	height: 26vw;
}
.ocl_web_obsah_google_50 iframe{
	width:50vw!important;
	height: 26vw;
}

.ocl_web_obsah_obchod_mapa{
	width:75%!important;
	height: 26vw;
	margin-top: 3vh;
	float: left;
	overflow: hidden!important;
}
.ocl_web_obsah_obchod_mapa img{
	width:100%!important;
	height: auto;
}
.ocl_web_obsah_obchod_detail{
	width:25%!important;
	height: 26vw;
	margin-top: 3vh;
	float: left;
	overflow: hidden!important;
}


.ocl_web_obsah_text {
	width: 86%;
	height: auto;
	margin-top: 3vh;
	margin-bottom: 3vh;
	clear: both;
}
.ocl_web_pata {
	width: 100%;
	height: auto;
	min-height: 3vh!important;
	float: left;
	clear: both;
	background-color: #FAE400;
}
/*  LOGO */
.ocl_logo{
	width: 100%;
	height: 26vw!important;
	float: left;
	clear: both;
	overflow: hidden;
}
.ocl_logo img{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
/*  OTEVIRACI DOBA */
.ocl_otdoba{
	width: 100%;
	height: 27vw!important;
	float: left;
	clear: both;
	background-color: #C50000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: center;	
	overflow: hidden;
}
.ocl_otdoba span{
	display: block;
	padding: 0.8vw;
	width: auto;
	height: auto;
	font-size: 1.2vw;
	color: #FFBE00;
	cursor: pointer;
}
.ocl_otdoba span a{
	color: #FFBE00;
	display: block;
}
.ocl_otdoba span:hover{
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(35,5,6,1.00);
	box-shadow: inset 0px 0px 10px 1px rgba(35,5,6,1.00);
	background-color: rgba(73,6,8,1.00);
}

.ocl_otdoba_nadpis {
	width: 100%;
	height: 4vw;
	line-height: 4vw;
	text-align: center;
	color: #FAE400;
	float: left;
	clear: both;
	margin-top: 2vw;
}
.ocl_otdoba_hodnota {
	width: 100%;
	height: 2vw;
	line-height: 2vw;
	text-align: center;
	color: #FFFFFF;
	float: left;
	clear: both;
}


/* HLAVA */
.ocl_hlava{
	width: 100%;
	height: 28.6725!important;
	float: left;
	clear: both;
	overflow: hidden;
}
/*  ANIMACE */
.ocl_animace {
	width: 100%;
	height: 22vw!important;
	float: left;
	clear: both;
	overflow: hidden;
}
.ocl_animace img {
	width: 100%;
	height: 22vw!important;
	float: left;
	clear: both;
}
/* MENU */
.ocl_menu{
	width: 100%;
	height: 4vw!important;
	float: left;
	clear: both;
	overflow: hidden;
	background-color: #FAE400;
}
.ocl_menu ul {
	width: 100%!important;
	height:  4vw;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: stretch;
	align-content: stretch!important;		
}
.ocl_menu ul li {
	width: auto;
	height: 4vw;
	line-height: 4vw;
	list-style: none;
	display: block;
	flex-grow: 1;
}
.ocl_menu ul li img {
	width: 2vw;
	height: 2vw;
}
.ocl_menu ul li span {
	width: auto;
	height: 4vw;
	line-height: 4vw;
	float: left;
	display: block;
	padding-left: 0.5vw;
	float: left;	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: stretch!important;			
}
.ocl_menu ul li a {
	display: block;	
	width: auto;
	height: 4vw;
	font-family: "Raleway";
	font-size: 0.85vw;
	color: #C50000;
	font-weight: 600;	
	padding-left: 0.5vw;
	padding-right: 0.5vw!important;
}
.ocl_menu ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 7px 1px #8E661D;
	box-shadow: inset 0px 0px 7px 1px #8E661D;
}
#fd_menu_aktivni {
	color: #1291d1;
	border-bottom: 1px solid #1291d1;	
}
#fd_menu_aktivni a{
	color: #1291d1;
}
#fd_menu_aktivni a:hover{
	color: #f5a623;
}
#fd_menu_aktivni a:hover{
	color: #f5a623;
}
/* MENU */
.ocl_menu_pata{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	overflow: hidden;
	background-color: #FAE400;
}
.ocl_menu_pata ul {
	width: 100%!important;
	height:  auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;		
}
.ocl_menu_pata ul li {
	width: 50%;
	height: 4vw;
	line-height: 4vw;
	list-style: none;
	float: left;
	display: block;

}
.ocl_menu_pata ul li img {
	width: 2vw;
	height: 2vw;
}
.ocl_menu_pata ul li span {
	width: auto;
	height: 4vw;
	line-height: 4vw;
	float: left;
	display: block;
	padding-left: 0.5vw;
	float: left;	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: stretch!important;			
}
.ocl_menu_pata ul li a {
	display: block;	
	width: auto;
	height: 4vw;
	font-family: "Raleway";
	font-size: 0.85vw;
	color: #C50000;
	font-weight: 600;	
	padding-left: 0.5vw;
	padding-right: 0.5vw!important;
}
.ocl_menu_pata ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 7px 1px #8E661D;
	box-shadow: inset 0px 0px 7px 1px #8E661D;
}
/* PATA */
.ocl_pata_banner {
	width: 33.33%;
	height: 16vw;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center;
	align-content: center!important;	
}
.ocl_pata_banner span {
	padding-bottom: 1vh;
}

/* HOME BANNERY */
.ocl_home_bannery {
	width: 100%;
	height: 27vw!important;
	height: auto;
	float: left;
	overflow: hidden;
}

.ocl_home_banner {
	width: 33.33%;
	height: 27vw!important;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center;
	align-content: center!important;	
}
.ocl_home_banner_obsah {
	width: 100%;
	height: 24vw;
	float: left;
	clear: both;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center;		
}
.ocl_home_banner_obsah img {
	width: 100%;
	height: 24vw;
}
.ocl_home_banner_obsah img a:hover {
	opacity: 0.8;	
}
.ocl_home_banner_titul {
	width: 100%;
	height: 3vw;
	line-height: 3vw;
	text-align: center;
	float: left;
	clear: both;
	overflow: hidden;
}
.ocl_home_letak {
	width: auto;
	height: 80%;
	float: left;
	clear: both;
	text-align: center;
	overflow: hidden;
}
.ocl_home_letak img {
	width: auto;
	height: 100%;
	transition: all 0.2s ease;
	transform-style: preserve-3d;	
}
.ocl_home_letak img:hover {
	width: 94%;
	transform: rotateY(20deg);
}


/* AIMACE LOGA */
.ocl_animace_loga {
	width: auto;
	height: 80%;
	float: left;
	clear: both;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 3px #999999;
	box-shadow: 0px 0px 15px 3px #999999;
}
.ocl_animace_loga img {
	width: auto;
	height: 100%;
	transition: all 0.2s ease;
	transform-style: preserve-3d;	
}
.ocl_animace_loga img:hover {
	width: 94%;
	transform: rotateY(20deg);
}

/*  OBCHODY - seznam */
.ocl_obchody {
	width: 95vw;
	height: auto;
	margin-top: 0.5vw;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-between;
	cursor: pointer;
}
.ocl_obchod_box {
	width: 15vw;
	height: auto;
	margin-left: 1vw;
	margin-right: 1vw;
	margin-bottom: 3vw;
	display: block;
	-webkit-box-shadow: 0px 0px 15px 3px #999999;
	box-shadow: 0px 0px 15px 3px #999999;
	background-color: #FFFFFF;
}
.ocl_obchod_logo {
	width: 15vw;
	height: 15vw;
	float: left;
	clear: both;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	flex: ;
	overflow: hidden;
}
.ocl_obchod_logo img {
	width: 100%;
	height: auto;
}
.ocl_obchod_box:hover {
 	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
	opacity: 0.5;
}
.ocl_obchod_nazev {
	width: 100%;
	height: 2vw;
	font-size: 0.85vw;
    line-height: 2vw;
    overflow: hidden;
	align-self: content;
	float: left;
	clear: both;
	text-align: center;
    background-color: rgba(213,213,213,1.00);
}


/* KONTAKT */
.ocl_kontakt_adresa {
	width: 570px;
	height: auto;
	float: left;
}
.ocl_kontakt_adresa_box {
	width: 30%;
	height: auto;
	float: left;
}
.ocl_kontakt_adresa_radek{
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	clear: both;
}
.ocl_kontakt_adresa_radek_2{
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
	clear: both;
}



/* KONTAKT FORM */
.ocl_kontakt_form {
	width: 350px;
	height: auto;
	float: right;
}
.ocl_kontakt_form_polozka input[type="text"]{
	width: 350px;
	height: 50px;
	line-height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 16px;
	text-align: left;
	border: none;
	border-radius: 50px;
	border: 1px solid #dae3ee;
	display: block;
	background-color: #f9f9fa;
	background-image: url(../img/ikony/hlava/hvezda.png);
	background-position: 320px center;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	text-indent: 20px;
}
.ocl_kontakt_form_polozka select{
	width: 350px;
	height: 50px;
	line-height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 16px;
	text-align: left;
	border: none;
	border-radius: 50px;
	border: 1px solid #dae3ee;
	display: block;
	background-color: #f9f9fa;
	background-image: url(../img/ikony/hlava/vyber5.png);
	background-position: 320px center;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	text-indent: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.ocl_kontakt_form_polozka textarea {
	width: 350px;
	height: 120px;
	line-height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 16px;
	text-align: left;
	border: none;
	border-radius: 5px;
	border: 1px solid #F2F3F4;
	display: block;
	background-color: #f9f9fa;
	text-indent: 20px;
}
.ocl_kontakt_form_polozka input[type="submit"]{
	width: 350px;
	height: 50px;
	line-height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	text-align: center;
	border: none;
	border-radius: 50px;
	display: block;
	background-color: rgba(245,166,35,0.85);
	background-image: url(../img/ikony/hlava/odeslat.png);
	background-position: 20px center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ocl_kontakt_form_polozka input[type="submit"] a {
	display: block;
	cursor: pointer;	
}
.ocl_kontakt_form_polozka input[type="submit"]:hover {
	background-color: rgba(245,166,35,1);
	border-radius: 50px;
	background-image: url(../img/ikony/hlava/odeslat.png);
}

/*  FOTO SLIDER  */
.wbnFOTO {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
 	transition: all 0.8s linear 0.2s !important;
    -webkit-transition: opacity 0.8s  linear 0.2s !important; 
    -moz-transition: opacity 0.8s  linear 0.2s !important; 
    -o-transition: opacity 0.8s  linear 0.2s !important; 

}
.wbnFOTOanim{
 	transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out; 
    -moz-transition: all 2s ease-in-out; 
    -o-transition: all 2s ease-in-out; 
	opacity: 0.5;
}
.wbnFOTOanim2{
	transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out; 
    -moz-transition: all 2s ease-in-out; 
    -o-transition: all 2s ease-in-out; 
}
.wbnFOTOanim2:active{
	transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out; 
    -moz-transition: all 2s ease-in-out; 
    -o-transition: all 2s ease-in-out; 
}
.wbnFOTO_box{
	width: 730px;
	height: 478px;
	float: left;
	clear: both;
	z-index: 3000;
	-webkit-transition: width 1s; /* Safari */
    transition: width 1s;	
}
.wbnFOTO_box img{
	width: 730px;
	height: 478px;
}
.wbnFOTO_box img:hover {

}
.wbnFOTO_nahled_box {
	width: 730px;
	height: 80px;
	float: left;
	clear: both;
	overflow: hidden!important;	
}
.wbnFOTO_nahled_aktivni {
	opacity: 0.6;
}

.wbnFOTO_nahled_box_move {
	width: 20px;
	height: 65px;
	z-index: 3600;
	margin-left: 0px;
	margin-top: 5px;
	cursor: pointer;
	position: absolute;
	background-image: url(../img/fotoslider/leva1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px 21px;
	background-color: #B5B5B5;
}
.wbnFOTO_nahled_box_move2 {
	width: 20px;
	height: 65px;
	z-index: 3600;
	margin-left: 710px;
	margin-top: 5px;
	cursor: pointer;
	position: absolute;
	background-image: url(../img/fotoslider/prava1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px 21px;
	background-color: #B5B5B5;
}

.wbnFOTO_nahled_box_kontejner  {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap!important;
	transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out; 
    -moz-transition: all 2s ease-in-out; 
    -o-transition: all 2s ease-in-out; 
}

.wbnFOTO_nahled {
	width: 106px;
	height: 70px;
	margin: 5px;
	float: left;
}
.wbnFOTO_nahled:hover {
	-webkit-box-shadow: 0px 0px 4px 1px #A3A3A3;
	box-shadow: 0px 0px 4px 1px #A3A3A3;
	-webkit-transition: width 0.1s; /* Safari */
	transition: width 0.1s;
}
.wbnFOTO_nahled img {
	width: 106px;
	height: 70px;
}
.wbnFOTO_nahled img:hover {
	opacity: 0.8;
	-webkit-transition: width 0.5s; /* Safari */
	transition: width 0.5s;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}
.wbnFOTO_sipky{
	width: 730px;
	height: 478px;
	float: left;
	clear: both;
	z-index: 3200;
	position: absolute;
	margin-top: -498px;
}
.wbnFOTO_sipky_leva{
	width: 50%;
	height: 478px;
	float: left;
	background-image: url(../img/fotoslider/leva.png);
	background-position: 5% center;
	background-size: 21px 36px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.wbnFOTO_sipky_prava{
	width: 50%;
	height: 478px;
	float: right;
	background-image: url(../img/fotoslider/prava.png);
	background-position: 95% center;
	background-size: 21px 36px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*  proejna detail  */
.ocl_obchod_detail_boxy {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid rgba(189,189,189,0.28);
}
.ocl_obchod_detail_box_1 {
	width: 15%;
	margin-left: 2%;
	height: auto;
	float: left;
}
.ocl_obchod_detail_oteviraci_doba_den {
	width: 30%;
	float: left;
	display: block;
	text-align: right;
}
.ocl_obchod_detail_telefon{
    height: 2vw;
    line-height: 2vw;
	width: auto;
	float: left;
	display: block;
	font-size: 1.2vw;    
	margin-left: 1vw;
}
.ocl_obchod_detail_telefon a{
	color: #777777;
}
.ocl_obchod_detail_logo {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.ocl_obchod_detail_logo img {
	width: 90%;
	height: auto;
	margin: 5%;
}
.cl_obchod_detail_oteviraci_doba_box {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.ocl_obchod_detail_oteviraci_doba {
	width: 100%;
	height: 2vw;
	line-height: 2vw;
	text-align: center;
	float: left;
	clear: both;
	border-bottom: solid 1px #CACACA;
}
.ocl_obchod_detail_ikony_box {
	width: auto;
	height: 2vw;
    line-height: 2vw;
	float: left;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.ocl_obchod_detail_ikony {
	width: auto;
	margin-left: 2vw;
	height: auto;
	float: left;
}
.ocl_obchod_detail_ikony img {
	width: 1.4vw;
	height: auto;
	float: left;
}
.ocl_obchod_detail_box_2 {
	width: 45%;
	height: auto;
	float: left;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	align-content: center;	
}
.ocl_obchod_detail_box_2_foto {
	width: 82%;
}
.ocl_obchod_detail_box_2_foto img {
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px 3px #C3C3C3;
	box-shadow: 0px 0px 20px 3px #C3C3C3;
}
.ocl_obchod_detail_box_3 {
	width: 35%;
	height: auto;
	float: left;		
}
.ocl_obchod_detail_box_3_mapa {
	width: 35%;
	height: auto;
	float: left;	
	min-height: 15vw;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.ocl_obchod_detail_box_3_mapa img {
	width: 100%;
}
.ocl_obchod_detail_box_3_fotky {
	width: 100%;
	float: left;
	clear: both;
}
.ocl_detail_thumb {
	width: 21%;
	margin: 2%;
	float: left;
}
.ocl_detail_thumb img {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 20px 1px #A6A6A6;
	box-shadow: 0px 0px 20px 1px #A6A6A6;
}
.ocl_obchod_detail_box_4 {
	width: 70%;
	float: left;
	overflow: hidden;
	margin-bottom: 3vw;
}
.ocl_obchod_detail_box_5 {
	width: 90%;
	margin-top: 2vw;
	margin-left: 5%;
	margin-bottom: 1vw;
	float: left;
	clear: both;
	line-height: 2em;
	text-align: left;
}
.ocl_obchod_detail_box_6 {
	width: 30%;
	min-height: 760px;
	float: left;
	overflow: hidden;
}

/*  LETAKY  */
.ocl_letaky {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.ocl_letaky_box {
	width: 16vw;
	margin: 1.8vw;
	float: left;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 20px 4px #CBCBCB;
	box-shadow: 0px 0px 20px 4px #CBCBCB;
}
.ocl_letaky_foto {
	width: 100%;
	height: 21vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.ocl_letaky_foto img {
	width: 100%;
	height: auto;
	display: flex;
	background-color: #CCCCCC;
}
.ocl_letaky_nazev {
	width: 100%;
	height: 3vw;
	line-height: 3vw;
	text-align: center;
}
.ocl_letaky_obchod {
	width: 100%;
	height: 2vw;
	line-height: 2vw;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 0.85vw;
}



/*  ANIMACE LOGA */
#oc_lety_text_box {
	overflow: hidden;
	display: block;
	min-height: 10vw;		
}
.oc_lety_objekt {
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;	
	
}	
.oc_lety_text_citat_autor {
	font-size: 0.85vw;
	width: 100%;
	clear: both;
}
.oc_lety_text_citat {
	font-size: 1.8vw;
	width: 100%;
	clear: both;	
}
#oc_lety_objekty {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 13vw;
}

#oc_lety_objekty ul {
	list-style: none;
	width: 100%;
	height: 13vw;
	margin: 0;
	padding: 0;
	position: relative;
}

#oc_lety_objekty li {
	width: 100%;
	height: 13vw;
	float: left;
	text-align: center;
	position: relative;
	font-family: lato, sans-serif;	
}

.oc_lety_text_box_ovladani {
	position: absolute;
	z-index: 2000;
	width: 10%;
	height: 5vw;
	margin-left: 30%;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: left!important;
	align-items: center!important;
	align-content: center!important;
}
.oc_lety_text_box_ovladani ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;			
}
.oc_lety_text_box_ovladani ul li {
	width: 50%;
	list-style: none;
	float: left;
	text-align: center;
}
.oc_lety_text_box_ovladani ul li a{
	color: #A76418;
}
.oc_lety_text_box_ovladani ul li a:hover {
	color: #000000;
}

