#mail-statusQuick .success,
#mail-statusQuick .Error,
#mail-statusEnq .success,
#mail-statusEnq .Error {
  padding: 10px;
  margin-top: 15px;
  border-radius: 8px;
  background-color: #0f7b0f;
  text-align: center;
  color: #fff;
}

.large-logo {
  width: 350px;
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .large-logo {
    width: 220px;
  }
}
.siteLogo {
  float: left;
  position: sticky;
  transition: all 0.5s ease;
  width: auto; /* Let the image control the size */
}

.siteLogo img.logo-img {
  width: 100%;
  max-width: 240px; /* Bigger logo for desktop */
  height: auto;
  display: block;
  margin-top: 5px; /* Move the logo upward */
}

/* Fixed state - shrink a little if needed */
.fixed .siteLogo img.logo-img {
  max-width: 200px;
  margin-top: 45px;
}

/* Medium screens */
@media only screen and (max-width: 920px) {
  .siteLogo img.logo-img {
        max-width: 200px;
        margin-left: -29px;
        margin-top: 45px;
  }

.fixed .siteLogo img.logo-img {
  max-width: 190px;
  margin-top: 45px;
}
}

/* Small screens */
@media only screen and (max-width: 480px) {
  .siteLogo img.logo-img {
        margin-left: -20px;
        max-width: 170px;
        margin-top: 5px;
  }

.fixed .siteLogo img.logo-img {
  max-width: 170px;
  margin-top: 45px;
}

}



.info {
  color: red;
}

.capLEft {
  float: left;
}

.enq-Label {
  display: block;
  padding: 10px 0;
}

#captchaQuick {
  padding: 6px;
}

.btnRefresh {
  padding: 7px;
  border: none;
  color: #fff;
  background-color: #000;
}

#captcha {
  padding: 7px;
}

#mail-statusQuick .Error,
#mail-statusEnq .success,
#mail-statusEnq .Error {
  background-color: red;
  margin-bottom: 5px;
}

#mail-statusEnq .Error,
#mail-statusEnq .success {
  margin-bottom: 15px;
}

#mail-statusEnq .success {
  background-color: #0f7b0f;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;

  pointer-events: none;
  cursor: default;
}

/* Adjust px here (1024px for tablets maybe) */

@media only screen and (max-device-width: 480px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: auto;
    cursor: pointer;
  }
}

.design a:link,
.design a:visited {
  color: #6d6d6d;
  transition: all 0.5s ease;
}

.design a:hover {
  color: #391531;
}

* {
  margin: 0;
  padding: 0;
}

/* ========================================== Html 5 Reset =========================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* ========================================== Html 5 Reset =========================================*/

/**

 * Owl Carousel v2.3.2

 * Copyright 2013-2018 David Deutsch

 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE

 */

figure {
  margin: 0;
}

/* -------------------------------------------------------------------------------------------- 

                           bx slider

  -------------------------------------------------------------------------------------------- */
.non-sticky-menu {
  position: static !important;
}

/* Hide top menu completely on desktop after scroll */
@media (min-width: 768px) {
  .non-sticky-menu {
    display: none;
  }
}
.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper {
  /*-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  right: 60px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* -------------------------------------------------------------------------------------------- 

                                Mobile menu (mmenu)

  -------------------------------------------------------------------------------------------- */

#hamburger {
  left: 20px;
  position: fixed;
  top: 20px;
  z-index: 5;
}

#page,
body > .submenu {
}

#page {
  box-shadow: none;
  position: relative;
  width: 100%;
}

html.mm-opened #page {
  overflow: hidden;
}

body.header #page {
  background-position: calc(50% + 730px) -750px;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  -webkit-text-size-adjust: none;
}

body * {
  text-shadow: none;
}

nav:not(.mm-menu) {
  display: block;
}

.content {
  text-align: center;
  padding: 150px 50px 50px 50px;
}

/*! */

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: #fff; /* Set to white */
	border: 0;
	background-color: transparent;
  }
  
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -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-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}
.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.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 {
  box-sizing: border-box;
  height: 40px;
  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(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.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-next:after,
.mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  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-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.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-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-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-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  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 {
  overflow: hidden;
}
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-opened {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}
.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

@charset "UTF-8";
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-fx-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-fx-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-fx-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-fx-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-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-fx-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-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}
.mm-menu .mm-fx-panels-none.mm-panel,
.mm-menu.mm-fx-panels-none .mm-panel {
  -webkit-transition-property: none;
  transition-property: none;
}
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel,
.mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,
.mm-menu.mm-fx-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-fx-panels-zoom.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-zoom .mm-panel.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-fx-panels-slide-0.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel,
.mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-fx-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: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening
  .mm-menu.mm-fx-listitems-slide
  .mm-panel.mm-opened
  .mm-listview
  > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening
  .mm-menu.mm-fx-listitems-fade
  .mm-panel.mm-opened
  .mm-listview
  > li {
  opacity: 1;
}
.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
html.mm-opening
  .mm-menu.mm-fx-listitems-drop
  .mm-panel.mm-opened
  .mm-listview
  > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}
.mm-menu
  .mm-panels
  > .mm-panel.mm-listview-justify
  > .mm-listview
  > li:not(.mm-divider),
.mm-menu.mm-listview-justify
  .mm-panels
  > .mm-panel
  > .mm-listview
  > li:not(.mm-divider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mm-menu
  .mm-panels
  > .mm-panel.mm-listview-justify
  > .mm-listview
  > li
  > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span,
.mm-menu.mm-listview-justify
  .mm-panels
  > .mm-panel
  > .mm-listview
  > li
  > a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px;
}
.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px;
}
.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
html.mm-iconbar body {
  overflow-x: hidden;
}
html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}
html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}
.mm-menu.mm-iconbar {
  display: block;
}
.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .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;
}
.mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0;
}
html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

.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;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-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: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.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 > * {
  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-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-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 .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-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 {
  background: rgba(0, 0, 0, 0.1);
}
.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 > * {
  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-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-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.05);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-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 {
  background: rgba(0, 0, 0, 0.05);
}
.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 > * {
  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-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-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 .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-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 {
  background: rgba(255, 255, 255, 0.3);
}
.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-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next: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 {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

html.mm-widescreen body {
  position: relative;
}
html.mm-widescreen #mm-blocker {
  display: none !important;
}
html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important;
}
html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box;
}
html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
  overflow: auto;
}
.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none;
}

.mm-menu.mm-autoheight {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}
.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  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;
}
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}
.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-columns {
  -webkit-transition-property: width;
  transition-property: width;
}
.mm-columns .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
.mm-columns .mm-panels > .mm-panel.mm-opened,
.mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-columns.mm-offcanvas.mm-bottom,
.mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
html.mm-opening .mm-columns.mm-offcanvas.mm-front,
html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}

.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: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -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-panels > .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-panels > .mm-panel.mm-opened,
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -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;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  bottom: -100000px;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbars-bottom,
.mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}
.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}
.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-hasnavbar-top-1 .mm-panels {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels {
  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-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  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-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.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: 15;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -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 {
  background: rgba(255, 255, 255, 0.5);
}
.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;
}
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;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-check,
label.mm-toggle {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-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.75);
}
.mh-head {
  text-align: center;
  padding: 0 10px;
  margin: 0;
  position: relative;
  background: #ccc;
  color: #333;
  height: 40px;
}
.mh-head a {
  color: inherit;
  text-decoration: none;
}
.mh-head.mh-size-2 {
  height: 80px;
}
.mh-head.mh-size-3 {
  height: 120px;
}
.mh-head.mh-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh-head.mh-sticky.mh-scrolledout {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mh-head .mh-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: block;
  padding: 10px;
}
.mh-head.mh-align-left .mh-text {
  text-align: left;
}
.mh-head.mh-align-right .mh-text {
  text-align: right;
}
.mh-head.mh-btns-left {
  padding-left: 50px;
}
.mh-head.mh-btns-left-2 {
  padding-left: 90px;
}
.mh-head.mh-btns-left-3 {
  padding-left: 130px;
}
.mh-head.mh-btns-right {
  padding-right: 50px;
}
.mh-head.mh-btns-right-2 {
  padding-right: 90px;
}
.mh-head.mh-btns-right-3 {
  padding-right: 130px;
}
.mh-head .mh-btns-left,
.mh-head .mh-btns-right {
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mh-head .mh-btns-left {
  left: 10px;
}
.mh-head .mh-btns-right {
  right: 10px;
}
.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {
  width: 80px;
}
.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
  width: 120px;
}
.mh-head .mh-btns-left > *,
.mh-head .mh-btns-right > * {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  width: 40px;
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mh-head .mh-btns-left > :nth-child(1),
.mh-head .mh-btns-right > :nth-child(1) {
  left: 0;
}
.mh-head .mh-btns-left > :nth-child(2),
.mh-head .mh-btns-right > :nth-child(2) {
  left: 40px;
}
.mh-head .mh-btns-left > :nth-child(3),
.mh-head .mh-btns-right > :nth-child(3) {
  left: 80px;
}
.mh-head .mh-list {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  line-height: 20px;
  display: block;
  padding: 0;
  margin: 0;
}
.mh-head .mh-list li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.mh-head .mh-list li a,
.mh-head .mh-list li span {
  display: block;
  padding: 10px;
}
.mh-head.mh-align-left .mh-list {
  text-align: left;
}
.mh-head.mh-align-right .mh-list {
  text-align: right;
}
.mh-head .hamburger {
  margin-top: 2px;
  -webkit-transform: scale(0.6, 0.7) translateY(-50%);
  -ms-transform: scale(0.6, 0.7) translateY(-50%);
  transform: scale(0.6, 0.7) translateY(-50%);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.mh-head .mh-image,
.mh-head .mh-logo {
  background: none center center transparent no-repeat;
  display: block;
  height: 100%;
}
.mh-head .mh-logo {
  background-size: contain;
  background-clip: content-box;
  padding: 10px;
}
.mh-head.mh-align-left .mh-logo {
  background-position: left center;
}
.mh-head.mh-align-right .mh-logo {
  background-position: right center;
}
.mh-head .mh-image {
  background-size: cover;
}
.mh-head .mh-form {
  padding: 7px 0;
  position: relative;
}
.mh-head .mh-form input {
  background: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  height: 26px;
  width: 100%;
  padding: 0 10px;
}
.mh-head .mh-form .fa {
  color: #ccc;
  text-align: center;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mh-head {
  background: #33282c;
  color: #fff;
}

.mh-text {
  font-size: 16px;
  font-weight: bold;
}


.mh-head .hamburger-inner,
.mh-head .hamburger-inner:after,
.mh-head .hamburger-inner:before {
  /* background: #d90707; */
  background: #fefefe;
}

/* -------------------------------------------------------------------------------------------- 

                                Menu - Navigation Default style

  -------------------------------------------------------------------------------------------- */

.ddsmoothmenu {
}

.ddsmoothmenu ul {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.ddsmoothmenu ul li {
  position: relative;
  display: inline-block;
}

.ddsmoothmenu ul li a {
  display: block;
  color: #b9b9b9;
  padding: 15px 8px 15px 8px;
  text-decoration: none;
}

.ddsmoothmenu ul li:last-child a {
  background-image: none !important;
}

* html .ddsmoothmenu ul li a {
  display: inline-block;
}

.ddsmoothmenu ul li a:link,
.ddsmoothmenu ul li a:visited {
  color: #b9b9b9;
  text-transform: capitalise;
  font-size: 10pt;
  text-transform: uppercase;
}

.ddsmoothmenu ul li a:after {
  content: "/";
  font-size: 8pt;
  padding-left: 15px;
}

.ddsmoothmenu ul li:last-child a:after {
  content: "";
  padding-left: 0;
}

.ddsmoothmenu ul li .active::after {
  content: "";
  background-color: #fdb615 !important;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.ddsmoothmenu ul li a.selected {
  color: #b2b11f;
}

.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li .active:link,
.ddsmoothmenu ul li .active:visited {
  color: #fff;
  background-color: tramsparant;
}

.ddsmoothmenu ul li ul {
  position: absolute;
  left: -3000px;
  display: none;
  visibility: hidden;

  -webkit-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.27);
  box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.27);
  background-color: #eaeaea;
  z-index: 600000;
}

.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none;
}

.ddsmoothmenu ul li ul li ul {
  top: 0;
}

.ddsmoothmenu ul li ul li a {
  width: 420px;
  padding: 5px;
  margin: 0;
  border-top-width: 0;
  border-bottom: 1px solid gray;
  text-align: left;
  background-image: none !important;
}

.ddsmoothmenu ul li ul li a:link,
.ddsmoothmenu ul li ul li a:visited {
  color: #333;
  padding: 10px 15px 10px 10px;
  line-height: normal !important;
  font-size: 9pt;
}

.ddsmoothmenu ul li ul li a:hover {
  background-color: #152445;
  color: #fff;
}

* html .ddsmoothmenu {
  height: 1%;
}

.downarrowclass {
  position: absolute;
  top: 12px;
  right: 7px;
}

.rightarrowclass {
  position: absolute;
  top: 10px;
  right: 5px;
}

.leftarrowclass {
  margin-right: 5px;
}

.ddshadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: #ccc;
}

.toplevelshadow {
  margin: 5px 0 0 5px;
  opacity: 0.8;
}

.ddcss3support .ddshadow.toplevelshadow {
  margin: 0;
}

.ddcss3support .ddshadow {
  background-color: transparent;
  box-shadow: 5px 5px 5px #aaa;
  -moz-box-shadow: 5px 5px 5px #aaa;
  -webkit-box-shadow: 5px 5px 5px #aaa;
}

div.ddsmoothmobile {
  background: #414141;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  border-radius: 0 0 10px 0;
  box-shadow: 0 0 10px gray;
}

div.ddsmoothmobile a {
  color: white;
  text-decoration: none;
}

div.ddsmoothmobile div.topulsdiv {
  position: relative;
  background: #414141;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

div.ddsmoothmobile ul {
  list-style: none;
  width: 100%;
  top: 0;
  left: 0;
  background: #414141;
  margin: 0;
  padding: 0;
}

div.ddsmoothmobile ul.submenu {
  position: absolute;
  height: 100%;
  overflow-y: auto;
}

div.ddsmoothmobile ul li {
  border-bottom: 1px solid gray;
  position: relative;
  font-weight: bold;
}

div.ddsmoothmobile ul li.breadcrumb {
  cursor: pointer;
  padding: 10px;
  background: black;
}

div.ddsmoothmobile ul li a {
  display: block;
  padding: 5px 10px;
}

div.ddsmoothmobile ul li a:hover {
  background: black;
}

.animateddrawer {
  font-size: 10px;
  width: 3em;
  height: 2.8em;
  outline: none;
  position: fixed;
  display: none;
  top: 10px;
  right: 10px;
  background: white;
  z-index: 1000;
}

.animateddrawer:before,
.animateddrawer:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0.6em;
  background: #11a6d1;
  border-radius: 2px;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.animateddrawer:after {
  top: auto;
  bottom: 0;
}

.animateddrawer span {
  width: 100%;
  height: 0.6em;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  border-radius: 2px;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
}

.animateddrawer span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6em;
  background: #11a6d1;
  border-radius: 2px;
  position: absolute;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
}

.animateddrawer.open:before {
  top: 50%;
  margin-top: -0.3em;
  opacity: 0;
}

.animateddrawer.open:after {
  bottom: 50%;
  opacity: 0;
}

.animateddrawer.open span {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animateddrawer.open span:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ddsmoothmenu ul li .mainLink:link,
.ddsmoothmenu ul li .mainLink:visited {
  background-color: #595959;
  color: #fff;
}

.bx-wrapper .bx-prev {
  background-position: 0 top;
}

.bx-wrapper .bx-next {
  background-position: -33px top;
}

.bx-wrapper .bx-controls-direction a {
  width: 28px;
  height: 28px;
  top: -42px;
}

/* ---------------- Custom changes  ---------------- */

.ddsmoothmenu ul li ul li a {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 15px;
  width: 230px;
  text-transform: uppercase !important;
}

.prim-menu .ddsmoothmenu ul li a::after {
  content: "|";
  padding-left: 15px;
}

.prim-menu .ddsmoothmenu ul li .last::after {
  content: "";
  padding: 0;
}

/* -------------------------------------------------------------------------------------------- 

                                end ddsmooth menu

  -------------------------------------------------------------------------------------------- */

/*

font-family: 'Montserrat', sans-serif; font-family: 'Lato', sans-serif;

*/

#page {
  font-family: "Montserrat", sans-serif;
  text-align: justify;
  line-height: 22px;
  color: #373737;
  font-size: 10.5pt;
  background-color: #fff;
}

.headerWrap,
.welcTitle,
.welCap {
  font-family: "Montserrat", sans-serif;
}

.about-title,
.serveBtns,
.modal-title {
  font-family: "Lato", sans-serif;
}

.welcTitle {
  font-weight: 600;
  font-size: 50pt;
  color: #164135;
  text-align: center;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.smallTitle {
  font-size: 14pt;
  padding-bottom: 5px;
}

.clear {
  clear: both;
  float: none;
}

.welCap {
  font-size: 31pt;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
}

.capton {
  text-transform: uppercase;
  font-size: 18pt;
  line-height: 28px;
  text-align: left;
  font-weight: 400;
}

.capton span {
  display: block;
}

.about-title {
  font-size: 26pt;
  color: #706d89;
  text-transform: uppercase;
  line-height: 30px;
  background-image: url(../images/about-icon.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 90px 70px;
  padding: 5px 0 5px 110px;
  margin-bottom: 15px;
  font-weight: bold;
}

.about-title span {
  font-size: 14pt;
  display: block;
  padding-top: 5px;
  margin-bottom: 0px;
  font-weight: normal;
  position: relative;
  z-index: 100;
}

#subPage p {
  padding: 5px 0;
}

.widget-title-sub {
  text-transform: uppercase;
  font-size: 20pt;
  line-height: 28px;
  padding-bottom: 15px;
}

.about-title {
  position: relative;
}

.about-title:after {
  content: "";
  position: absolute;
  background-color: #e2e2e7;
  height: 5px;
  display: block;
  bottom: 11px;
  left: 280px;
  width: 100%;
}

.trans-pg-tite:after {
  left: 220px;
  width: 100%;
}

.fixingBlock .about-title:after {
  left: 305px;
  width: 100%;
}

.fixingBlock figure {
  position: absolute;
  top: 0;
  right: 0;
}

#subPage .fixingBlock p {
  padding-right: 550px;
}

/* ========================================== Common ==========

===============================*/

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 125%;
  height: auto;
  vertical-align: top;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.bannerWrapp img {
  width: 100%;
}

.headerWrap {
  position: fixed;
  width: 100%;
  z-index: 12000;
  color: #b8b8b8;
  font-size: 10pt;
  transition: all 0.5s ease;
  /* background-color: rgb(121 70 110 / 53%); */
}

.fixed {
  /* background-color: rgba(14, 14, 14, 0.8); */
  background-color: rgb(0 0 0 / 0%);
}

.topCOnsul {
  padding: 15px;
  text-transform: uppercase;
  float: left;
}

.primary-menu {
  float: right;
  transition: all 0.5s ease;
  opacity: 1;
}

.header-top {
  background-color: rgba(14, 14, 14, 0.5);
  transition: all 0.5s ease;
  top: 0;
  position: relative;
}

.fixed .header-top {
  display: none;
  top: -160px;
}

.header-btm {
  padding-top: 15px;
  transition: all 0.5s ease;
}

.fixed .header-btm {
  padding-top: 0;
}

.consScrl {
  opacity: 0;
  transition: all 0.5s ease;
  float: right;
  clear: right;
  padding-top: 10px;
}

.fixed .consScrl {
  opacity: 1;
  padding-top: 15px;
}

/* .siteLogo {
  float: left;
  position: sticky;
  transition: all 0.5s ease;
  width: 133px;
}

.fixed .siteLogo {
  width: 90px;
} */

.serveBtns {
  float: right;
}

.serveBtns a:link,
.serveBtns a:visited {
  color: #fff;
  text-transform: uppercase;
  font-size: 10pt;
  display: block;
  padding: 10px 25px;
  border: 2px solid rgba(255, 255, 255, 0.17);
}

.serveBtns li {
  display: block;
  padding: 0 0 0 10px;
  float: left;
}

.welcOver {
  position: absolute;
  z-index: 1200;
  width: 540px;
  margin-top: -100px;
}

.widget-welWrapp {
  padding: 20px 0 40px 0;
  min-height: 580px;
}

.welcCNt {
  /* background-image: url(../images/welcome-bg.png); */
  background-color: #431e61;
  padding: 70px 60px;
  color: #fff;
}

.welcCNt article {
  padding: 31px 0;
}

.widget-howork-sde {
  float: right;
  width: 550px;
  color: #8f838f;
}

.widget-howork-sde .align {
  padding: 40px 0 40px 40px;
}

.video-block {
  padding-top: 30px;
}

.video-block h4 {
  text-transform: uppercase;
  font-size: 18pt;
  padding-bottom: 15px;
  color: #3a4a50;
}

.widget-hair-rel-wrapp,
.widget-hair-fix-wrap {
  /* background-image: url(../images/widget-hait-replac.png); */
  padding: 80px 0 0 0;
  background-color: #dbc5ed;
}

.widget-hair-rel-wrapp figure {
  position: absolute;
  left: 0;
  bottom: 0;
}

.widget-hair-rel-wrapp article {
  padding-left: 750px;
  min-height: 396px;
}

.widget-hair-trans,
.widget-hair-fix-wrap {
  padding: 100px 0 0px 0;
  /* background-image: url(../images/widget-hait-trans.png); */
  background-color: #ab77d5;
}

.widget-hair-trans figure,
.widget-hair-fix-wrap figure {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0px;
}

.widget-hair-trans article,
.widget-hair-fix-wrap article {
  padding-right: 750px;
  min-height: 357px;
}

.widget-hair-fix-wrap {
  background-image: url(../images/wid-hair-fix.png);
}

.widget-stud-hrs {
  padding: 25px 0 25px 0;
  background-color: #90caf8;
  background-image: url(../images/studio-hrs.png);
  background-color: #431e61;
  background-repeat: no-repeat;
  background-position: 55px center;
  color: #8f838f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -50px;
  z-index: 100;
}

.cnName {
  font-size: 18pt;
  padding-right: 20px;
  padding-top: 5px;
  color: #f5efef;
}

.timeBlk,
.cnName {
  float: left;
}

.timeBlk {
  color: #fbf7f7;
}

.timing {
  float: left;
}

.india {
  padding-left: 470px;
}

.dubai {
  float: right;
  padding-right: 80px;
}

.widget-insta-hst {
  padding-top: 80px;
  background-color: #fff;
  position: relative;
}

.widget-insta-hst figure {
  width: 550px;
  float: left;
  margin-right: 90px;
}

.widget-insta-hst article {
  padding-top: 50px;
}

.widget-insta-hst h2 {
  color: #706d89;
  font-size: 22pt;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 20px;
}

.widget-hme-features {
  /* background-image: url(../images/hme-features-bg.png); */
  background-position: center top;
  border-top: 1px solid #fff;
  padding: 0 0;
  text-align: center;
  background-color: #431e61;
}

.btm-widget-branches {
  /* background-image: url(../images/widget-hait-trans.png); */
  background-color: #5e2a88;
}

.widget-title-btm {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18pt;
  padding-bottom: 20px;
}

.btm-widget-branches .brnchBG {
  /* background-image: url(../images/btm-map.png); */
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 60px 0;
}

.btm-widget-branches address {
  font-style: normal;
  float: left;
  display: block;
  border-left: 1px solid #a99fa9;
  width: 30%;
}

.brnchBG a:link,
.brnchBG a:visited {
  color: #373737;
}

.btm-widget-branches p {
  padding: 5px 50px 5px 80px;
  width: 250px;
}

.btm-widget-branches .adrs {
  min-height: 60px;
}

.btm-widget-branches h6 {
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 14pt;
  padding-bottom: 2px;
}

.btm-widget-branches h6 {
  padding-left: 22px;
}

.btm-widget-branches .hideBdr {
  border: none;
}

/*.btm-widget-branches .hideBdr h6, .btm-widget-branches .hideBdr p { padding-left:0 }*/

.footer-wrap {
  background-color: #fff;
}

.footer-top {
  padding: 35px 0;
}

.footer-menu {
  float: left;
  width: 50%;
}

.footer-wrap .widget-title-btm {
  color: #706d89;
}

.footer-menu ul {
  display: block;
  float: left;
  padding-right: 48px;
  padding-top: 5px;
  width: 200px;
}

.footer-menu a:link,
.footer-menu a:visited {
  color: #6d6d6d;
  display: block;
  padding: 2px 0;
  transition: all 0.5s ease;
}

.footer-contact {
  float: left;
  width: 50%;
  background-image: url(../images/newBlackLogo.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 200px auto; /* Adjust this value as needed */
  color: #6d6d6d;
}

.footer-contact a:link {
  color: #6d6d6d;
}

.footer-contact p {
  line-height: 26px;
  float: left;
}

.footerBtm {
  padding: 0 0 20px 0;
  font-size: 10pt;
}

.cpr {
  float: left;
}

.design {
  float: right;
}

.cpr,
.design {
  padding: 18px 0;
  color: #6d6d6d;
}

.aboutBlock,
.transPageBlock,
.fixingBlock,
.maintenceBlock,
.hairLossBlock,
.cntpage {
  padding: 40px 0;
}

.aboutBlock figure {
  float: right;
  width: 45%;
}

.aboutBlock figure img {
  width: 100%;
}

.aboutBlock article {
  width: 50%;
  float: left;
  overflow: hidden;
}

.transPageBlock article,
.fixingBlock article,
.maintenceBlock article,
.hairLossBlock article,
.cntpage article {
  overflow: hidden;
}

#subPage .aboutBlock article p {
  padding-right: 0px;
}

.widget-establish,
.widget-fue-block,
.widget-howDoes,
.widget-method-how {
  background-image: url(../images/widget-hait-trans.png);
  padding: 0 0;
}

.widget-fue-block,
.widget-howDoes,
.disa,
.videoMethPage,
.clecebrities,
.lossProcess {
  padding: 40px 0;
  background-image: url(../images/bg-lighter.png);
}

.widget-establish figure {
  float: left;
}

.widget-establish article {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 490px;
}

.widget-safe {
  padding: 40px 0 40px 0;
}

.widget-safe article {
  float: left;
  width: 50%;
}

.widget-safe figure {
  float: right;
  width: 45%;
}

.sub-bottom-wrapp {
  /* background-image: url(../images/widget-hait-trans.png); */
  background-color: #431e61;
}

.widget-fue-block {
}

.futImage {
  float: right;
  width: 260px;
  margin-left: 60px;
}

#subPage .fueText p {
  padding-left: 300px;
}

.sub-btm-branches {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub-btm-branches address {
  font-style: normal;
  width: 100%;
  float: left;
}

.btmQuickLInks {
  padding: 25px 0 45px;
  background-color: rgb(195, 158, 225);
}

.btmQuickLInks li {
  display: inline-block;
  width: auto;
  padding: 0 0;
  width: 33%;
}

.btmQuickLInks a {
  display: block;
  padding: 0 15px;
}

.widget-fue {
}

.image-right {
  float: right;
  padding-left: 25px;
  padding-bottom: 15px;
}

.image-left {
  float: left;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.widget-fut-block {
  padding: 40px 0 0px 0;
  border-top: 1px solid #b9b3b3;
  margin-top: 35px;
}

.widget-fue-block figure {
  float: left;
  padding-right: 80px;
  width: 370px;
  padding-bottom: 15px;
}

.figTitle {
  text-align: center;
  padding-bottom: 15px;
  font-size: 16pt;
}

.how-txt {
}

#subPage .how-txt p {
}

.how-video {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 30px;
  padding-right: 500px;
}

.widget-howDoes {
  padding: 40px 0 0px;
}

.btmVntRepl {
}

.howVdo {
  padding-bottom: 55%;
  width: 100%;
  position: relative;
}

.howVdo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hrpBtmIMg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.methWhyUsWrapp {
  background-image: url(../images/why-us-bg.png);
  padding: 35px 0 0 0;
  color: #e4e1e1;
}

.whyDiffrent {
  padding-top: 40px;
  padding-bottom: 40px;
}

.whyDiffrent li {
  display: block;
  padding: 2px 0 2px 20px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: left 8px;
}

.whyDiffrent ul {
}

.methBtmLstWrapp {
  padding-bottom: 30px;
  padding-top: 35px;
}

.whyusImg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.whyusBlk,
.whyDiffrent {
  padding-right: 440px;
}

.videoMethPage,
.quickmethodLInk {
}

.vdeoAlign {
  margin-right: 40px;
  margin-top: 15px;
  position: relative;
  padding-bottom: 55%;
}

.vdeoAlign iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.videoMethPage p {
  margin-right: 40px;
}

.methBtmLstWrapp h4 {
  font-size: 14pt;
  text-transform: uppercase;
}

.videoMethPage {
  padding: 40px 0;
  background-image: url(../images/widget-hait-replac.png);
  color: #fff;
}

.video-blk {
  width: 55%;
  float: left;
}

.mtd-icons {
  width: 45%;
  float: left;
  padding-top: 20px;
}

.mtd-icons ul {
  padding-left: 50px;
}

.mtd-icons li {
  display: block;
  text-align: center;
  width: 50%;
  float: left;
  color: #e4e1e1;
  margin-left: -1px;
  margin-top: -1px;
}

.mtd-icons span {
  display: block;
  font-size: 12.5pt;
  padding-top: 10px;
}

.mtd-icons figure {
  padding: 25px 15px;
  border: 1px solid #a99e9e;
}

.quickmethodLInk article {
  padding-bottom: 10px;
}

.quickM,
.quickM2 {
  float: left;
  width: 50%;
}

.quickM article {
  padding-right: 30px;
  border-right: 1px solid #e0dada;
}

.quickM2 article {
  padding-left: 30px;
}

.mainTItem h2 {
  font-size: 16pt;
  padding-bottom: 10px;
}

.new-user {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 300px;
}

.mainTItem {
  padding: 30px 0;
}

.newUserItem p {
  margin-right: 380px;
}

.careMaint {
  background-image: url(../images/wid-hair-fix.png);
  padding: 30px 0;
}

.clecebrities {
  padding-bottom: 30px;
}

.maintenceBlock {
  padding-bottom: 0;
}

.information-page {
  padding: 10px 0 0;
}

.border {
  height: 2px;
  background-color: #e2e2e7;
}

.faq-block {
  padding: 15px 0 0 0;
}

.qse {
  padding: 5px 15px;
  font-size: 13pt;
  background-image: url(../images/btm-branches-bg2.png);
  color: #060606;
  margin-bottom: 10px;
  margin-top: 10px;
}

.faq-block h2 {
  font-size: 16pt;
}

.lossProcess {
  padding-top: 15px;
  padding-bottom: 60px;
}

.disClaimer {
  margin-bottom: 40px;
  padding: 20px 30px;
  background-color: #e8e8e8;
  margin-top: 30px;
}

.hairTransSecBtm {
  padding-top: 40px;
}

.hairTransSecBtm li {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 0;
}

.align-left {
  padding-right: 30px;
}

.align-right {
  padding-left: 30px;
}

.hairTransSecBtm h4 {
  font-size: 14pt;
  color: #701247;
}

.hairTransSecBtm h5 {
  font-size: 12pt;
  color: #655353;
}

.hairTransSecBtm ul {
  position: relative;
  margin: 0px 0;
  background-image: url(../images/border-top.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}

.hairTransSecBtm ul:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-image: url(../images/border-left.png);
  left: 50%;
  top: 0;
}

.disa {
  background-color: #eee;
  padding: 40px;
  margin-top: 30px;
}

.disa h4 {
  padding-bottom: 10px;
}

.hairTransSecBtm .lastUl:after {
  height: 0;
  width: 0;
}

.lossProcess {
  padding: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.blockTitle {
  text-align: center;
  color: #701247;
  font-size: 14pt;
  text-transform: capitalize;
}

.lossProcess li {
  display: block;
  width: 50%;
  float: left;
  background-image: url(../images/border-left.png);
  background-repeat: repeat-y;
  background-position: left top;
}

.lossProcess .align {
  padding: 20px 20px;
}

.lossProcess ul,
.border-top {
  background-image: url(../images/border-top.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.border-top {
  background-position: top center;
}

.border-right,
.border-left {
  background-image: url(../images/border-left.png);
  background-repeat: repeat-y;
  background-position: left top;
}

.border-right {
  background-position: right top;
}

.border-top ul li:first-child {
  background-image: none !important;
}

.icnLoss {
  width: 86px;
  height: 86px;
  background-color: #646464;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.contact-wrapp {
  margin-bottom: 40px;
}

.addressArea {
  position: absolute;
  width: 340px;
}

.addressArea address {
  font-style: normal;
  padding: 15px;
  background-image: url(../images/border-top.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.contactMap {
  width: auto;
  position: relative;
  height: 1100px;
  margin-left: 340px;
}

.contactMap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sub-btm-branches a:link {
  color: #262626;
}

.sub-btm-branches {
  color: #262626;
}

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

.read-more a:link:hover {
  background-color: rgba(84, 84, 84, 0.43);
  transition: all 0.5s ease;
}

.contact-wrapp {
  margin-top: 15px;

  border: 1px solid #cecece;

  position: relative;

  background-color: #f7f7f7;
}

.branch-address {
  float: left;

  padding: 15px 0;
}

.contact-align {
  /* border-right: 1px solid #cecece; */

  padding: 0 30px;
}

.contact-wrapp {
  margin-top: 5px;
  border: 1px solid #cecece;
  position: relative;
  background-color: #f7f7f7;
}

.contact-address,
.branch-address {
  width: 33%;
  text-align: center;
  padding: 30px 0;
  float: left;
}

.branch-address {
  float: left;
  padding: 15px 0;
}

.google-maps {
  position: relative;
  height: 0;
  padding: 30px 0;
  overflow: hidden;
  margin-left: 0;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact-align {
  /* border-right: 1px solid #cecece; */
  padding: 0 30px;
}

.reg-address {
  position: absolute;
}

.feed-wrapp {
  padding-left: 33%;
  float: left;
}

/*.branch-address:nth-child(3n+0) .contact-align{margin-right:0;border:none }*/

.branch-address h2 {
  font-size: 12pt;
  padding-bottom: 10px;
  color: #701247;
}

.map-btn {
  margin: 10px auto 0 auto;
}

.branch-address {
  font-style: normal;
}

.contact-page {
  padding: 20px 0;
}

.enqury-wrapp {
  padding-bottom: 40px;
}

.enqu-form {
  position: relative;
  width: 100%;
  margin: auto;
}

.enqu-form > form {
}

.enqu-form .form-header {
  margin-bottom: 25px;
}

.enqu-form .form-group {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 30%;
  margin: 0 1%;
}

.enqu-form .form-control {
  background-color: transparent;
  height: 35px;
  padding: 0px;
  padding-top: 15px;
  border-radius: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #353535;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #898989;
  width: 100%;
  font-size: 10.5pt;
  font-family: "Montserrat", sans-serif;
}

.enqu-form .form-control::-webkit-input-placeholder {
  color: #000;
}

.enqu-form .form-control:-ms-input-placeholder {
  color: #000;
}

.enqu-form .form-control::placeholder {
  color: #000;
}

.enqu-form input[type="date"].form-control:invalid,
.enqu-form input[type="time"].form-control:invalid {
  color: #000;
}

.enqu-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.enqu-form select.form-control option {
  color: #1a1b1d;
}

.enqu-form select.form-control + .select-arrow {
  position: absolute;
  right: 0px;
  bottom: 4px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
}

.enqu-form select.form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #cecccd;
}

.enqu-form select.form-control ~ .form-label {
  opacity: 1;
  color: #212020;
}

.enqu-form .form-label {
  color: #ffc600;
  line-height: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 26px;
  opacity: 0;
  text-transform: capitalize;
  pointer-events: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 10pt;
}

.enqu-form .form-group:not(.input-not-empty) .form-control:not(:focus) {
}

.enqu-form input[type="date"].form-control + .form-label,
.enqu-form input[type="time"].form-control + .form-label {
  color: #8b4602;
  opacity: 1;
}

.enqu-form input[type="date"].form-control:focus + .form-label,
.enqu-form input[type="time"].form-control:focus + .form-label {
  opacity: 1;
  top: 0px;
  color: #ffc600 !important;
}

.enqu-form .form-group.input-not-empty .form-label {
  opacity: 1;
  top: 0px;
  color: #90928d !important;
}

.enqu-form .form-btn {
  width: 92px;
  margin: 15px auto 0 auto;
  float: left;
  margin-left: 15px;
}

.contactTitle {
  font-size: 16pt;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.enqu-form .submit-btn {
  padding: 10px 20px;
  border: none;
  color: #fff;
  background-color: #164135;
}

.owl-nav {
  text-indent: -999999px;
  position: absolute;
  top: 25%;
  width: 100%;
  left: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/controls-2.png);
  height: 30px;
  width: 30px;
  position: absolute;
}

.owl-carousel .owl-nav .owl-prev {
  left: -50px;
  background-position: right top;
}

.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.disa {
  background-image: none;
}

.hairTransSecBtm .advantg li {
  float: none;
  width: 100%;
}

.hairTransSecBtm .advantg .align-right {
  padding-left: 0;
}

.hairTransSecBtm .advantg::after {
  background-image: none;
}

.hairTransSecBtm .advantg {
  float: left;
  width: 55%;
  background-image: none;
}

.hairTransSecBtm figure img {
  width: 430px;
  float: right;
}

.disa {
  margin-top: 0;
}

.figTitle {
  text-align: left;
  text-transform: uppercase;
}

.hairTransSecBtm h4 {
  text-transform: uppercase;
  text-align: left;
}

.ans{
  margin-left:5%;
  background-color: azure;
}

.ques-ans {
  padding-right: 410px;
  background-image: url(../images/faqs-img.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.map-btn {
  transition: all 0.5s ease;
}

.map-btn:hover {
  opacity: 0.8;
}

.contact-page {
  text-align: center;
}

.branch-address {
  float: none;
  display: inline-block;
}

.sub-bottom-wrapp .widget-stud-hrs {
  display: none;
}

.fixed .serveBtns {
  padding-top: 15px;
}

.sub-btm-branches address h6 {
  text-transform: uppercase;
}

.serveBtns .hom-scrol {
  display: none;
}

.fixed .serveBtns .hom-scrol {
  display: block;
}

.mobMenu {
  display: none;
}

.mm-panels {
  font-family: "Montserrat", sans-serif;
}

.mob-num-respsv {
  display: none;
}

.mob-hair-head {
  display: none;
}

.btmQuickLInks img:hover {
  opacity: 0.9;
}

#marquee {
  overflow: hidden;
  white-space: nowrap;
}

.branch-address a:link {
  color: #373737;
}

.topCOnsul a:link {
  color: #b8b8b8;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 40pt;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  height: 35px;
  width: 35px;
}

.owl-dots {
  display: none;
}

/* ========================================== form =========================================*/

.formBlk {
}

.formBlk span {
  padding: 8px 5px;
  display: block;
}

.formBlk input {
  width: 96%;
  height: 20px;
  padding: 5px 2%;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn {
  float: right;
  padding-right: 15px;
}

.btn input {
  background-color: #f4af2a;
  color: #242424;
  border: none;
  padding: 10px 15px;
  margin-top: 15px;
}

/* ========================================== form =========================================*/

.smo-sum {
  padding-top: 10px;
}

.smo-hme {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 225px;
}

.smo {
  float: right;
}

.smo li {
  display: block;
  float: left;
  background-image: url(../images/smo.png);
  list-style-type: none;
  margin: 0 2px;
  background-size: 237px 74px;
}

.smo a:link,
.smo a:visited {
  display: block;
  width: 28px;
  height: 28px;
}

.fb,
.insta,
.tytb,
.twitt,
.pint,
.vlogg,
.amb,
.ytb,
.vimeo,
.pint,
.blogs {
  transition: all 0.5s ease;
}

.smo .fb {
}

.insta {
  background-position: -35px 0;
}

.twitt {
  background-position: -70px 0;
}

.ytb {
  background-position: -104px 0;
}

.vimeo {
  background-position: -174px 0;
}

.pint {
  background-position: -140px 0;
}

.blogs {
  background-position: -208px 0;
}

.fb:hover {
  background-position: -0px bottom;
}

.insta:hover {
  background-position: -35px bottom;
}

.twitt:hover {
  background-position: -70px bottom;
}

.ytb:hover {
  background-position: -104px bottom;
}

.vimeo:hover {
  background-position: -174px bottom;
}

.pint:hover {
  background-position: -140px 0;
}

.blogs:hover {
  background-position: -208px bottom;
}

.welcCNt .read-more {
  padding-bottom: 45px;
}

.read-more,
.read-more-01 {
  padding-top: 15px;
}

.read-more-01 {
  float: right;
  padding-top: 20px;
  transition: all 0.5s ese;
}

.read-more a:link,
.read-more a:visited,
.read-more-01 a:link,
.read-more-01 a:visited {
  display: block;
  padding: 5px 15px;
  border: 2px solid #63455c;
  color: #fff;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  font-size: 9pt;
  transition: all 0.5s ese;
}

.read-more-01 a:link,
.read-more-01 a:visited {
  border-color: #c7bbbf;
  transition: all 0.5s ese;
}

.read-more-01 a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.whatItem {
  padding: 15px 0 40px 0;
}

.whatItem h2 {
  font-size: 16pt;
  padding: 12px 0 10px 0;
}

.smo {
  float: right;
}

/* ========================================== top animation button =========================================*/

#backtop {
  position: fixed;
  left: auto;
  right: 20px;
  top: auto;
  bottom: 20px;
  outline: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(49, 79, 96, 0.84);
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 999999;
  opacity: 1;
  display: none;
}
#backtop:hover {
  background-color: #4e2140;
}
#backtop.mcOut {
  opacity: 0;
}

.view990 {
  display: none;
}

/* The Modal (background) */

.modal {
  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  z-index: 14000; /* Sit on top */

  padding-top: 100px; /* Location of the box */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgb(0, 0, 0); /* Fallback color */

  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;

  margin: auto;

  padding: 20px;

  border: 1px solid #888;

  width: 290px;
}

/* The Close Button */

.close {
  color: #aaaaaa;

  float: right;

  font-size: 28px;

  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: normal;
  margin-top: -10px;
  font-family: Arial, Helvetica, sans-serif;
}

.close:hover,
.close:focus {
  color: #000;

  text-decoration: none;

  cursor: pointer;
}

.inp-area,
.inp-fld {
  margin: 0;
  font-size: 13pt;
  line-height: normal !important;
  font-size: 11pt;
}

.inp-area {
  height: 65px;
  min-height: 45px;
  padding: 5px 10px !important;
}

.inp-fld {
  padding: 5px 10px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  color: #495057;
  border: 1px solid #dedede;
  background-color: #fff;
}

#randomnumber {
  border: none;
  font-size: 22pt;
  padding: 0;
}

.col-form-label {
  margin-bottom: 0;
  text-align: center;
  font-size: 12pt;
}

#scrollingDiv {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 2000;
  width: 20px;
}

.modal-title {
  float: left;
  color: #474343;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
}

#myBtn img {
  width: 100%;
  height: auto;
}

.cptchaField .form-control {
  font-size: 14pt;
}

.view-mob {
  display: none;
}

#myBtn {
  padding: 0;
  margin: 0;
  width: 34px;
  padding: 0;
  border: none;
  background-color: transparent;
}

#scrollingDiv01 {
  position: fixed;
  bottom: 300px;
  right: 0;
  z-index: 2000;
}

.view-mob {
  display: none;
}

.modal-header {
  border-bottom: 1px solid #d8cece;
  height: 40px;
}

.enqury-MOdel .form-group {
  width: auto;
  float: none;
  clear: both;
}

.enQWBTn {
}

.enQWBTn a:link,
.enQWBTn a:visited {
  color: #373737;
}

.bangAf {
  float: left;
}

.btm-widget-branches p {
  padding: 5px 20px 5px 21px;
  width: auto;
  text-align: left;
}

.btm-widget-branches address {
  width: 24%;
}

.btm-widget-branches address.bangAddress {
}

.branches-centerAlign {
  width: 970px;
  margin: 0 auto;
}

.btm-widget-branches .branches-centerAlign address {
  width: 33%;
}

.branch-address {
  vertical-align: top;
}

.btm-widget-branches address {
  min-height: 185px;
}

.branBnglr {
  float: left;
  width: 24%;
}

.btm-widget-branches .branBnglr address.bangAddress {
  width: 33%;
}

.branBnglr {
}

.btm-widget-branches h6.bnglrHd {
  padding-left: 0;
}

.btm-widget-branches p.banglCall {
  text-align: center;
}

.btm-widget-branches .branBnglr address {
  min-height: 146px;
}

.bnglrAddress {
  padding: 35px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

@media only screen and (max-width: 1200px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -35px;
  }

  .widget-hair-fix-wrap article,
  .widget-hair-trans article {
    padding-right: 670px;
  }

  .widget-hair-rel-wrapp article {
    padding-left: 700px;
  }
}

@media only screen and (max-width: 1180px) {
  .container {
    padding: 0 60px;
  }

  .resImg {
    width: 400px;
    padding-top: 180px;
  }

  .ddsmoothmenu ul li a::after {
    padding-left: 10px;
  }

  .ddsmoothmenu ul li a {
    padding: 15px 0px 15px 8px;
  }

  .footer-menu ul:nth-last-child(2) {
    padding-right: 0;
  }

  .smo-hme {
    left: 52%;
    width: 225px;
  }

  .btm-widget-branches p {
    padding: 5px 22px 5px 30px;
  }

  .btm-widget-branches h6 {
    padding-left: 45px;
  }

  .btm-widget-branches address {
    width: 32%;
  }

  #subPage .fueText p {
    padding-left: 0;
  }

  .hairTransSecBtm h4 {
    font-size: 13pt;
  }

  .hairLossBlock .image-left {
    width: 350px;
  }

  .widget-insta-hst figure {
    margin-right: 60px;
  }

  .widget-insta-hst figure {
    width: 460px;
  }

  .widget-insta-hst article {
    padding-top: 30px;
  }

  .india {
    padding-left: 440px;
  }

  .widget-stud-hrs {
    background-size: 300px;
  }

  .cnName {
    font-size: 16pt;
  }

  .widget-howork-sde {
    width: 50%;
  }

  .welcCNt {
    padding: 70px 50px;
  }

  .welcOver {
    width: 50%;
  }

  .welCap {
    font-size: 28pt;
  }

  .hrpBtmIMg {
    width: 380px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: -60px;
  }
}

@media only screen and (max-width: 1120px) {
  .india {
    padding-left: 400px;
  }
}

@media only screen and (max-width: 1080px) {
  .container {
    padding: 0 50px;
  }

  .topCOnsul {
    padding: 15px 0;
  }

  .footer-contact {
    float: right;
    width: 45%;
  }

  .ddsmoothmenu ul li a {
    padding: 15px 0px 15px 4px;
  }

  .ddsmoothmenu ul li a::after {
    padding-left: 6px;
  }

  .sub-btm-branches .container {
    padding: 0 20px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -45px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: -45px;
  }

  .contact-align {
    padding: 0 15px;
  }

  .cntpage {
    padding: 40px 0 25px 0;
  }

  .widget-establish figure img {
    width: 450px;
  }

  .widget-fue-block figure {
    padding-right: 40px;
    width: 340px;
  }

  .widget-stud-hrs {
    background-size: 260px;
  }

  .india {
    padding-left: 375px;
  }

  .widget-insta-hst figure {
    width: 380px;
    margin-right: 30px;
  }

  .widget-insta-hst article {
    padding-top: 0;
  }

  .widget-hair-rel-wrapp figure {
    width: 600px;
  }

  .widget-hair-rel-wrapp article {
    padding-left: 635px;
  }

  .widget-hair-trans figure {
    width: 550px;
  }

  .widget-hair-fix-wrap article,
  .widget-hair-trans article {
    padding-right: 585px;
  }

  .widget-hair-fix-wrap figure {
    width: 550px;
  }

  .welcCNt {
    padding: 70px 40px 30px 40px;
  }

  .welcCNt article {
    padding: 20px 0;
  }

  .welCap {
    font-size: 25pt;
  }

  .hairTransSecBtm figure img {
    width: 355px;
    padding-top: 49px;
  }

  .hairTransSecBtm .advantg {
    width: 58%;
  }

  .hairTransSecBtm .align-left {
    padding-right: 0;
  }

  .hairTransSecBtm ul::after {
    background-image: url(../images/border-left.png);
    left: 51%;
  }

  .hrpBtmIMg {
    width: 320px;
  }

  .widget-howDoes .how-video {
    padding-right: 445px;
  }

  .fixingBlock figure {
    top: 35px;
  }
}

@media only screen and (max-width: 1020px) {
  .mobMenu {
    display: block;
    width: 100%;
    z-index: 15000;
  }

  .header-top,
  .serveBtns {
    display: none;
  }

  .mob-num {
    float: right;
    padding-top: 9px;
    padding-right: 20px;
  }

  .fixed {
    background-color: transparent;
  }

  /* .fixed .siteLogo {
    padding-top: 39px;
  } */

  .consScrl {
    display: none;
  }

  .aboutBlock figure {
    padding-top: 75px;
  }

  .widget-establish figure img {
    width: 430px;
  }

  .widget-stud-hrs {
    background-position: 30px center;
  }

  .dubai {
    padding-right: 35px;
  }

  .hairTransSecBtm ul::after {
    background-image: none;
  }

  .fixingBlock figure {
    top: 35px;
    width: 400px;
  }

  #subPage .fixingBlock p {
    padding-right: 430px;
  }

  .methWhyUsWrapp .widget-title-sub {
    font-size: 18pt;
    padding-bottom: 10px;
  }

  .methWhyUsWrapp .whyDiffrent {
    padding-top: 20px;
    padding-right: 355px;
  }

  .methWhyUsWrapp .whyusBlk {
    padding-right: 355px;
  }

  .mtd-icons span {
    font-size: 12pt;
  }

  .mtd-icons ul {
    padding-left: 20px;
  }

  .ques-ans {
    padding-right: 0;
    background-image: none;
  }

  .footer-menu ul {
    padding-right: 30px;
  }

  .branches-centerAlign {
    width: auto;
  }

  .hide-990 {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  #scrollingDiv01 {
    bottom: -3px;
  }

  #myBtn {
    width: 200px;
    bottom: 0;
  }

  .hide990 {
    display: none;
  }

  .mobMenu,
  .view990 {
    display: block;
  }

  .footer-menu ul {
    padding-right: 25px;
    width: 150px;
  }

  .footer-contact {
    width: 50%;
  }

  /* .siteLogo {
    width: 110px;
  } */

  .about-title {
    font-size: 23pt;
  }

  .owl-carousel .owl-nav.disabled {
    display: block;
  }

  .contact-align {
    padding: 0 6px;
  }

  .image-right {
    width: 340px;
  }

  .futImage {
    width: 230px;
    margin-left: 40px;
  }

  .btm-widget-branches p {
    padding: 5px 20px 5px 25px;
  }

  .btm-widget-branches h6 {
    padding-left: 25px;
  }

  .btm-widget-branches .brnchBG {
    background-size: 420px;
  }

  .hairLossBlock .smallTitle {
    padding-top: 5px;
  }

  .widget-howDoes .hrpBtmIMg {
    width: 340px;
  }

  .how-video {
    padding-bottom: 40px;
    padding-right: 430px;
    padding-top: 15px;
  }

  .india {
    padding-left: 350px;
  }

  .cnName {
    font-size: 15pt;
    padding-right: 15px;
  }

  .widget-insta-hst h2 {
    font-size: 20pt;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .widget-hair-rel-wrapp figure {
    width: 550px;
  }

  .widget-hair-rel-wrapp article {
    padding-left: 575px;
  }

  .widget-hair-trans figure {
    width: 520px;
  }

  .widget-hair-fix-wrap article,
  .widget-hair-trans article {
    padding-right: 540px;
  }

  .widget-hair-fix-wrap figure {
    width: 500px;
  }

  .aboutBlock figure {
    padding-top: 102px;
  }

  .aboutBlock article {
    width: 51%;
  }

  .widget-safe .widget-title-sub {
    font-size: 18pt;
    padding-bottom: 5px;
  }

  .widget-safe article {
    width: 51%;
  }

  .hairTransSecBtm .advantg {
    width: 100%;
  }

  .hairTransSecBtm figure {
    display: none;
  }

  .widget-howDoes .hrpBtmIMg {
    width: 290px;
  }

  .widget-howDoes .how-video {
    padding-right: 400px;
  }

  #subPage .fixingBlock p {
    padding-right: 0;
  }

  .fixingBlock figure {
    position: relative;
    top: 10px;
    width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 920px) {
  .footer-menu ul {
    padding-right: 50px;
  }

  /* .siteLogo {
    width: 95px;
  }

  .fixed .siteLogo {
    width: 81px;
  } */

  .container {
    padding: 0 45px;
  }

  .contact-address,
  .branch-address {
    width: 45%;
  }

  .contact-align {
    border-right: none;
  }

  .enqu-form .form-group {
    width: 48%;
  }

  .widget-establish figure img {
    width: 320px;
  }

  .btm-widget-branches .brnchBG {
    padding: 45px 0;
    background-size: 350px;
  }

  .btm-widget-branches h6 {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 13pt;
  }

  .hairLossBlock .image-left {
    width: 320px;
    padding-top: 5px;
  }

  .hairLossBlock .image-left {
    width: 275px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .widget-hair-trans figure {
    width: 520px;
  }

  .widget-hair-fix-wrap article,
  .widget-hair-trans article {
    padding-right: 540px;
  }

  .widget-hair-fix-wrap figure {
    width: 420px;
  }

  .widget-hair-fix-wrap article,
  .widget-hair-trans article {
    padding-right: 450px;
  }

  .widget-howork-sde {
    width: 46%;
  }

  .capton {
    font-size: 15pt;
  }

  .welcOver {
    width: 54%;
  }

  .welcCNt {
    padding: 65px 40px 10px 40px;
  }

  .widget-welWrapp {
    min-height: 530px;
  }

  .widget-stud-hrs {
    background-size: 240px;
  }

  .india {
    padding-left: 315px;
  }

  .cnName {
    font-size: 13pt;
    padding-right: 10px;
  }

  .widget-insta-hst figure {
    width: 320px;
    margin-top: 35px;
  }

  .widget-insta-hst h2 {
    font-size: 18pt;
    line-height: 27px;
    padding-bottom: 6px;
  }

  .widget-hair-trans figure {
    width: 400px;
  }

  .widget-hair-trans,
  .widget-hair-fix-wrap {
    padding: 60px 0 0px 0;
  }

  .widget-hair-rel-wrapp figure {
    width: 430px;
  }

  .widget-hair-rel-wrapp article {
    padding-left: 460px;
  }

  .widget-hair-rel-wrapp {
    padding: 35px 0 0 0;
  }

  .mtd-icons figure img {
    width: 60px;
  }

  .mtd-icons span {
    font-size: 11.5pt;
  }

  .mtd-icons figure {
    padding: 25px 10px;
  }

  .newUserItem p {
    margin-right: 330px;
  }

  .widget-hair-trans p {
    padding-top: 60px;
  }

  .widget-hair-rel-wrapp p {
    padding-top: 75px;
  }

  .widget-hair-fix-wrap p {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 860px) {
  .footer-menu ul {
    padding-right: 10px;
  }

  .footer-menu {
    width: 45%;
  }

  .footer-contact {
    width: 55%;
  }

  .widget-title-btm {
    font-size: 15pt;
    padding-bottom: 10px;
  }

  .footer-contact {
    background-size: 125px;
    width: 53%;
  }

  .container {
    padding: 0 40px;
  }

  .btmQuickLInks a {
    padding: 0 10px;
  }

  .btmQuickLInks ul {
    text-align: center;
  }

  .btmQuickLInks li {
    width: 32%;
  }

  .btmQuickLInks {
    padding: 15px 0 30px;
  }

  .widget-title-sub {
    font-size: 18pt;
    padding-bottom: 8px;
  }

  .widget-fue-block figure {
    padding-right: 25px;
    width: 280px;
  }

  .figTitle {
    padding-bottom: 10px;
    font-size: 14pt;
  }

  .btm-widget-branches h6 {
    font-size: 12pt;
  }

  .btm-widget-branches p {
    padding: 2px 0 2px 18px;
  }

  .btm-widget-branches h6 {
    padding-left: 18px;
  }

  .btm-widget-branches address {
    border-left: none;
  }

  .lossProcess img {
    width: 70px;
  }

  .icnLoss {
    width: 70px;
    height: 70px;
  }

  .how-video .figTitle {
    text-align: center;
    padding-bottom: 5px;
  }

  .how-video {
    padding-right: 360px;
  }

  .widget-howDoes .hrpBtmIMg {
    width: 320px;
  }

  .widget-stud-hrs {
    background-size: 200px;
    background-position: 20px center;
    padding: 20px 0 20px 0;
  }

  .india {
    padding-left: 265px;
  }

  .widget-insta-hst {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .widget-insta-hst figure {
    display: none;
  }

  .widget-insta-hst h2 {
    text-align: center;
  }

  .widget-establish figure img {
    width: 280px;
  }

  .aboutBlock figure {
    display: none;
  }

  .aboutBlock article {
    width: 100%;
  }

  .widget-safe figure {
    display: none;
  }

  .widget-safe article {
    width: 100%;
  }

  .widget-safe .widget-title-sub {
    text-align: center;
  }

  .whatItem h2 {
    font-size: 14pt;
    padding: 10px 0 2px 0;
  }

  .widget-howDoes .hrpBtmIMg {
    width: 250px;
  }

  .widget-howDoes .how-video {
    padding-right: 340px;
  }

  .methWhyUsWrapp .whyDiffrent {
    padding-right: 325px;
  }

  .methWhyUsWrapp .whyusBlk {
    padding-right: 325px;
  }

  .methWhyUsWrapp .widget-title-sub {
    font-size: 16pt;
    padding-bottom: 2px;
  }

  .videoMethPage .widget-title-sub {
    font-size: 16pt;
  }

  .mtd-icons ul {
    padding-left: 10px;
  }

  .new-user {
    width: 260px;
  }

  .newUserItem p {
    margin-right: 280px;
  }

  .widget-howork-sde {
    width: 100%;
  }

  .welcOver {
    width: 100%;
  }

  .widget-welWrapp {
    min-height: 360px;
  }

  .widget-hair-trans figure {
    width: 305px;
  }

  .welCap {
    font-size: 23pt;
    text-align: center;
  }

  .welcCNt .read-more {
    width: 135px;
    margin: 0 auto;
  }

  .welcTitle {
    width: 470px;
    margin: 0 auto;
  }

  .welcOver {
    margin-top: -62px;
  }

  .welcOver {
    position: relative;
  }

  .widget-howork-sde .capton {
    text-align: center;
  }

  .video-block {
    padding-top: 15px;
    width: 450px;
    margin: 0 auto;
    text-align: center;
  }

  .widget-howork-sde .align {
    padding: 40px 0 10px 0;
  }

  .widget-hair-trans article {
    padding-right: 345px;
  }

  .widget-hair-fix-wrap figure {
    width: 320px;
  }

  .widget-hair-fix-wrap article {
    padding-right: 350px;
  }

  .widget-hair-trans article,
  .widget-hair-fix-wrap article {
    min-height: auto;
  }

  .widget-hair-trans p {
    padding-top: 0;
  }

  .widget-hair-trans .read-more-01 {
    padding-bottom: 50px;
  }

  .widget-hair-fix-wrap {
    padding: 50px 0 50px 0;
  }

  .widget-hair-fix-wrap .read-more-01 {
    padding-bottom: 40px;
  }

  .widget-hair-fix-wrap p {
    padding-top: 0;
  }

  .widget-hair-rel-wrapp figure {
    width: 330px;
  }

  .widget-hair-rel-wrapp article {
    min-height: auto;
    padding-left: 360px;
  }

  .widget-hair-rel-wrapp .read-more-01 {
    padding-bottom: 40px;
  }

  .widget-hair-rel-wrapp p {
    padding-top: 30px;
  }

  .btm-widget-branches address {
    min-height: 175px;
  }
}

@media only screen and (max-width: 800px) {
  .footer-contact {
    width: 52%;
  }

  .footer-menu ul {
    padding-right: 20px;
  }

  .footer-contact {
    background-size: 105px;
  }

  .smo-hme {
    left: 56%;
  }

  .btmQuickLInks a {
    padding: 0 4px;
  }

  .cpr,
  .design {
    width: 100%;
    float: none;
    text-align: center;
  }

  .smo-hme {
    left: 33%;
    top: 46px;
  }

  .design {
    padding-bottom: 0;
  }

  .footerBtm {
    padding: 0 0 18px 0;
  }

  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    height: 21px;
    width: 20px;
    background-size: 40px;
  }

  .sub-btm-branches address {
    text-align: center;
  }

  .sub-btm-branches .widget-title-btm {
    text-align: center;
    padding-bottom: 12px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }

  .image-right {
    width: 290px;
    padding-left: 20px;
  }

  .btm-widget-branches address {
    width: 50%;
  }

  .btm-widget-branches h6 {
    padding-left: 0;
  }

  .btm-widget-branches p {
    padding: 2px 0 2px 0;
  }

  .widget-establish figure img {
    width: 260px;
    padding-top: 43px;
  }

  .widget-establish figure img {
    display: none;
  }

  .widget-establish article {
    position: relative;
    top: 0;
    width: 100%;
    right: 0%;
    transform: translate(0);
    padding: 30px 0;
  }

  .widget-establish .widget-title-sub {
    font-size: 16pt;
    text-align: center;
  }

  .widget-safe .widget-title-sub {
    font-size: 14pt;
    padding-bottom: 5px;
    line-height: 23px;
  }

  .methWhyUsWrapp .whyusBlk {
    padding-right: 0;
  }

  .methWhyUsWrapp .whyDiffrent {
    padding-right: 0;
  }

  .whyusImg {
    display: none;
  }

  .videoMethPage p {
    margin-right: 15px;
  }

  .videoMethPage .video-blk {
    display: none;
  }

  .mtd-icons {
    width: 100%;
  }

  .footer-menu ul {
    width: auto;
  }

  .welcCNt {
    padding: 40px 40px 40px 40px;
  }

  .welcCNt .read-more {
    padding-bottom: 0;
    padding-top: 5px;
  }

  .welCap {
    font-size: 21pt;
  }

  .welcCNt article {
    padding: 10px 0 20px 0;
  }

  .india {
    padding-left: 200px;
  }

  .widget-stud-hrs {
    background-image: url(../images/studio-hrs.png);
    background-size: 130px;
  }

  .cnName {
    font-size: 12pt;
    padding-top: 10px;
  }

  .widget-hair-trans figure {
    width: 270px;
  }

  .widget-hair-trans article {
    padding-right: 300px;
  }

  .widget-welWrapp .container {
    padding: 0;
  }
}

@media only screen and (max-width: 740px) {
  .footer-contact {
    background-image: none;
  }

  .container {
    padding: 0 35px;
  }

  .footer-contact {
    width: 220px;
  }

  .footer-menu {
    width: 330px;
  }

  .footer-menu ul {
    padding-right: 55px;
  }

  .widget-title-btm {
    font-size: 14pt;
    padding-bottom: 6px;
  }

  .mob-num {
    padding-right: 10px;
    font-size: 10pt;
  }

  .btmQuickLInks a {
    padding: 0 0;
  }

  .contact-address,
  .branch-address {
    width: 49%;
  }

  .about-title {
    font-size: 20pt;
  }

  .cntpage {
    padding: 30px 0 20px 0;
  }

  .disa {
    padding: 30px;
  }

  .align-right {
    padding-left: 25px;
  }

  .align-left {
    padding-right: 25px;
  }

  .image-right {
    width: 270px;
  }

  .lossProcess img {
    width: 50px;
  }

  .icnLoss {
    width: 50px;
    height: 50px;
  }

  .lossProcess h3 {
    text-align: center;
  }

  .widget-howDoes .hrpBtmIMg {
    width: 290px;
  }

  .widget-establish .widget-title-sub {
    font-size: 14pt;
  }

  .whatItem h2 {
    font-size: 13pt;
  }

  .widget-howDoes .hrpBtmIMg {
    width: 240px;
  }

  .widget-howDoes .how-video {
    padding-right: 290px;
  }

  .new-user {
    display: none;
  }

  .newUserItem p {
    margin-right: 0;
  }

  .welcCNt {
    padding: 40px 30px;
  }

  .welCap {
    line-height: 35px;
    font-size: 20pt;
  }

  .india {
    padding-left: 140px;
  }

  .widget-stud-hrs {
    background-size: 110px;
  }

  .widget-stud-hrs {
    background-image: url(../images/studio-hrs.png);
    background-size: 44px;
    background-position: 35px center;
  }

  .widget-hair-trans figure {
    width: 230px;
  }

  .widget-hair-trans article {
    padding-right: 255px;
  }

  .widget-hair-rel-wrapp figure {
    width: 270px;
  }

  .widget-hair-rel-wrapp article {
    padding-left: 295px;
  }

  .widget-hair-fix-wrap figure {
    width: 250px;
  }

  .widget-hair-fix-wrap article {
    padding-right: 274px;
  }

  .aboutBlock,
  .transPageBlock,
  .fixingBlock,
  .maintenceBlock,
  .hairLossBlock,
  .cntpage {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 660px) {
  .footer-menu ul {
    padding-right: 30px;
  }

  .footer-menu {
    width: 304px;
  }

  .mob-num-respsv {
    display: block;
    float: right;
    padding-top: 9px;
    padding-right: 10px;
    width: 439px;
    overflow: hidden;
  }

  .mob-num {
    display: none;
  }

  /* .siteLogo {
    width: 85px;
  }

  .fixed .siteLogo {
    width: 70px;
  } */

  .enqu-form .form-group:not(.input-not-empty) .form-control:not(:focus) {
    font-size: 10pt;
  }

  .hairTransSecBtm li {
    width: 100%;
  }

  .align-left {
    padding-right: 0;
  }

  .align-right {
    padding-left: 0;
  }

  .hairTransSecBtm h4 {
    text-align: center;
  }

  .hairTransSecBtm ul::after {
    background-image: none;
  }

  .hairTransSecBtm ul {
    background-image: none;
  }

  .image-right {
    width: 250px;
  }

  .lossProcess li {
    width: 100%;
    background-image: none;
  }

  .lossProcess ul {
    background-image: none;
  }

  .lossProcess li,
  .border-top ul li:first-child {
    background-image: url(../images/border-top.png) !important;
    background-repeat: repeat-x;

    background-position: left bottom;
  }

  .lossProcess {
    padding: 30px 20px;
  }

  .hairLossBlock .image-left {
    width: 215px;
  }

  .welCap {
    font-size: 18pt;
  }

  .india {
    padding-left: 90px;
  }

  .widget-stud-hrs {
    background-position: 20px center;
  }

  .mob-hair-head {
    display: block;
    font-size: 18pt;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
  }

  .widget-hair-rel-wrapp p {
    padding-top: 0;
  }

  .widget-hair-trans article {
    padding-right: 0;
  }

  .widget-hair-rel-wrapp article {
    padding-left: 0;
  }

  .widget-hair-fix-wrap article {
    padding-right: 0;
  }

  .widget-hair-trans figure,
  .widget-hair-rel-wrapp figure,
  .widget-hair-fix-wrap figure {
    display: none;
  }

  .read-more-01 {
    float: none;
    width: 136px;
    margin: 0 auto;
  }

  .widget-hair-trans,
  .widget-hair-fix-wrap {
    padding: 40px 0;
  }

  .widget-hair-trans .read-more-01 {
    padding-bottom: 0;
  }

  .widget-hair-rel-wrapp {
    padding: 40px 0;
  }

  .widget-hair-rel-wrapp .read-more-01 {
    padding-bottom: 0;
  }

  .mainTItem {
    padding: 25px 0 25px 0;
  }

  .btm-widget-branches .branches-centerAlign address {
    width: 49%;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 0 30px;
  }

  .footer-menu {
    display: none;
  }

  .footer-top {
    padding: 25px 0;
  }

  .footer-contact {
    width: 100%;
    text-align: center;
  }

  .footer-contact p {
    float: none;
  }

  .contact-address,
  .branch-address {
    width: 100%;
  }

  .about-title {
    background-size: 70px;
    padding: 5px 0 5px 90px;
    font-size: 18pt;
    line-height: 25px;
  }

  .about-title span {
    font-size: 12pt;
  }

  .about-title::after {
    height: 3px;
    left: 242px;
  }

  .cntpage {
    padding: 30px 0 5px 0;
  }

  .branch-address h2 {
    padding-bottom: 2px;
  }

  .image-right {
    width: 250px;
    float: none;
    margin: 0 auto;
    padding-left: 0;
    display: block;
  }

  .brnchBG .widget-title-btm {
  }

  .whatItem {
    padding: 2px 0 30px 0;
  }

  .widget-fue-block figure {
    width: 240px;
  }

  .futImage {
    width: 210px;
    margin-left: 25px;
  }

  .widget-howDoes .hrpBtmIMg {
    display: none;
  }

  .widget-howDoes .how-video {
    padding-right: 0;
  }

  .fixingBlock figure {
    width: 75%;
  }

  .quickM,
  .quickM2 {
    width: 100%;
  }

  .quickM article {
    padding-right: 0;
    border-right: none;
  }

  .quickM2 article {
    padding-left: 0;
  }

  .mainTItem h2 {
    font-size: 14pt;
  }

  .qse {
    font-size: 12pt;
  }

  .capton {
    font-size: 14pt;
    line-height: 23px;
  }

  .widget-howork-sde .align {
    padding: 35px 0 5px 0;
  }

  .video-block h4 {
    font-size: 15pt;
  }

  .video-block {
    padding-top: 10px;
  }

  .welcCNt {
    padding: 35px 30px;
  }

  .widget-stud-hrs {
	background-image: url(../images/studio-hrs.png);
    background-size: 44px;
  }

  .india {
    /* padding-left: 0px; */
	float: right;
        padding-right: 11px;
  }

  .dubai {
    padding-right: 20px;
  }

  .welCap {
    font-size: 16pt;
  }

  .mob-hair-head {
    font-size: 16pt;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }

  .widget-hme-features {
    display: none;
  }

  .smo-sum {
    clear: both;
    float: none;
    width: 230px;
    margin: 10px auto 0 auto;
  }
}

@media only screen and (max-width: 540px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -35px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -35px;
  }

  .enqu-form .form-group {
    width: 100%;
    margin: 0;
  }

  .enqu-form {
    width: 300px;
  }

  .header-btm {
    padding-top: 0px;
  }

  /* .fixed .siteLogo {
    display: none;
  } */

  #page {
    font-size: 10pt;
  }

  .hairLossBlock .image-left {
    width: 170px;
  }

  .btmQuickLInks li {
    width: 45%;
  }

  .widget-fue-block figure {
    width: 50%;
    float: none;
    padding-right: 0;
    margin: 0 auto;
  }

  .fueText .figTitle {
    text-align: center;
  }

  .futImage {
    width: 50%;
    float: none;
    padding-right: 0;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
  }

  .widget-fut-block .figTitle {
    text-align: center;
  }

  .btmQuickLInks li:last-child {
    display: none;
  }

  .widget-howork-sde .video-block {
    width: 85%;
  }

  .video-block h4 {
    font-size: 13pt;
  }

  .cnName {
    font-size: 11pt;
  }

  .timeBlk {
    font-size: 9.5pt;
  }

  .widget-stud-hrs {
    padding: 12px 0;
    margin-top: -35px;
  }

  .widget-hair-fix-wrap .read-more-01 {
    padding-bottom: 30px;
  }

  .btm-widget-branches .brnchBG {
    background-image: none;
  }

  .btm-widget-branches address {
    width: 100%;
    text-align: center;
  }

  .btm-widget-branches p {
    width: 100%;
  }

  .brnchBG .widget-title-btm {
    text-align: center;
  }

  .welcTitle {
    display: none;
  }

  .welcOver {
    margin-top: 0;
  }

  .widget-welWrapp {
    padding: 0 0 35px 0;
  }

  .welCap {
    line-height: 26px;
  }

  .mob-hair-head {
    font-size: 15pt;
  }

  .widget-hme-features {
    display: none;
  }

  .mainTItem h2 {
    padding-bottom: 2px;
  }

  .mainTItem {
    padding: 15px 0 25px 0;
  }

  .aboutBlock {
    padding: 30px 0;
  }

  .mh-head.mh-align-left .mh-text {
    display: none;
  }

  .widget-safe {
    padding: 30px 0;
  }

  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    height: 35px;
    width: 23px;
  }

  .widget-inst-hair-wrapp .container {
    padding: 0;
  }

  .widget-insta-hst article {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .about-title {
    background-size: 60px;
    padding: 5px 0 5px 76px;
    font-size: 16pt;
    line-height: 20px;
  }

  .hairLossBlock .image-left {
    width: 70%;
    float: none;
    margin: 0 auto;
    padding-right: 0;
  }

  .hairTransSecBtm {
    padding-top: 30px;
  }

  .hairTransSecBtm h4 {
    font-size: 12pt;
  }

  .widget-howork-sde .capton {
    font-size: 12pt;
  }

  .widget-howork-sde .align {
    padding: 25px 0 0 0;
  }

  .timeBlk,
  .cnName {
    float: none;
  }

  .widget-stud-hrs {
	background-image: url(../images/studio-hrs.png);
    background-size: 224px;
    margin-top: 0px;
  }

  .widget-hair-fix-wrap .read-more-01 {
    padding-bottom: 45px;
  }

  .cnName {
    padding-top: 0;
  }

  .widget-insta-hst h2 {
    font-size: 16pt;
  }

  .btm-widget-branches .brnchBG {
    padding: 35px 0;
  }

  .qse {
    font-size: 11pt;
  }

  .methWhyUsWrapp .widget-title-sub {
    font-size: 14pt;
    text-align: left;
  }

  .mainTItem h2 {
    font-size: 12pt;
  }

  .mainTItem {
    padding: 15px 0 25px 0;
  }

  .mob-num-respsv {
    width: 100%;
    padding-right: 0;
  }

  .aboutBlock,
  .transPageBlock,
  .fixingBlock,
  .maintenceBlock,
  .hairLossBlock,
  .cntpage {
    padding-top: 30px;
  }

  .widget-insta-hst {
    padding-top: 121px;
  }

  .btm-widget-branches .branches-centerAlign address {
    width: 100%;
    min-height: 10px;
    text-align: center;
  }

  .btm-widget-branches p {
    text-align: center !important;
  }

  .btm-widget-branches address {
    min-height: 20px;
  }

  .bangAf {
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 420px) {
  .container {
    padding: 0 25px;
  }

  /* .siteLogo {
    width: 120px;
  } */

  .btmQuickLInks li {
    width: 49%;
  }

  .widget-fue-block figure,
  .futImage {
    width: 70%;
  }

  .fueText .figTitle {
    font-size: 13pt;
  }

  .figTitle {
    font-size: 12pt;
  }

  .fixingBlock figure {
    width: 95%;
  }

  .widget-howork-sde .video-block {
    width: 95%;
  }

  .widget-hair-trans,
  .widget-hair-fix-wrap {
    padding: 32px 0;
  }

  .widget-hair-rel-wrapp {
    padding: 32px 0;
  }

  .read-more a:link,
  .read-more-01 a:link {
    padding: 4px 8px;
  }

  .welcCNt {
    padding: 30px 30px;
  }

  .welCap {
    font-size: 15pt;
  }

  .whatItem h2 {
    font-size: 12pt;
    padding: 5px 0 0 0;
  }

  .mob-num-respsv {
    width: 100%;
  }

  .disa {
    padding: 30px 20px;
  }

  .disClaimer {
    padding: 20px 20px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    font-size: 28pt;
  }

  .mh-head .mh-btns-left {
    z-index: 12000;
    background-color: #33282c;
  }
}

@media only screen and (max-width: 360px) {
  .cntpage {
    padding: 20px 0 5px 0;
  }

  .about-title {
    background-size: 45px;
    padding: 5px 0 5px 54px;
    font-size: 14pt;
    line-height: 17px;
  }

  .about-title span {
    font-size: 11pt;
  }

  .about-title::after {
    height: 2px;
    left: 180px;
    bottom: 9px;
  }

  .enqu-form {
    width: 270px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }

  .mtd-icons li {
    width: 100%;
  }

  .widget-stud-hrs {
	/* background-image: url(../images/studio-hrs.png); */
    background-size: 204px;
    margin-top: 0;
  }

  .india {
    padding-left: 0;
    width: 190px;
    float: none;
    margin: 0 auto;
  }

  .dubai {
    padding-right: 0;
    width: 190px;
    float: none;
    margin: 0 auto;
  }

  .cnName {
    padding-right: 0;
  }

  .widget-stud-hrs {
    text-align: center;
  }

  .widget-stud-hrs {
    position: relative;
  }

  .widget-insta-hst {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .welCap {
    font-size: 14pt;
  }

  .widget-insta-hst h2 {
    font-size: 14pt;
  }

  .whatItem h2 {
    font-size: 12pt;
  }

  .mob-num-respsv {
  }

  .welcCNt {
    padding: 30px 20px;
  }

  .widget-title-sub {
    line-height: 25px;
  }
}

.btmQuickLInks img {
  transition: all 0.5s ease;
  -webkit-filter: drop-shadow(0px 0px 0px gray); /* Safari 6.0 - 9.0 */

  filter: drop-shadow(0px 0px 0px gray);
}

/*.btmQuickLInks img:hover {   -webkit-filter: drop-shadow(8px 8px 10px gray); 

  filter: drop-shadow(8px 8px 10px gray); }*/

.extension-images {
  padding: 20px 0 0 0;
}
.extension-images li {
  display: inline-block;
  width: calc(32% - 0px);
}
@media only screen and (max-width: 600px) {
  .extension-images li {
    display: inline-block;
    width: calc(49% - 0px);
  }
}
/* Ensure visibility and alignment */
.mh-hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 999; /* ensures it stays on top */
}

/* Each line of the hamburger */
.mh-hamburger span {
  display: block;
  height: 3px;
  background-color: #ffffff; /* change to your desired color */
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

/* Responsive visibility */
@media (min-width: 769px) {
  .mh-hamburger {
      display: none;
  }
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
}
