@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700";
@import url(jquery.fancybox.css);
* {
    margin: 0;
    padding: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    min-height: 101%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

form.search-form input.search-field,
form.search-form button.search-submit {
    display: inline-block;
    border: none;
    padding: 10px;
    line-height: 1.3em
}

form.search-form input.search-field,
form.search-form button.search-submit {
    font-family: "FontAwesome", sans-serif;
    border: 1px solid #ccc
}

form.search-form button.search-submit {
    background: #000;
    color: #fff;
    border: none;
    border: 1px solid #000
}

.cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: .5em 10%;
    text-align: center;
    background: #000;
    border-top: 1px solid #ccc;
    font-size: .75em;
    color: #fff
}

.cookies a {
    color: #e8b000
}

.cookies a:hover {
    opacity: 0.8
}

#back-top {
    border-radius: 10px;
    position: fixed;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    z-index: 300;
    opacity: 0.4;
    text-align: center;
    background: #fff;
    padding: 0.3em
}

#back-top:hover {
    opacity: 1;
    transition: 0.3s all ease
}

#back-top a {
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px
}

#back-top a i {
    display: block;
    font-size: 3rem
}

.credit-cards ul {
    list-style: none
}

.credit-cards ul li {
    display: inline-block
}

.credit-cards img {
    width: 100%;
    max-width: 50px
}

.clearfix {
    clear: both
}

form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 0;
    position: relative
}

form.contact-form {
    margin-bottom: 2em;
    background: #eaeaea;
    float: left;
    padding: 30px
}

form.contact-form h2 {
    font-size: 1.5em;
    padding: .5em 0 .2em 0
}

form.contact-form input[type=submit] {
    float: right;
    margin-top: 1em;
    text-align: center
}

@media (min-width: 800px) {
    form.contact-form input[type=submit] {
        width: 30%
    }
}

@media screen and (min-width: 920px) {
    form.callback-form label {
        width: 18%;
        margin-right: 2%
    }
    form.callback-form label:nth-of-type(even) {
        margin-right: 2%
    }
}

form fieldset {
    border: none
}

form label {
    color: #999;
    display: block;
    float: left;
    width: 100%
}

form label.service {
    width: 45%;
    margin-right: 10%
}

form label.service:nth-of-type(even) {
    margin-right: 0
}

form label.data-capture label {
    display: block;
    clear: both
}

form label.further-details {
    width: 100%;
    margin-top: 2%
}
/* mkdev removed width: 49% */
@media (min-width: 480px) {
    form label {
        width: 49%;
        margin-right: 2%
    }
    form label:nth-of-type(even) {
        margin-right: 0
    }
}
/* mkdev removed width: 49% */
@media (min-width: 480px) {
  div.chauffeur form label {
        width: 100%;
        margin-right: 2%
    }
    form label:nth-of-type(even) {
        margin-right: 0
    }
}

form input[type=text],
form input[type=tel],
form input[type=date],
form input[type=file],
form input[type=email],
form textarea,
form select {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 1em;
    border: 1px solid #ddd;
    outline: none;
    margin: 0.2em 0;
    color: black;
    -webkit-appearance: none
}

form input[type=submit] {
    width: 100%;
    padding: 1.2em 1em;
    background: #000000;
    border: none;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font: 1em/1em "Source Sans Pro";
    text-transform: uppercase;
    transition: .3s;
    text-align: left;
    margin-top: .2em
}

form input[type=submit]:active {
    border-bottom: 0;
    margin-top: 5px
}

@media screen and (min-width: 920px) {
    form input[type=submit] {
        width: 20%
    }
}

form input[type=submit][disabled=disabled] {
    opacity: .5;
    cursor: default
}

form input[type=submit][disabled=disabled]:hover {
    background: #000000
}

form input[type=submit][disabled=disabled]:after {
    content: "\f054";
    float: right;
    margin-top: .3em;
    font: 1em/1 FontAwesome
}

form.recruitment-form input[type=submit] {
    margin-top: .4em
}

@media screen and (min-width: 920px) {
    form.recruitment-form input[type=submit] {
        width: 100% !important
    }
}

form textarea {
    padding: 0.7em 1em;
    line-height: 1.75
}

form input.focus:active,
form input.focus:focus,
form textarea:active,
form textarea:focus {
    border-color: #c2e1f5;
    -moz-box-shadow: inset 0 0 0 0.4em #e1f2fc;
    -webkit-box-shadow: inset 0 0 0 0.4em #e1f2fc;
    box-shadow: inset 0 0 0 0.4em #e1f2fc
}

form .issue input,
form .issue textarea {
    border-color: #f48f95;
    -moz-box-shadow: inset 0 0 0 0.4em #f9b2ae;
    -webkit-box-shadow: inset 0 0 0 0.4em #f9b2ae;
    box-shadow: inset 0 0 0 0.4em #f9b2ae
}

form .success input,
form .success textarea {
    border-color: #7bd884;
    -moz-box-shadow: inset 0 0 0 0.4em #c3eac7;
    -webkit-box-shadow: inset 0 0 0 0.4em #c3eac7;
    box-shadow: inset 0 0 0 0.4em #c3eac7
}

form .message {
    display: block;
    text-align: right;
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #EC7878
}

form .success .message {
    color: #5ABE64
}

form input,
form textarea {
    -webkit-transition: border 0.25s ease;
    -moz-transition: border 0.25s ease;
    -o-transition: border 0.25s ease;
    transition: border 0.25s ease;
    -webkit-transition: border 0.25s ease;
    -moz-transition: border 0.25s ease;
    -o-transition: border 0.25s ease;
    transition: border 0.25s ease
}

form.sent {
    opacity: .5;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease
}

.results {
    position: fixed;
    bottom: -60px;
    z-index: 50;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font: 1.2em/1em sans-serif;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease
}

.results.visible {
    bottom: 0
}

.results.success {
    background: #7bd884;
    color: #fff
}

.results.issue {
    background: #f48f95;
    color: #fff
}

.loading {
    margin: 1em 0;
    font: 0.9em "Source Sans Pro";
    text-transform: uppercase;
    color: #000;
    display: none
}

.loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    border-right: 4px solid rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    border-left: 4px solid #555;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    display: block;
    float: left;
    margin-right: 5px
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 25px;
    height: 25px
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loading.white {
    color: #fff
}

.loading.white .loader {
    border-top: 4px solid rgba(255, 255, 255, 0.4);
    border-right: 4px solid rgba(255, 255, 255, 0.4);
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
    border-left: 4px solid #ffffff
}

.social-links {
    list-style: none
}

.social-links li {
    display: inline-block
}

.social-links li a {
    color: #fff
}
/* mkdev black and white colours inverted */
body {
    background: #000;
    color: #fff;
    font: 16px/1.5 "Source Sans Pro", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 800px) {
    body {
        padding-top: 0 !important
    }
}

.wrapper {
    float: left;
    width: 100%
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

@media (min-width: 1250px) {
    .container {
        padding: 0
    }
}

.grid {
    width: 100%
}
/* mkdev min-width: 600px orig 800px */
@media (min-width: 600px) {
    .grid {
        float: left
    }
    .grid1_12 {
        width: 8.33333%
    }
    .grid2_12 {
        width: 16.66667%
    }
    .grid3_12 {
        width: 25%
    }
    .grid4_12 {
        width: 33.33333%
    }
    .grid5_12 {
        width: 41.66667%
    }
    .grid6_12 {
        width: 50%
    }
    .grid7_12 {
        width: 58.33333%
    }
    .grid8_12 {
        width: 66.66667%
    }
    .grid9_12 {
        width: 75%
    }
    .grid10_12 {
        width: 83.33333%
    }
    .grid11_12 {
        width: 91.66667%
    }
    .grid12_12 {
        width: 100%
    }
}

.box-padding {
    padding: 1em
}

.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

img {
    max-width: 100%
}

a {
    transition: .3s
}

section {
    display: inline-block;
    width: 100%
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal
}

h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
    color: #373737
}

h2 {
    font-size: 1.8em
}

h3 {
    font-size: 1.6em
}

h4 {
    font-size: 1.2em
}

h5 {
    font-size: 1.1em
}

.btn {
    color: #fff;
    padding: .5em 1em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    background: #000000;
    min-width: 220px;
    text-align: center;
    font-size: 1.2em
}

.btn:hover {
    background-color: #191919
}

.btn.btn-noir {
    background: #111;
    color: #fff
}

.btn.btn-noir:hover {
    background: #191919
}

.btn.btn-blanc {
    background: #fff;
    color: #fff
}

.btn.btn-blanc:hover {
    background: #fff
}

.btn.btn-primary {
    background: #000000;
    color: #fff
}

.btn.btn-primary:hover {
    background: #ed7229
}

.btn .btn-blanc {
    color: #111
}

.btn:after {
    content: "\f101";
    margin: .3em 0 0 .5em;
    font: .8em/1 FontAwesome
}

.mobile-top-bar {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #373737
}

.mobile-top-bar:after {
    clear: both;
    content: '';
    display: block
}

.mobile-top-bar .stickyheader-left {
    float: left
}

.mobile-top-bar .stickyheader-right {
    float: right
}

.mobile-top-bar .stickyheader-btn {
    width: 50%;
    display: inline-block;
    text-decoration: none;
    padding: .5em;
    text-align: center
}

.mobile-top-bar .menu-btn {
    background: #373737;
    color: #fff
}

.mobile-top-bar .menu-btn i.fa-bars {
    margin-right: .5em
}

.mobile-top-bar .toggle-location-numbers {
    background: #000000;
    color: #fff
}

.mobile-top-bar .toggle-location-numbers i.fa-phone {
    margin-right: .5em
}

.mobile-top-bar .toggle-location-numbers i.fa-angle-down {
    margin-left: .5em
}

.mobile-top-bar .toggle-location-numbers:hover {
    cursor: pointer
}

.mobile-top-bar .mobile-location-numbers {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    padding: 1em;
    width: 100%;
    background: #000000;
    color: #fff
}

.mobile-top-bar .mobile-location-numbers .main-phone {
    font-size: 1.4em;
    text-align: center
}

.mobile-top-bar .mobile-location-numbers .main-phone span.ld-phonenumber {
    display: block;
    font-weight: bold
}

.mobile-top-bar .mobile-location-numbers .main-phone span.ld-phonenumber a {
    color: #fff;
    text-decoration: none
}

.mobile-top-bar .mobile-location-numbers .ld-locationnumbers-list {
    font-size: 1.2em
}

.mobile-top-bar .mobile-location-numbers.show-mobile-location-numbers {
    display: block
}

@media (min-width: 800px) {
    .mobile-top-bar {
        display: none
    }
}

.desktop-top-bar {
    background: #373737;
    color: #fff;
    display: none;
    font-size: 1.1em
}

@media (min-width: 800px) {
    .desktop-top-bar {
        display: block
    }
}

.desktop-top-bar .phone {
    float: right;
    background: #000000;
    margin-right: 3em;
    padding: .3em 1em;
    font-size: 1.2em
}

.desktop-top-bar .phone i {
    margin-right: .5em
}

.desktop-top-bar .emergency-response {
    background: #000000;
    float: right;
    margin-right: .5em;
    padding: .5em 1em
}

.desktop-top-bar .emergency-response i {
    margin-right: .5em
}

.desktop-top-bar .emergency-response span {
    font-weight: 700
}

.desktop-top-bar .social-links {
    float: right
}

.desktop-top-bar .social-links li a {
    color: #fff;
    float: right;
    padding: .5em .3em .2em;
    float: left
}

.desktop-top-bar .social-links li a:hover {
    color: #000000
}

.top-nav {
    float: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.top-nav li {
    list-style: none;
    display: inline-block;
    margin-right: .5em;
    position: relative
}

.top-nav a {
    color: #fff;
    text-decoration: none;
    padding: .5em .7em;
    float: left
}

.top-nav a:hover {
    background: #000000
}

.top-nav .current-menu-item a {
    background: #000000
}

.top-nav a:hover+.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible
}

.top-nav .sub-menu {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: .3s;
    width: auto;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 180px;
    border: 1px solid #ccc
}

.top-nav .sub-menu li {
    margin-left: 0;
    width: 100%;
    float: left;
    padding: 0
}

.top-nav .sub-menu .current-menu-item a {
    border-radius: 0
}

.top-nav .sub-menu a {
    background: #fff;
    border: none;
    color: #111;
    padding: .3em .5em;
    display: block;
    width: 100%
}

.top-nav .sub-menu a:hover {
    background: #ccc
}

.top-nav .sub-menu .current-menu-item a {
    background: #ccc
}

.top-nav .sub-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible
}
/* mkdev  */
.header .logo {
    width: 150px;
    display: block;
    margin: 0 auto
}

@media (min-width: 800px) {
    .header .logo {
        float: left;
        display: inline-block
    }
}

.header .logo img {
    display: block;
/*    width: 100%; */
    max-width: 150px;
    transition: .3s;
    margin: 0 auto;
 /*   padding: 1.5em .5em */
}

.header .logo img:hover {
    opacity: .8
}

@media (min-width: 800px) {
    .header .logo img {
        float: left
    }
}

@media (min-width: 800px) {
    .header {
        padding: .5em 0
    }
}

.header .header-top-right {
    display: none
}

@media (min-width: 800px) {
    .header .header-top-right {
        float: right;
        display: block
    }
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu,
.mm-menu>.mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0
}

.mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-menu>.mm-panel {
    background: inherit;
    border-color: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px
}

.mm-menu>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-menu>.mm-panel:before,
.mm-menu>.mm-panel:after {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-vertical .mm-listview>li>.mm-next,
.mm-listview>li.mm-vertical>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-vertical .mm-listview>li>.mm-next:after,
.mm-listview>li.mm-vertical>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-vertical .mm-listview>li.mm-opened>.mm-next:after,
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    overflow: hidden
}

.mm-navbar .mm-title a {
    font-family: 'Source Sans Pro' !important
}

.mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li:after,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before {
    border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-menu>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-menu>.mm-panel>.mm-listview:first-child,
.mm-menu>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px
}

.mm-next:after,
.mm-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview>li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.5)
}

.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(0, 0, 0, 0.05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05)
}

.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);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

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)
    }
}

.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
    max-height: 80%
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

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: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    padding-left: 40px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, 0.3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05)
}

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
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: -webkit-transform, left, right;
    -moz-transition-property: -moz-transform, left, right;
    -ms-transition-property: -ms-transform, left, right;
    -o-transition-property: -o-transform, left, right;
    transition-property: transform, left, right
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    right: 40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0px
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.mm-subopened .mm-subblocker {
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom: none;
    top: auto;
    bottom: 0
}

.mm-navbar-top ~ .mm-navbar-top {
    border-bottom: none
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-close:after {
    content: 'x'
}

.mm-navbar[class*="mm-navbar-content-"]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar>.mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar>.mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar>.mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0px
}

.mm-hasnavbar-top-1 .mm-panel {
    top: 40px
}

.mm-hasnavbar-top-1 .mm-indexer {
    top: 50px
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
    top: 40px
}

.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panel {
    top: 80px
}

.mm-hasnavbar-top-2 .mm-indexer {
    top: 90px
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
    top: 80px
}

.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panel {
    top: 120px
}

.mm-hasnavbar-top-3 .mm-indexer {
    top: 130px
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
    top: 120px
}

.mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panel {
    top: 160px
}

.mm-hasnavbar-top-4 .mm-indexer {
    top: 170px
}

.mm-hasnavbar-top-4 .mm-fixeddivider {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0px
}

.mm-hasnavbar-bottom-1 .mm-panel {
    bottom: 40px
}

.mm-hasnavbar-bottom-1 .mm-indexer {
    bottom: 50px
}

.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panel {
    bottom: 80px
}

.mm-hasnavbar-bottom-2 .mm-indexer {
    bottom: 90px
}

.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panel {
    bottom: 120px
}

.mm-hasnavbar-bottom-3 .mm-indexer {
    bottom: 130px
}

.mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panel {
    bottom: 160px
}

.mm-hasnavbar-bottom-4 .mm-indexer {
    bottom: 170px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-search,
.mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0 10px
}

.mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 40px 0
}

.mm-noresults .mm-noresultsmsg {
    display: block
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -100px;
    z-index: 3;
    -webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -ms-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, 0.3)
}

input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    top: 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-top: -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-top: -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
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
    bottom: auto;
    margin-top: 0
}

li.mm-vertical label.mm-toggle {
    top: 5px
}

li.mm-vertical label.mm-check {
    top: 5px
}

label.mm-toggle,
label.mm-check {
    right: 20px
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-toggle,
a.mm-next+label.mm-check {
    right: 60px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span,
a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-toggle,
em.mm-counter+a.mm-next+label.mm-check {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span,
em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.7)
}

.mm-menu.mm-border-none .mm-listview>li:after,
.mm-listview.mm-border-none>li:after {
    content: none
}

.mm-menu.mm-border-full .mm-listview>li:after,
.mm-listview.mm-border-full>li:after {
    left: 0 !important
}

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -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-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0)
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -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-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0)
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
    opacity: 1
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0)
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.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-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span {
    text-overflow: clip;
    white-space: normal
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
    content: none;
    display: none
}

.mm-menu.mm-pageshadow:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.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)
    }
}

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
}

.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: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-theme-dark {
    background: #333333;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: white;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.05)
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(0, 0, 0, 0.03)
}

.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.03)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: white
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: black;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.3)
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: black
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu.mm-tileview .mm-listview>li,
.mm-menu .mm-tileview.mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0 0;
    float: left;
    position: relative
}

.mm-menu.mm-tileview .mm-listview>li:after,
.mm-menu .mm-tileview.mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span,
.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu.mm-tileview .mm-listview>li>.mm-next,
.mm-menu .mm-tileview.mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

#mmenu:not(.mm-menu) {
    display: none
}

@media only screen and (max-width: 800px) {
    .mm-menu .current-menu-item,
    .mm-menu .current-menu-parent,
    .mm-menu .sub-menu .current-menu-item {
        background: #373737;
        color: #fff
    }
}

.main-nav {
    display: none;
    background: #fff;
    margin: 5em 0 4em
}

.main-nav li {
    display: inline-block;
    position: relative;
    float: left;
    text-align: left
}

.main-nav li+li {
    border-left: 2px solid #f6f6f6
}

@media (min-width: 800px) {
    .main-nav li span {
        display: block
    }
}

.main-nav .menu-item-has-children>a:after {
    content: "\f107";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    font: 1em/1 FontAwesome
}

.main-nav .current-menu-item>a,
.main-nav .current-menu-parent>a {
    color: #000000
}

.main-nav a {
    display: inline-block;
    text-decoration: none;
    color: #373737;
    padding: 20px;
    font-size: 1em;
    text-transform: uppercase
}

.main-nav a:hover {
    color: #000000
}

.main-nav a:hover+.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible
}

@media (min-width: 800px) {
    .main-nav {
        display: inline-block;
        float: left;
        margin: 1em 0;
        width: 80%
    }
    .main-nav a {
        padding: 20px 12px;
        font-size: .9em
    }
}

@media (min-width: 1200px) {
    .main-nav {
        width: 86%;
        margin: 2em 0 0
    }
    .main-nav a {
        padding: 10px 16px
    }
}

@media screen and (min-width: 1250px) {
    .main-nav {
        margin: 4em 0 0
    }
    .main-nav a {
        padding: 10px
    }
}

.main-nav .sub-menu {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: .3s
}

.main-nav .sub-menu li {
    width: 100%;
    float: left
}

.main-nav .sub-menu a {
    color: #111;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.main-nav .sub-menu a:hover {
    color: #111
}

.main-nav .sub-menu .current-menu-item a {
    color: #000000
}

.main-nav .sub-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible
}

.hero.picturefill .hero-content {
    font-size: 3em
}

.hero.bgcover {
    position: relative;
    z-index: 1;
    color: #fff
}

.hero.bgcover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

.hero.bgcover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background-color: rgba(17, 17, 17, 0.7)
}

.hero.bgcover .hero-content {
    padding: 1em 0;
    font-size: 1.5em;
    color: #fff
}

@media (min-width: 800px) {
    .hero-buckets .grid,
    .hero-buckets .container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

.hero-content {
    position: relative;
    padding: 1.5em;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: .5em
}

/* mkdev min-width: 600px orig 800px min-height: 400px orig 251px */
@media (min-width: 600px) {
    .hero-content {
        margin-right: .5em;
        min-height: 600px
    }
}

.hero-content h2 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    display: block;
    z-index: 1;
    position: relative;
    margin-bottom: .3em
}

.hero-content h2 span {
    display: block
}

.hero-content:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover
}

.buckets .container {
    padding: 0
}

.buckets li {
    width: 100%
}

@media (min-width: 480px) {
    .buckets li {
        width: 50%
    }
}

@media (min-width: 800px) {
    .buckets.num-1 li {
        width: 100%
    }
    .buckets.num-2 li {
        width: 50%
    }
    .buckets.num-3 li {
        width: 33.33333%
    }
    .buckets.num-4 li {
        width: 25%
    }
    .buckets.num-5 li {
        width: 20%
    }
    .buckets.num-6 li {
        width: 16.66667%
    }
    .buckets.num-7 li {
        width: 14.28571%
    }
    .buckets.num-8 li {
        width: 12.5%
    }
}

.buckets.in-between li,
.buckets.in-between-cont li {
    margin-bottom: 2%
}

@media (min-width: 480px) {
    .buckets.in-between li,
    .buckets.in-between-cont li {
        width: 49%;
        margin: 0 1% 2%
    }
    .buckets.in-between li:nth-of-type(odd),
    .buckets.in-between-cont li:nth-of-type(odd) {
        margin-left: 0
    }
    .buckets.in-between li:nth-of-type(even),
    .buckets.in-between-cont li:nth-of-type(even) {
        margin-right: 0
    }
}

@media (min-width: 800px) {
    .buckets.in-between.num-1 li,
    .buckets.in-between-cont.num-1 li {
        width: 100%;
        margin: 0 0%
    }
    .buckets.in-between.num-2 li,
    .buckets.in-between-cont.num-2 li {
        width: 50%;
        margin: 0 0%
    }
    .buckets.in-between.num-3 li,
    .buckets.in-between-cont.num-3 li {
        width: 33.33333%;
        margin: 0 0%
    }
    .buckets.in-between.num-4 li,
    .buckets.in-between-cont.num-4 li {
        width: 25%;
        margin: 0 0%
    }
    .buckets.in-between.num-5 li,
    .buckets.in-between-cont.num-5 li {
        width: 20%;
        margin: 0 0%
    }
    .buckets.in-between.num-6 li,
    .buckets.in-between-cont.num-6 li {
        width: 16.66667%;
        margin: 0 0%
    }
    .buckets.in-between.num-7 li,
    .buckets.in-between-cont.num-7 li {
        width: 14.28571%;
        margin: 0 0%
    }
    .buckets.in-between.num-8 li,
    .buckets.in-between-cont.num-8 li {
        width: 12.5%;
        margin: 0 0%
    }
}

.buckets.in-between li:first-of-type,
.buckets.in-between-cont li:first-of-type {
    margin-left: 0
}

.buckets.in-between li:last-of-type,
.buckets.in-between-cont li:last-of-type {
    margin-right: 0
}

.buckets.in-between-cont .container {
    padding: 0 15px
}

@media (min-width: 1250px) {
    .buckets.in-between-cont .container {
        padding: 0
    }
}

.buckets {
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.buckets li {
    display: block;
    float: left;
    background-size: cover;
    background-position: left;
    background-size: 50%;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0.5em !important;
    width: 100% !important
}

.buckets a {
    display: block;
    text-decoration: none;
    color: #111;
    width: 100%
}

.buckets a:hover .title {
    background: rgba(17, 17, 17, 0.4)
}

.buckets .title {
    display: block;
    padding: .5em;
    transition: .3s
}

.buckets .desc {
    padding: 0 10px
}

.buckets .btn {
    display: block;
    width: 50%;
    float: right;
    text-align: left;
    font-size: 1.2em;
    padding: 1.5em 1em;
    transition: .2s
}

@media (min-width: 800px) {
    .buckets .btn {
        font-size: 1.4em
    }
}

@media (min-width: 1200px) {
    .buckets .btn {
        font-size: 1.6em
    }
}

.buckets .btn:hover {
    background: #373737
}

.buckets:after {
    content: '';
    display: block;
    clear: both
}

.buckets.imagehtml a {
    padding: 0;
    background: #ddd
}

.buckets.imagehtml a:hover img {
    opacity: .8
}

.buckets.imagehtml a>* {
    margin-bottom: 10px
}

.buckets.imagehtml img {
    display: block;
    transition: .3s
}

main {
    margin: 2em 0
}

.copy {
    margin-bottom: 2em
}

/* mkdev */
.copy h1+p {
    font-weight: 700;
    color: #676767
}

.copy p {
    font-size: 1.2em
}

/* mkdev */
.copy p a:hover {
    color: #676767
}

.copy p a:hover {
    color: #373737
}

.copy>*+* {
    margin-top: 1.5em
}

.copy>ul {
    margin-left: 15px;
    list-style: none;
    font-size: 1.2em
}

.copy>ul>li {
    position: relative
}

.copy>ul>li:before {
    display: inline-block;
    padding-right: .5em;
    font-family: FontAwesome;
    content: '\f0da';
    position: absolute;
    top: 0;
    left: -15px
}

.copy .map-wrap {
    float: left;
    width: 100%;
    position: relative
}

.copy .map-wrap .disable-scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.copy .map-wrap #map {
    float: left;
    width: 100%
}

.copy .map-wrap #map iframe {
    width: 100%
}

.copy img {
    display: block
}

@media (min-width: 480px) {
    .copy img.left {
        float: left;
        margin: 1.5em 1em 1em 0
    }
    .copy img.center {
        clear: both;
        margin: 0 auto
    }
    .copy img.right {
        float: right;
        margin: 1.5em 0 1em 1em
    }
}

@media (min-width: 800px) {
    .copy {
        padding-right: 2em
    }
}

blockquote {
    position: relative;
    padding: 1em 2.65em
}

blockquote:before,
blockquote:after {
    position: absolute;
    z-index: 1;
    font-family: FontAwesome;
    font-size: 2em;
    opacity: .25
}

blockquote:before {
    top: 0;
    left: 0;
    content: '\f10d'
}

blockquote:after {
    bottom: 0;
    right: 0;
    content: '\f10e'
}

.portfolio-container .navigation {
    float: left;
    margin-top: 10px
}

.portfolio-container .navigation a {
    background: #000000;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1.2em
}

.portfolio-container .navigation a:hover {
    background: #373737
}

/* mkdev */
.portfolio-container .project {
    width: 100%;
    background: #2a2a2a;
    padding: 20px;
    float: left;
    margin-bottom: 2em
}

@media (min-width: 800px) {
    .portfolio-container .project {
        width: 95%
    }
}

.portfolio-container .project h2 span {
    font-weight: bold
}

.portfolio-container .project p {
    margin: 10px 0
}

.portfolio-container .project ul {
    margin-left: 15px
}

.portfolio-container .project ul li {
    position: relative;
    list-style: none
}

.portfolio-container .project ul li:before {
    display: inline-block;
    padding-right: .5em;
    font-family: FontAwesome;
    content: '\f0da';
    position: absolute;
    top: 0;
    left: -15px
}

.portfolio-container .project ul.owl-theme {
    margin-top: 20px;
    text-align: center;
    margin-left: 0
}

.portfolio-container .project ul.owl-theme li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.portfolio-container .project ul.owl-theme li:before {
    content: none
}

@media (min-width: 480px) {
    .portfolio-container .project ul.owl-theme li {
        width: 31%;
        margin-right: 2%;
        display: inline-block;
        margin-bottom: 0
    }
    .portfolio-container .project ul.owl-theme li:nth-of-type(3) {
        margin-right: 0
    }
}

aside {
    float: left;
    margin-top: 40px
}

@media (min-width: 800px) {
    aside {
        margin-top: 0
    }
}

.sidebar>div {
    margin-bottom: 1em;
    clear: both
}

.why-choose-us {
    background: #000000;
    padding: 1.5em
}

.why-choose-us .title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: .5em
}

.why-choose-us li {
    list-style: none;
    color: #fff;
    position: relative;
    padding: .2em 0 .2em 2.5em;
    margin-bottom: 1em
}

.why-choose-us li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #373737
}

.job-cta {
    background: #eaeaea;
    padding: 1.5em
}

.job-cta p {
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: .5em;
    text-align: center
}

.job-cta a {
    width: 100%
}

.job-cta a:after {
    content: none
}

.contact-info {
    background: #373737;
    padding: 1.5em;
    color: #fff
}

.contact-info h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px
}

.contact-info p {
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: .9em
}

@media (min-width: 480px) {
    .contact-info p {
        font-size: 1.2em;
        padding-left: 50px;
        padding-top: 10px
    }
}

@media (min-width: 800px) {
    .contact-info p {
        padding-left: 30px;
        padding-top: 5px;
        font-size: .8em
    }
}

@media (min-width: 1200px) {
    .contact-info p {
        font-size: 1.2em;
        padding-left: 50px;
        padding-top: 10px
    }
}

.contact-info p.phone:before {
    content: '\f095'
}

.contact-info p.address:before {
    content: '\f015'
}

.contact-info p.email:before {
    content: '\f0e0'
}

.contact-info p:before {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 1.6em;
    position: absolute;
    left: 0;
    top: 0
}

.contact-info a {
    color: #fff;
    text-decoration: none
}

.contact-info a:hover {
    text-decoration: underline
}

.cta {
    position: relative;
    padding: 1.5em;
    background: #373737
}

.cta:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .6;
    background-repeat: no-repeat;
    background-size: cover
}

.cta p {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 1em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: .3em
}

.cta a {
    background: #fff;
    color: #373737;
    z-index: 1;
    position: relative
}

.cta a:hover {
    background: #000000;
    color: #fff
}

.wrapper-callback-form {
    margin: 1em 0
}

/* mkdev */
.wrapper-callback-form .container {
    background: #2a2a2a;
    padding: 1.5em 1em 1em
}

.wrapper-callback-form .submit {
    text-align: center;
    font-weight: 700
}

.wrapper-callback-form p {
    font-size: 1.4em
}

.wrapper-callback-form p span {
    font-family: "Source Sans Pro";
    font-size: 1.2em;
    line-height: .8em;
    margin: 0 0 .5em 0;
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 800px) {
    .wrapper-callback-form p span {
        display: inline;
        margin: 0 .2em 0 0
    }
}

.gallery-outer {
    display: inline-block;
    width: 100%;
    padding: 2em 0
}

.gallery-outer ul {
    text-align: center
}

.gallery-outer ul li {
    list-style: none;
    text-align: center
}

.gallery-outer ul li a {
    pointer-events: none
}

@media (min-width: 480px) {
    .gallery-outer ul li {
        width: 48%;
        display: inline-block;
        margin-bottom: 1%
    }
}

@media (min-width: 800px) {
    .gallery-outer ul li {
        width: 24%;
        margin-bottom: 0
    }
}

.gallery-outer a:hover {
    opacity: .8
}

.gallery-outer img {
    padding: .4em;
    border: 1px solid #ddd
}

.accreditation-outer {
    margin: 2em 0
}

.accreditations {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 2em 0
}

.accreditations .title {
    display: none
}

.accreditations ul {
    text-align: center
}

.accreditations li {
    list-style: none;
    margin-bottom: .5em;
    display: inline-block;
    width: 48%
}

@media (min-width: 480px) {
    .accreditations li {
        width: 18%
    }
}

.cta-call-us {
    text-align: center;
    font-weight: 300;
    font-size: 1.6em;
    padding: 1em
}

.cta-call-us span {
    text-transform: lowercase
}

.cta-call-us a {
    text-decoration: none;
    color: #373737;
    display: inline-block
}

.cta-call-us .ld-phonenumber {
    font-weight: 700;
    color: #373737;
    display: inline-block
}

.cta-call-us i {
    border: 2px solid #373737;
    color: #373737;
    border-radius: 80px;
    padding: .5em .55em;
    margin: 0 auto .5em;
    width: 55px;
    display: block
}

@media screen and (min-width: 600px) {
    .cta-call-us i {
        display: inline-block;
        margin-right: .5em;
        margin-bottom: 0
    }
}

.inpage-submenu {
    margin-top: 40px
}

.inpage-submenu h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px
}

.inpage-submenu ul {
    list-style: none
}

.inpage-submenu a {
    text-decoration: none;
    color: #000000;
    background: #ddd;
    float: left;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 2px
}

@media (min-width: 800px) {
    .inpage-submenu li {
        display: inline-block
    }
    .inpage-submenu a {
        width: auto;
        margin-right: 5px
    }
}

.footer {
    clear: both;
    overflow: hidden;
    margin-top: 40px
}

.footer ul {
    list-style: none
}

.footer li {
    display: block
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    text-decoration: underline
}

.footer .sub-menu {
    margin-left: 15px
}

.footer .sub-menu a {
    position: relative
}

.footer .sub-menu a:before {
    display: inline-block;
    padding-right: .5em;
    font-family: FontAwesome;
    line-height: 1;
    content: '\f105';
    position: absolute;
    top: 0;
    left: -15px
}

.footer .title {
    font-size: 1.6em;
    padding: .5em 0;
    font-weight: 700;
    color: #373737
}

@media (min-width: 800px) {
    .footer .title {
        padding: 0 0 .5em 0
    }
}

.footer .address {
    padding-bottom: .5em
}

.footer .grey {
    background: #373737
}

.footer .grey .title {
    color: #fff
}

.footer .grey:nth-of-type(2) {
    background: #2a2a2a
}

@media (min-width: 800px) {
    .footer {
        text-align: left
    }
}

.footer-main {
    background: #000000;
    color: #fff;
    padding-bottom: 1em
}

.footer-main .container {
    padding: 0
}

.footer-main .container>.grid {
    padding: 1em
}

@media (min-width: 800px) {
    .footer-main .container {
        display: flex
    }
    .footer-main .container>.grid {
        padding: 2em
    }
}

@media (min-width: 800px) {
    .footer-main {
        padding: 0
    }
}

.footer-bottom {
    background: #252525;
    color: #bfbfbf;
    font-size: .8em;
    padding: 1em 0
}

@media (min-width: 480px) {
    .footer-bottom p {
        display: inline;
        float: left;
        padding: .3em 0 .3em 1em
    }
    .footer-bottom p span {
        padding-left: 1em
    }
}

.footer-bottom .adtrak img {
    max-width: 100px;
    opacity: .2;
    transition: .3s;
    margin-top: 1em
}

.footer-bottom .adtrak img:hover {
    opacity: .6
}

@media (min-width: 480px) {
    .footer-bottom .adtrak img {
        float: right;
        margin-top: 0
    }
}

#formBlock {
    padding: .5em;
    float: left;
    width: 100%
}

@media (min-width: 480px) {
    #formBlock {
        padding: .8em
    }
}

@media screen and (min-width: 640px) {
    #formBlock {
        padding: 2em
    }
}

#formBlock h2 {
    font-size: 1.4em
}

@media (min-width: 480px) {
    #formBlock h2 {
        font-size: 1.6em
    }
}

@media screen and (min-width: 640px) {
    #formBlock h2 {
        font-size: 1.6em
    }
}

#formBlock form .half {
    width: 100%
}

#formBlock form .half label {
    width: 100%
}

#formBlock form .half label textarea {
    height: 118px
}

@media screen and (min-width: 640px) {
    #formBlock form .half {
        width: 48%;
        display: inline-block;
        float: left
    }
    #formBlock form .half label {
        width: 100%
    }
    #formBlock form .half:first-of-type {
        margin-right: 4%
    }
}


/*# sourceMappingURL=master.min.css.map */

/*  mkdev */
/*.main-navigation {*/
/*    margin: auto 0;   */
/*}*/

blockquote {
    border: hidden;
}

@media (max-width: 800px) {
.wrapper-callback-form {
    display: none;
    }
}