*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

a, a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit; }

a, button {
  cursor: pointer; }

a, .fa, .fab {
  transition: all .35s ease-in-out; }

ul, li {
  list-style: none; }

button {
  border-width: 0; }

button:focus {
  outline: 0; }

h1, h2, h3, h4 {
  text-transform: uppercase; }

@-webkit-keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated2 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.btn-prm,
.btn-prm-ghost,
.btn-scd {
  padding: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.btn-prm {
  margin-top: 1rem;
  outline: 2px solid #5c965d;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s; }

.btn-prm:link,
.btn-prm:visited {
  background-color: #81011e;
  color: #fff; }

.btn-prm:hover,
.btn-prm:active {
  outline: 2px solid #81011e;
  background-color: #fff;
  color: #5c965d; }

.btn-prm-ghost {
  display: inline-block;
  margin-right: .2rem;
  outline: 2px solid #81011e;
  -webkit-transition: background-color 0.2s, outline 0.2s, color 0.2s;
  transition: background-color 0.2s, outline 0.2s, color 0.2s; }

.btn-prm-ghost:link,
.btn-prm-ghost:visited {
  background-color: #81011e;
  color: #fff; }

.btn-prm-ghost:hover,
.btn-prm-ghost:active {
  outline: 2px solid #81011e;
  background-color: #fff;
  color: #81011e; }

.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer; }

.btn-more {
  display: inline-block; }

body {
  font-family: 'Open Sans', 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #323232; }

/*-----------------*/
/* base utilities */
/*---------------*/
.txt-c {
  text-align: center; }

.mrg {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mrg-auto {
  margin-left: auto;
  margin-right: auto; }

.div-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.abs-pos {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.abs-img-box {
  position: relative;
  height: 30rem; }
  .abs-img-box > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }

@media only screen and (min-width: 1200px) {
  .sec-pad {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media only screen and (max-width: 1200px) {
  .sec-pad {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media only screen and (max-width: 768px) {
  .sec-pad {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media only screen and (min-width: 1200px) {
  .sec-pad-std {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media only screen and (max-width: 1200px) {
  .sec-pad-std {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media only screen and (max-width: 768px) {
  .sec-pad-std {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media only screen and (min-width: 993px) {
  .hide-md-up {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide-sm-up {
    display: none !important; } }

@media only screen and (min-width: 581px) {
  .hide-xxs-up {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-md {
    display: none !important; }
  .col-md-mrg div[class^="col-"]:not(:last-child) {
    margin-bottom: 2rem; }
  .txt-c-md {
    text-align: center !important; } }

@media only screen and (max-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media only screen and (max-width: 580px) {
  .mrg-auto-xxs {
    margin-left: auto;
    margin-right: auto; }
  .hide-xxs {
    display: none !important; }
  .txt-c-xxs {
    text-align: center !important; } }

.clr-prm {
  color: #81011e !important; }

.clr-scd {
  color: #5c965d !important; }

.clr-white {
  color: #fff !important; }

.bg-light {
  background-color: clr-grey !important; }

/* MAYBE USED */
.img-overflow-p {
  overflow: hidden;
  position: relative; }

.img-overflow {
  width: 100% !important;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

.img-responsive-16by9 {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

.fa-facebook:hover, .fa-facebook:active {
  color: #3b5998; }

.fa-twitter:hover, .fa-twitter:active {
  color: #00acee; }

.fa-linkedin-in:hover, .fa-linkedin-in:active {
  color: #0077B5; }

.fa-youtube:hover, .fa-youtube:active {
  color: #ff0000; }

.addOpacity {
  opacity: 1; }

.removeOpacity {
  opacity: 0; }

.addColor, .removeColor, .removeOpacity {
  transition: opacity .35s ease-in-out; }

.addOpacity {
  transition: opacity .35s linear .5s; }

.addColor {
  opacity: .33; }

.removeColor, .addOpacity {
  opacity: 1 !important; }

.removeOpacity {
  opacity: 0 !important; }

/*------------------*/
/* pages all-pages */
/*----------------*/
#owl-profile.owl-carousel .owl-nav {
  text-align: center;
  margin-left: .75rem; }
  #owl-profile.owl-carousel .owl-nav .owl-prev,
  #owl-profile.owl-carousel .owl-nav .owl-next {
    display: inline-block; }
    #owl-profile.owl-carousel .owl-nav .owl-prev.disabled,
    #owl-profile.owl-carousel .owl-nav .owl-next.disabled {
      display: none; }
  #owl-profile.owl-carousel .owl-nav svg {
    width: 3rem;
    height: 3rem;
    stroke: rgba(92, 150, 93, 0.75); }
    #owl-profile.owl-carousel .owl-nav svg:hover {
      stroke: #5c965d; }
    @media only screen and (max-width: 768px) {
      #owl-profile.owl-carousel .owl-nav svg {
        width: 3.5rem;
        height: 3.5rem; } }

#owl-home-rooms .owl-prev, #owl-home-rooms .owl-next {
  margin-right: 1.5rem; }

.section-profile .owl-nav svg,
#owl-area .owl-nav svg,
.section-home-gallery #owl-home-gallery .owl-nav svg {
  stroke: rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 5px !important; }
  .section-profile .owl-nav svg:hover,
  #owl-area .owl-nav svg:hover,
  .section-home-gallery #owl-home-gallery .owl-nav svg:hover {
    stroke: #fff !important;
    background-color: rgba(0, 0, 0, 0.8) !important; }

.all-galleries #owl-all-galleries .owl-nav [class*=owl-],
#owl-profile .owl-nav [class*=owl-],
#owl-area .owl-nav [class*=owl-],
.section-home-services #owl-home-services .owl-nav [class*=owl-],
.section-home-gallery #owl-home-gallery .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem; }
  @media only screen and (max-width: 768px) {
    .all-galleries #owl-all-galleries .owl-nav [class*=owl-],
    #owl-profile .owl-nav [class*=owl-],
    #owl-area .owl-nav [class*=owl-],
    .section-home-services #owl-home-services .owl-nav [class*=owl-],
    .section-home-gallery #owl-home-gallery .owl-nav [class*=owl-] {
      margin-top: -1.75rem; } }

#owl-home-services,
.all-galleries #owl-all-galleries {
  width: 90%;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    #owl-home-services,
    .all-galleries #owl-all-galleries {
      width: 80%; } }

.section-home-services #owl-home-services .owl-nav .owl-prev,
.all-galleries #owl-all-galleries .owl-nav .owl-prev {
  left: calc(-5% - 10px); }
  @media only screen and (max-width: 768px) {
    .section-home-services #owl-home-services .owl-nav .owl-prev,
    .all-galleries #owl-all-galleries .owl-nav .owl-prev {
      left: calc(-10% - 10px); } }

.section-home-services #owl-home-services .owl-nav .owl-next,
.all-galleries #owl-all-galleries .owl-nav .owl-next {
  right: calc(-5% - 10px); }
  @media only screen and (max-width: 768px) {
    .section-home-services #owl-home-services .owl-nav .owl-next,
    .all-galleries #owl-all-galleries .owl-nav .owl-next {
      right: calc(-10% - 10px); } }

.section-home-gallery #owl-home-gallery .owl-nav .owl-prev,
#owl-profile .owl-nav .owl-prev,
#owl-area .owl-nav .owl-prev {
  left: 1%; }

.section-home-gallery #owl-home-gallery .owl-nav .owl-next,
#owl-profile .owl-nav .owl-next,
#owl-area .owl-nav .owl-next {
  right: 1%; }

.section-acc-gallery .owl-carousel .owl-dots {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  text-align: center; }
  .section-acc-gallery .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 5rem;
    height: .4rem;
    background: #cbd3da; }
    @media only screen and (max-width: 992px) {
      .section-acc-gallery .owl-carousel .owl-dots .owl-dot {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%; } }
    .section-acc-gallery .owl-carousel .owl-dots .owl-dot:not(:last-child) {
      margin-right: 1rem; }
    .section-acc-gallery .owl-carousel .owl-dots .owl-dot:hover, .section-acc-gallery .owl-carousel .owl-dots .owl-dot:active {
      background: #9fadba; }
  .section-acc-gallery .owl-carousel .owl-dots .owl-dot.active {
    background: #3f6740; }

.section-area .owl-carousel .owl-dots,
.section-facility .owl-carousel .owl-dots,
.section-offer .owl-carousel .owl-dots {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: -3rem; }
  @media only screen and (min-width: 992px) {
    .section-area .owl-carousel .owl-dots,
    .section-facility .owl-carousel .owl-dots,
    .section-offer .owl-carousel .owl-dots {
      left: 50%;
      top: 50%;
      transform: translate(-50%); } }
  .section-area .owl-carousel .owl-dots .owl-dot,
  .section-facility .owl-carousel .owl-dots .owl-dot,
  .section-offer .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(203, 211, 218, 0.6); }
    .section-area .owl-carousel .owl-dots .owl-dot:not(:last-child),
    .section-facility .owl-carousel .owl-dots .owl-dot:not(:last-child),
    .section-offer .owl-carousel .owl-dots .owl-dot:not(:last-child) {
      margin-right: 1rem; }
    .section-area .owl-carousel .owl-dots .owl-dot:hover, .section-area .owl-carousel .owl-dots .owl-dot:active,
    .section-facility .owl-carousel .owl-dots .owl-dot:hover,
    .section-facility .owl-carousel .owl-dots .owl-dot:active,
    .section-offer .owl-carousel .owl-dots .owl-dot:hover,
    .section-offer .owl-carousel .owl-dots .owl-dot:active {
      background: #9fadba; }
  .section-area .owl-carousel .owl-dots .owl-dot.active,
  .section-facility .owl-carousel .owl-dots .owl-dot.active,
  .section-offer .owl-carousel .owl-dots .owl-dot.active {
    background: #3f6740; }

.owl-carousel .owl-item img {
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 768px) {
  .no-home .owl-carousel .img-overflow-p {
    height: 50rem !important; } }

@media only screen and (max-width: 600px) {
  .no-home .owl-carousel .img-overflow-p {
    height: 42rem !important; } }

@media only screen and (max-width: 480px) {
  .no-home .owl-carousel .img-overflow-p {
    height: 35rem !important; } }

.loader-wrap {
  padding-top: 2.5rem;
  margin-bottom: 2.5rem; }

.loader {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto; }

#loader-1:before, #loader-1:after,
#loader-2:before, #loader-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #81011e;
  left: 0; }

#loader-1:before,
#loader-2:before {
  z-index: 100;
  animation: spin 1s infinite; }

#loader-1:after,
#loader-2:after {
  border: 5px solid #ccc; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5c965d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.animateMe {
  opacity: 0; }

.animateMe .animated {
  opacity: 1; }

/*-------------------------*/
/* components home-slider */
/*-----------------------*/
@media only screen and (min-width: 768px) {
  section.section-home-slider {
    height: 100vh; } }

@media only screen and (max-width: 768px) {
  section.section-home-slider {
    height: 60vh; } }

@media only screen and (max-width: 380px) {
  section.section-home-slider {
    height: 80vh; } }

section.section-home-slider .slick-slider {
  position: relative; }
  section.section-home-slider .slick-slider .slide-photo {
    opacity: 0;
    transition: opacity .35s ease; }
    @media only screen and (min-width: 768px) {
      section.section-home-slider .slick-slider .slide-photo {
        height: 100vh; } }
    @media only screen and (max-width: 768px) {
      section.section-home-slider .slick-slider .slide-photo {
        height: 60vh; } }
    @media only screen and (max-width: 380px) {
      section.section-home-slider .slick-slider .slide-photo {
        height: 80vh; } }
  section.section-home-slider .slick-slider .slide-desc {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%; }
    @media only screen and (max-width: 768px) {
      section.section-home-slider .slick-slider .slide-desc {
        top: 50%; } }
    section.section-home-slider .slick-slider .slide-desc p, section.section-home-slider .slick-slider .slide-desc h2 {
      opacity: 0;
      transition: opacity .35s ease;
      text-shadow: 0px 3px 4px #000000; }
    section.section-home-slider .slick-slider .slide-desc p {
      text-transform: uppercase;
      font-size: 1.8rem; }
      @media only screen and (max-width: 580px) {
        section.section-home-slider .slick-slider .slide-desc p {
          font-size: 1.6rem; } }
    section.section-home-slider .slick-slider .slide-desc h2 {
      font-size: 4.8rem; }
      @media only screen and (max-width: 580px) {
        section.section-home-slider .slick-slider .slide-desc h2 {
          font-size: 3.6rem; } }

#js-slick.slick-initialized .slide-photo {
  opacity: 1; }

#js-slick.slick-initialized p, #js-slick.slick-initialized h2 {
  opacity: 1; }

#js-slick.slick-initialized ~ .lds-ellipsis {
  display: none; }

.slick-list,
.slick-track {
  height: 100%; }

section.section-home-slider {
  overflow: hidden; }
  section.section-home-slider .slick-slider .slick-dots {
    padding: 1rem 0;
    text-align: center;
    margin-left: 1.5rem;
    transform: translateY(-7rem); }
    section.section-home-slider .slick-slider .slick-dots li {
      display: inline-block;
      margin-right: 2rem; }
    section.section-home-slider .slick-slider .slick-dots button {
      width: 7rem;
      height: .5rem;
      padding: 0;
      border: none;
      background-color: rgba(255, 255, 255, 0.5);
      text-indent: -9999px;
      -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.5); }
    section.section-home-slider .slick-slider .slick-dots li.slick-active button {
      background-color: rgba(255, 255, 255, 0.95); }

/* pages s-contact */
/*----------------*/
section.section-contact ::placeholder {
  color: #5c965d; }

section.section-contact .form-control:focus {
  border-color: #81011e; }

section.section-contact .input-group {
  display: table; }

section.section-contact form .input-group-addon {
  color: #5c965d;
  border-radius: 0;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #ccc;
  border-right: 0; }

@media only screen and (max-width: 768px) {
  section.section-contact form .cont {
    margin-bottom: 1.5rem; } }

section.section-contact form input.form-control {
  height: 50px !important; }

section.section-contact form .btn-wrap {
  text-align: center; }

section.section-contact a {
  text-decoration: underline; }
  section.section-contact a:hover, section.section-contact a:active {
    color: #5c965d; }

#ContactFormFailure,
#ContactFormSuccess {
  display: none;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 24px;
  padding: 1.5rem !important;
  line-height: 30px; }

#ContactFormSuccess,
#ContactFormFailure {
  border: 2px solid #8ddb28;
  background: #dbf0c0;
  color: #5e9c0e; }

#ContactFormFailure {
  border: 2px solid #c77070;
  background: #F2DEDE;
  color: #c77070; }

.section-product #ContactFormSuccess {
  width: auto; }
  @media only screen and (min-width: 992px) {
    .section-product #ContactFormSuccess {
      width: 50%;
      float: none;
      margin: auto; } }
  @media only screen and (max-width: 992px) {
    .section-product #ContactFormSuccess {
      float: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; } }
  @media only screen and (max-width: 768px) {
    .section-product #ContactFormSuccess {
      max-width: 80%; } }
  @media only screen and (max-width: 480px) {
    .section-product #ContactFormSuccess {
      max-width: 95%; } }

@media only screen and (min-width: 0px) and (max-width: 400px) {
  .success-wrap {
    width: 100% !important; } }

@media only screen and (max-width: 768px) {
  .success-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 768px) {
  .success-wrap #ContactFormSuccess {
    float: none; } }

.page-contact input[type='checkbox'] {
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  background: white;
  border: 2px solid #555;
  vertical-align: middle;
  margin-top: -4px; }

.page-contact input[type='checkbox']:checked {
  background: #5c965d; }

.page-contact .contact-text {
  margin-bottom: 2rem; }

.page-contact button {
  color: #fff;
  background-color: #5c965d;
  margin-top: 2rem; }

.checkbox {
  -webkit-appearance: none;
  /*hides the default checkbox*/
  position: relative;
  transition: 0.10s;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 600;
  color: white;
  outline: none;
  line-height: 20px; }

.checkbox:checked {
  background-color: #0E9700; }

.checkbox:checked:before {
  content: '\2713'; }

.cookie #adsCheckbox:hover {
  cursor: pointer;
  opacity: 0.8; }

.g-rec-wrap {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center; }
  .g-rec-wrap .g-recaptcha {
    display: inline-block; }

/*---------------------*/
/* layout menu menu_1 */
/*-------------------*/
.menu-pad {
  padding-bottom: 5.5rem; }
  @media only screen and (min-width: 993px) {
    .menu-pad {
      padding-bottom: 11.6rem; } }

section.section-menu {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: fixed;
  width: 100%; }
  section.section-menu .menu ul, section.section-menu .menu li {
    display: inline-block; }
  section.section-menu .menu li {
    margin-right: 10px; }

section.section-menu .top-line {
  padding-top: 1rem;
  width: 100%;
  text-align: right; }
  section.section-menu .top-line .social, section.section-menu .top-line .langs {
    display: inline-block; }
  section.section-menu .top-line .social {
    vertical-align: middle; }
    section.section-menu .top-line .social span:not(:first-child) {
      margin-left: 5px; }
    section.section-menu .top-line .social a {
      vertical-align: middle; }
    section.section-menu .top-line .social .fa, section.section-menu .top-line .social .fab {
      font-size: 2.2rem; }
  section.section-menu .top-line .langs {
    margin-left: 1.5rem; }
    section.section-menu .top-line .langs a:last-of-type {
      margin-left: 5px; }

section.section-menu {
  /* Hide Dropdowns by Default */
  /* Display Dropdowns on Hover */
  /* Fisrt Tier Dropdown */
  /* Second, Third and more Tiers	*/
  /* Change this in order to change the Dropdown symbol */ }
  section.section-menu .logo {
    display: inline-block; }
  section.section-menu nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: right; }
    @media only screen and (max-width: 1200px) {
      section.section-menu nav > ul > li > a {
        padding: 0 4px;
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1040px) {
      section.section-menu nav > ul > li > a {
        font-size: 1.4rem;
        padding: 0 3px; } }
  section.section-menu nav ul li {
    display: inline-block; }
  section.section-menu nav > ul > li > a:hover {
    color: #5c965d; }
  section.section-menu nav a {
    display: block;
    padding: 0 10px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 7.5rem;
    text-decoration: none;
    text-transform: uppercase; }
  section.section-menu nav ul ul {
    display: none;
    opacity: 0;
    position: absolute;
    top: 7.5rem;
    /* the height of the main nav */
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5); }
  section.section-menu nav ul li:hover > ul {
    display: inherit;
    opacity: 1; }
  section.section-menu nav ul ul li {
    min-width: 22rem;
    float: none;
    display: list-item;
    position: relative;
    background-color: #fff;
    transition: all .35s ease; }
    section.section-menu nav ul ul li a {
      color: #000;
      line-height: 50px !important; }
    section.section-menu nav ul ul li:hover {
      background-color: #81011e; }
      section.section-menu nav ul ul li:hover a {
        color: #fff !important; }
  section.section-menu nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px; }

.show-inherit {
  display: inherit; }

/*----------------------------*/
/* layout menu mobile_menu_1 */
/*--------------------------*/
section.section-m-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(92, 150, 93, 0.85); }
  section.section-m-menu .mainwrap {
    display: flex;
    align-items: center;
    height: 5.5rem;
    max-width: 97%;
    margin: auto; }
    section.section-m-menu .mainwrap .trigger-btn {
      justify-content: flex-end;
      margin-right: 1.5rem; }
    section.section-m-menu .mainwrap > div {
      width: 33.33%;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      height: 5.5rem; }
      section.section-m-menu .mainwrap > div.m-logo div:first-of-type {
        margin-left: 2rem; }
      section.section-m-menu .mainwrap > div.m-logo div:last-of-type {
        justify-content: flex-end;
        margin-right: 2rem; }
    section.section-m-menu .mainwrap .m-logo {
      justify-content: flex-start; }
      section.section-m-menu .mainwrap .m-logo img {
        max-height: 3.5rem;
        max-width: 100%;
        margin-left: 1.5rem; }

.btn-menu {
  display: block;
  float: right;
  border: 0;
  width: 40px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: relative; }
  .btn-menu:focus {
    outline: 1px dotted #E0AE19; }
  .btn-menu .text {
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden; }
  .btn-menu .bar {
    top: 10px;
    left: 0;
    display: block;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btn-menu .bar:before, .btn-menu .bar:after {
      position: absolute;
      content: '';
      left: 0; }
    .btn-menu .bar:before {
      top: 10px; }
    .btn-menu .bar:after {
      top: -10px; }
    .btn-menu .bar:before, .btn-menu .bar:after {
      display: block;
      position: absolute;
      width: 40px;
      height: 5px;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.show_menu .btn-menu:focus {
  outline: none; }

.show .btn-menu .bar {
  background-color: transparent; }

.show .btn-menu .bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.show .btn-menu .bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mobile-nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 5.5rem;
  left: 0;
  width: 100%;
  background-color: #5c965d;
  border: 1px solid #3f6740;
  border-top: none;
  border-bottom: none;
  text-transform: uppercase;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }
  .mobile-nav a {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    line-height: 42px; }
  .mobile-nav > div:last-of-type {
    text-transform: lowercase; }
    .mobile-nav > div:last-of-type a {
      font-weight: 300;
      text-indent: 0; }
  .mobile-nav > .m-social div a {
    font-size: 2.2rem; }
  .mobile-nav .dd {
    padding-left: 5px; }
    .mobile-nav .dd + ul {
      height: 0;
      overflow: hidden;
      background-color: #fff;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out; }
      .mobile-nav .dd + ul a {
        color: #000; }
        .mobile-nav .dd + ul a:hover, .mobile-nav .dd + ul a:focus, .mobile-nav .dd + ul a:active {
          background-color: #81011e;
          color: #fff; }
    .mobile-nav .dd:after {
      content: '\25BC';
      display: inline-block;
      margin-left: 5px;
      transform: translateY(-3px);
      font-size: 9px; }

.show .mobile-nav {
  height: auto; }

.mobile-nav .dd-show + ul {
  height: auto; }

.m-lang {
  overflow: hidden;
  transition: all .35s ease-in-out; }
  .m-lang:hover #m-lang-trigger, .m-lang:focus #m-lang-trigger, .m-lang:active #m-lang-trigger {
    transform: translateX(-700%); }
  .m-lang:hover #m-myDropdown, .m-lang:focus #m-myDropdown, .m-lang:active #m-myDropdown {
    transform: translateX(0); }
  .m-lang #m-lang-trigger {
    transform: translateX(280%);
    transition: all .35s ease-in-out; }
    .m-lang #m-lang-trigger i {
      font-size: 2.2rem;
      color: #fff; }
  .m-lang #m-myDropdown {
    transition: transform .35s ease-in-out;
    transform: translateX(700%); }
    .m-lang #m-myDropdown a {
      display: inline-block; }
      .m-lang #m-myDropdown a img {
        width: 4rem; }
        .m-lang #m-myDropdown a img:first-child {
          margin-right: 1rem; }
          @media only screen and (max-width: 400px) {
            .m-lang #m-myDropdown a img:first-child {
              margin-right: .5rem; } }
        @media only screen and (max-width: 400px) {
          .m-lang #m-myDropdown a img {
            width: 3rem; } }

#ghost section.section-why-ukraine {
  position: relative;
  height: 55rem; }
  @supports (background-attachment: fixed) {
    #ghost section.section-why-ukraine {
      background-attachment: fixed; } }

#ghost .abs-pos {
  opacity: 0; }
  @media only screen and (max-width: 1200px) {
    #ghost .abs-pos {
      min-width: 85%; } }
  @media only screen and (max-width: 580px) {
    #ghost .abs-pos {
      min-width: 95%; } }
  #ghost .abs-pos .h3-box h3 {
    color: #fff; }
  #ghost .abs-pos .h3-box .t-divide {
    background-color: #fff; }
  #ghost .abs-pos .desc {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 1200px) {
      #ghost .abs-pos .desc {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto; } }
  #ghost .abs-pos a.btn-more {
    border: 1px solid #5c965d;
    margin-top: 4rem; }
