@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;
    z-index: 9999;
    margin-left: 5%;
    top: 10px;
    cursor: pointer;
    width: 90px;
}

nav{
	width:100%;
	height: 70px;
	margin-top: 0;
	background-color: rgba(0,0,0, 0.7);
	position: absolute;
	z-index: 9999;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
	
	}
	.nav-beckground-right{
		position: absolute;
		width: 400px;
		height: 80px;
		right: 0;
		z-index: -1;
		background-image: url('../img/slider/nav-beckground.png');
		background-size: 100% 100%;
		
	}
	nav>ul{ 
	list-style:none; 
	position: absolute;
	width: 100%;
	top: -10px;
	text-align: center;
	 }	
	
	nav > ul> li{
		 display: inline-block;
		 height:72px;
		 margin-top: 40px;
		 line-height: 80px;
		 position: relative;
		 margin: 10px 40px;
		
		 }
		  nav > ul> li>a{
		  	width: 100%;
		  	height: 100%;
		  	top: 0;
		  	left: 0;
		  	color: #fff;
		  	font-size: 18px;
		      font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
		  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
		  }
		 nav > ul> li>a:hover{
		 color: #afafaf;
		  
		 }
	nav > ul  >  li > ul{  
	padding:0;
	 margin:0;
	 margin-top:16px;
	 margin-left: -75px;
	  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;
	}
		
	.icon {
    position: absolute;
    top: 22px;
    right: 1%;
    width: 160px;
    height: 60px;
    z-index: 999999999;
}
.icon ul {
    list-style: none;
    padding: 0;
    right: 10px;
    position: absolute;
    z-index: 9999;
}
.icon ul li {
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.icon ul li:hover{
	opacity: 0.6;
}
#baner{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    
}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
   right: 40px;
    border: 1px solid rgba(255,255,255, 0.3);
    top: 15px;
    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;
}
	footer{
		width: 100%;
		height: 450px;
		bottom:0px;
		z-index: 9999;
		margin-top: 100px;
	     background-image: url(/img/slider/157486417412.jpg);
	 position: relative;
	 background-size: cover;
	 background-position: center center;
	}
	.footer-color{
		width: 100%;
		height: 100%;
		background-color: rgba(0,0, 0, 0.6);
		background-size: cover;
		background-position: center center;
	}
	footer p{
    position: absolute;
    color: #000;
    text-align: left;
    font-size: 13px;
    width: 200px;
    padding: 5px;
    bottom: 0px;
}
.iconfooter>ul{
	width: 240px;
	margin: auto;
	list-style: none;
	
}
.iconfooter>ul>li{
	float: left;
	width:30px;
	height: 30px;
	margin-top: 10px;
	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;
	
}
.iconfooter>ul>li>a{
	position: absolute;
	width:30px;
	height: 30px;
	margin-left: 0px;
}
.iconfooter>ul>li:hover{
	opacity: 0.5;
}
.iconfooter >ul>li:nth-child(1){
	background-image: url('../img/icons/fb.png');
	margin-left: 27px;
	width:30px;
}
.iconfooter >ul>li:nth-child(2){
	background-image: url('../img/icons/ins.png');
	margin-left: 10px;
}
.iconfooter >ul> li:nth-child(3){
	background-image: url('../img/icons/pinterest.png');
	margin-left: 15px;
}
.iconfooter >ul> li:nth-child(4){
	background-image: url('../img/icons/gogle.png');
	width:50px;
	margin-left: 15px;
}
.iconfooter >ul> li:nth-child(4) a{
	
	width:50px;
	
}
