@import url('https://fonts.googleapis.com/css?family=Montserrat|Nanum+Gothic|Open+Sans+Condensed:300');
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #FFF;
}
header{
	top: 0;
	z-index: 1;
	width: 100%;
}
#logo{
	position: absolute;
	left: 5%;
	top: -23px;
	z-index: 999;
	
}
.logo{
	border-radius: 10px;
	width: 90px;
	top: 14px;
	left: 20%;
}
#header-spase{
	width: 100%;
	height: 25px;
	background-color: #fff;
	
	position: absolute;
	top: 0;
	z-index: 9;
}
nav{
	width:100%;
	height: 50px;
	margin-top: 25px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	position: absolute;
	z-index: 999;
	
	}
	nav>ul{
        padding: 0;
        list-style: none;
        margin: auto;
        width: 871px;
        text-align: center;
    }
    nav>ul>li{
        display: inline-block;
        position: relative;
        line-height: 35px;
        height: 50px;
        margin-left: 0px;
        text-align: left;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
    }
  
    nav>ul>li a{
           display: block;
    padding: 12px 25px;
    height: 36px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    }
    nav>ul>li a:hover{
        color: #f7686e;
    }
    nav>ul>li>ul.ul{
        display: none;
       position: absolute;
        z-index: 999;
        left: -71px;
        margin-top:-9px;
    }
    nav ul li ul.ul li{
		  width: 270px;
		      background-color: rgba(255, 255, 255, 1);
		    border-bottom: 1px solid rgba(0,0,0, 0.1);
		    
		    display: block;
		    text-align: center;
	}
	
    nav ul li ul.ul li a{
		padding: 8px 8px;
		font-size: 15px;
	}
   
	
	.leng{
		width: 120px;
		position: absolute;
		right: 20px;
	    top: 10px;
	    color: #fff;
		height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
       
	}
	.baner_tr_color{
		background-color: rgba(0,0,0,0.2);
		 width:100%;
    height: 100%;
    position: absolute;
	}
	.slider-z-image {
    width:40%;
    height: 100%;
    margin-top: 75px;
    background-image: url(../img/icons/slider-z-image.png);
    background-size: cover;
    background-size: 100% 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 
 
}
#baner{
	position: relative;
}
	.leng>ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.leng>ul>li{
		width: 50px;
		height: 32px;
		background-color:#013d62;
		border-radius: 5px;
		color: #000;
		cursor: pointer;
	}
	.leng>ul>li>a{
		color: #fff;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
		
	}
	.leng a:hover{
		color: #bfbfbf;
	}
	.dropdown{
		display: none;
		list-style: none;
		margin-top: 1px;
	}
	.dropdown>li{
		background-color: #fff;
		width: 50px;
	}
	.dropdown>li>a{
		color: #000;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
	}
	.ulcontacts {
    list-style: none;
    position: absolute;
    top: -11px;
    right: 310px;
    z-index: 9999;
}

#baner{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    
}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 20px;
    border: 1px solid rgba(255,255,255, 0.3);
    top: 28px;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
      z-index: 9999;
}
.nav-bar-menu{
    width: 100%;
    background-color: rgba(54,59,63, 0.8);
    top: 71px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    text-align: center;
}
#sfsf{
    width: 60px;
    height: 60px;
   background-image: url(../img/icons/chati.png);
	background-position:8px 8px;
    background-size: 45px 45px;
	background-repeat: no-repeat;
    background-color: rgba(255,255, 255, 0.9);
    box-shadow: 0px 0px 5px #1b1b4a;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
    right:0;
    top: 22%;
    position: fixed;
	cursor:pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
}
#sfsf>pre{
	position:absolute;
	font-size:18px;
	color:#1b1b4a;
	left:60px;
	top:17px;
}
#sfsf:hover{
    width: 170px;
}

.icon-ul{
		width: 50px;
		height: 180px;
		background-color: #fff;
		position: fixed;
		z-index: 9999;
		bottom:30px;
		left: 5px;
		border-bottom-right-radius: 10px;
		border-top-right-radius: 10px;
		list-style: none;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
		display: none;
	}
	.icon-ul>li{
		width: 30px;
		height: 30px;
		background-color: #0ba7f2;
		border-radius: 50%;
		margin: 10px;
		background-repeat: no-repeat;
		background-position: center center;
		
	}
	.icon-ul>li:hover{
		opacity: 0.6;
	}
	.icon-ul>li a{
		width: 30px;
		height: 30px;
		position: absolute;
	}
	
	.icon-ul>li:nth-child(1){
	background-image: url('../img/icons/fb.png');
	border-right: none;
	background-position-X: 5px;
}

.icon-ul>li:nth-child(2){
	background-image: url('../img/icons/ins.png');
	border-right: none;
	background-position-X: 5px;
}
.icon-ul>li:nth-child(3){
	background-image: url('../img/icons/tv.png');
	background-position-X: 5px;
	background-position-Y: 4px;
}
.icon-ul>li:nth-child(4){
	background-image: url('../img/icons/pin.png');
	border-left: none;
	background-position-X: 4px;
}
footer{
		width: 100%;
		height: 230px;
		position: relative;
		overflow: hidden;
		margin-top: 150px;
	    background-color:#00151f; 
	}
	
footer ul {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
footer ul li {
    display: inline-block;
    margin: 20px 25px;
}
footer ul li a {
    color: #464656;
    font-family: "BPG Arial Caps", sans-serif;
    font-weight: normal; 
}
footer ul li a:hover{
    color: #ffffff;
    font-family: "BPG Arial Caps", sans-serif;
}
.icon {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 1px;
    text-align: center;
}
.icon ul {
    list-style: none;
    text-align: center;
}
.icon ul li {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin: 0px 50px;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.icon ul li a {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
}
.icon ul li:hover{
   opacity: 0.4;
}
.footer_text{
	width: 99%;
	text-align: center;
	color: #fff;
	margin-top: 70px;
}