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

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




#odkaz1{
cursor:pointer;	
	
}

#odkaz2{
cursor:pointer;	
	
}
.loader:after {
content: '';
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
border: 0px solid white;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: loading 1000ms ease-out forwards infinite;
animation: loading 1000ms ease-out forwards infinite;
}
@-webkit-keyframes loading {
0% {
border: 0px solid white;
}
20% {
border: 8px solid white;
width: 0%;
height: 0%;
}
100% {
border: 8px solid white;
width: 100%;
height: 100%;
}
}
@keyframes loading {
0% {
border: 0px solid white;
}
20% {
border: 8px solid white;
width: 0%;
height: 0%;
}
100% {
border: 8px solid white;
width: 100%;
height: 100%;
}
}
div#load_screen{
background:white;
opacity: 1;
position: fixed;
z-index:10;
top: 0px;
width: 100%;
height:100%;
}
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:#333;
}
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;
background:white;
}
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;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;

}

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







#mid1{
z-index:10;
position:absolute;
margin:0;
padding:0;
float:left;
height:100%;
width:100%;
background:#333;
overflow:hidden;
}
.heading{
float:left;
font-family:Raleway;
color:white;
width: 100%;
margin-top: 6em;
text-align: center;


}




.litleheading{
float:left;
font-family:Raleway;
color:white;
width: 100%;
text-align: center;
height:55%;

}

.litleheading h3{
color:white;
font-family:Klavika;
box-shadow: 0 6px #2D6892;
background:#3088c4;
width:250px;
padding:10px;
margin:60px auto;
font-size:90%;
border-radius:5px;
}

.litleheading h3:hover{
color:white;
font-family:Klavika;
box-shadow: 0 3px #2D6892;
background:#3088c4;
width:250px;
padding:10px;
margin:63px auto;
border-radius:5px;
}


.litleheading a{
text-decoration:none;
color:white;
transition:all .3s;
-webkit-transition:all .3s;
}
.heading a{
text-decoration:none;
color:white;
font-size:300%;
}
.heading a:hover{
text-decoration:none;
color:white;
font-size:300%;
}
.heading h1{
padding: 0 0 0 0;
margin:15% 0 0 0;

}
.roof{
    float: left;
    width: 100%;
    height:10%;
}
.pinning2{
width:100%;
height:50%;
float:left;
bottom:0px;
background:rgba(0,0,0,0.5);
}
.arrow{
position:relative;
margin:8px auto;
width:20px;
height:20px;
background:url("../images/arrow.png");
background-size:100% ;
background-repeat:no-repeat;
animation-name: bounce;
animation-duration:1s;
animation-iteration-count: infinite;
}
.obal2{
border-top-left-radius:20px;
border-top-right-radius:20px;
width:50px;
margin:0 auto;
position:absolute;
bottom:0px;
height:20px;
background-repeat:no-repeat;
background-position:center;
padding-top:10px;
left:50%;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
}
.obal{
width:100%;
position:absolute;
bottom:0px;
height:20px;
background:url("../images/arrow2.png");
background-repeat:no-repeat;
background-position:center;
padding-top:10px;
}
@keyframes bounce {
0%   {bottom:0px;}
50%  {bottom:5px;}
100% {bottom:0px;}
}
#mid2 {
    z-index: 10;
    position: absolute;
    padding: 0;
    top: 100%;
    height: auto;
    width: 100%;
    background: white;
}
#circle{
float: left;
text-align: center;
margin-left: 25%;
width: 10%;
}
#circle2{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle3{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle4{
float: left;
text-align:center;
margin-left:10%;
width: 10%;
}
#circle5{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle6{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle canvas {
max-width: 100%;
max-height: 100%;
}
#circle2 canvas {
max-width: 100%;
max-height: 100%;
}
#circle3 canvas {
max-width: 100%;
max-height: 100%;
}

#circle h1{
    font-family: sans-serif;
background:#262626;
padding:2px 5px 2px 5px;
font-size:80%;
border-top-left-radius:5px;
border-top-right-radius:5px;
margin-top:20px;
}
#circle2 h1{
    font-family: sans-serif;
background:#262626;
padding:2px 5px 2px 5px;
font-size:80%;
border-top-left-radius:5px;
border-top-right-radius:5px;
margin-top:20px;
}
#circle3 h1{
    font-family: sans-serif;
background:#262626;
padding:2px 5px 2px 5px;
font-size:80%;
border-top-left-radius:5px;
border-top-right-radius:5px;
margin-top:20px;
}
#circle4 h1{
font-family:Klavika;

padding:10px;
font-size:80%;
margin-top:20px;
}
#circle5 h1{
font-family:Klavika;

padding:10px;
font-size:80%;
}
#circle6 h1{
font-family:Klavika;

padding:10px;
font-size:80%;
}



.textField {
    float: left;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 60px;
    text-align: center;
    font-family:Verdana;
    color: #555;
}

.field1 {
    width:80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.textField p {
color: #555;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    list-style-type: none;
    padding: 15px 5px 15px 5px;
    margin: 5px;
    display: block;
    text-align: center;
    font-size: 400%;
    font-family: Raleway;
    margin-bottom: 20px;
}


.textField ul li {
list-style-type:none;
padding:10px 5px 2px 5px;
margin:5px;
display:block;
border-radius:2px;
font-size:80%;
text-align:center;
}
strong{

}

.textField ul li strong{
color:#3088c4;
padding:2px 5px 2px 5px;
border-radius:2px;	
font-weight:bold;
}

.pinning {
    padding-top: 20px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
#footer {
	position:relative;
    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 screen and (max-width: 1366px) {



.heading{
float: left;
font-family:Raleway;
color: white;
width: 100%;
margin-top:4em;
text-align: center;
}

.heading a{
text-decoration:none;
color:white;
font-size:200%;
}
.heading a:hover{
text-decoration:none;
color:white;
font-size:200%;
}

@keyframes nadpis {
from {top:10%;}
to {top:15%;}
}
#circle canvas{
width:200px
}
#circle2 canvas{
width:200px
}
#circle3 canvas{
width:200px
}
#circle4 canvas{
width:200px
}
#circle5 canvas{
width:200px
}
#circle6 canvas{
width:200px
}
#footer {
    height:8em;
}

.litleheading h3{
color:white;
font-family:Klavika;
box-shadow: 0 6px #2D6892;
background:#3088c4;
width:250px;
padding:10px;
margin:60px auto;
font-size:90%;
border-radius:5px;
}

.litleheading h3:hover{
color:white;
font-family:Klavika;
box-shadow: 0 3px #2D6892;
background:#3088c4;
width:250px;
padding:10px;
margin:63px auto;
border-radius:5px;
}

@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;	
}
.desTxt {
    float: left;
   padding-top:30px;
    height: auto;
    width: 100%;
    margin-bottom: 60px;
}


.BlokItem{
	float:left;
	width:80%;
	margin-left:10%;
	margin-top:2%;
	height:auto;

background-position:center;
 background-repeat:no-repeat;
 text-align:center;

}


#header{
background:white;
	height:4em;

}

#logo{
position:absolute;
left:10%;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
    background: url("../images/aflogo.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
#backImage{
	float:left;
height:320px;
width:100%;
background:white;
background-position:center;
background-size:400% 100%;
 background-repeat:no-repeat;
 text-align:center;
}

#backImage p {
    width: 100%;
    padding-top: 2em;
        color:black;
    font-family: Raleway;
    font-size: 300%;
}

.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 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;	
}
.desTxt {
    float: left;
   padding-top:30px;
    height: auto;
    width: 100%;
    margin-bottom: 60px;
}


.BlokItem{
	float:left;
	width:80%;
	margin-left:10%;
	margin-top:2%;
	height:auto;

background-position:center;
 background-repeat:no-repeat;
 text-align:center;

}


#header{
background:white;
	height:4em;

}

#logo{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
    background: url("../images/aflogo2.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
#backImage{
	float:left;
height:320px;
width:100%;
background:white;
background-position:center;
background-size:400% 100%;
 background-repeat:no-repeat;
 text-align:center;
}

#backImage p {
    width: 100%;
    padding-top: 2em;
        color:black;
    font-family: Raleway;
    font-size: 300%;
}

.heading {
    float: left;
    font-family: Raleway;
    color: white;

    width: 100%;
    margin-top: 6em;
    text-align: center;
}



.heading h1{
    font-size:200%;
}

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

.mobile-nav{
display:block;	
}

#header{

	height:4em;

}

#logo{
position:absolute;
left:2em;
top:-1em;
width:200px;
transform: translate(-50%, 0%);
    background: url("../images/aflogo2.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

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

#circle h1{
font-family:Klavika;
padding:10px;
font-size:80%;
margin-top:5px;
}

#circle2 h1{
font-family:Klavika;
padding:10px;
font-size:80%;
margin-top:5px;
}

#circle3 h1{
font-family:Klavika;
padding:10px;
font-size:80%;
margin-top:5px;
}

.heading{
float: left;
font-family:Raleway;
color: white;
width: 100%;
margin-top:10em;
text-align: center;
font-size:90%;
}


.litleheading{
    font-size:50%;
}

.litleheading h3{
color:white;
font-family:Klavika;
box-shadow: 0 6px #2D6892;
background:#3088c4;
width:250px;
padding:10px;
margin:50px auto;
font-size:90%;
border-radius:5px;
}

.litleheading h3:hover{
color:white;
font-family:Klavika;
box-shadow: 0 3px #2D6892;
background:#3088c4;
width:250px;
padding:10px;
margin:53px auto;
border-radius:5px;
}

.heading h1{
    font-size: 80%;
}

.arrow2 {
    float: right;
    margin-top: 3em;
    margin-right: 20px;
    width: 20px;
	bottom:0;
    height: 20px;
    background: url("../images/arrow3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.arrow{
position:relative;
margin:5px auto;
width:20px;
height:20px;
background:url("../images/arrow.png");
background-size:100% ;
background-repeat:no-repeat;
animation-name: none;

}



#circle{
float: left;
text-align: center;
margin-left: 10%;
width: 20%;
}
#circle2{
float: left;
text-align:center;
width: 20%;
margin-left:10%;
}
#circle3{
float: left;
text-align:center;
width: 20%;
margin-left:10%;
}
#circle4{
float: left;
text-align:center;
margin-left:10%;
width: 10%;
}
#circle5{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle6{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}



.textField p {
color: #555;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    list-style-type: none;
    padding: 15px 5px 15px 5px;
    margin: 5px;
    display: block;
    text-align: center;
    font-size: 120%;
    font-family: Raleway;
    margin-bottom: 20px;
}

.textField ul li {
font-size:50%;
padding:2px;
}





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

.textField {
    height: 50%;
    float: left;
    width: 100%;
    text-align: center;
    font-family:Verdana;
    color: #555;
}
.pinning {
    float: left;
    height: 25%;
    width: 100%;
}



}
@media screen and (max-width: 800px) and (orientation: landscape) {
.heading h1{
padding: 0 0 0 0;
margin:5% 0 0 0;

}

#footer{
height:8em;	
}
.litleheading h2{
 margin-top: -10%;

}
#header{
height:4em;	
}

#logo{
position:absolute;
left:2em;
top:-1em;
width:30%;
transform: translate(-50%, 0%);
}

#logo.white{
position:absolute;
left:5%;
top:-1em;
width:30%;
transform: translate(-50%, 0%);
}

#logo.grey{
position: absolute;
    left: 5%;
    width: 30%;
    top:-1em;
    transform: translate(-50%, 0%);
}


#circle h1{
margin-top:0;
padding:0px;
box-shadow:none;
background:transparent;
    font-family: Klavika;
    font-size: 50%;
    width: 80px;
 margin-left: -8px;
 margin-top:5px;
}
#circle2 h1{
margin-top:0;
padding:0px;
box-shadow:none;
background:transparent;
    font-family: Klavika;
    font-size: 50%;
    width: 80px;
 margin-left: -8px;
  margin-top:5px;
}
#circle3 h1{
margin-top:0;
padding:0px;
box-shadow:none;
background:transparent;
    font-family: Klavika;
    font-size: 50%;
    width: 80px;
    margin-left: -8px;
	 margin-top:5px;
}
#circle{
float: left;
text-align: center;
margin-left:25%;
width: 10%;
}
#circle2{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle3{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle4{
float: left;
text-align:center;
margin-left:10%;
width: 10%;
}
#circle5{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}
#circle6{
float: left;
text-align:center;
width: 10%;
margin-left:10%;
}

 .roof {
    float: left;
    width: 100%;
    height:10%;
} 

 #footer ul li {
    margin-bottom: 20px;
    list-style-type: none;
    display: inline-block;
}


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

{

  
  