/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

.container { width: 970px; margin: 0 auto; padding: 0; }

.icon_search {
  display: none;
  margin-top: 2px;
}
.main_search {
  background-color: #f1f1f1;
  display: none;
  clear: both;
  width: 100%;
}
.form_wrapper {
  background-color: #f1f1f1;
  height: 44px;
  display: block;
  width: 100%;
}
.main_search input[type="submit"] {
  background-color: #f1f1f1;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 44px;
  border-radius: 0;
}
.main_search input[type="text"] {
  background-color: #f1f1f1;
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: 44px;
  margin: 0 auto;
  padding: 0 20px 0 5px;
  width: calc(100% - 44px);
  border-radius: 0;
  float: left;
}
.main_search input[type="text"]:focus {
  outline: none;
}
.m-icon-search {
  background-image: url("../images/search_icon.png");
  background-repeat: no-repeat;
  background-position: 16px 10px;
  border: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-indent: -888em;
  vertical-align: top;
  float: right;
}

.right_side .mobile_search {
  display:none;
}


/* #Additional - Large Screens beyond 1280px
================================================== */

/* Note: Design for a width of 1280px */
@media only screen and (min-width: 1220px) {
  .container { width: 1200px; }
}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 767px */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container{
    width: 750px;
    margin: 0 auto;
  }
  #footer .container {
    width: 700px;
  }
  .img_width{
    width: 100%;
  }
  .logo_width{
    width: 95%;
  }
  .logo {
    width: 342px;
  }
  .icon_box {
    padding: 11px 0px;
  }
  #header .right_side {
    float: right;
    width: 408px;
  }
  .nav > li > a {
    padding-left: 18px;
  }
  .banner_box_con .right_side {
    padding-right: 0px;
  }
  .mdl_right_side .search_box input {
    width: 202px;
  }
  .middle_con_box .mdl_left_side {
    width: 455px;
  }
  .middle_con_box .mdl_right_side {
    width: 267px;
  }
  .mdl_left_side .white_box {
    min-height: 90px;
  }
  .mdl_left_side .title_box .location_box {
    width: 115px;
  }
  .mdl_left_side .title_box .event_box {
    padding-left: 20px;
  }
  .mdl_left_side .title_box .date_box {
    width: 110px;
  }
  .mdl_left_side .con_box_box .event_box {
    float: left;
    width: 205px;
    padding: 0 19px;
  }
  .mdl_left_side .con_box_box .date_box {
    width: 100px;
    padding: 0 10px 0 0px;
  }
  .mdl_left_side .grey_box {
    min-height: 90px;
  }
  .banner_box_mn2{
    display: none;
  }
  .banner_box_con{
    display: inline;
  }
  .banner_box_con2,
  .banner_box_con3 {
    display: none;
  }
  /*-------------------------------------------Ticket Active ---------------------*/
  .middle_con_box .mdl_left_side2 {
    width: 450px;
  }
  .middle_con_box .mdl_left_side2 .searchbox {
    width: 448px;
  }
  .searchhedbox {
    width: 448px;
  }
  .row1 {
    width: 428px;
  }
  .clm1 {
    width: 160px;
  }
  input2 {
    width: 115px;
  }
  .setion {
    width: 70px;
    padding: 0 5px 0 2px;
  }
  .row {
    width: 60px;
  }
  .qty {
    width:80px;
  }
  .price2 {
    width: 100px;
  }
  .eticket {
    width: 70px;
  }
  .clm_1 {
    width: 65px;
    padding: 0 0 0 5px;
  }
  .clm_2 {
    width: 55px;
  }
  .clm_3 {
    width: 75px;
  }
  .clm_4 {
    width: 90px;
  }
  .clm_5 {
    width: 60px;
  }

  .mdlrightside {
    width: 285px;
  }
  .eventbox_cnt {
    width: 99%;
    padding: 1%;
  }
  .eventbox_cntleft {
    padding:0px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  body:after {
      content: 'mobilePhone';
      clip: rect(0px 0px 0px 0px);
      white-space: nowrap;
      overflow: hidden;
      position: absolute;
      top:0;
  }
  .img_width{
    width: 100%;
  }
  .logo_width{
    width: 100%;
  }
  .logo{
    width: 100%;
    text-align: center;
  }
  .mdl_left_side .title_box {
    background-image: none;
    background-color: #F6F6F6;
    display: none;
  }
  .icon_box {
    width: 70%;
    padding: 0px 0px 18px 50px;
  }
  #header .right_side {
    width: 300px;
    margin: 0px 0px;
  }
  .right_side .mobile_search {
    display:block;
  }
  .menu_main {
    float: left;
    width: 100%;
  }
  .toggleMenu {
     display: inline-block;
  }
  .nav {
    display:none;
  }
  .nav {
    width: 300px;
  }
  .middle_con_box .mdl_left_side {
    width: 284px;
  }
  .icon_box .icon {
    float: left;
  }
  .banner_box_con .left_txt {
    float: left;
    width: 280px;
    padding: 0px 10px;
  }
  .banner_box_con .hd_txt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 30px 0px 3px 0px;
  }
  .banner_box_con .sec_txt {
    width: 100%;
    text-align: center;
    padding: 0px 0px 3px 0px;
  }
  .banner_box_con .right_side {
    padding-right: 40px;
  }
  .banner_box_con2 .left_txt {
    float: left;
    width: 100%;
    padding: 0;
  }
  .banner_box_con2 .hd_txt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 30px 0px 3px 0px;
  }
  .banner_box_con2 .sec_txt {
    width: 100%;
    text-align: center;
    padding: 0px 0px 3px 0px;
  }
  .banner_box_con2 .right_side {
    padding-right: 40px;
  }
  .mdl_left_side .title_box .location_box {
    width: 265px;
    padding-left: 10px;
  }
  .date_box_mobile {
    display: block;
  }
  .mdl_left_side .title_box .date_box {
    width: 265px;
    padding-left: 10px;
  }
  .mdl_left_side .title_box .event_box {
    width: 169px;
  }
  .mdl_left_side .con_box_box .event_box {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
  }
  .mdl_left_side .con_box_box .location_box {
    width: 174px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .mdl_left_side .con_box_box .date_box {
    padding: 0 0 10px 10px!important;
    width: 100%;
  }
  .mdl_left_side .con_box_box .date_box .txt_box {
    text-align: left;
  }
  .mdl_left_side .con_box_box .date_box .txt_box span {
    display: inline;
  }
  .mdl_left_side .con_box_box .date_box .txt_box span i.on:before {
    content: '-';
    margin: 0 0 0 5px;
    font-style: normal;
  }
  .mdl_left_side .con_box_box .date_box .txt_box span i.at:before {
    content: 'at';
    font-style: normal;
  }
  .date_box_desktop {
      display: none;
  }
  .mdl_left_side .con_box_box .view_box1 {
    float: left;
    margin: 0;
  }
  .mdl_left_side .con_box_box .location_box .txt_box {
    width: 135px;
  }
  .mdl_left_side .grey_box {
    min-height: 90px;
  }
  .mdl_left_side .white_box {
    min-height: 90px;
  }
  .middle_con_box .mdl_right_side {
    float: left;
    margin: 20px 0px 0px 0px;
    width: auto;
  }  
  .mdl_right_side .search_box {
    display:none;
  }
  #footer .ftr_left_side {
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px 0px;
  }
  #footer .ftr_right_side {
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
  }
  .banner_box_mn{
    display: none;
  }
  .banner_box_mn2{

    display: inline!important;
  }
  .banner_box_con,
  .banner_box_con3{
    display: none;
  }
  .banner_box_con2{
    background-color: #1e6f91;
    background-image:url(../images/banner_img_300.jpg);
    background-repeat:no-repeat;
    background-position: center top;

    display: inline;

  }
  /*---------------------- ticket active ---------------*/
  .middle_con_box .mdl_left_side2 {
    width: 100%;
    padding:0px;
  }
  .middle_con_box .mdl_left_side2 .searchbox {
    width: 100%;
  }
  .searchhedbox {
    width: 100%;
  }
  .row1 {
    width: 100%;
    padding: 0px;
  }
  .clm1 {
    width: 196px;
    padding-left: 10px;
  }
  .clm2 {
    width: 190px;
    padding-left:10px;
  }
  .input2 {
    width: 190px;
  }
  .clm3 {
    float: left;
    width: 125px;
    padding-left: 10px;
  }
  .setion {
    width: 43px;
    padding: 0 5px 0 2px;
    font-size: 12px;
  }
  .row {
    width: 31px;
    font-size: 12px;
  }
  .qty {
    width:55px;
    font-size: 12px;
  }
  .price2 {
    width: 75px;
    font-size: 12px;
  }
  .eticket {
    width: 60px;
    font-size: 12px;
  }
  .clm_1 {
    width: 38px;
    padding: 0 0 0 5px;
  }
  .clm_2 {
    width:28px;
  }
  .clm_3 {
    width: 48px;
  }
  .clm_4 {
    width: 56px;
  }
  .clm_5 {
    width: 39px;
  }
  .mdlrightside {
    width: 100%;
    margin-top:20px;
  }
  .eventbox_cnt {
    width: 99%;
    padding: 1%;
  }
  .eventbox_cntleft {
    padding:0px 10px 0 10px;
  }
}
/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container{
    width: 420px;
    margin:0px auto;
  }
  .img_width{
    width: 100%;
  }
  .logo_width{
    width: 100%;
  }
  .logo{
    width: 100%;
    text-align: center;
  }
  #header .right_side {
    width: 420px;
  }
  .menu_main {
    float: left;
    width: 100%;
  }
  .nav {
    width: 420px;
  }
  .toggleMenu {
     display: inline-block;
  }
  .mdl_left_side .title_box {
    background-image: none;
    background-color: #F6F6F6;
  }
  .icon_box {
    width: 70%;
    padding: 0px 0px 18px 110px;
  }
  .middle_con_box .mdl_left_side {
    width: 404px;
  }
  .icon_box .icon {
    float: left;
  }
  .banner_box_con .left_txt {
    float: left;
    width: 400px;
    padding: 0px 10px;
  }
  .banner_box_con .hd_txt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 30px 0px 3px 0px;
  }
  .banner_box_con .sec_txt {
    width: 100%;
    text-align: center;
    padding: 0px 0px 3px 0px;
  }
  .banner_box_con .right_side {
    padding-right: 105px;
  }

  .banner_box_con2 .left_txt {
    float: left;
    width: 400px;
    padding: 10px;
  }
  .banner_box_con2 .hd_txt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 0;
  }
  .banner_box_con2 .sec_txt {
    width: 100%;
    text-align: center;
    padding: 0px 0px 3px 0px;
  }
  .banner_box_con2 .right_side {
    padding-right: 105px;
  }

  .mdl_left_side .title_box .location_box {
    width: 115px;
  }
  .mdl_left_side .title_box .date_box {
    width: 110px;
  }
  .mdl_left_side .title_box .event_box {
    width: 169px;
  }
  .mdl_left_side .con_box_box .event_box {
    float: left;
    width: 394px;
    padding-left: 10px;
    padding-right: 0;
  }
  .mdl_left_side .con_box_box .location_box {
    width: 155px;
  }
  .mdl_left_side .con_box_box .location_box .txt_box {
    width: 135px;
  }
  .mdl_left_side .grey_box {
    min-height: 90px;
  }
  .mdl_left_side .white_box {
    min-height: 90px;
  }
  .middle_con_box .mdl_right_side {
    float: none;
    margin: 0;
    width: 100%;
  }
  .mdl_right_side .ticket_info_box {
    margin-top: 15px;
  }
  #footer .ftr_left_side {
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px 0px;
  }
  #footer .ftr_right_side {
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
  }
  .banner_box_mn{
    display: none;
  }
  .banner_box_mn2{
    display: inline;
  }
  .banner_box_con{
    display: none;
  }
  .banner_box_con2{
    display: inline;
    background-color: #1e6f91;
    background-image:url(../images/banner_img_400.jpg);
    background-repeat:no-repeat;
    background-position: center top;
  }
  /*---------------------- ticket active ---------------*/
  .middle_con_box .mdl_left_side2 {
    width: 100%;
    padding:0px;
  }
  .middle_con_box .mdl_left_side2 .searchbox {
    width: 100%;
  }
  .searchhedbox {
    width: 100%;
  }
  .row1 {
    width: 100%;
    padding: 0px;
  }
  .clm1 {
    width: 196px;
    padding-left: 10px;
  }
  .clm2 {
    width: 190px;
  }
  .input2 {
    width: 190px;
  }
  .clm3 {
    float: left;
    width: 125px;
    padding-left: 10px;
  }
  .setion {
    width: 59px;
  }
  .row {
    width: 48px;
  }
  .qty {
    width: 73px;
  }
  .price2 {
    width: 95px;
  }
  .eticket {
    width: 60px;
  }
  .clm_1 {
    width:55px;
  }

  .clm_2 {
    width:42px;
  }
  .clm_3 {
    width:68px;
  }
  .clm_4 {
    width:75px;
  }
  .clm_5 {
    width:49px;
  }
  .mdlrightside {
    width: 100%;
    margin-top:20px;
  }
  .eventbox_cnt {
    width: 99%;
    padding: 1%;
  }
  .eventbox_cntleft {
    padding:0px 10px 0 10px;
  }
}

@media (max-width: 479px) {
  .banner_box_con2{
    padding-bottom: 30px;
    background-color: #1e6f91;
    background-image:url(../images/banner_img_400.jpg);
    background-repeat:no-repeat;
    background-position: center top;
    display: inline;
  }
  .event-page .container{
    width: 300px;
    margin:0px auto;
  }
  .ticket-page .container{
    width: 100%;
  }
}
/* #Clearing
================================================== */

/* Self Clearing Goodness */
.clearfix { zoom: 1; }
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }


@media (max-width: 767px) {
  .middle_con_box {
    padding-top: 0;
  }
  span.img { display: none; }
  .mdl_left_side .con_box_box .location_box,
  .mdl_left_side .con_box_box .date_box {
    box-sizing: border-box;
    padding-bottom: 15px;
  }
  .mdl_left_side .con_box_box .date_box .txt_box,
    .mdl_left_side .con_box_box .location_box .txt_box {
      width: 100%;
  }
  .mdl_left_side .con_box_box .view_box1 {
    margin-left: 2.5%;
    width: 95%
  }
  .mdl_left_side .con_box_box .view_box {
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      text-align: center;
  }
  .mdl_left_side .con_box_box .location_box .img {
    padding-bottom: 15px;
  }
  .mdl_left_side .con_box_box .event_box {
    padding: 0 10px;
    margin-bottom: 0px;
    width: 100%;
    box-sizing: border-box;
  }

  .mdl_left_side .con_box_box .event_box .event_title {
    border-bottom:1px #ccc solid;
    padding-bottom:1px;
  }

  .txt_box .location-venue {
    display:block;
    padding-top:1px
  }

  .banner_box_con2 {
    display: none;
  }
  .icon_search {
    display: block;
  }
  .icon_box {
    width: 100%;
    padding: 0px 0px 18px 20%;
    box-sizing: border-box;
  }
  #footer {
    height: 100px!important;
  }
}
@media (max-width: 480px) {
  .icon_box {
    padding:0px 0px 18px 10%;
  }
  .middle_con_box .mdl_left_side .title {
    font-size: 22px;
  }
}

.menu_main {
  position: relative;
  z-index: 1;
}

/* Sticky Footer rules */
html,
body {
  height: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  *height: auto !important;
}
.page_wrapper {
  background-color: #fff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px;
  overflow: auto;
  -webkit-overflow-scrolling: touch !important;
}
.push {
  height: 80px;
}
#footer {
  height: 80px;
  padding: 0;
  float: none;
}
#footer .container {
  padding-top: 32px;
}
#middle > .container {
  margin-bottom: 20px;
}
#middle > .container:before,
#middle > .container:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
#middle > .container:after {
  clear: both;
}
#middle > .container {
  *zoom: 1;
}


/* IE Overrides */
.lt-ie8 .menu_main {
  position: static;
}