@import url('//fonts.googleapis.com/css?family=Oswald:400,700,300');
@import url('//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic');

html,
body {
    background: #fff;
    color: #333;
}

.btn-teal {
    background:#1DD2AF;
    border:1px solid #999;
}
.btn-teal:hover {
    background:#333;
    border:1px solid #666;
    color:#1DD2AF;
}

#loader {
    position:fixed;
    top:0%;
    bottom:0%;
    left:0%;
    right:0%;
    padding:25% 0 0 0;
    z-index:9999;
    background:url(https://redcarpetinnbahamas.com/images/hotel1.jpg) no-repeat center 0px fixed #fff;
    background-size:cover;
    color:#cf0404;
}
#loader img.logo {
    height:160px;
}
#loader img.loading {
    height:140px;
    color:#cf0404;
}
#loader .progress {
    margin:auto 30% 20px;
}

/* Site Styling */

#site {}

/* Header Styling */
#site #header {
    position:relative;
    z-index:1;
}
#site #header.navbar-inverse {
    background: #8A050B !important;
    color:#fff;
}
#site #header .navbar-header .navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    color:#fff;
}
#site #header.navbar-inverse li {
    color:#fff;
}
#site #header.navbar-inverse li.standout {
    background:#febf01;
    color:#fff;
}
#site #header.navbar-inverse li.standout a {
    color:#fff;
    text-shadow: 0px 1px 1px #555;
    font-weight: bold;
    font-style: oblique;
    text-transform: uppercase;
    font-size:16px;
}
#site #header.navbar-inverse li a {
    color:#fff;
}

#site #header .socials {
    list-style:none;
    margin:0px;
    padding:0px;
}
#site #header .socials li {
    float:left;
    padding:10px 0px 10px 0px;
}
#site #header .socials li a {
    color:#fff;
    padding:0px 5px 0px 5px;
}

/* Searchbar Styling */
#searchbar {
    background:#febf01;
    color:#444;
}
#searchbar .title {
    margin:7px auto;
    padding:0px;
}
#searchbar form span {
    font-style:oblique;
}

#site .jumbotron {
    padding:0px;
    margin:0px auto 30px;
}
#site .jumbotron #fwslider {
    height:800px;
}
#site .jumbotron #fwslider .slide {
    background-position: center center;
}
/* Content Styling */

#contents {
    color:#333;
    margin:0px auto 0px;
    padding:20px 0px;
    min-height:500px;
}

#site #contact {
    min-height:500px;
    margin-bottom:30px;
}
#site #contact ul {
    margin:0px;
    padding:0px;
}
#site #contact ul li {
    list-style:none;
}

/* About page */
#site #about {
    padding-bottom:40px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


.views .featurette {
    margin:20px 0px;
    padding:20px 0px;
    display:block;
    border-bottom:1px solid #333;
    color:#333;
    height:1px;
    width:100%;
}

#contents .views {}
#contents .views .text-orange {
    color:#F26122;
}
#contents .views.profile {

}
#contents .views.profile .overview a {
    text-decoration:none;
}
#contents .views.profile .list-group {
    color:#333;
}
#contents .views.profile .panel {
    color:#333;
}

/* Footer Styling */
#footer {}
#footer .first-footer {
    padding: 30px 0 20px 0;
    color: #696969;
    fill:#696969;
    background: rgba(0,0,0,0.86);
    /*background-color: #181818;*/
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    /*min-height:441px;*/
}

#footer .first-footer .widget {
    border-radius:0px;
    background:#000;
    color:#fff;
    padding:15px;
}
#footer .first-footer .widget ul {}
#footer .first-footer .widget ul li {
    list-style: none;
}
#footer .first-footer .widget a {
    color:inherit;
    text-decoration: none;
}
#footer .first-footer .widget a:hover {
    opacity:0.5;
}
#footer .first-footer .widget.alternate {
    background:#F26123;
}
#footer .last-footer {
    height: 80px;
    /*background-color: #000;*/
    background: rgba(0,0,0,0.86);
    position: relative;
    color: #a0a0a0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
#footer .footer-logo {}
#footer .footer-logo h3 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:80px;
    color:#f7f7f7;
}

/* Mobile and small screens */
@media (min-width: 768px) {
    #footer .footer-logo h3 {
        font-size: 30px;
    }

    #footer .find-us {
        padding-top:16%;
    }
}

#footer .find-us {
    padding-top:16%;
}

#footer .right-footer-menu {
    padding-bottom: 15px;
    z-index: 9999;
    position: absolute;
    right:0;
    top:60px;
}

#footer .links a {
    padding-left: 5px;
    padding-right: 5px;
}

#debug {
    position: fixed;
    bottom:0px;
    height: 80px;
    left:0;
    right:0;
    color:#2b542c;
    background: #181818;
    padding:20px;
    display:none;
}

/* Misc */
.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
.fa-5 {
    font-size: 12em;
}
.fa-6 {
    font-size: 20em;
}
.fa-1,
.fa-2,
.fa-3,
.fa-4,
.fa-5,
.fa-6 {
    margin-right: 0.07142857em;
}

.btn-orange {
    background:#F26122;
    border:0px;
    color:#fff;
}
.panel.panel-orange {

}
.panel.panel-orange .panel-heading {
    background:#F26122;
    color:#fff;
}
.panel.panel-orange .panel-body {
    background: #000;
    color:#fff;
}
.well.dark {
    background:#000;
    border:1px solid #666;
    color:#fff;
}

/* FlexBox CSS */
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
    /*width:100%;*/
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.thumbnail.product {
    padding-bottom:10px;
}

/*************************reservation*********************/
.mg-available-rooms .mg-avl-room{
    padding-bottom: 80px;
}

.mg-available-rooms .mg-avl-room-title{
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.mg-available-rooms .mg-avl-room-title span{
    font-weight: 300;
    color:#e7b315;
    float:right;
}

.mg-room-fecilities ul li i{
    margin-right: 10px;
}

.mg-available-rooms {
    padding: 70px 0;
}
.mg-available-rooms .mg-avl-room {
    padding-bottom: 80px;
}
.mg-available-rooms .mg-avl-room:last-child {
    padding-bottom: 0;
}
.mg-available-rooms .mg-room-fecilities {
    margin-bottom: 15px;
}
.mg-available-rooms .mg-room-fecilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mg-available-rooms .mg-room-fecilities ul li {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
}
.mg-available-rooms .mg-avl-room-title {
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.mg-available-rooms .mg-avl-room-title a {
    color: #16262e;
}
/*************************reservation*********************/

.btn {
    font-family: "Playfair Display", serif;
    border-radius: 1px;
    font-weight: 600;
    border-width: 0;
    padding: 8px 25px;
    -webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}
.btn.btn-next-tab {
    font-size: 16px;
    padding: 10px 35px;
}
.btn-dark {
    color: #FFF;
    background-color: #16262e;
    border-color: #16262e;
}
.btn-dark:hover {
    background-color: #264251;
    border-color: #264251;
    color: #fff;
}
.btn-main {
    color: #FFF;
    background-color: #e7b315;
    border-color: #e7b315;
}
.btn-main:hover {
    background-color: #eec341;
    border-color: #eec341;
    color: #fff;
}
.btn-dark-main {
    color: #FFF;
    background-color: #16262e;
    border-color: #16262e;
}


.mg-sec-left-title,
.mg-widget-title {
    color: #16262e;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 35px;
    padding-bottom: 15px;
    position: relative;
}
.mg-sec-left-title:after,
.mg-widget-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #e7b315;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mg-single-room-txt{
    padding: 50px 0 47px;
}

/***************************CHECKOUT*****************************/
.mg-booking-form .nav-tabs > li {
    width: 33.3%;
    text-align: center;
}
.mg-booking-form .nav-tabs > li > a {
    color: #ced4d6;
    border-width: 0;
    position: relative;
    background-color: transparent !important;
    border-width: 0 !important;
    box-shadow: none !important;
}
.mg-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #16262e;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: #dbdedf;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    text-transform: uppercase;
    width: 55px;
    line-height: 49px;
    margin-bottom: 10px;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}
.mg-booking-form .nav-tabs > li > a span.mg-bs-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #dbdedf;
    position: absolute;
    top: 50%;
    right: -50%;
    margin-top: -17px;
    z-index: -1;
}
.mg-booking-form .nav-tabs > li > a span.mg-bs-bar:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #e7b315;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}
.mg-booking-form .nav-tabs > li.active > a {
    border-width: 0;
    color: #16262e;
}
.mg-booking-form .nav-tabs > li.active > a span.mg-bs-tab-num {
    color: #e7b315;
    border-color: #e7b315;
}
.mg-booking-form .nav-tabs > li.mg-step-done > a {
    color: #e7b315;
}
.mg-booking-form .nav-tabs > li.mg-step-done > a span.mg-bs-tab-num {
    color: #fff;
    border-color: #e7b315;
    background-color: #e7b315;
}
.mg-booking-form .nav-tabs > li.mg-step-done > a span.mg-bs-bar:after {
    width: 100%;
}
.mg-booking-form .tab-content {
    padding: 0;
    border-width: 0;
}
.mg-book-form-input {
    min-height: 100px;
}
.nav-tabs{
    border-bottom: 0px ;
}
/***************************CHECKOUT*****************************/

.alert {
    border-radius: 1px;
    margin-bottom: 23px;
}
.alert .mg-alert-icon {
    font-size: 28px;
    line-height: 56px;
    width: 60px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #16262e;
}
.alert .close {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.alert .close:hover {
    opacity: 1;
}
.alert-success {
    border-color: #d0edce;
    background-color: #effbf0;
    color: #60a662;
}
.alert-success .mg-alert-icon {
    color: #60a662;
    border-color: #60a662;
}
.alert-success .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}
.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success h5,
.alert-success h6 {
    color: #60a662;
    margin-top: 0;
}
.alert-success .close {
    color: #60a662;
}
.alert-info {
    border-color: #bceafc;
    background-color: #e3f5fc;
    color: #53adcf;
}
.alert-info .mg-alert-icon {
    color: #53adcf;
    border-color: #53adcf;
}
.alert-info .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}
.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info h5,
.alert-info h6 {
    color: #53adcf;
    margin-top: 0;
}
.alert-info .close {
    color: #53adcf;
}

.mg-paid .mg-widget {
    background-image: url(https://redcarpetinnbahamas.com/images/paid.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.mg-paid .mg-widget .mg-payment-id {
    color: #fff;
    margin: 0;
    font-size: 25px;
    margin-bottom: 20px;
}
.mg-widget {
    background-color: #16262e;
    padding: 30px;
    margin-bottom: 30px;
    color: #c0c8cb;
}
.mg-widget .mg-widget-title {
    color: #fff;
}
.mg-widget .form-control {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.mg-widget .form-control:focus {
    border-color: #e7b315;
    background-color: transparent;
}
.mg-widget .mg-recnt-posts .mg-recnt-post {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mg-widget .mg-recnt-posts .mg-recnt-post p {
    font-family: "Open Sans";
    margin-bottom: 0;
}
.mg-widget .mg-recnt-posts .mg-recnt-post .mg-rp-date {
    color: #fff;
}
.mg-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mg-widget ul li {
    font-family: "Playfair Display", serif;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-widget-cart-row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-widget-cart-row strong {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}
.mg-cart-room h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-cart-total {
    padding: 50px 0 10px;
    font-size: 25px;
    line-height: 35px;
    font-family: "Playfair Display", serif;
    color: #fff;
    font-weight: 400;
}
.mg-cart-total strong {
    font-weight: 400;
}
.mg-cart-address {
    padding: 20px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-cart-address > strong {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    float: left;
}
.mg-cart-address > address{
    margin-left: 120px ;
}
.gallery-container img {
    width: 100%;
    height: 100%;
}
.gallery-inner {
    min-height: 210px;
}