/***   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{
  background-color: white;
  color:  #333333;
  
	font-size: 75%;
	text-align: left;
	font-weight: 300;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}
header{
	width: 100%; 
	background: white url(/files/images/header.png) repeat-x left bottom;
}
header{
-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}

/* horni menu */
#menu_top {
	position: relative;
	height: 67px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

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

#header{
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	width: 840px;
	overflow: visible;
	padding-left: 320px;
}

#odkaz_na_uvod{
	text-decoration: none;
}

#logo{
	display: inline-block;
	background: url(/files/images/logo.png) no-repeat left top;
	padding-top: 10px;
	margin-left: -15px;
	padding-bottom: 65px;
	padding-left: 30px;
	padding-right: 58px;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 100;
}

span.white{
	font-family: Montserrat;
	font-size: 34px;
	color: white;
	display: block;
}
span.black{
	font-family: Montserrat;
	font-size: 15px;
	color: #001d29;
	font-weight: 400;
	display: block;
	margin-left: 10px;
}

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

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
    color: #001d29;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
	font-family: 'Montserrat';
    font-weight: normal;
    padding: 5px 0;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
}

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

.ddmxlileft .section{
	display: none;
      width: 288px;
      position: absolute;
      display: none;
      z-index: 1000;
	color: black;
	background: white;
	border: 1px solid #0099d9;
	padding: 10px 0;
-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);
}

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

 .ddmxlileft .section .ddmxlileft a{
	display: block;
	padding: 5px 8%;
	width: 84%;
	color: black;
	display: block;
	text-decoration: none;
	font-size: 15px;
    	font-family: 'Montserrat';
    	font-weight: normal;
	text-transform: uppercase;
}

 .ddmxlileft .section .ddmxlileft a:hover{
	color: #0099d9;
	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: 18px 12px;
	margin-bottom: 0;
    padding: 0;
}

#intro{
	position: relative;
      margin-bottom: 15px;
	width: 100%;
}

/* hlavni sloupec */
#main_content {
	height: auto;
	padding: 15px 0;
	text-align: justify;
	width: 1160px;
	margin: 0 auto;
	position: relative;
	display: block;
}

#main_content img {
	margin: 5px;
	border: 4px solid #dcf5ff;
}

#main_content a:hover img{
	border: 4px solid #b9e9fd;
}

#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; font-size: (ten který je na webu standardní v hlavní sekci) 
} 

.shopPath{
	margin-bottom: 10px;
}
.shopPath, shopPath a{
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto';
	color: #333333;
}
/* paticka */
#footer {
	color: #000;
	height: auto;
	width: 1160px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
	padding-bottom: 15px;
}
footer {
  background: #0099d9;
  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 #017bae;
 	border-right: 1px solid #017bae;	
	padding: 25px 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/mail.png) no-repeat center left;
}
#footer_zastupci p.fcb{
	line-height: 49px;
}
#footer_zastupci p.fcb a{
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url(/files/images/fcb.png) no-repeat center center;
	vertical-align: top;
	margin-left: 15px;
}
#footer_zastupci p.fcb a:hover{
	background: url(/files/images/fcb_hover.png) no-repeat center center;	
}
#footer_zastupci p.spolupracujeme a{
	font-weight: bold;
	text-decoration: underline;
}
#footer_zastupci p.spolupracujeme a:hover{
	color: #003d57;
}
#footer_zastupci{
	padding-left: 10px;
	padding-top: 8px;
}
/* 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 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1{
	color: black;
	font-family: 'Montserrat',sans-serif;
	font-size: 24px;
	font-weight: normal;	
	border-bottom: 1px solid #b4e4f8;
	padding-bottom: 10px;
}
h2 {
	color: #0099d9;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Montserrat',sans-serif;
}
h3 {
	color: #001d29;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
	clear: both;
}
h4 {
	color: #001d29;
	font-size: 18px;
	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;
}
a:hover {
	text-decoration: none;
	color: #0099d9;
}
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{
	background: #e2f6ff;
	border-top: 1px solid #b4e4f8;
	border-bottom: 1px solid #b4e4f8;
	padding: 20px 0;
	margin-bottom: 30px;
}
#banners.white{
	background: white;
	border: none;
	padding: 0;
}	
#banners > div{
	max-width: 1160px;
	width: 100%;
    	margin: 0 auto;
}	
#banners > div .justify{
	text-align: justify;
	margin-bottom: 15px;
}
#banners > div .center{
	text-align: center;
	margin-bottom: 15px;
}
#banners > div .center .banner{
	margin-left: 15px;
	margin-right: 15px;
}
.banner{
	width: 31%;
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 2;
}
.banner > a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 150;
}
.banner p{
	color: #03adf4;
	text-align: left;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Montserrat';
	display: inline-block;
}
.banner p:after{
	content: '';
	background: url(/files/images/round_arrow.png) no-repeat center center;
	width: 33px;
	height: 33px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
}

#main_content .banner img, #main_content .banner img:hover {
    border: none !important;
}
.banner img{
	position: relative;
	display: block;
}
.banner:before, .banner:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 30px;
  left: 5%;
  width: 45%;
  top: 80%;
  max-width:45%;
  background: transparent;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.banner:after{
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 5%;
  left: auto;
}
.banner:hover:before, .banner:hover:after{
  -webkit-box-shadow: 0 35px 20px #333;
  -moz-box-shadow: 0 35px 20px #333;
  box-shadow: 0 35px 20px #333;
}
.vice a{
	display: inline-block;
	padding: 8px 15px;
	background: #fff8e9;
	border: 1px solid #eedebc;
	font-size: 15px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}
.banner:hover p:after{
	background: url(/files/images/round_arrow_hover.png) no-repeat center center;	
}
.banner:hover p{
	color: black;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.left, .right{
	display: inline-block;
	vertical-align: top;
}
.left{
	width: 65%;
}	
.right{
	width: 35%;
}
#buttons{
	text-align: center;
	margin-bottom: 70px;
}
#buttons p.nadpis{
	font-weight: 300;
	font-family: 'Montserrat';
	font-size: 24px;
}
#buttons a{
	display: inline-block;
	color: white;
	background: #03adf4;
	padding: 15px 20px;
	text-decoration: none;
    	font-size: 24px;
	margin: 3px;
	font-weight: 300;
	font-family: 'Montserrat';
}
#buttons.left{
	text-align: left;
}
#buttons a:hover{
	background: #0294d1;
}
#buttons img, #buttons img:hover{
	border: none !important;
}

/**********************************/
/*  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;
}
#ref{
	width: 1160px;
    	margin: 0 auto;
	text-align: center;
}
#ref .nadpis{
	color: #03adf4;
	font-size: 24px;
	font-family: 'Montserrat';
	font-weight: 300;
	margin-top: 40px;7
	margin-bottom: 20px;
}	

.reference_round > div{
	width: 220px;
	height: 220px;
	border: 5px solid #e9f8ff;
	border-radius: 150px;
	position: relative;
	overflow: hidden;
}
.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 #03adf4;
}
#ref .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;
}
#ref .navigation_slick li{
	list-style: none;
	display: inline-block;
	padding: 0;
	background: none;
}
#ref .navigation_slick li button{
	color: transparent;
	background: url(/files/images/nav.png) no-repeat center center;
	width: 15px;
	height: 15px;
	border: none;
	cursor: pointer;
}
#ref .navigation_slick li.slick-active button{
	background: url(/files/images/nav_hover.png) no-repeat center center;
}
/**********************************/
/*  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: 5%;
	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);
}
#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 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{
	padding: 0 1.5%;
	width: 63%;
}

#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.submit{
	float: right;
	margin-top: 10px;
}

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

#form_main p.submit input:hover{
	    background: #0294d1;
}
.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;
}
/***************************/
/*  AKTUALITY
/***************************/
#aktuality_slide_box {
    background: #e9f8ff;
	border: 1px solid #b4e4f8;
    padding: 15px 25px;
    position: relative;
    height: 37px;
	margin-bottom: 30px;
}

#aktuality_slide {
    display: none;
}

#aktuality_slide .aktuality_name, #aktuality_slide .aktuality_date {
    display: inline-block;
    color: white;
    font-size: 16px;
    line-height: 39px;
}

#aktuality_slide .aktuality_name a, .over_slide a.archiv{
	font-size: 16px;
}

.over_slide {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 37px;
    z-index: 100;
}

.over_slide a.archiv{
	color: white;
	background:#03adf4;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
}
.over_slide a.archiv:hover{
	background: #0294d1;
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  height: auto;
  padding: 10px;
	border: 1px solid #e1effa;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.aktuality_col_container .aktuality_box:nth-child(odd){
	background: #f1f9ff;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_col_container .aktuality_name {
	font-size: 15px;
    height: 2em;
    overflow: hidden;
	margin-bottom: 10px;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  color: black;
  text-decoration: none;
font-size: 22px;
    font-weight: 300;
}
.aktuality_col_container .aktuality_name a:hover {
  color: black;
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
	overflow: hidden;
    height: 3.8em;
    margin-bottom: 10px;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
}
.aktuality_col_container .aktuality_text a:hover {
  color: black;
  text-decoration: none;
}

#main_content .aktuality_col_container .aktuality_img{
	float: right;
	width: 180px;
	height: 120px;
	position: relative;
}

.aktuality_col_container .aktuality_box:nth-child(even) .aktuality_img{
	background: #f1f9ff;
}
.aktuality_col_container .aktuality_box:nth-child(odd) .aktuality_img{
	background: white;
}

#main_content .aktuality_col_container .aktuality_img a{
	display: block;
	width: 180px;
	height: 120px;
}

#main_content .aktuality_col_container .aktuality_img a img {
	margin: auto !important;
	border: none !important;
  	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
}
.aktuality_col_container .aktuality_vice_odkaz {
}

.aktuality_col_container .aktuality_vice_odkaz a{

}

#aktualita{
	background: white;
	border: 1px solid #dceff8;
	position: relative;
	padding: 15px;
	padding-bottom: 45px;
      font-size: 17px;
      font-weight: 300;
}
.aktuality_vice_odkaz.abs{
	position: relative;
	text-align: right;
	margin-top: 15px;
}	
.aktuality_vice_odkaz.abs a{
    color: white;
    background: #03adf4;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
.aktuality_vice_odkaz.abs a:hover{
	text-decoration: none;
	background: #0294d1;
}
/**************
FOTOGALERIE
*****************/

#galerie-thumbs {
	margin-top: 15px;
    background-color: white;
    border-radius: 3px;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
    width: 92%;
    padding: 2% 4%;
    height: auto;
    overflow-x: scroll;
}

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

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

#main_content .galerie-slozky tr{
	display: inline-block;
    width: 100%;
    text-align: center;
}

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

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

.galerie_slozka{
    text-align: center;
    position: relative;
    width: 298px;
    height: 208px;
    padding: 5px;
    background-size: contain;
    background: url(/files/images/slozka.png) no-repeat center center;
}

.galerie_slozka a{
	position: relative;
    display: block;
    height: 200px;
    width: calc(100% - 8px);
    border: 4px solid white;
    background: white;
}
.galerie_slozka:hover a {
    border: 4px solid #25c7d2;
}
.galerie_slozka a .fotka {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: table;
    width: 100%;
}
.galerie_slozka a .fotka div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#main_content .galerie_slozka .fotka img {
    border: none;
    max-height: 195px;
    width: auto;
    max-width: 288px;
    display: block;
	margin: 0;
}
.galerie_slozka .img_caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 15px;
    text-align: center;
    background: rgba(0,0,0,0.4);
    font-size: 16px;
    margin: 0;
}
.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;
}

.galerie_fotka .velke.activ a img{
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
}

#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;
	    max-width: initial;
}

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 white;
  border-radius: 3px;
}

.galerie_container::-webkit-scrollbar-track{
  background: white;
  border-radius: 3px;
}

.galerie_container::-webkit-scrollbar-thumb{
  background: #0099d9;
  border-radius: 3px;
}
.back{
	text-align: right;
	margin-top: 15px;
}
.back a{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px;
	background: #03adf4;
}
.back a:hover{
    background: #0294d1;
}
/*************
SLIDESHOW
**************/
#slides{
	position: relative;
	overflow: hidden;
	display: none;
	float: none;
	margin-bottom: 0 !important;
}	
#slides figure{
	position: relative;
}
#slides .caption{
	position: absolute;
	top: 100px;
	left: 0;
    	right: 0;
	width: 1160px;
	margin: 0 auto;
}
#slides .caption > div{
	position: absolute;
      left: 8px;
      right: 8px;
	color: white;
	font-size: 25px;
	padding: 15px 20px;
	background: rgba(25,39,38,0.7);
	text-align: left;
	display: inline-block;
	max-width: 500px;
}
#slides .caption h2{
	font-family:Montserrat;
	font-weight: normal;
	font-size: 36px;
	color: #51ccff;
}
#slides .caption p{
	font-family:Montserrat;
	font-weight: 300;
	font-size: 20px;
	color: white;
}
#slides a.vice{
	font-family:Roboto;
	font-weight: 300;
	font-size: 18px;
	color: white;
	display: inline-block;
	border: 1px solid #51ccff;
	padding: 3px 10px;
	text-decoration: none;
}
#slides a.vice:hover{
	background: #03adf4;
}
#slides .camera_pag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    z-index: 1000;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center;
}
#slides .camera_pag li {
    width: 10px;
    height: 10px;
    display: inline-block;
    z-index: 1000;
    background: url(/files/images/nav_white.png) no-repeat center center;
    color: transparent;
}
#slides .camera_pag li span {
    display: none;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center;
}
#slides .camera_pag li:hover, #slides .camera_pag li.cameracurrent {
    background: url(/files/images/nav_hover.png) no-repeat center center;
    color: transparent;
}
.camera_commands {
    display: none;
}
/*************
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: #001d29 ;
	font-size: 24px;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 300;
}

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

iframe.map{
	float: right;
	max-width: 50%;
	margin-left: 10px;
	max-height: 300px;
}

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

#hornimenu1{
	width: 100%;
}

#header, #main_content, #footer,#ref, #banners > div{
	width: 96%;
	margin: 0 auto;
}
#header{
	width: calc(100% - 370px);
}

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

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

header{
	/*overflow: hidden;*/
	position: initial;
	top: auto;
	left: auto;
}	

iframe.map{
	float: none;
	max-width: 100%;
	width: 100% !important;
	margin-left: 0;
}


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

#logo{
	display: block;
	margin: 0;
	background: #0099d9;
	position: relative;
	width: 100%;
	padding: 5px 0 !important;
	text-align: center;
	top: auto;
	left: auto;
}
span.black{
	margin-left: 0;
}
#header{
	width: 100%;	
	padding: 0;
}
#slides .caption{
	display: none;
}	
#banners > div .justify{
	text-align: center;
}	
.banner{
	width: auto;
	margin-bottom: 15px;
}
.left, .right{
	width: 100%;
	display: block;
}
#buttons a{
	display: block;
}
#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: #dbf4ff;
    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;
	display: block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
	border-left: none;
	border-right: none;
}


.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_kontakt, #footer_zastupci{
	display: block;
	padding: 0;
}
iframe.map{
	float: none;
	max-width: 100%;
	margin-left: 0;
}
}
	
@media screen and (max-width: 640px){

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

.ddmxlileft .section{
	width: 100%;
}

#odkaz_na_uvod{
	width: 100%;
}

.box_container {
    display: block;
}

#main_content img{
}

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

#main_content .aktuality_col_container .aktuality_img {
    float: none;
    width: 100%;
}
#main_content .aktuality_col_container .aktuality_img a img {
    max-height: 100%;
}


}

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


*, ::after, ::before {
    box-sizing: content-box !important;
}





