@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
}

/*
        Typography
*/
div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px !important;
    font-weight: 800;
}

h2 {
    font-size: 42px;
    font-weight: 800;
}

h3 {
    font-size: 26px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*navigationBar*/
.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100px;
    padding: 0;
    transition: all 500ms;
}

/*navigationBarContent*/
.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 12px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 75px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0;
    left: 0;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/
.navbar-collapse>ul>li {
    margin: 0;
    color: #fff;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Shadows Into Light Two', cursive;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    background: #ec9b16;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    /*width: 100%;
    left: 0;*/
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    color: #fff !important;
    background: transparent !important;
    /*color: #ec9b16 !important;*/
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/
.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 180px;
    height: auto;
    position: absolute;
    top: 100%;
    /*top: 87px;*/
    left: 0;
    margin: 0;
    background: #fff;
    /*visibility: hidden;
    opacity: 0;*/
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}

.navbar-collapse>ul>li:hover>ul {
    /*left: 0;
    visibility: visible;
    opacity: 1;*/
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 18px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #ec9b16;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/
.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #ec9b16;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/
.navigationBarScroll {
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
}

.navigationBarScroll .navbar-brand {
    margin-top: 5px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.7);
    top: -10px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

/*bannerSection*/



.animation {
    text-align: center;
    opacity: 1;
    border-radius: 50%;

    animation: bounce .3s infinite alternate;

    -webkit-animation: bounce .3s infinite alternate;
}







.animation {
    /* position: absolute;
top: 50px;
left: 50px; */
    /* width: 75px;
line-height: 75px; */
    text-align: center;
    opacity: 1;
    border-radius: 40%;
    -webkit-animation: bounce .3s infinite alternate;
    -moz-animation: bounce .3s infinite alternate;
    animation: bounce .3s infinite alternate;
}

@-webkit-keyframes bounce {
    to {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes bounce {
    to {
        -moz-transform: scale(1.2);
    }
}

@keyframes bounce {
    to {
        transform: scale(1.2);
    }
}




.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 100px;
    left: 30px;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #fff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
}

.bannerSection .bannerSlideBlock {
    display: table;
    position: absolute;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    display: block;
    width: 50%;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
    display: block;
    font-weight: 300;
    font-size: 46px;
    position: relative;
    font-family: 'Shadows Into Light Two', cursive;
    transition: all 900ms;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
    display: block;
    font-weight: 900;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    transition: all 800ms;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    text-shadow: none;
}

/*bannerStrip*/
.bannerStrip {
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    background: url('../images/bannerStrip.png') no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

/*social-media-links*/
.social-media-links {
    display: block;
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 50;
    transition: all 500ms;
}

.social-media-links ul {
    margin: 0;
    padding: 0;
}

.social-media-links ul li {
    display: block;
    clear: both;
}

.social-media-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    /*opacity: 0.5;*/
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.social-media-links ul li a span {
    display: none;
}

.social-media-links ul li a i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    transition: all 500ms;
    position: relative;
    left: 10px;
}

.social-media-linksScrolled {
    left: 0
}

.social-media-linksScrolled ul li a {
    opacity: 1;
    text-shadow: none;
    font-size: 18px;
}

.social-media-linksScrolled ul li a i.fa-facebook-square {
    background: #3a589e;
    transition: all 300ms;
}

.social-media-linksScrolled ul li a i.fa-twitter {
    background: #3b98d3;
    transition: all 500ms;
}

.social-media-linksScrolled ul li a i.fa-linkedin-square {
    background: #0b75b3;
    transition: all 700ms;
}

.social-media-linksScrolled ul li a i.fa-google-plus-circle {
    background: #e1493b;
    transition: all 900ms;
}

.social-media-linksScrolled ul li a i.fa-pinterest {
    background: #bf2025;
    transition: all 1100ms;
}

.social-media-linksScrolled ul li a i {
    left: 0;
}

.social-media-linksScrolled ul li a:hover i {
    background: #ec9b16;
    color: #fff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25);
}

/*overview-section*/
.overview-section {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0 0 70px 0;
    position: relative;
    background: #fff;
}

.overview-slider-col {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.overview-slider-col:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url('../images/mask1.png') no-repeat center;
    background-size: 100% 100%;
}

.overview-slider-col .owl-controls {
    position: absolute;
    width: auto;
    bottom: 100px;
    left: 50px;
    z-index: 2;
}

.overview-slider-col .owl-controls .owl-page span {
    background: #ec9b16 !important;
    margin: 0 2px !important;
}

/*overview-description*/
.overview-description {
    display: block;
    position: relative;
    z-index: 2;
    padding: 50px 0 0 20px;
}

.overview-description h1.heading span {
    font-size: 34px;
}

.overview-description h1.heading:after {
    top: 40%;
}

/*bookingParallax*/
.bookingParallax {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
    background: url('../images/bookingParallax.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    color: #fff;
}

.bookingParallax:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}

.bookingParallax form .formField {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.bookingParallax form .formField label {
    font-weight: 500;
}

.bookingParallax form .formField input,
.bookingParallax form .formField select {
    width: 100%;
    height: 50px;
    /*border: solid 1px #ec9b16;*/
    border: none;
    border-radius: 30px;
    text-indent: 10px;
    font-size: 16px;
    color: #222;
}


/*gallery-section*/
.gallery-section {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
    min-height: 500px;
}

.gallery-section .heading-center {
    padding-bottom: 0;
}

.gallery-section .heading-center:after {
    display: none;
}

/*gallery-row*/
.gallery-row {
    margin: 30px 0 0 0;
}

.gallery-row .col-md-3 {
    padding: 0;
}

.gallery-row .gallery-block {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-row .gallery-block img {
    width: 100%;
    height: auto;
}

.gallery-row .gallery-block .gallery-block-details {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 250px 0 20px 0;
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    transition: all 400ms;
}

.gallery-row .gallery-block:hover .gallery-block-details {
    padding-top: 350px;
}

.gallery-row .gallery-block .gallery-block-details h3 {
    display: block;
    font-family: 'Shadows Into Light Two', cursive;
    font-weight: normal;
    position: relative;
    font-size: 32px;
    padding: 0 0 0 70px;
}

.gallery-row .gallery-block .gallery-block-details h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    top: 50%;
    left: 0;
    height: 5px;
    background: #ec9b16;
}




/*rooms-section*/
.rooms-section {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px;
    background: #eee;

}

.roomblock {
    text-align: center;
    background-color: white;
    margin-bottom: 28px;
    box-shadow: silver 0px 0px 19px 3px;


}

.romss {
    padding: 10px 0px;

}

.romss h2 {
    font-size: 20px;
    padding-top: 15px;
}

.romss p {
    color: #fc9b00;
    font-size: 15px;
    font-weight: bolder;
}

.roomblock .hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.roomblock .hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

figure:hover span {
    bottom: -36px;
    opacity: 1;
}

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

















/*parallax-section-full*/
.parallax-section-full {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
    min-height: 350px;
    background: url('../images/parallax-full1.jpg') no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    color: #fff;
}

.parallax-section-full:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec9b16;
    opacity: 0.8;
}

.parallax-section-full h2,
.parallax-section-full h5 {
    margin-bottom: 5px;
    
}

.parallax-section-full h5 {
    font-size: 22px;
    line-height: 34px !important;
    text-transform: capitalize;
}

.parallax-section-full a.btn {
    padding: 15px 38px !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.parallax-section-full a.btn:hover,
.parallax-section-full a.btn:focus,
.parallax-section-full a.btn:active {
    color: #fff;
}

/*footerSection*/
.footerSection {
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
    background: #fff;
}

.logofooter {
    text-align: center;
    margin-bottom: 50px;
}

.footerMenu {
    text-align: center;
    margin-bottom: 30px;
}

.footerMenu ul {
    line-height: 30px;
}

.footerMenu ul li a {
    font-size: 16px;
}

.footerMenu ul i {
    padding-right: 10px;
    font-size: 16px;
}

.footerMenu ul li a:hover {
    color: #ec9b16;
}


/*copyright*/
.copyright {
    display: block;
    padding: 30px 0 15px 0;
    color: #b7b7b7;
    border-top: solid 1px #ddd;

}

.copyright a {
    font-size: 16px;
}

/*footerSocial*/
.footerSocial {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #5d5f64;
    font-size: 18px;
    /*border: solid 2px rgba(0,114,202,0.2);*/
    background: #fff;
    border-radius: 50%;
    transition: all 400ms;
}

.footerSocial ul li a:hover {
    background: #ec9b16;
    color: #fff;
    border-color: transparent;
}

/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading2 small {
    font-size: 18px;
    color: #ec9b16;
}

.heading small {
    display: block;
    font-size: 50%;
    font-weight: inherit;
    color: inherit;
}

.heading small a,
.heading2 small a {
    color: inherit;
}

.heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #ec9b16;
    position: absolute;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
}

.heading:after {
    left: -120px;
    top: 10px;
}

.heading2:after {
    bottom: 0;
    left: 0;
}

.heading span,
.heading-center span,
.heading2 span {
    color: #999;
    display: block;
    font-weight: normal;
    font-family: 'Shadows Into Light Two', cursive;
}

.heading-center span {
    font-size: 26px;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #ec9b16 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    border: none;
    background: #ec9b16 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #a86e10 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space20 {
    display: block;
    padding: 20px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
.scrollup1 {
    /* width: 40px; */
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    position: fixed;
    bottom: 72px;
    right: -33px;
    color: #fff;
    font-size: 26px;
    display: block !important;
    /* background: #ec9b16; */
    z-index: 200;
}

.FixWhatsApp {
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 999;
}

.FixWhatsApp a {
    color: #2fb943;
    font-size: 50px;
}

.FixWhatsApp a span {
    color: #fff;
    font-size: 50px;
    background: #2fb943;
    border-radius: 100px;
    padding: 8px 12px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}

.FixWhatsApp a span:hover {
    color: #2fb943;
    font-size: 50px;
    background: #eee;
}

.animation {
    /* position: absolute;
top: 50px;
left: 50px; */
    /* width: 75px;
line-height: 75px; */
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: bounce .3s infinite alternate;
    -moz-animation: bounce .3s infinite alternate;
    animation: bounce .3s infinite alternate;
}


/*media queries*/
@media (max-width: 1400px) {}

@media (max-width: 1280px) {
    .social-media-links {
        top: 18%;
    }
}

@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .social-media-links ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .social-media-linksScrolled ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }

    .social-media-links {
        display: none;
    }
}

@media (max-width: 768px) {
    .navigationBarContent {
        padding-bottom: 0;
    }

    .bannerStrip {
        display: none;
    }

    .rooms-row .rooms-container {
        height: auto;
    }

    .rooms-row .rooms-container .rooms-img {
        width: 100%;
        height: 300px;
        float: none;
    }

    .rooms-row .rooms-container .rooms-details {
        width: 100%;
        height: auto;
        float: none;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        background: #222;
        position: relative;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #ec9b16 !important;
        color: #fff !important;
    }

    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }

    .navbar-collapse>ul>li>ul:before {
        display: none;
    }

    .overview-section {
        padding: 50px 0;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection {
        height: 400px;
    }

    .scrollup {
        right: 0;
        bottom: 0;
    }

    .footerMenu ul li {
        font-size: 16px;
        margin: 10px;
    }

    .footerMenu ul li a {
        font-size: inherit;
    }

    .footerMenu ul li a:after {
        display: none;
    }
}

@media (max-width: 650px) {
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 20px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 20px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }

    #bannerSlider .owl-controls {
        bottom: 0;
        right: 10px;
    }

    .navbar-brand img {
        height: 60px;
    }

    .FixWhatsApp {
        left: -25px;
        bottom: -30px;
    }

    h1 {
        font-size: 40px !important;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        display: block;
        width: 100%;
    }
    .overview-slider-col:before {

        top: -2px;
        left: -7px;
        right: -2px;
        bottom: -2px;
     
    }
}

@media (max-width: 500px) {}