@charset "utf-8";
/* form platba */
.cj_platba button[type="submit"]{
	width: 90vw;
    max-width: 480px!important;
	height: 33vw;
    max-height: 185px!important;
	background-color: rgba(167,100,24,1.00)!important;
	color: rgba(255,255,255,1)!important;
	border: 1px solid rgba(167,100,24,1.00);
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: -10vw!important;
	cursor: pointer;
	background-image: url(../img/buttony/platba.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.5)!important;
	border-radius: 5px;
}
.cj_platba button[type="submit"]:hover{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
}

/* BANER */
.cj_hp_banner {
    width: 54.75vw;
    height: 33.6vw;
    top: 28vw!important;
    left: 35vw;
    z-index: 8900;
    position: absolute;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.43);
}
.cj_hp_banner img {
    width: 54.75vw;
    height: 33.6vw;
}

/*  covid */
.cov_banner {
    width: 90%;
    height: auto;
    position: absolute;
    top: 165px;
    left: 5%;
    z-index: 8000;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.29);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: rgba(21,14,6,1.00);
}
.cov_banner_1 {
    display: none;
}
.cov_banner_1m {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;    
}
.cov_banner_1m img {
    width: 100%;
    height: auto;
}
.cov_banner_1m_text {
    width: 96%;
    height: auto;
    line-height: 140%;
    height: auto;
    float: left;
    margin-left:  1%;
    margin-top: 15px;
    margin-bottom: 15px;
    color:#FBFBFB;  
    text-align: center;
}
.cov_banner_1m_text h2{
    line-height: 180%;
}
.cov_banner_1 img {
    width: 100%;
    height: auto;
}
.cov_banner_2 {
    width: 100%;
    height: auto;
    overflow: hidden;    
}
.cov_banner_2 img {
    width: 100%;
    height: auto;
}
.cov_banner_2 img:hover {
    opacity: 0.5;
}
/* PREDEL */
.predel_30 {
    width: 100%;
	float: left;
	clear: both;
	height: 30px;
}	
.predel_60 {
    width: 100%;
	float: left;
	clear: both;
	height: 60px;
}
/* PREDEL */
.predel_30 {
    width: 100%;
	float: left;
	clear: both;
	height: 3vw;
}
.predel_60 {
    width: 100%;
	float: left;
	clear: both;
}

/* OBJEDNAVKA  */
.cj_seda_small {
    width: auto;
    min-width: 25px;
    height: 14px;
    line-height: 14px;
    margin-left: 3px;
    margin-top: 2px;
    color: rgba(160,160,160,1.00);
    font-size: 0.65em;
    font-weight: 300;
    clear: both;
    display: block;
}
.cj_objednavka_banner {
    width: 100%;
    height: 12vh;
    line-height: 4vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 15500;
    background-color: rgba(167,100,24,1.00);
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 1.8vw;
}
.cj_objednavka_banner:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.41);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.41);
}
.cj_objednavka_banner_title{
    width: 40%;
    min-height: 12vh;
    line-height: 12vh;
    overflow: hidden; 
    font-size: 2em;
    float: left;
}
.cj_objednavka_banner_cena{
	width: 60%;
	min-height: 12vh;
	line-height: 12vh;
	background-color: rgba(221,208,191,1.00);
	color: rgba(167,100,24,1.00);
	background-image: url(../img/ikony/kosik.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 64px 64px;
    overflow: hidden;
    font-size: 3em;
    float: left;
}
.cj_objednavka_error_lista {
    width: 100%;
    height: 24px;
    line-height: 24px;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255,0,4,1.00);
    color: rgba(255,255,255,1.00);
    position: fixed;
    z-index: 99888!important;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.44);
}
.cj_objednavka_vrstva {
	width: 100%;
	min-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: none;
	transition: 2s;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.28);
	background-image: url(../img/background/bg_hlava.jpg);
	background-repeat: repeat-y;
}
.cj_objednavka_vrstva_obsah_1 {
    width: 100%;
    height: 75vh;
    float: left;
    clear: both;
	overflow-y: scroll;
}
.cj_objednavka_vrstva_obsah_2 {
    width: 100%;
    height: auto;
    float: right;
    clear: right;
    margin-top: 1vw;
    margin-bottom: 1vw; 
	position: absolute;
	bottom: 0;
}
.cj_objednavka_radek {
    width: 100%;
    height: auto;
    min-height: 48px;
    float: left;
    clear: both;
    border-bottom: 1px solid rgba(195,175,150,1.00);
}
.cj_objednavka_radek_seda {
    color: rgba(132,132,132,1.00);
}
.cj_objednavka_radek_cena {
    color: rgba(54,41,26,1.00);
    background-color: rgba(255,255,255,0.22);
    font-weight: 600;
    -webkit-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.15);
}
.cj_objednavka_radek img {
    width: 32px;
    height: 32px;
    margin: 2px;
}
.cj_objednavka_radek img:hover {
    opacity: 0.5;
}
.cj_objednavka_border_r {
    border-right: 1px solid rgba(195,175,150,0.2);
}
.cj_objednavka_polozka {
    height: auto;
    min-height: 64px;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.cj_objednavka_polozka span {
    width: 100%;
    text-align: center;
}
.cj_objednavka_polozka input {
    height: 32px;
    line-height: 32px;
    float: left;
    width: 88px;
    overflow: hidden;
    border: none;
    font-size: 1em;
    border: 1px solid rgba(167,100,24,1.00);
    background-color: rgba(195,175,150,0.4);
    text-align: left;
    margin: 5px;
}
.cj_objednavka_polozka textarea {
    height: 96px;
    line-height: 1.2em;
    float: left;
    width: 98%;
    overflow: hidden;
    border: none;
    font-size: 1.1em!important;
    border: 1px solid rgba(167,100,24,1.00);
    background-color: rgba(195,175,150,0.4);
    text-align: left;
    margin-left: 0.2vw;
    margin-top: 0.5vw;
}
.cj_objednavka_text_left {
    text-align: center;
}
.cj_objednavka_m_9 {
    width: 9%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_m_10 {
    width: 10%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_m_30 {
    width: 30%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_m_33 {
    width: 33%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_m_50 {
    width: 49%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_m_66 {
    width: 66%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_m_70 {
    width: 69%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_m_100 {
    width: 100%;
    overflow: hidden;
    float: left;
}
.cj_objednavka_w_auto {
    width: auto;
    padding-right: 2vw;
}
.cj_objednavka_vrstva_title {
    width: 100%;
    height: 64px;
    line-height: 64px;
    float: left;
    clear: both;
    text-align: center;
    background-color: rgba(195,175,150,0.4);
    color: rgba(167,100,24,1.00);    
}
.cj_objednavka_vrstva_title span {
    width: 100%;
    height: 32px;
    line-height: 32px;
    float: left;
    clear: both;
    text-align: center;
    background-color: rgba(195,175,150,0.4);
    color: rgba(167,100,24,1.00); 
    display: block;
}
.cj_objednavka_vrstva_zavri {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    float: left;
    clear: both;    
}
.cj_objednavka_vrstva_zavri img {
    width: 2vw;
    height: 2vw;
}
.cj_objednavka_vrstva_zavri img:hover {
    opacity: 0.6;
}
.cj_objednavka_vrstva_obsah_2 input{
	width: 90%;
	height: 2.5vw;  
    float: left;
	background-color: rgba(195,175,150,0.4);
	border: 1px solid rgba(167,100,24,1.00);
    margin-top: 0.5vw;
    margin-left: 0.2vw;
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    text-indent: 0.5vw;
    font-size: 1vw;
}

.cj_objednavka_vrstva_obsah_2_tlacitko {
	width: 89.5%;
	height: 42px;  
    float: left;
	background-color: rgba(167,100,24,1.00)!important;
	color: rgba(255,255,255,1)!important;    
	border: 1px solid rgba(167,100,24,1.00);
    line-height: 42px;
    text-align: center;
    margin-left: 5%;
    margin-right: 4%;
    margin-bottom: 15px;
}
.cj_objednavka_vrstva_obsah_2_tlacitko a {
	color: rgba(255,255,255,1.00);
    display: block;
}
.cj_objednavka_vrstva_obsah_2_tlacitko:hover {
	color: rgba(255,255,255,0.70);
	background-color: rgba(127,76,18,1.00)!important;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.18);
	box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.18);
    cursor: pointer;
}

.cj_objednavka_vrstva_obsah_2 input[type="submit"]{
	width: 86vw;
	height: 4vw;
    line-height: 4vw;
    float: left;
	background-color: rgba(167,100,24,1.00)!important;
	color: rgba(255,255,255,1)!important;    
	border: 1px solid rgba(167,100,24,1.00);
    margin-top: 1vw;
    margin-bottom: 2vw;
    margin-left: 0vw!important;
    margin-right: 0vw!important;
    font-size: 1.4vw;
    cursor: pointer;
}
.cj_objednavka_vrstva_obsah_2 input[type="submit"]:hover{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
    color: rgba(255,255,255,0.5)!important; 
}
.cj_objednavka_vrstva_obsah_2 input[type="radio"]{
	width: 1.4vw!important;
	height: 1.4vw!important;
	cursor: pointer;
	font-size: 0px!important;
	float: left;
	background-color: rgba(195,175,150,0.4)!important;
	border: 1px solid rgba(167,100,24,1.00)!important;
    margin-left: 1vw;
    margin-bottom: 1.3vw;
    margin-top: 1.3vw;
    margin-right: 0.2vw;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
    border-radius: 50%;
    cursor: pointer !important;
}
.cj_objednavka_vrstva_obsah_2 input[type="radio"]:checked{
	background-color: rgba(167,100,24,1.00)!important;
	border: 1px solid rgba(167,100,24,1.00)!important;
}
.cj_objednavka_vrstva_obsah_2 label{
	width: auto;
	float: left;
}
/* objednavka - 3 */
.cj_objednavka_3 {
	width: 100%;
	height: auto;
    float: left;
    clear: both;	
    margin-bottom: 100px;
    padding-bottom: 100px;
	transition: 2s;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.28);
	background-image: url(../img/background/bg_hlava.jpg);
	background-repeat: repeat-y;
    background-color: #FFFFFF;
    overflow: hidden;
}
.cj_objednavka_3_obsah {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px; 
	bottom: 0;
}
.cj_objednavka_3_tlacitko {
	width: 90%;
	height: 48px; 
    float: left;
	background-color: rgba(167,100,24,1.00)!important;
	color: rgba(255,255,255,1)!important;    
	border: 1px solid rgba(167,100,24,1.00);
    line-height: 48px;
    text-align: center;
    margin-left: 5%;
}
.cj_objednavka_3_tlacitko a {
	color: rgba(255,255,255,1.00);
    display: block;
}
.cj_objednavka_3_tlacitko:hover {
	color: rgba(255,255,255,0.70);
	background-color: rgba(127,76,18,1.00)!important;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.18);
	box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.18);
    cursor: pointer;
}
.cj_objednavka_3_odeslat {
	width: 46%;
	height: 55px;  
    float: right;
    line-height: 64px; 
    text-align: center;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
}
.cj_objednavka_3_polozka {
    height: 48px; 
    line-height: 48px; 
    float: left;
    display: flex;
    flex-direction:column!important;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1em;
}
.cj_objednavka_3_polozka span {
    width: 96%;
    margin-left: 2%;
    text-align: left;
}
.cj_objednavka_3_polozka input{
	width: 90%!important;
	height: 42px;   
    float: left;
	background-color: rgba(195,175,150,0.4);
	border: 1px solid rgba(167,100,24,1.00);
    margin-top: 4px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 4px;
    text-indent: 1px;
    font-size: 1em;
}
.cj_objednavka_3_povinne input{
	background-color: rgba(232,129,0,0.20)!important;
	border: 1px solid rgba(111,1,1,1.00)!important;
}
.cj_objednavka_3_polozka select{
	width: 90%!important;
	height: 42px;   
    float: left;
	background-color: rgba(195,175,150,0.4);
	border: 1px solid rgba(167,100,24,1.00);
    margin-top: 4px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 4px;
    text-indent: 1px;
    font-size: 1em;
}
.cj_objednavka_3 input[type="submit"]{
	width: 100%;
	height: 64px;   
    float: left;
	background-color: rgba(167,100,24,1.00)!important;
	color: rgba(255,255,255,1)!important;    
	border: 1px solid rgba(167,100,24,1.00);
    cursor: pointer;
    font-size: 1.5em;
}
.cj_objednavka_3 input[type="submit"]:hover{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
    color: rgba(255,255,255,0.5)!important; 
}
.cj_objednavka_3 input[type="radio"]{
	width: 1.4vw!important;
	height: 1.4vw!important;
	cursor: pointer;
	font-size: 0px!important;
	float: left;
	background-color: rgba(195,175,150,0.4)!important;
	border: 1px solid rgba(167,100,24,1.00)!important;
    margin-left: 1vw;
    margin-bottom: 1.3vw;
    margin-top: 1.3vw;
    margin-right: 0.2vw;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
    border-radius: 50%;
    cursor: pointer !important;
}
.cj_objednavka_3 input[type="radio"]:checked{
	background-color: rgba(167,100,24,1.00)!important;
	border: 1px solid rgba(167,100,24,1.00)!important;
}
.cj_objednavka_3 label{
	width: auto;
	float: left;
}
.cj_objednavka_3_poznamka {
    width: 90%;
    height: auto;
    margin-left: 5%;
    text-align: center;
    font-size: 0.9em;
    color: #626161;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cj_objednavka_4_obsah {
    width: 100%;
    height: 12vh;
    float: left;
    clear: both;
    position: fixed;
    bottom: 0;
    z-index: 30000;
    background-color: rgba(237,219,188,1.00);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(29,20,16,0.5);
    box-shadow: 0px 0px 10px 3px rgba(29,20,16,0.5);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    
}
.cj_objednavka_vrstva_obsah_4_tlacitko {
	width: 42%;
	height: 52px;
    line-height: 52px;
    float: left;
	background-color: rgba(167,100,24,1.00)!important;
	color: rgba(255,255,255,1)!important;    
	border: 1px solid rgba(167,100,24,1.00);
    text-align: center;
    overflow: hidden!important;
    font-size: 1em;
}
.cj_objednavka_vrstva_obsah_4_tlacitko a {
	color: rgba(255,255,255,1.00);
    display: block;
}
.cj_objednavka_vrstva_obsah_4_tlacitko:hover {
	color: rgba(255,255,255,0.70);
	background-color: rgba(127,76,18,1.00)!important;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.18);
	box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.18);
    cursor: pointer;
}
/* JIDELAK */
.cj_jidelak_kategorie {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 30px;
    background-image: url(../img/ikony/open.png);
    background-repeat: no-repeat;
    background-position: right 70%;
    background-size: 24px 24px;
}
@keyframes loader-animation {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.cj_jidelak_kategorie_open {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 30px;
}
.cj_jidelak_kategorie_obsah {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    display: none;
    animation-name: loader-animation;
    animation-duration: 1.5s;
    #animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;  
    margin-bottom: 5vw;
}
.cj_jidelak_kategorie_obsah_open {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    animation-name: loader-animation;
    animation-duration: 1.5s;
    #animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;  
    margin-bottom: 5vw;
}
.cj_jidelak_kategorie_skryt {
    width: 100%;
    height: 60px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(120,98,62,0.5;);
    color: #a76318; 
    cursor: pointer;
}
.cj_jidelak_radek {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(195,175,150,1.00);
    font-size: 0.85em;
}
.cj_jidelak_radek_popis {
    width: 100%;
    float: left;
    clear: both;
    font-size: 0.7em!important;
    text-align: left;
    color: #A76418;
    text-indent: 10%!important;
}
.cj_jidelak_radek_popis2 {
    width: 100%;
    float: left;
    clear: both;
    font-size: 0.7em!important;
    text-align: left;
    color: #A76418;
    text-indent: 10%!important;
}
.cj_jidelak_radek_dodani_special {
    width: 100%;
    min-height: autp;
    font-weight: 600;
    text-align: center!important;
    font-size: 1em;
    float: left;
    clear: both;
    color: rgba(239,232,224,1.00);
    background-color: rgba(167,100,24,1.00);
    padding-top: 5px;
    padding-bottom: 5px;
}
.cj_jidelak_velikost {
    width: 20%;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 0.6em;
}
.cj_jidelak_velikost2 {
    width: 20%;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 0.6em;
}
.cj_jidelak_nazev {
    width: 60%;
    float: left;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;    
}
.cj_jidelak_nazev2 {
    width: 100%!important;
    height: auto;
    float: left;
    clear: both;
    text-align: center; 
	font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.cj_jidelak_cena{
    width: 50%!important;
    height: 48px;
    line-height: 48px;
    float: left;
    text-align: right; 
    font-size: 1.2em;
}
.cj_jidelak_kosik{
    width: 40%;
    height: 48px;    
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 15px;
}
.cj_jidelak_kosik input[type="image"]{
    width: 32px;
    height: 32px;
    background-image: url(../img/ikony/kosik.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none!important;
    cursor: pointer;
    font-size: 0px!important;
    float: right;
}
.cj_jidelak_kosik select{
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 1em;
    float: left;
    margin-right: 15px;
    border: 1px solid rgba(167,100,24,1.00);
    color: rgba(167,100,24,1.00);
}
.cj_jidelak_alergeny1 {
    width: 100%;
    height: 16px;
    line-height: 16px;
    float: left;
    clear: both;
    font-size: 0.6em;
    cursor: pointer;
}
.cj_jidelak_alergeny2 {
    width: 100%;
    min-height: auto;
    float: left;
    clear: both;
    display: none;
    font-size: 0.8em;
    background-color: rgba(100,88,64,0.47);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;  
    cursor: pointer;
}
/* OTEVIRACI DOBA */
.cj_kontakt_radek {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    float: left;
    clear: both;
}
.cj_kontakt_radek_label {
    width: 100%;
    height:  24px;
    line-height: 24px;
    float: left;
    text-align: center;
}
.cj_kontakt_radek_obsah {
    width: 100%;
    height: 32px;
    line-height: 32px;
    float: left;
    text-align: center;
}
/* OTEVIRACI DOBA PATA */
.cj_kontakt_pata_radek {
    width: 100%;
    height: 48px;
    margin-bottom: 3px;
}
.cj_kontakt_pata_radek_label {
    width: 48%;
    height:  48px;
    line-height:  48px;
    float: left;
    margin-right: 2%;
    text-align: right;
}
.cj_kontakt_pata_radek_obsah {
    width: 48%;
    height: 48px;
    line-height:  48px;
    float: left;
    text-align: left;
}
/* VRSTAVA JARO 2018 */
.vrstva_jaro_2018 {
	width: 100%;
	height: 12vh;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #A76418;
	z-index: 5000;
}
.vrstva_jaro_2018 span {
	display: block;
	min-height: 3vh;
	line-height: 3vh;
	text-align: left;
	width: 96%;
	font-size: 0.85em;
	font-family: "Aller light", sans-serif!important;
    margin-top: 0.5vh;    
}
.vrstva_jaro_2018 img{
	width: 3vh;
	height: 3vh;
	float: left;
	margin-left: 2%;
    margin-right: 1%;
    margin-top: 0.5vh;
}

/* reklamni vrstva 01 */
.reklamni_vrstva_01 {
	width: 80vw;
	height: auto;
	position: absolute;
	top: 30vh;
	left: 8vw;
	background-color: #FFFFFF;
	z-index: 5000;
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	border: 0px 5px rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(29,5,6,1.00);
	box-shadow: 0px 0px 10px 5px rgba(29,5,6,1.00);
	border-radius: 10px;
}
.reklamni_vrstva_01_objekt {
	width: 90%;
	height: auto;
	margin: 5%;
}
.reklamni_vrstva_01_objekt img {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-top: 5%;
}
.reklamni_vrstva_01_zavrit {
	width: 90%;
	height: 36px;
	line-height: 36px;
	margin: 5%;
	cursor: pointer;
	text-align: center;
	background-color: #A76418;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.reklamni_vrstva_01_zvarit:hover {
	background-color: #D79141;
}
/*  VRSTVA MAPA GOOGLE */
.cj_vrstva_google {
	width: 100vw;
	height: 100vh;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 5000;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: left!important;
	align-items: center!important;
	align-content: center!important;
	-webkit-box-shadow: 0px 0px 20px 5px #020202;
	box-shadow: 0px 0px 20px 5px #020202;
	background-image: url(../img/bg/bg_black_70.png);
	background-repeat: repeat;
	display: none;
}
.cj_vrstva_google iframe {
	width: 80vw;
	height: 80vh;
	margin-top: 10vh;
	margin-left: 10vw;
	-webkit-box-shadow: 0px 0px 20px 10px #000000;
	box-shadow: 0px 0px 20px 10px #000000;
}
/* LOGO */
.cj_logo {
	width: 21.5%;
	position: absolute;
	margin-top: 77px;
	margin-left: 10%;
	z-index: 1000;
}
.cj_logo img {
	width: 100%;
	height: auto;
}
/*  WEB */
.cj_web {
	width: 100%;
	min-height: 1600px;
	padding: 0px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}
/* HLAVA */
.cj_hlava {
	height: 80px;
	width: 100%;
	background-image: url(../img/background/bg_hlava.jpg);
	background-size: cover;
	float: left;
	clear: both;	
}
.cj_hlava_menu_mobil_iko {
	width: 10%;
	height: 80px;
	float: left;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
}
.cj_hlava_menu_mobil_iko img {
	width: 80%;
	height: auto;
}
.cj_hlava_rezervace {
	width: 24%;
	height: 80px;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: enter!important;
	align-items: center!important;
	align-content: center!important;
	float: left;
}
.cj_hlava_rezervace_tlacitko {
	width: 90%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #A76418;
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.65em;
	letter-spacing: 0.08em;
}
.cj_hlava_objednavka {
	width: 36%;
	height: 80px;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: enter!important;
	align-items: center!important;
	align-content: center!important;
	float: left;
}
.cj_hlava_objednavka_tlacitko {
	width: 90%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #A76418;
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.65em;
	letter-spacing: 0.08em;
}
.cj_hlava_oteviracka {
	width: 44%;
	height: 80px;
	font-family: "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	float: left;
	color: #2B2B2B;
	text-align: center;
	visibility: hidden;
}
.cj_hlava_menu {
	width: auto;
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
}
.cj_hlava_ikony {
	width: 16%;
	height: 80px;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: right!important;
	align-items: center!important;
	align-content: center!important;
	float: left;
}
.cj_hlava_ikony_box {
	width: 24px;
	height: 24px;
	display: flex;
	flex-flow: row-reverse;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	float: left;
	margin-left: 5%;
}

.cj_hlava_ikony_box img {
	width: 24px;
	height: auto;
}
.cj_hlava_ikony_box a:hover img {
	opacity: 0.8;
}


/*  menu  */
.cj_menu {
	width: 100vw;
	min-height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9500;
	background-color: #FFF;
	box-shadow: 0px 0px 20px 5px #514F4F,1px -1px 21px -3px #DDDDDD;
	-webkit-box-shadow: 0px 0px 20px 5px #514F4F,1px -1px 21px -3px #DDDDDD;
	padding-bottom: 0px;
	background-image: url(../img/background/bg_citaty3.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	border-bottom: 1px solid #A76418;
}
.cj_menu ul {
	height: auto;
	width: 100%;
	list-style: none;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;		
}
.cj_menu ul li {
	min-height: 60px;
	height: auto;
	width: 100%!important;
	list-style: none;
	color: #A76418;
	text-decoration: none;
	display: table-cell;
	float: left;
	font-size: 1.4em;
	position: relative;
	clear: both;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	border-top: 1px solid #A76418;
}
.cj_menu ul li a {
	color: #A76418;
	height: 100%!important;
	display: block;
}
.cj_menu ul li a:hover {
	color: #FFFFFF;
	background-color: #A76418;
}
.cj_menu ul li ul{
	height: auto;
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	-webkit-box-shadow: inset 0px 0px 20px 5px #B1B1B1;
	box-shadow: inset 0px 0px 20px 5px #B1B1B1;
	display: block;
	border-top: 1px solid #A76418;
}
.cj_menu ul li ul li {
	height: 32px!important;
	width: 50%!important;
	line-height: 32px!important;	
	float: left;
	font-size: 0.8em;
	clear: none;
	text-align: center;
	vertical-align: middle;
	border: none;
	display: block;
}
.cj_menu ul li ul li a {
	color: #666;
	display: block;
}

/* ANIMACE */
.cj_animace {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.cj_animace img {
	width: 100%;
	height: auto;
}
/* STRANKA FOTO */
.cj_stranka_foto {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.cj_stranka_foto img {
	width: 100%;
	height: auto;
}
.cj_stranka_foto2 {
	width: 100%;
	height: 88px;
	float: left;
	clear: both;
    overflow: hidden;
}
.cj_stranka_foto2 img {
	width: 100%;
	height: 88px;
}
/* OBSAH */
.cj_obsah_pozadi {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-image: url(../img/background/pozadi2.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;	
}
.cj_obsah {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.cj_obsah_salek {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	text-align: center;
}
.cj_obsah_salek img {
	width: 30%;
	height: auto;
	padding-top: 0px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.cj_obsah_text {
	width: 70%;
	height: auto;
	margin-left: 15%;
	color: #000000;
	font-family: "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
}
.cj_obsah_text_50 {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-right: 9%;
	text-align: left;
}
.cj_obsah_text_lista {
	width: 100%;
	height: 48px;
	background-color: #A76418;
}
.cj_obsah_text_lista_iko {
	width:  48px;
	height:  48px;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
}
.cj_obsah_text_lista_iko img {
	width: 80%;
	height: auto;
	margin: 10%;
}
.cj_obsah_text_lista_text {
	width: auto;
	height:  48px;
	line-height:  48px;
	color: #FFFFFF;
	float: left;
	display: block;
}
.cj_obsah_text_lista_text a{
	color: #FFFFFF;
}
.cj_obsah_text_lista_2 {
	width: 100%;
	height:  48px;
	border-bottom: 2px solid #A76418;
	float: left;
	clear: both;
	margin-top:  48px;
	margin-bottom:  20px;
}
.cj_obsah_text_lista_text_2 {
	width: auto;
	height:  48px;
	line-height:  48px;
	float: left;
	display: block;
	font-family: "Aller", sans-serif;
	font-weight: 600;
}
.cj_obsah_text_lista_3 {
	width: 100%;
	height:  38px;
	line-height: 38px;
	color: #A76418;
	float: left;
	clear: both;
}
.cj_obsah_text_lista_4 {
	width: 100%;
	height: auto;
	line-height: 38px;
	font-size: 1.1em;
	float: left;
	clear: both;	
}
.cj_obsah_text_lista_5 {
	width: 100%;
	height:  38px;
	line-height:  38px;
	float: left;
	clear: both;	
	font-family: "Aller", sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	color: #000000;
}
.cj_obsah_text h1 {
	color: #000000;
	font-family: "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.18em;
	display: inline;
	margin-top: 30px!important;
	clear: both;
	width: 100%!important;
	float: left;
	margin-bottom: 0px!important;
}
.cj_obsah_text h2 {
	color: #A76418;
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.cj_obsah_text h3 {
	color: #A76418;
	font-family: "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}
.cj_obsah_text h4 {
	color: #A76418;
	font-family: "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-style: italic;
}
.lista-hneda {
	background-color: #A76418;
	height: 0.4vw;
	width: 10%;
	margin-left: 45%;
	margin-right: 45%;
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* CITATY */
.cj_citaty {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-image: url(../img/background/bg_citaty3.png);
	background-size: cover;
}
.cj_citaty_text {
	width: 70%;
	height: auto;
	margin-left: 15%;
	color: #A76418;
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-top: 80px;
	margin-bottom: 80px;
	font-style: italic;
	text-align: center;
	line-height: 1.1em;
}
/* MAPA */
/* MAPA */
.cj_mapa {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	cursor: pointer;
}
.cj_mapa img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

/* BANNER HP */
.cj_banner_hp {
	width: 100%;
	height: auto;
	background-image: url(../img/bannery/nabidka_prace.jpg);
	background-size: cover;
	float: left;
	clear: both;
	text-align: center;
}
.cj_banner_hp_box {
	width: 80%;
	height: auto;
	background-image: url(../img/bg/bg_black_70.png);
	background-repeat: repeat;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 6.2%;
	color: #FFFFFF;
	font-family: "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.cj_banner_hp_box a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
}
.cj_banner_hp_box a:hover {
	color: #A76418;
}
.cj_banner_hp_box h2 {
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
}
.cj_banner_hp_box h3 {
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
}
.cj_banner_hp_box ul li h3 {
	text-align: left;
}


/* PATA */
.cj_pata {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #000;
	color: #FFFFFF;
	font-family: "Aller", "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 150px;
}
.cj_pata_box {
	width: 92%!important;
	height: auto;
	margin-left: 3%;
	margin-right: 4%;
	margin-top: 2%;
	float: left;
	padding-bottom: 20px;
	display: block;
}
.cj_pata_box_titulek {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #A76418;
	text-indent: 20px;
}
.cj_pata_box_obsah {
	width: 80%;
	margin-left: 7%;
	margin-top: 20px;
	font-size: 0.9em;
}
.cj_pata_box_obsah a {
	color: #A76418;
}

.cj_pata_box_obsah a:hover {
	color: #999999;
}
.cj_pata_box_obsah_radek {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cj_pata_box_obsah_radek .text_bila {
	color: #FFFFFF;
}

.cj_pata_box_obsah_radek .text_hneda {
	color: #A76418;
}
/*  menu  PATA */
.cj_menu_pata {
	width: 95%;
	font-size: 0.85em;	
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	justify-content: left!important;
	align-items: center!important;
	align-content: center!important;	

}
.cj_menu_pata ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;		
}
.cj_menu_pata ul li {
	width: 80%;
	height: 32px;
	line-height: 32px;
	float: left;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	font-family: "Aller Light", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	clear: both;
	text-indent: 20px;
}
.cj_menu_pata ul li a {
	color: #A76418;
	display: block;
	text-decoration: none;
}
.cj_menu_pata ul li a:hover {
	color: #FFFFFF;
	background-color: #A76418;
}
.cj_menu_pata ul li ul{
	display: block!important;
	width: 0px!important;
	height: 0px!important;
	overflow: hidden!important;
	position: absolute;
	top: -5000;
}
.cj_menu_pata ul li ul li{
	width: 0px!important;
	height: 0px!important;
	overflow: hidden;
	position: absolute;
	top: -5000;	
}

/* ANIMACE */
.wbn_img_animace {
  width: 100%!important;
  height: 45vw!important;
  overflow: hidden;	
	display: block;
	left: 0px;
	top: 0px;	
	float: left;
	clear: both;
}
.wbn_img_animace_box {
  position: absolute;
  width: 100%!important;
  height: 45vw!important;
  overflow: hidden;	
  margin: 0;
  padding: 0;	
}

figure {
	position: absolute;
	width: 100vw;
	height: 45vw;
	opacity: 0;
	/*animation*/
	animation: slideShow 24s linear infinite 0s;
	-o-animation: slideShow 24s linear infinite 0s;
	-moz-animation: slideShow 24s linear infinite 0s;
	-webkit-animation: slideShow 24s linear infinite 0s;
  margin: 0;
  padding: 0;
}
figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}


/*  ANIMACE CITATY */
.cj_citaty {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-image: url(../img/background/bg_citaty3.png);
	background-size: 220% auto;
}
#cj_citaty_text_box {
	overflow: hidden;
	display: block;
}
.cj_citaty_objekt {
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;	
	
}	
.cj_citaty_text_citat_autor {
	font-size: 1em;
	width: 100%;
	clear: both;
	line-height: 160%;	
}
.cj_citaty_text_citat {
	font-size: 1.2em;
	line-height: 130%;
	width: 100%;
	clear: both;	
}
#cj_citaty_objekty {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#cj_citaty_objekty ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

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

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



/* LIDE */
.cj_lide_box {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 5%;
	overflow: hidden;
	float: left;
	margin-bottom: 3vw;
	border-top: 0.4vw solid #A76418;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px 3px #989797;
	box-shadow: 0px 0px 15px 3px #989797;
}
.cj_lide_box_foto {
	width: 100%;
	float: left;
	clear: both;
}
.cj_lide_box_foto img {
	width: 100%;
	height: auto;
}
.cj_lide_box_foto_jmeno {
	width: 100%;
	height: 48px;
	line-height: 48px;
	height: auto;
	float: left;
	clear: both;
	font-family: Aller light;
	font-weight: 600;
	font-size: 1.5em;
	color: #A76418;
}
.cj_lide_box_lista {
	width: 100%;
	height: 32px;
	line-height: 32px;	
	height: auto;
	float: left;
	clear: both;
	font-family: Aller light;
	font-weight: 400;
	font-size: 1em;	
}
.cj_lide_pozice {
	width: 100%;
	height: auto;
	font-family: Aller light;
	font-weight: 300;
	font-size: 0.8em;
	color: #666666;
}
.cj_lide_box_button{
	width: 100%;
	height: 32px;
	line-height:32px;
	font-family: Aller light;
	font-weight: 300;
	font-size: 0.8vw;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #A76418;
	cursor: pointer;
}
.cj_lide_box_infobox {
	width: 100%;
	height: auto;
	background-image: url(../img/bg/bg_black_80w.png);
	background-repeat: repeat;
	text-align: center;
	color: #666666;
	position: absolute;
	z-index: 500;
	display: none;
}
.cj_lide_box_infobox span {
	width: 18vw;
	height: 30vw;
	font-size: 1.1vw;
	color: #A76418;
	font-family: Aller light;
	font-weight: 400;	
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
}


/*  GALERIE do STRANKY  */
.cj_foto_objekt {
	width: 46%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	float: left;
	clear: none;
	background-color: rgba(167,100,24,1.00);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.25);
}
.cj_foto_box {
	width: 100%;
	display: block;
	overflow: hidden;
	perspective: 700;
}
.cj_foto_box img {
	margin: 3%;
	width: 94%;

}
.cj_foto_box a img  {
	color: #ACACAC;
}
.cj_foto_box img:hover {
	margin: 2%!important;
	width: 96%;
	transform: rotateY(20deg);
}
.cj_foto_objekt_nazev {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0.85em;
	min-height: 48px;
	max-height: 48px;
	line-height: 48px;
}
.cj_foto_objekt_nazev a{
	color: #FFFFFF;
	text-decoration: none;
}
.cj_foto_objekt_popis {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0.75em;
	color: #C4B99D;
	min-height: 24px;
	max-height: 24px;
}


/*  GALERIE do STRANKY 2 */
.cj_foto2_objekt {
	width: 100%;
	height: auto;
	margin-top: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 1%;
	margin-left: 1%;
	float: left;
	clear: none;
	overflow: hidden;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
}
.cj_foto2_box {
	width: 100%;
	display: block;
	overflow: hidden;
    float: left;
    margin-top: 5px;
}
.cj_foto2_box img {
	width: 40%;
	transition: all 0.6s ease;
	/* transform-style: preserve-3d; */

}
.cj_foto2_box a img  {
	/* color: #ACACAC; */
}
.cj_foto2_boxcj_foto2_box img:hover {
	width: 100%;
	opacity: 0.65;
	/* transform: rotateY(20deg); */
}
.cj_foto2_objekt_nazev {
	width: 96%;
	overflow: hidden;
	text-align: center;
	font-size: 1em;
	line-height: 2em;
    float: right;
    clear: right;
    margin-right: 2%;  
}
.cj_foto2_objekt_nazev a{
	color: #000000;
	text-decoration: none;
}
.cj_foto2_objekt_popis {
	width: 96%;
	overflow: hidden;
    text-align: center;
	font-size: 0.85em;
	color: #C4B99D;
    float: right;
    clear: right;
    margin-right: 2%;
    margin-top: 5px;
    margin-bottom: 10px;
}



/*  REZERVACE */
#cj_lide_dotaz {
	width: 80vw;
	margin-left: 10vw;
	margin-top: 10vw;
	background-image: url(../img/bg/90_cerna.png);
	background-repeat: repeat;
	border: 2px solid #95C12B;
	-webkit-box-shadow: 0px 0px 30px 5px #000000;
	box-shadow: 0px 0px 30px 5px #000000;
	z-index: 2000;
	position: absolute;
	display: none;
}
#cj_lide_dotaz h2 {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
#cj_lide_dotaz h4 {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	display: block;
	font-size: 0.8em;
	font-weight: 300;
	padding-top: 1vw;
	cursor: pointer;
	margin-top: 2vw;
	float: left;
	clear: both;
}
/*  REZERVACE */
#cj_rezervace_vrstva {
	width: 90vw;
	height: auto;
	margin-left: 4vw;
	top: 5vw!important;
	background-image: url(../img/background/pozadi.jpg);
	border: 2px solid #a76418;
	-webkit-box-shadow: 0px 0px 30px 5px #000000;
	box-shadow: 0px 0px 30px 5px #000000;
	z-index: 9000;
	position: absolute!important;
	display: none;
	background-size: 100% auto;
	background-position: center top;
}
#cj_rezervace_vrstva h2 {
	width: 100%;
	color: #a76418;
	text-align: center;
}
#cj_rezervace_vrstva h4 {
	width: 100%;
	color: #a76418;
	text-align: center;
	display: block;
	font-size: 0.8vw;
	font-weight: 300;
	padding-top: 1vw;
	cursor: pointer;
	margin-top: 2vw;
	float: left;
	clear: both;
}

/* Formular */
.cj_formular_radek {
	width: 90%;
	min-height: 48px;
	line-height: 48px;	
	margin-left: 5%;	
	float: left;
	clear: both;
	overflow: hidden;
}
.cj_formular_01_label {
	width: 90%;
	height: 48px;
	line-height: 48px;
	margin-left: 5%;
	float: left;
	clear: both;
	color: #a76418;
	font-size: 1em;
	text-align: center;
	display: block;
}
.cj_formular_01_hodnota_1 {
	width:  90%;
	min-height: 48px;
	line-height: 48px;	
	margin-left: 5%;
	float: left;
	clear: both;
	color: #a76418;
	font-size: 1em;
	display: block;
}
.error_wrapper{
	width: 80%;
	margin-top:-8px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 0.5vw;
	float: left;
	clear: both;
	color: #FFFFFF;
	font-size: 0.65em;
	display: block;
	background-color: rgba(255,0,4,1.00);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
}
.cj_formular_skryj_form{
	width: 80%;
	height: 48px;
	line-height: 48px;
	margin: 10%;
	text-align: center;
	float: left;
	clear: both;
	background-color: #7F7E7E;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
}
.cj_formular_skryj_form:hover{
	opacity: 0.5;
}
.cj_formular_01 {
	width: 100%;
	height: auto;
	float: left;
	clear: both
}
.cj_formular_01 input {
	width: 100%;
	margin-bottom: 1vh;
	height: 36px;
	line-height: 36px;
	float: left;
	color: #a76418;
	border: 1px solid #a76418;
	background-color: #FFFFFF;
	text-indent: 5px;
}
.cj_formular_01 input:focus {
	background-color: #FDF0DF;
	color: #a76418;
}
.cj_formular_01 input[type="submit"] {
	width: 100%;
	margin-bottom: 1vh;
	height: 64px;
	line-height: 64px;
	float: left;
	color: #FFFFFF;
	border: 1px solid #a76418;
	background-color: #a76418;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600!important;
	font-size: 1.2em;
}
.cj_formular_01 input[type="submit"]:focus {
	background-color: #522F08;
	color: #FFFFFF;
}
.cj_formular_01 textarea {
	width: 100%;
	margin-bottom: 1vh;
	height: 240px;
	line-height: 24px;
	float: left;
	color: #a76418;
	border: 1px solid #a76418;
	background-color: #FFFFFF;
	text-indent: 5px;
}
.cj_formular_01 textarea:focus {
	background-color: #FDF0DF;
	color: #a76418;
}


/* clanky */
.cj_clanek {
	width: 100%;
	height: auto;
	margin-bottom: 3vw;
	padding-bottom: 2vw;
	float: left;
	clear: both;
	border-bottom: 1px solid #A76418;
}
.cj_clanek_titulek {
	width: 100%;
	height: auto;
	margin-bottom: 1vw;
	font-weight: 600;
}
.cj_clanek_foto {
	width: 100%;
	height: auto;
}
.cj_clanek_foto img {
	width: 100%;
	height: auto;
}


/* BLOG */
.cj_blog_clanky {
    width: 80%;
    height: auto;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}
.cj_blog_clanek {
	width: 100%;
	height: auto;
	overflow: hidden;
    margin-bottom: 30px!important;
	background-color: rgba(248,244,235,1.00);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.18);
}
.cj_blog_clanek_foto {
	width: 100%;
	height: auto;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;    
}
.cj_blog_clanek_foto img {
	width: auto;
	height: auto;
	max-height: 100%;
    max-width: 100%;
}
.cj_blog_clanek_foto img:hover {
	opacity: 0.5;
}
.cj_blog_clanek_titulek {
	width: 100%;
	height: auto;
    text-align: center;
    margin-top: 10px;
}
.cj_blog_clanek_titulek a {
	font-size: 1em;
    font-weight: 600;
}
.cj_blog_clanek_perex {
	width: 100%;
	height: auto;
	font-size: 0.8em;
    font-weight: 300;
}
.cj_blog_clanek_odkaz {
	width: 100%;
	height: 42px;
    line-height: 42px;
    color: rgba(255,255,255,1.00);
	text-align: center;
	background-image: url(../img/ikony/vice.png);
	background-repeat: no-repeat;
	background-position: 92% 8px;
    background-size: 24px 24px;
    background-color: rgba(25,23,26,1.00);
    cursor: pointer;
    font-size: 0.8em;    
}
.cj_blog_clanek_odkaz:hover {
	opacity: 0.8;
}
.cj_blog_detail_leva {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	clear: left;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.22);
}
.cj_blog_detail_prava {
	width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    text-align: center!important;

}
.cj_blog_detail_leva_foto {
	width: 100%;
    height: auto;
}
.cj_blog_detail_leva_foto img {
	width: 100%;
    height: auto;
}
.cj_blog_detail_leva_video {
    width: 70vw!important;
    min-height: 38vw!important;
}
.cj_blog_detail_leva_video iframe {
    width: 70vw!important;
    min-height: 38vw!important;
}
.cj_blog_detail_full{
    width: 100%;
    height: auto;
    margin-top: 20px;
    clear: both;
}
.cj_blog_detail_datum{
    width: 100%;
    height: auto;
    text-align: center;
    color:rgba(167,100,24,0.66);
    font-size: 0.8em;
    float: left;
    clear: both;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-top: 16px;
}
.cj_blog_detail_datum div{
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}