/*
Theme Name: Rebali Riads 2023
Theme URI: http://theodagency.com
Description: Rebali Riads 2023 Theme in Bootstrap 5
Author: Ollie Stott
Author URI: http://theodagency.com
Version: 1.0.0
*/

/* TRANSITIONS */
.linkTo:after, .navbar-brand, .navbar-brand i, .card-header:after, .priceRow, nav, .tripAward, .quickLink > *, .overlay, .vidPlay, a, .banner-inner .details, .hiddentxt, .dkBg, nav, #navbarDropdown.collapse {
		-webkit-transition: all 0.5s!important;
		-moz-transition: all 0.5s!important;
		-ms-transition: all 0.5s!important;
		-o-transition: all 0.5s!important;
		transition: all 0.5s!important;
}

body {
	overflow-x: hidden;
	font-weight: 200;
	line-height: 1.75em;
	margin-top: 60px;
}

body.home, body.single-activity, body.single-riad, body.single-room {
	margin-top:0;
}
a, .home header .offcanvas i {
    color: #000;
}
a:hover {
    color: #000;
}

.main .container-fluid {
	max-width: 1440px;
}

.sl-caption.pos-bottom {
    display: none!important;
}

span.gallery-arrow-right, span.gallery-arrow-left {
    opacity: 1!important;
    display: block!important;
}

.bg-light, .bg-primary {
	background: #fffaeb!important;
}
.bg-dark, .bg-secondary {
	background: #1f1f1f!important;
}
.bg-copper {
	background: #da7746!important;
}

.grad {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    height: 50%;
}

/* BUTTONS & LINKS */

.btn, header form label {
	font-family: 'Tenor Sans', sans-serif;
}
header form label {
	margin-right: 2px;
}
.btn, [type=submit] {
	border-radius: 0;
    font-size: 12px!important;
	font-weight: 600!important;
    text-transform: uppercase;
    padding: 10px 25px!important;
}
[type=submit] {
    border: thin solid #000;
    padding: 5px 20px!Important;
    background: none;
}

[type=submit]:hover {
    background: #000;
	color: #fff;
}
.btn-primary {
    background-color: #c6bb9b;
	color: #fff!important;
	border: 2px solid #c6bb9b!important;
}
.btn-primary:hover {
	background: rgba(163,128,43,0.5);
}
.btn-secondary {
	background: #a37f2e;
}

a.readMore {
	color: #000;
	text-decoration:none;
}

.readMore:after {
	font-family: 'Font Awesome 6 Pro', sans-serif;
	content: '\f178';
	padding-left: 10px;
}

a.readmore:hover > :after {
	padding-right: 15px;
	color: #000;
}

a.btn.btn-primary.btn-light {
    border-color: #fff!important;
    color: #fff!important;
}

/* TOP HEADER */
.dkBg {
	background: #f1f1f1;
	color: #fff;
}

.home .dkBg {
	background: none;
}

.home .smaller .dkBg {
	background: #f1f1f1;	
}

.optin {
	background: #aaa!important;
}

header .social li a, header li.wpml-ls-current-language a {
	color: #222;
    font-size: 22px;
    padding: 0!Important;
}

.home header .social li a, .home header li.wpml-ls-current-language a, .home .language-switch ul, .home .language-switch ul a, .home header i {
	color: #fff;
}

.home .headroom--not-top .social li a, .headroom--not-top li.wpml-ls-current-language a, .headroom--not-top .language-switch ul, .headroom--not-top .language-switch ul a, .home .headroom--not-top i {
	color: #222;
} 

.wpml-ls-legacy-list-horizontal {
    border: none!important;
    padding: 0!important;
    clear: both;
}
.wpml-ls li a {
    font-weight: bold;
}
li.wpml-ls-current-language a, .home .smaller li.wpml-ls-current-language a {
	color: #333;
}

header ul.social {
    display: inline-block;
    line-height: 1em;
    position: absolute;
    top: 14px;
    margin-left: 10px;
	padding: 0;
	left: 60px;
}
.social li {
    display: inline-block;
	margin: 0 6px 3px;
	font-size: 2em;
}

.lang a {
    color: #808080;
    font-size: 12px;
    padding: 0 3px;
}

.language-switch {
    display: inline-block;
    margin-right: 10px;
}

.language-switch ul, .language-switch ul a {
    color: #222;
    text-transform: uppercase;
    font-size: 14px!Important;
    list-style: none;
	margin: 0;
	text-decoration: none;
}
.language-switch li {
    display: inline-block;
    margin: 0 3px;
}


/* MAIN HEADER */

.offcanvas {
	background: #fffaeb;
}
.dropdown-menu {
	font-size: 1em;
}
.dropdown-menu.show {
	position: relative;
}
.navbar {
	height: 60px;
}
.navbar-brand {
    margin-right: 0;
    height: auto;
    overflow: hidden;
}
.offcanvas-start {
	border-right: none;
}

header.headroom--not-top nav {
	background: #fffaeb!important;
}

header.smaller .navbar-brand, header .navbar-brand {
    overflow: hidden;
}
header .navbar-brand {
	color: #c35d58;
}

.home header .navbar-brand {
	height: auto;
	color: #fff;
}

header.headroom--not-top .navbar-brand {
	color: #c35d58;
}

header nav {
	background: #fffaeb;
}

.home header nav {
	background: none;
}


nav {
	font-family: 'Tenor Sans', sans-serif;
	font-size: 0.9em;
}
.navbar-toggler:focus {
	box-shadow: none!important;
}
/* Icon 3 */

#nav-icon3 {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home #nav-icon3 span {
	background: #fff;
}

.home .headroom--not-top #nav-icon3 span, .headroom--top .offcanvas.show + .navbar-toggler #nav-icon3 span {
	background: #000;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav .menu-item {
    margin: 0;
}

.home header a.btn-outline-primary {
	border: thin solid #fff!important;
	color: #fff!important;
}

.btn-outline-primary {
	border: thin solid #000!important;
	color: #000!important;
}
.btn-outline-primary:hover {
	border: thin solid #000!important;
	background: #000!important;
	color: #fff!important;
}

.home header.headroom--not-top a.btn-outline-primary {
	border: thin solid #000!important;
	color: #000!important;
}

nav ul li a {
	color: #000;
}

nav ul li a:hover {
	text-decoration: none;
}

nav ul li.current-menu-item a {
	color: #a37f2e;
}

.smaller nav ul li a, .smaller .navbar-brand i {
	color: #000;
	padding: 0;
}

.nav-link {
    padding: 0;
    color: #000;
}

.nav-link:focus, .nav-link:hover {
    color: #ababab;
}

/* MENU */

#navbarDropdown.collapse {
	display: block!important;
	position: fixed;
    width: 30%;
	height: 100vh;
    left: -30%;
    transition: left .4s ease;
    z-index: 999;
    min-width: 300px;
	background: rgb(255 250 235 / 95%);
    top: 0;
}

#navbarDropdown.collapse.show {
    left: 0;
}

.dropdown-menu {
	background: none!important;
	font-size: 1em;
	position: relative;
}

li .dropdown-toggle {
    position: absolute;	
	width: 20px;
	z-index: 9;
	top: 0;
	right: 0;
}
li.no-click .dropdown-toggle {
	width: 100%;	 
}
.dropdown-toggle i {
	right: 0;
	position: relative;
	float: right;
	line-height: 1em;
	margin-top: 5px;
}
.dropdown-toggle::after {
    display: none;
}

.offcanvas-body > ul {
    padding: 60px 30px;
    list-style: none;
}

.navbar-toggler {
    position: absolute;
    z-index: 99999;
    top: 10px;
}

/* GENERAL */

h1, h2, h3, h4, h5, .lead {
	font-family: 'Alex Brush', cursive;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.25em;
	color: #c35d58;
}

h4 {
	font-size: 2em;
	line-height:1em;
}

h5 {
	font-size: 1.2em;
}

.lead {
	font-size: 2em;
	line-height: 1em;
}

/* BOOKING FORM */

#booking {
	background: #fff;
}

#booking form label {
    color: #808080;
	font-size: 14px;
}

header form input {
	border: none;
    border-bottom: thin solid #fff;
	color-scheme: dark;
	margin: 0 10px;
	font-size: 14px;
	background: none;
}

/* PAGES */
.homebanner, .banner {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50%;
	position:relative;
	color:#fff;
	min-height: 60vh;
}
.homebanner {
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}
.banner h1 {
	color: #fff;
}
#vimeo {
	height:334px;
	position:relative;
	overflow:hidden;
}

.vimeo-wrapper {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.videoWrapper, .mPort {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe, .mPort iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.breadcrumbs {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 30px 0;
}

.breadcrumbs a, .breadcrumbs {
    color: #000;	
}

.banner .breadcrumbs a, .banner .breadcrumbs {
    color: #fff;	
}
.banner .overlay {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );	
}
.overlay, .bgImg {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
	left: 0;
}

.quickLink:hover .overlay {
    background: rgba(163,128,43,0.5);
    z-index: 1;
}

.quickLink > a {
    color: #fff;
    z-index: 1;
}

.quickLink:hover > a {
    color: #fff;
	text-decoration: none;
}

.quickLink .details {
	z-index: 99;
    width: 100%;
    height: 100%;
    position: relative;
}

/* -------------- HOME CAROUSEL --------------- */

.forcefullwidth_wrapper_tp_banner {
	margin-bottom: 80px!important;
}

.banners .banner {
	padding: 10px;
}
.banner-1, .banner-1-slide, .banner-4 {
    height: 495px;
}

.banner-2, .banner-2-right, .banner-3 {
	height: 44.5vh;
	position: relative;
}

#carouselRebali .carousel-item, .featImg {
	height: 100vh;
	background-size: cover;
	background-position: 50%;
}

.text-box {
    display: table-cell;
    vertical-align: middle;
	height: 230px;
}

.box-bottom {
	vertical-align: bottom;
}

.text-wrap {
    display: inline-block;
    padding: 15px;
    margin-left: 30px;
    margin-right: 30px;
    /* text-align: left; */
	color: #000;
}
.align {
	height: 100%;
    width: 100%;
    display: table;
}

.white-box {
	background: rgba(256,256,256,0.8);
}


.category .white-box {
	width: 65%;
	padding: 10px;
}

.banner .subtitle {
	text-transform: uppercase;
}

.carousel-control {
    width: 24px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
	font-size: 28px;
}

.carousel-control.left, .carousel-control.right, .carousel-control-prev, .carousel-control-next {
	background: none;
	position: absolute;
	color: #fff;
}

.carousel-control.left:hover, .carousel-control.right:hover, .carousel-control-prev:hover, .carousel-control-next:hover {
	text-decoration: none;
}

.carousel-control.left:before, .carousel-control-prev:before {
	font-weight: 800;
}


.carousel-control.right:before, .carousel-control-next:before {
    background-position: 100% 50%;
	font-weight: 800;
}

.carousel {
  height: 100%;
}


.thumbnail {
	border: none;
}
.carousel-control.glyphicon:before {
    top: 10%;
    position: absolute;
}

a.thumbnail {
    padding: 0px;
    margin-bottom: 0px;
}

.thumbnail img.img-responsive {
    margin: 0px!important;
    width: 100%;
}

.banner-inner .overlay {
    background: rgba(56,46,44,1);
    opacity: 0;
    height: 100%;
}

.banner-inner a {
    position: absolute;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,0.85+100 */
background: -moz-linear-gradient(top, rgba(56,46,44,0) 50%, rgba(56,46,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(56,46,44,0) 50%,rgba(56,46,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(56,46,44,0) 50%,rgba(56,46,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382e2c', endColorstr='#382e2c',GradientType=0 ); /* IE6-9 */
}

.banner-inner .details {
    z-index: 999;
    position: absolute;
    bottom: 30px;
    color: #fff;
	opacity: 1;
}

.banner-inner a:hover .overlay {
	opacity: 0.5;
    height: 100%;
}

.banner-inner a:hover .details {
	opacity: 1;
}

/* Testimonial Carousel */

#carouselTestimonials {
	color: #fff;
}

#carouselTestimonials ol.carousel-indicators {
    bottom: -30px;
}

/* MODULES */
#table thead th {
    background: #333333;
    color: #fff;
}

thead th {
    font-size: 1.2em;
    font-weight: 800!important;
}

table td:first-child {
    width: 75%;
}

#table thead th, #table tbody td {
    padding: 10px 20px;
}

#table tbody tr:nth-child(odd) {
	background: #f2f2f2;
}

#table tbody tr:nth-child(even) {
	background: #fff;
}

#table tbody tr:hover {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5) inset;
}

#table table {
    width: 100%;
	font-size: 14px;
}
.card {
	margin-bottom: 25px;
}
.card img {
    width: 100%;
}
.card-header {
	background: #f2f2f2;
	color: #808080;
	font-size: 2em;
	cursor: pointer;
    border-bottom: thin solid #fff;	
}

.card-header[aria-expanded="true"]:after {
	transform: rotate(-90deg);
}

.card-header:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;	
	content: '\f078';
	position: absolute;
	right: 20px;
	font-size:0.5em;
}

.card-header:first-child {
	border-radius: 0;
}

.banImg {
	height: 75vh;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.hiddentxt[aria-expanded="false"] {
	transform: rotate(0deg);
}

.hiddentxt {
    display: inline-block;
	text-decoration:none!important;
	color: #000;
}

.hiddentxt[aria-expanded="true"] {
	transform: rotate(135deg);
}

.hiddentxt:after {
	content: '\f067';
    font-family: "Font Awesome 6 Pro";
	font-size: 24px;
}

.hiddentxt:hover {
	color: #ccc;
}

.suites {
	background: #e1d8bf;
}

.suites .bg-light {
	background: rgba(248,249,250,0.75)!important;
}

.addRooms {
	background: #f2f2f2;
	margin-top: -90px;
}

.suites .banImg {
	height: auto;
	min-height: 70vh;
	position: relative;
}

.banImg .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.suites h2:after {
	margin: 20px 0!important;
}

/* CONTACT */

.acf-map {
	width: 100%;
	height: 500px;
	margin-bottom: 25px;
}
.acf-map img {
	max-width: inherit!important;
}

/* SIGN UP */

.gfield_description {
    font-size: 14px!important;
    font-weight: 300;
    line-height: 1.2em!important;
    margin: 0!important;
    padding: 10px 0!important;
}

.gform_footer.top_label {
    margin-top: 0!important;
    padding-top: 0!important;
}

.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(100% - 8px)!important;
	border: none;
    background: none;
    border-bottom: thin solid #000;
}

h3.gform_title, .gform_heading, footer h3 {
    font-size: 1.5em!important;
    color: #000;
    margin-bottom: 0!important;
}

footer h3 {
    font-size: 2.5em!important;
	margin-top: 15px;
}

.gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0!important;
}

/* SPECIAL OFFERS */

.offer {
    border-top: thin solid #ccc;
}

.list-radio-wrap .nf-field-element li {
    display: inline-block;
    margin-right: 10px!important;
}

.nf-field-element textarea {
	height: 100px!important;
}

.nextgen_pro_horizontal_filmstrip {
    margin-bottom: 20px;
}

.nav-tabs .nav-item {
	background: #eee;
}

.sticky-top {
	top: 140px;
}

/* ITINERARIES */

.itintro {
	margin-bottom: 40px;	
}

.single-itineraries .priceRow {
	background: #382e2c;
}

.singleItin {
	font-size: 0.85em;
}

.itinerary {
    margin-bottom: 15px;
    border-bottom: thin solid #ccc;
}

.itinerary a {
	color: #000;
	text-decoration: none;
}

.itineraries h1 {
	font-size: 1.75em;
	color: #fff;
}

.itineraries .priceRow {
	padding: 20px 0;
}

.smaller + .itineraries .priceRow {
	padding: 10px 0;
}

/* Multi Item Carousel */
.itineraries, .offers {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#itinerariesCarousel, #offersCarousel {
	width: 120%;
	left: -10%;
}

#itinerariesCarousel .carousel-inner .carousel-item.active, #offersCarousel .carousel-inner .carousel-item.active,
#itinerariesCarousel .carousel-inner .carousel-item-next, #offersCarousel .carousel-inner .carousel-item-next,
#itinerariesCarousel .carousel-inner .carousel-item-prev, #offersCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

#itinerariesCarousel .carousel-inner .carousel-item-right.active, #offersCarousel .carousel-inner .carousel-item-right.active, #itinerariesCarousel .carousel-inner .carousel-item-next, #offersCarousel .carousel-inner .carousel-item-next {
  transform: translateX(33.3333%);
}

#itinerariesCarousel .carousel-inner .carousel-item-left.active, #offersCarousel .carousel-inner .carousel-item-left.active, #itinerariesCarousel .carousel-inner .carousel-item-prev, #offersCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-33.3333%);
}

#itinerariesCarousel .carousel-inner .carousel-item-right, #offersCarousel .carousel-inner .carousel-item-right,
#itinerariesCarousel .carousel-inner .carousel-item-left, #offersCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

#itinerariesCarousel .carousel-control-next, #itinerariesCarousel .carousel-control-prev, #offersCarousel .carousel-control-next, #offersCarousel .carousel-control-prev {
	width: 5%;
}

#itinerariesCarousel .carousel-control-next-icon, #itinerariesCarousel .carousel-control-prev-icon, #offersCarousel .carousel-control-next-icon, #offersCarousel .carousel-control-prev-icon {
	margin-top: -75%;
}

#itinerariesCarousel .carousel-control-prev, #offersCarousel .carousel-control-prev {
	left: 30.7%
}

#itinerariesCarousel .carousel-control-next, #offersCarousel .carousel-control-next {
	right: 30.7%
}

#itinerariesCarousel .d-block, #offersCarousel .d-block {
	padding: 20px;
}

.carousel-control-next, .carousel-control-prev {
	color: #382e2c;
	font-size: 30px;
	text-decoration: none;
}

#carouselTestimonials .carousel-control-next, #carouselTestimonials .carousel-control-prev {
	color: #fff;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
	color: #000;
}

#multiCarousel .carousel-control-next, #multiCarousel .carousel-control-prev, #propCarousel .carousel-control-next, #propCarousel .carousel-control-prev {
	opacity: 1;
}

#multiCarousel .carousel-control-next, #propCarousel .carousel-control-next {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}
#multiCarousel .carousel-control-prev, #propCarousel .carousel-control-prev {
	background: rgb(255,255,255);
	background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}

.caseImg .overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 28%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

#offersCarousel .content-item .caseImg:hover > .overlay, #offersCarousel .carousel-item.active > .content-item:nth-child(2) .overlay {
    background: rgba(0,0,0,0.5);
	opacity: 1;
}

.caseImg {
	margin: 20px 64px;
    position: relative;
    display: block;
}

.caseImg .overlay i {
    display: block;
    font-size: 28px;
	padding-bottom: 15px;
	transition: 3s;
}


/* ROOMS & SUITES */
.roomIcon {
    max-height: 120px;
    padding: 0 0 10px;
}
.sticks {
	top: 150px;
	z-index: 0;
}
.rooms-suites {
	z-index:-1;
}
.roomDesc {
	margin-top:100px;
}
.rooms-suites .bg-light {
	background: rgba(248,249,250,0.8)!important;
}

.rooms-suites hr {
	width: 50px;
	border-bottom: thin solid #333;
}
.amenities {
	margin-top: 20px;
	margin-bottom: 20px;
}
.amenities h6 {
    font-size: 0.9em;
    margin-bottom: 30px;
}
.amenities i {
    font-size: 36px;
    color: #878787;
    margin: 15px 0;
}

.amenities i.icon-amenities {
    font-size: 4em;
}
.ltgrey {
    background:#f2f2f2;
}
.ltgrey span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
	display: block;
}
.length {
	display: inline-block!important;
	margin-left: 5px;
}
.price {
    font-size: 1.75em;
	display: inline-block;
}
.priceRow {
	margin-top:150px;
	z-index:999;
}
.smaller + #mainContent .rooms-suites .priceRow, .smaller + .mainContent .itineraries .priceRow {
	margin-top: 105px!important;
}

.priceRow .ltgrey{
	padding: 15px 15px;
}

.smaller + .rooms-suites .priceRow .ltgrey {
	padding: 5px 15px;
}
.roomSuite a {
	color: #000;
	text-decoration: none;
}

/* BLOG */

#content h2:after, #sidebar h2:after {
    display: none;
}

#content footer {
	background: none;
	border-top: thin solid #f2f2f2;
	padding-top: 20px;
}

/* MULTICAROUSEL */

    #multiCarousel, #floorCarousel, #propCarousel {
	    overflow-x: hidden;
	}
	#multiCarousel i, #propCarousel i {
	    font-size: 2em;
	}
.carousel i {
    color: #fff;
}


/* FOOTER */
.navbar .dropdown-menu li a {
	color: #000!important;
	font-weight: 300;
	line-height: 1.5em;
}
.quickLink {
		height:150px;
		background-size:cover;
		background-position:50%;
		background-repeat:no-repeat;
		padding: 17.5% 0 22.5%;
		color: #fff;
}
.quickLink span {
    font-size: 12px;
}

footer {
	background: #e1d8bf;
	color: #333;
	font-size: 14px;
}
footer ul {
    list-style: none;
    padding: 0;
}

footer ul li a {
	font-weight: 400;
	text-decoration: none;
}
footer .social {
	margin: 10px 0;
}
.footer-menu {
	border-top: thin solid #333;
	border-bottom: thin solid #333;
}
.copyright, .copyright a {
	font-size:12px;
	color: #333;
}
ul#menu-rooms-1 li, , ul#menu-main-fr0 li {
    display: block;
}

@media screen and (min-width: 768px) {
header .navbar-brand {
	font-size: 3em;
}
footer ul li {
	display: inline-block;
	margin: 0;
	padding-right: 5px;
}
/* Activities */
#summary {
	margin-left: -100px;
	z-index: 9;
}
#carouselRebali .carousel-control-next {
    right: 100px;
}
.navbar-brand img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.navbar {
	padding: .5rem 1rem 0;
}		
	.multi.carousel-inner {
	    width: 150%;
	    left: -25%;
	}
		.multi.carousel-inner .carousel-item.active,
.multi.carousel-inner .carousel-item-next,
.multi.carousel-inner .carousel-item-prev {
    display: flex;
}
    .multi.carousel-inner .carousel-item-end.active,
    .multi.carousel-inner .carousel-item-next {
      transform: translateX(33%);
    }
    
    .multi.carousel-inner .carousel-item-start.active, 
    .multi.carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
    }
.multi.carousel-inner .carousel-item-end,
.multi.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}		
}
@media screen and (max-width: 992px) {
#vimeo iframe {
	margin-top:-40%!important;
}
}

@media screen and (min-width: 601px) and (max-width: 992px) {
	header a.btn-primary {
		right: 75px
	}
}

@media screen and (max-width: 767px) {
	#mulCarousel .carousel-inner .carousel-item > div, #proCarousel .carousel-inner .carousel-item > div {
		display: none;
	}
	#mulCarousel .carousel-inner .carousel-item > div:first-child, #proCarousel .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
	header .navbar-brand {
		font-size: 1.5em;
	}
	#carouselRebali .carousel-item, .featImg {
	height: 50vh;
	background-size: cover;
	background-position: 50%;
}
	.navbar-brand img {
		width: 70%!important;
	}
	.navbar-brand i {
		font-size:1em!important;
		margin-top:0px!important
	}
	.banner-2, .banner-2-right, .banner-3 {
		height: 200px;
	}
	header {
		max-height:100%;
		overflow:auto;
	}
	header.smaller .navbar-brand {
	    height: auto!Important;
	}
	.caseImg {
		margin: 0;
	}
	.quickLink {
		height:300px;
		margin-bottom:20px;
		padding: 50px 20px 0!important;
	}
	.quickLink .bgImg, .quickLink .overlay {
		height: 100%;
	}
	h5.foottitle {
		margin-top: 10px;
	}
	#itinerariesCarousel .carousel-control-prev, #offersCarousel .carousel-control-prev {
		left:12%!Important;
	}
	#itinerariesCarousel .carousel-control-next, #offersCarousel .carousel-control-next {
		right:12%!Important;
	}	
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2.5em;
	}
	h2.widgettitle {
		display: none;
	}
	.price {
		font-size: 1.25em;
	}
	.priceRow .ltgrey {
		padding: 5px 15px;
	}
	.priceRow {
		margin-top: 115px;
		padding-top:10px;
	}
	.banImg .bg {
    	position: relative;
    	height: 300px;
	}
	#menu-main img {
    	display: none;
	}
	.banner {
		min-height: 30vh;	
	}
	.nav-link {
	    line-height: 2em;
	    font-size: 1.2em;
	}
}
@media screen and (max-width: 480px) {
	.home #carouselRebali .carousel-item {
		height: 50vh;
	}	
	#carouselRebali .carousel-item, .featImg {
		height: 50vh;
	}
}