/*************************/
/***   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{
  background-color: #ffffff;
  color:  #4d4c4c;
  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	position: relative;
	height: 100%;
}
body#default{
	background: #cbcbcb url(/files/images/bcg.jpg) no-repeat center top;
}
#slide_inner {
    position: absolute;
    top: 0;
    margin-top: 135px;
    width: 100%;
    z-index: 1000;
}
#header_full{
	position: fixed;
	top: 0;
      z-index: 160;
	width: 100%; 
	background: rgba(255,255,254,0.88);
	margin-top: 20px;
-webkit-box-shadow: 0px 2px 5px 2px rgba(194,194,194,0.5);
-moz-box-shadow: 0px 2px 5px 2px rgba(194,194,194,0.5);
box-shadow: 0px 2px 5px 2px rgba(194,194,194,0.5);
}

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

#header{
	width: 1000px;
	margin: 0 auto;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
	overflow: visible;
}

#header{
	padding: 10px 0;
	position: relative;
	text-align: left;
}

#odkaz_na_uvod{
	font-size: 24px;
	font-family: Roboto;
	color: black;
	font-weight: 300;
	text-decoration: none;
}

#logo{
	display: inline-block;
	max-width: 360px;
	float: left;
	margin-bottom: 0;
}

#logo span{
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
	color: #171717;
	font-family: Roboto;
}

p.nadpis{
	font-size: 28px;
	color:  #fb7203;
      font-family: 'Roboto',sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-left: 135px;
}
#mobile_open, #mobile_close {
    display: none;
}

.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: 15px;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .selected {
    	background: #fb7203;
	color: white;
}

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

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

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

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

 .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 {
    float: left;
    padding: 0;
    margin: 0;
    border-right: 1px solid #d3d3d3;
}

.ddmx .ddmxlileftsel:last-of-type, .ddmx .ddmxlileft:last-of-type{
   border-right: none;	
}
#index_over{
	text-align: right;
	width: 1400px;
	margin: 0 auto;
}

#index_over .box{
	display: inline-block;
    	vertical-align: middle;
	background: rgba(0,0,0,0.7);
      margin: 17px 0px 11px 126px;
	padding: 15px;
	position: relative;
	text-align: left;
}

#index_over .box.right{
	border-right: 4px solid #fb7203;
	width: 24%;
}

#index_over .box.left{
	border-left: 4px solid #fb7203;
	width: 26%;
}

#index_over .box.left a:hover {
	color: #fb7203;
}

#index_over .box.empty{
	width: 100%;
	padding: 0;
	background: none;
	display: block;
	margin: 0 auto;
}
#index_over .box p, #index_over .box a{
	color: white;
}

a.ordinacni{
	padding: 8px 15px;
	background: #fb7203;
	color: white;
	text-decoration: none;
	position: absolute;
	z-index: 150;
	left: 15px;
	bottom: -20px;
}
a.ordinacni:hover{
	color: white !important;
	background: #fb4f03;
}

#index_over .box .aktuality_date, #index_over .box .aktuality_name a{
	color: white;	
	font-size: 15px;
}
#index_over .box .aktuality_name a:hover{
	text-decoration: underline;
	color: #fb7203;
}
#index_over .box .aktuality_name{
	margin-bottom: 8px;
}
.aktuality_vice_odkaz a{
	display: inline-block;
	background: #7a7a7a url(/files/images/odr_white.png) no-repeat left 8px center;
	padding: 4px 10px;
	padding-left: 25px;
	color: white;
	text-decoration: none;
}
.aktuality_vice_odkaz a:hover{
	background: #fb7203 url(/files/images/odr_white.png) no-repeat left 8px center;
	color: white;
}

#index_text{
	display: inline-block;
	width: 58%;
}

div#hodiny{
	display: inline-block;
	max-width: 47%;
	float: right;
	vertical-align: top;
    	margin-top: 40px;
}

div#hodiny table{
	background: #f1f1f1;
	padding: 10px;
	border: none;	
}

div#hodiny td{
	border: none;
	border-bottom: 1px solid #d1d0d0;
	padding: 5px 10px;
}

div#hodiny tr:last-of-type td{
	border-bottom: none;
}

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

body#default #main_content{
	background: rgba(256, 256, 256, 0.9);
	width: 1000px;
	padding: 20px;
	margin-top: 129px;
}

.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_main{
	width: 627px;
	display: inline-block;
	position: relative;
}

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

#mapa_main a, #map_other a{
	position: absolute;
	display: block;
	color: white;
	padding: 6px 25px;
	background: #414141;
	text-decoration: none;
	bottom: 15px;
	left: 15px;
}

#mapa_main a:hover, #map_other a:hover{
	background: #fb7203;
}

#map_other p{
	position: absolute;
	left: 715px;
    	top: 300px;
	line-height: 2em;
}

#map_other{
	position: relative;
}

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

#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 #dfdfdf;
	padding: 10px;
	clear: both;
}

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

#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: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; font-size: (ten který je na webu standardní v hlavní sekci) 
} 
#Banner .modal-body{
	padding: 0;
	position: relative;
}
#Banner .modal-body img{
	width: 100%;
	height: auto !important;
}
#Banner .modal-body .close{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	font-size: 20px;
    	width: 40px;
}
#Banner .modal-body .close span{
	font-size: 30px;
}
/* paticka */
#footer {
	color: #cbcbcb;
	height: auto;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
}
#footer_full {
  background: #414141;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover,
#footer p {
	color: #cbcbcb;
	text-decoration: none;
}

#footer_cols{
	border-bottom: 1px solid #292929;
	overflow: hidden;
}

#footer_cols > div.column {
    width: 24%;
    float: left;
    margin: 20px 0;
    margin-right: 1%;
}
#footer_cols h2{
	color: white;
	font-size: 16px;
}

#footer_cols .ddmx .ddmxlileftsel, #footer_cols .ddmx .ddmxlileft{
	border-right: none;
	float: none;
	display: block;
}
#footer_cols .ddmxlileft a{
	background: url(/files/images/odr_light.png) no-repeat left center;
	padding-left: 18px;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
#footer_cols .ddmxlileft a:hover{
	text-decoration: underline;
}

#footer_cols p.tel{
	padding-left: 35px;
	background: url(/files/images/tel.png) no-repeat left center;
}
#footer_cols p.mail{
	padding-left: 35px;
	background: url(/files/images/obalka.png) no-repeat left center;
	line-height: 30px;
}

#footer_cols p.tel{
	line-height: 30px;
}

#footer_cols p.tel, #footer_cols p.mail a{
	color: white;
}
#footer_cols p.mail a{
	text-decoration: underline;
}
#footer_cols p.mail a:hover{
	text-decoration: none;
	color: #fb7203;
}
#footer_cols img{
	max-height: 90px;
	display: block;
	margin: 0 auto;
}	
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#main_content #form_objednavka table{
	table-layout: fixed;
	width: 60%;
}
#main_content #form_objednavka table, #main_content #form_objednavka table td{
	border: none;
}

#main_content #form_objednavka table td:first-child { width: 33% ;}
#form_objednavka input, #form_objednavka textarea{
	border: 1px solid #d3d3d4;
	padding: 3px 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
#form_objednavka textarea{
	width: 100%;
    	height: 150px;
}
#form_objednavka input[type="submit"]{
	padding: 6px 25px;
    	background: #fb7203;
    	color: white;
    	text-decoration: none;
	border: none;
	cursor: pointer;
}
#form_objednavka input[type="submit"]:hover {
    color: white !important;
    background: #fb4f03;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1 {
	color: #fb7203;
	font-family: 'Roboto',sans-serif;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	color: black;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
}
h3 {
	color: #fb7203;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
	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: #333333;
}

#main_content ul{
	padding-left: 0;
}

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

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

#main_content a[rel="lightbox[all]"] img{
	border: 6px solid white !important;
	margin: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#main_content a[rel="lightbox[all]"] img:hover{
	border: 6px solid #fd913a !important;
}
a,
a:visited {
    color: #333333;
    font-size: 16px;
}
a:hover {
	color: #fb7203;
}
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;
}

#main_content table {
  border: 1px solid #E4E4E4;
  width: auto;
  height: auto;
}

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

.box_container {
    display: flex;
}

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

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

div.box h2{
	color: #fc821f;
	font-size: 22px;
	font-weight: normal;
}

#main_content div.box:nth-of-type(2), #main_content div.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;
  font-weight: normal;
    margin-bottom: 30px;
    margin-top: 5px;
	color: #2c2c2c;
	height: 35px;
	background: url(/files/images/otaznik.png) no-repeat left 247px center
}

div#left_form{ float: left; margin-left: 40px; }

div#right_form{ float: right; margin-left: 15px; margin-right: 40px; }

#form_main{
  position: relative;
	background: #ececec;
}

.red{color: #F00;}

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

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

.form_content fieldset { 
  margin: 0;
  padding: 1em;
  border: 0px solid red;
}

.form_content input, textarea {  
  margin: 0px;
  padding: 0.5em;
  font-size: 1em;
	background: white;
	border: none;
	color: #2c2c2c;
	font-family: Roboto, sans-serif;
}

.form_content input.submit { 
  background: #baad81;
  border: none;
  color: white;
  width: 208px;
  height: 33px;
  cursor: pointer;
}
.form_content input.submit:hover{
  background: #2c2c2c;
}


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

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

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

#footer_text{ padding: 2em 0; border-top: 1px solid #595959; }
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-size: 15px;
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_box{
	border: 2px solid #fb7203;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
}
.aktuality_box p{
	margin: 0;
	font-weight: bold;
}
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: auto;
  height: auto;
  overflow: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  clear: both;
  border-bottom: 1px solid #cecdcd;
}
.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 {  
  text-decoration: underline;
  font-size: 15pt;
  font-family: 'Roboto',sans-serif;
  color: #fb7203;
	text-decoration: none;
	font-weight: bold;
}
.aktuality_col_container .aktuality_name a:hover {
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
  text-align: left;
}
.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 img {
  width: 250px;
  margin: 5px 5px 2px 0px;
  border: solid 5px #e6e0cb;
}
.aktuality_col_container .aktuality_vice_odkaz {
      margin-top: 27px;
}

.aktuality_col_container .aktuality_vice_odkaz a{
	display: inline-block;
	vertical-align: bottom;
    	text-align: center;
	padding: 6px 20px;
	background: #767575;
	color: white;
	text-decoration: none;
      font-size: 15px;
}

.aktuality_col_container .aktuality_vice_odkaz a:hover{
	background: #fb7203;
	color: white;
}

.aktuality_vice_odkaz.abs a{
	position: absolute;
	right: 20px;
	top: 15px;	
	display: inline-block;
	vertical-align: bottom;
    	text-align: center;
	padding: 6px 20px;
	background: #767575;
	color: white;
	text-decoration: none;
      font-size: 15px;
}

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

/*************
SLIDESHOW
**************/
#slides{
	position: relative;
    display: none;
    margin: 0 auto;
    max-width: 1920px;
	border-bottom: 3px solid #e2e2e2;
}	

.slidesjs-pagination{
	position: absolute;
    	bottom: 0px;
    	z-index: 150;
    	width:1000px;
    	margin-left:-500px;
    	left:50%;
}

.slidesjs-pagination-item{
	color: transparent;
	display: inline-block;
	margin-right: 5px;
}
.slidesjs-pagination-item a{
	color: transparent;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/files/images/nav.png) no-repeat center center;
}
.slidesjs-pagination-item a:hover, .slidesjs-pagination-item a.active{
	background: url(/files/images/nav_hover.png) no-repeat center center;	
}

/***********
RESPONSIVE
************/
@media screen and (max-width: 1420px){
#index_over{
	width: 96%;
}
}

@media screen and (max-width: 1120px){
#index_over .box.left, #index_over .box.right{
	width: 60%;
}
}

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

#hornimenu1{
	width: 100%;
}

#header, #main_content, #footer{
	width: 96%;
	margin: 0 auto;
}

#slide_inner{
	position: relative;
	margin-top: 0;
	width: 96%;
	margin: 0 auto;
}

#index_over{
	width: 100%;
}

#index_over .box.left, #index_over .box.right{
	margin: 15px 0;
	width: calc(100% - 30px);
}

.slidesjs-pagination{
	width: 96%;
	margin-left: 0;
	left: 2%;
}

div#hodiny{
	width: 100%;
	float: none;
	max-width: 100%;
}

div#hodiny table {
    table-layout: fixed;
    width: 100% !important;
}

#menu_top{
	height: auto;
}

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

#logo{
	float: none;
	padding: 0;
}

#logo p{
	text-align: left;
}

#map_other{
	background: none;
}

#main_content #map_other img{
	height: auto;
	width: 100%;
	max-width: 100%;
}
body#default #main_content{
	width: 96%;
	padding: 15px 2%;
}
#map_other p{
	display: none;
}
#main_content #form_objednavka table{
	table-layout: fixed;
	width: 100%;
}

}

@media screen and (max-width: 720px){
p.nadpis{
	margin-left: 0;
}
#menu_top{
	float: none;
	display: block;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft {
    display: block;
    border-right: none;
}
#slide_inner{
	overflow-y: visible;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: white;
    padding-bottom: 30px;
	border-bottom: 1px solid black;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
.ddmxlileft .section{
	display: block;
	background: white;
	position: relative;
	top: auto;
	padding-top: 0;
	width: 100%;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.ddmxlileft .section .ddmxlileft a{
	text-align: center;
	color: black;
	font-size: 14px;
}
#mobile_close {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(/files/images/close.png) no-repeat left center;
    vertical-align: top;
    cursor: pointer;
}
#mobile_open {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(/files/images/hamburger.png) no-repeat left center;
    vertical-align: top;
    cursor: pointer;
    display: block;
}
.slidesjs-container{
	display: none;
}
#index_over .box.right, #index_over .box.left{
	display: block;
	width: calc(100% - 30px);
	border: none;
	margin-bottom: 10px;
}
#index_over .box.empty{
	display: none;
}
#index_text{
	width: 100%;
}
table#hodiny{
	max-width: 100%;
	float: none;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
#map_other > div iframe{
	width: 100%;
}
#footer_cols > div.column{
	width: 49%;
}
}
	
@media screen and (max-width: 640px){

#logo span{
	display: none;
}

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

.ddmxlileft .section{
	width: 100%;
}

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

#odkaz_na_uvod{
	width: 100%;
}

.box_container {
    display: block;
}

#footer_cols > div.column{
	width: 100%;
	margin-right: 0;
}
#footer_cols p.mail{
	line-height: 30px;
}
#main_content img{
	max-width: 94%;
	height: auto !important;
}

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

.caption{
	bottom: -8px;
    	left: 5px;
    	right: 5px;
	line-height: 30px;
      font-size: 15px;
}

.aktuality_vice_odkaz.abs a{
	position: relative;
	right: auto;
	top: auto;
}

}






