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

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

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

[hidden], template {
  display: none; }

html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: ""; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.8em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
.container {
  padding: 0 0;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 641px) {
  .container {
    width: 85%; } }

@media only screen and (min-width: 961px) {
  .container {
    width: 70%; } }

.container .row {
  margin-left: 0;
  margin-right: 0; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: 0; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: 0; }
    .row .col.s3 {
      width: 25%;
      margin-left: 0; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: 0; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: 0; }
    .row .col.s6 {
      width: 50%;
      margin-left: 0; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: 0; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: 0; }
    .row .col.s9 {
      width: 75%;
      margin-left: 0; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: 0; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: 0; }
    .row .col.s12 {
      width: 100%;
      margin-left: 0; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    @media only screen and (min-width: 641px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: 0; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: 0; }
      .row .col.m3 {
        width: 25%;
        margin-left: 0; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: 0; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: 0; }
      .row .col.m6 {
        width: 50%;
        margin-left: 0; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: 0; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: 0; }
      .row .col.m9 {
        width: 75%;
        margin-left: 0; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: 0; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: 0; }
      .row .col.m12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; } }
    @media only screen and (min-width: 961px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: 0; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: 0; }
      .row .col.l3 {
        width: 25%;
        margin-left: 0; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: 0; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: 0; }
      .row .col.l6 {
        width: 50%;
        margin-left: 0; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: 0; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: 0; }
      .row .col.l9 {
        width: 75%;
        margin-left: 0; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: 0; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: 0; }
      .row .col.l12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; } }

@font-face {
  font-family: 'tradegothicno20condensedbold1361518746';
  src: url("../fonts/tradegothicno20condensedbold1361518746.eot");
  src: url("../fonts/tradegothicno20condensedbold1361518746.eot") format("embedded-opentype"), url("../fonts/tradegothicno20condensedbold1361518746.woff2") format("woff2"), url("../fonts/tradegothicno20condensedbold1361518746.woff") format("woff"), url("../fonts/tradegothicno20condensedbold1361518746.ttf") format("truetype"), url("../fonts/tradegothicno20condensedbold1361518746.svg#tradegothicno20condensedbold1361518746") format("svg"); }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg"); }

@font-face {
  font-family: 'helveticaneuemedium';
  src: url("../fonts/helveticaneuemedium.eot");
  src: url("../fonts/helveticaneuemedium.eot") format("embedded-opentype"), url("../fonts/helveticaneuemedium.woff2") format("woff2"), url("../fonts/helveticaneuemedium.woff") format("woff"), url("../fonts/helveticaneuemedium.ttf") format("truetype"), url("../fonts/helveticaneuemedium.svg#helveticaneuemedium") format("svg"); }

@font-face {
  font-family: 'GearedSlabLight';
  src: url("../fonts/GearedSlabLight.eot");
  src: url("../fonts/GearedSlabLight.eot") format("embedded-opentype"), url("../fonts/GearedSlabLight.woff2") format("woff2"), url("../fonts/GearedSlabLight.woff") format("woff"), url("../fonts/GearedSlabLight.ttf") format("truetype"), url("../fonts/GearedSlabLight.svg#GearedSlabLight") format("svg"); }

/*	variables	*/
/* colors */
a, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: 0 none; }

a {
  color: #FFFFFF;
  text-decoration: none; }

input, textarea, button {
  border: 0 none;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

img {
  -khtml-transition: 0.2s linear ease-in-out;
  transition: 0.2s linear ease-in-out; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0; }

ul li, p {
  margin: 0;
  padding: 0; }

b, strong {
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: normal; }

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

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

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

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

*:focus {
  outline: none; }

select {
  background: #FFFFFF;
  -webkit-border-radius: 0px; }

/*	@include classes	*/
.clear {
  clear: both; }
  .clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none; }

.show {
  display: block; }

.center {
  text-align: center; }

.non-mobile {
  display: block; }

.mobile {
  display: none; }

/*	@exclude mixin	*/
/* ICON */
.buttons a, .buttons input, .buttons button {
  display: inline-block;
  font-size: 1.3em;
  width: auto;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  background: none;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-top: 0.2em;
  line-height: 1;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .buttons a:hover, .buttons input:hover, .buttons button:hover {
    background: #FFFFFF;
    color: #545454; }

.buttons.margin-bot {
  margin-bottom: 5em; }

/*	page 	*/
body {
  color: #545454;
  background: #FFFFFF url(../images/bg.jpg) no-repeat;
  background-size: cover;
  font-family: "helveticaneuemedium", sans-serif;
  font-size: 10px;
  line-height: 1; }

.main-container {
  overflow: hidden; }

.page-container {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%; }

.wrapper-area {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative; }

header {
  text-align: center;
  padding: 3em 0; }
  header .logo {
    float: left;
    width: 38%;
    text-align: left;
    margin-left: 2%; }
    header .logo span {
      float: left; }
    header .logo .ruffles {
      width: 23%;
      margin-right: 3%; }
    header .logo .campaign {
      width: 74%; }
    header .logo img {
      max-width: 100%;
      height: auto; }
  header .menu {
    float: right;
    text-align: right;
    margin-top: 0.5em;
    padding: 1em 0;
    border-right: 1px solid #545454; }
    header .menu ul {
      display: inline-block; }
    header .menu li {
      display: block;
      float: left;
      margin: 0 2em; }
      header .menu li a {
        font-size: 2em;
        color: #545454;
        font-family: "tradegothicno20condensedbold1361518746", sans-serif;
        text-transform: uppercase; }
      header .menu li.social-links {
        margin: 0 0.5em; }
        header .menu li.social-links a {
          text-decoration: none;
          background: url(../images/icons-social-big.png) 0 0 no-repeat;
          width: 36px;
          height: 36px;
          display: inline-block;
          margin: 0 0.1em; }
          header .menu li.social-links a.fb {
            background-position: 0 0; }
          header .menu li.social-links a.tw {
            background-position: -36px 0; }
          header .menu li.social-links a.mail {
            background-position: -72px 0; }
  header .login {
    float: right;
    width: 10%;
    margin-right: 1%;
    font-size: 1.6em;
    font-family: "tradegothicno20condensedbold1361518746", sans-serif;
    text-transform: uppercase;
    margin-top: 0.6em; }
    header .login a {
      background: url(../images/logo-sing-in-out.png) no-repeat;
      background-size: contain;
      color: #545454;
      display: block;
      text-align: left;
      padding-left: 2.5em;
      margin-left: 8%; }
      header .login a.signout {
        line-height: 2; }

.mobile-toggle {
  display: none;
  cursor: pointer;
  background: url(../images/mobile-menu.png) 0 0 no-repeat;
  position: absolute;
  z-index: 10;
  right: 0;
  width: 40px;
  height: 40px;
  -khtml-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

/*---------------Home----------------*/
.home-banner {
  position: relative; }
  .home-banner figure {
    position: relative; }
    .home-banner figure img {
      width: 100%;
      height: auto;
      display: block; }
  .home-banner .data-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    left: 0;
    color: #FFFFFF;
    width: 100%; }
    .home-banner .data-area .row {
      max-width: 1310px;
      width: 94%;
      margin: 0 auto; }
    .home-banner .data-area .txt-up-your {
      text-align: center; }
      .home-banner .data-area .txt-up-your img {
        max-width: 100%;
        height: auto;
        margin-top: 18%; }
    .home-banner .data-area .win-green-egg {
      background: rgba(0, 0, 0, 0.6);
      padding: 3.5em;
      max-width: 500px;
      width: 90%;
      margin: 0 auto;
      -khtml-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .home-banner .data-area .win-green-egg .title {
        text-align: center; }
        .home-banner .data-area .win-green-egg .title img {
          max-width: 100%;
          height: auto; }
      .home-banner .data-area .win-green-egg .copy {
        font-size: 1.8em;
        margin: 1em 0;
        line-height: 1.3; }
      .home-banner .data-area .win-green-egg .form-container {
        text-align: center; }
        .home-banner .data-area .win-green-egg .form-container .col {
          position: relative; }
        .home-banner .data-area .win-green-egg .form-container .icon {
          position: absolute;
          right: 0.3em;
          top: 0.3em; }

.mobile-txt-up-your {
  text-align: center;
  margin: 0 0 2em; }
  .mobile-txt-up-your img {
    max-width: 80%; }

.tips-challenge {
  background: #000000;
  width: 100%;
  position: relative; }
  .tips-challenge .tips {
    /*display:table-cell;*/
    position: absolute;
    width: 33%;
    background: url(../images/bg-pro-tips.jpg) no-repeat;
    background-size: cover;
    padding: 2em 0;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%; }
    .tips-challenge .tips .data {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 100%;
      left: 0; }
    .tips-challenge .tips .title {
      text-align: center;
      width: 80%;
      margin: 0 auto 1.4em; }
      .tips-challenge .tips .title img {
        max-width: 100%;
        height: auto; }
    .tips-challenge .tips .copy {
      width: 68%;
      margin: 0 auto;
      color: #FFFFFF;
      font-size: 1.8em;
      line-height: 1.3; }
  .tips-challenge .challenge {
    width: 67%;
    position: relative;
    margin-left: 33%; }
  .tips-challenge .carousal {
    width: 100%; }
    .tips-challenge .carousal figure {
      float: left;
      width: 45%;
      text-align: right; }
      .tips-challenge .carousal figure .video {
        border: 4px solid #FFFFFF;
        display: block; }
        .tips-challenge .carousal figure .video > a {
          position: relative;
          display: block; }
        .tips-challenge .carousal figure .video .videoWrapper {
          position: relative;
          padding-bottom: 56.25%;
          padding-top: 25px;
          height: 0; }
          .tips-challenge .carousal figure .video .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      .tips-challenge .carousal figure img {
        width: 100%;
        height: auto;
        -khtml-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
      .tips-challenge .carousal figure .play {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        background: url(../images/play.png) no-repeat;
        background-size: cover; }
    .tips-challenge .carousal.slick-slider {
      margin-bottom: 0; }
    .tips-challenge .carousal .slick-slide {
      -khtml-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10em 2%; }
    .tips-challenge .carousal .slick-prev, .tips-challenge .carousal .slick-next {
      background-color: #212121;
      height: 100%;
      top: 0;
      margin-top: 0; }
    .tips-challenge .carousal .slick-prev {
      left: 0; }
    .tips-challenge .carousal .slick-next {
      right: 0; }
    .tips-challenge .carousal .data {
      width: 52%;
      margin-left: 3%;
      float: left; }
      .tips-challenge .carousal .data h1 {
        font-family: "GearedSlabLight", sans-serif;
        color: #9d9d9d;
        font-size: 1.7em;
        text-transform: uppercase; }
      .tips-challenge .carousal .data h2 {
        font-family: "GearedSlabLight", sans-serif;
        color: #FFFFFF;
        font-size: 2.5em;
        text-transform: uppercase;
        line-height: 1.7; }
      .tips-challenge .carousal .data .status {
        font-size: 1.2em;
        font-family: "tradegothicno20condensedbold1361518746", sans-serif;
        color: #06cc8d;
        text-transform: uppercase; }
        .tips-challenge .carousal .data .status.future {
          color: #9d9d9d; }
        .tips-challenge .carousal .data .status.closed {
          color: #d10000; }
        .tips-challenge .carousal .data .status.running {
          color: #06cc8d; }
      .tips-challenge .carousal .data p {
        font-size: 1.7em;
        color: #FFFFFF;
        line-height: 1.3;
        margin-bottom: 0.5em; }

.latest-submission .title {
  padding: 4em 0 2em;
  text-align: center;
  color: #545454;
  /**/
  overflow: hidden;
  display: block;
  white-space: nowrap; }
  .latest-submission .title.more {
    padding-top: 1em; }
  .latest-submission .title h1 {
    font-family: "GearedSlabLight", sans-serif;
    text-transform: uppercase;
    font-size: 4em;
    display: block; }
    .latest-submission .title h1 label {
      display: inline-block;
      font-size: 0.4em;
      margin: 0 0.2em;
      position: relative; }
      .latest-submission .title h1 label:before {
        content: "\2605";
        position: absolute;
        top: -50%;
        left: 0; }
  .latest-submission .title h3 {
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    color: #016099;
    font-family: "tradegothicno20condensedbold1361518746", sans-serif; }
    .latest-submission .title h3 label {
      display: inline-block;
      font-size: 0.4em;
      margin: 0 0.2em;
      position: relative; }
      .latest-submission .title h3 label:before {
        content: "\2605";
        position: absolute;
        top: -50%;
        left: 0; }
  .latest-submission .title .seprator {
    /*width: 100%; overflow: hidden;*/
    position: relative;
    display: inline-block; }
    .latest-submission .title .seprator:before, .latest-submission .title .seprator:after {
      content: "";
      position: absolute;
      top: 42%;
      width: 9999px;
      border-top: 1px solid #878787;
      /* display: inline-block;  width: 50%;  margin: 0 .5em 0 -50%; vertical-align: middle;*/ }
    .latest-submission .title .seprator:before {
      right: 100%;
      margin-right: 5px; }
    .latest-submission .title .seprator:after {
      /*margin: 0 -55% 0 .5em; */
      left: 100%;
      margin-left: 12px; }
    .latest-submission .title .seprator span {
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #545454;
      font-family: "helveticaneuemedium", sans-serif;
      font-size: 0.5em;
      padding: 0.5em 1em;
      -khtml-border-radius: 4px;
      border-radius: 4px; }
      .latest-submission .title .seprator span:hover {
        background: #545454;
        color: #FFFFFF; }
  .latest-submission .title a {
    color: #545454; }

.latest-submission .social-feeds article {
  position: relative;
  float: left;
  width: 14.66%;
  margin: 0 1% 2em;
  background: #9d9d9d;
  overflow: hidden;
  padding-bottom: 14.66%;
  height: auto;
  top: 0; }
  .latest-submission .social-feeds article > div, .latest-submission .social-feeds article figure {
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .latest-submission .social-feeds article > div a, .latest-submission .social-feeds article figure a {
      color: #FFFFFF; }
  .latest-submission .social-feeds article figure {
    height: 100%; }
    .latest-submission .social-feeds article figure a {
      background: center top no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      display: block; }
    .latest-submission .social-feeds article figure .overlay {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      background: rgba(0, 0, 0, 0.3);
      color: #FFFFFF; }
      .latest-submission .social-feeds article figure .overlay .data {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 4%;
        -khtml-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
      .latest-submission .social-feeds article figure .overlay .play {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        width: 44px;
        height: 44px;
        margin-top: -22px;
        margin-left: -22px;
        background: url(../images/play.png) no-repeat;
        background-size: cover; }
      .latest-submission .social-feeds article figure .overlay h3 {
        font-family: "GearedSlabLight", sans-serif;
        font-size: 1.6em;
        text-transform: uppercase; }
      .latest-submission .social-feeds article figure .overlay h4 {
        font-family: "tradegothicno20condensedbold1361518746", sans-serif;
        font-size: 1.6em;
        text-transform: uppercase; }

.latest-submission .social-popup {
  cursor: pointer; }

.login-reg-area {
  position: relative; }
  .login-reg-area figure {
    position: relative; }
    .login-reg-area figure img {
      width: 100%;
      height: auto;
      display: block; }
  .login-reg-area .data-area {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%; }
    .login-reg-area .data-area .row {
      max-width: 710px;
      width: 86%;
      margin: 0 auto; }
    .login-reg-area .data-area h1 {
      font-family: "GearedSlabLight", sans-serif;
      font-size: 5em;
      text-transform: uppercase;
      margin-bottom: 0.5em;
      text-align: center; }
      .login-reg-area .data-area h1 span {
        display: inline-block;
        font-size: 0.4em;
        margin: 0 0.2em;
        position: relative; }
        .login-reg-area .data-area h1 span:before {
          content: "\2605";
          position: absolute;
          top: -50%;
          left: 0; }
    .login-reg-area .data-area p {
      font-size: 3em;
      font-family: "HelveticaNeue", sans-serif; }
    .login-reg-area .data-area .or {
      font-size: 1.5em;
      margin: 1.5em 0;
      text-align: center; }
    .login-reg-area .data-area .form-container input[type="text"] {
      font-family: "HelveticaNeue", sans-serif; }
    .login-reg-area .data-area .form-container .fb-login {
      background: #3b5998 url(../images/icon-fb-form.png) 10px center no-repeat;
      padding-left: 3em;
      width: 100%;
      text-transform: uppercase;
      -khtml-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: 0 none;
      text-align: left;
      font-size: 1.5em;
      color: #FFFFFF; }
    .login-reg-area .data-area .form-container input.email {
      background: #FFFFFF url(../images/icon-mail.png) 10px center no-repeat;
      padding-left: 3em;
      font-size: 1.5em; }
    .login-reg-area .data-area .form-container .buttons input {
      font-size: 1.8em;
      padding: 0.6em 5em; }
    .login-reg-area .data-area .form-container .required {
      font-size: 1.6em;
      text-transform: uppercase;
      margin-bottom: 1.5em; }
    .login-reg-area .data-area.register .row {
      max-width: 820px; }
    .login-reg-area .data-area.register .fb-login {
      font-size: 1.9em; }
    .login-reg-area .data-area.register input[type="text"] {
      font-size: 1.9em; }

.prize-banner {
  position: relative;
  padding-top: 4em; }
  .prize-banner figure {
    position: relative; }
    .prize-banner figure img {
      width: 100%;
      height: auto;
      display: block; }
  .prize-banner .data-area {
    /* position:absolute; z-index:10; top:0; left:0; color:$white; @include vertical-align; width:100%;*/ }
    .prize-banner .data-area .row {
      max-width: 1040px;
      margin: 0 auto;
      width: 90%; }
    .prize-banner .data-area h1 {
      font-family: "GearedSlabLight", sans-serif;
      font-size: 4.5em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0.3em; }
    .prize-banner .data-area p {
      font-size: 1.8em;
      font-family: "HelveticaNeue", sans-serif;
      margin-bottom: 1em;
      line-height: 1.2; }
    .prize-banner .data-area ul {
      list-style: circle outside; }
      .prize-banner .data-area ul li {
        font-size: 1.6em;
        font-family: "HelveticaNeue", sans-serif;
        line-height: 1.5;
        margin-left: 1em; }

.other-prizes {
  padding: 4em 0 2em; }
  .other-prizes h2 {
    font-size: 4.55em;
    text-transform: uppercase;
    font-family: "GearedSlabLight", sans-serif;
    text-align: center;
    margin-bottom: 0.5em; }
    .other-prizes h2 span {
      display: inline-block;
      font-size: 0.4em;
      margin: 0 0.2em;
      position: relative; }
      .other-prizes h2 span:before {
        content: "\2605";
        position: absolute;
        top: -50%;
        left: 0; }
  .other-prizes .row .col {
    padding: 0 1% 2em;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .other-prizes .row .col figure img {
      width: 100%;
      height: auto;
      display: block; }
    .other-prizes .row .col figure figcaption {
      background: #545454;
      color: #FFFFFF;
      padding: 1.5em;
      min-height: 12em;
      position: relative; }
      .other-prizes .row .col figure figcaption h4 {
        font-size: 1.7em;
        font-family: "helveticaneuemedium", sans-serif;
        margin-bottom: 0.4em; }
      .other-prizes .row .col figure figcaption p {
        font-size: 1.4em;
        line-height: 1.3;
        font-family: "HelveticaNeue", sans-serif; }
      .other-prizes .row .col figure figcaption ul {
        list-style: circle outside; }
        .other-prizes .row .col figure figcaption ul li {
          font-size: 1.4em;
          font-family: "HelveticaNeue", sans-serif;
          line-height: 1.5;
          margin-left: 1em; }
  .other-prizes .more {
    display: none;
    margin: 2em 0; }
  .other-prizes .toggle {
    text-align: center;
    margin-top: 1em;
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%; }
    .other-prizes .toggle a {
      font-size: 1.4em; }

.challenge-banner {
  position: relative; }
  .challenge-banner figure {
    position: relative; }
    .challenge-banner figure img {
      width: 100%;
      height: auto;
      display: block; }
  .challenge-banner .challenge {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 10%;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 80%;
    background: rgba(0, 0, 0, 0.4);
    padding: 5em 6%;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .challenge-banner .challenge figure {
      float: left;
      width: 45%;
      border: 4px solid #FFFFFF;
      -khtml-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .challenge-banner .challenge figure img {
        max-width: 100%;
        height: auto; }
      .challenge-banner .challenge figure .play {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        background: url(../images/play.png) no-repeat;
        background-size: cover; }
      .challenge-banner .challenge figure .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0; }
        .challenge-banner .challenge figure .videoWrapper iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .challenge-banner .challenge .data {
      width: 52%;
      margin-left: 3%;
      float: left; }
      .challenge-banner .challenge .data h1 {
        font-family: "GearedSlabLight", sans-serif;
        color: #FFFFFF;
        font-size: 4.6em;
        margin-bottom: 0.3em;
        text-align: center;
        text-transform: uppercase; }
        .challenge-banner .challenge .data h1 span {
          display: inline-block;
          font-size: 0.4em;
          margin: 0 0.2em;
          position: relative; }
          .challenge-banner .challenge .data h1 span:before {
            content: "\2605";
            position: absolute;
            top: -50%;
            left: 0; }
      .challenge-banner .challenge .data h2 {
        font-family: "GearedSlabLight", sans-serif;
        color: #FFFFFF;
        font-size: 3.8em;
        margin-bottom: 0.5em;
        text-align: center;
        text-transform: uppercase; }
        .challenge-banner .challenge .data h2 span {
          display: inline-block;
          font-size: 0.4em;
          margin: 0 0.2em;
          position: relative; }
          .challenge-banner .challenge .data h2 span:before {
            content: "\2605";
            position: absolute;
            top: -50%;
            left: 0; }
      .challenge-banner .challenge .data p {
        font-size: 1.8em;
        color: #FFFFFF;
        line-height: 1.3;
        margin-bottom: 0.5em;
        text-align: center; }
    .challenge-banner .challenge .mobile-links {
      display: none; }
    .challenge-banner .challenge .left-link a {
      display: block;
      background: #212121 url(../images/arrow.png) no-repeat 0 center;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3em; }
    .challenge-banner .challenge .right-link a {
      display: block;
      background: #212121 url(../images/arrow.png) no-repeat 100% center;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 3em; }

.coming-soon {
  position: relative; }
  .coming-soon figure {
    position: relative; }
    .coming-soon figure img {
      width: 100%;
      height: auto;
      display: block; }
  .coming-soon .data-area {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%; }
    .coming-soon .data-area .row {
      max-width: 1000px;
      margin: 0 auto; }
    .coming-soon .data-area h1 {
      font-family: "GearedSlabLight", sans-serif;
      font-size: 6em;
      text-transform: uppercase;
      margin-bottom: 0.3em;
      text-align: center;
      position: relative; }
      .coming-soon .data-area h1 span {
        display: inline-block;
        font-size: 0.4em;
        margin: 0 0.2em;
        position: relative; }
        .coming-soon .data-area h1 span:before {
          content: "\2605";
          position: absolute;
          top: -50%;
          left: 0; }
    .coming-soon .data-area .logo-chillout {
      text-align: center;
      padding: 3em 0; }
    .coming-soon .data-area p {
      font-size: 1.8em;
      width: 84%;
      margin: 0 auto; }
  .coming-soon .share {
    text-align: center;
    margin-top: 0.3em; }
    .coming-soon .share a {
      margin: 0 0.2em; }
    .coming-soon .share a.fb {
      line-height: 1;
      vertical-align: middle; }
      .coming-soon .share a.fb:before {
        /*Number of icons going across*/
        background-image: url(../images/icons-social-big.png);
        background-size: 400%;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        background-position: 0% 0;
        content: "";
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        /*margin-right: 12.5px; */ }
    .coming-soon .share a.tw {
      line-height: 1;
      vertical-align: middle; }
      .coming-soon .share a.tw:before {
        /*Number of icons going across*/
        background-image: url(../images/icons-social-big.png);
        background-size: 400%;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        background-position: 33.3333333333% 0;
        content: "";
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        /*margin-right: 12.5px; */ }
    .coming-soon .share a.ig {
      line-height: 1;
      vertical-align: middle; }
      .coming-soon .share a.ig:before {
        /*Number of icons going across*/
        background-image: url(../images/icons-social-big.png);
        background-size: 400%;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        background-position: 66.6666666667% 0;
        content: "";
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        /*margin-right: 12.5px; */ }

/*---------------Register----------------*/
.share {
  text-align: center;
  font-family: "tradegothicno20condensedbold1361518746", sans-serif;
  font-size: 4.5em; }
  .share .social {
    margin: 0.4em 0; }
    .share .social li {
      display: inline-block;
      margin: 0 0.2em; }
    .share .social a.fb {
      line-height: 1;
      vertical-align: middle; }
      .share .social a.fb:before {
        /*Number of icons going across*/
        background-image: url(../images/share-icons.png);
        background-size: 400%;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        background-position: 0% 0;
        content: "";
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        /*margin-right: 12.5px; */ }
    .share .social a.tw {
      line-height: 1;
      vertical-align: middle; }
      .share .social a.tw:before {
        /*Number of icons going across*/
        background-image: url(../images/share-icons.png);
        background-size: 400%;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        background-position: 33.3333333333% 0;
        content: "";
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        /*margin-right: 12.5px; */ }
    .share .social a.mail {
      line-height: 1;
      vertical-align: middle; }
      .share .social a.mail:before {
        /*Number of icons going across*/
        background-image: url(../images/share-icons.png);
        background-size: 400%;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        background-position: 66.6666666667% 0;
        content: "";
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        /*margin-right: 12.5px; */ }

/*---------------Popup----------------*/
.popup {
  color: #FFFFFF;
  padding: 6em 0; }
  .popup .popup-data {
    width: 90%;
    max-width: 440px;
    margin: 0 auto; }
  .popup h3 {
    font-family: "GearedSlabLight", sans-serif;
    font-size: 5em;
    text-align: center;
    text-transform: uppercase; }
    .popup h3 span {
      display: inline-block;
      font-size: 0.4em;
      margin: 0 0.2em;
      position: relative; }
      .popup h3 span:before {
        content: "\2605";
        position: absolute;
        top: -50%;
        left: 0; }
  .popup h4 {
    font-family: "GearedSlabLight", sans-serif;
    font-size: 4em;
    text-align: center;
    text-transform: uppercase; }
    .popup h4 span {
      display: inline-block;
      font-size: 0.4em;
      margin: 0 0.2em;
      position: relative; }
      .popup h4 span:before {
        content: "\2605";
        position: absolute;
        top: -50%;
        left: 0; }
  .popup h5 {
    font-family: "GearedSlabLight", sans-serif;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase; }
    .popup h5 span {
      display: inline-block;
      font-size: 0.4em;
      margin: 0 0.2em;
      position: relative; }
      .popup h5 span:before {
        content: "\2605";
        position: absolute;
        top: -50%;
        left: 0; }
  .popup p {
    font-size: 1.8em;
    line-height: 1.3; }
  .popup .video-area {
    border: 2px solid #FFFFFF;
    position: relative; }
    .popup .video-area img, .popup .video-area video {
      width: 100%;
      height: auto; }
    .popup .video-area .play {
      position: absolute;
      z-index: 10;
      left: 50%;
      top: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
      background: url(../images/play.png) no-repeat;
      background-size: cover; }
    .popup .video-area .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      .popup .video-area .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .popup .img-area {
    text-align: center; }
    .popup .img-area img, .popup .img-area video {
      max-width: 100%;
      height: auto; }
  .popup .copy-area {
    margin: 3em 0 4em; }
  .popup .share-victory {
    background: url(../images/bg-share-victory.png) center top no-repeat;
    padding-top: 4em;
    margin-bottom: 4em; }
    .popup .share-victory .share .social {
      margin-top: 0; }
  .popup .more-codes {
    text-align: center; }
    .popup .more-codes .buttons {
      margin: 1em 0; }
      .popup .more-codes .buttons a {
        font-size: 1.9em;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        padding: 0.7em 2em; }
    .popup .more-codes p {
      font-size: 1.5em; }
  .popup .contact-data {
    width: 90%;
    margin: 0 auto; }
    .popup .contact-data h2 {
      font-size: 5em;
      text-transform: uppercase;
      font-family: "GearedSlabLight", sans-serif;
      text-align: center;
      margin-bottom: 0.5em; }
      .popup .contact-data h2 span {
        display: inline-block;
        font-size: 0.4em;
        margin: 0 0.2em;
        position: relative; }
        .popup .contact-data h2 span:before {
          content: "\2605";
          position: absolute;
          top: -50%;
          left: 0; }
    .popup .contact-data a {
      text-decoration: underline; }
    .popup .contact-data p {
      font-size: 1.5em;
      margin-bottom: 1em; }
    .popup .contact-data div {
      font-size: 1.8em;
      margin-bottom: 1em;
      text-align: center; }

.video-popup {
  padding: 2em 4%; }
  .video-popup .popup-data {
    width: 100%; }
  .video-popup .video-area {
    border: 2px solid #FFFFFF; }
    .video-popup .video-area img, .video-popup .video-area video {
      width: 100%;
      height: auto; }

/*---------------Rules----------------*/
.rules {
  background: #d7d7d7;
  padding: 0 0 4em 0;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.3em; }
  .rules .page-container {
    max-width: 850px; }
  .rules h3 {
    font-size: 4em;
    padding-top: 1.2em;
    font-family: "GearedSlabLight", sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.8em; }
    .rules h3 span {
      display: inline-block;
      font-size: 0.4em;
      margin: 0 0.2em;
      position: relative; }
      .rules h3 span:before {
        content: "\2605";
        position: absolute;
        top: -50%;
        left: 0; }
  .rules p {
    margin-bottom: 1em; }
  .rules table {
    border-collapse: collapse; }
  .rules td, .rules th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left; }
  .rules ul, .rules ol {
    list-style: circle outside; }
    .rules ul li, .rules ol li {
      font-family: "HelveticaNeue", sans-serif;
      margin-left: 1em; }
  .rules ol {
    list-style-type: upper-alpha; }
  .rules a {
    color: #545454;
    text-decoration: underline; }

footer {
  padding: 3em 0;
  text-align: center; }
  footer .links {
    font-size: 1.6em;
    color: #FFFFFF;
    display: table;
    margin: 0 auto; }
    footer .links li {
      display: table-cell;
      text-transform: uppercase;
      padding: 0 1em;
      vertical-align: middle; }
      footer .links li a {
        color: #545454;
        font-family: "GearedSlabLight", sans-serif;
        text-decoration: underline; }
      footer .links li a.fb {
        line-height: 1;
        vertical-align: middle; }
        footer .links li a.fb:before {
          /*Number of icons going across*/
          background-image: url(../images/icons-social-big-grey.png);
          background-size: 400%;
          background-repeat: no-repeat;
          width: 34px;
          height: 34px;
          background-position: 0% 0;
          content: "";
          display: inline-block;
          line-height: 34px;
          vertical-align: middle;
          /*margin-right: 8.5px; */ }
      footer .links li a.tw {
        line-height: 1;
        vertical-align: middle; }
        footer .links li a.tw:before {
          /*Number of icons going across*/
          background-image: url(../images/icons-social-big-grey.png);
          background-size: 400%;
          background-repeat: no-repeat;
          width: 34px;
          height: 34px;
          background-position: 33.3333333333% 0;
          content: "";
          display: inline-block;
          line-height: 34px;
          vertical-align: middle;
          /*margin-right: 8.5px; */ }
  footer .ruffels-link {
    position: absolute;
    right: 3em;
    top: 1em; }
    footer .ruffels-link a {
      color: #545454;
      font-family: "GearedSlabLight", sans-serif;
      text-decoration: underline;
      font-size: 1.6em;
      text-transform: uppercase; }
  footer .copyright {
    font-size: 1.5em;
    margin-top: 2em;
    color: #9d9d9d; }

.form-container {
  margin: 0 auto;
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* Custom select box*/ }
  .form-container p {
    text-align: center;
    font-size: 1.9em;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 0.5em; }
  .form-container label {
    display: block;
    margin-bottom: 0.2em; }
  .form-container form {
    margin-top: 2em; }
    .form-container form p {
      font-size: 2em; }
  .form-container input, .form-container select, .form-container textarea, .form-container button {
    border: 0;
    color: #000000;
    background-color: #FFFFFF;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3em;
    display: block;
    width: 100%;
    padding: 0.6em;
    margin-bottom: 1em;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  .form-container input[type="submit"] {
    color: #FFFFFF;
    background: none;
    border: 1px solid #FFFFFF;
    font-family: "helveticaneuemedium", sans-serif;
    font-size: 1.3em;
    line-height: 1;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.8em 3em; }
    .form-container input[type="submit"]:hover {
      background: #FFFFFF;
      color: #545454; }
  .form-container input[type="text"].error {
    border: 2px solid #d10000;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .form-container .error-msg {
    color: #d10000;
    font-size: 1.2em; }
  .form-container .buttons {
    text-align: center;
    margin-top: 2em; }
    .form-container .buttons input, .form-container .buttons button {
      width: auto;
      padding: 0.5em 2em;
      display: inline-block; }
  .form-container .fname {
    width: 48%;
    float: left; }
  .form-container .lname {
    width: 48%;
    float: right; }
  .form-container .city {
    width: 46%;
    float: left; }
  .form-container .state {
    width: 20%;
    margin-left: 1%;
    float: left; }
  .form-container .zip {
    width: 32%;
    margin-left: 1%;
    float: left; }
  .form-container .dob {
    width: 32.6%;
    margin-left: 1%;
    float: left; }
    .form-container .dob:nth-of-type(1) {
      margin-left: 0%; }
  .form-container .approval {
    margin: 0 0 3em; }
    .form-container .approval input[type=checkbox].css-checkbox {
      position: absolute;
      z-index: -1000;
      left: -1000px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .form-container .approval input[type=checkbox].css-checkbox + label.css-label {
      padding-left: 2.4em;
      line-height: 1.3;
      -khtml-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font-weight: normal;
      margin-bottom: 0.2em;
      min-height: 24px;
      font-size: 1.8em;
      font-family: "HelveticaNeue", sans-serif;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 0 0;
      vertical-align: middle;
      cursor: pointer; }
      .form-container .approval input[type=checkbox].css-checkbox + label.css-label.error {
        background-position: 0 0; }
    .form-container .approval input[type=checkbox].css-checkbox:checked + label.css-label {
      background-position: 0 -216px; }
    .form-container .approval input[type=checkbox].css-checkbox.error + label.css-label {
      background-position: 0 -456px; }
    .form-container .approval label.css-label {
      font-size: 1em;
      background-image: url(../images/chk-box-sm.png);
      text-transform: none;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .form-container .approval a {
      text-decoration: underline;
      color: #FFFFFF; }
  .form-container .g-recaptcha {
    text-align: center; }
    .form-container .g-recaptcha div > div {
      margin: 0 auto; }
  .form-container .select-style {
    padding: 0;
    height: 34px;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 2em;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF url(../images/icon-down.png) no-repeat 98% center;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
    .form-container .select-style.error {
      border: 2px solid #d10000;
      -khtml-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  .form-container .select-style select {
    width: 100%;
    padding: 0.6em;
    margin: 0;
    line-height: 1;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-container .select-style select:focus {
    outline: none; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none; }

.youtube .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.youtube .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.media-mobile video {
  width: 100% !important;
  height: auto !important;
  min-height: 60%; }

.media-mobile img {
  width: 100% !important;
  height: auto !important; }

.colorbox-image {
  width: 90%;
  max-width: 680px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.85); }
  .colorbox-image img {
    width: 100%;
    height: auto; }

#cboxLoadedContent img {
  border: 15px solid rgba(0, 0, 0, 0.85);
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1180px) {
  /*1180px*/
  header .menu li a {
    font-size: 1.8em; }
  header .login {
    font-size: 1.5em; }
  .home-banner {
    background: url(../images/home-bannner.jpg) center top no-repeat;
    background-size: cover;
    padding: 4em 0; }
    .home-banner figure {
      display: none; }
    .home-banner .data-area {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none; }
  .tips-challenge .carousal .data p {
    font-size: 1.6em; }
  .challenge-banner .challenge .data h1 {
    font-size: 4.2em; }
  .challenge-banner .challenge .data h2 {
    font-size: 3.2em; }
  .challenge-banner .challenge .data p {
    font-size: 1.6em; }
  .coming-soon .data-area h1 {
    font-size: 5em; }
  .coming-soon .data-area p {
    font-size: 1.6em; }
  .coming-soon .data-area .logo-chillout {
    padding: 2em 0; } }

@media screen and (max-width: 960px) {
  /*960px*/
  .mobile {
    display: block; }
  .non-mobile {
    display: none; }
  header {
    width: 100%;
    padding: 2em 0; }
    header .logo {
      width: 90%;
      margin-left: 5%; }
      header .logo span {
        text-align: center;
        display: block;
        float: none;
        margin: 0 !important;
        width: 100% !important; }
    header .menu {
      float: none;
      clear: both;
      text-align: left;
      width: 100%;
      display: none;
      margin-top: 0;
      position: absolute;
      right: 0;
      top: -2em;
      padding: 4em 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 100; }
      header .menu ul {
        display: block; }
      header .menu li {
        margin: 0;
        float: none; }
        header .menu li a {
          padding: 1em 0;
          border: 0 none;
          padding: 1em 1em;
          font-family: "HelveticaNeue", sans-serif;
          color: #FFFFFF;
          font-size: 1.8em;
          display: block; }
        header .menu li.social-links {
          margin: 0;
          background: #8a0a06;
          padding: 1em;
          text-align: left; }
          header .menu li.social-links a {
            padding: 0; }
    header .mobile-toggle {
      display: block;
      z-index: 101; }
    header.open-nav .mobile-toggle {
      background-position: -40px 0; }
    header.open-nav .menu {
      display: block; }
    header .login {
      position: absolute;
      left: 2%;
      top: 0.5em;
      margin: 0;
      width: auto; }
      header .login a {
        color: #868686;
        background-image: url(../images/mobile-logo-sing-in-out.png); }
  .home-banner .data-area .win-green-egg {
    background: none;
    padding: 2em; }
  .tips-challenge .tips {
    width: 40%; }
  .tips-challenge .challenge {
    margin-left: 40%;
    width: 60%; }
  .tips-challenge .carousal .slick-slide {
    padding: 6em 2%; }
  .tips-challenge .carousal figure {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 2em; }
    .tips-challenge .carousal figure img {
      display: inline-block; }
  .tips-challenge .carousal .data {
    float: none;
    width: 100%;
    margin: 0; }
  .latest-submission .social-feeds article {
    width: 23%;
    padding-bottom: 23%; }
  .login-reg-area {
    background: url(../images/bg-login.jpg) no-repeat;
    background-size: cover;
    padding: 5em 0; }
    .login-reg-area > figure {
      display: none; }
    .login-reg-area .data-area {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none; }
      .login-reg-area .data-area h1 {
        font-size: 4em; }
      .login-reg-area .data-area .form-container .required {
        font-size: 1.4em; }
      .login-reg-area .data-area .form-container .fb-login {
        font-size: 1.6em; }
      .login-reg-area .data-area .form-container input[type="text"] {
        font-size: 1.6em; }
  .form-container .approval {
    margin-bottom: 2em; }
    .form-container .approval input.css-checkbox[type="checkbox"] + label.css-label {
      font-size: 1.6em; }
  .challenge-banner {
    background: url(../images/bg-challenge.jpg) no-repeat;
    background-size: cover;
    padding: 5em 0; }
    .challenge-banner > figure {
      display: none; }
    .challenge-banner .challenge {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      margin: 0 auto;
      width: 90%; }
      .challenge-banner .challenge .data h1 {
        font-size: 3.2em; }
      .challenge-banner .challenge .data h2 {
        font-size: 2.8em; }
      .challenge-banner .challenge .data p {
        font-size: 1.4em; }
  .prize-banner {
    /*background:url(../images/mobile-bg-prizes.jpg) right top no-repeat; background-size:cover; padding: 8em 0; */ }
    .prize-banner > figure {
      display: none; }
    .prize-banner .data-area {
      /*position:relative; top:auto; left:auto; transform:none; margin-left:10%; width:55%;*/ }
  .other-prizes h2 {
    font-size: 4em; }
  .rules h3 {
    font-size: 3em; }
  .coming-soon {
    background: url(../images/bg-coming-soon.jpg) center top no-repeat;
    background-size: cover;
    padding: 10em 0; }
    .coming-soon > figure {
      display: none; }
    .coming-soon .data-area {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      margin: 0 auto;
      width: 90%; }
      .coming-soon .data-area h1 {
        font-size: 4em; }
  footer .ruffels-link {
    position: relative;
    right: auto; } }

@media screen and (max-width: 640px) {
  /*640px*/
  .home-banner {
    background: url(../images/mobile-home-bannner.jpg) center top no-repeat; }
  .tips-challenge .tips {
    width: 100%;
    position: relative;
    padding: 5em 0; }
    .tips-challenge .tips .data {
      position: static;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none; }
    .tips-challenge .tips .copy {
      width: 72%;
      margin-top: 0.5em;
      font-size: 1.6em; }
  .tips-challenge .challenge {
    margin-left: 0;
    width: 100%; }
    .tips-challenge .challenge .slick-prev, .tips-challenge .challenge .slick-next {
      top: 20%;
      height: 30px;
      background-image: url(../images/mobile-arrow.png);
      background-color: transparent; }
  .latest-submission .social-feeds article {
    width: 48%;
    padding-bottom: 48%; }
  .latest-submission .title h1 {
    font-size: 3em; }
  .login-reg-area {
    background: url(../images/mobile-bg-register.jpg) no-repeat; }
    .login-reg-area .data-area .form-container .required {
      font-size: 1.3em; }
    .login-reg-area .data-area .form-container .fb-login {
      font-size: 1.4em; }
    .login-reg-area .data-area .form-container input[type="text"] {
      font-size: 1.4em; }
  .form-container input, .form-container select, .form-container textarea, .form-container button {
    padding: 0.8em 0.6em; }
  .form-container .approval {
    margin-bottom: 2em; }
    .form-container .approval input.css-checkbox[type="checkbox"] + label.css-label {
      font-size: 1.4em; }
  footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover; }
    footer .links {
      display: block;
      margin: 0 auto;
      width: 90%; }
      footer .links li {
        display: inline-block;
        padding: 0 0.3em;
        -khtml-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        footer .links li a {
          color: #FFFFFF;
          margin-bottom: 0.5em;
          display: block; }
        footer .links li a.fb {
          line-height: 1;
          vertical-align: middle; }
          footer .links li a.fb:before {
            /*Number of icons going across*/
            background-image: url(../images/icons-social-big.png);
            background-size: 400%;
            background-repeat: no-repeat;
            width: 50px;
            height: 50px;
            background-position: 0% 0;
            content: "";
            display: inline-block;
            line-height: 50px;
            vertical-align: middle;
            /*margin-right: 12.5px; */ }
        footer .links li a.tw {
          line-height: 1;
          vertical-align: middle; }
          footer .links li a.tw:before {
            /*Number of icons going across*/
            background-image: url(../images/icons-social-big.png);
            background-size: 400%;
            background-repeat: no-repeat;
            width: 50px;
            height: 50px;
            background-position: 33.3333333333% 0;
            content: "";
            display: inline-block;
            line-height: 50px;
            vertical-align: middle;
            /*margin-right: 12.5px; */ }
        footer .links li.social {
          width: 49%;
          text-align: right;
          margin-bottom: 0.5em; }
          footer .links li.social.tw {
            text-align: left; }
    footer .ruffels-link a {
      color: #FFFFFF; }
  .popup .popup-data {
    width: 88%; }
  .popup h3 {
    font-size: 3.4em; }
  .popup h4 {
    font-size: 3em; }
  .popup p {
    font-size: 1.5em; }
  .popup .more-codes .buttons a {
    font-size: 1.6em; }
  #cboxLoadedContent {
    background: rgba(0, 0, 0, 0.9); }
  .challenge-banner {
    background-image: url(../images/bg-pro-tips.jpg); }
    .challenge-banner .challenge {
      background: none;
      padding: 0 6%; }
      .challenge-banner .challenge figure {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em; }
      .challenge-banner .challenge .data {
        float: none;
        width: 100%;
        margin: 0; }
      .challenge-banner .challenge .mobile-links {
        margin-bottom: 2em;
        font-size: 1.3em;
        display: block; }
      .challenge-banner .challenge .left-link, .challenge-banner .challenge .right-link {
        display: none; }
  .prize-banner {
    background-position: center top; }
    .prize-banner .data-area {
      /* width:80%;*/ }
      .prize-banner .data-area h1 {
        font-size: 3em; }
      .prize-banner .data-area p {
        font-size: 1.6em; }
  .other-prizes h2 {
    font-size: 3em; }
  .other-prizes .row .col figure figcaption {
    min-height: inherit;
    padding-bottom: 3em; } }

@media screen and (max-width: 480px) {
  /*480px*/
  header .login {
    font-size: 1.4em; }
    header .login a {
      margin-left: 0;
      padding-left: 2em; }
  header .logo .ruffles img {
    max-width: 105px; } }

/*
 * disable auto-zoom on iphone input field focus 
 * http://www.456bereastreet.com/archive/201212/ios_webkit_browsers_and_auto-zooming_form_controls/
*/
input[type='text']:focus,
input[type='number']:focus,
textarea:focus {
  font-size: 1.3em; }

/* disable auto-zoom on iphone input field focus */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 1.3em; } }

.twitter-video {
  margin: 0 auto !important;
  max-width: 100% !important;
  min-width: 0 !important; }

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