﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: #f5f5f5;
}

.toplogo {
    height: 100px;
    width: 300px;
    background-image: url('../../App_Themes/images/toplogo.png');
    background-repeat: no-repeat;
    display: block;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar {
    border-width: 0px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 100;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0,0,0,0.8);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgba(0,0,0,0.8);
}

.dropdown-menu > li > a {
    color: rgb(255, 255, 255);
}

    .dropdown-menu > li > a:hover {
        color: rgb(255, 255, 255);
        background-color: rgba(0,0,0,0.8);
    }

.dropdown-menu {
    background-color: rgba(0,0,0,0.8);
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

    .navbar-wrapper .navbar .container {
        width: auto;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 400px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 400px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
}



/* MARKETING CONTENT
-------------------------------------------------- */
.marketing {
    margin-top: 80px;
}
    /* 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;
    }

    .marketing .col-lg-6 {
        margin-bottom: 20px;
        text-align: center;
    }

        .marketing .col-lg-6 p {
            margin-right: 10px;
            margin-left: 10px;
        }

    .marketing .col-lg-3 {
        margin-bottom: 20px;
        text-align: center;
    }

        .marketing .col-lg-3 p {
            margin-right: 10px;
            margin-left: 10px;
        }

    .marketing .col-lg-12 {
        margin-bottom: 20px;
        text-align: center;
    }
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Navbar positioning foo
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners*/
    .navbar-wrapper .navbar {
        border-radius: 0px;
    }


    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}



.topImage {
    height: 400px;
    background-image: url('/images/top/advreservation.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: Gray;
}

.logo {
    width: 24px;
    height: 24px;
}

.page-topimage {
    width: 100%;
}

.GroupHeader {
    padding-left: 5px;
    font-weight: bold;
    background-color: #dedede;
    color: #333;
    border-top: 1px solid #BEBEBE;
}

.GridHeader {
    background-color: #CCC;
    color: #333;
}

.GridRow {
    border-bottom: 1px solid #bbbbbb;
}

.headerBook {
    text-align: center;
}

.img-responsive {
    margin-bottom: 20px;
}

label {
    font-weight: normal;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgb(255, 255, 255);
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: rgb(255, 255, 255);
        }
}

.imageFiller {
    height: 70px;
}

