.container{
    max-width: 1280px;
    margin: 0 auto;
}
header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(138, 107, 118, 0.08);
    z-index: 11;
}
.logo img{ outline: 0; border: 0;}
.headerInner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 15px;
}
.headerRight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topNav{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 100px;
}
.topNav li{
    display: inline-block;
    font-family: 'gothammedium';
    font-size: 20px;
    margin-left: 30px;
}

.topNav li a{
    display: block;
    color: #797979;
}

.topNav li a:hover, .topNav li a.active{
    color: #000;
}

/* Nav Bar */
.menuBtn{
    background: #FE8000;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 0 30px;
    z-index: 1;
}
.navBar {
    display: inline-block;
    width: 30px;
    height: 24px;
    position: relative;
    -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;
}


.navBar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -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;
}

.navBar span:nth-child(even) {
  left: 50%;
}

.navBar span:nth-child(odd) {
  left:0px;
}

.navBar span:nth-child(1), .navBar span:nth-child(2) {
  top: 0px;
}

.navBar span:nth-child(3), .navBar span:nth-child(4) {
  top: 10px;
}

.navBar span:nth-child(5), .navBar span:nth-child(6) {
  top: 20px;
}

.navBar.open span:nth-child(1),.navBar.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navBar.open span:nth-child(2),.navBar.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navBar.open span:nth-child(1) {
  left: 2px;
  top: 4px;
}

.navBar.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

.navBar.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navBar.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navBar.open span:nth-child(5) {
  left: 2px;
  top: 12px;
}

.navBar.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

.sideNav{
    padding:45px 20px;
    width: 300px;
    height: 100%;
    background: #FE8000;
    right: -300px;
    top: 0;
    position: fixed;
    transition: all 0.2s linear;
}
.sideNav li{
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'gothambold';
}
.sideNav li a{
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.sideNav li a:hover, .sideNav li a.active{
    color: #000;
}
.sideNav.open{
    right: 0;
}

/***
Home Page
***/

.bannerSection{
    margin: 118px 0 0 0;
}

.bannerSection img{
    width: 100%;
    vertical-align: top;
}

.contentSectionInner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contentSectionCol{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.contentSectionCol img{
    vertical-align: top;
    width: 100%;
}

.contentSectionCol.content{
    padding: 20px 30px;
}

.contentSectionCol h3{
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
}

.contentSectionCol p{
    font-family: 'gothamlight';
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
}

.btnReadmore{
    display: inline-block;
    border: 2px #FE8000 solid;
    padding: 10px 40px;
    background: #fff;
    outline: 0;
    text-align: center;
    border-radius: 30px;
    font-family: 'gothambold';
    font-size: 20px;
    color: #FE7F01;
    transition: all 0.1s linear;
}

.btnReadmore:hover{
    background: #FE8000;
    color: #fff;
}

.logoSection{
    background: #F3F6F8;
    padding: 50px 0;
}
.logoList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slideItem{
    position: relative;
}
.slideContent{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    padding: 0 200px;
}
.slideContent p{
    font-size: 50px;
    font-family: 'gothamlight';
    text-transform: uppercase;
}
.slideContent h4{
    font-size: 90px;
    font-family: 'gothamblack';
    text-transform: uppercase;
}
.owl-nav{ width: 100%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; display: flex; justify-content: space-between; padding: 0 20px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size: 100px;
    font-family: 'gothamlight';
    color: #fff;
    outline: 0;
    border: 0;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    margin-top: -20px;
    display: block;
}

.owl-dots{ width: 100%; text-align: center; position: absolute; left: 0; bottom: 35px;}
.owl-carousel button.owl-dot{ width: 23px; height: 23px; background: transparent; border-radius: 50%; opacity: 0.5; outline: 0; border:1px #979797 solid; transform: scale(0.7); transition: all 0.3s linear; margin: 0 3px;}
.owl-carousel .owl-nav button.owl-next.active, .owl-carousel .owl-nav button.owl-prev.active, .owl-carousel button.owl-dot.active{ transform: scale(1); opacity: 1; background: #FE8000; border-color: #FE8000;}


/***
About Us
***/

h2{
    font-family: 'gothambold';
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.pageInner{
    margin-top: 118px;
}
.aboutPage{
    background: #081024 url(../images/About-Us.jpg) top center no-repeat;
    background-size: 100%;
    padding-bottom: 60px;
}
.pageHeader{
    padding: 100px 0;
}

.contentWrapper{
    padding: 50px;
    background: #fff;
    border-radius: 15px;
}

.aboutContent h4{
    font-family: 'gothammedium';
    font-size: 24px;
    line-height: 42px;
    color: #000;
    margin-bottom: 50px;
}

.aboutContent h5{
    font-family: 'gothambold';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000;
}
.aboutContent p{
    font-size: 22px;
    color: #000;
    line-height: 42px;
    margin-bottom: 30px;
}


/***
Our Hotels
***/
.ourHotelPage{
    background: #081024 url(../images/OurHotels.jpg) top center no-repeat;
    background-size: 100%;
    padding-bottom: 60px;
}
.tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
}
.tabs li{
    margin: 0 15px;
    font-size: 30px;
}
.tabs li a{
    color: #9B9B9B;
    position: relative;
    padding-bottom: 20px;
}
.tabs li a::after{
    height: 3px;
    width: 100%;
    background: transparent;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.tabs li a.activeTab::after{
    background: #FE7F01;
}
.tabs li a.activeTab{
    color: #000;
    font-family: 'gothambold';
}
.tabContentOuter{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tabContent{ 
    display: none;
}
.hotelList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hotelList li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}
.hotelList li:last-child{
    margin-bottom: 0;
}
.hotelList li .hotelCol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    background: #fff;
    box-shadow: 0 9px 23px #DFE4EB;
    padding: 20px;
}
.hotelList li .imageCont{
    width: 235px;
    height: 370px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -40px;
}
.hotelList li .hotelDesc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0 0 0 20px;
}
.hotelList li .hotelDesc h4{
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-family: 'gothammedium';
    margin-bottom: 15px;
}
.hotelList li .hotelDesc p{
    font-family: 'gothammedium';
    font-size: 16px;
    line-height: 22px;
    color: #4A4A4A;
    margin-bottom: 20px;
}
.link{
    font-family: 'gothambold';
    font-size: 16px;
    color: #4A4A4A;
    text-decoration: underline;
}
.btnBookNow{
    font-family: 'gothambold';
    font-size: 20px;
    color: #FE7F01;
    border: 2px #FE8000 solid;
    padding: 12px 50px;
    border-radius: 30px;
    text-align: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
}
.btnBookNow:hover{
    background: #FE7F01;
    color: #fff;
}

/***
Careers
***/
.careerContent p{
    font-size: 22px;
    color: #000;
    line-height: 42px;
    margin-bottom: 30px;
}


/***
Contact Us
***/
.contactPage{
    background: #081024 url(../images/Contact-Us.jpg) top center no-repeat;
    background-size: 100%;
    padding-bottom: 60px;
}

.contactUs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contactUsLeft{ 
    width: 350px; 
    -ms-flex-negative: 0;
    flex-shrink: 0; 
    padding-right: 30px; 
    margin-right: 30px; 
    border-right: 2px #EBEBEB solid;
}
.contactUsLeft h5{ 
    font-family: 'gothambold';
    font-size: 30px; 
    line-height: 32px; 
    color: #000000; 
    margin-bottom: 30px;
}
.hotelAddress{
    margin-bottom: 50px;
}
.hotelAddress h6{
    font-family: 'gothambold';
    font-size: 18px;
    text-transform: uppercase;
    color: #222222;
}
.hotelAddress p{
    font-size: 18px;
    color: #222222;
}
.mailingAddress{
    margin-bottom: 50px;
}
.mailingAddress h6{ 
    color: #666666;
    font-size: 16px;
    font-family: 'gothambold';
}
.mailingAddress p{ 
    color: #666666;
    font-size: 16px;
}

.contacts{
    line-height: 32px;
    color: #666666;
    font-size: 16px;
}
.contacts a{
    color: #666666;
}

.contactUsRight{ 
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.frmRow{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: space-between; 
    margin-bottom: 35px;
}
.frmCol{ 
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    flex-direction: column; 
    margin: 0 12px;
}
.lblFrm{ 
    font-size: 18px; 
    color: #000000; 
    font-family: 'gothammedium';
    margin-bottom: 10px;
}
.txtInput{ 
    background: #fff; 
    border:1px #C4C4C4 solid; 
    outline: 0; 
    padding: 15px; 
    width: 100%; 
    font-size: 16px; 
    color: #000; 
    font-family: 'gothambook'; 
    -webkit-appearance: none;
}
.txtArea{ 
    background: #fff; 
    border:1px #C4C4C4 solid; 
    outline: 0; 
    height: 140px; 
    padding: 15px; 
    width: 100%; 
    font-size: 16px; 
    color: #000; 
    font-family: 'gothambook'; 
    resize: none; 
    -webkit-appearance: none;
}
.txtInput:focus, .txtArea:focus{
    border-color: #008cff;
}
.btnSubmit{ 
    font-size: 20px; 
    color: #fff; 
    padding: 15px 50px;
    display: inline-block;
    background: #FE8000;
    font-family: 'gothambold';
    -ms-flex-item-align: start;
    align-self: flex-start;
}


/***
Footer CSS
***/
footer{
    background: #182B57;
    padding: 30px 15px;
}

.footerTop{
    text-align: center;
    margin-bottom: 20px;
}

.footerTop h4{
    font-family: 'gothambold';
    font-size: 14px;
    color: #97B2C6;
    margin-bottom: 5px;
}

.footerTop p{
    font-size: 14px;
    line-height: 20px;
    color: #97B2C6;
}
.footerTop p a{
    color: #97B2C6;
}

.footerBottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fooNav li{
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    font-family: 'gothammedium';
}

.fooNav li a{
    color: #97B2C6;
}
.fooNav li a:hover, .fooNav li a.active{
    color: #fff;
}

.footerBottom p{
    color: #97B2C6;
    font-size: 14px;
    font-family: 'gothammedium';
}

.footerBottom p a{
    color: #97B2C6;
}

.makeMeScrollableOuter{
    padding: 30px 0;
    background: #F3F6F8;
}
#makeMeScrollable{
    max-width:1280px;
    margin: 0 auto;
    position: relative;
  }
  
  /* Replace the last selector for the type of element you have in
    your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
    if you have links use #makeMeScrollable div.scrollableArea a and so on. */
  
  #makeMeScrollable div.scrollableArea a{
    position: relative;
    float: left;
    margin: 0 40px 0 0;
    padding: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
        block of code. It's just a nice feature that prevent the images from
        accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

/* IE10-specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#makeMeScrollable a img{ outline: 0; border: 0;}
.owl-nav{ display: block;}
.owl-nav .owl-prev{ float: left;}
.owl-nav .owl-next{ float: right;}
.menuBtn{ display: inline-block; line-height: 112px;}

.hotelList{ display: block;}
.hotelList li .hotelCol:first-child{width:48%; float: left;}
.hotelList li .hotelCol:last-child{width:48%; float: right;}

.frmRow{ width: 100%; float: left;}
.frmCol{ display: block;}
.frmRow .frmCol:first-child{ width: 45%; float: left;}
.frmRow .frmCol:last-child{ width: 45%; float: right;}
.frmRow .frmCol label{ display: block;}
}
