
@import "http://fonts.googleapis.com/css?family=roboto:400,400italic,600,700,800";
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
* {
    box-sizing: border-box;
}
html {
}
a {
    color: #ba0707;
    text-decoration: none;
}
a:hover {
    color: #ba0707;
}
body {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #e95546;
    font: 14px/1 "roboto",Helvetica,Arial,sans-serif;
    width: 100%;
}
nav {
    background: #8f1e5b none repeat scroll 0 0;
    border-radius: 55px 55px 0 0;
    display: block;
}

.menubg{
	margin-right:-90px;
}
.menu {
    display: block;
    margin: 0;text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;margin-right: 20px;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li a {
    color: #fff;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 7px 25px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover, .menu li:hover > a {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
.menu ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px -7px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    transform: translate(0px, 20px);
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
    width: 170px;
    z-index: 99;
}
.menu ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 20%;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.menu ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
.menu ul li a {
    background: #fff none repeat scroll 0 0;
    color: #797979;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.menu ul li a:hover, .menu ul li:hover > a {
    background: #fc6d58 none repeat scroll 0 0;
    color: #fff;
}
.menu li:hover > ul {
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.menu ul ul {
    left: 169px;
    opacity: 0;
    top: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
}
.menu ul ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: " ";
    height: 0;
    left: -6px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    top: 10%;
    width: 0;
}
.menu li > ul ul:hover {
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.responsive-menu {
    background: #8f1e5b none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 20px 15px;
    text-transform: uppercase;
    width: 100%;
}
.responsive-menu:hover {
    background: #8f1e5b none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
a.homer {
    background: #8f1e5b none repeat scroll 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
.mainWrap {
    width: 768px;
}
.menu ul {
    top: 37px;
}
.menu li a {
    font-size: 12px;
}
a.homer {
    background: #e95546 none repeat scroll 0 0;
}
}
@media (max-width: 767px) {
.mainWrap {
    padding: 50px 20px;
    width: auto;
}
.menu {
    display: none;
}
.responsive-menu {
    display: block;
}
nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
}
.menu li {
    display: block;
    margin: 0;
}
.menu li a {
    background: #fff none repeat scroll 0 0;
    color: #797979;
}
.menu li a:hover, .menu li:hover > a {
    background: #8f1e5b none repeat scroll 0 0;
    color: #fff;
}
.menu ul {
    left: 0;
    opacity: 0;
    top: 0;
    transform: initial;
    visibility: hidden;
    width: 100%;
}
.menu li:hover > ul {
    opacity: 1;
    position: relative;
    transform: initial;
    visibility: visible;
}
.menu ul ul {
    left: 0;
    transform: initial;
}
.menu li > ul ul:hover {
    transform: initial;
}
}
.menu::before {
    border-color: transparent #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 10px);
    transition-duration: 0.3s;
    transition-property: transform;
    z-index: -1;
}
.menu:hover::before, .hvr-bubble-left:focus::before, .hvr-bubble-left:active::before {
    transform: translateX(-10px);
}

