@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@font-face {
  font-family: StencilStd;
  src: url(../fonts/StencilStd.otf);
}
/* COMMON */
html{
    height: 100%;
}
body{
    position: relative;
    z-index: -2;
    background: none;
    height: 100%;
    padding-top: 60px;
}

h1,h2,h3,h4,h5,h6{
    font-family: Oswald;
}

h1{
    font-size: 50px;
    font-weight: 700;
}

h2{
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 15px;
}

.white{
    background: #fff;
    color: #333;
}

.light-grey{
    background: #e7e7e7;
    color: #333;
    /*padding-top: 15px;*/
}

.black {
    background: #000;
}

.dark-grey{
    background: #333;
    color: #fff;
}

.darken-grey{
    background: #222;
    color: #fff;
}

.tile{
    height: 350px;
    color: #fff;
    position: relative;
    background: #222;
}

.tile .tile-bg{

    height: 100%;
    z-index: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.tile .tile-content p{
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.tile:hover .tile-bg, .tile.selected .tile-bg{
    opacity: 0.2;
}

.tile:hover .tile-content, .tile.selected .tile-content{
    top: 25%;
}

.tile:hover .tile-content p, .tile.selected .tile-content p{

    opacity: 1;
}

.tile .tile-content{
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-left: -15px;
    top: 35%;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.tile h2{
    text-transform: uppercase;
}
.box{

    margin-bottom: 30px;
    background: #fff;
    border-radius: 2px ;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
    color: #333;
}

.container.internal{
    margin-top: 30px;
}

.container.internal .grid-item .box{
    padding-bottom: 15px;
}

.material{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.15);
}
.box a:not(.btn), .box a:not(.btn):hover, .box a:not(.btn):visited, .box a:not(.btn):focus{
    text-decoration: none;
    color: #333;
}
.box .preview{
    position: relative;
    height: 250px;
}

.box .preview h4{
    font-weight: 300;
    text-transform: uppercase;
}

.box .preview h3{
    margin: 0 0 10px 0;
    font-weight: 400;

}

.preview > div:not(.price-label) {
    position: absolute;
    bottom: 0;
    color: #fff;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.box p,
.summary-container p{
    font-family: Oswald;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 15px 0 0 0;

}

.btn.btn-primary{
    background: #86BA45;
    border:none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.btn.btn-primary.bordered{
    -webkit-transition: none;
    transition: none;
    border: 2px solid #86BA45;
}

.btn.btn-primary:hover{
    background: #6ca02b;

}
.btn.btn-primary.bordered:hover{
    border:2px solid #6ca02b;
}


.box .btn{
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 5px;
    width: 40%;
    font-weight: 300;
    color: #fff;
    text-transform: none;
}

.points-label,
.price-label {
    float: right;
    margin: 15px;
    font-family: Oswald;
    font-size: 20px;
    background: #efefef;
    padding: 5px 10px;
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
}

.points-label{
  font-weight: 600;
  position: static!important;
  background: #fff!important;
  color:#333!important;
}



.points-label span{
  font-size: 16px;
  font-weight: 200;

}

h1.points-header {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    background: #6a9836;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: #fff;
}

h1.points-header span{
  font-size: 14px;
  font-weight: 200;
}

span.old-price {
    display: block;
    text-align: right;
    font-size: 13px;
    text-decoration: line-through;
    color: #F44336;
}

span.old-price.text-center{
    text-align: center!important;
    font-size: 16px;
}


/* TIMER */
.promo-container{
    background: #f5f5f5;
    color: #333;
    padding: 10px 0;
    height: 65px;
    margin-top: 15px;
}

.promo-container > div >span {
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
}

ul.timer{
    font-family: Oswald;
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.timer li{
   display: inline;
}

/* HERO */
#hero{
    color: #fff;
}
#hero .slide{
    overflow: hidden;
}
#hero .slide .container{
    padding-top: 100px;
    position: relative;
    height: 100%;
}
.slide h2{
    font-weight: 300;
    font-size: 28px;
}

/*
#hero .btn{
    font-size: 22px;
    font-family: Oswald;
    font-weight: 200;
    position: absolute;
    bottom: 100px;
    left:0;
    right:0;
    padding: 10px 0;
    margin-left:auto;
    margin-right:auto;
    width: 280px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
*/
/* SLIDER */
.carousel-control{
    width: 5%;
}

.carousel-inner .item{
    height: 500px;
    background: #333;
}

.carousel-inner .item .slide{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.carousel-inner .item .slide-bg{
    position: relative;
    height: 100%;
    opacity: 0.7;
}
/* NAVBAR */
.navbar{
    margin: 0;
    min-height: 60px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-nav{
    margin-top: 7px;
    width: calc(100% - 150px);
}

.navbar-inverse{
    border:none;
}
.navbar-inverse .navbar-nav>li>a{
    font-family: Oswald;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

/* FOOTER */
footer a, footer a:hover{
    color: #fff;
    text-decoration: none;
}

footer h3 {
    font-weight: 200;
    margin: 0 0 20px 0;
}

footer h3 a{
    font-size: 30px;
    padding-top: 10px;
    font-weight: 400;
    display: block;
}

footer h3 a .lnr-phone-handset{
    font-size: 27px;
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer .darken-grey .container {
    padding: 30px 0 0 0;
    font-size: 12px;
}

footer .darken-grey .container p{
    padding-top: 10px;
}

footer .darken-grey .container .col-xs-12{
    margin-bottom: 20px;
}

/* HERO PARALLAX */


.header-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    z-index: -1;
    top: 0;
    left: 0;
    background: #222;
}

.header-wrapper.big{
    height: 100vh;
    min-height: 600px;
}

.header-wrapper .header-container {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
}

.header-wrapper.big .header-container,
.header-wrapper.big .carousel-inner,
.header-wrapper.big .carousel-inner .item{
  height: 100%;
}

.with-obfuscator{
  position: relative;
}

.with-obfuscator:before{
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  transform-origin: right top;
  transform: skewY(4.5deg);
  background: #f9f9f9;
  width: 100%;
  height: 100vh;
}

.advantage-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 60px;
}


.advantage-box {
    padding: 0  30px 30px 30px;
    width: calc(50% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
            box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
    margin: 20px 20px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    background: #fff;
}


.inner-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}


.advantage-box i {
    font-size: 30px;
    line-height: 40px;
    color: #ff5722;
    padding: 15px 0;
}

.advantage-box p {
  color: #888;
  font-size: 16px;
}

.slide-flex-content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% + 50px);
  margin-top: -50px;
}

.slide-inner-content{
  display: flex;
  width: 50%;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.virtual-tumb{
  width: 30%;
  height: 100%;
  display: none;
}


/* DETAIL HEADER */
.detail-header{
    color: #fff;
    height: 550px;
    margin-top: 70px;
}

.content-container{
    position: relative;
    min-height: 300px;
}

.content-container .sticky-container {
    position: absolute;
    width: 100%;
    height: 180px;
    top: -180px;
    color: #fff;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.sticky-container h1 {
    margin: 10px 0 20px 0;
}
.sticky-container h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}
.price-selector{
    background: #fff;
    color: #333;
    margin-bottom: 15px;
    cursor: pointer;

}
.price-selector.active{
    background: #86BA45;
    color: #fff;
}

.price-selector.active:hover{
    color: #fff;
}

.price-selector:hover{
    text-decoration: none;
    color: #333;
}

.price-selector p {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.price-selector h2 {
    margin: 10px 0;
}


.package-selector{
    background: #fff;
    color: #333;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid #86ba46;

}

.package-selector:hover{
    text-decoration: none;
    background: #86ba46;
}

.package-selector:hover h2,
.package-selector:hover h5{
  color: #fff;
}

.package-selector p {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.package-selector h2 {
    margin: 10px 0;
    color: #FF9800;
}

/* PROMO PRICE CONTAINER - DETAIL */
#promo-price-container{
    margin-top: 100px;
    /*
    background: #86BA45;
    color:#fff;
    */
    background: #fff;
    color:#222;
    /*
    background: #F4D03F;
    color: #333;
    */
    /*
    background: #fc9503;
    color:#fff;
    */
    padding: 0 15px 10px 15px;
}

#promo-price-container h4 {
    font-size: 33px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #86BA45;
}

#promo-price-container span {
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

#promo-price-container p {
    padding: 3px 0 0 0;
    margin: 7px 0 0 0;
    border-top: 1px solid rgba(0,0,0,0.2);
    font-size: 12px;
}

#promo-price-container ul.timer{
    font-size: 17px;
}
/* RECAP SHOP */
.recap-shop{
    display: none;
    margin-top: 95px;
}

.recap-shop h4, .recap-shop h5{
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 5px 0;
    line-height: 22px;
}

.summary-container h4, .summary-container h5{
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0;
    line-height: 22px;
}

.recap-shop h5 span {
    font-size: 14px;
    font-weight: 100;
}

.promo-code-container a.btn-primary {
    margin: 0;
    width: auto;
    height: auto;
    padding: 5px 15px;
    text-align: center;
}

.inner-code-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-code-container input {
    -ms-flex-preferred-size: 1000%;
        flex-basis: 1000%;
    margin: 0;
}

.inner-code-container input + .btn.btn-primary{
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.tbl-row p{
    font-size: 12px;
    text-transform: none;
    padding: 0;
    margin: 0;
}

.tbl-row{
    border-bottom: 1px solid #e7e7e7;
    margin-top: 5px;
    padding-bottom: 5px;
}
.recap-shop .btn.btn-primary {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0 ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.tbl-row h3{
    font-weight: 300;
    font-size: 22px;
    margin: 0;
    padding: 5px 0 0 0;
}

.recap-shop span.lnr {
    font-size: 25px;
    margin-right: 5px;
}



/* FORM OVERRIDE */
.form-control{
    margin-bottom: 10px;
    border-radius: 0;
    -moz-order-radius: 0;
    -webkit-border-radius: 0;
}

textarea.error, input.error, select.error {
    border: 1px solid #f44336;
}

/* MODAL OVERRIDE */
.modal-dialog{
    width: 80%;
    height: 100%;
    max-height: 600px;
}

.modal-dialog.small-dialog{
    width: 50%;
}

.modal-dialog.small-dialog .col-md-6.col-sm-6.form-container{
       width: 100%;
       margin-bottom: 15px;
}

.modal-dialog.small-dialog .close.black
{
    display: block!important;
}

.btn-facebook, .btn-cta, .btn-cta-outline{
    border-radius: 0px ;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}

.btn-cta-outline.black{
    color: #333;
}

.btn-facebook{
    background: #3a589a;
    border: 2px solid #3a589a;
}

.btn-facebook:hover, .btn-facebook:focus{
    color: #fff;
    background: #2b498b;
    border: 2px solid #2b498b;

}

.btn-cta{
    color: #fff;
    /*background: #2b99ff;
    border: 2px solid #2b99ff; */
    background: #86BA45;
    border: 2px solid #86BA45;
}

.btn-cta:hover, .btn-cta:focus{
    color: #fff;
    /*
    background: #1886ec;
    border: 2px solid #1886ec;*/
    background: #6ca02b;
    border: 2px solid #6ca02b;
}

.btn-cta-outline{
    background: none;
    color: #666;
    border: 2px solid #666;
}

.btn-cta-outline.white{
    color: #fff;
    border: 2px solid #fff;
}
.btn-cta-outline.white:hover{
    color: #e7e7e7;
    border: 2px solid #e7e7e7;
}

.btn-cta-outline:hover{
    color: #333;
    border: 2px solid #333;
}

.conditions {
    color: #ccc;
    font-size: 12px;
    padding-top: 5px;
}

.conditions a{
    color: #999;
}
label{
    font-weight: normal;
    color: #666;
    margin: 0 10px 0 0;
}

label input[type="radio"], label input[type="checkbox"]{
    margin: 5px 5px 0 0;
}

.modal-dialog .modal-content,.modal-dialog .modal-body{
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sep {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0 20px 0;
  height: 11px;
}

.sep span {
  background: #fff none repeat scroll 0 0;
  color: #919191;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  width: 70px;
}
.form-container{
    position: relative;
    height: 100%;
    min-height: 550px;
    background: #fff;
}

.teaser-container{
    background: #333;
    height: 100%;
    min-height: 550px;
    font-size: 14px;
    position: relative;
}

.teaser-container .bg-container{
  background: #333 url(../images/teaser_bg_dorman.png) center center /cover;
  height: 100%;
  padding: 0;
  margin: 0 -15px;
}


.teaser-container p strong{
     font-size: 18px;
}

.teaser-container p{
    margin-top: 20px;
}

.teaser-container .close {
  color: #fff;
  opacity: 1;
  position: absolute;
  right: 15px;
  font-size: 26px!important;
  top: 10px;
  z-index: 999;
}

.form-container .close {
  color: #333;
  opacity: 1;
  position: absolute;
  right: 15px;
  font-size: 26px!important;
  top: 10px;
  z-index: 999;
}

.form-container .header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin: 15px 0 0 0;
}

.attribute-set{
    border-right: 1px solid #efefef;
    height: 150px;
    margin-bottom: 0;
}

.attribute-set.auto{
    height: auto;
}

.attribute-set.poi-header{
    min-height: 260px;
    height: auto;
}

.poi-header p:last-child {
    margin-bottom: 10px;
}


.attribute-set h2 {
    margin: 60px 0 10px 0;
    padding: 0;
}

.cta-large {
    margin-top: 20%;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 200;
    border-radius: 3px ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#register-cta .btn {
    font-size: 22px;
    font-weight: 200;
    padding: 15px;
    margin: 15px 0;
}
.register-cta-container{
    max-width: 550px;
    margin: 15px auto;
}
.register-cta-container .sep span{
    background: #333;
    font-size: 14px;
}
.register-cta-container .sep{
    border-bottom:1px solid #919191;
}

#register-cta p {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    line-height: 28px;
}

.container.bottom-footer {
    border-top: 1px solid #444;
}


.user-pic.big {
    border-radius: 60px;
    border: 5px solid #666;
    margin: 10px auto;
}

/* ORDERS */
#orders .box.material {
    padding: 10px 0;
}
#orders .box h4{

    padding-bottom: 10px;
    margin-bottom: 0;
}

.order-row:last-of-type{
    border: none!important;
}
#orders .box.order-row{
   border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.status{
    font-family: Oswald;
    font-weight: 400;
    padding: 5px;
    color: #fff;
    text-align: center;
    min-width: 120px;
}
.status-completed{
    background: #2ecc71;
}

.status-cancelled{
    background: #e74c3c;
}

.status-pending{
    background: #34495e;
}

/* PROFILE */
#profile-card{
    position: relative;

    overflow-x: hidden;

}
/*
#profile-card .row {
    height: 100vh;
    background: #333;
    overflow: hidden;
}
*/


img.logo{
    width: 130px;
}
#profile-nav li a {
    color: #ccc;

    padding-left: 15px;
}
#profile-nav li.nav-selected{
    border-left: 5px solid #86BA45;
}

#profile-nav li {
    text-align: left;
    padding: 10px;
    font-family: sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #444;
    font-size: 16px;
    border-left: 5px solid #222;
}
#profile-nav span {
    font-size: 20px;
    margin-right: 9px;
    margin-top: -2px;
    float: left;
}


ul#profile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
#orders {
    padding-top: 15px;
    background: #fff;
    min-height: 100vh;

}

#main-content,#quiz-container,#loyalty-container{
    position: relative;
}

#profile-card .bg-wrapper {
    height: 320px;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  margin: -10px;
  overflow: hidden;
}

#loader-wrapper{
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 999;
}

#loader-wrapper div {
    margin: auto;
    max-width: 200px;
    font-size: 20px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    padding: 20px 0;
    margin-top: 30%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#loader-wrapper div span {
    display: block;
    font-size: 14px;
    color: #ccc;
}

#redeem-confirm,
#paypal-redirect {
    background: #009cde;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

#redeem-confirm i,
#paypal-redirect i {
    font-size: 50px;
    margin-top: 150px;
}

#redeem-confirm h3,
#paypal-redirect h3 {
    font-weight: 300;
}

#redeem-confirm p,
#paypal-redirect p{
    margin: auto;
    max-width: 50%;
    font-size: 16px;
    line-height: 20px;
}

#redeem-confirm{
  background: #86BA45;
}

#redeem-confirm i{
  font-size: 100px;
}
#profile-card .card-content{
    margin-top: -237px;
    z-index: 99;
    position: relative;
}

#profile-card .card-content h3 {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    font-family: Sans-serif;
    margin: 15px 0 0;
}
#profile-card .card-content h3+span{
    color: #ccc;
    font-size: 12px;
}

.card-content .counter {
    color: #fff;
    margin-top: 15px;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #333;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.card-content .counter h4 {
    font-size: 24px;
    font-weight: 200;
    line-height: 20px;
}


.card-content .counter p {
    font-size: 12px;
    margin-top: 5px;
    font-family: sans-serif;
    text-transform: none;
    color: #999;
}
.card-content img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 1px solid #fff;
}

#profile .container {
    margin-top: 15px;
}

div.vcol-3:nth-child(2){
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    padding-bottom: 20px;

}

.trainer-img {
    position: relative;
    background: #f5f5f5;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
}

.trainer-img i {
    font-size: 40px;
    color: #e1e1e1;
    line-height: 69px;
    text-align: center;
    text-indent: 1px;
}

.trainer-img figure {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.confirm-header {
    background: #679C25;
    position: relative;
    color: #fff;
    height: 200px;
}

.confirm-header.small {
  height: 100px;
}

.confirm-header .bg-wrapper {
    height: 100%;
}

.confirm-header .bg-wrapper {
    height: 100%;
    opacity: 0.3;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    overflow: hidden;
}

.confirm-header .content-wrapper {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    margin: 0;
    padding: 50px 0 0;
}

.confirm-header.small .content-wrapper{
  padding: 15px 0 0;
}

#main-content,
#orders-container,
#revenues-container,
#trainer-bootcamps-container,
#quiz-container{
    min-height: 100vh;
    color: #333;
    background: #fff;
}

#orders-container,
#revenues-container,
#trainer-bootcamps-container,
#quiz-container{
    display: none;
}

#quiz-container .btn-group .btn {
    font-size: 16px;
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #e7e7e7;
    white-space:normal;
    color: #333;
    width: 100%;
    background: #f9f9f9;


}

#quiz-container h1 {
    font-size: 25px;
    font-weight: 500;
    color: #666;
    margin: 0;

}

#quiz-container h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 200;
    color: #333;
    margin: 0;
    padding: 0
}


#quiz-container h4 {
    font-weight: 100;
    color: #888;
    margin:15px auto;
}

#quiz-container .btn-group .btn.active{
    color: #fff;
    background: #666;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#quiz-container .text-left {
    text-align: left!important;
}

div#quiz-container a.btn {
    width: 100%;
}

#quiz-container label {
    font-size: 16px;
}
#quiz-nav .btn {
    padding: 15px;
}

.intro-slide {
    height: 100vh;
    color: #fff;
    padding: 0 15px;
}
#quiz-container .intro-slide h1{
    margin: 0;
    padding: 0;
    color:#fff;
    font-size: 40px;
}

#quiz-container .intro-slide h3 {
    font-weight: 100;
    font-size: 20px;
    max-width: 80%;
    margin: 15px auto;
    line-height: 28px;
    font-family: Sans-serif;
}

.intro-slide i {
    font-size: 50px;
    border: 5px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 15px;
    margin: 50px auto 25px auto;
}

#quiz-container .intro-slide .btn.btn-cta, #quiz-container .intro-slide .btn.btn-cta-outline {
    max-width: 280px;
    font-size: 20px;
    display: block;
    margin:0 auto 20px auto;
}

#quiz-results{
    text-align: left;
}

#quiz-results .row.header-box {
    background: #f2f2f2;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

#quiz-results .row.header-box h2{
    line-height: 45px;
}
#quiz-results h5 {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 200;
    line-height: 25px;
}

#quiz-results strong {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
    display: inline-block;
    width: 36px;
    text-align: center;
    background: #333;
    color: #fff;
    height: 36px;
    margin: 5px 0 0 0;
    border: 2px solid #333;
    padding-top: 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#quiz-results strong.outline{
    border: 2px solid #666;
    background: none;
    color: #666;
    font-weight: normal;
}
#quiz-results p {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 200;
    color: #666;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

.group{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

div#quiz-container .header-box a.btn-cta-outline {
    margin: 0!important;
}

.masonry {
    -moz-column-width: 24em;
    -webkit-column-width: 24em;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em;
    -webkit-column-fill:auto;
    -moz-column-fill:auto;
    column-fill:auto;
}
.grid-sizer{ width: 48%; }

.grid-item { width: 48%; }



.masonry-item .box.material {
    margin-bottom: 15px;
    overflow: visible;
}

.masonry-item {
    display: inline-block;
    padding: .24rem;
    width: 100%;
}

.masonry-item .row.preview{
    position: static;
    height: 300px;
    border-radius: 2px 2px 0 0;
}

.masonry-item .trainer-img, .grid-item .trainer-img {
    position: static;
    margin: 15px 0 0 0;
    width: 40px;
    height: 40px;
    float: right;
}

.masonry-item .trainer, .grid-item .trainer {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #f9f9f9;
    padding: 0 15px;
    margin-top: 15px;
}

.masonry-item .trainer-img figure, .grid-item .trainer-img figure{
    position: static;
}

.masonry-item .trainer-img i, .grid-item .trainer-img i{
    font-size: 30px;
    line-height: 40px;
    text-indent: 5px;
}

.masonry-images-gallery {
  line-height: 0;
  -webkit-column-count: 2;
  -webkit-column-gap:   10px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           10px;
}



.masonry-images-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.trainer h5 {
    font-size: 16px;
    padding-top: 15px;
}

a.more {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #999;
    font-size: 30px;
    background: #e7e7e7;
    text-decoration: none;
}

a.more:hover{
    color: #999;
    text-decoration: none;
}

.grid-images img{
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}

span.image-counter {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    color: #fff;
    font-size: 22px;
    float: right;
    width: 80px;
    text-align: center;
    margin: 15px 15px 0 0;
    display:none;
}

.suggestion-legend {
    border-left: 1px solid #e7e7e7;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 100;
    padding: 15px;
}

@media (max-width: 768px) {


    #hero h1{
        font-size: 40px;
    }
    .package-selector h2,
    .price-selector h2{
        font-size: 25px;
    }

    #promo-price-container{
        margin-top: 80px;
    }
    #promo-price-container h4 {
    font-size: 18px;
    line-height: 20px;
    }

    #promo-price-container span {
        font-size: 12px;
    }

    #promo-price-container p {
        font-size: 11px;
    }

    #promo-price-container ul.timer{
        font-size: 14px;
    }

    .slide-inner-content{
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align:center;
      align-items: center;
    }

    .detail-header{
      height: 350px;
    }

    #hero .slide-inner-content h1{
      font-size: 48px;
      line-height: 48px;
    }

    #hero .slide-inner-content h2{
      font-size: 32px;
      line-height: 40px;
    }

    .advantage-container{
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
              flex-flow: column;
    }

    .advantage-box{
      width: auto;
      margin-right: 0;
      margin-left: 0;
    }


    .modal-dialog,
    .modal-dialog.small-dialog{
        width: calc(100% - 20px);
        margin: 10px;
        height: calc(100% - 20px);
    }


    .content-container .sticky-container{
        top: -120px;
        height: 120px;
    }
    .sticky-container h1 {
        font-size: 30px;
    }
    .sticky-container h2 {
        font-size: 22px;
    }

    .detail-wrapper.header-wrapper{
        height: 300px;
    }

    .attribute-set{
        height: auto;
        padding-bottom: 10px;
    }

    .cta-large{
        margin-top: 0;
        margin-bottom: 15px;
    }

    .attribute-set:nth-child(1):not(.white){
        background: #f7f7f7;
    }

    .attribute-set:nth-child(1){
        border-right: none;
    }

    .pull-right.status{
        float: left!important;
        margin-bottom: 10px;
    }

    .attribute-set.poi-header{
        height: auto;
    }

    .attribute-set h2 {
        margin: 10% 0 10px 0;
    }

    .suggestion-legend {
        border-top: 1px solid #e7e7e7;
        border-left: none;
    }

}

@media (min-width: 768px) {
    .grid-sizer { width: 32%; }
    .grid-item { width: 32%; }

    .loyalty .grid-sizer { width: 48%; }
    .loyalty .grid-item { width: 48%; }

}


@media (max-width: 480px) {

    .grid-sizer { width: 100%; }
    .grid-item { width: 100%; }

    .masonry-images-gallery {
        -webkit-column-count:1;
        -webkit-column-gap:   0;
        -moz-column-count:    1;
        -moz-column-gap:      0px;
        column-count:         1;
        column-gap:           0px;
    }
}

.no-data h2 {
    margin: 0;
    padding: 0;
}

.no-data h3 {
    font-weight: 200;
    line-height: 35px;
    margin: 15px 0 15px 0!important;
    color: #666;
}

a.btn.block {
    float: none;
    display: block;
    width: auto;
    margin: 15px 0;
}

.bottom-border {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}

.trainers .box {
    min-height: 400px;
}
.trainers .box .preview{
    height: 270px;
}

.description p {
    text-transform: none;
    font-family: Helvetica;
    color: #333;
}


.container-fluid.gray {
    background: #f9f9f9;
}

.container-page div img{
    width: 100%;
}



.container-page p, .slim {
    font-size: 16px;
    color: #666;
    font-weight: 200;
    line-height: 24px;
}
.page-hero {
    min-height: 500px;
}
.page-hero h1{
    margin-top: 15%;
}
.page-hero h1, .page-hero p{
    color: #fff;
}

.white-text{
    color: #fff;
}
/*
.c100{
    margin: 15px auto;
    float: none;
}*/

.region-selector{
    color: #333;
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-family: Oswald;
    font-weight: 100!important;
    text-transform: uppercase;

}
.regions-container{
    margin-bottom: 15px;
    padding: 15px 0;
}
.region-selector span{
    color: #ccc;
    background: transparent;
    border: 1px solid #ccc;
    float: right;
    padding: 0px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    min-width: 60px;
    text-align: center;
}

.region-selector.active span{
    color: #fff;
    background: #86BA45;
    border: 1px solid #86BA45;
}

#search-banner h2 {
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 50px;
}

#search-banner h3 {
    font-weight: 100;
    margin: 10px 0 40px 0;
}

.active-tickets {
    font-size: 12px;
    border-top: 1px solid #e7e7e7;
    text-transform: uppercase;
    margin-top: 5px;
    padding-top: 5px;

}


.active-tickets span {
    color: #86BA45;
    border: 1px solid #86BA45;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}

.active-tickets span.inaactive{
    color: #ccc;
    border: 1px solid #e7e7e7;
}

.trainers h3 {
    font-size: 18px;
}

.trainers h3+p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.available-places {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 100;
    float: right;
    margin-top: 10px;
    border: 1px solid #86BA45;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #86BA45;
}

.available-places.warning{
    border: 1px solid #FFB300;
    color: #FFB300;
}

.available-places.soldout{
    border: 1px solid #F44336;
    color: #F44336;
}


/* filters */
.regions-container .btn-default {
    font-size: 18px;
    border: 2px solid #e7e7e7;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 100;
    padding: 5px 15px;
}

.regions-container .dropdown {
    float: left;
    margin-right: 15px;
}

.regions-container .dropdown .region-selector{
    width: 300px;
}

#trainer-menu+ul.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
}

@media (max-width: 480px) {
    .regions-container .dropdown{
        float: none;
        width: 100%;
    }

    .regions-container .btn-default{
        display: block;
        margin-bottom: 10px;
        width: 100%;

    }
    .regions-container .dropdown.open{
        position: static;
    }

    .regions-container .dropdown.open .dropdown-menu{
        position: fixed;
        width: calc(100% - 30px);
        top:15px;
        left: 15px;
        height: 85vh;
    }

}

.promo-selector h5{
    color:#82A700;
}
.promo-selector {
    border: 3px solid #82A700;
    min-height: 100px;
}

.promo-selector p {
    font-size: 12px;
    line-height: 14px;
    color: #888;
}


.promo-hero{
    position: relative;
    background: #333;
}
.promo-hero .bg-wrapper{
    margin: 0 -15px;
    height: 450px;
    opacity: 0.5;
}

.promo-hero .content-wrapper{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.progress{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}

.progress-bar {
    background: #86BA45;
}

.navbar-nav>li>.dropdown-menu{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #222;

}

.navbar-nav>li>.dropdown-menu li a{
    font-family: Oswald;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff!important;
}

.navbar-nav>li>.dropdown-menu li a:hover{
    background: none;
}

.recap-shop h5 span.qty {
    float: left;
    height: 60px;
    margin-right: 10px;
    font-weight: 500;
}

.recap-shop h5 span.qty em {
    font-size: 10px;
    font-style: normal;
}

.promo-me-container {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    margin-top: 15px;
}

.promo-me-container h3 {
    margin: 10px 0 0 0;
}

.promo-me-container p {
    text-transform: none;
    margin: 5px 0 0 0;
}

#promo-register-form label{
    margin: 0;
}

#submit-promo {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.promo-guest-container {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.promo-guest-container span.tip, .promo-me-container span.tip{
    display: none;
}
.promo-me-container.error, .promo-guest-container.error {
    border: 2px solid #F44336;
    background: rgba(255, 235, 59, 0.03);
}

.promo-guest-container.error h5 {
    color: #F44336;
}

.promo-me-container.error span.tip, .promo-guest-container.error span.tip{
    display: block;
}

.promo-me-container.error span.tip, .promo-guest-container.error span.tip {
    display: block;
    color: #F44336;
    font-size: 12px;
}

#complete-registration label, #complete-extra-fields label{
    margin: 0;
}

#complete-registration label span, #complete-extra-fields label span {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 200;
}

#complete-registration h3, #complete-extra-fields h3 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

span.form-label {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    display: block;
    color: #666;
}
#complete-registration label span, #complete-extra-fields label span{
    display: block;
    margin-bottom: 5px;
}

select.form-control.col-md-4 {
    width: 30%;
    margin-right: 10px;
}

.form-footer a.btn {
    margin: 15px auto;
    float: none;
    display: block;
    font-size: 18px;
    padding: 15px;
}


.promo-banner {
    background: #333;
    padding: 0;
    margin-bottom: 30px;
}

.box.material.promo-banner a,.box.material.promo-banner a:hover{
    color: #fff;

    text-decoration: none;
}

.promo-banner figure {
    margin: 0;
    padding: 50px 0;
    position: relative;
}


.category-banner {
    background: #333;
    padding: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
            box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
}

.category-banner a,.category-banner a:hover{
    color: #fff;
    text-decoration: none;
}

.category-banner figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.category-banner figure .mask{
  background: rgba(0,0,0,0.4);
  margin: 0;
  padding:  80px 0;

}

.category-banner.big figure .mask{
  padding:  200px 0;
}

.category-banner h2{
  margin: 0;
  padding: 0;
}

.category-banner h3{
  font-weight: 300;
}

span.promo-label {
    position: absolute;
    top: 6px;
    right: -32px;
    background: #FF9800;
    padding: 5px;
    transform: rotate(45deg);
    text-align: center;
    width: 105px;
}


span.virtual-label {
    transform: rotate(-45deg);
    top: 19px;
    left: -32px;
    width: 138px;
    background: #FF9800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    padding: 5px 0;
}

span.promo-label.new {
    background: #8BC34A;
}

.category-banner span.promo-label {
    background: #2196F3;
}

.category-banner span.promo-label.green {
    background: #86BA45;
}
.category-banner span.promo-label.orange {
    background: #FF9800;f
}
.category-banner span.promo-label.red {
    background: #F44336;
}

i.num-days {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #666;
}

.row.order-row {
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}



@media (max-width: 1200px) {
    .navbar-default .navbar-nav li a{
        font-size: 14px!important;
        padding-left: 7px;
        padding-right: 7px;
    }

}

@media (max-width: 1000px) {

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #fff;
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 440px;
}

.btn-cta-outline.gray, .btn-cta-outline.gray:hover{
    border-color: #666;
    color: #666;
    display: block;
    width: 100%;
}

.remove-guest {
    font-weight: 100;
    color: #F44336!important;
    font-size: 12px;
}

.remove-guest i {
    float: left;
    margin: 1px 3px 0px 0;
}

p.white-text {
    color: #e7e7e7;
}

p.white-text strong {
    color: #fff;
}

.advantage-itm i {
    font-size: 30px;
    border: 4px solid rgba(134, 186, 69,0.5);
    padding: 0;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin-top: 20px;
    color: rgba(134, 186, 69,1);
    font-style: normal;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 61px;
}

.advantage-itm h3 {
    font-weight: 200;
    font-size: 20px;
}

#aziende-keypoint h2 {
    font-size: 20px;
    font-weight: 100;
}

#aziende-keypoint h1 {
    font-size: 45px;
}

.corporate-checklist ul li i {
    float: left;
    margin: 5px 10px 15px 0;
    color: #86ba45;
}
.corporate-checklist ul li span {
    display: flex;
}
.corporate-checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.corporate-checklist ul li {
    min-height: 20px;
    margin-bottom: 15px;
}

.tile a {
    color: #fff;
}

#contact-form label {
    font-weight: normal;
    color: #666;
    margin: 0;
}

.box-contact h3 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.box-contact p{
    text-align: center;
}

.box-contact a {
    color: #333;
    font-weight: bold;
}

.circle-icon {
    border: 4px solid rgba(134, 186, 69,0.5);
    padding: 15px;
    font-size: 45px;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 70px;
    color: rgb(134, 186, 69);
    margin-top: 15px;
}

.event-detail {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    margin-bottom: 15px;
}

.event-detail h4 {
    padding: 5px 0 0 0;
    font-size: 14px;
}

.event-detail div.col-md-3 {
    border-left: 3px solid #86BA45;
    margin-bottom: 10px;
}

.box p.text-normal {
    text-transform: none;
    font-family: sans-serif;
    font-weight: 400;
    padding: 15px 0;
    font-size: 14px;

}


#terms-container {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}

#terms-container a {
    color: #333;
}


#terms-container label.error, label #terms.error+span{
    color: #ff0000;
}


.slide .promo-label {
    top: 79px;
    font-size: 20px;
    right: -35px;
    width: 150px;
    text-transform: uppercase;
}


.slide.big h1{
  font-size: 70px;
  line-height: 90px;
}

.slide.big h2{
  font-size: 45px;
  font-weight: 600;
}

.slide.big .btn{
  font-size: 22px;
  padding: 10px 20px;
  width: 30%;
  background: #FF9800;
  min-width: 300px;
}

#black-friday-banner{
    background: #000;
    color: #fff;
    margin-top: 15px;
}

#black-friday-banner h2{
        font-size: 22px;
    font-weight: 300;
}

.discount-banner span {
    display: block;

    font-size: 22px;
    font-weight: 300;
    padding-top: 10px;
    color: #fff;
}

.discount-banner h1 {
    text-align: right;
}

.discount-banner h1 {
    text-align: right;
    color: #ff0000;
}

.discount-banner span.old-price {
    text-decoration: line-through;
    display: block;
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.col-md-12.col-sm-12.col-xs-12.text-center.banner-terms {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 10px 0;
}

.remove-itm, .remove-itm-modal, .remove-code {
    font-size: 12px;
    line-height: 22px;
    color: #999!important;
}

.remove-itm:hover, .remove-itm-modal:hover, .remove-code:hover{
    color: #e74c3c!important;
}


/* BLOG */
.box.material.blog-post h1, .post-content h1 {
    font-size: 31px;
    margin: 15px 0 5px 0;
    line-height: 1.12;
    letter-spacing: -.022em;
    color: #333;
    padding: 0!important;
}

.box.material.blog-post a h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1.18;
    letter-spacing: -.022em;
    color: rgba(0,0,0,0.44);
    font-weight: 200;
}
.author{
    margin-bottom: 10px;
}
.author span.date {
    color: #9a9a9a;
    margin: 10px 0 5px 0;
    font-size: 12px;
    padding: 0;
    line-height: 14px;
}

.author span.user-badge {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-right: 7px;
    color: #fff;
    background: #86BA45;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.author span.name {
    color: #86BA45;
    margin: 10px 0 0 0;
    font-size: 14px;
    padding: 0;
    line-height: 16px;
    display: block;
    padding: 4px 0 0 0;
}

.box.material.blog-post a.read-more{
    color: #86BA45;
    display: block;
    margin-bottom: 10px;
}

.tag-cloud h2 {
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0;
    padding: 5px;
}

a.cat-label {
    color: #86BA45;
    border: 1px solid #86BA45;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 15px;
}

.fb-share-button {
    margin: 0 5px 0 0!important;
    float: left;
}

/* LANDING */
.yt-iframe{
    margin-top: 15%;
}

.page-hero.relative{
    position: relative;
    min-height: 0;
}

.inline-register {
    display: block;
    width: 50%;
    margin: auto;
    padding-top: 30px;
}

.inline-register #register-form{
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.15);
    margin-bottom: -50px;
    padding-bottom: 15px;
}

.inline-register #register-form #btn-register{
    z-index: 99;
}

.promo-cta h3, .promo-cta h4 {
    text-align: center;
    text-transform: uppercase;
}

.promo-cta h4{
    font-size: 16px;
    line-height: 24px;
}
.promo-cta h4 span {
    color: #86BA45;
    font-size: 24px;
}

.page-hero.hero-promo h1{
    margin-top: 5%;
}

.inline-phone-purchase{
    margin-top: 60px;

}
.inline-phone-purchase h2, .inline-phone-purchase h3{
    margin: 10px 0 0 0;
    padding: 0;
}

.inline-phone-purchase h3{
    font-size: 18px;
    font-weight: 200;
}

.inline-phone-purchase h3 a, .inline-phone-purchase h3 a:hover{
    display: block;
    color: #86BA45;
    font-size: 30px;
    text-decoration: none;
    padding: 15px 0;
    font-weight: bold;
}
@media (max-width: 768px) {
    .yt-iframe{
        margin-top: 15px;
    }


    .inline-register{
        width: 80%;
    }
}

@media (max-width: 480px) {
    .inline-register{
        width: 100%;
    }

    h1{
        font-size: 40px
    }
    .hero-promo h1{
        font-size: 40px;
    }

    .hero-promo h3{
        font-size: 22px;
    }
}

.equipment img {
    height: 100%;
}

.equipment {
    float: right;
    height: 20px;
    margin-top: 14px;
}

.gray-link{
    padding: 10px 0 5px 0;
    color: #666;
    display: block;
}
.corporate-checklist li strong {
    min-width: 30px;
    font-size: 16px;
    color: #6b9831;
}

ul.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

ul.contact-list li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

ul.contact-list li:last-child {
    border: none;
}
ul.contact-list li a, ul.contact-list li a:hover{
    color: #333;
}
.contact-list i {
    font-size: 18px;
    margin-right: 10px;
    color: #666;
}

div.text-normal p {
    text-transform: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

div.text-normal{
    padding-bottom: 15px;
}

.map-trigger a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
}


h5.pull-right.price-lbl i,
.recap-shop h5.pull-right i {
    display: block;
    text-align: right;
    font-style: normal;
    text-decoration: line-through;
    color: #F44336;
}

a.btn-outline.big {
    width: 33%;
    margin: 0 auto 15px auto;
    display: table;
    text-align: center;
    padding: 15px 20px;
    border: 3px solid #85bb44;
    font-size: 22px;
    line-height: 36px;
    color: #85bb44;
    text-decoration: none;
}


a.btn-outline.big:hover{
  background: #85bb44;
  color: #fff;
}

a.btn-outline.big.wht{
    color: #fff;
    border: 3px solid #fff;
}


a.btn-outline.big.orange{
  background: transparent;
  color: #ff9800;
  border-color: #ff9800;
}

a.btn-outline.big.orange:hover{
  background: #ff9800;
  color: #fff;
}


a.btn-outline.big.black{
  background: transparent;
  color: #333333;
  border-color: #333333;
}

a.btn-outline.big.orange:hover{
  background: #333333;
  color: #fff;
}



a.btn-outline.big.wht:hover{
    color: rgba(255,255,255,0.7);
    border: 3px solid rgba(255,255,255,0.7);
    background: none;
}
@media (max-width: 768px) {
  a.btn-outline.big {
      width: 100%;
  }
}

.points-pb{
  background-color: #e7e7e7;
  height: 16px;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 3px;
}

.points-pb .points-pb-indicator{
  float: left;
  background-color: #6b9835;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 10px;
}

.points-pb .points-pb-indicator > span{
  height: 20px;
  background: #85bb44;
  float: right;
  margin-right: -10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-top: -5px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  padding: 0 7px;
  line-height: 19px;
}

.points-pb .points-pb-indicator > span.max{
  margin-right: -5px;
}

.points-pb .points-pb-indicator > span.min{
  margin-right: -20px;
}

.box p.points-hint {
    text-transform: none;
    font-size: 12px;
    color: #999;
    font-family: Helvetica;
    padding: 5px 0;
}

.btn.btn-wait{
  color: #333;
  background:#e7e7e7;

}

.box p.pending-award{
  font-size: 14px;
}

.points-indicator{
  padding: 10px 0;
}
.points-indicator * {
    display: block;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.points-indicator i{
  float: left;
  font-size: 50px;
  color: #fff;
  margin: 0 10px 10px 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  padding-right: 20px;
}

.points-indicator h2{
  font-weight: 600;
  line-height: 40px;
}

.points-indicator span{
  font-size: 11px;
}

.points-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.points-pills{
    background: #85bb44;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}

.points-container h3{
    margin-top: 10px;
}

.points-container h3 span {
    color: #999;
    font-size: 16px;
}

button#modal-package-dropdown,
button#package-dropdown {
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  color: #ff9800;
  font-weight: 400;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.dropdown-menu>li>a.package-code-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 300;
}

.recap-shop h4, .recap-shop h5

#service-modal .modal-dialog {
  position: relative;
}

.payment-options-container, .selected-code-container{
  background: #fffff3;
  margin-top: 15px;
  border: 1px solid #f3f398;
  padding: 0 10px 15px 10px
}

.selected-code-container{
  padding: 0 10px 5px 10px
}



.payment-options-container h5, .selected-code-container h5{
  margin: 5px 0;
  padding: 5px 0;
  line-height: 22px;
}

.selected-code-container h5{
  margin-bottom: 0;
  padding-bottom: 0;
}

.selected-code-container p {
    margin: 5px 0 0 0;
    font-family: Oswald;
    font-weight: 500;
    color: #ff9800;
}

.summary-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 65px);
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.payment-bar{
  padding-top: 10px;
  -webkit-box-shadow: 1px -14px 33px -40px rgba(0,0,0,0.75);
  -moz-box-shadow:    1px -14px 33px -40px rgba(0,0,0,0.75);
  box-shadow:         1px -14px 33px -40px rgba(0,0,0,0.75);
}

.modal-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
  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;
  color: #86BA45;
}

.soldout-item, .soldout-item:hover {
    color: #ccc;
    background: #f7f7f7;
    cursor: not-allowed;
    position: relative;
}

.soldout-item .available-places.soldout {
    transform: rotate(-22deg);
    font-size: 22px;
    background: #fff;
    margin: -5px 0 0 -25px;
    color: #fc9087;
}

.soldout-item .soldout-container{
  position: absolute;
  height: 100%;
  width: 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;
}


div#terms-modal {
  z-index: 9999;
}

.timetable-row{
  margin: 20px 0 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
}

.timetable-row .col{
  flex-basis: 60%;
  display: flex;
}

.timetable-row .preview-link{
  height:140px;
  overflow:hidden;
  flex-basis:33.33%;
  min-width: 40%;}

.timetable-row .preview{
  position: relative;
  height: 100%;
  width: 100%;
}


.timetable-row .preview .virtual-label{
  top: 10px;
  left: -43px;
  font-size: 11px;
}


.timetable-content{
  padding: 0 15px;
  display: flex;
  flex-grow: 1;
  align-items:center;
}

.timetable-controller ul {
    list-style: none;
    margin: 60px 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.timetable-row.running .timetable-content,
.timetable-row.running .preview,
.timetable-row.finished .timetable-content,
.timetable-row.finished .preview{
  opacity: 0.5;
}

.upcoming-event.finished .preview,
.upcoming-event.finished h2,
.upcoming-event.finished h3,
.upcoming-event.finished h4, {
    opacity: 0.5;
}

.upcoming-event p.message {
  font-size: 16px;
  color: #555;
  padding: 10px 40px 10px 0;
}

.timetable-controller a h3, .timetable-controller a p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.day-title{
  margin: 0 5px;
  font-family: Oswald;
  color: #777;
  font-weight: 500;
}

.timetable-controller a:hover,
.timetable-controller a:active,
.timetable-controller a:focus,
.timetable-controller a:visited
{
  text-decoration: none;
}

.timetable-controller a h3{
  line-height: 22px;
}
.timetable-controller a p {
  color: #999;
}

.timetable-controller a:hover h3,
.timetable-controller a:hover p,
.timetable-controller a:active h3,
.timetable-controller a:active p,
.timetable-controller a:focus h3,
.timetable-controller a:focus p,
.timetable-controller a:visited h3,
.timetable-controller a:visited p,
.timetable-controller a:hover h3,
.timetable-controller a:hover p{
  color: #000;
}

.timetable-controller a.selected h3,
.timetable-controller a.selected p{
  color: #ff9800;
}


.timetable-content h3, .timetable-content h4{
  margin: 5px;
}

.timetable-content h3 a,
.timetable-content h4 a,
.timetable-content h3 a:hover,
.timetable-content h4 a:hover,
.timetable-content h3 a:focus,
.timetable-content h4 a:focus,
.timetable-content h3 a:visited,
.timetable-content h4 a:visited
.timetable-details h2 a,
.timetable-details h4 a,
.timetable-details h2 a:hover,
.timetable-details h4 a:hover,
.timetable-details h2 a:focus,
.timetable-details h4 a:focus,
.timetable-details h2 a:visited,
.timetable-details h4 a:visited
 {
  color: #333;
  text-decoration: none;
}

.timetable-details h4 a,
.timetable-content h4 a{
  color:#666;
}

.timetable-details h2 a:hover,
.timetable-content h3 a:hover{
  color:#2196F3;
}


.timetable-details{
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}

.timetable-details .btn-primary {
    background: #ff9800;
    padding: 10px;
    flex-basis: 30%;
    font-size: 16px;
    font-weight: 500;
}


.timetable-details .btn-primary.free {
    background: #4caf50;
}


.timetable-details h4{
  color: #ff9800;
  margin: 0;
  line-height: 30px;
}

.timetable-details p{
  font-size: 14px;
  color: #999;
  margin: 0;
}
.timetable-details .btn-primary:hover{
  background: #d07c00;
}

.timetable-details .btn-primary.free:hover{
  background: #3c823f;
}

.center-sep{
  height: 5px;
  width: 30px;
  margin: 20px auto;
  background: #333;
}


.timetable-header{
  position: relative;
  text-align: center;
}
.timetable-header h2{
  margin: auto;
  background: #fff;
  z-index: 2;
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 0 30px;
  font-size: 22px;
}


.timetable-header .sep{
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 5px;
  z-index: 1;
}

.class-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  -webkit-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
          box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
  background: #fffdf0;
  border: 1px solid #ede071;
  margin-bottom: 30px;
}

.class-tip i{
  padding: 30px;
  font-size: 40px;
  color: #ede071;
}

.class-tip p{
  margin: 0;
  padding: 10px 30px 20px 0;
  color: #888;
  font-size: 15px;
}

.internal-subscription-container{
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
  padding: 15px 40px;
}


p.no-data {
    justify-content: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #999;
}

.upcoming-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
          box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
  margin: 30px 50px;
  background: #fff;
}

.upcoming-event.finished,
.upcoming-event.closed{
  margin-top: 40px!important;
}

.upcoming-event.full {
  /*margin: 30px 0;*/
}

.upcoming-event .preview-link{
  height: 320px;
  overflow:hidden;
  flex-basis:50%;
  min-width: 140px;
}

.upcoming-event .preview{
  height: 100%;
  width: 100%;
  position: relative;
}

.upcoming-event .timetable-details {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.upcoming-event .timetable-details h2{
  margin: 0;
  padding: 0;
  line-height: 38px;
}

.upcoming-event .timetable-details h3{
  margin: 0;
  padding: 0;
  color: #ff9800;
  line-height: 38px;
}

.upcoming-event .timetable-details h4{
  margin: 0;
  padding: 0;
  color: #999;
  line-height: 38px;
}

.syicky-preview{
  position: sticky;
  top: 60px;
}

.syicky-preview .preview{
  height:calc(100vh - 60px);
}

.accessor-title {
    font-family: Oswald;
    color: #2196F3;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.accessor-title .line {
    width: 20px;
    height: 2px;
    background: #2196F3;
    margin-left: 10px;
}

.accessor-title.red{
  color:#F44336;
}

.accessor-title.red .line {
  background: #F44336;
}

.infinite-list > div:last-child .timetable-row {
    border-bottom: none;
}

.timetable-row.running p{
  color: #4CAF50;
  font-weight: 500;
}

ul.timer.inline-timer {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.free-pass-icon{
  display: block;
  font-size: 100px;
  margin: 0;
  line-height: 50px;
  padding-top: 30px;
  color: #8BC34A;
}

.inline-package-container{
  width: 70%;
  margin: auto;
}

@media (max-width: 768px) {

  .upcoming-event .preview{
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 200px;
  }
  .upcoming-event,
  .timetable-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .upcoming-event{
    margin: 30px -15px;
  }

  .upcoming-event .timetable-details{
    padding-left: 20px;
    padding-right: 20px;
  }

  .internal-subscription-container{
      padding: 15px 20px;
  }

  .timetable-details{
    border-left: none;
    border-top: 1px solid #e7e7e7;
    padding: 10px;
    margin: 0;
  }

  .upcoming-event .preview-link{
    height: auto;
  }

  .inline-package-container{
    width: auto;
  }

  p.no-data {
    padding: 0 20px;
    font-size: 18px;
  }

  .syicky-preview{
    position: relative;
    top: 0;
    height:300px;
  }

  .syicky-preview .preview{
    height:100%;
  }
}

.inner-content{
  padding-bottom: 60px;
}
.inner-content p,
.inner-content a,
.inner-content span{
  font-size: 16px;
  color: #777;
}

.inner-content iframe{
  background: #222;
}

.cc_container {
  background: #000!important;
  color: #999!important;
  font-size: 14px!important;
  border:none!important;
}

.cc_message{
  line-height: 20px!important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff!important;
    background-color: #86BA45!important;
  }

#masterclas-composit{
  margin: 50px 0 100px 0;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
          box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 0.15);
  background: #fff;
  cursor: pointer;
}

#masterclas-composit a{
  display: block;
}
#masterclas-composit img{
  max-width: 100%;
}
