@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.language, .nav,
#nav, .nav .dropdown,
#nav .dropdown, .social-networks, .social-links, .info-list, .footer-links, .carousel .pagination ul, .content ol, .content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .user-area:after, .newsletter .fields-area:after, .container:after, .news-holder:after, .gallery-holder:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #4a484f;
  background: #fff;
  font: 16px/1.2 "Source Sans Pro", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #3e7f2a; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

form .has-error input, form .has-error select, form .has-error textarea {
  border: 1px solid #a94442 !important; }

form .has-error .with-errors {
  color: #a94442;
  margin-bottom: 0; }

#header {
  position: relative;
  z-index: 100;
  margin: 0 0 15px; }
  @media (min-width: 1140px) {
    #header {
      margin: 0 0 25px; } }
  @media (min-width: 768px) {
    #header .container {
      padding-right: 100px; } }
  @media (min-width: 992px) {
    #header .container {
      padding-right: 140px; } }
  @media (min-width: 1140px) {
    #header .container {
      padding-right: 155px; } }

.logo-holder {
  background: url(../images/bg01.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px 4px 25px;
  margin: -10px 0 -68px 50px;
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 105px;
  position: relative; }
  @media (min-width: 768px) {
    .logo-holder {
      position: absolute;
      left: 50%;
      top: 0;
      width: 140px;
      height: 134px;
      margin: -47px 0 -58px;
      padding: 32px 4px 35px;
      transform: translateX(-50%); } }
  @media (min-width: 1140px) {
    .logo-holder {
      width: 168px;
      height: 161px;
      padding: 34px 4px 35px; } }

.logo {
  margin: 0 auto; }
  @media (min-width: 1140px) {
    .logo {
      width: 146px; } }
  .logo img {
    width: 100%;
    height: auto;
    display: block; }

.top-head {
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative; }
  .top-head:before {
    content: "";
    position: absolute;
    left: -4000px;
    right: -4000px;
    height: 1px;
    bottom: 0;
    background: #e9e9ee; }

.language {
  font-size: 12px;
  line-height: 15px;
  margin: 6px -10px 0;
  float: left;
  letter-spacing: -0.32em; }
  .language li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 10px; }
    .language li + li {
      border-left: 1px solid #e9e9ee; }
    .language li.active a {
      color: #1b1725; }
  .language a {
    text-decoration: none; }
    .language a:hover {
      color: #1b1725; }

.search-form {
  float: right; }
  @media (min-width: 768px) {
    .search-form {
      width: 220px; } }
  @media (min-width: 992px) {
    .search-form {
      width: 275px; } }
  @media (min-width: 1140px) {
    .search-form {
      width: 317px; } }
  .search-form button[type="submit"] {
    background: none;
    border: 0;
    padding: 0;
    float: right;
    color: #4c8f37;
    display: none;
    font-size: 15px;
    line-height: 15px;
    margin: 7px 0 0; }
    @media (min-width: 768px) {
      .search-form button[type="submit"] {
        display: block; } }
    .search-form button[type="submit"]:hover {
      color: #ffac32; }
    .search-form button[type="submit"] i:before {
      line-height: 1.1em; }
  .search-form .input-holder {
    width: calc(100% - 35px); }
    @media (max-width: 767px) {
      .search-form .input-holder {
        background: #fff;
        position: absolute;
        right: 35px;
        top: 10px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.30s ease-in-out; } }
  .search-form input[type="search"] {
    border: 0;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    color: #1b1725; }
    .search-form input[type="search"]::-webkit-input-placeholder {
      color: #ababab; }
    .search-form input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: #ababab; }
    .search-form input[type="search"]:-moz-placeholder {
      color: #ababab; }
    .search-form input[type="search"]:-ms-input-placeholder {
      color: #ababab; }
    .search-form input[type="search"].placeholder {
      color: #ababab; }
  .search-form .search-opener {
    float: right;
    color: #4c8f37;
    width: 20px;
    background: #fff;
    z-index: 10;
    text-align: center;
    position: relative;
    transition: all 0.30s ease-in-out; }
    @media (min-width: 768px) {
      .search-form .search-opener {
        display: none; } }
    .search-form .search-opener:hover {
      color: #ffac32; }
  @media (max-width: 767px) {
    .search-form.search-active .input-holder {
      opacity: 1;
      visibility: visible; } }
  .search-form.search-active .search-opener {
    color: #ffac32; }

.life-logo {
  display: none; }
  @media (min-width: 768px) {
    .life-logo {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 90px;
      z-index: 10; } }
  @media (min-width: 992px) {
    .life-logo {
      right: 15px;
      width: 108px; } }
  @media (min-width: 1140px) {
    .life-logo {
      width: 120px; } }
  .life-logo img {
    width: 100%;
    height: auto;
    display: block; }

.header-content {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    .header-content {
      padding-top: 0;
      text-align: left;
      padding-bottom: 1px; } }
  .header-content:before {
    content: "";
    position: absolute;
    left: -4000px;
    right: -4000px;
    height: 1px;
    bottom: 0;
    background: #e9e9ee; }

.nav-opener {
  float: left;
  width: 23px;
  height: 19px;
  position: relative;
  z-index: 101;
  margin-top: 7px;
  transition: all 0.30s ease-in-out; }
  @media (min-width: 768px) {
    .nav-opener {
      margin-top: 4px; } }
  @media (min-width: 992px) {
    .nav-opener {
      display: none; } }
  .nav-opener span, .nav-opener:after, .nav-opener:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #3e7f2a;
    transition: all 0.30s ease-in-out; }
  .nav-opener span {
    top: 8px; }
  .nav-opener:after {
    top: 16px; }
  .nav-opener:hover span, .nav-opener:hover:after, .nav-opener:hover:before {
    background: #ffac32; }

.nav,
#nav {
  font-size: 14px;
  line-height: 18px;
  font-family: "Rubik", sans-serif;
  text-align: left;
  padding: 55px 0 10px;
  letter-spacing: -0.32em; }
  @media (min-width: 992px) {
    .nav,
    #nav {
      margin: 0 -12px;
      padding: 0; } }
  @media (max-width: 991px) {
    .nav,
    #nav {
      transform: translateY(-100%);
      transition: all 0.30s ease-in-out; } }
  .nav > li,
  #nav > li {
    letter-spacing: 0;
    position: relative; }
    @media (min-width: 992px) {
      .nav > li,
      #nav > li {
        display: inline-block;
        vertical-align: top; } }
    .nav > li > a,
    #nav > li > a {
      color: #4c8f37;
      display: block;
      padding: 14px 9px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .nav > li > a,
        #nav > li > a {
          background: #fff;
          position: relative;
          z-index: 1; } }
      @media (min-width: 1140px) {
        .nav > li > a,
        #nav > li > a {
          padding: 15px 12px; } }
      @media (max-width: 991px) {
        .nav > li > a,
        #nav > li > a {
          padding: 5px 15px; } }
      .nav > li > a:hover,
      #nav > li > a:hover {
        color: #ffac32; }
    .nav > li.active > a,
    #nav > li.active > a {
      color: #ffac32; }
      .nav > li.active > a span:after,
      #nav > li.active > a span:after {
        border-top-color: #ffac32; }
  .nav .drop-holder > a span,
  #nav .drop-holder > a span {
    display: block;
    position: relative;
    padding: 0 15px 0 0; }
    .nav .drop-holder > a span:after,
    #nav .drop-holder > a span:after {
      content: "";
      position: absolute;
      right: 2px;
      top: 7px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #4c8f37;
      transition: all 0.30s ease-in-out; }
  .nav .drop-holder > a:hover span:after,
  #nav .drop-holder > a:hover span:after {
    border-top-color: #ffac32; }
  .nav .drop-holder.hover > a,
  #nav .drop-holder.hover > a {
    color: #ffac32; }
    .nav .drop-holder.hover > a span:after,
    #nav .drop-holder.hover > a span:after {
      border-top-color: #ffac32;
      transform: rotate(180deg); }
  .nav .drop-holder.hover .dropdown,
  #nav .drop-holder.hover .dropdown {
    display: block; }
    @media (min-width: 992px) {
      .nav .drop-holder.hover .dropdown,
      #nav .drop-holder.hover .dropdown {
        margin: -1px 0 0;
        visibility: visible;
        opacity: 1; } }
  .nav .dropdown,
  #nav .dropdown {
    display: none; }
    @media (min-width: 992px) {
      .nav .dropdown,
      #nav .dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 204px;
        background: #fff;
        padding: 8px 12px;
        border: 1px solid #e9e9ee;
        border-top-color: #fff;
        margin: -30px 0 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.30s ease-in-out; } }
    .nav .dropdown li,
    #nav .dropdown li {
      margin: 0 0 8px; }
    @media (max-width: 991px) {
      .nav .dropdown a,
      #nav .dropdown a {
        display: block;
        padding: 5px 20px; } }

@media (min-width: 992px) {
  .nav-area {
    float: left; } }

@media (max-width: 991px) {
  .nav-area .list-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow: hidden;
    max-height: 0;
    transition: all 0.30s ease-in-out; } }

@media (max-width: 991px) {
  .nav-area #nav {
    background: #fff; } }

.links-area {
  margin: 0 0 0 5px;
  float: right; }
  @media (min-width: 992px) {
    .links-area {
      margin: 0;
      padding: 10px 0 0; } }
  .links-area .btn-primary {
    font-size: 13px;
    width: 102px;
    float: left; }
    @media (min-width: 768px) {
      .links-area .btn-primary {
        position: absolute;
        left: 50px;
        width: 110px;
        font-size: 14px;
        top: 8px; } }
    @media (min-width: 992px) {
      .links-area .btn-primary {
        position: static; } }

.social-networks {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32em;
  display: none;
  margin: 0 -4px;
  text-align: center; }
  @media (min-width: 768px) {
    .social-networks {
      display: block;
      float: right; } }
  @media (min-width: 992px) {
    .social-networks {
      margin: 2px -4px 0 15px; } }
  @media (min-width: 1140px) {
    .social-networks {
      margin: 2px -4px 0 64px; } }
  .social-networks li {
    padding: 0 5px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top; }
  .social-networks a {
    display: block;
    padding: 3px;
    color: #4c8f37;
    text-decoration: none;
    border: 1px solid rgba(76, 143, 55, 0.6);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    transition: all 0.30s ease-in-out; }
    .social-networks a:hover {
      color: #fff;
      background: #4c8f37;
      border-color: #4c8f37; }
    .social-networks a i {
      display: block; }

@media (max-width: 991px) {
  .nav-active .nav-area .list-holder {
    max-height: 4000px; } }

@media (max-width: 991px) {
  .nav-active #nav {
    transform: translateY(0); } }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  top: 8px;
  background: #ffac32;
  transform: rotate(-45deg); }

.nav-active .nav-opener:before {
  transform: rotate(45deg); }

.resize-active * {
  transition: none !important; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?54933783");
  src: url("../fonts/fontello.eot?54933783#iefix") format("embedded-opentype"), url("../fonts/fontello.svg?54933783") format("svg"), url("../fonts/fontello.woff2?54933783") format("woff2"), url("../fonts/fontello.woff?54933783") format("woff"), url("../fonts/fontello.ttf?54933783") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?5835804#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-rss:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-zoom-in:before {
  content: '\e802'; }

/* '' */
.icon-check:before {
  content: '\e9a2'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-paper-plane:before {
  content: '\f1d8'; }

/* '' */
#footer {
  color: #fff;
  position: relative;
  z-index: 10;
  background-image: linear-gradient(270deg, #5e9038 0%, #4a6e2e 100%); }
  #footer:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 16px;
    background: url(../images/pattern01.png); }

.footer-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .footer-content {
      padding-top: 45px;
      padding-bottom: 49px; } }
  .footer-content .nav,
  .footer-content #nav {
    margin: 0 -15px 20px;
    padding: 0; }
    @media (max-width: 991px) {
      .footer-content .nav,
      .footer-content #nav {
        transform: none; } }
    @media (min-width: 768px) {
      .footer-content .nav,
      .footer-content #nav {
        margin: 0 -10px 20px; } }
    @media (min-width: 992px) {
      .footer-content .nav,
      .footer-content #nav {
        margin: 8px -13px 30px; } }
    @media (min-width: 768px) {
      .footer-content .nav > li,
      .footer-content #nav > li {
        display: inline-block;
        vertical-align: top; } }
    .footer-content .nav > li > a,
    .footer-content #nav > li > a {
      color: #e3e1ae;
      background: none;
      position: relative; }
      @media (min-width: 768px) {
        .footer-content .nav > li > a,
        .footer-content #nav > li > a {
          padding: 5px 10px; } }
      @media (min-width: 992px) {
        .footer-content .nav > li > a,
        .footer-content #nav > li > a {
          padding: 7px 13px; } }
      .footer-content .nav > li > a:hover,
      .footer-content #nav > li > a:hover {
        color: #ffac32; }
    .footer-content .nav > li.active > a,
    .footer-content #nav > li.active > a {
      color: #ffac32; }
      .footer-content .nav > li.active > a span:after,
      .footer-content #nav > li.active > a span:after {
        border-top-color: #ffac32; }
    .footer-content .nav .drop-holder > a,
    .footer-content #nav .drop-holder > a {
      z-index: 1; }
      .footer-content .nav .drop-holder > a span:after,
      .footer-content #nav .drop-holder > a span:after {
        border-top-color: #fff; }
    .footer-content .nav .drop-holder.hover,
    .footer-content #nav .drop-holder.hover {
      z-index: 10;
      color: #ffac32; }
      .footer-content .nav .drop-holder.hover span:after,
      .footer-content #nav .drop-holder.hover span:after {
        border-top-color: #ffac32; }
      @media (min-width: 768px) {
        .footer-content .nav .drop-holder.hover .dropdown,
        .footer-content #nav .drop-holder.hover .dropdown {
          opacity: 1;
          visibility: visible; } }
    .footer-content .nav .dropdown,
    .footer-content #nav .dropdown {
      margin-top: 0;
      top: auto; }
      @media (min-width: 768px) {
        .footer-content .nav .dropdown,
        .footer-content #nav .dropdown {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 204px;
          background: #fff;
          padding: 8px 8px 40px;
          border: 1px solid #e9e9ee;
          border-top-color: #e9e9ee;
          display: block;
          opacity: 0;
          margin-top: 0;
          visibility: hidden;
          transition: all 0.30s ease-in-out; } }
      .footer-content .nav .dropdown a,
      .footer-content #nav .dropdown a {
        background: none; }
        @media (max-width: 767px) {
          .footer-content .nav .dropdown a,
          .footer-content #nav .dropdown a {
            color: #e3e1ae; } }
        @media (min-width: 768px) {
          .footer-content .nav .dropdown a,
          .footer-content #nav .dropdown a {
            display: inline-block;
            vertical-align: top;
            padding: 0; } }
        @media (max-width: 767px) {
          .footer-content .nav .dropdown a:hover,
          .footer-content #nav .dropdown a:hover {
            color: #ffac32; } }

.user-area {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .user-area {
      float: left;
      width: 68%;
      margin: 0; } }

.newsletter label {
  color: #fff;
  display: block;
  margin: 0 0 13px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Rubik", sans-serif; }

.newsletter .fields-area {
  max-width: 480px; }

.newsletter .btn-default {
  float: right;
  height: 40px;
  width: 120px;
  letter-spacing: 1px; }

.newsletter .input-holder {
  overflow: hidden;
  padding: 0 10px 0 0; }

.newsletter input[type="email"] {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 40px;
  color: #1b1725;
  background: #fff;
  border-radius: 4px;
  padding: 10px 18px;
  border: 1px solid #fff; }
  .newsletter input[type="email"]::-webkit-input-placeholder {
    opacity: 0.70;
    color: #1b1725; }
  .newsletter input[type="email"]::-moz-placeholder {
    opacity: 1;
    opacity: 0.70;
    color: #1b1725; }
  .newsletter input[type="email"]:-moz-placeholder {
    opacity: 0.70;
    color: #1b1725; }
  .newsletter input[type="email"]:-ms-input-placeholder {
    opacity: 0.70;
    color: #1b1725; }
  .newsletter input[type="email"].placeholder {
    opacity: 0.70;
    color: #1b1725; }
  .newsletter input[type="email"]:focus {
    border-color: #ffac32; }

@media (min-width: 768px) {
  .socials-area {
    overflow: hidden;
    text-align: right;
    padding: 0 0 0 10px; } }

.socials-area address {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-style: normal; }

.social-links {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -0.32em;
  margin: 0 -4px 15px; }
  @media (min-width: 992px) {
    .social-links {
      margin: 0 -10px 27px; } }
  .social-links li {
    padding: 0 4px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 992px) {
      .social-links li {
        padding: 0 10px; } }
  .social-links a {
    display: block;
    padding: 3px;
    color: #e3e1ae;
    text-decoration: none;
    border: 1px solid rgba(227, 225, 174, 0.6);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    text-align: center; }
    .social-links a:hover {
      color: #fff;
      background: #ffac32;
      border-color: #ffac32; }
    .social-links a i {
      display: block; }

.info-list {
  line-height: 20px;
  margin: 0 0 13px; }
  .info-list li {
    margin: 0; }
  .info-list a {
    color: #fff; }
    .info-list a:hover {
      color: #ffac32; }
    .info-list a.email {
      color: #e3e1ae; }
      .info-list a.email:hover {
        color: #ffac32; }

.copyright-area {
  font-size: 12px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.1); }
  .copyright-area .container {
    padding-top: 17px;
    padding-bottom: 12px; }

.copyright {
  display: block;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .copyright {
      float: left;
      margin: 0; } }
  .copyright a {
    color: #fff; }
  .copyright .dynamical-link {
    color: #dcdc9e; }
    .copyright .dynamical-link:hover {
      color: #ffac32; }

.footer-links {
  margin: 0 -14px; }
  @media (min-width: 768px) {
    .footer-links {
      float: right; } }
  .footer-links li {
    padding: 0 14px 5px;
    display: inline-block;
    vertical-align: top; }
    .footer-links li.active {
      color: #ffac32; }
  .footer-links a {
    color: #e3e1ae; }
    .footer-links a:hover {
      color: #ffac32; }

body {
  line-height: 24px;
  min-width: 320px; }

a {
  text-decoration: none; }
  a:hover {
    color: #fd9c27; }

.btn-primary {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 1px solid #4c8f37;
  background-image: linear-gradient(180deg, #7bd061 0%, #59a940 100%);
  transition: all 0.30s ease-in-out; }
  .btn-primary:hover {
    color: #fff;
    background-image: linear-gradient(180deg, #59a940 0%, #7bd061 100%); }

.btn-default {
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ffac32;
  border: 0;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.30s ease-in-out; }
  .btn-default:hover {
    color: #fff;
    background-color: #ff9d0d; }
  .btn-default:focus {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4); }

.btn-more {
  color: #4c8f37;
  padding: 0 15px 0 0;
  position: relative; }
  .btn-more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #4c8f37; }
  .btn-more:hover {
    color: #fd9c27; }
    .btn-more:hover:after {
      border-left-color: #fd9c27; }

h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 10px;
  color: #1b1725; }
  @media (min-width: 768px) {
    h2 {
      font-size: 28px;
      line-height: 32px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 32px;
      line-height: 37px; } }

h3 {
  color: #1b1725;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 5px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 24px;
      line-height: 28px; } }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.carousel {
  position: relative; }
  .carousel:before {
    content: "";
    position: absolute;
    left: -50px;
    right: -50px;
    top: 100%;
    height: 60px;
    transform: translateY(-50%);
    background: #fff;
    z-index: 1;
    border-radius: 100%; }
    @media (min-width: 992px) {
      .carousel:before {
        height: 80px; } }
  .carousel .container {
    max-width: 900px; }
  .carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .carousel .slideset {
    float: left;
    width: 100%; }
  .carousel .slide {
    float: left;
    width: 100%;
    overflow: hidden; }
    .carousel .slide.active .caption {
      display: block; }
  .carousel .img-holder,
  .carousel .img-frame {
    position: relative;
    float: left;
    left: 50%;
    width: 100%;
    min-width: 900px; }
  .carousel .img-frame {
    left: -50%; }
    .carousel .img-frame img {
      width: 100%;
      display: block;
      height: auto; }
  .carousel .caption {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
    text-align: center;
    padding: 40px 0; }
    .carousel .caption:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .carousel .caption > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%;
      letter-spacing: 0; }
    @media (min-width: 768px) {
      .carousel .caption {
        font-size: 18px;
        line-height: 23px;
        padding: 90px 0; } }
    .carousel .caption h1 {
      font-size: 28px;
      line-height: 32px;
      font-weight: 400;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .carousel .caption h1 {
          font-size: 30px;
          line-height: 34px; } }
      @media (min-width: 992px) {
        .carousel .caption h1 {
          font-size: 40px;
          line-height: 46px; } }
      @media (min-width: 1140px) {
        .carousel .caption h1 {
          font-size: 48px;
          line-height: 58px; } }
    .carousel .caption p {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .carousel .caption p {
          margin: 0 0 28px; } }
    .carousel .caption .btn-default {
      min-width: 150px; }
      @media (min-width: 768px) {
        .carousel .caption .btn-default {
          min-width: 200px; } }
  .carousel .text {
    max-width: 500px;
    margin: 0 auto; }
  .carousel .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .carousel .pagination {
        bottom: 57px; } }
    .carousel .pagination ul {
      letter-spacing: -0.32em; }
      .carousel .pagination ul li {
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
        margin: 0 6px; }
        .carousel .pagination ul li.active a {
          background: #fff; }
      .carousel .pagination ul a {
        display: block;
        font-size: 0;
        line-height: 0;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.3);
        transition: all 0.30s ease-in-out; }
        .carousel .pagination ul a:hover {
          background: #fff; }

.head {
  max-width: 900px;
  margin: 0 auto 15px;
  text-align: center;
  font-weight: 300; }
  @media (min-width: 768px) {
    .head {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 992px) {
    .head {
      margin-bottom: 34px; } }
  .head .title {
    color: #4c8f37;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px; }
    @media (min-width: 992px) {
      .head .title {
        margin: 0 0 19px; } }
  .head h2 {
    margin: 0 0 10px; }
    @media (min-width: 992px) {
      .head h2 {
        margin: 0 0 19px; } }
  .head p {
    margin: 0; }

.intro {
  padding-top: 45px;
  padding-bottom: 40px;
  text-align: center; }
  @media (min-width: 992px) {
    .intro {
      padding-bottom: 60px; } }
  .intro p {
    margin: 0 0 10px; }
  .intro .btn-more {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0; }
  .intro li {
    text-align: left; }

.news-block {
  background: #fafef5; }
  .news-block .container {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .news-block .container {
        padding-top: 80px;
        padding-bottom: 90px; } }
  @media (min-width: 992px) {
    .news-block .head {
      margin-bottom: 41px; } }

.news-holder {
  letter-spacing: -0.32em; }
  @media (min-width: 768px) {
    .news-holder {
      margin: 0 -10px; } }
  @media (min-width: 992px) {
    .news-holder {
      margin: 0 -15px; } }
  .news-holder .news {
    letter-spacing: 0; }

.news {
  text-align: center;
  margin: 0 0 15px;
  position: relative; }
  .news:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    right: 10%;
    height: 40px;
    pointer-events: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6); }
    @media (min-width: 768px) {
      .news:before {
        bottom: 20px; } }
    @media (min-width: 992px) {
      .news:before {
        bottom: 30px; } }
  @media (min-width: 768px) {
    .news {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      width: 50%;
      padding: 0 10px 20px; } }
  @media (min-width: 992px) {
    .news {
      padding: 0 15px 30px; } }
  .news a {
    color: #fff;
    display: block;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    max-height: 304px; }
    .news a:hover .caption-holder {
      background-color: rgba(255, 172, 50, 0.4); }
    .news a:hover .caption-holder-dark .caption h3 {
      color: #4a484f; }
  .news .img-holder img {
    width: 100%;
    height: auto;
    display: block; }
  .news .caption-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
    padding: 10px;
    transition: all 0.3s ease-in-out; }
    .news .caption-holder:before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      min-height: 100%; }
    .news .caption-holder > * {
      white-space: normal;
      display: inline-block;
      vertical-align: bottom;
      max-width: 100%;
      width: 100%;
      letter-spacing: 0; }
    @media (min-width: 992px) {
      .news .caption-holder {
        padding: 25px; } }
  .news .caption-holder-dark {
    color: #4a484f;
    background-color: #fafef5; }
    .news .caption-holder-dark .caption h3 {
      color: #4a484f; }
  .news h3 {
    margin: 0 0 9px; }
    @media (max-width: 767px) {
      .news h3 {
        font-size: 18px;
        line-height: 22px; } }
  .news span.author {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 6px;
    background: rgba(27, 23, 37, 0.3);
    position: absolute;
    left: 10px;
    top: 10px; }
    @media (min-width: 992px) {
      .news span.author {
        left: 25px;
        top: 25px; } }
    .news span.author time {
      text-transform: uppercase; }
  .news .caption {
    font-size: 14px;
    line-height: 16px;
    text-align: left; }
    @media (min-width: 768px) {
      .news .caption {
        line-height: 18px; } }
    .news .caption h3 {
      color: #fff; }
    .news .caption p {
      margin: 0; }

/* Slick slider styles */
.testimonial-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.testimonial-slider .slick-track,
.testimonial-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.switch-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.switch-slider .slick-track,
.switch-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.testimonial {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .testimonial {
      padding-top: 75px;
      padding-bottom: 90px; } }
  @media (min-width: 992px) {
    .testimonial .head {
      margin-bottom: 29px; } }

.slider {
  max-width: 920px;
  margin: 0 auto;
  text-align: center; }

.switch-slider {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  z-index: 10; }
  @media (min-width: 992px) {
    .switch-slider {
      max-width: 920px; } }
  .switch-slider .slick-list {
    margin: 0 0 -1px;
    padding: 10px 0 0 !important; }
    @media (min-width: 992px) {
      .switch-slider .slick-list {
        padding: 15px 0 0 !important; } }
  .switch-slider .switch-slide {
    pointer-events: none;
    overflow: hidden;
    border-radius: 100%;
    transition: all 0.30s ease-in-out;
    border: 1px solid transparent;
    width: 90px;
    height: 90px;
    outline: none;
    padding: 8px 8px 3px; }
    @media (min-width: 992px) {
      .switch-slider .switch-slide {
        width: 131px;
		height: 116px;
        padding: 15px 12px 18px; } }
    .switch-slider .switch-slide.slick-current {
      border-color: #e9e9ee;
      border-bottom-color: #fff;
      border-radius: 50% 50% 0 0;
      background: #fff;
      transform: scale(1.1); }
      @media (min-width: 992px) {
        .switch-slider .switch-slide.slick-current {
          transform: scale(1.2); } }
      .switch-slider .switch-slide.slick-current .img {
        transform: scale(1.1); }
        @media (min-width: 992px) {
          .switch-slider .switch-slide.slick-current .img {
            transform: scale(1.2); } }
      .switch-slider .switch-slide.slick-current:hover .img {
        border-color: transparent; }
    .switch-slider .switch-slide:hover .img {
      border-color: #ffac32; }
  .switch-slider .img {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    pointer-events: auto;
    border: 4px solid transparent;
    transition: all 0.30s ease-in-out; }

.testimonial-slider {
  border-radius: 4px;
  padding: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #e9e9ee; }
  @media (min-width: 768px) {
    .testimonial-slider {
      padding: 15px; } }
  @media (min-width: 992px) {
    .testimonial-slider {
      padding: 39px 40px 33px; } }
  .testimonial-slider:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    right: 5%;
    height: 40px;
    z-index: -1;
    pointer-events: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  .testimonial-slider blockquote {
	max-width: 740px;
	margin: 0 auto;
	color: inherit;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	border: none; } }
    .testimonial-slider blockquote q {
      quotes: none;
      display: block;
      margin: 0 0 16px; }
    .testimonial-slider blockquote cite {
      display: block;
      font-style: normal;
      position: relative;
      padding: 20px 0 0;
      text-align: center;
      font-size: 14px; }
      .testimonial-slider blockquote cite:after, .testimonial-slider blockquote cite:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 8px;
        height: 8px;
        text-align: center;
        border: 1px solid #4c8f37;
        transform: rotate(45deg); }
      .testimonial-slider blockquote cite:after {
        margin: 0 0 0 -5px; }
      .testimonial-slider blockquote cite a {
        color: #1b1725; }
        .testimonial-slider blockquote cite a:hover {
          opacity: 0.80; }
  .testimonial-slider .slick-slide {
    outline: none; }

.promo {
  position: relative;
  overflow: hidden; }
  .promo .img-holder,
  .promo .img-frame {
    position: relative;
    float: left;
    left: 50%;
    width: 100%;
    min-width: 1000px; }
  .promo .img-frame {
    left: -50%; }
    .promo .img-frame img {
      width: 100%;
      display: block;
      height: auto; }
  .promo .caption {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
    text-align: left;
    padding: 15px 0; }
    .promo .caption:before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      min-height: 100%; }
    .promo .caption > * {
      white-space: normal;
      display: inline-block;
      vertical-align: bottom;
      max-width: 100%;
      width: 100%;
      letter-spacing: 0; }
    @media (min-width: 992px) {
      .promo .caption {
        padding: 44px 0; } }
    .promo .caption .author {
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 3px 5px;
      margin: 0 0 20px;
      background: rgba(27, 23, 37, 0.3);
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 992px) {
        .promo .caption .author {
          left: 20px;
          top: 20px; } }
      .promo .caption .author time {
        margin-right: 5px; }
    .promo .caption h1 {
      font-size: 28px;
      line-height: 32px;
      font-weight: 400;
      margin: 0; }
      @media (min-width: 768px) {
        .promo .caption h1 {
          font-size: 30px;
          line-height: 34px; } }
      @media (min-width: 992px) {
        .promo .caption h1 {
          font-size: 40px;
          line-height: 46px; } }
      @media (min-width: 1140px) {
        .promo .caption h1 {
          font-size: 48px;
          line-height: 58px; } }

.content {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .content {
      padding-top: 51px;
      padding-bottom: 2px; } }
  .content h2 {
    margin: 0 0 15px; }
  .content p {
    margin: 0 0 18px; }
  .content ol {
    margin: 0 0 15px;
    counter-reset: section; }
    @media (min-width: 768px) {
      .content ol {
        margin: 0;
        max-width: 920px;
        padding: 0 0 20px 30px; } }
    .content ol li {
      position: relative;
      padding: 0 0 0 20px; }
      @media (min-width: 768px) {
        .content ol li {
          padding: 0 0 10px 24px; } }
      .content ol li .list-item-before, .content ol li:before {
        content: counter(section) ".";
        counter-increment: section;
        position: absolute;
        left: 0; }
  .content ul {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .content ul {
        margin: 0;
        max-width: 920px;
        padding: 0 0 20px 30px; } }
    .content ul li {
      position: relative;
      padding: 0 0 0 18px; }
      @media (min-width: 768px) {
        .content ul li {
          padding: 0 0 10px 24px; } }
      .content ul li:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #4a484f;
        position: absolute;
        left: 0;
        top: 10px; }

.note, blockquote {
  padding: 30px 0 33px;
  text-align: center;
  color: #4c8f37;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 44px;
  border-top: 1px solid rgba(76, 143, 55, 0.3);
  border-bottom: 1px solid rgba(76, 143, 55, 0.3); }
  .note .note-holder,
  blockquote .note-holder {
    max-width: 800px;
    margin: 0 auto; }
  .note p,
  .note-holder p {
    margin: 0; }

.articles-block {
  background: #fafef5; }
  .articles-block .container {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .articles-block .container {
        padding-top: 75px;
        padding-bottom: 90px; } }
  @media (min-width: 992px) {
    .articles-block .head {
      margin-bottom: 41px; } }

@media (min-width: 768px) {
  .articles-holder {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px; } }

@media (min-width: 992px) {
  .articles-holder {
    margin: 0 -15px; } }

.article {
  border-radius: 4px;
  position: relative;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .article {
      width: 50%;
      margin: 0;
      display: flex;
      padding: 0 10px 20px; } }
  @media (min-width: 992px) {
    .article {
      padding: 0 15px 30px; } }
  .article:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 2px;
    right: 10%;
    height: 40px;
    pointer-events: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .article:before {
        bottom: 20px; } }
    @media (min-width: 992px) {
      .article:before {
        bottom: 30px;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.3); } }
  .article .holder {
    background: #fff;
    position: relative;
    border-radius: 4px;
    width: 100%; }
  .article h3 {
    margin: 0 0 10px; }
  .article .author {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 6px;
    text-transform: uppercase;
    background: rgba(27, 23, 37, 0.3);
    position: absolute;
    left: 10px;
    top: 10px; }
    @media (min-width: 992px) {
      .article .author {
        left: 25px;
        top: 25px; } }
    .article .author time {
      margin-right: 5px; }
  .article .under-author {
    margin-bottom: 15px; }
    .article .under-author .author {
      position: relative;
      left: 0;
      top: 0; }
  .article .img-holder img {
    width: 100%;
    height: auto;
    display: block; }
  .article .img-holder a {
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 230px;
    overflow: hidden; }
  .article .detail {
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
    position: relative;
    background: #fff; }
    @media (min-width: 992px) {
      .article .detail {
        padding: 23px 25px 25px; } }
    .article .detail h3 a {
      color: #1b1725; }
      .article .detail h3 a:hover {
        color: #ffac32; }
    .article .detail p {
      margin: 0; }
    .article .detail .more {
      margin-left: 10px; }

.articles-feta {
  background: #fafef5; }

.go-top {
  padding: 20px;
  text-align: right; }

.image-gallery {
  padding-top: 15px;
  padding-bottom: 25px; }
  @media (min-width: 992px) {
    .image-gallery {
      padding-bottom: 70px; } }

.gallery-holder {
  letter-spacing: -0.32em; }
  @media (min-width: 768px) {
    .gallery-holder {
      margin: 0 -10px; } }
  @media (min-width: 992px) {
    .gallery-holder {
      margin: 0 -15px; } }
  .gallery-holder .col {
    letter-spacing: 0;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .gallery-holder .col {
        width: 33.333%;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px 20px; } }
    @media (min-width: 992px) {
      .gallery-holder .col {
        padding: 0 15px 30px; } }
    .gallery-holder .col a {
      color: #fff;
      display: block;
      position: relative; }
      .gallery-holder .col a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(255, 172, 50, 0.4);
        transition: all 0.30s ease-in-out; }
      .gallery-holder .col a:hover .zoom, .gallery-holder .col a:hover:before {
        visibility: visible;
        opacity: 1; }
    .gallery-holder .col .zoom {
      font-size: 60px;
      line-height: 60px;
      position: absolute;
      left: 50%;
      top: 50%;
      visibility: hidden;
      opacity: 0;
      display: block;
      font-weight: 400;
      transition: all 0.30s ease-in-out;
      transform: translate(-50%, -50%); }
      @media (min-width: 992px) {
        .gallery-holder .col .zoom {
          font-size: 100px;
          line-height: 100px; } }
      .gallery-holder .col .zoom i {
        display: block; }
        .gallery-holder .col .zoom i:before {
          width: 1em; }
    .gallery-holder .col img {
      width: 100%;
      height: auto;
      display: block; }

.contact-block {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .contact-block {
      padding-top: 75px;
      padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .contact-block .head {
      margin-bottom: 41px; } }

.form-contact {
  background: #e3e1ae;
  padding: 15px;
  border-radius: 4px;
  position: relative; }
  .form-contact:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: #f5f5e4;
    transform: rotate(-2deg);
    z-index: -1; }
  @media (min-width: 480px) {
    .form-contact {
      padding: 15px; } }
  @media (min-width: 768px) {
    .form-contact {
      padding: 30px 30px 20px; } }
  .form-contact .row {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between; }
    @media (min-width: 480px) {
      .form-contact .row {
        margin: 0 0 20px; } }
    .form-contact .row.center {
      display: inline-block;
      text-align: center; }
      @media (min-width: 480px) {
        .form-contact .row.center {
          margin: 0; } }
      .form-contact .row.center button {
        margin-top: 22px; }
  .form-contact .col {
    display: block;
    width: 100%;
    margin: 0 0 15px; }
    @media (min-width: 480px) {
      .form-contact .col {
        width: 49%;
        margin: 0; } }
  .form-contact .form-control {
    color: #4a484f;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 50px;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 19px; }
    .form-contact .form-control::-webkit-input-placeholder {
      color: #4a484f; }
    .form-contact .form-control::-moz-placeholder {
      opacity: 1;
      color: #4a484f; }
    .form-contact .form-control:-moz-placeholder {
      color: #4a484f; }
    .form-contact .form-control:-ms-input-placeholder {
      color: #4a484f; }
    .form-contact .form-control.placeholder {
      color: #4a484f; }
    .form-contact .form-control:focus {
      border-color: #4c8f37; }
  .form-contact textarea.form-control {
    height: 160px;
    resize: none;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .form-contact textarea.form-control {
        margin: 0; } }
  .form-contact label.checkbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 2px;
    width: 20px;
    height: 20px; }
    .form-contact label.checkbox:before {
      font-family: 'fontello';
      content: '\e9a2';
      font-size: 9px;
      visibility: hidden;
      opacity: 0; }
  .form-contact .check {
    text-align: left;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .form-contact .check {
        float: left;
        margin: 0;
        padding: 6px 0 0; } }
  .form-contact .checkbox-holder {
    display: inline-block;
    vertical-align: middle; }
  .form-contact .label-control {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 7px;
    font-size: 14px; }
  .form-contact .checkbox-control {
    position: fixed;
    left: -9999px; }
    .form-contact .checkbox-control:checked + label.checkbox:before {
      visibility: visible;
      opacity: 1; }
  .form-contact .btn-primary {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    min-width: 200px;
    padding: 9px 19px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .form-contact .btn-primary {
        margin: 0 0 0 -116px; } }
    .form-contact .btn-primary span {
      display: block;
      padding: 0 20px 0 0;
      position: relative; }
      .form-contact .btn-primary span:after {
        content: '\f1d8';
        font-family: "fontello";
        position: absolute;
        right: -5px;
        top: 0;
        font-size: 14px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.title-article-holder {
  margin-bottom: 40px; }
  .title-article-holder .author {
    font-size: 12px; }
  .title-article-holder time {
    margin-right: 5px; }

.pagination-holder {
  text-align: center;
  padding: 20px 0 40px; }
  .pagination-holder ul {
    margin: auto;
    list-style: none; }
    .pagination-holder ul li {
      display: inline; }
      .pagination-holder ul li a {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-right: 6px;
        border: 1px solid #3e7f2a;
        text-decoration: none;
        color: #3e7f2a;
        font-weight: normal;
        line-height: 30px;
        border-radius: 50%; }
        .pagination-holder ul li a:hover, .pagination-holder ul li a:active {
          border: 1px solid #fd9c27;
          background-color: #fd9c27;
          color: #fff; }
      .pagination-holder ul li.active a {
        border: 1px solid #fd9c27;
        font-weight: bold;
        background-color: #fd9c27;
        color: #fff; }
      .pagination-holder ul li.current a {
        border: 1px solid #fd9c27;
        font-weight: bold;
        background-color: #fd9c27;
        color: #fff; }
      .pagination-holder ul li.disabled a {
        border: 1px solid #4a484f;
        color: #4a484f; }
