/* UNCATEGORIZED */
.cm-read-more {
    display: none;
}
.foto .cell {
    display: inline-block;
}

/* ESHOP */
.eshop-grid {
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: top;
}
.eshop-menu {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 200px;
}
.eshop-menu li {
    padding-left: 15px;   
}
.eshop-menu li a:focus {
    outline: 0;
}
.product {
    vertical-align: top;
    display: inline-block;
}
.product.product-with-same-in-cat, .product.product-with-cats {
    width: calc(100% - 250px);    
}
.product .left {
    vertical-align: top;
    display: inline-block;
    width: 500px;
}
.product .right {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 550px);
}
.product-gallery-wrapper {
    margin-top: 20px;
    width: 400px;
    position: relative;
}
.main-image {
    /*height: 400px;*/
    width: 400px;
    line-height: 400px;
    text-align: center;
    max-width: 100%;
    position: relative;
}
.main-image img {
    vertical-align: middle;
}
.ui-widget-overlay {
    background: #333 !important;
	opacity: .6 !important;
}
.ui-dialog {
    max-width: 100%;
}
.ui-dialog .ui-dialog-title {
    white-space: normal !important;
}
/* štítky */
.ribbon-box {
	right: -4px;
	top: -4px !important;
    height: 125px;
    overflow: hidden;
    width: 125px;
    z-index: 0;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
}
.ribbon-label {
	background: #aaa;
    color: #fff;
    padding: 8px 0 8px;
    right: -39px;
    text-shadow: 1px 1px rgba(0,0,0,.24);
    top: 36px;
    transform: rotate(45deg);
    width: 170px;
    z-index: 1;
    display: block;
    position: absolute;
    text-align: center;
    line-height: normal;
}
.ribbon-label::after, .ribbon-label::before {
  	border-style: solid;
  	border-width: 4px 4px 0;
  	bottom: -3px;
  	content: ".";
  	text-indent: -5000px;
  	width: 0;
  	height: 0;
  	position: absolute;
  	border-color: #a2730c transparent transparent;
}
.ribbon-label::before {
    right: 4px;
    transform: rotate(225deg);
}
.ribbon-label::after {
  left: -2px;
  transform: rotate(135deg);
}
@media (max-width: 980px) {
    .product .right {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .eshop-menu, .eshop-grid {
        width: 100%;
    }
    .eshop-menu li {
        display: inline-block;
        padding: 4px 10px;
    }
    .product .main-image {
        max-width: 100%;
    }
    .product, .product .right, .product .left {
        width: 100%;
    }
    .product .detail .left {
        width: 100%;
    }    
    .product .right {
        width: 100%;
    }
    .product .main-image, .product .product-gallery-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .product.product-with-same-in-cat, .product.product-with-cats {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .product-gallery-wrapper {
        width: 280px;
    }
    .main-image {
        width: 300px;
        line-height: 300px;
    }
}

/* zasielkovna */
.autocomplete-suggestions {
    width: 100% !important;
    max-width: 524px;
    overflow-y: auto;
    border: 1px solid #bbb;
}
.autocomplete-suggestions:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    left: 120px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid green;
}
.autocomplete-suggestions .autocomplete-suggestions-inner {
    color: #000;
    font-size: 14px;
    text-align: left;
    width: 100% !important;
    max-height: calc(100vh - 90px) !important;
    padding: 0;
    border: 2px solid green;
    border-radius: 2px;
    margin-top: 10px;
    background-color: #ddd;
    overflow-y: auto;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.autocomplete-suggestions .autocomplete-zasielkovna {
    position: relative;
    z-index: 10000;
}
.autocomplete-suggestions .autocomplete-zasielkovna .autocomplete-suggestion > h4 {
    display: none;
}
.autocomplete-suggestion {
    width: 100%;
    cursor: default;
}
.autocomplete-suggestion > h4, .autocomplete-suggestion > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 10px;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
}
.autocomplete-suggestion > h4 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: green;
}
.autocomplete-suggestion.autocomplete-selected > span {
    background-color: #ddd;
}
.zasielkovna-choosed {
    font-weight: bold;
}
.choose-zasielkovna {
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.15s;
    position: relative;
    top: -16px;
    padding-top: 0px;
    border-bottom: 0px solid #ddd;
}
.modern-form .choose-zasielkovna.select-group::after {
    top: 49px;
    right: 12px;
}
.modern-form input[type="text"].zasilkovna {
    border-color: #ddd;
}
.choose-zasielkovna .label {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.choose-zasielkovna.open {
    height: 66px;
    padding-top: 8px;
    border-bottom: 1px solid #ddd;
}
.choose-zasielkovna .dropdown-button {
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 5px;
    right: 1px;
}
.choose-zasielkovna .dropdown-button  i {
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    left: 14px;
    top: 12px;
}
.choose-zasielkovna .dropdown-button .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#zasielkovna-link {
    position: absolute;
    right: 3px;
    top: -7px;
}
#zasielkovna-link img {
    width: 30px;
}
.snake-block.with-bg-video {
    position: relative;
    overflow: hidden;
}
video.snake-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

@media (max-width: 750px) {
    .choose-zasielkovna .label {
        margin-left: -10px;
        text-align: left;
    }
    table.form input.zasielkovna {
        max-width: 100%;
    }
}

/* COOKIE BAR */
.cookie-bar-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px 25px 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    z-index: 10000;
    box-sizing: border-box;
}
.cookie-bar-container div {
    box-sizing: border-box;
}
.cookie-bar {
    color: #FFFFFF;
    background-image: url('/images/cookie-transparent.png');
    background-size: 50px;
    background-repeat: no-repeat;
}
.cookie-bar .option {
    padding: 5px 0 10px 0;
    color: #2B2B2B;
}
.cookie-bar .option input {
    margin-right: 10px;
}
.cookie-bar > .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.cookie-bar .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 25px;
}
.cookie-bar .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.cookie-bar .right .left {
    padding-left: 50px;
}
.cookie-bar .right .right {
    text-align: right;
    padding-right: 25px;
    padding-bottom: 20px;
}
.cookie-bar .message {
    display: inline-block;
    width: 100%;
    color: #2B2B2B;
    text-align: left;
    padding-bottom: 20px;
}
.cookie-bar .button {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: white;
    width: 140px;
    font-weight: normal;
    text-align: center;
    border: 1px solid;
}
.cookie-bar .button.primary {
    color: #fff;
    background-color: #498024;
    border-color: #498024;
}
.cookie-bar .button.secondary {
    color: #606060;
    border-color: #606060;
}
.cookie-bar .button.primary:hover,
.cookie-bar .button.primary:focus {
    background-color: #39641c;
}
.cookie-bar .button.secondary:hover,
.cookie-bar .button.secondary:focus {
    background-color: #e0e0e0;
}
@media (max-width: 750px) {
    .cookie-bar .left, .cookie-bar .right {
        width: 100%;
    }
    .cookie-bar .left {
        padding-left: 25px;
        border: 0;
    }
    .cookie-bar .right .right {
        text-align: center;
        padding: 20px;
    }
}
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Roboto Condensed";
    font-size: 12px;
    color:#252525;
    background: url(/domains/kadak/UserFiles/web/bg.png) top center repeat-x; 
    text-align: left;
    padding: 0 70px;
}
a {
    color: #252525;
    /* text-decoration: none; */
}

h1, h2, h3, h4, h5 {
    color: #ff8300;
    margin-top: 20px;
    margin-bottom: 5px;
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {
    
}

h5 {
    
}

menu, ul {
    list-style-type: none;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}


.languages span {
    color: #000000;
    font-weight: medium;
    padding: 0 4px;
}

.languages a {
    color: #999999;
    text-decoration: none;
    font-weight: medium;
    padding: 0 4px;
}

.languages a:hover {
    text-decoration: underline;
  
}
.header {
    height: 99px;
    width: 1000px;
    float: right;
    background: url(/domains/kadak/UserFiles/web/header.png) no-repeat;

}
.header .logo {
    height: 80px;
    width: 424px;
    float: left;
    background: url(/domains/kadak/UserFiles/web/log.png) no-repeat;   
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 200; 
}

.board {
    width: 1000px;
    float: left;
    /* font-size: 0px; */
}

.block {
    border-top: 0px transparent;
    width: 1000px;
    float: left;
    background: url(/domains/kadak/UserFiles/web/bgt.png) repeat-y
}

.left-panel {
    float: left;
}

.left-panel-container {
    float: left;
    width: 0px;
    min-height: 0px;
}

.left-panel-content {
    padding: 20px 20px 0 0px;
    font-size: 11px;
    position: relative;
}

.right-panel {
    float: left;
    display: block;
    margin: 5px 0px 0px 0px;
    width: 800px;
    /*
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    */
}

.right-panel-container {
    float: left;
    width: 1000px;
    height: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.right-panel-content {
    
}

.right-panel-content a {
    float: left;
    font-size: 0;
}

.right-panel-content a img {
}

.right-panel-image {
    float: left;
    width: 250px;
    font-size: 0;
    margin-right: 0px;
}

.right-panel-image img {
    width: 250px;
    height: 120px;
    border: 0;
}

.right-panel-bar-container {
    width: 120px;
}

.right-panel-bar {
    position: absolute;
    height: 73px;
}

.right-panel-bar-content {
    background: url("/domains/kadak/UserFiles/web/transparent.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6d6d6d !important;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 121px;
    line-height: 14px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 250px;
}


.right-panel-image a:hover {
    text-decoration: none;
    background: url(/domains/kadak/UserFiles/web/tien_right.png);
}
.middle-panel {
    float: left;
    width: 960px; /* 560px */
    min-height: 400px;
}

.middle-panel-content {
    /* background: url(/domains/kadak/UserFiles/web/middle-panel-bg.png) repeat-x #eaeaea; */
    padding: 0px 0px 0x 0px;
    margin-left: 250px;
    margin-right: 0px;
    line-height: 16px;
}

.footer {
    float: left;
    width: 1000px;
    background: #3b3b3b;
    color: #979797;
}

.footer a {
    color: #979797;
}

.footer-content {
    padding: 12px 0;
    margin: 0 auto;
    width: 1000px;
}

.footer-shadow {
    float: left;
    width: 1000px;
    height: 50px;
    background: url(/domains/kadak/UserFiles/web/footer-shadow.png) top center no-repeat;
}

.footer-shadow-content {
    text-align: right;
    padding: 15px 0 0 0;
    font-size: 11px;
}

.footer-shadow-content a {
    border: 0;
    color: #979797;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
}

.footer-shadow-content a:hover {
    text-decoration: underline;
}

.footer-shadow-content img {
    border: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#footer-table-1 {
    
}

#footer-table-1 td {
    font-size: 11px;
    padding-right: 30px;
}

#footer-table-1 td a {
    font-size: 11px;
    text-decoration: none;
}

#footer-table-1 td a:hover {
    text-decoration: underline;
}

/* horne menu */


.ddsmoothmenu {
    font-size: 14.5px;
    font-weight: 700;
    background: transparent;
    float: right;
    margin: 11px -3px 0px 0px;
}

.ddsmoothmenu ul li {
    position: relative;
}

.ddsmoothmenu ul li a {
    background: none;
    padding: 30px 10px;
    color: #ffffff;
    text-decoration: medium;
    font-family: "Roboto Condensed";
    line-height: 0px;
    /* text-shadow 0 0 0 #999999; */
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #000000;
    margin: 28px 3px 0px 0px;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: url(/domains/kadak/UserFiles/web/menu-active.png) repeat-x;
    color: white;
}

.ddsmoothmenu ul li a:hover {
    background: url(/domains/kadak/UserFiles/web/menu-active.png) repeat-x;
    color: white;

}

.ddsmoothmenu ul li ul {
background: none repeat scroll 0 0 #ffffff;
padding: 10px 0 5px 10px;
position: absolute;
text-align: left;
width: 130px !important;
z-index: 1000;
}

.ddsmoothmenu ul li ul li {
    display: inline;
}

.ddsmoothmenu ul li ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    padding: 0px 0 10px 0;
    margin: 0 38px 0 0 !important;;
    border-top-width: 0;
    text-shadow: none;
    background: none;
    line-height: 16px;
}

.ddsmoothmenu ul li ul li:last-child a {
    margin-right: 38px;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #6D6D6D;
    background: none repeat scroll 0 0 #ffffff;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    color: #ff8300;
    background: none repeat scroll 0 0 #ffffff;
}

.ddsmoothmenu ul li ul li a:hover{
    color: #ff8300;
    background: none repeat scroll 0 0 #ffffff;
}



.downarrowclass{
    /* position: absolute; */
    /* top: 41px; */
    /* right: 7px; */
    position: static;
    margin: 0 0 0 0px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}


/* left menu */


ul.leftmenu {
    min-height: 200px;
    display: block;
    float: left;
    width: 220px;
    padding-top: 39px;
    /* background: #dadada; */
}

ul.leftmenu {
    font-size:1.3em;
    font-weight: Bold;
    margin-button: 0px;
}

ul.leftmenu li {
    background: 0;
    line-height: Bold;
    padding: 0 0 0 15px;
    /* height:1%;*/
}

ul.leftmenu li.leftColumn_title a{
    background: url(/domains/kadak/UserFiles/web/menu_active.png) repeat-x;
    color: black;
}

ul.leftmenu li.leftColumn_title a:hover{
    color: #000000; 
    background-color: #e00000;
}

ul.leftmenu li a {
    position: relative;
    padding: -30px 0px 2px 0px;
    display: block;
    text-decoration: none;
    font-family: "Roboto Condensed";
    font-weight: Bold;
    font-size: 12.5px;
    line-height: 28px;
    color: #000000;
    
}

ul.leftmenu li a.selected {
    background:url(/domains/kadak/UserFiles/web/menu_active.png) repeat-x;
    
}


ul.leftmenu li a:hover {
    background: #4a4a4a;
    color: #ffffff;
}

ul.leftmenu li a.selected {
    color: #ffffff;
    background: url(/domains/kadak/UserFiles/web/menu_active.png) repeat-x;
    text-decoration: none;
}

ul.leftmenu li ul {
    display: none;
    font-size: 1.1em;
    padding: 0px;
    margin: 0;
    background: 0;
}

ul.leftmenu li ul li {
    padding: 0 0 0 20;
}

ul.leftmenu li ul li a {
    padding-left: 10px;
    font-size: 14px;
}

ul.leftmenu li ul li ul li a {
    padding-left: 10px;
    font-size: 12px;
}


.downarrowclass{
    position: absolute;
    top: 55px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}
.kontakt {
    position: absolute;
    top: 220px;
    left: 15px;
    width: 200px;
}


.search form input[type=text] {
    border: 0px solid #ffffff;
    background: url(/domains/kadak/UserFiles/web/input_bg.png) no-repeat; #0e3083; 
    padding: 2px 7px 0 8px;
    width: 120px;
    font-size: 11px;
}

.search-record {
    margin: 10px 0;
}

.search form input[type=submit] {
    background: url(/domains/kadak/UserFiles/web/lupa.png) no-repeat;
    border: 0 none;
    font-size: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    position: relative;
    top: -5px;
}


/*
	SLIDESHOW
*/

#big-slider {
        float: left;
	width:1000px;
	height:323px;
	position:relative;
}

#big-slider #frame {
	position:absolute;
	z-index:110;
	width:1000px;
	height:323px;
	top:-323px;
	left:0px;
}

#big-slider #bigslides {
	position:absolute;
	z-index:90;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#big-slider .slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#big-slider .slide-content {
	width:1000px;
	height:323px;
        font-size: 12px;
}

#big-slider .slide-content .slide-container {
	padding: 30px;
}

#big-slider .slides_container .slide {
	width:1000px;
	height:323px;
}

#big-slider .slides_container .slide img {
	width:1000px;
	height:323px;
        border: 0;
}


/*
	Next/prev buttons
*/

#big-slider #bigslides .next,#bigslides .prev {
	position:absolute;
	top:130px;
	right:250px;
	width:32px;
	height:55px;
	display:block;
	z-index:101;
        font-size: 0;
}


#big-slider #bigslides .prev {
        background: url(/domains/kadak/UserFiles/web/arrow-prev.png) no-repeat;
	left:-53px;
}

#big-slider #bigslides .next {
	left:1000px;
        background: url(/domains/kadak/UserFiles/web/arrow-next.png) no-repeat;
        left:1023px;
}




/*
	Pagination
*/
#big-slider .pagination {
    float: right;
    min-width: 10px;
    position: absolute;
    z-index: 5;
}

#big-slider .pagination li {
    float: left;
    left: 11px;
    list-style: none outside none;
    margin: 0 3px;
    position: relative;
    top: -30px;
}

#big-slider .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/domains/kadak/UserFiles/web/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#big-slider .pagination li.current a {
	background-position:0 -12px;
}


/*
	Footer
*/

#big-slider #footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#big-slider #footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/* slider */

.wslider {
	height:318px;
	background:black;
	overflow:hidden;
	position:relative;
}

.wslider-slide {
	position:absolute;
	display:none;
	background:black;
	border-left:1px solid #222;
}

a.wslider-slidelink, a.wslider-slidelink:visited {
	display:block;
	width:100%;
	height:100%;
	background: no-repeat left center;
	margin:0;
	padding:0;
	text-decoration:none;
	color:white;
}

.wslider-panel {
	background:url('/images/slider_panel_back.png');
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	padding:10px 20px;
}

.wslider-panelheader {
	font-size:1.4em;
        margin-bottom: 10px;
}

.wslider-panel.medium {
	background:transparent;
	text-transform:uppercase;
	padding:0 15px;
	width:170px;
}

.wslider-panel.medium .wslider-panelheader {
	font-size:1.1em;
}

.wslider-panel p {
	margin-bottom:0;
	margin-right: 20px;
        line-height: 20px;
}

.wslider-panel.medium p {
	display:none;
}

.wslider img, .wslider-panel {
	display:none;
}
.footer-mark {
    display: inline-block;
    margin-left: 20px;
}


.layer1 {
    position: absolute;
    top: 3px;
    right: 0px;
}

.layer3 {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 422px 0 0 0px;
    z-index: 100;
}

.layer3 a, .layer3 img {
    border: 0;
}

