@import url("//hello.myfonts.net/count/34ebec");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  min-height: 100%;
  height: 100%; }

a {
  color: #000000;
  text-decoration: none;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  /*&:hover,&:focus { color: $highlight; }*/ }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  font-weight: 400; }

strong {
  font-weight: 700; }

.clear {
  *zoom: 1; }
  .clear:after, .clear:before {
    content: "";
    display: table; }
  .clear:after {
    clear: both; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

img {
  border: none; }
  img.responsive {
    max-width: 100%;
    height: auto; }
  img.responsive-full {
    max-width: none;
    width: 100%;
    height: auto; }

.fleft {
  float: left; }

.fright {
  float: right; }

table {
  width: 100%; }
  table td {
    vertical-align: top; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#viewport.container {
  padding-left: 15px;
  padding-right: 15px; }
#viewport h4 {
  margin-top: 25px; }
#viewport .row {
  margin-bottom: 20px; }
  #viewport .row .row {
    margin-top: 10px;
    margin-bottom: 0; }
#viewport [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }
#viewport hr {
  margin-top: 40px;
  margin-bottom: 40px; }

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #000000; }

/*a:hover, a:focus { color: $theme-secondary; text-decoration: none; }*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Quicksand", Helvetica, Arial, sans-serif; }

p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 0 0; }

aside {
  padding: 50px 0; }

.no-padding {
  padding: 0; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222; }

::selection {
  color: white;
  text-shadow: none;
  background: #222; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

.no-gutter > [class*="col-"],
.no-gutter > [class*="col-"] > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0; } }
@media (max-width: 991px) {
  .no-padding-sm {
    padding: 0; } }
html.form-open, body.form-open {
  overflow: hidden; }
  html.form-open .header, body.form-open .header {
    display: none; }

.section-title {
  margin-bottom: 50px;
  text-align: center; }
  .section-title h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 16px; }
  .section-title p {
    font-size: 18px;
    line-height: 26px;
    margin: 0; }
  .section-title.reverse-colors h2, .section-title.reverse-colors p {
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .section-title {
      margin-bottom: 45px; }
      .section-title h2 {
        font-size: 38px;
        line-height: 40px; }
      .section-title p {
        font-size: 21px;
        line-height: 27px; } }
  @media (min-width: 992px) {
    .section-title {
      margin-bottom: 40px; }
      .section-title h2 {
        font-size: 50px;
        line-height: 50px; }
      .section-title p {
        font-size: 25px;
        line-height: 28px;
        margin: 0; } }

.form-popup {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto; }
  .form-popup .popup-content {
    position: relative;
    padding-bottom: 50px;
    min-width: 320px; }
  .form-popup .btn-wrapper {
    text-align: center; }
    .form-popup .btn-wrapper a, .form-popup .btn-wrapper a:visited {
      display: inline-block; }
      .form-popup .btn-wrapper a.btn-facebook, .form-popup .btn-wrapper a:visited.btn-facebook {
        width: 240px;
        font-size: 17px;
        line-height: 35px;
        background-color: #3A5897;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        font-family: "Quicksand", Helvetica, Arial, sans-serif;
        font-weight: 700;
        border-radius: 3px;
        color: #FFFFFF; }
      .form-popup .btn-wrapper a.btn-a, .form-popup .btn-wrapper a:visited.btn-a {
        width: 240px;
        font-size: 17px;
        line-height: 35px;
        background-color: #FFFFFF;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        font-family: "Quicksand", Helvetica, Arial, sans-serif;
        font-weight: 700;
        border-radius: 3px; }
      .form-popup .btn-wrapper a.btn-b, .form-popup .btn-wrapper a:visited.btn-b {
        width: 240px;
        font-size: 17px;
        line-height: 35px;
        background-color: #000000;
        color: #FFFFFF;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        font-family: "Quicksand", Helvetica, Arial, sans-serif;
        font-weight: 700;
        border-radius: 3px; }
        .form-popup .btn-wrapper a.btn-b.disabled, .form-popup .btn-wrapper a:visited.btn-b.disabled {
          background-color: #A4A4A4;
          color: #FFFFFF; }
        .form-popup .btn-wrapper a.btn-b.back, .form-popup .btn-wrapper a:visited.btn-b.back {
          background-color: #A4A4A4;
          color: #FFFFFF; }
        .form-popup .btn-wrapper a.btn-b.half-btn, .form-popup .btn-wrapper a:visited.btn-b.half-btn {
          width: 110px; }
          .form-popup .btn-wrapper a.btn-b.half-btn:first-child, .form-popup .btn-wrapper a:visited.btn-b.half-btn:first-child {
            margin-right: 5px; }
          .form-popup .btn-wrapper a.btn-b.half-btn:last-child, .form-popup .btn-wrapper a:visited.btn-b.half-btn:last-child {
            margin-left: 5px; }
  .form-popup .form-step {
    display: none; }
    .form-popup .form-step.active {
      display: block; }
  .form-popup .step-intro {
    position: relative;
    z-index: 2;
    background: url("../img/cnt/form.jpg") center center no-repeat #000;
    background-size: cover;
    color: #FFFFFF;
    padding: 30px 38px;
    padding-top: 95px;
    text-align: center; }
    .form-popup .step-intro h3 {
      font-size: 26px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 20px; }
    .form-popup .step-intro h4 {
      font-size: 17px;
      line-height: 21px;
      margin-bottom: 0;
      font-weight: 700; }
    .form-popup .step-intro p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 20px; }
      .form-popup .step-intro p small {
        font-size: 10px; }
      .form-popup .step-intro p.small {
        line-height: 14px;
        margin-bottom: 45px; }
      .form-popup .step-intro p strong {
        font-weight: 700; }
  .form-popup .step-info {
    padding: 20px 40px;
    padding-top: 95px;
    background-color: #F0F0F1; }
    .form-popup .step-info .image {
      display: none; }
    .form-popup .step-info .title {
      text-align: center; }
      .form-popup .step-info .title h3 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 6px; }
      .form-popup .step-info .title p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0; }
        .form-popup .step-info .title p u {
          text-decoration: underline; }
        .form-popup .step-info .title p a, .form-popup .step-info .title p a:visited {
          text-decoration: underline;
          font-weight: 700;
          font-family: "Quicksand", Helvetica, Arial, sans-serif; }
  .form-popup .step-fields {
    padding: 20px 40px;
    padding-top: 30px; }
  .form-popup ul.form-profiles {
    padding-top: 30px;
    padding-bottom: 24px; }
    .form-popup ul.form-profiles li {
      margin-bottom: 6px;
      text-align: center; }
      .form-popup ul.form-profiles li a, .form-popup ul.form-profiles li a:visited {
        display: inline-block;
        width: 240px;
        font-size: 17px;
        line-height: 35px;
        color: #000000;
        letter-spacing: -0.4px;
        font-family: "Quicksand", Helvetica, Arial, sans-serif;
        font-weight: 700;
        border-radius: 3px;
        border: 2px solid #000000; }
      .form-popup ul.form-profiles li.active a, .form-popup ul.form-profiles li.active a:visited {
        color: #FFFFFF; }
      .form-popup ul.form-profiles li.active a.color-1, .form-popup ul.form-profiles li.active a.color-1:visited {
        background-color: #00AEAE;
        border-color: #00AEAE; }
      .form-popup ul.form-profiles li.active a.color-2, .form-popup ul.form-profiles li.active a.color-2:visited {
        background-color: #F9AE08;
        border-color: #F9AE08; }
      .form-popup ul.form-profiles li.active a.color-3, .form-popup ul.form-profiles li.active a.color-3:visited {
        background-color: #C78BAD;
        border-color: #C78BAD; }
      .form-popup ul.form-profiles li.active a.color-4, .form-popup ul.form-profiles li.active a.color-4:visited {
        background-color: #FF7C77;
        border-color: #FF7C77; }
      .form-popup ul.form-profiles li.active a.color-5, .form-popup ul.form-profiles li.active a.color-5:visited {
        background-color: #00B363;
        border-color: #00B363; }
  .form-popup .personal-info-fields {
    padding-bottom: 27px; }
    .form-popup .personal-info-fields .form-field {
      text-align: center;
      margin-bottom: 8px; }
      .form-popup .personal-info-fields .form-field label {
        display: none; }
      .form-popup .personal-info-fields .form-field input {
        display: inline-block;
        border: 0;
        padding: 0 10px;
        border: 1px solid #A4A4A4;
        border-radius: 2px;
        width: 240px;
        text-align: center;
        height: 35px;
        line-height: 33px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000000; }
      .form-popup .personal-info-fields .form-field textarea {
        display: inline-block;
        border: 0;
        padding: 10px;
        border: 1px solid #A4A4A4;
        border-radius: 2px;
        width: 240px;
        max-width: 240px;
        min-width: 240px;
        text-align: center;
        line-height: 18px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000000;
        height: 155px; }
    .form-popup .personal-info-fields .upload label {
      display: none; }
    .form-popup .personal-info-fields .upload a.upload-btn, .form-popup .personal-info-fields .upload a.upload-btn:visited {
      display: inline-block;
      width: 240px;
      font-size: 17px;
      line-height: 35px;
      color: #000000;
      letter-spacing: -0.4px;
      text-transform: uppercase;
      font-family: "Quicksand", Helvetica, Arial, sans-serif;
      font-weight: 700;
      border-radius: 3px;
      border: 1px solid #00B364;
      color: #00B364; }
    .form-popup .personal-info-fields .upload .attachment-wrapper {
      width: 240px;
      margin: 0 auto; }
    .form-popup .personal-info-fields .upload .upload-info p {
      font-size: 14px;
      line-height: 18px;
      margin: 0; }
      .form-popup .personal-info-fields .upload .upload-info p a, .form-popup .personal-info-fields .upload .upload-info p a:visited {
        color: #000000;
        text-transform: uppercase;
        font-family: "Quicksand", Helvetica, Arial, sans-serif;
        font-weight: 700; }
  .form-popup .terms-and-conditions {
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .form-popup .terms-and-conditions h5 {
      font-size: 12px;
      line-height: 15px;
      font-weight: 700; }
    .form-popup .terms-and-conditions p {
      font-size: 9px;
      line-height: 15px;
      margin: 0; }
  .form-popup .terms-and-conditions-check {
    margin-bottom: 30px;
    text-align: center; }
    .form-popup .terms-and-conditions-check input {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .form-popup .terms-and-conditions-check label {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      line-height: 15px;
      font-weight: 700;
      margin: 0; }
  .form-popup .step-4 {
    background-color: #00B363;
    color: #FFFFFF;
    padding: 95px 40px;
    position: relative;
    z-index: 2; }
    .form-popup .step-4 .step-info {
      padding: 0;
      background-color: transparent; }
      .form-popup .step-4 .step-info .image {
        display: block;
        text-align: center;
        margin-bottom: 30px; }
        .form-popup .step-4 .step-info .image img {
          max-width: 170px;
          margin-left: 24px; }
      .form-popup .step-4 .step-info p {
        margin-bottom: 30px; }
  .form-popup .form-pagination {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 1; }
    .form-popup .form-pagination ul li {
      display: inline-block;
      margin-right: 15px; }
      .form-popup .form-pagination ul li span {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 31px;
        text-align: center;
        font-size: 17px;
        color: #999999;
        font-family: "Quicksand", Helvetica, Arial, sans-serif; }
      .form-popup .form-pagination ul li.active span {
        border: 2px solid #000000;
        border-radius: 50%;
        color: #000000;
        font-weight: 700; }
  .form-popup .form-close {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2; }
    .form-popup .form-close a, .form-popup .form-close a:visited {
      display: block;
      width: 35px;
      text-align: center;
      border: 2px solid #000000;
      height: 35px;
      line-height: 31px;
      text-transform: uppercase;
      font-size: 23px;
      font-family: "Quicksand", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #000000;
      letter-spacing: -0.4px;
      border-radius: 3px; }
  .form-popup.in-step-0 .form-close a, .form-popup.in-step-0 .form-close a:visited, .form-popup.in-step-4 .form-close a, .form-popup.in-step-4 .form-close a:visited {
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
  @media (min-width: 340px) {
    .form-popup .btn-wrapper a.btn-b.half-btn:first-child, .form-popup .btn-wrapper a:visited.btn-b.half-btn:first-child {
      margin-right: 10px; }
    .form-popup .btn-wrapper a.btn-b.half-btn:last-child, .form-popup .btn-wrapper a:visited.btn-b.half-btn:last-child {
      margin-left: 10px; } }
  @media (min-width: 992px) {
    .form-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      width: 944px;
      margin-left: -472px;
      height: 610px;
      margin-top: -305px; }
      .form-popup .popup-content {
        height: 100%;
        padding-bottom: 0; }
      .form-popup .form-step {
        height: 100%; }
      .form-popup .btn-wrapper {
        position: absolute;
        bottom: 30px; }
        .form-popup .btn-wrapper a:hover, .form-popup .btn-wrapper a:visited:hover {
          text-decoration: none; }
        .form-popup .btn-wrapper a.btn-facebook, .form-popup .btn-wrapper a:visited.btn-facebook {
          width: 195px;
          line-height: 40px;
          background-color: transparent;
          border: 2px solid #FFFFFF; }
          .form-popup .btn-wrapper a.btn-facebook:hover, .form-popup .btn-wrapper a:visited.btn-facebook:hover {
            background-color: #FFFFFF;
            color: #000000; }
        .form-popup .btn-wrapper a.btn-a, .form-popup .btn-wrapper a:visited.btn-a {
          width: 195px;
          line-height: 40px; }
          .form-popup .btn-wrapper a.btn-a:hover, .form-popup .btn-wrapper a:visited.btn-a:hover {
            background-color: #000000;
            color: #FFFFFF; }
        .form-popup .btn-wrapper a.btn-b, .form-popup .btn-wrapper a:visited.btn-b {
          width: 420px;
          line-height: 40px; }
          .form-popup .btn-wrapper a.btn-b.disabled, .form-popup .btn-wrapper a:visited.btn-b.disabled {
            background-color: #A4A4A4;
            color: #FFFFFF; }
          .form-popup .btn-wrapper a.btn-b.back, .form-popup .btn-wrapper a:visited.btn-b.back {
            background-color: #A4A4A4;
            color: #FFFFFF; }
          .form-popup .btn-wrapper a.btn-b.half-btn, .form-popup .btn-wrapper a:visited.btn-b.half-btn {
            width: 195px; }
            .form-popup .btn-wrapper a.btn-b.half-btn:first-child, .form-popup .btn-wrapper a:visited.btn-b.half-btn:first-child {
              margin-right: 15px; }
            .form-popup .btn-wrapper a.btn-b.half-btn:last-child, .form-popup .btn-wrapper a:visited.btn-b.half-btn:last-child {
              margin-left: 15px; }
      .form-popup .step-intro {
        position: relative;
        z-index: 2;
        height: 100%;
        background: url("../img/cnt/form.jpg") center center no-repeat #000;
        background-size: cover;
        color: #FFFFFF;
        padding: 0 55px;
        padding-top: 95px; }
        .form-popup .step-intro h3 {
          font-size: 36px;
          line-height: 36px;
          margin-bottom: 15px; }
        .form-popup .step-intro h4 {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 0; }
          .form-popup .step-intro h4.first-prize {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 6px; }
        .form-popup .step-intro p {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 30px; }
          .form-popup .step-intro p small {
            font-size: 12px; }
          .form-popup .step-intro p.small {
            line-height: 15px;
            margin-bottom: 40px; }
      .form-popup .step-info {
        float: left;
        width: 38%;
        height: 100%;
        padding: 0 55px;
        padding-top: 140px; }
        .form-popup .step-info .image {
          display: block;
          text-align: center;
          margin-bottom: 30px; }
          .form-popup .step-info .image img {
            max-width: 120px; }
        .form-popup .step-info .title h3 {
          font-size: 24px;
          line-height: 26px;
          margin-bottom: 20px; }
        .form-popup .step-info .title p {
          font-size: 16px;
          line-height: 20px; }
      .form-popup .step-fields {
        float: left;
        width: 62%;
        height: 100%;
        padding: 0 95px; }
      .form-popup .step-0 .btn-wrapper, .form-popup .step-4 .btn-wrapper {
        bottom: auto;
        position: relative; }
      .form-popup .step-2 .step-fields,
      .form-popup .step-3 .step-fields {
        padding-right: 65px; }
      .form-popup ul.form-profiles {
        padding-top: 80px;
        padding-bottom: 25px; }
        .form-popup ul.form-profiles li {
          margin-bottom: 15px; }
          .form-popup ul.form-profiles li a, .form-popup ul.form-profiles li a:visited {
            width: 420px;
            height: 70px;
            font-size: 24px;
            line-height: 66px; }
          .form-popup ul.form-profiles li a:hover {
            color: #FFFFFF;
            text-decoration: none; }
          .form-popup ul.form-profiles li a.color-1:hover {
            background-color: #00AEAE;
            border-color: #00AEAE; }
          .form-popup ul.form-profiles li a.color-2:hover {
            background-color: #F9AE08;
            border-color: #F9AE08; }
          .form-popup ul.form-profiles li a.color-3:hover {
            background-color: #C78BAD;
            border-color: #C78BAD; }
          .form-popup ul.form-profiles li a.color-4:hover {
            background-color: #FF7C77;
            border-color: #FF7C77; }
          .form-popup ul.form-profiles li a.color-5:hover {
            background-color: #00B363;
            border-color: #00B363; }
      .form-popup .personal-info-fields {
        padding-top: 80px;
        padding-bottom: 42px; }
        .form-popup .personal-info-fields .form-field {
          text-align: left;
          margin-bottom: 12px; }
          .form-popup .personal-info-fields .form-field label {
            float: left;
            width: 100px;
            display: block;
            line-height: 37px;
            font-family: "Quicksand", Helvetica, Arial, sans-serif;
            font-size: 14px;
            margin: 0;
            font-weight: 700;
            letter-spacing: -0.2px; }
          .form-popup .personal-info-fields .form-field input {
            float: right;
            width: 320px;
            text-align: left;
            height: 37px;
            line-height: 35px;
            font-size: 14px; }
            .form-popup .personal-info-fields .form-field input::-webkit-input-placeholder {
              color: transparent; }
            .form-popup .personal-info-fields .form-field input:-moz-placeholder {
              color: transparent; }
            .form-popup .personal-info-fields .form-field input::-moz-placeholder {
              color: transparent; }
            .form-popup .personal-info-fields .form-field input:-ms-input-placeholder {
              color: transparent; }
          .form-popup .personal-info-fields .form-field textarea {
            float: right;
            width: 320px;
            max-width: 320px;
            min-width: 320px;
            text-align: left;
            height: 300px;
            max-height: 300px; }
        .form-popup .personal-info-fields .upload label {
          float: left;
          width: 100px;
          display: block;
          line-height: 37px;
          font-family: "Quicksand", Helvetica, Arial, sans-serif;
          font-size: 14px;
          margin: 0;
          font-weight: 700;
          letter-spacing: -0.2px; }
        .form-popup .personal-info-fields .upload .attachment-wrapper {
          float: right;
          width: 320px;
          text-align: center; }
        .form-popup .personal-info-fields .upload .upload-info {
          padding-top: 6px; }
        .form-popup .personal-info-fields .upload .upload-info p {
          text-align: left; }
        .form-popup .personal-info-fields .upload a.upload-btn, .form-popup .personal-info-fields .upload a.upload-btn:visited {
          width: 320px;
          font-size: 17px;
          line-height: 40px; }
          .form-popup .personal-info-fields .upload a.upload-btn:hover, .form-popup .personal-info-fields .upload a.upload-btn:visited:hover {
            color: #FFFFFF;
            background-color: #00B363;
            text-decoration: none; }
      .form-popup .terms-and-conditions {
        max-width: none;
        width: 420px;
        margin-bottom: 30px; }
        .form-popup .terms-and-conditions p {
          text-align: justify; }
      .form-popup .terms-and-conditions-check {
        margin-bottom: 22px;
        text-align: right; }
      .form-popup .step-4 {
        padding: 120px 95px;
        padding-bottom: 0; }
        .form-popup .step-4 .step-info {
          width: 100%;
          padding: 0;
          background-color: transparent; }
          .form-popup .step-4 .step-info .image {
            text-align: center;
            margin-bottom: 35px; }
            .form-popup .step-4 .step-info .image img {
              max-width: 170px;
              margin-left: 24px; }
          .form-popup .step-4 .step-info h3 {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 10px; }
          .form-popup .step-4 .step-info p {
            font-size: 19px;
            line-height: 23px;
            margin-bottom: 155px; }
      .form-popup .form-pagination {
        top: auto;
        left: 105px;
        bottom: 40px; }
      .form-popup .form-close {
        top: 20px;
        right: 20px; }
        .form-popup .form-close a:hover {
          background-color: #000000;
          color: #FFFFFF;
          text-decoration: none; }
      .form-popup.in-step-0 .form-close a:hover, .form-popup.in-step-4 .form-close a:hover {
        background-color: #FFFFFF;
        color: #000000; } }

.popup-overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  @media (min-width: 992px) {
    .popup-overlay {
      /*display: block;*/ } }

#headerWrapper {
  z-index: 101;
  position: absolute;
  width: 100%; }
  #headerWrapper .header {
    text-align: center;
    padding: 40px 0; }
    #headerWrapper .header h1 {
      display: inline-block;
      vertical-align: middle;
      width: 130px;
      height: 40px;
      background: url("../img/logo.png") center center no-repeat transparent;
      background-size: contain;
      line-height: 500px;
      overflow: hidden; }
  @media (min-width: 768px) {
    #headerWrapper .header {
      text-align: right;
      padding: 50px 0; }
      #headerWrapper .header h1 {
        width: 164px;
        height: 50px;
        margin-right: 35px; } }

#footer {
  padding: 55px 0;
  background-color: #000000; }
  #footer p {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin: 0; }
  @media (min-width: 768px) {
    #footer {
      padding: 65px 0; } }
  @media (min-width: 992px) {
    #footer {
      padding: 75px 0; } }

.top-banner {
  padding-top: 120px;
  height: 510px;
  text-align: center;
  color: #FFFFFF;
  background: url("../img/cnt/header.jpg") center center no-repeat #000;
  background-size: cover; }
  .top-banner .info h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px; }
  .top-banner .info p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px; }
  .top-banner .info .cta-wrapper a, .top-banner .info .cta-wrapper a:visited {
    display: inline-block;
    width: 240px;
    text-align: center;
    border: 2px solid #FFFFFF;
    height: 35px;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    border-radius: 3px; }
  @media (min-width: 768px) {
    .top-banner {
      padding-top: 150px;
      height: 500px; } }
  @media (min-width: 992px) {
    .top-banner {
      padding-top: 165px; }
      .top-banner .info {
        margin-left: -30px;
        margin-right: -30px; }
        .top-banner .info h2 {
          font-size: 45px;
          line-height: 46px;
          margin-bottom: 10px; }
        .top-banner .info p {
          font-size: 25px;
          line-height: 32px;
          margin-bottom: 35px; }
        .top-banner .info .cta-wrapper a, .top-banner .info .cta-wrapper a:visited {
          width: 225px;
          height: 55px;
          line-height: 55px;
          font-size: 26px; }
        .top-banner .info .cta-wrapper a:hover {
          background-color: #FFFFFF;
          color: #000000;
          text-decoration: none; } }

.profiles-wrapper {
  background-color: #F0F0F1;
  padding-top: 55px;
  padding-bottom: 50px; }
  .profiles-wrapper .section-title {
    margin-bottom: 25px; }
    .profiles-wrapper .section-title h2 {
      margin-bottom: 0; }
  .profiles-wrapper .profiles-list {
    font-size: 0; }
    .profiles-wrapper .profiles-list .profile-item {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-bottom: 10px; }
      .profiles-wrapper .profiles-list .profile-item.color-1 .profile-card, .profiles-wrapper .profiles-list .profile-item.color-1 .profile-popup {
        background-color: #00AEAE; }
      .profiles-wrapper .profiles-list .profile-item.color-2 .profile-card, .profiles-wrapper .profiles-list .profile-item.color-2 .profile-popup {
        background-color: #F9AE08; }
      .profiles-wrapper .profiles-list .profile-item.color-3 .profile-card, .profiles-wrapper .profiles-list .profile-item.color-3 .profile-popup {
        background-color: #C78BAD; }
      .profiles-wrapper .profiles-list .profile-item.color-4 .profile-card, .profiles-wrapper .profiles-list .profile-item.color-4 .profile-popup {
        background-color: #FF7C77; }
      .profiles-wrapper .profiles-list .profile-item.color-5 .profile-card, .profiles-wrapper .profiles-list .profile-item.color-5 .profile-popup {
        background-color: #00B363; }
      .profiles-wrapper .profiles-list .profile-item .profile-card {
        padding-bottom: 30px; }
        .profiles-wrapper .profiles-list .profile-item .profile-card .item-info {
          text-align: center;
          padding: 0 20px; }
          .profiles-wrapper .profiles-list .profile-item .profile-card .item-info .text a, .profiles-wrapper .profiles-list .profile-item .profile-card .item-info .text a:visited {
            font-size: 17px;
            line-height: 35px;
            display: block;
            background-color: #FFFFFF;
            letter-spacing: -0.4px;
            text-transform: uppercase;
            font-family: "Quicksand", Helvetica, Arial, sans-serif;
            font-weight: 700;
            border-radius: 3px; }
      .profiles-wrapper .profiles-list .profile-item .profile-popup {
        position: relative;
        padding: 30px 20px;
        padding-bottom: 95px;
        display: none; }
        .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions {
          position: absolute;
          bottom: 30px;
          left: 50%;
          margin-left: -17px;
          text-align: center; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions .navigation {
            display: none; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions a.close-popup, .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions a.close-popup:visited {
            display: inline-block;
            width: 35px;
            text-align: center;
            border: 2px solid #FFFFFF;
            height: 35px;
            line-height: 31px;
            text-transform: uppercase;
            font-size: 23px;
            font-family: "Quicksand", Helvetica, Arial, sans-serif;
            font-weight: 700;
            color: #FFFFFF;
            letter-spacing: -0.4px;
            border-radius: 3px; }
        .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .icon {
          text-align: center;
          margin-bottom: 30px; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .icon img {
            max-width: 200px; }
        .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .info {
          color: #FFFFFF;
          text-align: center;
          margin-bottom: 45px; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .info h3 {
            font-size: 17px;
            line-height: 20px;
            letter-spacing: -0.4px;
            font-weight: 700;
            margin-bottom: 6px; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .info p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0; }
        .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom {
          color: #FFFFFF;
          text-align: center; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom h4 {
            font-size: 17px;
            line-height: 20px;
            letter-spacing: -0.4px;
            font-weight: 700;
            margin-bottom: 6px; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 24px; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom .btn-wrapper a, .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom .btn-wrapper a:visited {
            font-size: 17px;
            line-height: 35px;
            display: block;
            background-color: #FFFFFF;
            letter-spacing: -0.4px;
            text-transform: uppercase;
            font-family: "Quicksand", Helvetica, Arial, sans-serif;
            font-weight: 700;
            border-radius: 3px; }
  @media (min-width: 768px) {
    .profiles-wrapper {
      padding-top: 65px;
      padding-bottom: 45px; }
      .profiles-wrapper .profiles-list .profile-item {
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px; }
        .profiles-wrapper .profiles-list .profile-item .header-item-info {
          text-align: center;
          padding-top: 115px; }
          .profiles-wrapper .profiles-list .profile-item .header-item-info h3 {
            font-size: 36px;
            line-height: 39px;
            font-weight: 700;
            margin-bottom: 20px; }
          .profiles-wrapper .profiles-list .profile-item .header-item-info .btn-wrapper a, .profiles-wrapper .profiles-list .profile-item .header-item-info .btn-wrapper a:visited {
            display: inline-block;
            width: 195px;
            text-align: center;
            border: 2px solid #000000;
            height: 40px;
            line-height: 36px;
            text-transform: uppercase;
            font-size: 17px;
            font-family: "Quicksand", Helvetica, Arial, sans-serif;
            font-weight: 700;
            color: #000000;
            letter-spacing: -0.4px;
            border-radius: 3px; }
        .profiles-wrapper .profiles-list .profile-item .profile-card {
          padding-bottom: 25px; }
          .profiles-wrapper .profiles-list .profile-item .profile-card .item-info .icon {
            padding: 20px 0; }
          .profiles-wrapper .profiles-list .profile-item .profile-card .item-info .text a, .profiles-wrapper .profiles-list .profile-item .profile-card .item-info .text a:visited {
            font-size: 24px;
            line-height: 26px;
            background-color: transparent;
            text-transform: none;
            border-radius: 0;
            color: #FFFFFF; }
        .profiles-wrapper .profiles-list .profile-item .profile-popup {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions {
            position: absolute;
            bottom: auto;
            left: 0;
            top: 0;
            width: 100%;
            margin-left: 0;
            text-align: left; }
            .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions .navigation {
              display: block;
              float: left; }
              .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions .navigation a, .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions .navigation a:visited {
                display: inline-block;
                margin-left: 18px;
                line-height: 60px;
                font-size: 23px;
                font-family: "Quicksand", Helvetica, Arial, sans-serif;
                font-weight: 700;
                color: #FFFFFF; }
            .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions a.close-popup, .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-actions a.close-popup:visited {
              float: right;
              width: 60px;
              border: 2px solid transparent;
              height: 60px;
              line-height: 56px;
              font-size: 31px; } }
  @media (min-width: 992px) {
    .profiles-wrapper {
      padding-top: 80px;
      padding-bottom: 50px; }
      .profiles-wrapper .profiles-list {
        margin-left: -30px;
        margin-right: -30px; }
        .profiles-wrapper .profiles-list .profile-item {
          padding: 0 15px;
          width: 33.33%;
          margin-bottom: 30px; }
          .profiles-wrapper .profiles-list .profile-item .header-item-info {
            padding-top: 63px; }
            .profiles-wrapper .profiles-list .profile-item .header-item-info .btn-wrapper a:hover {
              background-color: #000000;
              color: #FFFFFF;
              text-decoration: none; }
          .profiles-wrapper .profiles-list .profile-item .profile-card {
            position: relative; }
            .profiles-wrapper .profiles-list .profile-item .profile-card .item-info .text a:hover {
              text-decoration: none;
              color: #000000; }
            .profiles-wrapper .profiles-list .profile-item .profile-card:hover {
              cursor: pointer; }
            .profiles-wrapper .profiles-list .profile-item .profile-card a.full-link, .profiles-wrapper .profiles-list .profile-item .profile-card a.full-link:visited {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          .profiles-wrapper .profiles-list .profile-item .profile-popup {
            padding: 50px 95px;
            padding-bottom: 40px; }
            .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content {
              margin-bottom: 80px; }
              .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .icon {
                float: left;
                width: 33%;
                text-align: left;
                margin-bottom: 0; }
                .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .icon img {
                  max-width: none; }
              .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .info {
                padding-top: 48px;
                float: right;
                width: 60%;
                text-align: left;
                margin-bottom: 0; }
                .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .info h3 {
                  font-size: 29px;
                  line-height: 30px;
                  margin-bottom: 15px; }
                .profiles-wrapper .profiles-list .profile-item .profile-popup .profile-content .info p {
                  font-size: 17px;
                  line-height: 26px; }
            .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom {
              color: #FFFFFF;
              text-align: center; }
              .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom h4 {
                font-size: 36px;
                line-height: 36px;
                margin-bottom: 10px; }
              .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom p {
                font-size: 19px;
                line-height: 23px;
                margin-bottom: 28px;
                color: #000000; }
              .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom .btn-wrapper {
                text-align: center; }
                .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom .btn-wrapper a, .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom .btn-wrapper a:visited {
                  display: inline-block;
                  width: 195px;
                  font-size: 17px;
                  height: 40px;
                  line-height: 36px;
                  color: #FFFFFF;
                  background-color: transparent;
                  border-radius: 3px;
                  border: 2px solid #FFFFFF; }
                  .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom .btn-wrapper a:hover, .profiles-wrapper .profiles-list .profile-item .profile-popup .popup-bottom .btn-wrapper a:visited:hover {
                    background-color: #FFFFFF;
                    color: #000000;
                    text-decoration: none; } }
  @media (min-width: 1200px) {
    .profiles-wrapper .profiles-list .profile-item .header-item-info {
      padding-top: 102px; } }

.participations-wrapper {
  background-color: #CCC;
  display: none; }

.recipes-wrapper {
  padding-top: 35px;
  padding-bottom: 60px; }
  .recipes-wrapper .section-title {
    margin-bottom: 20px; }
    .recipes-wrapper .section-title .image {
      text-align: center;
      margin-bottom: 24px; }
      .recipes-wrapper .section-title .image img {
        max-width: 150px; }
  .recipes-wrapper .recipes-list {
    position: relative;
    padding-bottom: 30px; }
    .recipes-wrapper .recipes-list .recipe-item.color-1 .info, .recipes-wrapper .recipes-list .recipe-item.color-1 .popup-info, .recipes-wrapper .recipes-list .recipe-item.color-1 .recipe-actions {
      background-color: #00AEAE; }
    .recipes-wrapper .recipes-list .recipe-item.color-2 .info, .recipes-wrapper .recipes-list .recipe-item.color-2 .popup-info, .recipes-wrapper .recipes-list .recipe-item.color-2 .recipe-actions {
      background-color: #F9AE08; }
    .recipes-wrapper .recipes-list .recipe-item.color-3 .info, .recipes-wrapper .recipes-list .recipe-item.color-3 .popup-info, .recipes-wrapper .recipes-list .recipe-item.color-3 .recipe-actions {
      background-color: #C78BAD; }
    .recipes-wrapper .recipes-list .recipe-item.color-4 .info, .recipes-wrapper .recipes-list .recipe-item.color-4 .popup-info, .recipes-wrapper .recipes-list .recipe-item.color-4 .recipe-actions {
      background-color: #FF7C77; }
    .recipes-wrapper .recipes-list .recipe-item.color-5 .info, .recipes-wrapper .recipes-list .recipe-item.color-5 .popup-info, .recipes-wrapper .recipes-list .recipe-item.color-5 .recipe-actions {
      background-color: #00B363; }
    .recipes-wrapper .recipes-list .recipe-item .image {
      height: 235px;
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .recipes-wrapper .recipes-list .recipe-item .info {
      text-align: center;
      color: #FFFFFF;
      padding: 25px 20px 30px 20px; }
      .recipes-wrapper .recipes-list .recipe-item .info h3 {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.4px;
        font-weight: 700;
        margin-bottom: 6px; }
      .recipes-wrapper .recipes-list .recipe-item .info p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
        height: 40px;
        overflow: hidden; }
      .recipes-wrapper .recipes-list .recipe-item .info .btn-wrapper a, .recipes-wrapper .recipes-list .recipe-item .info .btn-wrapper a:visited {
        font-size: 17px;
        line-height: 35px;
        display: block;
        background-color: #FFFFFF;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        font-family: "Quicksand", Helvetica, Arial, sans-serif;
        font-weight: 700;
        border-radius: 3px; }
    .recipes-wrapper .recipes-list .recipe-item .recipe-popup {
      display: none; }
      .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-info {
        text-align: center;
        color: #FFFFFF;
        padding: 25px 20px 30px 20px; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-info h3 {
          font-size: 17px;
          line-height: 20px;
          letter-spacing: -0.4px;
          font-weight: 700;
          margin-bottom: 6px; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-info p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 24px; }
      .recipes-wrapper .recipes-list .recipe-item .recipe-popup .entry {
        text-align: left; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .entry h4 {
          font-size: 17px;
          line-height: 20px;
          letter-spacing: -0.4px;
          font-weight: 700;
          margin-bottom: 6px; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .entry p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 24px; }
      .recipes-wrapper .recipes-list .recipe-item .recipe-popup .recipe-actions {
        padding: 30px 20px;
        padding-top: 0; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .recipe-actions a.close-popup, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .recipe-actions a.close-popup:visited {
          float: right;
          display: inline-block;
          width: 35px;
          text-align: center;
          border: 2px solid #FFFFFF;
          height: 35px;
          line-height: 31px;
          text-transform: uppercase;
          font-size: 23px;
          font-family: "Quicksand", Helvetica, Arial, sans-serif;
          font-weight: 700;
          color: #FFFFFF;
          letter-spacing: -0.4px;
          border-radius: 3px; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .recipe-actions a.facebook-share, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .recipe-actions a.facebook-share:visited {
          float: left;
          display: inline-block;
          width: 110px;
          text-align: center;
          height: 35px;
          line-height: 35px;
          text-transform: uppercase;
          font-size: 17px;
          font-family: "Quicksand", Helvetica, Arial, sans-serif;
          font-weight: 700;
          color: #FFFFFF;
          letter-spacing: -0.4px;
          border-radius: 3px;
          background-color: #3A5897; }
      .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom {
        padding: 25px 20px;
        text-align: center; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom h4 {
          font-size: 26px;
          line-height: 34px;
          font-weight: 700;
          margin-bottom: 6px; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom p {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 24px; }
        .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom .btn-wrapper a, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom .btn-wrapper a:visited {
          display: block;
          text-align: center;
          height: 35px;
          line-height: 35px;
          text-transform: uppercase;
          font-size: 17px;
          font-family: "Quicksand", Helvetica, Arial, sans-serif;
          font-weight: 700;
          color: #FFFFFF;
          letter-spacing: -0.4px;
          border-radius: 3px;
          background-color: #000000; }
  @media (min-width: 992px) {
    .recipes-wrapper {
      padding-top: 45px;
      padding-bottom: 72px; }
      .recipes-wrapper .section-title {
        margin-bottom: 38px; }
        .recipes-wrapper .section-title .image {
          margin-bottom: 30px; }
          .recipes-wrapper .section-title .image img {
            max-width: 205px; }
      .recipes-wrapper .recipes-list {
        padding-bottom: 0; }
        .recipes-wrapper .recipes-list .recipe-item {
          position: relative;
          margin-bottom: 8px; }
          .recipes-wrapper .recipes-list .recipe-item .recipe-card {
            height: 230px; }
          .recipes-wrapper .recipes-list .recipe-item .image {
            float: right;
            width: 68%;
            height: 100%; }
          .recipes-wrapper .recipes-list .recipe-item .info {
            float: left;
            width: 32%;
            height: 100%; }
          .recipes-wrapper .recipes-list .recipe-item .info {
            padding: 38px 22px 42px 22px; }
            .recipes-wrapper .recipes-list .recipe-item .info h3 {
              font-size: 24px;
              line-height: 26px;
              margin-bottom: 12px; }
            .recipes-wrapper .recipes-list .recipe-item .info p {
              font-size: 16px;
              line-height: 21px;
              height: 42px; }
            .recipes-wrapper .recipes-list .recipe-item .info .btn-wrapper a, .recipes-wrapper .recipes-list .recipe-item .info .btn-wrapper a:visited {
              font-size: 17px;
              line-height: 36px;
              color: #FFFFFF;
              background-color: transparent;
              border-radius: 3px;
              border: 2px solid #FFFFFF; }
              .recipes-wrapper .recipes-list .recipe-item .info .btn-wrapper a:hover, .recipes-wrapper .recipes-list .recipe-item .info .btn-wrapper a:visited:hover {
                background-color: #FFFFFF;
                color: #000000;
                text-decoration: none; }
          .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content {
            position: relative;
            padding: 42px 0; }
            .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .image {
              position: absolute;
              top: 0;
              right: -30px;
              z-index: 1;
              height: 100%;
              width: 51%; }
            .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .popup-info {
              position: relative;
              z-index: 2;
              width: 62%;
              text-align: center;
              color: #FFFFFF;
              padding: 40px 60px; }
              .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .popup-info h3 {
                display: none; }
              .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .popup-info > p {
                font-size: 24px;
                line-height: 28px;
                margin-bottom: 40px;
                font-family: "Quicksand", Helvetica, Arial, sans-serif;
                letter-spacing: -0.4px;
                font-weight: 700; }
            .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .entry *:last-child {
              margin-bottom: 0; }
            .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions {
              position: absolute;
              top: 20px;
              right: 20px;
              z-index: 3;
              background-color: transparent !important;
              padding: 0; }
              .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a:visited {
                display: inline-block; }
              .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.close-popup, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.close-popup:visited {
                float: none;
                margin-left: 10px; }
                .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.close-popup:hover, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.close-popup:visited:hover {
                  background-color: #FFFFFF;
                  color: #000000;
                  text-decoration: none; }
              .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.facebook-share, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.facebook-share:visited {
                float: none;
                display: inline-block;
                width: 35px;
                text-align: center;
                height: 35px;
                line-height: 35px;
                text-transform: uppercase;
                font-size: 17px;
                font-family: "Quicksand", Helvetica, Arial, sans-serif;
                font-weight: 700;
                color: #FFFFFF;
                letter-spacing: -0.4px;
                border-radius: 3px;
                background-color: transparent;
                border: 2px solid #FFFFFF; }
                .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.facebook-share:hover, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-content .recipe-actions a.facebook-share:visited:hover {
                  background-color: #FFFFFF;
                  color: #000000;
                  text-decoration: none; }
          .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom {
            padding: 35px 20px; }
            .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom h4 {
              font-size: 36px;
              line-height: 36px;
              margin-bottom: 6px; }
            .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom .btn-wrapper {
              text-align: center; }
              .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom .btn-wrapper a, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom .btn-wrapper a:visited {
                width: 195px;
                display: inline-block;
                height: 40px;
                line-height: 36px;
                color: #000000;
                border: 2px solid #000000;
                background-color: transparent; }
                .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom .btn-wrapper a:hover, .recipes-wrapper .recipes-list .recipe-item .recipe-popup .popup-bottom .btn-wrapper a:visited:hover {
                  color: #FFFFFF;
                  background-color: #000000;
                  text-decoration: none; }
          .recipes-wrapper .recipes-list .recipe-item.color-1 .recipe-popup .popup-bottom h4 {
            color: #00AEAE; }
          .recipes-wrapper .recipes-list .recipe-item.color-2 .recipe-popup .popup-bottom h4 {
            color: #F9AE08; }
          .recipes-wrapper .recipes-list .recipe-item.color-3 .recipe-popup .popup-bottom h4 {
            color: #C78BAD; }
          .recipes-wrapper .recipes-list .recipe-item.color-4 .recipe-popup .popup-bottom h4 {
            color: #FF7C77; }
          .recipes-wrapper .recipes-list .recipe-item.color-5 .recipe-popup .popup-bottom h4 {
            color: #00B363; }
        .recipes-wrapper .recipes-list .swiper-wrapper {
          display: block !important; } }
  .recipes-wrapper .recipes-pagination {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .recipes-wrapper .recipes-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 8px;
      border: 1px solid #A4A4A4;
      background-color: transparent;
      opacity: 1; }
    .recipes-wrapper .recipes-pagination .swiper-pagination-bullet-active {
      background-color: #A4A4A4; }
    @media (min-width: 992px) {
      .recipes-wrapper .recipes-pagination {
        display: none; } }

.gama-hotpoint {
  background-color: #000000;
  color: #000000;
  padding-top: 55px;
  /*padding-bottom: 60px;*/
  font-size: 0; }
  .gama-hotpoint .gama-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .gama-hotpoint .gama-item .gama-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .gama-hotpoint .gama-item .gama-info h3 {
        padding: 25px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
        font-weight: 700;
        font-size: 17px;
        letter-spacing: -0.4px;
        line-height: 20px; }
        .gama-hotpoint .gama-item .gama-info h3 a, .gama-hotpoint .gama-item .gama-info h3 a:visited {
          display: block;
          color: #FFFFFF; }
      .gama-hotpoint .gama-item .gama-info .hidden-info {
        background-color: rgba(0, 0, 0, 0.7);
        text-align: center;
        padding-bottom: 40px;
        display: none; }
        .gama-hotpoint .gama-item .gama-info .hidden-info p {
          padding: 0 20px;
          color: #FFFFFF;
          font-size: 16px;
          line-height: 20px; }
        .gama-hotpoint .gama-item .gama-info .hidden-info a, .gama-hotpoint .gama-item .gama-info .hidden-info a:visited {
          display: inline-block;
          width: 195px;
          text-align: center;
          border: 2px solid #FFFFFF;
          height: 40px;
          line-height: 36px;
          text-transform: uppercase;
          font-size: 17px;
          font-family: "Quicksand", Helvetica, Arial, sans-serif;
          font-weight: 700;
          color: #FFFFFF;
          letter-spacing: -0.4px;
          border-radius: 3px; }
    .gama-hotpoint .gama-item.opened .gama-info h3 {
      padding-bottom: 15px; }
    .gama-hotpoint .gama-item a.full-link, .gama-hotpoint .gama-item a.full-link:visited {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  @media (min-width: 768px) {
    .gama-hotpoint .gama-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .gama-hotpoint .gama-list {
      margin-left: -30px;
      margin-right: -30px; }
    .gama-hotpoint .gama-item {
      width: 33.33%; }
      .gama-hotpoint .gama-item .gama-info h3 {
        padding: 35px 0;
        font-size: 24px;
        line-height: 26px; }
      .gama-hotpoint .gama-item .gama-info .hidden-info a:hover {
        background-color: #FFFFFF;
        color: #000000;
        text-decoration: none; }
      .gama-hotpoint .gama-item.opened .gama-info h3 {
        padding-bottom: 20px; } }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=app.css.map */
