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

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

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

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

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


* {
	margin: 0px;
	padding: 0px;
}
body {
      color: #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}
#cookies_souhlas{
	width: 100% !important;
}
a[rel="lightbox[all]"] img{
    	position: relative;
    	display: inline-block;
	border: 5px solid white !important;
	margin: 4px;
}

a[rel="lightbox[all]"]:hover img{
	border: 5px solid #2e8b00 !important;
}

header{
	position: relative; 
	width: 100%; 
}
#header{
	position: relative; 
	width: 100%; 
	background: rgba(5, 33, 0, 0.6);	
}
#header.fill{
	background: url(/files/images/head-dalsi-strany.jpg) no-repeat top center;
	box-shadow:inset 0 0 0 2000px rgba(5, 33, 0, 0.6);
	background-size: cover;
}

/* horni menu */
#menu_top {
	background: #2e8b00;
	position: relative;
	width: 100%;
}

#hornimenu1, #header > div{
	width: 960px;
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

#header{
	position: relative;
	text-align: left;
}

#logo{
	display: inline-block;
	padding-top: 20px;
	margin-top: 10px;	
	margin-bottom: 20px;
	position: relative;
	margin-right: 20px;
}

.searchbox {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 27px;
}
.searchbox INPUT.submit {
    background-color: #fae60a;
    background-image: url(/files/images/lupa.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 42px;
    margin: 0;
    cursor: pointer;
    padding: 0;
}
.searchbox INPUT.submit:hover{
	background-color: #49d803;
}
.searchbox INPUT.search_text {
    background: white;
    font-family: Roboto;
    color: #5b5b5b;
    border: 1px solid #c5cace;
    width: 280px;
    margin: 0;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
}

#kontakt{	
	color:  black;
	margin-bottom: 0;
	margin-top: 35px;
	display: inline-block;
	vertical-align: top;
	float: right;
	z-index: 2;
}
#kontakt p{
	margin-bottom: 4px;
	background: url(/files/images/tel-ico.png) no-repeat left center;
	padding-left: 15px;
	display: inline-block;
}
#kontakt p, #kontakt a{
	font-size: 17px;
	text-decoration: none;
	font-weight: 300;
	font-family: roboto;
	color: white;
}
#kontakt a:hover{
	text-decoration: underline;
}
.subHeader{
	z-index: 50;
}	

.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: 17px;
    font-weight: 300;
    padding: 3px 0;
	border-bottom: 2px solid #2e8b00;
}

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

.ddmxlileft .section{
	display: none;
      width: 200px;
      position: absolute;
      top: 100%;
      display: none;
      z-index: 1000;
	color: black;
	background: #d1e240;
	border: 1px solid #b6cb00;
	border-top: none;
}

 .ddmxlileft .section .ddmxlileft{
	width: 100%;
	background-image: none;
	position: relative;
}

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

 .ddmxlileft .section .ddmxlileft a:hover{
	background: #b4c902;
}

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

.ddmxlileft a.item2 + .section a:hover{
	background: white;
}

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

.ddmx .ddmxlileft:first-of-type{
	padding-left: 0;
}
.ddmx .ddmxlileft:last-of-type{
	padding-right: 0;
}

.ddmx .ddmxlileftsel:last-of-type, .ddmx .ddmxlileft:last-of-type{
    background-image: none;	
}
#intro{
	position: relative;
}

#intro img{
	width: 100%;
	height: auto;
}

/* hlavni sloupec */
#main_content{
	height: auto;
	padding: 15px 0;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	display: block;
}

.index #main_content{
      background-color: #f7fff3;
	width: 100%;
}
.index #main_content > div, #banners{
	height: auto;
	padding: 15px 0;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	display: block;
}

.green_box{
	border: 1px solid #30a865;
	color: #30a865;	
	text-align: center;
	padding: 20px;
	font-size: 18px;
      font-family: 'Roboto Slab',sans-serif;
}

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

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

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

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

#nadpatickou{
	width: 100%;
	border-top: 1px solid #dff3d1;
	padding-bottom: 15px;
}


#nadpatickou > div, #ref_ukazka > div{
	width: 950px;
	margin: 0 auto;
}

#nadpatickou .text{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}

#nadpatickou .text.half{
	width: 50%;
}

#ref_ukazka p.gal{
	display: table;
}
#ref_ukazka p.gal a{
	display: table-cell;
	padding: 5px;
}
#ref_ukazka p.gal a img{
	max-width: 100%;
	max-height: 100%;
    	width: auto !important;
    	height: auto !important;
}

#main_content table { 
border: none; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em;  
} 
/* paticka */
#footer {
	color: #4a4949;
	height: auto;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
}
footer{
  background: #2e8b00;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* 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-size: 30px;
	font-weight: 300;
	text-align: left;
      margin-top: 10px;
	position: relative;
	padding-bottom: 8px;
}
h1:after {
  content:""; 
  background: #49d803; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  height: 2px; 
  width: 80px;
}

h1.cent{
	text-align: center;
}
h1.cent:after{
  content:""; 
  background: #49d703; 
  position: absolute; 
  bottom: 0; 
  left: calc(50% - 40px); 
  height: 2px; 
  width: 80px;
}
 
h2 {
	color: #2e8b00;
	font-size: 24px;
	font-weight: 300;
}
h3 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}
h4 {
	color: #0ea155;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: #3d3d3d;
  font-weight: 300;
}

#main_content ul{
	padding-left: 0;
}

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

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

a,
a:visited {
    color: black;
    font-size: 17px;
    text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #2e8b00;
}
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 12px 0px;
}

#banners{
	text-align: center;
	margin-bottom: 10px;
}

.banner{
	width: 29%;
	display: inline-block;
	text-align: center;
	position: relative;
}

.banner h2{
	text-align: center;
	color: black;
	font-size: 24px;
}

.banner a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.banner .ban_img{
	width: 100%;
	height: 65px;
}
.banner:nth-of-type(1) .ban_img{
	background: url(/files/images/banner1.png) no-repeat center center;
}
.banner:nth-of-type(1):hover .ban_img{
	background: url(/files/images/banner1_hover.png) no-repeat center center;
}
.banner:nth-of-type(2) .ban_img{
	background: url(/files/images/banner2.png) no-repeat center center;
}
.banner:nth-of-type(2):hover .ban_img{
	background: url(/files/images/banner2_hover.png) no-repeat center center;
}
.banner:nth-of-type(3) .ban_img{
	background: url(/files/images/banner3.png) no-repeat center center;
}
.banner:nth-of-type(3):hover .ban_img{
	background: url(/files/images/banner3_hover.png) no-repeat center center;
}

.banner p.vice{
	text-decoration: underline;
	color: black;
	font-size: 18px;
	font-weight: 300;
}
.banner:hover p.vice{
	text-decoration: none;
}
.banner:nth-of-type(2){
	margin: 0 5%;
}

#main_content table {
  border: none;
  width: auto;
  height: auto;
}

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

.box{
	padding: 2%;
	width: 46%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.box2{
	border: 2px solid #85b700;
	padding: 2%;
	width: 94%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
	background-color: white;
}

.box.right{
	float: right;
}
.box.right * {
	color: white !important;
}
/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/sablona1/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 
/*********************************/

.form_title{
  border: none;
    margin-bottom: 20px;
    margin-top: 20px;
	color: #303030;
}

#form_main div.col{
	/*width: 32%;
	margin-bottom: 10px;
	display: inline-block;*/
}

#form_main{
  	position: relative;
	background: #f7fff3;
    	clear: both;
	border-top: 1px solid #dff3d1;
}

.red{color: #F00;}

.form_content p{
	margin-bottom: 4px;
}

.form_content{
  	width: 960px;
	margin: 0 auto;
}

body.index .form_content{
	
}

.form_content fieldset { 
  	margin: 0;
  	border: 0px solid red;
	width: 47%;
    	margin-right: 2.5%;
	display: inline-block;
	vertical-align: top;
}

#form_map{
	width: 50%;
	display: inline-block;
	vertical-align: top;	
}

#map_other p{
	position: absolute;
	display: block;
	padding: 6px 10px;
	background: white;
	left: 15px;
	top: 15px;	
	color: #4a4949;
	border: 1px solid #dff3d1;
}

#map_other p span{
	display: block;
}

#map_other a{
	position: absolute;
	display: block;
	color: white;
	padding: 8px 31px;
	background: #2e8b00;
      border: 1px solid #2e8b00;
	text-decoration: none;
	bottom: 15px;
	left: 15px;
      font-size: 17px;
      font-weight: 300;
}

#map_other a:hover{
	background: #fae60a;
	color: black;
	border: 1px solid #fae60a;
}

#map_other a{
	left: 10px;
	bottom: 10px;
}

#map_other{
	position: relative;
	padding: 0;
	clear: both;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	margin-top: 26px;
}

#map_other iframe {
    	margin-top: -120px;
    	margin-bottom: -85px;
	width: 100% !important;	
	border: 1px solid #dceff8 !important;
}

#map_other > div{
	position: relative;
	overflow: auto;
}

#main_content #map_other img{
	width: auto;
	height: 200px;
	float: left;
	border: none;	
	margin: 0;
}
#main_content #map_other img:hover, #main_content .galerie_container img, #main_content .galerie_container img:hover{
	border: none;
}


.form_content #form_info{
	width: 25%;
	padding-left: 6%;
	display: inline-block;
	padding-top: 80px;
}

.form_content #form_info div{
	padding-left: 50px;
}

.form_content #form_info div p, .form_content #form_info div p a{
	color: white;	
	line-height: 50px;
	font-size: 16px;
}

.form_content #form_info div p a:hover{
	text-decoration: none;
}

.form_content #form_info div.tel{
	background: url(/files/images/tel.png) no-repeat left center;
}

.form_content #form_info div.mail{
	background: url(/files/images/obalka.png) no-repeat left center;
}

.form_content label{
	color: #575757;
	font-size: 17px;
	display: block;
      margin-bottom: 5px;
	font-weight: 300;
}

.form_content input, textarea {  
  	margin: 0px;
      padding: 8px;
  	font-size: 18px;
	background: white;
	border: 1px solid #dff3d1;
	color: black;
	width: calc(100% - 18px);
	margin-bottom: 5px;
	font-weight: 300;
	font-family: Roboto;
}

.form_content textarea{
	height: 6em;
}

.form_content input.submit { 
    background: #2e8b00;
    border: 1px solid #2e8b00;
    color: white;
    width: 140px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form_content input.submit:hover{
    background: #fae60a;
    border: 1px solid #fae60a;
    color: black;
}


.form_content fieldset p input { 
  width: 193px;
  
}
.form_content fieldset p textarea { 
  width: 380px;
  height: 127px;
}
.form_content fieldset p.submit {
  position: relative;
  margin-bottom: 25px;
	margin-top: 10px;
  float: right;
}

p.red{margin-left: 60px;}

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

#footer_text{ padding: 2em 0; overflow: hidden;     flex-direction: row-reverse;}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-size: 15px;
}

#footer #footer_text a:hover{
	color: white;
	text-decoration: underline;
}
#footer .bordered{
	border-left: 1px solid #267100;
	border-right: 1px solid #267100;
	min-height: 105px;
}
#footer .col p, #footer .col-md-auto p{
	margin-bottom: 4px;
	color: white;
}
#footer .col p strong, #footer .col-md-auto p strong{
	margin-bottom: 10px;
    	display: block;
	color: #fae60a;
	font-weight: normal;
}

#footer .col .editable-section{
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid #267100;
}
/***************************/
/*  COMMON
/***************************/
.breadcrumb a{
	color: #3C3C3C;
	font-size: 15px;
}
.breadcrumb a:hover{
    	color: #0396fd;
	text-decoration: none;
}
/***************************/
/*  REFERENCE
/***************************/

.reference_box{
  	display: inline-block;
	width: 212px;
    	padding: 5px;
	margin-right: 1%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	vertical-align: top;
	border: 1px solid white;
}
.reference_box:hover{
	border: 1px solid #c2e1f9;
}

.reference_img {
    overflow: hidden;
}

.reference_img a{
	display: block;
    	height: 150px;
	width: 100%;
	position: relative;
}
.reference_galerie .reference_img{
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 265px;
	height: 175px;
	max-height: 100%;
}

.reference_name{
	margin: 8px 0;
    	height: 3.5em;
    	overflow: hidden;
}	

.reference_name a{
	color: black;
	text-decoration: none;
	font-size: 17px;
	min-height: 4em;
      display: block;
}

.reference_name a:hover{
}

.reference_img img{
	max-width: calc(100% - 18px);
    	height: auto;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
}

.reference_vice_odkaz{
	text-align: center;
}

.reference_box:hover .reference_vice_odkaz a{
	color: #0396fd;
	text-decoration: none;
}

.produkt_pagination{
	height: 35px;
	margin: 10px 0;
	text-align: right;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	background: white;
	width: 25px;
    	text-align: center;
    	line-height: 27px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}

.produkt_pagination b{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	width: 25px;
	color: black;
	font-weight: normal;
    	text-align: center;
    	line-height: 27px;
      display: inline-block;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
}

.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	color: black;
	font-weight: normal;
}

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

.reference_col_container.detail .reference_box{
	margin: 0;
	border: none;
	width: 100%;
	padding: 0;
	position: relative;
    	padding-bottom: 65px;
}

.reference_col_container.detail .reference_box > h3{
	clear: both;
}


.reference_col_container.detail .reference_big{
	float: left;
	margin-bottom: 10px;
	margin-right: 3%;
}

.reference_col_container.detail .reference_big a{
	display: block;
	width: 100%;
	margin: 0;
      margin-top: 10px;
	position: relative;
	width: 300px;	
	height: 300px;
	background: #ecf5fc;
	border: 5px solid #ecf5fc;	
}
.reference_col_container.detail .reference_big a:hover{
	border: 5px solid #d7eaf9;
}
#main_content .reference_col_container.detail .reference_big a img,
#main_content .reference_col_container.detail .reference_big a:hover img{
	border: none !important;
}

#main_content .reference_col_container.detail .reference_big img{
	max-width: calc(100% - 10px);
	margin: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.reference_col_container.detail .reference_text{
	width: 100%;
	text-align: justify;
	margin-bottom: 10px;
}

.reference_col_container.detail .reference_text div{
    font-size: 17px;
    font-weight: 300;
}

.reference_col_container.detail .reference_text ul{
	display: inline;
}

.reference_col_container.detail .reference_text ul li{
	list-style-position: inside;
	display: inline-block;
}

.reference_col_container.detail .reference_text h3,
.reference_col_container.detail .reference_text p,
.reference_col_container.detail .reference_text ul,
.reference_col_container.detail .reference_text ul li{
	/*float: left !important;
	clear: right;*/
}

.reference_col_container.detail .reference_text h3{
	clear: none;
}

.reference_col_container.detail .reference_galerie{
	position: relative;
	width: 96%;
	padding: 2%;
	overflow: auto;
	background: white;
-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);
	text-align: left;
}

.reference_col_container.detail .reference_img a{
	width: auto;
	max-width: calc(100% - 6px);
	max-height: calc(100% - 6px);
	display: inline-block;
	float: left;	
	border: 3px solid white;
	margin-bottom: 20px;
	text-align:center;
}

.reference_col_container.detail .reference_img a:hover{
	
}

.reference_col_container.detail .reference_img a:nth-of-type(3n+1){
	margin: 0 10px;
	margin-bottom: 3px;
}

#main_content .reference_col_container.detail .reference_img img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

#dalsi-obrazky{
	width: 100%;
	text-align: left;
}
#dalsi-obrazky figure{
 	display: inline-block;
	position: relative;
	vertical-align: top;
}
#dalsi-obrazky figure a{
	width: 225px;
	height: 160px;
	display: block;
	border: 5px solid white;	
}
#dalsi-obrazky figure a:hover{
	border: 5px solid #003154;
	background: #ecf5fc;
}
#dalsi-obrazky figure a img{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#dalsi-obrazky figure a[rel="lightbox[all]"] img, #dalsi-obrazky figure a[rel="lightbox[all]"]:hover img{
	margin: auto !important;
	border: none !important;
	position: absolute;
}
.produkty_vice_odkaz.abs{
	text-align: right;
}
.produkty_vice_odkaz.abs a, .produkty_vice_odkaz.abs a:hover{
	text-decoration: none;
	border-bottom: 2px solid #d7eaf9;
}

/***************************/
/*  PRODUKTY
/***************************/

.produkt_box{
  	display: inline-block;
	width: 225px;
	margin-right: 1%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	vertical-align: top;
	border: 1px solid white;
}
.produkt_box:hover{
	border: 1px solid #c2e1f9;
}

.produkt_img {
    	overflow: hidden;
	margin-bottom: 10px;
}

.produkt_img a{
	height: 150px;
	width: 100%;
	position: relative;
	display: block;
}

.produkt_galerie .produkt_img{
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 265px;
	height: 175px;
	max-height: 100%;
}

.produkt_name{
	padding: 8px 0;
}	

.produkt_name a{
	text-decoration: none;
	font-size: 17px;
	height: 2.5em;
	overflow: hidden;
      display: block;
}

hr{
	height: 0;
	border: none;
	border-bottom: 1px solid #dceff8;
}

.produkt_name a:hover{
}

.produkt_img img{
	max-width: calc(100% - 18px);
    	height: auto;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
}

.produkt_vice_odkaz{
	text-align: center;
}
.produkt_vice_odkaz a{
	display: inline-block;
	color: white;
	padding: 4px 20px;
	background: #0396fd;
	text-decoration: none;
}

.produkt_box:hover .produkt_vice_odkaz a{
	color: white;
	text-decoration: none;
	background: #03b3fd;
}

.produkt_pagination{
	height: 35px;
	margin: 10px 0;
	text-align: right;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	background: white;
	width: 25px;
    	text-align: center;
    	line-height: 27px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}

.produkt_pagination b{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	width: 25px;
	color: black;
	font-weight: normal;
    	text-align: center;
    	line-height: 27px;
      display: inline-block;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
}

.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	color: black;
	font-weight: normal;
}

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

.produkt_col_container.detail .produkt_box{
	margin: 0;
	border: none;
	width: 100%;
	padding: 0;
	position: relative;
    	padding-bottom: 65px;
}

.produkt_col_container.detail .produkt_box > h3{
	clear: both;
}


.produkt_col_container.detail .produkt_big{
	float: left;
	margin-bottom: 10px;
	margin-right: 3%;
}

.produkt_col_container.detail .produkt_big a{
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
	width: 300px;	
	height: 300px;
	background: #ecf5fc;
	border: 5px solid #ecf5fc;	
}
.produkt_col_container.detail .produkt_big a:hover{
	border: 5px solid #dcf0f8;
}
#main_content .produkt_col_container.detail .produkt_big a img,
#main_content .produkt_col_container.detail .produkt_big a:hover img{
	border: none !important;
}

#main_content .produkt_col_container.detail .produkt_big img{
	max-width: calc(100% - 10px);
	margin: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.produkt_col_container.detail .produkt_text{
	width: 100%;
	text-align: justify;
	margin-bottom: 10px;
}

.produkt_col_container.detail .produkt_text p span:nth-of-type(1){
	display: inline-block;
	width: 160px;
}
.produkt_col_container.detail .produkt_text p span:nth-of-type(2){
	font-weight: normal;
	display: inline-block;
}

.produkt_col_container.detail .produkt_text div{
	/*display: inline;
	float: left;*/
}

.produkt_col_container.detail .produkt_text ul{
	display: inline;
}

.produkt_col_container.detail .produkt_text ul li{
	list-style-position: inside;
	display: inline-block;
}

.produkt_col_container.detail .produkt_text h3,
.produkt_col_container.detail .produkt_text p,
.produkt_col_container.detail .produkt_text ul,
.produkt_col_container.detail .produkt_text ul li{
	/*float: left !important;
	clear: right;*/
}

.produkt_col_container.detail .produkt_text h3{
	clear: none;
}

.produkt_col_container.detail .produkt_img a{
	width: auto;
	max-width: calc(100% - 6px);
	max-height: calc(100% - 6px);
	display: inline-block;
	float: left;	
	border: 3px solid white;
	margin-bottom: 20px;
	text-align:center;
}

.produkt_col_container.detail .produkt_img a:hover{
	
}

.produkt_col_container.detail .produkt_img a:nth-of-type(3n+1){
	margin: 0 10px;
	margin-bottom: 3px;
}

#main_content .produkt_col_container.detail .produkt_img img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

#dalsi-obrazky{
	width: 100%;
	text-align: left;
}
#dalsi-obrazky figure{
 	display: inline-block;
	position: relative;
	vertical-align: top;
}
#dalsi-obrazky figure a{
	width: 221px;
	height: 160px;
	display: block;
	border: 5px solid white;	
}
#dalsi-obrazky figure a:hover{
	border: 5px solid #d5eafb;
	background: #ecf5fc;
}
#dalsi-obrazky figure a img{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#dalsi-obrazky figure a[rel="lightbox[all]"] img, #dalsi-obrazky figure a[rel="lightbox[all]"]:hover img{
	margin: auto !important;
	border: none !important;
	position: absolute;
}
.produkty_vice_odkaz.abs{
	text-align: right;
      margin-top: 5px;
      margin-right: 17px;
}
.produkty_vice_odkaz.abs a, .produkty_vice_odkaz.abs a:hover{
	text-decoration: none;
	border-bottom: 2px solid #0396fd;
}
.switcher_wrap {
    clear: both;
}

div#ribbon_switch {
    text-align: left;
}

#window_switch{
	border: 1px solid #dceff8;
	border-top-left-radius: 0;
	padding: 8px 2px;
	margin-bottom: 20px;
      font-weight: 300;
      font-size: 17px;
      color: #414141;
	text-align: justify;
   	padding: 10px;
}

#window_switch table {
	border: 1px solid #dec9bc;
	border-top-left-radius: 0;
	border-collapse: collapse;
	width: 100%;
      margin-bottom: 7px;
}

#window_switch td {
	border: 1px solid #dec9bc;
	border-top-left-radius: 0;
	padding: 5px;
      font-size: 14px;
      font-family: Roboto;
}

#main_content #window_switch{
	padding: 15px;
}

#main_content div.box_switch{
	padding-bottom: 0;
}

#ribbon_switch div.button_switch{
	display: inline-block;
	cursor: pointer;
	margin-bottom: -1px;
	border: 1px solid #dceff8;
	padding: 5px 10px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	color: black;
}

#ribbon_switch div.button_switch:hover,
#ribbon_switch div.button_switch.selected_switch{
	font-weight: normal;
	background: #f6fbff;
	border-bottom: 1px solid white;
	color: black;
}

.vice_odkaz{
	text-align: center;
}
.vice_odkaz a{
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #0396fd;
}
#ref_ukazka{
	padding-bottom: 25px;
}

/***************************/
/*/***************************/
/*  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;
}
.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{
    display: inline-block;
    border-bottom: 2px solid #0396fd;
    color: black;
    text-decoration: none;
    font-size: 15px;
}
.aktuality_vice_odkaz.abs a:hover{
	color: #0396fd;
}
/**************
FOTOGALERIE
*****************/

#fotogalerie > div{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}	

#fotogalerie h3{
	text-align: left;
}

#fotogalerie div.img{
	display: inline-block;
	position: relative;
	width: 237px;
   	margin: 0 12px;
    	overflow: hidden;
	background: #f1fbff;
}
#fotogalerie div.img img{
	display: block;
}		

.foto_slick {
    	width: 954px;
    	display: inline-block;
	text-align: center;
}

#fotogalerie .slick-slide a[rel="lightbox[all]"] img {
    	margin: 0 auto !important;
	border: none !important;
	min-height: 144px;
    	width: auto;
}
#fotogalerie .prev, #fotogalerie .next{
	height: 144px;
}

#fotogalerie h1, #fotogalerie h2{
	text-align: left;
}

#fotogalerie .prev_foto{
	height: 144px;
	border: 1px solid #d4effa;
	background: white url(/files/images/prev.png) no-repeat center center;
} 


#fotogalerie .next_foto{
	height: 144px;
	border: 1px solid #d4effa;
	background: white url(/files/images/next.png) no-repeat center center;
}
.prev, .next{
    display: inline-block;
    color: transparent;
    width: 20px;
    height: 211px;
    cursor: pointer;
    vertical-align: top;
    font-size: 0;
    outline: none;
}
.prev{
	border: 1px solid #d4effa;
	background: #f1fbff url(/files/images/prev.png) no-repeat center center;
}

.next{
	border: 1px solid #d4effa;
	background: #f1fbff url(/files/images/next.png) no-repeat center center;
}
.navigation_slick{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
#fotogalerie .navigation_slick li{
    	display: inline-block;
    	margin: 0;
	padding: 0;
	background: none;
}
#fotogalerie .slick-slider{
    margin-bottom: 10px;
}
.navigation_slick li button{
    display: inline-block;
    background: url(/files/images/nav_foto.png) no-repeat center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 0;
    border: none;
    outline: none;
}
.navigation_slick li.slick-active button{
    background: url(/files/images/nav_foto_hover.png) no-repeat center center;
}

/*************
SLIDESHOW
**************/
#slides{
	position: relative;
	margin: 0 !important; 
	overflow: hidden;
	float: none;
}	

#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: 16px;
	height: 16px;
	display: inline-block;
	z-index: 1000;
	background: url(/files/images/nav.png) no-repeat center center;
	color: transparent;
}

#slides .camera_pag li span{
	display: none;
}

#slides .camera_pag li:hover, 
#slides .camera_pag li.cameracurrent{
	background: url(/files/images/nav_hover.png) no-repeat left top;
	color: transparent;
}
.camera_commands{
    display: none;
}

.caption{
	position:absolute;
    	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
    	top: 150px;
    	width: 960px;
}
.caption div{
	padding: 15px;
	background: rgba(5, 33, 0, 0.6);
	display: inline-block;
	max-width: 44%;
	margin-bottom: 10px;
	float: left;
}
.caption p{
	color: white;
	font-size: 18px;
      font-weight: 300;
}
.caption p strong{
	font-size: 28px;
	font-weight: 300;
}
a.vice{
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 18px;
	padding: 6px 32px 8px 32px;
	float: left;
    	clear: both;
	background: #2e8b00;
      font-weight: 300;
}
a.vice:hover{
	color: black;
	background: #fae60a;
}

/*************
SLIDESHOW AKTUALITY
**************/

#aktuality_slide .aktuality_name,
#aktuality_slide .aktuality_date,
#aktuality_slide .aktuality_text{
}
#aktuality_slide .aktuality_text{
}

#aktuality_slide .aktuality_name {
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 20px;
}

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

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

#aktuality_slide .aktuality_text p{
	color: black;
	font-size: 18px;
	margin-right: 10px;
	height: 2.8em;
    	overflow: hidden;
}

#aktuality_slide .aktuality_img{
	float: right;
}

#aktuality_slide .aktuality_img img{

}

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

#aktuality_slide .aktuality_vice_odkaz a{
	font-size: 18px;
}

#aktuality_slide .slidesjs-pagination{
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
	margin-bottom: 20px;
}

#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: #4a4a47;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	background: white;
	font-size: 15px;
}

#aktuality_slide .slidesjs-pagination li a.active, #aktuality_slide .slidesjs-pagination li a:hover{
	background: #6fcd01;
	color: white;
}

#mobile_open, #mobile_close {
    	display: none;
	color: transparent;
	height: 0;
}

button#modal-launch {
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none;
    margin: 0 20px;
    margin-top: 9px;
    vertical-align: top;
}

button#modal-launch p{
	color: white;
	margin-bottom: 0.25rem;
}
button#modal-launch a{
	text-decoration: none;
      font-weight: bold;
      font-size: 18px;
	background: #2e8b00;
	display: inline-block;
	padding: 0.25rem 0.5rem;
	color: white;
	border: 1px solid #ffffff;
}
button#modal-launch a:hover{
	background: #fae60a;
	color: black;
}

.modal-content{
	border: none;
	border-radius: 0;
}

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

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-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 #2e8b00;
	color: white;
	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/#6bc2ff+0,01a0ea+100 */
	background: #2e8b00;
	-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: #fae60a;
	color: black;
}


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

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

@media screen and (min-width: 920px){
header{
	position: fixed;
	top: 0;
	z-index: 200;
}
}

@media screen and (max-width: 1000px){
#banners{
	width: 100%;
}
#main_content, .form_content, #footer, .index #main_content > div{
	width: 96%;
	margin: 0 auto;
}
#header, #hornimenu1{
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
#header > div{
	width: 100%;
}
#kontakt{
	margin-top: 0;
	float: none;
}
.form_content fieldset{
	margin-right: 3%;
	margin-bottom: 15px;
}


.form_content fieldset p input, .form_content fieldset p textarea{
	width: 96%;
	padding: 5px 2%;
}

#menu_top{
	height: auto;
}

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

#nadpatickou, #ref_ukazka{
	width: 96%;
	padding: 0 2%;
	padding-bottom: 15px;
}
#ref_ukazka {
    padding-bottom: 25px;
}
.index #main_content, #nadpatickou{
	overflow: hidden;
}
#nadpatickou > div, #ref_ukazka > div{
	width: 100%;
}

#map_other{
	background: none;
}

#main_content #map_other img{
	height: auto;
	width: 100%;
	max-width: 100%;
}

figcaption{
	font-size: 20px;
}

.form_content #form_info{
	padding-left: 0;
}

#aktuality_slide .slidesjs-container{
	min-height: 275px;
	height: auto !important;
}

#aktuality_slide .aktuality_img img{
	    max-width: 88%;
}

.reference_col_container.detail .reference_galerie{
	overflow: auto;
}


.inside_container{
	text-align: center;
}

.inside_container hr{
	display: none;
}

#footer .col:nth-of-type(1), #footer .col:nth-of-type(2){
	min-height: 130px;
}
#fotogalerie > div{
	width: 100%;
}
.foto_slick {
    width: calc(100% - 46px);
}
#aktuality_slide .aktuality_text p{
	height: 6.5em;
}
.responsive-table{
	overflow-x: scroll;
	margin-bottom: 10px;
}
.responsive-table::-webkit-scrollbar
{
  width: 15px;  /* for vertical scrollbars */
  height: 15px; /* for horizontal scrollbars */
  border: 5px solid #dff3d1;
  border-radius: 3px;
}

.responsive-table::-webkit-scrollbar-track{
  background: #dff3d1;
  border-radius: 3px;
}

.responsive-table::-webkit-scrollbar-thumb{
  background: #2e8b00;
  border-radius: 3px;
}
}

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

#header > div{
	text-align: center;
}
#logo {
    	width: 96%;
    	margin: 0 2%;
    	background-position: top center;
    	padding-left: 0;
    	margin-top: 10px;
	text-align: center;
}
#odkaz_na_uvod{
	width: 100%;
	margin-right: 0;
	text-align: center;
	background-position: center center;
}
.searchbox {
    margin-left: 0;
    margin-top: 20px;
}
#kontakt{
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
#mobile_open, #mobile_close{
    text-align: center;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 55px;
    vertical-align: top;
    cursor: pointer;
    color: white;
}

#mobile_open {
    background: url(/files/images/hamburger.png) no-repeat center bottom 10px;
    display: block;
}
#mobile_close {
    background: url(/files/images/close.png) no-repeat center bottom 10px;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    z-index: 50;
    background: #2e8b00;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
#hornimenu1.visible .ddmxlileft .section{
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
}
.ddmx .ddmxlileft:first-of-type,
.ddmx .ddmxlileft:last-of-type{
	padding-right: 16px;
	padding-left: 16px;
}
.ddmxlileft .section .ddmxlileft{
	text-align: center;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	display: block;
}

.ddmxlileft .section{
	width: 100%;
}
header{
	background: #2e8b00;
}

}

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

.form_content fieldset, #form_map{
	margin-right: 0;
	width: 100%;
	margin-bottom: 15px;
}
.caption{
	top: auto;
   	bottom: 20px;
	width: 100%;
}
.caption p {
    font-size: 16px;
}
.caption p strong{
	font-size: 20px;
}
.caption div{
	max-width: calc(100% - 30px);
}
#footer .bordered{
	border: none;
}
#footer .col-md-auto{
	text-align: center;
}
}

@media screen and (max-width: 720px){
.caption {
    top: 0;
    bottom: auto;
}
.caption div{
	padding: 10px;
	max-width: calc(100% - 20px);
}
#footer .col:nth-of-type(1), #footer .col:nth-of-type(2), #footer .col:nth-of-type(3){
	width: 100%;
	padding: 10px 0;
	border: none;
	min-height: 0;
	text-align: center;
}
#nadpis{
	width: 100%;
}
ul.slidesjs-pagination {
    bottom: 0;
    margin-bottom: 0;
}
#ref_ukazka p.gal{
	display: block;
	text-align: center;
}
#ref_ukazka p.gal a{
	display: inline-block;
	margin: 5px;
	padding: 0;
	position: relative;
	width: 240px;
	height: 160px;
}
#ref_ukazka p.gal a img{
	max-width: 100%;
	max-height: 100%;
    	width: auto !important;
    	height: auto !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto !important;
}

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

#logo p{
	text-align: center;
}

.banner{
	width: 60%;
	margin-bottom: 10px;
}

#main_content .banner .ban_img img{
	width: 100%;
	max-width: 100%;
}

#nadpatickou .text, #nadpatickou .text.half, #map_other{
	width: 100%;
}

.box.right{
	float: none;
	width: 100%;
	padding: 10px 0;
}

.form_content fieldset{
	width: 100%;
	margin-right: 0;
}

.form_content #form_info{
	display: block;
	padding-top: 0;
	width: auto;
}

#form_main div.col {
    width: 100%;
}

div.box, div.box:nth-of-type(2){
	width: 92%;
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#aktuality_slide .slidesjs-container{
	min-height: 240px;
}

#aktuality_slide .slidesjs-pagination{
	position: relative;
	right: auto;
	bottom: auto;
}

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

#main_content .galerie-slozky tr td, .galerie_slozka{
	width: 100%;
	padding: 0;
}

.reference_box{
	width: 80%;
    margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}

.reference_box:nth-of-type(3n+1),.reference_box:nth-of-type(2n+1) {
    margin: 0 auto;
	margin-bottom: 20px;
}

.reference_vice_odkaz a{
	    margin-bottom: -2%;
}

.reference_col_container.detail .reference_big, .reference_col_container.detail .reference_text{
	width: 100%;
	float: none;
}

.reference_col_container.detail .reference_text{
	width: 96%;
}

#main_content .reference_col_container.detail .reference_big a{
	max-width: calc(100% - 10px);
	width: 100%;
}

.reference_col_container.detail .reference_img a{
	max-width: 100%;
}

#main_content .reference_col_container.detail .reference_img img{
	margin: 0;
}

.reference_col_container.detail .reference_img a:nth-of-type(3n+1){
	margin-bottom: 20px;
}

#main_content img{
	height: auto !important;
	max-width: calc(100% - 18px) !important;
}

#fotogalerie .slick-slide a[rel="lightbox[all]"] img{
	height: 100% !important;
}

#main_content .reference_col_container.detail .reference_big img {
    height: auto;
}

#main_content a[rel="lightbox[all]"]{
	max-width: 94%;
}

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

#intro{
	overflow: hidden;
}

.caption p{
	font-size: 13px;
}

}








