 /*------------------------------------*\
    $GLOBAL VARIABLES
\*------------------------------------*/

body {
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
p {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 41px;
  padding-left: 20px;
  font-family:'Open Sans', sans-serif;
  color: #848484;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}
.button {
  display: inline-block;
  width: 60px;
  height: 50px;
  margin-top: 0px;
  padding: 4px 15px;
  float: left;
  color: white;
  font-size: 18px;
  text-decoration: none;
  background:#e54b3f url('../images/play.png') center no-repeat;

    -moz-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    -webkit-transition: background .3s ease-in;
    transition: background .3s ease-in;
}

.button:hover{
  background: rgb(220,55,65) url('../images/play.png') center no-repeat;
}



/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.header {
  margin-top: 90px;
}
.heading {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 50px;
  float: left;
  font-family: Bitter, serif;
  font-size: 60px;
  font-weight: 400;
}
.heading_text {
  position: relative;
  display: block;
  margin-top: -30px;
  margin-left: 33px;
  padding-top: -107px;
  float: left;
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.logo {
  position: relative;
  display: block;
  float: left;
  margin-left: 160px;
}



/*------------------------------------*\
    $ANNOUNCEMENT DATE
\*------------------------------------*/
.date_container {
  position: relative;
  height: 50px;
  margin-top: 70px;
  background-color: #f58220;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.date_container:after,
.date_dontainer::after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    content: '';
    width: 0;
    height: 0;
    margin-left: -7px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #f58220 transparent transparent transparent;
}
.date {
  height: 50px;
}
.date_text {
  width: 50%;
  padding-top: 15px;
  padding-right: 5px;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 19px;
  font-weight: 300;
  text-align: right;
}
.date_time {
  width: 50%;
  padding-top: 15px;
  padding-left: 5px;
  float: right;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 21px;
  text-align: left;
}



/*------------------------------------*\
    $COUNTER
\*------------------------------------*/

.counter {
  position: relative;
  height: 250px;
  text-align: center;
  background-color: rgba(255,255,255,0.9);
}
.dias {
  position: static;
  display: inline-block;
  width: 33.3%;
  height: 100%;
  padding-top: 80px;
  float: left;
  letter-spacing: 0px;
}
.horas {
  display: inline-block;
  width: 33.3%;
  height: 100%;
  padding-top: 80px;
  float: left;
}
.minutos {
  display: inline-block;
  width: 33.3%;
  height: 100%;
  padding-top: 80px;
  float: left;
}
.numbers {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100px;
  float: none;
  font-family:'Open Sans', sans-serif;
  font-size: 130px;
  font-weight: 300;
}
.numbers_text {
	width: 100%;
	display: inline-block;
  font-family:'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 300;
}



/*------------------------------------*\
    $SECONDS LOADER
\*------------------------------------*/

.loader_container {
  margin-bottom: 70px;
}
.loader {
  display: block;
  height: 5px;
  background-color: #f58220;
}



/*------------------------------------*\
    $NEWSLETTER 
\*------------------------------------*/

.newsletter_container {
  margin-top: 60px;
}
.newsletter_box {
  display: inline-block;
  width: 40%;
  height: 300px;
  float: left;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 70px;
  border-bottom-left-radius: 5px;
}
.newsletter_text {
  height: 50px;
  padding-top: 13px;
  padding-left: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #e5e5e5;
  font-family:'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}
.newsletter_form {
  display: inline;
  width: 100%;
  height: 70px;
  margin-top: 32px;
  float: left;
}
.newsletter_input {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 50px;
  margin-left: 18px;
  padding-left: 12px;
  float: left;
  font-size: 16px;
}



/*------------------------------------*\
    $ABOUT CONTAINER
\*------------------------------------*/

.about_box {
  position: relative;
  display: inline-block;
  width: 55%;
  height: 300px;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 70px;
  border-bottom-right-radius: 5px;
  margin-left: 300px;
}
.about_text {
  width: 100%;
  height: 50px;
  padding-top: 13px;
  padding-left: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #e5e5e5;
  font-family:'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 25px;
  text-align: left;
}
.socials {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.social-icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  -webkit-background-size: 100% 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  opacity: 0.7;
}
/**
* More social icons are included in image folder. Add whatever you like.
*/
.twitter {
  background: url("../images/socials/social-005_twitter.png") center center;
  background-size: contain;
}
.dribbble {
  background: url("../images/socials/social-042_dribbble.png") center center;
  background-size: contain;
}
.facebook {
  background: url("../images/socials/social-006_facebook.png") center center;
  background-size: contain;
}
.youtube {
  background: url("../images/socials/social-018_youtube.png") center center;
  background-size: contain;
}
.skype {
  background: url("../images/socials/social-007_skype.png") center center;
  background-size: contain;
}



/*------------------------------------*\
    $BACKGROUND IMAGE SLIDER
\*------------------------------------*/
.bgOverlay {
  background-image:url("../images/dotted.png");
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0;
  margin: 0;
}
ul.sqBGimageSlideshow {
  list-style: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
  padding: 0;
  margin: 0;
}

ul.sqBGimageSlideshow li {
  position: absolute;
  width: 101%;
  height: 101%;
  top: -0.5%;
  left: -0.5%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .sqBGimageSlideshow li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* ...and hide the images */
.backgroundsize .sqBGimageSlideshow li img {
  display: none;
}

.sqBGimageSlideshow li img {
  display: block;
  width: 100%;
}

/* Fallback */

.no-js.no-backgroundsize .sqBGimageSlideshow li:first-child {
  opacity: 1;
}

.no-js.backgroundsize .sqBGimageSlideshow li:first-child img {
  display: block;
}

/*------------------------------------*\
    $VIDEO BACKGROUND
\*------------------------------------*/
#video_background { 
  position: fixed; 
  bottom: 0px; 
  right: 0px; 
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto; 
  z-index: -2; 
  /*overflow: hidden;*/
}



/*------------------------------------*\
    $MEDIA QUERIES
    Media queries makes site responsive
    depanding on device's width.
\*------------------------------------*/
@media (max-width: 991px) {
  .newsletter_box, .about_box {
    height: 320px;
  }
  .newsletter_form {
    height: 60px;
    margin-top: 15px;
  }
  .newsletter_input {
    width: 200px;
  }
  .form {
    height: 60px;
    float: left;
  }
  .socials {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  p {
    margin-top: 30px;
  }
  .logo {
    padding-left: 0px;
  }
  .heading_text {
    font-size: 16px;
	text-align: center;
  }
  .numbers {
    font-size: 90px;
  }
  .newsletter_box {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }
  .newsletter_form {
    margin-top: 16px;
  }
  .newsletter_input {
    width: 480px;
  }
  .about_box {
    width: 100%;
    height: 250px;
  }
  .socials {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .header {
    margin-top: 30px;
    text-align: center;
  }
  .heading {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
  }
  .logo {
    display: inline;
    float: none;
  }
  .heading_text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 25px;
  }
  .date_text {
    width: 50%;
    margin-top: 5px;
    float: left;
    font-size: 12px;
  }
  .date_time {
    width: 50%;
    margin-top: 5px;
    float: left;
    font-size: 14px;
  }
  .counter {
    height: 200px;
  }
  .dias {
    padding-top: 60px;
  }
  .numbers {
    font-size: 70px;
    height: 40px;
  }
  .numbers_text {
    margin-top: 20px;
    font-size: 24px;
  }
  .horas {
    padding-top: 60px;
  }
  .minutos {
    padding-top: 60px;
  }
  .newsletter_box {
    height: auto;
  }
  .newsletter_form {
    margin-top: 20px;
  }
  .newsletter_input {
    width: 80%;
  }
  .about_box {
    height: auto;
  }  
}
@media (max-width: 320px) {
  .heading, .heading_text {
    line-height: 20px;
    color: #333;
  }
  .date_text {
    font-size: 11px;
  }
  .date_time {
    font-size: 12px;
  }
  .numbers {
    font-size: 60px;
  }
  .newsletter_input {
    width: 70%;
  }
}