body::-webkit-scrollbar {
width: 0.5em;
background-color: #555;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
background-color: #3088c4;
outline: 1px solid slategrey;
}


#logo:hover{
z-index: 10;
position:absolute;
float: left;
margin-left:10%;
width:280px;
height: 6em;
background: url("../../../images/icons/aflogo3.png");
background-size:50%;
background-position: center;
background-repeat: no-repeat;
transition:all .3s;
-webkit-transition:all .3s;
}


.map {
    float: left;
    width: 40%;
    margin-top: 60px;
    height: 300px;
    background: url("../../../images/icons/map.png");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}


.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}



.menu-btn{
    font-family:Ionicons;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    height: 4em;

}

.menu-btn p {
    position: absolute;
    top: 0.8em;
    font-size: 1.5em;
    right: 1em;
    padding: 0;
    margin: 0;
}


.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
}

.responsive-menu{
	display: none;
}

.responsive-menu ul {
    padding: 0px;
    margin: 0;
}

.responsive-menu ul li ul li{
background:#F8F8F8 ;
}

.responsive-menu a {
    color: #989DA1;
	text-transform:uppercase;
    font-family:sans-serif;
        padding: 10px 20% 10px 20%;
    text-decoration: none;
}
.responsive-menu li{
    background: #fff;
    float: none;
    line-height: 55px;
    width: 100%;
    text-align: center;
    border-bottom: #EDEDED solid 1px;
    position: relative;
    padding: 0;
   list-style-type:none;	
}

.expand {
	display: block !important; 
}

.open-menu-link{
	color:#3088c4;
	display: none;
	position: absolute;
	right: 15px;
	top:0;
	line-height: 55px;
	font-size: 30px;
	cursor: pointer;
}

li .sub-menu{
	display: none;
}

.visible {
	display: block !important;
}




.loader {
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
background-color:#3088c4;
border-radius: 50%;
}


.mobile-nav{
display:none;	
}

#mid{

position:relative;
width:100%;	
float:left;
text-align:left;
padding-bottom:10px;
}
.desTxt {
    float: left;
    margin-left: 15%;
    width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.infoTxt {
    float: left;
    width:30%;
    margin-top: 60px;
    margin-bottom: 60px;
	margin-left:20%;
}

#map{
width:100%;
height:400px;	
float:left;
border:none;
margin-bottom:5px;
}

.mapObal{
-webkit-filter: grayscale(1);
filter: grayscale(100%);
height:400px;
width:100%; 
border:none; 
margin-bottom: -44px; 
display:inline-block; 
overflow:hidden;	
}
.mapObal:hover{
-webkit-filter: grayscale(0);
-ms-filter:grayscale(0);
filter:grayscale(0%);

	
}

.infoTxt span {
	font-family:Klavika;

}

.infoTxt p{
	font-family:Klavika;
	color:#777;

}

.desTxt button {
border:none;
border-radius:4px;
padding:10px 20px 10px 20px;
background:#3088c4;
color:white;
font-family:Klavika;
cursor:pointer;
margin-top:10px;
box-shadow: 0 6px #2D6892;
}

.desTxt button:hover {
border:none;
border-radius:4px;
padding:10px 20px 10px 20px;
background:#3088c4;
color:white;
font-family:Klavika;
cursor:pointer;
margin-top:10px;
box-shadow: 0 3px #2D6892;

}


.desTxt fieldset{
border:none;
}

.input-80:focus {
 border: solid 2px #969696;
}

.desTxt input{
height:30px;
}

.desTxt input[type="text"] {
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  outline:none;
      height: 50px;
}
.desTxt input[type="text"]:focus,
.desTxt input[type="text"].focus {
 border-bottom: solid 2px #969696;
    outline:none;
}




.desTxt input[type="email"] {
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
      outline:none;
	      height: 50px;
}
.desTxt input[type="email"]:focus,
.desTxt input[type="email"].focus {
  border-bottom: solid 2px #969696;
      outline:none;
}
.control-label{
color:#3088c4;	
font-family:Raleway;
display:none;
}

.desTxt h3 {
    font-family: Klavika;
    font-size: 300%;
    padding-right:8%;
    text-align: center;
	color:#3088c4;
}
div.moduletable{
width:100%;	
}

.desTxt ul li {

font-family:raleway;
width:60%;
text-align:left;	
color:red;
}


.desTxt .alert.alert-success{
    font-family: Raleway;
    color: #50D850;
padding-bottom:2em;
    padding-right:8%;
text-align:center;
}

.desTxt .alert.alert-error{
    font-family: Raleway;
    color:red;
padding-bottom:2em;
    padding-right:8%;
text-align:center;
}

button.close {
display:none;

}

.backImage{
	float:left;
height:8em;
width:100%;
background:white;
background-position:center;
 background-repeat:no-repeat;
 text-align:center;
}



body{
margin:0;
padding:0;
width:100%;
height:100%;
}
.bg{
width:100%;
height:100%;
background:rgba(0,0,0,0.5)	
}

#nav-menu{
float:right;
margin-top:2.9em;
margin-right:10%;
font-family:sans-serif;
font-weight:bold;
font-size:14px;
}
#menu
{
float:left;
width:100%;
color:white;
}
ul#menu {
margin: 0 0 5px;
padding: 0;
text-align: left;
}
ul#menu li {
display: inline;
list-style: none;
padding-left: 15px;
float:left;
position:relative;
background:white;
}
ul#menu li a {
background: none;
padding:5px 0px 5px 0;
color:#333;
text-decoration: none;

transition:all .3s;
-webkit-transition:all .3s;
}
ul#menu li a:hover {
background:white;
transition:all .3s;
-webkit-transition:all .3s;
text-decoration: none;
color: #3088c4;
}
ul#menu ul
{
display:none;
position:absolute;
left:0;
top:20px;
}
ul#menu li
{
display:block;
}
ul#menu li:hover ul {
display: block;
width:150px;
margin-left:-5em;
margin-top:2px;
}
ul#menu li:hover ul li a{
display: block;
color:#333;
padding:10px;
width:150px;
font-size:90%;
transition:all .3s;
-webkit-transition:all .3s;
}
ul#menu li:hover ul li a:hover{
transition:all .3s;
-webkit-transition:all .3s;

padding-left:15px;
color: #3088c4;
}
#header{
z-index:25;
width:100%;
position:fixed;
height:6em;
background:white;
}
#logo{
z-index: 10;
position:absolute;
float: left;
margin-left:10%;
width:280px;
height: 6em;
background: url("../images/aflogo2.png");
background-size:50%;
background-position: center;
background-repeat: no-repeat;
transition:all .3s;
-webkit-transition:all .3s;
}


#footer {
    z-index: 1;
    clear: both;
    padding: 0;
    bottom: 0px;
    height:8em;
    width: 100%;
    -webkit-box-shadow: 0px -11px 0px 0px rgba(45,104,146,1);
    -moz-box-shadow: 0px -11px 0px 0px rgba(45,104,146,1);
    box-shadow: 0px -6px 0px 0px rgba(45,104,146,1);
    background: #3088c4;
}
.footerBack{
float:right;

bottom:0px;
height:30px;
}
.arrow2 {
    float: right;
    margin-top: 6em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}
#odkaz2{
float:right;
cursor:pointer;	
}
.arrow2:hover{
    float: right;
    margin-top: 6.1em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}

#footer ul{
    z-index: 1;
    font-family:Raleway;
    padding: 0;
    clear: both;
    float: left;
    margin-bottom: 0px;
    margin-left: 12%;
    margin-top:4em;
    height: 20%;
}
#footer ul li{
margin-bottom:10px;
list-style-type:none;
display:inline;
}
#footer ul li a{
text-decoration:none;
color:white;
padding:5px 10px 5px 10px;
transition:all .3s;
-webkit-transition:all .2s;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
}
#footer ul li a:hover{
border-top:1px solid white;
border-bottom:1px solid white;
transition:all .3s;
-webkit-transition:all .2s;
}
#footer ul li a small{
visibility:hidden;
}
#footer ul li a:hover small{
visibility:visible;
}
@font-face {
font-family: Klavika;
src: url(../../../../images/fonts/klavika-bold-opentype.ttf);
}
@font-face {
font-family:Raleway;
src: url(../../../../images/fonts/raleway-thin.ttf);
}

@font-face {
font-family:Hagin;
src: url(../../../../images/fonts/droidserif-bolditalic.ttf);
}

@font-face {
font-family:Ionicons;
src: url(../../../../images/fonts/ionicons.ttf);
}


/*////////////////////////////////////////////////////////////////////////////////////////////  RESPONZIVE   /////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
#nav-menu{
display:none;
}


.map {
    float: left;
    width:100%;
    margin-top:0px;
    height: 300px;
    background: url("../../../images/icons/map.png");
    background-size:40%;
    background-position: center;
    background-repeat: no-repeat;
}

.mapObal{
height:200px;	
}

#map{
width:100%;
height:200px;	
float:left;
border:none;
}

.mobile-nav{
display:block;	
}
.desTxt {
    float: left;
margin-left:0px;
    width: 100%;
    margin-top:0px;
    margin-bottom: 60px;
}

.desTxt h3 {
    font-family: Klavika;
    font-size: 300%;
    padding-right:0%;
    text-align: center;
    color: #3088c4;
}

.infoTxt {
    float: left;
    width: 80%;
    margin-top: 60px;
    margin-bottom:30px;
    margin-left: 10%;
    text-align: center;
}

.infoTxt p {
	font-family: sans-serif;
}



#header{
height:4em;	
}
#logo{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
}
.backImage{
	float:left;
height:4em;
width:100%;
background:white;
background-position:center;
 background-repeat:no-repeat;
 text-align:center;
}



.heading{
float: left;
font-family:Raleway;
color: white;
height: 50%;
width: 100%;
margin-top: 6em;
text-align: center;
}



.heading h1{
    font-size: 80%;
}

.arrow2 {
    float: right;
    margin-top: 3em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.arrow2:hover{
    float: right;
    margin-top:3.1em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}






#footer ul li{
display:inline;
	
}

#footer ul{
    z-index: 1;
    font-family:Raleway;
    padding: 0;

    font-size: 90%;
    margin-left:0;
    float: left;
    margin-bottom: 0px;
    margin-left: 1em;
    height: 20%;
margin-top:3em;
list-style-type:none;
bottom:10px;

}

#footer ul li a {
    text-decoration: none;
    color: white;
    padding:none; 
    background:none;
    border-radius:none;
    transition: all .3s;
    -webkit-transition: all .3s;
}	  
	  
	  
  }
  
  
  
  
  
  
  
  
  
  
  
  @media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
  
  	  #nav-menu{

display:block;	
}
.mobile-nav{
display:none;
}

  
}
  
  
/*////////////////////////////////////////////////////////////////////////////////////////////  RESPONZIVE   /////////////////////////////////////////////////////////////////////////////////////////*/  
  @media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  #nav-menu{
display:none;
}


.map {
    float: left;
    width:100%;
    margin-top:0px;
    height: 300px;
    background: url("../../../images/icons/map.png");
    background-size:40%;
    background-position: center;
    background-repeat: no-repeat;
}

.mapObal{
height:200px;	
}

#map{
width:100%;
height:200px;	
float:left;
border:none;
}

.mobile-nav{
display:block;	
}
.desTxt {
    float: left;
margin-left:0px;
    width: 100%;
    margin-top:0px;
    margin-bottom: 60px;
}

.desTxt h3 {
    font-family: Klavika;
    font-size: 300%;
    padding-right:0%;
    text-align: center;
    color: #3088c4;
}

.infoTxt {
    float: left;
    width: 80%;
    margin-top: 60px;
    margin-bottom:30px;
    margin-left: 10%;
    text-align: center;
}

.infoTxt p {
	font-family: sans-serif;
}



#header{
height:4em;	
}
#logo{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
}
.backImage{
	float:left;
height:4em;
width:100%;
background:white;
background-position:center;
 background-repeat:no-repeat;
 text-align:center;
}



.heading{
float: left;
font-family:Raleway;
color: white;
height: 50%;
width: 100%;
margin-top: 6em;
text-align: center;
}



.heading h1{
    font-size: 80%;
}

.arrow2 {
    float: right;
    margin-top: 3em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.arrow2:hover{
    float: right;
    margin-top:3.1em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}






#footer ul li{
display:inline;
	
}

#footer ul{
    z-index: 1;
    font-family:Raleway;
    padding: 0;

    font-size: 90%;
    margin-left:0;
    float: left;
    margin-bottom: 0px;
    margin-left: 1em;
    height: 20%;
margin-top:3em;
list-style-type:none;
bottom:10px;

}

#footer ul li a {
    text-decoration: none;
    color: white;
    padding:none; 
    background:none;
    border-radius:none;
    transition: all .3s;
    -webkit-transition: all .3s;
}
  
  }
/*////////////////////////////////////////////////////////////////////////////////////////////  RESPONZIVE   /////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:1200px) {
#nav-menu{
display:none;
}


.map {
    float: left;
    width:100%;
    margin-top:0px;
    height: 300px;
    background: url("../../../images/icons/map.png");
    background-size:40%;
    background-position: center;
    background-repeat: no-repeat;
}

.mapObal{
height:200px;	
}

#map{
width:100%;
height:200px;	
float:left;
border:none;
}

.mobile-nav{
display:block;	
}
.desTxt {
    float: left;
margin-left:0px;
    width: 100%;
    margin-top:0px;
    margin-bottom: 60px;
}

.desTxt h3 {
    font-family: Klavika;
    font-size: 300%;
    padding-right:0%;
    text-align: center;
    color: #3088c4;
}

.infoTxt {
    float: left;
    width: 80%;
    margin-top: 60px;
    margin-bottom:30px;
    margin-left: 10%;
    text-align: center;
}

.infoTxt p {
	font-family: sans-serif;
}



#header{
height:4em;	
}
#logo{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
}

#logo:hover{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
background: url("../../../images/icons/aflogo3.png");
background-size:50%;
background-position: center;
background-repeat: no-repeat;
transition:all .3s;
-webkit-transition:all .3s;
}


.backImage{
	float:left;
height:4em;
width:100%;
background:white;
background-position:center;
 background-repeat:no-repeat;
 text-align:center;
}



.heading{
float: left;
font-family:Raleway;
color: white;
height: 50%;
width: 100%;
margin-top: 6em;
text-align: center;
}



.heading h1{
    font-size: 80%;
}

.arrow2 {
    float: right;
    margin-top: 3em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.arrow2:hover{
    float: right;
    margin-top:3.1em;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}






#footer ul li{
display:inline;
	
}

#footer ul{
    z-index: 1;
    font-family:Raleway;
    padding: 0;

    font-size: 90%;
    margin-left:0;
    float: left;
    margin-bottom: 0px;
    margin-left: 1em;
    height: 20%;
margin-top:3em;
list-style-type:none;
bottom:10px;

}

#footer ul li a {
    text-decoration: none;
    color: white;
    padding:none; 
    background:none;
    border-radius:none;
    transition: all .3s;
    -webkit-transition: all .3s;
}



}
@media screen and (max-width:800px) {
	.map {
    float: left;
    width:100%;
    margin-top:0px;
    height: 300px;
    background: url("../../../images/icons/map.png");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
}


@media screen and (max-width: 800px) and (orientation: landscape) {
.heading h1{
padding: 0 0 0 0;
margin:5% 0 0 0;

}

.mobile-nav{
display:block;	
}

#logo{
position:absolute;
left:5%;
top:-1em;
width:30%;
transform: translate(-50%, 0%);
}





 #footer ul li {
    margin-bottom: 20px;
    list-style-type: none;
    display: inline-block;
}
#footer {
    height:8em;
}

#footer ul {
    z-index: 1;
    font-family: klavika;
    padding: 0;
    clear: both;
    float: left;
    margin-bottom: 0px;
    margin-left: 2%;
    height: 20%;
    background: #3088c4;
}  
  }
  
  @media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 2) {
#nav-menu{
display:block;
}

.mobile-nav{
display:none;	
}
#nav-menu {
    float: right;
    margin-top: 2em;
    margin-right: 5%;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13px;
}
ul#menu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 18px;
}

{