#menu {
	position: relative;
	bottom: 25%;
	margin: 0 auto;
	width: 100%;
	z-index: 24;
	height: 100px;
}
#menu ul {
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 50px;
    padding-top: 20px;
}
.menu-wrapper {
    position: absolute;
    height: 90px;
    left: 0;
    bottom: 0;
    width: 80%;
    margin: 0 10%;
    padding-top: 25px;
    margin-bottom: -22px;
    opacity: 1;
    overflow: hidden;
	z-index: 24;
}
#menu {
    position: relative;
    width: 925px;
    height: 70px;
    margin: auto;
	overflow: hidden;
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
}
.menu-line {
    float: left;
    position: relative;
    width: 90px;
    height: 1px;
    top: 13px;
	border: none !important;
}
.menu-line:after {
    content: '';
    position: absolute;
    top: 0;
    width: 90px;
    height: 1px;
    background-color: #fff;
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.menu-line.small:after {
    width: 78px
}
.menu-line.x-small:after {
    width: 63px;
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}
.menu-line.prev:after {
    left: 0
}
.menu-line.next:after {
    right: 0
}
.menu-line:first-child:before,
.menu-line:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    width: 8000px;
    height: 1px;
    background-color: #fff;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.menu-line:first-child:before {
    left: -8000px
}
.menu-line:last-child:before {
    right: -8000px
}
.menu-bullet-container {
    float: left;
    position: relative;
    width: 26px;
    height: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.menu-bullet-container:nth-child(1) {
    margin-left: 100px
}
.menu-bullet-container:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 8px;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
#menu .menu-bullet-container:hover:before, #menu .menu-bullet-container.active:before {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}
#menu .menu-bullet-container:hover .menu-link:before, #menu .menu-bullet-container.active .menu-link:before {
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
    -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
#menu .menu-bullet-container:hover .menu-link:after, #menu .menu-bullet-container.active .menu-link:after {
    -moz-transform: scale(3.3, 3.3);
    -ms-transform: scale(3.3, 3.3);
    -webkit-transform: scale(3.3, 3.3);
    transform: scale(3.3, 3.3);
    opacity: 0.2
}
#menu .menu-bullet-container:hover .menu-bullet, #menu .menu-bullet-container.active .menu-bullet{
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
#menu .menu-bullet-container:hover .menu-txt, #menu .menu-bullet-container.active .menu-txt{
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	color: #e0484b;
}
.menu-bullet-container.active .menu-link:after {
    opacity: 1
}
.menu-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}
.menu-link:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.5;
    -moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.menu-link:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 9px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.menu-bullet {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.menu-txt {
    position: absolute;
    left: -44px;
    bottom: -25px;
    width: 113px;
    height: 1.2em;
    text-align: center;
    opacity: 1;
    pointer-events: none;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    color: #8E8E8E;
}

.menu ul li.menu-bullet-container {
    margin-right: -15px;
}