/*************************/
/***   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: 'Kanit';
    src: url('/files/fonts/Kanit-Bold.ttf') format('truetype');
	font-weight: bold;
}

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


* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
      color: #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}

#main_content a[rel="lightbox[all]"] img{
    	position: relative;
    	display: inline-block;
	border: 5px solid white !important;
	outline: 1px solid #dedede;
	margin: 4px;
	padding: 0 !important;
}

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


header{
	position: relative; 
	width: 100%; 
	background: white url(/files/images/header.png) repeat-x left top;	
	/*border-top: 3px solid white;*/
}

/* horni menu */
#menu_top {
	position: relative;
	height: 40px;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
	float: right;
}
header{
	overflow: hidden;
}
#header{
	width: 1020px;
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
	padding-bottom: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
}

#odkaz_na_uvod{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}

#logo{
	background-image: url(/files/images/logo.png); 
      background-repeat: no-repeat; 
	background-position: left center; 
	min-height: 92px;
	display: inline-block;
	width: 243px;
	height: 92px;
	margin-right: 20px;
	margin-top: 14px;	
	position: relative;
	float: left;
}

.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: 16px;
    font-weight: normal;
	text-transform: uppercase;
    padding: 6px 12px 9px 12px;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .item1.selected {
    background: url(/files/images/menu_hover.png) no-repeat bottom center;
}
.ddmxlileft:last-of-type .item1{
	color: white;
	background: #e36b24;
	padding: 10px 20px;
	border-radius: 3px;
}
.ddmxlileft:last-of-type .item1:hover, .ddmxlileft:last-of-type .item1.selected{
	background: #e04102;
}	
p#zeptejtese{
	padding-right: 80px;
	font-family: Segoe Print;
	font-size: 21px;
	color: #e97225;
	background: url(/files/images/arrow.png) no-repeat right top 10px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
	padding-top: 17px;
	margin-right: 60px;
	 margin-bottom: 8px;
}

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

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

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

#main_content {
	height: auto;
	padding: 15px 0;
	text-align: left;
	background: #f6f6f6;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
#main_content > div{
	max-width: 1020px;
	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: 15px;
}

#nadpatickou{
	width: 100%;
	background: #7abb00;
}

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

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

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

#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: white;
	height: auto;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
}
footer{
  background: #343433;
  z-index: 0;
  width: 100%;
}
.default footer{
	border-top: 4px solid white;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	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 {
	font-family: kanit;
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
      margin-top: 10px;
}

h1.cent{
	text-align: center;
}
h2 {
	color: #e36b24;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	color: black;
	font-size: 17px;
	font-weight: bold;
	clear: both;
}
h4 {
	color: #e36b24;
	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: #434343;
  font-weight: normal;
}

#main_content ul{
	padding-left: 0;
}

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

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

a,
a:visited {
    color: #434343;
    font-size: 17px;
}
a:hover {
	text-decoration: underline;
	color: #e36b24;
}
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{
	width: 100%;
	padding-top: 20px;
	background: url(/files/images/background.png) repeat-x bottom left;
}
#banners.centered{
	background: transparent;
	text-align: center;
}
#banners > div{
	max-width: 1020px;
	margin: 0 auto;
	text-align: justify;
}
.banner{
	width: 320px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
-webkit-box-shadow: 3px 3px 5px 0px rgba(170,170,170,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(170,170,170,1);
box-shadow: 3px 3px 5px 0px rgba(170,170,170,1);
}

.banner h2{	
	font-family: Kanit;	
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	color: white;
	background: #343433;
	padding: 5px 5px;
	text-transform: uppercase;
	margin: 0;
}

.banner a{
	text-decoration: none;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.banner .text{
	display: table;
	min-height: 105px;
	background: white;
}
.banner .text p{
	display: table-cell;
	padding: 8px 10px;
	vertical-align: middle;
}

.banner .ban_img{
	position: relative;	
}
#banners.centered .banner{
	margin: 0 10px;
}
#banners.centered .ban_img{
	background: white;
}

.banner .ban_img img{
	width: 100%;
	margin: 0 !important;
	display: block;
	max-width: 100%;
	border: none !important;
}

.banner:hover .ban_img img{
	border: none !important;
}

.banner:hover .text, #banners.centered .banner:hover .ban_img{
	background: #efefef;
}

.banner:hover h2{
	background: #e36b24;
}
h2.kanit{
	font-family: Kanit;
	font-weight: bold;
	font-size: 24px;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.submenu{
	width: 100%;
	text-align: justify;
	margin-bottom: 0;
}
.submenu li{
	display: inline-block;
}
.submenu li a{
	display: inline-block;
	padding: 9px 17px;
	background: white;
	border-right: 2px solid #e36a25;
	border-bottom: 1px solid #d6d6d6;
	border-radius: 3px;
	color: #232214;
	font-size: 17px;
	text-decoration: none;
}
.submenu li a:hover{
	background: #e04102;
	color: white;
}

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

#main_content td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  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: 1px 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;
}
hr{
	height: 1px;
	background: #cecece;
	color: transparent;	
	border: none; 
	margin: 15px 0;
	width: 100%;
    	display: block;
}

#left_col{
	width: 240px;
	float: left;
	margin-right: 20px;
	
}
#content{
	overflow: hidden;
}
#category p {
	margin-bottom: 2px;
}
#category p a{
	background: white;
	display: block;
	padding: 8px 12px;
	padding-right: 20px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-radius: 3px;
	text-decoration: none;
}
#category p.selectedP a, #category p a:hover, #category p.open a{
	background: #e04102 url(/files/images/arrow_white.png) no-repeat right 10px center;
	color: white;
}
#category .close + div{
	display: none;
}
#category .open + div{
	display: block;
}
#category .open + div a{
	border: none;
	background: transparent;
}
#category .open + div a:hover, #category .open + div p.selectedP a{
	text-decoration: underline;
	color: #434343;
}
.col_box_content{
	margin-top: 15px;
}
p.mapa{
	margin-bottom: 0;
	line-height: 36px;
	position: relative;
}
p.mapa a{
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	background: white url(/files/images/mapa.png) no-repeat right 10px center;
	padding-right: 60px;
	font-weight: bold;
	text-decoration: underline;
	padding: 8px 12px;
	display: block;
}
p.mapa:hover a{
	text-decoration: underline;
	color: #e04102;
	background: white url(/files/images/mapa_hover.png) no-repeat right 10px center;
	border: 1px solid #e04102;
}
/**********************************/
/*  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;
}
.float-right {
    float: right;
}
/**********************************/
/*  FORMULARE 
/*********************************/
#form_main_napiste_nam {
  margin: 15px 0;
}
#form_main{
	border: 1px solid #d6d6d6;
	border-radius: 3px;
    	background: white;
	padding-top: 15px;
}
#main_content .form_content td{
	border: none;
	padding: 10px 15px;
}
#main_content .form_content table{
	width: 100%;
}
.form_content fieldset { 
  margin: 0;
  padding: 1em;
  border: 1px solid #AAAAAA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form_content fieldset legend {  
  padding: 6px 12px;
  color: #000000;  
  display: none;
}
.form_content input, textarea, select {  
  margin: 0px;
  padding: 5px;
  font-size: 1em;
  width: calc(100% - 12px);
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}
select {
	width: 100%;
}
input[type="radio"] {
  border: none;
  width: auto;
  margin-right: 5px;
  margin-left: 33%;                   
}

input.tlacitko {
  width: 80px;
  height: 25px;
  cursor: pointer;
}

.form_content input.submit { 
  background: darkgray;
  color: white;  
  background: #e36b24;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  border: none;
  width: 100%;
}
.form_content input.submit:hover{
background: #e04102;
}
.form_content fieldset p label { 
  display: block;
}
.form_content fieldset p input { 
  width: 60%;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}
.form_content fieldset p textarea { 
  width: 97%;
}
.form_content fieldset p.submit {
  margin-bottom: 0;
}
input.alert,
textarea.alert {
  border: solid 1px red;
}
#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 #575757;
}
#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 #575757;
	min-height: 150px;
}
#footer .col p{
	margin-bottom: 4px;
}
#footer .col p strong{
	margin-bottom: 10px;
    	display: block;
}

.breadcrumb a{
	color: #3C3C3C;
	font-size: 15px;
}
p.imgBlock{
	background: white;
	width: calc(100% - 2px);
	text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: 23%;
  margin-right: 1.5%;
	background: white;
  height: auto;
  margin-top: 10px;
  padding-bottom: 10px;
	display: inline-block;
	border: 1px solid #e3e2e2;
	position: relative;
	margin-bottom: 30px;
	vertical-align: top;
}
.aktuality_col_container .aktuality_box:hover{
	border:1px solid #7abb00;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_col_container .aktuality_name {
  padding: 4px 10px;
	text-align: center;
      height: 4.8em;
	font-size: 15px;
	display: table;
    	width: calc(100% - 20px);
    	vertical-align: middle;
    	overflow: hidden;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  font-size: 13pt;
  color: black;
	text-decoration: none;
	vertical-align: middle;
    	display: table-cell;
}
.aktuality_col_container .aktuality_name a:hover {
  color: black;
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
  	text-align: center;
	padding: 4px 10px;
	height: 5.5em;
    	margin-bottom: 1em;
	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;
}

#main_content .aktuality_col_container .aktuality_img{
	text-align: center;	
}
#main_content .aktuality_col_container .aktuality_img a{
	height: 150px;
	width: 100%;
	position: relative;
	display: block;
}

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

.aktuality_col_container .aktuality_vice_odkaz a{
	position: absolute;
    	left: 0;
    	right: 0;
	bottom: -20px;
    	margin-left: auto;
    	margin-right: auto;
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
    	text-align: center;
	padding: 6px 9px;
	border: 1px solid #7abb00;
	background: #7abb00;
	color: white;
	text-decoration: none;
      font-size: 18px;
	font-weight: 300;
}

.aktuality_col_container .aktuality_vice_odkaz a:hover{
	background: #6ba300
}

article {
    position: relative;
    padding-bottom: 65px;
}
.foto_vice_odkaz.abs {
    position: relative;
    clear: both;
    height: 40px;
	margin: 15px 0;
}
.aktuality_vice_odkaz.abs a, .produkty_vice_odkaz.abs a, .form_odeslan.abs a, .foto_vice_odkaz.abs a{
	position: absolute;
	right: 0;
	bottom: 15px;	
	display: inline-block;
	vertical-align: bottom;
	width: 166px;
    	text-align: center;
	padding: 6px 10px;
	border: 1px solid #7abb00;
	background: #7abb00;
	color: white;
	text-decoration: none;
      font-size: 17px;
	font-weight: 300;
}
.produkty_vice_odkaz.abs a, .foto_vice_odkaz.abs a{
	width: 180px;
}
.foto_vice_odkaz.abs a{
	bottom: 0;
}
.form_odeslan.abs{
	padding-top: 15px;
}

.form_odeslan.abs a{
	position: relative;
	right: auto;
	width: 205px;
	color: white;
	text-decoration: none;
      padding-bottom: 8px;
}

.aktuality_vice_odkaz.abs a:hover, .produkty_vice_odkaz.abs a:hover, .form_odeslan.abs a:hover, .foto_vice_odkaz.abs a:hover{
	background: #6ba300;
}

#aktualita{
	background: white;
	position: relative;
	padding: 15px;
	padding-bottom: 45px;
	border: 1px solid #e3e2e2
}

#intro figcaption{
	width: 100%;
	position:absolute;
	top: 0;
	background: rgba(72, 72, 71, 0.9);
	padding: 15px 0;
}
.default #intro figcaption{
	position: relative;
	top: auto;
	background: #484847;
	border-bottom: 4px solid white;
}

.caption{
	max-width: 1020px;
	margin: 0 auto;
	display: table;
}

.caption .col{
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}
.caption .col p{
	color: white;
	font-size: 17px;
	margin: 0;
}
.caption .col:nth-of-type(2){
	padding-right: 30px;
}
.caption .col.big p{
	font-family: Kanit;
	font-weight: bold;
	font-size: 30px;
	color: white;
}
.caption .col.big p.flag{
	font-weight: normal;
	font-size: 19px;
	font-family: Roboto,sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
#intro .caption .col.big p.flag img{
	width: auto;
	margin-right: 10px;
}
.caption .col.big{
	padding-right: 40px;
	padding-left: 0;
}
.caption .col:not(.big){
	background: url(/files/images/tick_orange.png) no-repeat left center;
}

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

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

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

#hornimenu1{
	width: 100%;
}

#menu_top{
	margin-bottom: 10px;
	float: none;
	display: block;
}

p#zeptejtese{
	display: none;
}

#header, #main_content, .form_content, #footer, #banners > div{
	width: 96%;
	margin: 0 auto;
}
#banners.centered .banner{
	width: 320px;
	margin: 10px;
}
#main_content{
	width: 96%;
	padding: 15px 2%;
	overflow: hidden;
}
#banners > div{
	text-align: center;
}
.banner{
	margin: 10px;
}

.submenu, h2.kanit{
	text-align: center;
}

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

#logo{
	padding: 0;
}

#logo p{
	text-align: left;
}

figcaption{
	font-size: 20px;
}

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


.caption{
	width: 90%;
}

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

}

@media screen and (max-width: 900px){
.caption{
	top: 0;
}
.caption p {
    font-size: 22px;
}
.caption .col:nth-of-type(2), .caption .col:nth-of-type(3){
	display: none;
}
.caption .col.big{
	padding: 0;
	text-align: center;
}
#main_content table{
	width: 100%;
}	
}

@media screen and (max-width: 800px){
.form_content fieldset, #form_map{
	margin-right: 0;
	width: 100%;
	margin-bottom: 15px;
}
#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;
}
.box, .box.right{
	width: 100%;
	float: none;
}
#left_col{
	width: 100%;
	margin-right: 0;
	float: none;
}
}

@media screen and (max-width: 720px){
header, #header{
	overflow: initial;
}
#logo {
    	width: 96%;
    	margin: 0 2%;
    	background-position: top center;
    	padding-left: 0;
    	margin-top: 10px;
	float: none;
}
#odkaz_na_uvod{
	width: 100%;
	margin-right: 0;
	text-align: center;
	background-position: center center;
}
#menu_top{
	margin-top: 0;
}
#mobile_open, #mobile_close{
    text-align: center;
    width: 100%;
    height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    cursor: pointer;
    color: #e36b24;
}

#mobile_open {
    background: url(/files/images/hamburger.png) no-repeat center bottom;
    display: block;
    font-weight: bold;
    font-size: 15px;
}
#mobile_close {
    background: url(/files/images/close.png) no-repeat center bottom;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: white;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
#hornimenu1.visible .ddmxlileft .section{
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	display: block;
}

.ddmxlileft .section{
	width: 100%;
}
.ddmxlileft .section .ddmxlileft{
	text-align: center;
}
#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;
}
.banner .ban_img:before, .banner .ban_img:after{
	bottom: 10px;
}
#main_content .form_content table td{
	display: block;
	padding: 1px 10px;
}
#main_content .form_content select{
	width: 100%;
}
.jerab{
	display: none;
}
}
	
@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%;
	display: inline-block;
}
.banner a:before, .banner a:after{
	
}

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

#main_content img{
	height: auto !important;
	width: auto !important;
}

#main_content .reference_col_container.detail .reference_big img {
    width: calc(100% - 10px) !important;
    margin: 0;
    height: auto;
}

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

div.kontakt, iframe{
	width: 100% !important;
}
#intro {
    overflow: hidden;
}
.caption{
	bottom: auto;
	top: 0;
    	left: 5px;
    	right: 5px;
	line-height: 30px; 
	width: 60%;     
}

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

}

@media screen and (max-width: 480px){
figcaption{
	display: none;
}
}






