@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: 14px;
    cursor: pointer;
    width: 75px;
}

nav{
	width: 100%;
	height: 100px;
	margin-top: 0;
	position: absolute;
    z-index: 9999;
    
	}
	.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%;
		
	}
	
		
	.leng{
		width: 220px;
		position: absolute;
		right: 25px;
	    top: 25px;
	    color: #fff;
		height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        
	}
	
	.leng a{
		margin: 8px;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		width: 50px;
		height: 50px;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Nanum Gothic', sans-serif;
	}
	
	.leng a:hover{
		color: #f3ce81;
	}

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

	footer{
		min-width: 1200px;
		height: 60px;
		background-color:#000;
		bottom:0px;
		position: relative;
		margin-top: 100px;
	}
	
	footer p{
  
   margin: auto;
   color: #fff;
   font-size: 13px;
    width: 200px;
    padding: 5px;
    text-align: center;
}
b{
	color: #f1c05f;font-size: 35px;
}

