/*--COMMON--*/
@charset "UTF-8";

@font-face {
  font-family:'GothamRegular';
  src: url('../fonts/GothamLightRegular.otf');
}
@font-face {
  font-family:'GothamMedium';
  src: url('../fonts/GothamRounded-Book.otf');
}
@font-face {
  font-family:'GothamBold';
  src: url('../fonts/GothamBold.otf');
}
@font-face {
  font-family:'GothamBlack';
  src: url('../fonts/GothamBlack-Regular.ttf');
}
.flexSelfEnd{
  -webkit-box-align-self:end;
  -webkit-align-self:end;
  -ms-flex-align-self:end;
  align-self:end
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus{
  outline:0
}
html{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height:100%;
}

body{
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFFFFF;
  font-family: 'GothamRegular',sans-serif;
}
h1,h2,h3,h4,h5,h6,ul,p,button {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a,a:hover,a:focus {
  outline: none;
 /* color: #000000;*/
  text-decoration: none;
}
img{
  border: none;
  outline: none;
  max-width: 100%;
}
.uCase {
  text-transform: uppercase;
}
.cCase {
  text-transform: capitalize;
}
.pad6000 {
  padding: 60px 0;
}
.pad8000 {
  padding: 80px 0;
}
a.link-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}
.inner-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}
section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*--END COMMON--*/
/*--HEADER--*/
header.gk-header {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 83px;
  position: fixed;
  padding: 10px 0;
  box-shadow: none;
  background-color: #FFFFFF;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
header.gk-header.active {
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
header.gk-header .inner-wrapper {
  height: 100%;
}
.header-rightmenu {
  margin-left: 150px;
}
a.header-logo img {
  display: block;
  margin: 2px auto;
  width: 400px;
  -webkit-transition: width 0.4s linear;
  -moz-transition: width 0.4s linear;
  -ms-transition: width 0.4s linear;
  transition: width 0.4s linear;
}
a.header-logo img.desktop-logo {
  display: block;
}
a.header-logo img.mobile-logo {
  display: none;
}
header.gk-header.active a.header-logo img {
  /*width: 100px;*/
}
.header-hamburger-icon {
  z-index: 3;
  width: 42px;
  height: 42px;
  display: none;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 2px;
  position: relative;
  background-color: #000;
}
.header-hamburger-icon span {
  left: 11px;
  opacity: 1;
  width: 20px;
  height: 2.5px;
  display: block;
  border-radius: 2px;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.header-hamburger-icon span:first-child {
  top: 12px;
}
.header-hamburger-icon span:nth-child(2) {
  top: 20px;
}
.header-hamburger-icon span:nth-child(3) {
  top: 28px;
}
.header-hamburger-icon.open span:first-child {
  top: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-hamburger-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header-hamburger-icon.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
ul.header-menulists li {
  margin: 0 25px;
}
ul.header-menulists li:last-child {
  margin-right: 0;
}
ul.header-menulists li a {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  text-align: center;
  display: inline-block;
  font-family: 'GothamMedium';
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.header-menulists li a:hover {
  color: #000;
}
/*--END HEADER--*/
.content-wrapper {
  width: 100%;
  margin-top: 83px;
  position: relative;
}
.home-mobile-banner {
  display: none;
}
.home-banner-image-wrapper {
  width: 100%;
  height: calc(100vh - 80px);
  background: url(../images/home-banner.jpg) no-repeat #FFFFFF;
  background-size: contain;
  background-position: right; 
}
.howto-participate-section {
  padding: 55px 0 100px 0;
  background-color: #f9f9f9;
}
.section-title {
  color: #000;
  font-size: 26px;
  text-align: center;
  margin-bottom: 36px;
  text-transform: uppercase;
  font-family: "GothamBold";
}
.participate-steps {
  width: 32%;
  text-align: center;
  position: relative;
}
.participate-steps p {
  color: #4a4a4a;
  margin: 0 auto;
  font-size: 14px;
  max-width: 230px;
  margin-top: 20px;
  line-height: 20px;
  font-family: "GothamMedium";
}
.message-step {
  top: 50%;
  left: 47%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.message-step span {
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "GothamMedium";
}
.message-step span b {
  color: #da262e;
  display: block;
  font-weight: 400;
  font-family: 'GothamBold';
}
.message-step span:first-child {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #585858;
}
img.goldcoin {
  position: absolute;
  top: -113px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.winners-section {
  overflow: visible;
 /* padding: 60px 0 60px 0;*/
}
img.winner-sparkles {
  display: block;
  margin: 0 auto;
  margin-bottom: -40px;
}
.winner-slider-wrapper {
  padding: 10px 30px;
  max-width: 858px;
  margin: 0 auto;
}
.winner-slider-wrapper {
  opacity: 0;
}
.winner-slider-wrapper.slick-initialized.slick-slider {
  opacity: 1;
}
.winner-box {
  margin: 20px;
  min-height: 433px;
  padding: 30px 60px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.winners-section h2 {
  color: #000;
  font-size: 26px;
  text-align: center;
  margin-bottom: 33px;
  text-transform: uppercase;
  font-family: "GothamBold";
}
ul.winners-lists {
  text-align: center;
  column-count: 2;
  -webkit-column-count: 2;
}
ul.winners-lists li {
  width: 100%;
}
.winner-name {
  color: #da262e;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: 'GothamMedium';
}
.winner-address {
  color: #da262e;
  font-size: 16px;
  font-weight: 400;
  font-family: 'GothamMedium'; 
}
.winner-info {
  margin: 0 auto;
  max-width: 260px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(197, 201, 204, 0.6);
}
.winners-month {
  top: -9px;
  left: -9px;
  position: absolute;
}
.winners-month img {
  width: auto;
  display: block;
  max-width: 160px;
}
.winner-month-info {
  top: 30%;
  text-align: center;
  position: absolute;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.winner-month-info .week-info {
  display: block;
  color: #171717;
  font-size: 17px;
  font-weight: 600;
  font-family: "GothamMedium";
}
span.month-info {
  color: #171717;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  font-family: "GothamMedium";
}
.winner-slider-wrapper .slick-prev, 
.winner-slider-wrapper .slick-next {
  top: 50%;
  z-index: 1;
  width: 30px;
  height: 52px;
  bottom: 40px;
  box-shadow: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.winner-slider-wrapper .slick-prev {
  left: -50px;
}
.winner-slider-wrapper .slick-next {
  right: -50px;
}
.winner-slider-wrapper .slick-prev:before {
  top: 50%;
  left: 0;
  opacity: 1;
  content: '';
  width: 30px;
  height: 52px;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  background: url(../images/rightarrow.png) no-repeat;
  background-position: center;
}
.winner-slider-wrapper .slick-next:before {
  right: 0;
  top: 50%;
  opacity: 1;
  content: '';
  width: 30px;
  height: 52px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/rightarrow.png) no-repeat;
  background-position: center;
}
.winner-slider-wrapper button.slick-arrow.slick-disabled {
  cursor: auto;
  opacity: 0.5;
}
.winner-slider-wrapper .slick-dots {
  left: 0;
  bottom: -30px;
}
.winner-slider-wrapper .slick-dots li button:before {
  display: none;
}
.winner-slider-wrapper .slick-dots li {
  width: 12px;
  margin: 7px;
  height: 12px;
}
.winner-slider-wrapper .slick-dots li button {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  border-radius: 50px;
  background-color: #424242;
}
.winner-slider-wrapper .slick-dots li.slick-active button {
  opacity: 1;
}
.rules-section {
  padding: 55px 0;
  background-color: #f9f9f9;
}
.contest-rules-lists {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
}
.contest-rules-lists li {
  width: 100%;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-family: "GothamMedium";
}
.contest-rules-lists li:last-child {
  margin-bottom: 0;
}
.contest-rules-lists li:before {
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  content: '';
  position: absolute;
  border-radius: 100px;
  background-color: #4b4b4b;
}
ul.subrules {
  margin-top: 5px;
  padding-left: 20px;
  text-indent: -20px;
}
ul.subrules li {
  padding-left: 0;
  list-style: inside;
  list-style-type: lower-alpha;
}
ul.subrules li:before {
  display: none;
}
.button-wrapper {
  text-align: center;
}
a.readmore-button {
  width: 136px;
  height: 44px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  margin-top: 70px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #da262e;
  border: 2px solid #da262e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.readmore-button:hover {
  color: #da262e;
  background-color: transparent;
}
.find-protector-section {
  padding: 50px 0;
  background-color: #da262e;
}
.protector-button {
  width: auto;
  height: 44px;
  color: #FFFFFF;
  font-size: 15px;
  padding: 0 30px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.protector-button:hover {
  color: #da262e;
  background-color: #FFFFFF;
}
h3.protector-title {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  font-family: "GothamMedium";
}
.gk-footer {
  padding: 50px 0 20px 0;
}
.social-link-wrapper span {
  color: #424242;
  font-size: 20px;
  font-weight: 600;
  font-family: 'GothamBold';
}
.social-link-wrapper ul li {
  margin-left: 25px;
}
.social-link-wrapper ul li a i {
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.social-link-wrapper ul li a .fa-twitter:hover {
  color: #0084b4;
}
.social-link-wrapper ul li a .fa-facebook:hover {
  color: #3b5998;
}
.social-link-wrapper ul li a .fa-youtube-play:hover {
  color: #b00;
}
.social-link-wrapper ul li a .fa-instagram:hover {
  color: #9b6954;
}
.footer-main-links {
  width: 100%;
  margin: 15px 0;
}
.footer-main-links li a {
  font-size: 14px;
  color: #424242;
  padding: 0 15px;
  font-weight: 500;
  line-height: 12px;
  display: inline-block;
  border-right: 1px solid #424242;
  font-family: 'GothamMedium';
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul.footer-sub-links {
  width: 100%;
  margin-bottom: 7px;
}
.footer-sub-links li a {
  color: #bdc2c7;
  font-size: 12px;
  padding: 0 15px;
  line-height: 10px;
  display: inline-block;
  font-family: 'GothamMedium';
  border-right: 1px solid #bdc2c7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-main-links li:last-child a,
.footer-sub-links li:last-child a {
  border-right: none;
}
.footer-main-links li a:hover,
.footer-sub-links li a:hover {
  color: #da262e;
}
.copyrights.inner-wrapper {
  margin-top: 30px;
  max-width: 1240px;
}
.copyrights p {
  color: #bdc2c7;
  font-size: 12px;
  font-family: 'GothamMedium';
}
.moretext {
  display: none;
}
.participatenow-btn {
  display: none;
}
.winner-box.flex.flexAlignItemsCenter {
  height: 100%;
  display: flex;
  text-align: center;
}
h4.announced-info {
  width: 100%;
  font-size: 34px;
  text-transform: uppercase;
  font-family: 'GothamMedium';
  color: #d63f42;
}
@media only screen and (max-width: 1360px) {
  .home-banner-image-wrapper {
    height: calc(100vh - 97px);
  }
}
@media only screen and (max-width: 1200px) {
  .copyrights.inner-wrapper {
    padding: 0 20px;
  }
  .inner-wrapper {
    padding: 0 20px;
  }
  a.header-logo img {
    width: 100px;
  }
  ul.header-menulists li {
    margin: 0 15px;
  }
  header.gk-header.active a.header-logo img,
  header.gk-header a.header-logo img {
    width: 90px;
  }
  .home-banner-image-wrapper {
    height: 500px;
  }
  a.readmore-button:hover {
    color: #FFFFFF;
    background-color: #da262e;
    border: 2px solid #da262e;
  }
}
@media only screen and (max-width: 1000px) and (orientation: landscape){
  ul.footer-sub-links li {
    margin: 4px 0;
  }
}
@media only screen and (max-width: 1000px) {
  a.header-logo img.desktop-logo {
    display: none;
  }
  a.header-logo img.mobile-logo {
    display: block;
  }
  header.gk-header.active a.header-logo img, 
  header.gk-header a.header-logo img {
    width: 260px;
    margin: 3px 0px;
  }
  ul.footer-sub-links {
    margin-bottom: 0;
  }
  header.gk-header .inner-wrapper {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .home-banner-image-wrapper {
    height: 380px;
    background-size: cover;
  }
  .message-step span {
    font-size: 12px;
  }
  .winner-slider-wrapper .slick-prev {
    left: -8px;
  }
  .winner-slider-wrapper .slick-next {
    right: -8px;
  }
  .header-hamburger-icon {
    display: block;
  }
  .header-rightmenu {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    transition: -webkit-transform .8s cubic-bezier(.86,0,.07,1);
    transition: transform .8s cubic-bezier(.86,0,.07,1);
    transition: transform .8s cubic-bezier(.86,0,.07,1),-webkit-transform .8s cubic-bezier(.86,0,.07,1);
  }
  .header-rightmenu.active {
    -webkit-transform: translate3d(0,0%,0);
    transform: translate3d(0,0%,0);
  }
  ul.header-menulists li a {
    font-size: 16px;
    color: #424242 !important;
  }
  ul.header-menulists li {
    margin: 25px 0px;
  }
  ul.header-menulists {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  h4.announced-info {
    width: 305px;
    font-size: 25px;
    margin: 0 auto;
    display: block;
  }
  .winner-box.flex.flexAlignItemsCenter {
    padding: 10px;
  }
  .social-link-wrapper span {
    font-size: 16px;
  }
  img.goldcoin {
    top: -65px;
    max-width: 160px;
  }
  .participatenow-btn {
    bottom: 0;
    width: 100%;
    display: block;
    position: fixed;
    margin-top: 15px;
    opacity: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  ul.footer-sub-links {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  .participatenow-btn img {
    width: 100%;
    display: block;
  }
  .gk-footer {
    padding: 50px 0 0px 0;
  }
  .participate-steps-wrapper {
    display: block;
  }
  header.gk-header {
    top: -1px;
    height: 73px;
  }
  .content-wrapper {
    margin-top: 73px;
  }
  .header-hamburger-icon {
    margin-top: 5px;
  }
  .home-banner-image-wrapper {
    display: none;
  } 
  .home-mobile-banner {
    width: 100%;
    display: block;
  }
  .participate-steps {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  .message-step span {
    font-size: 16px;
  }
  .howto-participate-section {
    padding: 50px 0 90px 0;
  }
  img.winner-sparkles {
    margin-top: -55px;
    margin-bottom: 20px;
  }
  .participate-steps:last-child {
    margin-bottom: 0;
  }
  ul.winners-lists {
    text-align: center;
    column-count: 1;
    -webkit-column-count: 1;
  }
  .winner-box {
    margin: 15px;
    padding: 30px 30px;
  }
  .winner-slider-wrapper {
    padding: 0;
  }
  .winner-slider-wrapper .slick-prev,
  .winner-slider-wrapper .slick-next {
    display: none !important;
  }
  section.winners-section .inner-wrapper {
    padding: 0 10px;
  }
  .winners-section h2 {
    font-size: 28px;
    margin-top: 15px;
  }
  .social-link-wrapper ul li a i {
    font-size: 18px;
  }
  .social-link-wrapper {
    text-align: center;
  }
  .social-link-wrapper ul li {
    margin: 0 12px;
  }
  .social-link-wrapper ul {
    margin-top: 0px;
  }
  .footer-main-links li {
    margin: 4px 0;
  }
  ul.footer-sub-links li {
    margin: 10px 0;
    display: block;
  }
  .footer-sub-links li a {
    border-right: none;
  }
  .copyrights.inner-wrapper {
    margin-top: 30px;
    max-width: 1240px;
    text-align: center;
    margin-bottom: 60px;
  }
  .copyrights p {
    width: 100%;
  }
  .section-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
  .copyrights.inner-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 365px) {
  h4.announced-info {
    font-size: 22px;
  }
  .winner-box.flex.flexAlignItemsCenter {
    min-height: 350px;
  }
}