
body, html { overflow-x: hidden; }

body {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
    /* font-family: 'Raleway', sans-serif; */
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', sans-serif; }

h2 span {
	color: #e98c00;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#main-wrapper {
     overflow: hidden;
}

.site-title { 
    color: #fff !important; 
    /* text-shadow: 0px 1px 2px rgba(0, 0, 0, 1); */
	font-size: 25px;
	text-align: right;
	/* 
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
	*/
}

.site-title a, .site-title a:hover { 
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.site-title span { 
	color: #2e3c90;
	/* color: #006cc0; */
	/* color: #e98c00; */
}
.site-title p { 
	color: #2e3c90;
	font-size: 20px;
	text-align: end;
    padding-right: 150px;
	/* color: #006cc0; */
	/* color: #e98c00; */
}

#home-text p {
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	padding-right: 20px;
	/* font-style: italic; */
}

.podnadpis {
	color: #e98c00;
    font-size: 18px;
    width: 178px;
    text-align: right;
	margin-top: -10px;
	margin-bottom: 15px;
	
}
.facebook {
	background-color: #4a62ae;
	color: #fff;
	font-weight: bold;
	
}
.instagram {
	background-color: #9b4aae;
	color: #fff;
	font-weight: bold;
}

#menu-list .facebook:hover {
	background-color: #e0e0e0;
	color: #4a62ae;
}
#menu-list .instagram:hover {
	background-color: #e0e0e0;
	color: #9b4aae;
}
.medzera20 {
	height: 20px;
	
}
.text-kontakt {
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
	margin: 0 0 10px;
}
.text-kontakt span {
	font-weight: bold;
}
.text-kontakt a {
	color: #000;
	text-decoration: none;
}
.text-kontakt a:hover {
	color: #e98c00;
	text-decoration: underline;
}

img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    left: 703px;
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.content {
    position: static;
    overflow: hidden; 
    margin-top: 22%;
}

.content section {
    font-family: 'Open Sans', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.6);
    padding-bottom: 20px;
}


.content-wrapper {
    overflow: hidden;
}

.content h2 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.content p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
}

.menu {
    position: fixed; 
    width: 220px;
    z-index: 1; 
    top: 35px;
}

#menu-list {
    background-color: rgba(0, 0, 0,0.5);
    font-size: 18px; 
    padding: 0 0 15px 0;
}

#menu-list > li {
    display: block;
}


#menu-list > li > a {
    /* font-family: 'Raleway', sans-serif;  */
    padding: 10px 0 10px 30px; 
    text-decoration: none; 
    display: block;
    color: #fff; 
}

#menu-list > .active > a,
#menu-list > li > a:hover { 
    background-color: rgba(255,255,255,0.25);
}


#responsive {
    font-size: 16px;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}

#responsive li {
    display: block;
}

#responsive li a {
    font-family: 'Open Sans', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    padding: 10px 0;
    display: block;
}

#responsive > .active > a,
#responsive li a:hover {
    background-color: rgba(0,0,0,0.5);
}

#map-canvas {
	height: 256px;
	margin-bottom: 10px;
}
.menu1 {
	width: 220px;
    height: 45px;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 2px 0 2px 10px;
    line-height: 40px;
}
.menu1:hover {
	background-color: #dcdcdc;
	
}
.menu1 a {
	color: darkred;
	/* line-height: 18px;
	padding: 0 0 0 10px; */
	text-decoration: none;
}
.tucne {
	font-weight: bold;
}
/* .content {
    padding-bottom: 6%;
}
 */
.footer {
    overflow: hidden; 
    position: fixed; 
    bottom: 10px;
}

.footer-text {
    font-family: 'Open Sans', sans-serif; 
    color: #fff; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    margin-left: 30px;
    font-size: 14px;
}

.footer-text a, .footer-text a:hover { 
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
    .footer {
        overflow:hidden; 
        position:static;
        text-align: center;
        
    }
    .footer-text {
        margin-left: 0;
    }
}
