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;
}




#poistenieObal {
    width: 100%;
    height: auto;
    margin-top: 10%;
    float: left;
}
iframe{	
width: 100%;
height:200%;	
}

body{
margin:0;
padding:0;
width:100%;
height:auto;

}
.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;
}
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 {

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:10%;
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;
}


.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;	
}



@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);
}






@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: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  #nav-menu{
display:none;
}
.mobile-nav{
display:block;	
}
#logo{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
}
#header{

	height:4em;

}
	  
  }
/*////////////////////////////////////////////////////////////////////////////////////////////  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;
}
.mobile-nav{
display:block;	
}
  
#logo{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
} 
#header{

	height:4em;

} 
  }
/*////////////////////////////////////////////////////////////////////////////////////////////  RESPONZIVE   /////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:1200px) {
#nav-menu{
display:none;
}
.mobile-nav{
display:block;	
}
#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;
}
#header{
height:4em;	
}
#poistenieObal {
    width: 100%;
    height: auto;
    margin-top:6em;
    float: left;
}
iframe{	
width: 100%;
height:200%;	
}
}
@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;
}
{
