@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebasneue';
    src: url('../fonts/Bebasneue/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/Bebasneue/bebasneue-webfont.woff') format('woff'),
         url('../fonts/Bebasneue/bebasneue-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Humanst521';
    src: url('../fonts/Humanst521/Humanst521_Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Humanst521-Bold';
    src: url('../fonts/Humanst521/Humanst521_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Humanst521-Light';
    src: url('../fonts/Humanst521/Humanst521_Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    background: #f2f2f2;
}

header{
    /*margin-top:25px;*/
}
button{
   outline:none;
}
button::-moz-focus-inner {
   border: 0;
}

#loading{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    text-align: center;
    color: white;
    z-index: 9;
    opacity: 0.7;

}
#loading i{
    margin-top: 20%;
}

#header-wrap {
    padding: 10px !important;
}
#interface-wrap {
    padding: 0px;
}
.bg-color {
    background-color: #404040;
}

.bg-white{
    background-color: #fff;
}

.bg-dark{
    background-color: #363636;
}

.guide-title {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: 'Humanst521','Arial',sans-serif;
    font-size: 14pt;
}
.full-button-tk3d{
    left:15px;
    right:auto;
}
#interface-wrap{
    overflow: hidden;
    position: relative;
    background: #fff;
}

.guide-title, #interface-wrap, .tk3dpopover, 
.ticket-selected .ticket-lab {
    font-family: 'Humanst521','Arial',sans-serif;
}

.sub-interface-title{
    padding:25px;
    text-align:center;
    font-size:16pt;
    line-height:15pt;
    height:80px;
    font-family: 'Roboto-Bold','Arial',"sans-serif";
    font-weight: bold;
}
.wrap-interface{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.nopadding{
    padding:0 !important;
}
.nomargin{
    margin: 0 !important;
}
.sub-interface-col{
    width:60%;
    float:left;
}
.sub-interface-col .interface-mini{
    width:50%;
    float:left;

}
.interface-mini{
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#mapdata-interface{
    margin:10px 0 0;
    width: 100%;
    overflow:initial;
}
#mapdata-interface.abs{
    position:absolute;
    bottom:0;
    padding: 7px;
}

.interface-mini-wrap::-webkit-scrollbar {
    width: 0.8em;
}
 
.interface-mini-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.interface-mini-wrap::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#interface-mini-wrap-top{
    padding: 6px;
    text-align: center;
    background: #ebebeb;
    color: white;
}
#interface-mini-wrap-top .section-lab{
    font-size: 10pt;
}
#interface-mini-wrap-top .section-val{ 
    font-size: 12pt;
}
#interface-mini-wrap-top .section-lab,
#interface-mini-wrap-top .section-val{
    display: block;
    line-height: 11pt;
}
.ticket-val,
.buytickets-lab{
    font-family: 'Humanst521-Bold','Arial',sans-serif;
}

.interface-mini{
    cursor:pointer;
}
.interface-mini-wrap .table>thead>tr>th{
    font-weight: normal
}
.interface-mini-wrap .table>tbody>tr>td{
    font-weight: bold;
}
.interface-mini-wrap .table>thead>tr>th,
.interface-mini-wrap .table>tbody>tr>td{
    border:none;
}
.interface-mini-wrap .table{
    width:auto;
    margin:0 auto 10px;
    border:none;
}
#main-logo{
    max-height: 100px;
}
.mapdata-button{
    color: white;
    text-decoration: none;
    font-size: 20pt;
    letter-spacing: 1px;
    background: #404040;
    width: 100%;
    padding: 13px;
    border: none;
    display: block;
    font-family: 'Bebasneue','Arial',"sans-serif";
}
.mapdata-button:hover,
.mapdata-button:focus,
.mapdata-button:active{
    color:#fff;
    text-decoration: none;
}
#topbar {
    position: relative;
}
#topbar .mt-e{
    background: transparent;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    padding: 10px 15px;
    border:none;
}
#back-btn{
    left:0;
}
#home-btn{
    right:0;
}
#topbar .mt-e i{
    margin:0;
    font-size:18pt;
}
#topbar{
    height:50px;
    width: 100%;
    position:relative;
    display:block;
}
.topbar-t{
    text-align:center;
    display: inline-block;
    vertical-align: top;
    left:50px;
    right:50px;
    height:100%;
    padding:5px;
    width:auto;
    position:absolute;
}
.topbar-t span{
    font-size:14pt;
}
.mobile-steps ul{
    list-style: none;
    margin:0;
    padding:0;
}
.mobile-steps ul .step{
    display:inline-block;
    vertical-align: top;
    padding:0;
    margin:0;
    color:#ccc;
}
.mobile-steps ul .step.active{
    color:#333;
}
.tk3dpopover{
    border-radius: 0;
}
.tk3dpopover th,
.tk3dpopover td{
    padding:0 5px;
}
.tk3dpopover .ticket-selected .ticket-lab,
.tk3dpopover .ticket-selected .ticket-val{
    color:#333;
}
.tk3dpopover .popover-content {
    padding: 0;
}
.tk3dpopover .popover-content .ticket-selected {
    margin: 0;
}
/*FILTERING*/
#filtering-wrap {
    position: absolute;
    width: 20%;
    min-width: 220px;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: .55s ease-in-out;
    -moz-transition: .55s ease-in-out;
    -webkit-transition: .55s ease-in-out;
}

.f-tab {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    margin-right: -30px;
    right: 0;
    z-index: 9;
}
#filtering-wrap.closed{
    left: -300px;
}


.guide-title {
    padding: 10px 0;
}
.guide-title {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 14pt;
}

.rights {
    padding-top: 25px;
    padding-bottom: 25px;
     font-size: 9pt;
    color: #fff;
    font-family: 'Roboto','Arial',"sans-serif";
}
.rights a {
    color: #fff;
}
.ticket-selected {
    padding: 6px;
    margin: 0;
    text-align: center;
}
.ticket-selected li:first-child {
    border: 0;
}
.ticket-selected li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #fff;
    padding: 0 7px;
}
.ticket-selected .ticket-lab {
    color: #fff;
    text-transform: capitalize;
}
.ticket-selected .ticket-val {
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
}

.interface-mini #zoom_buttons_container {
    display: none !important;
}
#areamap-mini,
#blockmap-mini,
#seatmap-mini {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    cursor: pointer;
}
#areamap-mini:hover,
#blockmap-mini:hover,
#seatmap-mini:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#main-interface .block.available,
#main-interface .seat.available,
#sub-interface .block.available,
#sub-interface .seat.available
{
    fill: rgb(0,35,128) !important
}

#main-interface .block.available:hover,
#main-interface .block.selected,
#main-interface .seat.available:hover,
#main-interface .seat.selected
{
    fill: #fff000 !important;

}

/******/

@media screen and (min-width: 992px){
    .interface.active,
    #sub-interface{
        height:410px;
    }
    .sub-interface-title{
        padding: 12px 15px;
        height: 60px;
        font-size: 12pt
    }
    .interface-mini-wrap{
        overflow-y: auto;
    }
}

@media screen and (min-width: 1200px){
    .interface.active,
    #sub-interface{
        height:498px;
    }
    #sub-interface .ticket-selected {
        font-size: 12pt;
    }
    .mapdata-button{
        font-size: 12pt;
    }
    .interface-mini-wrap{
        overflow-y: auto;
    }
}

@media screen and (min-width: 1400px){
    .container{
        width: 1370px;
    }
    .interface.active,
    #sub-interface{
        height:576px;
    }
    .mapdata-button{
        font-size: 20pt;
    }
    .interface-mini-wrap{
        overflow-y: auto;
        max-height: 570px;
    }
}

@media screen and (min-width: 1600px){
    .container{
        width: 1570px;
    }
    .interface.active,
    #sub-interface{
        height:661px;
    }
    .interface-mini-wrap{
        overflow-y: auto;
        max-height: 590px;
    }
}

@media screen and (max-width: 1200px){
    .ticket-selected{
        font-size: 12pt
    }
    .mapdata-button{
        font-size: 12pt;
    }
    .tk3dpopover .ticket-selected{
        font-size: 10pt;
    }

}

@media screen and (max-width: 991px) {
    #interface-wrap{
        box-shadow: none;
    }
    #main-interface,
    .interface.active{
        height: 370px
    }
    .guide-title{
        display: block;
    }
    .ticket-selected {
        font-size: 12pt;
        margin: 0 !important;
    }
    #mobile-bottom .ticket-selected {
        font-size: 11pt;
    }
}

@media screen and (max-width: 575px) {
    .interface.active,
    #main-interface{
        height: 280px
    }
    .branding ul li{
        margin-right: 35px
    }
    #main-logo {
        max-height: 75px;
        max-width: 100%;    
    }
}

@media screen and (max-width: 320px) {
    .container{
        width: 320px
    }
}
