/*************************/
/***   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;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('/files/fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('/files/fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('/files/fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
      line-height: 1.3em;
}
body{
  	background-color: #ffffff;
  	color:  #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}
header{
	position: relative; 
	width: 100%; 
}

#stripe{
	background: #d20202;
	padding: 3px 0;
}
#stripe > div{
	max-width: 1170px;
	margin: 0 auto;
}
#stripe .kontakt{
	float: right;
	width: auto;
}
#stripe p, #stripe a{
	font-weight: 300;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0;
}
#stripe p{
	margin: 0 8px;
}
#stripe a:hover{
	text-decoration: underline;
}
#stripe p.mail{
	background: url(/files/images/obalka.png) no-repeat left center;
	padding-left: 25px;
}
#stripe p.tel{
	background: url(/files/images/tel.png) no-repeat left center;
	padding-left: 20px;
}
#stripe p.doba span{
	color: #c2a126;
	font-weight: normal;
}	

/* horni menu */
#menu_top {
	position: relative;
	margin-top: 50px;
	display: inline-block;
	float: right;
}

#hornimenu1, #header{	
	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;
	max-width: 1170px;
	margin: 0 auto;
}

#odkaz_na_uvod{
    	color: #212121;
    	text-decoration: none;
	width: 283px;
	height: 113px;
	display: inline-block;
    	background: url(/files/images/logo.png) no-repeat top left;
}
#odkaz_na_uvod span{
	font-weight: bold;
}

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

#hornimenu1{
	text-align: center;
	max-width: 1170px;
	margin-bottom: 4px; 
}

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

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
    color: black;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
	border: 1px solid white;
	border-radius: 3px;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .selected {
    color: #d20202;
	border: 1px solid #dcdcdc;
}

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

 .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: 17px;
}

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

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

.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;
    padding: 0;
    margin: 0;
    background-image: url(/files/images/delitko.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.ddmx .ddmxlileftsel:last-of-type, .ddmx .ddmxlileft:last-of-type{
    background-image: none;	
}
#intro{
	position: relative;
      text-align: center;
	border-top: 1px solid #e4edef;
}

#intro > div{
	position: relative;
}
#intro #slides{
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

#intro figcaption{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1170px;
	margin: auto;
}

#intro .title{
	background: url(/files/images/slide_bcg.png) repeat-y top center;
	display: inline-block;
	float: right;
	padding: 10px 50px;
	margin-bottom: 0;
	margin-top: 15px;
	color: black;
	font-size: 30px;
	font-weight: bold;
}

#intro figcaption div{
	display: inline-block;
	max-width: 260px;
	padding: 15px 20px;
	border: 3px solid #f63f3f;
	border-radius: 10px;
	background: #d20202;
	float: right;
	clear: both;
	margin-top: 80px;
	margin-right: 50px;
}

#intro figcaption div p, #intro figcaption div a{
	color: white;
	font-size: 20px;
	font-weight: bold;
}

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

.gray{
	background: #eeeeee;
	padding: 15px 0;
}

.gray > div{
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.gray.centered > div{
	text-align: center;
}

.gray .doba{
	vertical-align: top;
	display: inline-block;	
	margin-right: 40px;
}

.gray .doba strong{
	font-size: 18px;
	font-weight: bold;
}

.gray td{
	color: black;
	padding-right: 10px;
	font-size: 17px;
	font-weight: 300;
}

.gray .buttons{
	display: inline-block;	
	vertical-align: top;
	margin-top: 15px;
}
.gray .buttons a{
	display: inline-block;	
	vertical-align: top;
	color: white;
	text-decoration: none;
	font-size: 19px;
	padding: 15px;
	padding-left: 55px;
	border: 2px solid #d20202;
	border-radius: 8px;
	margin: 0 5px;
}
.gray .buttons a:nth-of-type(1){
	background: #424041 url(/files/images/pin.png) no-repeat left 15px center;
}
.gray .buttons a:nth-of-type(1):hover{
	background: #d20202 url(/files/images/pin.png) no-repeat left 15px center;
}
.gray .buttons a:nth-of-type(2){
	background: #424041 url(/files/images/kosik.png) no-repeat left 10px center;
}
.gray .buttons a:nth-of-type(2):hover{
	background: #d20202 url(/files/images/kosik.png) no-repeat left 10px center;
}

.gray .red{
	display: inline-block;	
	vertical-align: top;
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border: 2px solid #f63f3f;
	border-radius: 8px;
	background: #d20202;
}
.gray .red:hover{
	background: #e20101;
}

.gray .firma{
	float: right;
	display: inline-block;
	background: white url(/files/images/duveryhodna_firma.png) no-repeat center center;
	width: 150px;
	height: 90px;
	border-radius: 8px;
}

/* hlavni sloupec */
#main_content {
	height: auto;
	padding: 15px 0;
	text-align: left;
	width: 1170px;
	margin: 0 auto;
	position: relative;
	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: 15px;
}

#mapa_nadpis{
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 5px;
}
#mapa{
	margin: 10px 0;
	border-top: 1px solid #d9d9d9;
}
#mapa > div{
	margin: 0 auto;
	position: relative;
}

#mapa > div iframe{
	width: calc(100% - 2px) !important;
	border: 1px solid #d9d9d9;
	max-height: 300px;
}

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

#nadpatickou{
	background: white;
}
#nadpatickou > div{
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

/* paticka */
#footer {
	height: auto;
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
}
footer{
  background: #424041;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer_text{ padding: 2em 0; overflow: hidden;}
#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 .col{
	display: inline-block;
	vertical-align: top;
	float: right;
}

#footer .col:nth-of-type(3){
	width: calc(60% - 20px);
	padding: 15px;
	padding-left: 0;
	
}
#footer .col:nth-of-type(3) > div:nth-of-type(1) {
	padding-bottom: 15px;
	border-bottom: 1px solid #5b5a5b;
}
#footer .col:nth-of-type(3) > div:nth-of-type(2) {
	padding-top: 15px;
}
#footer .col:nth-of-type(1),#footer .col:nth-of-type(2){
	padding: 15px;
	width: calc(20% - 35px);
	border-left: 1px solid #5b5a5b;
	min-height: 130px;
}
#footer .col p{
	margin-bottom: 4px;
	color: white;
}
#footer .col p strong{
	margin-bottom: 10px;
    	display: block;
	color: white;
	font-weight: normal;
}

/* 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: 24px;
      font-weight: bold;
	margin-bottom: 25px;
}
h2 {
	color: black;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: black;
	font-size: 18px;
	font-weight: 400;
	clear: both;
	margin-top: 23px;
}
h4 {
	color: #0ea155;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  font-weight: 300;
  list-style-type: none;
  color: black;
  text-align: justify;
}

#main_content ul{
	padding-left: 0;
}

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

img {
	border: none;
	margin: 0; 
	max-width: 100%;
}
a[rel="lightbox[all]"] img{
	border: 5px solid #eeeeee !important;
	margin: 4px;
	max-width: 370px;
	height: auto !important;
}
a[rel="lightbox[all]"] img:hover{
	border: 5px solid #e20101 !important;
}
a,
a:visited {
    color: #2C2C2C;
    font-size: 17px;
}
a:hover {
	text-decoration: none;
}
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 #ffffff;
  width: auto;
  height: auto;
}

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

.box_container {
    display: flex;
}

#main_content section.box{
	border: 2px solid #d1b138;
	padding: 2%;
	width: 43%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
	flex: 1;
}

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

section.box h2{

}

#main_content section.box:nth-of-type(2), #main_content section.box.right{
	float: right;
	margin-left: 20px;
}

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

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

.form_title{
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    color: white;
    height: 35px;	
}

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

#form_main div.superCol{
    display: inline-block;
    width: 100%;
}

#form_main{
  position: relative;
}

.red{color: #F00;}

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

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

body.index .form_content{
	
}

.form_content fieldset { 
  margin: 0;
  border: 0px solid red;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: justify;
}

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

.form_content input, textarea {  
      margin: 0px;
      padding: 0.5em;
	background: white;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	color: black;
	width: calc(100% - 1.5em);
	font-family: Roboto,sans-serif;
      font-weight: 300;
      font-size: 17px;
}

.form_content textarea{
	height: 4em;
}

.form_content input.submit { 
    background: #d20202;
    border: 2px solid #f63f3f;
    color: white;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
    padding-top: 10px;
    margin-right: 5px;
}
.form_content input.submit:hover{
  	background: #e20101;
}


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

.reference_box{
  	display: inline-block;
	width: 276px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #c5bca1;
	text-align: center;
	position: relative;
	margin: 5px;
}

.reference_img {
    display: inline-block;
    overflow: hidden;
	text-align:center;
	width: 260px;
	height: 170px;
}

.reference_galerie .reference_img{
	background: #e6e0cb;
}

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

.reference_name a:hover{
	text-decoration: underline;
}

.reference_img img{
	width: 92%;
	margin: 0;
}

.reference_vice_odkaz{
	text-align: center;
}

.reference_vice_odkaz a{
	display: inline-block;
	margin-bottom: -15px;
    	margin-top: -23px;
	text-decoration: none;
	color: black;
	padding: 8px;
	background: #e6e0cb;
	border: 1px solid #b6ab8c;
	border-bottom: none;
	font-size: 15px;
}

.reference_vice_odkaz a:hover{
	background: white;
}

.produkt_pagination{
	margin: 10px 0;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #cfc8af;
	padding: 2px 5px;
	color: black;
	text-decoration: none;
}

.produkt_pagination b{
	background: #e6e0cb;
	border: 1px solid #cfc8af;
	padding: 2px 5px;
	line-height: 16px;
      display: inline-block;
}

.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover{
	background: #e6e0cb;
}

.reference_col_container.detail .reference_box{
	margin: 0;
	border: none;
	width: 100%;
	padding: 0;
}

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

.reference_col_container.detail .reference_box h3{
	color: #bbb296;
}

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

.reference_col_container.detail .reference_big img{
	width: 96%;
	height: auto;
	border: 6px solid #e6e0cb;
}

#main_content .reference_col_container.detail .reference_text img{
	max-width: 48%;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
}

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

.reference_col_container.detail .reference_text div{
	/*display: inline;
	float: left;*/
}

.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: 100%;
	text-align: left;
}




.reference_col_container.detail .reference_img img{
	width: auto !important;
	height: auto !important;
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
}

.breadcrumb a{
	color: #3C3C3C;
	font-size: 14px;
}

.reference2_box{
	width: 279px;
    height: 250px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
	background: #faf8f0;
	border: 1px solid #e6e0cb;
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 24px;
	position: relative;
}

.reference2_box:hover{
	border: 1px solid #2c2c2c;
}

.reference2_box:nth-of-type(3n+3){
	margin-right: 0;
}

.reference2_box h2{
	height: 4em;
    	overflow: hidden;
    	font-size: 15px;
    	color: black;
    	text-align: center;
}

#main_content .reference2_box .img a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

#main_content .reference2_box img, #main_content .reference2_box img:hover{
	border: none !important;
	margin-top: 5em
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: auto;
  height: auto;
  overflow: hidden;
  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 p{
	height: 44px;
	overflow: hidden;
}
.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 a{
  width: 212px;
  position: relative;
  height: 150px;
  border: solid 5px #e6e0cb;
  background: #e6e0cb;
  display: block;
}
.aktuality_col_container .aktuality_img a:hover{
	border: solid 5px #bc9c23;
}
#main_content .aktuality_col_container .aktuality_img img {
  margin: auto;  
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: 150px;
}
#main_content .aktuality_col_container .aktuality_img img:hover{
	border: none !important;
}
.aktuality_col_container .aktuality_vice_odkaz {
	    margin-top: 37px;
}

.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: 17px;
}

.aktuality_col_container .aktuality_vice_odkaz a:hover{
	background: #c2a127;
	border: 1px solid #c2a127;
	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: 17px;
}

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

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

#galerie-thumbs {
	margin-top: 15px;
    	background-color: #ffffff;
    	border-radius: 3px;
    	border: 1px solid #e6e0cb;
   	width: 98%;
    	padding: 1% 1%;
    	height: auto;
    	overflow-x: scroll;
    	overflow-y: hidden;
}

#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.6em;
	overflow:hidden;
	margin-bottom: 0;
}

.galerie_slozka h2 a{
	color: #212121;
	text-decoration: none;
	font-weight: 400;
	font-family: "Roboto Slab",sans-serif;
	font-size: 19px;
}

.galerie_slozka:hover  h2 a{
	color: #c2a127;
}

.galerie_slozka p.fotka{
	padding: 6px 5px;
    	background: url(/files/images/slozka.png) no-repeat center top;
    	background-size: contain;
    	text-align: center;
    	margin: 0;
}

#main_content .galerie_slozka p.fotka img{
	border: 3px solid #e6e0cb;
	width: 250px !important;
	height: auto !important;
	margin: 0 !important;
}

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

.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: 5px solid #e6e0cb;
	width: auto !important;
    	height: auto !important;
    	margin: 0;
    display: block;
    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: 25px; /* 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;
}	

.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: 50%;
    height: 62px;
    width: 35px;
    display: block;
    z-index: 100;
}

#header figcaption{
	position: absolute;
	top: 44%;
	max-width: 972px;
      left: 0;
      right: 0;
	margin: auto;
	color: #c2a126;
	font-family: 'Roboto Slab';
	font-size: 36px;
	padding: 0px 20px 5px 20px;
	background: url(/files/images/slide_bcg.png) repeat;
	line-height: 60px;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
#header #slides figcaption{

}
/*************
SLIDESHOW AKTUALITY
**************/
#aktuality_slide{

}

#aktuality_slide .aktuality_name,
#aktuality_slide .aktuality_date,
#aktuality_slide .aktuality_text{
	width: 50%;
	float: left;
}
#aktuality_slide .aktuality_text {
    height: 90px;
    overflow: hidden;
}

#aktuality_slide .aktuality_name a{
	color: black;
	font-size: 17px;
	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: #6b6b6b;
    font-size: 17px;
    text-align: left;
}

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

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

#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 screen and (max-width: 1190px){

#hornimenu1{
	width: 100%;
}

#header, #main_content, #footer, .gray > div{
	width: 96%;
	margin: 0 auto;
}

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

#menu_top{
	height: auto;
	float: none;
	width: 100%;	
	text-align: center;
	margin-top: 0;
}
#logo{
	width: 100%;
	text-align: center;
}

#intro figcaption div p, #intro figcaption div a{
	font-size: 15px;
}

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


div#left_form, .form_content fieldset p.submit, div#right_form{
	margin: 0;
	float: left;
	width: 100%;
}

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

#footer .col:nth-of-type(1), #footer .col:nth-of-type(2){
	min-height: 130px;
}
}

@media screen and (max-width: 950px){
#intro figcaption{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#intro .title{
	display: none;
}
#intro figcaption div {
    position: relative;
    float: none;
    margin: 0;
    width: calc(100% - 46px);
    max-width: 100%;
    border-radius: 0;
    border: none;
}
.gray{
	text-align: center;
}
.gray .firma{
	float: none;
	margin-top: 10px;
}
.gray .buttons a{
	margin-top: 5px;
}
#stripe .kontakt{
	float: none;
}
}

@media screen and (max-width: 800px){
#stripe p, #stripe .kontakt{
	text-align: center;
}
#stripe .kontakt{
	margin-top: 8px;
}
#stripe p{
	display: inline-block;
}
#mobile_open, #mobile_close{
    width: 100%;
    height: 30px;
    padding-top: 30px;
    padding-bottom: 5px;
    vertical-align: top;
    cursor: pointer;
	color: #d20202;
	font-weight: bold;
}
#mobile_open {
    background: url(/files/images/hamburger.png) no-repeat center top;
    display: block;
}
#mobile_close {
    background: url(/files/images/close.png) no-repeat center top;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    z-index: 500;
    background: white;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	background-image: none;
	display: block;
}
.ddmxlileft .section {
    width: 100%;
}
.ddmxlileft .section, .ddmxlileft a.item2 + .section{
	position: relative;
	top: auto;
	left: auto;
	display: block;
}
#nadpatickou > div{
	display: block;
}
#nadpatickou .col{
	display: block;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
}
#nadpatickou .col:nth-of-type(2){
	width: calc(100% - 40px);
	padding: 20px;
	border-left: none;
	border-right: none;
}
#nadpatickou .col .mail, #nadpatickou .col .tel{
	display: inline-block;
}
#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;
}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	text-align: center;
}

}
	
@media screen and (min-width: 780px){
	table.tabulka{
		min-width: 757px;
	}
}

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


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

.box_container {
    display: block;
}

#main_content section.box, #main_content section.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 .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_img a{
	max-width: 100%;
}

#main_content .reference_col_container.detail .reference_img img{
	width: 96% !important;
	margin: 0;
}

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

#main_content img{
	max-width: 94%;
	height: auto !important;
}

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

#header figcaption{
	line-height: 30px;
      font-size: 15px;
}

#header #slides figcaption{
	bottom: 5px;
}

.aktuality_vice_odkaz.abs a{
	position: relative;
	right: auto;
	top: auto;
}
#form_main div.col {
    width: 100%;
}
.gray .doba{
	margin-right: 0;
}
.gray tr td{	
	display: block;
	width: 100%;
	text-align: center;
}
.gray tr td:nth-of-type(2){
	padding-bottom: 10px;
}

.gray tr td:nth-of-type(1){
	//width: 90px;
	display: block;
}
a[rel="lightbox[all]"] img{
	max-width: calc(100% - 18px);
}

}






