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

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

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


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

* {
	margin: 0px;
	padding: 0px;
}
body{
  	background-color: #ffffff;
  	color: black;  
	text-align: left;
	font-family: MontSerrat-Light,sans-serif;
	font-weight: 300;
	height: 100%;
  	line-height: 1.3em;
  	font-size: 17px;
}

/**********************************/
/*         COMMON COMPONENTS
/**********************************/

@media (min-width: 1270px){
.container {
    max-width: 1600px;
}
}
.cols{
	display: flex;
}
.col{
	display: inline-block;
	vertical-align: middle;
}
#cookies_souhlas{
	width: 100% !important;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.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;
}
.EditableSection li, .EditableContent li, .editable-section li{
	padding-left: 20px;
	position: relative;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    	content: '\f111';
    	font-weight: 900;
    	font-family: "Font Awesome 5 Free";
    	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
    	font-size: 6px;
}b, strong {
    font-weight: bold;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 

      background-repeat: repeat; 
	background-position: center top; 	
}
#header{
	text-align: center;
}
#logo{	
	display: inline-block;
	margin-top: 20px;	
	margin-bottom: 10px;
	position: relative;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}
.nomargin{
	margin: 0;
}
#stripe{
	text-align: center;
	background: white;
	padding: 5px 0;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}
#stripe p, #stripe a{
  font-family: 'MontSerrat-Light';
	font-weight: 300;
	color: black;
	text-decoration: none;
	display: inline-block;
	font-size: 17px;
	margin-bottom: 0;
}
#stripe p{
	margin: 0 8px;
}
#stripe a:hover{
	text-decoration: underline;
}


/**********************************/
/*         BUTTONS
/**********************************/

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn,  .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	border-radius: 0;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	background: #dc2b19;
	border: 1px solid #dc2b19;
	border-radius: 5px;
	color: white !important;
}
.reference_box .btn.btn-primary{
	text-transform: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #d43a4c;
	border: 1px solid #d43a4c;
	color: white !important;
}
.btn.btn-secondary{
	background: white;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	color: black !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #cc041c;
	border: 1px solid #cc041c;
	color: white !important;
}

/**********************************/
/*         MENU
/**********************************/




#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	z-index: 2;
	margin-top: 15px;
}
.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: block;
    	width: 100%;
}
.nav {
    justify-content: center;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
}
.nav li.lvl-1{
	padding: 6px 23px;
}
.nav li.lvl-1 > a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding: 11px 8px;
	border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active {
	color: white;
	background: #cc041c;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: black;
    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;
}
.nav li.lvl-1 > a:hover:before, .nav li.lvl-1 > a.active:before, .nav li.lvl-1.show > a:before{
	color: white;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #e7e7e7;
    margin: 0;
    left: 8px;
	top: 41px;
    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;
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}
.dropdown-menu a img{
	max-width: 15px;
	max-height: 15px;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	background: inherit;
}
.dropdown-menu a:hover:after, .dropdown-menu a:active:after{
	position: absolute;
	left: 1.5rem;
	bottom: 0;
	right: 1.5rem;
	height: 2px;
	background: #cc041c;
	content: '';
}

/*************
SLIDESHOW
**************/
#slideshow_container{
	display: table-cell;
	width: calc(100% - 208px);
	height: 383px;
	position: relative;
}
#overeni{
	width: 119px;
	height: 119px;
	background: url(/files/images/overeni.png) no-repeat center center;
	z-index: 150;
	position: absolute;
	top: 10px;
	right: 15px;
}
#slides{
	position: relative;
	display: none;
	margin: 0;
}	

.slidesjs-pagination{	
    position: absolute;
    bottom: 11px;
	right: 15px;
    height: 10px;
    display: block;
    z-index: 100;
}

.slidesjs-pagination-item{
	display: inline-block;
}

.slidesjs-pagination-item a{
	color: transparent;
	background: url(/files/images/nav.png) no-repeat center center;
    	width: 10px;
	height: 10px;
	display: block;
	margin-right: 5px;
}

.slidesjs-pagination-item a.active, .slidesjs-pagination-item a:hover{
	background: url(/files/images/nav_hover.png) no-repeat center center;
}

.caption{
	position: absolute;
	bottom: -12px;
      left: 0;
      right: 1px;
      color: white;
	font-size: 28px;
	font-weight: 300;
	padding-left: 20px;
	background: url(/files/images/slide_bcg.png) repeat;
	line-height: 60px;
	text-align: left;
	text-shadow: 1px 1px 3px black;
}
.caption.long{
	line-height: 39px;
}


button#modal-launch{
    background: red;
    border: none;
    cursor: pointer;
	width: 100%;
	box-shadow: none;
	padding: 0;
}
button#modal-launch p.dotaz{
	font-weight: bold;
}
button#modal-launch a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	
	padding: 4px 6px;
	margin: 0 10px;
	border: 1px solid #e4e4e4;
}
button#modal-launch a:hover{
	color: white;
	text-decoration: none;
	background: #a51000;
}

.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,sans-serif;
}

div.modal-header {
	border-radius: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e5e5e+0,2f2f2f+100 */
background: rgb(94,94,94); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(47,47,47,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(100%,rgba(47,47,47,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-8 */
}

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{
	border: 1px solid #2F2F2F;
	color: white;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e5e5e+0,2f2f2f+100 */
background: rgb(94,94,94); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(47,47,47,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(100%,rgba(47,47,47,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(47,47,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-8 */
	-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{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: #DB2B19;	
}


.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;
}



/**********************************/
/*         CONTENT
/**********************************/
#main_content {
    width: 1018px;
	height: auto;
	padding: 15px 0;
	margin-top: 2em;
	text-align: left;
	position: relative;
	display: block;
}

.box_green{
	border: 1px solid #7abb00;	
	padding: 20px;
	color: #3a3a3a;
	margin-bottom: 20px;
	border-radius: 5px;
}
.box_green button{
	align-items: center;
}
.box_green button p{
	display: inline-block;
	vertical-align: middle;
  font-family: 'MontSerrat-Light';
	font-weight: 300;
	font-size: 24px;
	margin: 0;
	margin-right: 8px;
	color: black;
}
.box_green button a.btn-primary{
	padding: 10px 19px;
	
}
.box_green h2{
	position: relative;
	font-weight: bold;
	color: #3a3a3a;
	padding-bottom: 5px;
}
.box_green h2:after{
	content: "";
    	background: #e6152e;
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	height: 3px;
    	width: 120px;
}
.col-main {
    max-width: calc(100% - 250px);
    width: calc(100% - 250px);
    margin-top: 10px;
}
.left-col {
    width: 250px;
    margin-top: 10px;
}

/**********************************/
/*  INDEX 
/*********************************/
.index-info{
	display: flex;
	margin-bottom: 40px;
}
.index-info-box {
	flex-basis: 50%;
	max-width: 50%;
}
.index-info-text-box{
	background: white;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 20px 25px;
}
.index-info-text-box p{
	margin-bottom: 30px;
}
.index-info-img-box{
	background: url(/files/images/index-intro.jpg) no-repeat center center;
	background-size: cover;
}
.index-info h1, .index-info .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}

@media screen and (max-width: 1100px){
.index-info, .box{
	flex-wrap: wrap;
}
.index-info-box, .box-half{
	flex-basis: 100%;
	max-width: 100%;
}
.index-info-text-box, .box-text{
	border-top: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-right: 1px solid #eaeaea !important;
	border-bottom: none !important;
}
.index-info-img-box, .box-img{
	width: 100%;
    	padding-top: 70%;
    	position: relative;
}
}

/**********************************/
/*         BREADCRUMB
/**********************************/
.breadcrumb{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5;
    	padding: 7px 1rem;
	border-radius: 0;
}
.breadcrumb a, .breadcrumb span{
	font-size: 15px;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	margin: 0 15px;
}

/**********************************/
/*         PRODUKT DETAIL
/**********************************/

.product-detail{
	margin-bottom: 3rem;
}
.detail_image_big{
	position: relative;	
}
.detail_image_big img{
	border: 3px solid #e7e7e7;
}
.detail_image_big img:hover{
	border: 3px solid #84bf14 !important;
}
.detail_image_big img, .detail_image img{
	max-width: 100%;
	height: auto;
}	
.detail_images{
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 1rem 2rem;
	margin: 0;
	width: 100%;
}
.detail_images .col-md-4{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.detail_images .col-md-4:nth-of-type(n+7){
	max-height: 0;
    	opacity: 0;
    	overflow: hidden;
	-webkit-transition: all .4s; 
    	transition: all .4s;
}
.detail_images .col-md-4.visible{
	max-height: 200px;
	opacity: 1;
}
.detail_images .button{
	width: 100%;
}
.detail_image{
	width: 100%;
	padding-top: 66%;
	position: relative;
	background: #e7e7e7;
	margin-bottom: 1rem;
}
.detail_image:hover{
	background: #84bf14;
}
.detail_image a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.detail_image img, .detail_img img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.button-back{
	margin-top: 1rem;
}

/**********************************/
/*         KATEGORIE
/**********************************/
.kategorie-nadpis {
    margin: 0;
}
.kategorie .toggler {
    border: none;
    background: transparent;
    text-transform: uppercase;
    color: black;
    text-align: center;
    width: 100%;
    cursor: pointer;
    display: none;
}
#category {
    margin-bottom: 20px;
}
#category p {
    margin-bottom: 3px;
    border-radius: 5px;
    padding-left: 3px;
    background: #cc041c;
-webkit-transition: padding-left .2s ease-out;
  -moz-transition: padding-left .2s ease-out;
  -o-transition: padding-left .2s ease-out;
  transition: padding-left .2s ease-out;
}
#category p:hover, #category p.selectedP{
	background: #cc041c;
	padding-left: 6px;
}
#category a {
    display: block;
    border-radius: 5px;
    background: #f1f1f1;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 15px;
	text-decoration: none;
}
#category a:hover{
	color: black;
}

.kontakt{
	width: 330px;
	display: inline-block;
}

.kontakt p:first-of-type, .kontakt h3{
      font-family: 'MontSerrat-Regular',sans-serif;
	margin: 10px 0;
}

.kontakt p{
	margin-bottom: 8px;
}

.kontakt strong, .kontakt strong a{
	color: black;
	font-size: 15px;
}

#mapa_nadpis{
	margin: 5px auto;
}
#mapa > div iframe{
	display: block;
	margin: 0 !important;
}

#main_content table { 
border: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; 
} 

#nadpatickou{
	background: #f5f5f5;
	padding: 20px 0;
	border-top: 1px solid #dadada;
}
#nadpatickou .row{
	justify-content: center;
	align-items: center;
}
#nadpatickou .row .col{
	padding: 20px 30px;
}
#nadpatickou .col:nth-of-type(2){
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
#nadpatickou p.mail a{
	white-space: nowrap;
}
#nadpatickou a{
	text-decoration: none;
}
#nadpatickou a:hover{
	text-decoration: underline;
	color: black;
}


/* paticka */
#footer {
	color: white;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	border: none;
}
footer {
  	background: #212121;
  	z-index: 0;
  	width: 100%;
    margin-top: 1em;
}
#footer_text{ 
	padding: 2em 0; 
}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-size: 15px;
}
#footer #footer_text .editable-section{
	margin-bottom: 12px;
}
#footer #footer_text p{
	display: inline;
}
#footer #footer_text a{
	text-decoration: none;
}
#footer #footer_text a:hover{
	text-decoration: underline;
}


#main_content table.galerie-slozky{
	border: none;
}

.galerie-slozky + .galerie_container{
	display: none;
}

#main_content .galerie-slozky tr{
	display: inline;
}

#main_content .galerie-slozky tr td{
	display: inline-block;
	border: none;
}

#main_content .galerie_nahledy td{
	padding: 0;
	box-shadow: none;
	    display: table;
}	

.galerie_slozka{
	text-align: center;
	width: 220px;
}

.galerie_slozka h2{
	text-align: center;
	height: 2.2em;
	margin-bottom: 0;
}

.galerie_slozka h2 a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

.galerie_slozka:hover  h2 a{
	color: black;
}

.galerie_slozka p.fotka{
	padding: 11px 5px;
	background: url(/files/images/slozka.png) no-repeat center top 3px;
	background-size: contain;
}

.galerie_slozka p.fotka img{
	border: 6px solid #f6f6f6;
	width: 224px !important;
	height: auto !important;
	margin: 0 !important;
}

.galerie_slozka:hover  p.fotka img{
	border: 6px solid #dc2b19;
}

.galerie_container tr{
	display: inline-flex;
}

.galerie_container td{
	border: 3px solid #ead5b6;
      box-shadow: 0px 0px 2px 2px #c7b49c;
	margin: 0 5px;
}

.galerie_fotka, .galerie_fotka_uvodni{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.galerie_fotka .velke{
	display: none;
}

.galerie_fotka .velke.activ{
	display: block;
}

#main_content .thumbs img, #main_content .thumbs img:hover{
	cursor: pointer;
	border: 3px solid white;
    	border-bottom: 3px solid white;
	width: auto !important;
    	height: auto !important;
    	margin: 0;
}

#main_content .thumbs img:hover{
	border: 3px solid #dc2b19;
    	border-bottom: 3px solid #dc2b19;
}

div.galerie_container table.galerie_table .thumbs:hover{
	border: 3px solid #853d01;
}

div.galerie_fotka img, div.galerie_fotka img:hover, div.galerie_fotka_uvodni img, div.galerie_fotka_uvodni img:hover{
	border: none;
      box-shadow: none;
}

.galerie_container::-webkit-scrollbar
{
  width: 25px;  /* for vertical scrollbars */
  height: 25; /* for horizontal scrollbars */
  border: 5px solid #e0e0e0;
}

.galerie_container::-webkit-scrollbar-track{
  background: #e0e0e0;
}

.galerie_container::-webkit-scrollbar-thumb{
  background: #2f2f2f;
  border-radius: 3px;
}


/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1, .h1 {
	color: black;
	font-family: 'MontSerrat-Light',sans-serif;
	font-size: 38px;
      font-weight: bold;
	margin-bottom: 25px;
}
h1.centered{
	text-align: center;
}
h2, .h2 {
	color: black;
	font-size: 26px;
	font-weight: 400;
	font-family: 'MontSerrat-Bold',sans-serif;
}
h3, .h3 {
	color: black;
	font-size: 18px;
	font-weight: 400;
	font-family: 'MontSerrat-Regular',sans-serif;
	clear: both;
	margin-top: 23px;
}
h4, .h4 {
	color: #0ea155;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  list-style-type: none;
  text-align: left;
}

#main_content ul{
	padding-left: 0;
}

img {
	border: none;
	margin: 0; 
	max-width: 100%;
}

.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img{
	border: 3px solid #e7e7e7;
	margin: 4px;
	z-index: 50;
}
.EditableSection a[rel="lightbox[all]"] img:hover, .EditableContent a[rel="lightbox[all]"] img:hover, .editable-section a[rel="lightbox[all]"] img:hover{
	border: 3px solid #84bf14 !important;
}
a,
a:visited {
    color: black;
    font-size: 17px;
    font-weight: 300;
    font-family: 'MontSerrat-Regular';
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #cc041c;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
.EditableSection th, .EditableContent th, .editable-section th,
.EditableSection td, .EditableContent td, .editable-section td{
	font-size: 17px;	
  	color: black;
  	font-weight: 300;
    font-family: 'MontSerrat-Light';
	padding: 5px;
	border: 1px solid #e0e0e0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 0px 0px;
}

#main_content table {
  border: 1px solid #ffffff;
  width: auto;
  height: auto;
}

#main_content td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
}

/**********************************/
/*  BANNERY 
/*********************************/
#banners{
	margin-top: 20px;
	margin-bottom: 35px;
}
.banner{
	text-align: center;
	margin-bottom: 20px;
}
.banner .h2{
	text-align: center;
	font-weight: 300;
  font-family: 'MontSerrat-Light';
	height: 1.2em;
	overflow: hidden;
}
.banner_img{
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 4px solid #7abb00;
}
.banner_img img{
	width: 100%;
}
.banner:hover .banner_img{
	border-bottom: 4px solid #cc041c;
}
.banner .btn-primary{
	z-index: 50;
	margin-top: -23px;
	font-weight: normal;
}
.banner:hover .btn-primary{
	border: 1px solid #cc041c;
	background: #cc041c;
}

/**********************************/
/*         AKTUALITY SLIDE
/**********************************/
#aktuality_slide_box{
	border: 1px solid #e7e7e7;	
	border-radius: 5px;
	position: relative;
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
#aktuality_slide_box p.aktuality-title-box{
	background: #cc041c;
	color: white;
	padding: 20px 10px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin: 0;
}
#aktuality_slide{
	margin: 0;
	max-width: 85%;
	flex-basis: 85%;
	position: relative;
}
.aktuality_box{
	justify-content: space-between;
	padding: 1rem;
    	padding-right: 200px;
	position: relative;
}
.aktuality_date, .aktuality_name{
	display: inline-block;
	overflow: hidden;
}
.aktuality_date{
	color: black;
	font-size: 20px;
	font-weight: bold;
}
.aktuality_name{
	font-size: 20px;
	font-weight: 300;
  font-family: 'MontSerrat-Light';
	color: black;
	text-decoration: none;
}
#aktuality_slide .aktuality_name{
	height: 1.4em;
	overflow: hidden;
}
.aktuality_box:hover .aktuality_name{
	text-decoration: underline;
}
.aktuality_box:hover .btn-primary{
	background: #e7e7e7;
	color: black;
}
.archiv{
	position: absolute;
	margin: auto;
	right: 1.5rem;
	top: 0;
	bottom: 0;
	display: flex;
    	align-items: center;
}
.archiv a{
	vertical-align: middle;
}


/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/

button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
    cursor: pointer;
	box-shadow: none;
	padding: 0;
	white-space: normal;
}
button#modal-launch-2 {
	padding: 0;
}

.modal-content{
	border: none;
	border-radius: 0;
	font-family: MontSerrat-Regular,sans-serif;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #dc2b19;
}

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: 'MontSerrat-Regular';
	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{
	border: 1px solid #dc2b19;
	color: white;
	font-family: 'MontSerrat-Regular';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	background: #dc2b19;
	-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{
	background: #cc041c;
	border: 1px solid #cc041c;
}


.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;
}
.modal small a{
	font-size: 15px;
    	font-weight: normal;
}
.modal small a:hover{
	text-decoration: none !important;
}
/***************************/
/*  PRODUKTY
/***************************/

.produkt{
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid #e7e7e7;
	padding: 20px;
	padding-top: 0;
}
.produkt_nazev{
	margin: 10px 0;
	height: 2.6em;
	overflow: hidden;
	text-align: center;
	font-weight: normal;
	color: black;
}
.produkt_img{
	position: relative;
	height: 200px;
	z-index: -1;
}
.produkt_img img{
	border: 2px solid white;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	margin: auto;
	max-height: calc(100% - 4px);
	max-width: calc(100% - 4px);
	height: auto;
	width: auto;
}
.produkt_buttons{
	z-index: 50;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
}
.produkt:hover .btn{
    	background: #cc041c;
    	border: 1px solid #cc041c;
    	color: white !important;
}
.produkt:hover{
	background: #f5f5f5;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
}
.produkt_pagination{
	flex-basis: 100%;
	max-width: 100%;
	margin: 5px 15px;
}

.pgr, .strankovani-odkaz, .strankovani-sipky{
	font-size: 15px;
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid transparent;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.pgr, .strankovani-odkaz:hover, .strankovani-sipky:hover{
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	text-decoration: none;
	color: black;
}
.products-not-found{
	display: none;
}

/***************************/
/*  AKTUALITY
/***************************/
.article-thumb .aktuality_img {
    	background: #f5f5f5;
    	height: 100%;
    	width: 100%;
	margin: 0;
	text-align: center;
	border: 1px solid transparent;
}
.article-thumb:hover{
	border: 1px solid #e7e7e7;
}
.article-thumb:hover .aktuality_img{
	border: 1px solid #e7e7e7;
}
.article-thumb .aktuality_img img{
    	max-height: 135px;
}
h2.aktuality_name {
    	margin-top: 0;
	font-weight: bold;
}
.aktuality_text {
    	height: 2.8rem;
    	overflow: hidden;
}
.article-thumb{
	position: relative;
	border: 1px solid #f5f5f5;
	padding: 10px;
}
.article-thumb .aktuality_img a{
	width: 100%;
	position: relative;
	text-align:center;
}
.mobile-show{
	display: none;
}

/***********
RESPONSIVE
************/

@media screen and (max-width: 800px){
#stripe .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#stripe .container > div{
	display: flex;
	align-items: center;
}
#stripe .container .logo{
	margin: 0;
}
#menu_top{
    position: static;
}
#menu_top .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0px;
	left: 0;
    background: red;
	z-index: 5000;
}

.mobile-show{
	display: block;
}
.mobile-hide{
	display: none;
}
.mobile-show img{
	min-height: 50px;
}
.navbar-inner {
    width: 100%;
}
.nav{
	display: block;
	text-align: center;
}
.navbar {
	height: auto;
}
.navbar-toggler {
    	display: block !important;
    	color: black;
	font-size: 22px;
   	vertical-align: middle;
    	outline: none !important;
    	line-height: 25px;
}
.navbar-toggler-icon {
    	font-size: 25px;
    	height: auto;
    	vertical-align: initial;
	margin-bottom: 0;
	color: black;
	width: auto;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.nav li.lvl-1 {
    display: block;
    text-align: center;
}
.nav li.lvl-1 a {
    display: block;
}
.nav li.lvl-1:last-of-type{
	padding-left: 0;
}
.nav li.lvl-1:last-of-type a:before{
	display: none;
}
.dropdown-toggle::before{
	display: none;
}

}
@media screen and (max-width: 768px){
.article-thumb > .row{
	flex-direction: column-reverse;
}
.article-thumb > .row > .col{
	width: 100%;
	position: relative;
	flex-basis: 100%;
}
}

@media screen and (max-width: 900px){
.kategorie .toggler {
    display: block;
}
.navbar-toggler-icon {
    font-size: 22px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: black;
    width: auto;
}
.left-col {
    width: 100%;
}
.col-main {
    width: 100%;
    max-width: 100%;
}
}

@media screen and (max-width: 800px){
#aktuality_slide_box{
	display: block;
}
.archiv {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
    padding: 1rem;
    padding-top: 0;
}
#aktuality_slide{
	max-width: 100%;
}
#nadpatickou .row .col{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center !important;
}
#nadpatickou p{
	text-align: center;
}
#nadpatickou .col:nth-of-type(2) {
    border: none;
}
#stripe .tel i, #stripe .mail i{
	display: none;
}
#stripe .tel a, #stripe .mail a{
    overflow: hidden;
    content: '';
    color: transparent;
    height: 25px;
    width: 25px;
    display: block;
}
#stripe .tel a:before, #stripe .mail a:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
    margin-right: 6px;
    color: black;
	line-height: 25px;
}
#stripe .tel a:before {
    content: '\f095';
}
#stripe .mail a:before {
    content: '\f2b6';
    font-weight: normal;
}
.caption p{
	font-size: 18px;
	line-height: 20px;
}
button#modal-launch, button#modal-launch-2{
	text-align: center;
}
.box_green button p{
	margin-right: 0;
	margin-bottom: 5px;
}

}
	


#menu_top{
    background-color: red; 
    color: white;
   	width: 70%;
	float: right;
	margin-bottom: -30px;
	clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%);
}

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

	#menu_top{
	
		clip-path: none;
		   width: 100%;		
		   float: none;
		display: block;
	}
}

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

	#menu_top{
		background-color: white; 
		margin-bottom: 0px;
		clip-path: none;
		color: red;
		   width: 100%;		
		   float: none;
		display: block;
	}
}


.contact-info {
    display: flex;
    align-items: center;
}

.contact-text {
    margin-left: 10px;
}

.contact-text a{
	color: red;
	font-family: 'MontSerrat-Bold';
	text-decoration: none;
}

.contact-text-bottom a{
	color: white;	
	font-family: 'MontSerrat-Regular';
	text-decoration: none !important;
}
.contact-text-2 {
    margin-left: 10px;
}

.contact-text-bottom a:hover{
	color: white;
	font-family: 'MontSerrat-Regular';
	text-decoration: none;
}         
.container-banner {
            width: 100%;
            position: relative;
            display: inline-block;
			
        }

        .image-banner {
            display: block;
            max-width: 100%;
            width: 100%;
            height: auto;
        }

        .container-banner:hover {
			width: 100%;
            opacity: 0.95;
            cursor: pointer;
        }
		.image-banner:hover + .overlay-banner {
			transition: 0.3s;
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); /* Apply clip-path on overlay-banner when container-banner is hovered */
		}

		.overlay-banne:hover {
			transition: 0.3s;
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); /* Apply clip-path on overlay-banner when container-banner is hovered */
		}

        .overlay-banner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #212121; /* Red with 50% opacity */
			clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
			padding-top: 10px;
			padding-bottom: 10px;
            text-align: center;
        }

        .smaller-banners .overlay-banner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #dc2b19; /* Red with 50% opacity */
			clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
			padding-top: 0px;
			padding-bottom: 0px;
            text-align: center;
        }

        .text-banner {
            text-align: start;
            color: white;
            font-size: 16px;
            font-weight: bold;
       
            padding: 4px 0; /* Add padding to create space for text-banner-banner */
            padding-left: 8px;
        }



/*************
LEFT COLUMN
**************/
#left_col{
	width: 206px;
	display: inline-block;
	float: left;
}
@media screen and (max-width: 640px){
	#left_col {
		width: 100%;
		float: none;
	}
}





#left_col li.level-1 {
	display: none;
}

#left_col li{
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
	width: 205px;
}

#left_col li a, #left_col p a{
	display: block;
	width: auto;
	padding: 8px 10px;
	background: url(/files/images/left_menu.png) no-repeat left top;
	text-shadow: 1px 1px 3px black;
	color: white;
	text-decoration: none;
	border-radius: 2px;
	background-size: 100% 100%;
}

#left_col p.open{
	margin-bottom: 0;
}

#left_col p.close + div.item2{
	display: none;
}

#left_col p.open + div.item2{
	display: block;
}

#left_col .item2 li, #left_col .item2 p{
	margin-bottom: 0;
}

#left_col .item2 li a, #left_col .item2 p a{
	background: #edecec;
	color: black;
	text-shadow: none;
	border-radius: 0;
}

#left_col .item2 li a:hover, #left_col .item2 p a:hover, #left_col .item2 li.selected a, #left_col .item2 p a.selected{
	color: black;
	background: #D6D6D6;
}

#left_col p {
	margin-bottom: 1px;
}
#left_col p.close{
	display: block;
	opacity: 1;
	color: inherit;
	font-weight: inherit;	
	box-shadow: none;
	float: none;
}

#left_col li.selected a, #left_col li a:hover, #left_col p a.selected, #left_col p a:hover{
	background: #dc2b19;
}

#left_col h2{
	font-weight: 300;
	font-size: 21px;
	margin-top: 13px;
}

.left_col_edit_box{
	text-align: center;
}

.left_col_edit_box img, .left_col_edit_box img:hover{
	border: none !important;
}

#content{
	
	width: auto;
}

#content p{
	text-align: justify;
}

#content > div{
	overflow: hidden;
}

#content img {
	margin: 5px;
}

#main_content img {
	
}


/***********
RESPONSIVE
************/

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

	#hornimenu1{
		width: 96%;
		padding: 0 2%;
		background-size: cover;
		border-left: none;
		border-right: none;
	}
	
	#header, #index_content, #main_content, #footer{
		width: 96%;
		margin: 0 auto;
		margin-top: 15px;
	}
	
	#index_content, #main_content{
		
		padding: 0px;
	}
	
	#header{
		display: block;
	}
	
	#index #header_container, #slideshow_container{
		width: 100%;
		display: block;
	}
	
	#slideshow_container{
		max-width: 812px;
		height: auto;
		margin: 0 auto;
	}
	
	#index #header_container{
		display: table;
	}
	
	#logo{
		display: table-cell;
		width: 38%;
		padding: 1%;
	}
	
	#adress_block, #contact_block{
		width: 30%;
		display: table-cell;
		vertical-align: top;
	}
	
	#adress_block{
		vertical-align: middle;
	}
	
	#menu_top{
		height: auto;
	}
	
	.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
		float: none;
		display: inline-block;
		position: relative;
	}
	
	#map_other{
		background: none;
	}
	
	#map_other > div iframe{
		width: 100%;
	}
	
	div#banners .banner a h2{
		width: 90%;
		padding: 0 5%;
	}
	
	#other #contact_block{
		background-size: 100% 100%;
	}
	#other #nadpis, #other #adress_block{
		background: #ebebeb;
	}
	}
		
	@media screen and (max-width: 800px){
	#menu_top{
		background: #dc2b19;
	}
	#mobile_open {
		width: 30px;
		height: 30px;
		padding-top: 8px;
		padding-bottom: 15px;
		background: url(/files/images/hamburger.png) no-repeat left center;
		vertical-align: top;
		cursor: pointer;
		display: block;
	}
	#mobile_close {
		width: 30px;
		height: 30px;
		padding-top: 8px;
		padding-bottom: 15px;
		background: url(/files/images/close.png) no-repeat left center;
		vertical-align: top;
		cursor: pointer;
	}
	#hornimenu1 {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 50;
		padding: 0;
		padding-bottom: 30px;
	}
	#hornimenu1.visible, #other #hornimenu1.visible {
		display: block;
		overflow: hidden;
		z-index: 150;
		background: #ebebeb;
		margin-top: 0;
	}
	#hornimenu1.visible .ddmxlileft {
		display: block;
		width: 100%;
		text-align: center;
	}
	#hornimenu1.visible .ddmxlileft a {
		width: 100%;
		padding: 15px 0;
	}
	a.fcb{
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto;
		display: block;
	}
	}
	
	@media screen and (max-width: 640px){
	
	#index #header_container{
		display: block;
	}
	
	#logo, #adress_block, #contact_block{
		display: block;
		width: auto;
	}
	
	#other #adress_block, #other #logo, #other #contact_block, #other #nadpis{
		display: block;
		width: auto;
	}
	
	#slideshow_container{
		display: none;
	}
	
	.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
		display: block;
		background-image: none;
		padding-right: 0;
	}
	
	.ddmxlileft .section{
		width: 100%;
	}
	
	div.kontakt, iframe{
		width: 100% !important;
	}
	
	.caption{
		bottom: -8px;
			left: 5px;
			right: 5px;
		line-height: 30px;
		  font-size: 15px;
	}
	
	div#banners .banner{
		width: 48%;
	}
	
	#left_col{
		width: 100%;
		float: none;
	}
	
	#left_col li a{
		background-size: 100% 100%;
	}
	
	#content{
		padding-left: 0;
	}
	#left_col li{
		width: auto;
	}
	
	}
	
	
	@media screen and (max-width: 480px){
	
	div#banners .banner{
		width: 100%;
		max-width: 308px;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	#content div#banners .banner{
		width: auto;
	}
	
	}


	@media screen and (max-width: 1560px){
	
		.nav li.lvl-1 {
			padding: 6px 18px;
		}
}

@media screen and (max-width: 1460px){
	
	.nav li.lvl-1 {
		padding: 6px 7px;
	}
}
	
	

a.fcb{
	background: url(/files/images/fcb.png) no-repeat center center;
	width: 36px;
	height: 36px;
	display: inline-block;
	position: absolute;
    	top: 9px;
    	right: 9px;
}

a.fcb:hover{
	background: url(/files/images/fcb_hover.png) no-repeat center center !important;
}