@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  src: url("../fonts/MyriadPro-SemiExt.eot");
  src: url("../fonts/MyriadPro-SemiExt.otf") format("opentype"), url("../fonts/MyriadPro-SemiExt.ttf") format("truetype"), url("../fonts/MyriadPro-SemiExt.woff") format("woff");
  font-weight: lighter; }
  @font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: url("../fonts/Roboto.eot");
  src: url("../fonts/Roboto.otf") format("opentype"), url("../fonts/Roboto.ttf") format("truetype"), url("../fonts/Roboto.woff") format("woff");
  font-weight: lighter; }
@font-face {
  font-family: 'Claire Hand Bold';
  font-style: normal;
  src: url("../fonts/ClaireHandBold.eot");
  src: url("../fonts/ClaireHandBold.otf") format("opentype"), url("../fonts/ClaireHandBold.ttf") format("truetype"), url("../fonts/ClaireHandBold.woff") format("woff");
  font-weight: lighter; }
@font-face {
  font-family: 'Claire Hand Light';
  font-style: normal;
  src: url("../fonts/ClaireHandLight.eot");
  src: url("../fonts/ClaireHandLight.otf") format("opentype"), url("../fonts/ClaireHandLight.ttf") format("truetype"), url("../fonts/ClaireHandLight.woff") format("woff");
  font-weight: lighter; }
@font-face {
  font-family: 'Claire Hand Regular';
  font-style: normal;
  src: url("../fonts/ClaireHandRegular.eot");
  src: url("../fonts/ClaireHandRegular.otf") format("opentype"), url("../fonts/ClaireHandRegular.ttf") format("truetype"), url("../fonts/ClaireHandRegular.woff") format("woff");
  font-weight: lighter; }
/*------------------------------------------------------*/
@font-face {
  font-family: 'Luna';
  font-style: normal;
  src: url("../fonts/Luna.eot");
  src: url("../fonts/Luna.otf") format("opentype"), url("../fonts/Luna.ttf") format("truetype"), url("../fonts/Luna.woff") format("woff");
  font-weight: lighter; }
@font-face {
  font-family: 'Rams';
  font-style: normal;
  src: url("../fonts/Rams.eot");
  src: url("../fonts/Rams.otf") format("opentype"), url("../fonts/Rams.ttf") format("truetype"), url("../fonts/Rams.woff") format("woff");
  /*font-weight: lighter;*/ }
@font-face {
  font-family: 'Rams Bold';
  font-style: normal;
  src: url("../fonts/Rams-Bold.eot");
  src: url("../fonts/Rams-Bold.otf") format("opentype"), url("../fonts/Rams-Bold.ttf") format("truetype"), url("../fonts/Rams-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Rams Black';
  font-style: normal;
  src: url("../fonts/RamsBlack.eot");
  src: url("../fonts/RamsBlack.otf") format("opentype"), url("../fonts/RamsBlack.ttf") format("truetype"), url("../fonts/RamsBlack.woff") format("woff"); }
@font-face {
  font-family: 'Sunrise International';
  font-style: normal;
  src: url("../fonts/Sunrise-International-Demo.otf") format("opentype"), url("../fonts/Sunrise-International-Demo.ttf") format("truetype"), url("../fonts/Sunrise-International-Demo.woff") format("woff"); }
@font-face {
  font-family: 'QA Reports';
  font-style: normal;
  src: url("../fonts/QA Reports.eot");
  src: url("../fonts/QA Reports.otf") format("opentype"), url("../fonts/QA Reports.ttf") format("truetype"), url("../fonts/QA Reports.woff") format("woff"); }
@font-face {
  font-family: 'DK Butterfly Ball';
  font-style: normal;
  src: url("../fonts/DK Butterfly Ball.eot");
  src: url("../fonts/DK Butterfly Ball.otf") format("opentype"), url("../fonts/DK Butterfly Ball.ttf") format("truetype"), url("../fonts/DK Butterfly Ball.woff") format("woff"); }
@font-face {
  font-family: 'DK Millefeuille';
  font-style: normal;
  src: url("../fonts/DK Millefeuille.eot");
  src: url("../fonts/DK Millefeuille.otf") format("opentype"), url("../fonts/DK Millefeuille.ttf") format("truetype"), url("../fonts/DK Millefeuille.woff") format("woff"); }
/*------------------------------------------------------*/
/*#FFFFFF;*/
/*#AF282A;*/
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }
/* --- SCROLLBAR STYLE --- */
.scrollbar-style-1::-webkit-scrollbar-track {
  background: #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  background-clip: content-box;
  border-radius: 6.5px; }

.scrollbar-style-1::-webkit-scrollbar {
  width: 17px; }

.scrollbar-style-1::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #000;
  border-radius: 20px; }

/* --- SCROLLBAR STYLE --- */
@keyframes glow {
  from {
    background-color: rgba(247, 0, 0, 0.85); }
  to {
    background-color: rgba(200, 0, 0, 0.85); } }
/* -------------------------------------------------- */
.stretch {
  width: 100% !important; }

.no-pad {
  padding: 0px !important; }

@media (max-width: 767px) {
  .no-pad-xs {
    padding: 0px !important; } }

.no-pad-left {
  padding-left: 0px !important; }
  @media (max-width: 767px) {
    .no-pad-left {
      padding-right: 0px !important; } }

.no-pad-right {
  padding-right: 0px !important; }
  @media (max-width: 767px) {
    .no-pad-right {
      padding-left: 0px !important; } }

.no-pad-lr {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.padding-xs {
  padding: 5px !important; }
  @media (max-width: 767px) {
    .padding-xs {
      padding: 2.5px !important; } }

.padding-sm {
  padding: 15px !important; }

.padding-xs-tb {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.padding-sm-tb {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.padding-sm-lr {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padding-md-top {
  padding-top: 30px !important; }
  @media (max-width: 767px) {
    .padding-md-top {
      padding-top: 0px !important; } }

.padding-md-bottom {
  padding-bottom: 30px !important; }
  @media (max-width: 767px) {
    .padding-md-bottom {
      padding-bottom: 0px !important; } }

.padding-lg-top {
  padding-top: 10vh !important; }
  @media (max-width: 767px) {
    .padding-lg-top {
      padding-top: 5vh !important; } }

.padding-lg-bottom {
  padding-bottom: 10vh !important; }
  @media (max-width: 767px) {
    .padding-lg-bottom {
      padding-bottom: 5vh !important; } }

.no-margin {
  margin: 0px !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.margin-sm-tb {
  margin: 10px 0px !important; }

.margin-sm-top {
  margin-top: 10px !important; }

.margin-md-top {
  margin-top: 15px !important; }

.margin-md-bottom {
  margin-bottom: 15px !important; }

.margin-lg-top {
  margin-top: 30px !important; }
  @media (max-width: 767px) {
    .margin-lg-top {
      margin-top: 15px !important; } }

.margin-lg-bottom {
  margin-bottom: 30px !important; }
  @media (min-width: 1600px) {
    .margin-lg-bottom {
      margin-bottom: 3.5vw !important; } }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: inline-block !important; } }

.show-desktop {
  display: inline-block !important; }
  @media (max-width: 767px) {
    .show-desktop {
      display: none !important; } }

.display-none {
  display: none; }

.icheckbox_square {
  background: white !important;
  background-position: -3.5vw 0 !important;
  /*background-position: 24px 0 !important;*/
  /*&.hover{
  	@include shaker(1s);
  }*/ }
  .icheckbox_square.checked {
    background: url(../../../assets/plugins/iCheck/square/square.png) no-repeat !important;
    background-size: 17.5vw !important;
    background-position: -3.5vw 0 !important;
    /*background-position: -48px 0 !important;*/ }
    @media (max-width: 767px) {
      .icheckbox_square.checked {
        background-size: 64.5vw !important;
        background-position: -12.5vw 0 !important; } }

.flex {
  display: flex; }
  @media (max-width: 767px) {
    .flex {
      display: grid; }
      .flex.no-grid {
        display: block; } }
  .flex.outer-flex {
    flex-direction: column; }

.no-flex {
  display: block !important; }

.white {
  color: white !important; }

.red {
  color: #EA2227 !important; }

.green {
  color: #07683a !important; }

.litebrown {
  color: #FBD059 !important; }

.vis-hidden {
  visibility: hidden !important; }

.bottom-line {
  border-bottom: 1px solid #000; }
  .bottom-line.dashed {
    border-bottom: 1px dashed #000 !important; }

.top-line {
  border-top: 1px solid #000; }
  .top-line.dashed {
    border-top: 1px dashed #000 !important; }

.blank-content {
  padding: 100% 0% 0% !important;
  height: unset !important; }

/* ------------------------------------------------ */
.alert {
  font-family: 'Rams';
  padding: 0px !important;
  margin-top: -15px; }
  .alert.alert-success {
    box-shadow: none !important;
    background: transparent !important;
    border-color: transparent !important; }
  .alert.alert-danger {
    box-shadow: none !important;
    background: transparent !important;
    border-color: transparent !important; }
  .alert p {
    font-size: 0.9em !important; }

.error {
  font-family: 'Rams';
  font-size: 0.8em;
  padding: 0px !important;
  color: #a94442 !important; }

.overlay {
  display: none;
  width: 100%;
  height: 100vw;
  background: #000000d1;
  color: #FFF;
  padding-top: 45%;
  text-align: -webkit-center;
  position: absolute;
  z-index: 1; }

h1.headline, h2.headline, h3.headline {
  font-family: 'norwester'; }
h1.regular, h2.regular, h3.regular {
  font-family: 'Rams Bold'; }

h1.headline {
  font-size: 4vw;
  letter-spacing: 3px; }
  @media (max-width: 767px) {
    h1.headline {
      font-size: 11vw;
      letter-spacing: 2px; } }
  h1.headline font {
    font-family: 'luna';
    font-size: 30px; }

h2.headline {
  font-size: 3.5vw;
  letter-spacing: 3px; }
  @media (max-width: 767px) {
    h2.headline {
      font-size: 10vw; } }

p, li.cstm {
  line-height: 1em;
  font-size: 1.25vw;
  margin: 0px 0px 5px; }
  @media (min-width: 1600px) {
    p, li.cstm {
      line-height: 1.5vw;
      font-size: 1.25vw; } }
  @media (max-width: 767px) {
    p, li.cstm {
      line-height: 5vw;
      font-size: 4vw; } }
  p.basic, li.cstm.basic {
    font-family: 'Roboto' !important;
    font-size: 0.85em;
    margin-bottom: 17.5px;
    /*!important;*/
    line-height: 15px !important;
    color: black;
    /*line-height: 17.5px !important;*/ }
    @media (min-width: 1600px) {
      p.basic, li.cstm.basic {
        font-size: 0.9vw;
        line-height: 1.25vw !important; } }
    @media (max-width: 767px) {
      p.basic, li.cstm.basic {
        font-size: 1em !important;
        line-height: 20px !important; } }
  p.regular, li.cstm.regular {
    color: black;
    font-family: 'Roboto'; }
  p.headline, li.cstm.headline {
    font-family: 'Sunrise International';
    font-size: 36px; }
    @media (min-width: 1600px) {
      p.headline, li.cstm.headline {
        line-height: 3vw;
        font-size: 2.5vw; } }
    @media (max-width: 767px) {
      p.headline, li.cstm.headline {
        font-size: 8vw;
        line-height: 8vw; } }
  p.justify, li.cstm.justify {
    text-align: justify; }
    @media (max-width: 767px) {
      p.justify, li.cstm.justify {
        text-align: -webkit-center; } }
  p.min-desc, li.cstm.min-desc {
    padding: 0px 40px; }
    @media (min-width: 1600px) {
      p.min-desc, li.cstm.min-desc {
        padding: 0px 10%; } }
    @media (max-width: 767px) {
      p.min-desc, li.cstm.min-desc {
        padding: 0px; } }

label {
  font-size: 1.25em; }
  @media (min-width: 1600px) {
    label {
      font-size: 1.25vw; } }

input[type="text"], textarea, select {
  outline: none;
  border: 0px;
  border-top: 2px solid #fff;
  /*border-bottom: 2px solid #000;*/
  padding-left: 10px !important;
  box-shadow: 4px 5px 1px rgba(152, 152, 152, 0.81); }
  @media (min-width: 1600px) {
    input[type="text"], textarea, select {
      font-size: 1vw; } }

input[type="text"], select {
  height: 2.75vw; }
  @media (min-width: 1600px) {
    input[type="text"], select {
      /*height: 2vw;*/
      font-size: 1vw; } }
  @media (max-width: 767px) {
    input[type="text"], select {
      height: 10vw; } }

a {
  color: #000;
  font-size: 1.25em; }
  @media (min-width: 1600px) {
    a {
      font-size: 1.25vw; } }
  a.shaker {
    display: inline-block; }
  a.shaker-img {
    display: block !important; }
  a.shaker:hover, a.shaker:active, a.shaker-img:hover, a.shaker-img:active {
    animation: shake 1s;
    animation-iteration-count: infinite;
    text-decoration: none;
    color: #000;
    outline: none; }
  a.shaker:focus, a.shaker-img:focus {
    text-decoration: none;
    color: #000;
    outline: none; }
  a.separator {
    padding: 0px;
    font-size: 1.5em; }
    @media (min-width: 1600px) {
      a.separator {
        font-size: 1.5vw; } }
  a.anchor {
    transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    display: inline-block;
    padding: 5px 15px;
    /*border-radius: 15px;*/
    text-decoration: none; }
    a.anchor.black {
      -webkit-transition: 0.2s ease-in;
      -moz-transition: 0.2s ease-in;
      -ms-transition: 0.2s ease-in;
      -o-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      background: #000 !important;
      color: white !important; }
      a.anchor.black:hover {
        background: #EA2227 !important; }
    a.anchor.red {
      -webkit-transition: 0.2s ease-in;
      -moz-transition: 0.2s ease-in;
      -ms-transition: 0.2s ease-in;
      -o-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      background: #EA2227 !important;
      color: white !important; }
      a.anchor.red:hover {
        background: #000 !important; }
    a.anchor span {
      display: inline-block;
      transform: skewX(25deg);
      -o-transform: skewX(25deg);
      -moz-transform: skewX(25deg);
      -webkit-transform: skewX(25deg); }

button, a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  button.btn.btn-primary, button.btn.btn-primary:active, button.btn.btn-primary:focus, a.btn.btn-primary, a.btn.btn-primary:active, a.btn.btn-primary:focus {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 0px !important;
    background-color: #EA2227;
    border-color: #EA2227 !important;
    color: white !important;
    background-image: none !important;
    box-shadow: unset;
    /*none !important;*/
    text-shadow: none !important;
    padding: 6px 20px;
    outline: none;
    margin-bottom: 2px; }
    @media (min-width: 1600px) {
      button.btn.btn-primary, button.btn.btn-primary:active, button.btn.btn-primary:focus, a.btn.btn-primary, a.btn.btn-primary:active, a.btn.btn-primary:focus {
        padding: 0.5vw 1.2vw;
        font-size: 1.1vw; } }
    @media (max-width: 767px) {
      button.btn.btn-primary.sk, button.btn.btn-primary:active.sk, button.btn.btn-primary:focus.sk, a.btn.btn-primary.sk, a.btn.btn-primary:active.sk, a.btn.btn-primary:focus.sk {
        font-size: 2.8vw; } }
  button.btn.btn-primary:hover, a.btn.btn-primary:hover {
    /*@include shaker(1s);*/
    background-color: black;
    border-color: black !important; }
  button.btn-nav-lite, a.btn-nav-lite {
    /*padding: 15px 20px;*/
    background-image: url(../../img/object/button_brush.png);
    color: #000;
    padding: 1.1vw 5.5vw 1.1vw 3.3vw;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 1.25vw; }
    @media (max-width: 767px) {
      button.btn-nav-lite, a.btn-nav-lite {
        padding: 5vw 20.5vw 3vw 14.3vw;
        font-size: 4.25vw; } }

body {
  /*font-family: 'Sunrise International';*/
  /*font-family: 'Claire Hand Regular';*/
  font-family: 'Rams';
  color: #000;
  background-color: white;
  background: white;
  /* ------------ BACKGROUND CONTENT ------------ */
  /* ------------ BACKGROUND CONTENT ------------ */ }
  body#about {
    background: url("../../img/object/background_darbotz.jpg");
    background-size: 100%;
    background-attachment: fixed; }
  body#mini-activity-1 {
    background: url("../../img/object/background_muklay.jpg");
    background-size: 100%; }
  body#mini-activity-2 {
    background: url("../../img/object/background_darbotz_2.jpg");
    background-size: 100%; }
  body#winner {
    background: url("../../img/object/background_muklay_2.jpg");
    background-size: 100%; }
  body#winner-1 {
    background: url("../../img/object/background_haikal_3.jpg");
    background-size: 100%; }
  body#winner-2 {
    background: url("../../img/object/background_muklay_2.jpg");
    background-size: 100%; }
  body#mini-activity {
    background: url("../../img/object/background_nkcthi_2.jpg");
    background-size: 100%; }
  body#way {
    background: url("../../img/object/background_nkcthi.jpg");
    background-size: 100%; }
  body#judge-detail {
    background: url("../../img/object/background_haikal.jpg");
    background-size: 100%;
    background-attachment: fixed; }
  body#rules {
    background: url("../assets/back.jpg");
    background-size: 100%;
    background-attachment: fixed; }
  body#less {
  background: url("../assets/backss.jpg");
  background-size: 100%;
  background-attachment: fixed; }
  body#news {
    background: url("../../img/object/background_haikal_3.jpg");
    background-size: 100%;
    background-attachment: fixed; }
  body#design {
    background: url("../../img/object/background_haikal_3.jpg");
    background-size: 100%;
    background-attachment: fixed; }
  
  body .home {
    background: url("../../img/object/background_home.jpg");
    background-size: 100%;
    background-repeat: repeat;
    overflow: hidden; }
    @media (max-width: 767px) {
      body .home {
        background-size: auto; } }
    body .home .top {
      /*margin-bottom: 15px;*/
      padding: 1.5% 10% 15px;
      background: url(../../img/object/gradient_circle_home.png);
      background-size: 75%;
      background-position: 50% 5%;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        body .home .top {
          background: unset;
          margin-top: 20%;
          margin-bottom: 0; } }
      body .home .top .col-logo {
        text-align: left; }
        @media (max-width: 767px) {
          body .home .top .col-logo {
            text-align: center; } }
        body .home .top .col-logo img {
          width: 23%; }
          @media (max-width: 767px) {
            body .home .top .col-logo img {
              width: 100%; } }
          body .home .top .col-logo img.periode {
            width: 23%;
            position: absolute;
            right: 14%;
            bottom: -5%; }
            @media (max-width: 767px) {
              body .home .top .col-logo img.periode {
                width: 75%;
                position: relative;
                right: unset;
                bottom: unset; } }
      body .home .top .col-logo-all img {
        width: 35%; }
    body .home .bottom {
      margin-top: 0;
      padding: 0px; }
      body .home .bottom .main-table {
        margin-bottom: 60px;
        padding: 0; }
        @media (max-width: 767px) {
          body .home .bottom .main-table {
            padding: 35% 0 0 !important; } }
        body .home .bottom .main-table tr td {
          border: 8px solid white; }
        @media (max-width: 767px) {
          body .home .bottom .main-table .table-slider .slick-list {
            overflow: unset; } }
        body .home .bottom .main-table .table-slider .slick-list .slick-slide {
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          @media (max-width: 767px) {
            body .home .bottom .main-table .table-slider .slick-list .slick-slide {
              visibility: hidden; } }
          @media (max-width: 767px) {
            body .home .bottom .main-table .table-slider .slick-list .slick-slide.slick-current.slick-active {
              visibility: visible; } }
        body .home .bottom .main-table .table-list {
          border: 4px solid white;
          /*max-height: 200px;*/
          overflow: hidden;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
          body .home .bottom .main-table .table-list:nth-child(2) {
            left: 0%;
            /*top: 10px;*/ }
            @media (max-width: 767px) {
              body .home .bottom .main-table .table-list:nth-child(2) {
                left: unset;
                top: unset; } }
          body .home .bottom .main-table .table-list:nth-child(3) {
            left: 2.5%;
            top: 5px; }
            @media (max-width: 767px) {
              body .home .bottom .main-table .table-list:nth-child(3) {
                left: unset;
                top: unset; } }
          body .home .bottom .main-table .table-list:nth-child(4) {
            left: -2.5%;
            top: 5px; }
            @media (max-width: 767px) {
              body .home .bottom .main-table .table-list:nth-child(4) {
                left: unset;
                top: unset; } }
        body .home .bottom .main-table .table-list.hover, body .home .bottom .main-table .table-list:hover {
          overflow: unset; }
        body .home .bottom .main-table .img-bottle {
          position: absolute;
          left: 50%;
          width: 70%;
          margin-left: -17.5%;
          bottom: -21%;
          z-index: 1; }
          @media (max-width: 767px) {
            body .home .bottom .main-table .img-bottle {
              left: 40%;
              width: 60%;
              margin-left: -20%;
              top: 0;
              bottom: unset;
              z-index: 0; } }
        body .home .bottom .main-table a .container-overlay {
          position: relative; }
          body .home .bottom .main-table a .container-overlay img {
            height: 15vw; }
            @media (max-width: 767px) {
              body .home .bottom .main-table a .container-overlay img {
                height: 45vw; } }
          body .home .bottom .main-table a .container-overlay .over-lay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .5s ease;
            background-color: rgba(247, 0, 0, 0.85); }
            body .home .bottom .main-table a .container-overlay .over-lay img.frame-1 {
              position: absolute;
              left: -10%;
              top: 15%;
              width: 25%;
              height: unset; }
            body .home .bottom .main-table a .container-overlay .over-lay img.frame-2 {
              position: absolute;
              right: -8%;
              top: -14%;
              width: 17%;
              height: unset; }
            body .home .bottom .main-table a .container-overlay .over-lay img.frame-3 {
              position: absolute;
              left: -10%;
              bottom: 40%;
              width: 25%;
              height: unset; }
            body .home .bottom .main-table a .container-overlay .over-lay img.frame-4 {
              position: absolute;
              right: -13%;
              top: -1%;
              width: 23%;
              height: unset; }
            body .home .bottom .main-table a .container-overlay .over-lay .text {
              color: white;
              font-size: 20px;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              text-align: center;
              width: 100%; }
              body .home .bottom .main-table a .container-overlay .over-lay .text h3 {
                font-family: 'Sunrise International';
                color: white;
                margin: 0 0 5px;
                letter-spacing: 0.1vw; }
              body .home .bottom .main-table a .container-overlay .over-lay .text p {
                width: 65%;
                margin: 0 auto;
                line-height: 130%;
                font-size: 1.05vw; }
                @media (max-width: 767px) {
                  body .home .bottom .main-table a .container-overlay .over-lay .text p {
                    font-size: 3vw; } }
              @media (min-width: 516px) {
                body .home .bottom .main-table a .container-overlay .over-lay .text.bottom-left p {
                  margin: 0 auto 0 15%; }
                body .home .bottom .main-table a .container-overlay .over-lay .text.bottom-left h3 {
                  width: 65%;
                  margin: 0 auto 5px 15%; } }
              @media (min-width: 516px) {
                body .home .bottom .main-table a .container-overlay .over-lay .text.bottom-right p {
                  margin: 0 10% 0 auto; }
                body .home .bottom .main-table a .container-overlay .over-lay .text.bottom-right h3 {
                  width: 65%;
                  margin: 0 10% 5px auto; } }
        body .home .bottom .main-table a.hover, body .home .bottom .main-table a:hover {
          outline: none; }
          body .home .bottom .main-table a.hover .over-lay, body .home .bottom .main-table a:hover .over-lay {
            opacity: 1;
            animation: glow 1s infinite alternate;
            outline: none; }
      body .home .bottom .prize-logo {
        z-index: 1;
        position: absolute;
        bottom: -9%;
        right: -6%;
        width: 12.5vw; }
        @media (max-width: 767px) {
          body .home .bottom .prize-logo {
            bottom: unset;
            left: unset;
            right: 4%;
            width: 32%;
            top: -2%; } }
      body .home .bottom .hashtag-logo {
        z-index: 1;
        position: absolute;
        bottom: -9%;
        left: -8%;
        width: 12.5vw;
        transform: rotate(-20deg); }
        @media (max-width: 767px) {
          body .home .bottom .hashtag-logo {
            bottom: 0;
            right: unset;
            left: -6%;
            width: 32%; } }
      body .home .bottom .banner {
        margin-bottom: 45px; }
      body .home .bottom .caption {
        padding: 0;
        margin-bottom: 45px; }
        @media (max-width: 767px) {
          body .home .bottom .caption {
            padding: 0 30px; } }
    body .home .judge {
      padding: 5% 10%;
      background-image: linear-gradient(to bottom, transparent 98%, #f44336 100%), linear-gradient(to right, #ffffff 98%, #f44336 100%);
      box-shadow: inset 0px 25px 25px -10px #000,  inset 0px -20px 25px -10px #000;
      background-size: 35px 35px, 35px 35px;
      color: #EA2227; }
      @media (max-width: 767px) {
        body .home .judge {
          padding: 10% 0; } }
      body .home .judge .line-left {
        padding-top: 4% !important;
        height: 100px; }
        @media (min-width: 1600px) {
          body .home .judge .line-left {
            padding-top: 3% !important; } }
        @media (max-width: 767px) {
          body .home .judge .line-left {
            height: 100%; } }
        body .home .judge .line-left div {
          background: white;
          height: 5px;
          border-radius: 20px; }
          @media (min-width: 1600px) {
            body .home .judge .line-left div {
              height: 0.35vw !important; } }
          @media (max-width: 767px) {
            body .home .judge .line-left div {
              background: transparent; } }
      body .home .judge .line-right {
        padding-top: 3% !important;
        height: 100px; }
        @media (min-width: 1600px) {
          body .home .judge .line-right {
            padding-top: 2.5% !important; } }
        @media (max-width: 767px) {
          body .home .judge .line-right {
            height: 100%; } }
        body .home .judge .line-right div {
          background: white;
          height: 5px;
          border-radius: 20px; }
          @media (min-width: 1600px) {
            body .home .judge .line-right div {
              height: 0.35vw !important; } }
          @media (max-width: 767px) {
            body .home .judge .line-right div {
              background: transparent; } }
      body .home .judge .judge-list, body .home .judge .judge-list:focus {
        padding: 0;
        outline: none; }
        @media (max-width: 767px) {
          body .home .judge .judge-list, body .home .judge .judge-list:focus {
            padding: 0 2%; } }
        body .home .judge .judge-list hr, body .home .judge .judge-list:focus hr {
          border-color: #EA2227;
          border-width: 3px;
          margin: 10px auto;
          width: 20%; }
        body .home .judge .judge-list div img, body .home .judge .judge-list:focus div img {
          width: 95%; }
          @media (min-width: 516px) and (max-width: 1600px) {
            body .home .judge .judge-list div img, body .home .judge .judge-list:focus div img {
              padding: 5% !important; } }
          @media (max-width: 767px) {
            body .home .judge .judge-list div img, body .home .judge .judge-list:focus div img {
              width: 100%; } }
    body .home .prize {
      /*background: #fbbb59; */
      background-image: url("../../img/object/background_home_third.jpg");
      background-size: 100%;
      padding: 5% 0 0; }
      body .home .prize .btn-nav-lite {
        padding: 15px 50px; }
        @media (min-width: 1600px) {
          body .home .prize .btn-nav-lite {
            padding: 2vw 3.5vw; } }
      body .home .prize .blank .circle-list {
        padding: 2.5% 15%; }
        @media (max-width: 767px) {
          body .home .prize .blank .circle-list {
            padding: 2.5% 0; } }
        @media (max-width: 767px) {
          body .home .prize .blank .circle-list .slick-slide {
            padding: 0 3.5%; } }
      body .home .prize .background {
        height: 35vh;
        padding-bottom: 15%;
        background-image: url("../../img/gallery/building_2_1.png");
        background-size: 50%;
        /*background-repeat-x: repeat;
        background-repeat-y: no-repeat;*/
        background-repeat: repeat-x;
        background-position-x: left;
        background-position-y: bottom;
        color: white !important; }
        @media (max-width: 767px) {
          body .home .prize .background {
            height: 25vh;
            background-size: 100%; } }
      body .home .prize .prize-footer {
        height: 19.4vw; }
        body .home .prize .prize-footer img {
          position: absolute;
          bottom: 0; }
        body .home .prize .prize-footer img:nth-child(1) {
          width: 36%;
          margin-left: 50%;
          left: -18%; }
        body .home .prize .prize-footer img:nth-child(2) {
          right: 0;
          width: 17%;
          bottom: 79%; }
        body .home .prize .prize-footer img:nth-child(3) {
          width: 20%;
          margin-left: 50%;
          left: -25%; }
        body .home .prize .prize-footer img:nth-child(4) {
          width: 32%;
          left: 4%; }
        body .home .prize .prize-footer img:nth-child(5) {
          width: 43%;
          right: 0; }
        body .home .prize .prize-footer img:nth-child(6) {
          width: 27%;
          right: 0; }
        body .home .prize .prize-footer img:nth-child(7) {
          width: 19%; }
  body .about {
    /*background: url('../../img/object/background_darbotz.jpg');
    background-size: 100%;*/ }
    body .about .middle {
      margin-top: 2.2vw;
      padding: 0px; }
      body .about .middle .background {
        order: 1;
        padding: 0px; }
        @media (max-width: 767px) {
          body .about .middle .background {
            order: 3; } }
        body .about .middle .background .cloud {
          /*background: url('../../img/gallery/cloud_5.png');*/
          background-repeat: no-repeat;
          background-size: contain;
          background-position-y: bottom;
          height: 50%; }
          body .about .middle .background .cloud .img-cloud {
            position: absolute;
            bottom: -45%; }
            @media (max-width: 767px) {
              body .about .middle .background .cloud .img-cloud {
                bottom: -40vh; } }
        body .about .middle .background .building {
          background: url("../../img/gallery/building_8.png");
          background-repeat: no-repeat;
          background-size: contain;
          background-position-x: right;
          background-position-y: bottom;
          height: 50%; }
          @media (max-width: 767px) {
            body .about .middle .background .building {
              height: 60vh; } }
      body .about .middle .description {
        order: 2;
        padding-right: 10% !important;
        /*padding-left: 2.5% !important;*/
        padding-bottom: 10% !important;
        text-align: left; }
        @media (max-width: 767px) {
          body .about .middle .description {
            order: 1;
            padding-left: 10% !important;
            text-align: center; } }
        body .about .middle .description p.basic {
          font-family: 'Rams Bold' !important;
          font-size: 1.1vw;
          margin-bottom: 17.5px;
          line-height: 1.8vw !important; }
          @media (max-width: 767px) {
            body .about .middle .description p.basic {
              line-height: 5.5vw !important; } }
      body .about .middle .prize-1 {
        display: none; }
        @media (max-width: 767px) {
          body .about .middle .prize-1 {
            margin-top: -10%;
            order: 2;
            display: block; } }
        @media (max-width: 767px) {
          body .about .middle .prize-1 .prize-list {
            margin-top: 15px;
            margin-bottom: 15px; } }
      @media (max-width: 767px) {
        body .about .middle .prize-2 {
          display: none; } }
    body .about .bottom {
      padding: 0px; }
      body .about .bottom .grass {
        /*background: $darkbrown;*/
        padding: 0px;
        /*background-image: url("../../img/gallery/grass.png"), linear-gradient($darkbrown, $darkbrown);*/ }
        body .about .bottom .grass .img-grass {
          max-width: 100%;
          margin-top: 5%; }
        body .about .bottom .grass .col-bottle .img-bottle {
          width: 20vw;
          position: absolute;
          
          left: 2.5vw; }
          @media (max-width: 767px) {
            body .about .bottom .grass .col-bottle .img-bottle {
              width: 50%;
              margin: 0px 25%;
              position: relative;
              
              left: 0%; } }
        body .about .bottom .grass .col-bottle .img-periode {
          position: absolute;
          bottom: 20vh;
          left: -20%;
          width: 190%; }
          @media (max-width: 767px) {
            body .about .bottom .grass .col-bottle .img-periode {
              bottom: 16%;
              left: 0;
              width: 100%; } }
      body .about .bottom .prize-2 {
        margin-top: -10%;
        padding-right: 10% !important; }
        @media (max-width: 767px) {
          body .about .bottom .prize-2 {
            display: none; } }
    body .about.mini-activity-1 {
      overflow: hidden; }
      body .about.mini-activity-1 .middle .description {
        padding-bottom: 14% !important; }
        @media (max-width: 767px) {
          body .about.mini-activity-1 .middle .description {
            padding-bottom: 0 !important; } }
      @media (max-width: 767px) {
        body .about.mini-activity-1 .bottom .grass .col-bottle {
          text-align: center; } }
      body .about.mini-activity-1 .bottom .grass .col-bottle .img-bottle {
        width: 165%;
        position: absolute;
        bottom: -10vh;
        left: 15%; }
        @media (max-width: 767px) {
          body .about.mini-activity-1 .bottom .grass .col-bottle .img-bottle {
            width: 90%;
            margin: 0px auto;
            position: relative;
            bottom: 10%;
            left: 0%; } }
      body .about.mini-activity-1 .bottom .grass .col-bottle .img-title {
        position: absolute;
        bottom: 3vh;
        left: 58%;
        width: 100%; }
        @media (max-width: 767px) {
          body .about.mini-activity-1 .bottom .grass .col-bottle .img-title {
            bottom: 0;
            left: 30%;
            width: 60%; } }
      body .about.mini-activity-1 .bottom .grass .col-bottle .img-periode {
        position: absolute;
        bottom: 9vh;
        left: 17%;
        width: 44%; }
        @media (max-width: 767px) {
          body .about.mini-activity-1 .bottom .grass .col-bottle .img-periode {
            bottom: 12vh;
            left: 10%;
            width: 25%; } }
    body .about.mini-activity-2 .description {
      padding-bottom: 14% !important; }
      body .about.mini-activity-2 .description h1 {
        font-family: 'Rams Bold';
        font-size: 2.7vw; }
      body .about.mini-activity-2 .description p.basic font {
        font-size: 44px; }
    @media (max-width: 767px) {
      body .about.mini-activity-2 .bottom .grass .col-bottle {
        text-align: center; } }
    body .about.mini-activity-2 .bottom .grass .col-bottle .img-bottle {
      width: 155%;
      position: absolute;
      bottom: 5vh;
      left: 0; }
      @media (max-width: 767px) {
        body .about.mini-activity-2 .bottom .grass .col-bottle .img-bottle {
          width: 90%;
          margin: 0px auto;
          position: relative;
          bottom: 7.5vh;
          left: 0%; } }
    body .about.winner-1 .middle {
      margin-top: -30px;
      padding: 0px;
      margin-bottom: 30px; }
      body .about.winner-1 .middle .background {
        padding: 0 15px; }
        @media (max-width: 767px) {
          body .about.winner-1 .middle .background {
            padding: 0 30px; } }
@keyframes zoomIn {
  0% {
    transform: scale(0.1, 0.1); }
  100% {
    transform: scale(1, 1); } }
@keyframes zoomOut {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0, 0); } }
        body .about.winner-1 .middle .background.pane-bottle .container-zoom {
          display: none;
          background-color: rgba(0, 0, 0, 0.7);
          width: 100%;
          min-height: 200px; }
          body .about.winner-1 .middle .background.pane-bottle .container-zoom.big {
            animation-name: zoomIn;
            animation-duration: 0.5s; }
          body .about.winner-1 .middle .background.pane-bottle .container-zoom.zoomOut {
            animation-name: zoomOut;
            animation-duration: 0.5s; }
          body .about.winner-1 .middle .background.pane-bottle .container-zoom img {
            padding: 15px; }
        @media (max-width: 767px) {
          body .about.winner-1 .middle .background.pane-bottle {
            padding: 60px; } }
        body .about.winner-1 .middle .background img.img-title {
          width: 80%;
          position: absolute;
          top: 15vh;
          right: 0; }
          @media (max-width: 767px) {
            body .about.winner-1 .middle .background img.img-title {
              position: relative;
              width: 100%;
              top: 0; } }
        body .about.winner-1 .middle .background img.img-bottle {
          width: 90%;
          position: absolute;
          bottom: 0; }
          @media (max-width: 767px) {
            body .about.winner-1 .middle .background img.img-bottle {
              width: 100%; } }
      body .about.winner-1 .middle .description {
        padding-bottom: 0 !important; }
        @media (max-width: 767px) {
          body .about.winner-1 .middle .description {
            order: 3; } }
    body .about.cara-ikutan .description p.basic {
      font-size: 1.05vw;
      margin-bottom: 7.5px;
      line-height: 1.5vw !important;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        body .about.cara-ikutan .description p.basic {
          line-height: 5.5vw !important; } }
      body .about.cara-ikutan .description p.basic b {
        color: #EA2227; }
      body .about.cara-ikutan .description p.basic font {
        font-size: 1.25vw; }
        @media (max-width: 767px) {
          body .about.cara-ikutan .description p.basic font {
            font-size: 4.5vw; } }
    body .about.rules .description h2 {
      margin-bottom: 30px; }
    body .about.rules .description .scroll-container {
      overflow-y: scroll;
      height: 55vh; }
      body .about.rules .description .scroll-container ol li {
        text-align: left !important;
        font-family: 'Rams';
        font-size: 0.9em;
        margin-bottom: 5px; }
        @media (min-width: 1600px) {
          body .about.rules .description .scroll-container ol li {
            font-size: 0.95vw; } }
      body .about.rules .description .scroll-container .title {
        font-family: 'Rams';
        padding-left: 30px;
        margin: 5px 0px 10px; }
        @media (min-width: 1600px) {
          body .about.rules .description .scroll-container .title {
            font-size: 1.1vw; } }
  body .way .middle {
    padding: 0px;
    margin-top: 5%; }
    body .way .middle .building {
      order: 1; }
      @media (max-width: 767px) {
        body .way .middle .building {
          order: 2;
          height: 60vh; } }
      body .way .middle .building img {
        width: 100%;
        position: absolute; }
        body .way .middle .building img.img-cloud {
          width: 100% !important;
          bottom: 40%; }
        body .way .middle .building img.img-building {
          bottom: 0; }
    body .way .middle .description {
      padding-right: 10% !important;
      order: 2; }
      @media (max-width: 767px) {
        body .way .middle .description {
          order: 1;
          padding-right: 15px !important; } }
      body .way .middle .description .point {
        vertical-align: middle;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          body .way .middle .description .point {
            padding: 0px 45px;
            text-align: center; } }
        body .way .middle .description .point font {
          font-family: 'Claire Hand Bold' !important;
          font-size: 1.25em !important; }
          @media (min-width: 1600px) {
            body .way .middle .description .point font {
              font-size: 1.15vw !important; } }
          @media (max-width: 767px) {
            body .way .middle .description .point font {
              font-size: 1.5em !important; } }
        body .way .middle .description .point p.highlight {
          margin: 5px 0px;
          font-family: 'Rams Bold';
          font-size: 1em !important; }
          body .way .middle .description .point p.highlight.big {
            font-size: 1.05em !important; }
            @media (max-width: 767px) {
              body .way .middle .description .point p.highlight.big {
                font-size: 0.9em !important; } }
        @media (max-width: 767px) {
          body .way .middle .description .point a.anchor.black {
            font-size: 0.7em; } }
        body .way .middle .description .point .bullet {
          color: white;
          background: #EA2227;
          padding: 5px 9px;
          border-radius: 20px; }
          @media (min-width: 1600px) {
            body .way .middle .description .point .bullet {
              padding: 1% 2.25%;
              border-radius: 20px;
              font-size: 1vw; } }
        body .way .middle .description .point .basic {
          margin-top: 10px;
          margin-bottom: 0px !important; }
        @media (max-width: 767px) {
          body .way .middle .description .point .point-icon {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 15px; } }
        body .way .middle .description .point .point-icon img {
          width: 100%; }
          @media (max-width: 767px) {
            body .way .middle .description .point .point-icon img {
              width: 50%; } }
  body .way .bottom {
    padding: 0px; }
    body .way .bottom .grass {
      background: #E7E7E7;
      padding: 0px 0px 5% 0px;
      /*background-image: url("../../img/gallery/grass.png"), linear-gradient($darkbrown, $darkbrown);*/ }
      body .way .bottom .grass .img-grass {
        max-width: 100%;
        margin-top: -2.5%; }
      body .way .bottom .grass .col-bottle .img-bottle {
        width: 115%;
        position: absolute;
        bottom: 10%;
        left: -10%; }
        @media (max-width: 767px) {
          body .way .bottom .grass .col-bottle .img-bottle {
            width: 35%;
            margin: 0px 25%;
            left: 20px; } }
      body .way .bottom .grass .col-bottle .img-periode {
        position: absolute;
        bottom: 50vh;
        left: 75%;
        width: 75%; }
        @media (max-width: 767px) {
          body .way .bottom .grass .col-bottle .img-periode {
            bottom: 40vh;
            width: 30%;
            left: 62.5%; } }
      @media (max-width: 767px) {
        body .way .bottom .grass .anchor {
          display: none; } }
  body .judge-detail {
    overflow: hidden; }
    body .judge-detail .middle {
      padding: 0px 10% 5%; }
      @media (max-width: 767px) {
        body .judge-detail .middle {
          padding: 0px 10%; } }
      @media (max-width: 767px) {
        body .judge-detail .middle .judge-list .main .frame {
          text-align: -webkit-center; } }
      body .judge-detail .middle .judge-list .main .frame.first img {
        position: absolute;
        right: -35px;
        width: 115%;
        top: -10px; }
        @media (max-width: 767px) {
          body .judge-detail .middle .judge-list .main .frame.first img {
            position: relative;
            right: unset;
            left: unset;
            width: 100%; } }
      body .judge-detail .middle .judge-list .main .frame.left img {
        position: absolute;
        right: -35px;
        width: 115%;
        top: -40px; }
        @media (max-width: 767px) {
          body .judge-detail .middle .judge-list .main .frame.left img {
            position: relative;
            right: unset;
            left: unset;
            width: 100%; } }
      body .judge-detail .middle .judge-list .main .frame.right img {
        position: absolute;
        left: -35px;
        width: 115%;
        top: -40px; }
        @media (max-width: 767px) {
          body .judge-detail .middle .judge-list .main .frame.right img {
            position: relative;
            right: unset;
            left: unset;
            width: 100%; } }
      @media (max-width: 767px) {
        body .judge-detail .middle .judge-list .main .frame-title {
          display: none; } }
      body .judge-detail .middle .judge-list .main .frame-title p {
        text-align: -webkit-center;
        position: absolute;
        top: 40%;
        font-family: 'Claire Hand Bold' !important;
        font-size: 2em !important;
        width: 100%; }
        @media (min-width: 1600px) {
          body .judge-detail .middle .judge-list .main .frame-title p {
            top: 45%;
            font-size: 2vw !important;
            line-height: 2.5vw; } }
      body .judge-detail .middle .judge-list .main .frame-title.left p {
        right: -25%; }
      body .judge-detail .middle .judge-list .main .frame-title.right p {
        left: -10%; }
      body .judge-detail .middle .judge-list .main .frame-title.last p {
        top: 30% !important; }
      body .judge-detail .middle .judge-list .description {
        padding-top: 15px; }
        @media (max-width: 767px) {
          body .judge-detail .middle .judge-list .description {
            padding-top: 0;
            text-align: -webkit-center; } }
        body .judge-detail .middle .judge-list .description font {
          font-family: 'Rams Bold' !important;
          font-size: 1.55vw !important; }
          @media (max-width: 767px) {
            body .judge-detail .middle .judge-list .description font {
              font-size: 5vw !important; } }
        body .judge-detail .middle .judge-list .description p.basic {
          font-family: 'Rams Bold' !important;
          font-size: 1.25vw;
          line-height: 2vw !important;
          padding-top: 0; }
          @media (min-width: 1600px) {
            body .judge-detail .middle .judge-list .description p.basic {
              padding: 1vw 0px 3vw; } }
          @media (max-width: 767px) {
            body .judge-detail .middle .judge-list .description p.basic {
              line-height: 5.5vw !important; } }
    body .judge-detail .bottom {
      margin-top: -1%;
      padding: 0px; }
      body .judge-detail .bottom .building {
        background: url("../../img/gallery/building_7.png");
        height: 33vh;
        background-position: bottom;
        background-size: contain;
        /*background-repeat-y: no-repeat;*/
        background-repeat: repeat-x; }
        @media (max-width: 767px) {
          body .judge-detail .bottom .building {
            height: 15vh;
            background-position: bottom;
            background-size: 150%; } }
      body .judge-detail .bottom .grass {
        background: #E7E7E7;
        padding-bottom: 2.5% !important;
        /*background-image: url("../../img/gallery/grass.png"), linear-gradient($darkbrown, $darkbrown);*/ }
        body .judge-detail .bottom .grass .img-grass {
          max-width: 100%;
          margin-top: -1.5%; }
        body .judge-detail .bottom .grass .col-bottle .img-bottle {
          width: 104%;
          position: absolute;
          bottom: 10%; }
  body .design .middle {
    padding: 0px;
    margin-top: 5%; }
    body .design .middle .building {
      order: 1; }
      @media (max-width: 767px) {
        body .design .middle .building {
          order: 2;
          /*height: 55vh;*/
          height: 100vw; } }
      body .design .middle .building img {
        width: 100%;
        position: absolute; }
        body .design .middle .building img.img-cloud {
          width: 100% !important;
          bottom: 53%;
          left: -2%; }
        body .design .middle .building img.img-rainbow {
          width: 100.5% !important;
          bottom: 12.5%;
          left: -2.5%; }
          @media (min-width: 1600px) {
            body .design .middle .building img.img-rainbow {
              bottom: 5.5vw; } }
        body .design .middle .building img.img-building {
          bottom: 0; }
    body .design .middle .description {
      padding-right: 10% !important;
      margin-bottom: 2.5%;
      order: 2; }
      @media (min-width: 1600px) {
        body .design .middle .description {
          margin-bottom: 7.5%; } }
      @media (max-width: 767px) {
        body .design .middle .description {
          order: 1;
          padding-right: 3.5% !important; } }
      body .design .middle .description h2 {
        margin-bottom: 30px; }
        @media (min-width: 1600px) {
          body .design .middle .description h2 {
            margin-bottom: 3vw; } }
      body .design .middle .description .point {
        vertical-align: middle;
        margin-bottom: 15px; }
        body .design .middle .description .point font {
          font-family: 'Claire Hand Bold' !important;
          font-size: 1.25em !important; }
        body .design .middle .description .point p.highlight {
          margin: 5px 0px;
          font-family: 'Rams Bold';
          font-size: 1em !important; }
          body .design .middle .description .point p.highlight.big {
            font-size: 1.05em !important; }
        body .design .middle .description .point .bullet {
          color: white;
          background: #000;
          padding: 5px 9px;
          border-radius: 20px; }
        body .design .middle .description .point .basic {
          margin-top: 10px;
          margin-bottom: 0px !important; }
      body .design .middle .description .form-group {
        margin-bottom: 10px; }
        @media (min-width: 1600px) {
          body .design .middle .description .form-group {
            margin-bottom: 1vw; } }
        body .design .middle .description .form-group.checkbox {
          padding: 0px 15px 10px !important; }
          @media (max-width: 767px) {
            body .design .middle .description .form-group.checkbox {
              padding: 0px 15px 10px !important; } }
          body .design .middle .description .form-group.checkbox table tr td {
            vertical-align: top; }
            body .design .middle .description .form-group.checkbox table tr td font {
              font-family: 'Rams Bold' !important;
              font-size: 1.1vw; }
              @media (max-width: 767px) {
                body .design .middle .description .form-group.checkbox table tr td font {
                  font-size: 1em; } }
        body .design .middle .description .form-group .icheckbox_square {
          box-shadow: 4px 5px 1px rgba(152, 152, 152, 0.81); }
        body .design .middle .description .form-group .input-group-addon {
          position: relative;
          background: #000 !important;
          width: 3vw;
          text-shadow: none !important;
          color: white;
          border: 0px;
          border-radius: 0px;
          box-shadow: none;
          box-shadow: 4px 5px 1px rgba(152, 152, 152, 0.81); }
      body .design .middle .description font {
        font-family: 'Rams' !important;
        font-size: 1vw; }
        @media (max-width: 767px) {
          body .design .middle .description font {
            font-size: 1em; } }
  body .design .bottom {
    padding: 0px; }
    body .design .bottom .grass {
      background: unset;
      padding: 0px 0px 5% 0px;
      /*background-image: url("../../img/gallery/grass.png"), linear-gradient($darkbrown, $darkbrown);*/ }
      body .design .bottom .grass .img-grass {
        max-width: 100%;
        margin-top: -22.5%; }
      body .design .bottom .grass .img-grass-main {
        position: absolute;
        top: -8vh;
        left: -1.5%;
        max-width: 100%;
        margin-top: -22.5%; }
        @media (max-width: 767px) {
          body .design .bottom .grass .img-grass-main {
            left: 0;
            max-width: unset;
            width: 100%;
            top: -4vh; } }
      body .design .bottom .grass .col-bottle .img-bottle {
        width: 19vw;
        position: absolute;
        bottom: 1vw;
        left: -1.7vw; }
        @media (min-width: 1600px) {
          body .design .bottom .grass .col-bottle .img-bottle {
            bottom: 6vw; } }
        @media (max-width: 767px) {
          body .design .bottom .grass .col-bottle .img-bottle {
            width: 50%;
            margin: 0px 25%;
            left: 0px;
            bottom: -2.5vh; } }
      body .design .bottom .grass .col-bottle .img-periode {
        position: absolute;
        bottom: 8vw;
        left: -6vw;
        width: 165%; }
        @media (min-width: 1600px) {
          body .design .bottom .grass .col-bottle .img-periode {
            bottom: 13.5vw; } }
        @media (max-width: 767px) {
          body .design .bottom .grass .col-bottle .img-periode {
            left: 0;
            width: 100%; } }
  body .rules .middle {
    margin-top: 30px;
    padding: 0px; }
    body .rules .middle .background {
      padding: 0px;
      order: 1; }
      @media (max-width: 767px) {
        body .rules .middle .background {
          order: 2; } }
      body .rules .middle .background .cloud {
        /*background: url('../../img/gallery/cloud_5.png');*/
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: bottom;
        height: 50%; }
        body .rules .middle .background .cloud .img-cloud {
          position: absolute;
          bottom: -15%;
          width: 100%; }
          @media (max-width: 767px) {
            body .rules .middle .background .cloud .img-cloud {
              bottom: -40vh; } }
      body .rules .middle .background .building {
        background: url("../../img/gallery/building_11.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: 120%;
        background-position-y: bottom;
        height: 50%; }
        @media (max-width: 767px) {
          body .rules .middle .background .building {
            height: 60vh; } }
    body .rules .middle .description {
      padding-right: 10% !important;
      padding-left: 2.5% !important;
      padding-bottom: 5% !important;
      order: 2; }
      @media (max-width: 767px) {
        body .rules .middle .description {
          order: 1;
          padding-right: 2.5% !important; } }
      body .rules .middle .description h2 {
        margin-bottom: 30px; }
      body .rules .middle .description .scroll-container {
        overflow-y: scroll;
        height: 55vh; }
        body .rules .middle .description .scroll-container ol li, body .rules .middle .description .scroll-container ol a.text_ {
          text-align: left !important;
          font-family: 'Rams';
          font-size: 0.9em;
          margin-bottom: 5px; }
          @media (min-width: 1600px) {
            body .rules .middle .description .scroll-container ol li, body .rules .middle .description .scroll-container ol a.text_ {
              font-size: 0.95vw; } }
        body .rules .middle .description .scroll-container ol a.text_ {
          font-size: 1em;
          color: #23527c;
          text-decoration: underline; }
        body .rules .middle .description .scroll-container .title {
          font-family: 'Rams';
          padding-left: 30px;
          margin: 5px 0px 10px; }
          @media (min-width: 1600px) {
            body .rules .middle .description .scroll-container .title {
              font-size: 1.1vw; } }
  body .rules .bottom {
    padding: 0px; }
    body .rules .bottom .grass {
      /*background: $darkbrown;*/
      padding: 0px 0px 5% 0px;
      /*background-image: url("../../img/gallery/grass.png"), linear-gradient($darkbrown, $darkbrown);*/ }
      body .rules .bottom .grass .img-grass {
        max-width: 100%;
        margin-top: -6%; }
        @media (min-width: 1600px) {
          body .rules .bottom .grass .img-grass {
            width: 100%; } }
      body .rules .bottom .grass .col-bottle .img-bottle {
        width: 120%;
        
        bottom: 10%; }
        @media (min-width: 1600px) {
          body .rules .bottom .grass .col-bottle .img-bottle {
            width: 115%; } }
        @media (max-width: 767px) {
          body .rules .bottom .grass .col-bottle .img-bottle {
            position: relative;
            width: 50%;
            margin: 0px 25%; } }
  body .gallery .top {
    margin-bottom: 15px; }
    body .gallery .top .col-logo img {
      width: 25%; }
    body .gallery .top .col-logo-all img {
      width: 35%; }
  body .gallery .middle .cloud .img-cloud-1 {
    position: absolute;
    left: -10%;
    top: -100px;
    width: 60%; }
  body .gallery .middle .cloud .img-cloud-2 {
    position: absolute;
    right: -15%;
    top: -75px;
    width: 55%; }
  body .gallery .middle .content {
    padding: 0px 17.5%; }
    @media (max-width: 767px) {
      body .gallery .middle .content {
        padding: 0px; } }
    body .gallery .middle .content .pagination {
      font-family: 'Rams';
      font-size: 0.8vw; }
    body .gallery .middle .content .gallery-list .gallery-list-content {
      margin-bottom: 15px;
      padding: 0px 7.5px !important; }
      body .gallery .middle .content .gallery-list .gallery-list-content .field-image .img-temp {
        /*height: 150px;*/
        width: 100%; }
        body .gallery .middle .content .gallery-list .gallery-list-content .field-image .img-temp img {
          border: 2px solid #000; }
      body .gallery .middle .content .gallery-list .gallery-list-content .field-title {
        min-height: 8vw; }
        body .gallery .middle .content .gallery-list .gallery-list-content .field-title p.basic {
          margin-bottom: 0px !important; }
        body .gallery .middle .content .gallery-list .gallery-list-content .field-title a.more {
          font-family: 'Rams'; }
        body .gallery .middle .content .gallery-list .gallery-list-content .field-title a.more:hover, body .gallery .middle .content .gallery-list .gallery-list-content .field-title a.more:focus, body .gallery .middle .content .gallery-list .gallery-list-content .field-title a.more:active {
          color: #000; }
        body .gallery .middle .content .gallery-list .gallery-list-content .field-title a b {
          font-size: 0.8vw; }
          @media (max-width: 767px) {
            body .gallery .middle .content .gallery-list .gallery-list-content .field-title a b {
              font-size: 3.5vw; } }
    body .gallery .middle .content .gallery-list.multi-slider ul.slick-dots {
      font-family: 'Rams' !important; }
      body .gallery .middle .content .gallery-list.multi-slider ul.slick-dots li:first-child {
        width: 40px !important; }
        @media (min-width: 1600px) {
          body .gallery .middle .content .gallery-list.multi-slider ul.slick-dots li:first-child {
            width: 70px !important; } }
      @media (min-width: 1600px) {
        body .gallery .middle .content .gallery-list.multi-slider ul.slick-dots li {
          font-size: 1vw !important; } }
      body .gallery .middle .content .gallery-list.multi-slider ul.slick-dots li.slick-active a {
        text-decoration: underline; }
      body .gallery .middle .content .gallery-list.multi-slider ul.slick-dots li a {
        font-size: 1vw !important; }
    body .gallery .middle .content.filmstrip h4 {
      margin: 5% 0px 3%;
      font-size: 24px; }
    body .gallery .middle .content.filmstrip .slick-list {
      padding: 0px !important; }
    body .gallery .middle .content.filmstrip .slider-nav {
      margin-top: 30px; }
    body .gallery .middle .content.filmstrip .inner-detail-slider {
      max-height: 600px;
      margin: 0px 10px; }
      @media (max-width: 767px) {
        body .gallery .middle .content.filmstrip .inner-detail-slider {
          max-height: 251px; } }
      @media (min-width: 516px) and (max-width: 992px) {
        body .gallery .middle .content.filmstrip .inner-detail-slider {
          max-height: 350px; } }
      @media (min-width: 1600px) {
        body .gallery .middle .content.filmstrip .inner-detail-slider {
          max-height: unset; } }
    body .gallery .middle .content.filmstrip .detail-image {
      border: 2px solid #000; }
    body .gallery .middle .content.filmstrip .prevArrow {
      position: absolute;
      left: -6%;
      top: 35%; }
      @media (max-width: 767px) {
        body .gallery .middle .content.filmstrip .prevArrow {
          left: -1%;
          top: 40%;
          width: 5%; } }
    body .gallery .middle .content.filmstrip .nextArrow {
      position: absolute;
      right: -6%;
      top: 35%; }
      @media (max-width: 767px) {
        body .gallery .middle .content.filmstrip .nextArrow {
          right: -1%;
          top: 40%;
          width: 5%; } }
  body .gallery .bottom {
    padding: 0px; }
    body .gallery .bottom .grass {
      background: #E7E7E7;
      padding-bottom: 2% !important; }
      body .gallery .bottom .grass .img-grass {
        margin-top: -2%; }
  body .gallery .prize {
    background: #AF282A; }
    body .gallery .prize .background {
      height: 35vh;
      padding-bottom: 15%;
      background-image: url("../../img/gallery/building_12.png");
      background-size: 50%;
      /*background-repeat-x: repeat;
      background-repeat-y: no-repeat;*/
      background-repeat: repeat-x;
      background-position-x: left;
      background-position-y: bottom;
      color: white !important; }
      @media (max-width: 767px) {
        body .gallery .prize .background {
          height: 10vh; } }
  body .gallery.detail .middle .content h4 {
    margin: 5% 0px 3%;
    font-size: 24px; }
  body .gallery.detail .middle .content .inner-detail-slider {
    max-height: 600px; }
    @media (max-width: 767px) {
      body .gallery.detail .middle .content .inner-detail-slider {
        max-height: 251px; } }
    @media (min-width: 516px) and (max-width: 992px) {
      body .gallery.detail .middle .content .inner-detail-slider {
        max-height: 350px; } }
    @media (min-width: 1600px) {
      body .gallery.detail .middle .content .inner-detail-slider {
        max-height: unset; } }
  body .gallery.detail .middle .content .detail-image {
    border: 2px solid #000; }
  body .gallery.detail .middle .content .prevArrow {
    position: absolute;
    left: -10%;
    top: 15%; }
  body .gallery.detail .middle .content .nextArrow {
    position: absolute;
    right: -10%;
    top: 15%; }
  body .gallery.detail .middle .content.galeri .prevArrow {
    position: absolute;
    left: -10%;
    top: 45%; }
  body .gallery.detail .middle .content.galeri .nextArrow {
    position: absolute;
    right: -10%;
    top: 45%; }
  body .gallery.detail .middle .content p, body .gallery.detail .middle .content ul, body .gallery.detail .middle .content ol {
    font-weight: unset;
    font-family: 'Rams';
    font-size: 0.9vw;
    line-height: 1.25vw;
    text-align: left;
    margin-bottom: 21px; }
    @media (max-width: 767px) {
      body .gallery.detail .middle .content p, body .gallery.detail .middle .content ul, body .gallery.detail .middle .content ol {
        font-weight: unset !important;
        font-size: 1em !important;
        line-height: 6.25vw !important; } }
    @media (min-width: 516px) and (max-width: 992px) {
      body .gallery.detail .middle .content p, body .gallery.detail .middle .content ul, body .gallery.detail .middle .content ol {
        font-weight: unset !important;
        font-size: 1em !important;
        line-height: 2.5vw !important; } }
    body .gallery.detail .middle .content p a, body .gallery.detail .middle .content p li, body .gallery.detail .middle .content ul a, body .gallery.detail .middle .content ul li, body .gallery.detail .middle .content ol a, body .gallery.detail .middle .content ol li {
      font-weight: unset;
      font-family: 'Rams';
      font-size: 0.9vw;
      line-height: 1.25vw; }
      @media (max-width: 767px) {
        body .gallery.detail .middle .content p a, body .gallery.detail .middle .content p li, body .gallery.detail .middle .content ul a, body .gallery.detail .middle .content ul li, body .gallery.detail .middle .content ol a, body .gallery.detail .middle .content ol li {
          font-weight: unset !important;
          font-size: 1em !important;
          line-height: 6.25vw !important; } }
      @media (min-width: 516px) and (max-width: 992px) {
        body .gallery.detail .middle .content p a, body .gallery.detail .middle .content p li, body .gallery.detail .middle .content ul a, body .gallery.detail .middle .content ul li, body .gallery.detail .middle .content ol a, body .gallery.detail .middle .content ol li {
          font-weight: unset !important;
          font-size: 1em !important;
          line-height: 2.5vw !important; } }
  body .profile .top {
    padding: 0px 10%; }
    @media (max-width: 767px) {
      body .profile .top {
        padding: 0px 2.5%; } }
    body .profile .top .form-group {
      margin-bottom: 7.5px !important; }
      @media (max-width: 767px) {
        body .profile .top .form-group label {
          padding-left: 0px; } }
    @media (max-width: 767px) {
      body .profile .top .profile-photo {
        text-align: center; } }
    body .profile .top .profile-photo img {
      width: 100%; }
      @media (max-width: 767px) {
        body .profile .top .profile-photo img {
          width: 50% !important; } }
    @media (max-width: 767px) {
      body .profile .top .profile-form {
        margin-top: 30px; } }
  body .profile .middle {
    padding: 0px 10% 5%; }
    @media (max-width: 767px) {
      body .profile .middle {
        padding: 0px 2.5%; } }
    body .profile .middle .gallery-list .inner {
      background: #FFF;
      background-color: #FFF;
      max-height: 50vh;
      overflow: hidden;
      text-align: -webkit-center; }
      body .profile .middle .gallery-list .inner img {
        height: 100%;
        background: #EA2227; }
  body .profile .bottom {
    margin-top: -1%;
    padding: 0px; }
    body .profile .bottom .building {
      background: url("../../img/gallery/building_7.png");
      height: 33vh;
      background-position: bottom;
      background-size: contain;
      /*background-repeat-y: no-repeat;*/
      background-repeat: repeat-x; }
      @media (max-width: 767px) {
        body .profile .bottom .building {
          height: 15vh;
          background-position: bottom;
          background-size: 150%; } }
    body .profile .bottom .grass {
      background: #E7E7E7;
      padding-bottom: 2.5% !important;
      /*background-image: url("../../img/gallery/grass.png"), linear-gradient($darkbrown, $darkbrown);*/ }
      body .profile .bottom .grass .img-grass {
        max-width: 100%;
        margin-top: -1.5%; }
      body .profile .bottom .grass .col-bottle .img-bottle {
        width: 104%;
        position: absolute;
        bottom: 50%; }
    body .profile .bottom .prize-footer {
      height: 19.4vw; }
      body .profile .bottom .prize-footer img {
        position: absolute;
        bottom: 0; }
      body .profile .bottom .prize-footer img:nth-child(1) {
        width: 36%;
        margin-left: 50%;
        left: -18%; }
      body .profile .bottom .prize-footer img:nth-child(2) {
        right: 0;
        width: 17%;
        bottom: 79%; }
      body .profile .bottom .prize-footer img:nth-child(3) {
        width: 20%;
        margin-left: 50%;
        left: -25%; }
      body .profile .bottom .prize-footer img:nth-child(4) {
        width: 32%;
        left: 4%; }
      body .profile .bottom .prize-footer img:nth-child(5) {
        width: 43%;
        right: 0; }
      body .profile .bottom .prize-footer img:nth-child(6) {
        width: 27%;
        right: 0; }
      body .profile .bottom .prize-footer img:nth-child(7) {
        width: 19%; }
  body .coloring-book .middle {
    padding: 0px 15% 5%;
    z-index: 1; }
    @media (max-width: 767px) {
      body .coloring-book .middle {
        padding: 0px 2.5%; } }
    body .coloring-book .middle .color-area #canvasDiv {
      border: 2px solid #000;
      background: #FFF;
      box-shadow: inset 0px -5px 0px 0px #000; }
    body .coloring-book .middle .color-area #canvasDiv:hover {
      cursor: crosshair; }
    body .coloring-book .middle .color-area .coloring:hover {
      opacity: 0.5; }
    body .coloring-book .middle .color-picker-container {
      background: transparent; }
      body .coloring-book .middle .color-picker-container .color-circle {
        height: 43px;
        border-radius: 30px; }
        @media (min-width: 1400px) {
          body .coloring-book .middle .color-picker-container .color-circle {
            min-height: 70px;
            height: 3.5vw;
            border-radius: 100px; } }
        @media (min-width: 767px) and (max-width: 800px) {
          body .coloring-book .middle .color-picker-container .color-circle {
            min-height: 33px;
            height: 4.2vw; } }
        @media (max-width: 767px) {
          body .coloring-book .middle .color-picker-container .color-circle {
            height: 6vw;
            padding: 0px !Important; } }
      @media (max-width: 767px) {
        body .coloring-book .middle .color-picker-container .picker-1 {
          width: 100% !important;
          padding: 5px !important;
          display: block; } }
      @media (max-width: 767px) {
        body .coloring-book .middle .color-picker-container .picker-2 {
          width: 100% !important;
          display: block; } }
      body .coloring-book .middle .color-picker-container .navigation #undo, body .coloring-book .middle .color-picker-container .navigation #redo, body .coloring-book .middle .color-picker-container .navigation #refresh {
        text-decoration: none;
        font-family: 'Rams'; }
        body .coloring-book .middle .color-picker-container .navigation #undo .symbol, body .coloring-book .middle .color-picker-container .navigation #redo .symbol, body .coloring-book .middle .color-picker-container .navigation #refresh .symbol {
          font-size: 2vw; }
          @media (max-width: 767px) {
            body .coloring-book .middle .color-picker-container .navigation #undo .symbol, body .coloring-book .middle .color-picker-container .navigation #redo .symbol, body .coloring-book .middle .color-picker-container .navigation #refresh .symbol {
              font-size: 7vw; } }
        body .coloring-book .middle .color-picker-container .navigation #undo .text, body .coloring-book .middle .color-picker-container .navigation #redo .text, body .coloring-book .middle .color-picker-container .navigation #refresh .text {
          font-size: 1vw; }
          @media (max-width: 767px) {
            body .coloring-book .middle .color-picker-container .navigation #undo .text, body .coloring-book .middle .color-picker-container .navigation #redo .text, body .coloring-book .middle .color-picker-container .navigation #refresh .text {
              font-size: 4vw; } }
    body .coloring-book .middle .color-picker.static {
      display: inline-block !important;
      position: static !important;
      top: 0 !important;
      left: 0 !important; }
      @media (min-width: 1400px) {
        body .coloring-book .middle .color-picker.static .color-picker-control .color-picker-sv {
          height: 10vw;
          width: 13vw; } }
      @media (min-width: 767px) and (max-width: 800px) {
        body .coloring-book .middle .color-picker.static .color-picker-control .color-picker-sv {
          width: 14vw;
          height: 17.5vw; } }
      @media (max-width: 767px) {
        body .coloring-book .middle .color-picker.static .color-picker-control .color-picker-sv {
          width: 60vw !important; } }
      @media (min-width: 1400px) {
        body .coloring-book .middle .color-picker.static .color-picker-control .color-picker-h {
          height: 10vw; } }
      @media (min-width: 767px) and (max-width: 800px) {
        body .coloring-book .middle .color-picker.static .color-picker-control .color-picker-h {
          height: 17.5vw; } }
    body .coloring-book .middle .list-color-template .list-template .circle-temp-coloring {
      background: #FFF;
      border-radius: 100%;
      border: 2px solid #000;
      padding: 0px !important; }
      body .coloring-book .middle .list-color-template .list-template .circle-temp-coloring img {
        border-radius: 100%;
        border: 10px solid #AF282A; }
    body .coloring-book .middle .list-color-template .list-template .circle-temp-coloring:hover {
      background: #F2A93E; }
    body .coloring-book .middle #coloring-preview {
      display: none; }
      body .coloring-book .middle #coloring-preview .inner-preview {
        border: 2px solid #000;
        background: #FFF;
        margin-bottom: 30px; }
      body .coloring-book .middle #coloring-preview #download {
        display: none; }
  body .coloring-book .bottom {
    margin-top: -1%;
    padding: 0px; }
    body .coloring-book .bottom .building {
      background: url("../../img/gallery/building_7.png");
      height: 33vh;
      background-position: bottom;
      background-size: contain;
      /*background-repeat-y: no-repeat;*/
      background-repeat: repeat-x; }
      @media (max-width: 767px) {
        body .coloring-book .bottom .building {
          height: 15vh;
          background-position: bottom;
          background-size: 150%; } }
    body .coloring-book .bottom .grass {
      background: #E7E7E7;
      padding-bottom: 2.5% !important;
      /*background-image: url("../../img/gallery/grass.png"), linear-gradient($darkbrown, $darkbrown);*/ }
      body .coloring-book .bottom .grass .img-grass {
        max-width: 100%;
        margin-top: -1.5%; }
      body .coloring-book .bottom .grass .col-bottle .img-bottle {
        width: 104%;
        position: absolute;
        bottom: 50%; }
  body .coloring-book .prize {
    /*background: #fbbb59; */
    /*background-image: url('../../img/object/background_home_third.jpg');*/
    /*background-size: 100%;*/
    padding: 5% 0 0; }
    body .coloring-book .prize .btn-nav-lite {
      padding: 15px 50px; }
      @media (min-width: 1600px) {
        body .coloring-book .prize .btn-nav-lite {
          padding: 2vw 3.5vw; } }
    body .coloring-book .prize .blank .circle-list {
      padding: 2.5% 15%; }
      @media (max-width: 767px) {
        body .coloring-book .prize .blank .circle-list {
          padding: 2.5% 0; } }
      @media (max-width: 767px) {
        body .coloring-book .prize .blank .circle-list .slick-slide {
          padding: 0 3.5%; } }
    body .coloring-book .prize .background {
      height: 35vh;
      padding-bottom: 15%;
      background-image: url("../../img/gallery/building_2_1.png");
      background-size: 50%;
      /*background-repeat-x: repeat;
      background-repeat-y: no-repeat;*/
      background-repeat: repeat-x;
      background-position-x: left;
      background-position-y: bottom;
      color: white !important; }
      @media (max-width: 767px) {
        body .coloring-book .prize .background {
          height: 25vh;
          background-size: 100%; } }
    body .coloring-book .prize .prize-footer {
      height: 19.4vw; }
      body .coloring-book .prize .prize-footer img {
        position: absolute;
        bottom: 0; }
      body .coloring-book .prize .prize-footer img:nth-child(1) {
        width: 36%;
        margin-left: 50%;
        left: -18%; }
      body .coloring-book .prize .prize-footer img:nth-child(2) {
        right: 0;
        width: 17%;
        bottom: 79%; }
      body .coloring-book .prize .prize-footer img:nth-child(3) {
        width: 20%;
        margin-left: 50%;
        left: -25%; }
      body .coloring-book .prize .prize-footer img:nth-child(4) {
        width: 32%;
        left: 4%; }
      body .coloring-book .prize .prize-footer img:nth-child(5) {
        width: 43%;
        right: 0; }
      body .coloring-book .prize .prize-footer img:nth-child(6) {
        width: 27%;
        right: 0; }
      body .coloring-book .prize .prize-footer img:nth-child(7) {
        width: 19%; }
  body .winner a.dark-hover img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  body .winner a.dark-hover:hover img {
    filter: brightness(0.5); }
  body .winner img.cloud {
    position: absolute;
    z-index: -1; }
    body .winner img.cloud.back-decor-1 {
      right: -4%;
      width: 49%;
      top: -4%;
      z-index: -1; }
    body .winner img.cloud.back-decor-2 {
      left: -9%;
      width: 30%;
      top: 2%; }
    body .winner img.cloud.back-decor-3 {
      right: 6%;
      top: 15%;
      width: 29%; }
    body .winner img.cloud.back-decor-4 {
      right: 3%;
      width: 25%;
      top: -14%; }
  body .winner .top .col-logo img {
    width: 25%; }
    @media (max-width: 767px) {
      body .winner .top .col-logo img {
        width: 55%; } }
  body .winner .middle .img-button {
    width: 25%; }
    @media (max-width: 767px) {
      body .winner .middle .img-button {
        width: 60%; } }
  body .winner .middle .img-title-winner {
    width: 45%; }
    @media (max-width: 767px) {
      body .winner .middle .img-title-winner {
        width: 88%; } }
  body .winner .middle .img-title-finalis {
    width: 45%; }
    @media (max-width: 767px) {
      body .winner .middle .img-title-finalis {
        width: 88%; } }
  body .winner .image .img-bottle {
    position: absolute;
    left: 0;
    top: -65px;
    width: 85%; }
  body .winner .image .background {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%; }
  @media (max-width: 767px) {
    body .winner .image .outer-winner {
      padding: 0; } }
  body .winner .image .outer-winner .img-winner {
    width: 55%; }
    @media (max-width: 767px) {
      body .winner .image .outer-winner .img-winner {
        width: 85%; } }
  body .winner .caption {
    /*padding-top: 5%;
    padding-left: 0px;*/
    padding: 30px 12% 17.5%; }
    @media (max-width: 767px) {
      body .winner .caption {
        padding: 15px 12% 17.5%; } }
    body .winner .caption h3 {
      font-family: 'Sunrise International';
      font-size: 3vw;
      margin: 15px 0px 0px;
      color: #1B77B8; }
      @media (max-width: 767px) {
        body .winner .caption h3 {
          font-size: 7vw; } }
    body .winner .caption h1 {
      font-family: 'Sunrise International';
      font-size: 5vw;
      margin: 0px 0px 2%; }
    body .winner .caption h2 {
      font-family: 'Sunrise International';
      color: #1B77B8;
      font-size: 5vw;
      margin: 0px; }
    body .winner .caption h4 {
      font-family: 'Sunrise International';
      color: #1B77B8;
      font-size: 2.5vw;
      margin: 10px 0px 0px; }
      @media (max-width: 767px) {
        body .winner .caption h4 {
          font-size: 7vw; } }
    body .winner .caption h5 {
      font-family: 'Sunrise International';
      color: #1B77B8;
      font-size: 2.5vw;
      margin: 0px; }
    body .winner .caption h6 {
      font-family: 'Sunrise International';
      color: #1B77B8;
      font-size: 3.25vw;
      margin: 0px; }
    body .winner .caption span {
      font-family: 'Sunrise International';
      color: #FFF;
      padding: 5px 14px;
      border: 4px solid #FFF;
      border-radius: 100px;
      background: #E7E7E7;
      font-size: 2vw; }
      @media (max-width: 767px) {
        body .winner .caption span {
          font-size: 7vw; } }
      body .winner .caption span.last {
        padding: 5px 10px !important; }
    body .winner .caption a:hover,
    body .winner .caption a:active,
    body .winner .caption a:focus {
      text-decoration: none !important; }
    body .winner .caption .inner-caption {
      padding-top: 0px;
      margin-top: -25px; }
      @media (max-width: 767px) {
        body .winner .caption .inner-caption {
          margin-bottom: 40px; } }
    body .winner .caption .line {
      width: 100%;
      padding: 15px 0px; }
    body .winner .caption .btn-popup-final {
      width: 80%; }
  body .winner .prize-footer {
    z-index: -1;
    height: 19.4vw; }
    body .winner .prize-footer img {
      position: absolute;
      bottom: 0; }
    body .winner .prize-footer img:nth-child(1) {
      width: 36%;
      margin-left: 50%;
      left: -18%; }
    body .winner .prize-footer img:nth-child(2) {
      right: 0;
      width: 17%;
      bottom: 79%; }
    body .winner .prize-footer img:nth-child(3) {
      width: 20%;
      margin-left: 50%;
      left: -25%; }
    body .winner .prize-footer img:nth-child(4) {
      width: 32%;
      left: 4%; }
    body .winner .prize-footer img:nth-child(5) {
      width: 43%;
      right: 0; }
    body .winner .prize-footer img:nth-child(6) {
      width: 27%;
      right: 0; }
    body .winner .prize-footer img:nth-child(7) {
      width: 19%;
      left: 0; }
  body .footer {
    color: #fff;
    background-color: #911B1E;
    padding: 15px;
    /*10%;*/ }
    @media (max-width: 767px) {
      body .footer div:nth-child(2) {
        padding: 15px 15px 0; } }
    body .footer .left {
      text-align: left;
      font-family: 'Myriad Pro';
      padding-top: 7.5px;
      font-size: 0.9em; }
      @media (min-width: 1600px) {
        body .footer .left {
          font-size: 1vw; } }
      @media (max-width: 767px) {
        body .footer .left {
          text-align: -webkit-center; } }
    body .footer .right {
      text-align: right;
      font-size: 1.25em; }
      @media (min-width: 1600px) {
        body .footer .right {
          font-size: 1.25vw; } }
      @media (max-width: 767px) {
        body .footer .right {
          padding-top: 5px;
          text-align: -webkit-center; } }
      body .footer .right a img {
        width: 25px; }
        @media (min-width: 1600px) {
          body .footer .right a img {
            width: 2vw; } }
    body .footer .socmed {
      margin: 0 10px; }
      body .footer .socmed.instagram img {
        width: 30px; }
      body .footer .socmed.facebook img {
        width: 15px; }
      body .footer .socmed.twitter img {
        width: 30px; }
  body .modal.imageViewer .modal-body {
    padding: 0px !important;
    border: 0px;
    border-radius: 0px; }
  body .modal.imageViewer button.close {
    position: absolute;
    top: 2%;
    right: 3%; }
  body .modal .modal-dialog {
    margin: 5% auto !important; }
    @media (min-width: 1600px) {
      body .modal .modal-dialog {
        width: 45vw; } }
    @media (max-width: 767px) {
      body .modal .modal-dialog {
        width: 90%;
        margin-top: 15% !important; } }
    body .modal .modal-dialog .modal-content {
      background-color: rgba(255, 255, 255, 0.96) !important;
      background: url("../../img/object/background_darbotz.jpg");
      background-size: 100%;
      border: 0px !important;
      border-radius: 15px !important;
      overflow: hidden; }
      body .modal .modal-dialog .modal-content .modal-header {
        border-bottom: 0px !important;
        padding: 5px 5px 0px 5px; }
        body .modal .modal-dialog .modal-content .modal-header .img-close {
          width: 60%; }
      body .modal .modal-dialog .modal-content .modal-body {
        padding: 0px 5%; }
        body .modal .modal-dialog .modal-content .modal-body .row h2 {
          margin-bottom: 20px !important; }
        body .modal .modal-dialog .modal-content .modal-body .row.registerForm {
          padding: 0px 5%; }
        body .modal .modal-dialog .modal-content .modal-body .row .register, body .modal .modal-dialog .modal-content .modal-body .row .login {
          padding: 15px 45px 45px; }
          @media (min-width: 1600px) {
            body .modal .modal-dialog .modal-content .modal-body .row .register, body .modal .modal-dialog .modal-content .modal-body .row .login {
              padding: 1.5vw 45px 3.5vw; } }
          @media (max-width: 767px) {
            body .modal .modal-dialog .modal-content .modal-body .row .register, body .modal .modal-dialog .modal-content .modal-body .row .login {
              padding: 1vw 45px 5vw; } }
        body .modal .modal-dialog .modal-content .modal-body .row .register {
          border-right: 2px solid #000; }
          @media (max-width: 767px) {
            body .modal .modal-dialog .modal-content .modal-body .row .register {
              border-right: 0px;
              border-bottom: 2px solid #000; } }
        body .modal .modal-dialog .modal-content .modal-body .row .form-inline {
          text-align: left; }
          body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group {
            padding: 3.5px 0px; }
            @media (min-width: 1600px) {
              body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group {
                font-size: 1vw; } }
            @media (max-width: 767px) {
              body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group {
                margin-bottom: 0px; } }
            body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group label {
              padding: 0px; }
            body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group.checkbox {
              padding: 0px 15px 10px !important; }
              @media (max-width: 767px) {
                body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group.checkbox {
                  padding: 0px 15px 10px !important; } }
              body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group.checkbox table tr td {
                vertical-align: top; }
                body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group.checkbox table tr td font {
                  font-family: 'Rams Bold' !important;
                  font-size: 1.1vw; }
                  @media (max-width: 767px) {
                    body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group.checkbox table tr td font {
                      font-size: 1em; } }
            body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group .icheckbox_square {
              box-shadow: 4px 5px 1px rgba(152, 152, 152, 0.81); }
            body .modal .modal-dialog .modal-content .modal-body .row .form-inline .form-group.captcha {
              text-align: -webkit-center !important; }
      body .modal .modal-dialog .modal-content .modal-footer {
        border-top: 0px !important;
        text-align: center; }
  body .modal .modal-final.modal-dialog {
    margin: 7.5% auto !important; }
    @media (min-width: 1600px) {
      body .modal .modal-final.modal-dialog {
        width: 45vw; } }
    @media (max-width: 767px) {
      body .modal .modal-final.modal-dialog {
        width: 90%;
        margin-top: 15% !important; } }
    body .modal .modal-final.modal-dialog .modal-content {
      background-color: #FCE7B4 !important;
      border: 4px solid #8C6239 !important;
      border-radius: 15px !important;
      overflow: unset; }
      body .modal .modal-final.modal-dialog .modal-content .modal-header {
        border-bottom: 0px !important;
        padding: 5px 5px 0px 5px; }
        @media (max-width: 767px) {
          body .modal .modal-final.modal-dialog .modal-content .modal-header a {
            height: 0px; } }
        body .modal .modal-final.modal-dialog .modal-content .modal-header .img-close {
          width: 45%;
          margin-right: -25%;
          margin-top: -40%; }
      body .modal .modal-final.modal-dialog .modal-content .modal-body {
        padding: 0px 5%; }
        body .modal .modal-final.modal-dialog .modal-content .modal-body .row {
          /*h2{
          	margin-bottom: 20px !important;
          }*/ }
          body .modal .modal-final.modal-dialog .modal-content .modal-body .row .image .img-bottle {
            position: absolute;
            left: 0;
            top: -65px;
            width: 85%; }
            @media (max-width: 767px) {
              body .modal .modal-final.modal-dialog .modal-content .modal-body .row .image .img-bottle {
                top: -15px; } }
          body .modal .modal-final.modal-dialog .modal-content .modal-body .row .image .background {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%; }
          body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption {
            padding-top: 5%;
            padding-left: 0px; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption h3 {
              font-family: 'Sunrise International';
              font-size: 3vw;
              margin: 0px; }
              body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption h3.green {
                color: #64946D !Important;
                margin: -15px 0px 15px; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption h1 {
              font-family: 'Sunrise International';
              color: #1B77B8;
              font-size: 6.85vw;
              margin: 0px; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption h2 {
              font-family: 'Sunrise International';
              color: #1B77B8;
              font-size: 5vw;
              margin: 0px; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption h4 {
              font-family: 'Sunrise International';
              color: #1B77B8;
              font-size: 4.75vw;
              margin: 0px; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption h6 {
              font-family: 'Sunrise International';
              color: #1B77B8;
              font-size: 2.5vw;
              margin: 0px; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption p {
              line-height: 1.5em;
              height: 180px;
              overflow: auto; }
              @media (max-width: 767px) {
                body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption p {
                  font-size: 2vw;
                  height: 60px; } }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption.detail {
              padding-top: 11.5%; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption.detail-caption {
              padding-top: 0%; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption .star-left {
              position: absolute;
              bottom: 15%;
              left: -6%;
              width: 12.5%; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption .star-right {
              position: absolute;
              bottom: 20%;
              right: -6%;
              width: 12%; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption .line {
              width: 100%;
              padding: 15px 0px; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption .btn-popup-final {
              width: 80%; }
            body .modal .modal-final.modal-dialog .modal-content .modal-body .row .caption .img-star-detail {
              margin-right: 60%;
              /*top: 0;
              left: 0;
              width: 100%;
              position: absolute;*/ }
      body .modal .modal-final.modal-dialog .modal-content .img-bottle-detail {
        position: absolute;
        left: 12.5%;
        bottom: -0.75%;
        width: 25%; }
      body .modal .modal-final.modal-dialog .modal-content .modal-footer {
        border-top: 0px !important;
        text-align: center; }
        @media (max-width: 767px) {
          body .modal .modal-final.modal-dialog .modal-content .modal-footer {
            display: none; } }
  body .modal .modal-winner.modal-dialog {
    margin: 1.5% auto !important; }
    @media (min-width: 1600px) {
      body .modal .modal-winner.modal-dialog {
        width: 45vw; } }
    @media (max-width: 767px) {
      body .modal .modal-winner.modal-dialog {
        width: 90%;
        margin-top: 15% !important; } }
    body .modal .modal-winner.modal-dialog .modal-content {
      background-color: #FCE7B4 !important;
      background: url("../../img/object/winnerpage/background-popup-4-winner-page.jpg");
      background-size: contain;
      background-repeat: repeat;
      /*border: 4px solid #8C6239 !important;*/
      border-radius: 25px !important;
      overflow: unset; }
      body .modal .modal-winner.modal-dialog .modal-content .modal-header {
        border-bottom: 0px !important;
        padding: 0;
        /*5px 5px 0px 5px;*/ }
        body .modal .modal-winner.modal-dialog .modal-content .modal-header a {
          position: absolute;
          z-index: 1;
          right: 0; }
          @media (max-width: 767px) {
            body .modal .modal-winner.modal-dialog .modal-content .modal-header a {
              height: 0px; } }
        body .modal .modal-winner.modal-dialog .modal-content .modal-header .img-close {
          width: 50%;
          margin-right: 10px;
          margin-top: 10px; }
          @media (max-width: 767px) {
            body .modal .modal-winner.modal-dialog .modal-content .modal-header .img-close {
              width: 20%; } }
      body .modal .modal-winner.modal-dialog .modal-content .modal-body {
        padding: 0px;
        overflow: hidden; }
        body .modal .modal-winner.modal-dialog .modal-content .modal-body .row {
          margin: 0;
          /*h2{
          	margin-bottom: 20px !important;
          }*/ }
          body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .image .img-bottle {
            position: absolute;
            left: 0;
            top: -65px;
            width: 85%; }
            @media (max-width: 767px) {
              body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .image .img-bottle {
                top: -15px; } }
          body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .image .background {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%; }
          body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .message {
            width: 100.1% !important; }
          body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption {
            padding-top: 5%;
            padding-left: 0px; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h3 {
              font-family: 'Sunrise International';
              font-size: 2vw;
              margin: 15px 0;
              letter-spacing: 3px; }
              @media (max-width: 767px) {
                body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h3 {
                  margin: 10px 0 5px; } }
              body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h3.green {
                color: #64946D !Important;
                margin: 0px 0px 2.5px;
                font-size: 1.5vw; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h1 {
              font-family: 'Sunrise International';
              color: #1B77B8;
              font-size: 6.85vw;
              margin: 0px; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h2 {
              font-family: 'Sunrise International';
              color: white;
              font-size: 400%;
              margin: 0px;
              margin-bottom: 10px !important; }
              @media (max-width: 767px) {
                body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h2 {
                  font-size: 160%;
                  margin-bottom: 1vw !important; } }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h4 {
              font-family: 'Sunrise International';
              color: #1B77B8;
              font-size: 4.75vw;
              margin: 0px; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption h6 {
              font-family: 'Sunrise International';
              color: #1B77B8;
              font-size: 2.5vw;
              margin: 0px; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption p {
              color: white;
              line-height: 1.5em;
              max-height: unset;
              overflow: auto;
              font-size: 90%;
              padding-bottom: 15px; }
              body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption p.title {
                font-size: 150%; }
                @media (max-width: 767px) {
                  body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption p.title {
                    font-size: 100%; } }
              @media (max-width: 767px) {
                body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption p {
                  font-size: 1.5vw;
                  max-height: unset;
                  padding: 0px;
                  line-height: 1.25em; } }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail {
              padding-top: 7%; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption {
              padding: 5% 4.5%;
              background: url("../../img/object/winnerpage/background-popup-2-winner-page.jpg");
              background-size: contain;
              background-repeat: repeat;
              border-top-right-radius: 25px !important;
              border-bottom-right-radius: 25px !important;
              min-height: 650px; }
              @media (max-width: 767px) {
                body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption {
                  min-height: 310px; } }
              body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption.finalis {
                background: url("../../img/object/winnerpage/background-popup-3-winner-page.jpg");
                background-size: contain;
                background-repeat: repeat;
                border-top-right-radius: 25px !important;
                border-bottom-right-radius: 25px !important; }
              body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption .judge-sign {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 30%; }
              body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption .comment {
                /*min-height: 175px;*/ }
                @media (max-width: 767px) {
                  body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption .comment {
                    min-height: 15vw; } }
                body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption .comment.comment-3 {
                  min-height: 175px; }
                  @media (max-width: 767px) {
                    body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption.detail-caption .comment.comment-3 {
                      min-height: 0px !important; } }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption .star-left {
              position: absolute;
              bottom: 15%;
              left: -6%;
              width: 12.5%; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption .star-right {
              position: absolute;
              bottom: 20%;
              right: -6%;
              width: 12%; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption .line {
              width: 100%;
              padding: 15px 0px; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption .btn-popup-final {
              width: 80%; }
            body .modal .modal-winner.modal-dialog .modal-content .modal-body .row .caption .img-star-detail {
              margin-right: 60%;
              /*top: 0;
              left: 0;
              width: 100%;
              position: absolute;*/ }
      body .modal .modal-winner.modal-dialog .modal-content .abs-image {
        position: absolute;
        width: 100%;
        height: 650px; }
        @media (max-width: 767px) {
          body .modal .modal-winner.modal-dialog .modal-content .abs-image {
            height: 250px; } }
        body .modal .modal-winner.modal-dialog .modal-content .abs-image.finalis .img-title-detail {
          top: 5%;
          width: 20%;
          left: 7%; }
        body .modal .modal-winner.modal-dialog .modal-content .abs-image.finalis .img-medal-detail {
          top: 77%; }
        body .modal .modal-winner.modal-dialog .modal-content .abs-image .img-bottle-detail {
          position: absolute;
          left: 7%;
          top: 20%;
          width: 25%; }
        body .modal .modal-winner.modal-dialog .modal-content .abs-image .img-title-detail {
          position: absolute;
          top: 5%;
          width: 27%;
          left: 3.5%; }
        body .modal .modal-winner.modal-dialog .modal-content .abs-image .img-medal-detail {
          position: absolute;
          top: 76%;
          width: 10%;
          left: 12%; }
      body .modal .modal-winner.modal-dialog .modal-content .modal-footer {
        border-top: 0px !important;
        text-align: center; }
        @media (max-width: 767px) {
          body .modal .modal-winner.modal-dialog .modal-content .modal-footer {
            display: none; } }

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