*,
*:before,
*:after {
  box-sizing: border-box;
}


@charset "utf-8";
/* CSS Document */







html, body {
	height: 100%;
}

body {
    font-family: 'Josefin Sans', sans-serif;
	  text-rendering: optimizelegibility;
  	-webkit-font-smoothing: antialiased;
	  line-height: 1.6;
    overflow-x: hidden;
    background-color: #000;
    background-image: url("../images/home_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
p { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
	  font-weight: normal;
	  margin: 0;
	  line-height: normal;
    font-family: 'Yeseva One', cursive;
    padding-bottom: 10px;
}

.header {
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 50px 10px;
}
.header a {
    color: #fff;
    background: #E80024;
    box-shadow: 0 21px 31px 0 rgba(0,0,0,0.20);
    border-radius: 25.5px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    margin: 5px;
    padding-bottom: 8px;
}
.header a:hover {
    opacity: 0.8;
}
.img_svg { width: 40px; padding-top: 20%;}

.grey { background-color: #F9F9F9; margin-top: 100px; padding: 150px 0; overflow: hidden;}
.grey2 { background-color: #F9F9F9; overflow: hidden; padding: 30px 0;}
.header h1 { padding-top: 40px; font-size: 5em; }
.header p { font-size: 1.5em; }
.spacer { display: block; width: 100%; height: 80px; clear: both;}
.main {
    box-shadow: 0 2px 54px 0 rgba(0,0,0,0.05);
    border-radius: 10px;
    background: rgba(0,0,0,0.16);
    width: 60%;
    background: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.main h2 {
    font-size: 2em;
}
.h2_svg { width: 40px;}
.main p {
    margin: 0;
    padding: 0 10%;
}
.main_50 { width: 50%; float: left; }

.w33 { 
  width: 33%;
  float: left;
  text-align: center; 
  height: 80px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.w33_more a{
  background: #BD0F12;
  box-shadow: 0 4px 21px 0 rgba(0,0,0,0.20);
  color: #fff;
  font-family: 'Yeseva One', cursive;
  font-size: 1em;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 0px 10px 0px 10px;
}

.main_right { float: right; } 
.img_100 {
    width: 100%;

}
.img_100_full { width: 100%; }

.img_hero {
    width: 80%;
}
.img_footer {
  width: 70%;
  padding-top: 30px;
  padding-bottom: 40px;
}
.social { font-size: 0.8em; color: #CCC;}
.social a { margin: 0px 10px; text-decoration: none; color: #000; }
.social a:hover {color: #E80324;}
.top_hero {
    margin-top: -100px;
}
.play_btn { position: absolute; width: 100%; left: 0; padding-top: 15%; z-index: 5;}

.play_btn img { width: 148px; } 
.play_btn img:hover { opacity: 0.9; }
.play_btn_footer {padding-top: 9%; } 



#bts_footer {
  color: #fff;
  text-align: center;
  clear: both;
  width: 80%;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 100px;
}
#bts_footer h2{
 font-size: 2em;
} 
.bts_footer_img{
  width: 60%;
  padding-top: 40px;
  padding-bottom: 80px;
}

.social_icons { height: 24px; margin: 5px;}


.popup {
  position: fixed;
  max-width: 100%;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,.9);
  visibility: hidden;
  opacity: 0;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 10;
}
.popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-close {
  position: absolute;
  max-width: 100%;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.9);

}
.popup .close {
  position: absolute;
  right: -40px;
  top: -40px;
  color: #FFF;
  transition: color .3s;
  font-size: 4em;

  text-decoration: none;
}
.popup .close:hover {
  color: #ccc;
}

.close-popup {
  background: rgba(0,0,0,.9);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 9;

}
.popup:target + .close-popup{  
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}





.main_share {
  position: absolute;
  font-size: 12px;
  background: rgba(0,0,0,0.2);
  border-radius: 20px;
  color: #D2C4B1;
  padding: 0 20px;
  z-index: 6;
  margin: 10px;
}
.main_share a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}




@media only screen and (max-width: 1450px) {
  .main { width: 90%; }
  .header h1 { font-size: 4em; }
}

@media only screen and (max-width: 600px) {
  .main { width: 95%; }
  .top_hero { margin-top: -50px; }
  .img_hero { width: 100%; }
  .header a { display: block; }
  .header h1 { padding-top: 40px; font-size: 3em; }
  .header p { font-size: 1em; }
  .header { padding-top: 10px; }
  .main h2 { font-size: 1.5em; }
  .main p { font-size: 18px; }
  .play_btn { position: absolute; width: 100%; left: 0; }
  .play_btn img { width: 100px; }
  .main_50 { width: 100%; float: none; }
  .grey { padding: 0; padding-bottom: 100px;}
  .img_svg { padding-top: 5%;}
  .popup { width: 90%; padding: 0px;}
  .w33 { width: 100%; } 
  #bts_footer { margin-top: 50px; }
  .bts_footer_img { width: 100% }
  .img_footer { width: 90%; }


  .popup .close {
    position: relative;
    right: auto;
    top: auto;
    font-size: 2em;
  }


}