/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*COLOR
--------------------------------------------------*/
/*DEFAULT
--------------------------------------------------*/
* {
  box-sizing: border-box;
  zoom: 1;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #1687a9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #333333 !important;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0 !important;
}

section {
  position: relative;
}

.hidden {
  display: none;
}

.noscroll {
  padding-right: 17px;
  overflow: hidden;
}

/*TYPOGRAPHY
--------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 5px;
  display: block;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #1687a9;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

p {
  font-size: 1em;
  line-height: 1.75;
  margin: 0 0 32px 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

/*MINI DESKTOP
--------------------------------------------------*/
/*MINI TABLET
--------------------------------------------------*/
/*MOBILE PORTRAIT
--------------------------------------------------*/
/*FORMS
--------------------------------------------------*/
label {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.form-fields {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.form-fields .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.form-fields .form-group.group-half {
  width: 50%;
}
.form-fields .btn-wrapper {
  padding: 0 15px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-input {
  width: 100%;
  height: 45px;
  font-size: 1em;
  color: #000000;
  background: #fbfbfb;
  padding: 0 15px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.form-input:focus {
  background-color: #ffffff;
  border-color: #1687a9;
}
.form-input::-moz-placeholder {
  color: rgb(76.5, 76.5, 76.5);
}
.form-input::placeholder {
  color: rgb(76.5, 76.5, 76.5);
}

.form-select {
  width: 100%;
  height: 45px;
  font-size: 1em;
  color: #000000;
  background: #fbfbfb url(img/icons/chevron-down.svg) right 17px center no-repeat;
  background-size: 16px 9px;
  padding: 0 15px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s ease-in-out;
}
.form-select option {
  color: #000000;
}
.form-select:focus {
  background-color: #ffffff;
  border-color: #1687a9;
}

.form-textarea {
  width: 100%;
  height: 150px;
  font-size: 1em;
  line-height: 1.5;
  color: #000000;
  background: #fbfbfb;
  padding: 15px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.form-textarea:focus {
  background-color: #ffffff;
  border-color: #1687a9;
}
.form-textarea::-moz-placeholder {
  color: rgb(76.5, 76.5, 76.5);
}
.form-textarea::placeholder {
  color: rgb(76.5, 76.5, 76.5);
}

.form-checkbox {
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-checkbox input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox .checkmark:after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid #1687a9;
  border-width: 0 3px 3px 0;
  display: none;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
}
.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.form-switch {
  width: 62px !important;
  height: 27px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  /* Rounded sliders */
}
.form-switch input {
  width: 62px !important;
  height: 27px;
  opacity: 0;
}
.form-switch .slider {
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.4s;
}
.form-switch .slider:before {
  content: "";
  height: 19px;
  width: 19px;
  background-color: white;
  position: absolute;
  left: 4px;
  bottom: 4px;
  transition: 0.4s;
}
.form-switch input:checked + .slider {
  background-color: #1687a9;
}
.form-switch input:checked + .slider:hover {
  background: #6a43af;
}
.form-switch input:focus + .slider {
  box-shadow: 0 0 1px #1687a9;
}
.form-switch input:checked + .slider:before {
  transform: translateX(33px);
}
.form-switch .slider.round {
  border-radius: 27px;
}
.form-switch .slider.round:before {
  border-radius: 50%;
}
.form-switch.form-switch2 {
  width: 55px !important;
}
.form-switch.form-switch2 input:checked + .slider:before {
  transform: translateX(28px);
}

/*BUTTONS
--------------------------------------------------*/
.btn-lg {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0 35px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.btn-md {
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0 25px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.btn-sm {
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.btn-primary {
  color: #ffffff;
  background: #1687a9;
  border: 1px solid #1687a9;
  position: relative;
  overflow: hidden;
}
.btn-primary:hover {
  color: #ffffff !important;
  border: 1px solid #1687a9;
}
.btn-primary:hover::before {
  width: 100%;
}
.btn-primary:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(19.0628272251, 116.9764397906, 146.4371727749);
  content: "";
  transition: width 300ms ease;
}
.btn-primary:disabled, .btn-primary:hover :disabled {
  color: #ffffff !important;
  background: rgb(22.5286910995, 138.2442408377, 173.0613089005);
  border: 1px solid #1687a9;
  opacity: 0.35;
}

.btn-line {
  color: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.btn-line:hover {
  color: #ffffff !important;
  border: 1px solid #1687a9;
}
.btn-line:hover::before {
  width: 100%;
}
.btn-line:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1687a9;
  content: "";
  transition: width 300ms ease;
}
.btn-line:disabled, .btn-line:hover :disabled {
  color: #ffffff !important;
  background: rgb(22.5286910995, 138.2442408377, 173.0613089005);
  border: 1px solid #1687a9;
  opacity: 0.35;
}

.btn-book {
  height: 34px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.btn-book:hover {
  color: #ffffff !important;
  border: 1px solid #1687a9;
}
.btn-book:hover::before {
  width: 100%;
}
.btn-book:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1687a9;
  content: "";
  transition: width 200ms ease;
}
.btn-book:disabled, .btn-book:hover :disabled {
  color: #ffffff !important;
  background: rgb(22.5286910995, 138.2442408377, 173.0613089005);
  border: 1px solid #1687a9;
  opacity: 0.35;
}

.btn-mobile {
  cursor: pointer;
}
.btn-mobile div {
  width: 30px;
  height: 3px;
  background: #ffffff;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.btn-mobile div:last-child {
  margin-bottom: 0;
}
.btn-mobile:hover div {
  background: #e6e874;
}

.btn-close {
  cursor: pointer;
}

/*RESPONSIVE EMBED
--------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*DESKTOP
--------------------------------------------------*/
body {
  font: 400 15px "Open Sans Condensed", sans-serif;
  line-height: 1;
  color: #ffffff;
  background: #fff;
  overflow-x: hidden;
}

* {
  outline: none !important;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.videoWrapper {
  position: relative;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.animate__delay-0_5s {
  animation-delay: 0.5s;
}

.animate__delay-1_5s {
  animation-delay: 1.5s;
}

.animate__delay-2_5s {
  animation-delay: 2.5s;
}

.animate__delay-3-5s {
  animation-delay: 3.5s;
}

.animate__delay-4-5s {
  animation-delay: 4.5s;
}

/*NAV
--------------------------------------------------*/
nav.main {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}
nav.main .wrapper {
  padding: 30px 20px 50px 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
nav.main .wrapper .gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(24, 37, 45), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
nav.main ul.book {
  position: relative;
  z-index: 2;
}
nav.main ul.menu {
  display: flex;
  z-index: 2;
}
nav.main ul.menu li {
  text-align: center;
  padding: 0 25px;
}
nav.main ul.menu li a {
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.75;
}
nav.main ul.menu li a:hover {
  color: #e6e874;
  opacity: 1;
}
nav.main ul.social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
nav.main ul.social li {
  margin-left: 20px;
}
nav.main ul.social li a svg path {
  fill: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
nav.main ul.social li a:hover svg path {
  fill: #e6e874;
  opacity: 1;
}
nav.main ul.social li:first-child {
  margin-left: 0;
}
nav.main .btn-mobile {
  display: none;
  z-index: 2;
}

/*SOLEA
--------------------------------------------------*/
.cw-solea {
  width: 100%;
  color: #ffffff;
  background: #18252b;
  padding: 50px 0 50px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cw-solea .bg {
  width: 100%;
  height: 100%;
  background: url(img/mactan.jpg);
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: top center !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  opacity: 0.05;
}
.cw-solea .gallery img {
  width: 100%;
  height: auto;
  max-width: 1260;
  margin-bottom: 100px;
}
.cw-solea .slick-slider {
  margin: 0 -20px 20px -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  z-index: 2;
}
.cw-solea .slick-slider img {
  border-radius: 5px;
}
.cw-solea .slick-slider .slick-slide {
  width: 50%;
  padding: 0 20px;
  outline: none !important;
}
.cw-solea .slick-slider .slick-prev {
  margin-top: -20px;
  left: -50px;
}
.cw-solea .slick-slider .slick-next {
  margin-top: -20px;
  right: -50px;
}
.cw-solea .heading {
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.cw-solea .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cw-solea .address .col {
  display: flex;
  align-items: center;
}
.cw-solea .address .col img {
  margin-right: 8px;
}
.cw-solea .gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-solea .gallery .lazy {
  max-width: 50px;
  max-height: 50px;
}

/*FOOTER
--------------------------------------------------*/
footer {
  text-align: center;
  color: #ffffff;
  background: #01456d;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #e6e874;
}
footer .contact {
  padding: 100px 0;
}
footer .contact .logo {
  margin-bottom: 30px;
}
footer .contact .wrapper {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
footer .contact .wrapper .separator {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 100%;
  margin: 10px 15px;
  display: block;
}
footer .copyright {
  background: #18252b;
  padding: 30px 0;
}
footer .copyright .wrapper {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
footer .copyright .wrapper .col {
  padding: 0 15px;
}
footer .copyright .wrapper .col:last-child {
  text-align: right;
}
footer .copyright .wrapper .col:last-child a {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 20px;
}

/*SLICK SLIDER
--------------------------------------------------*/
.slick-slide {
  outline: none !important;
}

.slick-dots {
  position: static;
}
.slick-dots li {
  width: 40px;
}
.slick-dots li button {
  width: 40px;
  padding: 15px 0;
}
.slick-dots li button:before {
  font-size: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  display: block;
  position: static;
  transition: all ease-in-out 0.3s;
}
.slick-dots li:hover button:before {
  opacity: 1;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-size: 8px 15px !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  transform: none !important;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #203746;
}
.slick-arrow:before {
  display: none;
}

.arrows.invert .slick-arrow:hover, .arrows.invert .slick-arrow:focus {
  background-color: #769ba4;
}

.slick-prev {
  background-image: url(img/icons/angle-left.svg) !important;
  background-position: left 15px center !important;
}

.slick-next {
  background-image: url(img/icons/angle-right.svg) !important;
  background-position: right 15px center !important;
}

/*PRELOADER
--------------------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  color: #000000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  animation: rotate 2s linear infinite;
  z-index: 2;
}
.preloader .path {
  stroke: #176cae;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  /*BLOCK
  --------------------------------------------------*/
  .cw-block .content {
    margin: 0 auto;
  }
}
/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  /*NAV
  --------------------------------------------------*/
  nav.main .wrapper {
    justify-content: space-between;
  }
  nav.main ul.menu {
    display: none;
  }
  nav.main ul.social {
    display: none;
  }
  nav.main .btn-mobile {
    display: block;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer .contact {
    padding: 50px 0;
  }
  footer .copyright {
    line-height: 1.5;
    text-align: center;
  }
  footer .copyright .wrapper {
    font-size: 14px;
    flex-direction: column-reverse;
  }
  footer .copyright .wrapper .col {
    padding: 0 15px;
  }
  footer .copyright .wrapper .col:last-child {
    text-align: center;
    margin-bottom: 50px;
  }
  footer .copyright .wrapper .col:last-child a {
    margin: 0 20px;
  }
  /*MENU BODY
  --------------------------------------------------*/
  .cw-mobile-menu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
  }
  .cw-mobile-menu .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .cw-mobile-menu .wrapper .logo {
    margin-bottom: 30px;
  }
  .cw-mobile-menu .wrapper nav {
    text-align: center;
    margin-bottom: 30px;
  }
  .cw-mobile-menu .wrapper nav ul.menu {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .cw-mobile-menu .wrapper nav ul.menu li {
    padding: 10px 15px;
    position: relative;
  }
  .cw-mobile-menu .wrapper nav ul.menu li a {
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
  }
  .cw-mobile-menu .wrapper nav ul.menu li a:hover {
    color: #e6e874;
  }
  .cw-mobile-menu .wrapper nav ul.menu li.menu-item-has-children ul {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .cw-mobile-menu .wrapper nav ul.menu li.menu-item-has-children ul li {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .cw-mobile-menu .wrapper nav ul.menu li.menu-item-has-children ul li a {
    font-size: 12px;
  }
  .cw-mobile-menu .wrapper nav ul.social {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .cw-mobile-menu .wrapper nav ul.social li {
    margin: 0 10px;
  }
  .cw-mobile-menu .wrapper nav ul.social li a svg path {
    fill: #ffffff;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
  }
  .cw-mobile-menu .wrapper nav ul.social li a:hover svg path {
    fill: #e6e874;
    opacity: 1;
  }
  .cw-mobile-menu .wrapper .info {
    font-size: 14px;
    color: #ffffff;
    display: flex;
  }
  .cw-mobile-menu .wrapper .info .facebook {
    display: flex;
    align-items: center;
  }
  .cw-mobile-menu .wrapper .info .facebook:before {
    content: url(img/icons/facebook-w.svg);
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: block;
  }
  .cw-mobile-menu .wrapper .info .call {
    margin-left: 15px;
    display: flex;
    align-items: center;
  }
  .cw-mobile-menu .wrapper .info .call:before {
    content: url(img/icons/phone-w.svg);
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: block;
  }
  .cw-mobile-menu .btn-close {
    position: absolute;
    right: 20px;
    top: 35px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
  }
  .cw-mobile-menu .btn-close:hover {
    filter: grayscale(0);
  }
}
/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  /*SOLEA
  --------------------------------------------------*/
  .cw-solea .address .col:first-child {
    line-height: 1.2;
  }
  .cw-solea .address .btn-primary {
    height: 30px;
    font-size: 12px;
    padding: 3px 15px;
    white-space: nowrap;
  }
}
/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /*FOOTER
  --------------------------------------------------*/
  footer .contact {
    padding: 50px 0;
  }
  footer .contact .wrapper {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */