@charset "UTF-8";

/* CSS Document */

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 100%;
    padding-top: 132px;
}

@media (max-width:768px) {
    body {
        padding-top: 110px;
    }
}

html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700 !important;
}

p {
    font-size: 16px;
    line-height: 24px;
}

.page-header {
    margin-top: 0px;
}

.gray {
    background-color: #F7F7F9
}

.navbar-toggle {
    margin-top: 18px;
}

#bs-example-navbar-collapse-1 {
    margin-top: 10px;
}


/* top-nav */


/* updated on 09.05.2017 by kaushal
.top-nav{
	background-color: #291669;
}*/

.top-nav {
    background-color: #291669;
    z-index: 1031 !important;
}

.top-nav ul.nav-pills li>a {
    position: relative;
    display: block;
    padding: 10px;
    color: #343434;
    border-radius: 0px;
    transition: all ease-in-out 0.2s;
}

.second-nav {
    top: 40px;
}

.top-nav ul.nav-pills li>a {
    position: relative;
    display: block;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 0px;
    transition: all ease-in-out 0.2s;
}

.top-nav ul.nav-pills li>a:hover,
.top-nav ul.nav-pills li>a:focus,
.top-nav ul.nav-pills li>a:active {
    position: relative;
    display: block;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 0px;
    background-color: #C62B2F;
    transition: all ease-in-out 0.2s;
}


/* navbar */

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
}

.navbar-nav>li>a {
    font-size: 15px;
    line-height: 3.428571;
    font-weight: 400;
}

.navbar-brand {
    padding: 0px 15px;
    line-height: 3.428571;
}

img.logo {
    height: 70px;
    margin-top: 12px;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav>li>a {
    color: #4A4A4A;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
    color: #291669;
}


/* slider styles */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    min-height: 100% !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    min-width: 100%;
}

.rooms_bg {
    background: url(../imgs/rooms_bg.jpg) #FFFFFF fixed;
    padding: 100px 0;
    background-position: center center;
    background-size: cover;
}

.card {
    background-color: rgba(256, 256, 256, 0.9);
    padding: 30px 50px 50px;
}

.food_bg {
    background: url(../imgs/food_bg.jpg) #FFFFFF fixed;
    padding: 100px 0;
    background-position: center center;
    background-size: cover;
}

.location_bg {
    background: url(../imgs/location_bg.jpg) #FFFFFF fixed;
    padding: 100px 0;
    background-position: center center;
    background-size: cover;
}

.btn-navdeep {
    padding: 11px 20px;
    background-color: #C62B2F;
    border-radius: 0px;
    color: #FFFFFF;
    transition: all ease-in-out 0.2s;
    font-size: 16px;
    height: 45px;
    border-radius: 4px;
    line-height:10px;
}

.btn-navdeep:hover,
.btn-navdeep:active,
.btn-navdeep:focus {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
}

.footer {
    background-color: #2a2730;
    color: #99979c;
    padding: 40px 0 20px;
}

ul.nav-footer {
    list-style: none;
    padding-left: 0px;
}

ul.nav-footer li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

ul.nav-footer li a {
    color: #99979c;
    padding: 10px 0;
    transition: all ease-in-out 0.2s;
    display: inline;
}

ul.nav-footer li a:focus,
ul.nav-footer li a:hover,
ul.nav-footer li a:active {
    text-decoration: none;
    color: #D6D3D3;
    transition: all ease-in-out 0.2s;
}

.footer .credits {
    padding-top: 20px;
    font-size: 14px;
    border-top: 1px solid #636363;
    text-align: center;
}

.credits a {
    color: #99979c;
}

ul.footer-social {
    list-style: none;
    padding-left: 0px;
    /*margin-top: 20px;*/ 
}

ul.footer-social li {
    display: inline-block;
}

ul.footer-social li a {
    line-height: 2;
    padding: 20px 10px;
    color: #99979c;
}

.carousel-caption {
    bottom: 60px;
}

.carousel-caption h1 {
    font-size: 72px;
}

.content-header {
    background: url(../imgs/slide1.jpg);
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.contact-header {
    background-size: cover;
    height: auto;
    background-position: center center;
}

.content {
    min-height: 100%;
    width: auto;
    padding: 50px 0;
}

@media (max-width:768px) {
    .footer hr {
        border-color: #636363;
    }
    .footer .address {
        text-align: center;
    }
    ul.nav-footer li,
    ul.footer-social li {
        text-align: center !important;
    }
    .carousel-caption {
        bottom: 20px;
    }
    .carousel-caption h1 {
        font-size: 24px;
    }
    img.logo {
        height: 60px;
        margin-top: 5px;
    }
}

.narrow {
    width: 100% !important;
}


/* Navbar toggle animation start here */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #C62B2F;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}


/* Navbar toggle animation end here */

.room-listing .card2 {
    background-color: #FFFFFF;
    padding: 20px 20px 10px;
    border-radius: 6px;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
}

.room-listing .card2 h2 {
    margin-top: 10px;
    color: #291669;
}

.room-listing .card2 ul.amenities {
    padding-left: 0px;
    font-size: 16px;
    margin: 15px 0;
}

.room-listing .card2 ul.amenities li {
    display: inline-block;
    margin-right: 15px;
}

.addon-right {
    bottom: 0 !important;
    float: right;
    text-align: center;
}

.addon-left {
    bottom: 0 !important;
    left: 0;
    float: left;
    padding-top: 10px;
}

@media only screen and (min-width: 200px) and (max-width: 769px) {
    /**
    Good To know Page
    **/
    .checkavailsearch nav.bs-docs-sidebar.affix{
        width: 100%;
        padding:0px;
        position: relative;
        top: 0px;
    }
    .checkavailsearch nav.bs-docs-sidebar.affix-bottom{
        width: 100%;
        padding:0px;
    }
    .checkavailsearch nav.bs-docs-sidebar.affix-top{
        width: 100%;
        padding:0px;
    }
    .checkavailsearch{
        padding:0px;
    }
    .checkavailrooms{

    }
    #bookingBtnMain{
        display: none;
    }   
    #bookingBtnMobile{
        display: block;
    }
    .goottoknowtext{
        text-align: left;
    }

}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
    .checkavailsearch{
        float: right;
        width: 100%;
    }
    #bookingBtnMain{
        display: none;
    }   
    #bookingBtnMobile{
        display: block;
    }
    .checkavailsearch nav.bs-docs-sidebar.affix-top{
        padding:0px;
        width: 100%;
        position: relative;
        top: 0px;
    }
    .checkavailsearch nav.bs-docs-sidebar.affix{
        width: 100%;
        padding:0px;
        position: relative;
        top: 0px;
    }   
}

@media (min-width:770px) {
   /* .checkavailsearch nav.bs-docs-sidebar.affix{
        width: 100%;
        padding:0px;
    }

    .checkavailsearch nav.bs-docs-sidebar.affix-top{
        width: 100%;
        padding:0px;
    }
    .checkavailsearch nav.bs-docs-sidebar.affix-bottom{
        width: 100%;
        padding:0px;
    }*/
    .checkavailsearch{
        float: right;
    }
    .checkavailrooms{
        float: left;
    }
}

@media (min-width:1024px) {
    #bookingBtnMain{
        display: block;
    }   
    #bookingBtnMobile{
        display: none;
    }
}

@media (max-width:768px) {
    .btn-navdeep {
        padding: 15px 20px;
    }
    .addon-right {
        text-align: center;
        width: 100%;
    }
}

.card2 ul.benefits {
    list-style: none;
    padding-left: 0px;
}

.card2 ul.benefits li {
    background-image: url(../imgs/Ok.svg);
    background-repeat: no-repeat;
    padding-left: 36px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    min-height: 24px;
    background-size: 24px;
}


/*css add on 25 March 2017*/

.btn-full {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

.rs {
    font-weight: 400;
}

.alink,
.alink:hover,
.alink:focus {
    text-decoration: none;
    color: #C62B2F;
}

.scrollingBox {
    width: 100%;
}

.inputstyle,
.inputstyle:focus {
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: none !important;
    border: 1px solid #ababab !important;
    outline-width: 0;
    height: 45px;
    font-size: 16px;
}

.txarea {
    margin-bottom: 10px;
    height: 95px;
}


/*css ad on 27 march 2017*/


/*css for lightbox image*/

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

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 15px;
    width: 25%;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.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);
    height: 100%;
    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 (max-width:767px) {
    .demo-gallery>ul>li {
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }
}

.overlay1 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.demo-gallery>ul>li:hover .overlay1 {
    background: rgba(8, 83, 140, 0.38);
}

.demo-gallery h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-align: center;
    position: relative;
    top: 50px;
}

.demo-gallery>ul>li:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
}


/*css end for lightbox image*/

.room-search {
    margin-top: -15px;
}

.red {
    font-weight: bold;
    color: #C62B2F;
}

table {
    background-color: #FFFFFF;
    font-size: 16px;
}

.form-control {
    height: 45px;
    font-size: 16px;
}

.control-label {
    margin-top: 15px;
    margin-bottom: 15px !important
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:768px) {
    .form-control {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
        height: 45px;
    }
}

.success-msg {
    font-size: 24px;
    text-align: center;
}

.text-header {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
    margin-top: 20px;
}

.sm-header {
    color: #8E8E8E;
}

li {
    font-size: 16px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0px;
        text-align: left !important;
    }
    .page-header span.dates {
        float: right !important;
        display: block;
    }
}

.page-header span.dates {
    font-size: 16px !important;
    color: #444444 !important;
    display: block;
    margin-top: 10px;
}


/*Prev next css add on 19 april*/

.next,
.prev {
    color: #333;
    padding: 5px 15px;
    /*display:block;*/
}


/*css add on 2nd may*/

.room-listing .card-disable {
    background-color: #e8e8e8;
}

.edit,
.edit:hover,
.edit:focus {
    float: right;
    color: #333;
    background-color: transparent;
    border: none;
}

.rules li {
    font-size: 12px;
}

.room-listing .yellow-card {
    background-color: #ffffb6;
}


/* add by Kaushal dated: 10.05.2017*/

ul.dropdown-menu li a {
    color: black !important;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:active {
    color: black !important;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.7);
    height: 109%;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    margin-top: -70px;
}


/* add by Arati dated: 24.05.2017*/

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
}

/* add by Arati dated: 19.06.2017*/

.table > thead > tr > th {
 border-bottom: 2px solid #ddd;
 vertical-align: top !important;
}
.slide-bottom{
	margin-top: -230px;
}
.slide-bottom .card2 {
    background-color: #FFFFFF;
    padding: 20px 20px 5px;
    border-radius: 6px;
    box-shadow: 0 0px 1px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 20px;
}
@media (min-width: 200px) and (max-width:991px){
	.slide-bottom{
		margin-top: -400px;
	}
}


/* Added by satish on 03-07-2019  */

.search-form-group{
    width: calc(50% - 30px);
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px 0 !important;
}

.search-form-group input{
    padding: 12px 10px !important;
}

.search-btn{
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    padding: 9px;
    font-size: 24px;
    color: white;
    height: auto;
    margin: 0;
    vertical-align: -webkit-baseline-middle;
}
