/*
 * Theme Name: Shiply   
 * Theme URI: shiply.com
 * Author: Milan Savov
 * Author URI: milansavov.com
 * Version: 1.0
 * */

/* TABLE OF CONTENT 
 *
 * - FONTS
 * - CUSTOM RESETS
    - Buttons
 * - ELEMENTS
    - Accordion
 * - LAYOUT
 * - HEADER 
    - Main Navigation
 * - HERO (BANNER)
 * - SECTIONS
    - Features 
    - How Shiply works
    - Recent deliveries
    - Help environment 
    - Testimonials 
    - Clients 
    - Accordion in Quote 
 * - FOOTER
 */

/* CUSTOM RESETS
================================================== */
a,
button {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}

a:focus,
a:hover {
  outline: 0 none;
  text-decoration: none;
}

h2,
h3,
h4 {
  font-family: Helvetica, Arial, sans-serif;
}

.img-res {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* Buttons */
.btn {
  height: 60px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 25px;
  text-transform: uppercase;
}

.btn-orange {
  background-color: #fea142;
  color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #f98b1b;
  color: #fff;
  outline: none;
}

/* Select */
select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select .btn {
  padding-left: 20px;
  color: #3a3a3a;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 14px;
}

.bootstrap-select i {
  width: 30px;
  text-align: center;
  padding-right: 10px;
}

.bs-caret {
  position: absolute;
  right: 30px;
}

.bootstrap-select.open.dropup .bs-caret .caret,
.bs-caret .caret {
  border-bottom: 0;
  border-top: 8px dashed;
  border-top: 8px solid\9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.bootstrap-select.open .bs-caret .caret,
.dropup .bs-caret .caret {
  border-top: 0;
  border-bottom: 8px dashed;
  border-bottom: 8px solid\9;
}

.bootstrap-select.btn-group .dropdown-menu {
  padding: 5px 0;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  padding: 0;
}

.bootstrap-select .dropdown-menu li a {
  padding-left: 20px;
}

.bootstrap-select.open .dropdown-menu {
  display: block;
  border-top: 0;
  border-radius: 5px;
}

.bootstrap-select .check-mark {
  display: none;
}

.bootstrap-select a:hover {
  cursor: pointer;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-hide {
  display: none !important;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* ELEMENTS
================================================== */
/* Accordion */
.accordion {
  margin-bottom: 0;
}

.panel-group {
  margin: 100px 0 0;
}

.panel {
  border: 0 none;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 30px;
}

.panel-heading {
  background-color: #fff;
  border: 0 none;
  box-shadow: none;
  border-radius: 5px;
  padding: 50px;
  position: relative;
}

.panel-title {
  position: relative;
  font-size: 20px;
  line-height: 62px;
  padding: 0 100px 0 20px;
  color: #252d38;
  font-family: Helvetica, Arial, sans-serif;
}

.panel-title .number {
  position: absolute;
  left: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 none;
}

.panel-body {
  padding: 0 50px 50px;
  color: #47556e;
  font-size: 16px;
  line-height: 28px;
}

.panel-body p {
  margin-bottom: 0;
}

.panel-body p + p {
  margin-top: 40px;
}

.panel-heading .plus-minus {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fea142;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;

  display: table;
}

.panel-heading .plus-minus::after {
  content: "-";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #fff;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -3px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}

.panel-heading a.collapsed .plus-minus {
  background-color: #ffecd9;
}

.panel-title:hover a.collapsed .plus-minus {
  background-color: #fea142;
}

.panel-heading a.collapsed .plus-minus::after {
  content: "+";
  color: #fea142;
}

.panel-title:hover a.collapsed .plus-minus::after {
  color: #fff;
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .panel-heading .plus-minus::after {
    top: 1px;
  }
}
@media only screen and (device-width: 1024px) and (device-height: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .panel-heading .plus-minus::after {
    top: 1px;
  }
}

/* LAYOUT
================================================== */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

/* HEADER
================================================== */
.site-header {
  padding: 10px 0;
  background-color: rgba(59, 58, 54, 0);
  position: absolute; /* fixed */
  width: 100%;
  border-bottom: 1px solid rgba(226, 226, 226, 0);
  z-index: 3;
}

.site-logo {
  float: left;
  margin-right: 30px;
}

.site-logo img {
  height: 48px;
}

.tel {
  padding-top: 6px;
}

.tel,
.tel-header-phone {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0;
  float: left;
}

.tel-header-phone {
  line-height: 14px;
}

.tel:hover,
.tel:hover .tel-header-phone,
.tel:focus,
.tel:focus .tel-header-phone {
  color: #fea142;
}

.tel i {
  margin-right: 5px;
  margin-top: 8px;
}
.tel-header-time {
  clear: both;
  display: block;
}

.tel-header-phone {
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
}

/* 
 * Main navigation 
 */
.page-header-icon-bar {
  background-color: #fff;
  cursor: pointer;
}
.navbar-nav.navbar-right {
  margin-right: 0;
}

.navbar-nav > li > a,
.slicknav_nav > li > a {
  padding: 0 10px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
}

.navbar-nav > li > a.dropdown-toggle i {
  margin-left: 5px;
}

.navbar-nav > li {
  margin: 14px 0;
  float: none;
  display: inline-block;
}

.navbar-nav > li + li {
  margin-left: 10px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.navbar-collapse li a:hover,
.dropdown.open > a,
.dropdown-menu a:hover,
.dropdown:hover > a,
.dropdown-menu > li > a:focus,
.dropdown-menu li a:hover,
.slicknav_nav li.active > a,
.slicknav_nav .dropdown.active > a a,
.slicknav_nav .active .active a {
  color: #fea142;
}

.slicknav_nav > li > a .slicknav_arrow {
  color: #fff;
}

.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
  background-color: transparent;
  color: #fea142;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.navbar-collapse li a:hover,
.dropdown-menu a:hover,
.dropdown:hover > a,
.dropdown-menu > li > a:focus,
.dropdown-menu li a:hover {
  background-color: transparent;
}

.navbar-nav .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  border: 0;
  border-top: 5px solid #fea142;
  transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
}

.navbar-nav li a:hover + .dropdown-menu,
#service-navbar-multi-level:hover
/*.dropdown-menu:hover*/ {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.navbar-nav li a:hover + .dropdown-menu.close-dropdown {
  opacity: 0;
  visibility: hidden;
}

.dropdown-menu li a {
  padding: 5px 15px;
}

li.btn-sign-up {
  margin: 3px 0 3px 30px;
}

li.btn-sign-up a {
  padding: 0 20px;
  height: 42px;
  line-height: 40px;
  min-width: 205px;
  border: 1px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}

li.btn-sign-up a:hover {
  background-color: #fff;
  color: #fea142;
}

li.btn-get-quotes {
  margin: 2px 0 2px 20px;
}

li.btn-get-quotes > a {
  padding: 0 20px;
  text-align: center;
  min-width: 120px;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

li.btn-get-quotes > a:hover,
li.btn-get-quotes > a:focus {
  background-color: #e6e6e6;
  color: #000;
}

.site-navigation .navbar-nav > li > a,
.site-navigation .slicknav_nav > li > a {
  font-size: 14px;
}

/* HERO
================================================== */
.hero {
  background: url(/img/2017-lp/hero-bg.jpg) no-repeat center / cover;
  height: 100%;
  min-height: 640px;
  width: 100%;
  position: relative;
}

.hero-logos-wrapper {
  position: absolute;
  bottom: 70px;
}

.hero-logos {
  padding-right: 200px;
  text-align: center;
}

.hero-logos img {
  margin: 20px 60px 0 0;
}

.hero-logos-sunday {
  margin-top: 9px !important;
}

.hero-logos-bbc {
  margin-top: 15px !important;
}

.hero-logos-guardian {
  margin-top: 17px !important;
}

.trust-ebay {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 15px;
  text-align: center;
}

.trust-pilot img {
  display: inline-block;
  max-width: 131px;
}

.trust-pilot span {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: bottom;
  color: #252d38;
}

.trust-ebay a {
  display: block;
}

.ebay-hero {
  width: 75px;
  margin-top: 15px;
  margin-left: 10px;
}

.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
}

.hero-content h1 {
  max-width: 520px;
  width: 100%;
  font-size: 44px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 48px;
  color: #fff;
  margin: 30px 0 70px;
}

.hero-content p {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.hero-content .bootstrap-select .btn {
  width: 300px;
  height: 60px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.hero-content .bootstrap-select .filter-option {
  color: #3a3a3a;
}

.hero-content .btn-orange {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: -3px;
  border: 0;
}

/* CATEGORY DROPDOWN 
================================================== */
.category-dropdown-input-select .bs-caret {
  color: #555;
  line-height: 60px;
  height: 60px;
}

.category-dropdown-input-select .filter-option {
  line-height: 60px;
  height: 60px;
}

/* SECTIONS 
================================================== */
.site-section h2 {
  font-size: 38px;
  line-height: 62px;
  color: #252d38;
  margin: 0;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

.rating-stars {
  color: #fea142;
}

.rating-stars span {
  font-size: 18px;
  background-color: #fff;
}

.rating-stars span + span {
  padding-left: 3px;
}

/* 
 * Features
 */
.features-sections {
  padding: 100px 0 240px;
}

.rating-stars-lines {
  position: relative;
}

.rating-stars-lines:before {
  content: "";
  display: block;
  background: -moz-linear-gradient(
    left,
    rgba(254, 161, 66, 0) 0%,
    rgba(254, 161, 66, 20%) 10%,
    rgba(254, 161, 66, 1) 50%,
    rgba(254, 161, 66, 20%) 90%,
    rgba(254, 161, 66, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(254, 161, 66, 0)),
    color-stop(10%, rgba(254, 161, 66, 0)),
    color-stop(50%, rgba(254, 161, 66, 1)),
    color-stop(90%, rgba(254, 161, 66, 0)),
    color-stop(100%, rgba(254, 161, 66, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(254, 161, 66, 0) 0%,
    rgba(254, 161, 66, 20%) 10%,
    rgba(254, 161, 66, 1) 50%,
    rgba(254, 161, 66, 20%) 90%,
    rgba(254, 161, 66, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(254, 161, 66, 0) 0%,
    rgba(254, 161, 66, 20%) 10%,
    rgba(254, 161, 66, 1) 50%,
    rgba(254, 161, 66, 20%) 90%,
    rgba(254, 161, 66, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(254, 161, 66, 0) 0%,
    rgba(254, 161, 66, 20%) 10%,
    rgba(254, 161, 66, 1) 50%,
    rgba(254, 161, 66, 20%) 90%,
    rgba(254, 161, 66, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    left,
    rgba(254, 161, 66, 0) 0%,
    rgba(254, 161, 66, 20%) 10%,
    rgba(254, 161, 66, 1) 50%,
    rgba(254, 161, 66, 20%) 90%,
    rgba(254, 161, 66, 0) 100%
  ); /* W3C */
  max-width: 500px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.features-sections .rating-stars {
  position: relative;
  width: 150px;
  margin: 0 auto 40px;
  padding: 0 20px;
  background-color: #fff;
  text-align: center;
}

.feature-list {
  margin-top: 100px;
}

.feature-list h3 {
  margin: 40px 0 25px;
  color: #252d38;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
}

.feature-list p {
  color: #47556e;
  font-size: 16px;
  line-height: 32px;
  margin: 30px 0 0;
}

.feature-thumb-fast-easy {
  width: 51px;
  height: 63px;
}
.feature-thumb-trustworthy {
  width: 52px;
  height: 63px;
}
.feature-thumb-prices {
  width: 78px;
  height: 63px;
}
.feature-thumb-helpful {
  width: 63px;
  height: 63px;
}

/* 
 * How Shiply works 
 */
.how-it-works-section {
  background-color: #f5f7fe;
}

.how-it-works-section .container {
  position: relative;
}

.how-it-works-img {
  height: 760px;
  width: 650px;
}

.how-it-works-video {
  position: relative;
  left: -70px;
  top: -60px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.video-content .btn {
  width: 140px;
  height: 140px;
  line-height: 140px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}

.btn .caret.play-caret {
  position: absolute;
  border-left: 50px dashed;
  border-left: 50px solid\9;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  left: 50%;
  top: 50%;
  margin-left: 10px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.video-content p {
  margin: 50px 0 0;
  font-size: 24px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.5;
}

.how-it-works-section .col-sm-5 {
  padding: 180px 15px;
}

.how-it-works-section h2 {
  text-align: left;
}

.how-it-works-list {
  margin-top: 60px;
  max-width: 420px;
}

.how-it-works-list li + li {
  margin-top: 40px;
}

.how-it-works-list li span {
  color: #4f66c3;
  background-color: #e4e8f8;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 50px;
  display: block;
  float: left;
  border-radius: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.how-it-works-list li p {
  margin-bottom: 0;
  padding-left: 100px;
  color: #47556e;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 32px;
}

/* 
 * Recent deliveries
 */
.recent-deliveries-section {
  background-color: #252d38;
  padding: 100px 0 115px;
  position: relative;
}

.recent-deliveries-section:before {
  content: attr(data-content);
  position: absolute;
  bottom: -134px;
  right: 180px;
  font-size: 392px;
  font-family: Helvetica, Arial, sans-serif;
  color: #7c8796;
  opacity: 0.1;
}

.recent-deliveries-section h2 {
  font-size: 32px;
  color: #fff;
  text-align: left;
}

.recent-deliveries-section .col-sm-4 {
  padding-right: 30px;
  outline: none;
}

.recent-items {
  margin-top: 70px;
}

.recent-item {
  background-color: #fff;
  border-radius: 5px;
}

.recent-item-thumb {
  height: 200px;
}

.recent-item-thumb img {
  border-radius: 5px 5px 0 0;
}

.recent-item-info {
  margin-left: 30px;
  width: auto;
  padding-right: 5px;
}

.recent-item-info h3 {
  font-size: 20px;
  margin: 30px 0 25px;
}

.recent-item-info p {
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  color: #47556e;
}

.recent-item-info p:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #47556e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.recent-item-info p + p:after {
  content: "";
  background: url(/img/2017-lp/line.png) no-repeat center;
  position: absolute;
  left: 5px;
  top: -33px;
  height: 36px;
  width: 1px;
}

.recent-item-info p + p {
  margin-top: 30px;
}

.recent-item-info p + p:before {
  color: #fea142;
}

.price {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 25px;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px 0 5px 0;
  background-color: #fea142;
  color: #fff;
}

.price span {
  font-size: 14px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrows {
  margin-top: 60px;
}

.slick-arrows a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #363f4b;
  color: #a0a4aa;
}

.slick-arrows .slick-disabled,
.slick-arrows .slick-disabled:hover {
  background-color: #29323d;
  color: #3f4751;
}

.slick-arrows a + a {
  margin-left: 10px;
}

.slick-arrows a:hover {
  background-color: #48515e;
}

/* 
 * Help environment
 */
.helps-environment-section {
  background: url(/img/2017-lp/helps-environment.png) no-repeat top 120px center;
  padding: 190px 0 180px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e2e8f4;
}

.helps-environment-section:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -20px;
  background: url(/img/2017-lp/helps-environment-bottom.png) no-repeat;
  width: 550px;
  height: 222px;
}

.helps-environment-section p {
  color: #47556e;
  font-size: 16px;
  line-height: 32px;
  margin: 40px auto 0;
  max-width: 590px;
}

.green-numbers-wrapper {
  margin-top: 60px;
  padding-top: 65px;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}

.green-numbers-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e2e8f5;
  width: 80px;
  height: 2px;
}

.green-numbers {
  position: relative;
  display: inline-block;
  color: #38c42d;
  width: 100px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 10px;
  font-size: 58px;
  font-family: Helvetica, Arial, sans-serif;
}

.green-numbers + .green-numbers {
  margin-left: 10px;
}

.green-numbers.ml-40 {
  margin-left: 40px;
}

.green-numbers:before,
.green-numbers:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5fcf4;
  z-index: -1;
  border-radius: 10px;
}

.green-numbers:after {
  background-color: #e2f6e0;
  height: 50%;
}

.green-numbers-unit {
  margin-left: 15px;
  vertical-align: bottom;
}

.green-numbers-unit sub {
  bottom: 0;
  vertical-align: bottom;
}

.helps-environment-logos {
  margin-top: 100px;
  text-align: center;
}

.helps-environment-logos img {
  display: inline-block;
}

.helps-environment-logos img + img {
  margin-left: 30px;
}

/*
 * Testimonials
 */
.testimonials-section {
  padding: 170px 0 140px;
}

.testimonials-section h2 {
  width: 100%;
  margin: 0 auto;
}

.testimonials {
  position: relative;
}

.testimonials .slick-list {
  overflow-y: visible;
  padding: 60px 15px !important;
}

.testimonials .slick-slide:not(.slick-current) {
  opacity: 0.4;
}

.testimonials .col-sm-4 {
  padding: 0 22.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.testimonial-item {
  padding: 35px 50px;
  box-shadow: 0px 6px 60px 0px rgba(38, 51, 64, 0.08);
}

.testimonial-item-top {
  position: relative;
  min-height: 60px;
}

.testimonial-item-thumb {
  position: absolute;
  height: 60px;
  width: 60px;
}

.testimonial-item-thumb .img-res {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.testimonial-item-info {
  margin-left: 80px;
  padding-top: 15px;
  position: relative;
}

.testimonial-author {
  padding-right: 110px;
  font-size: 20px;
  color: #252d38;
}

.testimonial-item .rating-stars {
  position: absolute;
  right: 0;
  top: 20px;
}

.testimonial-text {
  margin-top: 30px;
  line-height: 36px;
  font-size: 18px;
  color: #47556e;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li + li {
  margin-left: 15px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 3px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #dadde2;
  border-radius: 50px;
}

.slick-dots .slick-active button {
  background: #fda041;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-track {
  display: flex;
}

.testimonials-section .container {
  margin-top: 90px;
}

.review-thumb {
  line-height: 75px;
}

.review-info {
  margin-top: 40px;
}

.review-info h3 {
  margin: 0;
  color: #252d38;
  font-size: 20px;
}

.review-info p {
  margin: 10px auto 0;
  width: 200px;
  font-size: 16px;
  color: #7c8796;
}

/* 
 * Accordion in Quote section
 */
.quote-section {
  background-color: #f5f7fe;
  padding: 100px 0 120px 0;
}

/* FOOTER
================================================== */
#countryCustomForm {
  display: none;
}

.site-footer {
  background-color: #242d37;
}

.footer-top {
  background: url(/img/2017-lp/footer-img.jpg) no-repeat bottom / cover;
  padding: 150px 0 130px;
  position: relative;
}

.footer-top:before {
  content: "";
  background: -moz-linear-gradient(
    bottom,
    rgba(36, 45, 55, 1) 0%,
    rgba(36, 45, 55, 0.41) 63%,
    rgba(36, 45, 55, 0.4) 64%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    bottom,
    rgba(36, 45, 55, 1) 0%,
    rgba(36, 45, 55, 0.41) 63%,
    rgba(36, 45, 55, 0.4) 64%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(36, 45, 55, 1) 0%,
    rgba(36, 45, 55, 0.41) 63%,
    rgba(36, 45, 55, 0.4) 64%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer-top h3 {
  line-height: 62px;
  font-size: 44px;
  color: #fff;
  margin: 0;
}

.footer-top .btn-orange {
  line-height: 60px;
  margin-top: 32px;
}

.footer-bottom {
  padding: 20px 0;
  line-height: 40px;
  font-size: 12px;
}

.copyright {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 25px 0 0;
  color: #6b7a8d;
}

.footer-bottom .bootstrap-select .btn {
  position: relative;
  top: -1px;
  min-width: 170px;
  height: 40px;
  line-height: 38px;
  background-color: transparent;
  border: 1px solid #6b7a8d;
  color: #6b7a8d;
  font-family: Helvetica, Arial, sans-serif;
}

.footer-bottom .bs-caret {
  color: #6b7a8d;
  position: absolute;
  right: 15px;
}

.footer-bottom .bs-caret .caret {
  border-top: 6px dashed;
  border-top: 6px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.footer-bottom .dropup .bs-caret .caret {
  border-bottom: 6px dashed;
  border-bottom: 6px solid\9;
}

.footer-bottom .bootstrap-select.open.dropup .bs-caret .caret,
.footer-bottom .bs-caret .caret {
  border-bottom: 0;
  border-top: 6px dashed;
  border-top: 6px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.footer-bottom .bootstrap-select.open .bs-caret .caret,
.footer-bottom .dropup .bs-caret .caret {
  border-top: 0;
  border-bottom: 6px dashed;
  border-bottom: 6px solid\9;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default.active.focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active,
.bootstrap-select .btn-default:active:focus,
.btn-default:active:hover,
.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select.open > .dropdown-toggle.btn-default.focus,
.bootstrap-select.open > .dropdown-toggle.btn-default:focus,
.bootstrap-select.open > .dropdown-toggle.btn-default:hover {
  background-color: #e6e6e6;
}

.footer-menu {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 210px;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  color: #6b7a8d;
  font-family: Helvetica, Arial, sans-serif;
}

.footer-menu li a:hover {
  color: #fea142;
}

.footer-menu li + li {
  margin-left: 45px;
}

.social-icons {
  display: inline-block;
  float: right;
  margin-left: 30px;
}

.social-icons a {
  color: #6b7a8d;
  font-size: 16px;
}

.social-icons a + a {
  margin-left: 15px;
}

a.tw-icon:hover {
  color: #55acee;
}
a.fb-icon:hover {
  color: #3b5998;
}
a.eb-icon {
  background: url(/img/2017-lp/ebay-icon.png) no-repeat bottom 5px center;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 21px;
}
a.eb-icon:hover {
  background: url(/img/2017-lp/ebay-icon-color.png) no-repeat bottom 5px center;
}

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width: 1423px) {
  .hero-logos img {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1323px) {
  .hero-logos img {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1173px) {
  .hero-logos img:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-logos img {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1072px) {
  .hero-logos img {
    margin-right: 50px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1299px) {
  .navbar-nav > li > a {
    padding: 0 3px;
  }

  li.btn-sign-up a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1199px) {
  /* HEADER */
  .site-header .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  /* HEADER */
  .navbar-right .dropdown-services .dropdown-menu {
    left: 0;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /* HEADER */
  .site-logo {
    margin-right: 5px;
  }

  .site-logo img {
    height: 44px;
  }

  /*.tel {
		margin: 12px 0;
	}*/

  .tel i {
    margin-right: 2px;
  }

  /* 
	 * Main navigation 
 	 */
  .navbar-nav > li {
    margin: 12px 0;
  }

  .navbar-nav > li > a {
    padding: 0 1px;
    font-size: 14px;
  }

  .navbar-nav > li.btn-get-quotes {
    margin: 0 0 0 2px;
  }

  .navbar-nav > li.btn-get-quotes a {
    min-width: 110px;
  }

  .navbar-nav > li + li {
    margin-left: 5px;
  }

  .navbar-nav > li.btn-sign-up {
    margin: 0 0 0 10px;
  }

  .navbar-nav > li.btn-sign-up a {
    min-width: 190px;
  }

  /* SECTIONS */

  /* 
   * How Shiply works 
   */
  .how-it-works-section .col-sm-5 {
    padding: 100px 15px;
  }

  /*
	 * Recent items
	 */
  .recent-deliveries-section:before {
    right: 64px;
    font-size: 330px;
    bottom: -113px;
  }

  /* 
 	 * Help environment
 	 */
  .green-numbers-unit {
    margin-top: 30px;
    display: block;
  }

  /*
	 * Testimonials
	 */
  .testimonial-item-info {
    padding-top: 0;
  }

  .testimonial-author {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .testimonial-item .rating-stars {
    display: block;
    position: relative;
    top: 0;
  }

  /* FOOTER */
  .copyright {
    margin-right: 15px;
  }

  .footer-menu {
    margin-left: 110px;
  }

  .footer-menu li + li {
    margin-left: 25px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* HEADER
	================================================== */
  .site-logo img {
    float: left;
  }

  .site-logo/*,
    .navbar-header*/ {
    float: left !important;
  }

  .tel,
  .navbar-header,
  .navbar-right {
    float: none !important;
  }

  .navbar-nav > li {
    margin: 12px 5px;
  }

  .navbar-toggle {
    display: block;
  }

  /* Navigation */
  .main-menu {
    display: none;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav > li.btn-sign-up,
  .navbar-nav > li.btn-get-quotes {
    width: auto;
    margin: 0 0 0 5px;
    padding: 0;
    min-width: 100%;
    text-align: left;
    line-height: 20px;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }
  li.btn-sign-up a,
  li.btn-get-quotes a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    min-width: 100%;
    text-align: left;
    line-height: 20px;
    height: auto;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  li.btn-sign-up a,
  li.btn-sign-up a:focus,
  li.btn-sign-up a:hover,
  li.btn-get-quotes > a,
  li.btn-get-quotes > a:hover,
  li.btn-get-quotes > a:focus {
    background-color: transparent;
  }
  li.btn-get-quotes > a:hover {
    color: #fea142;
  }

  .dropdown.dropdown-services {
    margin-left: 5px;
  }

  /* HERO */
  .hero .container {
    padding: 0 20px;
  }

  .hero-logos {
    max-width: 750px;
  }

  .hero-logos img {
    height: 25px;

    margin: 20px 10px 0 0;
  }

  /* SECTIONS */
  /* 
	 * How Shiply works 
	 */
  .how-it-works-video {
    left: 0;
  }

  /*
	 * Recent items
	 */
  .recent-deliveries-section:before {
    font-size: 220px;
    right: 123px;
    bottom: -74px;
  }

  /* 
 	 * Help environment
 	 */
  .helps-environment-section::after {
    left: -80px;
  }

  .green-numbers {
    width: 75px;
    height: 85px;
    line-height: 85px;
  }

  .green-numbers + .green-numbers {
    margin-left: 5px;
  }

  .green-numbers.ml-40 {
    margin-left: 20px;
  }

  .helps-environment-logos img + img {
    margin-left: 20px;
  }

  /* FOOTER */
  .footer-bottom {
    text-align: center;
    line-height: normal;
  }

  .copyright {
    margin-right: 15px;
  }

  .footer-menu {
    margin-left: 0px;
    vertical-align: middle;
    margin-top: 30px;
  }

  .footer-menu li + li {
    margin-left: 20px;
  }

  .social-icons {
    float: none;
    margin: 30px 0 0 30px;
    vertical-align: middle;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* CUSTOM RESETS */
  .bootstrap-select.open .dropdown-menu {
    position: absolute;
    margin-top: 2px;
    background-color: #fff;
  }

  .bootstrap-select.open .dropdown-menu li {
    text-align: left;
  }

  .bs-caret {
    right: 15px;
  }

  /* ELEMENTS */
  /* Accordion */
  .panel-group {
    margin-top: 10px;
  }

  .panel-heading {
    padding: 40px 20px;
  }

  .panel-body {
    padding: 0 20px 50px;
  }

  .panel-title {
    line-height: 32px;
    padding-right: 75px;
  }

  .panel-title .plus-minus {
    line-height: 50px;
  }

  .slicknav_menu,
  .slicknav_item {
    position: relative;
    z-index: 1000;
  }

  .act.slicknav_menu {
    z-index: 9999;
  }

  .slicknav_btn {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0 15px 0 0;
    padding: 10px 5px;
    z-index: 1000;
  }

  .act .slicknav_btn {
    height: 22px;
    position: fixed;
  }

  .slicknav_icon-bar {
    height: 2px;
    width: 22px;
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
  }

  .act .slicknav_icon-bar:first-child,
  .act .slicknav_icon-bar:last-child {
    position: absolute;
    top: 10px;
    height: 3px;
  }

  .act .slicknav_icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .act .slicknav_icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .act .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  .act .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0px;
  }

  .slicknav_nav {
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 0;
    list-style: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    text-align: center;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .act .slicknav_nav {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .slicknav_nav > li:first-child {
    margin-top: 90px;
  }

  .slicknav_nav > li:last-child {
    margin-bottom: 60px;
  }

  .slicknav_nav > li {
    margin: 5px 0;
    padding: 5px 0;
    -webkit-transition: all 400ms 510ms;
    transition: all 400ms 510ms;
    opacity: 0;
  }

  .slicknav_nav > li:nth-child(odd) {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }

  .slicknav_nav > li:nth-child(even) {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }

  .act .slicknav_nav > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .slicknav_nav > li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }

  .slicknav_nav > li.btn-get-quotes a {
    color: #000;
  }

  .slicknav_nav > li.btn-get-quotes a:hover,
  .slicknav_nav > li.btn-get-quotes a:focus {
    color: #000;
  }

  .slicknav_arrow {
    position: absolute;
    right: -30px;
    bottom: 0;
    padding: 0 8px;
  }

  .slicknav_nav ul.dropdown-menu {
    display: none;
    position: relative;
    visibility: visible;
    opacity: 1;
  }

  .slicknav_nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .dropdown-menu li {
    text-align: center;
    padding: 5px 0;
  }

  /* HERO */
  .hero {
    min-height: 740px;
  }

  .hero-content {
    position: relative;
    top: 0;
    transform: translateY(-0);
    -moz-transform: translateY(-0);
    -webkit-transform: translateY(-0);
    -o-transform: translateY(-0);
    -ms-transform: translateY(-0);
    margin-top: 135px;
  }

  .hero-content h1 {
    font-size: 32px;
    margin: 40px 0 50px;
  }

  .hero-content p {
    font-size: 12px;
  }

  .hero-content .bootstrap-select .btn {
    width: 270px;
  }

  .hero-logos-wrapper {
    bottom: 150px;
    left: 0;
  }

  .hero-logos {
    padding: 0;
  }

  .hero-logos img {
    margin: 30px 30px 0;
  }

  /* CATEGORY */
  .category-dropdown-input-select .dropdown-menu li {
    text-align: left;
    padding: 0;
  }

  .trust-ebay {
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  /* SECTIONS  */
  .site-section h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 30px;
  }

  .helps-environment-section p {
    margin-top: 30px;
  }

  /* 
	 * Features
	 */
  .features-sections {
    padding: 110px 0 60px;
  }

  .features-sections .container {
    padding: 0 20px;
  }

  .features-sections .rating-stars {
    margin-bottom: 30px;
  }

  .feature-list {
    margin-top: 65px;
  }

  .feature-list .col-xs-6 {
    text-align: center;
  }

  .features-sections .clearfix + .col-xs-6,
  .features-sections .clearfix + .col-xs-6 + .col-xs-6 {
    margin-top: 50px;
  }

  /* 
	 * How Shiply works 
	 */
  .how-it-works-section {
    padding: 0 0 120px;
  }

  .how-it-works-section .container {
    padding: 0 30px;
  }

  .how-it-works-section .row {
    margin: 0 -30px;
  }

  .how-it-works-section .col-sm-5 {
    padding: 0 30px;
  }

  .how-it-works-section .col-sm-7 {
    padding: 0;
  }

  .how-it-works-video {
    position: relative;
    top: 0;
  }

  .how-it-works-img {
    height: 460px;
    width: 100%;
  }

  .how-it-works-section h2 {
    margin-top: 90px;
  }

  .how-it-works-list {
    max-width: 100%;
  }

  /*
	 * Recent items
	 */
  .recent-deliveries-section {
    padding: 70px 0 110px;
  }

  .recent-deliveries-section .container {
    padding: 0 20px;
  }

  .recent-deliveries-section:before {
    font-size: 92px;
    bottom: 84px;
    right: 0;
  }

  .recent-deliveries-section .col-sm-4 {
    padding-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .recent-items {
    margin-top: 60px;
  }

  .slick-arrows {
    margin-top: 35px;
  }

  /* 
 	 * Help environment
 	 */
  .helps-environment-section {
    background-position-y: 90px;
    padding: 160px 0 120px;
  }

  .helps-environment-section::after {
    left: -180px;
  }

  .green-numbers-wrapper {
    margin-top: 35px;
    padding-top: 50px;
  }

  .green-numbers {
    width: 45px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }

  .green-numbers-unit {
    margin-top: 30px;
    display: block;
  }

  .green-numbers.ml-40 {
    margin-left: 15px;
  }

  .helps-environment-logos {
    margin-top: 50px;
  }

  .helps-environment-logos img {
    height: 32px;
  }

  .helps-environment-logos img:nth-child(n + 5) {
    margin-top: 20px;
  }

  /*
	 * Testimonials
	 */
  .testimonials-section {
    padding: 100px 0;
  }

  .testimonials .slick-list {
    overflow-y: visible;
    padding: 60px 0px 30px !important;
  }

  .testimonials .col-sm-4 {
    padding: 0 10px;
  }

  .testimonial-item {
    padding: 35px 20px;
    box-shadow: 0px 6px 30px 0px rgba(38, 51, 64, 0.08);
  }

  .testimonial-item-info {
    padding-top: 0;
  }

  .testimonial-author {
    padding-right: 0;
  }

  .testimonial-item .rating-stars {
    position: relative;
    top: 0;
  }

  .review-thumb {
    padding: 0 10px;
  }

  .review-thumb img {
    max-width: 100%;
  }

  .review-info p {
    width: 100%;
  }

  /* 
     * Accordion in Quote section
     */
  .quote-section {
    padding-top: 40px;
  }

  .quote-section .container > .row .col-xs-12 {
    padding: 0;
  }

  .panel-heading .plus-minus::after {
    top: 0px;
  }

  /* FOOTER */
  .footer-top {
    padding: 80px 0 35px;
  }

  .footer-top .text-right {
    text-align: center;
  }

  .footer-top h3 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }

  .footer-top .btn-orange {
    margin-top: 40px;
  }

  .copyright {
    margin-right: 15px;
  }

  .footer-menu {
    display: block;
    margin-top: 30px;
  }

  .footer-menu li + li {
    margin-left: 15px;
  }

  .social-icons {
    display: block;
    margin: 30px 0 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /* CUSTOM RESETS */
  .bootstrap-select .btn-group {
    display: block;
  }

  .bootstrap-select {
    width: 100%;
  }

  /* HERO */
  .hero-content .bootstrap-select .btn {
    width: 100%;
    border-radius: 5px;
  }

  .hero-content .btn {
    display: block;
    border-radius: 4px;
    width: 100%;
  }

  .hero-content .btn-orange {
    margin: 10px 0 0;
  }

  .hero-logos-wrapper {
    bottom: 85px;
    left: 0;
  }

  .hero-logos img {
    margin: 25px 20px 0;
  }

  /* SECTIONS */
  /*
	 * features-sections
	 */
  .features-sections .col-xs-6 {
    width: 100%;
    margin-top: 50px;
  }

  .features-sections .col-xs-6:first-child {
    margin-top: 0;
  }

  /* 
	 * How Shiply works 
	 */
  .how-it-works-section,
  .how-it-works-section h2 {
    text-align: center;
  }

  .how-it-works-list li span {
    float: none;
    margin: 0 auto;
  }

  .how-it-works-list li p {
    padding: 25px 0 0;
  }

  .testimonials-section .col-xs-4 {
    width: 100%;
  }

  /* 
	 * Testimonials 
	 */

  .testimonials-section .container .col-xs-4 + .col-xs-4 {
    margin-top: 50px;
  }

  .review-thumb {
    line-height: normal;
  }

  .review-thumb img {
    width: auto;
  }

  /* 
 	 * Help environment
 	 */
  .helps-environment-section::after {
    left: -250px;
  }

  .green-numbers-wrapper {
    margin: 35px -15px 0;
  }

  .green-numbers {
    width: 30px;
    height: 35px;
    line-height: 35px;
  }

  /* FOOTER */
  .footer-top h3 {
    width: 160px;
    margin: 0 auto;
  }

  .footer-bottom .btn-group {
    width: 170px;
  }

  .copyright {
    margin-right: 10px;
  }

  .footer-menu li + li {
    margin-left: 4px;
  }
}

/* ========================================================================
 * Shiply: navigation.css v1.0.0
 * NAVIGATION CSS
 * ======================================================================== */
.mm-page {
  min-height: 100%;
}
.mm-slideout {
  z-index: auto !important;
}
.nav-menu-span {
  display: block;
}
.navbar-toggle .icon-bar {
  width: 23px;
  height: 4px;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent !important;
}
.mm-opened .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent !important;
}
.navbar-toggle {
  border: 0;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-right: 0;
  margin-top: 0;
  margin-right: 0;
}
.mm-panels .menu-i {
  width: 25px;
  font-size: 1.1em;
}
.mm-panels .menu-i:hover {
  color: #0f4e8e;
}
.mm-panels .nav-bar-services-link,
.mm-panels .nav-bar-services-link:focus,
.mm-panels .nav-bar-services-link:hover {
  margin-left: 30px;
}
.mm-panels a:hover,
.mm-panels a:focus {
  color: #0f4e8e;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding-left: 10px !important;
  font-size: 1.2em;
}
.mm-listview > li:not(.mm-divider):after {
  padding-left: 0 !important;
  left: 0 !important;
}
.mm-panels .dropdown:after {
  padding-left: 10px !important;
  left: 20px !important;
}
.mm-listview .mm-next::before {
  border-left: 0 !important;
}
.mm-listview .mm-next:focus,
.mm-listview .mm-next:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-clear::before,
.mm-close::before {
  right: 20px !important;
}
.mm-panels .caret {
  display: none;
}

.mm-panels .page-header-phone a,
.mm-panels .page-header-phone a :hover,
.mm-panels .page-header-phone a :focus {
  color: #555 !important;
}

@media all and (min-width: 992px) {
  #mm-menu {
    display: none;
  }
  .menu-i {
    display: none;
  }
  #mm-my-menu {
    display: none !important;
  }
  html.mm-right.mm-opening .mm-slideout {
    transform: none !important;
    background-color: transparent !important;
    height: 0 !important;
  }
  .dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
  }
  .dropdown-submenu > span:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
}

@media all and (max-width: 991px) {
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: transparent !important;
    color: #555;
  }
  .mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: transparent !important;
    tap-highlight-color: transparent !important;
  }
  .nav-menu-span {
    display: block;
  }
  .mm-panels .visible-medium {
    display: block !important;
  }
  .mm-panels .visible-large {
    display: none !important;
  }
  .mm-panels .page-header-badge {
    top: -5px;
  }
  .mm-panels .page-header-earphone {
    padding-left: 0;
    padding-top: 10px;
    color: #555;
  }
  .mm-panels .page-header-text {
    font-size: 1em;
    color: #555 !important;
  }
  .mm-panels .page-phone-icon-holder {
    padding-right: 5px;
    padding-top: 20px;
  }
  .mm-panels .page-phone-number-holder {
    padding-left: 0 !important;
    padding-top: 20px;
  }
  .mm-panels .page-header-text-smaller {
    color: #555 !important;
    font-size: 1.1em;
  }
  .nav-menu-span:active {
    background-color: transparent !important;
  }
  .mm-fullsubopen:hover,
  .mm-fullsubopen:focus,
  .mm-fullsubopen:active {
    background-color: transparent !important;
  }
  .mm-panels .dropdown-services:hover,
  .mm-panels .dropdown-services:active {
    background-color: #eee !important;
    color: #0f4e8e !important;
  }
  .mm-listview > li > a,
  .mm-listview > li > span {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
#mm-menu:not(.mm-menu) {
  display: none;
}
.mm-navbar {
  height: 50px !important;
  line-height: 30px !important;
}
.mm-prev {
  height: 50px !important;
}
.mm-close {
  height: 50px !important;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 50px !important;
}
.mm-title {
  font-size: 1.7em !important;
  font-weight: bold !important;
  height: 50px !important;
  color: #555 !important;
}
.mm-clear::after,
.mm-clear::before,
.mm-close::after,
.mm-close::before {
  height: 11px !important;
  width: 11px !important;
}
.mm-clear::before,
.mm-close::before {
  right: 12px !important;
}
.mm-arrow::after,
.mm-next::after,
.mm-prev::before {
  height: 12px !important;
  width: 12px !important;
}
.mm-listview > li:last-child:not(.mm-divider):after {
  border: 0 !important;
}

.navbar-static-top-tp .mm-panel.mm-opened.mm-current {
  top: 0;
  position: absolute;
  margin-top: 0;
  bottom: 0;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
.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 {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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 {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}
.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > 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;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-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: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  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 a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-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);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  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);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
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 {
  -webkit-transition-property:
    width,
    max-width,
    -webkit-transform;
  transition-property:
    width,
    max-width,
    -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property:
    transform,
    width,
    max-width,
    -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property:
    width,
    -webkit-transform;
  transition-property:
    width,
    -webkit-transform;
  transition-property: transform, width;
  transition-property:
    transform,
    width,
    -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
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: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
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:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
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:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
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:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
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:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
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:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
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 {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  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 {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  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 {
  -webkit-transition-delay: 0s !important;
  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 {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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 {
  -webkit-transition-property:
    left,
    -webkit-transform;
  transition-property:
    left,
    -webkit-transform;
  transition-property: transform, left;
  transition-property:
    transform,
    left,
    -webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: 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 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 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 {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.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) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.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);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}
label.mm-check:before,
label.mm-toggle:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
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);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.mm-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 {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
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;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 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;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
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(0, 0, 0);
  transform: translate3d(0, 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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
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;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 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(0, 0, 0);
  transform: translate3d(0, 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 {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening
  .mm-menu.mm-effect-listitems-slide
  .mm-panel.mm-opened
  .mm-listview
  > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
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 {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
html.mm-opening
  .mm-menu.mm-effect-listitems-drop
  .mm-panel.mm-opened
  .mm-listview
  > li {
  opacity: 1;
  top: 0;
}
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
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-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
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-box;
  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-top: 0;
  margin-bottom: 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-box-flex: 1;
  -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: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  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;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.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 {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
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 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
.mm-menu.mm-bottom,
.mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.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 {
  z-index: 2;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-theme-dark {
  background: #333;
  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 a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-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);
}
.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);
  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:not(.mm-fullsubopen):hover,
.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);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  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 a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-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);
}
.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);
  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:not(.mm-fullsubopen):hover,
.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);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  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 a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-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);
}
.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);
  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:not(.mm-fullsubopen):hover,
.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);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-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 {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/* MOBILE SUB MENU NAV */
.mobile-nav-head:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: relative;
  top: 4px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.3);
  border-top: none;
  border-left: none;
  right: 8px;
  float: right;
}
.mobile-nav-head {
  height: 48px;
}
.mobile-nav-head.open {
  min-height: 48px;
}
.mobile-nav-head.open:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-head:hover {
  color: #0f4e8e;
  background-color: #eee;
  cursor: pointer;
}

.mobile-nav-head-sub {
  display: none !important;
}

.mobile-nav-head-sub.open {
  display: block !important;
  padding-left: 40px !important;
  overflow: visible;
  padding-bottom: 13px !important;
  min-height: 48px;
}

.mobile-nav-head.open {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  padding-bottom: 13px !important;
}

.mobile-nav-head-sub:hover {
  color: #0f4e8e;
  background-color: #eee;
  cursor: pointer;
}

.mobile-nav-head .page-header-badge {
  top: 9px;
  right: initial;
  left: 19px;
}

.mobile-nav-head-has-open {
  height: 48px !important;
}

.mobile-nav-head-open {
  height: auto !important;
}

@media (max-width: 992px) {
  .hidden-tablet-mobile {
    display: none;
  }
}

._hj-f5b2a1eb-9b07_widget {
  z-index: 9999 !important;
}

@media (min-width: 992px) {
  .menu-i {
    display: none;
  }
}
/**
 * postcss pointer #3
 */
