@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro-Light.eot");
    src: url("../fonts/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light.ttf") format("truetype"), url("../fonts/DINPro-Light.svg#DINPro-Light") format("svg"), url("../fonts/DINPro-Light.eot?#iefix") format("embedded-opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro-Regular.eot");
    src: url("../fonts/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular.ttf") format("truetype"), url("../fonts/DINPro-Regular.svg#DINPro-Regular") format("svg"), url("../fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro-Medium.eot");
    src: url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.ttf") format("truetype"), url("../fonts/DINPro-Medium.svg#DINPro-Medium") format("svg"), url("../fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype");
    font-weight: bold;
    font-style: normal;
}

.animated-el {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.animated-el.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

a {
    color: #2e2e2e;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2e2e2e;
    text-decoration: none;
}

a.nolink:hover {
    text-decoration: none;
}

a.underline-hover:hover {
    text-decoration: none;
}

a.underline-hover:hover > span {
    border-bottom: solid 1px #2e2e2e;
}

a:focus, button {
    outline: none;
}

textarea {
    font-family: "DINPro", sans-serif;
    font-size: 14px;
}

img {
    border: none;
    max-width: 100%;
}

.underline {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
}

.full-width {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .full-width-xs {
        width: 100%;
    }
}

.ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul li {
    list-style: none;
    display: inline-block;
}

.mb-s {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .mb-s {
        margin-bottom: 10px;
    }
}

.mb10x {
    margin-bottom: 10px;
}

.mb15x {
    margin-bottom: 15px;
}

.mb20x {
    margin-bottom: 20px;
}

.mb25x {
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .mb25x {
        margin-bottom: 15px;
    }
}

.mb35x {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .mb35x {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mb10x-xs {
        margin-bottom: 10px;
    }
}

.mr20x {
    margin-right: 20px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 18px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: normal;
}

.medium, .btn-default, .btn-close {
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.display-none {
    display: none;
}

/*form elements*/
input[type="checkbox"].check {
    display: none;
}

input[type="checkbox"].check + span:before {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    input[type="checkbox"].check + span:before {
        margin-top: 2px;
    }
}

input[type="checkbox"].check:checked + span:before {
    font-size: 14px;
    content: "\e013";
    color: #fff;
    background-color: #287444;
    border-color: #287444;
    background-origin: content-box;
}

input[type="checkbox"].check.has-error + span:before {
    border-color: red;
}

.btn-default {
    padding: 14px 10px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    transition: background-color 0.3s ease-out;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.btn-default.active {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.btn-default.active:hover, .btn-default.active:active, .btn-default.active:focus, .btn-default.active:active:focus, .btn-default.active:active:hover {
    background-color: #fff;
    color: #2e2e2e;
}

.btn-close {
    padding: 5px 10px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.btn-close .icon {
    display: inline-block;
    position: relative;
    top: 3px;
}

.btn-close .icon .lr, .btn-close .icon .rl {
    display: block;
    width: 2px;
    height: 17px;
    margin-right: 10px;
    background-color: #2e2e2e;
    -sand-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

.btn-close .icon .rl {
    -sand-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ico-close {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
}

.ico-close::before, .ico-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #2e2e2e;
}

.ico-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ico-close.white::before, .ico-close.white::after {
    background: #fff;
}

.mobile_only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile_only {
        display: block;
    }
}

html, body {
    font-family: "DINPro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #2e2e2e;
}

@media only screen and (max-width: 992px) {
    html, body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    html, body {
        font-size: 16px;
    }
}

body {
    padding: 0;
    font-family: "DINPro", sans-serif;
    font-size: 14px;
    background-color: #eee;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

body {
    background: #fff;
}

.top-area {
    background: #e7e7e7;
    height: 40px;
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-area {
        display: block;
    }
}

#top-area-s {
    width: 218px;
    height: 24px;
    margin-top: 7px;
    background: #fff;
    border: none;
    padding-right: 24px;
    outline: none;
}

@media screen and (max-width: 576px) {
    #top-area-s {
        width: 168px;
    }
}

.top-area-search .searchform .button {
    top: 3px !important;
    right: 0;
    width: 28px;
    height: 24px;
}

.top-area-search .searchform .button:before {
    font-size: 14px;
    top: 6px !important;
}

.top-area-contacts-child {
    float: right;
    line-height: 39px;
}

.top-area-contacts-child a {
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 300;
    margin-left: 45px;
}

.top-area-contacts-child a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 7px;
}

.top-area-contacts-child a:first-child {
    margin-left: 0;
}

#nav-header, #primary-navigation {
    height: 89px;
    background: #fff;
    margin: 0;
    border: none;
}

@media only screen and (max-width: 767px) {
    #nav-header, #primary-navigation {
        height: 85px;
    }
}

#nav-header .container .navbar-header, #primary-navigation .container .navbar-header {
    width: 100%;
    float: none;
}

#nav-header .container .navbar-header .navbar-nav > li a .fa, #primary-navigation .container .navbar-header .navbar-nav > li a .fa {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav-header .container .navbar-header, #primary-navigation .container .navbar-header {
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        height: 85px;
    }

    #nav-header .container .navbar-header .navbar-nav, #primary-navigation .container .navbar-header .navbar-nav {
        padding: 20px 35px 20px 30px;
        display: block;
        text-align: left;
    }

    #nav-header .container .navbar-header .navbar-nav > li, #primary-navigation .container .navbar-header .navbar-nav > li {
        width: 100%;
        padding: 0;
    }

    #nav-header .container .navbar-header .navbar-nav > li a, #primary-navigation .container .navbar-header .navbar-nav > li a {
        position: relative;
        padding-right: 20px;
        min-height: 57px;
        line-height: 57px;
        font-size: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    #nav-header .container .navbar-header .navbar-nav > li a, #primary-navigation .container .navbar-header .navbar-nav > li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 480px) {
    #nav-header .container .navbar-header .navbar-nav > li a, #primary-navigation .container .navbar-header .navbar-nav > li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #nav-header .container .navbar-header .navbar-nav > li a .fa, #primary-navigation .container .navbar-header .navbar-nav > li a .fa {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
        display: block;
    }
}

#nav-header .container #navbar, #primary-navigation .container #navbar {
    float: right;
}

#nav-header .container .navbar-collapse, #primary-navigation .container .navbar-collapse {
    right: 89px;
    position: absolute;
    z-index: 90;
}

@media only screen and (max-width: 767px) {
    #nav-header .container .navbar-collapse, #primary-navigation .container .navbar-collapse {
        width: 100%;
        top: 100%;
        left: 0;
        background: #e4e4e4;
        padding: 0;
    }
}

#nav-header .container .navbar-collapse ul li, #primary-navigation .container .navbar-collapse ul li {
    padding: 0 25px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
    #nav-header .container .navbar-collapse ul li, #primary-navigation .container .navbar-collapse ul li {
        padding: 0 10px;
    }
}

#nav-header .container .navbar-collapse ul li a, #primary-navigation .container .navbar-collapse ul li a {
    display: inline-block;
@incldue font-size(15);
    color: #2e2e2e;
    line-height: 89px;
    padding: 0;
}

#nav-header .container .navbar-collapse ul li.active a, #nav-header .container .navbar-collapse ul li:hover a, #primary-navigation .container .navbar-collapse ul li.active a, #primary-navigation .container .navbar-collapse ul li:hover a {
    color: #5baf41;
    background: none;
}

#nav-header .container .navbar-collapse ul li.userLine, #primary-navigation .container .navbar-collapse ul li.userLine {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav-header .container .navbar-collapse ul li.userLine, #primary-navigation .container .navbar-collapse ul li.userLine {
        display: block;
    }
}

#nav-header .container .navbar-collapse ul li.userLine a, #primary-navigation .container .navbar-collapse ul li.userLine a {
@incldue font-size(14);
}

@media only screen and (max-width: 767px) {
    #nav-header .container .navbar-collapse ul li.userLine a, #primary-navigation .container .navbar-collapse ul li.userLine a {
    @incldue font-size(14);
    }
}

@media only screen and (max-width: 480px) {
    #nav-header .container .navbar-collapse ul li.userLine a, #primary-navigation .container .navbar-collapse ul li.userLine a {
    @incldue font-size(12);
    }
}

#nav-header .container .navbar-collapse ul li.userLine a span, #primary-navigation .container .navbar-collapse ul li.userLine a span {
    width: 13px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url("../images/user.png") no-repeat center center;
}

#nav-header .container .navbar-collapse ul li.userLine a:hover span, #nav-header .container .navbar-collapse ul li.userLine a:focus span, #primary-navigation .container .navbar-collapse ul li.userLine a:hover span, #primary-navigation .container .navbar-collapse ul li.userLine a:focus span {
    background: url("../images/user-active.png") no-repeat center center;
}

.merlin-badge {
    position: relative;
}

.merlin-badge .badge {
    color: #fff;
    font-size: 11px;
    background: #5baf41;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 50px;
    height: 19px;
}

@media only screen and (max-width: 767px) {
    .merlin-badge .badge {
        height: 16px;
        min-width: 16px;
        text-align: center;
        border-radius: 50%;
        font-size: 9px;
        left: 35px;
        top: 0;
        padding: 4px 7px;
    }
}

@media only screen and (max-width: 767px) {
    .merlin-badge svg {
        width: 20px;
        height: 20px;
    }
}

.cart-header {
    float: right;
    width: 89px;
    height: 88px;
    text-align: center;
    padding: 35px 0 0;
}

@media only screen and (max-width: 992px) {
    .cart-header {
        background: none;
    }
}

.navbar-brand {
    padding-top: 28px;
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        margin: 0 auto;
        display: inline-block;
        float: none;
        width: 74px;
        height: 22px;
        padding: 34px 0 13px;
    }

    .navbar-brand svg {
        width: 74px;
        height: 22px;
    }
}

.navbar-brand img {
    width: 98px;
}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        width: 74px;
    }
}

.search {
    position: relative;
    padding: 0 0 0 0 !important;
}

.search .submit_search {
    width: 57px;
    text-align: center;
    background: url("http://gomerlin.project-staging.com/wp-content/themes/scalia-child/assets/images/search.png") no-repeat center center;
    float: left;
    height: 56px;
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.search .txtSearch {
    background: #fafafa;
    padding: 15px;
    height: 57px;
    width: 100%;
    border: none;
    color: #2e2e2e;
}

@media only screen and (max-width: 767px) {
    .search .txtSearch {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .search .txtSearch {
        font-size: 14px;
    }
}

#site-header {
    background: #fff;
    border: none;
    height: 89px;
    margin: 0;
}

#site-header.shrink {
    height: 75px;
}

#site-header.shrink .header-main .navbar-brand {
    padding-top: 21px;
}

#site-header.shrink .header-main .cart-header {
    height: 75px;
    padding-top: 25px;
}

#site-header.shrink .header-main #primary-navigation {
    height: 75px;
}

#site-header.shrink #primary-menu > li > a {
    padding-top: 23px !important;
    padding-bottom: 29px !important;
}

@media only screen and (max-width: 992px) {
    #site-header {
        top: 0 !important;
    }
}

#site-header.animated-header {
    position: relative;
}

#site-header.animated-header.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#site-header .header-main {
    position: static;
}

@media only screen and (max-width: 992px) {
    #site-header .header-main {
        text-align: center;
    }
}

#site-header .header-main .site-title {
    display: inline-block;
}

#site-header .header-main .site-title a img {
    width: 98px;
}

#site-header .header-main .navbar-brand {
    float: left;
    padding: 28px 0 0;
}

@media only screen and (max-width: 992px) {
    #site-header .header-main .navbar-brand {
        float: none;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        z-index: 11;
    }
}

#site-header .header-main .navbar-brand img {
    width: 98px;
}

@media only screen and (max-width: 767px) {
    #site-header .header-main .navbar-brand img {
        width: 75px;
    }
}

#site-header .header-main #primary-navigation {
    float: right;
    width: auto;
}

@media only screen and (max-width: 992px) {
    #site-header .header-main #primary-navigation {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    #site-header .header-main #primary-navigation.responsive {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #site-header .header-main #primary-navigation {
        width: 100%;
    }
}

#site-header .header-main #primary-navigation .menu-toggle {
    position: absolute;
    left: 0;
    height: 85px;
    width: 52px;
    background: #f4f4f4;
}

@media only screen and (max-width: 992px) {
    #site-header .header-main #primary-navigation .menu-toggle {
        display: inline-block;
    }
}

#site-header .header-main #primary-navigation .headerRight {
    float: none;
}

#site-header .header-main #primary-navigation #primary-menu {
    float: right;
}

@media only screen and (max-width: 992px) {
    #site-header .header-main #primary-navigation #primary-menu {
        margin-top: 0;
        background: #e4e4e4 !important;
    }
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li > a {
    padding-top: 33px;
    padding-bottom: 36px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    #site-header .header-main #primary-navigation #primary-menu.no-responsive > li:last-child > a {
        padding-right: 0;
    }
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li > a:after {
    content: none;
    width: 0;
}

@media only screen and (max-width: 992px) {
    #site-header .header-main #primary-navigation #primary-menu.no-responsive > li > a {
        padding: 40px 30px 10px;
    }
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li > a .fa {
    width: 9px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -5px;
    color: #2e2e2e;
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li.menu-item-parent:hover > a {
    color: #5baf41;
    z-index: 9999;
    display: block;
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li.menu-item-parent:hover > a .fa {
    color: #5baf41;
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li li > a:hover {
    color: #5baf41;
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li li.menu-item-parent > a {
    position: relative;
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li li.menu-item-parent > a:after {
    content: none;
    width: 0;
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li li.menu-item-parent > a .fa {
    position: absolute;
    right: 15px;
    color: #5baf41;
    top: 50%;
    margin-top: -5px;
}

#site-header .header-main #primary-navigation #primary-menu.no-responsive > li li.menu-item-parent:hover > a {
    color: #5baf41;
}

#site-header .header-main #primary-navigation #primary-menu .sub-menu {
    background: #e4e4e4;
}

#site-header .header-main #primary-navigation > ul.sub-menu {
    top: 156px;
    background: #e4e4e4;
}

.primary-navigation.responsive li.dl-back::after, .primary-navigation.responsive li.menu-item-parent > a::after, .primary-navigation.responsive li.menu-item-parent > span > a::after, .primary-navigation.responsive li.dl-parent > a::after {
    content: none;
    width: 0;
}

.mobile_only {
    display: none;
}

@media only screen and (max-width: 992px) {
    .mobile_only {
        display: block;
    }
}

#primary-menu .mobile_only {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    #primary-menu .mobile_only {
        display: block !important;
    }
}

#site-header .header-main #primary-navigation #primary-menu {
    padding-bottom: 30px;
}

.primary-navigation.responsive li a {
    padding: 36px 30px 0;
}

@media only screen and (max-width: 992px) {
    .primary-navigation.responsive li a .fa {
        float: right;
    }

    .primary-navigation.responsive li a .fa:before {
        content: "\f105";
    }
}

.primary-navigation.responsive li a:hover, .primary-navigation.responsive li a:focus {
    color: #5baf41;
}

.primary-navigation.responsive li a:hover .fa, .primary-navigation.responsive li a:focus .fa {
    color: #5baf41;
}

.primary-navigation.responsive li:last-child {
    padding-bottom: 36px;
}

.top-area-search .searchform button:before {
    line-height: 34px;
}

@media only screen and (max-width: 992px) {
    .desktop_only, #site-header-wrapper {
        display: none;
    }
}

#header-mobile {
    height: 85px;
    background: #fff;
}

#header-mobile .container {
    text-align: center;
}

#header-mobile .container .navbar-brand {
    display: inline-block;
    padding: 34px 0 15px;
    width: 75px;
    float: none;
}

#header-mobile .container .navbar-brand img {
    width: 100%;
}

#header-mobile .container .cart-header {
    position: absolute;
    right: 0;
    top: 0;
}

#header-mobile .container .menu-toggle {
    vertical-align: middle;
    padding-top: 38px;
    width: 57px;
    height: 85px;
    background: #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
}

html {
    margin-top: 0 !important;
}

.mm-panels > .mm-panel {
    background: #e4e4e4 !important;
}

.navbar-toggle {
    margin: 8px 0 8px 23px;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 992px) {
    .navbar-toggle {
        display: block;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggle {
        margin: 0;
        background: #f4f4f4;
        padding: 30px 15px;
        border: none;
        border-radius: 0;
        height: 85px;
    }
}

.navbar-toggle .icon-bar {
    width: 27px;
    display: block;
    background: #2e2e2e;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-toggle .icon-bar.icon-close-1 {
    display: none;
}

.navbar-toggle .icon-bar.icon-close-2 {
    display: none;
}

.mm-opened .navbar-toggle .icon-bar {
    display: none;
}

.mm-opened .navbar-toggle .icon-bar.icon-close-1, .mm-opened .navbar-toggle .icon-bar.icon-close-2 {
    display: block !important;
    -webkit-transform-origin: 45% 45%;
    -ms-transform-origin: 45% 45%;
    transform-origin: 45% 45%;
    width: 27px;
    position: relative;
    background: #2e2e2e;
}

.mm-opened .navbar-toggle .icon-bar.icon-close-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    display: block;
}

.mm-opened .navbar-toggle .icon-bar.icon-close-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -4px;
    display: block;
}

.mm-listview > li:hover > a, .mm-listview > li:focus > a {
    color: #5baf41;
}

.mm-listview > li:hover > a:after, .mm-listview > li:focus > a:after {
    color: #5baf41;
}

.mm-menu .mm-listview > li:hover .mm-arrow::after,
.mm-menu .mm-listview > li:hover .mm-next::after,
.mm-menu .mm-listview > li:focus .mm-arrow::after,
.mm-menu .mm-listview > li:focus .mm-next::after,
.mm-menu .mm-btn:hover:after,
.mm-menu .mm-btn:hover:before,
.mm-menu .mm-btn:focus:after,
.mm-menu .mm-btn:focus:before {
    border-color: #5baf41;
}

@media only screen and (max-width: 992px) {
    .caption-right {
        display: none;
    }
}

.inline-column {
    float: none !important;
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.mm-btn, .mm-menu {
    box-sizing: border-box;
}

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

.mm-hidden {
    display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block;
}

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

.mm-menu {
    padding: 0;
    position: absolute;
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
}

.mm-btn, .mm-panel.mm-highest {
    z-index: 1;
}

.mm-panels {
    overflow: hidden;
}

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

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

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

.mm-panels > .mm-panel {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child::after, .mm-vertical .mm-listview .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-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    bottom: auto;
    height: 40px;
}

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

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

.mm-btn {
    height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
}

.mm-clear::after, .mm-clear::before, .mm-close::after, .mm-close::before {
    border: 2px solid transparent;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
    display: none;
}

.mm-clear::before, .mm-close::before {
    border-bottom: medium none;
    border-right: medium none;
    right: 18px;
}

.mm-clear::after, .mm-close::after {
    border-left: medium none;
    border-top: medium none;
    right: 25px;
}

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

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

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

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

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

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

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

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

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

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

.mm-listview {
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 20px;
}

.mm-listview > li {
    position: relative;
}

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

.mm-listview > li > a, .mm-listview > li > span {
    color: inherit;
    display: block;
    margin: 0;
    padding: 10px 10px 10px 20px;
}

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

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

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0) none repeat scroll 0 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

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

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

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

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

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

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

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

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

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

.mm-listview .mm-divider {
    font-size: 10px;
    line-height: 25px;
    text-indent: 20px;
    text-transform: uppercase;
}

.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-menu {
    background: #f3f3f3 none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
}

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

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    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-arrow::after, .mm-menu .mm-listview > li .mm-next::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: none;
}

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

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    z-index: 1;
}

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

html.mm-blocking, html.mm-blocking body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    max-width: 440px;
    min-width: 140px;
    position: fixed;
    width: 80%;
    z-index: 0;
}

.mm-menu.mm-offcanvas.mm-current {
    display: block;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}

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

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

.mm-menu.mm-measureheight .mm-panel {
    display: block !important;
}

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

.mm-menu.mm-columns {
    transition-property: transform, width, max-width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
    display: none;
    right: auto;
    transition-property: transform, width, -webkit-transform;
    width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
    border-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    display: block;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel.mm-columns-0:not(.mm-opened) {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
    max-width: 0;
    min-width: 140px;
    width: 80%;
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 0) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel.mm-columns-1:not(.mm-opened) {
    display: block;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    max-width: 440px;
    min-width: 140px;
    width: 80%;
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
    width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel.mm-columns-2:not(.mm-opened) {
    display: block;
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    max-width: 880px;
    min-width: 140px;
    width: 80%;
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0);
    }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
    width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel.mm-columns-3:not(.mm-opened) {
    display: block;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    max-width: 1320px;
    min-width: 140px;
    width: 80%;
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0);
    }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
    width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel.mm-columns-4:not(.mm-opened) {
    display: block;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    max-width: 1760px;
    min-width: 140px;
    width: 80%;
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0);
    }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
    width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel.mm-columns-5:not(.mm-opened) {
    display: block;
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
    max-width: 2200px;
    min-width: 140px;
    width: 80%;
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0);
    }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
    width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel.mm-columns-6:not(.mm-opened) {
    display: block;
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
    max-width: 2640px;
    min-width: 140px;
    width: 80%;
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0);
    }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
    width: 16.67%;
}

em.mm-counter {
    display: block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: normal;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    text-indent: 0;
    top: 50%;
}

em.mm-counter + a.mm-next {
    width: 90px;
}

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 {
    margin-top: 0;
    top: 12px;
}

.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 {
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

.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) none repeat scroll 0 0;
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    transition-duration: 0s;
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0;
}

html.mm-dropdown #mm-blocker {
    transition-delay: 0s !important;
    z-index: 1;
}

html.mm-dropdown .mm-menu {
    z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none;
}

.mm-menu.mm-tip::before {
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    z-index: 0;
}

.mm-menu.mm-tipleft::before {
    left: 22px;
}

.mm-menu.mm-tipright::before {
    right: 22px;
}

.mm-menu.mm-tiptop::before {
    top: -8px;
}

.mm-menu.mm-tipbottom::before {
    bottom: -8px;
}

.mm-iconpanel .mm-panel {
    transition-property: transform, left, -webkit-transform;
}

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

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

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

.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;
    display: block;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}

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

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

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

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

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

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

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

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

.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: 0;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
    top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px;
}

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

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
    bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
    bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
    bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px;
}

.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-sronly {
    display: block;
    height: 1px;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    width: 1px;
    z-index: -1;
}

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

.mm-search {
    height: 40px;
    padding: 0;
    position: relative;
    background: #fff;
}

.mm-search:after {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 9px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #5baf41;
}

.mm-search input {
    border: medium none !important;
    border-radius: 0;
    box-shadow: none !important;
    display: block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 40px;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    min-height: 40px;
    outline: 0 none !important;
    padding: 0 10px;
    width: 100%;
    background: #fff;
}

.mm-search .mm-clear, .mm-search .mm-next {
    right: 0;
}

.mm-search .mm-next {
    display: none;
}

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

.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 {
    font-size: 21px;
    padding: 40px 0;
    text-align: center;
}

.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-panels > .mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.mm-menu .mm-search input {
    background: none;
    color: rgba(0, 0, 0, 0.7);
    padding-right: 50px;
    padding-left: 20px;
}

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

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

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

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

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
    transition: background 0.4s ease 0s;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:hover:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

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

label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 2;
}

label.mm-check::before, label.mm-toggle::before {
    content: "";
    display: block;
}

label.mm-toggle {
    border-radius: 30px;
    height: 30px;
    margin-top: -15px;
    width: 50px;
}

label.mm-toggle::before {
    border-radius: 30px;
    height: 28px;
    margin: 1px;
    width: 28px;
}

input.mm-toggle:checked ~ label.mm-toggle::before {
    float: right;
}

label.mm-check {
    height: 30px;
    margin-top: -15px;
    width: 30px;
}

label.mm-check::before {
    border-bottom: 3px solid;
    border-left: 3px solid;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40%;
}

input.mm-check:checked ~ label.mm-check::before {
    opacity: 1;
}

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

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-check, a.mm-next + label.mm-toggle {
    right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + 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-check, em.mm-counter + a.mm-next + label.mm-toggle {
    right: 100px;
}

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

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

.mm-menu label.mm-toggle::before {
    background: #f3f3f3 none repeat scroll 0 0;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963 none repeat scroll 0 0;
}

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

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

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

.mm-listview.mm-border-offset > li::after, .mm-menu.mm-border-offset .mm-listview > li::after {
    right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-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 0;
    -ms-transform-origin: left center 0;
    transform-origin: left center 0;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0px, 0, 0);
    transform: scale(1, 1) translate3d(0px, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-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 0;
    -ms-transform-origin: right center 0;
    transform-origin: right center 0;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0px, 0, 0);
    transform: scale(1, 1) translate3d(0px, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

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

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

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

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

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}

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

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-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 0;
    -ms-transform-origin: left center 0;
    transform-origin: left center 0;
}

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

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

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

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

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
    transition: none 0.4s ease 0s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    transition-delay: 50ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    transition-delay: 0.1s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    transition-delay: 150ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    transition-delay: 0.2s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    transition-delay: 250ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    transition-delay: 0.3s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    transition-delay: 350ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    transition-delay: 0.4s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    transition-delay: 450ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    transition-delay: 0.5s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    transition-delay: 550ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    transition-delay: 0.6s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    transition-delay: 650ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    transition-delay: 0.7s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    transition-property: transform, opacity, -webkit-transform;
}

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

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
    opacity: 0;
    transition-property: opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
    opacity: 0;
    top: -25%;
    transition-property: opacity, top;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
    top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    max-width: 10000px;
    min-width: 140px;
    width: 100%;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0);
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    max-height: 10000px;
    min-height: 140px;
}

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

.mm-menu .mm-panels > .mm-panel.mm-justified-listview::after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview::before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel::after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel::before {
    content: none;
    display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
    box-sizing: border-box;
    height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next)::before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span::before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next)::before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

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

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
    opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
    opacity: 0.3;
    transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
    background: inherit;
}

html.mm-pagedim-white #mm-blocker {
    background: #fff none repeat scroll 0 0;
}

html.mm-pagedim-black #mm-blocker {
    background: #000 none repeat scroll 0 0;
}

.mm-menu.mm-pageshadow::after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 120%;
    left: 100%;
    position: absolute;
    top: -10%;
    width: 20px;
    z-index: 99;
}

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

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

.mm-menu.mm-popup {
    bottom: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    left: 50%;
    max-height: 880px;
    min-height: 140px;
    opacity: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.4s ease 0s;
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1;
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0;
}

html.mm-popup #mm-blocker {
    transition-delay: 0s !important;
    z-index: 1;
}

html.mm-popup .mm-menu {
    z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto;
    right: 0;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0;
}

html.mm-front #mm-blocker {
    z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

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

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate3d(0px, -100%, 0);
    transform: translate3d(0px, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
    bottom: 0;
    top: auto;
    -webkit-transform: translate3d(0px, 100%, 0);
    transform: translate3d(0px, 100%, 0);
}

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

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

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

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

.mm-menu.mm-theme-dark .mm-btn::after, .mm-menu.mm-theme-dark .mm-btn::before {
    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-arrow::after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next::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) none repeat scroll 0 0;
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
}

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

.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) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
}

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

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:hover:not(.mm-fullsubopen), .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

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

.mm-menu.mm-theme-dark label.mm-toggle::before {
    background: #333 none repeat scroll 0 0;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963 none repeat scroll 0 0;
}

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

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

.mm-menu.mm-theme-white .mm-btn::after, .mm-menu.mm-theme-white .mm-btn::before {
    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-arrow::after, .mm-menu.mm-theme-white .mm-listview > li .mm-next::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) none repeat scroll 0 0;
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
}

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

.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) none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.6);
}

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

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:hover:not(.mm-fullsubopen), .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}

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

.mm-menu.mm-theme-white label.mm-toggle::before {
    background: #fff none repeat scroll 0 0;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963 none repeat scroll 0 0;
}

.mm-menu.mm-theme-black {
    background: #000 none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

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

.mm-menu.mm-theme-black .mm-btn::after, .mm-menu.mm-theme-black .mm-btn::before {
    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-arrow::after, .mm-menu.mm-theme-black .mm-listview > li .mm-next::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) none repeat scroll 0 0;
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

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

.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) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.6);
}

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

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:hover:not(.mm-fullsubopen), .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

.mm-menu.mm-theme-black label.mm-toggle::before {
    background: #000 none repeat scroll 0 0;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963 none repeat scroll 0 0;
}

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

.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, .mm-menu.mm-tileview .mm-listview > li > .mm-next::before, .mm-menu.mm-tileview .mm-panel::after {
    content: none;
    display: none;
}

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

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

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

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

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

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
    padding-top: 100%;
    width: 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 {
    bottom: 1px;
    left: 0;
    line-height: 1px;
    margin: 0;
    padding: 50% 10px 0;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 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-panel {
    padding-left: 0;
    padding-right: 0;
}

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

#main {
    position: static;
    z-index: 0;
}

#colophon {
    background: #e4e4e4;
    padding: 30px 0;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    #colophon {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    #colophon {
        font-size: 12px;
    }
}

#colophon .footer-site-info {
    margin: 0 0 3px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    #colophon .footer-site-info {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    #colophon .footer-site-info {
        font-size: 12px;
    }
}

#colophon .footer-sitemap {
    margin-top: 0;
}

#colophon .footer-sitemap > a {
    display: inline-block;
}

#colophon .footer-sitemap > span {
    display: inline-block;
    margin: 0 10px;
}

#footer-nav {
    background: #f9f9f9;
    padding: 35px 0 50px;
}

@media only screen and (max-width: 767px) {
    #footer-nav {
        padding: 22px 0 25px;
    }
}

#footer-nav .ul_footer > li {
    margin: 0 0 22px;
    display: block;
}

@media only screen and (max-width: 767px) {
    #footer-nav .ul_footer > li {
        margin: 0 0 10px;
    }
}

#footer-nav .ul_footer > li:last-child {
    margin-bottom: 0;
}

#footer-nav .ul_footer > li a {
    font-size: 15px;
}

#footer-nav .ul_footer > li a:hover {
    color: #aadd85;
}

#footer-nav .ul_footer > li a:focus {
    color: #5baf41;
}

@media only screen and (max-width: 767px) {
    #footer-nav .ul_footer > li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    #footer-nav .ul_footer > li a {
        font-size: 14px;
    }
}

.main_f {
    font-weight: bold;
}

#footer-socials {
    padding-top: 20px;
    float: left;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #footer-socials {
        padding-top: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #footer-socials .top-area-contacts-child {
        float: none;
        width: 100%;
        padding-top: 15px;
    }
}

#footer-socials .top-area-contacts-child > a {
    display: block;
    margin-left: 0 !important;
    font-size: 15px;
    margin: 4px 0 13px;
    width: 100%;
    float: left;
    line-height: 24px;
}

@media only screen and (max-width: 767px) {
    #footer-socials .top-area-contacts-child > a {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

#footer-socials .top-area-contacts-child > a:last-child {
    margin-bottom: 0;
}

#footer-socials .top-area-contacts-child > a img {
    float: left;
    margin-top: 0;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    #footer-socials .top-area-contacts-child > a img {
        width: 15px;
        margin-right: 15px;
        margin-top: 2px;
    }
}

#footer-socials .top-area-contacts-child > a span {
    float: left;
}

.max-width {
    max-width: 256px;
}

.p_contact {
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .onSite .row > div {
        margin-top: 0;
    }
}

.onSite .accordion-group {
    width: 100%;
    padding: 10px 0 8px;
}

@media only screen and (max-width: 992px) {
    .onSite .accordion-group {
        border-bottom: 1px solid #cdcdcd;
    }
}

.onSite .accordion-group.active .accordion-heading .accordion-toggle .fa:before {
    content: "\f068";
}

.onSite .accordion-group .accordion-heading > a {
    cursor: pointer;
}

.onSite .accordion-group .accordion-heading > a:hover {
    color: #5baf41;
}

.onSite .accordion-group .accordion-heading .accordion-toggle {
    cursor: text;
}

.onSite .accordion-group .accordion-heading .accordion-toggle:hover {
    color: #2e2e2e;
}

.onSite .accordion-group .accordion-heading .accordion-toggle .fa {
    float: right;
    color: #2e2e2e;
    font-size: 10px;
    display: none;
    padding: 5px 10px;
}

@media only screen and (max-width: 992px) {
    .onSite .accordion-group .accordion-heading .accordion-toggle .fa {
        display: block;
    }
}

.onSite .accordion-group .accordion-body {
    margin-top: 20px;
}

.onthissite {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-bottom: 11px;
}

.ul_keys > li {
    display: block;
    padding-bottom: 15px;
}

.ul_keys > li a {
    display: block;
    position: relative;
    padding-left: 15px;
    color: #666;
}

.ul_keys > li a:after {
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    display: inline-block;
    color: #666;
}

.ul_keys > li a:hover {
    color: #5baf41;
}

.ul_keys > li a:hover:after {
    color: #5baf41;
}

.accordion-body {
    display: block;
    height: auto !important;
}

@media only screen and (max-width: 992px) {
    .accordion-body {
        display: none;
    }

    .accordion-body.in {
        display: block;
    }
}

.product-cate .container {
    max-width: 100%;
}

.panle-gomerlin .panel {
    background: #f4f4f4;
    border-radius: 0;
    border: none;
}

.panle-gomerlin .panel > .panel-heading {
    padding: 15px;
}

.panle-gomerlin .panel > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panle-gomerlin .panel > .panel-heading a {
    color: #2e2e2e;
    display: block;
}

.panle-gomerlin .panel > .panel-heading a:focus, .panle-gomerlin .panel > .panel-heading a:hover {
    color: #5baf41;
}

.panle-gomerlin .panel > .panel-heading a .fa {
    float: right;
}

.panle-gomerlin .panel > .panel-heading a .fa:before {
    content: "\f067";
}

.panle-gomerlin .panel > .panel-collapse .panel-body {
    padding: 0 15px;
}

.panle-gomerlin .panel + .panel {
    margin-top: 3px;
}

.panle-gomerlin .panel.active > .panel-heading a .fa:before {
    content: "\f068";
}

.panle-gomerlin .ul_list_filter > li {
    display: block;
    padding: 0 0 10px;
}

.panle-gomerlin .ul_list_filter > li.active > .fa:before {
    content: "\f046";
}

.panle-gomerlin .ul_list_filter > li > a {
    color: #2e2e2e;
}

.panle-gomerlin .ul_list_filter > li > .fa {
    display: inline-block;
    margin-right: 5px;
}

.panle-gomerlin .ul_list_filter > li:hover a, .panle-gomerlin .ul_list_filter > li:focus a {
    color: #5baf41;
}

.panle-gomerlin .panel > .panel-heading {
    padding: 0;
}

.panle-gomerlin .panel > .panel-heading a {
    padding: 15px;
}

.page-title-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
}

@media screen and (max-width: 576px) {
    .page-title-title h1 {
        font-size: 45px;
    }
}

.page-title-excerpt {
    color: #fff;
    font-size: 20px;
}

.block-content a:hover, .block-content a:focus {
    color: #2e2e2e;
}

.portfilio-top-panel {
    background: #f9f9f9;
    border-radius: 4px;
    margin: 0 15px 55px;
    overflow: visible;
    z-index: 2;
}

.portfolio-filters a {
    font-size: 20px;
    display: inline-block;
    margin: 9px 12px 10px;
    padding: 1px 18px;
    text-decoration: none;
    vertical-align: top;
}

.sc-pagination {
    margin-top: 30px;
}

.sc-pagination a {
    border: 1px solid #d2dae1;
    border-radius: 4px;
}

.sc-pagination a:hover, .sc-pagination a.current {
    border-color: #5baf41;
    background-color: #5baf41;
    color: #fff;
}

.sc-pagination span:hover, .sc-pagination span.current {
    border-color: #5baf41;
    background-color: #5baf41;
    color: #fff;
}

.portfolio-navigator {
    padding-bottom: 50px;
}

.portfolio-item .caption .title {
    font-size: 26px;
}

@media screen and (max-width: 576px) {
    .portfolio-item .caption .title {
        font-size: 18px;
    }
}

.portfolio-item .image .button .button-corner span,
.pricing-table-style-3 .pricing-column-top-choice {
    background-color: #5baf41;
}

.portfolio-item .image .button {
    border-bottom-color: #5baf41;
    color: #fff;
}

.portfolio-item .image .button .button-corner {
    bottom: -62px;
}

@media only screen and (max-width: 992px) {
    .sc-nivoslider .caption-left {
        display: none;
    }
}

.sc-list.sc-list-color-7 > ul > li:before {
    color: #5baf41;
}

.socials-sharing a {
    border: 2px solid #5baf41;
}

.sc-tabs, .sc-tour {
    margin-bottom: 1.421em;
    margin-top: 41px;
}

.sc-tabs .sc_tabs_nav li {
    cursor: pointer;
    float: left;
    margin: 0 0 -1px;
    padding: 13px 15px;
}

.sc-tabs-style-1 .resp-tabs-container, .sc-tour-style-1 .sc_tour_tabs_wrapper, .sc-tour-style-1 .resp-tab-content {
    border-radius: 0 4px 4px;
}

.bordered-box, .sc-wrapbox-style-1, .sc-wrapbox-style-4, .sc-wrapbox-style-5, .sc-wrapbox-style-7, .sc-table-responsive .tabletolist.nrh > li > ul, .sc-table-style-1 .tabletolist.rh > li > .titles, .sc-table-style-2 .tabletolist.rh, *:not(.sc-table) > table:not([class]):not([id]) tr:not([class]):not([id]) td:not([class]), *:not(.sc-table) > table:not([class]):not([id]) tr:not([class]):not([id]) th:not([class]), .team-person, .portfolio-items-masonry .portfolio-item .caption, .products .product-inner, .widget_recently_viewed_products ul.product_list_widget, .widget_recent_reviews ul.product_list_widget li, .widget_shopping_cart_content ul.product_list_widget li, form.cart .quantity .minus, form.cart .quantity .plus, .shop_table .quantity .minus, .shop_table .quantity .plus, .woocommerce-cart-form.responsive .cart-item, .form-edit-adress-fields, .woocommerce-cart-form.responsive .coupon, .woocommerce .checkout_coupon, .woocommerce .checkout-login-box .login-message-box, .triangle-with-shadow::after, .testimonials-style-1-block .sc-testimonials-carousel-wrap, #calendar_wrap, #colophon .widget form.searchform, .widget_recent_comments ul, .pricing-table-style-2 .highlighted .pricing-title, .pricing-table-style-2 .pricing-footer, .pricing-table-style-2 .pricing-price-row, .pricing-table-style-2 .pricing-price, .pricing-table-style-3 .pricing-column, .sc-tabs-style-1 .resp-tabs-container, .sc-tabs-style-1 .sc_tabs_nav li, .vc_tta-style-scalia-style-1 .vc_tta-tabs-list li.vc_tta-tab > a, .sc-tour-style-1 > .sc_tour_tabs_wrapper, .vc_tta-style-scalia-style-1 .vc_tta-panels, .sc-tour-style-1 .sc_tabs_nav li, .sc-tabs-style-2 .resp-accordion, .vc_tta.vc_general.vc_tta-style-scalia-style-2.vc_tta-tabs-position-top .vc_tta-panel-heading, .blog-style-timeline .post-text, .widget .sc-products-content, .widget_recent_entries ul, .widget_layered_nav ul, .blog.blog-style-masonry article .description {
    border: 1px solid #d2dae1;
}

.sc-tabs-style-1 .sc_tabs_nav li.resp-tab-active,
.sc-tour-style-1 .sc_tabs_nav li.resp-tab-active,
.resp-tab-active, .sc-tabs-style-1 .sc_tabs_nav li.resp-tab-active a,
.sc-tour-style-1 .sc_tabs_nav li.resp-tab-active a {
    background-color: #fff;
    color: #2e2e2e;
}

.sc-tabs-style-1 .sc_tabs_nav li,
.sc-tour-style-1 .sc_tabs_nav li {
    background-color: #5baf41;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.sc-dummy, .default-background, .sc-wrapbox-style-7 .sc-wrapbox-inner, .sc-table thead, .sc-table tr:nth-child(2n) td, body .sc-table-style-2 tr td:nth-child(2n), .sc-table-style-1 .tabletolist.nrh > li > ul > li:nth-child(2n+1), .sc-table-style-1 .tabletolist.rh > li > .titles, .sc-table-style-2 .tabletolist .row_headers, .pricing-table-style-1 .pricing-price-row, .pricing-table-style-1 .pricing-row, .pricing-table-style-1 .pricing-footer, .pricing-title-new, .highlighted .pricing-title, .sc-clients-type-carousel-grid .sc-client-item a, .sc_client-carousel .sc-client-item a, .portfilio-top-panel, .before-products-list, .products .product-bottom, .sc-woocommerce-tabs .sc-tabs #tab-additional_information .shop_attributes tr:nth-child(2n) th, .sc-woocommerce-tabs .sc-tabs #tab-additional_information .shop_attributes tr:nth-child(2n) td, .shipping-calculator-form-wrap, .woocommerce-message, .woocommerce-info, ul.woocommerce-error li, #primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .minicart-bottom, .woocommerce .checkout #payment .payment_methods li .payment_box, .checkout-cart-info > td, .woocommerce table.shop_table.order-details thead tr th, .woocommerce #customer_login .col .login-box, .testimonials-style-2-bg, .testimonials-style-2-bg, .widget .searchform, .pricing-table-style-2 .highlighted .pricing-title, .pricing-table-style-2 .pricing-price, .pricing-table-style-3 .pricing-title, .pricing-table-style-3 .pricing-row, .pricing-table-style-3 .pricing-footer, .sc-tabs-style-1 .sc_tabs_nav li, .sc-tour-style-1 .sc_tabs_nav li, .vc_tta-style-scalia-style-1 .vc_tta-tabs-list li a, .sc-tabs-style-1 .resp-accordion.resp-tab-active, .sc-tour-style-1 .resp-accordion.resp-tab-active, .sc-tabs-style-2 .resp-accordion.resp-tab-active, .vc_tta-style-scalia-style-1 .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-style-scalia-style-2.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-heading, .blog-style-timeline.blog-style-styled_list1 .item-post, .blog-style-default article .post-image .sc-dummy::after, .blog-style-default article.sticky .post-image .sc-dummy, .widget_product_search, .widget_recent_reviews .product_list_widget .wp-post-image, .price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all, .project_info-item-style-1 .project_info-item .title, .post-author-block, .portfolio-item .image .button .button-corner b {
    background-color: #5baf41;
}

input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .checkbox-sign, .radio-sign, .combobox-wrapper, .chosen-container-single .chosen-single, .select2-container .select2-choice {
    border: 1px solid #5baf41;
}

.sc-button, input[type="submit"], .radio-sign.checked::before, .page-links a, .blog-load-more button, .blog-style-default .comments-link a, .price_slider_amount .button {
    background-color: #5baf41;
}

.rounded-corners, .sc-button, input[type="submit"], .sc-pagination a, .sc-pagination .current, .sc-icon-shape-square, input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .checkbox-sign, .combobox-wrapper, .chosen-container-single .chosen-single, .select2-container .select2-choice, .sc-table, .sc-table table, .sc-table-responsive .tabletolist.nrh > li > ul, .sc-table-style-1 .tabletolist.rh > li > .titles, .sc-table-style-2 .tabletolist.rh, .team-person, .sc-gallery .sc-gallery-preview-carousel-wrap, .sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item a, .sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item a img, .skill-line, .skill-line div, .diagram-legend .legend-element .color, .blog-load-more button, .portfilio-top-panel, .portfolio-item .image img, .portfolio-item .image .image-inner .portfolio-items-masonry.hover-title .portfolio-item .image .image-inner, .portfolio-items-masonry.hover-title .portfolio-item .image img, .portfolio-item .image .overlay, .portfolio.portfolio-items-masonry.hover-title .portfolio-item .image .overlay, .gallery-item .image-wrap, .gallery-item .image-wrap img, .gallery-item .overlay, .shop_table .product-thumbnail img.attachment-shop_thumbnail.wp-post-image, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .widget .product-dummy, .widget_recently_viewed_products ul.product_list_widget, .widget_price_filter .price_slider, .widget_price_filter .price_slider .ui-slider-handle, .testimonials-style-1 .sc-testimonials-carousel-wrap, .testimonials-style-1-block .sc-testimonials-carousel-wrap, .testimonials-style-2-text, .widget .searchform, #calendar_wrap, .widget_recent_comments ul, .widget_nav_menu ul.menu, .widget_submenu > div > ul, .flickr-item img, .widget .flickr-item a, .widget .flickr-item a::before, .sc-tour-style-1 .resp-tabs-container, .blog-style-timeline .post-text, .blog-style-timeline.blog-style-styled_list1 .item-post, .blog-style-default .wp-post-image, .blog-style-default article.no-image .post-image, .blog-style-default .post-image a, .widget_product_search, .widget_recent_entries ul, .widget_recent_entries, .project_info-item-style-1 .project_info-item, .widget_layered_nav ul, ul.product_list_widget li, .sc-tabs-style-2 .resp-accordion, #page .vc_tta.vc_tta-tabs.vc_tta-style-scalia-style-2.vc_tta-tabs-position-top .vc_tta-panel-heading, #primary-menu.no-responsive > li.megamenu-enable > ul > li li > a, .blog.blog-style-masonry article.no-image .description, .sc-dropcap.sc-dropcap-shape-square .sc-dropcap-letter, .wpb_gallery .slides img, .pricing-table-style-3 .highlighted .pricing-column, div.blog article a.youtube::before, div.blog article a.vimeo::before, div.blog article a.self_video::before, div.blog.blog-style-default article a.default::before, .pricing-table-style-3 .pricing-column-wrapper:first-child:last-child .pricing-column {
    border-radius: 4px;
    overflow: hidden;
}

.sc-button, input[type="submit"] {
    border: 0 none;
    display: inline-block;
    margin-top: 13px;
    padding: 0.4546em 1.1364em 0.4546em 2em;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

.sc-button, input[type="submit"], .blog-load-more button, .price_slider_amount .button {
    line-height: 34px;
}

.sc-button-simple, input[type="submit"] {
    padding-left: 1.1364em;
}

input[type="submit"], .single_add_to_cart_button, .sc-button {
    color: #fff;
    background-color: #5baf41;
}

input[type="submit"]:hover, .single_add_to_cart_button:hover, .sc-button:hover {
    background-color: #aadd85;
    color: #2e2e2e;
}

input[type="submit"]#submit:disabled {
    background-color: #ccc;
}

.block-content a.add_to_cart_button, .block-content a.product_type_variable {
    color: #fff;
}

.block-content a.add_to_cart_button:hover, .block-content a.product_type_variable:hover {
    color: #2e2e2e;
}

.product .onsale, .woocommerce-cart-form .actions .checkout-button, .widget_shopping_cart_content .buttons a.checkout, #primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout, .woocommerce ul.woocommerce-error li::before, .widget .product_list_widget .onsale, .shop-widget-area .onsale, .blog-style-default article.sticky .sticky-label, .blog-style-default article.sticky .sticky-label::after, #primary-menu.no-responsive > li.megamenu-enable > ul > li .mega-label, #primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count {
    background-color: #5baf41;
    color: #fff;
}

.single-product-content .price {
    font-size: 48px;
    color: #2e2e2e;
}

.single-product-content .price del {
    font-size: 30px;
    color: #aadd85;
}

.block-content .sc-gallery-item-image > a:hover, .block-content .sc-gallery-item-image > a:focus {
    color: #5baf41;
}

.sc_accordion_header.ui-accordion-header-active .ui-accordion-header-icon:before {
    color: #aadd85;
}

.sc-table-style-2 thead + tbody tr:first-child td, .sc-table-style-2 thead + tbody tr:first-child th, .sc-table-style-2 tbody tr + tr td, .sc-table-style-2 tbody tr + tr th, .sc-table-style-2 .tabletolist.rh > li + li, .sc-table-style-2 .tabletolist > li > ul > li + li .row_headers, .sc-table-style-2 .tabletolist > li > ul > li + li .row_data, .sc_accordion_section + .sc_accordion_section, form.cart .quantity .qty, .shop_table .quantity .qty, .sc-table .shop_table tr + tr td, .cart_totals table tr + tr td, .cart_totals table tr + tr th, .order-totals table tr + tr td, .order-totals table tr + tr th, .woocommerce table.checkout-cart-info-table tr, .widget_recent_comments li, .sc-tabs-style-2 .resp-tabs-container, .vc_tta-style-scalia-style-2.vc_tta-tabs-position-top .vc_tta-panels-container, .sc-tour-style-2 .sc_tabs_nav li + li, .vc_tta-style-scalia-style-2.vc_tta-tabs-position-left .vc_tta-tabs-container li + li, .sc-tour-style-1 .resp-accordion, .sc-tour-style-2 .resp-accordion, .sc-tabs-style-1 .resp-accordion, .vc_tta.vc_general.vc_tta-style-scalia-style-1 .vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-tabs.vc_tta-style-scalia-style-2.vc_tta-tabs-position-left .vc_tta-panel-heading, .wpb_toggle_content + .wpb_toggle, .vc_toggle + .vc_toggle .vc_toggle_title, .widget .product-dummy-wrapper, .widget_layered_nav ul li, .widget_nav_menu ul.menu, .widget_nav_menu ul.menu > li + li, .widget_nav_menu ul.menu > li > ul > li > ul > li + li, .widget_nav_menu ul.menu > li > ul > li > ul > li > ul > li > ul > li + li, .widget_categories > ul > li + li, .widget_product_categories > ul > li + li, .widget_pages > ul > li + li, .widget_categories > ul > li > ul, .widget_product_categories > ul > li > ul, .widget_pages > ul > li > ul, .widget_categories > ul > li > ul > li + li, .widget_product_categories > ul > li > ul > li + li, .widget_pages > ul > li > ul > li + li, .widget_categories > ul > li > ul > li > ul, .widget_product_categories > ul > li > ul > li > ul, .widget_pages > ul > li > ul > li > ul, .widget_submenu > div > ul, .widget_submenu > div > ul > li + li, .widget_submenu > div > ul > li > ul > li > ul > li + li, .widget_submenu > div > ul > li > ul > li > ul > li > ul > li > ul > li + li, #colophon .widget_nav_menu ul.menu > li > ul, #colophon .widget_submenu > div > ul > li > ul {
    border-top: 1px solid #e6e6e6;
}

.gomerlin .block-content:last-child {
    padding-top: 60px;
}

.blog-style-timeline .post-text:after {
    left: -39px;
}

@media (min-width: 1025px) {
    .blog-style-timeline .item-post .post-text:after {
        border-right: 20px solid #fff;
    }

    .blog-style-timeline.blog-style-styled_list2 .post-text:before, .blog-style-timeline.blog-style-styled_list2 .post-text:after {
        top: 43px;
    }

    .blog-style-timeline .item-post .post-text:before {
        border-right: 20px solid #D2DAE1;
    }
}


.blog-style-timeline span.entry-date {
    color: #99a3b0;
}

.blog-style-timeline .post-time span {
    color: #5baf41;
}

.sc-button-separator-double {
    border-color: #5baf41;
}

.panel {
    box-shadow: none;
}

.wpcf7 .style-2 input {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

.wpcf7 .style-2 {
    width: 100%;
}

.wpcf7 .style-2 .your-message {
    float: left;
    width: 100%;
}

.wpcf7 textarea {
    width: 100%;
}

.wpcf7 p {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .wpcf7 td {
        float: left;
        width: 100%;
        text-align: center;
    }
}

.block-content .portfolio-filters a {
    color: #fff;
}

.block-content .portfolio-filters a:hover {
    color: #2e2e2e;
}

.wpcf7-form table tr {
    vertical-align: top;
}

.wpcf7-not-valid-tip {
    margin-bottom: 5px;
    margin-top: -15px;
}

span.wpcf7-not-valid-tip {
    color: #a94442;
}

.wpcf7-form .wpcf7-validation-errors {
    border: none;
    color: #a94442;
}

.combobox-wrapper {
    border: 1px solid #f9f9f9;
    background-color: #fff;
    max-width: 190px;
    float: left;
}

.before-products-list {
    background: #e6e6e6;
}

.before-products-list > .combobox-wrapper {
    margin: 8px;
}

.before-products-list .woocommerce-select-count {
    padding: 8px 8px 0 0;
}

.page-title-block {
    background: #5baf41;
}

.products.inline-row .product.inline-column {
    min-width: 0;
}

@media only screen and (max-width: 992px) {
    .products.inline-row .product.inline-column {
        min-width: 300px;
    }
}

.product-image .onsale {
    color: #fff;
}

.product-inner .product-bottom {
    font-size: 14px;
}

.block-content a.ajax_add_to_cart {
    color: #fff;
    font-size: 89.5%;
}

.block-content a.ajax_add_to_cart:hover {
    color: #2e2e2e;
}

.sc-pagination .page-numbers.dots {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin: 0 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.sc-pagination .page-numbers.dots:hover {
    background: none;
    border: none;
    color: inherit;
}

.support-list {
    text-align: center;
}

.support-list .wpb_column {
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .support-list .wpb_column:last-child {
        margin-bottom: 0;
    }

    .support-list .wpb_column:last-child .wpb_text_column {
        margin-bottom: 0;
    }

    .support-list .wpb_column:last-child .wpb_wrapper {
        margin-bottom: 0;
    }
}

.support-list .vc_column-inner {
    margin: 0 0 20px;
}

.support-list .sc-icon {
    margin-bottom: 30px;
}

.support-list .sc-icon:hover {
    background: #e6e6e6;
}

@media only screen and (max-width: 992px) {
    .block-content:last-child {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page-title-title h1 {
        font-size: 48px !important;
    }
}

.portfolio-item .wrap {
    width: 100%;
}

.steps {
    background: #f1f5f8;
}

.steps .centered {
    position: relative;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
}

.steps .centered ul {
    padding: 50px 0;
    width: 100%;
    float: left;
}

.steps .centered li {
    float: left;
    position: relative;
    text-align: center;
    width: 33.333%;
}

.steps .centered li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #b4bdc4;
    top: 32px;
    left: 50%;
}

@media only screen and (max-width: 767px) {
    .steps .centered li:after {
        height: 6px;
        top: 27px;
    }
}

.steps .centered li:last-child:after {
    width: 0;
}

.steps .centered li.selected .numbers {
    background: #5baf41;
    color: #fff;
}

.steps .centered li .numbers {
    width: 70px;
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: #fff;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .steps .centered li .numbers {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto 20px;
    }
}

.steps .centered li p {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #2e2e2e;
}

@media only screen and (max-width: 767px) {
    .steps .centered li p {
        font-size: 14px;
        line-height: 1.5em;
    }
}

.questions {
    text-align: center;
}

.questions .container .inQuestion {
    padding: 50px 0;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.question .question-text h3 {
    font-weight: bold;
    margin: 0 0 40px;
    line-height: 1.3em;
    font-size: 28px;
}

@media only screen and (max-width: 767px) {
    .question .question-text h3 {
        font-size: 24px;
        line-height: 1.5em;
    }
}

.question .options ul {
    margin-left: -8px;
    margin-right: -8px;
}

.question .options li {
    width: 33.33%;
    padding: 0 8px;
    float: left;
}

.question .options li a:hover p {
    color: #5baf41;
}

.question .options li a img {
    width: 100%;
    margin-bottom: 10px;
    border: 6px solid #fff;
}

@media only screen and (max-width: 767px) {
    .question .options li a img {
        border: 4px solid #fff;
    }
}

.question .options li a.selected img {
    border-color: #5baf41;
}

.question .options li a.selected p {
    text-decoration: underline;
}

.question .selector-nav {
    clear: both;
    padding-top: 30px;
}

.question .selector-nav li {
    margin: 0 30px;
}

@media only screen and (max-width: 767px) {
    .question .selector-nav li {
        margin: 0 15px;
    }
}

.question .selector-nav li a:hover {
    color: #5baf41;
}

.question .selector-nav li a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #5baf41;
    border-radius: 50%;
    line-height: 45px;
    margin-left: 10px;
}

.question .selector-nav li a span .fa {
    font-size: 24px;
    color: #fff;
    margin-left: 3px;
}

.question .selector-nav li a.back span {
    margin: 0 10px 0 0;
}

.question2 .centered, .question3 .centered {
    clear: both;
    display: block;
    overflow: hidden;
}

.question2 .centered ul, .question3 .centered ul {
    width: 100%;
    text-align: center;
}

.question2 .centered ul li, .question3 .centered ul li {
    float: none;
}

.question2 .centered ul li .selected img, .question3 .centered ul li .selected img {
    border-color: #5baf41;
}

.question2 li img, .question3 li img {
    background: #b4bdc4;
    border: 6px solid #fff;
    border-radius: 50%;
    height: auto;
    width: 180px;
}

.result-intro {
    background: #f1f5f8;
}

.result-intro .container {
    padding: 50px 0;
    text-align: center;
}

.result-intro .container h4 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
}

.result-product .in_result {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding: 50px 0;
}

.result-product .in_result .product-img {
    float: left;
    padding-right: 30px;
    width: 33%;
    max-width: 230px;
}

.result-product .in_result .product-name {
    width: 67%;
    float: left;
}

.result-product .in_result .product-name h4 {
    font-size: 28px;
    font-weight: bold;
}

.result-product .in_result .product-name p {
    margin: 0 0 30px;
}

.more-button {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    background: #5baf41;
    border: 1px solid #5baf41;
    display: inline-block;
    color: #fff;
    margin: 0 0 10px;
    min-width: 170px;
    text-align: center;
}

.more-button:hover {
    background: #aadd85;
}

.restart {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    background: #fff;
    border: 1px solid #5baf41;
    display: inline-block;
    color: #2e2e2e;
    min-width: 170px;
    text-align: center;
}

.restart:hover {
    background: #aadd85;
}

.docs-n-download .portfolio-navigator {
    padding-bottom: 0;
}

.ul_documents {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
}

.ul_documents li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.ul_documents li a {
    position: relative;
    display: block;
    padding: 10px 0;
}

.ul_documents li a:hover h2, .ul_documents li a:hover .span_txt, .ul_documents li a:focus h2, .ul_documents li a:focus .span_txt {
    color: #5baf41;
}

@media only screen and (max-width: 767px) {
    .ul_documents li a {
        padding-right: 50px;
    }
}

.ul_documents li a h2 {
    font-weight: bold;
    font-size: inherit;
    margin-top: 0;
}

.ul_documents li a h3 {
    font-size: inherit;
    line-height: 1.3em;
    width: 85%;
    margin: 0;
}

.ul_documents li a .down_icon {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 50%;
    margin-top: -17px;
}

.ul_documents li a .down_icon .span_icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #5baf41;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .ul_documents li a .down_icon .span_txt {
        display: none;
    }
}

.resp-accordion.resp-tab-active {
    color: #fff;
}

.docs-n-download .resp-accordion:after {
    right: 15px;
}

.sc-woocommerce-tabs .sc-tabs #tab-document, .sc-woocommerce-tabs .sc-tabs #tab-spare-parts, .sc-woocommerce-tabs .sc-tabs #tab-old-models {
    padding: 45px;
}

@media only screen and (max-width: 992px) {
    .sc-woocommerce-tabs .sc-tabs #tab-document, .sc-woocommerce-tabs .sc-tabs #tab-spare-parts, .sc-woocommerce-tabs .sc-tabs #tab-old-models {
        padding: 0 15px;
    }
}

.reg-warranty .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.reg-warranty .container .btn-default:hover, .reg-warranty .container .btn-default:focus {
    background-color: #e6e6e6;
    color: #2e2e2e;
}

.lbl_reg {
    border-bottom: 1px solid #2e2e2e;
    font-weight: bold;
}

.frm_group {
    margin-bottom: 15px;
}

.frm_group .bootstrap-select {
    width: 100% !important;
}

.frm_group .date-picker-gm input.form-control {
    border-right: none;
    box-shadow: none;
    color: #2e2e2e;
}

.frm_group .date-picker-gm .input-group-addon {
    border-color: #d2dae1;
    border-left: none;
    background: none;
}

.frm_group .date-picker-gm .input-group-addon .glyphicon {
    color: #2e2e2e;
}

.frm_group .has-error .input-group-addon {
    border-color: #a94442;
    border-radius: 0 4px 4px 0;
}

.frm_group .note {
    color: #999;
    margin-top: 8px;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #d2dae1;
    height: 34px;
    width: 100%;
    padding: 7px 25px 10px 10px;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #5baf41 !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-color: rgba(0, 0, 0, 0.2) transparent #5baf41 !important;
}

.form-control:focus {
    border-color: #d2dae1;
}

input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea {
    border-color: #d2dae1;
}

.help-block.form-error {
    width: 100%;
    clear: both;
    display: table-row;
}

.has-success .form-control {
    border-color: #d2dae1;
}

.has-success .form-control:focus {
    border-color: #d2dae1;
}

.input_scalia {
    width: 100%;
}

.area_input {
    min-height: 150px;
}

.p_link_privacy {
    color: #999;
    padding-top: 56px;
}

@media only screen and (max-width: 992px) {
    .p_link_privacy {
        padding-top: 0;
    }
}

.p_link_privacy a {
    color: #2e2e2e;
    text-decoration: underline;
}

.p_link_privacy a:hover {
    color: #5baf41;
}

.rd_sex {
    display: inline-block;
    margin-left: 15px;
}

.rd_sex label {
    font-weight: normal;
    margin-left: 3px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    border: none;
    content: "\f107";
    font-family: 'FontAwesome';
    margin-top: -8px;
    right: 0;
    position: absolute;
}

.has-error .input_scalia {
    border-color: #a94442;
}

input:focus, .btn:focus, textarea:focus {
    outline: none;
}

.span_sex {
    float: left;
}

.hero-gomerlin {
    background: #5baf41;
}

.hero-slide .hero-item {
    width: 100%;
    min-height: 461px;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.hero-slide .hero-item .mask-hero {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-slide .hero-item .txt-hero {
    width: 65%;
    float: right;
    color: #fff;
    margin: 65px 0 0;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 25px;
}

@media only screen and (max-width: 992px) {
    .hero-slide .hero-item .txt-hero {
        float: none;
        margin: 65px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide .hero-item .txt-hero {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.hero-slide .hero-item .txt-hero .title-hero {
    text-transform: uppercase;
    font-size: 34px;
    margin: 0 0 20px;
    font-weight: bold;
}

.hero-slide .hero-item .txt-hero .description-hero {
    margin: 0 0 35px;
}

.hero-slide .hero-item .txt-hero .button {
    margin: 0;
}

.hero-slide .hero-item .txt-hero .button a {
    height: 48px;
    padding: 0 50px;
    background: #fff;
    color: #449317;
    text-transform: uppercase;
    display: inline-block;
    line-height: 48px;
}

@media only screen and (max-width: 767px) {
    .hero-slide .hero-item .txt-hero .button a {
        padding: 0 15px;
    }
}

.hero-slide .hero-item .video-background {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 75vw;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .hero-slide .hero-item .video-background {
        width: 133vh;
        height: 100%;
    }
}

.hero-slide .hero-item .container {
    position: relative;
}

.in-hero {
    width: 100%;
    max-width: 530px;
    float: left;
}

.slick-prev, .slick-next {
    z-index: 3 !important;
    width: 40px !important;
    height: 40px !important;
}

.slick-prev::before, .slick-next::before {
    font-size: 40px !important;
}

.slick-prev {
    left: 50px !important;
}

@media only screen and (max-width: 767px) {
    .slick-prev {
        left: 20px !important;
    }
}

.slick-next {
    right: 50px !important;
}

@media only screen and (max-width: 767px) {
    .slick-next {
        right: 20px !important;
    }
}

.slick-dots {
    bottom: 20px !important;
}

.slick-dots li button::before {
    font-size: 20px !important;
}

.container {
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .container {
        width: auto;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: auto;
    }
}

@media only screen and (min-width: 1199px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        width: 1200px;
    }
}

/*# sourceMappingURL=style.css.map */
