﻿
    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
        background-color:#eeeeee;
      color: #5a5a5a;
     
    }
footer
{
    margin-top:50px;
    overflow :hidden;
}
    footer > p
    {
    float:left;
    }
    footer > div
    {
        float:right;
    }
.container
{
    max-width:900px;
}
.main
{
     padding-top:50px;
overflow:hidden;
background-color:#fff;
border-right:1px solid #ddd;
border-left:1px solid #ddd;
}

.navbar-toggle
{
    color:#fff;
}
.nav > li > a{
    padding:15px 10px 10px 10px;
}
    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    
    /**/

    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    /*
        */
            .carousel .item {
      height: 500px;
    }

    .carousel {
      
      margin:0 -15px 60px -15px;
    }
    /*
    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }


    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }

        */

    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing * {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }
.marketing .img-circle
{
    width:140px;
    height:140px;
}


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      
      width:250px;
      height:250px;
      
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-left: 40px;
    }
    .featurette-image.pull-right {
      margin-right: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }


    .marketing
{
    text-align: center;
}


    /**Page*/
    .page .header
    {
        margin:0 -15px 0 -15px;
        height:500px;
        display:block;
        /*margin-bottom:55px;*/
        position:relative;
        
    }
    .page .header img {   
        height:500px; 
        z-index:1;
    }
     .page   .caption {
      background-color: transparent;
      position: relative;
      max-width: 550px;
      padding: 0 20px;
      margin-top: -150px;
      z-index:2;
      margin-bottom: 60px;
    }
     /*
    .page h1,
    .page p.lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      display:block;   
      padding:0 0 0 0;   
    }
         */
    .page .header .shadow {
  bottom: 0px;
  left: 0px;
  right:0px;
  height:55px;
  display:block;
  position:absolute;
  z-index:2;

  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
 
 
}

.page p
{
    margin-top:20px;
    padding:0 20px 0 20px;
}



    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {
            .main
    {
        padding-top:0;
    }
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        width: auto;
        height: 500px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


@media (max-width: 767px) {
    h1 {
        font-size: 25px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
    }

        .carousel .container {
        }

        .carousel .item {
            height: auto;
        }



    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
        display: none;
    }

        .carousel-caption h1 {
            font-size: 30px;
        }

        .carousel-caption .lead,
        .carousel-caption .btn {
            font-size: 18px;
        }

    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }

    .featurette {
    }

    .featurette-heading {
        font-size: 30px;
    }

    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }

    
        .page .header img {   
         height: auto;
        
    }
    .page .header {
        height: auto;
    }

        .page .header .shadow {
            display: none;
        }
}
   


/*------Pass Schema----------*/
.pass-schema {
    display: flex;
    flex: auto;
    flex-direction: row;
    
}
    .pass-schema .pass-schema-hour .pass-cell {
        align-items: center;
        border-left: solid 1px #010101;
        justify-content: center;
        
        padding:5px;
    }
    
    .pass-schema .pass-day {
        display: flex;
        flex: auto;
        flex-direction: column;
        width: 14%;
    }




    .pass-schema .pass-cell {
        height: 50px;
        display: flex;
        border-bottom: solid 1px #010101;
        border-right: solid 1px #010101;
        flex-direction: row;
    }
        .pass-schema .pass-cell.divided{
         
            font-size:11px;
        }
            .pass-schema .pass-cell.divided > div{
                width:50%;
            }
            
            .pass-schema .pass-cell > div {
                flex: auto;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

    .pass-schema .pass-cell > div.pass-cell-text {
        font-size: smaller;
        max-width: 40px;
        display: none;
    }      
        .pass-schema .pass-cell > div + .detials{
            z-index:1;
            position:absolute;
            border-radius:8px;
            border:solid 1px #050505;
            display:none;
            padding:20px;
            max-width:250px;
            margin:-20px 0 0 -20px;
        }
            .pass-schema .pass-cell .detials:hover,
            .pass-schema .pass-cell > div:hover + .detials {
                display: block;
            }
        
        .pass-schema .pass-header {
            height: 25px;
            border-bottom: solid 1px #010101;
            text-align: center;
            background-color: rgb(79,129,188);
            color: #fff;
            padding-top: 2px;
        }

@media (max-width: 800px)  {
    .pass-schema-hour{
        display:none;
    }
    .pass-schema .pass-cell > div.pass-cell-text {
        display: flex;
    }
    .pass-schema {
        flex-direction: column;
    }

    .pass-schema .pass-day {
        width: 100%;
    }

    .pass-schema .pass-cell.empty{
        display:none;
    }
}