@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: 'RobotoBlack';
    src: url('/files/fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Courgette';
    src: url('/files/fonts/Courgette-Regular.ttf') format('truetype');
}
* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color: #f7f7f7;
  color:  #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}

a[rel="lightbox[all]"] img{
	border: 3px solid #e0e0e0 !important;
	max-width: calc(100% - 6px);
	height: auto !important;
}

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

#header_full{
	position: relative; 
	width: 100%; 
	background: #840f32;	
	border-top: 5px solid #ea0349;
}

/* horni menu */
#menu_top {
	position: relative;
	padding: 40px 0;
	width: 100%;
}

#hornimenu1, #header{
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
	text-align: right;
}

#header{
	position: relative;
	text-align: left;
	padding-left: 210px;
	width: 1370px;
}

#odkaz_na_uvod{

}

#logo{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 150;
}

#nadpis{
	font-size: 28px;
	color:  black;
	margin-bottom: 0;
	margin-top: 28px;
	display: inline-block;
	vertical-align: top;
	font-family: roboto;
}

.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: 25px;
    font-weight: normal;
	font-family: 'Roboto';
    padding: 5px 10px;
	border-radius: 4px;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .item1.selected {
    background: #ea0349;
}

.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;
    margin-left: 15px;
}

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

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

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

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

.obdelnik {
	background-color: white;
	padding: 10px 10px 10px 10px;
      margin-bottom: 15px;
      border: 1px solid #ccefd9;
	overflow: hidden;
	text-align: center;
}

.obdelnik li {
      text-align: left;
}

.obdelnik p {
      text-align: left;
}


#map_other a {
    left: 10px;
    bottom: 10px;
}
#mapa_main a, #map_other a {
    position: absolute;
    display: block;
    text-decoration: none;
    bottom: 15px;
    left: 15px;
}

#map_other a:hover {

}
#map_other > div iframe {
    width: calc(100% - 300px);
    margin-top: -120px;
    margin-bottom: -110px;
}

#main_content #map_other{
	position: relative;
	background: url(/files/images/mapa.png) no-repeat right 10px center;
	border: 1px solid #e5e4e4;
	padding: 0;
	clear: both;
}

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

h3.nadpis_mapa{
	color: #ea0349;
	font-weight: 300;
	font-size: 30px;
}

#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;
}
#main_content #map_other img:hover{
	border: none !important;
}


#main_content table { 
border: none; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; font-size: (ten který je na webu standardní v hlavní sekci) 
} 
/* paticka */
#footer {
	color: white;
	height: auto;
	width: 1580px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer_full {
  background: #840f32;
  z-index: 0;
  width: 100%;

}
#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 {
	color: #ea0349;
	font-size: 30px;
	font-weight: 300;
	text-align: left;
}

h1.cent{
	text-align: center;
}
h2 {
	color: black;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	color: black;
	font-size: 19px;
	font-weight: bold;
	clear: both;
}
h4 {
	color: black;
	font-size: 14px;
	font-weight: 600;
}
p, li, span, td, th {
  	margin: 0 0 12px 0;
  	line-height: 1.3em;
  	font-size: 18px;
  	list-style-type: none;
  	color: black;
	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;
  
}

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

a,
a:visited {
    	color: black;
  	font-size: 18px;
	font-weight: 300;
}
a:hover {
	color: #ea0349;
}
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%;
	text-align: center;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
    	justify-content: space-between;
}

.banner{
	width: 281px;
	height: 281px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.banner span{
	text-align: center;
	color: white;
	font-family: 'Courgette';
	font-size: 24px;
	padding-top: 125px;
	z-index: 5;
    	display: inline-block;
}

.banner a{
	text-decoration: none;
	display: block;
	position: relative;
	width: 281px;
	height: 281px;
}

.banner:nth-of-type(1) a{
	background: url(/files/images/banner1.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(1):hover a{
	background: url(/files/images/banner1_hover.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(2) a{
	background: url(/files/images/banner2.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(2):hover a{
	background: url(/files/images/banner2_hover.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(3) a{
	background: url(/files/images/banner3.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(3):hover a{
	background: url(/files/images/banner3_hover.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(4) a{
	background: url(/files/images/banner4.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(4):hover a{
	background: url(/files/images/banner4_hover.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(5) a{
	background: url(/files/images/banner5.jpg) no-repeat center center;
	background-size: contain;
}

.banner:nth-of-type(5):hover a{
	background: url(/files/images/banner5_hover.jpg) no-repeat center center;
	background-size: contain;
}

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

div.boxes{
	display: inline-flex;
    	width: 100%;
}


div.box{
	width: calc(50% - 7px);
	display: flex;
	vertical-align: top;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #e5e4e4;
	background: white;
	padding: 13px;
	flex-wrap: wrap;
}

div.box:first-of-type{
	margin-right: 10px;
}

div.box h2{
	font-weight: 300;
	color: #ea0349;
	font-size: 30px;
}

div.box > div{
	width: 100%;
    	overflow: auto;
	flex-basis: 100%;
}

div.box > div a[rel="lightbox[all]"], div.box > div a[rel="lightbox[all]"]:hover{
	border: none !important;
}
div.box > div p, div.box > div a{
	color: #363535;
	font-size: 18px;
}

div.box h3{
	color: #363535;
	margin-bottom: 5px;
	margin-top: 3px;
}

div.box dt{
	display: inline-block;
	width: 35%;
	font-size: 15px;
}

div.box dd{
	display: inline-block;
	width: 60%;
	font-size: 15px;
}

a.vice{
	display: inline-block;
	padding: 5px 12px;
	background: #e5feee;
	border: 1px solid #bbebcd;
	color: #003b17;
	border-radius: 5px;
	text-decoration: none;
}

a.vice:hover{
	background: #009036;
	color: white;
	border: 1px solid #019237;
}

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

div.box:nth-of-type(2){

}
.btn.btn-pink{
	cursor: pointer;
	text-decoration: none;
	background: #fff6f9;
	border: 1px solid #f9d4e0;
	color: #ea0349;
	font-weight: bold;
	font-size: 18px;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-block;
}
.btn.btn-pink:hover, .btn.btn-pink:focus{
	background: #ea0349;
	border: 1px solid #ea0349;
	color: white;
}

/**********************************/
/*  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;
  font-weight: normal;
    margin-bottom: 20px;
    margin-top: 15px;
	color: #b8cd07;
	height: 35px;
}

div#left_form{ float: left; }

div#right_form{ float: right; margin-left: 10px; margin-right: 35px; }

#form_main{
  position: relative;
	background: #4a4a47;
}

.red{color: #F00;}

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

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

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

.form_content #form_info{
	width: 31%;
	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;
}

.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 input, textarea {  
  margin: 0px;
  padding: 0.5em;
  font-size: 1em;
	background: white;
	border: none;
	color: #2c2c2c;
	font-family: Roboto;
}

.form_content input.submit { 
  background: #d1e240;
  border: none;
  color: black;
  width: 208px;
  height: 33px;
  cursor: pointer;
}
.form_content input.submit:hover{
  background: #b8cd07;
}


.form_content fieldset p input { 
  width: 193px;
  
}
.form_content fieldset p textarea { 
  width: 380px;
  height: 135px;
}
.form_content fieldset p.submit {
  position: relative;
  margin-bottom: 0;
  float: left;
}

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

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

#footer_text{ padding: 2em 0; }
#footer #footer_text{
	display: inline-block;
	max-width: 70%;
	flex-basis: 70%;
	vertical-align: top;
}
#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 div.fcb{
	display: inline-block;
	max-width: 30%;
	flex-basis: 30%;
	text-align: right;
	margin-top: 20px;
}
#footer div.fcb p{
	margin: 0;
}
#footer div.fcb p span{
	color: white;	
	font-weight: bold;
	line-height: 60px;
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}
#footer div.fcb a{
	display: inline-block;
	background: url(/files/images/fcb.png) no-repeat center center;
	width: 60px;
	height: 60px;
}


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

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

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

.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;
	position: relative;
	width: 298px;
}

.galerie_slozka p.fotka{
	padding: 3px;
	background: url(/files/images/slozka.png) no-repeat center top;
	background-size: contain;
	position: relative;
}

.galerie_slozka p.fotka a{
	position: relative;
	display: inline-block;
}

.galerie_slozka p.fotka img{
	width: 275px !important;
	height: auto !important;
	margin: 0 !important;
}

.galerie_slozka p.fotka a{
	border: 6px solid white;
}

.galerie_slozka:hover  p.fotka a{
	border: 6px solid #b5ff35;
}

.galerie_slozka .img_caption{
	display: block;
	position: absolute;
	bottom: 0;
    	left: 0;
    	right: 0;
	color: white;
	padding: 15px;
	text-align: center;
	background: url(/files/images/foto_bcg.png) repeat left top;
	font-size: 16px;
}

.galerie_container tr{
	display: inline-flex;
}

.galerie_container td{
	border: 3px solid #ead5b6;
      box-shadow: 0px 0px 2px 2px #c7b49c;
	margin: 0 5px;
}

.galerie_fotka, .galerie_fotka_uvodni{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.galerie_fotka .velke{
	display: none;
}

.galerie_fotka .velke.activ{
	display: block;
}

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

#main_content .thumbs img, #main_content .thumbs img:hover{
	cursor: pointer;
	border: 1px solid white;
    	border-bottom: 2px solid white;
	width: auto !important;
    	height: auto !important;
    	margin: 0;
}

div.galerie_container table.galerie_table .thumbs:hover{
	border: 3px solid #853d01;
}

div.galerie_fotka img, div.galerie_fotka img:hover, div.galerie_fotka_uvodni img, div.galerie_fotka_uvodni img:hover{
	border: none;
      box-shadow: none;
}

.galerie_container::-webkit-scrollbar
{
  width: 25px;  /* for vertical scrollbars */
  height: 25; /* for horizontal scrollbars */
  border: 5px solid white;
  border-radius: 3px;
}

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

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


.caption{
	position:absolute;
    	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
	color: black;
	font-size: 25px;
	padding: 15px 10px;
	line-height: 60px;
	text-align: left;
    	top: 20px;
}

.caption p{
	text-align: center;
	color: white;
	font-size: 72px;
	font-family: 'Courgette';
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 1);
}



#mobile_open, #mobile_close {
    display: none;
}



/**********************************/
/*  INDEX přidáno Kamča
/*********************************/
.index-info{
	display: flex;
	margin-bottom: 40px;
}
.index-info-box {
	flex-basis: 50%;
	max-width: 50%;
}
.index-info-text-box{
	background: white;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 20px 25px;
}
.index-info-text-box p{
	margin-bottom: 30px;
}
.index-info-img-box{
	background: url(/files/images/index-intro.jpg) no-repeat center center;
	background-size: cover;
}
.info-img-box-contain{
	background-size: contain;
	background-color: white;
}	
.index-info h1, .index-info .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}

/**********************************/
/*  BOX přidáno kamča 
/*********************************/
.box{
	display: flex;
	margin-bottom: 40px;
	width: calc(100% - 26px) !important;
    	height: auto !important;
}
.box.box-reversed{
	flex-direction: row-reverse;
}
.box-half {
	flex-basis: 50%;
	max-width: 50%;
}
.box-text{
	background: white;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 20px 25px;
}
.box.box-reversed .box-text{
	border: 1px solid #eaeaea;
	border-left: none;
}
.box-text p{
	margin-bottom: 30px;
}
.box-img{
	background-size: cover !important;
}
.box-text h1, .box-text .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}


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

@media screen and (max-width: 1600px){
#hornimenu1{
	width: 100%;
}
#header{
	width: calc(96% - 210px);
	margin: 0 auto;
}
#menu_top{
	height: auto;
}
#main_content, #footer{
	width: 96%;
	margin: 0 auto;
}
#banners{
	justify-content: center;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	margin-left: 0;
}
}

@media screen and (max-width: 1370px){
.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover{
	font-size: 19px;
}
}

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

#mobile_open {
	color: white;
    width: 40px;
    height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(/files/images/hamburger.png) no-repeat center bottom 5px;
    vertical-align: top;
    cursor: pointer;
    display: block;
	margin: 0 auto;
	text-align: center;
}
#mobile_close {
	color: white;
    width: 40px;
    height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(/files/images/close.png) no-repeat center bottom 5px;
    vertical-align: top;
    cursor: pointer;
	margin: 0 auto;
	text-align: center;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #840f32;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
	text-align: left;
}
#hornimenu1.visible .ddmxlileft .section{
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
}
.ddmxlileft .section .ddmxlileft{
	text-align: center;
}


.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	float: none;
	display: block;
	width: 100%;
	position: relative;
}

#header{
	width: 96%;
	padding-left: 0;
}

#logo{
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto;
	text-align: center;
}

#menu_top{
	padding: 5px 0;
	text-align: center;
}

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover{
	margin-bottom: 5px;
}	

#map_other{
	background: none;
}

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

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

.form_content fieldset{
	width: 65%;
	margin-right: 3%;
	margin-bottom: 15px;
}

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 div.fcb, #footer #footer_text{
	max-width: 100%;
	flex-basis: 100%;
	float: none;
	display: block;
}
#footer div.fcb{
	margin-top: 0;
	margin-bottom: 20px;
}

#footer{
	flex-wrap: wrap;
	overflow: hidden;
}
.index-info, .box{
	flex-wrap: wrap;
}
.index-info-box, .box-half{
	flex-basis: 100%;
	max-width: 100%;
}
.index-info-text-box, .box-text{
	border-top: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-right: 1px solid #eaeaea !important;
	border-bottom: none !important;
}
.index-info-img-box, .box-img{
	width: 100%;
    	padding-top: 70%;
    	position: relative;
}
}

@media screen and (max-width: 1000px){
div.boxes{
	display: block;
}
div.box{
	width: calc(100% - 26px);
}
}
	
@media screen and (max-width: 640px){

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

.ddmxlileft .section{
	width: 100%;
}

#menu_top{
	padding: 10px 0;
}

#header{
	width: 96%;
	padding-left: 0;
}

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

#odkaz_na_uvod{
	width: 100%;
	margin-right: 0;
	text-align: center;
	background-position: center center;
}

.banner{
	margin-bottom: 10px;
}



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

div.box:nth-of-type(2), div.box:nth-of-type(1){
	border: none;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .item1.selected{
	border-radius: 0;
}
#main_content .galerie-slozky tr td, .galerie_slozka{
	width: 100%;
	padding: 0;
}

#main_content img{
	height: auto !important;
	max-width: 96% !important;
	width: auto !important;
	margin: 4px !important;
}

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

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

.caption{
	bottom: auto;
	top: 0;
    	left: 5px;
    	right: 5px;
	line-height: 30px; 
	width: 60%;     
}

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

}








