.test {
  color: #687864; /*green*/
  color: #31708E; /*blue green 31708E*/
  color: #5085A5; /*blue */
  color: #8FC1E3; /*blue light*/
  color: #F7F9FB; /*white*/

  color: #D29772; /* orange color */

  color: #3a99b9; /* new blue green */
  color: #358aa7; /* test new blue green */

}

.pricing-best { border-color: #358aa7; }
.pricing-best .card-header {
  background-color: #358aa7;
}
.section-news article {
  padding: 3rem 0;
}

.section-amenities-full, .section-prices { 
    padding: 5rem 0;
}
.page-content {
    padding: 3rem 0;
}






/* general */
html {
  font-size: 16px;
}
body {
  background-color: #F7F9FB;
  font-family: 'Montserrat', sans-serif;
}
.container-wide {
  max-width: 1600px;
}
.fas { 
  color: #358aa7;
}
small, .small {
  font-weight: inherit;
}
.label {
  white-space: normal; text-align: left;
}
.section-testimonials {
  padding: 0;
}
.bg-inverse {
  color: #F7F9FB;
  background-color: #358aa7;
}
.bg-faded {
  background-color: #eee;
}
.image-effect-2 {
  overflow: hidden;
}
.image-effect-2 img {
  transition: transform .3s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.image-effect-2:hover img {
  -webkit-transform: scale3d(1.7, 1.7, 1) translate(30px, -50px);
  transform: scale3d(1.7, 1.7, 1)  translate(30px, -50px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (min-width: 1600px) {
  html {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {

}
/*/general */

/* typography */
.display-1 {
  font-weight: 100;
}
.display-3 {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 6s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.4); */
}
.display-4 {
  font-size: 4rem; font-weight: 100;
}

@keyframes animate {
  0% {
    background-position: -1000%;
  }
  100% {
    background-position: 1000%;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
/* /typography */

/* navigation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: 400;
  padding: 1rem 0 0.5rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-nav {
  margin-top: 7px;
  text-transform: uppercase;
}
.navbar-nav li a {
  opacity: 0.66;
}
.navbar-dark .navbar-nav .nav-link {
  color: #777!important;
}
.navbar-dark .navbar-nav .active > .nav-link {
  opacity: 1;
  box-shadow: none;
  color: #358aa7;
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #358aa7!important;
}

.navbar-brand {
  margin: 0;
}
.navbar-brand img {
  width: 180px;
  display: inline-block;
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
  color: #fff;
  margin: 16px 0;
}
.navbar-toggler {
  width: 24px;
  height: 10px;
  display: block;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.navbar-toggler span {
  width: 24px;
  height: 2px;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #358aa7;
  border-radius: 2px;
  transition: all .375s ease-in-out;
}
.navbar-toggler span:first-child {
  transform: rotate(45deg) translate(3px,4px);
}
.navbar-toggler.collapsed span:first-child {
  transform: rotate(0) translate(0,0);
}
.navbar-toggler span:last-child {
  width: 24px;
  margin: 6px 0 0;
  transform: rotate(-45deg) translate(2px,-2.5px);
}
.navbar-toggler.collapsed span:last-child {
  width: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #358aa7;
  transform: rotate(0) translate(0, 0);
  margin: 6px 0 0 6px;
  
}

@media (max-width: 768px) {
  .navbar {
    /* background-color: #358aa7; */
    /* background: linear-gradient(to right, rgba(41, 115, 150, 0.1) 0%, rgba(49, 112, 142, 1) 60%, rgba(49, 112, 142, 1) 100%); */
    background: rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 0.5rem 0 0.5rem 0;
    transition: all .3s ease;
  }
  .navbar.opened {
    /* background: linear-gradient(to right, rgba(41, 115, 150, 0.8) 0%, rgba(49, 112, 142, 1) 60%, rgba(49, 112, 142, 1) 100%); */
    background: rgba(41, 115, 150, 0.95);
  }
  .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav {
    margin-top: 0;
    padding: 1rem 0;
  }
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  .navbar-brand img {
    width: 140px;
    position: relative; top: 2px;
  }
}
/* /navigation */


/* btn */
.btn-primary {
  background-color: #D29772;
  border-color: #D29772;
}
.btn-primary:hover {
  border-color: #D29772;
  background-color: #D29772;
}
.btn-primary-outline {
  color: #F7F9FB;
  border-color: #F7F9FB;
}
.btn-primary-outline:hover {
  color: #000!important;
  background-color: #F7F9FB;
  border-color: #F7F9FB;
}
.btn-secondary-outline {
  color: #D29772;
  border-color: #D29772;
}
.btn-secondary-outline:hover {
  color: #F7F9FB;
  background-color: #D29772;
  border-color: #D29772;
}
/* /btn */

/* header */
.jumbotron-wrapper {
  display: block;
  height: calc(100% - 80px);
}
.header > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-alt { height: 300px; padding-bottom: 15px; }
.header-alt > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.header-alt .jumbotron {
  filter: blur(25px);
}
/* .jumbotron-wrapper:after {
  content: "";
  background: url(../img/waves.png) no-repeat center bottom;
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 100%;
} */
@media (max-width: 768px) {
  .jumbotron-wrapper {
    height: calc(100% - 60px);
  }
  .header-alt { height: 200px; }
}
/* /header */

/* footer */
.section-footer .list-inline  {
  padding-top: 0.5rem;
}
.section-footer .list-inline > li {
  padding: 0 .25rem;
}
.section-footer .list-inline > li a {
  margin: 0;
  font-size: 14px;
}
.section-footer .list-inline > li .scroll-top {
  font-size: 14px;
  text-transform: uppercase;
}
.section-footer .list-inline > li .scroll-top .fas {
  color: #fff;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  position: relative; top: 1px;
}
.section-footer .footer-contact {
  list-style-type: none; padding: 0;
  font-size: 1rem;
  margin-bottom: 0;
}
.section-footer .footer-contact li {
  margin-bottom: .55rem;
}
.section-footer .footer-contact .fas {
  color: #fff;
  width: 24px; font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-footer .media-body {
    padding-bottom: 2rem;
  }
}
/* /footer */


/* gallery full */
.gallery-full {
  background-color: #000;
}
.gallery-full .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery-full .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
}
.gallery-full .gallery-top {
  height: 80vh;
  width: 100%;
}
.gallery-full .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
}
.gallery-full .gallery-thumbs {
  height: 20vh;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-full .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-full .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/* /gallery */


/* gallery line */
.gallery-line .swiper-container {
  width: 100%;
  height: 33vw;
}
.gallery-line .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: auto;
}
.gallery-line .swiper-button-next, .gallery-line .swiper-button-prev {
  color: #fff;
}
.gallery-line .swiper-pagination-bullet {
  background-color: #fff;
}
@media (max-width: 768px) {
  .gallery-line .swiper-container {
    width: 100%;
    height: 66vw;
  }
}
/* /gallery line */


/* testimonials */
.section-testimonials {
}
.section-testimonials .blockquote footer:after,
.section-testimonials .blockquote p:before,
.section-testimonials .blockquote p:after {
  content: initial;
}
.section-testimonials .blockquote {
  max-width: 700px;
  margin-bottom: 1rem;
}
.section-testimonials .blockquote p {
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
}
.section-testimonials .blockquote .country { text-transform: capitalize; } 
.testimonials-full {
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.section-testimonials .blockquote .fas {
  color: #fff;
  font-size: 52px;
  margin-bottom: 1rem;
  opacity: 0.35;
}
.testimonials-full .swiper-container {
}
.testimonials-full .swiper-slide {
}
.testimonials-full .testimonials-top {
  width: 100%;
  height: auto;
}
.testimonials-full .testimonials-thumbs {
  height: 50px;
  max-width: 300px;
  display: inline-block;
}
.testimonials-full .testimonials-thumbs .swiper-slide {
  width: 10%;
  opacity: 0.4;
  display: flex; justify-content: center;
}
.testimonials-full .testimonials-thumbs .swiper-slide img {
  
}
.testimonials-full .testimonials-thumbs .swiper-slide img {
  width: 50px; height: 50px;
  padding: 5px;
  transition: transform .3s ease;
}
.testimonials-full .testimonials-thumbs .swiper-slide-thumb-active {
  opacity: 1; 
}
.testimonials-full .testimonials-thumbs .swiper-slide-thumb-active img {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .section-testimonials .blockquote .fas {
    font-size: 44px;
  }
  .section-testimonials .blockquote .h4 {
    font-size: 18px;
  }
}
/* /testimonials */


/* amenities-full */
.section-amenities-full .amenity {
    margin-bottom: 1.5rem;
}
.section-amenities-full .amenity:hover {
    cursor: default;
}
.section-amenities-full .amenity:hover p {
  color: #358aa7;
}
.section-amenities-full h4 {
    font-size: 2rem;
    font-weight: normal;
    color: #358aa7;
    margin: 0 0 .25rem 0;
    line-height: 1.5;
}
.section-amenities-full p {
    font-size: 1rem;
    font-weight: normal;
    color: #aaa;
    line-height: 1.5;
    margin: 0;
    padding-left: 2px;
}
/* /amenities-full */


/* section features */
.section-features {
}
.section-features .card {
  margin-bottom: 2rem;
}
.card-block > span {
  border: 5px solid #358aa7;
  width: 7rem; height: 7rem; line-height: 6.5rem;
}
.card-title {
  color: #358aa7;
}
.card-subtitle:after {
  content: initial;
}
/* /section features */

/* section about */
.section-about .page-content {
  column-count: 2;
  column-gap: 5rem;
}
.section-about .page-content h3 {
  margin-bottom: 1rem;
}
.section-about .page-content p {
  /* break-inside: avoid-column; */
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .section-about .page-content {
    column-count: 1;
  }
  .section-features .card {

  }
}
/* /section about */

/* section scores */
.pricing-box {
  border: none;
  border-radius: 3px;
}
.pricing-box {
  background-color: #358aa7;
  color: white;
}
.pricing-box .card-header {
  background-color: transparent;
  font-size: 3rem;
  font-weight: 300;
  text-transform: none;
  padding: 3rem 0 0 0;
  
}
.pricing-box .card-title {
  color: inherit;
}
/* /section scores */

/* section news */
.section-news {
  padding-bottom: 0;
}
.section-news figure {
  height: 400px;
  position: relative;
}
.section-news figure img {
  object-fit: cover;
  position: absolute;
  width: 100%; height: 100%;
}
.section-news label {
  text-align: inherit;
}
.section-news h5 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 2rem;
}
.section-news p span {
  color: #fff;
}
.section-news .btn-link {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.section-news .btn-link .fas {
  color:#fff;
  margin-right: 0.25rem;
}
/* /section news */

/* section prices */
.section-prices .page-content {}
.section-prices .page-content .fas { float:left; line-height: 1.7; margin-right: .5rem; }
.section-prices .page-content li { margin-bottom: 1rem; }
.table-dark {
  background-color: #358aa7;
}
.table .thead-dark th, .table .thead-dark td {
  background-color: #358aa7;
}
.table th {
  color: #358aa7;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
.table tr:nth-child(1) th {
  padding: 1rem 2rem 0 2rem;
}
.table tr:nth-child(2) th {
  padding: 0 2rem 1rem 2rem;
}
.table td {
  padding: 1rem 2rem;
  color: #358aa7;
  font-size: 1rem;
  font-weight: 400;
}
.table * {
  border-color: #358aa7!important;
}
@media (max-width: 768px) {
  .table th, .table td {
    padding: 1rem 0.75rem;
    font-size: 1rem;
  }
  .table small {
    display: block;
  }
}
/* /section prices */

/* section contact */
.form-control {
  border-radius: 0;
  border: 0;
}
.form-control:focus {
  border-color: #358aa7;
  outline: none;
}
.section-signup .fas { color: #D29772; }
.section-signup .page-content {
  column-count: 3;
  column-gap: 3rem;
}
.section-signup .page-content a {
  color: #358aa7;
}
.section-signup .page-content h3 {
  margin-bottom: 0.5rem;
}
.section-signup .page-content ul {
  break-inside: avoid;
  margin-bottom: 2rem;
  padding: 0;
}
.section-signup .page-content ul li {
  list-style-type: none;
}
@media (max-width: 1200px) {
  .section-signup .page-content {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .section-signup .page-content {
    column-count: 1;
  }
}
/* /section contact */

/* section reviews */
.section-reviews .wrapper {
  border-top: 1px solid rgba(49, 112, 142, 0.2);
  margin-left: -4rem;
  margin-right: -4rem;
}
.section-reviews .wrapper:first-child {
  border-top: 0;
  padding-top: 3rem;
}
.section-reviews .wrapper:last-child {
  padding-bottom: 8rem;
}
.section-reviews .wrapper:nth-child(even) {
  border-left: 1px solid rgba(49, 112, 142, 0.2);
}
.section-reviews .wrapper:nth-child(odd) {
  border-right: 1px solid rgba(49, 112, 142, 0.2);
}
.section-reviews .wrapper:nth-child(even) .quote-info {
  padding: 4rem 4rem 4rem 0;
  justify-content: flex-end;
}
.section-reviews .wrapper:nth-child(odd) .quote-info {
  padding: 4rem 0 4rem 4rem;
  justify-content: flex-start;
}
.section-reviews .quote-info .flag {
  text-transform: capitalize;
}
.section-reviews .quote-info .img-circle {
  width: 50px; height: 50px;
}
.section-reviews .quote-info {
  align-items: center;
}
.section-reviews .quote-info .author {
}
.section-reviews .quote-text {
  padding: 4rem;
}
.section-reviews .quote-text blockquote {
  font-style: italic;
  margin: 0;
  position: relative;
}
.section-reviews .quote-text .fas	 {
  position: absolute;
  font-size: 20px;
  opacity: 0.2;
}
.section-reviews .quote-text .fa-quote-left {
  top: -1em; left: -1em;
}
.section-reviews .quote-text .fa-quote-right {
  right: 0; bottom: -0.5em;
}
.section-reviews .quote-text blockquote h2 {
  margin: 0;
  font-size: 1.125rem;
}
.section-reviews .page-content {
  margin-top: -8rem;
}
@media (max-width: 768px) {
  .section-reviews .wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 0;
    border: none!important;
  }
  .section-reviews .wrapper .quote-info {
    padding: 1rem 0 0 0!important;
    justify-content: flex-start!important;
  }
  .section-reviews .quote-info .author {
    font-size: 0.857rem;
  }
  .section-reviews .quote-info .img-circle {
    width: 24px; height: 24px;
  }
  .section-reviews .quote-info .time {
    display: inline;
  }
  .section-reviews .wrapper .quote-text {
    padding: 1rem 0!important;
  }
  .section-reviews .wrapper .quote-text h2 {
    font-size: 1rem;
    text-indent: 2em;
  }
  .section-reviews .quote-text .fas {
    font-size: 20px; opacity: 0.1; margin-left: 2px;
  }
  .section-reviews .quote-text .fa-quote-left {
    left: 0; top: 0;
  }
  .section-reviews .quote-text .fa-quote-right {
    /* display: none; */
  }
  
}
/* /section reviews */

/* section services */
.section-services .page-content {
  column-count: 2;
  column-gap: 8rem;
}
.section-services table {
  width: 100%;
}
.section-services {}
.section-services table th {}
.section-services table td {}
@media (max-width: 768px) {
  .section-services .page-content {
    column-count: 1;
  } 
}
/* /section services */


/* section location */
.section-location .main-map { margin-bottom: 100px; overflow: hidden; }
.section-location .main-map iframe { width: 100%; height: 750px; margin-top: -150px; margin-bottom: -150px; }
.section-location .map-wrapper { margin: 3rem 0;}
.section-location .map-wrapper h2 { padding-top: 1rem; margin-bottom: 1rem;}
.section-location .google-map iframe { width: 100%; height: calc(100vh - 100px); max-height: 700px; }
/* /section location */
