.flex-video {
  border-top: 0;
  border-bottom: 0;
  border-left: 20px solid #000;
  border-right: 20px solid #000;
  border-radius: 15px;
  background-color: #000;
}

@media (max-width: 1200px) {
  .flex-video {
    border-left: 15px solid #000;
    border-right: 15px solid #000;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .flex-video {
    border-left: 15px solid #000;
    border-right: 15px solid #000;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .flex-video {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .flex-video {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    border-radius: 5px;
  }
}
.newpost {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: absolute;
  padding: 6px 0px 0px 30px;
  background: transparent url("../img/grey-arrow.svg") no-repeat left top;
  background-size: 20px 20px;
  right: 113px;
  top: 65px;
}

.newpost.logged-in {
  right: 90px;
}

.hero {
  margin-top: 200px;
  margin-bottom: 160px;
}

.hero-video {
  text-align: center;
}

#NotifyArrow {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 25px;
  top: 70px;
  opacity: 0.8;
}

#NotifyText {
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  text-align: right;
  width: 180px;
  right: 70px;
  top: 85px;
  opacity: 0.9;
}

#WorldcupApiLink {
  font-family: "HelveticaNeue-CondensedBold", sans-serif;
  font-size: 18px;
  color: #333;
  /*  color:#FCDA33;*/
  /*  opacity:0.6;*/
  padding: 110px 20px 0 20px;
  margin-top: 45px;
  display: inline-block;
  background: #fff url("/img/brazil_flag.png") no-repeat 50% top;
  /*  background-size:100px auto;*/
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#WorldcupApiLink:hover {
  opacity: 0.8;
  text-decoration: none;
}

.hero-intro {
  text-align: center;
  /*  margin-bottom:180px;*/
  margin-bottom: 80px;
}

.hero-intro h1 {
  font-size: 72px;
  font-weight: 100;
  font-style: normal;
  margin: 0;
}

.hero-intro p {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 80px;
}

.hero-intro h1 span {
  vertical-align: bottom;
  font-weight: 500;
}

.signup-container {
  text-align: center;
}

.signup-container .btn.btn-primary.btn-lg {
  font-family: "Raleway", "sans-serif";
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  background: #659fc0;
  border-color: #659fc0;
}

.promo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.promo h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 36px;
  margin-top: 0;
}

.promo .row div {
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #eee;
}

.promo .row:last-child div {
  border-bottom: 0;
}

.promo .promo-icon {
  width: 30%;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.1)));
}

.promo .promo-icon.promo-icon-phone {
  width: 15%;
  margin-right: 15%;
}

.promo .promo-left {
  float: left;
  margin-right: 5%;
}

.promo .promo-right {
  float: right;
  margin-left: 5%;
}

.promo p {
  font-size: 20px;
  font-weight: 300;
  font-family: sans-serif;
  color: #999;
}

@media (max-width: 480px) {
  #Header .navbar-collapse li form {
    margin: -5px 0 0 0;
    border: none;
  }

  #Header .navbar-collapse li input {
    display: none;
    margin-left: 10px;
  }

  .hero {
    margin-top: 90px;
    margin-bottom: 100px;
  }

  .hero-intro {
    margin-bottom: 90px;
  }

  .hero-intro h1 {
    font-size: 56px;
  }

  .hero-intro p {
    font-size: 18px;
  }

  .promo .row div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }

  .promo h3 {
    font-size: 32px;
  }

  .promo p {
    font-size: 18px;
    clear: both;
  }
}
#BetaForm {
  margin: 0 auto 10px;
  padding: 20px;
  border-radius: 10px;
  color: white;
  min-height: 250px;
  background-color: #1693db;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1693db), to(#0c7bbb));
  background: -webkit-linear-gradient(top, #1693db, #0c7bbb);
  background: -moz-linear-gradient(top, #1693db, #0c7bbb);
  background: -ms-linear-gradient(top, #1693db, #0c7bbb);
  background: -o-linear-gradient(top, #1693db, #0c7bbb);
}

.beta-signup {
  margin-bottom: 160px;
  min-height: 370px;
}

#BetaForm p {
  font-size: 18px;
}

#BetaForm .form-group {
  /*  margin-bottom:8px;*/
}

#BetaForm .beta-description {
  margin-bottom: 40px;
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 300;
  text-align: center;
}

#BetaForm .beta-invite-tagline,
#BetaForm .beta-signup-message {
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 300;
  margin-bottom: 20px;
}

.beta-signup-message {
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  #BetaForm {
    min-height: 380px;
  }

  .beta-signup {
    margin-bottom: 40px;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  #BetaForm .beta-signup-message {
    margin-top: 40px;
  }

  #BetaForm .beta-description {
    font-size: 18px;
  }

  #BetaForm .form-group {
    margin-bottom: 10px;
  }

  #BetaForm .beta-invite-tagline,
#BetaForm .beta-signup-message {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #BetaForm {
    padding: 15px;
    min-height: 290px;
    border-radius: 5px;
  }

  .beta-signup {
    margin-bottom: 40px;
    min-height: 310px;
  }

  #BetaForm #BetaSubmit {
    width: 100%;
  }
}
.request-invite-standalone {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .request-invite-standalone {
    margin-top: 50px;
  }

  #BetaForm {
    min-height: 345px;
  }

  #BetaForm .beta-signup {
    min-height: 365px;
  }

  #BetaForm .beta-description {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }

  #BetaForm .beta-invite-tagline,
#BetaForm .beta-signup-message {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#Index .hero.has-overlay,
#Index .promo.has-overlay {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
#Index div.overlay-hide {
  display: none;
}

#Index div.overlay {
  position: fixed;
  top: 63px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .9);
  z-index: 99970;
  overflow: scroll;
}
#Index div.dialog {
  position: fixed;
  width: 800px;
}

#Index div.overlay-content {
  top: 63px;
  left: 0;
  padding-top: 20px;
  position: absolute;
  z-index: 99980;
}
#Index div.overlay-content div.overlay-wrapper {
  margin: 0 auto;
  width: 50%;
  color: #000;
}

@media (max-width: 991px) {
  #Index div.overlay-content div.overlay-wrapper {
    width: 80%;
  }
}

@media (max-width: 761px) {
  #Index div.overlay-content div.overlay-wrapper {
    width: 90%;
  }
}

#Index div.overlay-header {
  height: 50px;
}
#Index div.overlay-content .index-warning {
  color: #f07a60;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
#Index div.overlay-content h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
#Index div.overlay-content p.message {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
}
#Index div.overlay-content div.message-section {
  margin-top: 50px;
}
#Index div.overlay-content div.message-section h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
#Index div.overlay-content div.message-section p {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  opacity: 0.9;
  margin-bottom: 15px;
}
#Index div.overlay-content div.message-section p a, #Index div.overlay-content div.message-section p a:hover, #Index div.overlay-content div.message-section p a:visited {
  opacity: 1;
}
#Index button.close.overlay-close-button,
#Index button.close.overlay-close-button:active,
#Index button.close.overlay-close-button:hover {
  outline: 0;
  cursor: pointer !important;
}

#Index .desktop-download-link {
  margin-top: 120px;
}
