/*************************/
/***   FONTS           ***/
/*************************/


@font-face {
    font-family: 'Nimbus';
    font-weight: normal;
    src: url('/files/fonts/Nimbus-Sans-D-OT-Light_32752.woff') format('woff');
}
@font-face {
    font-family: 'Nimbus';
    font-weight: bold;
    src: url('/files/fonts/Nimbus-Sans-D-OT-Bold_32747.woff') format('woff'),	   
	   url('/files/fonts/Nimbus-Sans-D-OT-Black-Extended_32740.ttf') format('truetype'),
	   url('/files/fonts/Nimbus-Sans-D-OT-Black-Extended_32740.otf') format('opentype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}


/********************/
/** Global
*********************/ 
body{
  	position: relative;
	text-align: left;
  	font-family: 'Roboto';
	font-weight: 300;
      font-size: 17px;
	background: white;
}

* {
	margin: 0px;
	padding: 0px;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

h1, .h1{ 
	font-family: 'Nimbus';
	font-weight: bold;
  	font-size: 45px;
 	color: black;
  	margin-bottom: 10px;
	text-transform: uppercase;
}
#index h1, #index .h1{
	margin-bottom: 0;
	padding-bottom: 0;
}
#index h2, #index .h2{
	font-family: 'Nibmus';
  	font-size: 40px;
  	color: #012f73;
  	margin-bottom: 10px;
}
h2, .h2{
	font-family: 'Roboto';
  	font-weight: bold;
  	font-size: 24px;
  	color: black;
  	margin-bottom: 10px;
}
.underlined{
	color: black;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
	padding-bottom: 3px;
	margin-top: 35px;
}
.nomargin{
	margin: 0;
}
.pd-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}	
.mb-35{
	margin-bottom: 35px;
}	

h3, .h3{
	font-family: 'Roboto';
  	font-weight: 300;
	font-size: 24px;
    	color: black;
  	margin-bottom: 10px;
}
ul{
	padding: 0;
}
li{
	list-style: none;
	padding-left: 20px;
	position: relative;
}
p, li, td, a{
  	font-weight: 300;
  	font-size: 19px;
  	color: black;
}
p.red{
	font-size: 30px;
	color: #ee313e;
	line-height: 1;
	text-transform: uppercase;
}
.btn{
	font-size: 17px;
	border-radius: 0;
}
li:before{
	content: '\f45c';
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: black;
	font-size: 6px;
    	vertical-align: top;
    	display: inline-block;
	position: absolute;
	top: 0.6rem;
	left: 0;
}
.li-red li{
	font-size: 19px;
	padding-left: 25px;
	margin-bottom: 5px;
}	
.li-red li:before{
	content: '\f45c';
	color: #ee313e;
	font-size: 14px;
	top: 7px;
}
b, strong{
	font-weight: bold;
}
a{
  	text-decoration: underline;
}
a:hover{
 	text-decoration: none; 
 	color: #ee313e;
}
img{
	max-width: 100%;
	height: auto;
}
.EditableSection th, .EditableContent th, .editable-section th,
.EditableSection td, .EditableContent td, .editable-section td{
	font-size: 17px;	
  	color: black;
  	font-weight: 300;
	padding: 5px;
	border: 1px solid #e0e0e0;
}
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}
.vice{
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto';
	background: white;
	display: inline-block;
	position: relative;
	margin: 0 30px;
	padding: 0 3px;
	text-decoration: none;
	color: black;
}
.vice:after{
	content: '';
	height: 1px;
	width: calc(100% + 50px);
	position: absolute;
	top: 55%;
	left: -25px;
	background: #da0001;
	z-index: -1;
}
.vice:hover{
	color: #da0001;
}
.btn{
	text-decoration: none;
	box-shadow: none;
	padding: 0.375rem 1rem;
	color: black;
	border: 1px solid #dbdbdb;
	background: white;
	outline: none !important;
	box-shadow: none !important;
}
.btn:hover{
	background: #DDDDDD;
}
.btn-primary{
	background: #012f73;
	border: 1px solid #012f73;
	color: white !important;
	border-radius: 4px;
	padding: 0.375rem 1.2rem;
	outline: none !important;
	box-shadow: none;
}
.btn-primary:hover, .produkt_box:hover .btn-primary{
	background: #004fc3;
	border: 1px solid #004fc3;
	color: white !important;
}
.btn-secondary{
	border-radius: 4px;
	padding: 0.4rem 1.2rem;
	color: black !important;
	border: 1px solid #bfcadb;
    	background: white;
}
.btn-secondary:hover{
	background: white;
	color: #012f73 !important;
	border: 1px solid #012f73;
}
main{
	margin-bottom: 2rem;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.0s ease-in-out;
    	-moz-transition: opacity 1.0s ease-in-out;
    	-ms-transition: opacity 1.0s ease-in-out;
    	-o-transition: opacity 1.0s ease-in-out;
    	transition: opacity 1.0s ease-in-out;
}
.fader.visible{
	opacity: 1;
}
.scaler{
	-webkit-transform: translateY(0) scale(0.5);
    	transform: translateY(0) scale(0.5);
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
    	transition: transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
}
.scaler.visible{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}
.rotater{
	font-size: 50px;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}
.rotater:hover .to-rotate{
    	-ms-transform: rotateY(360deg);
    	-webkit-transform: rotateY(360deg);
    	transform: rotateY(360deg);
    	transition: ease-in-out .6s;
    	-webkit-transition: ease-in-out .6s;
}
.zoomIn {
    	-webkit-animation-duration: 1s;
    	animation-duration: 1s;
    	-webkit-animation-fill-mode: both;
    	animation-fill-mode: both;
    	-webkit-animation-name: zoomIn;
    	animation-name: zoomIn;
}
.zoomIn p{
	font-size: 30px;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.topper{
	transition: all 0.25s ease-in-out 0s;
}
.topper:hover{
    	transition: all 0.25s ease-in-out 0s;
    	margin-top: -10px;
    	margin-bottom: 10px;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	display: inline-block;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	text-align: left;
	display: inline-block;
}
.nav {
    display: block;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;	
	padding: 0;
}
.nav li:before{
	content: '';
}
.nav li.lvl-1{
	padding: 3px 10px;
}
.nav li.lvl-1 > a {
    font-size: 17px;
    color: black;
    font-weight: normal;
	padding: 4px 10px;
	border-radius: 0;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
	text-transform: uppercase;
}
.nav li.lvl-1 > a:hover:after, .nav li.lvl-1 > a.active:after, .dropdown-toggle:hover:after{
	width: 70%;
	height: 2px;
	background: #e72a36;
	position: absolute;
	bottom: 0;
	left: 15%;
	right: 0;
	content: '';
	display: block;
	border: none;
}
#menu_top .nav li{
	padding: 3px 0;
}
#menu_top .nav li:after{
	content: '|';
	margin-left: 3px;
}
#menu_top .nav li:last-of-type:after{
	content: '';
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: white;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #dbdbdb;
    margin: 0;
    left: -2px;
	top: 50px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
	background: inherit;
}

/**********************************/
/*         MENU - KATEGORIE
/**********************************/
#menu_kategorie{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f53542+0,99010a+100 */
background: #f53542; /* Old browsers */
background: -moz-linear-gradient(left, #f53542 0%, #99010a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f53542 0%,#99010a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f53542 0%,#99010a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53542', endColorstr='#99010a',GradientType=1 ); /* IE6-9 */
	border-bottom: 3px solid #f53542;
}
#menu_kategorie .container{
	position: relative;
}
.kategorie-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 30px 0;
}
.kategorie-box{
	position: relative;
	display: flex;
	flex-basis: 20%;
	max-width: calc(20% - 10px);
	border: 1px solid #ccd4e3;
	background: white;
	align-items: center;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.kategorie-box a{
	z-index: 2;
	background: transparent !important;
}
.kategorie-box-img{
	display: flex;
	align-items: center;
	width: 50px;
	height: 70px;
	margin-right: 10px;
	z-index: 1;
}
.kategorie-box-img img{
	max-width: 100%;
	max-height: 70px;
}
.kategorie-box-name{
	color: black;
	font-weight: 300;
	font-size: 17px;
	z-index: 1;
	margin-bottom: 0;
}
.kategorie-box:hover{
	border: 1px solid #012f73;	
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.kategorie-box:hover .kategorie-box-name{
	color: black;
}

#menu_kategorie .navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
	justify-content: center;
}
#menu_kategorie .navbar-toggler {
    display: none;
}
#menu_kategorie .navbar-inner{
	text-align: left;
	width: 100%;
}
#menu_kategorie .nav {
    	justify-content: space-between;
	display: flex;
	flex-wrap: nowrap;
}
#menu_kategorie .nav li {
    margin: 0;
    position: static;
    display: inline-block;	
	padding: 0;
}
#menu_kategorie .nav li:before{
	content: '';
}
#menu_kategorie .nav li.lvl-1{
	padding: 0;
}
#menu_kategorie .nav li.lvl-1 > a {
    	font-size: 14px;
    	color: white;
	font-family: 'Roboto';
    	font-weight: bold;
	padding: 10px 12px;
	border-radius: 0;
    	text-decoration: none !important;
    	display: inline-block;
	position: relative;
    	margin-bottom: -2px;
    	margin-top: 1px;
}
#menu_kategorie .nav li.lvl-1 > a:hover, #menu_kategorie .nav li.lvl-1 > a.active{
	color: #f32d39;
	background: white;
}
#menu_kategorie .dropdown-toggle::before {
    	display: none;
}
#menu_kategorie .dropdown-toggle::after{
	display: none;
}
#menu_kategorie .nav li.lvl-1 > a:hover:after, #menu_kategorie .nav li.lvl-1 > a.active:after, #menu_kategorie .dropdown-toggle:hover:after{
	content: '';
	display: none;
}
#menu_kategorie .nav li:after{
	content: '';
	margin: 0;
}
#menu_kategorie .dropdown-menu {
    	border-radius: 0;
	border: none;
    	margin: 0;
    	background-color: #f1f7ff;
    	transform-origin: 50% 0;
    	transform: scaleY(0);
    	opacity: 0;
    	display: block;
    	transition: transform 0.3s, opacity 0.3s;
    	left: 50%;
    	right: 50%;
    	margin-left: -50vw;
    	margin-right: -50vw;
    	z-index: 500;
    	height: auto;
	float: none;
	max-width: calc(100vw - 11px);
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
#menu_kategorie .dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
#menu_kategorie .dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
}
#menu_kategorie .dropdown-menu a:hover, #menu_kategorie .dropdown-menu a:active{
	text-decoration: underline;
}

/********************/
/** HEADER
*********************/ 
.logo{
	position: relative;
	margin-top: -15px;
    	margin-bottom: 20px;
}
.logo p{
	font-weight: bold;
	color: black;
	font-size: 18px;
	margin: 0;
	text-align: left;
}
.fcb{
	display: inline-block;
	margin: 0 10px;
}
#kontakt{
	display: inline-block;
}
#kontakt .fcb:hover{
	color: #e72a36 !important;
}
#stripe{

}
.collapse_open, .collapse_close{
    display: none;
    color: transparent;
    height: 0;
}
#kontakt p{
	display: inline-block;
	margin-bottom: 0;
}
#kontakt p, #kontakt p a{
	color: black;
	font-family: 'Roboto';
	text-decoration: none;
	font-weight: normal;
}
#kontakt p a:hover{
	text-decoration: underline;
}
#header{
	padding: 5px 0;
    	background: url(/files/images/header.jpg) no-repeat center bottom;
}
#logo a{
	text-decoration: none;
}
#logo img{
	margin-right: 13px;
    	max-height: 95px;
}
#logo span{
	display: inline-block;
	font-family: 'Roboto';
	color: black;
	font-weight: 300;
	line-height: 1.2;
	font-size: 24px;
	vertical-align: middle;
}	
#logo span strong{
	font-weight: bold;
}
.searchbox{
	position: relative;
	display: inline-block;
	margin: 2px 0;
}
.searchbox .search_text{
	padding: 11px 15px;
	border: 1px solid #d7dfe9;
	font-family: 'Roboto';
	color: #505050;
	width: 350px;
	min-width: 235px;
}
.searchbox .submit{
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	color: #2f2f2f;
	background: white;
	font-size: 22px;
    	padding: 0 14px;
	border: none;
	cursor: pointer;
}
.searchbox .submit:hover{
	background: #393939;
	color: white;
}


/********************/
/** CONTENT
*********************/ 
section{
	padding: 20px 0;
}
section.blue{
	border-top: 1px solid #ccd4e3;
	border-bottom: 1px solid #ccd4e3;
	background: #f1f7ff;
}
section.bordered-bottom{
	border-bottom: 1px solid #ccd4e3;
}
section.section-bcg{
	background: url(/files/images/bcg.jpg) no-repeat right bottom;
	padding: 35px 0;
}
.superNadpis{
	font-size: 40px;
	font-family: 'Nimbus';
	font-weight: bold;
	color: #012f73;
    	text-transform: uppercase;
}
.editable_section a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img{
	border: 2px solid #D5D3D4 !important;
	margin: 5px !important;
	max-width: 100%;
	width: auto !important;
      height: auto !important;
	z-index: 50;
}
.editable_section a[rel="lightbox[all]"] img:hover, .editable-section a[rel="lightbox[all]"] img:hover{
	border: 2px solid #AD0101 !important;
}
.prodejna{
	background-image: url(/files/images/overeni.png), url(/files/images/prodejna.jpg);
	background-position: right 10px bottom 10px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, cover;
	height: 100%;
	width: 100%;
	position: relative;
}
.prodejna .overeni{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 125px;
	height: 125px;
	z-index: 1;
}
.padding-for-arrow{
	padding-bottom: 175px;
}
.green-arrow-wrap{
	position: absolute;
    	bottom: 0;
	left: 0;
	width: calc(100% - 30px);
	margin: 0 15px;
	display: flex;
}
.green-arrow{
	background: #5bc100;
	padding: 20px 15px;
	position: relative;
	width: calc(41.666667% + 15px);
}
.green-arrow:after{
	content: '';
	border-top: 85px solid transparent;
	border-bottom: 85px solid transparent;
	border-left: 45px solid #5bc100;
	position: absolute;
	left: 100%;
	top: 0;
}
.green-arrow p{
	color: white;
	font-size: 20px;
	margin: 0;
}
.green-arrow i{
	color: white;
	font-size: 24px;
}
.green-arrow p.big{
	font-size: 27px;
	font-family: 'Nimbus';
	font-weight: bold;
	text-transform: uppercase;
}
.map-link{
	margin: 0;
}
.map-link a{
	color: white;
	font-family: 'Nimbus';
	font-size: 24px;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #000000;
	margin-left: 55px;
	font-weight: bold;
}
.map-link a:hover{
	color: #ee313e;
}
.box-red{
	border: 2px solid #ee313e;
	position: relative;
	padding: 15px;
	margin-bottom: -45px;
}
.box-red *{
	color: #ee313e !important;
}
.box-red:after{
	content: '';
    	border-bottom: 2px solid #ee313e;
    	border-right: 2px solid #ee313e;
    	background: white;
    	display: inline-block;
    	width: 25px;
    	height: 25px;
    	transform: rotate(45deg);
    	position: absolute;
    	bottom: -14px;
    	left: 0;
    	right: 0;
    	margin: auto;
}
.box-red p{
	margin: 0;
	font-size: 36px;
}	

/********************/
/** SLIDESHOW
*********************/ 
#slideshow{
	border: 1px solid #dbdbdb;
	margin-bottom: 40px;
}
.slick-dots{
	bottom: -30px;
	z-index: 10;
}
.slick-dots li{
	margin: 0;
	margin-right: 0.5rem;
	padding: 0;
	width: 15px;
	height: 15px;
}
.slick-dots li:before{
	content: '';
}
.slick-dots li button{
	background: #dbdbdb;
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin: 0;
}
.slick-dots li button:before{
	content: '' !important;
}
.slick-dots li.slick-active button, .slick-dots li:hover button{
	background: #da0001;
}

/********************/
/** BANNERS
*********************/ 
#banners{
	margin: 0 15px;
}
.banner{
	flex-basis: 25%;
	max-width: 25%;
	border: 1px solid white;
	text-align: center;
	position: relative;
	margin: 1rem 0;
}
.banner:nth-of-type(9), .banner:nth-of-type(10){
	display: none;
}
.banner a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}	
.banner .nazev{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #012f73;
}
.banner .banner_img{
	border: 1px solid #dbdbdb;
	position: relative;
	width: 100%;
	height: 150px;
	background: white;
}
.banner:hover{
	border: 1px solid #012f73;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
.banner .banner_img img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 130px;
	max-width: 100%;
}
.banner:hover .vice{
	color: #da0001 !important;
}

/********************/
/** VYROBCI
*********************/

.vyrobci{
	
}	
.vyrobce-box{
	display: block;
	position: relative;
	flex-basis: 16.666%;
	max-width: 16.666%;
	border: 1px solid #edf2f8;
	margin-right: -1px;
	margin-bottom: -1px;
	text-align: center;
	padding: 8px;
}
.vyrobce-box .img{
	height: 50px;
	width: 100%;
	display: block;
}
.vyrobce-box a{
	z-index: 1;
}
.vyrobce-box .img img{
	max-width: calc(100% - 20px);
    	width: auto;
    	max-height: 50px;
    	position: absolute;
    	top: 10px;
    	left: 10px;
    	bottom: 10px;
    	right: 10px;
    	z-index: 0;
    	margin: auto;
	opacity: 0.7;
    	-webkit-filter: grayscale(100%);
    	filter: grayscale(100%);
}
.vyrobce-box:hover{
	border: 1px solid #012f73;
	z-index: 2;
}
.vyrobce-box:hover .img img{
	-webkit-filter: initial;
  	filter: initial;
	opacity: 1;
}

/***************************/
/*  NAD PATICKOU
/***************************/
#nadpatickou{
	position: relative;
	background: #f1f7ff;
}
#mapa{
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f1f7ff url(/files/images/mapa.jpg) no-repeat left top;
	background-size: auto 100%;
}
#mapa .position{
	position: relative;
	background: white;
	border: 2px solid #ee2722;
	padding: 5px 55px;
	display: inline-block;
    	top: calc(50% - 100px);
    	left: 182px;
}
#mapa .position:after{
	content: '';
    	display: block;
    	width: 20px;
    	height: 20px;
    	background: white;
    	border-right: 2px solid #ee2722;
    	border-bottom: 2px solid #ee2722;
    	transform: rotate(45deg);
    	right: calc(50% - 15px);
    	bottom: -12px;
   	 position: absolute;
}
#mapa .position .logo{
	margin: 0;
}
#mapa .position p{
	text-align: center;
}
#mapa .position p.big{
	font-size: 23px;
	font-weight: normal;
}
#nadpatickou .h2{
	font-size: 23px;
	font-weight: normal;
}
.dolni-menu{
	margin: 0 0;
}
.dolni-menu ul{
	margin-bottom: 12px;
}
.dolni-menu li{
	margin-bottom: 5px;
	display: block;
	padding-left: 25px;
}
.dolni-menu li a{
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
}
.dolni-menu li a:hover{
	text-decoration: underline;
	color: black;
}
.dolni-menu li:before{
	font-size: 12px;
	margin-right: 5px;
	color: #e42a35;
	top: 5px;
}
.box-gray{
	background: white;
	border: 1px solid #ccd4e3;
	margin: 15px 0;
	padding: 25px 30px;
	display: inline-block;
}
.box-gray p.big{
	margin-bottom: 0;
	font-size: 30px;
	color: black;
	font-family: 'Nimbus';
	font-weight: bold;
	text-transform: uppercase;
}
.box-gray p, .box-gray p a{
	font-size: 30px;
	margin: 0;
}
.box-gray p.smaller, .box-gray p.smaller a{
	font-size: 21px;
}
.box-gray a{
	text-decoration: none;
	color: #e42a35 !important;
	cursor: pointer;
	font-weight: bold;
}
.box-gray a:hover{
	text-decoration: underline !important;
}
.box-gray i{
	font-size: 21px;
	vertical-align: middle;
	width: 30px;
}

/********************/
/** PRODUCTS
*********************/

.produkty{
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.produkty .card {
    	flex-basis: 20%;
	position: relative;
	text-align: center;
	line-height: 1.1;
	border: 1px solid #d7dfe9 !important;
	border-radius: 0 !important;
	background: white;
	max-width: calc(20% + 1px);
	margin-left: -1px !important;
	margin-bottom: -1px;
}
.produkty .card:hover{
	border: 1px solid #012f73 !important;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
.produkty hr{
	width: 100%;
	flex-basis: 100%;
	display: block;
	border-top: 1px solid #b5ddfb;
	margin: 15px 0;
}
/*.produkty > .card + .card:hover{
	border-left: none;
}*/
.produkty .card .link-fill{
	z-index: 5;
}
.card-header, .card-body, .card-footer{
	padding: 0.5rem;
}
.produkty .h2{
	height: 42px;
	overflow: hidden;
	font-size: 17px !important;
	margin-bottom: 15px;
}
.produkty .h2 a{
	font-family: 'Roboto';
	font-size: 17px;
	text-decoration: none;
	color: black;
	font-weight: 300;
}
.produkty .card_img{
	position: relative;
	margin-bottom: 5px;
	min-height: 8rem;
	height: 190px;
	text-align: center;
}
.produkty .card_img img{
	max-height: 190px;
	width: auto;
}
.akce{
	position: absolute;
	left: -8px;
	z-index: 1;
}
.akce span{
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding: 3px 5px;
	display: block;
	margin-bottom: 1px;
	min-width: 95px;
}
.akce .novinka{
	background: #3284fb;
}
.akce .tip{
	background: #5bc100;
}
.akce .sleva{
	background: #e42a35;
}
.produkty .card-text{
	font-size: 17px;
	color: #4e4e4e;
	margin-bottom: 4px;
	height: 2.5rem;
	overflow: hidden;
}
.produkty .card .produkt_cena_puvodni{
	min-height: 20px;
	color: #475363;
	margin-bottom: 5px;
}
.produkty .card .produkt_cena_puvodni span{
	text-decoration: line-through;
}
.produkty .card .produkt_cena_s_dph{
	font-weight: bold;
	margin-bottom: 5px;
	color: black;
	font-size: 20px;
}
.dostupnost{
	display: inline-block;
	color: #6bbd01;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	position: relative;
}
.dostupnost.produkt-dostupnost-vyprodano{
	color: #d80202;
}
.dostupnost.produkt-dostupnost-vyprodano:before,
.dostupnost.produkt-dostupnost-nevyprodano:before{
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	display: inline-block;
	margin-right: 6px;
}
.dostupnost.produkt-dostupnost-vyprodano:before{
	content: '\f00d';
	color: #d80202;
}
.dostupnost.produkt-dostupnost-nevyprodano:before{
	content: '\f058';
	color: #6bbd01;
}
.produkty .card .card-footer{
	background: transparent;
	border: none;
}
/***************************/
/*  PRODUKTY SLIDE
/***************************/

.produkty-slide{
	margin: 0;
	margin-bottom: 25px;
}
.produkty-slide img{
	display: inline-block;
}
.produkty-slide .slick-list{
	margin-right: -2px;
}
.produkty-slide.slick-slider .slick-track{
	min-width: 100%;
}
.produkty-slide.slick-slider .slick-track, .produkty-slide.slick-slider .slick-list{
	padding: 0 1px;
}
.produkty-slide .card{
	flex-basis: 25%;
	max-width: 25%;
}
.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
}
.slick-prev{
	left: -40px;
}
.slick-next{
	right: -40px;
}
.slick-prev:before, .slick-next:before{
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: black;	
	font-size: 40px;
}
.slick-prev:hover:before, .slick-next:hover:before{
	color: #da0001;
}
.slick-prev:before{
	content: '\f0d9';
}
.slick-next:before{
	content: '\f0da';
}

/********************/
/** SWITCHER
*********************/

.switcher .nav-tabs .nav-link, .switcher .nav-tabs .nav-link.active, .switcher .nav-tabs .nav-item.show .nav-link{
	color: black;
    	font-weight: bold;
	margin: 0;
    	margin-bottom: 5px;
	margin-right: 15px;
	border: none;
	font-size: 23px;
	padding: 0;
	text-decoration: none;
}
.switcher .nav-tabs .nav-link.active, .switcher .nav-tabs .nav-item.show .nav-link, .switcher .nav-tabs .nav-link:hover{
	color: #da0001;
}

/********************/
/** PRODUCTS DETAIL
*********************/
#product-image{
	max-width: 100%;
	width: auto !important;
}
.detail_img{
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.detail_img p.akce{
	position: absolute;
    	left: 0;
    	bottom: auto;
    	top: 10px;
    	text-align: left;
    	z-index: 15;
}
#img-popup-1{
	margin-bottom: 1rem;
}
.product-detail{
	margin-top: 1rem;
}
.detail_images{
	margin-left: -5px;
	margin-right: -5px;
	justify-content: center;
}
.detail_image{
	position: relative;
	height: 135px;
	border: none;
	margin-bottom: 5px;
}
.detail_image a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.detail_image a img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
}
.produkt_detail_info{

}
.produkt_detail_info label{
	color: #11436a;
	font-size: 17px;
	font-weight: bold;
}
.produkt_detail_info select{
	max-width: 100%;
	width: 100%;
	border: 1px solid #690102;
    	padding: 0.25rem;
	margin-bottom: 0.25rem;
}
.doplnky_img{
	margin: 0.5rem 0;
}
.doplnky_img img{
	margin-bottom: 0.25rem;
	max
}
.product_detail_table{
	width: 100%;
	margin-bottom: 1rem;
}
.product_detail_table td{
	border-bottom: 1px solid #690102;
	padding: 0.25rem 0;
	color: black;
}
.product_detail_table .Produkt-CenaSDPH-Box td{
	font-size: 21px;
	font-weight: bold;
}
.product_detail_table .dostupnost{
	color: #549a02;
	font-weight: bold;
}
.product_detail_table .dostupnost.produkt-dostupnost-vyprodano, .Produkt-Vyprodano-Box{
	color: #d80202;
}
.product-table-params td{
	border: 1px solid #dbdbdb;
	padding: 2px 8px;
}
.detail_box h1{
	margin-bottom: 20px;
}

.detail_box h2{
	margin-bottom: 0;
}
p.blue-underline{
	border-bottom: 1px solid #012f73;
	color: #012f73;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#roll-box{
	position: relative;
}
.prices{
	margin-bottom: 25px;
}
.prices p{
	margin-bottom: 5px;
	line-height: 30px;
}
.prices p span:first-of-type{
	display: inline-block;
	min-width: 170px;
	font-weight: bold;
}
.detail_info_table{
	width: 100%;
}
.detail_info_table td{
	border-bottom: 1px solid #dbdbdb;
	padding: 4px 0;
}
.detail_cena_s_dph{
	color: black;
	font-size: 24px;
	font-weight: bold;
}
.Produkt-DoporucenaCenaSDPH-Box{
	text-decoration: line-through;
}

#box-blue{
	background: #f1f7ff;
	border: 1px solid #ccd4e3;
	padding: 20px 35px;
	margin-bottom: 35px;
}

#box-blue a.btn.btn-primary{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
#box-blue #modal-launch p span{
	text-decoration: underline;
}
#box-blue #modal-launch:hover p span{
	text-decoration: none;
}
#box-blue i{
	color: #e52a35;
	font-size: 20px;
}
.dalsi-obrazky-navigace{
	text-align: center;
}
.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
	z-index: 100;
}
.prev-arrow, .next-arrow{
	vertical-align: top;
	color: transparent;
	border: none;
	background: transparent;
	width: 40px;
	height: 40px;
	z-index: 100;
	cursor: pointer;
	outline: none !important;
	display: inline-block;
	position: relative;
}
.slick-prev{
	left: -40px;
}
.slick-next{
	right: -40px;
}
.slick-prev:before, .slick-next:before,
.prev-arrow:before, .next-arrow:before{
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: #00365f;	
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.slick-prev:hover:before, .slick-next:hover:before,
.prev-arrow:hover:before, .next-arrow:hover:before{
	color: #30b4ff;
}
.slick-prev:before{
	content: '\f104';
}
.slick-next:before{
	content: '\f105';
}
.product-detail .slick-prev:before, .product-detail .prev-arrow:before{
	content: '\f30a';
}
.product-detail .slick-next:before, .product-detail .next-arrow:before{
	content: '\f30b';
}
.product-detail .prev-arrow.slick-disabled:before, .product-detail .next-arrow.slick-disabled:before{
	content: '';
}
.slide-counter{
	display: inline-block;
	text-align: center;
	width: 60px;
	vertical-align: middle;
    	line-height: 40px;
}

/***************************/
/*  PRODUKT SWITCHER
/***************************/

.produkt_switcher{
	margin-bottom: 2rem;
	margin-top: 2rem;
}	
.produkt_switcher .switcher-content{
	padding: 25px;
	padding-bottom: 15px;
	border: 1px solid #dbdbdb;
}
.produkt_switcher .switcher-bar{
	border-bottom: none;
	background: white;
	display: block;
}
.produkt_switcher .switcher-bar .nav-item{
	display: inline-block;
}
.produkt_switcher .switcher-bar .switcher-toggle{
	font-size: 21px;
	font-weight: 300;
	padding: 0.5rem 1.5rem;
	background: #eef7ff;
	margin: 0;
	margin-right: 0.5rem;
	color: black;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #dbdbdb;
	background: #f9f9f9;
	position: relative;
	margin: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover, 
.produkt_switcher .switcher-bar .switcher-toggle.active{
	background: white;
	border-bottom: 1px solid white;
	color: black;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover:before, 
.produkt_switcher .switcher-bar .switcher-toggle.active:before{
	display: none;
}

/***************************/
/*  SOUVISEJICI PRODUKTY
/***************************/

.produkty-pribuzne{
	margin: 0 40px;
}
.produkty-pribuzne img{
	display: inline-block;
}
.produkty-pribuzne .slick-list{
	margin-right: -1px;
}
.produkty-pribuzne.slick-slider .slick-track{
	min-width: 100%;
}
.produkty-pribuzne.slick-slider .slick-track, .produkty-pribuzne.slick-slider .slick-list{
	padding: 0 1px;
}
.produkty-pribuzne .card{
	flex-basis: 25%;
	max-width: 25%;
}
.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
}
.slick-prev{
	left: -40px;
}
.slick-next{
	right: -40px;
}
.slick-prev:before, .slick-next:before{
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: #012f73;	
	font-size: 30px;
}
.slick-prev:hover:before, .slick-next:hover:before{
	color: #ee313e;
}
.slick-prev:before{
	content: '\f053';
}
.slick-next:before{
	content: '\f054';
}

/***************************/
/*  ROZCESTNIKY
/***************************/
.kategorie-bannery{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 15px;
}
.kategorie-banner{
	display: inline-block;
	flex-basis: 20%;
	min-width: 255px;
	position: relative;
}
.kategorie-banner a{
	z-index: 5;
}
.kategorie-banner-inner{
	display: flex;
	align-items: center;
	border: 1px solid #dbdbdb;
	padding: 5px;
	margin: 2px;
	position: relative;
}
.kategorie-banner-img{
	position: relative;
	height: 90px;
	width: 110px;
	min-width: 100px;
}
.kategorie-banner-inner img{
	max-height: 90px;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	margin: auto;
}
.kategorie-banner-inner p{
	font-weight: normal;
	margin: 0;
	margin-left: 10px;
}
.kategorie-banner:hover .kategorie-banner-inner{
	border: 1px solid #012f73;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}

/***************************/
/*  FILTER
/***************************/
.filter{
	width: auto;
	padding: 10px;
	border: 1px solid #dbdbdb;
    	background: #f9f9f9;
	overflow: hidden;
	margin-bottom: 20px;
}
.filterForm{
	display: flex;
	flex-wrap: wrap;
}
.filter_selecter{
	display: flex;
	align-items: center;
	flex-basis: 33.333%;
	max-width: 33.33%;
	min-width: 280px;
}
div.filter_selecter p{
	font-weight: bold;
	line-height: 35px;
	margin: 0;
}
div.filter_selecter select{
	height: 35px;
	flex-grow: 1;
	border: 1px solid #dbdbdb;
	margin-left: 10px;
	margin-right: 20px;
}
div.filter_selecter:last-of-type select{
	margin-right: 0;
}
.filter .buttonFilterSend {
    display: none;
}

.numbering{
	position: absolute;
	top: 0;
	left: 105px;
}
.numbering .slick-dots{
	position: relative;
	bottom: auto;
	width: auto;
}
.numbering .slick-dots li button{
	color: black;
	content: initial;
    	font-size: 15px;
	line-height: 1em;
    	height: auto;
	width: auto;
	border: 1px solid transparent;
	padding: 5px 6px;
	border-radius: 0;
	background: transparent;
}
.slick-dots li button:before{
	content: none;
}
.numbering .slick-dots .slick-active button, .numbering .slick-dots li button:hover{
	border: 1px solid #e8c52d;	
	background: transparent;
}

/***************************/
/*  FOOTER
/***************************/

.bcg-blue{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #f9f9f9;
	padding: 1.5rem 0;	
}
#dolnimenu li:before{
	top: 0.8rem;
}
#dolnimenu a{
	text-decoration: none;
	line-height: 2;
	color: black;
}
#dolnimenu a:hover{
	text-decoration: underline;
}
.bcg-blue p .fas{
	color: black;
    	font-size: 120%;
    	width: 25px;
    	vertical-align: middle;
}
.bcg-blue p .fa-facebook-f{
	color: white;
	background: black;
    	width: 25px;
}
.bcg-blue p.tel, .bcg-blue p.mail, .bcg-blue p.fcb{
	margin-bottom: 4px;
}
.bcg-blue p{
	color: black;
}	
.bcg-blue p a{
	text-decoration: none;
	color: black;
}
.bcg-blue p a:hover{
	text-decoration: underline;
}	
.bcg-blue iframe{
	border: 1px solid #dbdbdb !important;
}
footer{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9a010a+0,f43542+100 */
background: #9a010a; /* Old browsers */
background: -moz-linear-gradient(left, #9a010a 0%, #f43542 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #9a010a 0%,#f43542 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #9a010a 0%,#f43542 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a010a', endColorstr='#f43542',GradientType=1 ); /* IE6-9 */
	padding: 1.5rem 0;
}
footer p{
	margin-bottom: 4px;
	color: white;
}
footer a{
	text-decoration: none;
	color: white;
}
footer a:hover{
	text-decoration: underline;
	color: white;
}

/********************/
/** BREADCRUMB
*********************/ 
.breadcrumb{
	background: transparent;
	padding: 0;
	align-items: center;
	color: black;
	padding: 0;
	font-size: 17px;
	font-weight: 300;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	padding: 0 0.75rem;	
}
.breadcrumb a{
	display: inline-block;
	text-decoration: underline;
	color: black;
}
.breadcrumb .drobeckova-navigace-nazev{
	display: inline-block;
	color: black;
}
.breadcrumb a:hover{
	text-decoration: none;
}

/********************/
/** ROZCESTNIK
*********************/ 
.podkategorie-section{
	border: 1px solid #d5e9ff;
	background: #f0f7ff;
	padding: 0.75rem;
	margin-bottom: 1rem;
}
.podkategorie{
	position: relative;
	margin-bottom: 0.5rem;
	
}
.podkategorie a{
	z-index: 10;
}
.podkategorie-nadpis{
	height: 2.6em;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.5rem;
}
.podkategorie .h2{
	font-size: 18px;
	color: #013153;
}
.podkategorie-image{
	height: 100px;
	border: 1px solid transparent;
	background: white;
	position: relative;
}
.podkategorie-image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
}
.podkategorie:hover .podkategorie-image, .podkategorie.active .podkategorie-image{
	border: 1px solid #618098;
}
.podkategorie:hover .h2, .podkategorie.active .h2{
	text-decoration: underline;
}

/********************/
/** FILTR
*********************/ 
.filterFormTable{
	width: 100%;
	border: 1px solid #dbdbdb;
	background: #f9f9f9;
}
.filterFormTable td{
	padding: 1px 10px;
	font-size: 17px;
}
.filterFormTable tr:first-of-type td:first-of-type{
	padding-top: 10px;
}
.filterFormTable tr:last-of-type td:last-of-type{
	padding-bottom: 10px;
}
.filterFormTable tr:nth-of-type(even) td{
	padding-bottom: 5px;
}
.filterFormTable select{
	width: 100%;
	border: 1px solid #dbdbdb;
}
.buttonFilterPneuSend{
    color: white;
    outline: none;
    background: #393939;
    font-size: 17px;
    padding: 4px 20px;
    text-transform: uppercase;
    border: 1px solid #393939;
    cursor: pointer;
    z-index: 1000;
	display: block;
    position: relative;
	width: 100%;
}
.buttonFilterPneuSend:hover{
	background: #da0001;
	border: 1px solid #da0001;
	color: white;
}

/********************/
/** STRANKOVANI
*********************/ 
.produkt_pagination{
	flex-basis: 100%;
	text-align: left;
	margin-bottom: 0.5rem;
}
.produkt_box + .produkt_pagination{
	margin-top: 25px;
}
.strankovani-odkaz, .pgr{
	text-decoration: none;
	font-weight: 300;
	font-family: 'Roboto';
	color: black;
	font-size: 16px;
	padding: 0 0.4rem;
	border-radius: 3px;
	border: 1px solid transparent;
}
.pgr, .strankovani-odkaz:hover{
	background: #f1f7ff;
	border: 1px solid #ccd4e3;
	color: #012f73;
	font-weight: bold;
}
.produkt_pagination a:first-of-type.strankovani-sipky img, .produkt_pagination a:last-of-type.strankovani-sipky img{
	display: none;
}
.produkt_pagination a:first-of-type.strankovani-sipky, .produkt_pagination a:last-of-type.strankovani-sipky{
	display: none;
}


/********************/
/** FORM
*********************/ 

button#modal-launch{
    	background: none;
    	border: none;
    	cursor: pointer;
	padding: 0;
	text-shadow: none;
    	line-height: inherit;
    	vertical-align: top;
}
.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,sans-serif;
}
div.modal-header {
	border-radius: 0;
	background: #012f73;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: bold;
}

span.mandatory-star {
    	color: #ff6d6d;
}

.modal-dialog .modal-body {
    	background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}

.modal-dialog .btn-primary:hover{

}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}

div.mex-eshop-product-added .mex-product-added-header{
	    background: #da0001;
}
.toggleForm{
	color: #ee2722 !important;
	text-decoration: underline !important;
	cursor: pointer;
}
.toggleForm:hover{
	text-decoration: none !important;
}



/********************/
/** RESPONSIVE
*********************/ 
@media (min-width: 1440px){
.container {
    max-width: 1350px;
}
}

@media screen and (max-width: 1400px){
.main-col{
	max-width: calc(100% - 285px);
}
.produkty .card{
	flex-basis: 25%;
	max-width: 25%;
}
#category .item1 .section.visible{
	max-width: 125%;
}
#menu_kategorie .nav {
	flex-wrap: wrap;
}
#menu_top, #menu_main{
	max-width: 100%;
	flex-basis: 100%;
}
#menu_main .collapse_open, #menu_main .collapse_close{
	text-align: center;
    	width: 100%;
	height: auto;
	color: black;
	padding: 0.5rem 0;
	font-size: 130%;
	cursor: pointer;
}
#menu_main .collapse_open .fas, #menu_main .collapse_close .fas{
	margin-right: 0.5rem;
}
#menu_main .collapse_open{
	display: block;
}
#menu_main .collapsible{
	max-height: 0;	
    	transition: all 0.4s ease-in;
	overflow: hidden;
	margin-bottom: 0;
}
#menu_main .collapsible.visible{
	max-height: 1000px;
	transition: all 0.4s ease-out;
	margin-bottom: 1rem;
}
#menu_main .navbar-toggler {
    display: block !important;
    color: white;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
    width: 100%;
}
#menu_main .navbar-toggler-icon {
    font-size: 25px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: white;
}
#menu_main .navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
#menu_main .navbar-inner{
	width: 100%;
	text-align: center;
}
#menu_main .nav li.lvl-1 {
    display: block;
    text-align: center;
    flex-basis: 100%;
}
#menu_main .dropdown-menu{
	display: none !important;
}
#mapa {
    overflow: hidden;
}
.kategorie-banner{
	flex-basis: 25%;
	min-width: 0;
}
.green-arrow p.big{
	font-size: 21px;
	line-height: 44px;
}
}

@media screen and (max-width: 1220px){
#mapa {
    display: none;
}
#nadpatickou .row:not(.dolni-menu) > .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
}
#header {
    background: url(/files/images/bcg.jpg) no-repeat center bottom;
}
}

@media screen and (max-width: 1200px){
.green-arrow p.big{
	font-size: 21px;
	line-height: 44px;
}
.padding-for-arrow {
    padding-bottom: 225px;
}
.green-arrow:after{
	border-top: 109px solid transparent;
    	border-bottom: 109px solid transparent;
}
}

@media screen and (max-width: 1100px){

#menu_top{
	display: block;
}
#menu_top .collapse_open, #menu_top .collapse_close{
	text-align: center;
    	width: 100%;
	height: auto;
	color: black;
	padding: 0.5rem 0;
	font-size: 130%;
	cursor: pointer;
}
#menu_top .collapse_open .fas, #menu_top .collapse_close .fas{
	margin-right: 0.5rem;
}
#menu_top .collapse_open{
	display: block;
}
#menu_top .collapsible{
	max-height: 0;	
    	transition: all 0.4s ease-in;
	overflow: hidden;
	margin-bottom: 0;
}
#menu_top .collapsible.visible{
	max-height: 1000px;
	transition: all 0.4s ease-out;
	margin-bottom: 1rem;
}
#menu_top .navbar-toggler {
    display: block !important;
    color: black;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
    width: 100%;
}
#menu_top .navbar-toggler-icon {
    font-size: 25px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: black;
}
#menu_top .nav li:after{
	margin-left: 0;
	content: '';
}
#menu_top .navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
#menu_top .navbar-inner{
	width: 100%;
	text-align: center;
}
#menu_top .nav li.lvl-1 {
    display: block;
    text-align: center;
    flex-basis: 100%;
}
#header .justify-content-end{
	justify-content: center !important;
}		
.col-logo{
	width: auto;
}
.logo{
	margin-top: 0;
	margin-bottom: 10px;
}
.produkty .card{
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.kategorie-banner{
	flex-basis: 50%;
	max-width: 50%;
}
.left-col, .main-col{
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	margin-bottom: 2rem;
}
.main-col{
	margin-top: 1rem;
}
.col{
	flex-basis: 100%;
}
#header, #header .text-right{
	text-align: center !important;
}
#logo{
	margin: 0.5rem 0;
}
.banner{
	flex-basis: 50%;
	max-width: 50%;
}
}

@media screen and (max-width: 1000px){
.vyrobce-box{
	flex-basis: 25%;
	max-width: 25%;
}
.padding-for-arrow{
	flex-basis: 100%;
	max-width: 100%;
	padding-bottom: 0;
}
.col-prodejna{
	display: none;
}
.green-arrow-wrap{
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}	
.green-arrow{
	width: 100%;
}
.green-arrow:after{
	content: '';
	display: none;
}
.map-link a{
	margin-left: 15px;
	color: black;
	text-shadow: none;
}
}

@media screen and (max-width: 720px){
#kontakt p{
	margin-left: 0;
	display: block;
	text-align: center;
	margin-bottom: 0.3rem;
}
.searchbox .search_text{
	width: auto;
}
#kontakt p span{
	display: block;
	text-align: center;
}
.produkty .card{
	flex-basis: 50%;
	max-width: 50%;
}
.banner{
	flex-basis: 100%;
	max-width: 100%;
}
.vyrobce-box{
	flex-basis: 50%;
	max-width: 50%;
}
.archive .aktuality_img {
    float: none;
    width: 100%;
}
.dolni-menu{
	text-align: center;
}
.dolni-menu li:before{
	position: relative;
	margin-top: 5px;
	top: 0;
}
.box-gray p.big, .box-gray p, .box-gray p a{
	text-align: center;
}
}

@media screen and (max-width: 500px){
.produkty .card, .kategorie-banner{
	flex-basis: 100%;
	max-width: 100%;
}
}



/****************
PRINT
****************/

@media print {

#stripe, .searchbox, .kosikCena, .left-col, footer, #nadpatickou, #infoBox{
	display: none;
}
.main-col{
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}

}


 #image-dialog-pf {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        text-align: center;
        z-index: 1000;
    }

    #image-dialog-pf img {
        max-width: 100%;
        height: auto;

    }

    /* Overlay */
    #dialog-overlay-pf {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }



