/* 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: Tahoma;
    font-size: 15px;
    color:#000000;
    background: url(/domains/stevia/UserFiles/web/bg_ok.png) repeat-x top #f0f4e0; 
    text-align: left;
}

a:link { color: #007fc6; text-decoration: underline; } 

a:visited { color: #007fc6; text-decoration: none; } 

a:hover { color: #007fc6; text-decoration: none; } 

a:active { color: #007fc6; text-decoration: none; } 

a.copy:link { color: #007fc6; text-decoration: none; } 

a.copy:visited { color: #007fc6; text-decoration: none; } 

a.copy:hover { color: #007fc6; text-decoration: underline; } 

a.copy:active { color: #007fc6; text-decoration: none; } 

h1, h2, h3, h4, h5 {
    color: #cf0045;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: normal;
}

h1 {
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 30px;
}

h3 {
    
}

h4 {
    
}

h5 {
    
}

menu, ul {
    list-style-type: none;
}

.middle-panel-content ul {
    list-style-type: disc;
    margin-left: 17px;
}

.middle-panel-content ul li {
    padding-left: 5px;
}

.container {
    width: 1000px;
    margin: 0 auto;
    /* background: url(/domains/stevia/UserFiles/images/nadpis.png) top center no-repeat; */
    position: relative;
}

.layer1 {
    position: absolute;
    width: 244px;
    height: 32px;
    margin: 3px 0 0 840px;
    z-index: 100;
}

.layer1 a, .layer1 img {
    border: 0;
}

.layer3 {
    position: absolute;
    width: 250px;
    height: 250px;
    margin: 0px 0 0 982px;
    z-index: 100;
}

.layer3 a, .layer3 img {
    border: 0;
}

.languages {
    text-align: right;
    font-size: 12px;
    padding: 10px 0;
    line-height: 10px;
}

.languages span {
    color: #007fc6;
    font-weight: bold;
    padding: 0 4px;
}

.languages a {
    color: #6d6d6d;
    text-decoration: none;
    font-weight: bold;
    padding: 0 4px;
}

.languages a:hover {
    text-decoration: underline;
}

.header {
    height: 75px;
    width: 1000px;
    float: right;
    /*background: url(/domains/stevia/UserFiles/images/header_bg.png) no-repeat;
    margin: 29px 0px 0px 0px;
    *//*
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    */
}

.header .logo {
    height: 80px;
    width: 160px;
    float: left;
    /*background: url(/domains/stevia/UserFiles/web/logo.png) no-repeat;   
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    */
}

.board {
    width: 1000px;
    margin: -95px 0px 0px 0px;
    float: left;
    font-size: 0px;
}

.block {
    border-top: 0px solid #007fc6;
    margin: 162px 0px 0px 0px;
    width: 1000px;
    float: left;
}

.left-panel {
    float: left;
    background: #f1f4e2;
    position: relative;
}

.left-panel-container {
    float: left;
    width: 218px;
    min-height: 50px;
    /* display: none; */
}

.left-panel-content {
    padding: 15px 0px 0px 0px ;
}

.right-panel {
    float: left;
    display: block;
    margin: -140px 0px 0px 0px;
    width: 782px;
    /*
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    */
}

.right-panel-container {
    float: left;
    width: 1008px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: -218px;
}

.right-panel-content {
    
}

.right-panel-content a {
    float: left;
}

.right-panel-content a img {
}

.right-panel-image {
    float: left;
    width: 328px;
    font-size: 0;
    margin-right: 8px;
}

.right-panel-image img {
    width: 328px;
    height: 140px;
    border: 0;
}

.right-panel-bar-container {
    width: 328px;
    float: left;
    position: relative;
    top: -41px;
}

.right-panel-bar {
    position: absolute;
    float: left;
    width: 328px;
    height: 41px;
    overflow: hidden;
}

.right-panel-bar-content {
    float: left;
    width: 328px;
    height: 41px;
    background: none;
    color: #000000 !important;
    padding: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    /*
    position: relative;
    top: 150px;
    */
    text-decoration: none;
}


.right-panel-bar-content:hover {
    text-decoration: none;
    background: url(/domains/stevia/UserFiles/web/transparent2.png);
}

.middle-panel {
    float: left;
    width: 782px; /* 560px */
    min-height: 365px;
    background: #ffffff;
}

.middle-panel-content {
    padding: 20px 20px 20px 20px;
    /*line-height: 17px;*/
}

.footer {
    float: left;
    width: 1000px;
    background: #cf0045;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

.footer-content {
    padding: 12px 20px;
}

.footer-shadow {
    float: left;
    width: 1000px;
    height: 50px;
    background: url(/domains/stevia/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: #000000;
    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: 15px;
    font-weight: bold;
    background: transparent;
    float: right;
    margin: 246px 0px 0px 0px;
}

.ddsmoothmenu ul li a {
    background: none;
    padding: 11px 20px;
    color: #6d6d6d;
    text-decoration: bold;
    font-family: Arial;
    line-height: 13px;
    /* text-shadow 0 0 0 #999999; */
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #6d6d6d;
    margin: 0px 0px 0px 0px;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: url(/domains/stevia/UserFiles/web/menu_active.png) repeat;
    color: #ffffff;
}

.ddsmoothmenu ul li a:hover {
    background: url(/domains/stevia/UserFiles/web/menu_active.png) repeat;
    color: #ffffff;
}

.ddsmoothmenu ul li ul li a{
    font-size: 14px;
    font-weight: bold;
    width: 160px;
    padding: 10px 5px 10px 10px;
    margin: 0;
    border-top-width: 0;
    background: #007ec6;
    color: #6d6d6d;
    text-shadow: 0 0 2px #666666;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #6d6d6d;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    background: #ffffff;
    color: #6d6d6d;
}

.ddsmoothmenu ul li ul li a:hover{
    background: #ffffff;
    color: #6d6d6d;
}



.downarrowclass{
    position: absolute;
    top: 41px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}


/* left menu */


ul.leftmenu {
    min-height: 118px;
    display: block;
    float: left;
    width: 218px;
}

ul.leftmenu {
    font-size:1.1em;
    font-weight: bold;
    margin-button: 13px;
}

ul.leftmenu li {
    background: 0;
    line-height: normal;
    padding: 0 0 0 0;
    /* height:1%;*/
}

ul.leftmenu li.leftColumn_title a{
    background: url(/domains/stevia/UserFiles/web/menu_active.png) repeat;
    color: #ffffff;
}

ul.leftmenu li.leftColumn_title a:hover{
    color: url(/domains/stevia/UserFiles/web/menu_active.png) repeat; 
    background-color: #007ec6;
}

ul.leftmenu li a {
    position: relative;
    padding: 1px 8px 2px 25px;
    display: block;
    color: #6d6d6d;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    background: url(/domains/stevia/UserFiles/web/leftmenu-separator.png) bottom center no-repeat;
}

ul.leftmenu li a:hover {
    background: #cf0044;
    color: #ffffff;
}

ul.leftmenu li a.selected {
    background: #cf0044;
    color: #ffffff;
}

ul.leftmenu li ul {
    display: none;
    font-size: 1.0em;
    padding: 0px;
    margin: 0;
    background: 0;
}

ul.leftmenu li ul li {
    padding: 0 0 0 0;
}

ul.leftmenu li ul li a {
    padding-left: 40px;
    font-size: 12px;
}

ul.leftmenu li ul li ul li a {
    padding-left: 50px;
    font-size: 10px;
}


.downarrowclass{
    position: absolute;
    top: 41px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}

.kontakt {
    padding: 0 0 0 25px;
}

.search form input[type=text] {
    border: 0px solid #ffffff;
    background: url(/domains/stevia/UserFiles/web/input_bg.png) no-repeat; #0e3083; 
    padding: 3px 3px 3px 8px;
    width: 120px;
    font-size: 11px;
}

.search-record {
    margin: 10px 0;
}

.search form input[type=submit] {
    background: url(/domains/stevia/UserFiles/web/lupa.png) no-repeat;
    border: 0 none;
    font-size: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

/*
	SLIDESHOW
*/

#big-slider {
        float: left;
	width:1000px;
	height:301px;
	position:relative;
}

#big-slider #frame {
	position:absolute;
	z-index:0;
	width:1000px;
	height:301px;
	top:50px;
	left:0px;
}

#big-slider #bigslides {
	position:absolute;
	z-index:80;
}

/*
	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:301px;
        font-size: 12px;
}

#big-slider .slide-content .slide-container {
	padding: 20px;
}

#big-slider .slides_container .slide {
	width:1000px;
	height:301px;
}

#big-slider .slides_container .slide img {
	width:1000px;
	height:301px;
        border: 0;
}

/*
	Next/prev buttons
*/

#big-slider #bigslides .next,#bigslides .prev {
	position:absolute;
	top:140px;
	left:-39px;
	width:34px;
	height:25px;
	display:block;
	z-index:101;
}


#big-slider #bigslides .prev {
        background: url(/domains/stevia/UserFiles/web/arrow-prev.png) no-repeat;
	left:-39px;
}

#big-slider #bigslides .next {
	left:1018px;
        background: url(/domains/stevia/UserFiles/web/arrow-next.png) no-repeat;
}

/*
	Pagination
*/

#big-slider .pagination {
    float: right;
    margin: 0px 0px 0px 450px;
    min-width: 10px;
    position: absolute;
    z-index: 101;
}

#big-slider .pagination li {
    float: left;
    left: 11px;
    list-style: none outside none;
    margin: 0 3px;
    position: relative;
    top: -20px;
}

#big-slider .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/domains/stevia/UserFiles/web/pagination.png);
	background-position:0 0;
	float:right;
	overflow:hidden;
}

#big-slider .pagination li.current a {
	background-position:0 -12px;
}

/* futbal countdown */

.futbal-text {
    position: relative;
    top: -9px;
    left: 32px;
    color: #FFF0BF;
}

#futbalCountdown {
    color: #ffffff;
}

.anketa {
    position: absolute;
    top: -8px;
    left: 827px;
    background: url("/images/dark-glass.png") repeat scroll 0 0 transparent;
}

/* PRIHLÁŠKA */

.prihlaska input[type=text], form.prihlaska textarea {
    width: 180px;
}

.prihlaska th {
    font-weight: normal;
}


.prihlaska th, td {
    padding: 3px 10px 3px 0;
}

.prihlaska select {
    width: 182px;
}

.prihlaska select option {
    padding: 2px;
}

.prihlaska button {
    padding: 4px;
}

.err {
    color: red;
}
.footer-mark {
    display: inline-block;
    margin-left: 20px;
}

