/* Extended */

.card.card-cascade .view.view-cascade {
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-border-radius:.25rem;
  border-radius:.25rem
}
.card.card-cascade .view.view-cascade.gradient-card-header {
  padding:1.6rem 1rem;
  text-align:center
}
.card.card-cascade .view.view-cascade.gradient-card-header .card-header-title {
  font-weight:500
}
.card.card-cascade .view.view-cascade.gradient-card-header .btn-floating {
  background-color:rgba(255,255,255,.2)
}
.card.card-cascade.wider {
  -webkit-box-shadow:none;
  box-shadow:none;
  background-color:transparent
}
.card.card-cascade.wider .view.view-cascade {
  z-index:2
}
.card.card-cascade.wider .card-body.card-body-cascade {
  -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  margin-left:4%;
  margin-right:4%;
  background:#fff;
  z-index:1;
  -webkit-border-radius:0 0 .25rem .25rem;
  border-radius:0 0 .25rem .25rem
}
.card.card-cascade.wider.reverse .card-body.card-body-cascade {
  z-index:3;
  margin-top:-1rem;
  -webkit-border-radius:.25rem;
  border-radius:.25rem;
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}
.card.card-cascade.narrower {
  margin-top:1.25rem
}
.card.card-cascade.narrower .view.view-cascade {
  margin-left:4%;
  margin-right:4%;
  margin-top:-1.25rem
}
.card.card-cascade.panel-cascade .view {
  text-align:center;
  color:#fff
}
.card.card-cascade.panel-cascade .list-group .list-group-item {
  margin-bottom:0;
  border:0;
  border-bottom:1px solid #eee;
  color:#495057
}
.card.card-cascade.panel-cascade .list-group .list-group-item:hover {
  background-color:#eee
}


/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; 
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #808080;
  /*color: #3f3f3f;*/
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Fira Sans Condensed', sans-serif;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Open Sans', sans-serif;
}

main {
  background-color: #f9f9f9;
}

.btn {
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: .06rem;
}

.btn-palm {
  background-color: #4c4c4c;
  color: #ffffff;
}

.btn:hover.btn-palm {
  background-color: #ffffff;
  color: #000000;
}

.btn-palm2 {
  background-color: #25D366;
  border-radius: 25px;
  padding: 13px 25px;
  margin-bottom:20px;
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}

.btn-palm2:hover {
  background-color: #eee;
  color: #000;
}

#btn p{
  font-size: 10px;
  padding-top:15px;
}


.btn.btn-palm-link {
  color: #ffffff;
  padding: 0;
  font-size: .7rem;
  box-shadow: unset;
}

.btn.btn-palm-link:hover {
  text-decoration: underline;
}

.btn-outline-palm {
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

.btn-outline-palm.active, .btn-outline-palm:active, .btn-outline-palm:active:focus, .btn-outline-palm:focus, .btn-outline-palm:hover {
  border: 2px solid #4c4c4c !important;
  background-color: #4c4c4c !important;
  color: #ffffff !important;
}

/* Navbar animation */
.navbar {
  background-color: rgba(150, 143, 139, 0.4); 
}

.top-nav-collapse {
  background-color: #968f8b;
}

.navbar .navbar-nav .nav-item > .nav-link {
  font-weight: 400;
  letter-spacing: .08rem;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  padding: .25rem .75rem;
}

.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: #4c4c4c;
  color: #ffffff;
}

.navbar.top-nav-collapse .navbar-nav .nav-item > .nav-link {
  color: #ffffff;
  font-weight: 500;
}

.navbar.top-nav-collapse .navbar-nav .nav-item.active > .nav-link {
  background-color: #4c4c4c;
  color: #ffffff;
}

.navbar.top-nav-collapse .navbar-nav .nav-item > .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}

.navbar.navbar-dark .navbar-nav .nav-item > .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}

.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  background-color: #ffffff;
  color: #000000; 
}

.navbar .dropdown-menu {
  background-color: rgba(150, 143, 139, 0.4); 
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  padding: 10px;
}

.navbar.top-nav-collapse .dropdown-menu {
  background-color: #968f8b;
}

.navbar .dropdown-menu a {
  color: #ffffff;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
}

.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #4c4c4c;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: rgba(150, 143, 139, 0.4); 
  }

  .top-nav-collapse {
    background-color: #968f8b;
  }

  .navbar .navbar-nav.nav-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .navbar .dropdown-menu {
    background-color: rgba(150, 143, 139, 1); 
  }
}

.navbar-brand {
  width: 25%;
  -webkit-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.top-nav-collapse .navbar-brand {
  width: 15%;
}

@media only screen and (max-width: 768px) {
  .navbar-brand {
    width: 50%;
  }

  .top-nav-collapse .navbar-brand {
    width: 40%;
  }  
}

.navbar-brand .brand-img {
  width: 100%;
}

.navbar .notscroll {
  display: block;
}

.navbar .scrolled {
  display: none;
}

.navbar.top-nav-collapse .notscroll {
  display: none;
}

.navbar.top-nav-collapse .scrolled {
  display: block;
}

/* Section title */

.section-title-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-title-wrapper .st-title {
  color: #4c4c4c;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title-wrapper .lead {
  color: #b2b2b2;
  font-weight: 500;
}

/* Carousel Palm Beach */

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

#carousel-palm .mask {
  padding: 3rem 6rem;
}

#carousel-palm .view video.video-intro {
  z-index: 0;
}

.#carousel-palm .carousel-content {
  margin-left: 5rem;
  margin-right: 5rem;
}

.carousel-content .cc-title {
  font-weight: 600;
}

#carousel-subpage {
  height: 60vh;
}

#carousel-subpage .view .subpage-headerbg {
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

#carousel-subpage .view .subpage-headerbg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  /*animation: move 40s ease;*/
  /* Add infinite to loop. */
  
  /*-ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;*/
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

@media only screen and (max-width: 768px) {
  #carousel-palm .mask {
    padding: 1rem .5rem;
  }

  #carousel-palm .carousel-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* Booking Form */

.bookingform {
  background-color: #968f8b;
  border-bottom: 1px solid #ebebef;
  padding-top: 0.5rem;
}

.palm-form .bf-title {
  color: #ffffff;
  font-weight: 600;
}

.palm-form label.active {
  color: #ffffff;
}

.palm-form input[type="text"] {
  color: #ffffff;
}

.palm-form input[type="text"]::placeholder {
  color: #b2b2b2;
}

.palm-form input[type="text"]:focus:not([readonly]) {
  box-shadow: 0 2px 0 0 #ffffff;
  border-bottom: 2px solid #ffffff;
}

.md-form input[type="text"]:focus:not([readonly]) + label {
  color: #ffffff;
  font-weight: 600;
}
.datetimepicker td, .datetimepicker th {
  width: 32px;
}
.datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active {
  background-image: unset;
  background-color: #4c4c4c;
}


/* Section Home:; About & Room */

.section-about {
  background: #fff;
  padding-bottom: 3rem;
}

/* Card Room */

.card-room .card-body {
  padding: 0;
}

.card-room .view {
  border-radius: calc(.25rem - 1px);
}

.card-room .mask {
  padding: 1.25rem;
  background-attachment: unset;
  border-radius: calc(.25rem - 1px);
}

.card-room .cr-backg {
  background-image: linear-gradient(rgba(76, 76, 76, 1),transparent,transparent);
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
.card-room:hover .cr-backg {
  background-image: linear-gradient(rgba(76, 76, 76, 1),rgba(76, 76, 76, 0.4),rgba(76, 76, 76, 0));
}

.card-room .card-body .cr-title {
  font-weight: 600;
}

.card-room .badge-olivedrab {
  background-color: #73b043;
}

.card-room .badge-w {
  background-color: #ffffff;
  color: #4c4c4c !important;
}

/* Section Home: Service */

.section-services {
  background-image: url('../img/bg/palm-beach-resort-7.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-services .ss-mask {
  padding: 3rem;
}

.section-services .section-title-wrapper .st-title {
  color: #ffffff;
}

.section-services .section-title-wrapper .lead {
  color: #ffffff;
}

.section-services .feature-title {
  color: #ffffff;
  font-weight: 600;
}

.section-services .feature-text {
  color: #e0e0e0;
  font-weight: 400;
}

.card-service {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}
.card-service:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
  -webkit-transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
  transition: transform .25s ease-in-out,box-shadow .25s ease-in-out;
  transition: transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
}

.card-service .view {
  min-height: 210px;
  max-height: 210px;
}

@media (min-width: 1440px) {
  .card-service .view {
    min-height: 235px;
    max-height: 235px;
  }
}

.card-service .view .card-img-top {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1440px) {
  .card-service .view .card-img-top{
    min-height: 235px;
    max-height: 235px;
  }
}

.card-service .overlay .mask {
  padding: 1rem 1rem 1.5rem;
}

.card-service .cs-text {
  color: #ffffff;
  font-size: 0.9rem;
}

.card-service .cs-link {
  color: #ffffff;
  font-size: 0.7rem;
  margin-bottom: 0;
}

.card-service .cs-link:hover {
  text-decoration: underline;
}

.card-service .card-title {
  color: #000000;
  margin-bottom: 0;
}

.card-service .card-title a {
  color: #000000;
  font-family: 'Fira Sans Condensed', sans-serif;
}

.card-service .card-title:hover a {
  color: #4c4c4c;
}

/* Section Subpage */

.section-subpage {
  background-color: #ffffff;
  padding-bottom: 3rem;
}

/* Section Services */

.acco-p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.service-fa {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.service-fa .far {
  color: #b2b2b2;
  width: 28px;
}

.dining-row {
  padding: 15px;
}

.dining-card {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.dining-card .view {
  min-height: 300px;
}

.dining-card .view img {
  object-fit: cover;
  object-position: right;
  height: 100%;
  width: 100%;
}

.dining-title {
  color: #4c4c4c;
  text-transform: uppercase;
}

.dining-p {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

.dining-fa {
  font-weight: 600;
  margin-bottom: 0;
}

.dining-fa .far {
  color: #b2b2b2;
  width: 28px;
}

.dining-fa-p {
  margin-bottom: 0;
}

.function-row {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 1rem;
}

.froom-card {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.froom-card .fc-view {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.froom-card .fc-view .fc-title {
  color: #4c4c4c;
  flex: 1 1 100%;
}

.froom-card .fc-view .fc-p {
  font-weight: 300;
  flex: 1 1 100%;
}

.froom-card .fc-view .btn-palm-link {
  color: #b2b2b2;
}

.capacity-card {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.func-icon-wrapper {
  text-align: center;
}

.func-icon-wrapper .func-icon img {
  width: 50px;
}

/* Palm Capacity Chart */

.palm-capacity-chart .palm-cc-wrapper .palm-cc-description .palm-cc-heading {
    display: none;
}

.palm-capacity-chart .palm-cc-wrapper .palm-cc-description {
    width: 100%
}

.palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li {
    padding: 1.25rem 0 .625rem;
    border-bottom: .0625rem solid #e6e6e6;
    text-align: right;
    list-style: none;
    margin-right: 0;
    position: relative;
    width: 100%;
}

.palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li:first-child {
    text-align: left;
    padding-top: 2.5rem;
    font-weight: 600;
    border-bottom: .125rem solid #4c4c4c;
    white-space: normal;
    -ms-word-wrap: break-word;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li:before {
    content: attr(data-title);
    text-align: left;
    position: absolute;
    left: 0
}

.palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul:last-child {
    border: none
}

@media (min-width:48.1rem) {
    .palm-capacity-chart .palm-cc-wrapper .reset-chart,
    .palm-capacity-chart .palm-cc-wrapper .unit-conversion {
        font-size: 1rem
    }
}

@media (min-width:64.0625rem) {    
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description .palm-cc-heading {
    display: flex;
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description .palm-cc-heading li {
    vertical-align: top;
    padding-top: .625rem;
    border: none
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description .palm-cc-heading li:first-child {
    padding-top: .625rem
  }

  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description .palm-cc-item li {
    text-align: center;
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description .palm-cc-item li:first-child {
    text-align: left;
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    border-bottom: .0625rem solid #e5e5e5;
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li {
    text-align: left;
    font-size: .875rem;
    color: #4c4c4c;
    border: none;
    width: 12%;
  }
    
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li:before {
    content: none
  }
    
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li a {
    font-size: .875rem
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li:first-child {
    padding-top: 1.25rem;
    font-weight: 500;
    border: none;
    width: 16%;
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul li:last-child {
    margin-right: 0
  }
  
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul:last-child,
  .palm-capacity-chart .palm-cc-wrapper .palm-cc-description ul:last-child li {
    border: none
  }
}

/* Section Gallery */
.section-gallery-one {
  background-color: #ffffff;
  padding-bottom: 3rem;
}

.grid-gallery .cbp-item .cbp-caption-defaultWrap img {
  min-height: 109.867px;
  max-height: 109.867px;
  object-fit: cover;
  object-position: center;
}

.filters-gallery-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #4c4c4c;
}

.filters-gallery-button .cbp-filter-counter {
  background-color: #4c4c4c;
}

.filters-gallery-button .cbp-filter-counter::after {
    border-top: 4px solid #4c4c4c;
}

@media (min-width: 768px) {
  .grid-gallery .cbp-item .cbp-caption-defaultWrap img {
    min-height: 223.683px;
    max-height: 223.683px;
  }
}

@media (min-width: 1024px) {
  .grid-gallery .cbp-item .cbp-caption-defaultWrap img {
    min-height: 190.783px;
    max-height: 190.783px;
  }
}

@media (min-width: 1280px) {
  .grid-gallery .cbp-item .cbp-caption-defaultWrap img {
    min-height: 167.75px;
    max-height: 167.75px;
  }
}

/* Section Contact */

.section-contact-one {
  background-color: #ffffff;
  padding-bottom: 3rem;
}

.section-contact {
  padding-top: 3rem;
}

.section-contact .contact-title {
  color: #000000;
}

.sc-box-layout .sc-box-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.sc-box-layout .sc-box-icon {
  height: 100px;
  width: 100px;
  min-width: 100px;
  text-align: center;;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #ebebef;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-box-layout .sc-box-icon .scb-icon {
  color: #666666;
  margin-bottom: 0;
}

.sc-box-layout .sc-box-icon + .sc-box-content {
  margin-left: -45px;
}

.sc-box-layout .sc-box-content {
  border: 1px solid #ebebef;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 13px 20px 13px 65px;
  display: inline-block;
  flex-grow: 1;
}

.sc-box-layout .sc-box-content .sc-box-title {
  color: #000000;
}

.sc-box-layout .sc-box-content .sc-box-lead {
  color: rgba(51,51,51,0.66);
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Map Container */

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 1028px) {
  .map-container {
    padding-bottom: 30%;
  }  
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #968f8b; 
}

footer.page-footer .social-icon a {
  color: #b2b2b2;
  font-size: 1.1rem;
}

footer.page-footer a:hover {
  color: #ffffff;
}

footer.page-footer .footer-copyright a:hover {
  text-decoration: underline;
}

footer.page-footer .footer-copyright p {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.language {
  background-color: #968f8b; 
  padding-bottom: 20px;
}


.backtotop-wrapper {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
}

.btn-float {
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all .2 ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: .2rem;
  cursor: pointer;
  opacity: 0.5;
  display: none;

}

.btn-float:hover {
  opacity: 1;
}

.btn-float img {
  height: auto;
  width: 100%;
}