body {
  position: relative;
  padding-top: 50px;
  background-color: #0272bc;
  color: #fff;
}

a, a:visited, a:hover {
  color: #fff;
}

.logo {
  position: relative;
  top: 10px;
  width: 250px;
  height: 25px;
}

.showtime-template-undercons {
  padding: 40px 15px;
  text-align: center;
  font-size: 15px;
}

.showtime-template {
  padding: 40px 15px;
  text-align: center;
}

.showtime-text {
  padding: 20px 120px;
  text-align: left;
  font-size: 15px; 
}

.showtime-contact {
  padding: 20px 200px;
  text-align: left;
  font-size: 18px; 
}

.showtime-space {
  padding-left: 20px;
}

.showtime-footer {
  color: #0272bc;
  position: fixed;
  clear: both;
  bottom: 0px;
  left: 0px;
  height: 40px; 
  width: 100%;
  margin-top: -70px;
  background: #ffffff; 
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
} 

.showtime-footer .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  text-align: left;
  line-height: 40px;
}
.showtime-header {
  font-size: 16px;
  font-weight: bold;  
}

.showtime-list {
  list-style: none;
  padding-left: 0;
}

.showtime-sublist {
  list-style: none;
  padding-left: 20px;
}

.showtime-list li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 6px;
  float: left;
  margin-top: 4px;
  margin-left: -10px;
  margin-right: 5px;
  color: #0272bc;
}

.navbar {
  background-color: #fff;
  min-height: 0px;
  margin-bottom: 20px;
  border: 0px none transparent;
}
.navbar-fixed-top {
  top: 0px;
  border-width: 1px 0px 1px;
}
.navbar-brand-showtime {
  float: left;
  height: 30px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px; 
}

.icon-bar {
    background-color: #0272bc;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 1px;
}

.nav-tabs > li > a {
  color: #0272bc;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #0272bc;
  background-color: #8bd1ff;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #0272bc;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}                        

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 15px;
  margin-bottom: -1px;
  background-color: #fff;  
  border: 1px none #ddd;
}
a.list-group-item,
button.list-group-item {
  color: #0272bc;  
}

a.list-group-item:focus,
button.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #55bafc;
}

a.list-group-item:hover,
button.list-group-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #55bafc;
  cursor: pointer;
}

a.list-group-item:active,
button.list-group-item:active {
  color: #555;
  text-decoration: none;
  background-color: #55bafc;
}

.well {
  font-size: 12px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #0272bc;
  border: 1px solid #55bafc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 108, 179, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 108, 179, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 108, 179, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 108, 179, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006cb300', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 108, 179, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 108, 179, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 108, 179, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 108, 179, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#006cb300', GradientType=1);
  background-repeat: repeat-x;
}
.btn-default {
  color: #0272bc !important;
  background-color: #fff !important;
  border-color: #55bafc !important;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff !important;
  background-color: #0272bc !important;
  border-color: #55bafc !important;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #0272bc !important;
  border-color: #55bafc !important;
}
/*
.col-xs-offset-0 {
  margin-left: 0px;
  margin-right: 0px;
}
*/

@media (max-width: 768px) {
    .showtime-container {
      margin: 0px -100px 0px -100px;
    }
    
    .showtime-template {
      padding: 0px 0px 0px 0px;
      text-align: center;
      font-size: 10px;
    }
    
    .showtime-template h4 {   
      font-size: 1.2em;
    }
    
    .showtime-template a > img {  
      width: 100px;
      height: 100px;
    }
    
    .showtime-contact {
      padding: 0px 140px 0px 140px;
      text-align: left;
      font-size: 14px; 
    }
    
    .carousel {
      margin-bottom: 0px;
    }
    
    .navbar {
      background-color: #fff;
      min-height: 0px;
      margin-bottom: 20px;
      border: 0px none transparent;
    }
    .navbar-fixed-top {
      top: 0px;
      border-width: 1px 0px 1px;
    }
    .navbar-brand-showtime {
      float: left;
      height: 30px;
      padding: 0px 15px;
      font-size: 18px;
      line-height: 20px; 
    }
    
    .navbar-default{
        background:none;    
        border:0;
        position:absolute;
        top:15px;
        right:15px; 
    }
    .navbar-collapse{
        background:#f5f5f5; 
    }
    .navbar-collapse.collapse{
        display: none!important;
        height: 0!important;
        padding-bottom: 0;
        overflow: hidden!important;
    }
    .navbar-toggle.collapsed{
        display:block!important;    
    }
    .navbar-toggle{
        display:block!important;    
    }
    .navbar-collapse.collapse.in{
        display:block!important;    
        height:auto!important;
        overflow:visible!important;
    }
    .navbar-nav>li,.navbar-header{
        float:none; 
    }
    .navbar-default .navbar-toggle.collapsed{
        background:#fff;    
    }
}

