

body {
    font-family: Arial, Helvetica, sans-serif;
    /*background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b42024), color-stop(70%, #cd1b30));
    background:-webkit-linear-gradient(#b42024, #cd1b30 70%);
    background:-moz-linear-gradient(#b42024, #cd1b30 70%);
    background:-o-linear-gradient(#b42024, #cd1b30 70%);
    background:-ms-linear-gradient(#b42024, #cd1b30 70%);
    background:linear-gradient(#b42024, #cd1b30 70%);*/
}
td {
    background-repeat: repeat-x;
}
/* ---- New content for responsive design 10/28/14 ---- */

.wrapper,
.row {
    /*    zoom: 1; */
}
.wrapper:before,
.row:before,
.wrapper:after,
.row:after {
    content: " ";
    display: table;
}
.wrapper:after,
.row:after {
    clear: both;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table,
img {
    border: 0;
}
img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}

.no-bullets li {
    list-style: none;
}

#logo {
    padding: 1em 1em 0;
}
#left-side,
#right-side,
#main-content {
//    overflow: hidden;
}
#left-side li {
    list-style: none;
}
#right-side {
    text-align: center;
}
#main-content p {
    margin: 1em 0;
}
#left-side p {
    margin: 1em 0;
}
#TicketDataGrid, .TicketDataGrid {
    margin: 2em 0;
}
#TicketDataGrid td, .TicketDataGrid td {
    padding: 1.5em;
}
#social-buttons {
    margin: 1em auto;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 15px #434343;
}
.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}
[class*='column-'] {
    float: left;
    padding: 1.5em;
    width: 100%;
    min-height: 1px;
}
.line_split {
    background: url('http://www.clickitticket.com/tn_images/vert.gif')repeat-y;
    width: 1%;
    height: 100%;
    display: inline-block;
}
.box {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.box.search {
    width: 100%;
    margin-bottom: 1em;
}
.box.search input {
    width: 100%;
    height: 2em;
    margin: 0.25em 0;
}
footer {
    text-align: center;
    font-size: 12px;
    color: #000000;
    padding: 10.3em;
}
.text {
    font-size: 14px;
    color: #656162;
	line-height: 1.4em;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}

/*.text {
	font-size: 14px;
    line-height: 1.4em;
    font-family: Georgia,"Times New Roman",Times,serif;
	color: #332B2C;
}*/

.text.small {
    font-size: 12px;
}
.text.big {
    font-size: 16px;
}
.text.nav {
    font-size: 11px;
    color: #000000;
    text-align: left;
    padding-left: 8px;
	letter-spacing: .5px;
}
.text.nav a {
    font-size: 11px;
    color: #000000;
    text-align: left;
}
.text.performer a {
    color: black;
}
.text.performer a:hover {
    color: gray;
}
@media only screen and (min-width: 30em) {
    .wrapper {
        width: 95%;
        max-width: 77em;
    }
    .column-1 {
        width: 8.33333%;
    }
    .column-2 {
        width: 15.66667%;
    }
    .column-3 {
        width: 25%;
    }
    .column-4 {
        width: 33.33333%;
    }
    .column-5 {
        width: 41.66667%;
    }
    .column-6 {
        width: 50%;
    }
    .column-7 {
        width: 58.33333%;
    }
    .column-8 {
        width: 66.66667%;
    }
    .column-9 {
        width: 75%;
    }
    .column-10 {
        width: 83.33333%;
    }
    .column-11 {
        width: 91.66667%;
    }
    .column-12 {
        width: 100%;
    }
    #main-nav {
        max-width: 100%;
        margin: 0 auto;
        padding: 0.5em;
    }
    #search-left {
        display: none;
    }
    #TicketDataGrid td, .TicketDataGrid td {
        width: 25%;
        overflow: hidden;
        vertical-align: middle;

    }
    #TicketDataGrid td:nth-child(3), .TicketDataGrid td:nth-child(3) {
        width: 25%;
    }
    #TicketDataGrid td:nth-child(3), .TicketDataGrid td:nth-child(4) {
        width: 10%;
        bottom: 5px;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 45em) {
    .box.search input[type="button"] {
        width: 100%;
    }
    .slider_wrapper {
        width: 100%;
    }
    #left-side {
        padding-bottom: 0;
    }
    #left-side-content,
    #right-side {
        display: none;
    }
    #search-left {
        display: block;
        width: 75%;
        text-align: center;
        margin: 1em auto 0;
    }
    #main-content,
    #left-side {
        width: 100% !important;
    }
    #search-left input[type="text"] {
        display: inline-block;
        width: 75%;
    }
    #search-left input[type="button"] {
        display: inline-block;
        width: 20%;
    }
    #TicketDataGrid td, .TicketDataGrid td {

        overflow: hidden;
        font-size: 8pt;
        padding: 0.3em;
        top: 5px;
        vertical-align: middle;

    }
    #TicketDataGrid td:nth-child(3), .TicketDataGrid td:nth-child(3) {
        width: 30%;
    }
    #TicketDataGrid td:nth-child(3), .TicketDataGrid td:nth-child(4) {
        width: 100%;
        top: 10px;
        vertical-align: middle;

    }
    .styled_list {
        width: 100% !important;
    }
    #homepage-main-links {
        width: 100%;
    }
    #slider_right {
        text-align: center;
        margin: 0 auto;
        position: static;
    }
}
@media only screen and (max-width: 801px) {
    #TicketDataGrid td, .TicketDataGrid td{
        padding:15px !important;
    }
}
@media only screen and (max-width: 821px) {
    #TicketDataGrid td, .TicketDataGrid td{
        padding:8px !important;
    }
}
@media only screen and (max-width: 30em) {
    #left-side-content,
    #right-side {
        display: none;
    }
    #left-side {
        padding: 0 1em;
    }
    #search-left {
        width: 100%;
    }
    #TicketDataGrid, .TicketDataGrid {
        border-style: inset;
    }
    #TicketDataGrid img, .TicketDataGrid img {
        width: auto !important;
        /*override the width below*/

        max-width: 60px;
        float: left;
        clear: both;
    }


    /*Below is new footer css */

    .footer {
        display:block;
        /*width:1010px;*/
        height:440px;
        /*margin:5px 0px 0px 20px;*/
        text-align:center;
        border-radius:5px;
        background-color:#F5F5F5;
    } 

    .footer::after {
        content:'';
        clear:both;
    }
    #footer p {
        display:block;
        float:center;
        /*width:70%;*/
        margin:0 15px 25px 0;

    }
    .footer ul {
        display:block;
        /*float:right;*/
        text-align:left;
        margin:0 25px 0 25px;
        list-style:none;
    }
    .footer a {
        color:#333333;
        /*font-size: 1em;*/
        text-decoration:none;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0px 0px 0px;
    }
    .footer a:hover, a:focus {
        color: #333333;
        text-decoration: underline;
    }

    #footer hr {
        width:90%;
    }

    .img { border: 0; 

    }


    .footer-container div{
        /*border-left: 2px #ccc;*/
        vertical-align: middle;
        margin:20px auto 20px;
    }

}


.mobilePhone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5px;
    font-weight: bold;
    color: #0000FF;
    text-align: center;
}
/* ---- End new content for responsive design ---- */

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.ticketDisclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4E4748;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
.textSM {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
.textBiger {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
.textHome {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
.nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
.mainNav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0000FF;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}
.mainNav2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-align: left;
}
.mainNav2 li {
    padding: 2px 2px 2px 16px;
    background-color: #f9f9f9;
    margin: 2px;
	
}
.mainNav2 a:link, a:visited {
    list-style-type: none;
    text-decoration: none !important;
    color: #4E4748
}
.mainNav2 a:hover {
    color: #666666;
    text-decoration: underline;
    list-style-type: underline;
}
.headings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #660066;
}
.innerHeadings2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000066;
}
.innerHeadings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000066;
}
.innerHeadingsBlack {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #4E4748;
}
.innerHeadingsBig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #666666;
}
/*.innerHeadingsBig2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
    text-shadow: #fff 0px 1px 1px;
}*/

.innerHeadingsBig2 {
    /*font-family: 'ostrich_sansmedium';*/
    font-family: Arial, Helvetica, sans-serif;
    color:#332B2C;
    font-size: 28px;
    font-variant: small-caps; 
    text-transform: none; 
    font-weight: 500; 
    /*text-shadow: 2px 2px 0 #B9B5B5;*/
    margin-bottom: 0;
    font-weight: bold;
}



.innerHeadingsBig3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #666666;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.innerHeadingsBig4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
    text-shadow: #fff 0px 1px 1px;
}
.innerHeadingsBigGray {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
    text-shadow: #fff 0px 1px 1px;
}
.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}
.bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    color: #000000;
}

.home-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    color: #000000;
    padding: 5px 20px 5px 20px;
}

.buyNowLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #0000FF;
    text-align: center;
}
.googleMaps {
    width: 190px;
    height: 160px;
    margin-bottom: 15px;
}
.info,
.success,
.warning,
.error {
    display: block;
    border: 1px solid;
    margin: 15px 5px;
    padding: 10px 10px;
    font: bold 12px verdana;
    text-align: center;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    /*text-shadow: 2px 2px 2px #ccc; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.info {
    color: #00529B;
    background: #BDE5F8 10px center;
}
.success {
    color: #4F8A10;
    background: #DFF2BF 10px center;
    text-align: justify;
}
.warning {
    color: #9F6000;
    background: #FEEFB3 no-repeat 10px center;
}
.error {
    color: #D8000C;
    background: #FFBABA 10px center;
}
.boxSideTop {
    background: url('http://www.clickitticket.com/tn_images/tn_box_top.gif')repeat-x center;
}
.boxSideBottom {
    background: url('http://www.clickitticket.com/tn_images/tn_box_bottom.gif')repeat-x;
}
.boxSideRight {
    background: url('http://www.clickitticket.com/tn_images/tn_box_right.gif')repeat-y;
}
.boxSideLeft {
    background: url('http://www.clickitticket.com/tn_images/tn_box_left.gif')repeat-y;
}
.boxVert {
    background: url('http://www.clickitticket.com/tn_images/vert.gif')repeat-y;
}
.blog_box {
    border: 1px solid gray;
    border-radius: 5px;
    width: 130px;
    padding: 5px;
    font-size: 10px !important;
    text-align: left;
    margin: 0 auto 10px;
}
.blog_box h3 {
    color: #e00000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.blog_box a {
    font-size: 10px;
    color: black;
}
.link_heading h3 {
    border-radius: 5px;
    padding: 5px;
    font-size: 10px !important;
    text-align: left;
    margin: 0 auto 10px;
    color: #e00000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    max-width: 130px;
}
.link_heading ul {
    list-style: none;
    font-size: 11.5px
}
.search_box {
    padding: 10px;
    margin: 10px 5px 50px;
    border: 1px solid gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
#sidelogin {
    padding: 15px 10px;
    margin-bottom: 20px;
    width: 125px;
    font-family: Arial;
    border: #bdbdbd 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
}
#sidelogin ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidelogin h4 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 1.5em;
}
#sidelogin a:hover {
    text-decoration: none;
}
#sidelogin big {
    font-size: .95em;
}
.style2 {
    font-size: 13px;
}
.style3 {
    font-size: 9px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.sitetweet {
    float: left;
    display: inline-block;
    width: 175px;
    margin: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .8em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    background: #eccce7;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fffaee), color-stop(70%, #ffedde));
    background: -webkit-linear-gradient(#fffaee, #ffedde 70%);
    background: -moz-linear-gradient(#fffaee, #ffedde 70%);
    background: -o-linear-gradient(#fffaee, #ffedde 70%);
    background: -ms-linear-gradient(#fffaee, #ffedde 70%);
    background: linear-gradient(#fffaee, #ffedde 70%);
    padding: 5px;
    margin: 7px;
    /*color:#0d0d0d;*/

    color: #4f290c;
}
.sitetweet p {
    margin: 3px;
}
.sitetweet span {
    font-size: .8em;
    color: #c27941;
    padding-left: 5px;
}
.sitemap {
    margin: 0;
}
.sitemap li {
    padding: 0;
}
.button {
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C91A2E), color-stop(1, #B8051A));
    background: -moz-linear-gradient( center top, #C91A2E 5%, #B8051A 100%);
    /*filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC3333');*/
    background-color: #8C8B8B;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 7px;
    /*border: 1px solid #993333;*/
    display: inline-block;
    color: #ffffff; !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: .8em 1em .8em 1em;
    text-decoration: none;
    /*text-shadow: 1px 1px 0px #cccccc;*/
    position: relative;
    top: 0;
    left: 0;
}
.button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #666666));
    background: -moz-linear-gradient( center top, #666666 5%, #666666 100%);
    /*filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc');*/
    background-color: #666666;
    cursor: pointer;
    /*border: 1px solid #cccccc;*/
    /*-moz-box-shadow:0px 5px 10px 1px rgba(0,0,0,0.3);*/
    /*-webkit-box-shadow:0px 5px 10px 1px rgba(0,0,0,0.3);*/
    /*box-shadow:0px 5px 10px 1px rgba(0,0,0,0.3);*/

    top: 0;
    left: 0;
}
.button:active {
    top: 0px;
    left: 0px;
}
.button.fixed {
    width: 190px;
    color: white;
}
.button.homepage {
    width: 100%;
    color: white;
    border-radius: 7px;
}
.button:after {
    content: url(http://www.clickitticket.com/images/white-rt-triangle2.png);
    float: right;
    margin: 0px -5px -5px 6px;
}
.button:visited {
    color: white;
}



.button-grid {
    /*-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);*/
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, #990000));
    background: -moz-linear-gradient( center top, #CC0000 5%, #990000 100%);
    /* filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC3333'); */
    background-color: #8C8B8B;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 2px;
    border: 1px solid #993333;
    display: inline-block;
    color: #000000 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
    position: relative;
    top: 3px;
    left: 0;
    bottom: 4px;
}
.button-grid2 {
    /*-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);*/
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, #990000));
    background: -moz-linear-gradient( center top, #CC0000 5%, #990000 100%);
    /* filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC3333'); */
    background-color: #990000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 7px;
    /*border: 1px solid #993333;*/
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
    color: #FFF;
    top: 3px;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    display: table-cell;
    color: #FFFFFF !important;
    padding: 0 12px 0 12px;
}
.button-grid:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
    background: -moz-linear-gradient( center top, #ffffff 5%, #ffffff 100%);
    /* filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); */
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #cccccc;
    display: inline-block;
    color: #000000 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*padding: 10px 0px 0px 0px;*/

    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
    position: relative;
    top: 3px;
    left: 0;
}
.button-grid2:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #666666));
    background: -moz-linear-gradient( center top, #666666 5%, #666666 100%);
    /* filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');*/
    background-color: #666666;
    cursor: pointer;
    color: #000;
}
.nopadding {
    padding: 0px !important;
}
.button-grid a:link {
    color: white;
    text-decoration: none;
}
.button-grid a:hover {
    color: black;
    text-decoration: underline;
    text-shadow: 0px 0px 0px #000000;
}
.button-grid a:visited {
    color: white;
    text-decoration: none;
}
#description_extra {
    float: right;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px 10px 15px;
    margin: 5px 5px 5px 10px;
    width: 250px;
    box-shadow: 0px 3px 5px #ccc;
    text-align: left;
}
#description_extra ul {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
#description_extra li {
    margin: 5px 0;
    text-indent: -.7em;
}
#description_extra li:before {
    content: "- ";
    color: #bfbfbf;
}
#description_extra a {
    color: black;
}
#homepage-main-links {
    width: 79%;
    margin: 0 auto;
}
.slider_wrapper {
    width: 100%;
}
/*
.bx-clone {
    display: none
}*/
.styled_list {
    text-align: left;
}
.styled_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.styled_list li {
    padding: 4px 5px;
    background-color: #f9f9f9;
    margin: 5px;
}
.styled_list_footer.center {
    text-align: center;
    padding-left: 60px;
}


.styled_list_footer {
    text-align: left;
}
.styled_list_footer ul {
    list-style-type: none;
    margin: 0;
    padding: 30;
    padding-left: 60px;
}
.styled_list_footer li {
    padding: 4px 5px;
    background-color: #F5F5F5;
    margin: 5px;
}
.styled_list_footer.center {
    text-align: center;
}

.textBig {
    border-bottom: 1px solid #D0D0D0;
    color: #111111;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 7px;
    clear: both;
}
.innerHeadingsAnother {
    font-family: Calibri, sans-serif;
    font-size: 30px;
    color: #e00000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sidebar_box {
    margin-top: 30px;
}
.dropdown-notification {
    max-height: 0px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    padding-left: 60px;
    transition: max-height 1s;
    text-align: center;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #393939), color-stop(1, #222222));
    background: -moz-linear-gradient( center top, #393939 5%, #222222 100%);
    /* filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#222222');*/
    color: white;
}
.dropdown-notification.active {
    top: 0;
    max-height: 50px;
}
.close {
    cursor: pointer;
    color: white;
    font-weight: bolder;
    position: relative;
    left: 125px;
    font-size: 10px;
    text-decoration: none;
}
.close span {
    background-color: #ffaa66;
    border-radius: 5px;
    border: 1px solid #ffbcbc;
    padding: 2px 5px;
    cursor: pointer;
    color: white;
    font-weight: bolder;
    position: relative;
    font-size: 12px;
    left: 10px;
}
.close a span {
    text-decoration: none;
}
.close span:focus {
    outline: 0;
    border: 1px solid #fff;
    background-color: #e8a26a;
}
.close span:hover {
    background-color: #feaf71;
}
.cell-background {
    color: gray;
}
td.grayCol {
    background-color: #F8F8F8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 8px;
}
.show-first {
    list-style: none;
    padding-left: 10px;
}
.show-first li:nth-child(1) {
    padding-bottom: 10px;
    margin-left: -10px;
}
.top-events-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    color: #000000;
    border-radius: 15px;
    background-color: #F8F8F8;
    border-collapse: separate;
    border-spacing: 10px;
    width: 85%;
    margin: 0 auto 40px;
}

.top-events-table-toc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    color: #000000;
    border-radius: 15px;
    background-color: #F8F8F8;
    border-collapse: separate;
    border-spacing: 12px;

    margin: 0 auto 40px;
    padding-left: 13px;
    padding-top: 5px;
    line-height: 20px;
    box-shadow: 5px 5px 10px #888888;
}


.boxHome {
    margin: 5px 0;
    padding: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    list-style-type: none;
}
.boxHome a {
    color: #000000;
    text-decoration: none;
}
.boxHome a:hover {
    color: #666666;
    text-decoration: underline;
}
.top-events-table table {
    border-radius: 15px;
    background-color: #F8F8F8;
    border-collapse: separate;
    border-spacing: 10px;
    width: 85%;
    margin: 0 auto 40px;
}
.top-events-table ul {
    list-style: none;
}
.randomlinks {
    list-style: none outside none;
    padding: 0;
    margin: 10px 0 30px;
    text-align: center;
}
.randomlinks li {
    border-left: 1px solid #000;
    padding: 0 10px;
    display: inline;
}
.randomlinks li:nth-child(1) {
    border: none;
}
.textNoBullet {
    text-decoration: none;
    list-style: none;
    font-size: 13px;
}
.textHeading {
    font-weight: bold;
    list-style: none;
    font-size: 17px;
}
img.bg {
    /* Set rules to fill background */

    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */

    width: 100%;
    height: auto;
    /* Set up positioning */

    position: fixed;
    top: 0;
    left: 0;
}
/*Mobile Code for clickitticket home page*/
/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 500px) {
    #homepage-main-links .column-4 {
        padding: 0.5em !important;
        width: 33.3333% !important;
    }
    .innerHeadingsBig2 {
        font-size: 16px;
    }
    .boxHome {
        font-size: 12px;
    }
    .boxmarginTop {
        border-top: 2px solid #CE2739;
        padding-top: 5px;
    }
    #main-content .slider_right {
        right: 0;
    }
    [class*="column-"] {
        float: left;
        min-height: 1px;
        padding: 1em;
        width: 100% !important;
    }
    #homepage-main-links {
        width: 100%;
    }
    .top-events-main-title {
        padding: 10px;
    }
    .top-events-thumb {
        padding: 0 10px;
        width: 100%;
    }
    .top-events-main-container {
        width: 100%;
        padding: 0 10px;
    }
    .top-events-list {
        /*        border: 1px solid green; */

        margin: 20px 0 0 0;
        width: 100%;
    }    
    .button-grid2 {
        font-size: 12px;
        padding: 0 5px;
    }
    .footer-container .column-center {
        margin-top: 60px;
    }
    .footer-container .column-right .bottom {
        margin-top: 30px;   
    }
    .bs-example{
        margin: 0 !important;
    }
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
    #main-content .column-4 {
        width: 100%;
    }
    #main-content .column-4 .search_box,
    #main-content .column-4 p {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    #main-content .slider_right {
        right: 0;
    }
    #homepage-main-links {
        width: 100%;
    }
    #homepage-main-links .column-4 {
        width: 33.3333%;
    }
    .boxmarginTop {
        border-top: 2px solid #CE2739;
        padding-top: 5px;
    }
    .top-events-main-title {
        padding: 10px;
    }
    .top-events-thumb {
        float: left;
        padding: 0 10px;
        width: 15%;
    }
    .top-events-main-container {
        float: left;
        width: 85%;
    }
    .top-events-list {
        float: left;
        /*        border: 1px solid green; */
        /*        margin: 0 0 20px 0; */

        width: 20%;
        min-height: 80px;
    }
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
    .boxmarginTop {
        border-top: 2px solid #CE2739;
        padding-top: 5px;
    }
    #homepage-main-links {
        width: 90%;
    }
    .top-events-main-title {
        padding: 10px;
    }
    .top-events-thumb {
        float: left;
        padding: 0 10px;
        width: 15%;
    }
    .top-events-main-container {
        float: left;
        width: 85%;
    }
    .top-events-list {
        float: left;
        /* border: 1px solid green; */
        /* margin: 0 0 20px 0; */

        width: 20%;
        min-height: 80px;
    }
}
@media only screen and (min-width: 1001px) {
    .boxmarginTop {
        border-top: 2px solid #CE2739;
        padding-top: 5px;
    }
    #homepage-main-links {
        width: 82%;
    }
    .top-events-main-title {
        padding: 10px;
    }
    .top-events-thumb {
        float: left;
        padding: 10px 10px;
        width: 15%;
    }
    .top-events-main-container {
        float: left;
        width: 85%;
    }
    .top-events-list {
        float: left;
        /* border: 1px solid green; */
        /* margin: 0 0 20px 0; */

        width: 25%;
        min-height: 80px;
        padding: 5px;
    }
    .button-grid {
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, #990000));
        background: -moz-linear-gradient( center top, #CC0000 5%, #990000 100%);
        /* filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC3333');*/
        background-color: #8C8B8B;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 2px;
        border: 1px solid #993333;
        display: inline-block;
        color: #000000 !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        padding: 10px 0px 0px 0px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #000000;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .button-grid:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
        background: -moz-linear-gradient( center top, #ffffff 5%, #ffffff 100%);
        /*filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');*/
        background-color: #ffffff;
        cursor: pointer;
        border: 1px solid #cccccc;
        color: black !important;
        text-shadow: 0px 0px 0px #000000;
        /*-moz-box-shadow:0px 5px 10px 1px rgba(0,0,0,0.3);*/
        /*-webkit-box-shadow:0px 5px 10px 1px rgba(0,0,0,0.3);*/
        /*box-shadow:0px 5px 10px 1px rgba(0,0,0,0.3);*/

        top: 4px;
        left: 0;
    }
    .button-grid a:link {
        color: white;
        text-decoration: none;
    }
    .button-grid a:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
        background: -moz-linear-gradient( center top, #ffffff 5%, #ffffff 100%);
        /*filter: progid.DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');*/
        background-color: #ffffff;
        color: black;
        text-decoration: underline;
        text-shadow: 0px 0px 0px #000000;
    }
    .bs-example{
        margin: 20px;
    }
}



.vert-slider-container {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.vert-slider .slide {
    overflow: hidden;
}

.vert-slider .slide img {
    max-width: none !important;
    height: 100px !important;
    margin:auto;
}

.vert-slider .slide a {
    color: #0000FF;
    text-decoration: none;
    font-size: 12px;
}

.vert-slider-container .bx-pager {
    display: none;
}


/*Below is new footer css */

.footer {
    display:block;
    /*width:1010px;*/
    height:240px;
    /*margin:5px 0px 0px 20px;*/
    text-align:center;
    border-radius:5px;
    background-color:#F5F5F5;
} 

.footer::after {
    content:'';
    clear:both;
}
#footer p {
    display:block;
    float:center;
    /*width:70%;*/
    margin:0 15px 25px 0;

}
.footer ul {
    display:block;
    /*float:right;*/
    text-align:left;
    margin:0 25px 0 25px;
    list-style:none;
    padding: 4px 5px;
}

.footer li {
    padding: 4px 5px;
}

.footer a {
    color:#333333;
    /*font-size: 1em;*/
    /*text-decoration:none;*/
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px 5px 0px;
}
.footer a:hover, a:focus {
    color: #333333;
    text-decoration: underline;
}

#footer hr {
    width:90%;
}

.img { border: 0; 

}


.footer-container div{
    /*border-left: 2px #ccc;*/
    vertical-align: middle;
    margin:20px auto 20px;
} 

.column-left{ float: left; width: 32%;  height:150px; text-align:center;}
.column-right{ float: right; width: 32%;  height:150px; border-right: 2px #ccc;}
.column-center{ display: inline-block; width: 33%; height:150px;}


.head-test1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
}


.my-footer-container {
    width:100%;
    padding: 15px;
}

.my-footer {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
}

.my-footer ul {
    list-style: outside none none;
    text-align: left;
}

.my-footer a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px 5px 0;
}

.my-footer a:hover {
    text-decoration: underline;
}

.my-footer-column {
    float: left;
    width: 33%;
}

.my-footer-column p {
    text-align: center;
    font-size: 13px;
}

.my-footer-clearfix {
    clear: both;
}

.my-footer-social {
    width: 135px;
    margin: 0 auto;
}

.my-footer-last {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

@media only screen and (max-width: 500px) {

    .my-footer-column {
        width: 100%;
        margin: 25px 0;
    }

    .my-footer-column:first-child {
        margin-top: 0;
    }

}
.my-footer ul li {
    padding-bottom: 6px;
}
#fixedBanner {
background: #ffffff;
}