

/* CSS Document */
body {
  margin: 0px;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif; }

a {
  text-decoration: none;
  color: #2C7BDC; }

a:hover {
  text-decoration: underline;
  color: #0099CC; }

/* ================================ LOADER ===================================*/
#loader {
  display: none;
  position: fixed;
  z-index: 99999;
  background: url(../images/loader/bg_transparent.png); }

#loader_position {
  background: #fff;
  width: 48px;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  padding: 8px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* ================================ WEBSITE TOP MESSAGE ===================================*/
.website_system_message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  width: 100%;
  border: 1px solid;
  color: #fff;
  padding: 15px;
  position: fixed;
  _position: absolute;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  animation: animate-bg 5s linear infinite;
  text-align: center;
  z-index: 9999 !important;
  font-size: 20px;
  font-family: Calibri, Arial, Helvetica, Sans-serif;
  font-weight: bold;
  display: none; }

.website_system_message.info {
  background-color: #4ea5cd;
  border-color: #3b8eb5; }

.website_system_message.error {
  background-color: #de4343;
  border-color: #c43d3d; }

.website_system_message.warning {
  background-color: #eaaf51;
  border-color: #d99a36; }

.website_system_message.success {
  background-color: #61b832;
  border-color: #55a12c; }

.clear {
  clear: both; }

.none {
  display: none; }

.relative {
  position: relative; }

body {
  font-family: 'Exo', sans-serif; }
  body .header {
    position: relative; }
    body .header .banner img {
      max-width: 100%;
      margin-top: -60px; }
      @media (max-width: 992px) {
        body .header .banner img {
          margin-top: -10px; } }
    body .header .logo img {
      position: absolute;
      top: 20px;
      left: 20px;
      height: 100px; }
      @media (max-width: 992px) {
        body .header .logo img {
          top: 55px;
          height: 50px; } }
    body .header .menu {
      text-align: center;
      margin-top: -50px; }
      body .header .menu .burger {
        background-color: #114d86;
        color: #fff;
        display: inline-block;
        text-align: center;
        padding: 10px;
        border-radius: 20px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px; }
      @media (max-width: 992px) {
        body .header .menu {
          text-align: right;
          position: absolute;
          top: 110px;
          right: 0px;
          width: 50%;
          z-index: 9999; } }
      @media (min-width: 992px) {
        body .header .menu .burger {
          display: none; } }
      @media (max-width: 992px) {
        body .header .menu .menu_items {
          display: none; } }
      @media (max-width: 992px) {
        body .header .menu .menu_items.active {
          display: block !important; } }
      body .header .menu a {
        background-color: #114d86;
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 18%;
        border-radius: 20px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 15px 0;
        font-size: 20px; }
        @media (max-width: 992px) {
          body .header .menu a {
            width: 100%;
            font-size: 16px;
            margin-bottom: 5px; } }
        body .header .menu a:hover {
          background-color: #1a66af;
          text-decoration: none; }
  body .home-page {
    margin-top: 20px; }
    body .home-page .gallery .search {
      width: 50%;
      margin: 0 auto;
      position: relative; }
      body .home-page .gallery .search input {
        border: 0;
        background-color: #d7d7d7;
        color: #fff;
        outline: 0;
        border-radius: 30px;
        padding: 10px 30px;
        width: 100%;
        display: block; }
      body .home-page .gallery .search:before {
        font-family: FontAwesome;
        content: "\f002";
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff; }
    body .home-page .gallery .search_results {
      margin-top: 30px; }
      body .home-page .gallery .search_results .item {
        width: 100%;
        height: 250px;
        position: relative;
        transition-duration: 0.5s;
        cursor: pointer;
        margin-bottom: 20px;
        white-space: nowrap;
        text-align: center; }
        body .home-page .gallery .search_results .item:hover {
          background-color: #eb8b00; }
          body .home-page .gallery .search_results .item:hover.active_video {
            background-color: transparent; }
          body .home-page .gallery .search_results .item:hover .thumb {
            opacity: 0.5; }
        body .home-page .gallery .search_results .item .helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        body .home-page .gallery .search_results .item .thumb {
          max-width: 100%;
          max-height: 250px;
          vertical-align: middle;
          margin-left: -5px; }
        body .home-page .gallery .search_results .item .logo {
          position: absolute;
          top: 10px;
          left: 10px; }
          body .home-page .gallery .search_results .item .logo img {
            width: 100px; }
        body .home-page .gallery .search_results .item .play_btn {
          position: absolute;
          top: 50px;
          left: 160px; }
          body .home-page .gallery .search_results .item .play_btn img {
            height: 100px; }
        body .home-page .gallery .search_results .item .winner {
          position: absolute;
          top: 10px;
          right: 10px; }
          body .home-page .gallery .search_results .item .winner img {
            width: 100px; }
        body .home-page .gallery .search_results .item .data {
          position: absolute;
          left: 10px;
          bottom: 10px;
          -webkit-text-stroke: 1px #fff;
          color: #eb8b00;
          font-weight: 900;
          font-size: 21px;
          text-align: left; }
  body .register-page {
    margin-top: 20px;
    margin-bottom: 20px; }
    body .register-page .instructions img {
      max-width: 100%; }
    body .register-page .cta {
      margin-top: 20px; }
      body .register-page .cta a {
        background-color: #114d86;
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        display: block;
        border-radius: 20px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 15px 0;
        font-size: 35px; }
        body .register-page .cta a:hover {
          background-color: #1a66af;
          text-decoration: none; }
    body .register-page .video-preview img {
      width: 100%; }
      @media (max-width: 992px) {
        body .register-page .video-preview img {
          margin-top: 20px;
          margin-bottom: 20px; } }
    body .register-page .reg_form {
      margin-top: 20px; }
      body .register-page .reg_form .row {
        margin-bottom: 20px; }
        body .register-page .reg_form .row input {
          width: 100%;
          background-color: #d7d7d7;
          border-radius: 10px;
          border: 0px;
          font-size: 22px;
          outline: 0;
          padding: 3px 10px; }
        body .register-page .reg_form .row .field_name {
          text-align: right;
          font-size: 25px;
          color: #eb8b00; }
          @media (max-width: 992px) {
            body .register-page .reg_form .row .field_name {
              font-size: 18px; } }
        body .register-page .reg_form .row .rules {
          color: #eb8b00; }
          body .register-page .reg_form .row .rules a {
            color: #eb8b00;
            font-size: 25px; }
            @media (max-width: 992px) {
              body .register-page .reg_form .row .rules a {
                font-size: 18px; } }
        body .register-page .reg_form .row i {
          font-size: 30px; }
          @media (max-width: 992px) {
            body .register-page .reg_form .row i {
              font-size: 25px; } }
  body .rules-page {
    margin-top: 20px; }
    body .rules-page .rules-holder {
      color: #114d86;
      font-weight: 700;
      width: 100%;
      height: 60vh;
      overflow-x: hidden;
      padding: 20px 0px 50px 0px;
      margin-bottom: 50px; }

.footer_instructions {
  margin-bottom: 50px; }
  .footer_instructions img {
    max-width: 100%; }
  .footer_instructions .cta a {
    font-weight: 900;
    font-size: 45px; }

.promo_header .instructions img {
  max-width: 100%; }
.promo_header .video-preview iframe {
  width: 100%;
  height: 350px;
  border: 5px solid #eb8b00;
  border-radius: 3px; }
  @media (max-width: 992px) {
    .promo_header .video-preview iframe {
      height: 200px;
      margin-bottom: 20px; } }

.cta {
  margin-top: 20px; }
  .cta a, .cta .upload_btn {
    background-color: #114d86;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 35px; }
    .cta a.full, .cta .upload_btn.full {
      width: 100%;
      border-radius: 15px;
      padding: 15px;
      font-size: 20px; }
    .cta a.no-width, .cta .upload_btn.no-width {
      width: 100px;
      display: inline-block;
      border-radius: 15px;
      padding: 15px;
      font-size: 20px; }
    .cta a input, .cta .upload_btn input {
      opacity: 0; }
    @media (max-width: 992px) {
      .cta a, .cta .upload_btn {
        font-size: 20px;
        padding: 10px 0; } }
    .cta a.cta_short, .cta .upload_btn.cta_short {
      width: auto !important;
      display: inline !important;
      padding: 10px 20px !important; }
    .cta a:hover, .cta .upload_btn:hover {
      background-color: #1a66af;
      text-decoration: none;
      color: #fff; }

.section-divider {
  margin: 50px 0px; }
  .section-divider .circles {
    text-align: center;
    margin-top: 17px; }
    @media (max-width: 992px) {
      .section-divider .circles {
        margin-top: 5px; } }
    .section-divider .circles .fa-circle {
      color: #d7d7d7;
      padding: 0px 7px;
      font-size: 20px; }
      @media (max-width: 992px) {
        .section-divider .circles .fa-circle {
          font-size: 12px;
          padding: 0px 2px; } }
    .section-divider .circles .fa-chevron-left {
      color: #d7d7d7;
      padding: 0px 7px;
      font-size: 20px; }
      @media (max-width: 992px) {
        .section-divider .circles .fa-chevron-left {
          font-size: 32px; } }
    .section-divider .circles .fa-chevron-right {
      color: #d7d7d7;
      padding: 0px 7px;
      font-size: 20px; }
      @media (max-width: 992px) {
        .section-divider .circles .fa-chevron-right {
          font-size: 32px; } }
  .section-divider .title {
    color: #d7d7d7;
    text-align: center;
    font-weight: 900;
    font-size: 45px; }
    @media (max-width: 992px) {
      .section-divider .title {
        font-size: 20px; } }

.video-page {
  margin: 50px 0; }
  .video-page .info {
    font-size: 35px;
    margin-bottom: 30px;
    color: #eb8b00;
    font-weight: 700; }
    .video-page .info.view-border {
      border-bottom: 2px solid #eb8b00; }
    .video-page .info.name {
      font-size: 45px;
      margin-bottom: -10px; }
    .video-page .info.city {
      text-align: right; }
    .video-page .info .btn-view-page {
      color: #d00000;
      cursor: pointer; }
      .video-page .info .btn-view-page:hover {
        color: #d23b3b; }

@media (min-width: 992px) {
  .mobile_only {
    display: none !important; } }

@media (max-width: 992px) {
  .desktop_only {
    display: none !important; } }

.no-results {
  color: #d7d7d7;
  text-align: center;
  font-weight: 900;
  font-size: 45px;
  margin: 50px 0px 100px 0px; }

.thank_you {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .thank_you .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffc7; }
  .thank_you .message {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 100%; }
    @media (max-width: 992px) {
      .thank_you .message {
        left: 15%; } }
    .thank_you .message img {
      width: 40%; }
      @media (max-width: 992px) {
        .thank_you .message img {
          width: 70%; } }

/*# sourceMappingURL=style.css.map */
