/* 大熊科技 -- 向日葵  --  通用模块  ---  样式表 */
/* TIME:2020-12-29 | author: Hefengyu */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

.www {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background: #fff;
}

.www img {
    width: 20%;
    float: left;
    margin: 0 2.5%;
}

.copyright {
    line-height: 20px;
}

.copyright p {
    display: flex;
    justify-content: center;
}

.copyright p span {
    margin: 0 5px;
}

img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.header_wap,
.footer2 {
    display: none;
}

html *::-webkit-scrollbar {
    width: 7px;
    background: #fff;
}

html *::-webkit-scrollbar-thumb {
    background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
    width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

fieldset,
iframe,
img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video,
progress {
    display: inline-block;
    vertical-align: baseline
}

button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}

button:disabled {
    cursor: default
}

audio:not([controls]) {
    display: none
}

input {
    font-family: 'sl'
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'sl'
}

body {
    font-family: 'sl';
    /*font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";*/
    color: #555;
    overflow-x: hidden;
    display: block;
    background: #fff;
    font-size: 14px;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

.clearfix {
    clear: both;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.vh-100 {
    height: 100vh !important
}

.hidden-lg {
    display: none;
}

.hidden-md,
.hidden-sm,
.hidden-sx {
    display: block;
}

.visible-lg {
    display: block;
}

.visible-md,
.visible-sm,
.visible-xs {
    display: none;
}

@font-face {
    font-family: 'di';
    /* src: url('../fonts/pingfang-webfont.eot'); */
    src: url('../fonts/di.woff') format('woff'),
        url('../fonts/di.woff2') format('woff2');
    /* url('../fonts/pingfang-webfont.eot?#iefix') format('embedded-opentype')
       url('../fonts/pingfang-webfont.ttf') format('truetype'),
       url('../fonts/pingfang-webfont.svg#pingfang') format('svg') */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'sm';
    src: url('../fonts/SourceHanSansCN-Medium.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sl';
    src: url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Light.woff2') format('woff2');
    url('../fonts/SourceHanSansCN-Light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sb';
    src: url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5% 0 9%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

header .logo {
    width: 14.5%;
}

header .logo img {
    width: 100%;
    display: block;
}

header nav {
    width: 75%;
}

nav ul {
    display: flex;
    justify-content: flex-end;
}

nav li {
    padding: 0 12px;
    position: relative;
}

nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 80px;
}

nav li a i {
    width: 0;
    height: 3px;
    background: #E3CE00;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

nav li.active i {
    width: calc(100% - 30px);
}

nav li:hover i {
    width: calc(100% - 30px);
    opacity: 1 !important;
}

header .search {
    width: 5%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

header .search form {
    width: 100%;
}

header .search input {
    width: 0;
    border: 0;
    background: none;
    line-height: 30px;
    color: #fff;
    padding-right: 8%;
    transition: all ease 0.4s;
    float: right;
}

header .search button {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

header .search input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #BDCADA;
}

header .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #BDCADA;
}

header .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #BDCADA;
}

header .search input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #BDCADA;
}


.down-nav {
    background: rgba(245, 245, 245, 0.95);
    padding: 80px;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    display: none;
    z-index: 999;
}

.down-nav .cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.down-nav a {
    display: block;
}

.down-nav .left {
    width: 40%;
    padding-right: 80px;
    border-right: 1px solid #ccc;
}

.down-nav .left h4 a {
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
}

.down-nav .left dl {
    width: 45%;
    position: relative;
}

.down-nav .left dd {
    font-size: 18px;
    color: #666;
    line-height: 63px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.down-nav .left dd i {
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*transform: translateY(-50%);*/
    font-size: 16px;
    line-height: 16px;
    color: #666;
    transition: .4s;
}

.down-nav .left dd .item {
    position: absolute;
    left: 120%;
    top: 12px;
    width: 100%;
}

.down-nav .left dd .item a {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.down-nav a:hover {
    color: #0E69B0 !important;
}

.down-nav .left dd.cur i {
    color: #333;
}

.down-nav .left dd:hover i {
    color: #0E69B0;
}

.down-nav .left dd.cur {
    /*border-bottom: 1px solid #333;*/
    border-bottom: 1px solid #333;
    /*color: #333;*/
    color: #333;
    transition: all ease 0.3s;
}

.down-nav .left dd:hover {
    border-bottom: 1px solid #0E69B0;
    color: #0E69B0;
    transition: all ease 0.3s;
}

.down-nav .right {
    width: 60%;
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
}

.down-nav .right .item {
    width: 20%;
}

.down-nav .right h4 a {
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
}

.down-nav .right p {
    padding: 10px 20px 10px 0;
}

.down-nav .right p a {
    font-size: 16px;
    line-height: 25px;
    color: #666;
}

.down-nav .right p.active a {
    color: #0E69B0;
}


/* footer */

footer {
    background: #121212;
}

footer .container {
    display: flex;
}

footer .left {
    width: 72%;
    padding: 100px 0;
    border-left: 1px solid rgba(90, 90, 90, 0.3);
    border-right: 1px solid rgba(90, 90, 90, 0.3);
    display: flex;
    justify-content: space-between;
}

footer .left:after,
footer .left:before {
    content: '';
    display: block;
}

footer .left dt a {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
    font-weight: bold;
    display: block;
    color: #fff;
}

footer .left dd a {
    font-size: 14px;
    line-height: 30px;
    color: #bbbbbb;
    display: block;
}

footer .right {
    width: 28%;
    padding: 100px 80px;
    border-right: 1px solid rgba(90, 90, 90, 0.3);
}

footer .right .til {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
}

footer .right .tel h6 {
    font-size: 14px;
    line-height: 20px;
    color: #bbbbbb;
}

footer .right .tel h4 {
    font-family: "di";
    font-size: 30px;
    line-height: 40px;
    color: #0e6eb8;
}

footer .right .ewm {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

footer .right .ewm-item {
    text-align: center;
    width: 44%;
}

footer .right .ewm-item img {
    width: 90px;
}

footer .right .ewm-item p {
    font-size: 14px;
    line-height: 20px;
    color: #bbbbbb;
}

footer .bottom {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid rgba(90, 90, 90, 0.3);
    color: #bbbbbb;
    display: flex;
    justify-content: space-between;
}

footer .bottom .bl {
    width: 80%;
    font-size: 14px;
}

footer .bottom .br {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .bottom a {
    color: #bbb;
    display: inline-block;
}

footer .bottom .br span {
    margin: 0 3px;
    cursor: pointer;
}

footer .bottom .br a:last-child {
    margin-right: 0;
}

footer a:hover {
    color: #0e6eb8 !important;
}

.sm1,
.sm2,
.sm3 {
    display: none;
    position: relative;
    z-index: 9999999999999999999999;
}

.shengming {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.shengming>div {
    width: 80%;
    height: 80%;
    background: #fff;
    color: #666;
    padding: 45px;
    position: relative;
}

.shengming>div table,
.shengming>div p,
.shengming>div span,
.shengming>div img,
.shengming>div div {
    max-width: 100%;
    max-height: 100%;
}

.shengming>div table tr td {
    padding: 10px;
    text-align: center;
}

.shengming>div table tr td:nth-child(1) {
    width: 10%;
    text-align: center !important;
}

.shengming>div table tr:nth-child(1) td {
    text-align: center !important;
}

.shengming>div>p:first-child {
    font-size: 30px;
    color: #000;

    text-align: center;
    margin-bottom: 25px;
}

.shengming>div>p:last-child {
    font-size: 18px;
    text-align: right;
    color: #000;
}

.shengming>div>p:first-child+div {
    max-height: 90%;
    overflow-y: scroll;
    /*margin-bottom: 25px;*/
    /*padding-right: 10px;*/
    font-size: 14px;
    line-height: 30px;
}

.shengming>div>i {
    font-size: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

/* 返回顶部 */

/*.topBack {
    display: block;
    width: 50px;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
}*/

.m-footer {
    display: none;
}

.nav-left {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: column;
    z-index: 99999999;
}

.nav-left a {
    width: 50px;
    height: 50px;
    margin: 5px 0;
    color: #fff;
    background: #0e6eb8;
    line-height: 50px;
    text-align: center;
    /*-moz-box-shadow: 0px 0px 5px rgba(14, 110, 184, 0.2);*/
    /*-webkit-box-shadow: 0px 0px 5px rgba(14, 110, 184, 0.2);*/
    /*box-shadow: 0px 0px 5px rgba(14, 110, 184, 0.2);*/
    font-size: 24px;
    transition: .4s;
    position: relative;
}

.nav-left a.topBack {
    opacity: 0;
}

.nav-left a:hover {
    background: #e3ce00;
}

.nav-left a:nth-child(1):before {
    animation: flash 4s infinite;
    display: block;
}

.nav-left a i {
    width: 180px;
    /* background: rgba(255, 255, 255, 0); */
    height: 50px;
    position: absolute;
    font-size: 20px;
    line-height: 50px;
    right: 50px;
    top: 0;
    background: #0e6eb8;
    font-style: normal;
    opacity: 0;
    transition: all 0.5s;
}

.nav-left a:hover i {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0.2
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0.3
    }
}


/* ---------------------------------------1680--------------------------------------- */
@media (max-width: 1680px) {}

/* ---------------------------------------1440--------------------------------------- */

/* ---------------------------------------1367--------------------------------------- */
@media (max-width: 1440px) {
    .container {
        width: 1170px;
    }

    nav li a {
        font-size: 14px;
    }

    .down-nav .right h4 a,
    .down-nav .left h4 a {
        font-size: 18px;
    }

    .down-nav .right p a,
    .down-nav .left dd .item a {
        font-size: 14px;
    }

    .down-nav .left dd {
        font-size: 14px;
    }

    .down-nav .right {
        padding-left: 45px;
        width: 65%;
    }

    .down-nav .left {
        padding-right: 45px;
        width: 35%;
    }

    footer .left {
        padding: 60px 0;
    }

    footer .right {
        padding: 60px;
    }

    .down-nav .right p {
        padding: 10px 15px 10px 0;
    }

    .down-nav .right p a {
        line-height: 20px;
    }

    .down-nav .left dd .item a {
        padding: 10px 0;
        line-height: 25px;
    }

    nav li {
        padding: 0 8px;
    }
}

/* ---------------------------------------1200--------------------------------------- */
@media (max-width: 1200px) {
    .hidden-md {
        display: none;
    }

    .hidden-lg,
    .hidden-sm,
    .hidden-sx {
        display: block;
    }

    .visible-md {
        display: block;
    }

    .visible-lg,
    .visible-sm,
    .visible-xs {
        display: none;
    }

    .container {
        width: 970px;
    }


    .m-footer .copyright,
    .m-footer .copyright a {
        color: #fff;
    }

    .m-footer span {
        display: block;
    }

    footer .right {
        padding: 60px 35px;
    }

    header {
        padding: 0 15px;
    }

    header .search {
        width: 10%;
    }

    header nav {
        width: 80%;
    }

    .down-nav {
        padding: 60px 40px;
    }

    .down-nav .left dd .item a {
        padding: 10px 0;
        line-height: 25px;
    }

    .down-nav .right p a {
        line-height: 25px;
    }

    .down-nav .right p {
        padding: 10px 10px 10px 0;
    }

    footer .right .ewm-item p {
        font-size: 12px;
    }
}

/* ---------------------------------------992--------------------------------------- */
@media (max-width: 992px) {
    .header_wap .logo2 {
        height: 25px !important;
        margin: 17.5px 0 !important;
    }

    header {
        display: none;
    }

    footer {
        display: none;
    }

    .footer2 {
        display: block;
    }

    .m-footer {
        display: block;
        /* margin-bottom: 43px; */
        background: #000;
        padding: 25px 0;
        text-align: center;
    }

    .header_wap {
        display: block;
    }

    .hidden-sm {
        display: none;
    }

    .hidden-lg,
    .hidden-md,
    .hidden-sx {
        display: block;
    }

    .visible-sm {
        display: block;
    }

    .visible-lg,
    .visible-md,
    .visible-xs {
        display: none;
    }

    .container {
        width: 750px;
        padding: 0 15px;
    }
}

/* ---------------------------------------767--------------------------------------- */
@media (max-width: 767px) {
    .shengming>div {
        width: calc(100% - 30px);
        height: 70%;
        padding: 25px 20px 25px 25px;
    }

    .shengming>div>p:first-child {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .shengming>div>p:first-child+div {
        text-align: justify;
        padding-right: 10px;
    }

    .shengming>div>p:last-child {
        display: none;
    }

    .shengming>div>i {
        font-size: 24px;
        top: 15px;
        right: 15px;
    }


    .nav-left {
        right: 15px;
    }

    .nav-left a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .nav-left a i {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-lg,
    .hidden-md,
    .hidden-sm {
        display: block;
    }

    .visible-xs {
        display: block;
    }

    .visible-lg,
    .visible-md,
    .visible-sm {
        display: none;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

}

/* ---------------------------------------340--------------------------------------- */
@media (max-width: 340px) {}

/*-----------------------------------手机头部样式------------------------------------*/
/*手机站头部样式	*/
.header_wap {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 999;
    background: #fff;
}

.header_wap .logo2 {
    width: auto;
    height: 40px;
    float: left;
    margin: 10px 0;
}

.header_wap .logo2 img {
    width: auto;
    height: 100%;
}

.header_wap .menu {
    width: 35px;
    position: absolute;
    top: 18px;
    right: 15px;
}

.header_wap .ion-ios-navicon {
    height: 2px;
    width: 35px;
    background: #0d6fb8;
    position: relative;
    left: 0px;
    top: 5px;
    cursor: pointer;
    display: inline-block
}

.header_wap .ion-ios-navicon:after,
.header_wap .ion-ios-navicon:before {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: inherit
}

.header_wap .ion-ios-navicon:before {
    left: 0;
    bottom: 18px
}

.header_wap .ion-ios-navicon:after {
    left: 0;
    bottom: 9px
}

#menu #lg {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: right;
}

#menu #lg a {
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    background: #bf613f;
    margin-left: 4px;
}

#menu #lg a:last-child {
    background: #bb3239;
}

/*底部样式*/
.footer2 {
    color: #fff;
    line-height: 28px;
}

.sub_contact {
    padding: 35px 0;
}

.foot_r {
    border-left: 1px #aea290 solid;
    padding: 35px 0 20px;
}

.foot_r dl {
    width: 14.2%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.foot_r dl dt {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 28px;
}

.foot_r dl dd {
    line-height: 28px;
}

.footer2 a {
    color: #fff;
}

.footer2 a:hover {
    opacity: 0.8
}

.copy {
    min-height: 60px;
    padding-top: 15px;
    padding-right: 70px;
    color: #bcb3a7;
    text-align: right;
    background: url(../images/sub_logo.jpg) no-repeat right center;
}

@media (max-width: 768px) {
    .sub_contact {
        float: left;
        border-bottom: 1px #aea290 solid;
    }

    .sub_contact ul {
        width: 70%;
        float: left;
    }

    .sub_contact span {
        float: right;
    }

    .foot_r {
        border-left: none;
        padding: 20px 0 20px;
    }

    .copy {
        padding-top: 0;
        padding-bottom: 60px;
        text-align: left;
        background-position: top right;
    }
}

.footer2 {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-size: cover;
    z-index: 1000;
}

.footer2 li {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #0e6eb8;
    border-right: 1px #fff solid;
}

.footer2 li:first-child {
    background: #0e6eb8;
}

.footer2 li:last-child {
    border: none;
}

.footer2 li img {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer2 li a {
    color: #fff;
}

.headerfixed {
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
    z-index: 99999;
}


/*--------------------------------------------*/


.mm-menu.mm-horizontal>.mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu,
.mm-menu>.mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.mm-menu>.mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.mm-menu>.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
}

.mm-menu>.mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu .mm-list {
    padding: 20px 0;
}

.mm-menu>.mm-list {
    padding-bottom: 0;
}

.mm-menu>.mm-list:after {
    content: '';
    display: block;
    height: 40px;
}

.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

.mm-panel>.mm-list:first-child {
    padding-top: 0;
}

.mm-list,
.mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font: inherit;
    font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
    text-decoration: none;
}

.mm-list>li {
    position: relative;
}

.mm-list>li>a,
.mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto;
}

.mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}

.mm-list a.mm-subopen+a,
.mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px;
}

.mm-list>li.mm-selected>a.mm-subopen {
    background: transparent;
}

.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0;
}

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
}

.mm-list>li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
}

.mm-list>li.mm-spacer {
    padding-top: 40px;
}

.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
}

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
    height: 40px;
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
    top: 16px;
    bottom: auto;
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
    height: 25px;
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
    background: #0d6fb8;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 1);
}

.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 1);
}

.mm-menu .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list>li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

html.mm-opened body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0.1);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
    }
}

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.mm-buttonbar:after {
    content: '';
    display: block;
    clear: both;
}

.mm-buttonbar>* {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-buttonbar>a {
    text-decoration: none;
}

.mm-buttonbar>input {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.mm-buttonbar>input:checked+label {
    border-color: transparent !important;
}

.mm-buttonbar>*:first-child,
.mm-buttonbar>input:first-child+* {
    border-left: none;
}

.mm-buttonbar.mm-buttonbar-2>* {
    width: 50%;
}

.mm-buttonbar.mm-buttonbar-3>* {
    width: 33.33%;
}

.mm-buttonbar.mm-buttonbar-4>* {
    width: 25%;
}

.mm-buttonbar.mm-buttonbar-5>* {
    width: 20%;
}

.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
}

.mm-footer .mm-buttonbar>* {
    border-left: none;
}

.mm-list>li>.mm-buttonbar {
    margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: #333333;
}

.mm-menu .mm-buttonbar>* {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

em.mm-counter+a.mm-subopen {
    padding-left: 40px;
}

em.mm-counter+a.mm-subopen+a,
em.mm-counter+a.mm-subopen+span {
    margin-right: 80px;
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0;
}

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults>em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.mm-menu.mm-hasfooter>.mm-panel:after {
    height: 80px;
}

.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
    padding-top: 30px;
}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
}

.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0;
}

.mm-header .mm-next,
.mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0;
}

.mm-header [href].mm-prev:before,
.mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px;
}

.mm-header [href].mm-next:after,
.mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px;
}

.mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
}

.mm-header [href].mm-close:after {
    content: 'x';
}

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px;
}

.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader>.mm-panel {
    padding-top: 80px;
}

.mm-menu.mm-hasheader>.mm-panel.mm-list {
    padding-top: 60px;
}

.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
    margin-top: -20px;
}

.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
    padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
    padding-top: 100px;
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen:after {
    top: 8.5px;
}

.mm-menu .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-list>li.mm-search {
    padding: 10px;
    margin-top: -20px;
}

.mm-list>li.mm-subtitle+li.mm-search {
    margin-top: 0;
}

div.mm-panel>div.mm-search {
    padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list>li.mm-search {
    margin-top: 0;
}

.mm-menu>.mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-search {
    padding: 10px;
}

.mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
}

.mm-search input::-ms-clear {
    display: none;
}

.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
}

.mm-menu .mm-noresultsmsg:after {
    border: none !important;
}

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-menu li.mm-nosubresults>a.mm-subopen {
    display: none;
}

.mm-menu li.mm-nosubresults>a.mm-subopen+a,
.mm-menu li.mm-nosubresults>a.mm-subopen+span {
    padding-right: 10px;
}

.mm-menu.mm-hassearch>.mm-panel {
    padding-top: 70px;
}

.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child {
    margin-top: -20px;
}

.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child {
    margin-top: -10px;
}

.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list {
    padding-top: 0;
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
    content: '';
    display: block;
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1;
}

.mm-menu.mm-vertical .mm-list>li label.mm-toggle,
.mm-menu.mm-vertical .mm-list>li label.mm-check {
    bottom: auto;
    margin-bottom: 0;
}

.mm-menu.mm-vertical .mm-list>li label.mm-toggle {
    top: 5px;
}

.mm-menu.mm-vertical .mm-list>li label.mm-check {
    top: 5px;
}

label.mm-toggle,
label.mm-check {
    right: 20px;
}

label.mm-toggle+a,
label.mm-toggle+span {
    margin-right: 70px;
}

label.mm-check+a,
label.mm-check+span {
    margin-right: 50px;
}

a.mm-subopen+label.mm-toggle,
a.mm-subopen+label.mm-check {
    right: 50px;
}

a.mm-subopen+label.mm-toggle+a,
a.mm-subopen+label.mm-toggle+span {
    margin-right: 100px;
}

a.mm-subopen+label.mm-check+a,
a.mm-subopen+label.mm-check+span {
    margin-right: 80px;
}

em.mm-counter+a.mm-subopen+label.mm-toggle,
em.mm-counter+a.mm-subopen+label.mm-check {
    right: 90px;
}

em.mm-counter+a.mm-subopen+label.mm-toggle+a,
em.mm-counter+a.mm-subopen+label.mm-toggle+span {
    margin-right: 140px;
}

em.mm-counter+a.mm-subopen+label.mm-check+a,
em.mm-counter+a.mm-subopen+label.mm-check+span {
    margin-right: 120px;
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}

.mm-menu label.mm-toggle:before {
    background: #333333;
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(30%);
    -moz-transform: scale(0.7, 0.7) translateX(30%);
    -ms-transform: scale(0.7, 0.7) translateX(30%);
    -o-transform: scale(0.7, 0.7) translateX(30%);
    transform: scale(0.7, 0.7) translateX(30%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-30%);
    -moz-transform: scale(0.7, 0.7) translateY(-30%);
    -ms-transform: scale(0.7, 0.7) translateY(-30%);
    -o-transform: scale(0.7, 0.7) translateY(-30%);
    transform: scale(0.7, 0.7) translateY(-30%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(30%);
    -moz-transform: scale(0.7, 0.7) translateY(30%);
    -ms-transform: scale(0.7, 0.7) translateY(30%);
    -o-transform: scale(0.7, 0.7) translateY(30%);
    transform: scale(0.7, 0.7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel {
    -webkit-transform: scale(1.5, 1.5) translateX(100%);
    -moz-transform: scale(1.5, 1.5) translateX(100%);
    -ms-transform: scale(1.5, 1.5) translateX(100%);
    -o-transform: scale(1.5, 1.5) translateX(100%);
    transform: scale(1.5, 1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    transition-property: transform, left;
}

html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
    }
}

.mm-menu.mm-front.mm-fullscreen.mm-top,
.mm-menu.mm-front.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
    }
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.mm-menu.mm-front.mm-top {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.mm-menu.mm-front.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list>li>a.mm-subopen:after,
.mm-menu.mm-light .mm-list>li>a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-light .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list>li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: #f3f3f3;
}

.mm-menu.mm-light .mm-buttonbar>* {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3;
}

.mm-menu.mm-light label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3;
}

.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}

html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list>li>a.mm-subopen:after,
.mm-menu.mm-white .mm-list>li>a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-white .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.06);
}

.mm-menu.mm-white .mm-list>li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: white;
}

.mm-menu.mm-white .mm-buttonbar>* {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.mm-menu.mm-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white label.mm-toggle:before {
    background: white;
}

.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}

html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}

.mm-menu.mm-black {
    background: black;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list>li:after {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list>li>a.mm-subopen:after,
.mm-menu.mm-black .mm-list>li>a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-black .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list>li.mm-label {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: black;
}

.mm-menu.mm-black .mm-buttonbar>* {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, 0.6);
    color: black;
}

.mm-menu.mm-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-footer {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black label.mm-toggle:before {
    background: black;
}

.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}