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

/*************************/
/***   GLOBAL          ***/
/*************************/
* {
	margin: 0px;
	padding: 0px;
}
body{
  background-color: #373636;
  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	position: relative;
	height: 100%;
}

body#bcg{
	background: #373636 url(/files/images/background.jpg) no-repeat center top;
}

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

#header{
	width: 1000px;
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
	overflow: visible;
	padding-top: 8px;
}

#header{
	padding-bottom: 5px;
	position: relative;
	text-align: left;
}

#odkaz_na_uvod{
	display: inline-block;
	width: 125px;
	height: 125px;
	background-image: url(/files/images/logo.png); 
      background-repeat: no-repeat; 
	background-position: left center; 
	background-size: contain;
}


#slide_inner{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: url(/files/images/bcg.png) repeat-x left top;
}	

#mobile_open, #mobile_close {
    display: none;
}

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
    color: #b5b5b5;
    display: block;
    position: relative;
    text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 12px 6px 12px;
}

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

.ddmxlileft .section{
	display: none;
      width: 200px;
      position: absolute;
      top: 100%;
      display: none;
      z-index: 1000;
	color: white;
	background: url(/files/images/arrow.png) no-repeat left 40px top;
	padding-top: 19px;
}

 .ddmxlileft .section .ddmxlileft{
	width: 100%;
	border-right: none;
	position: relative;
	background: black;
	color: white;
}

 .ddmxlileft .section .ddmxlileft a{
	display: block;
	padding: 5px 10%;
	width: 100%;
	color: white;
	display: block;
	text-decoration: none;
	font-size: 15px;
}
.ddmxlileft .section .ddmxlileft:first-of-type a{
	padding-top: 15px;
}
.ddmxlileft .section .ddmxlileft:last-of-type a{
	padding-bottom: 15px;
}
 .ddmxlileft .section .ddmxlileft a:hover{
	color: #0aa59f;
	text-decoration: underline;
}

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

.ddmx .ddmxlileftsel:last-of-type, .ddmx .ddmxlileft:last-of-type{
    border-right: none;	
}
#intro{
	position: relative;
      padding-bottom: 15px;
}

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

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

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

/* hlavni sloupec */
#main_content {
	height: auto;
	padding: 20px;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: rgba(2, 2, 2, 0.7);
	overflow: hidden;
}


#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) 
} 
/* paticka */
#footer {
	color: #9e9e9e;
	height: auto;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
	padding: 15px 0;
}
#footer_text, #footer_text p{
	color: #9e9e9e;
	font-size: 15px;
}
#footer_text p{
	margin-bottom: 3px;
}
#footer_full {
  background: black;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #9e9e9e;
	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: white;
	font-family: 'Roboto',sans-serif;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	color: white;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
}
h3 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
	clear: both;
}
h4 {
	color: white;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.6em;
  font-size: 15px;
  list-style-type: none;
  color: #dedede;
}

#main_content ul{
	padding-left: 0;
}

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

#main_content img{
	border: 2px solid #676665 !important;
	margin: 4px;
}
#main_content img:hover{
	border: 2px solid white !important;
}
a,
a:visited {
    color: #dedede;
    font-size: 15px;
	text-decoration: underline;
}
a:hover {
	color: #0aa59f;
}
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;
}


/***************************/
/*  AKTUALITY
/***************************/
.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 dotted #52514f;
}
.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: white;
  text-decoration: underline;
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
	font-weight: bold;
}
.aktuality_col_container .aktuality_name a:hover {
  text-decoration: none;
}

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

.aktuality_col_container .aktuality_vice_odkaz a{
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
    	text-align: center;
	padding: 8px 3px;
	background: #575757;
	color: whie;
	text-decoration: none;
      font-size: 15px;
}

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

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

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

/*************
FORM
**************/
#form_main input.alert, #form_main textarea.alert{
    border: 1px solid red !important;
}
#form_main{
	display: block;
	float: none;
	width: 100%;
	clear: both;
}

#form_main fieldset{
	border: none;
}

#form_main input[type="text"], #form_main textarea{
	background: #bbbbbb;
	border: 1px solid #666564;
	padding: 5px 5px;
	font-family: 'Roboto';
	font-size: 15px;
	margin-bottom: 5px;
}

#form_main input[type="text"]{
	width: 50%;
}

#form_main textarea{
	width: calc(100% - 12px);
}



#form_main input[type="submit"]{
 	display: inline-block;
    	vertical-align: bottom;
    	width: 120px;
    	text-align: center;
   	padding: 8px 3px;
    	background: #575757;
    	color: white;
    	text-decoration: none;
    	font-size: 15px;
	cursor: pointer;
	border: none;
}

#form_main input[type="submit"]:hover{
	background: #0aa59f;
    	color: white;
}


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

.slidesjs-pagination{
	position: absolute;
    	bottom: 0px;
    	z-index: 500;
    	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: 12px;
	height: 12px;
	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;	
}
.slidesjs-navigation, .slidesjs-navigation:hover {
    color: transparent;
    position: absolute;
    bottom: 40%;
    height: 62px;
    width: 35px;
    display: block;
    z-index: 100;
}

/***********
AJAX FORM
************/

button#modal-launch{
    background: none;
    border: none;
    cursor: pointer;
	box-shadow: none;
	padding: 0;
}
button#modal-launch p,dotaz{
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
}
button#modal-launch a{
	display: inline-block;
	color: white;
	padding: 5px 10px;
	color: #0AA29C;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #dedede;
	text-decoration: none;
	font-size: 19px;
      font-weight: bold;
}
button#modal-launch a:hover{
	background: white;
}

.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,sans-serif;
}

.modal-content a{
	color: #484848;
}
.modal-content a:hover{
	text-decoration: none !important;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #0da59f;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #575757;
	color: white;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bc2ff+0,01a0ea+100 */
	background: #035250;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: #0AA29C;
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
	    color: #484848;
}

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

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

#hornimenu1, #slide_inner{
	width: 100%;
}

#slide_inner{
	
}

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

#main_content{
	padding: 20px 2%;
}

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

#menu_top{
	height: auto;
}

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

#logo{
	float: none;
	padding: 0;
	padding-left: 250px;
}

#logo p{
	text-align: left;
}

#map_other{
	background: none;
}

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

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

.slidesjs-pagination{
	width: 98%;
	margin-left: 2%;
	left: auto;
}

}
	
@media screen and (max-width: 800px){
#slide_inner{
	position: relative;
	overflow-x: hidden;
    	min-height: 600px;
}
}

@media screen and (max-width: 720px){
#menu_top{
	float: none;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft {
    display: block;
    border-right: none;
}
#slide_inner{
	min-height: 850px;
	overflow-y: visible;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: black;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
.ddmxlileft .section{
	display: block;
	background: black;
	position: relative;
	top: auto;
	padding-top: 0;
	width: 100%;
}
.ddmxlileft .section .ddmxlileft a{
	text-align: center;
}
#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;
}
}

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

.slidesjs-container{
	display: none;
}

#form_main input[type="text"]{
	width: calc(100% - 12px);
}

#menu_top{
	float: none;
}

#odkaz_na_uvod{
	background-position: center center;
}


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

#odkaz_na_uvod{
	width: 100%;
}

.box_container {
    display: block;
}


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

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


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

}






