.nav-fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 655;
}
.navber{
	display: block;
	height: 88px;
	padding: 0;
	transition: all ease .3s;
    transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	box-shadow: 0 0 32px rgba(0,0,0,0.15);
	    z-index: 99999999;
}
.home .navber{
	box-shadow: none;
}
.home .navber.bngwhite{
	box-shadow: 0 0 32px rgba(0,0,0,0.15);
}
.home .navber.bngwhite .header-logo{
	display: block !important;
}
/*.navber:hover{
	background-color: #fff;
	z-index: 665;
    box-shadow: 0 0 32px rgba(0,0,0,0.15);
}
.navber:hover .header-logo{
	display: block !important;
}*/
.bngwhite{
	background-color: #fff;
	z-index: 665;
    box-shadow: 0 0 32px rgba(0,0,0,0.15);
}
nav.container{
	height: 100%;
	width: 1200px;
	margin:auto;
	position: relative;
}
.nav-menu{
	display: block;
	height: 100%;
	float: none;
	margin: 0 auto;
	text-align: right;
	z-index: 5;
	/*padding-right: 90px;*/
}

.nav-menu li{
	height: 100%;
	margin-right: 20px;
	display: inline-block;
	float: none;
}
.nav-menu li a.navItemLink{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 88px;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
}
.nav-menu .navitem>a.navItemLink:before{
	opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    background-color: #ce2d35;
}
.nav-menu li a.navItemLink>span{
	position: relative;
	display: inline-block;
	transition: all ease-out .3s;
}
.nav-menu li a.navItemLink.active::before,
.nav-menu li a.navItemLink:hover::before{
	opacity: 1;
    width: 90%;
    left: 5%;
}
.nav-menu .navitem>a.navItemLink span:after{
	content: attr(data-title);
    position: absolute;
    color: #ce2d35;
    left: 0;
    transform: translateY(100%);
    width: 100%;
}
.nav-menu .navitem.navone>a.navItemLink span:after{
	color: #ce2d35;
}

.navitem>a.navItemLink:hover span,
.navitem>a.navItemLink.active span{
	transform: translateY(-100%);
}


.navber:after{
	content: "";
	display: table;
	clear: both;
}

.toggle{
	position: fixed;
    left: 0;
    width: 100%;
    height: 0;
    background: #f7f7f7;
    transition: height .35s ease 0s;
    z-index: 99;
    overflow: hidden
}
.toggle.active{
	height: 165px;
    z-index: 2;    
    overflow: hidden;
}
.toggle-links-list{
	display: table;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    height: 100%;
    margin: 0 auto;
}
.toggle ul{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.toggle.active ul{
	opacity: 1;
}
.toggle ul li{
	display: table-cell;
	vertical-align: middle;
    text-align: center;
    margin: auto 15px;
    padding: 0;
    height: auto;
}
.toggle ul li a{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 5px;
	margin-right: 18px;
	margin-left: 18px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	border-radius: 16px;
	text-decoration: none;
}

.toggle ul li:hover a img{
	color: #333;
	font-weight: 500;
	border: none;
	transform: scale(1.1);
}

.toggle ul li a span{
	display: block;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.toggle ul li a>p{
	position: relative;
	display: table;
	margin: 0 auto;
}
.toggle ul li a>p img{
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-height: 100px;
	margin: 0 auto;
	border: none;
	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -ms-transition: transform 1.5s cubic-bezier(0,1,0.5,1);
    -webkit-transition: transform 1.5s cubic-bezier(0,1,0.5,1);
    transition: transform 1.5s cubic-bezier(0,1,0.5,1);
}


/* header logo */
.header-item{
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
}
.header-item-left{
	left: 15px !important;
	z-index: 1011;
}
.header-float{
	float: left;
    display: inline-block;
    width: 200px;
    height: 100%;
    box-sizing: border-box;
}
.header-float a{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.home .header-logo{
	display: none;
}
.header-logo-sprite{
	width: 100%;
    height: 100%;
    background-image: url(../images/logo_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.header-item-right{
	right: 0px;
	z-index: 1010;
	/*display: none;*/
}
.header-langs{
	margin-top: 27px;
	margin-right: 0;
}
.langs-item{
	position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
    display: inline-block;
	color: #fff;
	background-color: #ce2d35;
	line-height: 1.5;
	text-align: center;
}
.header-langs a{
	width: 105px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
}
a.langs-item:hover{
	background-color: #ea454d;
	color: #fff;
	text-decoration: none;
}


.copy{
	position: relative;
	display: block;
	max-width: 1600px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}
.copy>div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



.toggle2 ul li{
	max-width: 250px;
}
.toggle2 ul li a{
	display: inline-block;
	margin: 0 auto;	
	text-align: left;
	letter-spacing: 1.5px;
	display: block;
	padding-left: 15px;
	padding-right: 35px;
	border-left: 2px solid #ccc;
	border-radius: 0;
	text-decoration: none;
}
.toggle2 ul .t2-harder{
	position: absolute;
	left: 0;
	bottom: 10px;
	margin: auto;
}
.toggle2 ul .t2-harder a{
	border: none;
}
.toggle2 ul li a:hover p{
	color: #ce2d35;
}
main{
	position: relative;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    margin-top: 88px;
}
main.home{
	margin-top: 0;	
	margin: 0 auto;
}

/* rightBar */
.rightBar {position: fixed; right: 20px; top: 50%; width: 54px; height: 219px; margin-top: -110px;z-index: 999;}
.rightBar li {position: absolute; right: 0; background-color: #5d5757; color: #fff; background-repeat: no-repeat; background-position: 12px center;  width: 54px; height: 54px; line-height: 54px;overflow: hidden; margin-bottom: 1px;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	-ms-transition: width .5s;
	transition: width .5s;
}
.rightBar li.bar_1 {top: 0; background-image:url(../images/rightbar1.png); font-size: 24px; cursor: default;}
.rightBar li.bar_2 {top: 55px; background-image:url(../images/rightbar2.png); font-size: 18px; cursor: default;}
/*.rightBar li.bar_3 {top: 110px; background-image:url(../images/rightbar3.png); font-size: 14px; cursor: default;}*/
/*.rightBar li.bar_4 {top: 165px; background-image:url(../images/rightbar4.png); cursor: pointer;}*/
.rightBar li.bar_3 {top: 55px; background-image:url(../images/rightbar3.png); font-size: 14px; cursor: default;}
.rightBar li.bar_4 {top: 55px; background-image:url(../images/rightbar4.png); cursor: pointer;}
.rightBar li span { display: block; margin-left: 54px;}
.rightBar li:hover {background-color: #ce2d35; width: 254px;}
.rightBar li.bar_4:hover { width: 54px;}