/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2); }
.h1,
h1 {
  font-size: 75px; }
.h2,
h2 {
  font-size: 45px; }
.h3,
h3 {
  font-size: 35px; }
.h4,
h4 {
  font-size: 30px; }
.h5,
h5 {
  font-size: 25px; }
.h6,
h6 {
  font-size: 20px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Address
\* ------------------------------------------------------------ */
.address {
  line-height: 1.15;
  max-width: 200px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .address {
      margin: 0 auto; } }
.address span {
    display: block;
    font-weight: 400; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #7A8F2A;
  color: #fff;
  font-weight: 400;
  height: 78px;
  line-height: 78px;
  font-size: 30px;
  min-width: 368px;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
      min-width: 100px;
      padding: 0 40px;
      font-size: 25px; } }
.btn:hover {
    background-color: #91ab30; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* btn--small */
.btn--small {
  min-width: 214px; }
/* ------------------------------------------------------------ *\
	Burger
\* ------------------------------------------------------------ */
.burger {
  display: none; }
@media (max-width: 1023px) {
    .burger {
      display: block; } }
.burger span {
    width: 40px;
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    -webkit-transition: opacity .4s, background .4s, -webkit-transform .4s;
    transition: opacity .4s, background .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s, background .4s;
    transition: transform .4s, opacity .4s, background .4s;
    transition: transform .4s, opacity .4s, background .4s, -webkit-transform .4s; }
.burger span + span {
    margin-top: 8px; }
/* When the burger is clicked */
.burger.is-active span {
  background-color: #7A8F2A; }
.burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
      -ms-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg); }
.burger.is-active span:nth-child(2) {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0; }
.burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
      -ms-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox {
      font-size: 18px;
      line-height: 2; } }
.checkbox input {
    opacity: 0; }
.checkbox label {
    position: relative;
    color: #707070; }
.checkbox label:before {
    content: '';
    width: 33px;
    height: 33px;
    display: inline-block;
    background-color: #fff;
    border-radius: 11px;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s; }
.checkbox label:after {
    content: '';
    width: 16px;
    position: absolute;
    left: 9px;
    top: 6px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
.checkbox input:checked + label:before {
    background-color: #7A8F2A; }
.checkbox input:checked + label:after {
    opacity: 1; }
/* ------------------------------------------------------------ *\
	Credits
\* ------------------------------------------------------------ */
.credits a {
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }
.credits a:hover {
  color: #000; }
/* ------------------------------------------------------------ *\
	Date
\* ------------------------------------------------------------ */
.date {
  background-color: #F8F8F8;
  padding: 14px 14px;
  text-align: center;
  height: 100%; }
.date p {
    margin-bottom: 0;
    line-height: 1.2; }
.date .date__month {
    font-size: 12px;
    margin-bottom: 3px; }
.date .date__day {
    font-size: 16px;
    margin-bottom: 1px; }
.date .date__weekday {
    font-size: 10px; }
/* ------------------------------------------------------------ *\
	Event-bar
\* ------------------------------------------------------------ */
.event-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #EAEAEA; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .event-bar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.event-bar .event__aside {
    width: 23%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event-bar .event__aside {
        width: 100%; } }
.event-bar .event__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event-bar .event__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.event-bar .event__head {
    padding: 3px 4px;
    width: 51%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event-bar .event__head {
        width: 100%;
        padding: 5px 0; } }
.event-bar .event__title a {
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s; }
.event-bar .event__title a:hover {
    color: #7A8F2A; }
.event-bar .event__meta {
    font-weight: 400;
    font-size: 14px;
    color: #534F55;
    margin-top: -1px; }
.event-bar .event__body {
    padding: 9px 0 0 9px;
    color: #707070;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event-bar .event__body {
        padding: 9px 0; } }
.event-bar .event__body p {
    margin: 0 40px 20px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event-bar .event__body p {
        margin: 0 0 13px 0; } }
.event-bar .event__actions {
    position: absolute;
    bottom: 4px;
    right: 0; }
/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
.event {
  padding: 35px 85px 36px 48px;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
@media (max-width: 1399px) {
    .event {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .event {
      padding: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px; } }
.event .event__image {
    height: 105px;
    width: 105px;
    position: relative;
    margin: 12px 47px 0 0; }
@media (max-width: 1399px) {
      .event .event__image {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event .event__image {
        margin: 0 0 11px 0; } }
.event .event__image img {
    height: 105px;
    width: 105px;
    max-width: 105px;
    -o-object-fit: cover;
       object-fit: cover; }
.event .event__image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
.event .event__image a:hover {
    opacity: .3; }
.event .event__head {
    color: #393939;
    margin-bottom: 21px; }
.event .event__title {
    display: inline-block;
    text-transform: capitalize;
    margin-right: 8px; }
@media (max-width: 1399px) {
      .event .event__title {
        display: block; } }
@media (max-width: 1199px) {
      .event .event__title {
        display: inline-block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event .event__title {
        display: block; } }
.event .event__meta {
    font-weight: 400; }
.event .event__title + .event__meta:before {
    content: '';
    width: 2px;
    height: 19px;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    margin-right: 12px;
    display: inline-block;
    background-color: #393939; }
@media (max-width: 1399px) {
      .event .event__title + .event__meta:before {
        display: none; } }
@media (max-width: 1199px) {
      .event .event__title + .event__meta:before {
        display: inline-block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event .event__title + .event__meta:before {
        display: none; } }
.event .event__body {
    color: #707070;
    line-height: 1.5;
    max-width: 500px; }
@media (max-width: 1199px) {
      .event .event__body {
        max-width: 100%; } }
.event .section__aside img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
/* ------------------------------------------------------------ *\
	Events-tab
\* ------------------------------------------------------------ */
.events-tab {
  width: 100%;
  background-color: #fff;
  padding: 22px 21px 0 9px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .events-tab {
      padding-right: 9px; } }
.events-tab .events__title {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: -4px; }
/* ------------------------------------------------------------ *\
	Events
\* ------------------------------------------------------------ */
.events {
  margin-bottom: 32px; }
.events .events__item + .events__item {
    border-top: 9px solid #D3D3D3; }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  text-align: center;
  color: #707070; }
.feature .feature__image {
    height: 445px;
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__image {
        height: 250px; } }
.feature .feature__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.feature .feature__overlay {
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
.feature .feature__overlay:hover {
    opacity: .3; }
.feature .feature__entry {
    padding: 38px 43px 20px; }
@media (max-width: 1399px) {
      .feature .feature__entry {
        padding-bottom: 60px; } }
@media (max-width: 1023px) {
      .feature .feature__entry {
        padding: 30px 20px 20px 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__entry {
        padding: 18px 0 0; } }
.feature .feature__icon {
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
.feature .feature__icon span {
    color: #000;
    font-size: 85px;
    font-weight: 300;
    margin-right: 11px; }
.feature .feature__title {
    color: #393933;
    line-height: 1.14;
    text-transform: capitalize;
    margin-bottom: 20px; }
/* feature--secondary */
.feature--secondary {
  text-align: left; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature--secondary {
      text-align: center; } }
.feature--secondary .feature__icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature--secondary .feature__icon {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.feature--secondary .feature__entry {
    padding: 0; }
.feature--secondary .feature__title {
    font-size: 20px;
    margin-bottom: 4px; }
/* feature--box */
.feature--box {
  background-color: #DBDBDB;
  padding: 96px 0 77px; }
@media (max-width: 1023px) {
    .feature--box {
      padding: 30px 10px 20px; } }
.feature--box .feature__icon {
    margin-bottom: 62px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature--box .feature__icon {
        margin-bottom: 30px; } }
/* feature--green */
.feature--green {
  background-color: #7A8F2A;
  color: #fff;
  position: relative; }
.feature--green .feature__title {
    color: #fff; }
.feature--green .feature__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: .2; }
.feature--green .feature__entry {
    position: relative;
    z-index: 1; }
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features .features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.features .features__item {
  width: 25%;
  padding: 0 10px; }
@media (max-width: 1399px) {
    .features .features__item {
      width: 50%;
      margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features .features__item {
      width: 100%; } }
.features--2col .features__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
.features--2col .features__item {
  width: 50%;
  margin: 0 0 40px 0;
  padding: 0 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features--2col .features__item {
      width: 100%; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  border: none;
  width: 100%;
  border-radius: 11px;
  color: #A2A2A2;
  font-weight: bold;
  padding: 17px 25px 19px;
  height: 58px; }
/*  Field textarea  */
.field--textarea {
  height: auto;
  padding: 20px 25px 25px; }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 61px 0 0;
  background-color: #EFEFEF; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      padding-top: 40px; } }
.footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 1399px) {
      .footer .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
.footer .footer__inner:after {
    content: '';
    width: 99%;
    height: 9px;
    background-color: #D3D3D3;
    margin: 21px auto 0; }
.footer .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
    padding-left: 32px;
    width: 60%; }
@media (max-width: 1399px) {
      .footer .footer__content {
        width: 100%;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 0; } }
.footer .footer__title {
    margin-bottom: 14px;
    text-transform: capitalize;
    color: #393939; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__title {
        font-size: 30px; } }
.footer .footer__aside {
    width: 35.8%;
    padding-right: 13px; }
@media (max-width: 1399px) {
      .footer .footer__aside {
        width: 70%;
        padding-right: 0; } }
@media (max-width: 1023px) {
      .footer .footer__aside {
        width: 100%; } }
.footer .footer__col {
    width: 25%;
    padding: 0 16px; }
@media (max-width: 1199px) {
      .footer .footer__col {
        width: 50%;
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__col {
        width: 100%;
        text-align: center;
        padding: 0; } }
.footer .footer__bar {
    padding: 41px 11px 56px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__bar {
        padding: 20px 0; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  background-color: #EFEFEF;
  padding: 53px 68px 64px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form {
      padding: 20px 15px; } }
.form .form__title {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 29px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__title {
        font-size: 34px; } }
.form .form__row {
    margin-bottom: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px; } }
.form .form__col {
    width: 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__col {
        width: 100%; } }
.form .form__col + .form__col {
    padding-left: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__col + .form__col {
        padding-left: 0;
        margin-top: 20px; } }
.form .form__controls {
    width: 100%; }
.form .form__actions {
    text-align: center;
    margin-top: 37px; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 17px; }
@media (max-width: 1399px) {
      .grid .grid__col {
        width: 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col {
        width: 100%; } }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: background-position .7s;
  -o-transition: background-position .7s;
  transition: background-position .7s; }
@media (max-width: 1023px) {
    .header {
      background-repeat: repeat-x;
      background-image: url(/images/assets/temp/pattern.jpg);
      background-position: 0 180%;
      padding: 10px 0; } }
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.header .header__logo {
    margin-left: 53px; }
@media (max-width: 1399px) {
      .header .header__logo {
        margin-left: 0; } }
.header .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1px 34px 0 0; }
@media (max-width: 1023px) {
      .header .header__nav {
        margin: 0; } }
.header.is-fixed {
  position: fixed;
  background-position: 0 0; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  height: 888px;
  color: #fff;
  overflow: hidden; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      height: 100vh;
      text-align: center; } }
.hero .hero__image {
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: 0;
    background-color: #000;
    border-radius: 0% 0% 53% 53% / 79% 79% 21% 21%; }
.hero .hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .83;
    border-radius: 0% 0% 53% 53% / 79% 79% 21% 21%; }
.hero .hero__content {
    position: absolute;
    top: 402px;
    left: 9.9%;
    max-width: 800px; }
@media (max-width: 1023px) {
      .hero .hero__content {
        top: 42%;
        left: 13%;
        max-width: 60%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content {
        top: 50%;
        left: 0%;
        max-width: 100%;
        padding: 0 34px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%; } }
.hero .hero__subtitle {
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    margin-bottom: -1px; }
@media (max-width: 1023px) {
      .hero .hero__subtitle {
        font-size: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__subtitle {
        font-size: 18px; } }
.hero .hero__title {
    line-height: 1.29em; }
@media (max-width: 1023px) {
      .hero .hero__title {
        font-size: 42px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__title {
        font-size: 28px; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.ico-golf-ball svg {
  width: 76px;
  height: 76px; }
.ico-tennis-racket svg {
  width: 75px;
  height: 75px; }
.ico-golf svg {
  width: 82px;
  height: 82px; }
.ico-shop svg {
  width: 82px;
  height: 82px; }
/* ------------------------------------------------------------ *\
	Link-more
\* ------------------------------------------------------------ */
.link-more {
  text-decoration: none;
  color: #393939;
  display: inline-block;
  position: relative;
  text-transform: capitalize; }
.link-more:before {
    content: '';
    width: 20px;
    height: 2px;
    margin: 0 5px 4px 1px;
    display: inline-block;
    background-color: #393939; }
.link-more:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #7A8F2A;
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s; }
.link-more:hover:after {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1; }
/* ------------------------------------------------------------ *\
	List-bullets
\* ------------------------------------------------------------ */
.list-bullets {
  list-style-position: inside;
  list-style-type: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-bullets {
      margin: 0 auto;
      text-align: left; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-bullets li {
      line-height: 1.3; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-bullets li + li {
      margin-top: 7px; } }
.list-bullets li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom: 4px;
    border-radius: 50%;
    background-color: #000; }
/* ------------------------------------------------------------ *\
	List-footer
\* ------------------------------------------------------------ */
.list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  color: #707070; }
@media (max-width: 1023px) {
    .list-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-footer {
      font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-footer li + li {
      margin-top: 12px; } }
.list-footer li + li:before {
    content: '';
    width: 2px;
    height: 20px;
    display: inline-block;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    background-color: #707070;
    margin: 0 12px 0 20px; }
@media (max-width: 1023px) {
      .list-footer li + li:before {
        display: none; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  height: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .map {
      height: 370px; } }
/* ------------------------------------------------------------ *\
	Nav-footer
\* ------------------------------------------------------------ */
.nav-footer ul {
  list-style-type: none; }
.nav-footer li {
  margin-bottom: 8px; }
.nav-footer li a {
  text-transform: capitalize;
  color: #707070;
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }
.nav-footer a:hover {
  color: #000; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  color: #fff;
  font-size: 25px;
  vertical-align: middle; }
@media (max-width: 1023px) {
    .nav {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      overflow: auto;
      width: 100%;
      height: 100vh;
      margin-top: 77px;
      padding: 60px 0 100px;
      background-color: #fff;
      background-image: url(/images/assets/temp/pattern.jpg);
      -webkit-transform: translateY(-111%);
          -ms-transform: translateY(-111%);
              transform: translateY(-111%);
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      -o-transition: transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav {
      padding-top: 50px;
      -webkit-transform: translateY(-115%);
          -ms-transform: translateY(-115%);
              transform: translateY(-115%); } }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 1023px) {
      .nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.nav li {
    position: relative; }
@media (max-width: 1023px) {
      .nav li {
        width: 100%;
        text-align: center; } }
.nav li + li {
    margin-left: 81px; }
@media (max-width: 1399px) {
      .nav li + li {
        margin-left: 30px; } }
@media (max-width: 1023px) {
      .nav li + li {
        margin: 20px 0 0 0; } }
.nav a {
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: -5px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    position: relative;
    display: inline-block; }
@media (max-width: 1023px) {
      .nav a {
        font-size: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav a {
        font-size: 30px; } }
.nav a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    display: block;
    background-color: transparent;
    -webkit-transition: background-color .4s, -webkit-transform .4s;
    transition: background-color .4s, -webkit-transform .4s;
    -o-transition: transform .4s, background-color .4s;
    transition: transform .4s, background-color .4s;
    transition: transform .4s, background-color .4s, -webkit-transform .4s; }
@media (max-width: 1023px) {
      .nav a:before {
        display: none; } }
.nav li.is-active > a:before,
  .nav > ul > li > a:hover:before {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    background-color: #7A8F2A; }
.nav li.has-dropdown > a:after {
    content: '';
    margin-left: 8px;
    position: relative;
    top: 19px;
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
@media (max-width: 1023px) {
      .nav li.has-dropdown > a:after {
        display: none; } }
.nav li.has-dropdown:hover ul {
    opacity: 1;
    pointer-events: all; }
.nav li.has-dropdown ul {
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 111%;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
@media (max-width: 1023px) {
      .nav li.has-dropdown ul {
        position: static;
        pointer-events: all;
        opacity: 1;
        display: none; } }
.nav li.has-dropdown ul.is-visible {
    display: block; }
.nav li.has-dropdown li {
    padding: 0 30px;
    display: inline-block; }
.nav li.has-dropdown li + li {
    margin: 0; }
.nav li.has-dropdown ul a {
    color: #7A8F2A;
    padding: 7px 0;
    font-size: 20px;
    width: 100%; }
@media (max-width: 1023px) {
      .nav li.has-dropdown ul a {
        padding: 13px 0; } }
.nav li.has-dropdown ul a:hover {
    color: #707070; }
.nav .nav__arrow {
    display: none;
    width: 15px;
    height: 15px;
    border-bottom: 5px solid #7A8F2A;
    border-left: 5px solid #7A8F2A;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    left: 50px;
    bottom: 4px; }
@media (max-width: 1023px) {
      .nav .nav__arrow {
        display: inline-block; } }
.nav .nav__arrow.is-active {
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg); }
/* nav is-visible */
.nav.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav.is-visible {
      -webkit-transform: translateY(-3%);
          -ms-transform: translateY(-3%);
              transform: translateY(-3%); } }
.nav.is-visible a {
    color: #7A8F2A; }
/* ------------------------------------------------------------ *\
	Phone
\* ------------------------------------------------------------ */
.phone {
  line-height: 1.15;
  max-width: 200px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .phone {
      margin: 0 auto; } }
.phone a {
    display: block;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s; }
.phone a:hover {
    color: #cacaca; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section-hero
\* ------------------------------------------------------------ */
.section-hero {
  position: relative;
  z-index: 1; }
/* ------------------------------------------------------------ *\
	Section-image
\* ------------------------------------------------------------ */
.section-image {
  padding: 176px 187px 202px 105px;
  position: relative; }
@media (max-width: 1399px) {
    .section-image {
      padding: 90px; } }
@media (max-width: 1023px) {
    .section-image {
      padding: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-image {
      text-align: center;
      padding: 30px 33px; } }
.section-image .section__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
.section-image .section__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.section-image .section__overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .35; }
.section-image .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 1199px) {
      .section-image .section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.section-image .section__title {
    color: #fff;
    margin-bottom: 60px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-image .section__title {
        font-size: 34px; } }
.section-image .section__title:after {
    content: '';
    display: block;
    width: 163px;
    height: 6px;
    margin-top: 28px;
    background-color: #7A8F2A; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-image .section__title:after {
        width: 120px;
        margin-top: 13px;
        margin: 13px auto 0; } }
.section-image .section__content {
    width: 61.2%;
    margin-right: 30px; }
@media (max-width: 1199px) {
      .section-image .section__content {
        width: 100%;
        margin: 0 0 60px 0; } }
/* ------------------------------------------------------------ *\
	Section-main
\* ------------------------------------------------------------ */
.section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: 50% 100%; }
@media (max-width: 1199px) {
    .section-main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-main {
      text-align: center; } }
.section-main .section__content {
    padding: 66px 106px 70px;
    width: 50%;
    position: relative; }
@media (max-width: 1199px) {
      .section-main .section__content {
        width: 100%; } }
@media (max-width: 1023px) {
      .section-main .section__content {
        padding: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-main .section__content {
        padding: 30px 33px; } }
.section-main .section__image {
    background-image: url(/images/assets/temp/pattern2.jpg);
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1; }
.section-main .section__overlay {
    background-color: #EFEFEF;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .4; }
.section-main .section__aside {
    width: 50%; }
@media (max-width: 1199px) {
      .section-main .section__aside {
        width: 100%; } }
.section-main .section__aside img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.section-main .section__title {
    text-transform: capitalize;
    margin-bottom: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-main .section__title {
        font-size: 34px;
        margin-bottom: 16px; } }
.section-main .section__entry {
    line-height: 1.5;
    max-width: 530px;
    margin-bottom: 54px; }
/* section-main--inverted */
.section-main--inverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
@media (max-width: 1199px) {
    .section-main--inverted {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
/* .section-main--after-hero */
.section-main--after-hero {
  margin-top: -170px; }
.section-main--after-hero .section__content {
    padding: 263px 74px 70px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-main--after-hero .section__content {
        padding: 210px 33px 30px; } }
.section-main--after-hero .section__entry {
    max-width: 100%; }
/* section-main--double */
.section-main--double .section__content {
  padding: 64px 76px 70px 112px;
  position: relative; }
@media (max-width: 1199px) {
    .section-main--double .section__content {
      padding: 80px; } }
@media (max-width: 1023px) {
    .section-main--double .section__content {
      padding: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-main--double .section__content {
      padding: 30px 33px; } }
.section-main--double .section__title {
  margin-left: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-main--double .section__title {
      margin-left: 0; } }
/* section-main--green */
.section-main--green {
  color: #fff; }
@media (max-width: 1199px) {
    .section-main--green {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-main--green {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.section-main--green .section__head {
    position: absolute;
    top: -1px;
    right: 21.2%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-main--green .section__head {
        right: 16%; } }
.section-main--green .section__content {
    padding: 101px 117px 102px; }
@media (max-width: 1199px) {
      .section-main--green .section__content {
        padding: 90px 30px 70px 70px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-main--green .section__content {
        padding: 90px 33px 60px; } }
.section-main--green .section__overlay {
    background-color: #7A8F2A;
    opacity: .7; }
.section-main--green .section__row + .section__row {
    margin-top: 77px; }
/* ------------------------------------------------------------ *\
	Section-secondary
\* ------------------------------------------------------------ */
.section-secondary {
  background-repeat: repeat;
  background-image: url(/images/assets/temp/pattern.jpg); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary {
      text-align: center; } }
.section-secondary .section__subtitle {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 6px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary .section__subtitle {
        font-size: 21px; } }
.section-secondary .section__title {
    margin-bottom: 29px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary .section__title {
        font-size: 34px; } }
.section-secondary .section__title:after {
    content: '';
    display: block;
    width: 163px;
    height: 6px;
    margin-top: 28px;
    background-color: #7A8F2A; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary .section__title:after {
        width: 120px;
        margin-top: 13px;
        margin: 13px auto 0; } }
/* section-secondary--after-hero */
.section-secondary--after-hero {
  margin-top: -200px;
  padding: 260px 0 45px; }
/* section-secondary--form */
.section-secondary--form {
  padding: 83px 0 82px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--form {
      padding: 30px 0; } }
.section-secondary--form .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 1199px) {
      .section-secondary--form .section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.section-secondary--form .section__content {
    width: 50%;
    padding: 47px 57px 0 81px; }
@media (max-width: 1399px) {
      .section-secondary--form .section__content {
        padding: 20px; } }
@media (max-width: 1199px) {
      .section-secondary--form .section__content {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; } }
.section-secondary--form .section__head {
    margin-bottom: 68px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary--form .section__head {
        margin-bottom: 30px; } }
.section-secondary--form .section__aside {
    width: 50%;
    padding-left: 72px; }
@media (max-width: 1199px) {
      .section-secondary--form .section__aside {
        width: 100%;
        padding: 0; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1835px + 33px * 2);
  padding-left: 33px;
  padding-right: 33px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
  height: 100%; }
.slider .slider__clip,
  .slider .slider__slides,
  .slider .slider__slide {
    height: 100%; }
.slider .slider__slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.slider .slider__actions {
    position: absolute;
    top: 47.2%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.slider .slider__prev,
  .slider .slider__next {
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    -webkit-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s; }
.slider .slider__prev:hover {
    border-right-color: #707070; }
.slider .slider__next:hover {
    border-left-color: #707070; }
.slider .slider__prev {
    left: 40px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 15px solid #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__prev {
        left: 14px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 9px solid #fff; } }
.slider .slider__prev:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 17px solid #707070;
    position: absolute;
    top: -30px;
    left: -1px;
    z-index: -1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__prev:after {
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-right: 11px solid #707070;
        top: -24px; } }
.slider .slider__next {
    right: 40px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 15px solid #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__next {
        right: 14px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 9px solid #fff; } }
.slider .slider__next:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 17px solid #707070;
    position: absolute;
    top: -30px;
    right: -1px;
    z-index: -1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__next:after {
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 11px solid #707070;
        top: -24px; } }
/* slider--image */
.slider--image .slick-list,
.slider--image .slick-track,
.slider--image .slick-slide > div {
  height: 100%; }
@media (max-width: 1199px) {
  .slider--image {
    height: 800px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--image {
    height: 100vh; } }
/* ------------------------------------------------------------ *\
	Stripes
\* ------------------------------------------------------------ */
.stripes {
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  margin: 0 -5px; }
.stripes .stripes__col {
    margin-right: 13px;
    width: 87px;
    height: 69px;
    display: inline-block;
    background-color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .stripes .stripes__col {
        width: 60px;
        height: 60px; } }
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  margin-bottom: 13px; }
.subscribe .subscribe__title {
    margin: 0 0 5px 4px;
    text-transform: capitalize;
    color: #393939; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .subscribe .subscribe__title {
        font-size: 30px; } }
.subscribe .form__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .subscribe .form__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.subscribe .subscribe__field {
    margin-right: 28px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .subscribe .subscribe__field {
        margin-right: 0;
        margin-bottom: 10px; } }
.subscribe input {
    border: none; }
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  display: none; }
.tab.is-current {
  display: block; }
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px; }
.tabs .tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.tabs .tabs__nav li + li {
  margin-left: 3px; }
.tabs .tabs__nav a {
  font-size: 11px;
  letter-spacing: -.03em;
  text-decoration: none;
  display: block;
  padding: 8px;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }
.tabs .tabs__nav a:hover {
  color: #7A8F2A; }
.tabs li.is-current:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: #11803C;
  margin-top: -2px; }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  background-color: #EFEFEF;
  padding: 46px 68px 42px 84px;
  color: #707070;
  position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial {
      padding: 34px 20px 34px;
      font-size: 18px;
      line-height: 1.3; } }
.testimonial blockquote {
    margin-bottom: 7px; }
.testimonial:before, .testimonial:after {
    color: #7A8F2A;
    position: absolute;
    font-size: 150px;
    line-height: 0; }
.testimonial:before {
    content: open-quote;
    top: 29px;
    left: 16px; }
.testimonial:after {
    content: close-quote;
    right: 50px;
    bottom: -32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial:after {
        right: 16px;
        bottom: -36px; } }
/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
.testimonials .testimonials__item + .testimonials__item {
  margin-top: 55px; }
/* ------------------------------------------------------------ *\
	Weather
\* ------------------------------------------------------------ */
.weather {
  width: 100%;
  height: 100%; }
@media (max-width: 1023px) {
    .weather .weather__body img {
      height: 600px;
      width: 400px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .weather .weather__body img {
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh; }
.wrapper.is-fixed {
  position: fixed; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
