body{
	/*letter-spacing:1px;
    font-family: "etica-display", arial;
	font-family: "lft-etica", arial;*/
    background-color: #ebebeb;
    font-size: 15px;
    color: #373734;
}
body,input,textarea {
	font-family: "lft-etica", arial;
}
textarea {
	padding: 5px;
}
input {
	padding-left: 5px;
	padding-right: 1px;
}
img{
    max-width: 100%;
}
.text-right{
    text-align: right;
}
hr{
    border: 1px solid #d8d7d7;
    margin-bottom: 30px;
}
a{
    color: #ca0122;
}
a:hover{
    color: #1d1d1b;
}

input{
    border: none;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 5px;
    width: 100%;
}
.customSelect{
    background-color: white;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
    height: 35px;
    background-image: url('/img/select.png');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-top: 1px;    
}
.hasCustomSelect{
    cursor: pointer;
}
.customSelectInner{
    padding: 10px;
    cursor: pointer;
}

textarea{
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
    resize: vertical;
    height: 100px;
}
label.radio{
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
a.button{
    display: inline-block;
    background-image: url('/img/white-bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #878686;
    color: #1d1d1b;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 6px 14px;
    text-decoration: none;
    background-color: #e3e3e3;
    border: none;
    position: relative;
    padding-top: 9px;
	cursor: pointer;
}
a.button:hover{
    background-image: url('/img/white-h.jpg');
    background-color: #1e1e1c;
    box-shadow: 1px 1px 0 #22798e;
    color: #ea8d04;
}
a.button.odhlasit span{
    background-image: url("/img/odhlasit.png");
    height: 24px;
    left: 11px;
    position: absolute;
    top: 3px;
    width: 22px;
}
a.button.odhlasit:hover span{
    background-image: url("/img/odhlasit-h.png");
}
a.button.odhlasit{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 45px;
}
b {
    font-weight: bold;
}
.clearfix{
    clear: both;
    display: block;
}
.podstrana strong{
    font-weight: bold;
}
.podstrana h1{
    font-size: 33px;
    margin-bottom: 25px;
}
.radek:after{
    content: "";
    display: table;
    clear: both;
}
.radek{
    margin: -5px;
}
.sloupec{
    padding: 5px;
    float: left;
    box-sizing: border-box;
}
.col-6{
    width: 50%;
}
.col-3{
    width: 25%;
}
.col-4{
    width: 37%;
}
.col-8{
    width: 63%;
}
.col-7{
    width: 54%;
    margin-right: 5%;
}
.col-5{
    width: 41%;
}
.logo{
    margin-top: 24px;
}
.navigace{
    margin-bottom: 50px;
}
.navigace .container{
    position: relative;
}

.navigace a{
    color: #ebebeb;
    text-decoration: none;
}
.navigace .oranzova{
    background-color: #ff9900;
    height: 80px;
}
.navigace .seda{
    background-color: #373734;
    height: 48px;
}


.nav1{
    background-color: #FF9900;
    height: 80px;
    position: absolute;
    top: -80px;
    right: 400px;
    width: 320px;
}
.nav1 li{
    float: left;
}
.nav1 li:first-child{
    margin-left: 15px;
}
.nav1 li a{
    display: block;
    margin-top: 15px;
    padding: 22px 13px;
    font-size: 12px;
    text-decoration: none;
}
.nav1 li.aktualni a{
    display: block;
    color: #F90;
    text-decoration: none;
	background-color: #1D1D1B;
}
.nav1 li a:hover{
    display: block;
    color: #FF9900;
    text-decoration: none;
	background-color: #373734;
}

.logBar{
    background-color: #FF9900;
    height: 80px;
    position: absolute;
    top: -80px;
    right: 0px;
    width: 400px;
}
.logBar li{
    position: relative;
    float: left;
}
.logBar li a{
    display: block;
    /*border-right: 1px solid #4f4f4a;*/
    margin-top: 15px;
    padding: 19px 14px;
    font-size: 12px;
    text-decoration: underline;
}

.logBar li.dropdown ul{
    display: none;
}
.logBar li.uzivatel{
    width: 260px;

}
.logBar li.uzivatel a{
    padding-left: 35px;
    padding-right: 30px;
    position: relative;
    font-size: 13px;
}
.logBar li.uzivatel a span{
    display: inline-block;
    position: relative;
	font-size: 15px;
}
.logBar li.uzivatel a:before{
    background: url("/img/uzivatel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 19px;
    left: 7px;
    position: absolute;
    top: 16px;
    width: 20px;
}
.logBar li.uzivatel:hover a{
    color: #1d1d1b;
}
.logBar li.uzivatel:hover a:before{
    background: url("/img/uzivatel-h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.logBar li.dropdown ul{
    background-color: #1d1d1b;
}
.logBar li.dropdown ul li{
    float: none;
    display: block;
    text-align: right;
}
.logBar li.dropdown.active ul li a{
    display: inline-block;
    padding: 15px;
    padding-left: 10px;
    margin: 0px;
    font-size: 15px;
    background-image: url('/img/submenu.png');
    background-position: center left;
    background-repeat: no-repeat;
    color: #ebebeb;
}
.logBar li.dropdown.active ul li a:before{
    display: none;
}
.logBar li.dropdown.active ul{
    display: block;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
}

.logBar li.nakupujete{
    width: 125px;
    color: #EBEBEB;
    background-image: url('/img/kosik.png');
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 13px;
    margin-top: 15px;
}
.logBar li.nakupujete .in{
    padding: 7px 15px 3px 15px;
}
.logBar li.nakupujete a{
    padding: 0px;
    font-size: 17px;
    text-decoration: underline;
    margin: 0px;
    border: none;
    letter-spacing: 1px;
    margin-top: 4px;
	color: white;
}
.logBar li.nakupujete a:hover{
    color: black;
}
.nav2{
    height: 48px;
    float: left;
    position: relative;
}
.nav2 li{
    float: left;
    height: 48px;
    border-right: 1px solid #4f4f4a;
}
.nav2 li:hover{
    background-color: #1d1d1b;
}
.nav2 li a{
    display: block;
    font-size: 15px;
    padding: 16px 10px;
    color: white;

}

.nav2 li.dropdown a{
    background-image: url('/img/drop.png');
    background-position: center right 10px;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.nav2 li ul{
    display: none;
    background-color: #1d1d1b;
    position: absolute;
    top: 45px;
    left: 0px;
    width: 1000px;
    z-index: 9999;
}
.nav2 li.active ul{
    display: block; 
    padding: 20px 0px 20px 0px;
}
.nav2 li.active,.nav2 li.aktualni,.nav2 li:hover{
    background-color: #1d1d1b;
}
.nav2 li.active a,.nav2 li.aktualni a,.nav2 li:hover a{
    color: #ea8d02;
    /*text-shadow: 1px 0px 0px white;*/
}

.nav2 li.dropdown ul li{
    border: none;
    /*width:  25%;*/
    height: auto;
}
.nav2 li.dropdown ul a{
    display: block;
    font-size: 15px;
    padding: 15px 0px 15px 20px;
    margin-left: 10px;
    color: white;
    background-image: none;
    background-image: none; /*url('/img/submenu.png');*/
    background-position: center left 10px;
    background-repeat: no-repeat;
    text-shadow: none;
}
.nav2 li.dropdown ul a:hover{
    opacity: 0.8;
}

.jazyk{
    float: right;
}
.jazyk li{
    background-image: url("/img/drop.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-right: 10px;
    margin-top: 5px;
	padding: 0px;
	position: relative;
    cursor: pointer;
}
.jazyk li.active{
	border-radius: 8px 8px 0px 0px;
	background-color: #484847;
}
.jazyk li:hover{
    background-color: #484847;
}
.jazyk li a{
	display: block;
	padding: 7px 30px 7px 7px;
}

.jazyk li ul{
    display: none;
    left: 0;
    position: absolute;
    top: 35px;
    width: 95px;
    z-index: 999;
}
.jazyk li.active ul{
    display: block;
}
.jazyk img{
    margin-right: 2px;
    vertical-align: bottom;
}
.jazyk li ul li{
    background-image: none;
    margin: 0px;
    border-radius: 0px;
    cursor: default;
    background-color: #484847;
}
.jazyk li ul li a{
	padding-right: 7px;
}

.jazyk li ul li:hover{
    background-color: #0a0a0a;
}

.jazyk li ul li:last-child{
    border-radius: 0px 0px 8px 8px;
}

.vyhledavani{
    background-image: url("/img/lupa-w.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    float: right;
    height: 48px;
    padding-left: 46px;
    padding-right: 5px;
}

.vyhledavani input{
    height: 40px;
    border: none;
    vertical-align: top;
    margin-top: 4px;
    float: left;
    padding: 0px 5px 0px 5px;
    border-radius: 8px 0px 0px 8px;
    width: 205px;
    position: relative;
    z-index: 10;
}
.vyhledavani button.vycistit{
    height: 40px;
    width: 35px;
    border: none;
    vertical-align: top;
    margin-top: 4px;
    float: left;
    background-color: white;
    background-image: url("/img/krizek.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 0px;
    z-index: 10;
    position: relative;
}
.vyhledavani button.odeslat{
    border: none;
    box-shadow: 1px 1px 0px #00647d;
    background-image: url('/img/blue-bg.jpg');
    color: white;
    border-radius: 8px;
    height: 40px;
    vertical-align: top;
    margin-top: 4px;
    float: left;
    margin-left: -8px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    padding-top: 0px;
    z-index: 10;
    position: relative;
}

.ui-autocomplete{
    z-index: 8;
    border: none;
    border-radius: 0px 0px 5px 5px;
    background-color: white;
    box-shadow: 2px 2px 3px #808080;
    top: 152px !important;
    width: 272px !important;
    padding-top: 10px;
}
.ui-menu-item a{
    border-radius: 0px;
    border-color: transparent;
    font-size: 13px;
    color: #373734;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ui-menu-item a span{
    font-weight: bold;
    display: inline-block;
    width: 70px;
    font-size: 11px;
    color: #8e8e8b;
}
.ui-menu-item:last-child a{
    border-radius: 0px 0px 5px 5px;
}
.ui-menu-item a:hover,.ui-menu-item a:focus{
    /*background-color: #e0e0e0;*/
    border-color: transparent;
    color: #373734;
    cursor: pointer;
}


.nadpis{
    color: #76766f;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.nadpis.bold{
    font-weight: bold;
}
.nadpis.skladby{
    font-size: 28px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-image: url('/img/skladby.png');
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 0px;
}
.podstrana.detail h2.nadpis.skladby{
    margin-bottom: 0px;
}
.box{
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 0px #bcbcbc;
	margin-bottom: 10px;
}
.box.seda{
    background-color: #d8d7d7;
    color: #1d1d1b;
    box-shadow: none;
}
.box.seda h3{
    color: #8d8d83;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.polozka{
    position: relative;
}
.polozka .tabulka{
    display: none;
}
.polozka .box{
    padding: 10px;
}
.polozka a{
    text-decoration: none;
    color: #373734;
}
.polozka h2, .polozka h3{
    color: #373734;
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 4px !important;
    margin-top: 10px;
    letter-spacing: 0.5px !important;
}
.polozka h3{
    font-size: 16px;
    height: 16px;
}
.polozka a.dotdot{
    display: block;
    height: 20px;
}
.polozka h3.dotdot{
	display: block;
	height: 35px;
}
.mensi .polozka h3{
    font-size: 13px;
}
.polozka strong{
    font-style: italic;
}
.polozka .tabulka{
    color: #767670;
    font-size: 13px;
    margin-bottom: -10px;
    padding-top: 10px;
}
.polozka .tabulka strong{
    font-weight: bold;
}
.polozka .tabulka table{
    width: 100%;
}
.polozka .tabulka table td{
    padding: 5px 0px 5px 0px;
    color: #373734;
}
.polozka .tabulka table td.cena{
    text-align: right;
}

.polozka a:hover{
    text-decoration: underline;
}
@media (min-width: 768px) {
    .polozkaLine {
        width: 50%;
        display: inline-block;
        float: left;
    }
}
.polozkaLine a{
    text-decoration: none;
    color: #373734;
    padding: 5px;
}
.polozkaLine a:hover{
    text-decoration: underline;
}
.polozkaLine h2, .polozkaLine h3{
    color: #373734;
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 4px !important;
    margin-top: 10px;
    letter-spacing: 0.5px !important;
    padding: 5px;
}
.polozkaLine img {
    width: 60px;
    vertical-align: top;
}
.polozkaLine .obrazek {
    display: block;
    float: left;
}
.polozkaLine strong{
    font-style: italic;
}
.polozkaLine .box{
    margin: 5px;
    padding: 0 5px 5px 5px;
}

.show {
    float: right;
}
.show img {
    width: 20px;
    vertical-align: middle;
}

.koupit{
    margin-top: 20px;
    background-image: url('/img/blue-bg.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    border-radius: 5px;
}
.koupit a{
    background-image: url("/img/kosik.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    color: white;
    display: block;
    padding: 12px 8px 12px 32px;
    text-decoration: none;
    text-align: right;
}
table.formaty .koupit a {
	padding: 12px 20px 12px 50px;
}
.mensi .koupit a{
    background-image: url("/img/kosik-mini.png");
    background-position: 5px center;
    padding: 12px 10px 12px 25px;
    font-size: 12px;
}
.koupit a strong{
    font-weight: bold;
    margin-left: 0px;
    font-style: normal;
}

.koupit:hover{
    text-decoration: none;
    background-image: url('/img/blue-bg-h.jpg');
}
.koupit:hover a{
    background-image: url("/img/kosik-h.png");
    text-decoration: none;
    color: #00cdff;
}

.mensi .koupit a:hover{
    background-image: url("/img/kosik-mini-h.png");
}
.koupit-promo {
    background-image: url("/img/orange-bg.jpg");
}
.hlavicka{
}
.hlavicka .slider{
	float: left;
	width: 710px;
	margin-right: 10px;

}
.hlavicka .sliderObal{
	border-radius: 5px;
	box-shadow: 1px 1px 0px #bcbcbc;
	position: relative;
}
.sliderObal .navigace{
	position: absolute;
	top: 30px;
	left: 0px;
	background-image: url('/img/slide-bg.png');
	padding: 20px 0px 20px 0px;
	border-radius: 0px 5px 5px 0px;
	text-decoration: none;
	color: #373734;
	z-index: 999;
	color: #575740;
	min-width: 225px;
}
.sliderObal .navigace ul{
	margin-left: 30px;
	margin-right: 30px;
}
.sliderObal .navigace a{
	color: #0d0c09;
	opacity: 0.5;
	font-size: 17px;
}
.sliderObal .navigace a.aktivni,.sliderObal .navigace a:hover{
	opacity: 1;
	font-weight: bold;
}
.sliderObal .navigace li{
	margin-bottom: 12px;
}
.sliderObal .navigace li:last-child{
	margin: 0px;
}
.owl-item{
	border-radius: 5px;
	overflow: hidden;
	/*height: 330px;*/ /** pro IE */
}
.owl-item img{
	display: block;
	border-radius: 5px;
}
.owl-controls{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#owl-1 .owl-controls {
	display:none;
}
.slider .popis{
	position: absolute;
	left: 0px;
	bottom: 30px;
	max-width: 330px;
	z-index: 999;
}
.slider .popis .pozadi{
	display: block;
	background-image: url('/img/slide-bg.png');
	padding: 20px 30px 20px 30px;
	border-radius: 0px 5px 5px 0px;
	text-decoration: none;
	color: #373734;
}

.slider .popis .pozadi strong{
	display: block;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.slider .popis .pozadi i{
	font-size: 20px;
	font-style: italic;
	display: inline-block;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 10px;
}
.slider .popis .pozadi i:before{
	background: url("/img/uvozovky-nahore.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 11px;
	width: 12px;
	left: 0px;
	position: absolute;
	top: 0px;
}
.slider .popis .pozadi i:after{
	background: url("/img/uvozovky-dole.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 11px;
	right: 0px;
	position: absolute;
	bottom: 0px;
	width: 12px;
}
.slider .popis .pozadi p{
	font-size: 16px;
	line-height: 20px;
}

.slider .vice{
	display: inline-block;
	margin-left: 18px;
	margin-top: 15px;
	background-image: url('/img/blue-bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	border-radius: 5px;
	font-size: 20px;
	transition: 0.3s;
}
.slider .vice a{
	background-image: url("/img/info.png");
	background-position: 15px center;
	background-repeat: no-repeat;
	color: white;
	display: block;
	padding: 12px 20px 12px 45px;
	text-decoration: none;
	text-align: right;
}
.slider .vice:hover{
	opacity: 0.9;
}
#owl-1 .owl-pagination{
	display: none;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	margin: 0px;
	border-radius: 0px;
	background-color: white;
	opacity: 0.8;
	border: 2px solid #9d9d9d;
	color: #9d9d9d;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 18px;
}
.owl-theme .owl-controls .owl-page.active span.owl-numbers{
	margin: 0px;
	border-radius: 0px;
	background-color: #ff9900;
	opacity: 1;
	border: 2px solid #9d9d9d;
	color: #9d9d9d;
	font-weight: bold;
}
.owl-theme .owl-controls .owl-page:first-child span.owl-numbers{
	border-radius: 50px 0px 0px 50px;
}
.owl-theme .owl-controls .owl-page:last-child span.owl-numbers{
	border-radius: 0px 50px 50px 0px;
}
.hlavicka .nejprodavanejsi{
    float: left;
    width: 280px;
}
.hlavicka .nejprodavanejsi .nadpis{
    font-size: 22px;
    margin-bottom: 27px;
}
.hlavicka .nejprodavanejsi .box{
    padding: 0px;
	min-height: 330px;
}
.hlavicka .nejprodavanejsi li{
    border-bottom: 1px solid #dfdfde;
    color: #373734;
    padding: 16px 15px 16px 57px;
    position: relative;
}
.hlavicka .nejprodavanejsi li:hover{
    background-color: #ff9900;
}
.hlavicka .nejprodavanejsi li a{
    color: #373734;
}
.hlavicka .nejprodavanejsi li:first-child{
    border-radius: 5px 5px 0px 0px;
}
.hlavicka .nejprodavanejsi li:last-child{
    border: none;   
    border-radius: 0px 0px 5px 5px;
}
.hlavicka .nejprodavanejsi li span{
    background-image: url("/img/kolecko.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    left: 17px;
    padding: 10px 13px 6px 11px;
    position: absolute;
    top: 15px;
}
.hlavicka .nejprodavanejsi strong{
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}
.hlavicka .nejprodavanejsi i{
    display: block;
    font-style: italic;
}
.feature{
    margin-top: 30px;
}
.feature .polozka{
    float: left;
    margin-right: 10px;
    width: 242px;
}
.feature .polozka:last-of-type{
    margin-right: 0px;
}
.feature .polozka .koupit a{
    background-position: 18px center;
    letter-spacing: 1px;
    padding: 13px 18px 13px 40px;
    font-size: 17px;
}
.zajimat{
    margin-top: 30px;
    background-color: #373734;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #b1b1b1;
    font-size: 30px;
    letter-spacing: 1px;
}
.prodeti,.folklor{
    background-image: url("/img/orange-bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border-radius: 5px;
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: -14px;
    width: 270px;
    margin-bottom: -14px;
}
.prodeti:hover,.folklor:hover{
    background-image: url("/img/orange-bg-h.jpg");
}
.prodeti a,.folklor a{
    display: block;
    padding: 18px 10px 17px 110px; 
    color: #373734;
    text-decoration: none;

    background-repeat: no-repeat;
}
.prodeti a{
    background-image: url("/img/prodeti.png");
    background-position: 47px center;
}
.folklor a{
    background-image: url("/img/folklor.png");
    background-position: 60px center;
}
.prodeti:hover a{
    background-image: url("/img/prodeti-h.png");
    color: #ff9900;
}
.folklor:hover a{
    background-image: url("/img/folklor-h.png");
    color: #ff9900;
}
.pruh{
    margin-top: 40px;
}
.pruh .dalsi{
    background-image: url("/img/orange-bg-mini.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border-radius: 5px;
    box-shadow: 2px 1px 0 #9f6720;
    color: #373734;
    display: inline-block;
    float: right;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 11px 14px 8px;
    text-decoration: none;
    margin-top: 2px;
}
.pruh .dalsi:hover{
    background-image: url("/img/orange-bg-mini-h.jpg");
    color: #ff9900;
    box-shadow: 1px 0px 0px #22798e;
}
.pruh.mensi h2.nadpis{
    font-size: 29px;
    margin-bottom: 20px;
    color: #373734;
    padding-left: 15px;
}
.pruh.mensi h2.nadpis span{
    display: block;
    font-size: 19px;
    margin-top: 10px;
}
.pruh .desky .polozka{
    float: left;
    margin-right: 10px;
    width: 192px;
}
.pruh.mensi .desky .polozka{
    width: 158px;
    font-size: 13px;
    margin-bottom: 10px;
}
.pruh.mensi .desky .polozka:nth-child(6n) {
    margin-right: 0px;
}
.pruh .desky .polozka:last-child{
    margin-right: 0px;
}
.pruh .desky .polozka .obrazek{
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.pruh .desky .polozka .obrazek span{
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    background-color: #ad0146;
    color: white;
	padding-bottom: 4px;

}
.pruh .desky .polozka .obrazek span i{
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 4px;
    padding-right: 6px;
}
.pruh .desky .polozka .obrazek span:before{
    background: url("/img/stitek-l.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 28px;
    width: 8px;
    left: -8px;
    position: absolute;
    top: 0px;
}
.pruh .desky .polozka .obrazek span:after{
    background: url("/img/stitek-r.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 22px;
    right: -2px;
    position: absolute;
    top: 0px;
    width: 2px;
}
.pruh .desky .polozkaLine .obrazek span {
    position: relative;
    top: 5px;
    left: -60px;
    display: inline-block;
    background-color: #ad0146;
    color: white;
	padding-bottom: 4px;

}
.pruh .desky .polozkaLine .obrazek span i {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 4px;
    padding-right: 6px;
}
.pruh .desky .polozkaLine .obrazek span:before {
    background: url("/img/stitek-l.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 28px;
    width: 8px;
    left: -8px;
    position: absolute;
    top: 0px;
}
.pruh .desky .polozkaLine .obrazek span:after {
    background: url("/img/stitek-r.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 22px;
    right: -2px;
    position: absolute;
    top: 0px;
    width: 2px;
}
.extra{
    margin-top: 50px;
    background-color: #373734;
    padding-top: 20px;
    padding-bottom: 20px;
}
.extra .box{
    padding: 10px;
}
.extra img{
    float: left;
    margin-right: 15px;
}
.extra h4{
    /*letter-spacing: 1px;*/
    font-size: 25px;
    margin-bottom: 20px;
}
.extra a{
    color: #373734;
}
.extra strong{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.extra i{
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}
.extra p{
    font-style: italic;   
    padding-right: 20px;
    padding-bottom: 55px;
}
.extra .predprodej{
    float: left;
    margin-right: 10px;
    width: 495px;
    position: relative;
}
.extra .zdarma{
    float: left;
    width: 495px;
    position: relative;
}
.stahnout, .predobjednat{
    background-image: url("/img/orange-bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border-radius: 5px;
    box-shadow: 2px 1px 0 #9f6720;
    color: #373734;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
    left: 270px;
}
.stahnout:hover, .predobjednat:hover{
    background-image: url("/img/orange-bg-h.jpg");
    box-shadow: 1px 0px 0px #22798e;
}
.stahnout a,.predobjednat a{
    background-image: url("/img/nota.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #373734;
    display: block;
    padding: 12px 25px 12px 50px;
    text-decoration: none;
    text-align: right;
}
.predobjednat a{
    background-image: url("/img/bomba.png");
}
.stahnout:hover a{
    background-image: url("/img/nota-h.png");
    color: #ff9900;
}
.predobjednat:hover a{
    background-image: url("/img/bomba-h.png");
    color: #ff9900;
}

.pripravuje{
    background-color: #ff9900;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}
.pripravuje img{
    width: 100px;
    padding-right: 10px;
    float: left;
    border-radius: 0px !important;
    box-shadow: none !important;
}

@media (max-width: 460px) {
    .pripravuje{
        padding-bottom: 90px;
    }
    .pripravuje img{
        top: auto;
        bottom: 30px;
        left: 30px;
        right: auto;
    }
}

.adresa{
    line-height: 28px;
    margin-bottom: 20px;
}
.fakturacni{
    display: none;
}
.objednavky{
    width: 100%;
}
.objednavky tbody tr{
    background-color: #d0d0d0;
}
.objednavky tbody tr:nth-child(2n+1){
    background-color: #bcbcbc;
}
.objednavky td{
    padding: 15px 5px 15px 15px;
}
.objednavky td.datum,.objednavky td.stav{
    max-width: 100px;
}
.objednavky td a{
    font-weight: bold;
    color: #1d1d1b;
    letter-spacing: 1px;
}
.objednavky th {
    text-align: left;
}

.podstrana.detail h1{
    margin-bottom: 10px;
}
.podstrana.detail h2{
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.obrazekDetail img{
    border-radius: 5px;
    box-shadow: 1px 1px 0px #7e7e7e;
}

.formatyObal{
    background-color: #d8d7d7;
    border-radius: 8px;
    margin-bottom: 30px;
}
.formaty{
    width: 100%;

}
.formaty td{
    font-size: 12px;
    padding: 10px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
}
.formaty tr:last-child td{
    border: none;
}
.formaty td.format{
    padding-left: 20px;
}
.formaty td.cena{
    min-width: 70px;
    text-align: center;
}
.formaty td strong{
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}
.formaty td .koupit{
    margin: 0px;
    font-weight: bold;
    letter-spacing: 1px;
}

.infoBox{
    display: inline-block;
    border-top: 3px solid #d8d7d7;
    border-bottom: 3px solid #d8d7d7;
    padding-top: 30px;
    padding-bottom: 100px;
    font-size: 16px;
    line-height: 25px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.popis{
	line-height: 22px;
}
.popis h3{
    text-align: left;
    color: #8d8d83;
    font-size: 23px;
    margin-bottom: 10px;
}
.popis p, .popis ul li{
    font-size: 15px;
    line-height: 22px;
}
.detail hr{
    margin-top: 30px;
    margin-bottom: 60px;
}

.skladby{
    width: 100%;
    margin-bottom: 40px;
}

.skladby td{
    padding: 3px 5px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    color: black;
    font-size: 13px;
    letter-spacing: 1px;
}
.skladby thead tr td{
    background-color: #373734;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}
.skladby thead tr td:first-child{
    width: 10px;
}
.skladby tbody tr{
    background-color: #cecece;
}
.skladby tbody tr:nth-child(2n+1){
    background-color: #e3e3e3;
}
.skladby td.prehrat{
    width: 45px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.skladby td.stazeni{
    width: 45px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.skladby td.stazeni .button.download{
    padding: 2px 6px;
}
.skladby td.stazeni .button span{
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url('/img/stahnout.png');
}
.skladby td.stazeni .button:hover span{
    background-image: url('/img/stahnout-h.png');
}
.skladby td.zdarma{
    width: 70px;
}
.skladby td.nazev{
    text-align: left;
    padding-left: 20px;
	cursor: pointer;
}
.skladby td.nazev strong{
    margin-left: 10px;
}
.play{
    background-color: #ff9f0f;
    background-image: url("/img/play.png");
    background-position: 7px 4px;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    box-shadow: 1px 1px 0px #bcbcbc;
}
.play:hover{
    cursor: pointer;
    background-image: url("/img/play-h.png");
    background-color: #343432;
    box-shadow: 1px 1px 0px #00647d;
}
.play.pause{
	background-image: url("/img/pause.png");
}
.play.pause:hover{
	background-image: url("/img/pause-h.png");
}
.kosik{
    width: 100%;
    margin-bottom: 40px;
}
.kosik a{
    color: #1d1d1b;
}
.kosik td{
    padding: 6px 10px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    color: black;
    font-size: 13px;
    letter-spacing: 1px;
}
.kosik td.kosikAkce{
    width: 40px;
}
.kosik td.kosikCena{
    width: 65px;
}
.kosik td.kosikMnozstvi{
    width: 180px;
}
.kosik thead tr td{
    background-color: #373734;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}
.kosik thead tr td.kosikCena{
    text-align: center;
}
.kosik tbody tr td.kosikCena{
    text-align: right;
}
.kosik tbody tr{
    background-color: #d8d7d7;
}
.kosik tbody tr td .thumb{
    vertical-align: middle;
    margin-right: 20px;
	max-height: 65px;
}
.kosik tbody tr td .nazev{
    vertical-align: middle;
    display: inline-block;
}

.kosik tfoot td{
    text-align: right;
}
.kosik tfoot td .celkemKosik{
    font-weight: bold;
}
.kosik tfoot td strong{
    font-size: 22px;
    display: inline-block;
    margin-left: 30px;
}
.kosik tfoot td .button{
    margin-right: 30px;
}


.spinner {
    display: inline-block;
    margin-left: 10px;
    margin-top: -5px;
    position: relative;
    width: 40px;
}
.spinner input {
    text-align: center;
}
.input-group-btn-vertical {
    background-color: white;
    border-radius: 5px;
    display: table-cell;
    padding: 2px;
    position: absolute;
    right: -28px;
    top: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 27px;
}
.input-group-btn-vertical > .btn {
    background-color: #ededed;
    background-image: url("/img/spinner.png");
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    box-shadow: 1px 1px 0 #7a7a7a;
    display: block;
    float: none;
    height: 15px;

    margin-left: -1px;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
    background-position: 8px 3px;
    margin-bottom: 3px;
}
.input-group-btn-vertical > .btn:last-child {
    border-bottom-right-radius: 4px;
    background-position: 8px -21px;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 0;
    left: 7px;
}
.input-group-btn-vertical i.glyphicon-chevron-down{
    left: 6px;
}

.voucher {
	float: right;
}

.voucher input{
    max-width: 100px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.voucher button, #kosikTlacitka button {
	display: inline-block;
	background-image: url('/img/white-bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #878686;
	color: #1d1d1b;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 6px 14px;
	text-decoration: none;
	background-color: #e3e3e3;
	border: none;
	position: relative;
	padding-top: 9px;
	cursor: pointer;
}
.voucher button:hover, #kosikTlacitka button:hover{
	background-image: url('/img/white-h.jpg');
	background-color: #1e1e1c;
	box-shadow: 1px 1px 0 #22798e;
	color: #ea8d04;
}


.box.adresa{
    margin-bottom: 0px;
    line-height: normal;
}
.box.adresa label{
    width: 26%;
    display: inline-block;
}
.box.adresa label.radio{
    display: block;
    width: 100%;
    margin-top: 15px;
}
.box.adresa label.radio .icheckbox{
    vertical-align: bottom;
}
.box.adresa input, .box.adresa select, .box.adresa .customSelect{
    width: 60%;

}
.box.adresa input.psc{
    max-width: 120px;
}
.box.adresa sup, .box.doruceni sup{
    color: #ca0122;
}
.mezi{
    padding: 0px 20px 15px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.mezi input{
    margin-top: 5px;
}

table.rekapitulace{
    width: 100%;
    margin-bottom: 20px;
}
table.rekapitulace td{
    padding-bottom: 5px;
    vertical-align: top;
	padding-right: 0px;
}

table.rekapitulace td strong{
    color: #5f5f5b;
}
table.rekapitulace .celkem strong{
    color: #1d1d1b;
}
table.rekapitulace td.celkemCena strong{
    font-size: 23px;
}

.odeslat{
    padding-top: 20px;
}
.odeslat small{
    padding: 0px 20px 0px 20px;
    display: block;
}
.odeslatButton{
    border: none;
    background-image: url('/img/odeslat-z.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    box-shadow: 1px 1px 0px #00647d;
    border-radius: 5px;
    height: 52px;
    padding-left: 65px;
    padding-right: 15px;
    position: relative;
    margin-top:10px;
    width: 100%;
    font-size: 16px;
}
.odeslatButton span{
    display: inline-block;
    height: 52px;
    width: 52px;
    background-image: url('/img/odeslat-m.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid #00647d;
}
.odeslatButton span span{
    background-image: url('/img/fajfka.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.odeslatButton:hover{
    background-image: url('/img/odeslat-b.jpg');
    color: #04bdea;
    cursor: pointer;
}
.odeslatButton:hover span{
    background-image: url('/img/odeslat-z.jpg');
    border: none;
}
.odeslatButton:hover span span{
    background-image: url('/img/fajfka.png');
}





.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.paticka{
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #5f5f5b;
}
.paticka .socialButton{
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: white;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.paticka .socialButton:hover{
    opacity: 0.6;
}
.paticka .social a{
    text-decoration: none;
}

.paticka .socialButton.fb{
    background-image: url('/img/facebook.png');
    background-color: #46629e;
    box-shadow: 1px 1px 0px #30497e;
}
.paticka .socialButton.yo{
    background-image: url('/img/youtube.png');
    background-color: #cc181e;
    box-shadow: 1px 1px 0px #710408;
}
.paticka .socialButton.tw{
    background-image: url('/img/twitter.png');
    background-color: #47b9e8;
    box-shadow: 1px 1px 0px #105c7c;
}
.paticka h5{
    color: #373734;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: bold;
}
.paticka ul li{
    margin-bottom: 15px;
}
.paticka ul li a{
    font-size: 15px;
    color: #d3d3d3;
}
.paticka .sloupec{
    float: left;
    width: 25%;
}

.copy{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.clanek img{
    border-radius: 5px;
    box-shadow: 1px 1px 0px #bcbcbc;
}
.clanek img.levy{
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}
.clanek img.pravy{
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
}
.clanek, .clanek p {
	font-size: 15px;
}
.clanek p{
    margin-bottom: 25px;
    line-height: 22px;
}

.clanek h1{
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.clanek h2{
    font-size:26px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.clanek h3{
    font-size:20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.clanek h4{
    font-size:16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.clanek ul{
    margin-bottom: 25px;
    margin-left: 25px;
	line-height: 22px;
}
.clanek ul li{
    /*background-image: url("/img/list.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding-left: 16px;*/
}
.clanek ol{
    margin-bottom: 25px;
    margin-left: 25px;
    list-style-type: decimal;
}
.clanek ol li{
    margin-bottom: 15px;
}

.slick-prev:before, .slick-next:before{
    content: "";
}
.slick-prev,.slick-prev:hover,.slick-prev:focus{
    background-image: url('/img/roletka.png');
    position: absolute;
    top: 10px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    height: auto;
}
.slick-prev span{
    display: block;
    background-image: url('/img/nahoru.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
}
.slick-next,.slick-next:hover,.slick-next:focus{
    background-image: url('/img/roletka.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
    top: auto;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    height: auto;
}
.slick-next span{
    display: block;
    background-image: url('/img/dolu.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
}
.umelecObrazek {
	min-height: 359px;
	text-align: center;
	vertical-align: middle;
}
.umelecObrazek img{
    border-radius: 5px;
}
.umelecSlider .item img{
    border: 3px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}
.umelecSlider .item.aktivni img{
    border-color: #ff9900;
}
.umelecSlider .owl-controls{
    position: relative;
    right: auto;
    bottom: auto;
}
@media (min-width: 768px) {
    .container {
        width: 740px;
        padding: 0px;
    }  

}
@media (min-width: 992px) {
    .container {
        width: 960px;
        padding: 0px;
    }
    .hidden-md{
        display: none !important;
    }
	.pruh .desky .polozka:nth-child(5n) {
		margin-right: 0px;
	}
}
@media (min-width: 1050px) {
    .container {
        width: 1000px;
        padding: 0px;
    }
    .hidden-lg{
        display: none !important;
    }
}


/* medium */
@media (max-width: 1049px) {


    .pruh .desky .polozka{
        width: 184px;
    }
    .pruh.mensi .desky .polozka{
        width: 151px;
    }

    .hlavicka .slider{
        width: 670px;
    }
    .hlavicka .nejprodavanejsi li {
        padding: 14px 15px 14px 57px;
    }
    .feature .polozka{
        width: 232px;
    }
    .extra h4{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .extra .predprodej{
        width: 475px;
    }
    .extra .zdarma{
        width: 475px;
    }
}
/* small */
@media (max-width: 991px) {

    .col-7{
        width: 100%;
    }
    .col-5{
        width: 100%;
    }
    .col-3{
        width: 50%;
    }

    .objednavkaRadek .col-6{
        width: 100%;
    }
    .objednavkaRadek .col-3{
        width: 50%;   
    }

    .hidden-sm{
        display: none !important;
    }
	.navigace{
		margin-bottom: 20px;
	}
    .navigace .mobileOtvira{
        position: absolute;
        right: 15px;
        top: 11px;
    }
    .navigace .mobileOtvira li{
        display: inline-block;
        margin-left: 10px;
    }
    .navigace .mobileOtvira li a{
        display: block;
        width: 40px;
        height: 40px;
        background-color: #5f5f5b;
        border-radius: 10px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .navigace .mobileOtvira li a.hledani-toggle{
        background-image: url('/img/lupa-w.png');
    }
    .navigace .mobileOtvira li a.kosik-toggle{
        background-image: url('/img/kosik.png');
    }
    .navigace .mobileOtvira li a.menu-toggle{
        background-image: url('/img/menu.png');
    }

    .nav2 ul{
        margin-left: 30px;
    }

    .logBar{
        top: auto;
        right: auto;
        position: relative;
        width: 100%;
        background-color: #5f5f5b;
        height: 48px;
    }
    .logbar li{

    }
    .logBar li a{
        margin: 0px;
        border: none;
    }
    .logBar li.uzivatel {
        background-position: left 4px center;
        width: auto;
        margin-left: 10px;
    }
    .logBar a{
        display: block;
        padding: 20px;
        font-size: 16px;
    }
    .nav1 a{
        background-color: #5f5f5b;
    }
    .nav1 a, .nav2 a{
        display: block;
        padding: 10px;
        font-size: 16px;
        border-bottom: 1px dotted #4d4d48;
    }
    .vyhledavani{
        background-color: #ff9900;
        padding: 20px;
        background-image: none;

    }
    .vyhledavani form{
        display: block;
        text-align: right;       
    }
    .vyhledavani input,.vyhledavani button.vycistit,.vyhledavani button.odeslat{
        float: none;
    }
    .vyhledavani input{
        width: 50%;
    }
    .vyhledavani button.vycistit{
        margin-left: -3px;
        border-radius: 0px 8px 8px 0px;
    }
    .vyhledavani button.odeslat{
        margin-left: -11px;
    }



    .nav1{
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
    }
    .nav1 li{
        display: inline-block;
        float: none;
    }
    .nav1 li:first-child{
        margin-left: 0px;
    }
    .nav1 li a{
        display: block;
        border-right: 0px;
        margin-top: 0px;
        padding: 15px 10px;
        font-size: 12px;
    }
    .nav2{
        height: auto;
        float: none;
    }
    .nav2 li{
        float: none;
        height: auto;
        border-right: 0px;
    }
    .nav2 li ul{
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    .nav2 li.dropdown ul li{
        width: auto;
        display: inline-block;
    }
    .nav2 li.dropdown ul li a{
        padding-right: 20px;
    }
    .navigace .seda{
        height: auto;
    }
    .logo{
        width: 100px;
    }
    .nav1,.nav2,.logBar{
        display: none;
    }
    .vyhledavani{
        float: none;
        height: auto;
    }
    .vyhledavani{
        display: none;
    }
    .navigace .oranzova{
        height: 60px;
    }


    .hlavicka .slider{
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }
    .owl-item img{
        width: 100%;
    }
    .hlavicka .nejprodavanejsi{
        float: none;
        margin: auto;
        width: 80%;
    }
    .feature .polozka{
        width: 177px;
		height: auto;
    }

    .feature .polozka .koupit a{
        background-position: 4px center;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 13px 5px;
    }
    .pruh .desky .polozka{
        width: 177px;
		height: auto;
    }
    .pruh .desky .polozka:last-child{
        /*display: none;*/
        margin-right: 0px;
    }
    .pruh .desky .polozka:nth-child(4) {
        margin-right: 0px;
    }
    .pruh .desky .polozka .koupit a{
        background-position: 6px center;
        padding: 9px 9px;
        text-align: right;
    }
    .pruh.mensi .desky .polozka{
        width: 140px;
		height: auto;
    }
    .pruh.mensi .desky .polozka:nth-child(6),.pruh.mensi .desky .polozka:nth-child(4){
        margin-right: 10px;
    }
    .pruh.mensi .desky .polozka:nth-child(5){
        margin-right: 0px;
    }
    .pruh.mensi .desky .polozka .koupit a{
        background-position: 0px 3px;
        padding-left: 10px;
    }
    .zajimat{
        text-align: center;
    }
    .zajimat span{
        display: block;
    }
    .prodeti,.folklor{
        display: inline-block;
        float: none;
        font-size: 18px;
        font-weight: bold;
        margin-left: 0px;
        margin-top: 15px;
        width: 45%;
        margin-bottom: 0px;
        text-align: center;
    }
    .prodeti a,.folklor a{
        padding-left: 0px;
        padding-right: 0px;
    }
    .extra .predprodej{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    } 
    .extra .zdarma{
        width: 100%;
    }


    .clanek img.levy,.clanek img.pravy,.clanek img{
        float: none;
        display: block;
        margin: 20px auto 20px auto;
    }

}

/* xsmall */
@media (max-width: 767px) {

    .ui-autocomplete{
        width: auto !important;
    }
    .col-6{
        width: 100%;
    }
    .col-3{
        width: 100%;
    }
    .col-4{
        width: 100%;
    }
    .col-8{
        width: 100%;
    }


    .objednavkaRadek .col-6{
        width: 100%;
    }
    .objednavkaRadek .col-3{
        width: 100%;   
    }

    .infoBox {
        display: block;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
        padding-bottom: 5px;
        padding-right: 20px;
        padding-top: 5px;
    }
    .skladby td.nazev strong{
        margin:0px;
        display: block;
    }
    .hlavicka .nejprodavanejsi{

        width: 100%;
    }
    .owl-controls{
        position: relative;
        right: auto;
        bottom: auto;
    }


    .hlavicka .sliderObal{
        box-shadow: none;
    }
    .feature .polozka{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .feature .polozka .koupit a{
        background-position: 18px center;
        font-size: 17px;
    }
    .pruh .desky .polozka,.pruh.mensi .desky .polozka{
        text-align: center;
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .pruh .dalsi{
        float: none;
        display: block;
        text-align: center;
    }
    .extra{
        text-align: center;
    }
    .extra img{
        float: none;
        margin-bottom: 15px;
    }
    .extra p{
        padding-left: 20px;   
    }
    .paticka .sloupec{
        float: none;
        width: 100%;
        text-align: center;
    }
    .paticka ul li{
        margin-bottom: 15px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    .paticka h5{
        margin-top: 30px;   
        margin-bottom: 10px;
    }
    .hidden-xs{
        display: none !important;
    }
    .prodeti,.folklor{
        width: 100%;
    }
    .extra p{
        padding-bottom: 0px;
    }
    .stahnout, .predobjednat{
        margin-top: 30px;
        position: relative;
        bottom: auto;
        left: auto;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
	.pruh .desky .polozka:nth-child(4n) {
		margin-right: 0px;
	}
}

@media (max-width: 767px) and (min-width: 510px) {
    .feature .polozka,.pruh .desky .polozka,.pruh.mensi .desky .polozka{
        width: 48%;
        float: left;
        margin-right: 1%;
        margin-left: 1%;
    }
    .prodeti,.folklor{
        width: 49%;
    }
    .prodeti a,.folklor a{
        background-position: 20px center;
    }

    .pruh.mensi .desky .polozka:nth-child(6n), .pruh.mensi .desky .polozka:nth-child(4n){
        margin-right: 1%;
        margin-left: 1%;
    }
	.pruh .desky .polozka:nth-child(2n) {
		margin-right: 0px;
	}

}

@media (max-width: 470px){
    .slider .popis{
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 900px;
        z-index: 20;
    }
    .slider .popis .pozadi{
        border-radius: 5px;
    }
    .slider .vice{
        width: 100%;
        margin-left: 0px;
        display: none;
    }
    .slider .vice a{
        text-align: left;
    }

    .owl-item img{
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9;
        border-radius: 5px;
    }
    .umelecSlider .owl-item img {
        border-radius: 5px;
        left: auto;
        position: relative;
        top: auto;
        z-index: 9;
    }
	.nav1, .nav2 {
		display: block;
	}
}

/* retina */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

    .logBar li.uzivatel a span:after{
        background: url("/img/drop@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 12px 8px;
    }
    .logBar li.uzivatel a:before{
        background: url("/img/uzivatel@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 20px 19px;
    }
    .logBar li.uzivatel.active a span:after{
        background: url("/img/drop-h@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 12px 8px;
    }
    .logBar li.uzivatel.active a:before{
        background: url("/img/uzivatel-h@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 20px 19px;
    }

    .logBar li.dropdown.active ul li a{
        background-image: url('/img/submenu@2x.png');
        background-size: 6px 8px;
    }
    .logBar li.nakupujete{
        background-image: url('/img/kosik@2x.png');
        background-size: 22px 26px;
    }

    .nav2 li.dropdown a{
        background-image: url('/img/drop@2x.png');
        background-size: 12px 8px;
    }
    .nav2 li.dropdown ul a{
        background-image: url('/img/submenu@2x.png');
        background-size: 8px 8px;
    }
    .jazyk li{
        background-image: url("/img/drop@2x.png");
        background-size: 12px 8px;
    }

    .vyhledavani{
        background-image: url("/img/lupa@2x.png");
        background-size: 25px 25px;
    }

    .vyhledavani button.vycistit{
        background-image: url("/img/krizek@2x.png");
        background-size: 24px 24px;
    }
    /*    .vyhledavani button.odeslat{
            background-image: url('/img/blue-bg@2x.jpg');
            background-size: 200px 400px;
        }
    
        .koupit{
            background-image: url('/img/blue-bg@2x.jpg');
            background-size: 200px 400px;
        }*/
    .koupit a{
        background-image: url("/img/kosik@2x.png");
        background-size: 22px 26px;
    }

    /*    .slider .popis .pozadi{
            background-image: url('/img/slide-bg@2x.png');
            background-size: 200px 400px;
        }*/

    .slider .popis .pozadi i:before{
        background: url("/img/uvozovky-nahore@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 12px 11px;
    }
    .slider .popis .pozadi i:after{
        background: url("/img/uvozovky-dole@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 12px 11px;
    }

    /*    .slider .vice{
            background-image: url('/img/blue-bg@2x.jpg');
            background-size: 200px 400px;
        }*/
    .slider .vice a{
        background-image: url("/img/info@2x.png");
        background-size: 14px 28px;
    }

    .hlavicka .nejprodavanejsi li span{
        background-image: url("/img/kolecko@2x.png");
        background-size: 30px 30px;
    }
    /*    .prodeti,.folklor{
            background-image: url("/img/orange-bg@2x.jpg");
            background-size: 200px 400px;
        }*/
    .prodeti a{
        background-image: url("/img/prodeti@2x.png");
        background-size: 51px 29px;
    }
    .folklor a{
        background-image: url("/img/folklor@2x.png");
        background-size: 27px 33px;
    }

    /*    .pruh .dalsi{
            background-image: url("/img/orange-bg-mini@2x.jpg");
            background-size: 27px 33px;
        }*/

    .pruh .desky .polozka .obrazek span:before{
        background: url("/img/stitek-l@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 8px 26px;
    }
    .pruh .desky .polozka .obrazek span:after{
        background: url("/img/stitek-r@2x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 2px 20px;
    }

    /*    .stahnout, .predobjednat{
            background-image: url("/img/orange-bg@2x.jpg");
            background-size: 200px 400px;
        }*/
    .stahnout a,.predobjednat a{
        background-image: url("/img/nota@2x.png");
        background-size: 21px 25px;
    }
    .predobjednat a{
        background-image: url("/img/bomba@2x.png");
        background-size: 29px 28px;
    }

    .paticka .socialButton.fb{
        background-image: url('/img/facebook@2x.png');
        background-size: 200px 400px;
    }
    .paticka .socialButton.yo{
        background-image: url('/img/youtube@2x.png');
        background-size: 12px 22px;
    }
    .paticka .socialButton.tw{
        background-image: url('/img/twitter@2x.png');
        background-size: 25px 22px;
    }
    .navigace .mobileOtvira li a.hledani-toggle{
        background-image: url('/img/lupa-w@2x.png');
        background-size: 25px 25px;
    }
    .navigace .mobileOtvira li a.kosik-toggle{
        background-image: url('/img/kosik@2x.png');
        background-size: 22px 26px;
    }
    .navigace .mobileOtvira li a.menu-toggle{
        background-image: url('/img/menu@2x.png');
        background-size: 25px 14px;
    }
}


/************************ petr */
.listing {
	float: right;
}
.listing a {
	/*color: #2E63B9;*/
	color: black;
}
.lowerOpacity {
	opacity: 0.5;
}
td h2 {
	margin-bottom: 10px !important;
	margin-top: 20px !important;
}
.stateMsg {
	color: #000;
	border-radius: 5px;
	padding: 5px;
}
.stateMsgErr {
	background-color: #ff9900;
}
.stateMsgErr span {
	color: #d7141a;
	padding-right: 15px;
}
.stateMsgOk {
	background-color: #D8D7D7;
}
.stateMsgOk span {
	color: #fff;
	padding-right: 15px;
}

.pokracovatButton{
	border: none;
	background-image: url('/img/odeslat-z.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	box-shadow: 1px 1px 0px #00647d;
	border-radius: 5px;
	padding-left: 65px;
	padding-right: 15px;
	position: relative;
	margin-top:10px;
	font-size: 16px;
	color: black;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
}
.pokracovatButton:hover{
	background-image: url('/img/odeslat-b.jpg');
	color: #96D319;
	cursor: pointer;
}

#kosikTlacitka {
	float: right;
}
.likeaButton{
	border: none;
	background-image: url('/img/odeslat-z.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	box-shadow: 1px 1px 0px #00647d;
	border-radius: 5px;
	position: relative;
	font-size: 16px;
	float: left;
	color: black;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
}
.likeaButton:hover{
	background-image: url('/img/odeslat-b.jpg');
	color: #96D319;
	cursor: pointer;
}

input[type=submit] {
	display: inline-block;
	height: 52px;
	max-width: 150px;
	background-image: url('/img/odeslat-z.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
	margin-right: 10px;
	margin-top: 15px;
	font-size: 16px;
}

input[type=submit]:hover{
	background-image: url('/img/odeslat-b.jpg');
	color: #96D319;
	cursor: pointer;
}
small {
	/*font-style: italic;*/
	font-size: 80%;
	opacity: 0.8;
	padding-left: 37px;
}
.nedostupne {
	opacity: 0.5;
}
label.checked {
	font-weight: bold;
}
strike {
	color:#CC181E;
	font-weight: normal;
	font-size: 90%;
}
td {
	padding-right: 10px;
}
input[type=image] {
	width: auto !important;
	height: auto !important;
}
#objednavkaZaplaceni {
	background-color: #FF9900;
	padding: 5px;
}

/* TWO COLUMN LAYOUT */
@media screen and (min-width: 510px ) {
	.leftColumn { margin-right: 50%; }
	.rightColumn { position: absolute; top: 0; right: 0; width: 48%; /** kdyz je 50% tak se drobne prekryvaji */ }
}
.leftColumn { margin-bottom: 1.2em; }
.twoColumnsContainer { position: relative;  }


#dodani table td {
	padding-right: 0px;
}
#dodani small {
	padding-left: 0px;
}

#listLista {
	font-size: 125%;
}
#listLista span {
	color: #bbb;
}
#listLista span strong {
	color: black;
}
.zvyraznene {
    background-color: rgba(255, 244, 105, 0.93);
    padding: 2px;
}
.imgLinkOut {
    border: 0px;
    margin-left: 4px;
    margin-top: -2px;
    margin-bottom: 3px;
}
.rounded {
    border-radius: 5px;
}

div.threecolumn {
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 150px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    line-height: 22px;
}
div.fivecolumn {
    -webkit-columns: 5 100px;
    -moz-columns: 5 100px;
    columns: 5 100px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    line-height: 22px;
}

.recenze {
	margin-bottom: 2em;
	padding-bottom: 35px;
    font-size: 15px;
}
.recenze a {
    font-size: 1rem;
    display:inline-block;
	line-height: 22px;
	color: #D3D3D3;
}
.recenze a:hover {
	/*color: #CA0122;*/
}
#showHeurekaBadgeHere-1 {
    text-align: left;
}
@media (max-width: 768px) {
    #showHeurekaBadgeHere-1 {
        text-align: center;
    }
}
.podstrana ul {
    list-style: inside;
    padding-left: 10px;
}

li.ui-search-item a {
    padding:0px !important;
    margin: 0px !important;
    line-height: 1 !important;
}
.popisKategorie {
    color: #76766f;
    margin-bottom: 20px;
}
.catch-emails {
    display: none;
}
.newsletter-on .catch-emails {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .5em;
    font-size: 1em;
    /*text-align: center;*/
    background-color: #ff9900;
    color: #000;
    z-index: 1;
}
.newsletter-on .catch-emails .nadpis {
    margin-bottom: .3em;
    font-size: 1.3em;
    font-weight: bold;
    color: #373737;
}
.newsletter-on .catch-emails form {
    margin: 0 0 .5em 0;
}
.newsletter-on .newsletter input {
    border: none;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 80%;
}
.newsletter-on .newsletter input[type="submit"] {
    border: none;
    box-shadow: 1px 1px 0px #00647d;
    background-image: url('/img/blue-bg.jpg');
    color: white;
    border-radius: 8px;
    height: 40px;
    margin-top: 4px;
    margin-left: -8px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    padding-top: 0px;
}
.newsletter-on .action-close-catch-emails {
    font-size: 1.5em;
    margin-left: .75em;
    margin-right: 1em;
    margin-top: 0;
    float: right;
    cursor: pointer;
    z-index: 10;
    position: relative;
}
.newsletter-on .copy {
    padding-bottom: 150px;
}