.color-primary {
  color: #00adad !important; }

.color-danger {
  color: #fb4f93 !important; }

@font-face {
  font-family: Gidole;
  src: url(/fonts/Gidole-Regular.ttf); }

html {
  font-family: Gidole, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #333; }

body, ul, li, h1, h2, h3, h4, div, main, article, aside {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul {
  list-style: none; }

img {
  display: block;
  width: 100%; }

a {
  display: inline-block;
  color: #00adad;
  text-decoration: none; }
  a:hover {
    color: #005b60; }

h1 {
  font-size: 32px;
  color: #fd8d33; }
  @media (max-width: 768px) {
    h1 {
      font-size: 24px;
      line-height: 35px; } }
h2 {
  color: #fd8d33;
  font-size: 20px;
  margin: 20px 0 20px 0; }

h3 {
  color: #fd8d33;
  font-size: 18px;
  margin: 50px 0 20px 0; }

h4 {
  margin-top: 10px; }

.navigation__wrapper {
  height: 50px;
  background-color: #005b60; }

.navigation-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }
  .navigation-mobile__menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #005b60;
    padding: 15px; }
    .navigation-mobile__menu__item a {
      display: block;
      color: #eee;
      padding: 5px; }
  .navigation-mobile__submenu__item {
    list-style-type: circle;
    color: #eee;
    margin-left: 35px; }
  .navigation-mobile__submenu a {
    display: block;
    color: #eee;
    padding: 5px 0; }
  @media (max-width: 768px) {
    .navigation-mobile {
      display: flex; } }
.navigation {
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px; }
  .navigation__title {
    padding: 12px 0;
    color: #eee; }
    .navigation__title:hover {
      color: #eee; }
  .navigation__menu {
    display: flex;
    align-items: center; }
    .navigation__menu__item {
      padding: 12px;
      position: relative; }
      .navigation__menu__item:last-child .navigation__submenu {
        left: -120px;
        width: auto; }
      .navigation__menu__item a {
        display: block;
        color: #eee; }
      .navigation__menu__item:hover {
        background-color: #018990; }
        .navigation__menu__item:hover .navigation__submenu {
          display: block; }
  .navigation__submenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 49px;
    background-color: #005b60;
    box-shadow: 2px 3px 60px #666;
    width: 220px; }
    .navigation__submenu__item a {
      padding: 10px; }
    .navigation__submenu__item:hover {
      background-color: #018990; }
  @media (max-width: 768px) {
    .navigation {
      display: none; } }
.header {
  height: 400px;
  background: #000;
  background-image: url(/images/background.jpg);
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 1024px; }
  @media (max-width: 768px) {
    .header {
      height: 300px;
      background-size: 700px;
      background-position: -330px 50px; } }
  .header__content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 768px) {
      .header__content {
        display: none; } }
    .header__content__title {
      margin-bottom: 20px;
      font-size: 32px;
      font-weight: 300;
      color: #eee;
      max-width: 560px; }
    .header__content__description {
      font-size: 20px;
      font-weight: 300;
      color: #eee;
      max-width: 600px; }

.site {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 20px; }

.row {
  display: flex;
  justify-content: space-between; }
  .row--flex-start {
    justify-content: flex-start; }
  @media (max-width: 768px) {
    .row {
      flex-direction: column; } }
.col--30 {
  width: 30%; }

.col--50 {
  width: 50%; }

.col--70 {
  width: 70%;
  padding-right: 20px; }

@media (max-width: 768px) {
  .col {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 20px !important; } }

.page__header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; }
  .page__header__title {
    margin: 10px 0; }
  .page__header__section-title {
    font-size: 12px; }
  .page__header__time {
    font-size: 12px; }

.page__context__title {
  font-size: 18px;
  font-weight: 400; }

.page__tags {
  display: flex;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .page__tags {
      flex-direction: column; } }
  .page__tags__item {
    padding: 5px 10px;
    border: 1px solid #aaa;
    margin-right: 10px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .page__tags__item {
        margin-top: 10px; } }
    .page__tags__item a {
      color: #aaa; }
    .page__tags__item:hover {
      background-color: #2a272a; }
      .page__tags__item:hover a {
        color: #eee; }

.page__summary {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .page__summary__image {
    max-width: 150px; }
  .page__summary__title {
    margin-top: 10px; }

.footer {
  min-height: 50px;
  background-color: #005b60; }
  @media (max-width: 768px) {
    .footer {
      padding: 10px 0; } }
  .footer__content {
    max-width: 1024px;
    min-height: 50px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .footer__content {
        flex-direction: column;
        align-items: flex-start; } }
    .footer__content a {
      margin-right: 20px;
      color: #eee;
      border-bottom: 1px solid transparent; }
      .footer__content a:hover {
        border-bottom: 1px solid #eee; }
      @media (max-width: 768px) {
        .footer__content a {
          margin-top: 10px; } }
.teaser {
  padding: 20px 0;
  border-top: 1px solid #eee; }
  .teaser__section {
    font-size: 12px; }
  .teaser__summary {
    max-width: 600px; }

.price-box {
  margin-right: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .price-box__title {
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #eee; }
  .price-box__price {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400; }
  .price-box__price-note {
    font-size: 12px;
    margin-bottom: 10px; }
  .price-box__description {
    text-align: center; }
  @media (max-width: 768px) {
    .price-box {
      margin-right: 0; } }
.product-placement {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 20px;
  background-color: #2a272a; }
  .product-placement__title {
    color: #eee;
    font-size: 24px; }
  .product-placement__description {
    color: #eee; }
  .product-placement__actions {
    margin-top: 30px; }
  .product-placement a {
    display: inline-block; }

.product-preview {
  display: flex;
  flex-direction: column; }
  .product-preview a {
    display: block; }
  .product-preview img {
    max-height: 250px;
    margin: 0 auto;
    width: auto; }
  .product-preview__link {
    margin: 30px auto 10px auto; }

.partners {
  background-color: #eee;
  padding: 20px;
  display: flex; }
  .partners .partner {
    max-width: 200px; }
  .partners .become-partner {
    align-self: flex-end;
    margin-left: auto; }

.mt-0 {
  margin-top: 0 !important; }

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

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-10 {
  margin-left: 10px !important; }

.bold {
  font-weight: 400 !important; }

.inline {
  display: inline-block !important; }

.center {
  text-align: center !important; }

.no-wrap {
  white-space: nowrap; }

.flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.width-30 {
  width: 30%; }

.list li {
  padding: 5px 0;
  margin-left: 15px;
  list-style-type: disc; }

.list--no-style li {
  margin-left: 0px;
  list-style-type: none; }

@media (max-width: 768px) {
  .tbl-wrapper {
    overflow-x: auto; } }

.tbl {
  width: 100%;
  border-collapse: collapse; }
  .tbl td,
  .tbl th {
    padding: 5px;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top; }
  .tbl th {
    font-weight: 400;
    background: #ccc; }
  .tbl td.highlight {
    border-left: 2px solid #fd8d33;
    border-right: 2px solid #fd8d33;
    background: #fd8d3321; }
    .tbl td.highlight--first {
      background: none;
      border-top: 2px solid #fd8d33;
      position: relative; }
    .tbl td.highlight--last {
      border-bottom: 2px solid #fd8d33; }
  .tbl--bordered td,
  .tbl--bordered th {
    border: 1px solid #eee;
    box-sizing: border-box; }
  .tbl--stripped tbody tr:nth-of-type(odd) {
    background-color: #eee; }
  .tbl--lined tbody tr {
    border-bottom: 1px solid #eee; }
    .tbl--lined tbody tr:last-child {
      border-bottom: none; }

.winner {
  padding: 5px 10px;
  background: #fd8d33;
  position: absolute;
  box-shadow: 0 2px 5px #999;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold; }

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap; }
  .btn:hover {
    color: #fff;
    text-decoration: none; }
  .btn--s {
    padding: 4px 8px;
    font-size: 12px; }
  .btn--l {
    padding: 10px 14px; }
  .btn--primary {
    background-color: #00adad;
    border: 2px solid #00adad; }
    .btn--primary:hover {
      background-color: #005b60;
      border-color: #005b60; }
  .btn--secondary {
    background-color: transparent;
    border: 2px solid #00adad;
    color: #00adad; }
    .btn--secondary:hover {
      background-color: transparent;
      border-color: #005b60;
      color: #005b60; }
      .btn--secondary:hover .btn__text {
        color: #005b60; }
    .btn--secondary .btn__text {
      color: #00adad; }

.image {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #ccc;
  cursor: pointer; }

.product {
  display: flex;
  box-shadow: 2px 2px 5px #ccc;
  padding: 20px;
  flex-direction: column;
  max-width: 300px;
  height: 100%;
  justify-content: space-between; }
  .product--no-grow {
    height: auto; }
  @media (max-width: 768px) {
    .product {
      max-width: 100%; } }
  .product__image {
    text-align: center; }
  .product__text {
    margin-top: 20px; }
  .product__actions {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center; }
  .product__info {
    text-align: center;
    color: #ccc;
    margin-top: 10px; }

.disclaimer {
  padding: 10px;
  background: #ddd; }

.product-flat {
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 5px #ccc;
  padding: 20px; }
  @media (max-width: 768px) {
    .product-flat {
      flex-direction: column; } }
  .product-flat__image {
    width: 20%;
    margin-right: 40px;
    display: flex;
    justify-content: center; }
    .product-flat__image img {
      max-width: 180px;
      max-height: 180px;
      width: auto; }
    @media (max-width: 768px) {
      .product-flat__image {
        width: 100%;
        margin-right: 0; } }
  .product-flat__text {
    width: 80%; }
    .product-flat__text h3 {
      margin-top: 0; }
    @media (max-width: 768px) {
      .product-flat__text {
        width: 100%; } }
.post {
  overflow: hidden; }
  .post__image--floating {
    width: 300px;
    float: left;
    margin-right: 20px; }
    .post__image--floating-right {
      width: 300px;
      float: right;
      margin-left: 20px; }
      @media (max-width: 768px) {
        .post__image--floating-right {
          width: 100%;
          margin-left: 0;
          margin-bottom: 10px;
          float: none; } }
    @media (max-width: 768px) {
      .post__image--floating {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        float: none; } }
