@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
#logo{
	position: absolute;
	left: 150px;
	top: 15px;
	z-index: 999;
	width: 250px;
}
nav{
	width: 100%;
	height: 80px;
	z-index: 9999;
	position: absolute;
	background-color: rgba(255,255,255, 0.7);
	}
	nav>ul{ 
	width: 100%;
	margin: auto;
	text-align: center;
	 }	
	
	nav > ul> li{
		 display: inline-block;
		 width: 60px;
		 height: 40px;
		 margin-top: 40px;
		 width: 150px;
		 overflow: hidden;
		 }
		  nav > ul> li>a{
		  color: #0096da;
		 font-family: "BPG Arial Caps", sans-serif;
		
		  }
		 nav > ul> li>a:hover{
		
		 color: #000;
		  
		 }
		 nav > ul> li:nth-child(3){
		 	line-height: 15px;
		 }
	nav > ul  >  li > ul{  
	padding:0;
	 margin:0;
	 margin-top:25px;
	 margin-left: -60px;
	  list-style:none; 
	   display: none;
	     position:absolute;
	     z-index: 9999;
	     }
	nav > ul  >  li > ul>li{
		width: 250px;
		height: 45px;
		line-height: 40px;
		background-color: rgba(54,59,63, 0.8);
		border-bottom: 1px solid rgba(255,255,255, 0.1);
		position: relative;
		text-align: center;
		
	}
	nav > ul  >  li > ul>li a{
		color: #fff;
		width: 250px;
		height: 45px;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}
	nav > ul  >  li > ul>li a:hover{
		color: #bfbfbf;
	}
    .leng{
		width: 200px;
		position: absolute;
		z-index: 9999;
		color: #fff;
		top: 10px;
		right: 0px;
		height: 80px;
        text-align: center;
        line-height: 60px;
      
	}
	.leng ul{
		margin-top: 16px;
		list-style: none
	}
	.leng ul a li {
		margin: 5px;
		display: inline-block;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	    width: 25px;
        height: 16px;
        border-radius:5px;
        box-shadow:0px 0px 5px #333;	
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	}
	
	.leng ul a li:hover{
		 border-radius:0px;
		  box-shadow:0px 0px 5px #8a3288;
	}
	

.sirkle {
    background-image: url(../img/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
}
footer {
    width: 100%;
    height: 150px;
    background-color: #0096da;
    position: relative;
}
footer p {
    position: absolute;
    color: #eeefef;
    font-size: 15px;
    width: 100%;
    text-align: center;
    bottom: 10px;
}
footer  ul {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255, 0.3);
}
footer  ul li{
    display: inline-block;
    margin: 20px 25px;
}
footer  ul li a{
	color: #fff;
    font-family: "ALK Rounded Mtav Med", sans-serif;
}
footer  ul li a:hover{
	color: #000;
    font-family: "ALK Rounded Mtav Med", sans-serif;
}