/*

Chametheon
*/



a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.chametheon  p.mint-note {
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    margin: 40px 0 -10px 0;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 12px 14px 18px 14px;
}
.chametheon p a {
    color: #459459;
}

.chametheon p.mint-note a {
color: #49a6e5;}

.chametheon .planet-vr p a {
    color: var(--secondary-color);
}


html.chametheon,
.chametheon body {
    width: 100%;
    height: 100%;
    background-color: #0a0a0b;
    overflow-x: hidden;
}

.chametheon body {
    /* background-color: #fff; */
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

.chametheon p {
    font-size: 22px;
}

hr.light {
    border-color: #fff;
}


.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

/*
.bg-primary {
    background-color: #333;
}*/

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(0, 0, 0, 0.8);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #b7494c;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(35, 35, 35, .05);
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header>.navbar-brand {
    color: #b7494c;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header>.navbar-brand:hover,
.navbar-header>.navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #181818;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #b7494c;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #b7494c !important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


.twitter-follow-button-holder {
    position: fixed;
    top: 11px;
    right: 75px;
    display: block;
    z-index: 99999;
    -webkit-transition: all 1.88s;
    -moz-transition: all .88s;
    transition: all .88s;
}

.affix-top .twitter-follow-button-holder {

    filter: hue-rotate(0.39turn) saturate(0.5);
}

.affix-top .twitter-follow-button-holder:hover {
    filter: none;
}
.chametheon ul.product-list {
    padding: 0;
    margin: 0;
}
.chametheon .product-list li {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.18);
    min-height: 230px;
}

.chametheon .wearable-items .product-list li,
.chametheon .wearable-items .product-list li:hover {
   box-shadow: none;
   border-radius: 0;
}

.chametheon ul.item-menu li.item {
    min-height: auto;
}
.chametheon .product-list li:hover {
    box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
}
.chametheon ul.item-menu {
    margin: 0 0 68px 19px;
    width: calc(100% - 38px);
}
.chametheon ul.item-menu li.item .button {
    margin: 0;
    font-size: 17px;
    text-decoration: none;

    color: #fff;
    border: none;
    text-align: center;
}
.chametheon .wearable-items ul.item-menu li.item .button {

    background: transparent;
    color: #111;

}


.chametheon .wearable-items ul.item-menu li.item .button:hover {
    color: #b7494c;
    background-color: transparent;
    box-shadow: none;

}

.wearable-items .product-list li ul.item-menu li.item, 
wearable-items .product-list li ul.item-menu li.item~li.item,
wearable-items .product-list li ul.item-menu li.item~li.item~li.item {
    transform: translate(0, 150px, 0);
    -webkit-transform: translate3d(0, 150px, 0);
    opacity: 0;
}

.wearable-items .product-list li:hover ul.item-menu li.item, 
.wearable-items .product-list li:hover ul.item-menu li.item~li.item,
.wearable-items .product-list li:hover ul.item-menu li.item~li.item~li.item {
    transform: translate(0, 120px, 0);
    -webkit-transform: translate3d(0, 120px, 0);
    opacity: 1;
    transition-delay: 0.8s;
}

.chametheon ul.item-menu li.item .button:hover {
    background:#b7494c;
}
.chametheon .product-list li h2 {
    color: #333;
    max-width: 100%;
    padding: 12px 0 6px ;
    text-align: center;

    color: #333;
    max-width: 100%;
    padding: 12px 0 12px;
    text-align: center;
    /* z-index: 9999999; */
    position: relative;
    background: white;
    margin-bottom: -8px;
}
.chametheon .hx1 .product-list li h2 {
    z-index: 9999999;
}
.chametheon .product-list li:hover h2 {
    color: #b7494c;
}

/* .chametheon .wearable-items ul.item-menu {
    bottom: -50px;

} */

.further {
    box-shadow: inset 18px -8px 88px -28px rgba(76, 84, 103, 0.28);
}

.gestures {
    box-shadow: inset 18px 28px 48px -28px rgba(76, 84, 103, 0.18);
}

.wearable-items h3 {
    margin: 0 0 18px 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
}

section.supporting-files {
    padding: 128px 0 58px;
}
section.supporting-files.vrm {
    background: #000013;
 
}

section.supporting-files.vrm .text-primary {
    color: #50afd3;

    background: -webkit-linear-gradient(#4370dc, #50afd3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

section.supporting-files.vrm .text-faded {
   color: #e4e7ec;
}

.chametheon section.supporting-files.vrm p a {
    color: #50afd3;
}


.bg-primary.gestures.vrm ul.item-menu li.item .button:hover {
    background: #4a90d8;
    background: -webkit-linear-gradient(#4370dc, #50afd3);
}

.chametheon section.wearable-items .product-list li h2 {
    text-align: left;
}

.chametheon section.wearables {
    padding: 128px 0 58px;
    background-color: #1a1b1c;
    background-image: url('../images/wear.jpg');
    background-repeat: no-repeat;
    background-position: right 50px;
    background-size: auto 100%;
}

.chametheon section.wearables.hx1 {
    padding: 128px 0 58px;
    background-color: #1a1b1c;
    background-image: url('../images/hx1.jpg');
    background-repeat: no-repeat;
    background-position: right 50px;
    background-size: auto 100%;
}

 .container.hx1 {
    width: 100%;
    max-width: 1640px;
 }

 .chametheon section.hx1 {
    padding-top: 28px;
 }

.chametheon section.wearables .text-faded {
    max-width: 60%;
    font-size: 20px;
}
@media (max-width: 1440px) {
    .chametheon section.wearables .text-faded {
        max-width: 100%;
    }
}

.chametheon section.wearable-items .product-thumb  {
   overflow: hidden;
   border-radius: 4px;
 
}

.chametheon section.wearable-items .product-thumb img {
    transition: all 1s cubic-bezier(.04,.72,.24,1.01);

}
.chametheon section.wearable-items li:hover .product-thumb img {
    transform: scale(1.2);

}

.chametheon section.wearable-items li  {
 overflow: visible;
background-color: transparent;
}
.chametheon section.wearable-items li:hover  {
    overflow: visible;
    /* z-index: 9999; */
    z-index: 999;
   }
.chametheon section.wearable-items li .product-thumb {
    transition: all 1s cubic-bezier(.04,.72,.24,1.01);
}
.chametheon section.wearable-items li:hover .product-thumb   {
    transform: scale(2);
    box-shadow:  8px 8px 48px -28px rgba(76, 84, 103, 0.68);
    opacity: 1;
    transition-delay: 0.6s;
 
}

.chametheon section.wearable-items li.btn-gallery  {
    float: right;
   }

   .chametheon section.wearable-items li.btn-gallery a  {
    border: 2px solid #111;
    background-color: #fff;
    border-radius: 8px;
    padding: 2px 12px;
    margin: -8px 0 0 0;
    display: block;
   }

.chametheon section.wearable-items ul.item-menu li.item .button.icon:before {
    margin: -5px 5px 0 0;
}
.chametheon section.wearable-items  {
    padding-top: 48px;
}
section.wearables .text-faded {
    color: rgba(255,255,255, 0.8);
}


section.wearables .text-primary {
    color: #fff;
    font-weight: 600;
}

.chametheon section.wearables.hx1 .text-faded {
    max-width: 100%;
}
.chametheon section.wearables.hx1 .container .row {
    text-align: center;
}

.chametheon section.matching,
.chametheon section.hybrid,
.chametheon section.armour,
.chametheon section.og {
    background-color: #1a0520;
    min-height: 100vh;
}

.chametheon section.hybrid {
    background-color: #041122;
    min-height: 100vh;
}

.chametheon section.armour {
    background-color: #14061c;
    min-height: 100vh;
}
.chametheon section.og {
    background-color: #1a0504;
    min-height: 100vh;
}

.chametheon section.matching .text-faded {
    color:#c1acc7;
    max-width: 460px;
}

.chametheon section.hybrid .text-faded {
    color:#acadc7;
    max-width: 460px;
}

.chametheon section.armour .text-faded {
    color:#9f99a2;
    max-width: 460px;
}
.chametheon section.og .text-faded {
    color:#a29b99;
    max-width: 460px;
}
.chametheon section.matching .btn-xl,
.chametheon section.hybrid .btn-xl,
.chametheon section.armour .btn-xl ,
.chametheon section.og .btn-xl  {
 margin-top: 48px;
}

.btn.btn-image {
    font: 14px "Barlow", helvetica, sans-serif;
    border-radius: 8px;
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 1);
    transition: all 1s cubic-bezier(.04,.72,.24,1.01);
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    font-weight: bold!important;
    border: 2px solid rgba(0,0,0, 0.1);
    opacity: 0.88;
}















/*********************/
/****BIGGER THAN 768*****/
/*********************/
@media(min-width:768px) {

    .button-tiles
{
    margin-top: 168px;

}
 .badges .button-tiles
{
    margin-top: 28px;

}

.armour .button-tiles,
.og .button-tiles
{
    margin-top: 48px;
    margin-bottom: 48px;

}
.btn.btn-image {
    /* font: 18px "Barlow", helvetica, sans-serif;
    padding: 394px 0 0 0;
    height: 440px;
    width: 250px;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: 450px;
    background-position: center 0px; */
    font: 18px "Barlow", helvetica, sans-serif;
    padding: 280px 0 0 0;
    height: 320px;
    width: 250px;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 22px;
    background-size: 450px;
    background-position: center 0px;
    text-shadow: 1px 4px 8px rgba(0, 0, 0, 1);
  
}

.btn.btn-image.chametheon {
    background-color: #1a0504;
    background-image: url('../images/Chametheons.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 30, 34, 1);
    background-position: center -20px;
}
.btn.btn-image.prototypes {
    background-color: #1a0504;
    background-image: url('../images/prototypes.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 30, 34, 1);
    background-position: center -10px;
}
.btn.btn-image.prototypes:hover {
    background-position: center -25px;
}
.btn.btn-image.vanguard {
    background-color: #1a0504;
    background-image: url('../images/vanguard.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 30, 34, 1);
    background-position: center -10px;
    background-size: 360px;
}
.btn.btn-image.vanguard:hover {
    background-size: 390px;
    background-position: center -25px;
}
.btn.btn-image.nhgp{
    background-color: #1a0504;
    background-image: url('../images/nhgp.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 30, 34, 1);
    background-position: center -25px;
    background-size: 380px;
}
.btn.btn-image.nhgp:hover{
    background-color: #1a0504;
    background-image: url('../images/nhgp.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 30, 34, 1);
    background-position: center -45px;
    background-size: 418px;
}

.btn.btn-image.matching {
    background-color: #1a0520;
    background-image: url('../images/Matching-Chametheons.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 75, 106, 1);
}
.btn.btn-image.hybrid {
    background-color: #041122;
    background-image: url('../images/Hybrid-Chametheons.jpg');
    box-shadow: 0 0px 68px 0 rgba(47, 59, 105, 1);
}
.btn.btn-image.armour {
    background-color: #14061c;
    background-image: url('../images/Armoured-Chametheons.jpg');
    box-shadow: 0 0px 68px 0 rgb(64 75 106);
    background-position: center 0px;
}
.btn.btn-image.hx1 {
    background-color: #14061c;
    background-image: url('../images/hx1-thumb.jpg');
    box-shadow: 0 0px 68px 0 rgb(64 75 106);
    background-position: center -20px;
}
.btn.btn-image.wear {
    background-color: #050e13;
    background-image: url('../images/Wear-Chametheons.jpg');
    box-shadow: 0 0px 68px 0 rgb(47 59 105);
    background-position: center -20px;
}
.btn.btn-image:hover {
    background-size: 500px;
    opacity: 0.999;
    box-shadow: 0 0px 68px 0 rgba(99, 95, 129, 1);
    background-position: center -36px;
}

.vanguard-l, .vanguard-r {
    position: fixed;
    min-height: auto;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    /* border: 1px solid red; */
    bottom: 0;
    left: 0;
    background-position: 0 0;
    transition: all 1s cubic-bezier(.04,.72,.24,1.01);
    transition-delay: 1s;
  }
  
  .vanguard-l {
    background-image: url('../images/vanguard-l.jpg');
    width: 500px;
    height: 850px;
    left: -500px;
  }
  
.vanguard-r {
    background-image: url('../images/vanguard-r.jpg');
    left: unset;
    right: -900px;
    width: 800px;
    height: 850px;
  }

  .open .vanguard-l {
    transform: translate(500px, 0%);
  }
  
  .open .vanguard-r {
    transform: translate(-810px, 0%);
  }

  @media (max-width: 1160px) {

    .open .vanguard-l {
        transform: translate(350px, 0%);
     
      }
      
      .open .vanguard-r {
        transform: translate(-660px, 0%);
      }
  }
  @media (max-width: 890px) {

    .open .vanguard-l {
        transform: translate(250px, 0%);
     
      }
      
      .open .vanguard-r {
        transform: translate(-560px, 0%);
      }
  }
  @media (min-width: 1440px) {

    .open .vanguard-l {
        transform: translate(450px, 0%) scale(1.3);
     
      }
      
      .open .vanguard-r {
    
        transform: translate(-800px, 0%) scale(1.3);
      }
  }



    .twitter-follow-button-holder {
        top: 16px;
        right: 150px;
    }

    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header>.navbar-brand {
        color: rgba(255, 255, 255, 0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.7);
    }

    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: #222;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #b7494c;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.7);
    }

    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #b7494c;
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

.badges header .header-content {
    padding: 78px 15px;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

header .header-content .inner h1.ch-logo,
.pvr-modal h1.ch-logo {
    background-image: url('../images/chametheon-logo.png');
    background-position: center;
    background-size: 80% auto;
    background-repeat: no-repeat;
    height: 100px;
    width: 340px;
    color: transparent;
    top: calc(6vh - 80px);
    position: absolute;
    left: calc(50vw - 170px);
}

.badges header .header-content .inner h1.ch-logo {
    top: calc(1vh - 80px);
}
.pvr-modal h1.ch-logo {
    top: calc(6vh + 80px);
    transform: scale(0.7);
    top: calc(20% - 20px);
    transform: scale(0);
    transition: all 2s cubic-bezier(.04,.72,.24,1.01);
    transition-delay: 0.5s;
    opacity: 0;
}
.pvr-modal.open h1.ch-logo {
    transform: scale(0.8);
    opacity: 1;
}

.vanguard header .header-content .inner h1.ch-logo,
.pvr-modal.vanguard h1.ch-logo,
.mint-banner h1.ch-logo {
    background-image: url('../images/vanguard-site-logo.png');
}

 .vanguard.badges header {
        background: #0a0a0b;
    }

.mint-banner h1.ch-logo
{
    position: relative;
    margin: 0 0 -35px -102px;
    top: -18px;
    left: unset;
    display: inline-block;
    color: transparent;

}

.mint-banner h1 {
    color: #fff;
    position: relative;
    margin: 0 30px -35px 85px;
    top: 5px;
    left: unset;
    display: inline-block;
}

@media(max-width:900px) {
.mint-banner h1 {

    display: none;
}
}
@media(max-width:598px) {
    .mint-banner h1.ch-logo {
    
        display: none;
    }
    }







header .header-content .inner h2 {
    font-size: 32px;
}
header .header-content .inner .badge-info h2 {
    font-size: 38px;
}

header .header-content .inner h2,
header .header-content .inner h3 {
    color: #fff;
    margin: 0 0 18px 0;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.68);
}

header .header-content .inner h3 {
    margin: 0 0 38px 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}


#video-background.collapsing {
    display: none;
}

footer {
    background-color: #2d2d2d;
}


@media(max-height:850px) {
    .button-tiles {
        margin-top: 118px;
    }
}
@media(max-height:780px) {
    .button-tiles {
        margin-top: 108px;
    }
}
@media(max-height:750px) and (min-width:750px) {
    .vanguard header .header-content .inner h1.ch-logo, .pvr-modal.vanguard h1.ch-logo {
        top: 100px;
    }
    .button-tiles {
        margin-top: 258px;
    }
}
@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }

    /*header {
        min-height: 100%;
    }*/

    header .header-content .inner h1.ch-logo,
    .pvr-modal h1.ch-logo {
        height: 158px;
        width: 700px;
        left: calc(50vw - 350px);
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

      .badges header .header-content {
       
        top: 100px;
          -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        position: relative;
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    section {
        /*min-height: 600px;*/
        padding: 108px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
   
    
}
@media(max-width:992px) {
    .chametheon section.wearable-items li.btn-gallery  {
        margin: 0;
        position: fixed;
        bottom: 0;
        right: 0;
        border-radius: 0;
        width: 100%;
    }

    .chametheon section.wearable-items li.btn-gallery a  {
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 8px 12px;
    background: #111;
    color: #fff;
    }
    .chametheon section.wearable-items li.btn-gallery a:hover  {
        color: #b7494c;
        opacity: 1;
        }
}


.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow: hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44, 44, 44, .8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: rgba(0, 0, 0, 0.68);
    background-color: rgba(54, 14, 10, 0.7);
    /* border: 2px solid rgba(255,255,255,0.22); */
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font: 18px "Barlow", helvetica, sans-serif;
    text-transform: uppercase;
    background: #b7494c;
    color: #fff;
    font-weight: bold;
    border: 2px solid rgba(255, 255, 255, 0);
    padding: 10px 24px;

}
.badge-info .btn.btn-primary {
    display:inline-block;
}
.btn-primary.btn-connect {
    float: right;
    background: #4c7dcd;
    margin-right: 10px;
    padding: 10px 20px 10px 18px;
}

.btn-primary.btn-connect.icon:before
{
    margin: -5px 12px -6px 0;
    font-size: 20px;
  
}

.product-list.bigger ul.item-menu li.item:hover .button.icon:before {
    margin: -5px 10px 0 2px;
}

.product-list.bigger ul.item-menu li.item .button {
    padding: 16px 2px 18px 2px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.68);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.pricing .btn.btn-primary {
    background-color: rgba(0, 0, 0, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    margin: 28px auto 0;

}

.pricing .btn.btn-primary:hover,
.pricing .btn.btn-primary:active {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.48);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}



.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}



/* new */
.btn-get-started {
    margin-top: 22vh;
}

.chametheon h2 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
}

.more-than {
    display: block;
    font-size: 18px;
    margin-bottom: -18px;
    margin-left: 3px;
}

.help-video-container {
    position: relative;
    width: calc(100% - 40px);
    height: 0;
    padding-bottom: 56.25%;
    float: right;
}
.help-video-container.gesture-video {
    padding-bottom: 65%;
}
.help-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row.divided-row {
    border-top: 1px solid #ddd;
    margin-top: 58px;
    padding-top: 68px;
}

.chametheon-hand-gestures {
    background-image: url('../images/chametheon-hand-gestures.jpg');
    background-size: 100% auto;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    min-height: 140px;
    max-width: 100%;
    margin: -30px 0 -50px;
}

@media(max-width:930px) {
    .help-video-container {
        width: 100%;
        margin: 30px 0 20px;
    }
    .more-than {
        margin-bottom: 0;
        margin-left: 0;
        font-weight: 200;
    }
}

.chametheon section {
    /*border-bottom: 1px solid grey;*/
    background-color: #fff;
}

.intro {
    box-shadow: inset 18px -8px 188px -28px rgba(76, 84, 103, 0.28);
}

footer.planet-vr {
    background-color: #0a0a0b;
    margin: 0 auto;
}




footer.planet-vr .row {
    text-align: center;
}

.chametheon .planet-vr h2 {
    font-size: 18px;
    margin: 88px 0 18px 0;
}

.chametheon .planet-vr p {
    max-width: 490px;
    margin: 0 auto 18px;
}

.pvr-logo {
    width: 380px;
    margin: 0 0 38px;
}


section.organic {
    background-color: #fff;
    box-shadow: inset 18px 88px 188px -28px rgba(76, 84, 103, 0.28);
}

section.identity {
    background-color: #fff;
}

section.rarity {
    background-color: #1a1b1c;

}

section.roadmap {
    background: #0a0a0b;
    padding: 108px 0 0;
}

.chametheon .roadmap h2 {
    text-align: center;
}

section.pricing {
    background-color: #b7494c;
}

section.pricing .row {
    text-align: center;
}


.pricing .text-faded,
.pricing .text-primary,
.rarity .text-faded,
.rarity .text-primary,
.planet-vr .text-faded,
.planet-vr .text-primary,
.roadmap .text-faded,
.roadmap .text-primary {
    color: #fff;
}

.chametheon-logo-device {

    height: 28px;
    position: relative;
    top: -3px;
    left: 0;
}


header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #000;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
}


.wear-nav {
    position: sticky;
    top: 61px;
    z-index: 9999999999;
    padding: 20px 20px 20px 0px;
    border-bottom: 1px solid #e6e7e9;
    background: #fff;
    margin-bottom: 30px;
    margin-top: -45px;
    z-index: 1029;
    border-radius: 8px;
}

.wear-nav ul {
    list-style: none;
}
.wear-nav ul li {
    float: left;
    position: relative;
    display: block;
}

.wear-nav ul li a, .wear-nav ul li a:focus {
    color: #111;
    padding: 20px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.wear-nav ul li a:hover  {
    text-decoration: none;
    opacity: 0.5;
}

   .landing header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }

/**********************/
/* BIGGER THAN 922px */
/**********************/
@media (min-width: 992px) {

    /* .container {
        width: 100%;
    }*/
    .col-md-offset-2 {
        margin-left: 50%;
        width: 50%;
    }

    .col-lg-6 {
        width: 50%;
        float: left;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
        float: left;
    }

    .col-lg-7 {
        width: 58.33333333%;
        float: left;
    }
}

@media (min-width: 946px) {

    /* .container {
         width: 100%;
     }*/
    .col-md-offset-2 {
        margin-left: 50%;
        width: 50%;
    }

    .col-lg-6 {
        width: 50%;
        float: left;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
        float: left;
    }

    .col-lg-7 {
        width: 58.33333333%;
        float: left;
    }
}
/**********************/
/* SMALLER THAN 920px */
/**********************/
@media (max-width: 920px) {

    .badge-info {
        padding: 28px 15px !important;
    }
    .badges header .header-content {
    padding: 78px 15px 0;
}

    .wear-nav {
        top: 51px;
    float: left;
    padding: 10px 0 10px 20px;
    text-align: center;
    }

    .wear-nav ul li {
    text-align: center;
    }
    

.btn.btn-image, .btn.btn-image:hover {
    font: 14px "Barlow", helvetica, sans-serif;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: 88px!important;
    background-position: -10px 6px!important;
    background-repeat: no-repeat;
    width: calc(100% - 18px);
    height: 65px;
    padding: 23px 0 0 60px;
opacity: 1;
    display: block;
}
.button-tiles {
    margin-top: calc(55vh - 200px);
    margin-bottom: -300px;
}

.vanguard .button-tiles {
    margin-top: 130px;
    margin-bottom:0;
}
 .badges .button-tiles
{
    margin-top: 28px;

}

.vanguard .button-tiles iframe {
   min-height: 100vh;
}

.armour .button-tiles,
.og .button-tiles {
    margin-top: calc(70vh - 480px);
    margin-bottom: -50px;
}

.btn.btn-image.chametheon {
    background-color: #1a0504;
    background-image: url('../images/Chametheons-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 30, 34, 1);
}
.btn.btn-image.matching {
    background-color: #1a0520;
    background-image: url('../images/Matching-Chametheons-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgba(64, 75, 106, 1);
}
.btn.btn-image.hybrid {
    background-color: #041122;
    background-image: url('../images/Hybrid-Chametheons-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgba(47, 59, 105, 1);
}
.btn.btn-image.prototypes {
    background-color: #041122;
    background-image: url('../images/prototypes-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgba(47, 59, 105, 1);
}
.btn.btn-image.vanguard {
    background-color: #041122;
    background-image: url('../images/vanguard-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgba(47, 59, 105, 1);
    background-position: -10px -6px !important;
}
.btn.btn-image.nhgp {
    background-color: #041122;
    background-image: url('../images/nhgp-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgba(47, 59, 105, 1);
    background-position: -10px -6px !important;
}
.btn.btn-image.armour {
    background-color: #14061c;
    background-image: url('../images/Armoured-Chametheons-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgb(64 75 106);
}
.btn.btn-image.wear {
    background-color: #050e13;
    background-image: url('../images/Wear-Chametheons-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgb(47 59 105);
}
.btn.btn-image.hx1 {
    background-color: #050e13;
    background-image: url('../images/hx1-thumb-mobile.jpg');
    box-shadow: 0 0px 68px 0 rgb(47 59 105);
}
.btn.btn-image:hover {
    background-size: 500px;
    opacity: 0.999;
    box-shadow: 0 0px 68px 0 rgba(99, 95, 129, 1);
    background-position: center -26px;
}


}
/**********************/
/* SMALLER THAN 768px */
/**********************/
@media (max-width: 768px) {

    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        font-size: 18px !important;
    }

    .vanguard .button-tiles {
        margin-top: 0px;
        margin-bottom:0;
    }
.badges header .header-content .inner h1.ch-logo {
    top: calc(6vh - 80px);
}

}

/**********************/
/* SMALLER THAN 530px */
/**********************/
@media (max-width: 530px) {

    .badges header .header-content .inner h1.ch-logo {
    top: calc(6vh - 38px);
}
.badge-info img {
    max-width: 100%!important;
}
header .header-content .inner .badge-info h2 {
    font-size: 30px;
}
    .intro.help {
        padding-top: 80px;
    }


    .chametheon h2 {
        font-size: 26px;
        font-weight: bold;
    }

    section {
        padding: 40px 0;
    }

    .btn-get-started {
        margin-top: 58vh;
        font-size: 15px !important;
    }

    header .header-content .inner h1.ch-logo,
    .pvr-modal h1.ch-logo {
        top: 13px;
        left: -22px;
        height: 50px;
        width: 300px;
    }

    .navbar-default {
        background-color: transparent;

    }

    .navbar-default.affix {
        background-color: #1a1b1c;
    }

    .home .chametheon-logo-device,
    .home .twitter-follow-button-holder {
        opacity: 0;

    }
     .home.badges .twitter-follow-button-holder {
        opacity: 1;
        right: 15px;
        top: 25px;
    }

    .home .affix .chametheon-logo-device,
    .home .affix .twitter-follow-button-holder {
        opacity: 1;
    }

    #video-crafted {
        display: none;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-collapse {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;

    }

    .navbar-default .navbar-toggle {
        background-color: transparent;
    }
    .chametheon-hand-gestures {
        background-image: url('../images/chametheon-hand-gestures-mobile.jpg');
        min-height: 280px;
        max-width: 100%;
        margin: -80px 0 -50px;
        background-position: center;
    }
}


/**********************/
/* SMALLER THAN 946px */
/**********************/
@media (max-width: 945px) {

    header {
        background-image: url('../images/home-mobile.png');
    }

    .vanguard header {
        background-image: none;
    }

    .intro {
        background-image: url('../images/intro-mobile.png');
        background-size: 488px auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 450px;
    }
    .intro.help {
        background-image: url('../images/intro-c-5-mobile.png');
        margin-top: 20px;
    }

    section.organic {

        background-image: url('../images/organic-mobile.png');
        background-size: 800px auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 400px;
    }

    section.identity {

        background-image: url('../images/identity-mobile.png');
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 88%;
    }

    section.rarity {
        background-image: url('../images/rarity-mobile.png');
        background-size: 88% auto;
        background-position: center 93%;
        background-repeat: no-repeat;
        padding-bottom: 110%;

    }

    #video-crafted {
        position: relative;
        min-width: 100%;
        min-height: auto;
        width: auto;
        height: auto;
        z-index: 1;
        background-color: black;
        margin: 48px 0 0;
        max-height: 200px;
        border-radius: 8px;
    }

    footer.planet-vr {
        background-image: url('../images/footer-PVR-mobile.jpg');
        background-size: 100% auto;
        background-position: 0 bottom;
        background-repeat: no-repeat;
        min-height: 688px;
        max-width: 100%;
    }

    .vanguard footer.planet-vr {
        background-image: url('../images/footer-PVR-short.jpg');
    }

    .pvr-logo {
        width: 280px;
        margin: 0 0 38px;
    }

    .chametheon-hand-gestures {
        margin: -60px 0 -50px;
    }


    .chametheon section.matching .text-faded,
    .chametheon section.hybrid .text-faded,
    .chametheon section.armour .text-faded,
    .chametheon section.og .text-faded {
        max-width: 100%;
    }

    .chametheon section.matching,
    .chametheon section.hybrid,
    .chametheon section.armour,
    .chametheon section.og {
        background-image: url('../images/Matching-Chametheons.jpg');
        margin-top: 0px;
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: center 48px;
        padding-top: 520px;
    }

   
    .chametheon section.hybrid {
        background-image: url('../images/Hybrid-Chametheons.jpg');
    }

    .chametheon section.armour {
        background-image: url('../images/Armoured-Chametheons.jpg');
    }
    .chametheon section.og {
        background-image: url('../images/Chametheons.jpg');
    }
}

/**********************/
/* SMALLER THAN 946px */
/**********************/
@media (max-width: 730px) {


    .chametheon-hand-gestures {
        margin: -120px 0 -40px;
    }
}






/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/



/**********************/
/* BIGGER THAN 946px */
/**********************/
@media (min-width: 946px) {

    header {
        background-image: url('../images/chametheon-video-background.jpg');
    }
    .vanguard header {
        background-image: url('../images/vanguard-background.jpg');
    }
       .vanguard.badges header {
        background-image: none;
        overflow: visible;
        margin-bottom: 100px;
    }
}

@media (min-width: 946px) {
    .intro {
        background-image: url('../images/intro.png');
        background-size: 788px auto;
        background-position: -140px bottom;
        background-repeat: no-repeat;
    }
    .intro.help {
        background-image: url('../images/intro-c-5.png');
        margin-top: 50px;
  
    }

    section.organic {

        background-image: url('../images/organic.png');
        background-size: 1100px auto;
        background-position: -450px bottom;
        background-repeat: no-repeat;
    }

    section.identity {

        background-image: url('../images/identity.png');
        background-size: 680px auto;
        background-position: 125% 48%;
        background-repeat: no-repeat;
    }


    section.rarity {
        background-image: url('../images/rarity.png');
        background-size: 540px auto;
        background-position: 92% 50%;
        background-repeat: no-repeat;

    }

    footer.planet-vr {
        background-image: url('../images/footer-PVR.jpg');
        background-size: 100% auto;
        background-position: 0 bottom;
        background-repeat: no-repeat;
        min-height: 888px;
        max-width: 1920px;

    }

    
     /* .vanguard footer.planet-vr */
    footer.planet-vr {
        background-image: url('../images/footer-PVR-short.jpg');
        min-height: 650px;
        max-width: 100%;
    }

    #video-crafted {
        position: relative;
        min-width: 100%;
        min-height: 538px;
        width: auto;
        height: auto;
        z-index: 1;
        background-color: black;
        margin: 0px 0 -0px 88px;
        max-height: 538px;
        border-radius: 38px;
    }

    .chametheon section.matching,
    .chametheon section.hybrid,
    .chametheon section.og,
    .chametheon section.armour {
        background-image: url('../images/Matching-Chametheons-large.jpg');
        margin-top: 50px;
        background-size: 94vh;
        background-repeat: no-repeat;
        background-position: 34vw 50px;
    }
   
    .chametheon section.hybrid {
        background-image: url('../images/Hybrid-Chametheons-large.jpg');
    }
    .chametheon section.og {
        background-image: url('../images/Chametheons-large.jpg');
    }

    .chametheon section.armour {
        background-image: url('../images/Armoured-Chametheons-Large.jpg');
    }

}




/**********************/
/* BIGGERx */
/**********************/

@media (min-width: 1200px) {
    .intro {
        background-position: -100px bottom;
    }


    .bg-primary.wearables.hx1 .container {
        width: 870px;
    }
    section.organic {
        background-position: -330px bottom;
    }

    section.identity {
        background-position: 104% 48%;
    }


    section.rarity {
        background-position: 78% 50%;

    }
    .chametheon section.matching,
    .chametheon section.hybrid,
    .chametheon section.armour,
    .chametheon section.og {
        background-position: 28vw 50px;
    }

         .vanguard.badges header {
     
        margin-bottom: 0px;
    }
}

@media (min-width: 1440px) {
    .intro {
        background-position: 0px bottom;
    }

    section.identity {
        background-position: 96% 48%;
    }

    section.organic {
        background-position: -190px bottom;
    }

    section.rarity {
        background-position: 82% 50%;

    }
    .chametheon section.matching,
     .chametheon section.hybrid,
     .chametheon section.armour,
    .chametheon section.og {
        background-position: 32vw 50px;
    }

    .chametheon section.armour {
        background-position: 36vw 50px;
    }
    .chametheon section.og {
        background-position: 36vw 50px;
    }

}

@media (min-width: 1750px) {
    .intro {
        background-position: 100px bottom;
    }

    section.identity {
        background-position: 90% 48%;
    }

    section.organic {
        background-position: -50px bottom;
    }

    section.rarity {
        background-position: 75% 50%;

    }
}

@media (min-width: 2000px) {
    .intro {
        background-position: 300px bottom;
    }

    section.identity {
        background-position: 78% 48%;
    }

    section.organic {
        background-position: 40px bottom;
    }

    section.rarity {
        background-position: 70% 50%;

    }
}

@media (min-width: 2100px) {
    .chametheon section.matching,
    .chametheon section.hybrid,
    .chametheon section.armour,
    .chametheon section.og {
        background-position: 36vw 50px;
    }
}

@media (min-width: 2300px) {
    .chametheon section.matching,
    .chametheon section.hybrid,
    .chametheon section.armour,
    .chametheon section.og {
        background-position: 38vw 50px;
    }
    .chametheon section.armour {
        background-position: 42vw 50px;
    }
    .chametheon section.og {
        background-position: 42vw 50px;
    }
    .intro {
        background-position: 380px bottom;
    }

    section.identity {
        background-position: 72% 48%;
    }

    section.organic {
        background-position: 160px bottom;
    }

    section.rarity {
        background-position: 70% 50%;

    }
}


/* ================ The Timeline ================ */

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
    font-size: 20px;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
}

.flag {
    position: relative;
    position: relative;
    display: inline;
    background: #333;
    padding: 6px 14px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
    color: #eee;
    font-size: 18px;
}

.flag.done {
    background: #2f9f69;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -39px;
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #111;
    border-radius: 10px;
    border: 4px solid #505050;
    z-index: 10;
}

.direction-r .flag:before {
    left: -39px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #333;
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #333;
    border-width: 8px;
    pointer-events: none;
}

.direction-l .flag.done:after {
    border-left-color: #2f9f69;
}

.direction-r .flag.done:after {
    border-right-color: #2f9f69;
}

.time-wrapper {
    display: block;
    line-height: 1em;
    font-size: 0.66666em;
    color: #fff;
    vertical-align: middle;
    margin: 18px 0 0 5px;
    font-weight: bold;
}

.direction-l .time-wrapper {
    /* float: left; */
    text-align: right;
}

.direction-r .time-wrapper {
    /* float: right; */
    text-align: left;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    font-size: 18px;
    margin: 0 auto;
}

.desc {
    margin: 0px 0 0 0;
    font-size: 16px;
    line-height: 20px;
}

.direction-r .desc {
    margin: 0px 0 0 10px;
}

.marketplace .navbar-default {
    border-color: rgba(34, 34, 34, .05);
    background-color: #222;
}
a.icon.icon_arrowright {
    display: inline-block;
    
}
a.icon.icon_arrowright:before {
    float: right;
    margin: 8px 0 0 1px;
    font-size: 15px;

}

.c-loading {
    height: calc(100vh - 150px);
    overflow: hidden;
    display: block;

}
.c-loading * {

    opacity: 0.5;
    filter: grayscale(1);
}
.c-loading:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -22px;
    width: 44px;
    height: 44px;
    -webkit-animation: bl-anim 0.6s cubic-bezier(0, 0, 1, 1) infinite;
    -moz-animation: bl-anim 0.6s cubic-bezier(0, 0, 1, 1) infinite;
    animation: bl-anim 0.6s cubic-bezier(0, 0, 1, 1) infinite;
}



/* button loading state*/
@-webkit-keyframes bl-anim {
    0% {
      transform: rotate(0deg) scale(1); }
    50% {
      transform: rotate(180deg) scale(1.1);
      opacity: 0.4; }
    100% {
      transform: rotate(360deg) scale(1); } }
  
  @-moz-keyframes bl-anim {
    0% {
      transform: rotate(0deg) scale(1); }
    50% {
      transform: rotate(180deg) scale(1.1);
      opacity: 0.4; }
    100% {
      transform: rotate(360deg) scale(1); } }
  
  @-o-keyframes bl-anim {
    0% {
      transform: rotate(0deg) scale(1); }
    50% {
      transform: rotate(180deg) scale(1.1);
      opacity: 0.4; }
    100% {
      transform: rotate(360deg) scale(1); } }
  
  @keyframes bl-anim {
    0% {
      transform: rotate(0deg) scale(1); }
    50% {
      transform: rotate(180deg) scale(1.1);
      opacity: 0.4; }
    100% {
      transform: rotate(360deg) scale(1); } }
  
  .it-btn-load:active,
  .it-btn-load:focus,
  .it-btn-load:hover {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none; }
  
  .it-btn-load:after,
  .it-load-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 2px solid #bdc8e5;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: bl-anim 0.6s cubic-bezier(0, 0, 1, 1) infinite;
    -moz-animation: bl-anim 0.6s cubic-bezier(0, 0, 1, 1) infinite;
    animation: bl-anim 0.6s cubic-bezier(0, 0, 1, 1) infinite; }
  
  .drop-down.it-btn-load:after {
    margin-top: -8px;
    margin-left: -8px;
    width: 15px;
    height: 15px; }
  
  .it-load-item *,
  .it-load-item:before,
  .drop-down.it-btn-load .drop-down-text,
  .drop-down.it-btn-load .drop-down-menu {
    opacity: 0 !important;
    pointer-events: none !important; }
  


h1.nftmessage {
    border: 1px solid #8d939c;
    padding: 88px 28px;
    width: calc(100% - 45px);
    margin: -60px 0 28px 20px;
    text-align: center;
    background: #f2f4f8;
    border-radius: 4px;
}




/* =========SMALLER THAN  ================ */

@media screen and (max-width: 945px) {
    .btn-primary.btn-connect {
        float: left;
        margin: -28px 0 28px 0;
    }
    h1.nftmessage {
        padding: 28px 28px;
        margin: -10px 0 28px 20px;
        border-radius: 4px;
        font-size: 22px;
    }
}


@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        margin-left: -9px;
        z-index: 10;
        width: 18px;
        height: 18px;
        margin-top: 7px;
        background: #111;
        border-radius: 10px;
        border: 4px solid #505050;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: #41518f;
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 0px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
        background: #0a0a0b;
        padding: 10px;
        text-align: center;
    }

    .direction-r .time-wrapper {
        float: none;
        background: #0a0a0b;
        padding: 10px;
        text-align: center;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;

        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: -5px 0 10px 0;
        padding: 0 1em 1em;
        background: #0a0a0b;
        z-index: 15;
    }

}

/* @media screen and (min-width: 400px ?? max-width: 660px) {

    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 4em 0 4em;
    }

} */

.mint-banner {
    border-top: 1px solid #222;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 18px;
    background: #000;
    transition: all 1s cubic-bezier(.04,.72,.24,1.01);
    transform: translate(0, 100px);
    text-align: center;
    z-index: 99;
}

.mint-banner.open {
    transform: translate(0, 0);
}
