@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

@font-face {
  font-family: 'Museo300-Regular';
  src: url("../fonts/Museo300-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo300-Regular.otf") format("opentype"), url("../fonts/Museo300-Regular.woff") format("woff"), url("../fonts/Museo300-Regular.ttf") format("truetype"), url("../fonts/Museo300-Regular.svg#Museo300-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Museo700-Regular';
  src: url("../fonts/Museo700-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo700-Regular.otf") format("opentype"), url("../fonts/Museo700-Regular.woff") format("woff"), url("../fonts/Museo700-Regular.ttf") format("truetype"), url("../fonts/Museo700-Regular.svg#Museo700-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media (min-width: 768px) {
  .hidden-xs {
    display: block; }

  .visible-xs {
    display: none; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none; }

  .visible-xs {
    display: block; } }
* {
  box-sizing: border-box; }

*:focus {
  outline: 0; }

a {
  color: unset;
  text-decoration: none; }
  a:active {
    color: unset;
    text-decoration: none; }
  a:visited {
    color: unset;
    text-decoration: none; }
  a:hover {
    color: unset;
    text-decoration: none; }

.slick-slider *:focus {
  outline: 0; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    padding: 0; }
    .slick-dots li button {
      padding: 0;
      margin: 0;
      font-size: 0;
      background: #fff;
      opacity: .4;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 0;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      opacity: 1; }

p {
  margin: 0; }

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0; }

.pop {
  display: none;
  position: fixed;
  z-index: 9;
  background: rgba(92, 23, 10, 0.98);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #fff;
  padding-bottom: 120px; }
  .pop .close {
    font-size: 24px;
    line-height: 50px;
    text-align: right;
    padding-right: 30px;
    cursor: pointer; }
  .pop .half {
    float: left;
    width: 50%;
    padding: 30px;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
    .pop .half h2 {
      font-size: 30px;
      margin: 0 0 30px 0;
      font-family: "Museo700-Regular"; }
    .pop .half img {
      width: 100%;
      display: block;
      margin: 0 0 30px 0; }
    .pop .half h3 {
      font-size: 20px;
      color: #F8B240;
      margin: 0 0 30px 0; }
    .pop .half .paypal {
      display: inline-block;
      margin-top: 30px; }
      .pop .half .paypal img {
        width: 228px; }

section {
  clear: both; }
  section.s1 .half {
    float: left;
    background-size: cover;
    background-position: center; }
    section.s1 .half.left {
      width: 550px;
      background-image: url(../img/s1-bg.png);
      padding-top: 30px;
      text-align: center; }
      section.s1 .half.left .social {
        margin-bottom: 30px; }
        section.s1 .half.left .social a {
          display: inline-block;
          margin: 0 5px;
          width: 30px; }
          section.s1 .half.left .social a img {
            width: 100%; }
      section.s1 .half.left h1 {
        font-size: 30px;
        color: #fff;
        margin: 0 0 30px 0;
        font-family: "Museo700-Regular"; }
      section.s1 .half.left h2 {
        font-size: 20px;
        color: #F8B240;
        font-weight: 400;
        margin: 0 0 30px 0; }
      section.s1 .half.left h3 {
        font-size: 20px;
        color: #fff;
        margin: 0 0 30px 0; }
      section.s1 .half.left .img {
        padding: 30px 0;
        background: rgba(88, 5, 5, 0.4); }
        section.s1 .half.left .img img {
          max-width: 100%; }
    section.s1 .half.right {
      width: calc(100% - 550px);
      height: 692px;
      background-image: url(../img/s1.jpg);
      position: relative; }
      section.s1 .half.right nav {
        position: absolute;
        z-index: 1;
        top: 15px; }
        section.s1 .half.right nav.lang {
          left: 30px; }
          section.s1 .half.right nav.lang a {
            display: inline-block;
            margin-right: 10px;
            font-size: 14px;
            color: #581706; }
            section.s1 .half.right nav.lang a.active {
              color: #F8B240;
              font-weight: 700; }
            section.s1 .half.right nav.lang a:hover {
              color: #F8B240; }
        section.s1 .half.right nav.social {
          right: 30px; }
          section.s1 .half.right nav.social a {
            display: inline-block;
            margin-left: 10px; }
            section.s1 .half.right nav.social a img {
              width: 30px; }
            section.s1 .half.right nav.social a:hover {
              opacity: .6; }
  section.s1.bottom .half.left {
    background: #F5F5F5;
    padding: 30px 0; }
  section.s1.bottom .half.right {
    background: none;
    padding: 0 45px;
    text-align: center;
    font-size: 18px;
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    section.s1.bottom .half.right .txt {
      color: #580505; }
    section.s1.bottom .half.right .buttons {
      padding-top: 30px; }
      section.s1.bottom .half.right .buttons button {
        cursor: pointer;
        border: 0;
        border-radius: 20px;
        color: #fff;
        display: inline-block;
        margin: 0 15px;
        font-size: 18px;
        height: 45px;
        width: 240px; }
        section.s1.bottom .half.right .buttons button:hover {
          opacity: .6; }
      section.s1.bottom .half.right .buttons .red {
        background: #5B160A; }
      section.s1.bottom .half.right .buttons .green {
        background: #3D723A; }
  section.post {
    height: 900px;
    position: relative; }
    section.post .box {
      position: absolute;
      top: 60px;
      right: 60px;
      width: 450px;
      text-align: right;
      color: #4C180D;
      font-family: "Museo300-Regular"; }
      section.post .box h2 {
        background: rgba(255, 255, 255, 0.92);
        padding: 15px;
        margin: 0 0 15px 0;
        font-size: 28px;
        font-weight: normal;
        display: inline-block; }
        section.post .box h2 b {
          font-family: "Museo700-Regular";
          margin-left: 15px; }
      section.post .box .txt {
        background: rgba(255, 255, 255, 0.92);
        padding: 30px;
        text-align: center;
        font-size: 18px;
        line-height: 26px; }
        section.post .box .txt h3 {
          margin: 0 0 30px 0;
          font-size: 28px;
          font-family: "Museo700-Regular";
          font-weight: normal; }
        section.post .box .txt .share {
          margin-top: 30px; }
          section.post .box .txt .share a {
            display: inline-block;
            margin: 0 5px; }
            section.post .box .txt .share a:hover {
              opacity: .6; }
    section.post .slider, section.post .slick-list, section.post .slick-track {
      position: relative;
      height: 100%; }
    section.post .slider .item {
      background-size: cover;
      background-position: center; }
  section.logos {
    background: #F7F7F7;
    padding: 30px 120px;
    text-align: center;
    margin-bottom: 15px;
    position: relative; }
    section.logos a {
      vertical-align: middle;
      margin: 0 15px;
      display: inline-block; }
      section.logos a img {
        max-height: 70px; }
    section.logos h2 {
      font-size: 16px;
      font-weight: 300;
      position: absolute;
      top: 40px;
      left: 15px;
      margin: 0; }

footer {
  font-size: 16px;
  color: #580505;
  line-height: 100px;
  margin-bottom: 15px;
  padding: 0 60px;
  text-align: center; }

@media (max-width: 1200px) {
  section.s1 .half.right nav.lang {
    left: 0;
    right: 0;
    text-align: center; }
  section.s1 .half.right nav.social {
    left: 0;
    right: 0;
    text-align: center;
    top: 55px; }
  section.s1.bottom .half.left {
    padding: 60px 0; }
  section.s1.bottom .half.right {
    padding: 0 15px;
    height: 405px; }
    section.s1.bottom .half.right .buttons .red {
      margin-bottom: 15px; }
  section.post {
    height: 750px; }

  footer {
    padding: 15px;
    position: relative;
    line-height: normal; }
    footer a.like {
      position: absolute;
      right: 15px;
      bottom: 0;
      margin: 0; } }
@media (max-width: 1000px) {
  section.s1 .half.left {
    width: 450px; }
    section.s1 .half.left h1 {
      font-size: 26px; }
  section.s1 .half.right {
    width: calc(100% - 450px);
    height: 682px; }
  section.s1.bottom .half.left {
    padding: 90px 0; }
  section.s1.bottom .half.right {
    height: 465px; } }
@media (max-width: 767px) {
  section.s1 .half.left {
    width: 100%;
    float: none;
    padding: 30px 15px 0 15px; }
  section.s1 .half.right {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 100%; }
    section.s1 .half.right nav.lang a {
      margin: 0 5px;
      font-size: 18px;
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
    section.s1 .half.right nav.social a {
      margin: 0 5px; }
      section.s1 .half.right nav.social a img {
        width: 32px; }
  section.s1.bottom .half.left {
    padding: 15px;
    background: none; }
    section.s1.bottom .half.left img {
      width: 100%;
      display: block; }
  section.s1.bottom .half.right {
    height: auto;
    padding: 30px 15px; }
  section.post .slider .item {
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #f7f7f7; }
  section.post .box {
    top: 30px;
    left: 15px;
    right: 15px;
    width: auto; }
    section.post .box h2 {
      display: block;
      font-size: 20px;
      padding: 10px;
      text-align: center; }
    section.post .box .txt {
      padding: 15px;
      text-align: center;
      font-size: 16px;
      line-height: 22px; }
      section.post .box .txt h3 {
        margin: 0 0 15px 0;
        font-size: 20px; }
      section.post .box .txt .share {
        margin-top: 15px; }
        section.post .box .txt .share a img {
          width: 28px; }
  section.logos {
    padding: 30px 15px 15px 15px; }
    section.logos a {
      margin-bottom: 15px; }
      section.logos a img {
        max-height: 30px; }
    section.logos h2 {
      margin-bottom: 20px;
      position: static; }

  .pop {
    padding-bottom: 30px; }
    .pop .half {
      padding: 15px;
      float: none;
      width: auto; } }

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