* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, html {height: 100%;}

body {
  font-family: 'Helvetica Neue', Helvetica;
}

.wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .wrapper {
    width: 90%;
  }
}

/*--------------------------------- TABS ---------------------------------*/

.tab_wrapper {
  width: 100%;
  height: 4.95rem;
  padding-left: 4.9rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 999999;
  overflow: hidden;
}
}

.tab {
  width: 80vw;
/*  overflow: hidden;*/
}

.tab button {
  width: 16%;
  overflow: hidden;
  background-color: inherit;
  font-weight: 300;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2.1rem 0 2.1rem 0;    
  transition: 0.3s;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.tablinks {
  cursor: pointer;
}

.tab button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.tab button.active {
  font-weight: bold;
}

.tabcontent {
/*  display: none;*/
  border-top: none;
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab .icon {
    display: none;
}

a.icon {
  color: #000;
  text-align: right;
  font-size: 2rem;
  padding: 0.5rem;
}

.return_tabBtn {
  display: none;
}

@media screen and (max-width: 900px) {
  .tab_wrapper {
    padding-left: 0;
    background-color: inherit;
	 overflow:visible!important;
  }
  .tab {
    width: 98vw;
	  
  }
  .tab button {
    width: 100%;
	  clear: both;
    display: none;
    background-color: #fff;
  }
  .tab button:hover {
    background-color: #d1d1d1;
  }
  .tab a.icon {
    float: right;
    display: block;
    position: fixed;
    right: 1.4rem;
  }
  #myTab {
    position: fixed;
  }
  .tab.responsive {
    position: relative;
  }
  .tab.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .tab.responsive button {
    float: none;
    display: block;
    text-align: center;
  }
  .return_tabBtn {
    display: block;
  }
}

@media (min-width: 900px) and (max-width: 1300px) {
  .tab_wrapper {
    padding-left: 5rem;
  }
  .tab {
    width: 90vw;
  }
  .tab button {
    letter-spacing: 0.1rem;
  }
}

/*-------------- RETURN --------------*/

.return_btn {
  position: fixed;
  text-decoration: none;
  color: #000;
  z-index: 10;
  font-size: 1rem;
}

.return_btn button {
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.6);
  width: 4.95rem;
  height: 4.95rem;
  position: absolute;
  z-index: 10;
  font-size: 2.6rem;
  cursor: pointer;
}

.return::after {
  content: "BACK TO REP CONSOLE";
  transform: rotate(90deg);
  position: absolute;
  top: 11.6rem;
  left: -3.9rem;
  width: 12.5rem;
  z-index: 10;
  font-size: 0.8rem;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .return_btn,
  .return_btn button,
  .return::after {
    display: none;
  }
}

/*---------------------------------- MAIN ----------------------------------*/


.main-menu {position: fixed;background: rgba(255,255,255,0.93);box-shadow: 0 0 30px rgba(0,0,0,0.1);}

#main .hero {
/*
  background: url("../img/main/hero_background.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
*/
}

.main_header {
  padding: 2rem 0 5.6rem 0;
  text-align: center;
}

.main_header img {
  width: 60%;
  padding: 2rem;
}

.main_header .block {
  font-size: 1.3rem;
  font-weight: 300;
}

.no_frame {
  font-size: 1.6rem;
  font-weight: 100;
}

.no_frame .bold {
  padding: 0.4rem 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.no_frame_main::before {
  content: "";
  width: 90%;
  height: 10rem;
  border: 1px solid #000;
  border-bottom: none;
  position: absolute;
  left: 5%;
  top: 1.5rem;
}

.no_frame_main::after {
  content: "";
  width: 90%;
  height: 6rem;
  border: 1px solid #000;
  border-top: none;
  position: absolute;
  left: 5%;
  top: 22rem;
}

.info {
  position: relative;
  font-weight: 300;
  padding: 3.75rem 0 3.75rem 0;
}

/*
.info::before {
  content: "";
  width: 3.1rem;
  height: 1rem;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 1.5rem;
  transform: translateX(-50%);
}
*/

.align_right {
  text-align: right;
  font-weight: 100;
  line-height: 1.4rem;
}

.align_left {
  text-align: left;
  font-weight: 100;
  line-height: 1.4rem;
}

.align_center {
  text-align: center;
}

.info_title {
  display: block;
  padding-bottom: 1.5rem;
}

.min_mission_Y span,
.min_mission_eclat span,
.min_ritual span,
.min_club_mission span {
  padding: 1.25rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  position: absolute;
  z-index: 2;
}

.min_mission_Y img,
.min_mission_eclat img,
.min_ritual img,
.min_club_mission img {
  padding: 0.3rem;
}

.min_mission_Y,
.min_mission_eclat,
.min_ritual,
.min_club_mission {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.site_bottom {
  padding-bottom: 3.7rem;
}

.semibold {
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.block {
  display: block;
}

.space {
  padding-bottom: 1rem;
}

.space2 {
  padding-bottom: 1.8rem;
}

img {
  width: 100%;
}

@media (max-width: 576px) {
  .no_frame_main::before {
    height: 12rem;
    top: 0.5rem;
  }
  .main_header img {
    width: 100%;
  }
  .align_right {
    text-align: center;
    padding-bottom: 1rem;
  }
  .align_left {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .no_frame_main::after {
    top: 24rem;
  }
}

/*--------------------------------- RITUAL ---------------------------------*/


#ritual .hero {
  background: url("../img/ritual/hero_background.png");
  background-size: cover;
  height: 100vh;
}

.ritual_header {
  padding: 8rem 0 5.6rem 0;
  text-align: center;
}

.ritual_header .block {
  font-size: 1.6rem;
  padding-bottom: 1.8rem;
}

.no_frame_ritual {
  font-size: 1.3rem;
}

.no_frame_ritual::before {
  content: "";
  width: 90%;
  height: 8rem;
  border: 1px solid #000;
  border-bottom: none;
  position: absolute;
  left: 5%;
  top: -1rem;
}

.no_frame_ritual::after {
  content: "";
  width: 90%;
  height: 6rem;
  border: 1px solid #000;
  border-top: none;
  position: absolute;
  left: 5%;
  top: 21rem;
}

.ritual-info {
  font-size: 2rem;
  width: 100%;
  text-align: center;
}

.steps {
  border-bottom: 1px solid #000;
  padding: 3.7rem 0 3.7rem 0;
}

.step_title {
  font-size: 1.8rem;
  font-weight: 100;
}

.before1::before {
  content: "1.";
}
.before2::before {
  content: "2.";
}
.before3::before {
  content: "3.";
}
.before4::before {
  content: "4.";
}

.before1::before,
.before2::before,
.before3::before,
.before4::before {
  font-size: 9rem;
  color: #000;
  position: absolute;
  left: -8.75rem;
  top: -1.8rem;
  font-weight: 100;
}

.step_desc {
  display: block;
  padding-top: 1.25rem;
  font-size: 1.4rem;
  font-weight: 100;
}

.last_step {
  padding: 3.75rem 0 3.75rem 0;
}

@media (max-width: 992px) {
  .steps img,
  .last_step img {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .step_title {
    font-size: 1.4rem;
  }
  .before1::before,
  .before2::before,
  .before3::before,
  .before4::before {
    font-size: 5rem;
    left: -4rem;
    top: -0.8rem;
  }
  .step_desc {
    font-size: 1.2rem;
  }

  .no_frame {
    font-size: 1.2rem;
  }

  .no_frame_ritual::before {
    height: 4rem;
    top: 0;
  }
  .no_frame_ritual::after {
    height: 6rem;
    top: 23rem;
  }
}

/*-------------------------------- MISSION Y --------------------------------*/

#mission_Y .hero {
  background: url("../img/mission_Y/hero_background.png");
  background-size: cover;
  height: 100vh;
}

.description {
  font-weight: 100;
  font-size: 1.2rem;
}

.mission_Y_header {
  text-align: center;
  padding: 3.1rem 5rem 5rem 5rem;
  border: 1px solid #000;
  font-weight: 300;
}

.mission_Y_header img {
  padding-bottom: 2.5rem;
}

.mission_Y_header span {
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .products .col-12 {
    padding: 5.6rem 0 5.6rem 0;
    border-top: 1px solid #000;
  }
}

@media (min-width: 993px) {
  .products {
    border-top: 1px solid #000;
    padding: 5.6rem 0 5.6rem 0;
  }
}


@media (max-width: 576px) {
  .mission_Y_header {
    padding: 3rem;
  }
}

/*------------------------------ MISSION ECLAT ------------------------------*/

#mission_eclat .hero {
  background: url("../img/mission_eclat/hero_background.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.hero .container,
.hero_row {
  height: inherit;
}

.mission_eclat_header {
  text-align: center;
  padding: 3.1rem 3.1rem 5.6rem 3.1rem;
  border: 1px solid #000;
  font-weight: 300;
}

.eclat_title {
  color: #6b561c;
  font-size: 3rem;
  padding-bottom: 1.8rem;
}

.eclat_title img {
  width: inherit;
  max-width: 250px;
}

.eclat_title_desc {
  font-size: 1.6rem;
}

.price {
	font-size: 0.5em;
	vertical-align:super;
}

.height {
  height: 100%;
}

.frame_prod {
  padding: 1.25rem 1.25rem 1.25rem 6.25rem;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}

.frame_img {
  position: absolute;
  z-index: 2;
  left: -1rem;
  top: -6.25rem;
  width: 200%;
}

.prod5 {
  padding-top: 1.25rem;
}

@media (max-width: 576px) {
  .frame_prod {
    padding: 1rem 1rem 1rem 3rem;
  }
}




/*------------------------------ Masca Japoneza ------------------------------*/





#masca_japoneza {;color: #fff;}
#masca_japoneza .hero {
  background:#0b3a84 url("../img/masca/masca-bg.jpg");
  background-size: cover;
  height: 100vh;
}



#masca_japoneza .masca-title {text-align: center;font-weight: normal;border:1px solid #fff;padding: 50px;}
#masca_japoneza .masca-title h2, #masca_japoneza .masca-title h3, #masca_japoneza .masca-title h4 {font-weight: 100;font-size: 32px;}

#masca_japoneza .masca-text {font-weight: 200;background: tranparent;clear: both;padding: 20px 0;line-height: 22px;}

#masca_japoneza .masca-folosire {background: #fff;color: #000;padding: 20px 70px 40px 20px;}
#masca_japoneza .masca-folosire h2 {color: #000;text-align: center;border-bottom: 1px solid #ccc;padding: 5px;margin: 10px 20px 30px 20px;font-weight: 100;}
#masca_japoneza .masca-folosire .masca-thumbnail {width: 30%;float: left;margin: 15px;}
#masca_japoneza .masca-folosire span {font-weight: 200;font-size: 15px;line-height: 20px;}

.buton-comanda {background: #000;color: #fff;padding: 15px 0;text-decoration: none;display: block;text-align: center;font-weight: 200;margin: 15px 0;}
.buton-comanda:hover {background: #ea6d6c;}

.spacer {display: block;height: 15px;}

.product_img {padding-top:50px;}

.step_desc {text-align: center;}

.carousel .carousel-item {}

.slide1, .slide2 {min-height: 100%!important;}


.slide1 {background: url("../img/main/hero_background.png");
  background-size: cover;
  background-position: center;
  height: 100vh;}

.slide2 {background: #eefeff url("../img/main/hero_background_2.jpg");
background-size: cover;
  background-position: center;
  height: 100vh;	
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;

}

.home-box {position: relative;}

.home-box .gorep {text-align: center!important;width: 99%;position: absolute;padding: 30px;top:22%;margin:0 auto;font-size: 22px;font-weight: 200;}


.home-box .home-texts {position: absolute;width: 70%;text-align: center;margin: 45% 15% ;background: rgba(255,255,255,0.7);padding: 10px;border:1px solid #fff;}
.home-box .home-texts span {}
.home-box .home-texts span strong {display: block;}
.home-box .buton-comanda {}
.home-box .buton-comanda:hover {color:#fff;text-decoration: none;}


.video-box {display:none;}
.video-box a {color: #7e7e7e;text-decoration: none;font-weight: 200;}
.video-box a .video-text {text-align: center;display: block;padding: 10px 0;}
.video-box a:hover .video-text {color: #000;}

.greutate, .cod, .pret {display: block;clear: both;}

.greutate {text-align: center;}
.cod {font-weight: bold;padding: 5px;text-align: center;}
.cod::before {content: "Cod: "}
.pret {font-size: 42px;border:1px solid #ddd;padding: 10px;text-align: center;}
/*
.pret::before { 
    content: "Preț: ";
	font-size: 22px;
	padding-bottom: 7px;
}
*/
.pret .price {}

.pas-estential {background: #ea6d6c;color: #fff;text-align: center;display: block;margin: 5px;padding: 5px;text-transform: uppercase;}


/*------------------------------ CLUB MISSION ------------------------------*/

#club_mission .hero {
  background: url("../img/club_mission/hero_background.png");
  background-size: cover;
  height: 100vh;
}

.club_header {
  text-align: center;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  padding: 1rem;
}

.club_header_shadow {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.club_title {
  color: #ea6d6c;
  padding: 0.3rem;
  display: block;
  padding: 2rem 0 1rem 0;
  font-size: 2.4rem;
}

.mission_club_logo {
  width: 30%;
}

.club_header_light {
  position: relative;
  display: block;
  padding-top: 5rem;
  font-size: 1.3rem;
  font-weight: 100;
}

/*
.club_header_light::before {
  content: "";
  width: 3.1rem;
  height: 1rem;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
}
*/

.club_header_bold {
  padding: 2rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
}

.benefits {
  border-bottom: 1px solid #000;
  padding: 3.75rem 0 3.75rem 0;
  font-size: 2rem;
}

.benefit_desc {
  font-size: 1.2rem;
  font-weight: 300;
}

.italic {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 300;
}

.sign_up {
  padding:3.75rem;
  text-align: center;
  font-weight: 300;
}

.sign_up_title {
  font-size: 3rem;
  color: #ea6d6c;
  display: block;
  padding-bottom: 1.25rem;
}

.sign_up_info {
  font-size: 1.8rem;
  display: block;
  padding-bottom: 1.25rem;
}

.sign_up_note {
  font-size: 2rem;
  display: block;
  padding-bottom: 4rem;
  font-weight: bold;
}

.sign_up_btn {
  font-size: 2rem;
  border: none;
  color: #fff;
  background-color: #000;
  padding: 1.8rem 3.75rem 1.8rem 3.75rem;
  font-weight: bold;
}

@media (max-width: 992px) {
  .club_header {
    padding: 0.8rem;
  }
  .club_title {
    padding: 0 0 1rem 0;
    font-size: 2rem;
  }
  .club_header_light {
    padding-top: 5rem;
    font-size: 1.1rem;
  }
  .club_header_bold {
    padding: 2rem;
    font-size: 1.2rem;
  }

  .sign_up {
    padding:2rem;
  }
  .sign_up_title {
    font-size: 2.6rem;
  }
  .sign_up_info {
    font-size: 1.4rem;
  }
  .sign_up_note {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
  .sign_up_btn {
    font-size: 1.8rem;
    padding: 1.6rem 3rem 1.6rem 3rem;
  }

  .benefit_img {
    padding: 2rem;
  }
}

@media (min-width: 1100px) {
  .benefit_img {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .benefit_desc {
    font-size: 1rem;
  }
  .italic {
    font-size: 1rem;
  }
/*
  .club_header_light::before {
    display: none;
  }
*/
  .club_header_light {
    padding-top: 2rem;
  }
  .club_header_bold {
    padding: 1rem;
  }
}

p {
    position:absolute;
    float: left;
    font-weight: 800;
    padding-bottom: 1%;
    text-align: center;
}

.rep {
    padding-bottom: 10%;
}

.btn, .btn-lg {
    background-color: fuchsia;
    border: 2px solid fuchsia;
    color: white;
}

