/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  color: #000;
  background: #ff0;
}

p,
pre {
  margin: 1em 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="reset"], input[type="button"], input[type="submit"], button {
  cursor: pointer;
  border-style: none;
  -webkit-appearance: button;
}

input[type="checkbox"].styled:checked + label, input[type="checkbox"].styled:not(:checked) + label, input[type="radio"].styled:checked + label, input[type="radio"].styled:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before, input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  background: white;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before {
  border-radius: 3px;
}

input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  border-radius: 50%;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after, input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  position: absolute;
  top: 12px;
  left: 4px;
  content: '';
  width: 8px;
  height: 8px;
  line-height: 0.8;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #0096db;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after {
  border-radius: 2px;
}

input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  border-radius: 50%;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 40px;
  color: #4D4D4D;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 25px;
  font-family: "Josefin Sans";
}

table, th, td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #707070;
  padding: 1em;
}

h1,
h1 span, h1 *,
h1 span *, h2,
h2 span, h2 *,
h2 span *, h3,
h3 span, h3 *,
h3 span *, h4,
h4 span, h4 *,
h4 span *, h5,
h5 span, h5 *,
h5 span *, h6,
h6 span, h6 *,
h6 span * {
  color: #2ED9C3;
  font-family: "AL Nevrada Personal Use Only", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a,
h1 span a, h2 a,
h2 span a, h3 a,
h3 span a, h4 a,
h4 span a, h5 a,
h5 span a, h6 a,
h6 span a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -1px;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-full {
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .container {
    width: 1000px;
  }
}

@media (max-width: 1240px) {
  .container {
    width: 85%;
  }
}

@media (max-width: 1020px) {
  .container,
  .container-full {
    width: 90%;
  }
}

.container-small {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

.container-small:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-small:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

@media (max-width: 1240px) {
  .container-small {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .container-small {
    width: 90%;
  }
}

.row {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*='col_'] {
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*='col_'].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row.big-gutter > [class*='col_'] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-gutter > [class*='col_'] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

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

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*='col_'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*='col_'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html {
  font-size: 10px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}

h1,
h1 span {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 10px;
}

h1 b,
h1 strong,
h1 span b,
h1 span strong {
  font-weight: 900;
}

h1 *,
h1 span * {
  font-size: 3.8rem;
  font-family: "AL Nevrada Personal Use Only" !important;
}

h2,
h2 span {
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 10px;
}

h2 b,
h2 strong,
h2 span b,
h2 span strong {
  font-weight: 900;
}

h2 *,
h2 span * {
  font-size: 3.7rem;
  font-family: "AL Nevrada Personal Use Only" !important;
}

h3,
h3 span {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 25px;
}

h3 b,
h3 strong,
h3 span b,
h3 span strong {
  font-weight: 900;
}

h3 *,
h3 span * {
  font-size: 2.5rem;
  font-family: "AL Nevrada Personal Use Only" !important;
}

h4,
h4 span {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3em;
}

h4 b,
h4 strong,
h4 span b,
h4 span strong {
  font-weight: 900;
}

h4 *,
h4 span * {
  font-size: 2.2rem;
  font-family: "AL Nevrada Personal Use Only" !important;
}

h5,
h5 span {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3em;
}

h5 b,
h5 strong,
h5 span b,
h5 span strong {
  font-weight: 900;
}

h5 *,
h5 span * {
  font-size: 1.7rem;
  font-family: "AL Nevrada Personal Use Only" !important;
}

h6,
h6 span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3em;
}

h6 b,
h6 strong,
h6 span b,
h6 span strong {
  font-weight: 900;
}

h6 *,
h6 span * {
  font-size: 1.4rem;
  font-family: "AL Nevrada Personal Use Only" !important;
}

@media (max-width: 1024px) {
  h1,
  h1 span {
    font-size: 3.1rem;
  }
  h1 *,
  h1 span * {
    font-size: 3.1rem;
  }
  h2,
  h2 span {
    font-size: 3rem;
  }
  h2 *,
  h2 span * {
    font-size: 3rem;
  }
  h3,
  h3 span {
    font-size: 2.4rem;
  }
  h3 *,
  h3 span * {
    font-size: 2.4rem;
  }
  h4,
  h4 span {
    font-size: 2rem;
  }
  h4 *,
  h4 span * {
    font-size: 2rem;
  }
  h5,
  h5 span {
    font-size: 1.6rem;
  }
  h5 *,
  h5 span * {
    font-size: 1.6rem;
  }
  h6,
  h6 span {
    font-size: 1.2rem;
  }
  h6 *,
  h6 span * {
    font-size: 1.2rem;
  }
  p {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  h1,
  h1 span {
    font-size: 3rem;
  }
  h1 *,
  h1 span * {
    font-size: 3rem;
  }
  h2,
  h2 span {
    font-size: 2.4rem;
  }
  h2 *,
  h2 span * {
    font-size: 2.4rem;
  }
  h3,
  h2 span {
    font-size: 2rem;
  }
  h3 *,
  h2 span * {
    font-size: 2rem;
  }
  h4,
  h4 span {
    font-size: 1.9rem;
  }
  h4 *,
  h4 span * {
    font-size: 1.9rem;
  }
  h5,
  h5 span {
    font-size: 1.5rem;
  }
  h5 *,
  h5 span * {
    font-size: 1.5rem;
  }
}

@media (max-width: 560px) {
  h1,
  h1 span {
    font-size: 2.8rem;
  }
  h1 *,
  h1 span * {
    font-size: 2.8rem;
  }
  h2,
  h2 span {
    font-size: 2rem;
  }
  h2 *,
  h2 span * {
    font-size: 2rem;
  }
  h3,
  h3 span {
    font-size: 1.8rem;
  }
  h3 *,
  h3 span * {
    font-size: 1.8rem;
  }
}

p,
li {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  p,
  li {
    margin: 0 0 10px;
  }
}

p:empty,
li:empty {
  display: none;
  margin: 0;
}

p a,
li a {
  font-size: 100%;
  margin: 0;
  color: #4D4D4D;
  text-decoration: none;
}

p a:hover,
li a:hover {
  color: #2ED9C3;
}

@media (max-width: 1240px) {
  p br,
  li br {
    display: none;
  }
}

p span,
li span {
  font-size: 100%;
  margin: 0;
}

p small,
li small {
  font-weight: 300;
}

p label,
li label {
  font-size: 100%;
  margin: 0;
}

p i,
li i {
  font-style: italic;
}

p b,
li b {
  font-weight: 700;
}

@media (max-width: 1480px) {
  p,
  li {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 1024px) {
  p,
  li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media (max-width: 1480px) {
  p *,
  li * {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 1024px) {
  p *,
  li * {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media (max-width: 1480px) {
  li br {
    display: none;
  }
}

@media (max-width: 1480px) {
  li.not br {
    display: block;
  }
}

a {
  display: inline-block;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #4D4D4D;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

@media (max-width: 1480px) {
  a {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  a {
    font-size: 1.4rem;
  }
}

a p {
  font-size: 100%;
  margin: 0;
}

a a {
  font-size: 100%;
  margin: 0;
}

a span {
  font-size: 100%;
  margin: 0;
}

a label {
  font-size: 100%;
  margin: 0;
}

a:hover {
  color: #2ED9C3;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

span {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1480px) {
  span {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  span {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

span p {
  font-size: 100%;
  margin: 0;
}

span a {
  font-size: 100%;
  margin: 0;
}

span span {
  font-size: 100%;
  margin: 0;
}

span label {
  font-size: 100%;
  margin: 0;
}

label {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1024px) {
  label {
    font-size: 1.4rem !important;
  }
}

label p {
  font-size: 100%;
  margin: 0;
}

label a {
  font-size: 100%;
  margin: 0;
}

label span {
  font-size: 100%;
  margin: 0;
}

label label {
  font-size: 100%;
  margin: 0;
}

strong,
strong * {
  font-weight: 700;
}

b,
b * {
  font-weight: 700;
}

blockquote {
  padding: 35px;
  position: relative;
  margin: 35px 0;
  border-top: 1px solid #2ED9C3;
  border-bottom: 1px solid #2ED9C3;
  text-align: center;
}

blockquote * {
  color: #ffa400;
}

blockquote p {
  font-size: 1.4rem !important;
  color: #ffa400 !important;
  margin-bottom: 0;
}

blockquote:before {
  content: "";
  width: 150px;
  height: 50px;
  display: block;
  background-image: url(images/svg/bquote.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  background-color: #fff;
  position: absolute;
  top: -25px;
  left: calc((100% - 150px) / 2);
}

blockquote p {
  color: #4D4D4D;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1480px) {
  blockquote p {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  blockquote p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media (max-width: 1024px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 1.4rem !important;
    line-height: 24px;
  }
}

.general_content li {
  font-size: 1.6rem;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 15px 0;
  line-height: 2.5rem;
}

@media (max-width: 1480px) {
  .general_content li {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .general_content li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .general_content li {
    margin: 0 0 10px 0;
  }
}

.general_content li * {
  font-size: 1.6rem;
}

@media (max-width: 1480px) {
  .general_content li * {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .general_content li * {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.general_content ul {
  margin-bottom: 25px;
}

.general_content ul ul {
  margin-top: 15px;
  padding-left: 30px;
}

.general_content ul li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #4D4D4D;
  font-size: 7px;
  width: 1em;
  vertical-align: middle;
  margin-right: 15px;
}

.general_content.orange_ol li:before {
  font-weight: 700;
  color: #ffa400;
}

.general_content ol {
  list-style-type: none;
  padding-right: 0;
  margin-left: 0;
  margin-bottom: 25px;
}

.general_content ol li {
  counter-increment: step-counter;
}

.general_content ol li:before {
  color: #4D4D4D;
  content: counter(step-counter) ".";
  margin-right: 5px;
}

.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt p {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt li {
  color: white;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input {
  vertical-align: baseline;
  line-height: normal;
  margin: 0 0 25px;
}

@media (max-width: 1024px) {
  input {
    margin: 0 0 15px;
  }
}

@media (max-width: 768px) {
  input {
    margin: 0 0 10px;
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="checkbox"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="radio"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="radio"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

select {
  vertical-align: baseline;
  text-transform: none;
  padding-right: 0;
  margin: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

button {
  vertical-align: baseline;
  line-height: normal;
  text-transform: none;
  margin: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

label {
  display: block;
  color: #4D4D4D;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

::-webkit-input-placeholder {
  color: #4D4D4D;
  font-size: 1.4rem;
  font-family: "Josefin Sans";
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #4D4D4D;
  font-size: 1.4rem;
  font-family: "Josefin Sans";
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #4D4D4D;
  font-size: 1.4rem;
  font-family: "Josefin Sans";
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #4D4D4D;
  font-size: 1.4rem;
  font-family: "Josefin Sans";
  font-weight: 400;
  letter-spacing: normal;
}

.checkbox {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
}

.radio-input {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  margin-right: 40px;
}

.radio-input span {
  margin-right: 10px;
}

.radio {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
  background: url(images/radio.png) no-repeat;
}

.select-block {
  position: relative;
}

.select-block .selectric-wrapper {
  background: #fff;
}

.select-block .selectric-wrapper .selectric .select-button {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  background-image: url(images/select-arrow2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 10;
}

.select-block .selectric-wrapper .selectric span.label {
  height: 39px;
  color: #878787;
  font-size: 1.1rem;
  font-family: "Josefin Sans";
  line-height: 41px;
  text-transform: uppercase;
  padding: 0 30px;
}

.select-block .selectric-wrapper.white-select {
  border: 0;
}

.select-block .selectric-wrapper .selectric-items ul li {
  padding: 7px 20px;
  color: #878787;
  font-size: 1.3rem;
  margin: 0;
  border: 0;
  border-top: 1px solid #c2c0c6;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  display: initial;
  width: auto;
  float: none;
  text-align: initial;
  font-size: inherit;
  line-height: normal;
  text-transform: none;
  padding: 0;
}

.styled-checkbox + label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  vertical-align: text-top;
  border: 2px solid #d1d3d4;
  background: #e6e7e8;
  margin-right: 10px;
}

.styled-checkbox:checked + label:before {
  color: #f73093;
}

.styled-checkbox:checked + label:after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 2px;
  height: 2px;
  content: '';
  background: #f73093;
  -webkit-box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
          box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.styled-checkbox:disabled + label {
  cursor: auto;
  color: #b8b8b8;
}

.styled-checkbox:disabled + label:before {
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 1.3rem;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  background: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  background: #ffb900;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.btn,
button,
input[type="submit"] {
  color: #fff;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #2ED9C3;
  padding: 18px 40px 15px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 5px;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #FD495C;
}

@media (max-width: 1024px) {
  .btn,
  button,
  input[type="submit"] {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .btn,
  button,
  input[type="submit"] {
    font-size: 1.2rem;
  }
}

.btn.small,
button.small,
input[type="submit"].small {
  font-size: 1.2rem;
}

@media (max-width: 1480px) {
  .btn.small,
  button.small,
  input[type="submit"].small {
    font-size: 1.1rem;
  }
}

.btn.upper,
button.upper,
input[type="submit"].upper {
  text-transform: uppercase;
}

.btn.orange,
button.orange,
input[type="submit"].orange {
  background: #ffa400;
  color: #fff;
}

.btn.orange:hover,
button.orange:hover,
input[type="submit"].orange:hover {
  background: #FFA400;
  color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(255, 123, 54, 0.86);
          box-shadow: 0 0 13px rgba(255, 123, 54, 0.86);
}

.btn.pink,
button.pink,
input[type="submit"].pink {
  background: #FD495C;
}

.btn.pink:hover,
button.pink:hover,
input[type="submit"].pink:hover {
  background: #ff0d27;
  color: #fff;
}

.btn-wrap .btn,
.btn-wrap button,
.btn-wrap input[type="submit"],
.btn-wrap a {
  color: #fff;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #2ED9C3;
  padding: 18px 40px 15px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .btn-wrap .btn,
  .btn-wrap button,
  .btn-wrap input[type="submit"],
  .btn-wrap a {
    font-size: 1.4rem;
  }
}

.btn-wrap .btn:hover,
.btn-wrap button:hover,
.btn-wrap input[type="submit"]:hover,
.btn-wrap a:hover {
  background-color: #ffa400;
  color: #fff;
}

.btn-wrap .btn.small,
.btn-wrap button.small,
.btn-wrap input[type="submit"].small,
.btn-wrap a.small {
  font-size: 1.2rem;
}

@media (max-width: 1480px) {
  .btn-wrap .btn.small,
  .btn-wrap button.small,
  .btn-wrap input[type="submit"].small,
  .btn-wrap a.small {
    font-size: 1.1rem;
  }
}

.btn-wrap .btn.upper,
.btn-wrap button.upper,
.btn-wrap input[type="submit"].upper,
.btn-wrap a.upper {
  text-transform: uppercase;
}

.btn-wrap .btn.orange,
.btn-wrap button.orange,
.btn-wrap input[type="submit"].orange,
.btn-wrap a.orange {
  background: #ffa400;
  color: #fff;
}

.btn-wrap .btn.orange:hover,
.btn-wrap button.orange:hover,
.btn-wrap input[type="submit"].orange:hover,
.btn-wrap a.orange:hover {
  background: #FFA400;
  color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(255, 123, 54, 0.86);
          box-shadow: 0 0 13px rgba(255, 123, 54, 0.86);
}

body,
html {
  background: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

body {
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #727272;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.section {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .section {
    padding: 25px 0;
  }
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.general_content table {
  margin-bottom: 20px;
}

.general_content table td {
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .general_content .gallery {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .general_content .gallery .gallery-item {
    margin-bottom: 0;
    padding: 10px 0;
    margin-top: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .general_content blockquote {
    padding: 25px 0 25px 15px;
    margin: 40px 0;
  }
}

@media (max-width: 768px) {
  .general_content blockquote p {
    font-size: 1.4rem !important;
  }
}

.blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#092147+0,1a488e+100 */
  background: #092147;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#092147), to(#1a488e));
  background: linear-gradient(to right, #092147 0%, #1a488e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#092147', endColorstr='#1a488e', GradientType=1);
  /* IE6-9 */
}

.section {
  padding: 80px 0;
}

@media (max-width: 1480px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 40px 0;
  }
}

.section.section_small {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .section.section_small {
    padding: 0;
  }
}

.relative {
  position: relative;
}

.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-relative {
  position: initial;
}

.full_height {
  height: 100%;
}

.slick-slider {
  /*
    .slick-prev,
    .slick-next {
        width: 25px;
        height: 45px;

        &.slick-disabled {
            opacity: 0.5;
        }

        @include tablet {
            display: none !important;
        }

        &:before {
            content: "";
            background-repeat: no-repeat;
            background-size: 18px 40px;
            background-position: center center;
            width: 25px;
            height: 45px;
            display: block;
            opacity: 1;
        }

        &:hover {
            opacity: 0.6;
        }
    }

    .slick-prev {
        left: -75px;

        @include big-desktop {
            left: -50px;
        }
    }

    .slick-next {
        right: -75px;

        @include big-desktop {
            right: -50px;
        }
    }

    .slick-next:before {
        background-image: url(images/svg/arrow-right.svg);
    }

    .slick-prev:before {
        background-image: url(images/svg/arrow-left.svg);
    } */
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-slider .slick-dots {
  bottom: 40px;
  z-index: 9999;
}

.slick-slider .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.slick-slider .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0.5;
}

.slick-slider .slick-dots li.slick-active button:before {
  background: #ffa400;
  opacity: 1;
}

.slick-slider.green.slick-dotted {
  margin-bottom: 40px;
}

.slick-slider.green .slick-dots {
  bottom: -40px;
}

.slick-slider.green .slick-dots li button:before {
  background: #2ED9C3;
}

.section-title {
  margin-bottom: 0;
  line-height: 1.1em;
}

.section-subtitle {
  margin-bottom: 0;
  font-weight: 300;
}

.section.orange {
  background-color: #ffa400;
}

.section-title-absolute {
  color: #ffffff;
  opacity: 0.2;
  font-size: 170px;
  position: absolute;
  right: -200px;
  top: -120px;
}

.custom-arrow::before {
  content: "";
  background-image: -webkit-gradient(linear, right bottom, left top, from(#ffa400), color-stop(50%, #ffa400), color-stop(50%, transparent));
  background-image: linear-gradient(to left top, #ffa400 0%, #ffa400 50%, transparent 50%);
  position: absolute;
  width: 100%;
  height: 200px;
  top: -200px;
  left: 0;
}

.check_list ul {
  list-style: none;
}

.check_list ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}

.check_list ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center center;
  background-image: url(images/svg/check-yellow.svg);
  position: absolute;
  left: -4px;
  top: 4px;
}

@media (max-width: 1024px) {
  .check_list ul li:before {
    left: -4px;
    top: 1px;
  }
}

.check_list.check_three ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.check_list.check_three ul li {
  width: 33.33%;
}

@media (max-width: 1240px) {
  .check_list.check_three ul li {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .check_list.check_three ul li {
    width: 100%;
  }
}

.blur {
  /*background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px); */
  /*-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
  /* background-color: rgba(150, 150, 150, 0.5);*/
  background-color: rgba(0, 0, 0, 0.75);
}

/*
@-moz-document url-prefix() {
    .blur {
        background-color: rgba(0, 0, 0, 0.75);
    }
}*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.grey {
  background: #E9E9E9;
}

.text_mobile * {
  color: #fff;
}

@media (max-width: 768px) {
  .text_mobile * {
    color: #4D4D4D;
  }
}

.fix_index {
  z-index: 2;
  position: relative;
}

.selectric {
  border-radius: 2px;
}

.selectric .label {
  font-size: 1.4rem;
  color: #4D4D4D;
}

.selectric-items li {
  font-size: 1.4rem;
  color: #4D4D4D;
}

.selectric-wrapper {
  margin-bottom: 15px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 3px;
}

.daterangepicker.show-calendar .drp-buttons .drp-selected {
  display: none !important;
}

@media (max-width: 560px) {
  .daterangepicker.show-calendar .drp-calendar {
    width: 100%;
  }
}

.wrapp_nav {
  padding: 27px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .wrapp_nav {
    padding: 18px 0;
  }
}

.wrapp_nav .wp-pagenavi {
  display: inline-block;
  width: 100%;
  position: relative;
  width: 100%;
  text-align: center;
}

.wrapp_nav .wp-pagenavi a,
.wrapp_nav .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100px;
  margin-left: 4px;
  margin-right: 4px;
}

@media (max-width: 1024px) {
  .wrapp_nav .wp-pagenavi a,
  .wrapp_nav .wp-pagenavi span {
    line-height: 32px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.wrapp_nav .wp-pagenavi .current,
.wrapp_nav .wp-pagenavi a:hover {
  background: #2ED9C3;
  color: #fff;
}

.wrapp_nav .wp-pagenavi .nextpostslink,
.wrapp_nav .wp-pagenavi .previouspostslink {
  width: 120px;
  position: absolute;
}

@media (max-width: 1024px) {
  .wrapp_nav .wp-pagenavi .nextpostslink,
  .wrapp_nav .wp-pagenavi .previouspostslink {
    position: relative;
    font-size: 0;
    width: 50px !important;
  }
}

.wrapp_nav .wp-pagenavi .nextpostslink i,
.wrapp_nav .wp-pagenavi .previouspostslink i {
  text-align: center;
  width: 35px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #2ED9C3;
  border-radius: 500px;
  color: #2ED9C3;
}

@media (max-width: 1024px) {
  .wrapp_nav .wp-pagenavi .nextpostslink i,
  .wrapp_nav .wp-pagenavi .previouspostslink i {
    font-size: 9px;
    width: 30px;
    line-height: 30px;
    height: 30px;
  }
}

.wrapp_nav .wp-pagenavi .nextpostslink:hover,
.wrapp_nav .wp-pagenavi .previouspostslink:hover {
  color: #ffa400;
  background: transparent;
}

.wrapp_nav .wp-pagenavi .nextpostslink:hover i,
.wrapp_nav .wp-pagenavi .previouspostslink:hover i {
  color: #ffa400;
  border: 1px solid #ffa400;
}

.wrapp_nav .wp-pagenavi .nextpostslink {
  right: 0;
  text-align: right;
  width: 102px;
}

.wrapp_nav .wp-pagenavi .nextpostslink i {
  margin-left: 10px;
}

.wrapp_nav .wp-pagenavi .previouspostslink {
  left: 0;
  text-align: left;
}

.wrapp_nav .wp-pagenavi .previouspostslink i {
  margin-right: 10px;
}

.error404 div[data-elementor-type="header"],
.error404 div[data-elementor-type="footer"] {
  display: none;
}

.error404 .error_page {
  height: 100vh;
}

.error404 .error_page .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.error404 .error_page .container h1 {
  color: #ffa400;
  font-size: 6rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .error404 .error_page .container h1 {
    font-size: 4rem;
  }
}

.error404 .error_page .container p {
  color: #fff;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .error404 .error_page .container p {
    font-size: 1.8rem;
  }
}

.error404 .error_page .container .btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .error404 .error_page .container .error_text {
    width: 100%;
    text-align: center;
  }
}

.gall_section:before {
  content: "";
  width: 200%;
  height: 625px;
  background: #2ED9C3;
  position: absolute;
  left: -50%;
  bottom: -200px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

@media (max-width: 768px) {
  .gall_section:before {
    height: 410px;
  }
}

@media (max-width: 480px) {
  .gall_section:before {
    height: 300px;
  }
}

.gall_section .img_box {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .gall_section .img_box {
    margin-bottom: 20px;
  }
}

.gall_section .img_box .cover {
  height: 300px;
  display: block;
  width: 100%;
}

@media (max-width: 1240px) {
  .gall_section .img_box .cover {
    height: 250px;
  }
}

@media (max-width: 1024px) {
  .gall_section .img_box .cover {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .gall_section .img_box .cover {
    height: 150px;
  }
}

@media (max-width: 560px) {
  .gall_section .img_box .cover {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .gall_section .img_box .cover {
    height: 70px;
  }
}

.gall_section .img_box .cover:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gall_section .img_box .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(images/svg/search.svg);
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .gall_section .img_box .cover:before {
    background-size: 20px;
  }
}

.gall_section .img_box .cover:hover:before {
  opacity: 1;
  visibility: visible;
}

.gall_section .small_box {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 10%;
}

@media (max-width: 1240px) {
  .gall_section .small_box {
    bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .gall_section .small_box {
    bottom: 40px;
  }
}

@media (max-width: 560px) {
  .gall_section .small_box {
    width: 90%;
    left: 5%;
  }
}

.gall_section .small_box .blur {
  padding: 50px;
  width: 450px;
}

@media (max-width: 1024px) {
  .gall_section .small_box .blur {
    padding: 30px;
    width: 350px;
  }
}

@media (max-width: 560px) {
  .gall_section .small_box .blur {
    width: 100%;
  }
}

.gall_section .small_box .blur h1 {
  color: #fff;
}

@media (max-width: 768px) {
  .gall_section .small_box .blur h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 560px) {
  .gall_section .small_box .blur h1 {
    font-size: 2rem;
  }
}

.gall_section .small_box .blur p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 2.2rem;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .gall_section .small_box .blur p {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .gall_section .small_box .blur p {
    font-size: 1.7rem;
  }
}

@media (max-width: 560px) {
  .gall_section .small_box .blur p {
    font-size: 1.5rem;
  }
}

.gall_section .gallery__slider:not(.slick-slider) {
  height: 800px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .gall_section .gallery__slider:not(.slick-slider) {
    height: 600px;
  }
}

@media (max-width: 1240px) {
  .gall_section .gallery__slider:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .gall_section .gallery__slider:not(.slick-slider) {
    height: 350px;
  }
}

.gall_section .gallery__slider .slick-dots {
  bottom: 15px;
}

@media (max-width: 768px) {
  .gall_section .gallery__slider .slick-dots li {
    margin: 0 3px;
  }
}

.gall_section .gallery__slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.gall_section .gallery__slider .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.gall_section .gallery__slider .hero__slider_item {
  height: 800px;
}

@media (max-width: 1480px) {
  .gall_section .gallery__slider .hero__slider_item {
    height: 600px;
  }
}

@media (max-width: 1240px) {
  .gall_section .gallery__slider .hero__slider_item {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .gall_section .gallery__slider .hero__slider_item {
    height: 350px;
  }
}

.gall_section .gallery__slider .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
}

@media (max-width: 1240px) {
  .gall_section .gallery__slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.gall_section .gallery__slider .slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 1240px) {
  .gall_section .gallery__slider .slick-arrow:before {
    font-size: 15px;
  }
}

.gall_section .gallery__slider .slick-arrow.slick-prev {
  left: 50px;
}

.gall_section .gallery__slider .slick-arrow.slick-prev:before {
  content: "\f053";
}

.gall_section .gallery__slider .slick-arrow.slick-next {
  right: 50px;
}

.gall_section .gallery__slider .slick-arrow.slick-next:before {
  content: "\f054";
}

.only_rooms .only_room {
  display: none;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .only_rooms .only_room {
    padding-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .only_rooms .only_room {
    padding-bottom: 20px;
  }
}

.only_rooms .only_room:last-child {
  padding-bottom: 0 !important;
}

.lising_gallery .box_gallery {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .lising_gallery .box_gallery {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .lising_gallery .box_gallery {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .lising_gallery .box_gallery {
    margin-bottom: 20px;
  }
}

.lising_gallery .box_gallery .orange-filter {
  background: #ffa400;
  padding: 24px 90px 20px 90px;
  border-radius: 7px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.19);
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .lising_gallery .box_gallery .orange-filter {
    padding: 24px 40px 20px 40px;
  }
}

.lising_gallery .box_gallery .orange-filter a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .lising_gallery .box_gallery .orange-filter a {
    font-size: 1.5rem;
  }
}

.lising_gallery .box_gallery .orange-filter a:hover {
  color: #FD495C;
}

.lising_gallery .box_gallery .orange-filter a.active {
  color: #FD495C;
}

.lising_gallery .wrapp_gallery {
  margin: 0 -10px;
}

.lising_gallery .wrapp_gallery .grid-sizer {
  width: 33.33%;
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .grid-sizer {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .lising_gallery .wrapp_gallery .grid-sizer {
    width: 100%;
  }
}

.lising_gallery .wrapp_gallery .gallery_box {
  padding: 10px;
}

.lising_gallery .wrapp_gallery .gallery_box.type_1 {
  width: 66.66%;
  height: 400px;
}

@media (max-width: 1480px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_1 {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_1 {
    height: 200px;
    width: 50%;
  }
}

@media (max-width: 560px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_1 {
    width: 100%;
  }
}

.lising_gallery .wrapp_gallery .gallery_box.type_2 {
  width: 33.33%;
  height: 400px;
}

@media (max-width: 1480px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_2 {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_2 {
    height: 200px;
    width: 50%;
  }
}

@media (max-width: 560px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_2 {
    width: 100%;
  }
}

.lising_gallery .wrapp_gallery .gallery_box.type_3 {
  width: 33.33%;
  height: 800px;
}

@media (max-width: 1480px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_3 {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_3 {
    height: 200px;
    width: 50%;
  }
}

@media (max-width: 560px) {
  .lising_gallery .wrapp_gallery .gallery_box.type_3 {
    width: 100%;
  }
}

.lising_gallery .wrapp_gallery .gallery_box a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
}

.lising_gallery .wrapp_gallery .gallery_box a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .gallery_box a:before {
    background: rgba(0, 0, 0, 0.6);
  }
}

.lising_gallery .wrapp_gallery .gallery_box a:hover:before {
  background: rgba(0, 0, 0, 0.6);
}

.lising_gallery .wrapp_gallery .gallery_box a .bottom_section {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 25px;
  width: 100%;
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .gallery_box a .bottom_section {
    padding: 20px;
  }
}

.lising_gallery .wrapp_gallery .gallery_box a .bottom_section h2 {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1em;
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .gallery_box a .bottom_section h2 {
    font-size: 1.8rem;
  }
}

.lising_gallery .wrapp_gallery .gallery_box a .bottom_section p {
  color: #fff;
  margin-bottom: 0;
  margin-top: -8px;
  font-size: 1.8rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .lising_gallery .wrapp_gallery .gallery_box a .bottom_section p {
    font-size: 1.6rem;
  }
}

.red_arrow:before {
  content: "";
  width: 200%;
  height: 900px;
  background: #FD495C;
  position: absolute;
  left: -50%;
  top: -200px;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

@media (max-width: 1024px) {
  .red_arrow:before {
    height: 700px;
  }
}

.red_arrow.small {
  overflow: hidden !important;
}

.red_arrow.small:before {
  height: 600px;
}

@media (max-width: 1024px) {
  .red_arrow.small:before {
    height: 400px;
  }
}

.sbi_follow_btn a {
  font-size: 1.6rem;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .sbi_follow_btn a {
    font-size: 1.4rem;
  }
}

.section-gallery-small {
  overflow: hidden;
}

.section-gallery-small .section-title {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1em;
  margin-bottom: -6px;
}

@media (max-width: 1240px) {
  .section-gallery-small .section-title {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .section-gallery-small .section-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .section-gallery-small .section-title {
    font-size: 3rem;
  }
}

@media (max-width: 560px) {
  .section-gallery-small .section-title {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.section-gallery-small .section-subtitle {
  color: #ffa400;
  font-weight: 600;
}

@media (max-width: 560px) {
  .section-gallery-small .section-subtitle {
    color: #fff;
  }
}

.section-gallery-small .single_gallery {
  margin-top: 42px;
}

@media (max-width: 1024px) {
  .section-gallery-small .single_gallery {
    margin-top: 25px;
  }
}

@media (max-width: 560px) {
  .section-gallery-small .gall_title {
    width: 100%;
    text-align: center;
  }
}

.section-gallery-small .gall_button {
  text-align: right;
}

@media (max-width: 560px) {
  .section-gallery-small .gall_button {
    width: 100%;
    text-align: center;
  }
}

.section-gallery-small .gall_button a {
  color: #ffa400;
  margin-top: 42px;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .section-gallery-small .gall_button a {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .section-gallery-small .gall_button a {
    margin-top: 15px;
    color: #fff;
  }
}

.section-gallery-small .gall_button a:hover {
  color: #fff;
}

.section-gallery-small .box_gallery {
  height: 400px;
  margin-bottom: 30px;
}

@media (max-width: 1480px) {
  .section-gallery-small .box_gallery {
    height: 350px;
  }
}

@media (max-width: 1240px) {
  .section-gallery-small .box_gallery {
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .section-gallery-small .box_gallery {
    height: 250px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-gallery-small .box_gallery {
    height: 200px;
    width: 50%;
  }
}

@media (max-width: 560px) {
  .section-gallery-small .box_gallery {
    width: 100%;
  }
}

.section-gallery-small .box_gallery a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
}

.section-gallery-small .box_gallery a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .section-gallery-small .box_gallery a:before {
    background: rgba(0, 0, 0, 0.6);
  }
}

.section-gallery-small .box_gallery a:hover:before {
  background: rgba(0, 0, 0, 0.6);
}

.section-gallery-small .box_gallery a .bottom_section {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 25px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-gallery-small .box_gallery a .bottom_section {
    padding: 20px;
  }
}

.section-gallery-small .box_gallery a .bottom_section h2 {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1em;
}

@media (max-width: 768px) {
  .section-gallery-small .box_gallery a .bottom_section h2 {
    font-size: 1.8rem;
  }
}

.section-gallery-small .box_gallery a .bottom_section p {
  color: #fff;
  margin-bottom: 0;
  margin-top: -8px;
  font-size: 1.8rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .section-gallery-small .box_gallery a .bottom_section p {
    font-size: 1.6rem;
  }
}

.arrow_green:before {
  content: "";
  width: 200%;
  height: 425px;
  background: #2ED9C3;
  position: absolute;
  left: -50%;
  top: -200px;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.green_bottom_normal:before {
  content: "";
  width: 100%;
  height: 240px;
  display: block;
  background: #2ED9C3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-subtitle {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .section-subtitle {
    font-size: 1.6rem;
  }
}

.fancybox-container {
  z-index: 999999999;
}

.bg-orange {
  background: #ffa400;
}

.bg-green {
  background: #2ED9C3;
}

.blur_booking select {
  color: #4D4D4D;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-size: 1.6rem;
  border: 1px solid #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
            for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
            
        */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
}

/* Custom UI datepiker */
body #ui-datepicker-div {
  z-index: 4444 !important;
}

body .ui-widget-content {
  border: 1px solid #1d1d20;
  padding: 15px;
}

body .ui-widget-header {
  color: #1d1d20;
}

body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-bottom-right-radius: 0;
}

body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-left,
body .ui-corner-bl {
  border-bottom-left-radius: 0;
}

body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
  border-top-right-radius: 0;
}

body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
  border-top-left-radius: 0;
}

body .ui-state-hover {
  background: #efefef;
}

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  border-radius: 0;
  color: #293033;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background: #283e56;
  color: white;
}

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  background: #649e33;
  color: white;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background: #283e56;
  color: white;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  border-radius: 0;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  background: #1d1d20;
  color: white;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  border-radius: 0;
}

body .ui-datepicker .ui-datepicker-prev {
  background: #1d1d20;
}

body .ui-datepicker .ui-datepicker-prev:before {
  content: '\f104';
  font-family: "Font Awesome 5 Free";
  color: white;
  line-height: 25px;
  text-align: center;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  height: 28px;
  width: 28px;
  line-height: 28px;
}

body .ui-datepicker .ui-datepicker-next {
  background: #1d1d20;
}

body .ui-datepicker .ui-datepicker-next:before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  color: white;
  line-height: 25px;
  text-align: center;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-weight: 900;
  height: 28px;
  width: 28px;
  line-height: 28px;
}

body .ui-widget-content {
  background: #fff;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background: #1d1d20;
}

body .ui-widget-header {
  border: 1px solid #fff;
  background: #fff;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  border: 1px solid #1d1d20;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  color: #293033;
  border: none;
  text-align: center;
}

body .ui-datepicker .ui-datepicker-prev {
  background: #1d1d20;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  background: #fff;
}

body .ui-datepicker .ui-datepicker-prev:before {
  content: '\f104';
  font-family: "Font Awesome 5 Free";
  color: white;
  line-height: 25px;
  text-align: center;
  display: block;
}

body .ui-widget-header .ui-icon {
  background-image: none;
}

body .ui-widget-header {
  border: none;
  background-color: transparent;
}

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  border: none;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-prev:hover {
  left: 0px;
  top: 2px;
}

body .ui-datepicker .ui-datepicker-next {
  right: 1px;
  top: 1px;
}

body .ui-datepicker {
  width: 300px;
  font-size: 14px;
}

body .ui-datepicker-today .ui-state-default,
body .ui-datepicker-calendar .ui-state-default:hover,
body .ui-datepicker-calendar .ui-state-active {
  background: #1d1d20;
  color: #fff;
}

body .ui-datepicker td span,
body .ui-datepicker td a {
  padding: 10px 0;
  margin: 0;
}

body .ui-datepicker select.ui-datepicker-month,
body .ui-datepicker select.ui-datepicker-year {
  height: 27px;
  border-radius: 0;
}

/*End ui datepiker*/
.hero .hero__slider:not(.slick-slider),
.hero .hero__slider_arrows:not(.slick-slider) {
  height: 800px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .hero .hero__slider:not(.slick-slider),
  .hero .hero__slider_arrows:not(.slick-slider) {
    height: 600px;
  }
}

@media (max-width: 1240px) {
  .hero .hero__slider:not(.slick-slider),
  .hero .hero__slider_arrows:not(.slick-slider) {
    height: 500px;
  }
}

.hero .hero__slider .hero__slider_item,
.hero .hero__slider_arrows .hero__slider_item {
  height: 800px;
}

@media (max-width: 1480px) {
  .hero .hero__slider .hero__slider_item,
  .hero .hero__slider_arrows .hero__slider_item {
    height: 600px;
  }
}

@media (max-width: 1240px) {
  .hero .hero__slider .hero__slider_item,
  .hero .hero__slider_arrows .hero__slider_item {
    height: 500px;
  }
}

.hero .above_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1480px) {
  .hero .above_text .right {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .hero .above_text .right {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .hero .above_text .right {
    width: 100%;
  }
}

.section-carusel .flex {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-carusel .column_small {
    text-align: center;
    width: 100%;
  }
}

.section-carusel .column_left {
  text-align: right;
}

@media (max-width: 768px) {
  .section-carusel .column_left {
    text-align: center;
    width: 100%;
  }
}

.section-carusel .column_left a {
  margin-right: 2%;
  color: #ffa400;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section-carusel .column_left a {
    margin-right: auto;
  }
}

.section-carusel .slider-carusel:not(.slick-slider),
.section-carusel .slider-carusel-arrows:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .section-carusel .slider-carusel:not(.slick-slider),
  .section-carusel .slider-carusel-arrows:not(.slick-slider) {
    height: 340px;
  }
}

@media (max-width: 560px) {
  .section-carusel .slider-carusel:not(.slick-slider),
  .section-carusel .slider-carusel-arrows:not(.slick-slider) {
    height: 240px;
  }
}

.section-carusel .slider-carusel:not(.slick-slider) .slide,
.section-carusel .slider-carusel-arrows:not(.slick-slider) .slide {
  width: 33.33%;
}

@media (max-width: 1024px) {
  .section-carusel .slider-carusel:not(.slick-slider) .slide,
  .section-carusel .slider-carusel-arrows:not(.slick-slider) .slide {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .section-carusel .slider-carusel:not(.slick-slider) .slide,
  .section-carusel .slider-carusel-arrows:not(.slick-slider) .slide {
    width: 100%;
  }
}

.section-carusel .slider-carusel .slide a,
.section-carusel .slider-carusel-arrows .slide a {
  height: 480px;
  width: 97%;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .section-carusel .slider-carusel .slide a,
  .section-carusel .slider-carusel-arrows .slide a {
    height: 340px;
  }
}

@media (max-width: 560px) {
  .section-carusel .slider-carusel .slide a,
  .section-carusel .slider-carusel-arrows .slide a {
    height: 240px;
    width: 100%;
  }
}

.section-carusel .slider-carusel .slide a:after,
.section-carusel .slider-carusel-arrows .slide a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-carusel .slider-carusel .slide a .above_text,
.section-carusel .slider-carusel-arrows .slide a .above_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 30px;
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel .slide a .above_text,
  .section-carusel .slider-carusel-arrows .slide a .above_text {
    padding: 23px;
  }
}

.section-carusel .slider-carusel .slide a .above_text *,
.section-carusel .slider-carusel-arrows .slide a .above_text * {
  color: #fff !important;
}

.section-carusel .slider-carusel .slide a .above_text h5,
.section-carusel .slider-carusel-arrows .slide a .above_text h5 {
  font-size: 2.2rem;
  line-height: 1.2em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel .slide a .above_text h5,
  .section-carusel .slider-carusel-arrows .slide a .above_text h5 {
    font-size: 1.8rem;
  }
}

.section-carusel .slider-carusel .slide.slide_0 a:after,
.section-carusel .slider-carusel-arrows .slide.slide_0 a:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,2ed9c3+100&0+0,0.29+58,0.62+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58%, rgba(134, 233, 220, 0.29)), to(rgba(46, 217, 195, 0.62)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(134, 233, 220, 0.29) 58%, rgba(46, 217, 195, 0.62) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#9e2ed9c3', GradientType=0);
  /* IE6-9 */
}

.section-carusel .slider-carusel .slide.slide_0 a:hover:after,
.section-carusel .slider-carusel-arrows .slide.slide_0 a:hover:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,2ed9c3+100&0+0,0.29+58,0.62+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58%, rgba(134, 233, 220, 0.29)), to(rgba(46, 217, 195, 0.92)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(134, 233, 220, 0.29) 58%, rgba(46, 217, 195, 0.92) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#9e2ed9c3', GradientType=0);
  /* IE6-9 */
}

.section-carusel .slider-carusel .slide.slide_1 a:after,
.section-carusel .slider-carusel-arrows .slide.slide_1 a:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffa400+100&0+0,0.29+58,0.62+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 202, 107, 0.29)), to(rgba(255, 164, 0, 0.62)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 202, 107, 0.29) 58%, rgba(255, 164, 0, 0.62) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#9effa400', GradientType=0);
  /* IE6-9 */
}

.section-carusel .slider-carusel .slide.slide_1 a:hover:after,
.section-carusel .slider-carusel-arrows .slide.slide_1 a:hover:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffa400+100&0+0,0.29+58,0.62+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 202, 107, 0.29)), to(rgba(255, 164, 0, 0.92)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 202, 107, 0.29) 58%, rgba(255, 164, 0, 0.92) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#9effa400', GradientType=0);
  /* IE6-9 */
}

.section-carusel .slider-carusel .slide.slide_2 a:after,
.section-carusel .slider-carusel-arrows .slide.slide_2 a:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fd495c+100&0+0,0.29+58,0.62+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58%, rgba(254, 149, 160, 0.29)), to(rgba(253, 73, 92, 0.62)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(254, 149, 160, 0.29) 58%, rgba(253, 73, 92, 0.62) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#9efd495c', GradientType=0);
  /* IE6-9 */
}

.section-carusel .slider-carusel .slide.slide_2 a:hover:after,
.section-carusel .slider-carusel-arrows .slide.slide_2 a:hover:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fd495c+100&0+0,0.29+58,0.62+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58%, rgba(254, 149, 160, 0.29)), to(rgba(253, 73, 92, 0.92)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(254, 149, 160, 0.29) 58%, rgba(253, 73, 92, 0.92) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#9efd495c', GradientType=0);
  /* IE6-9 */
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide h5,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide h5 {
  text-align: center;
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide a:hover .above_text,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide a:hover .above_text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide a:hover .hidden_text,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide a:hover .hidden_text {
  display: block;
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slide .above_text,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide .above_text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide .hidden_text,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide .hidden_text {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slide .hidden_text,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide .hidden_text {
    display: block;
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide .hidden_text p,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide .hidden_text p {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide .hidden_text .btn,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide .hidden_text .btn {
  border: 1px solid #fff;
  background: transparent;
  display: block;
  max-width: 190px;
  margin: 10px auto 0 auto;
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slide .hidden_text .btn,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide .hidden_text .btn {
    max-width: 130px;
    padding: 9px 20px 9px 20px;
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide.slide_0 a:hover:after,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide.slide_0 a:hover:after {
  background: rgba(46, 217, 195, 0.9);
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slide.slide_0 a:after,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide.slide_0 a:after {
    background: rgba(46, 217, 195, 0.9);
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide.slide_1 a:hover:after,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide.slide_1 a:hover:after {
  background: rgba(255, 164, 0, 0.9);
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slide.slide_1 a:after,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide.slide_1 a:after {
    background: rgba(255, 164, 0, 0.9);
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slide.slide_2 a:hover:after,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide.slide_2 a:hover:after {
  background: rgba(253, 73, 92, 0.9);
}

@media (max-width: 768px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slide.slide_2 a:after,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slide.slide_2 a:after {
    background: rgba(253, 73, 92, 0.9);
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid #4D4D4D;
  border-radius: 50px;
  color: #4D4D4D;
}

@media (max-width: 1240px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow:before,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  opacity: 1;
  color: #4D4D4D;
}

@media (max-width: 1240px) {
  .section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow:before,
  .section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow:before {
    font-size: 15px;
  }
}

.section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow.slick-prev,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow.slick-prev {
  left: -100px;
}

.section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow.slick-prev:before,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow.slick-prev:before {
  content: "\f053";
}

.section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow.slick-next,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow.slick-next {
  right: -100px;
}

.section-carusel .slider-carusel.slider-carusel-arrows .slick-arrow.slick-next:before,
.section-carusel .slider-carusel-arrows.slider-carusel-arrows .slick-arrow.slick-next:before {
  content: "\f054";
}

.section-benefits-item .section-benefits:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url(images/svg/orange-arrow-box.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  left: 0;
  bottom: -49px;
}

.section-benefits {
  padding-top: 100px;
}

@media (max-width: 1240px) {
  .section-benefits {
    padding-top: 100px;
  }
}

@media (max-width: 1024px) {
  .section-benefits {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .section-benefits .benefits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1480px) {
  .section-benefits .section-title-absolute {
    right: -100px;
  }
}

@media (max-width: 1024px) {
  .section-benefits .section-title-absolute {
    position: relative;
    right: 0;
    top: 0;
    line-height: 1em;
    font-size: 4.5rem;
    opacity: 1;
    text-align: center;
    color: #4D4D4D;
  }
}

@media (max-width: 768px) {
  .section-benefits .section-title-absolute {
    font-size: 3.5rem;
  }
}

.section-benefits .benefits_icon {
  position: relative;
}

@media (max-width: 768px) {
  .section-benefits .benefits_icon {
    width: 33.33%;
  }
}

@media (max-width: 560px) {
  .section-benefits .benefits_icon {
    width: 50%;
  }
}

.section-benefits .benefits_icon:after {
  content: "";
  width: 1px;
  height: 62px;
  display: block;
  position: absolute;
  right: 0;
  top: calc((100% - 62px) / 2);
  background: #8f8f8f;
}

@media (max-width: 1024px) {
  .section-benefits .benefits_icon:after {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .section-benefits .benefits_icon:after {
    content: none;
  }
}

.section-benefits .benefits_icon:last-child:after {
  content: none;
}

.section-benefits .benefits_icon img {
  display: block;
  margin: 10px auto;
  height: 62px;
}

@media (max-width: 1024px) {
  .section-benefits .benefits_icon img {
    height: 40px;
  }
}

.section-benefits .benefits_icon span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px auto 0 auto;
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .section-benefits .benefits_icon span {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}

.advantages .custom-arrow:before {
  content: none;
}

.advantages .section.orange {
  background-color: transparent;
}

.advantages .section-title-absolute {
  color: #B980D0;
  opacity: 0.15;
  left: -200px;
  top: 36px;
}

@media (max-width: 1600px) {
  .advantages .section-title-absolute {
    left: -100px;
  }
}

@media (max-width: 1240px) {
  .advantages .section-title-absolute {
    left: -10px;
    font-size: 100px;
    top: 56px;
  }
}

@media (max-width: 1024px) {
  .advantages .section-title-absolute {
    left: 0;
    font-size: 4rem;
    top: 0;
    position: relative;
    text-align: center;
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .advantages .section-title-absolute {
    font-size: 3rem;
  }
}

.advantages .section-benefits {
  padding-top: 40px;
  padding-bottom: 150px;
}

@media (max-width: 1240px) {
  .advantages .section-benefits {
    padding-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .advantages .section-benefits {
    padding-bottom: 40px;
  }
}

.section-big-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(images/svg/bg-transparent.svg);
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

@media (max-width: 1240px) {
  .section-big-banner:before {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .section-big-banner:before {
    background: rgba(72, 72, 72, 0.84);
  }
}

@media (max-width: 1024px) {
  .section-big-banner .big-banner-content {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .section-big-banner .big-banner-content {
    width: 100%;
  }
}

.section-big-banner .big-banner-content h2 {
  color: #FAE345;
  font-size: 6rem;
  line-height: 0.5em;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (max-width: 1480px) {
  .section-big-banner .big-banner-content h2 {
    font-size: 4rem;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.section-big-banner .big-banner-content h2 * {
  color: #FAE345;
  display: inline-block;
  width: 100%;
  line-height: 0.5em;
  font-size: 6rem;
}

@media (max-width: 1480px) {
  .section-big-banner .big-banner-content h2 * {
    font-size: 4rem;
  }
}

.section-big-banner .big-banner-content h2 span:nth-child(2) {
  opacity: 0.5;
  font-size: 10rem;
  line-height: 0.4em;
  padding-left: 133px;
}

@media (max-width: 1480px) {
  .section-big-banner .big-banner-content h2 span:nth-child(2) {
    font-size: 7rem;
  }
}

.section-big-banner .big-banner-content h2 span:nth-child(3) {
  padding-left: 80px;
  position: relative;
  top: -20px;
}

.section-big-banner .big-banner-content .general_content * {
  color: #fff;
}

.section-big-banner .big-banner-content .general_content ul {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .section-big-banner .big-banner-content .general_content ul {
    padding-top: 10px;
  }
}

.section-big-banner .big-banner-content .general_content ul li {
  padding-right: 13px;
  margin-bottom: 5px;
}

.section-full-boxes {
  text-align: center;
}

.section-full-boxes .section-title-center {
  margin-bottom: 0;
}

.section-full-boxes .row_boxes {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .section-full-boxes .row_boxes {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .section-full-boxes .row_boxes {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .section-full-boxes .row_boxes .box {
    width: 50%;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .section-full-boxes .row_boxes .box {
    margin: 10px 0;
    width: 100%;
  }
}

.section-full-boxes .row_boxes .box .wrapp_box {
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .section-full-boxes .row_boxes .box .wrapp_box {
    height: 400px;
  }
}

.section-full-boxes .row_boxes .box .wrapp_box * {
  color: #fff;
}

.section-full-boxes .row_boxes .box .wrapp_box:before {
  content: "";
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fae345+1,fae345+34,fae345+100&0+0,0.52+34,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 227, 69, 0)), color-stop(1%, rgba(250, 227, 69, 0.02)), color-stop(34%, rgba(250, 227, 69, 0.52)), to(rgba(250, 227, 69, 0.9)));
  background: linear-gradient(to bottom, rgba(250, 227, 69, 0) 0%, rgba(250, 227, 69, 0.02) 1%, rgba(250, 227, 69, 0.52) 34%, rgba(250, 227, 69, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fae345', endColorstr='#e6fae345', GradientType=0);
  /* IE6-9 */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1024px) {
  .section-full-boxes .row_boxes .box .wrapp_box:before {
    height: 200%;
  }
}

@media (max-width: 1024px) {
  .section-full-boxes .row_boxes .box .wrapp_box .hover_box {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
    margin: 0 auto;
  }
}

.section-full-boxes .row_boxes .box .wrapp_box .hover_box .hover_box_first {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
}

@media (max-width: 1024px) {
  .section-full-boxes .row_boxes .box .wrapp_box .hover_box .hover_box_first {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.section-full-boxes .row_boxes .box .wrapp_box .hover_box .hover_box_first h4 {
  font-size: 3rem;
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .section-full-boxes .row_boxes .box .wrapp_box .hover_box .hover_box_first h4 {
    font-size: 2rem;
  }
}

.section-full-boxes .row_boxes .box .wrapp_box .hover_box .hover_box_first p {
  font-weight: 300;
  font-style: italic;
  font-size: 1.8rem;
}

.section-full-boxes .row_boxes .box .wrapp_box .hover_box .hover_box_second {
  display: none;
}

@media (max-width: 1024px) {
  .section-full-boxes .row_boxes .box .wrapp_box .hover_box .hover_box_second {
    display: block;
  }
}

.section-full-boxes .row_boxes .box .wrapp_box:hover .hover_box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
}

.section-full-boxes .row_boxes .box .wrapp_box:hover:before {
  height: 100%;
  background: rgba(250, 227, 69, 0.9);
}

.section-full-boxes .row_boxes .box .wrapp_box:hover .hover_box_first {
  position: relative;
  bottom: auto;
  left: auto;
}

.section-full-boxes .row_boxes .box .wrapp_box:hover .hover_box_second {
  display: block;
}

.section-full-boxes .row_boxes .box.box_1 .wrapp_box:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd495c+0,fd495c+34,fd495c+100&0+0,0.52+34,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 73, 92, 0)), color-stop(34%, rgba(253, 73, 92, 0.52)), to(rgba(253, 73, 92, 0.9)));
  background: linear-gradient(to bottom, rgba(253, 73, 92, 0) 0%, rgba(253, 73, 92, 0.52) 34%, rgba(253, 73, 92, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fd495c', endColorstr='#e6fd495c', GradientType=0);
  /* IE6-9 */
}

.section-full-boxes .row_boxes .box.box_1 .wrapp_box:hover:before {
  background: rgba(253, 73, 92, 0.9);
}

.section-full-boxes .row_boxes .box.box_2 .wrapp_box:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b980d0+0,b980d0+34,b980d0+100&0+0,0.52+34,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 128, 208, 0)), color-stop(34%, rgba(185, 128, 208, 0.52)), to(rgba(185, 128, 208, 0.9)));
  background: linear-gradient(to bottom, rgba(185, 128, 208, 0) 0%, rgba(185, 128, 208, 0.52) 34%, rgba(185, 128, 208, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b980d0', endColorstr='#e6b980d0', GradientType=0);
  /* IE6-9 */
}

.section-full-boxes .row_boxes .box.box_2 .wrapp_box:hover:before {
  background: rgba(185, 128, 208, 0.9);
}

.section-app .image {
  border-radius: 12px;
  position: relative;
}

.section-app .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.8;
}

.section-app .image > .row {
  z-index: 2;
  position: relative;
  padding: 20px 40px;
}

@media (max-width: 768px) {
  .section-app .image > .row {
    padding: 0 40px;
  }
}

@media (max-width: 560px) {
  .section-app .image > .row {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .section-app .image > .row .general_content {
    width: 100%;
  }
}

.section-app .image > .row .wrap_vertical {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .section-app .image > .row .wrap_vertical {
    padding: 40px 0;
    text-align: center;
  }
}

.section-app .image > .row .wrap_vertical h2 {
  color: #FD495C;
}

.section-app .image > .row .wrap_vertical .wrapp_button {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .section-app .image > .row .wrap_vertical .wrapp_button {
    padding-top: 20px;
  }
}

.section-app .image > .row img {
  width: 36%;
  position: absolute;
  bottom: 0;
  right: 6%;
}

@media (max-width: 768px) {
  .section-app .image > .row img {
    width: 300px;
    position: relative;
    bottom: 0;
    right: auto;
    display: block;
    margin: 0 auto;
  }
}

.section-contact {
  overflow: hidden;
}

.section-contact .contact_map {
  z-index: 9;
  position: relative;
}

@media (max-width: 1024px) {
  .section-contact .contact_map {
    width: 100%;
  }
}

.section-contact .contact_map iframe {
  height: 750px;
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .section-contact .contact_map iframe {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .section-contact .contact_form {
    width: 100%;
    margin-top: 30px;
  }
}

.section-contact .contact_form input[type="text"],
.section-contact .contact_form input[type="tel"],
.section-contact .contact_form input[type="email"],
.section-contact .contact_form textarea {
  border: none;
  border-bottom: 1px solid #464646;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 0;
}

.section-contact .contact_form textarea {
  height: 80px;
}

.section-contact .contact_form .recaptcha {
  margin-bottom: 15px;
}

.section-contact .contact_form input[type="submit"] {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-contact .contact_form .col_50 {
    width: 100%;
  }
}

.section-contact h2 {
  font-size: 160px;
  position: relative;
  left: -50px;
  margin-bottom: 0px;
  opacity: 0.2;
  color: #00FFDE;
}

@media (max-width: 1240px) {
  .section-contact h2 {
    font-size: 130px;
  }
}

@media (max-width: 1024px) {
  .section-contact h2 {
    font-size: 4rem;
    left: 0;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .section-contact h2 {
    font-size: 3rem;
  }
}

@media (max-width: 560px) {
  .section-contact h2 {
    font-size: 2.5rem;
  }
}

.section-contact .contact_info {
  padding-top: 35px;
}

@media (max-width: 768px) {
  .section-contact .contact_info .col_50 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .section-contact .contact_info .col_50::last-child {
    margin-bottom: 0;
  }
}

.section-contact .contact_info h5 {
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 7px;
}

@media (max-width: 768px) {
  .section-contact .contact_info h5 {
    margin-bottom: 14px;
    padding-bottom: 3px;
  }
}

.section-contact .contact_info p {
  margin-bottom: 0;
}

.section-contact .contact_info a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

.section-contact .contact_info a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 6px;
}

@media (max-width: 1024px) {
  .section-contact .contact_info a:before {
    background-size: 13px;
    top: 3px;
  }
}

.section-contact .contact_info a.phone:before {
  background-image: url(images/svg/phone-green.svg);
  top: 3px;
}

.section-contact .contact_info a.email:before {
  background-image: url(images/svg/email-green.svg);
}

.section-contact .contact_info a.address:before {
  background-size: 15px;
  height: 19px;
  top: 2px;
  background-image: url(images/svg/location-green.svg);
}

@media (max-width: 1024px) {
  .section-contact .contact_info a.address:before {
    background-size: 13px;
    top: 1px;
  }
}

.section_rooms_home {
  overflow: hidden;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .section_rooms_home {
    margin-top: 0;
  }
}

.section_rooms_home .section-title-absolute {
  color: #2ED9C3;
  right: 50px;
  bottom: 120px;
  top: auto;
  left: auto;
}

@media (max-width: 1240px) {
  .section_rooms_home .section-title-absolute {
    display: none;
  }
}

.section_rooms_home .room_slider .big-slider {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}

.section_rooms_home .room_slider .big-slider .slide a {
  border-radius: 0;
  min-height: 600px;
}

@media (max-width: 1024px) {
  .section_rooms_home .room_slider .big-slider .slide a {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .section_rooms_home .room_slider .big-slider .slide a {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .section_rooms_home .room_slider .big-slider .slide a {
    min-height: 200px;
  }
}

@media (max-width: 1024px) {
  .section_rooms_home .single_room .room_text {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .section_rooms_home .single_room .room_slider {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section_rooms_home .single_room .room_slider .big-slider {
    position: relative;
    width: 100%;
  }
}

.section_rooms_home .room_text {
  min-height: 500px;
  position: relative;
  z-index: 1;
}

.section_rooms_home .tabs_nav {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .section_rooms_home .tabs_nav {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .section_rooms_home .tabs_nav {
    margin-top: 10px;
  }
}

.section_rooms_home .tabs_nav .tab_nav {
  background: #fff;
  padding: 24px 30px 20px 30px;
  border-radius: 7px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.19);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .section_rooms_home .tabs_nav .tab_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 30px 13px 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section_rooms_home .tabs_nav .tab_nav {
    padding: 16px 20px 13px 20px;
  }
}

.section_rooms_home .tabs_nav .tab_nav a {
  position: relative;
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}

@media (max-width: 1024px) {
  .section_rooms_home .tabs_nav .tab_nav a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .section_rooms_home .tabs_nav .tab_nav a {
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

.section_rooms_home .tabs_nav .tab_nav a.active {
  color: #FD495C;
}

.section_rooms_home .tabs_nav .tab_nav a:hover {
  color: #FD495C;
}

.section_rooms_home .tabs_nav .tab_nav a:last-child {
  padding-right: 0;
}

.section_rooms_home .tabs_nav .tab_nav a:last-child::after {
  content: none;
}

.section_rooms_home .tabs_nav .tab_nav a:after {
  content: "";
  width: 1px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px;
  background: #4D4D4D;
}

@media (max-width: 1024px) {
  .section_rooms_home .tabs_nav .tab_nav a:after {
    content: none;
  }
}

.tabs-content .tab_content {
  display: none;
}

.tabs-content .tab_content.active {
  display: block;
}

.green_arrow:before {
  content: "";
  width: 200%;
  height: 900px;
  background: #2ED9C3;
  position: absolute;
  left: -50%;
  bottom: -600px;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.section-locations-slider .section-title-absolute {
  color: #2ED9C3;
  opacity: 0.1;
  font-size: 150px;
  position: relative;
  right: auto;
  top: 0;
  line-height: 0.5;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .section-locations-slider .section-title-absolute {
    left: 0;
    font-size: 4rem;
    top: 0;
    position: relative;
    text-align: center;
    opacity: 0.7;
    line-height: 1em;
  }
}

@media (max-width: 1024px) {
  .section-locations-slider .section-subtitle {
    text-align: center;
  }
}

.section-locations-slider .tabs_nav {
  position: relative;
  z-index: 9;
  margin-top: 30px;
}

.section-locations-slider .tabs_nav .tab_nav {
  width: 45%;
  display: inline-block;
}

@media (max-width: 1024px) {
  .section-locations-slider .tabs_nav .tab_nav {
    width: 100%;
    text-align: center;
  }
}

.section-locations-slider .tabs_nav .tab_nav a {
  color: #fff;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 560px) {
  .section-locations-slider .tabs_nav .tab_nav a {
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.section-locations-slider .tabs_nav .tab_nav a:hover {
  color: #FD495C;
}

.section-locations-slider .tabs_nav .tab_nav a.active {
  color: #FD495C;
}

.section-locations-slider .box_text_wrapp {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .section-locations-slider .box_text_wrapp {
    padding-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section-locations-slider .box_text_wrapp {
    padding-bottom: 0;
  }
}

.section-locations-slider .box_text_wrapp h3 {
  color: #ffa400;
  font-size: 3.3rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-locations-slider .box_text_wrapp h3 {
    font-size: 2.7rem;
  }
}

.section-locations-slider .wrapp_buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-locations-slider .wrapp_buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}

.section-locations-slider .wrapp_buttons a.btn_1 {
  background: transparent;
  color: #ffa400;
  border: 1px solid #ffa400;
}

.section-locations-slider .wrapp_buttons a.btn_1:hover {
  color: #fff;
  background: #ffa400;
}

@media (max-width: 1024px) {
  .section-locations-slider .box_text {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-locations-slider .box_slider {
    width: 100%;
  }
}

.section-locations-slider .box_slider .big-slider {
  position: absolute;
  width: 50%;
  right: 0;
  top: 100px;
}

@media (max-width: 1024px) {
  .section-locations-slider .box_slider .big-slider {
    position: relative;
    width: 100%;
    top: 0;
  }
}

.section-locations-slider .box_slider .big-slider .slider_room:not(.slick-slider) {
  height: 600px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .section-locations-slider .box_slider .big-slider .slider_room:not(.slick-slider) {
    height: 550px;
  }
}

@media (max-width: 1024px) {
  .section-locations-slider .box_slider .big-slider .slider_room:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .section-locations-slider .box_slider .big-slider .slider_room:not(.slick-slider) {
    height: 300px;
  }
}

.section-locations-slider .box_slider .big-slider .slider_room .slide a {
  height: 600px;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .section-locations-slider .box_slider .big-slider .slider_room .slide a {
    height: 550px;
  }
}

@media (max-width: 1024px) {
  .section-locations-slider .box_slider .big-slider .slider_room .slide a {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .section-locations-slider .box_slider .big-slider .slider_room .slide a {
    height: 300px;
  }
}

.section-locations-slider .box_slider .big-slider .slider_room .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  bottom: 0;
  top: auto;
}

@media (max-width: 1240px) {
  .section-locations-slider .box_slider .big-slider .slider_room .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.section-locations-slider .box_slider .big-slider .slider_room .slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 1240px) {
  .section-locations-slider .box_slider .big-slider .slider_room .slick-arrow:before {
    font-size: 15px;
  }
}

.section-locations-slider .box_slider .big-slider .slider_room .slick-arrow.slick-prev {
  right: 100px;
  left: auto;
}

.section-locations-slider .box_slider .big-slider .slider_room .slick-arrow.slick-prev:before {
  content: "\f053";
}

@media (max-width: 1240px) {
  .section-locations-slider .box_slider .big-slider .slider_room .slick-arrow.slick-prev {
    right: 80px;
  }
}

.section-locations-slider .box_slider .big-slider .slider_room .slick-arrow.slick-next {
  right: 30px;
}

.section-locations-slider .box_slider .big-slider .slider_room .slick-arrow.slick-next:before {
  content: "\f054";
}

.section_about {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .section_about .general_content {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .section_about .general_video {
    width: 100%;
    margin-bottom: 20px;
  }
}

.section_about .general_video .cover {
  height: 400px;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 0 19px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0 19px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .section_about .general_video .cover {
    height: 300px;
  }
}

.section_about .general_video .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(images/svg/play_videos.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.section-boxex .box_colored {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-boxex .box_colored {
    margin-bottom: 20px;
    width: 50%;
  }
}

.section-boxex .box_colored .box_colored_img {
  height: 400px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .section-boxex .box_colored .box_colored_img {
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .section-boxex .box_colored .box_colored_img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .section-boxex .box_colored .box_colored_img {
    height: 200px;
  }
}

@media (max-width: 560px) {
  .section-boxex .box_colored .box_colored_img {
    height: 150px;
  }
}

.section-boxex .box_colored .box_colored_img:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .section-boxex .box_colored .box_colored_img:after {
    height: 100%;
  }
}

.section-boxex .box_colored .box_colored_img .above_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 30px;
}

@media (max-width: 1024px) {
  .section-boxex .box_colored .box_colored_img .above_text {
    padding: 15px;
  }
}

.section-boxex .box_colored .box_colored_img .above_text h5 {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .section-boxex .box_colored .box_colored_img .above_text h5 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .section-boxex .box_colored .box_colored_img .above_text h5 {
    font-size: 1.4rem;
  }
}

.section-boxex .box_colored .box_colored_img.box_4:after, .section-boxex .box_colored .box_colored_img.box_8:after, .section-boxex .box_colored .box_colored_img.box_9:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ed9c3+0,2ed9c3+100&0+0,0.71+91,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 217, 195, 0)), color-stop(91%, rgba(46, 217, 195, 0.71)), to(rgba(46, 217, 195, 0.9)));
  background: linear-gradient(to bottom, rgba(46, 217, 195, 0) 0%, rgba(46, 217, 195, 0.71) 91%, rgba(46, 217, 195, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002ed9c3', endColorstr='#e62ed9c3', GradientType=0);
  /* IE6-9 */
}

.section-boxex .box_colored .box_colored_img.box_0:after, .section-boxex .box_colored .box_colored_img.box_5:after, .section-boxex .box_colored .box_colored_img.box_7:after, .section-boxex .box_colored .box_colored_img.box_11:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ed9c3+0,fae345+100&0+0,0.71+91,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 217, 195, 0)), color-stop(91%, rgba(232, 226, 80, 0.71)), to(rgba(250, 227, 69, 0.9)));
  background: linear-gradient(to bottom, rgba(46, 217, 195, 0) 0%, rgba(232, 226, 80, 0.71) 91%, rgba(250, 227, 69, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002ed9c3', endColorstr='#e6fae345', GradientType=0);
  /* IE6-9 */
}

.section-boxex .box_colored .box_colored_img.box_1:after, .section-boxex .box_colored .box_colored_img.box_6:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ed9c3+0,fd495c+100&0+0,0.71+91,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 217, 195, 0)), color-stop(91%, rgba(234, 86, 101, 0.71)), to(rgba(253, 73, 92, 0.9)));
  background: linear-gradient(to bottom, rgba(46, 217, 195, 0) 0%, rgba(234, 86, 101, 0.71) 91%, rgba(253, 73, 92, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002ed9c3', endColorstr='#e6fd495c', GradientType=0);
  /* IE6-9 */
}

.section-boxex .box_colored .box_colored_img.box_2:after, .section-boxex .box_colored .box_colored_img.box_3:after, .section-boxex .box_colored .box_colored_img.box_10:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ed9c3+0,4d4d4d+100&0+0,0.71+91,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 217, 195, 0)), color-stop(91%, rgba(74, 90, 88, 0.71)), to(rgba(77, 77, 77, 0.9)));
  background: linear-gradient(to bottom, rgba(46, 217, 195, 0) 0%, rgba(74, 90, 88, 0.71) 91%, rgba(77, 77, 77, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002ed9c3', endColorstr='#e64d4d4d', GradientType=0);
  /* IE6-9 */
}

.section-hero {
  min-height: 500px;
}

@media (max-width: 1480px) {
  .section-hero {
    min-height: 400px;
  }
}

@media (max-width: 1240px) {
  .section-hero {
    min-height: 300px;
  }
}

@media (max-width: 1024px) {
  .section-hero {
    min-height: initial;
    padding: 80px 0;
  }
}

@media (max-width: 560px) {
  .section-hero {
    padding: 60px 0;
  }
}

@media (max-width: 560px) {
  .section-hero .big-hero {
    width: 100%;
  }
}

.section-hero .big-hero .blur {
  padding: 50px 100px;
  display: inline-block;
  width: auto;
  text-align: center;
}

@media (max-width: 1240px) {
  .section-hero .big-hero .blur {
    padding: 30px 50px;
  }
}

@media (max-width: 1024px) {
  .section-hero .big-hero .blur {
    padding: 20px 40px;
  }
}

@media (max-width: 768px) {
  .section-hero .big-hero .blur {
    padding: 20px 25px 15px 25px;
  }
}

.section-hero .big-hero .blur h1 {
  color: #fff;
}

@media (max-width: 768px) {
  .section-hero .big-hero .blur h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 560px) {
  .section-hero .big-hero .blur h1 {
    font-size: 2rem;
  }
}

.section-hero .big-hero .blur p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 2.2rem;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .section-hero .big-hero .blur p {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .section-hero .big-hero .blur p {
    font-size: 1.7rem;
  }
}

@media (max-width: 560px) {
  .section-hero .big-hero .blur p {
    font-size: 1.5rem;
  }
}

.custom_form {
  z-index: 9;
}

.custom_form .elementor-widget-container {
  width: 94%;
  margin: 10px auto;
  background: #fff;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  padding: 36px;
  border-radius: 12px;
  position: relative;
  top: -20px;
}

@media (max-width: 1024px) {
  .custom_form .elementor-widget-container {
    width: 98%;
  }
}

@media (max-width: 768px) {
  .custom_form .elementor-widget-container {
    padding: 25px;
  }
}

.custom_form .elementor-widget-container textarea,
.custom_form .elementor-widget-container input[type="text"],
.custom_form .elementor-widget-container input[type="email"],
.custom_form .elementor-widget-container input[type="tel"] {
  background: #F9F9F9;
  border: 1px solid #CBCBCB;
  margin-bottom: 15px;
}

.custom_form .elementor-widget-container textarea {
  height: 100px;
}

.custom_form .elementor-widget-container .recaptcha {
  margin-bottom: 15px;
}

.custom_form .elementor-widget-container input[type="submit"] {
  width: 100%;
  margin-bottom: 0;
}

.custom_form .elementor-widget-container .checkin {
  position: relative;
}

.custom_form .elementor-widget-container h3 {
  font-size: 2rem;
  margin-bottom: 14px;
}

@media (max-width: 1024px) {
  .custom_form .elementor-widget-container h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .custom_form .elementor-widget-container .col_50 {
    width: 100%;
  }
}

.checkin-box,
.checkout-box {
  position: relative;
}

.checkin-box input[type="text"],
.checkout-box input[type="text"] {
  padding-left: 40px;
}

.checkin-box:before,
.checkout-box:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/svg/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  position: absolute;
  left: 26px;
  top: 9px;
  z-index: 9;
}

.contact_infos a {
  padding-left: 26px;
  position: relative;
  color: #FD495C;
  margin-bottom: 17px;
}

.contact_infos a:hover {
  color: #2ED9C3;
}

.contact_infos a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.contact_infos a.phone:before {
  background-image: url(images/svg/phone-pink.svg);
}

.contact_infos a.address:before {
  background-image: url(images/svg/address-pink.svg);
  height: 20px;
}

.contact_infos a.email:before {
  background-image: url(images/svg/email-pink.svg);
}

.map_box iframe {
  background: #fff;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .map_box iframe {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .map_box iframe {
    height: 200px;
  }
}

.green_decoration.section {
  padding-top: 0;
}

.green_decoration:before {
  content: "";
  width: 200%;
  height: 600px;
  background: #2ED9C3;
  position: absolute;
  left: -50%;
  top: -300px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media (max-width: 768px) {
  .green_decoration:before {
    content: none;
  }
}

.orange_decoration {
  position: relative;
}

.orange_decoration:before {
  content: "";
  width: 200%;
  height: 850px;
  background: #ffa400;
  position: absolute;
  left: -50%;
  bottom: -200px;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

@media (max-width: 1024px) {
  .orange_decoration:before {
    height: 870px;
  }
}

.newsletter_box {
  margin-bottom: 25px;
}

.newsletter_box input[type="email"] {
  border-radius: 5px;
  height: 51px;
  margin-bottom: 0;
}

.newsletter_box input[type="submit"] {
  background: #FD495C;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
}

.newsletter_box input[type="submit"]:hover {
  background: #ffa400;
}

@media (max-width: 1024px) {
  .newsletter_box .col_40 {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .newsletter_box .col_40 {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .newsletter_box .col_40 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .newsletter_box .col_15 {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .newsletter_box .col_15 {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .newsletter_box .col_15 {
    width: 100%;
  }
}

@media (max-width: 1480px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 1000px;
  }
}

@media (max-width: 1240px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 85%;
  }
}

@media (max-width: 1020px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 90%;
  }
}

.section_gallery .col_gall a {
  height: 400px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .section_gallery .col_gall a {
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .section_gallery .col_gall a {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .section_gallery .col_gall a {
    height: 200px;
  }
}

@media (max-width: 560px) {
  .section_gallery .col_gall a {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .section_gallery .col_gall a {
    height: 100px;
  }
}

.section_gallery .col_gall a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(images/svg/search.svg);
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1240px) {
  .section_gallery .col_gall a:before {
    background-size: 30px;
  }
}

@media (max-width: 560px) {
  .section_gallery .col_gall a:before {
    background-size: 20px;
  }
}

@media (max-width: 480px) {
  .section_gallery .col_gall a:before {
    background-size: 15px;
  }
}

.section_gallery .col_gall a:hover:before {
  opacity: 1;
  visibility: visible;
}

.section_gallery .col_gall.item_0 {
  width: 66.66%;
}

.section_gallery .col_gall.item_1 {
  width: 33.33%;
}

.section_gallery .col_gall.item_2, .section_gallery .col_gall.item_3, .section_gallery .col_gall.item_4 {
  width: 33.33%;
}

@media (max-width: 1024px) {
  .section-room-info .col_50 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-room-info .col_50:first-child {
    margin-bottom: 30px;
  }
}

.section-room-info h2 {
  color: #FD495C;
  padding-left: 40px;
  font-size: 2.2rem;
  padding-right: 20px;
  position: relative;
}

@media (max-width: 1480px) {
  .section-room-info h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .section-room-info h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 1480px) {
  .section-room-info .info_amm_text {
    width: 150px;
  }
}

@media (max-width: 560px) {
  .section-room-info .info_amm_text {
    width: 100%;
    margin-bottom: 14px;
  }
}

.section-room-info .info_amm_text h2:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 560px) {
  .section-room-info .info_amm_text h2:before {
    background-position: left center;
  }
}

.section-room-info .info_amm .info_amm_text h2:before {
  background-image: url(images/svg/icon_ameties.svg);
  top: -9px;
}

@media (max-width: 1480px) {
  .section-room-info .info_amm .info_amm_text h2:before {
    background-size: 20px;
  }
}

.section-room-info .info_serv .info_amm_text h2:before {
  background-image: url(images/svg/icon_services.svg);
  background-size: 30px;
  top: -9px;
}

@media (max-width: 1480px) {
  .section-room-info .info_serv .info_amm_text h2:before {
    background-size: 25px;
  }
}

@media (max-width: 1480px) {
  .section-room-info .info_amm_list {
    width: calc(100% - 170px);
  }
}

@media (max-width: 560px) {
  .section-room-info .info_amm_list {
    width: 100%;
  }
}

.section-room-info .info_amm_list ul {
  margin-bottom: 0;
}

.section-room-info .info_amm_list ul li {
  padding-left: 30px;
  position: relative;
}

.section-room-info .info_amm_list ul li:last-child {
  margin-bottom: 0;
}

.section-room-info .info_amm_list ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(images/svg/icon_check_red.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 4px;
}

.section-room-details * {
  color: #fff;
}

.section-room-details .details_room {
  padding-left: 40px;
  border-left: 1px solid #fff;
}

@media (max-width: 768px) {
  .section-room-details .details_room {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.section-room-details .details_room .big-price {
  font-size: 5.8rem;
  margin-bottom: 25px;
  padding-left: 50px;
  color: #FD495C;
  font-family: "AL Nevrada Personal Use Only";
  line-height: 1em;
}

@media (max-width: 1024px) {
  .section-room-details .details_room .big-price {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .section-room-details .details_room .big-price {
    font-size: 3rem;
  }
}

@media (max-width: 560px) {
  .section-room-details .details_room .big-price {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .section-room-details .details_left,
  .section-room-details .details_right {
    width: 100%;
  }
}

.section-room-details .listing li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
}

.section-room-details .listing li:before {
  content: "";
  width: 25px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.section-room-details .listing li.max:before {
  background-image: url(images/svg/icon_people_white.svg);
}

.section-room-details .listing li.beds:before {
  background-image: url(images/svg/icon_bead_white.svg);
}

.section-room-details .listing li.bathroom:before {
  background-image: url(images/svg/icon_bath_white.svg);
}

.section-room-details .listing li.parking:before {
  background-image: url(images/svg/icon_car_white.svg);
}

.section-room-details .listing li.pool:before {
  background-image: url(images/svg/icon_pool_white.svg);
}

.section-room-details .listing li.size:before {
  background-image: url(images/svg/icon_dimensions_white.svg);
}

.hero_room .hero__slider_arrows .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  bottom: 0;
  top: auto;
}

@media (max-width: 1240px) {
  .hero_room .hero__slider_arrows .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -10px;
  }
}

.hero_room .hero__slider_arrows .slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 1240px) {
  .hero_room .hero__slider_arrows .slick-arrow:before {
    font-size: 15px;
  }
}

.hero_room .hero__slider_arrows .slick-arrow.slick-prev {
  left: 60px;
}

@media (max-width: 1240px) {
  .hero_room .hero__slider_arrows .slick-arrow.slick-prev {
    left: 40px;
  }
}

.hero_room .hero__slider_arrows .slick-arrow.slick-prev:before {
  content: "\f053";
}

.hero_room .hero__slider_arrows .slick-arrow.slick-next {
  left: 130px;
  right: auto;
}

@media (max-width: 1240px) {
  .hero_room .hero__slider_arrows .slick-arrow.slick-next {
    left: 90px;
  }
}

.hero_room .hero__slider_arrows .slick-arrow.slick-next:before {
  content: "\f054";
}

.hero_room .min_nav {
  width: calc(100% - 200px);
  position: absolute;
  bottom: 30px;
  right: 0;
  padding-right: 200px;
  text-align: center;
  color: #fff;
  z-index: 9;
}

@media (max-width: 1024px) {
  .hero_room .min_nav {
    bottom: 20px;
  }
}

@media (max-width: 768px) {
  .hero_room .min_nav {
    display: none;
  }
}

.hero_room .min_nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-right: 15px;
  margin-left: 15px;
}

@media (max-width: 1240px) {
  .hero_room .min_nav a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .hero_room .min_nav a {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.3rem;
  }
}

.hero_room .min_nav a:hover {
  color: #ffa400;
}

.listing_rooms_green {
  position: relative;
}

.listing_rooms_green:before {
  content: "";
  border-right: 190vw solid #2ED9C3;
  border-top: 28vw solid transparent;
  border-bottom: 21vw solid transparent;
  width: 0;
  height: 10vw;
  position: absolute;
  right: 0;
  top: 38%;
}

@media (max-width: 768px) {
  .listing_rooms_green:before {
    content: none;
  }
}

.listing_rooms.listing_rooms_yellow:before {
  content: "";
  border-left: 240vw solid #FAE345;
  border-top: 15vw solid transparent;
  border-bottom: 26vw solid transparent;
  width: 0;
  height: 10vw;
  position: absolute;
  left: 0;
  top: 24%;
}

@media (max-width: 768px) {
  .listing_rooms.listing_rooms_yellow:before {
    content: none;
  }
}

.listing_rooms .slider_room:not(.slick-slider) {
  height: 500px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .listing_rooms .slider_room:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 1240px) {
  .listing_rooms .slider_room:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .listing_rooms .slider_room:not(.slick-slider) {
    height: 300px;
  }
}

.listing_rooms .slider_room .slide a {
  height: 500px;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .listing_rooms .slider_room .slide a {
    height: 400px;
  }
}

@media (max-width: 1240px) {
  .listing_rooms .slider_room .slide a {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .listing_rooms .slider_room .slide a {
    height: 300px;
  }
}

.listing_rooms .slider_room .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  bottom: 0;
  top: auto;
}

@media (max-width: 1240px) {
  .listing_rooms .slider_room .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.listing_rooms .slider_room .slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 1240px) {
  .listing_rooms .slider_room .slick-arrow:before {
    font-size: 15px;
  }
}

.listing_rooms .slider_room .slick-arrow.slick-prev {
  right: 100px;
  left: auto;
}

.listing_rooms .slider_room .slick-arrow.slick-prev:before {
  content: "\f053";
}

@media (max-width: 1240px) {
  .listing_rooms .slider_room .slick-arrow.slick-prev {
    right: 80px;
  }
}

.listing_rooms .slider_room .slick-arrow.slick-next {
  right: 30px;
}

.listing_rooms .slider_room .slick-arrow.slick-next:before {
  content: "\f054";
}

.listing_rooms .short_info {
  padding-top: 36px;
}

@media (max-width: 768px) {
  .listing_rooms .short_info {
    padding-top: 20px;
  }
}

.listing_rooms .short_info span {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}

@media (max-width: 1240px) {
  .listing_rooms .short_info span {
    padding-right: 20px;
  }
}

.listing_rooms .short_info span:before {
  content: "";
  width: 20px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 22px;
}

.listing_rooms .short_info span.people:before {
  background-image: url(images/svg/icon_people_green.svg);
  background-size: 17px;
  top: -2px;
}

.listing_rooms .short_info span.parking:before {
  background-image: url(images/svg/icon_car_green.svg);
}

.listing_rooms .short_info span.beds:before {
  background-image: url(images/svg/icon_bed_green.svg);
}

.listing_rooms .short_info span.bathroom:before {
  background-image: url(images/svg/icon_bath_green.svg);
  background-size: 19px;
  top: -3px;
}

.listing_rooms .short_info span.pool:before {
  background-image: url(images/svg/icon_pool_green.svg);
}

.listing_rooms .room {
  padding-bottom: 80px;
}

@media (max-width: 1240px) {
  .listing_rooms .room {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .listing_rooms .room {
    padding-bottom: 40px;
  }
}

.listing_rooms .room:last-child {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .listing_rooms .room .room_slider {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .listing_rooms .room .room_text {
    width: 100%;
  }
}

.listing_rooms .room .room_text .wrapp_buttons {
  padding-top: 15px;
}

@media (max-width: 768px) {
  .listing_rooms .room .room_text .wrapp_buttons {
    padding-top: 10px;
  }
}

.listing_rooms .room .room_text .wrapp_buttons .btn {
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .listing_rooms .room .room_text .wrapp_buttons .btn {
    margin-right: 7px;
    padding: 15px 30px 12px 30px;
  }
}

.listing_rooms .room .room_text .wrapp_buttons .btn:last-child {
  margin-right: 0;
}

.listing_rooms .room h2 {
  margin-bottom: 0;
}

.listing_rooms .room.color_0 h2,
.listing_rooms .room.color_0 h2 * {
  color: #ffa400;
}

.listing_rooms .room.color_0 h2:hover,
.listing_rooms .room.color_0 h2 *:hover {
  color: #2ED9C3;
}

.listing_rooms .room.color_0 .btn_1 {
  background: #ffa400;
  color: #fff;
  border: 1px solid #ffa400;
}

.listing_rooms .room.color_0 .btn_1:hover {
  color: #fff;
  background: #FFA400;
  border: 1px solid #FFA400;
}

.listing_rooms .room.color_0 .btn_2 {
  background: transparent;
  color: #ffa400;
  border: 1px solid #ffa400;
}

.listing_rooms .room.color_0 .btn_2:hover {
  color: #fff;
  background: #ffa400;
  border: 1px solid #ffa400;
}

.listing_rooms .room.color_1 h2,
.listing_rooms .room.color_1 h2 * {
  color: #FD495C;
}

.listing_rooms .room.color_1 h2:hover,
.listing_rooms .room.color_1 h2 *:hover {
  color: #FD495C;
}

.listing_rooms .room.color_1 .btn_1 {
  background: #FD495C;
  color: #fff;
  border: 1px solid #FD495C;
}

.listing_rooms .room.color_1 .btn_1:hover {
  color: #fff;
  background: #FF001B;
  border: 1px solid #FF001B;
}

.listing_rooms .room.color_1 .btn_2 {
  background: transparent;
  color: #FD495C;
  border: 1px solid #FD495C;
}

.listing_rooms .room.color_1 .btn_2:hover {
  color: #fff;
  background: #FD495C;
  border: 1px solid #FD495C;
}

.listing_rooms .room.color_2 h2,
.listing_rooms .room.color_2 h2 * {
  color: #2ED9C3;
}

.listing_rooms .room.color_2 h2:hover,
.listing_rooms .room.color_2 h2 *:hover {
  color: #2ED9C3;
}

.listing_rooms .room.color_2 .btn_2 {
  background: transparent;
  color: #2ED9C3;
  border: 1px solid #2ED9C3;
}

.listing_rooms .room.color_2 .btn_2:hover {
  color: #fff;
  background: #2ED9C3;
  border: 1px solid #2ED9C3;
}

.listing_rooms .room.color_3 h2,
.listing_rooms .room.color_3 h2 * {
  color: #FAE345;
}

.listing_rooms .room.color_3 h2:hover,
.listing_rooms .room.color_3 h2 *:hover {
  color: #FAE345;
}

.listing_rooms .room.color_3 .btn_1 {
  background: #FAE345;
  color: #fff;
  border: 1px solid #FAE345;
}

.listing_rooms .room.color_3 .btn_1:hover {
  color: #fff;
  background: #FFDF00;
  border: 1px solid #FFDF00;
}

.listing_rooms .room.color_3 .btn_2 {
  background: transparent;
  color: #FAE345;
  border: 1px solid #FAE345;
}

.listing_rooms .room.color_3 .btn_2:hover {
  color: #fff;
  background: #FAE345;
  border: 1px solid #FAE345;
}

.section_single {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .section_single.section_single_elementor {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section_single.section_single_elementor {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.orange_decoration_middle {
  position: relative;
}

.orange_decoration_middle:before {
  content: "";
  border-left: 170vw solid #F1962C;
  border-top: 39vw solid transparent;
  border-bottom: 15vw solid transparent;
  width: 0;
  height: 7vw;
  position: absolute;
  left: 0;
  top: 16%;
}

@media (max-width: 768px) {
  .orange_decoration_middle:before {
    content: none;
  }
}

.section-group {
  padding-top: 150px;
}

.section-group .section-title-absolute {
  color: #fff;
}

.section-group .white-box {
  border-radius: 12px;
  -webkit-box-shadow: 0px 0 19px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0 19px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  padding: 60px;
}

.group-form h2 {
  font-size: 2.7rem;
  color: #ffa400;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
  margin-top: 15px;
}

.group-form table,
.group-form tr,
.group-form td {
  border: none;
}

.group-form input[type="text"],
.group-form input[type="tel"],
.group-form input[type="email"],
.group-form textarea {
  background: #F9F9F9;
  border: 1px solid #CBCBCB !important;
  margin-bottom: 15px;
  width: 100% !important;
}

.group-form select {
  background: #F9F9F9;
  border: 1px solid #CBCBCB !important;
  margin-bottom: 15px;
  width: 100% !important;
  height: 40px;
  font-family: "Josefin Sans";
  border-radius: 2px;
  padding: 0 10px;
}

.group-form input[type="checkbox"] {
  top: 0;
  margin-top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.group-form input[type="submit"] {
  background: #FD495C;
  border: none !important;
  text-transform: uppercase;
}

.group-form .row_add_event button {
  background: #ffa400;
  border: none !important;
  text-transform: uppercase;
}

.green_owh {
  overflow: hidden;
}

.load_more {
  text-align: center;
}

.blur_booking {
  padding: 40px;
  text-align: center;
}

@media (max-width: 1240px) {
  .blur_booking {
    padding: 30px;
  }
}

.blur_booking * {
  color: #fff;
}

.blur_booking .large {
  font-family: "AL Nevrada Personal Use Only";
  font-size: 3.5rem;
  margin-bottom: 38px;
}

@media (max-width: 1240px) {
  .blur_booking .large {
    font-size: 2.5rem;
    margin-bottom: 14px;
  }
}

.blur_booking .small {
  margin-bottom: 0;
  padding-top: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.blur_booking input[type="text"] {
  border: none;
  color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-left: 0;
  padding-right: 0;
  background: none !important;
  text-align: center;
  height: 50px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 1240px) {
  .blur_booking input[type="text"] {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 42px;
  }
}

.blur_booking button[type="button"] {
  text-transform: uppercase;
}

.blur_booking .date,
.blur_booking .dateOut {
  width: 46%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}

.blur_booking .date label,
.blur_booking .dateOut label {
  font-weight: 300;
  font-size: 1.8rem;
}

@media (max-width: 1240px) {
  .blur_booking .date label,
  .blur_booking .dateOut label {
    margin-bottom: 0;
  }
}

.blur_booking .adults {
  clear: both;
  margin-bottom: 28px;
}

.blur_booking .adults label {
  font-weight: 300;
  font-size: 1.8rem;
}

@media (max-width: 1240px) {
  .blur_booking .adults label {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

.blur_booking .adults select {
  color: #fff;
  height: 45px;
  background: transparent;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  margin-top: 10px;
}

@media (max-width: 1240px) {
  .blur_booking .adults select {
    height: 42px;
  }
}

body {
  left: auto;
  right: 0;
  font-family: "Josefin Sans", sans-serif;
  overflow: hidden;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

body.menu-open {
  position: relative;
  right: 260px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.header_2 .elementor-row {
  border-top: 1px solid #707070;
  padding-top: 5px;
  margin-top: 20px;
}

.header_2.elementor-sticky--active {
  z-index: 999999;
  -webkit-box-shadow: 0px 0 19px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0 19px 0px rgba(0, 0, 0, 0.35);
}

.header_2.elementor-sticky--active .elementor-row {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.header_2 .elementor-nav-menu li.current_page_item > a {
  color: #2ED9C3 !important;
}

.btn-wrapp.green a {
  background: #2ED9C3;
  color: #fff;
}

.btn-wrapp.green a:hover {
  background: #FD495C;
  color: #fff;
}

.phone-btn .elementor-button-icon svg {
  height: 13px;
}

.phone-btn a {
  background: transparent;
  color: #464646;
}

.phone-btn a:hover {
  color: #ffa400;
}

.phone-btn a:hover * {
  color: #ffa400;
}

.scroll_button {
  display: none !important;
}

.elementor-sticky--active .scroll_button {
  display: block !important;
}

.elementor-sticky--active .scroll_button a {
  background: #2ED9C3;
  color: #fff;
}

.footer_3 .elementor-row {
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  margin-top: 10px;
}

.footer_3 p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .footer_3 p {
    text-align: center;
  }
}

.footer_2 .elementor-row {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
  margin-top: 10px;
}

.footer_2 .elementor-widget-html p {
  color: #FFFFFF;
  font-weight: 100;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.footer_logos .flex .image {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .footer_logos .flex .image {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .footer_1 {
    padding: 30px 0 10px 0 !important;
  }
}

.footer_1 nav a:hover {
  color: #2ED9C3 !important;
}

.footer_1 .elementor-nav-menu--dropdown {
  background: transparent;
}

@media (max-width: 768px) {
  .footer_1 .elementor-nav-menu--dropdown ul {
    text-align: center;
  }
}

.footer_1 .elementor-nav-menu--dropdown ul li {
  display: inline-block;
}

.footer_1 .elementor-nav-menu--dropdown ul li a {
  color: #fff;
  padding: 3px 10px;
}
/*# sourceMappingURL=style.css.map */