@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,400i,500');

body {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}


:root {
    --main-text-color: #edb83a !important;
    --light-text: #742b8e;
    --main-bg: #edb83a !important;
    --light-bg: #742b8e;
    --light-gray: #e6e6e6;
}

.bar {
    height: 20px;
    background: 100%;
    background:#edb83a;
}

#slider .row {
    margin: 0;
    padding: 0;
}

#menu-btn {
    background: var(--main-bg);
    border: 2px solid #f5f5f5;
}

#menu-btn:before {
    font-size: 1.5em;
}

.btn-theme {
    background-color: var(--light-bg);
}

.padding-0 {
    padding: 0 !important;
}

.caption {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0px;
}

#subheader {
    /* box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.6); */
}

.caption h1 {      
    color:#000;
    margin-bottom: 0px;
    text-transform: uppercase;
}
/* MMG
#subheader h3 {      
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: inline-block;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    padding: 4px 10px;
}

#subheader h1 {    
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
*/

#subheader h1 {
    font-family:'Cinzel';
    letter-spacing:10px;
    font-size:54px;
    font-weight:400;
    color:#fff
}

#subheader h3 {
    font-family:'Cinzel';
    color:#edb83a;
    text-transform:uppercase;
    letter-spacing:10px;
    font-weight:400;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}

.desc h3{
font-family:'Cinzel';
    color:#edb83a;
    text-transform:uppercase;
    letter-spacing:10px;
    font-weight:400;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    
}



.caption p {
    
    color: #000;
    font-size: 1.3em;
    text-transform: uppercase;
}

#mainmenu-container {
    /*background: var(--main-bg);
    border-bottom: solid 1px var(--light-bg);*/
}

#mainmenu li a:hover,
#mainmenu li a.active {
    color: #edb83a;
}

.about-quotes li:before {
    color: var(--light-text);
    display: none;
}

#section-about-1 .about-center {
    padding: 0 40px !important;
}

.about-center {
    display: block;
    margin: 0 auto;
}

.about-quotes img {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}




.about-quotes img {
    padding: 20px 0px;
}

.about-quotes .text {
    font-style: normal;
    text-align: justify;
    color: #262626;
    padding-left: 20px;
    padding-right: 20px;
}

.about-quotes .text p {
    font-size: 1.3em;
    line-height: 1.5;
    color:#fff;
    text-align: center;
    padding-top: 20px;
}

.about-quotes .text h1,
.about-quotes .text h2,
.about-quotes .text h3,
.about-quotes .text h5,
.about-quotes .text h6 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    
}
.about-quotes .text{
    text-align: center;
}

.about-quotes .text h4{
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    background-color:rgba(255,255,255,0.5);
    padding: 6px 16px;
    display: inline-block;
}

.orng-bdr-top {
    border: 0px;
}

section.dark {
    background: #f5f5f5;
    padding-top: 0;
    padding-bottom: 0;
}

section.facilities {
    /* min-height: 500px; */
    padding: 75px 0;
}

section.facilities h3 {
    color: #000;
}

.icon-box {
    display: table;
    width: 100%;
    min-height: 140px;
    margin-bottom: 0;
    font-size: 1.3em;
    color: black;
}

.icon-box h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0 !important;
}

.icon-box .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-top: 20px;
    margin-top: 10px;
}

.icon-box:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.icon-box i {
    /* background: var(--light-gray); */
    background: transparent;
    color: #333333;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100px;
}

.icon-box:hover i {
    color: #edb83a;
}

section.rooms {
    background: #222;
}

section.rooms .row {
    margin-right: 0px;
    margin-left: 0px;
}

section.rooms h1 {
    color: white;   
   text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
}

section.rooms p {
    color: white;
    
   
    display: block;
}

section.rooms .roomTiles {
    position: relative;
    width: 100%;
}

section.rooms .roomTiles img {
    width: 100%;
    /* min-height: 445px; */
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

section.rooms .roomTiles .middle {
    transition: .5s ease;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 225px;
	/* mmg fix */
	opacity: .7;
}

.roomTiles a:hover .image {
    opacity: 0.3;
}

.roomTiles a:hover .middle {
    opacity: 1;
}


.middle .text {
    background-color: #edb83a;
    color: black;
    font-size: 18px;
    padding: 16px 32px;
	font-weight: 500;
}

section.rooms .roomTiles a {
    display: block;
}

section.explore,
section.testimonials {
    padding: 0px;
    /*  */
    
    min-height: 560px;
}

section.testimonials {
    background: var(--light-gray);
}

section.explore h1,
section.testimonials h1 {
    /*  */
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0px;
}

section.explore p,
section.testimonials p {
    /*  */
    
    font-size: 1.3em;
    color: black;
    text-align: justify;
    line-height: 1.5;
    /* line-height: 1.6; */
}
section.testimonials small{
    font-style: italic;
}
section.explore .caption p,
section.testimonials .caption p {
    color: #000;
}

section.explore .btn-theme,
section.testimonials .btn-theme {
    transition: .2s ease-in;
    margin-top: 10px;
    padding: 10px 50px;
    color: white;
    text-decoration: none;
    font-size: 1.4em;
    color:#000;
    border:solid 1px #000;
    background: none;
}

section.explore .btn-theme:hover,
section.testimonials .btn-theme:hover {
    
    background: #000;
    color:#fff;
}

.cafeBg {
    background: url('../img/explore/6.jpg');
    background-size: cover !important;
    min-height: 560px;
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}
.cafeBg2 {
    background: url('../img/explore/7.jpg');
    background-size: cover !important;
    min-height: 560px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
}

.exploreBg {
    background: url('../img/explore/pic (2).jpg');
    background-size: cover !important;
    min-height: 560px;
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

.testimonialBg {
    background: url('../img/gallery/pic%20(1).jpg');
    background-size: cover !important;
    min-height: 560px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
}

section.explore img {
    width: 100%;
}

section.explore .text,
section.testimonials .text {
    padding: 70px 40px 0;
    overflow: hidden;
}

section.explore .text {
    padding: 20px 40px;
}

section.testimonials .name {
    font-size: 1.2em;
    color: #000;
    margin-right: 5px;
}

section.testimonials .company {
    font-size: 1.2em;
}

footer {
    background: #000;
    font-size: 1.2em;
    color: var(--light-gray);
}

.Weather-wrapper i {
    font-size: 2.5em;
    color: #fff;
	color: #edb83a;
}

#wather-condition {
    font-size: 1.8em;
    /*  */
    
    /* margin-left: 10px; */
    color:#fff;
}

#current-day {
    font-size: 1.3em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

.Weather,
.-f {
    font-size: 2.8em;
    color: #fff;
    position: relative;
    letter-spacing: 2.5px;
}

.-f {
    font-size: 2.5em;
    margin-left: 10px;
}

.Weather::after {
    top: 0;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 0;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
}

.W-day {}

.room-item-alt {
    border-bottom: 1px solid #999;
}

.room-item-alt:nth-last-child(1) {
    border: none;
}

.room-item-alt .price {
    font-size: 2em;
    color: #000;
}

.room-item-alt .btn-border,
.inner .btn-border { 
    color: #000;
    background:none    
}

.room-item-alt .btn-border:hover {
    transition: .2s ease-in;
    background: #000;
    color:#fff;
}

.room-single .inner {
    background: transparent;
    padding: 0 40px;
}

.room-single .room-specs {
    margin: 0;
    padding: 0;
}

.room-single .room-specs h4 {
    margin: 0 0 15px 0;
    color: #000;
    font-size: 2em;
}

.desc h1{
    color: #000;
}

.desc p {
    font-size: 1.3em;
    color: #000;
}

.desc a {
    text-decoration: none;
}

.room-specs ul li:before {
    color: var(--main-bg);
}

.desc .room-specs ul li,
.room-specs ul li {
    color: #999;
    /*  */
    
    font-size: 1.2em;
}

.room-specs ul li {
    line-height: 1.7em;
}

.room-specs ul li:nth-last-child(1) {
    border: none
}

.contact-number {
    padding: 20px 0;
}

.contact-number h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #666;
}

.owl-theme .owl-controls .owl-page span {
    background: var(--main-bg);
}

.AboutBg {
    background: url('../img/slider-home/pic (1).jpg');
    width: 100%;
    background-size: cover !important;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
    padding: 50px 0px !important;
}

.AboutBg .center {
    padding: 50px 0px;
}

.AboutBg.row {
    margin: 0;
    padding: 0;
}

section.activities {}

section.activities h5.tag,
.attractions .tag {
    color: #444;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 30px;
    display: inline-block;
    border:solid 1px #444;
    border-radius: 100px;
    margin-right: 5px;
    font-size: 1.2em;    
}
section.activities h5.tag .fa, .attractions .tag .fa{
    color:#edb83a;
}

.tag b {
    margin-left: 5px;
}

section.activities {
    display: block;
}

section.places {
    background: #f5f5f5;
}

section.testimonials .carousel-indicators {
    position: relative;
    top: 10px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    text-align: center;
}

.carousel-inner {
    /* min-height: 250px; */
}

.carousel-inner .name {
    font-size: 1.6em !important;
}

.carousel-inner .item {
    min-height: 140px !important
}

.carousel-inner .company {
    font-size: 1.4em !important;
    color: black;
}

.cafeWesteria.AboutBg {
    background: url('../img/explore/pic (5).jpg');
    width: 100%;
    padding: 50px 0 !important;
    background-size: cover !important;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

.scrollImg {
    /* transform: translateX(-600px); */
    transition: .5s ease-in;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-content {
    padding: 2px 16px;
}

.wrapper {
    position: relative;
    width: 100%;
}

.wrapper .img-caption {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    padding: 27px 20px;
    display: block;
    width: 100%;
    color: #000;
    bottom: -10px;
    margin-bottom: none !important;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* background-color: #008CBA; */
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.wrapper:hover .overlay {
    height: 100%;
}
.wrapper:hover .overlay .text h2 {
    color:#fff;
}
.wrapper:hover .overlay .text p{
    font-size: 18px;
}

.wrapper:hover .img-caption {
    display: none;
}

.mt-10 {
    margin-top: 10px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    margin: 20px 0px;
}

.wrapper .text {
    color: white;
    font-size: 1.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: justify;
    padding: 10px 20px;
    /*  */
    
}

.small-border {
    background: #000;
}

section.contact .caption p {
    font-size: 1.2em;
}

section.contact address {
    font-size: 1.45em;
}

address span {
    /*  */
    
}

section.contact address a {
    color: #000;
}

footer a {
    color: #fff;
    display: inline-block;
}

footer a img {
    margin-right: 5px;
}

.icon-span {
    padding: 15px 30px;
    display: inline-block;
    font-size: 1.2em;
    background: #edb83a;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 50px;
    float: none !important;
    min-height: none;
    /* margin-left: 30px; */
}

.icon-span b {
    margin-right: 5px;
}

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

.carousel-indicators .active {
    background: #222;
    width: 20px;
    height: 8px;
    margin: 0;
}

.carousel-indicators li {
    border-color: #222;
    width: 20px;
    height: 8px;
    border-radius: 0;
    margin: 0;
}

.widget {
    padding: 30px;
    margin-bottom: 40px;
    background: #eee;
    font-size: 1.2em;
    line-height: 1.5;
    /*  */
    
    overflow: hidden;
}
.widget h2{
    font-size: 1.7em;
}

.widget ul {
    width: 100%;
}

.widget ul li {
    background: #000;
    display: inline-block;
    padding: 5px 15px;
    color: var(--light-gray);
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 50px;
    font-size: 1em;
}
.widget ul li .fa{
    color:#edb83a;
}
.icon  {
    padding: 17px 20px !important;
}
.icon i {
    font-size: 1.5em;
}

.Weather-wrapper {
    display: block;
    padding: 10px 0;
}

.youtube-video {
    background: #222;
    padding: 30px 15px;
}

.weatherDiv{
    
    position: absolute;
    top: 22px;
    padding: 0px 10px;
    right: 22px;
    font-size: 8px;
    z-index: 100;
    color: #fff;
	
    border-radius: 3px;
    opacity: 1;
}
.textContent{
    font-size: 16px;
    line-height: 22px;
	 
}
.bgDark{
    background: #222;
}
.hideDot .owl-controls{
    display: none !important;

}
.whiteColor h2{
    color:#fff !important;
}
.whiteColor p{
    color:#fff !important;
    opacity: 0.5;
}
.slideImg .img-responsive{
    width:100%;
}
.videoWrap{
    padding: 0px 60px;
}
.arrow-left-mid{
    position: absolute;
    top:50%;
    left:0;
    font-size: 50px;
}
.arrow-right-mid{
    position: absolute;
    top:50%;
    right:0;
    font-size: 50px;
}
.bg-none{
    background: none !important;
}
@media (min-width: 320px) and (max-width: 1024px) {
    body {
        padding: 0 !important;
    }
    .row.attractions {
        width: 100%;
    }
    .about-center {
        width: 100%;
        padding: 10px 30px;
    }
    .about-quotes .text {
        padding-right: 25px;
        padding-left: 10px;
    }
    section.explore,
    section.testimonials {
        min-height: 100%;
        height: auto;
    }
    .testimonialBg,
    .exploreBg {
        display: none;
    }
    section.explore .text,
    section.testimonials .text {
        padding: 40px 40px;
    }
    /* section.explore p,
    section.testimonials p,
    section.testimonials .company {
        color: white;
    } */
    section.explore .smExploreBg {
        width: 100%;
        background-size: cover !important;
    }
    section.testimonials .smTestimonialBg {
        /* background: url('../img/gallery/pic%20(1).jpg'); */
        width: 100%;
        background-size: cover !important;
    }
    .smAboutBg {
        background: url('../img/gallery/pic%20(1).jpg');
        width: 100%;
        background-size: cover !important;
    }
    img.abtimg {
        display: none;
    }
    .smExploreBg,
    .smTestimonialBg {
        position: relative;
        width: 100%;
        z-index: 1;
        /* box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5); */
        color: white;
    }
    section.explore .caption p,
    section.testimonials .caption p {
        color: wheat;
    }
    /* section.explore h1,
    section.testimonials h1 {
        color: white;
    } */
    .Weather-wrapper {
        display: block;
        padding: 10px;
        border-radius: 5px;
    }
    .text h2 {
        font-size: 1.2em !important;
    }
    .wrapper .text {
        font-size: 1.2em !important;
    }
    .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin: 1px;
    }
    .carousel-indicators li {
        width: 20px;
        height: 20px
    }
    .cafeBg, .cafeBg2{
        width: 100%;
        min-height: 300px;
        background-position: bottom;
    }
}

@media (min-width: 320px) and (max-width:424px) {
    .text h2 {
        font-size: 1.2em !important;
    }
    .wrapper .text {
        font-size: .8em !important;
        line-height: 1.5;
    }
    section.rooms .roomTiles img {
        max-height: 100%;
    }
}

@media (min-width: 425px) and (max-width:767px) {
    section.rooms .roomTiles img {
        max-height: 100%;
    }
}

.map {
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 15px;
    text-align: center;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 150px;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

@media (min-width: 1025px) and (max-width: 1175px) {
    .exploreBg {
        min-height: 605px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper .text {
        font-size: 1.2em;
    }
    .overlay {
        overflow-y: scroll;
    }
    .overlay .text {
        padding-top: 70px;
    }
}

.w150{
    width:125px;
    display: inline-block;
}
.w151{
    width:125px;
    display: inline-block;
	color:#edb83a
	
}
@media (max-width:768px){
    #section-about-1 .about-center{
        padding: 0px 10px !important;
    }
    section{
        padding: 20px 0;
    }
    section.container-fluid{
        padding: 0px;
    }
    section.explore .text{
        padding: 20px;
    }
    section.testimonials .text{
        padding: 20px;
    }
    #content{
        padding: 20px 0;
    }
    .room-item-alt{
        margin-bottom: 0px;
    }
    .Weather-wrapper{
        padding-left:0px;
        padding-right:0px;
    }
}
    