#home header .menu li a, #menu-xs ul li a, #scroll-header .menu li a {
	/*font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase*/
}

#scroll-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%) ;
	background: rgba(255,255,255,0.98); height:60px;
	z-index: 999;
}
#scroll-header .menu_home { padding:0px;
}
#scroll-header .menu li {
    display:inline-block;
    /*margin: 1px 40px;*/
}
#menu-xs ul li a:after, #scroll-header .menu li a:after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	bottom: -2px;
	content: ''
}
#scroll-header .logo {
	
	max-width: 108px;
    float: left;
    margin-top: 8px;
    position: absolute;
}
#scroll-header .logo img {
	width: 100px;
	margin-top: 0;
}

#scroll-header .menuTop {
    width: calc(100% - 200px);
    padding: 28px 0;
}
#scroll-header  .menu a, #scroll-header .menu span {
    font-family: Gotham-Book;
    font-size: 17px;
    cursor: pointer;
}
#scroll-header .menu-trigger {
	float: right
}
#scroll-header .menu {
	/*margin: 0;
	padding: 3px 0;
	float: right;
	display: inline-block*/
}
#scroll-header .menu li {
	/*display: inline-block;
	padding: 0 10px*/
}
#scroll-header .menu li a {
	/*position: relative;
	display: block*/
}
#scroll-header .menu li a:after {
/*	height: 2px;
	width: 0;
	position: absolute;
	left: 50%;
	background-color: #fff;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	transform: translate(-50%, 0)*/
}
#menu-xs, #scroll-header .menu li a.highlighted:after, #scroll-header .menu li a:hover:after {
	width: 100%
}
#menu-xs {
	background-color: #f83f43;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
	z-index: 99;
	display: table
}
#menu-xs ul {
	display: table-cell;
	vertical-align: middle;
	padding: 65px 0
}
#menu-xs ul li {
	display: block;
	padding: 0 10px;
	text-align: center;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4);
	box-shadow: 0 1px 0 rgba(255,255,255,.4)
}
#menu-xs ul li a {
	position: relative;
	display: inline-block;
	padding: 14px 15px 12px
}
#menu-xs ul li a:after {
	height: 2px;
	width: 0;
	position: absolute;
	left: 50%;
	background-color: #fff;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	transform: translate(-50%, 0)
}
#menu-xs ul li a.highlighted:after {
	width: 100%
}
#menu-xs ul li:first-child {
	border-top: 1px solid rgba(255,255,255,.4)
}

#home .container, #home header {
	position: relative
}


