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


@font-face {
    font-family: 'Montserrat';
    src: url('/files/fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/files/fonts/Montserrat-Medium.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/files/fonts/Montserrat-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/files/fonts/Montserrat-Thin.otf') format('opentype');
    font-weight: 200;
}

@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-Bold.ttf') format('truetype');
    font-weight: bold;
}


* {
	margin: 0px;
	padding: 0px;
}
body{
  color:  #4d4c4c;
  
	font-size: 75%;
	text-align: left;
	font-weight: 300;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}
.container{
	padding: 15px 0;
	overflow: hidden;
	width: 96%;
}
@media (min-width: 1220px){
.container {
    max-width: 1160px;
}
}
strong, b{
	font-weight: bold;
}
header{
	width: 100%; 
	background: #1d1d1d;
	border-bottom: 1px solid black;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-webkit-transition: all .4s ease;   
	transition: all .4s ease;
}
header.scrolled, header.default{
	top: 0;
}

header .row{
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

/* horni menu */
#menu_top {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#hornimenu1, #header{	
	margin: 0 auto;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

#header{
	padding-bottom: 5px;
	position: relative;
	text-align: left;
	overflow: visible;
}

#odkaz_na_uvod{
	text-decoration: none;
}

#logo{
	display: inline-block;
	margin: 15px 0px 6px 0px;
    	margin-right: 40px;
}

#nadpis{
	font-size: 21px;
	color:  #d9c100;
      font-family: 'Montserrat',sans-serif;
	display: block;
}

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
    color: white;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
	font-family: 'Montserrat';
    font-weight: 300;
    padding: 5px 0;
	border-bottom: 3px solid #1d1d1d;
	text-transform: uppercase;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .selected {
    border-bottom: 3px solid #d9c100;
}

.ddmxlileft .section{
	display: none;
      width: 200px;
      position: absolute;
      display: none;
      z-index: 1000;
	color: black;
	background: white;
	border: 1px solid #d9c100;
	padding: 10px 0;
}

 .ddmxlileft .section .ddmxlileft{
	width: 100%;
	position: relative;
	margin: 0;
}

 .ddmxlileft .section .ddmxlileft a{
	display: block;
	padding: 5px 8%;
	width: 87%;
	color: black;
	display: block;
	text-decoration: none;
	font-size: 15px;
}

 .ddmxlileft .section .ddmxlileft a:hover{
	color: black;
	text-decoration: underline;
}

 .ddmxlileft:hover .section,  .ddmxlileft .section .ddmxlileft:hover .section{
	display: block !important;
}

.ddmxlileft a.item2 + .section{
      position: absolute;
      top: 0;
	left: 200px;
      border-top: none;
	display: none;
	color: #2c2c2c;
	background: #c5bca1;
}

.ddmxlileft a.item2 + .section a:hover{
	color: white;
	background: #2c2c2c;
}

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft {
    display: inline-block;
	margin: 0 15px;
	margin-bottom: 0;
    padding: 0;
}

#intro{
	position: relative;
	width: 100%;
	padding: 0;
}
.camera_wrap{
	float: none;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: left;
}
#slides .camera_pag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
    text-align: left;
    z-index: 1000;
}
#slides .camera_pag li {
    border: 2px solid white;
    width: 15px;
    height: 15px;
    border-radius: 0;
    display: inline-block;
    z-index: 1000;
    background: transparent;
    color: transparent;
}
#slides .camera_pag li:hover, #slides .camera_pag li.cameracurrent {
    background: #d9c100;
    color: transparent;
}
#slides .camera_pag li span {
    display: none;
}
.camera_commands{
	opacity: 0 !important;
}	
.caption{
	position: absolute;
	max-width: 1160px;
	width: 96%;
	margin: auto;
    	left: 0;
    	right: 0;
    	top: 150px;
	text-align: right;
}
.caption-inner{
	display: inline-block;
	background: rgba(0,0,0,0.6);
	padding: 15px;
}
.caption-inner p{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 31px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
	margin: 0;
}

/* hlavni sloupec */
section.gray{
	background: #eeeeee;
	padding: 15px 0;
}
section.gray.big{
	padding: 25px 0;
}
section.gray.big p, section.gray.big a{
	font-size: 36px;
	font-weight: normal;
}
.oceneni{
	justify-content: space-between;
	align-items: center;
}
.oceneni p{
	text-transform: uppercase;
	color: black;
	margin: 0;
	font-size: 18px;
	font-family: 'Montserrat';
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.oceneni p a{
	font-size: 18px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
.oceneni p a:hover{
	text-decoration: underline;
	color: #dcc50f;
}
section{
	padding: 15px 0;
}
main{
	padding: 25px 0;
}
#main_content {
	height: auto;
	text-align: justify;
	width: 1160px;
	margin: 0 auto;
	position: relative;
	display: block;
}

#main_content img {
	margin: 5px;
	border: 2px solid transparent;
}

#main_content a:hover img{
	border: 2px solid #e1e1e1;
}

#mobile_open, #mobile_close {
    display: none;
}

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

.shopPath{
	margin-bottom: 10px;
}
.shopPath, shopPath a{
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto';
	color: #333333;
}
/* paticka */
#footer {
	color: #000;
	height: auto;
	text-align: left;
	background: transparent;
	border: none;
}
footer {
  background: #1d1d1d;
  z-index: 0;
  width: 100%;
  padding-top: 8px;
}
#footer,
#footer p,
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
	font-size: 16px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_text{ padding: 2em 0; padding-right: 20px;}
#footer_text, #footer_kontakt, #footer_zastupci{
	display: inline-block;
}
#footer_kontakt{
  	border-left: 1px solid #5a5959;
 	border-right: 1px solid #5a5959;	
	padding: 1.5rem 20px;
}
#footer_kontakt p.tel{
	padding-left: 30px;
	background: url(/files/images/tel.png) no-repeat center left;
}
#footer_kontakt p.mail{
	padding-left: 30px;
	background: url(/files/images/obalka.png) no-repeat center left;
}
p.fcb a{
	display: inline-block;
	width: 13px;
	height: 25px;
	background: url(/files/images/fcb.png) no-repeat center center;
	vertical-align: top;
	margin-left: 15px;
}
#footer_zastupci{
	padding-left: 10px;
	vertical-align: text-bottom;
}
/* 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',sans-serif;
	font-size: 24px;
	font-weight: bold;	
	text-transform: uppercase;
}
.underline{
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.underline-gray{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
p.nadpis{
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	font-family: 'Montserrat',sans-serif;
}
p.podnadpis{
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	font-family: 'Montserrat',sans-serif;
}
p.podpodnadpis{
	font-size: 22px;
}
h1 strong{
	font-size: 22px;
	color: black;
	text-transform: initial;
}
h2, .h2{
	color: black;
	font-size: 23px;
      font-weight: 300;
	font-family: 'Montserrat',sans-serif;
}
h3, .h3{
	color: black;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
	clear: both;
}
h4 {
	color: black;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Montserrat',sans-serif;
	text-align: center;
}


p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: #333333;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}

#main_content ul{
	padding-left: 0;
}

#main_content li{ 
  background: url(/files/images/odr.png) no-repeat left top 7px;
  list-style: none;
	padding-left: 20px;
  
}

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

a[rel="lightbox[all]"] img{
	
}
a[rel="lightbox[all]"] img:hover{
	
}
a,
a:visited {
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
      color: #333333;
      font-size: 17px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: black;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
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 #E4E4E4;
  width: auto;
  height: auto;
}

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



#main_content section.box p, #main_content section.box li{
	font-size: 19px;
	color: #333333;
}

#banners{
	text-align: justify;
	margin: 30px 0;
}

/*.banner > a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 150;
}*/
.banner h2{
	color: black;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10px;
	font-size: 23px;
	font-weight: normal;
}

#main_content .banner img, #main_content .banner img:hover {
    border: none !important;
	margin: 0 !important;
}

.banner_img{
	margin-bottom: 15px;
}
#banners .banner_img img{
	border: 2px solid transparent !important;
}
#banners .banner:hover .banner_img img{
	border: 2px solid #dcc50f !important;
}

.vice a{
	display: inline-block;
	padding: 8px 15px;
	background: #d9c100;
	font-size: 15px;
	color: #1d1d1d;
	text-decoration: none;
	font-weight: bold;
}
.banner:hover .vice a{
	background: #1d1d1d;	
	color: #d9c100;
}

.banner_text{
    	margin-bottom: 15px;
	min-height: 285px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
#buttons{
	text-align: center;
}
#buttons a{
	display: inline-block;
	color: #1d1d1d;
	background: #d9c100;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: normal;
    	font-size: 24px;
	margin: 3px;
}
#buttons.left{
	text-align: left;
}
#buttons a:hover{
	background: #1d1d1d;
	color: #d9c100;
}

.row.spaced{
	margin-left: -25px;
	margin-right: -25px;
}
.row.spaced .col-md-6{
    	padding-right: 25px;
    	padding-left: 25px;
}

/**********************************/
/*  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;
}

.reference_round > div{
	width: 220px;
	height: 220px;
	border: 5px solid white;
	border-radius: 110px;
	position: relative;
	overflow: hidden;
}
.reference_round > div img{
	position: absolute;
   	left: 50%;
   	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
   	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 200%;
}
.reference_round .reference_name{
	position: absolute;
	background: rgba(252, 107, 1, 0.7);
	color: white;
	font-weight: normal;
	text-align: center;
	max-height: 3em; 
	padding-top: 5px; 
    	max-width: 100%; 
    	width: 100%;
    	height: auto;
    	top: 0;  
    	bottom: 0;  
    	left: 0;  
    	right: 0;  
    	margin: auto;
	z-index: 2;
	display: none;
}
.reference_round:hover .reference_name{
	display: block;
}
.reference_round:hover > div{
	border: 5px solid #d9c100;
}
#main_content .reference_round img{
    	max-width: none;
    	width: auto;
    	height: 220px;
    	top: 0;  
    	bottom: 0;  
    	left: -50%;  
    	right: -50%;  
    	margin: auto;
	position: absolute;
}
.reference_round a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.navigation_slick{
	text-align: center;
}
.navigation_slick li{
	list-style: none;
	display: inline-block;
	padding: 0;
	background: none;
}
.navigation_slick li button{
	color: transparent;
	background: black;
	border-radius: 15px;
	width: 8px;
	height: 8px;
	border: none;
	cursor: pointer;
	margin: 0 2px;
	outline: none !important;
}
.navigation_slick li.slick-active button{
	background: #d9c100;
}
/**********************************/
/*  FORMULARE 
/*********************************/

#popForm, #popForm2{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;	
	left: 0;
	display: none;
	z-index: 1000;
	background: rgba(50,50,50,0.5);
}
#popForm > div, #popForm2 > div{
	width: auto;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 2%;
	background: white;
	position: relative;
	border-radius: 8px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	max-height: 95vh;
	overflow-y: auto;
}
#popForm > div{
	max-width: 700px;
}
#popForm2 > div{
	padding: 20px;
}
#form_main {
  position: relative;
  padding: 20px;
  height: auto; 
  width: calc(100% - 40px);
}
#form_main fieldset{
	border: none;
}
div#close, div#close2 {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    font-size: 25px;
}
#form_main p {
  float: left;
  clear: both;
}
#form_main p.souhlas, #form_main p.gdpr{
	clear: none;
}
#form_main input, #form_main textarea, #form_main select{
  float: right;
  padding: 1.5%;
  width: 60%;
  margin-bottom: 5px;
  color: #000;
  border: 1px solid rgb(207,216,221);
  background-color: rgb(240,241,243);
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 300;
}
#form_main select{

}

#form_main input.alert, #form_main textarea.alert{
	border: 1px solid red;
}

#form_main textarea{
	height: 100px;
}

h2.form_title{
	font-size: 30px;
	color: #292929;
	font-weight: 300;
	margin-top: 8px;
}
#form_main p.gdpr{
	margin-top: 8px;
}

#form_main p.submit{
	float: right;
	clear: none;
}

#form_main p.submit input{
	padding: 7px 30px;
    	color: #1d1d1d;
    	background: #dcc50f;
	cursor: pointer;
	display: inline-block;
	width: auto;
	float: right;
	font-size: 15px;
	border: none;
}

#form_main p.submit input:hover{
	    background: #1d1d1d;
	color: #dcc50f;
}

.souhlas span.checkbox {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
}
.souhlas input[type="checkbox"] {
    width: auto;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: relative;
    display: none;
}
.souhlas label, span.offset {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.souhlas span.checkbox label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgb(207,216,221);
    background-color: rgb(240,241,243);
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}
.souhlas span.lbl {
    padding-left: 5px;
}
.souhlas span.checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.souhlas span.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/********************/
/** Produkt-nďż˝hled
*********************/
div.produkt_pagination{
  position: relative;
  margin-bottom: 10px;
} 
table.prehledTablePattern{
  position: relative;
  margin-bottom: 2px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.prehledTablePattern td{ 
  position: relative;
  width: 220px;
}
.produkty.row {
    justify-content: center;
}
div.produkt_box{
  position: relative;
  padding: 10px;
  background: white;
  border: 1px solid #e3e3e3;
  text-align: center; 
  margin-bottom: 35px;
  vertical-align: top;
}
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
div.produkt_box h2{
  position: relative;
  display: block;
  height: 45px;
  line-height: 18px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
div.produkt_box h2 a{
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
div.produkt_box:hover{
	border: 1px solid #dcc50f;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
div.produkt_box p.produkt_popis{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 15px;
  height: 45px;
  width: 100%;
  color: #3f3f3e;
}
div.produkt_box p.produkt_popis span{
	color: #3f3f3e;
	font-size: 16px;
  	line-height: 20px;
	display: block;
	text-align: center;
}
div.produkt_box .produkt_img{
  position: relative;
  display: block;
  height: 170px;
  width: 100%;

}

#main_content div.produkt_box .produkt_img img{
	max-width: 100%;
	max-height: 100%;
	height: auto; 
	border: none;
	margin: 0;
	border: none !important;
}

div.produkt_box div.produkt_button{
  position: absolute;
  width: 100%;
	text-align: center;
  left: 0;
  bottom: -15px;
}
div.produkt_box div.produkt_button a, a.zpet{
  display: inline-block;
  color: black;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  width: 130px;
  background: #dcc50f;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
}

a.zpet{
	text-align: center;
	float: right;	
	background: white;
	border-radius: 2px;
	margin-top: 10px;
	border: 1px solid #e1e1e1;
	color: black;
	font-weight: bold;
	width: 100px;
}

div.produkt_box div.produkt_button a:hover{
        background: #e1e1e1;
}

a.zpet:hover{
	background: #e1e1e1;
}

.podkategorie-section div{
	display: inline-block;
}
.podkategorie-section div a{
	display: inline-block;
  background-image: url(/files/images/lightblue_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #003f74;
  padding: 8px 10px;
	width: 100px;
	border: 1px solid #c8eefd;
	border-radius: 3px;
	text-decoration: none;
}
.podkategorie-section div.active a, .podkategorie-section div a:hover{
    background-image: url(/files/images/darkblue_texture.png);
    background-repeat: repeat-x;
    background-position: 0 0;
	color: white;
}
/********************/
/** Produkt-detail
*********************/ 
div.detail_box{
}
div.detail_box p{
  margin-bottom: 0px;
}
div.detail_img{
  position: relative;
  float: left;
}
div.detail_img p{
  margin-bottom: 0px;
}
div.detail_img img{
  box-shadow: 2px 2px 10px 0px #000;
}
div.produkt_detail_info{
  position: relative;
  float: left;
  margin-left: 20px;
  width: 265px;
}
div.product_detail_box .params hr{
	height: 1px;
	background: #e1e1e1;
	border: none;
}
div.product_detail_box .params p span{
	display: inline-block;
	width: 120px;
}
div.produkt_detail_info table{
  position: relative;
  border-collapse: separate;
  width: 265px;
}
div.produkt_detail_info table td{
  padding: 5px 0px 5px 0px;
  font-size: 12px;
  width: 50%;
}
div.produkt_detail_info table td.detail_cena_bez_dph{
  font-size: 22px;
}
div.produkt_detail_info table td.detail_cena_s_dph{
}
div.produkt_detail_info table td.box_button_add{
  border-top: 1px solid #AAA;
  padding-top: 10px;
}
div.produkt_detail_info table td input.button_add{
  height: 30px;
  font-weight: bold;
  line-height: 26px;
  width: 100px;
  background-image: url(/files/images/produkt_button_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: none;
  cursor: pointer;
  border: 1px solid #AAA;
  box-shadow: 0px 0px 0px 1px #FFF;
  *border: none;
  *line-height: 30px;  
}
div.detail_popis{
  position: relative;
  margin-top: 20px;
  width: 685px;
  float: left;
}
div.detail_hodnoty{
  position: relative;
  margin-top: 20px;
  width: 685px;
  float: left;
}
div.detail_hodnoty table{
  width: 340px;
}
div.detail_hodnoty table td{
  width: 50%;
  padding: 5px;
  background: #DDD;
}
#main_content .product_detail_galerie table{
	border: none;
}
#main_content .product_detail_galerie td{
	padding: 0;
	padding-right: 15px;
	border: none;
}
div.detail_images{
  position: relative;
  margin-top: 20px;
  width: 685px;
  float: left;
}
div.detail_image{
  position: relative;
  float: left;
  height: 165px;
  width: 220px;
 margin: 0px 8px 8px 0px;
}
div.detail_image img{
  box-shadow: 1px 1px 5px 0px #888;
}

.product_detail_box h1{
	
}
.product_detail_big{
	float: left;
	margin-right: 20px;
}

.product_detail_text p{	
}
.product_detail_galerie{
	margin-top: 15px;
    	background-color: #eeeeee;
    	border: 1px solid #e1e1e1;
    	padding: 1%;
    	height: auto;
    	overflow-x: scroll;
}
.product_detail_galerie .detail_img img {
    max-width: initial;
}
.product_detail_text{
	text-align: justify;
	overflow: hidden;	
	margin-bottom: 10px;
}
.product_detail_text > div{
	overflow: hidden;
	margin-bottom: 10px;
}
.product_detail_galerie::-webkit-scrollbar
{
  width: 25px;  /* for vertical scrollbars */
  height: 25; /* for horizontal scrollbars */
  border: 5px solid #eeeeee;
}

.product_detail_galerie::-webkit-scrollbar-track{
  background: #eeeeee;
}

.product_detail_galerie::-webkit-scrollbar-thumb{
  background: #e1e1e1;
  border-radius: 3px;
}
.detail_img{
	
}
.product_col_container.detail h2{
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: bold;
}
/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: auto;
  height: auto;
  overflow: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  clear: both;
  border-bottom: 1px solid #e6e0cb;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_col_container .aktuality_name {
  padding: 6px 0px 3px;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  color: #028C3E;
  text-decoration: underline;
  font-size: 15pt;
  font-family: 'Roboto Slab',sans-serif;
  color: black;
	text-decoration: none;
	font-weight: bold;
}
.aktuality_col_container .aktuality_name a:hover {
  color: black;
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
  text-align: left;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
  color: #028C3E;
  text-decoration: underline;
}
.aktuality_col_container .aktuality_text a:hover {
  color: black;
  text-decoration: none;
}
.aktuality_col_container .aktuality_img {
  float: left;
  margin-right: 10px;
}
.aktuality_col_container .aktuality_img img {
  width: 250px;
  margin: 5px 5px 2px 0px;
  border: solid 5px #e6e0cb;
}
.aktuality_col_container .aktuality_vice_odkaz {
      margin-top: 30px;
}

.aktuality_col_container .aktuality_vice_odkaz a{
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
    	text-align: center;
	padding: 8px 3px;
	border: 1px solid #cfc8af;
	background: #e6e0cb;
	color: black;
	text-decoration: none;
      font-size: 15px;
}

.aktuality_col_container .aktuality_vice_odkaz a:hover{
	background: #baad81;
	color: white;
}

.aktuality_vice_odkaz.abs a{
	position: absolute;
	right: 0;
	top: 25px;	
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
    	text-align: center;
	padding: 8px 3px;
	border: 1px solid #cfc8af;
	background: #e6e0cb;
	color: black;
	text-decoration: none;
      font-size: 15px;
}

.aktuality_vice_odkaz.abs a:hover{
	background: #baad81;
	color: white;
}

/**************
FOTOGALERIE
*****************/

#galerie-thumbs {
	margin-top: 15px;
    background-color: #e6e0cb;
    border-radius: 3px;
    border: 1px solid #bea37d;
    width: 92%;
    padding: 2% 4%;
    height: auto;
    overflow-x: scroll;
}

#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: 298px;
}

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

.galerie_slozka h2 a{
	color: #c4b995;
	text-decoration: none;
	font-weight: bold;
	font-family: Roboto Slab,sans-serif;
	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: 3px solid #e6e0cb;
	width: 250px !important;
	height: auto !important;
	margin: 0 !important;
}

.galerie_slozka:hover  p.fotka img{
	border: 3px solid #baad81;
}

.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: 1px solid white;
    	border-bottom: 2px solid white;
	width: auto !important;
    	height: auto !important;
    	margin: 0;
}

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 #e6e0cb;
}

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

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

/*************
SLIDESHOW
**************/
#slides{
	position: relative;
	display: none;
	margin-bottom: 0 !important;
}	

.slidesjs-previous {
    background: url(/files/images/prev.png) no-repeat left top;
    left: 15px;
}
.slidesjs-next {
    background: url(/files/images/next.png) no-repeat left top;
    right: 15px;
}
.slidesjs-navigation, .slidesjs-navigation:hover {
    color: transparent;
    position: absolute;
    bottom: 40%;
    height: 62px;
    width: 35px;
    display: block;
    z-index: 100;
}

#header figcaption{
	position: absolute;
	bottom: 13px;
      left: 8px;
      right: 8px;
	color: white;
	font-size: 25px;
	padding-left: 20px;
	background: url(/files/images/slide_bcg.png) repeat;
	line-height: 60px;
	text-align: left;
}
#header #slides figcaption{
	bottom: 9px;
}
/*************
SLIDESHOW AKTUALITY
**************/
#aktuality_slide{

}

#aktuality_slide .aktuality_name,
#aktuality_slide .aktuality_date,
#aktuality_slide .aktuality_text{
	width: 50%;
	float: left;
}

#aktuality_slide .aktuality_name a{
	color: black;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

#aktuality_slide .aktuality_name a:hover{
	text-decoration: underline;
}

#aktuality_slide .aktuality_date{
	color: black;
	font-size: 15px;
}

#aktuality_slide .aktuality_text p{
	color: black;
	font-size: 15px;
}

#aktuality_slide .aktuality_img{
	float: right;
	width: 45%;
}

#aktuality_slide .aktuality_img img{
	border: 5px solid #e6e0cb;
	    max-width: 92%;
}

#aktuality_slide .aktuality_vice_odkaz{
	clear: both;
	margin-top: 10px;
}

#aktuality_slide .aktuality_vice_odkaz a{
	background: url(/files/images/odr.png) no-repeat left center;
	padding-left: 20px;
	color: black;
	font-size: 15px;
}

#aktuality_slide .slidesjs-pagination{
	padding: 0;
	margin: 0;
	position: absolute;
	right: 19px;
	bottom: 5px;
	z-index: 100;
}

#aktuality_slide .slidesjs-pagination li{
	display: inline-block;
	margin-left: 5px;
	background: none;
	padding-left: 0;
}
	
#aktuality_slide .slidesjs-pagination li a{
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 10px;
	border: 1px solid #e6e0cb;
}

#aktuality_slide .slidesjs-pagination li a.active, #aktuality_slide .slidesjs-pagination li a:hover{
	background: #e6e0cb;
}

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

@media (min-width: 1200px){
#slides .camera_pag, .caption{
	max-width: 1160px;
}
}

@media screen and (min-width: 1180px){
header{
	position: fixed;
    	top: 10px;
    	left: 0;
    	z-index: 300;
}
}
@media screen and (max-width: 1180px){

#hornimenu1{
	width: 100%;
}

#header, #main_content, #footer{
	width: 96%;
	margin: 0 auto;
}

#footer{
	overflow: hidden;
}

#footer_kontakt{
	padding: 8px 0;
	border: none;
}
#footer_text{
	display: block;
}

.form_content{
	width: 96%;
	margin: 0 auto;
	height: auto;
}

section#produkty_round {
    overflow: hidden;
}

#menu_top{
	height: auto;
	margin-top: 0;
}

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	float: none;
	display: inline-block;
	position: relative;
}

#logo{

}

#logo p{
	text-align: left;
}

#player, #video{
	width: 100%;
}
#produkty{
	text-align: center;
}

#produkty div.produkt_box, #produkty div.produkt_box:nth-of-type(4n+4){
	margin: 0 10px;
	margin-bottom: 30px;
}
.caption{
	padding: 0;
	margin: 0;
	width: 100%;
	top: 0;
}
.caption-inner p{
	font-size: 25px;
}
}

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

header .row{
	flex-wrap: wrap;
}
header{
	/*overflow: hidden;*/
	position: initial;
	top: auto;
	left: auto;
}	

#player{
	
}

#menu_top{
	display: block;
	width: 100%;
	text-align: center;
}

#logo{
	display: block;
	margin: 20px 0;
	text-align: center;
}

.banner{
	display: block;
	width: auto;
	margin-bottom: 15px;
	text-align: center;
}
.banner_text{
	min-height: 0;
}
.banner h2{
	text-align: center;
}
.banner li{
    list-style-position: inside;
    display: inline-block;
    margin-left: 8px;
}

#mobile_open {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(/files/images/hamburger.png) no-repeat center center;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
}

#mobile_close {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(/files/images/close.png) no-repeat center center;
    vertical-align: top;
    cursor: pointer;
}

#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #1d1d1d;
    padding-bottom: 30px;
}

#hornimenu1.visible {
    display: block;
    overflow: hidden;
}

.mobile .ddmx .ddmxlileftsel, .mobile .ddmx .ddmxlileft {
    display: block;
    width: 100%;
	margin: 0;
    text-align: center;
}

.ddmxlileft .section{
	position: relative;
	width: auto;
}

.ddmxlileft .section a{
	color: black;
}


.ddmxlileft:hover .section,  .ddmxlileft .section .ddmxlileft:hover .section{
	display: none;
}


.product_detail_big{
	width: 100%;
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
}

.product_detail_text > div{
	clear: both;
}

.reference_round > div{
	display: inline-block;
}
.slick-slide{
	text-align: center;
}
#footer_zastupci{
	padding-left: 0;
	display: block;
}
.caption-inner p{
	font-size: 22px;
}

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

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	display: block;
}

.ddmxlileft .section{
	width: 100%;
}

#logo{
	width: 96%;
	margin: 0 2%;
	background-position: top center;
	padding-left: 0;
	padding-top: 20px;
}
#logo p{
	padding-top: 80px;
	text-align: center;
}

#odkaz_na_uvod{
	width: 100%;
}

.box_container {
    display: block;
}

#main_content img{
}

div.kontakt, iframe{
	width: 100% !important;
}


}

@media screen and (max-height: 720px){
#popForm, #popForm2{
	overflow-y: scroll;
}
#popForm > div{
	margin-top: 0;
}
}





 .modal-content {
        background: #fff;
        border: none;
        border-radius: 0;
        padding: 0;

        max-width: 680px;
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 28px 36px 12px;
        border-bottom: none;
	color: black !important;

	  background: #fff !important;
    }

    .modal-title {
        font-size: 34px;
        font-weight: 400;
        color: #1a1a1a;
        margin: 0;
    }

    .modal-header .close {
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        padding: 0;
        line-height: 1;
    }

    .modal-body {
        padding: 8px 36px 28px;
    }

    .form-group {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
        gap: 0;
    }

    .form-group label {
        width: 210px;
        min-width: 210px;
        font-size: 15px;
        color: #1a1a1a;
        margin: 0;
    }

    .form-group .form-control:not(textarea) {
        flex: 1;
        height: 46px;
        background: #efefef;
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 8px 12px;
        font-size: 14px;
        box-shadow: none;
    }

    .form-group textarea.form-control {
        flex: 1;
        height: 150px;
        background: #efefef;
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 8px 12px;
        font-size: 14px;
        resize: vertical;
        box-shadow: none;
    }

    #form-send-mail-Zprava-full {
        align-items: flex-start;
    }

    #form-send-mail-Zprava-full label {
        padding-top: 10px;
    }

    .mandatory-star {
        color: inherit;
    }

    .invalid-feedback {
        display: none !important;
    }

    .form-text.text-muted {
        display: none;
    }

    form > p {
        font-size: 13px;
        color: #555;
        margin-top: 10px;
        margin-bottom: 12px;
    }

    form > p a {
        color: #1a1a1a;
        text-decoration: underline;
    }

    #btn-FormSendMail {
        display: block;
        margin-left: auto;
        background: #c8b400;
        border: none;
        color: #1a1a1a;
        font-size: 15px;
        padding: 11px 36px;
        cursor: pointer;
        border-radius: 0;
    }

    #btn-FormSendMail:hover {
        background: #b3a000;
    }

div.modal-dialog .modal-title {
    color: #000;}

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

