.search-box{
    background-color: #ECECEC;
}
.search-filter .chosen-container-single .chosen-default, .search-filter .chosen-container, .search-filter .chosen-container-single .chosen-single 
{
    background: #ffffff;
    border-radius: 0px;
    height: 37px;
    line-height: 37px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}
.search-filter .chosen-container-single .chosen-drop{
    border-radius: 0px;
}
.search-filter .chosen-container-single
{
    width: 100%!important;
}

.search-filter .chosen-container-single .chosen-single div 
{
    top: 7px;
}

.search-filter .chosen-container .chosen-results
{
    margin: 0;
    padding: 0;
}
.has-success .form-control {
    border: 1px solid #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.card-content .fa-thumbs-o-up.active {
    color: #c9302c;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
}

.typeahead {
    border-radius: 0px;
    padding: 1px 0;
    margin: 0;
    max-height: 210px;
    overflow-y: auto;
    width: 100%;
    left: 0!important;
}
.typeahead li a{
    white-space: initial;
}
.typeahead strong{
    font-weight: 700;
    color: #000;
}
.typeahead.dropdown-menu>.active>a, .typeahead.dropdown-menu>.active>a:focus, .typeahead.dropdown-menu>.active>a:hover{
    background-color: #00adef;
}
.typeahead.dropdown-menu>li>a, .typeahead.dropdown-menu>li>a:focus, .typeahead.dropdown-menu>li>a:hover {
    color: #0066B3;
}
.more-info-link{
    font-size: 20px;
    color: #7c82a0;
    font-weight: 500;
}
.book-ticket-popup .modal-body {
    position: relative;
    height: 60%;
    overflow-y: auto;
}
.ticket-box{
    -webkit-transition: border-width .5s ease;
    -moz-transition: border-width .5s ease;
    transition: border-width .5s ease;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border-left: 5px solid #8e1560;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}
.ticket-box-header{
    padding: 20px;
}
.ticket-box-name{
    color: #53565d;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 5px;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ticket-box-price{
    color: #7e8086;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    padding: 0 5px 0 0;
}
.ticket-sold-out{
    color: #F44336;
    font-size: 15px;
    line-height: 25px;
    padding: 0 5px 0 0;
    font-weight: 600;
}
.ticket-box-info-btn {
    color: #9ea0a4;
}
.ticket-box-body{
    border-top: 1px solid #D2D6DF;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    transition: max-height 1s ease;
    background-color: #F8F8FA;
}
.ticket-box-list{
    padding: 3px 15px;
    list-style: none;
    margin: 0;
}
.ticket-box-list li:first-child{
    border-top: 0;
}
.ticket-box-list li{
    border-top-color: #f0f0f1;
    padding: 5px 0;
    border-top-width: 1px;
    border-top-style: solid;
}
.ticket-box-list .label{
    color: #7e8086;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.ticket-box-list .value{
    color: #7e8086;
    float: right;
    font-size: 15px;
}
.ticket-box-footer{
    -webkit-transition: padding .5s ease .3s;
    -moz-transition: padding .5s ease .3s;
    transition: padding .5s ease .3s;
    overflow: hidden;
    border-top: 1px solid #D2D6DF;
    padding: 5px 20px;
}
.fa-gbp {
    margin-right: 3px;
}
.book-ticket-popup .modal-footer{
    text-align: center;
}
.book-ticket-popup .modal-footer button{
    float: right;
}
.modal-footer-text {
    font-size: 20px;
    color: #53565d;
    margin-top: 10px;
}
.modal-header .close {
    color: #ffffff;
    opacity: 1;
}
.ticket-box.active{
    border-left: 5px solid #B30303;
}

.modal-content 
{
    border-radius: 0px;
    border: 1px solid #7788a0;
}

.modal-header 
{
    border-bottom: 0px;
    background: #8e1560;
}

.modal-title 
{
    color: #ffffff;
}
.alertbox .modal-body{
    color: #000000;
}
.book-ticket-popup .form-control{
    border: 1px solid #ccc;
}
.text-right {
    text-align: right;
}
.acc-title {
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
    padding: 12px 25px;
    background: #8e1560;
    margin-top: 25px;
}
.acc-title a{
    color: #ffffff;
    text-transform: uppercase;
}
.btn-default {
    background: #ffffff;
    color: #8e1560;
    border: 1px solid #CFCFCF;
    text-transform: uppercase;
    border-radius: 0px;
}
.btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active:focus{
    background: #ffffff;
    color: #8e1560;
    border: 1px solid #CFCFCF;
    text-transform: uppercase;
    border-radius: 0px;
}
.dataTables_wrapper .form-control {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}
.example-datatable.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.dataTables_paginate .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.dataTables_paginate .pagination > li {
    display: inline;
}
.dataTables_paginate .pagination > li > a, .dataTables_paginate .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.dataTables_paginate .pagination > .disabled > span, .dataTables_paginate .pagination > .disabled > span:hover, .dataTables_paginate .pagination > .disabled > span:focus, .dataTables_paginate .pagination > .disabled > a, .dataTables_paginate .pagination > .disabled > a:hover, .dataTables_paginate .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.dataTables_paginate .pagination > li:first-child > a,.dataTables_paginate .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.dataTables_paginate .pagination > li:last-child > a,.dataTables_paginate .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dataTables_paginate .pagination .active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.dataTables_paginate .pagination > .active > a, .dataTables_paginate .pagination > .active > span, .dataTables_paginate .pagination > .active > a:hover, .dataTables_paginate .pagination > .active > span:hover, .dataTables_paginate .pagination > .active > a:focus, .dataTables_paginate .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.dataTables_paginate .pagination > li > a:hover, .dataTables_paginate .pagination > li > span:hover, .dataTables_paginate .pagination > li > a:focus, .dataTables_paginate .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-sm .caret {
    margin-left: 0;
}
.dataTables_wrapper .date-picker {
    background-color: #fff;
}
.error
{
    font-size: 50px;
    color: #dd4b39;
    font-weight: bold;
    margin-bottom: 0px;
}

.error404
{
    color: #8e1560;
    font-size: 140px;
    margin: 0px;
    font-weight: 900;
}

.page-not-available
{
    color: #dd4b39;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
}
.return-to-home-page
{
    font-size: 20px;
    font-weight: 900;
}
.return-to-home-page a
{
    color: #8e1560;
}
.panel {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
    border-color: #8e1560;
    border-radius: 0;
}
.panel-heading {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid #c9c9c9;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    border-radius: 3px 3px 0 0;
    border-color: #cccccc rgba(0, 0, 0, 0.19) rgba(0, 0, 0, 0.18);
    background-color: #8e1560;
    padding: 10px 15px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}
.panel-title small{
    color: #ffffff;
}
.panel-body {
    padding: 15px;
    background: #ffffff;
}
.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}
.panel-css{
    border-color: #c9c9c9;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
    border-radius: 0;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    border-color: #cccccc rgba(0, 0, 0, 0.19) rgba(0, 0, 0, 0.18);
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 10px 15px;
    margin-bottom: 22px;
}
.panel-css-h3{
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    text-transform:initial;
}
.panel-css-h2{
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform:initial;
}
.panel-css-h4{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform:initial;
    font-weight: 400;
}

/*Comment Box*/

.comment-box{
    position:relative;
    margin-bottom:35px;
    background-color:#f9f9f9;
}
.comment-box.reply-comment{
    position:relative;
    margin-left:45px;
}
.comment-box .comment{
    position:relative;
}
.comment-box .comment .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:80px;
    height:80px;
}
.comment-box .comment .comment-inner{
    position:relative;
}
.comment-box .comment .comment-inner .rating{
    position:absolute;
    right:0px;
    top:0px;
}
.comment-box .comment .comment-inner .rating .fa{
    position:relative;
    color:#151e25;
    font-size:15px;
    display:inline-block;
}
.comment-box .comment .comment-inner .rating .fa.light{
    color:#c5c5c5;
}
.comment-box .comment .comment-inner .comment-info{
    position:relative;
    color:#151e25;
    font-size:16px;
    letter-spacing:1px;
    margin-bottom:5px;
    text-transform:uppercase;
    font-family: 'Raleway', sans-serif;
}
.comment-box .comment .comment-inner .post-date{
    position:relative;
    color:#999999;
    font-size:11px;
    font-weight:600;
    letter-spacing:1px;
    line-height:1em;
    margin-bottom:8px;
    text-transform:uppercase;
}
.comment-box .comment .comment-inner .text{
    position:relative;
    color:#777777;
    font-size:15px;
}
.comment-box .comment .comment-inner .reply-btn{
    position:absolute;
    right:0px;
    top:0px;
    color:#999999;
    font-size:11px;
    font-weight:500;
    padding:6px 12px;
    line-height:1em;
    display:inline-block;
    letter-spacing:1px;
    text-transform:uppercase;
    border:2px solid #e9e9e9;
    font-family: 'Raleway', sans-serif;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.comment-box .comment .comment-inner .reply-btn:hover{
    color:#ffffff;
    border-color:#cf1f26;
    background-color:#cf1f26;
}
.comment-box .comment .author-thumb img {
    max-width: 100%;
    display: block;
}
.slider_text{
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
}
.modal { overflow: auto !important; }