/* COMMON */
html{
    height: 100%;
}
body{
    position: relative;
    z-index: -2;
    background: none;
    height: 100%;
    padding-top: 105px;
    background-color: #C4000B;
    font-family: 'Raleway' !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: Raleway;
}

h1{
    font-size: 50px;
    font-weight: 800;
}

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-red{
  background: #8e0d13;
  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{
    font-family: Oswald;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 15px 0 0 0;

}

.btn.btn-primary{
    background: #e6242e;
    border:none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.btn.btn-primary.bordered{
    -webkit-transition: none;
    transition: none;
    border: 2px solid #e6242e;
}

.btn.btn-primary:hover{
    background: #c32028;

}
.btn.btn-primary.bordered:hover{
    border:2px solid #c32028;
}


.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 {
    font-family: 'Raleway';
    font-size: 24px;
    padding: 5px 0px;
    color: #333;
    font-weight: 700;
    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: #e6242e;
    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%;
}
#hero .slide h2{
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    font-family: Helvetica;
}


#hero .btn{
    font-size: 22px;
    font-family: Oswald;
    font-weight: 200;
    padding: 10px 0;
    margin-left:auto;
    margin-right:auto;
    width: 280px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#hero:not(.inner-hero) h1 {
    margin-top: 7%;
}

/* SLIDER */
.carousel-control{
    width: 5%;
}

.carousel-inner .item{
    height: 620px;
    background: #333;
}

.carousel-inner .item .slide{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.carousel-inner .item .slide-composit{
    position: absolute;
    width: 100%;
    top: 0;
    right:0;
    width: 90%;
    height: 100%;
}

.slide-composit figure{
  width: 100%;
  height: 100%;
}

.inner-hero .slide-composit {
    padding-top: 60px;
}

.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;
}

.navbar-header {
    float: none;
    height: auto;
}

.navbar-default{
  background-color: #fff;
}

/*
.navbar-inverse{
    border:none;
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.navbar-inverse .navbar-nav>li>a{
    font-family: Oswald;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.navbar-inverse .navbar-nav>li.active>a {
    background: #e6242e;
}


.navbar.home img.logo{
  height: 120px;
  transition: all 0.5s ease;
}
*/

.navbar-brand{
  position: relative;
  float: none;
  display: inline-block;
  height: auto;
  z-index: 999;
  margin-right: -71px;
}
.navbar-brand .logo{
  transition: all 0.5s ease;
}


.navbar.sticky img.logo{
  height: 70px;
  transition: all 0.5s ease;
}

/* 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 .icon-headset{
    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 .header-container {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
}
/* DETAIL HEADER */
.detail-header{
    color: #fff;
    height: 600px;
}

.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: -moz-linear-gradient(to top, #5d00c3 0%, #e6242e 100%);
    background: -webkit-linear-gradient(to top, #5d00c3 0%, #e6242e 100%);
    background: linear-gradient(to top, #5d00c3 0%, #e6242e 100%);
    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;
}

/* PROMO PRICE CONTAINER - DETAIL */
#promo-price-container{
    margin-top: 100px;
    /*
    background: #e6242e;
    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: #e6242e;
}

#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: 55px;
}

.recap-shop h4, .recap-shop h5{
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 5px 0;
    line-height: 22px;
}

.recap-shop h5 span {
    font-size: 14px;
    font-weight: 100;
}

#promo-code-container {
    background: #fffff3;
    border-bottom: 1px solid #e7e7e7;
}

#promo-code-container a.btn-primary {
    margin: 0;
    width: auto;
    height: auto;
    padding: 5px 15px;
    text-align: center;
}

.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.icon-cart {
    font-size: 25px;
    margin-right: 5px;
}



/* FORM OVERRIDE */
.form-control{
    margin-bottom: 10px;
    border-radius: 0;
    -moz-order-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #eee;
}

select.form-control.small {
    width: 80px;
}

select.form-control.inline-left{
    display: inline-block;
}

textarea.error, input.error, select.error {
    border: 1px solid #f44336;
}

/* MODAL OVERRIDE */
.modal-dialog{
    width: 50%;
}

.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: #e6242e;
    border: 2px solid #e6242e;
}

.btn-cta:hover, .btn-cta:focus{
    color: #fff;
    /*
    background: #1886ec;
    border: 2px solid #1886ec;*/
    background: #c32028;
    border: 2px solid #c32028;
}

.btn-cta.yellow{
  background: #f4c141;
  border: 2px solid #f4c141;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #333;
  font-weight: 500!important;
  padding: 15px 40px!important;
}


.btn-cta.yellow:hover, .btn-cta.yellow:focus{
  background: #c79d32;
  border: 2px solid #c79d32;
  color: #ccc;
}

.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{
    margin: 0;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.modal-dialog .modal-content{
  height: 100%;
}

.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;
}

.teaser-container{
    background: #333 url(../images/preview/default_cover.jpg) center center /cover;
    height: 100vh;
    font-size: 14px;
    position: relative;
}

.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;
}

.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: 670px;*/
    margin: 15px auto;
}
.register-cta-container .sep span{
    background: #333;
    font-size: 14px;
}
.register-cta-container .sep{
    border-bottom:1px solid #919191;
}

#register-cta {
  min-height: calc(100vh - 284px);
}

#register-cta p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 28px;
}

.container.bottom-footer {
    border-top: 1px solid #444;
}


.user-pic.big {
    border-radius: 60px;
    border: 5px solid #666;
    margin: 10px auto;
}
.container-fluid.red{
  background-color: #C4000B;
  padding-top:50px;
}

.container-fluid.red h1{
  color:#fff;
}

#register-cta p{
  color:rgba(255,255,255,0.8);
}

.container-fluid.red .sep{
      border-bottom: 1px solid rgba(255,255,255,0.8);
}

.container-fluid.red .sep span{
  color:rgba(255,255,255,0.8);
  background-color: #e6242e;
}


/* 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{
    height: 70px;
    /*
    -webkit-box-shadow: 10px 10px 47px -12px rgba(0,0,0,0.45);
    -moz-box-shadow: 10px 10px 47px -12px rgba(0,0,0,0.45);
    box-shadow: 10px 10px 47px -12px rgba(0,0,0,0.45);*/
}

.navbar-brand{
  padding: 15px;

}
#profile-nav li a {
    color: #fff;
    font-family: Oswald;
    text-transform: uppercase;
}

#profile-nav li.nav-selected{
    background: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);

}

#profile-nav li.nav-selected a{
  color: #333;
  text-decoration: none;
}

#profile-nav li {
    text-align: center;
    padding: 10px;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 16px;
    flex-grow: 1;
}

#profile-nav span {
    font-size: 20px;
    margin-right: 9px;
    margin-top: -2px;
    float: left;
}


ul#profile-nav {

    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    z-index: 5
}
#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(255,255,255,0.7);
    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: #e6242e;
}

#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 .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;
}

#main-content,
#orders-container,
#revenues-container,
#quiz-container{
    min-height: 100vh;
    color: #333;
    background: #fff;
}

#orders-container,
#revenues-container,
#edit-profile-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 {
    margin:10px 0;
    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;
    display: inline-block;
}

#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;
    }

    .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;
    }
    .modal-dialog, .modal-dialog.small-dialog{
        width: calc(100% - 20px);
        margin: 10px;
        min-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;
    }
*/
    #hero:not(.inner-hero) h1 {
        margin-top: 25%;
    }
}

.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 {
    padding-top: 60px;
    min-height: 560px;
}
.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: #e6242e;
    border: 1px solid #e6242e;
}

#search-banner{
  padding-top: 60px;
}

#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: #e6242e;
    border: 1px solid #e6242e;
    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 #35a907;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #35a907;
}

.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: #e6242e;
}

.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;
}


.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;
}

span.promo-label {
    position: absolute;
    top: 6px;
    right: -32px;
    background: #FF9800;
    padding: 5px;
    transform: rotate(45deg);
    text-align: center;
    width: 105px;
}

span.promo-label.new {
    background: #8BC34A;
}

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: 1280px) {
  #profile-overall .flex-container.hidden-md, #profile-overall .flex-container.hidden-sm{
    display: none;
  }
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav li a{
        font-size: 14px!important;
        padding-left: 7px;
        padding-right: 7px;
    }

    #profile-overall .flex-container.hidden-md, #profile-overall .flex-container.hidden-sm{
      display: none;
    }

}



@media (max-width: 1000px) {
  .navbar.home.navbar-inverse{
    background: #000;
  }

  /*
  .navbar.home img.logo{
    height: 70px;
  }
  */

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }

  .navbar-toggle {
    border: none;
    display: block;
  }

  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  /*
  .navbar-toggle:not(.collapsed) + .navbar-brand .logo{
    height: 35px;
    z-index: 999;
  }
  */

  .navbar-toggle:not(.collapsed) + .navbar-brand{
    padding: 10px 15px;
  }

  .navbar-collapse{
    background: #000;
  }
  .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(230, 43, 46,0.5);
    padding: 0;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin-top: 20px;
    color: rgba(230, 43, 46,1);
    font-style: normal;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 61px;
}

.advantage-itm i.white{
  border: 4px solid rgba(255, 255, 255,0.5);
  color:#fff;
  background: transparent;
}

.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: #e6242e;
}
.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;
}

.corporate-checklist ul li ul.inner-list{
  margin-left: 20px;
}

.corporate-checklist ul li ul.inner-list li strong{
  color: #333;
  font-size: 14px;
}

.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(230, 43, 46,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(230, 43, 46);
    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 #e6242e;
    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;
    margin: 10px -15px;
    padding: 10px 0;
}


#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;
}
#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 {
    font-size: 12px;
    line-height: 22px;
    color: #999!important;
}

.remove-itm: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: #e6242e;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.author span.name {
    color: #e6242e;
    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: #e6242e;
    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: #e6242e;
    border: 1px solid #e6242e;
    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: #e6242e;
    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: #e6242e;
    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%;
    }
    /*
    .navbar{
      background: #000;
    }*/
}

@media (max-width: 480px) {
    body{
      padding-top: 60px;
    }

    .inline-register{
        width: 100%;
    }

    h1{
        font-size: 36px
    }
    .hero-promo h1{
        font-size: 40px;
    }

    .hero-promo h3{
        font-size: 22px;
    }

    .navbar img.logo{
      height: 60px;
      padding: 10px 0;
    }

    .navbar-brand{
      padding: 0;
    }

    .navbar-toggle{
      margin-top: 14px;
    }

    a.support-btn{
      margin: 5px 0 0 0!important;
    }
}

.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: #e6242e;
}

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 #e6242e;
    font-size: 22px;
    line-height: 36px;
    color: #e6242e;
    text-decoration: none;
}


a.btn-outline.big:hover{
  background: #e6242e;
  color: #fff;
}

a.btn-outline.big.wht{
    color: #fff;
    border: 3px solid #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: #cc121c;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 10px;
}

.points-pb .points-pb-indicator > span{
  height: 20px;
  background: #e6242e;
  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: #e6242e;
    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;
}

.yellow{
  color: #f8ff27;
}

/* hero cards */
.hero-cards-container {
    padding: 40px 0;
}

.box.hero-card{
    position: relative;
    transition: all 0.5s ease;
    border-radius: 16px ;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    height: 400px;
    background: #f3f3f3;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
}

.box.hero-card:hover{
  transform: scale(1.05);
}

.hero-card-content{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;

}

.hero-card-content h2{
  font-weight: 600;
}
.hero-card-composit {
    position: relative;
    height: 100%;
    margin: 0 -15px;
}

.composit-image{
  position: absolute;
  height: 100%;
  width: 55%;
  z-index: 2;

}

.composit-image.right{
  right: 0;
}

.composit-image.center{
  width: 100%;
}

.composit-decoration{
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.composit-decoration.right{
  right: 0;
  left: inherit;
}

.hero-card.purple{
  background: -moz-linear-gradient(to top, #d100ff 0%, #00d0ff 100%);
  background: -webkit-linear-gradient(to top, #d100ff 0%, #00d0ff 100%);
  background: linear-gradient(to top, #d100ff 0%, #00d0ff 100%);
}

.hero-card.purple:hover{
  background: -moz-linear-gradient(to top, #00d0ff 0%, #d100ff 100%);
  background: -webkit-linear-gradient(to top, #00d0ff 0%, #d100ff 100%);
  background: linear-gradient(to top, #00d0ff 0%, #d100ff 100%);
}

.hero-card.green{
  background: -moz-linear-gradient(to top, #7fffea 0%, #1bff00 100%);
  background: -webkit-linear-gradient(to top, #7fffea 0%, #1bff00 100%);
  background: linear-gradient(to top, #7fffea 0%, #1bff00 100%);
}

.hero-card.green:hover{
  background: -moz-linear-gradient(to top, #1bff00 0%, #7fffea 100%);
  background: -webkit-linear-gradient(to top, #1bff00 0%, #7fffea 100%);
  background: linear-gradient(to top, #1bff00 0%, #7fffea 100%);
}

.hero-card.red{
  background: -moz-linear-gradient(to top, #d4fb1c 0%, #ff0081 100%);
  background: -webkit-linear-gradient(to top, #d4fb1c 0%, #ff0081 100%);
  background: linear-gradient(to top, #d4fb1c 0%, #ff0081 100%);
}

.hero-card.red:hover{
  background: -moz-linear-gradient(to top, #ff0081 0%, #d4fb1c 100%);
  background: -webkit-linear-gradient(to top, #ff0081 0%, #d4fb1c 100%);
  background: linear-gradient(to top, #ff0081 0%, #d4fb1c 100%);
}




.composit-decoration.purple span{
  background-color: #673ab7;
}

.composit-decoration.red span{
  background-color: #e6242e;
}

.composit-decoration.blue span{
  background-color: #2196f3;
}

.composit-decoration.orange span{
  background-color: #f3a121;
}

.composit-decoration.whiteaplha span{
  background-color: #ffffff;
}

.composit-decoration.orange{
  width: 100%;
  height: 100%;
}


.composit-decoration .dec-1{
  width: 15px;
  float: left;
  height: 90%;
  margin: 5% 3px  5% 3px;
  opacity: 0.70;
}

.composit-decoration .dec-2{
  width: 2px;
  float: left;
  height: 150%;
  margin: 0 3px  0 3px;
}

.composit-decoration .dec-3{
  width: 30px;
  float: left;
  height: 50%;
  margin: 25% 3px  25% 3px;
  opacity: 0.20;
}

.composit-decoration .dec-4{
  width: 20px;
  float: left;
  height: 100%;
  opacity: 0.50;
}

.composit-decoration .dec-5{
  width: 3px;
  float: left;
  height: 70%;
  margin: 15% 3px 15% 3px;
}

.composit-decoration .dec-6{
  width: 1px;
  float: left;
  height: 150%;
  margin: 0 3px  3px;
}

.composit-decoration .dec-7{
  width: 15px;
  float: left;
  height: 90%;
  margin: 5% 3px  5% 3px;
  opacity: 0.70;
}

.composit-decoration .dec-8{
  width: 2px;
  float: left;
  height: 150%;
  margin: 0 3px  0 3px;
}

.composit-decoration .dec-9{
  width: 30px;
  float: left;
  height: 50%;
  margin: 25% 3px  25% 3px;
  opacity: 0.20;
}

.composit-decoration.right span{
  float: right;
}

h2.text-light{
  font-family: Helvetica;
  font-size: 24px;
}

.box.material.rounded{
  border-radius: 16px ;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  transition: transform 0.5s ease;
}
.box.material.rounded:hover{
  transform: scale(1.05);
}
.container.bottom-footer img {
    height: 50px;
}

@media (max-width: 768px) {
  .slide{
    background: rgba(0,0,0,0.5);
    text-align: center;
  }

  .slide h1{
    margin-top: 25%;
  }
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: #e6242e;
}

.navbar-nav>li>.dropdown-menu li a:hover{
  background: #424141;
}

#shield-mask{
  margin: 15px auto ;
  width: 230px;
  height: 318px;
  -webkit-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.45));
  -moz-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.45));
  -ms-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.45));
  -o-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.45));
}

#shield-inner-mask{
  background-color:#fff;
  width: 230px;
  height: 318px;
  mask: url(/images/shield_mask.svg);
  -webkit-mask-box-image: url(/images/shield_mask.svg);
}

#shield-content-container{
  display: flex;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to top, #eab51a 0%, #fff5ab 100%);
  background: -webkit-linear-gradient(to top, #eab51a 0%, #fff5ab 100%);
  background: linear-gradient(to top, #eab51a 0%, #fff5ab 100%);
}

#shield-content-container div.content{
  flex-grow:1;
  font-family: Oswald;
}

#shield-content-container div.sidebar{
  width: 25%;
  background: linear-gradient(to top, #846100 0%,#ffcb39 73%);
  background: -moz-linear-gradient(to top, #846100 0%,#ffcb39 73%);
  background: -webkit-linear-gradient(to top, #846100 0%,#ffcb39 73%);
  flex-grow:0;
  padding-top: 50px;
  text-align: center;
  color: #444;
  font-family: Oswald;
  font-size: 22px;
  text-indent: 4px;
}

#shield-content-container div.sidebar img{
  width: 68%;
  margin: 5px 0 0 5px;
}


#shield-content-container div.content figure {
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 2;

}

#shield-content-container div.content span.user-name {
    display: block;
    background: #e5c150;
    text-indent: -5px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

#values-container{
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  padding-top: 5px;
}


#values-container span.value {
    color: #555;
    line-height: 30px;
    font-size: 16px;
    flex-grow: 1;
    width: 50%;
}

#values-container span.value strong{
  color: #444;
}

#player-badge-container,#profile .row-container{
  overflow: hidden;
  background: linear-gradient(to top, #6d0090 0%, #05254E 100%);
  background: -moz-linear-gradient(to top, #6d0090 0%, #05254E 100%);
  background: -webkit-linear-gradient(to top, #6d0090 0%, #05254E 100%);

}


#player-badge-container .container-fluid{
    padding: 50px 0 0 0;
    color:#fff;
    margin: 0 -15px;
}

#player-badge-container h2{
  color: rgba(255,255,255,0.7);
}

#player-composit-container{
  position: relative;
  height: 450px;
}

#shield-composit{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.image-content{
  position: relative;
  overflow: hidden;
}
.confetti{
  position: absolute;
  z-index: 1;
  width: 500px;
  height: 500px;
  bottom: 0;
  overflow: hidden;
}

.confetti span{
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 20px;
  opacity: 0;
  transform: rotate(-180deg);
}

.confetti.animate span{
  opacity: 1;
}

.confetti span.red{
  background: red;
}

.confetti span.yellow{
  background: #ffcb39;
}

.confetti span.green{
  background: green;
}
.confetti span.blue{
  background: blue;
}

.confetti.left{
  left: 10%;

}

.confetti.right{
  right: 10%;
  transform: scaleX(-1);
}
.confetti span{
  transition: all 1s ease;
  top: 120%;
  left: -100%;
}

.confetti.animate span:nth-child(1) {
    top: 10%;
    left: 20%;
    transform: rotate(45deg);
}

.confetti.animate span:nth-child(2) {
    top: 30%;
    left: 30%;
    transform: rotate(75deg);
}

.confetti.animate span:nth-child(3) {
    top: 70%;
    left: 70%;
    transform: rotate(-45deg);
}

.confetti.animate span:nth-child(4) {
    top: 90%;
    left: 60%;
    transform: rotate(60deg);
}
.confetti.animate span:nth-child(5) {
    top: 50%;
    left: 80%;
    transform: rotate(60deg);
}

.confetti.animate span:nth-child(6) {
    top: 90%;
    left: 40%;
    transform: rotate(60deg);
}
.confetti.animate span:nth-child(7) {
    top: 70%;
    left: 30%;
    transform: rotate(-45deg);
}
.confetti.animate span:nth-child(8) {
    top: 50%;
    left: 30%;
    transform: rotate(70deg);
}
.confetti.animate span:nth-child(9) {
    top: 60%;
    left: 50%;
    transform: rotate(270deg);
}
.confetti.animate span:nth-child(10) {
    top: 90%;
    left: 20%;
    transform: rotate(-45deg);
}
.confetti.animate span:nth-child(11) {
    top: 20%;
    left: 15%;
    transform: rotate(180deg);
}
.confetti.animate span:nth-child(12) {
    top: 60%;
    left: 80%;
    transform: rotate(-60deg);
}
.confetti.animate span:nth-child(13) {
    top: 55%;
    left: 80%;
    transform: rotate(270deg);
}

#cs-landing{
  position: relative;
  height: 100%;
  background: url("/images/halftone.png") no-repeat bottom right;
  overflow: hidden;
}

#cs-landing .composit-decoration-container{
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 100%;
    margin-left: calc(50% - 15px - 150px);
}

#cs-landing .composit-decoration{
  width: 300%;
  height: 100%;
  top:50%;
  transform: rotate(45deg);
  margin: auto;
}

#cs-landing .hero-composit{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(/images/player_2.png) no-repeat center center / contain;
  z-index: 2;
}

#cs-landing .cs-inner{
  position: relative;
  width: 350px;
  height: 100%;
  margin: 0 auto;
}

#cs-landing .cs-inner img{
  position: absolute;
  height: 170px;
  bottom: 20%;
  margin-left:calc(50% - 71px);
}

#cs-landing .cs-inner h1{
  color: #fff;
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

#cs-landing-light{
  background: #000;
  height: 100%;
  margin: 0 -15px;
  background: -moz-radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 73%);
  background: -webkit-radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 73%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 73%);
  background-position-y: 300px;
  background-repeat: no-repeat;
  background-size: 100%;
}

#profile .row-container{
  position: relative;
  height: 490px;
  padding-top: 60px;
}

#profile .row-container.trainer{
  position: relative;
  height: 320px;
  padding-top: 60px;
  background: linear-gradient(to top, #582e86 0%, #1f7198 100%);
  background: -moz-linear-gradient(to top, #582e86 0%, #1f7198 100%);
  background: -webkit-linear-gradient(to top, #582e86 0%, #1f7198 100%);
}

#profile .row-container .bg-wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#profile-overall{
  position: relative;
  z-index: 2;
  width: 100%;
}

#profile-overall .counter{
  color: #fff;
  display: flex;
}

#profile-overall .counter div{
  flex-grow: 1;
}
#profile-overall #shield-composit{
  position: static;
}

#profile-overall .flex-container{
  display: flex;
  flex-flow: row;
  align-items:stretch;
}

.flex-container .flex-col{
  display: flex;
  padding: 20px 0 20px 0;
  flex-grow: 1;
  flex-basis: 0;
  align-items: center;
}

.flex-col #loyalty-summary{
  flex-grow: 1;
  text-align: center;
}

.flex-col .points-indicator i{
  float: none;
  border-right: none;
  padding-right: 0;
}

#profile-nav.container, #profile .flex-container.container{
  margin-top: 0;
}

#profile-overall .counter h4 {
  font-weight: 600;
  line-height: 40px;
  font-size: 30px;
}


@media (max-width: 768px) {

  #shield-composit{
    transform: scale(0.85);
  }

  #profile-overall .flex-container.hidden-md, #profile-overall .flex-container.hidden-sm{
    display: flex;
  }

  .flex-container .flex-col{
    padding: 0;
  }

  #profile-overall .flex-container.container{
    height: 300px;
  }

  #profile-overall .flex-container.counter{
    margin: 10px 0;
  }

  #profile-overall .flex-container.counter h4{
    font-size: 16px;
    line-height: 20px;
  }

  #profile-overall .flex-container.counter p{
    font-size: 11px;
    line-height: 16px;
  }
}

/*
.navbar.sticky{
  background: #000;
  transition: all 0.5s ease;
}
*/

.outline-white{
  border-color: #fff;
  color: #fff;
}

.main-container{
  padding-top: 60px;
}

.video-container{
  position: relative;
  padding: 0;
}
.video-container #video-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.35);
}

#video-overlay .claim{
  width: 100%;
  position: absolute;
  bottom: 40%;
}

#profileForm h3 {
    margin: 0 0 5px 0;
}

#profileForm h3+p {
    color: #999;
    font-size: 12px;
}

#profileForm .form-section {
    margin-bottom: 20px;
}

p.input-legend {
    font-size: 12px;
    color: #999;
}

.dz-message{
  color: #666;
}

.modal-dialog.internal .modal-title{
  color: #333;
  text-transform: uppercase;
}

.modal-dialog.internal{
  width: 50%;

}

.lock-feature, #image-trigger{
  color: #e6242e;
}

.panel-default>.panel-heading {
    text-transform: uppercase;
    color: #fff;
    background: #e6242e;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px;
}

h3.fee-header {
    border-bottom: 3px solid #e7e7e7;
    padding: 10px;
}

#trainer-profile-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 100px;
    color: #fff;
}

#trainer-profile-header figure{
  height: 100px;
  width: 100px;
  border-radius: 50px ;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden;
  border:3px solid #fff;
}

.box a:not(.btn).bottom-trigger {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px 15px 15px 15px;
    margin: 10px -15px 0px -15px;
    background: #e91f26;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
}


.in-picture-logo {
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
    right: 15px;
    border-radius: 10px ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);
    margin-bottom: 15px;
}

.in-picture-logo + .col-md-12{
  width: calc(100% - 85px);
  line-height: 34px;
}

.in-picture-logo-big {
    height: 150px;
    width: 150px;
    position: absolute;
    z-index: 1;
    bottom: 60px;
    right: 40px;
    border-radius: 10px ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
  .in-picture-logo-big {
    height: 100px;
    width: 100px;
    bottom: 40px;
    right: 20px;
  }

  .in-picture-logo-big + .col-md-12{
    width: calc(100% - 120px);
  }
}

@media (max-width: 480px) {
  .in-picture-logo-big {
    height: 70px;
    width: 70px;
    bottom: 30px;
    right: 15px;
  }

  .in-picture-logo-big + .col-md-12{
    width: calc(100% - 85px);
  }
}


.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

#app-home,#upl-container{
  max-width: 600px;
  margin: auto;
}

.user-summary{
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:0 20px 10px 20px;
  border-bottom: 1px solid #e7e7e7;
}

.user-summary .picture-container{
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  font-size: 22px;
  color: #555;
}


.user-summary .text-container h3{
  color: #e6242e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
}

.user-summary .text-container h3 i{
  font-size: 22px;
  font-style: normal;
}

.user-summary .text-container h4{
  margin: 0;
}

.btn-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    font-size: 16px;
    color: #333;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn-simple:hover,.btn-simple:focus,.btn-simple:active{
  color: #000;
  text-decoration: none;
}

.btn-simple.logout,.btn-simple.logout:hover,.btn-simple.logout:focus,.btn-simple.logout:active{
  color: #e6242e;
  border-bottom: none;
}


.btn-cta-recipt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #f4c141;
    color: #333;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 20px 0;
}

.btn-cta-recipt:hover,.btn-cta-recipt:focus,.btn-cta-recipt:active{
  background: #f3d487;
  color: #666;
  text-decoration: none;
}

.dropzone .dz-preview .dz-image img {
    height: 100%!important;
    width: auto!important;
    margin: 0 auto!important;
}

.dropzone .dz-preview.dz-image-preview{
  background-color: transparent!important;
}


.dropzone{
  background: #f1f1f1!important;
  border: 4px solid #e7e7e7!important;
  min-height: 180px!important;
  padding: 0!important;
  margin: 5px 0 10px 0;
}

.dropzone .dz-message {
    margin: 5em 0!important;
}

.dz-message span{
  font-size: 18px!important;
}

.no-padding{
  padding: 0;
}

#upl-container{
  padding-top: 30px;
}

#upl-container h2{
  padding: 5px 0;
  margin: 0;
  font-size: 22px;
}

#upl-container h4{
  padding: 5px 0 20px 0;
  margin: 0;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
}

.label-container{
  font-size: 12px;
  padding: 0;
  color: #666;
}

#upl-container .btn-simple{
  padding: 10px 0;
  border-bottom: 0;
  margin-bottom: 10px;
}

#upl-container .btn-cta-recipt{
  margin: 10px 0;
  font-size: 17px;
}

#upl-container .form-control{
  height: auto;
  padding: 12px;
  margin-top: 5px;
}

.login-trigger-legend{
  text-align: center;
  font-size: 16px;
  background: #fef1d6;
  clear: both;
  padding: 10px 20px;
  margin: 0 10px 10px 10px;
  color:#666;
}

.login-trigger-legend a{
  color: #333;
  font-weight: bold;
}

.form-ctrl-align{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
}

.form-ctrl-align label{
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
}

.form-ctrl-align.error{
  border: 1px solid #ff0000;
}

.form-ctrl-align label.error{
  color: #ff0000;
}

.form-ctrl-align input[type="text"].form-control,
.form-ctrl-align input[type="password"].form-control{
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  height: auto;
  font-size: 15px;
  line-height: 26px;
}

p.terms-legend {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #666;
}

.label-ctrl-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#privacy-error.error {
    color: #ff0000;
    display: block;
    font-size: 13px;
}

.location-selector-item:hover, .location-selector-item:active, .location-selector-item:focus{
  color: #333;
  text-decoration: none;
}

.location-selector-item figure {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
    margin-bottom: 20px;
}

.location-selector-item figure div.img-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
}

.location-selector-item:hover figure{
  transform: scale(1.05);
}

.location-selector-item figure span{
  padding: 10px;
  font-size: 16px;
  color: #333;
  border-top: 1px solid #e7e7e7;
  display: block;
  font-weight: 500;
}


.light-gray-link, .light-gray-link:hover,.light-gray-link:active{
  color: #999;
  text-decoration: none;
  font-size: 15px;
  display: block;
  text-align: center;
  padding: 10px 20px 0 20px;
}

a.support-btn {
    float: right;
    padding: 10px;
    margin: 29px 0 0 0;
    color: #666;
}

a.support-btn:hover{
  text-decoration: none;
  color: #333;
}

a.support-btn span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 3px;
}

a.support-btn i {
    font-size: 18px;
}
