/* compiled by scssphp v0.0.12 on Sun, 24 Jun 2018 10:09:51 +0300 (0.0955s) */

/*Reset CSS*/
@charset "utf-8";
/*FONTS*/
@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url('../fonts/Lato-Regular.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  src: url('../fonts/Lato-Light.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-weight: 500;
  src: url('../fonts/Lato-Hairline.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-weight: 600;
  src: url('../fonts/Lato-Bold.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-weight: 800;
  src: url('../fonts/Lato-Black.ttf') format('truetype'); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, input[type="button"], button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Lato', serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative; }

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  background-image: url('../img/bg.png');
  color: #fff;
  direction: ltr;
  font-weight: 400;
  font-size: 14px; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  text-decoration: none;
  display: inline-block;
  color: ;
  word-break: break-word; }

a:active, a:hover, a:focus {
  outline: 0;
  text-decoration: none; }

a img {
  border: none; }

button, input, select, textarea {
  font-size: 100%;
  font-family: inherit;
  overflow: auto;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  resize: none; }

textarea:focus, input:focus {
  outline: none;
  /* ==========================================================================
   HTML5 display definitions
========================================================================== */ }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none;
  /*Reset CSS*/ }

small {
  font-size: 15px;
  /*Custom CSS*/ }

.clear {
  clear: both; }

.container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto; }

img {
  max-width: 100%; }

.headline {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px; }

.title {
  font-weight: 600;
  font-size: 30px; }

.subheader {
  font-weight: 400;
  font-size: 20px; }

.quote {
  font-style: italic;
  font-size: 20px; }

.lg-body {
  font-weight: 600;
  font-size: 20px; }

.body {
  font-weight: 400;
  font-size: 14px; }

.secondary-body {
  font-weight: 400;
  font-size: 12px;
  /*Header*/ }

header {
  padding-top: 50px;
  margin-bottom: 40px; }
  header .header-img {
    max-width: 450px;
    display: block; }
  header .menu {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10; }
    header .menu li {
      display: inline-block;
      margin: 0 5px; }
    header .menu a {
      color: #fff !important;
      text-transform: capitalize;
      font-weight: 600; }
      header .menu a img {
        max-width: 19px;
        vertical-align: middle; }
      header .menu a:hover {
        color: #fac63f; }
  header .language-item {
    background: #fac63f;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #716f6f !important; }

.bg-item1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1000px;
  max-width: 100%; }

.wrapper {
  width: 50%;
  position: relative;
  z-index: 100;
  /*FORM*/ }

.login-form {
  margin-top: 80px; }

form {
  width: 355px; }
  form .form-group {
    margin-bottom: 10px; }
    form .form-group input, form .form-group select {
      background-color: rgba(250, 198, 63, 0.75);
      color: #fff;
      border: 2px solid #2e2a2b;
      border-radius: 10px;
      font-size: 14px;
      outline: none !important;
      padding: 0 10px;
      box-sizing: border-box;
      width: 355px;
      max-width: 100%;
      height: 46px;
      box-sizing: border-box; }
      form .form-group input:focus, form .form-group select:focus {
        border: 2px solid #2e2a2b;
        background-color: #fac63f; }

input[type="checkbox"] {
  width: auto !important; }

.btn {
  padding: 13px 0;
  border: 2px solid #b4b2b3;
  border-radius: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  outline: none;
  color: #fac63f;
  font-weight: 600;
  text-align: center;
  min-width: 168px; }
  .btn.btn-white {
    background-color: #fff;
    border-color: #000; }
  .btn.btn-transperant {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(46, 42, 43, 0.3); }

.ui-datepicker .btn {
  background: none !important;
  border: none !important;
  min-width: auto !important; }

.inline-btns {
  display: block;
  margin-top: 30px;
  /*-----------------------------------------------------------------------------------*/
  /*  PLACEHOLDER COLOR
/*-----------------------------------------------------------------------------------*/ }
  .inline-btns .btn {
    display: inline-block;
    width: 168px; }
    .inline-btns .btn.btn-white {
      margin-left: 10px; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  color: #fff;
  opacity: 1; }

::-moz-placeholder {
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  color: #fff; }

::-ms-input-placeholder {
  color: #fff; }

::placeholder {
  color: #fff; }

.loader {
  width: 40px;
  display: block;
  margin: 0 auto; }

.text-danger {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 5px; }

.alert {
  color: #fff;
  text-align: center;
  margin-bottom: 5px; }

a {
  color: #fff;
  font-size: 14px; }

.forgot-password {
  margin-top: 10px; }

.logos {
  display: inline-block; }
  .logos img {
    max-width: 150px;
    max-height: 150px;
    display: inline-block; }

.copyrights {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  position: relative;
  top: -5px; }

.push {
  min-height: calc(100vh - 500px);
  margin-bottom: 40px; }

.out-footer {
  display: none; }

.signup-form {
  margin: 0 -5px;
  width: auto;
  /*Tabs*/ }
  .signup-form .col-md-6 {
    width: 50%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
    min-height: 58px; }
  .signup-form input {
    width: 100%; }

.tabs {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  /*Contest*/ }
  .tabs li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    margin-right: 25px;
    text-transform: uppercase; }
    .tabs li a {
      color: #fac63f; }
      .tabs li a.active {
        color: #fff; }

.codes-num {
  color: #fac63f;
  font-weight: 600; }

.contest {
  width: 33.33%;
  max-width: 200px;
  padding: 0 20px;
  box-sizing: border-box;
  float: left; }
  .contest.center-block {
    width: 100%;
    max-width: 600px;
    margin: 0;
    text-align: center;
    margin: 0 auto 20px; }
    .contest.center-block .gift-holder {
      max-width: 300px;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .contest.center-block .gift-holder img {
        max-height: 200px; }
      .contest.center-block .gift-holder form {
        position: absolute;
        bottom: 55px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .contest.center-block .contest-details {
      display: inline-block;
      text-align: left; }
  .contest .gift-holder {
    max-width: 200px;
    text-align: center;
    margin: 0 auto; }
    .contest .gift-holder img {
      max-height: 150px;
      display: block;
      margin: 0 auto; }
  .contest form {
    width: auto;
    text-align: center;
    margin-top: 20px; }
    .contest form .btn {
      min-width: auto;
      padding: 10px 40px; }
  .contest .contest-details {
    text-align: center; }
    .contest .contest-details p {
      color: #fac63f;
      display: block;
      min-height: 78px; }
    .contest .contest-details .gift-name {
      color: #fff;
      font-size: 16px;
      display: block;
      margin-bottom: 10px;
      font-weight: 400; }

.tab-pane {
  display: none;
  min-height: 100px;
  padding-bottom: 20px; }
  .tab-pane.active {
    display: block; }

#user-img {
  max-width: 100px; }

.icon-btn {
  width: 30px;
  min-width: auto;
  padding: 0;
  height: 30px; }

.highlight {
  color: #fac63f; }

.information img {
  width: 30px; }

.bg-item1-mob {
  display: none; }

.centered-from {
  margin: 0 auto 20px; }

.profile-img-holder {
  margin-top: 20px; }

.play-video {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .play-video img {
    width: 24px;
    vertical-align: middle;
    margin-right: 5px; }

.play-video {
  position: absolute;
  right: 0;
  top: -24px; }

#close_video {
  color: #fff;
  text-decoration: underline; }

#player {
  width: 700px; }

.popup_video {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.72);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden; }

.codes-list li {
  list-style: none;
  display: inline-block;
  margin: 10px;
  color: #fac63f; }

.list-item {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .list-item.base {
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase; }
  .list-item span {
    width: 33.33%;
    float: left; }

.winner {
  display: inline-block;
  margin: 0 15px;
  text-align: center; }
  .winner .name-holder {
    margin: 10px 0;
    display: block; }
  .winner img {
    max-width: 150px;
    display: block;
    margin: 5px auto; }

.prize {
  display: inline-block;
  margin: 0 15px;
  text-align: center; }
  .prize span {
    display: block;
    margin: 5px 0; }
  .prize img {
    max-width: 150px;
    display: block;
    margin: 5px auto; }

.contact-data {
  top: -10px;
  display: inline-block;
  position: relative; }
