@media screen and (min-width:320px) and (max-width: 980px) {

}   

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (min-width:768px) and (max-width: 980px) {

}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
@media screen and (max-width: 1050px) {
	#header #language-selector {
		width: 96%;
		padding-left: 0;
	}
	#language-selector ul li a {
		display: inline-block;
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	#header #language-selector {
		width: 85%;
	}
}
@media screen and (max-width: 767px) {

	#slider .slide-text .slide-content .popis {
	    font-size: 22px;
	}
	#slider .slide-text i {
	    font-size: 90px;
	}
	.shop-categories a span.descript {
	    padding: 8px !important;
	    font-size: 80% !important;
	}
	.shop-categories a span.more {
        padding: 8px 10px !important;
        font-size: 11px !important;
        line-height: 16px !important;
    }
	.shop-categories a span.more i {
        font-size: 15px !important;
        line-height: 16px !important;
    }

	#menu .sub-toggle {
	    visibility: initial;
	}
 
}

@media screen and (min-width:600px) and (max-width: 767px) {
 
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (max-width: 599px) {	
	
	#slider .slide-text .slide-content .popis {
	    font-size: 16px;
	}
	#slider .slide-text i {
	    font-size: 60px;
	}
	.shop-categories a span.descript {
	    padding: 5px !important;
	    font-weight: normal !important;
	    font-family: 'Open Sans Condensed', sans-serif !important;
	}   
}

@media screen and (min-width:480px) and (max-width: 599px) {	
        
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (min-width: 320px) and (max-width:479px) {	
        
}
@media screen and  (max-width: 506px) {
	#language-selector {
		font-size: 12px;
	}
}
@media screen and  (max-width: 425px) {
	#header #language-selector {
	    width: 110%;
	    left: -20px;
	    z-index: 1002;
	}
}
div.cookieinfo > span {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	div.cookieinfo > span {
		width: 750px;
	}
}
@media (min-width: 992px) {
	div.cookieinfo > span {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	div.cookieinfo > span {
		width: 1170px;
	}
}