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

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

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

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

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

@font-face {
    font-family: 'TrebuchetMS';
    src: url('/files/fonts/trebucbd.eot'),
    	   url('/files/fonts/trebucbd.eot?#iefix') format('embedded-opentype'), 
         url('/files/fonts/trebucbd.woff') format('woff');
         url('/files/fonts/trebucbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/****************
MICROSITE 1
*****************/
@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v15/5M21SdFLkD52QavfmHs6cA.ttf) format('truetype')}
@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url(//fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')}
@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW6CWcynf_cDxXwCLxiixG1c.ttf) format('truetype')}
@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url(//fonts.gstatic.com/s/roboto/v15/OKegwhKhBNN-dhuHI27Hy_esZW2xOQ-xsNqO47m55DA.ttf) format('truetype')}
@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:local('Roboto Slab Regular'),local('RobotoSlab-Regular'),url('/files/fonts/RobotoSlab-Regular.ttf') format('truetype'),url(//fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zl02b4v3fUxqf9CZJ1qUoIA.ttf) format('truetype')}
@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:local('Roboto Slab Bold'),local('RobotoSlab-Bold'),url('/files/fonts/RobotoSlab-Bold.ttf') format('truetype'),url(//fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJSBnJMIPt0VoltfALX9gDFQ.ttf) format('truetype')}
@font-face {
    font-family: 'Roboto Slab';
    src: url('/files/fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

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

h1, h2, h3, h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1 {
	color: black;
	font-family: 'Roboto',sans-serif;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	color: #028ed0;
	font-size: 19px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
}
h3 {
	color: #028ed0;
	font-size: 16px;
	font-weight: normal;
	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: 15px;
  list-style-type: none;
  color: #2a2a2a;
}

#main_content ul{
	padding-left: 0;
}

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

#main_content img{
	border: 5px solid #e6e0cb;
	margin: 4px;
}
#main_content img:hover{
	border: 4px solid #028ed0 !important;
}
#main_content img.overeni:hover{
	border: none !important;
}
a,
a:visited {
    color: #2a2a2a;
    font-size: 17px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #028ed0;
}
table {
	border-collapse: collapse;
	border: 1px solid #028ed0;
      margin: 0px 0px 10px 0px;
      font-size: 15px;
	width: 100%;
}
table td {
  vertical-align: center;
  text-align: left;
  border: 1px solid #028ed0;
  padding: 5px;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}

#header_full{
	position: fixed;
    top: 0;
    z-index: 150;
    width: 100%;
    background-color: white;
    background-image: url(/files/images/bcg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
	border-bottom: 3px solid #028ed0;
}

/* horni menu */
#menu_top {
	background: #2c2c2c;
	position: relative;
	height: 70px;
	width: 100%;
}

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

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

#odkaz_na_uvod{
	display: inline-block;
	font-family: 'Roboto';
	color: black;
	font-weight: 300;
	font-size: 34px;
	text-decoration: none;
	min-height: 75px;
    	line-height: 75px;
}

#odkaz_na_uvod strong{
	color: #028ed0;	
}

#odkaz_na_uvod span{
	color: #028ed0;
	font-weight: 300;
}

#logo{
	display: inline-block;
	float: right;
}

#nadpis{
	font-size: 26px;
	color:  white;
      font-family: 'Roboto',sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 95px;
}

#menu{
	display: inline-block;
	width: calc(100% - 381px);	
	text-align: right;
}

#hornimenu1{
	display: inline-block;
	min-height: 35px;
}

#mobile_open, #mobile_close {
    display: none;
}


.ddmxlileft{
	display: inline-block;
	margin-right: 10px;
}

.ddmxlileft:last-of-type, .ddmxlileft:last-of-type a{
	margin-right: 0;
}

.ddmxlileft a, .ddmxlileft a:visited{
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	padding: 6px 10px;
	border-radius: 3px;
	display: inline-block;
}

.ddmxlileft a:hover{
	color: white;
	background: #028ed0;
	text-decoration: none;
}

#intro_container{
	width: 100%;
	position: relative;
	background: #028ed0;
}

#intro{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: table;
}

#intro_img{
	width: 648px;
	height: auto;
	display: table-cell;
}

#intro #info{
	width: calc(96% - 648px);
	display: table-cell; 
	vertical-align: top;
	padding: 1%;
	padding-top: 30px;
	text-align: center;
}

#intro #info h2.nadpis{
	color: white;
	display: inline-block;
	font-size: 36px;
	text-align: center;
}

#intro p, #intro p a{
	font-size: 24px;
	color: white;
      font-family: 'Roboto',sans-serif;
	font-weight: 300;	
	margin-bottom: 0;
	text-decoration: none;
}

#intro p a:hover{
	text-decoration: underline;
}

#intro #info p.tel{
    display: inline-block;
    background: url(/files/images/tel.png) no-repeat left center;
    padding-left: 45px;
    margin: 10px 30px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 35px;
}

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

#main_content #left{
	float: left;
}	

#main_content #right{
	display: inline-block;
	width: calc(96% - 650px);
	float: right;
	background: #e3f6ff;
	border: 1px solid #c3eafc;
	padding: 2%;
}	

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

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

#main_content #right h2{
	color: #028ed0;
}

div#dotaz{
	background: #028ed0;
	border-radius: 3px;
}

div#dotaz:hover{
	background: #04adfc;
}

div#dotaz a{
	display: block;
	color: white;
	padding: 10px 15px;
	background: url(/files/images/dotaz.png) no-repeat right 15px center;
	padding-right: 30px;
	text-decoration: none;
}

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

div#cenik{
	background: #e3f6ff;
}

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

div#cenik table{
	max-width: 100%;
}	

#reference_container{
	background: white;
	width: 100%;
}

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

#reference_prehled{
	text-align: justify;
}

#reference_prehled img{
	margin: 5px;

}

.reference_box {
    display: inline-block;
    width: 310px;
    margin-bottom: 20px;
    /*border: 4px solid #028ed0;*/
    position: relative;
}

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

.reference_box a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 150;
}


.reference_box .reference_name{
	position: absolute;
	bottom: 0;
	width: 92%;
	padding: 8px 4%;
	background: url(/files/images/slide_bcg.png) repeat left top;
	margin-bottom: 0;
	color: white;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.reference_detail, .galerie_container{
	display: none;
	width: 100%;
}

a.backButton {
    background: #028ed0;
    padding: 6px 15px;
    display: inline-block;
    text-decoration: none;
    float: right;
	color: white;
}

a.backButton:hover{
	background: #f4e64b;
	color: black;
}	

.reference_detail .reference_name, .galerie_container .reference_name{
	color: black;
	font-weight: normal;
	font-size: 22px;
}

.reference_detail .reference_img{
	width: auto;
	float: left;
	max-width: 40%;
	margin-right: 20px;
	margin-bottom: 5px;
}
.reference_detail .reference_img img{
	max-width: calc(100% - 8px);
	height: auto;
	/*border: 4px solid #028ed0;*/
}
.reference_detail .reference_img img:hover{
	/*border: 4px solid #66f8ec;*/
}

.reference_detail .reference_text{
	overflow: hidden;
}

.reference_detail h3{
	font-size: 19px;
}

.reference_detail .reference_text h3{
	display: inline-block;
}

.reference_text li {
    list-style-image: url(/files/images/arrow.png);
    list-style-position: inside;
}

.reference_detail .reference_galerie{
	background: white;
	width: 96%;
	padding: 2%;
	overflow: hidden;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}

.reference_detail .reference_galerie .reference_img img, .reference_detail .reference_galerie .reference_img img:hover{
	border: none;
	max-width: 100%;
}

.reference_detail .reference_galerie .reference_img{
	position: relative;
}

.reference_detail .reference_galerie .reference_img a[rel="lightbox[all]"]:hover:before,
div.galerie_container table.galerie_table .thumbs:hover:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.galerie-thumbs {
	margin-top: 15px;
    background-color: white;
    border-radius: 3px;
    width: 92%;
    padding: 2% 4%;
    height: auto;
    overflow-x: scroll;
}


#main_content .galerie_nahledy td{
	padding: 0;
	box-shadow: none;
	    display: table;
}	

.galerie-thumbs tr{
	display: inline-flex;
}

.galerie-thumbs td{
	margin: 0 5px;
	position: relative;
	cursor: pointer;
}

.galerie-thumbs td img{
	max-width: initial;
}

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

.galerie_fotka .velke{
	display: none;
}

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

div.galerie_fotka img{
	/*border: 4px solid #028ed0;*/
}

div.galerie_fotka img:hover{
	/*border: 4px solid #66f8ec;*/
}

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

.galerie-thumbs::-webkit-scrollbar-track{
  background: white;
}

.galerie-thumbs::-webkit-scrollbar-thumb{
  background: #028ed0;
  border-radius: 3px;
}

#contact{
	background: #e3f6ff;
}

#contact > div{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
}

#contact .text{
	width: 54%;
	float: left;
}

#contact .mapa{
	width: 44%;
	float: right;
	max-height: 400px;
	max-height: 340px;
    	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

#contact .mapa iframe {
    width: 100%;
    margin-top: -120px;
    margin-bottom: -110px;
}

#contact .mapa  a {
    position: absolute;
    display: block;
    color: white;
    padding: 10px 30px;
    background: #028ed0;
    text-decoration: none;
    bottom: 15px;
    left: 15px;
}

#contact .mapa  a:hover{
	background: #01adfe;
}

/* paticka */
#footer {
	color: black;
	height: auto;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
	font-weight: 300;
}
#footer_full {
  background: #028ed0;
  z-index: 0;
  width: 100%;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_text{ padding: 2em 0; }
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-size: 15px;
}

#footer .info{
	margin-top: 25px;
}

#footer #footer_text a#popUpDotaz {
	padding-left: 30px;
	background: url(/files/images/dotaz.png) no-repeat left center;
	display: inline-block;
	line-height: 19px;
    	vertical-align: top;
	margin-left: 20px;
}
/* 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 table {
  border: 1px solid #028ed0;
  width: auto;
  height: auto;
}

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

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

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: #9e9063;
}

#main_content div.box:nth-of-type(2), #main_content div.box.right{
	float: right;
}

/**********************************/
/*  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 
/*********************************/

#popForm, #popForm2{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;	
	left: 0;
	display: none;
	z-index: 1000;
	background: rgba(50,50,50,0.5);
}
#popForm > div, #popForm2 > div{
	width: auto;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 20vh;
	background: white;
	position: relative;
	border-radius: 8px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
#popForm > div{
	max-width: 700px;
}
#popForm2 > div{
	padding: 20px;
}
#form_main {
  position: relative;
  padding: 20px;
  height: auto; 
  width: calc(100% - 40px);
}
#form_main fieldset{
	border: none;
}
div#close, div#close2 {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    font-size: 40px;
}
#form_main p {
  float: left;
  clear: both;
}
#form_main input, #form_main textarea {
  float: right;
  padding: 1.5%;
  width: 60%;
  margin-bottom: 5px;
  color: #000;
  border: 1px solid rgb(207,216,221);
  background-color: rgb(240,241,243);
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 300;
}

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

#form_main textarea{
	height: 100px;
}

h2.form_title{
	font-size: 30px;
	color: #292929;
	font-weight: 300;
	margin-top: 8px;
}

#form_main p.submit{
	float: right;
	margin-top: 10px;
	clear: none;
}

#form_main p.submit input{
	padding: 7px 30px;
	color: white;
	background: #028ed0;
	cursor: pointer;
	display: inline-block;
	width: auto;
	float: right;
	font-size: 15px;
	border: none;
}

#form_main p.submit input:hover{
	background: #01adfe;
}

#pop-box-gdpr{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    background: rgba(50,50,50,0.5);
}
#pop-box-gdpr > div {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 5vh;
    background: white;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
#pop-box-gdpr .wrap{
	height: 90vh;
	overflow: auto;
}
#pop-box-gdpr .wrap::-webkit-scrollbar {
    width: 1em;
	overflow: hidden;
	border-radius: 8px;
}
 
#pop-box-gdpr .wrap::-webkit-scrollbar-track {
	overflow: hidden;
	border-radius: 8px;
}
 
#pop-box-gdpr .wrap::-webkit-scrollbar-thumb {
  background-color: #028ed0;
  outline: none;
	overflow: hidden;
	border-radius: 8px;
}
#pop-box-gdpr .editable-section{
	padding: 1.5rem;
}
#pop-box-gdpr .editable-section li{
	background: url(/files/images/odr_black.png) no-repeat left top 6px;
  	list-style: none;
	padding-left: 25px;
}
#gdpr{
	margin-top: 15px;
    	width: auto !important;
}
#gdpr a{
	cursor: pointer;
}
div#gdpr-close {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
    font-size: 25px;
}


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

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

#header{
	width: 100%;
}

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

img.overeni{
	margin-right: 25px !important;
}

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

#menu{
	width: auto;
	margin-bottom: 10px;
}

#menu_top{
	height: auto;
}

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

#logo, #odkaz_na_uvod{
	padding: 0 2%;
}

#intro{
	width: 96%;
	padding: 15px 2%;
}

#intro_img{
	width: 480px;
}

#intro #info p.tel{
	margin-top: 0;
}

#intro #info h2.nadpis{
	font-size: 28px;
}

#main_content #left{

}

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

#reference_container > div, #contact > div, div#cenik > div{
	width: 96%;
	padding: 15px 2%;
}

.reference_box{
	width: 30%;

}

.reference_box .reference_img img{
	height: auto;
}

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

div#cenik table td{
	width: 50% !important;
}

}

@media screen and (max-width: 850px){
#intro_img{
	width: 100%;
	text-align: center;
	display: block;
}
#intro #info{
	width: 96%;
	display: block;
}
}

@media screen and (max-width: 720px){
#menu{
	display: block;
	width: 100%;
	
}
#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;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}
#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;
    margin: 0 auto;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #028ed0;
    padding-bottom: 30px;
    border-bottom: 3px solid white;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
.ddmxlileft{
	display: block;
	margin: 0;
}
	
@media screen and (max-width: 640px){


#logo, #odkaz_na_uvod{
	width: 96%;
	padding: 0 2%;
	line-height: initial;
	min-height: 0;
	text-align: center;	
	float: none;
}

#odkaz_na_uvod{
	margin-top: 10px;
}

#nadpis{
	line-height: 1.2em;
	margin: 10px 0;
}

#menu{
	width: 100%;
	margin-top: 15px;
}

#hornimenu1{
	float: none;
	width: 96%;
	padding: 0 2%;
	text-align: center;
}

.caption #info{
	float: none;
}

#main_content #left, #main_content #right{
	width: 100%;
	float: none;
}

#main_content #right{
	width: calc(96% - 2px);
	padding: 2%;
	margin-bottom: 10px;
}

#contact .text, #contact .mapa{
	width: 100%;
	float: none;
}

#contact .text h2, #contact .text h3{
	text-align: center;
}

#contact .text{
	text-align: center;
}

.reference_box{
	width: 46%;
}

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

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



}

@media screen and (max-width: 500px){
div#cenik table td{
	width: calc(100% - 8px) !important;
	display: block;
}

div#cenik table tr td:nth-of-type(1){
	border-bottom: none !important;
}

div#cenik table tr td:nth-of-type(2){
	text-align: right;
}
}

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

.reference_box{
	width: 80%;
	margin: 10px auto;
	max-width: 335px;
	display: block;
}

}






