/**************************************************
[-] FONTS
**************************************************/
@font-face {
  font-family: GTAmericaBold;
  src: url(fonts/GT-America-Standard-Bold.woff);
}

@font-face {
  font-family: GTAmericaRegular;
  src: url(fonts/GT-America-Standard-Regular.woff);
}

@font-face {
  font-family: GTAmericaMono;
  src: url(fonts/GT-America-Mono-Regular.woff);
}

@font-face {
  font-family: GTAmericaLight;
  src: url(fonts/GT-America-Standard-Light.woff);
}

.gt-bold {
  font-family: GTAmericaBold;
}

.gt-regular {
  font-family: GTAmericaRegular;
}

.gt-mono, .modal div.modal-content h3, .modal div.modal-content h4, .modal div.modal-content h5, .modal div.modal-content h6, #glover-product .discount-offer, #gliss-product .product-note, #user-featured-products .col .product-note, #product-two-up .product-note {
  font-family: GTAmericaMono;
}

.gt-light {
  font-family: GTAmericaLight;
}

.highlight-colour-1 {
  color: #44b2b9;
}

.highlight-colour-2 {
  color: #fda529;
}

.highlight-colour-3 {
  color: #952f92;
}

/**************************************************
[*] GENERAL
**************************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: GTAmericaBold;
}

section h1 {
  margin-top: 0;
}

h1 {
  text-align: center;
  font-family: "GTAmericaRegular";
  text-transform: uppercase;
  font-size: 3rem;
}

h1:after {
  display: block;
  width: 48.5px;
  margin: auto;
  content: " ";
  background: #56c3c3;
  height: 1.5px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.start h1 {
  letter-spacing: 0.2em;
  -webkit-animation: text-widen 2s ease;
          animation: text-widen 2s ease;
}

a {
  color: #44b2b9;
}

body {
  background-color: #131313;
  color: #ffffff;
  font-family: GTAmericaRegular;
  margin-top: 64px;
}

section {
  padding: 150px 0;
  position: relative;
  background-color: #131313;
}

.no-shadows {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.content-area {
  padding-top: 0 !important;
}

.row {
  width: 100%;
  margin: auto;
  max-width: 1440px;
  padding-left: 79px;
  padding-right: 79px;
  position: relative;
}

.col-sm-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-animation: fade-in-bottom 2s 1s both;
  animation: fade-in-bottom 2s 1s both;
  min-height: 1px;
  position: absolute;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.modal div.modal-content {
  background: #131313;
}

.modal div.modal-content h3, .modal div.modal-content h4, .modal div.modal-content h5, .modal div.modal-content h6 {
  text-transform: uppercase;
  letter-spacing: .3em;
}

@media (max-width: 1050px) {
  section {
    padding: 75px 0;
  }
}

@media (max-width: 600px) {
  section {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  body {
    margin-top: 60px;
  }
  .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  p, body {
    font-size: 14px;
    line-height: 20px;
  }
  h2, h4 {
    font-size: 20px;
    line-height: 32px;
  }
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 601px) {
  .container {
    width: 90%;
    max-width: 1280px;
  }
}

/**************************************************
[-] NAVIGATION
**************************************************/
nav {
  margin-top: 0px;
  position: fixed;
  top: 0px;
  z-index: 20;
}

.nav-wrapper {
  background-color: #131313 !important;
}

.nav-wrapper.gliss {
  background-color: #000000 !important;
}

.nav-wrapper.contact-page {
  background-color: #000000 !important;
}

.content-area {
  padding-top: 20px;
}

.cms-toolbar-expanded body {
  top: 46px;
}

.cms-toolbar-expanded nav {
  top: 46px;
}

nav ul a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 0 75px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

nav li:hover a {
  color: rgba(255, 255, 255, 0.75);
}

.menu-item {
  font-family: GTAmericaMono;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.main-menu li {
  margin-top: 20px;
  line-height: 16px;
}

.main-menu .link-region:after {
  display: block;
  content: " ";
  height: 1px;
  background: #44b2b9;
  margin-top: 5px;
  width: 20px;
}

.main-menu .link-region.glover:after {
  background: #fda529;
}

.main-menu .link-region.gliss:after {
  background: #952f92;
}

.main-menu .link-region.active:after {
  width: calc(100% - 5px) !important;
  height: 2px;
}

.nav-wrapper .brand-logo img {
  height: 25px;
  vertical-align: center;
  padding-left: 20px;
}

.nav-content {
  display: block;
  padding-left: 100px;
  padding-right: 100px;
}

@media (min-width: 1189px) {
  .menu-wrapper {
    width: auto;
    height: auto;
    position: relative;
  }
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 1188px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-wrapper {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#2f2f2f));
    background: linear-gradient(180deg, #000000 0%, #2f2f2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#2f2f2f',GradientType=1);
    height: 64px;
    position: relative;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
  .nav-wrapper.open {
    height: 100vh;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
  .menu-wrapper {
    width: 100vw;
    height: calc(100vh - 65px);
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -100vh;
    -webkit-transition: top 0.4s ease;
    transition: top 0.4s ease;
  }
  .nav-wrapper.open .menu-wrapper {
    top: 65px;
  }
  .menu-toggle.close {
    display: none;
  }
  .nav-wrapper.open .menu-toggle.close {
    display: inline-block;
  }
  .nav-wrapper.open .menu-toggle.open {
    display: none;
  }
  #nav-mobile {
    float: none !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: auto;
    display: block !important;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .nav-wrapper.open #nav-mobile {
    opacity: 1;
  }
  .main-menu li {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 42px;
  }
  nav ul a {
    padding: 0;
  }
  .main-menu .link-region:after {
    margin: 10px auto;
  }
  .nav-wrapper .brand-logo img {
    padding-left: 0;
  }
  .menu-toggle {
    display: inline-block;
    float: right;
    margin-right: 5%;
  }
  .menu-toggle i {
    font-size: 35px;
  }
}

/**************************************************
[*] FOOTER
**************************************************/
footer {
  background-color: #000 !important;
}

.container.footer-container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

footer.mimu-footer {
  background: #000000;
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
}

.footer-logo-area {
  text-align: center;
  padding-top: 36px;
}

.footer-logo {
  width: 185px;
}

.footer-logo-text {
  font-family: GTAmericaMono;
  letter-spacing: 0.3em;
  font-size: 9.3px;
  line-height: 14px;
  margin-top: 5px;
}

h3.widget-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: GTAmericaBold;
  line-height: 28px;
}

h3.widget-title:after {
  display: block;
  width: 48.5px;
  margin-left: 0;
  content: " ";
  background: #44b2b9;
  height: 1.5px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.custom-html-widget, .text-widget {
  font-family: GTAmericaMono;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 20px;
  text-transform: uppercase;
}

.footer-social-icons {
  margin-bottom: 15px;
}

.footer-social-icons img {
  vertical-align: middle;
}

.footer-social-icons a {
  margin-right: 15px;
  height: 22px;
  width: 22px;
  display: inline-block;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-social-icons a:hover {
  opacity: 1;
}

.site-info {
  color: #DBDBDB;
  font-size: 12px;
  font-family: GTAmericaMono;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.site-info a {
  color: white;
}

.footer-info {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .footer-info {
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .site-info.credits {
    margin-bottom: 40px;
  }
}

/**************************************************
[*] FORMS
**************************************************/
input,
select,
textarea {
  color: #ffffff;
}

textarea:focus,
input:focus {
  color: #44b2b9;
}

input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

input::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  font-family: GTAmericaRegular;
  font-size: 16px;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 50px #131313 inset !important;
  /* Change the color to your own background color */
}

label {
  font-family: GTAmericaMono;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
}

.control-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

input[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  opacity: 1.0;
  position: relative;
  pointer-events: auto;
  outline: 2px solid #44b2b9;
  outline-offset: -2px;
}

/**************************************************
[*] LISTS
**************************************************/
.attributes li {
  color: #8D8D8D;
  font-family: "GTAmericaMono";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
}

ul.info-list {
  padding-left: 40px;
  text-indent: -40px;
}

ul.info-list.indented1 {
  padding-left: 80px;
}

ul.info-list.indented2 {
  padding-left: 120px;
}

.attributes li:before {
  content: " ";
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-top: -3px;
}

.info-list li:before {
  content: " ";
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-top: -3px;
}

/**************************************************
[*] BUTTONS
**************************************************/
.btn, .btn-small, .btn-large {
  margin-bottom: 10px;
  font-family: GTAmericaMono;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #44b2b9;
  height: auto;
  line-height: 2.3rem;
  padding: 14px 28px;
}

.btn-small {
  padding: 6px 16px;
}

.button-1, .button-2, .button-3, .text-button-1, .text-button-2, .text-button-3 {
  font-size: 16px;
  border-radius: 0px;
}

.button-1:hover, .button-2:hover, .button-3:hover, .text-button-1:hover, .text-button-2:hover, .text-button-3:hover {
  background-color: #44b2b9;
}

.button-1.filled, .filled.button-2, .filled.button-3, .filled.text-button-1, .filled.text-button-2, .filled.text-button-3 {
  background-color: #44b2b9;
}

.button-1:hover i, .button-2:hover i, .button-3:hover i, .text-button-1:hover i, .text-button-2:hover i, .text-button-3:hover i, .button-1:hover img, .button-2:hover img, .button-3:hover img, .text-button-1:hover img, .text-button-2:hover img, .text-button-3:hover img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.button-2 {
  border: 1px solid #fda529;
}

.button-2:hover {
  background-color: #fda529;
}

.button-2.filled {
  background-color: #fda529;
}

.button-3 {
  border: 1px solid #952f92;
}

.button-3:hover {
  background-color: #952f92;
}

.button-3.filled {
  background-color: #952f92;
}

.text-button-1, .text-button-2, .text-button-3 {
  background-color: none;
  color: #44b2b9;
  border: 1px solid transparent;
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.text-button-1:hover, .text-button-2:hover, .text-button-3:hover {
  background-color: transparent;
  border: 1px solid #44b2b9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.text-button-1:hover i, .text-button-2:hover i, .text-button-3:hover i, .text-button-1:hover img, .text-button-2:hover img, .text-button-3:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.text-button-2 {
  color: #fda529;
}

.text-button-2:hover {
  border: 1px solid #fda529;
}

.text-button-3 {
  color: #952f92;
}

.text-button-3:hover {
  border: 1px solid #952f92;
}

.btn-download {
  width: 200px;
  padding: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/**************************************************
[*] TEAM
**************************************************/
.team-section {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#2f2f2f));
  background: linear-gradient(90deg, #000000 0%, #2f2f2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.team-member {
  padding: 12.5px;
  text-align: center;
  width: 275px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.team-name:before {
  content: " ";
  display: block;
  width: 1.5px;
  background: #fff;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  opacity: 0;
}

.team-member .team-name {
  font-family: GTAmericaBold;
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 28px;
  margin-bottom: 8px;
}

.team-member .job-title {
  font-family: GTAmericaMono;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 17px;
  color: #8D8D8D;
}

.team-member img, .team-member .team-name, .team-member .job-title {
  opacity: 0;
}

.team-member img {
  margin-bottom: 20px;
}

.team-member.start img {
  -webkit-animation: fade-in-bottom 2s ease;
          animation: fade-in-bottom 2s ease;
  opacity: 1;
}

.team-member.start .team-name:before {
  -webkit-animation: 2s ease-out 1 .5s stretch;
          animation: 2s ease-out 1 .5s stretch;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

.team-member.start .team-name, .team-member.start .job-title {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-animation: fade-in-top 2s ease 1s;
          animation: fade-in-top 2s ease 1s;
  opacity: 1;
}

@media (min-width: 769px) {
  .team-section {
    background-position: 0% 50%;
    background-size: 200% 200%;
  }
  .team-section.start {
    -webkit-animation: gradient-lr 40s ease infinite;
    animation: gradient-lr 40s ease infinite;
  }
}

@media (max-width: 768px) {
  .team-member .team-name {
    font-size: 14px;
    line-height: 18px;
  }
  .team-member .job-title {
    font-size: 10px;
    line-height: 12px;
  }
  .team-member {
    width: 160px;
  }
}

/**************************************************
[*] MAILING LIST
**************************************************/
.homepage-mailing-list {
  max-width: 350px;
  margin: auto;
  margin-left: 0;
}

.homepage-mailing-list #mc_embed_signup .button {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.homepage-mailing-list #mc_embed_signup input.email {
  border: 1px solid #8D8D8D;
  background-color: rgba(0, 0, 0, 0);
  font-family: GTAmericaMono;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
  height: 44px;
}

.homepage-mailing-list #mc_embed_signup .button {
  border: 1px solid #8D8D8D;
  background-color: #8D8D8D !important;
  color: rgba(0, 0, 0, 0) !important;
  border-radius: 0;
  height: 44px;
  font-family: GTAmericaMono;
  font-size: 25px;
  background-image: url(../img/icons/Footer-Plus-Button.svg);
  background-size: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

.homepage-mailing-list #mc_embed_signup input.email {
  width: calc(100% - 44px) !important;
}

#mc_embed_signup form {
  padding: 0;
  text-align: left;
}

#mc_embed_signup input.email {
  width: calc(100% - 44px);
  font-size: 12px;
}

#mc_embed_signup .button {
  width: 44px !important;
  text-align: center;
  padding: 0;
}

/**************************************************
[*] NEWS AND BLOG
**************************************************/
.article h4 a {
  color: #FFFFFF;
}

.article-date {
  font-family: GTAmericaMono;
  text-transform: uppercase;
  font-size: 11px;
}

.article span .badge.new {
  color: hotpink;
}

.article .featured {
  padding-left: 100px;
}

.article-preview {
  padding-left: 0px;
  margin-bottom: 30px;
}

.article-preview img {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.article-preview p, .article-preview h6 {
  text-align: left;
}

.article-preview .article-title a {
  color: white;
}

/**************************************************
[-] ANIMATIONS
**************************************************/
@-webkit-keyframes stretch {
  from {
    height: 10px;
    opacity: 0;
  }
  to {
    height: 36px;
    opacity: 1;
  }
}
@keyframes stretch {
  from {
    height: 10px;
    opacity: 0;
  }
  to {
    height: 36px;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-tl {
  0% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-tl {
  0% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-br {
  0% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-br {
  0% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  80% {
    -webkit-transform: translateY(3.5px);
    transform: translateY(3.5px);
  }
  90% {
    -webkit-transform: translateY(-3.5px);
    transform: translateY(-3.5px);
  }
}

@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  80% {
    -webkit-transform: translateY(3.5px);
    transform: translateY(3.5px);
  }
  90% {
    -webkit-transform: translateY(-3.5px);
    transform: translateY(-3.5px);
  }
}

@-webkit-keyframes all-ease {
  0%,
  100% {
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
}

@keyframes all-ease {
  0%,
  100% {
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
}

@-webkit-keyframes text-widen {
  0% {
    letter-spacing: 0.05em;
  }
  100% {
    letter-spacing: 0.2em;
  }
}

@keyframes text-widen {
  0% {
    letter-spacing: 0.05em;
  }
  100% {
    letter-spacing: 0.2em;
  }
}

@-webkit-keyframes stretch-horizontal {
  from {
    width: 20px;
  }
  to {
    width: 36px;
  }
}

@keyframes stretch-horizontal {
  from {
    width: 20px;
  }
  to {
    width: 36px;
  }
}

@-webkit-keyframes gradient-lr {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-lr {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/**************************************************
[*] HEADLINES
**************************************************/
.headline {
  width: 100%;
  text-align: center;
  font-family: "GTAmericaRegular";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
  opacity: 1;
}

.start .headline {
  -webkit-animation: text-widen 2s ease;
          animation: text-widen 2s ease;
  letter-spacing: 0.2em;
}

.headline:after {
  display: block;
  width: 48.5px;
  margin: auto;
  content: " ";
  background: #56c3c3;
  height: 1.5px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-title img {
  width: 90px;
  height: auto;
  margin-top: -14px;
}

.product-title .product-title-text {
  font-family: GTAmericaMono;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.2em;
}

.product-title .product-title-text:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1.5px;
  background: #56c3c3;
  vertical-align: middle;
  margin: 0 10px;
  margin-top: -3.5px;
  margin-right: 15px;
}

.product-title {
  margin-bottom: 38px;
}

@media (max-width: 768px) {
  .product-title .product-title-text {
    font-size: 20px;
    line-height: 32px;
  }
  .headline:after {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30px;
  }
}

/**************************************************
[*] ICONS
**************************************************/
.icons .icon {
  text-align: center;
  font-size: 12px;
  font-family: 'GTAmericaRegular';
  color: #8D8D8D;
  letter-spacing: 0.3em;
  line-height: 17px;
  -webkit-animation: fade-in-bottom 2s 2s both;
  animation: fade-in-bottom 2s 2s both;
}

.icon-image:after {
  height: 35px;
  content: " ";
  display: block;
  width: 1px;
  background: #fff;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-animation: fade-in-bottom 2s 2s both;
  animation: fade-in-bottom 2s 2s both;
}

.icon-image {
  text-align: center;
}

/**************************************************
[-] MIMU GLOVES FEATURE
**************************************************/
#mimu-glove-feature {
  min-height: calc(100vh - 64px);
  padding: 0;
}

#mimu-glove-feature .row {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 100vw;
}

#mimu-glove-feature .logo-lockup {
  max-width: 368px;
  text-align: center;
}

#mimu-glove-feature .logo-lockup img {
  height: 132px;
  width: 132px;
}

#mimu-glove-feature .col.glove-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0;
  height: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0;
}

#mimu-glove-feature .col.title-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  padding: 0;
  padding-right: 20px;
}

#mimu-glove-feature img.glove {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto;
  max-width: 100%;
}

#mimu-glove-feature .col.glove-panel img.glove {
  -webkit-animation: fade-in-left 2s both;
  animation: fade-in-left 2s both;
}

#mimu-glove-feature .intro-text {
  font-family: GTAmericaLight;
  margin-bottom: 20px;
  margin-top: 32px;
  padding: 0px 17px;
  max-width: 368px;
  font-size: 17px;
  text-align: center;
}

#mimu-glove-feature .scroll-down-arrow {
  position: absolute;
  color: #fff;
  font-size: 60px;
  bottom: 38px;
  left: 38px;
}

#mimu-glove-feature .scroll-down-arrow:hover {
  color: #fff;
}

#mimu-glove-feature .attributes li {
  line-height: 38px;
}

#mimu-glove-feature ul {
  margin-bottom: 0;
}

#mimu-glove-feature .pre-order-button {
  max-width: 368px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#mimu-glove-feature .pre-order-button .wide-button {
  width: 250px;
}

#mimu-glove-feature .logo-lockup {
  -webkit-animation: fade-in-bottom 2s 1.5s both;
  animation: fade-in-bottom 2s 1.5s both;
}

#mimu-glove-feature .intro-text {
  -webkit-animation: fade-in-bottom 2s 1.75s both;
  animation: fade-in-bottom 2s 1.75s both;
}

#mimu-glove-feature .attributes {
  -webkit-animation: fade-in-bottom 2s 2s both;
  animation: fade-in-bottom 2s 2s both;
}

#mimu-glove-feature .pre-order-button {
  -webkit-animation: fade-in-bottom 2s 2.25s both;
  animation: fade-in-bottom 2s 2.25s both;
}

#mimu-glove-feature .scroll-down-arrow img,
#mimu-glove-feature .scroll-down-arrow-mobile img {
  -webkit-animation: shake-vertical 20s linear infinite both;
  animation: shake-vertical 20s linear infinite both;
}

#mimu-glove-feature .scroll-down-arrow {
  -webkit-animation: fade-in-top 2s 2.5s both;
  animation: fade-in-top 2s 2.5s both;
}

#mimu-glove-feature .scroll-down-arrow.mobile {
  display: none;
}

#mimu-glove-feature .on-sale {
  color: #fda529;
}

#mimu-glove-feature .glove-mobile img {
  display: none;
}

#mimu-glove-feature .row.icons {
  padding: 0px 50px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #mimu-glove-feature {
    margin-bottom: 0;
    height: calc(100vh - 64px);
  }
  #mimu-glove-feature .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  #mimu-glove-feature .col.glove-panel img.glove {
    display: none;
  }
  #mimu-glove-feature .glove-mobile img {
    width: 100%;
    display: block;
    -webkit-animation: fade-in-left 2s both;
    animation: fade-in-left 2s both;
  }
  #mimu-glove-feature .col.title-panel {
    margin: 0 0;
    padding-top: 7.5%;
  }
  #mimu-glove-feature .logo-lockup {
    width: 100%;
    max-width: 100%;
  }
  #mimu-glove-feature .logo-lockup img {
    height: 93px;
    width: 93px;
  }
  #mimu-glove-feature .pre-order-button {
    text-align: center;
    width: auto;
    margin: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #mimu-glove-feature .scroll-down-arrow {
    display: none;
  }
  #mimu-glove-feature .scroll-down-arrow.mobile {
    display: block;
    position: relative;
    text-align: center;
    bottom: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 0;
  }
  #mimu-glove-feature .scroll-down-arrow.mobile {
    -webkit-animation: fade-in-top 2s 2.5s both;
    animation: fade-in-top 2s 2.5s both;
  }
  #mimu-glove-feature .title,
  #mimu-glove-feature .intro-text {
    text-align: center;
    width: 400px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #mimu-glove-feature .attributes {
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 15px;
  }
  #mimu-glove-feature .col.glove-panel {
    display: none;
  }
  #mimu-glove-feature .attributes li {
    line-height: 25px;
    font-size: 10px;
  }
  #mimu-glove-feature .row.icons {
    padding: 0px 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 450px) {
  #mimu-glove-feature .intro-text {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/**************************************************
[*] MI.MU GLOVES KEY MESSAGES
**************************************************/
#key-features {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#2f2f2f));
  background: linear-gradient(270deg, #000000 0%, #2f2f2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#key-features h2 {
  font-size: 32px;
  line-height: 47px;
  letter-spacing: 0.05em;
  max-width: 380px;
  margin-bottom: 38px;
  font-family: GTAmericaMono;
}

#key-features .col.image {
  padding: 0;
  margin-bottom: -6px;
}

#key-features .col.image img {
  max-width: 100%;
}

.expressive-control .col.image {
  text-align: right;
  z-index: 1;
  position: relative;
}

.expressive-control .col.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  margin-left: -85px;
  z-index: 5;
  position: relative;
}

.live-performance .col.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  margin-left: 85px;
  z-index: 5;
  position: relative;
}

.live-performance .col.image {
  text-align: left;
  margin-left: -85px;
  z-index: 1;
  position: relative;
}

#key-features li {
  font-family: GTAmericaRegular;
  font-size: 19px;
  letter-spacing: 0.01em;
  line-height: 26px;
  color: white;
  text-transform: none;
  padding-left: 56px;
  margin-left: 54px;
  text-indent: -56px;
}

#key-features ul li {
  margin-bottom: 25px;
}

#key-features .expressive-control.start h2 {
  -webkit-animation: text-widen 4s 0.2s both;
  animation: text-widen 4s 0.2s both;
}

#key-features .live-performance.start h2 {
  -webkit-animation: text-widen 4s 1.2s both;
  animation: text-widen 4s 1.2s both;
}

#key-features .expressive-control.start li:before {
  -webkit-animation: stretch-horizontal 4s 0.2s both;
  animation: stretch-horizontal 4s 0.2s both;
}

#key-features .live-performance.start li:before {
  -webkit-animation: stretch-horizontal 4s 1.2s both;
  animation: stretch-horizontal 4s 1.2s both;
}

.expressive-control .col.image, .live-performance .col.image {
  opacity: 0;
}

div.expressive-control.start .col.image {
  -webkit-animation: fade-in-tl 2s both;
  animation: fade-in-tl 2s both;
  opacity: 1;
}

div.live-performance.start .col.image {
  -webkit-animation: fade-in-br 2s 1s both;
  animation: fade-in-br 2s 1s both;
  opacity: 1;
}

@media (min-width: 769px) {
  #key-features .mobile {
    display: none !important;
  }
  #key-features .desktop {
    display: block !important;
  }
  #key-features {
    background-position: 0% 50%;
    background-size: 200% 200%;
  }
  #key-features.start {
    -webkit-animation: gradient-lr 40s ease infinite;
    animation: gradient-lr 40s ease infinite;
  }
}

@media (max-width: 1070px) and (min-width: 885px) {
  #key-features .attributes {
    width: calc(100% + 85px);
  }
  .live-performance .col.text {
    margin-left: 40px;
  }
  .live-performance .col.image {
    margin-left: -40px;
  }
  #key-features ul {
    margin: 0;
  }
  #key-features ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
  }
  #key-features h2 {
    font-size: 28px;
    line-height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 884px) {
  #key-features .mobile {
    display: block !important;
  }
  #key-features .desktop {
    display: none !important;
  }
  #key-features .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  #key-features .col.text {
    margin: auto;
    margin-top: -85px;
    max-width: 630px;
  }
  #key-features .col.text, #key-features .col.image {
    width: 100%;
    float: none;
    display: block;
  }
  #key-features .col.image {
    text-align: center;
  }
  .live-performance .col.image {
    margin-left: 0px;
    margin-top: 30px;
  }
  #key-features li {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  #key-features h2 {
    font-size: 20px;
    line-height: 32px;
    max-width: 225px;
  }
  #key-features ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

/*
@media (max-width: 1175px) and (min-width: 980px) {
    .live-performance .col.s6.text {
        margin-top: 35px;
    }
    .expressive-control .col.s6.text {
        width: calc(100% + 85px);
        max-width: none;
        flex: 0 0 58%;
    }
    .live-performance.col.s6.text {
        margin-left: 40px;
        flex: 0 0 54%;
        width: calc(100% + 85px);
        max-width: none;
    }
    #key-features ul li {
        margin-bottom: 20px;
    }
    #key-features h2 {
        margin-bottom: 25px;
    }
}


@media (max-width: 980px) and (min-width: 769px) {
    .expressive-control .col.s6.text {
        width: calc(100% + 85px);
        max-width: none;
        flex: 0 0 59%;
    }
    .live-performance .col.s6.text {
        margin-left: 20px;
        flex: 0 0 57%;
        width: calc(100% + 85px);
        max-width: none;
    }
    .live-performance .col.s6.text h2 {
        max-width: 350px !important;
    }
    #key-features h2 {
        margin-bottom: 20px;
    }
    #key-features ul li {
        margin-bottom: 15px;
    }
    #key-features ul {
        margin-left: 60px;
    }
}

@media (max-width: 768px) {
    .expressive-control ul {
        text-indent: -61px;
    }
    .live-performance ul {
        text-indent: -66px;
    }

    #key-features ul {
        margin-left: 30px;
    }

    #key-features {
        padding: 20px 0;
    }
    .expressive-control .col.s6.image {
        text-align: center;
    }
    .live-performance. .col.s6.image {
        margin-left: 0;
        text-align: center;
    }
    .expressive-control .col.s6.image img,
    .live-performance .col.s6.image img {
        width: 100%;
        height: auto;
    }
    .expressive-control,
    .live-performance {
        max-width: 660px;
        margin: auto;
    }
    #key-features .expressive-control .col.s6.image:after {
        display: none;
    }
    .expressive-control .col.s6.text,
    .live-performance .col.s6.text {
        margin-left: 0;
    }
    .expressive-control .col.s6.text h2,
    .live-performance .col.s6.text h2 {
        margin: auto;
        margin-top: -50px;
    }
    .live-performance .col.s6.image {
        display: none;
    }
    .live-performance .col.s6.image.mobile {
        display: block;
    }

    #key-features h2 {
        margin-left: 30px;
    }

    #key-features .expressive-control li:before {
        width: 30px;
    }
}
*/
/**************************************************
[-] GLOVER FEATURE
**************************************************/
#glover-feature {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(69deg, #000000 0%, #2f2f2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#glover-feature .description {
  font-size: 12px;
  color: #8D8D8D;
  font-family: GTAmericaMono;
  line-height: 22px;
  letter-spacing: 0.3em;
  margin-top: 25px;
  margin-bottom: 30px;
}

#glover-feature ul {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.01em;
  margin-left: 0px;
  margin-bottom: 35px;
  padding-left: 56px;
  text-indent: -56px;
}

#glover-feature ul li {
  margin-bottom: 25px;
  color: white;
  font-family: GTAmericaRegular;
  text-transform: none;
  letter-spacing: 0em;
  font-size: 19px;
}

#glover-feature ul li::before {
  width: 35px;
}

#glover-feature .attributes {
  margin-bottom: 0;
}

#glover-feature .col.image img {
  height: 100%;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-top: -20px;
  max-height: 800px;
}

#glover-feature .col.image.mobile {
  display: none;
}

#glover-feature {
  overflow: hidden;
}

#glover-feature .col.image {
  opacity: 0;
}

#glover-feature .product-title-text {
  letter-spacing: 0.05em;
}

#glover-feature.start .product-title-text {
  -webkit-animation: text-widen 4s 0.2s both;
  animation: text-widen 4s 0.2s both;
  letter-spacing: 0.2em;
}

#glover-feature.start li:before {
  -webkit-animation: stretch-horizontal 4s 0.2s both;
  animation: stretch-horizontal 4s 0.2s both;
}

@media (min-width: 769px) {
  #glover-feature {
    background-position: 0% 50%;
    background-size: 200% 200%;
  }
  #glover-feature.start {
    -webkit-animation: gradient-lr 40s ease infinite;
    animation: gradient-lr 40s ease infinite;
  }
  #glover-feature.start .col.image {
    -webkit-animation: fade-in-right 2s both;
    animation: fade-in-right 2s both;
    opacity: 1;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  #glover-feature .attributes {
    width: 120%;
  }
}

@media (max-width: 850px) and (min-width: 769px) {
  #glover-feature .col.image img {
    max-height: 650px;
  }
  #glover-feature .tutorial.button {
    width: 110% !important;
  }
}

@media (max-width: 768px) {
  #glover-feature.start .col.image {
    -webkit-animation: fade-in-bottom 2s both;
    animation: fade-in-bottom 2s both;
    opacity: 1;
  }
  #glover-feature .glover-info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #glover-feature ul {
    text-indent: -55px;
    margin-left: 0;
  }
  #glover-feature ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .product-title {
    margin-bottom: 0;
  }
  #glover-feature .col.image {
    display: none;
  }
  #glover-feature .col.image.mobile {
    display: block;
    width: 100%;
  }
  #glover-feature .col .attributes {
    margin-bottom: 0;
  }
  #glover-feature .col.image img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 29px;
    margin-top: 0;
  }
  #glover-feature .product-title,
  #glover-feature .description {
    text-align: center;
    margin-top: 5px;
  }
  #glover-feature .col {
    text-align: center;
  }
  #glover-feature .col .attributes {
    text-align: left;
  }
  #glover-feature .attribute:before {
    width: 30px;
  }
  #glover-feature .product-title .product-title-text {
    font-size: 20px;
  }
  #glover-feature .product-title img {
    width: 80px;
    margin-top: -5px;
  }
  #glover-feature .product-title .product-title-text {
    font-size: 20px;
    line-height: 32px;
  }
  #glover-feature .product-title img {
    width: 73px;
    height: auto;
    margin-top: -5px;
  }
}

/**************************************************
[-] GLOVER PRODUCT
**************************************************/
#glover-product {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(69deg, #000000 0%, #2f2f2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 100px;
  overflow: hidden;
}

#glover-product .description {
  font-size: 12px;
  color: #8D8D8D;
  font-family: GTAmericaMono;
  line-height: 22px;
  letter-spacing: 0.3em;
  margin-top: 25px;
  margin-bottom: 30px;
}

#glover-product ul {
  line-height: 26px;
  letter-spacing: 0.01em;
  margin-left: 0px;
  margin-bottom: 35px;
  padding-left: 56px;
  text-indent: -56px;
}

#glover-product ul li {
  margin-bottom: 25px;
  color: white;
  font-family: GTAmericaRegular;
  text-transform: none;
  letter-spacing: 0em;
  font-size: 17px;
}

#glover-product ul li::before {
  width: 35px;
}

#glover-product .attributes {
  margin-bottom: 0;
}

#glover-product .col.image img {
  width: 120%;
  height: auto;
  margin-left: -150px;
  margin-top: 50px;
}

#glover-product .col.image {
  opacity: 0;
}

#glover-product .product-name img {
  height: 70px;
  width: auto;
}

#glover-product .start li:before {
  -webkit-animation: stretch-horizontal 4s 0.2s both;
  animation: stretch-horizontal 4s 0.2s both;
}

#glover-product .btn-large {
  width: 290px;
}

#glover-product .discount-offer {
  color: #fda529;
}

/**************************************************/
@media only screen and (min-width: 993px) {
  #glover-product {
    background-position: 0% 50%;
    background-size: 200% 200%;
  }
  #glover-product .attributes {
    width: 100%;
  }
  #glover-product.start {
    -webkit-animation: gradient-lr 40s ease infinite;
    animation: gradient-lr 40s ease infinite;
  }
  #glover-product.start .col.image {
    -webkit-animation: fade-in-left 2s both;
    animation: fade-in-left 2s both;
    opacity: 1;
  }
}

/**************************************************/
@media only screen and (max-width: 992px) {
  #glover-product {
    padding-top: 0px;
  }
  #glover-product .col.image img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  #glover-product .product-name {
    text-align: center;
  }
  #glover-product .product-name .img {
    width: 80%;
    height: auto;
  }
  #glover-product .description {
    text-align: center;
  }
  #glover-product.start .col.image {
    -webkit-animation: fade-in-bottom 2s both;
    animation: fade-in-bottom 2s both;
    opacity: 1;
  }
}

/**************************************************/
@media only screen and (max-width: 600px) {
  #glover-product .glover-info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #glover-product .col {
    text-align: center;
  }
  #glover-product .col .attributes {
    text-align: left;
    margin-bottom: 0;
  }
  #glover-product ul {
    text-indent: -55px;
    margin-left: 0;
  }
  #glover-product ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.14px;
  }
  #glover-product .homepage-mailing-list {
    display: inline-block;
    width: 350px;
  }
}

/**************************************************
[-] GLOVER DEVICES
**************************************************/
#glover-devices {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#2f2f2f));
  background: linear-gradient(270deg, #000000 0%, #2f2f2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 30px 0px;
  padding-bottom: 100px;
}

#glover-devices h2.devices-title {
  font-family: GTAmericaBold;
  font-size: 28px;
}

#glover-devices .col {
  padding-top: 50px;
}

#glover-devices .device-info {
  margin: 0 auto;
  color: #8D8D8D;
  text-align: center;
  font-size: 17px;
  font-family: GTAmericaRegular;
  width: 290px;
  margin-bottom: 10px;
}

#glover-devices .device-info::before {
  display: block;
  width: 20px;
  margin: auto;
  content: " ";
  background: #fda529;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#glover-devices .device-icon {
  height: 71px;
  vertical-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#glover-devices .device-icon img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#glover-devices .device-icon img.gloves {
  height: 56px;
}

#glover-devices .device-icon img.leap-motion {
  height: 71px;
}

#glover-devices .device-icon img.microbit {
  height: 31px;
}

#glover-devices .device-icon img.iphone {
  height: 29px;
}

#glover-devices .device-icon img.webcam {
  height: 44px;
}

#glover-devices .device-icon img.osc {
  height: 30px;
}

/**************************************************/
@media only screen and (max-width: 600px) {
  #glover-devices h2.devices-title {
    font-size: 20px;
  }
}

/**************************************************
[-] GLISS PRODUCT
**************************************************/
#gliss-product {
  background: #000000;
  /* Old browsers */
  padding-top: 100px;
  overflow: hidden;
}

#gliss-product .description {
  font-size: 12px;
  color: #8D8D8D;
  font-family: GTAmericaMono;
  line-height: 22px;
  letter-spacing: 0.3em;
  margin-top: 25px;
  margin-bottom: 30px;
}

#gliss-product ul {
  line-height: 26px;
  letter-spacing: 0.01em;
  margin-left: 0px;
  margin-bottom: 35px;
  padding-left: 56px;
  text-indent: -56px;
}

#gliss-product ul li {
  margin-bottom: 25px;
  color: white;
  font-family: GTAmericaRegular;
  text-transform: none;
  letter-spacing: 0em;
  font-size: 17px;
}

#gliss-product ul li::before {
  width: 35px;
}

#gliss-product .attributes {
  margin-bottom: 0;
}

#gliss-product .col.image img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

#gliss-product .col.image {
  opacity: 0;
  text-align: center;
}

#gliss-product .product-name img {
  height: 70px;
  width: auto;
}

#gliss-product .start li:before {
  -webkit-animation: stretch-horizontal 4s 0.2s both;
  animation: stretch-horizontal 4s 0.2s both;
}

#gliss-product .app-store-image {
  height: 65px;
  margin-top: 0px;
}

#gliss-product .product-note {
  text-transform: uppercase;
  color: #fda529;
  margin: 0 0;
}

/**************************************************/
@media only screen and (min-width: 993px) {
  #gliss-product {
    background-position: 0% 50%;
    background-size: 200% 200%;
  }
  #gliss-product .attributes {
    width: 100%;
  }
  #gliss-product.start {
    -webkit-animation: gradient-lr 40s ease infinite;
    animation: gradient-lr 40s ease infinite;
  }
  #gliss-product.start .col.image {
    -webkit-animation: fade-in-left 2s both;
    animation: fade-in-left 2s both;
    opacity: 1;
  }
}

/**************************************************/
@media only screen and (max-width: 992px) {
  #gliss-product {
    padding-top: 0px;
  }
  #gliss-product .col.image img {
    width: 70%;
    height: auto;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #gliss-product .product-name {
    text-align: center;
  }
  #gliss-product .product-name .img {
    width: 80%;
    height: auto;
  }
  #gliss-product .description {
    text-align: center;
  }
  #gliss-product.start .col.image {
    -webkit-animation: fade-in-bottom 2s both;
    animation: fade-in-bottom 2s both;
    opacity: 1;
  }
}

/**************************************************/
@media only screen and (max-width: 600px) {
  #gliss-product .glover-info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #gliss-product .col.image img {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #gliss-product .col {
    text-align: center;
  }
  #gliss-product .col .attributes {
    text-align: left;
    margin-bottom: 0;
  }
  #gliss-product ul {
    text-indent: -55px;
    margin-left: 0;
  }
  #gliss-product ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.14px;
  }
  #gliss-product .homepage-mailing-list {
    display: inline-block;
    width: 300px;
  }
}

/**************************************************
[*] USER PROFILE
**************************************************/
#user-featured-products {
  padding: 50px 0px;
}

#user-featured-products .col .product-image {
  height: 300px;
  margin-bottom: 0px;
}

#user-featured-products .col .product-image img {
  height: 100px;
}

#user-featured-products .col .product-logo {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#user-featured-products .col .product-note {
  text-transform: uppercase;
  color: #8D8D8D;
  margin: 0 0;
}

#user-featured-products .col img.app-store-image {
  height: 65px;
  margin-top: 0px;
}

#support {
  padding: 50px 0px;
}

#support div.support-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#support div.support-row .col {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#support div.support-row .btn-large {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto;
  margin-bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#support div.support-row .btn-large:hover i {
  margin-left: 0;
}

#support div.support-row .btn-large:hover {
  padding: 14px 35px;
}

#user-info {
  padding: 50px 0px;
}

#user-info p {
  font-family: GTAmericaRegular;
  margin-bottom: 1.5rem;
}

#user-info .username {
  font-size: 20px;
  font-family: GTAmericaBold;
}

#user-info .date-joined {
  font-family: GTAmericaMono;
}

#user-info .btn-small {
  font-size: 14px;
  display: block;
  max-width: 300px;
  margin-bottom: 1.5em;
}

#user-info div.row {
  padding: 0;
}

#user-info div.row.profile-info {
  padding-bottom: 40px;
}

#user-info .button-1 i, #user-info .button-2 i, #user-info .button-3 i, #user-info .text-button-1 i, #user-info .text-button-2 i, #user-info .text-button-3 i {
  margin-left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#user-info .button-1:hover i, #user-info .button-2:hover i, #user-info .button-3:hover i, #user-info .text-button-1:hover i, #user-info .text-button-2:hover i, #user-info .text-button-3:hover i {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 5px;
}

#user-profile-licenses {
  margin-bottom: 0;
  padding: 40px 0;
}

#user-profile-licenses .row {
  padding: 0px;
  margin-bottom: 20px;
  height: 100px;
}

#user-profile-licenses .download-logo img {
  width: 100px;
}

#user-profile-licenses .col {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#user-profile-licenses .download-name {
  font-family: GTAmericaBold;
  font-size: 20px;
}

#user-profile-licenses .licence-type {
  font-family: GTAmericaRegular;
  font-size: 16px;
}

#user-profile-licenses .product-version {
  font-family: GTAmericaMono;
  font-size: 12px;
  color: #8D8D8D;
}

#user-profile-licenses .button-1 i, #user-profile-licenses .button-2 i, #user-profile-licenses .button-3 i, #user-profile-licenses .text-button-1 i, #user-profile-licenses .text-button-2 i, #user-profile-licenses .text-button-3 i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#user-profile-licenses .button-1:hover i, #user-profile-licenses .button-2:hover i, #user-profile-licenses .button-3:hover i, #user-profile-licenses .text-button-1:hover i, #user-profile-licenses .text-button-2:hover i, #user-profile-licenses .text-button-3:hover i {
  -webkit-transform: none;
  transform: none;
  margin-top: 5px;
  margin-bottom: -5px;
}

#user-profile-licenses .button-1, #user-profile-licenses .button-2, #user-profile-licenses .button-3, #user-profile-licenses .text-button-1, #user-profile-licenses .text-button-2, #user-profile-licenses .text-button-3 {
  padding-left: 20px;
}

#yourevents {
  padding: 40px 0;
}

#yourevents .row .col.s12 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  #user-info .col {
    float: none;
    display: block;
  }
  #user-info .profile-info .col.m12 {
    max-width: 323px;
    margin: auto;
    float: none;
    margin-top: 40px;
    display: block;
  }
  #user-info div.row,
  #user-profile-licenses,
  #yourevents {
    padding: 20px 0px;
  }
  #support div.support-row {
    padding: 20px 0px;
  }
  #support div.support-row .col.m12:after {
    display: block;
    width: 48.5px;
    margin: auto;
    content: " ";
    background: #56c3c3;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #support div.support-row .col.m12:last-child:after {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #user-profile-licenses .downloads .row {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    clear: both;
    height: auto;
    max-width: 300px;
    margin: 15px auto;
    padding: 20px;
  }
  #user-profile-licenses .downloads .col {
    height: auto;
    line-height: 1em;
    width: 100%;
    float: none;
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  #user-profile-licenses .downloads .col:last-child {
    margin-bottom: 0;
  }
  #user-profile-licenses .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin: auto;
  }
  #user-featured-products .row {
    padding: 0px 10px;
  }
  #user-featured-products .product-image {
    width: 100%;
    height: unset !important;
  }
  #user-featured-products .col {
    margin-bottom: 40px;
  }
}

/**************************************************
[-] DOCUMENTATION
**************************************************/
#documentation a.documentation-menu-item {
  font-family: GTAmericaRegular;
}

#documentation a.documentation-menu-item.active {
  font-family: GTAmericaBold;
  color: #fda529;
}

#documentation ul.attributes li a {
  text-transform: none;
  font-family: GTAmericaRegular;
  letter-spacing: 0em;
  font-size: 16px;
}

#documentation .doc-image, #documentation .doc-image-small, #documentation .doc-image-medium, #documentation .doc-image-large {
  max-width: 100%;
  height: auto;
  padding: 20px 0px;
}

#documentation .doc-image-small {
  width: 40%;
}

#documentation .doc-image-medium {
  width: 60%;
}

#documentation .doc-image-large {
  width: 80%;
}

#documentation .doc-subtitle {
  padding: 20px 0px;
}

#documentation blockquote {
  border-left-color: #44b2b9;
}

#documentation h1, #documentation h2, #documentation h3, #documentation h4, #documentation h5, #documentation h6 {
  padding-top: 40px;
}

#documentation .documentation-menu-header {
  padding-top: 0px;
}

/**************************************************/
@media only screen and (max-width: 600px) {
  #documentation .doc-image, #documentation .doc-image-small, #documentation .doc-image-medium, #documentation .doc-image-large {
    padding: 20px 0px;
  }
  #documentation .doc-image-small,
  #documentation .doc-image-medium,
  #documentation .doc-image-large {
    width: 100%;
  }
}

#documentation .col.doc-sidebar .headline,
#documentation .col.doc-text h1 {
  text-align: left;
}

#documentation .col.doc-sidebar .headline:after,
#documentation .col.doc-text h1:after {
  margin-left: 0;
}

#documentation .col.doc-text h1 {
  margin-top: 0;
}

a.anchor-offset {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.video-tutorial-overview .col {
  margin-bottom: 30px;
}

.video-tutorial-overview.row {
  padding: 0px 0px;
}

.full-width.row {
  padding: 0px 0px;
}

.info-list.spaced li {
  padding-bottom: 30px;
}

@media (max-width: 1080px) {
  #documentation .row {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 902px) {
  .mobile-sidebar-toggle,
  .doc-toggle.close,
  .doc-toggle.open {
    display: none;
  }
}

@media (max-width: 901px) {
  #documentation .doc-sidebar {
    position: absolute;
    min-height: 100%;
    top: 0;
    left: -300px;
    background-color: #131313;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 20px 10px;
    z-index: 99;
    width: 100%;
    max-width: 270px;
  }
  #documentation .doc-text {
    width: 100%;
  }
  #documentation .doc-wrapper.open .doc-sidebar {
    left: 0;
  }
  .doc-toggle.close,
  .doc-toggle.open {
    display: block;
  }
  .doc-toggle.close {
    opacity: 0;
  }
  .doc-wrapper.open .doc-toggle.close {
    opacity: 1;
  }
  .doc-wrapper.open .doc-toggle.open {
    opacity: 0;
  }
  .doc-toggle.open {
    font-family: GTAmericaMono;
    text-transform: uppercase;
    letter-spacing: 0.3em;
  }
  .mobile-sidebar-toggle {
    padding: 0.75rem;
  }
  .toggle-text,
  .doc-toggle.open i,
  .doc-toggle.close i {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
  }
  .doc-toggle.open i,
  .doc-toggle.close i {
    margin-right: 10px;
  }
}

/**************************************************
[*] ARTIST SLIDER
**************************************************/
#featured-artists-slider {
  background: #131313;
}

#featured-artists-slider .col.s12 {
  padding: 0 0;
}

#featured-artists-slider .flexslider.artists {
  max-width: 1000px;
  margin: auto;
}

#featured-artists-slider .artist-image {
  height: 625px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #fff;
  padding: 0 0;
}

#featured-artists-slider .artist-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#featured-artists-slider .flexslider.artists .row {
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}

#featured-artists-slider .flexslider.artists .flex-control-nav {
  display: none;
}

#featured-artists-slider .flexslider.artists .flex-direction-nav a {
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
}

#featured-artists-slider .slide-container .col {
  width: 50%;
}

#featured-artists-slider .flexslider {
  background: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  border-radius: 0;
}

#featured-artists-slider .flexslider ul {
  list-style-type: none;
  padding-left: 0;
  text-indent: 0;
  margin-left: 0;
}

#featured-artists-slider .flexslider li:before {
  display: none !important;
}

#featured-artists-slider .flexslider.artists .slide-container,
#featured-artists-slider .flexslider.artists .row {
  height: 100%;
}

#featured-artists-slider .flexslider.artists:before {
  content: "artists";
  font-family: GTAmericaMono;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 32px;
  background: #fff;
  color: #000;
  padding: 0 20px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -136px;
  top: 87px;
  position: absolute;
}

#featured-artists-slider .flex-direction-nav a.flex-prev:before {
  background: url(/static/img/icons/artist-left-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  height: 20px;
  width: 30px;
}

#featured-artists-slider .flex-direction-nav a {
  width: 60px;
}

#featured-artists-slider .flex-direction-nav a.flex-next:before {
  background-image: url(/static/img/icons/artist-right-arrow.svg);
  background-size: contain;
  background-position: center center;
  content: " ";
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
}

#featured-artists-slider .flexslider.artists .flex-direction-nav .flex-next {
  right: -80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#featured-artists-slider .flexslider.artists:hover .flex-direction-nav .flex-next {
  right: -80px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#featured-artists-slider .flexslider.artists .flex-direction-nav .flex-next:hover {
  right: -87.5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#featured-artists-slider .flexslider.artists .flex-direction-nav .flex-prev {
  left: -80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#featured-artists-slider .flexslider.artists:hover .flex-direction-nav .flex-prev {
  left: -80px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#featured-artists-slider .flexslider.artists .flex-direction-nav .flex-prev:hover {
  left: -87.5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#featured-artists-slider .flex-direction-nav a {
  opacity: 1;
}

#featured-artists-slider .artist-name {
  font-family: GTAmericaMono;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 32px;
  letter-spacing: 0.2em;
  padding: 30px;
}

#featured-artists-slider .artist-details {
  padding: 0px 0px;
  height: 625px;
  position: relative;
}

#featured-artists-slider .artist-bio {
  padding: 30px;
}

#featured-artists-slider .artist-bio p {
  padding-left: 60px;
  font-family: GTAmericaRegular;
  font-size: 16px;
}

#featured-artists-slider .artist-bio p:first-child:before {
  width: 30px;
  content: " ";
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: -60px;
  margin-right: 30px;
  margin-bottom: 5px;
}

#featured-artists-slider .artist-links {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#featured-artists-slider .artist-links a {
  opacity: 0.6;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#featured-artists-slider .artist-links a:hover {
  opacity: 1;
}

#featured-artists-slider .flex-direction-nav a {
  width: 30px;
  height: 20px;
}

#featured-artists-slider .slide-container div.mobile {
  display: none;
}

@media (max-width: 768px) {
  .slide-container div.mobile {
    display: block;
  }
}

@media (max-width: 1150px) and (min-width: 769px) {
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-next,
  #featured-artists-slider .flexslider.artists:hover .flex-direction-nav .flex-next {
    right: -40px;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-next:hover {
    right: -46px;
  }
  #featured-artists-slider .flex-direction-nav a {
    height: 30px;
    width: 40px;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-prev,
  #featured-artists-slider .flexslider.artists:hover .flex-direction-nav .flex-prev {
    left: -40px;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-prev:hover {
    left: -46px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  #featured-artists-slider .artist-name,
  #featured-artists-slider .artist-bio,
  #featured-artists-slider .artist-links {
    padding: 20px;
  }
  #featured-artists-slider .flexslider.artists:before {
    font-size: 20px;
    top: 51px;
    left: -83px;
    padding: 0 10px;
  }
  #featured-artists-slider .artist-name {
    font-size: 26px;
  }
  #featured-artists-slider .artist-bio p:first-child:before {
    display: none;
  }
  #featured-artists-slider .artist-bio p {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  #featured-artists-slider .flexslider.artists {
    margin-top: 50px;
    border: none;
  }
  #featured-artists-slider .artist-links img {
    max-width: 30px;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav a {
    width: 60px;
  }
  #featured-artists-slider .flexslider.artists .artist-image {
    width: 100%;
    height: calc(100vw - 160px);
    max-height: 350px;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  #featured-artists-slider .flexslider.artists .artist-image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0;
  }
  #featured-artists-slider .flexslider.artists .artist-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  #featured-artists-slider .artist-links {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0;
    margin-top: auto;
    position: relative;
  }
  #featured-artists-slider .flexslider.artists .slides > li {
    height: auto !important;
  }
  .flexslider.artists .slide-container {
    border: 1px solid #fff;
    border-top: none;
  }
  #featured-artists-slider .artist-bio p {
    font-size: 14px;
    line-height: 20px;
  }
  #featured-artists-slider .flexslider.artists:before {
    -webkit-transform: none;
            transform: none;
    top: -50px;
    left: -1px;
    font-size: 20px;
    line-height: 50px;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav {
    height: 50px;
    position: absolute;
    top: -50px;
    border: 1px solid #fff;
    width: 100%;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-prev,
  #featured-artists-slider .flexslider.artists:hover .flex-direction-nav .flex-prev {
    top: 50%;
    height: 50px;
    left: 160px;
    text-align: center;
    margin-top: -25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-prev:hover {
    left: 154px;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-next,
  #featured-artists-slider .flexslider.artists:hover .flex-direction-nav .flex-next {
    top: 50%;
    margin-top: -25px;
    height: 50px;
    right: 6px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav .flex-next:hover {
    right: 0;
  }
  #featured-artists-slider .flexslider.anatomy .flex-direction-nav a.flex-prev:before,
  #featured-artists-slider .flexslider.anatomy .flex-direction-nav a.flex-next:before {
    height: 20px;
  }
  #featured-artists-slider .flexslider.artists .flex-direction-nav a.flex-prev:before,
  #featured-artists-slider .flexslider.artists .flex-direction-nav a.flex-next:before {
    height: 50px;
  }
  #featured-artists-slider .slide-container .col.s6 {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
  #featured-artists-slider .col.s6 .artist-name {
    width: 100%;
    padding: 15px;
    font-size: 22px;
  }
  #featured-artists-slider .artist-bio {
    padding: 20px;
  }
  #featured-artists-slider .artist-bio p:first-child {
    margin-top: 0;
  }
  #featured-artists-slider .artist-bio p:first-child:before {
    display: none;
  }
  #featured-artists-slider .artist-bio p {
    padding-left: 0;
  }
  #featured-artists-slider .artist-bio p:last-child {
    margin-bottom: 0;
  }
}

/**************************************************
[*] VIDEO FEATURE
**************************************************/
#video {
  background: #131313;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

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

/**************************************************
[*] PRESS
**************************************************/
#mimu-press {
  background: #131313;
}

#mimu-press .press-coverage .press-item {
  width: 250px;
  padding: 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 30px;
}

#mimu-press .press-item {
  opacity: 0;
}

#mimu-press .press-item.start {
  opacity: 1;
  -webkit-animation: fade-in-bottom 2s ease;
          animation: fade-in-bottom 2s ease;
}

#mimu-press .press-coverage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

@media (max-width: 768px) {
  #mimu-press .press-coverage .press-item {
    width: 160px;
  }
}

/**************************************************
[*] YEARS OF RESEARCH AND DEVELOPMENT
**************************************************/
#years-of-research-and-development {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#2f2f2f));
  background: linear-gradient(270deg, #000000 0%, #2f2f2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#years-of-research-and-development .col.s6 {
  padding: 0;
}

@-webkit-keyframes letter-stretch {
  from {
    letter-spacing: 0.05em;
  }
  to {
    letter-spacing: 0.2em;
  }
}

@keyframes letter-stretch {
  from {
    letter-spacing: 0.05em;
  }
  to {
    letter-spacing: 0.2em;
  }
}

@-webkit-keyframes line-stretch {
  from {
    width: 3em;
  }
  to {
    width: 6em;
  }
}

@keyframes line-stretch {
  from {
    width: 3em;
  }
  to {
    width: 6em;
  }
}

#years-of-research-and-development h2 {
  font-family: GTAmericaMono;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 47px;
  width: 350px;
  margin-bottom: -50px;
  z-index: 9;
  position: relative;
  margin-left: 50px;
  margin-top: 0;
}

#years-of-research-and-development h2:after {
  content: " ";
  display: block;
  height: 1px;
  background: #fff;
  margin-left: auto;
  margin-right: -5em;
  width: 3em;
  margin-top: -10px;
}

#years-of-research-and-development #delay {
  width: 3em;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

#years-of-research-and-development img {
  z-index: 1;
  margin-top: 10px;
}

#years-of-research-and-development .col.text {
  position: relative;
  padding-top: 170px;
  margin-left: -50px;
  z-index: 10;
}

#years-of-research-and-development .col.text p {
  font-size: 19px;
  font-family: GTAmericaLight;
}

#years-of-research-and-development .col.image img {
  opacity: 0;
}

#years-of-research-and-development.start h2 {
  -webkit-animation: letter-stretch 2s both;
  animation: letter-stretch 2s both;
  letter-spacing: 0.2em;
}

#years-of-research-and-development.start h2:after {
  -webkit-animation: line-stretch 2s both;
  animation: line-stretch 2s both;
  width: 6em;
}

#years-of-research-and-development.start .col.image img {
  opacity: 1;
  -webkit-animation: fade-in-left 2s both;
  animation: fade-in-left 2s both;
}

@media (min-width: 769px) {
  #years-of-research-and-development {
    background-position: 0% 50%;
    background-size: 200% 200%;
  }
  #years-of-research-and-development {
    -webkit-animation: gradient-lr 40s ease infinite;
    animation: gradient-lr 40s ease infinite;
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  #years-of-research-and-development.start .col.image {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #years-of-research-and-development.start .col.text {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    clear: both;
    padding-top: 0;
    margin-left: 0;
  }
  #years-of-research-and-development.start h2 {
    width: 46%;
    float: right;
  }
  #years-of-research-and-development.start img {
    float: left;
    width: 60%;
    margin-top: -180px;
  }
  #years-of-research-and-development.start h2:after {
    display: none;
  }
  #years-of-research-and-development.start h2:before {
    content: " ";
    display: block;
    height: 1px;
    background: #fff;
    margin-left: auto;
    width: 6em;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: -50px;
  }
  #years-of-research-and-development.start .mobile-col-1,
  #years-of-research-and-development.start .mobile-col-2 {
    width: 50%;
    float: left;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #years-of-research-and-development .row {
    padding: 0 40px;
  }
  #years-of-research-and-development .col.image,
  #years-of-research-and-development .col.text {
    max-width: 630px;
    margin: auto;
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
  }
  #years-of-research-and-development h2:after {
    display: none;
  }
  #years-of-research-and-development h2 {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    max-width: 225px;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: -58px;
  }
  #years-of-research-and-development img {
    width: 100%;
  }
  #years-of-research-and-development .col.image:after {
    content: " ";
    height: 66%;
    width: 1.5px;
    background: #fff;
    display: block;
    z-index: 999;
    position: absolute;
    bottom: 7%;
  }
  #years-of-research-and-development .col.text {
    padding-top: 0;
    margin-top: 5px;
    padding-left: 0;
  }
  #years-of-research-and-development .col.text p {
    font-size: 14px;
    line-height: 20px;
  }
  #years-of-research-and-development .mobile-col-1,
  #years-of-research-and-development .mobile-col-2 {
    float: none;
  }
}

/**************************************************
[*] ACCOUNT
**************************************************/
.account-section {
  padding-top: 40px;
  padding-bottom: 200px;
}

#email-administration {
  padding: 0px 0px;
}

#email-administration fieldset.blockLabels {
  padding: 20px;
  margin-bottom: 50px;
}

#email-administration .email-item {
  padding: 10px 0px;
}

#email-administration span.email-address {
  color: #ffffff;
  padding-right: 20px;
}

#email-administration .email-item .col {
  min-height: 25px;
  vertical-align: middle;
}

@media only screen and (max-width: 992px) {
  #email-administration .email-item {
    padding: 10px 0px;
  }
  #email-administration span.email-address {
    display: block;
  }
  #email-administration .account-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**************************************************
[-] GET STARTED
**************************************************/
#get-started .row {
  margin-bottom: 50px;
}

#get-started .col img {
  width: 100%;
}

#get-started .get-started-header-image {
  width: 100%;
}

#get-started i.material-icons {
  margin-right: 20px;
}

#get-started li.charging-info {
  min-height: 40px;
}

/**************************************************
[-] EVENTS
**************************************************/
/*--create event form--*/
#id_description {
  margin-top: 1rem;
  padding: 10px;
}

.errorlist {
  color: #44b2b9;
  font-family: GTAmericaMono;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
}

/*--events list on events page and user profile-*/
.responsive-table .gt-mono, .responsive-table .modal div.modal-content h3, .modal div.modal-content .responsive-table h3, .responsive-table .modal div.modal-content h4, .modal div.modal-content .responsive-table h4, .responsive-table .modal div.modal-content h5, .modal div.modal-content .responsive-table h5, .responsive-table .modal div.modal-content h6, .modal div.modal-content .responsive-table h6, .responsive-table #glover-product .discount-offer, #glover-product .responsive-table .discount-offer, .responsive-table #gliss-product .product-note, #gliss-product .responsive-table .product-note, .responsive-table #user-featured-products .col .product-note, #user-featured-products .col .responsive-table .product-note, .responsive-table #product-two-up .product-note, #product-two-up .responsive-table .product-note, .event-meta .gt-mono, .event-meta .modal div.modal-content h3, .modal div.modal-content .event-meta h3, .event-meta .modal div.modal-content h4, .modal div.modal-content .event-meta h4, .event-meta .modal div.modal-content h5, .modal div.modal-content .event-meta h5, .event-meta .modal div.modal-content h6, .modal div.modal-content .event-meta h6, .event-meta #glover-product .discount-offer, #glover-product .event-meta .discount-offer, .event-meta #gliss-product .product-note, #gliss-product .event-meta .product-note, .event-meta #user-featured-products .col .product-note, #user-featured-products .col .event-meta .product-note, .event-meta #product-two-up .product-note, #product-two-up .event-meta .product-note {
  text-transform: uppercase;
  letter-spacing: .3em;
}

td, th {
  padding: 20px 10px;
}

table span.badge {
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 0;
}

td.badges {
  max-width: 250px;
}

td .btn-floating.btn-small {
  padding: 0;
  margin: 5px;
  border: none;
}

/*--single event-*/
span.badge {
  float: none;
  display: inline-block;
  font-family: GTAmericaMono;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 14px;
}

.eventdesc {
  font-size: 16px;
}

#single-event .event-badges, .event-meta {
  text-align: center;
}

span.badge:last-child {
  margin-right: 0;
}

.event-badges:after {
  display: block;
  width: 48.5px;
  margin: auto;
  content: " ";
  background: #56c3c3;
  height: 1.5px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.events-btn {
  margin-top: 50px;
  text-align: center;
}

.events-btn a {
  display: inline-block;
}

@media (min-width: 993px) {
  .responsive-table tr {
    border-bottom: 1px solid #8D8D8D;
  }
  .responsive-table th {
    border-bottom: 1px solid #44b2b9;
  }
}

@media (max-width: 992px) {
  .responsive-table tr {
    border-right: 1px solid #8D8D8D;
  }
  table.responsive-table thead {
    border-right: 1px solid #44b2b9;
  }
  .responsive-table thead tr {
    border-right: none;
  }
  table span.badge {
    display: block;
  }
  table.responsive-table td, table.responsive-table th {
    min-height: 80px;
    padding: 10px;
  }
}

/**************************************************
[*] Anatomy of a glove
**************************************************/
/*--section styling--*/
#anatomy-of-glove {
  background: #141414;
}

#anatomy-of-glove .product-title {
  max-width: 320px;
  line-height: 47px;
  z-index: 9;
  position: relative;
  margin-bottom: -200px;
  font-size: 32px;
  line-height: 47px;
}

#anatomy-of-glove .product-title-text {
  letter-spacing: 0.05em;
}

#anatomy-of-glove .product-title-text:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #56C3C3;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -3px;
  margin-right: 15px;
}

#anatomy-of-glove .product-title-text:first-child:before {
  display: none;
}

#anatomy-of-glove .product-title img {
  margin-top: -6px;
}

#anatomy-of-glove.start .product-title-text {
  -webkit-animation: text-widen 4s 0.2s both;
  animation: text-widen 4s 0.2s both;
  letter-spacing: 0.2em;
}

/*--anatomy slider--*/
.flexslider.anatomy {
  background: #141414;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #fff;
}

.row.anatomy-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.anatomy-slides .s12 {
  padding-left: 15px;
  padding-right: 15px;
}

/*--slider navigation--*/
.flexslider ul {
  list-style-type: none;
  padding-left: 0;
  text-indent: 0;
  margin-left: 0;
}

.flexslider li:before {
  display: none !important;
}

.flexslider.anatomy .flex-direction-nav .flex-prev, .flexslider.anatomy:hover .flex-direction-nav .flex-prev {
  left: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.flexslider.anatomy .flex-direction-nav .flex-next, .flexslider.anatomy:hover .flex-direction-nav .flex-next {
  right: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.flex-direction-nav a {
  width: 30px;
  height: 20px;
  opacity: 1;
}

.flex-direction-nav a.flex-prev:before {
  background: url(/static/img/icons/artist-left-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  height: 20px;
  width: 30px;
}

.flex-direction-nav a.flex-next:before {
  background-image: url(/static/img/icons/artist-right-arrow.svg);
  background-size: contain;
  background-position: center center;
  content: " ";
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
}

.flexslider.anatomy .flex-control-nav {
  display: none;
}

.flexslider.anatomy .flex-direction-nav .flex-next, .flexslider.anatomy:hover .flex-direction-nav .flex-next {
  right: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.flexslider.anatomy .flex-direction-nav .flex-next:hover {
  right: -7.5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.flexslider.anatomy .flex-direction-nav .flex-prev, .flexslider.anatomy:hover .flex-direction-nav .flex-prev {
  left: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.flexslider.anatomy .flex-direction-nav .flex-prev:hover {
  left: -7.5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.flexslider.anatomy .slides > li {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

/*--slider content--*/
.anatomy-slides .col.s3 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.anatomy-slides .slide-text {
  max-width: 145px;
  font-family: GTAmericaMono;
  color: #DBDBDB;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  padding-left: 30px;
}

.anatomy-slides .col.s3, .anatomy-slides .col.s9 {
  padding: 0;
}

.flexslider.anatomy .slides .slide-image img {
  max-height: 80vh;
  width: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}

.flex-control-paging li a.flex-active {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*--icon row--*/
.row.icons {
  padding-top: 75px;
}

.icons .icon {
  text-align: center;
  font-size: 12px;
  font-family: GTAmericaMono;
  color: #8D8D8D;
  letter-spacing: 0.3em;
  line-height: 17px;
}

.icon-image:after {
  height: 35px;
  content: " ";
  display: block;
  width: 1px;
  background: #fff;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*--animations--*/
.icons .icon-image:after {
  margin-top: 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
}

.icons .icon-image, .icons .icon-text {
  opacity: 0;
}

.icons.start .icon-image:after {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  height: 35px;
  background: white;
}

.icons.start .col.l3:first-child .icon-image:after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.icons.start .col.l3:nth-child(n+1) .icon-image:after {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.icons.start .col.l3:nth-child(n+2) .icon-image:after {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.icons.start .col.l3:last-child .icon-image:after {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.icons.start .icon-image {
  opacity: 1;
  -webkit-animation: fade-in-bottom 2s both;
          animation: fade-in-bottom 2s both;
}

.icons.start .icon-image:first-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.icons.start .icon-image:nth-child(n+1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.icons.start .icon-image:nth-child(n+2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.icons.start .icon-image:last-child {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.icons.start .icon-text {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.icons.start .icon-text:first-child {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.icons.start .icon-text:nth-child(n+1) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.icons.start .icon-text:nth-child(n+2) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.icons.start .icon-text:last-child {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

/*--media queries--*/
@media (max-width: 1200px) and (min-width: 769px) {
  #anatomy-of-glove .product-title {
    margin-bottom: 0;
  }
}

@media (max-width: 769px) and (min-width: 501px) {
  #anatomy-of-glove .product-title {
    margin-bottom: -40px;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .row.icons {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icons .col {
    margin-bottom: 50px;
  }
  .icon-text {
    max-width: 250px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .anatomy-slides .col.s3, .anatomy-slides .col.s9 {
    padding: 0;
  }
  .anatomy-slides .col.s9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .desktop {
    display: none !important;
  }
  .anatomy-slide .slide-image.desktop {
    display: none;
  }
  .anatomy-slide .col.s3 {
    position: absolute;
    right: 0;
    bottom: 35px;
    max-width: 145px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .anatomy-slide .col.s3 .slide-text {
    border-left: 0;
    padding-left: 0;
    text-align: center;
    margin: auto;
    margin-top: 0;
  }
  .anatomy-slide .col.s3 .slide-text:before {
    content: " ";
    display: block;
    text-align: center;
    margin: auto;
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #131313;
    margin-bottom: 15px;
  }
  .icons .col.s3 {
    margin-bottom: 50px;
  }
  .icon {
    max-width: 225px;
    margin: auto;
  }
  #anatomy-of-glove .icons .col.s3:last-child {
    margin-bottom: 0;
  }
  .flexslider.anatomy .flex-direction-nav a.flex-prev:before, .flexslider.anatomy .flex-direction-nav a.flex-next:before {
    height: 20px;
  }
  #anatomy-of-glove .product-title, #anatomy-of-glove .product-title-text {
    font-size: 32px;
    line-height: 47px;
  }
}

@media (max-width: 500px) {
  #anatomy-of-glove .product-title {
    max-width: 250px;
    margin-bottom: -35px;
    font-size: 20px;
    line-height: 32px;
  }
  #anatomy-of-glove .product-title, #anatomy-of-glove .product-title-text {
    font-size: 20px;
    line-height: 32px;
  }
  #anatomy-of-glove .product-title img {
    width: 73px;
    height: auto;
    margin-top: -5px;
  }
  .flexslider.anatomy .flex-direction-nav a.flex-prev:before, .flexslider.anatomy .flex-direction-nav a.flex-next:before {
    height: 20px;
  }
  .row.anatomy-slide {
    padding: 0;
  }
  .anatomy-slide .slide-image.mobile {
    width: 75%;
  }
  .anatomy-slide .col.s3 {
    max-width: 140px;
    min-width: 120px;
    bottom: 20px;
  }
  .anatomy-slide .slide-image.mobile {
    margin-top: 30px;
  }
}

/**************************************************
[-] PRODUCT TWO-UP
**************************************************/
#product-two-up {
  padding: 0px 0px;
  height: 100%;
}

#product-two-up .row {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  padding-top: 0px;
}

#product-two-up .col {
  height: 864px;
  padding: 81px 0px;
  text-align: center;
}

#product-two-up .col img.logo {
  width: auto;
  height: 132px;
}

#product-two-up .col p.strapline {
  text-align: center;
  width: 60%;
  min-height: 100px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 17px;
  font-family: GTAmericaRegular;
}

#product-two-up .col img.glover-product-image, #product-two-up .col img.gliss-product-image {
  height: 324px;
}

#product-two-up .col img.glove-product-image {
  height: 470px;
}

#product-two-up .col .buttons {
  margin: 0 auto;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

#product-two-up .col .single-button {
  padding-bottom: 40px;
}

#product-two-up div.col.gloves-column {
  background-color: #131313;
  color: #ffffff;
}

#product-two-up div.col.glover-column {
  background-color: white;
  color: #131313;
}

#product-two-up div.col.gliss-column {
  background-color: #EAEAEA;
  color: #131313;
}

#product-two-up .app-store-image {
  height: 65px;
  margin-top: 0px;
}

#product-two-up .product-note {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #952f92;
  margin: 0 0;
}

/**************************************************
[-] MIMU GLOVES FEATURE
**************************************************/
#contact-page {
  background: #000000;
  padding: 0px 0px;
}

#contact-page .row {
  padding-left: 0px;
  padding-right: 0px;
}

#contact-page img.contact-image {
  max-width: 100%;
}

#contact-page .col.text-content {
  padding-top: 200px;
}

#contact-page h3.widget-title {
  font-size: 18px;
}

#contact-page .privacy-section, #contact-page .credits-section {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact-page .privacy-links, #contact-page .credits {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#contact-page .privacy-links a, #contact-page .credits a {
  font-size: 12px;
  color: #DBDBDB;
  font-family: GTAmericaMono;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

#contact-page .custom-html-widget {
  color: #DBDBDB;
}

/**************************************************/
@media only screen and (max-width: 992px) {
  #contact-page div.contact-image-container {
    text-align: center;
  }
  #contact-page img.contact-image {
    max-height: 500px;
  }
  #contact-page .col.text-content {
    padding-top: 0px;
  }
  #contact-page .col.mimu-logo {
    width: 100%;
    text-align: center;
    margin-top: 59px;
  }
  #contact-page .col.mimu-logo img {
    width: 133px;
  }
  #contact-page h3.widget-title {
    margin-top: 40px;
    text-align: center;
  }
  #contact-page h3.widget-title::after {
    margin: 10px auto;
    margin-bottom: 20px;
  }
  #contact-page .custom-html-widget {
    text-align: center;
    font-size: 12px;
  }
  #contact-page .sign-up-form {
    width: 100%;
    text-align: center;
  }
  #contact-page .homepage-mailing-list {
    display: inline-block;
  }
  #contact-page .privacy-section, #contact-page .credits-section {
    height: auto;
    display: block;
  }
  #contact-page .privacy-links, #contact-page .credits {
    width: 100%;
    text-align: center;
  }
}
/*# sourceMappingURL=styles.css.map */