@import url(https://fonts.googleapis.com/css?family=Just+Another+Hand);

/* line 11, ../scss/gv.scss */

body {
    background: rgb(232, 232, 232);
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
}
/* line 16, ../scss/gv.scss */

a,
a:link {
    text-decoration: none;
}
/* line 20, ../scss/gv.scss */

h1,
h2,
h3 {
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.float-catch {
    clear: both;
}
/* line 24, ../scss/gv.scss */

.xx {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}
.footer-content .xx {
    max-width: 1045px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: table;
}
ul li,.slider .slide { min-height: 1px; min-width: 1px; }
.slider img {
    max-width: 100%;
    display: inline-block;
}
@media screen and (min-width: 950px) and (max-width: 1050px) {
    .event.xx {
        width: 95%;
    }
    .event .event-img img {
        width: 92%;
    }
}
/* line 56, ../scss/_mixins.scss */

.xx:before,
.xx:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
/* line 61, ../scss/_mixins.scss */

.xx:after {
    clear: both;
}
/* line 31, ../scss/gv.scss */

.yy {
    width: 62%;
    float: left;
}
/* line 37, ../scss/gv.scss */

.zz {
    width: 35%;
    float: right;
}
/* line 45, ../scss/gv.scss */

#header {
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    background: transparent url(../img/bg/header-border.png) repeat-x bottom center;
    padding-bottom: 23px;
    font-size: 14px;
    line-height: 1;
}
/* line 71, ../scss/_mixins.scss */

#header ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
/* line 76, ../scss/_mixins.scss */

#header ul li {
    display: inline-block;
    vertical-align: top;
}
/* line 52, ../scss/gv.scss */

#header .header-content {
    background: black;
    color: white;
}
/* line 107, ../scss/_mixins.scss */

#header .header-content a,
#header .header-content a:link {
    color: white;
}
#header .header-content a:hover {
    color: rgb(253, 205, 89)!important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
/* line 54, ../scss/gv.scss */

#header .header-content .xx {
    padding: 20px 0 0px 0;
}
/* line 58, ../scss/gv.scss */

#header .site-title {
    width: 225px;
    display: inline-block;
    height: 80px;
    position: relative;
    margin-right: 30px;
    margin-top: 5px;
    float: left;
}
/* line 64, ../scss/gv.scss */

#header .site-title a {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    width: 225px;
    height: 55px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../img/logo/goldenvoice.png);
    background-image: url(../img/logo/goldenvoice.svg), none;
    background-size: 100%;
}
/* line 73, ../scss/gv.scss */

#header .site-title .est {
    position: absolute;
    bottom: 8px;
    right: 3px;
    font-size: 19px;
    color: rgb(253, 205, 89);
    width: 52px;
    cursor: pointer;
}
/* line 88, ../scss/gv.scss */

#header nav.main-navigation {
    vertical-align: top;
    margin-top: 18px;
    display: inline-block;
    font-size: 20px;
    float: left;
}
/* line 95, ../scss/gv.scss */

#header nav.main-navigation ul li a {
    margin: 0 20px;
    display: block;
}
/* line 102, ../scss/gv.scss */

#header .search-connect {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-bottom: 30px;
    position: relative;
    float: right;
}
/* line 108, ../scss/gv.scss */

#header .search-connect .header-socials {
    text-align: right;
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 0;
}
#stay-updated span.msg {
    top: 2px;
    position: relative;
    font-family: 'Just Another Hand', cursive;
    text-transform: uppercase;
}
#footer #stay-updated span.msg {
    position: relative;
    font-family: 'Just Another Hand', cursive;
    text-transform: uppercase;
    vertical-align: top;
    top: -1px;
}
.stayupdatedmobile {
    width: 100%;
    background: rgb(0, 0, 0);
    padding-top: 30px;
    display: none;
}
/* line 71, ../scss/_mixins.scss */

#header .search-connect .header-socials ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
/* line 76, ../scss/_mixins.scss */

#header .search-connect .header-socials ul li {
    display: inline-block;
    vertical-align: top;
}
/* line 116, ../scss/gv.scss */

#header .search-connect .header-socials li a {
    display: block;
    height: 21px;
    width: 21px;
    margin-left: 6px;
}
a.ico.ico4 {
    margin-left: 3px !important;
}
.header-socials li a {
    display: block;
    height: 21px;
    width: 21px;
    margin-left: 1px;
}
.ico1 {
    background: url('../img/ico/gv_twt_11.png');
}
.single-venue .show-info .ico1 {
    background: url('../img/ico/gv_twt_black.png');
}
.single-venue .show-info .ico1:hover {
    background: url('../img/ico/gv_twt_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.single-venue .showbox {
    min-height: 650px;
}
.ico1:hover {
    background: url('../img/ico/gv_twt_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico2 {
    background: url('../img/ico/gv_fb_05.png');
}
.single-venue .show-info .ico2 {
    background: url('../img/ico/fb_gv_black.png');
}
.single-venue .show-info .ico2:hover {
    background: url('../img/ico/fb_gv_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico2:hover {
    background: url('../img/ico/fb_gv_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico3 {
    background: url('../img/ico/gv_in_07.png');
}
.single-venue .show-info .ico3:hover {
    background: url('../img/ico/gv_in_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.single-venue .show-info .ico3 {
    background: url('../img/ico/gv_in_black.png');
}
.ico3:hover {
    background: url('../img/ico/gv_in_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico4 {
    background: url('../img/ico/gv_dts_09.png');
    left: 2px;
    position: relative;
}
.single-venue .show-info .ico4:hover {
    background: url('../img/ico/gv_dts_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.single-venue .show-info .ico4 {
    background: url('../img/ico/gv_dts_black.png');
}
.ico4:hover {
    background: url('../img/ico/gv_dts_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico5 {
    background: url('../img/ico/gv_tblr_11.png');
}
.single-venue .show-info .ico5 {
    background: url('../img/ico/gv_tblr_black.png');
}
.single-venue .show-info .ico5:hover {
    background: url('../img/ico/gv_tblr_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico5:hover {
    background: url('../img/ico/gv_tblr_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico6 {
    background: url('../img/ico/gv_check_13.png');
}
.single-venue .show-info .ico6 {
    background: url('../img/ico/gv_check_black.png');
}
.single-venue .show-info .ico6:hover {
    background: url('../img/ico/gv_check_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico6:hover {
    background: url('../img/ico/gv_check_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico7 {
    background: url('../img/ico/sc_gv_white.png');
    width: 24px;
    height: 24px;
    left: 2px;
    position: relative;
}
.ico7:hover {
    background: url('../img/ico/sc_gv_gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.ico8 {
    background: url('../img/ico/Spotify_Logo_CMYK_White.png');
    width: 24px;
    height: 24px;
    left: 2px;
    position: relative;
}
.ico8:hover {
    background: url('../img/ico/Spotify_Logo_CMYK_Gold.png');
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}

/* line 127, ../scss/gv.scss */

#header #stay-updated {
    vertical-align: top;
    display: inline-block;
    margin-top: 13px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    font-size: 20px;
    border: 3px solid rgb(255, 255, 255);
    padding-top: 2px;
    padding-right: 31px;
    padding-left: 5px;
    position: relative;
    margin-right: 35px;
}
#footer #stay-updated {
    vertical-align: top;
    display: block;
    margin-top: 0px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    font-size: 20px;
    border: 3px solid rgb(255, 255, 255);
    padding-top: 0px;
    padding-right: 31px;
    padding-left: 5px;
    position: relative;
    height: 28px;
    width: 190px;
    margin: 0 auto;
}
/* line 139, ../scss/gv.scss */

#header #stay-updated span.arrow {
    width: 22px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/ico/gv_arrow_03.png');
    background-size: 22px;
    color: rgb(255, 255, 255);
    display: inline-block;
}
#stay-updated span.arrow {
    width: 22px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/ico/gv_arrow_03.png');
    background-size: 22px;
    color: rgb(255, 255, 255);
    display: inline-block;
}
/* line 107, ../scss/_mixins.scss */

#header #stay-updated span.arrow a,
#header #stay-updated span.arrow a:link {
    color: white;
}
/* line 147, ../scss/gv.scss */

#header #stay-updated span.arrow:after {
    position: absolute;
    color: white;
    font-size: 30px;
    top: 2px;
    right: 8px;
}
#stay-updated span.arrow a,
#stay-updated span.arrow a:link {
    color: white;
}
/* line 147, ../scss/gv.scss */

#stay-updated span.arrow:after {
    position: absolute;
    color: white;
    font-size: 30px;
    top: 2px;
    right: 8px;
}
/* line 157, ../scss/gv.scss */

#header #searcher {
    vertical-align: top;
    margin-top: 13px;
    display: inline-block;
    position: relative;
}
/* line 161, ../scss/gv.scss */

hgroup.headertable {
    display: table;
    width: 100%;
}
#header #searcher input {
    box-shadow: none;
    border: 2.5px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    background: url('../img/ico/gv_searchicon_03.png') no-repeat 4px;
    -webkit-transition: background 500ms;
    transition: background 500ms;
    width: 175px;
    height: 28px;
}
#header #searcher input:focus {
    border-color: #f7cf60;
    box-shadow: 0 0 5px #f7cf60;
    outline: none;
    background: url('../img/ico/gv_searchicon_03.png') no-repeat 98%;
    height: 28px;
}
.dirtyform {
    background: none !important;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}
/* line 178, ../scss/gv.scss */

#main {
    min-height: 800px;
    padding: 15px 0px 70px 0px;
}
/* line 188, ../scss/gv.scss */

#footer {
    background: rgba(0, 0, 0, 0) url(../img/bg/footer.png) repeat-x top center;
    padding-top: 75px;
}
/* line 189, ../scss/gv.scss */

#footer .footer-content {
    background: black;
    color: white;
    height: 150px;
}
/* line 107, ../scss/_mixins.scss */

#footer .footer-content a,
#footer .footer-content a:link {
    color: rgb(141, 141, 141);
}
#footer .footer-content a:hover {
    color: rgb(253, 205, 89);
    !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
/* line 201, ../scss/gv.scss */

.home {
    background: white !important;
}
div.rowone {
    height: 790px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
    white-space: nowrap;
    background: rgb(0, 0, 0);
    padding-top: 75px;
}
#socialpic img {
    max-width: 328px;
    vertical-align: middle;
}
div#socialpic {
    display: inline-block;
    height: 328px;
    margin: 10px;
    vertical-align: top;
    position: relative;
    float: left;
}
div.twtbody {
    padding: 20px 20px;
}
.tweet {
    width: 328px;
    height: 328px !important;
    background: url('../img/bg/twtbg1.png');
    background-size: 100%;
}
div.twtusername {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    font-family: 'Just Another Hand', cursive;
    width: 100%;
    text-transform: uppercase;
    height: 35px;
    margin-top: -8px;
}
.soldout a:nth-child(2) span:hover {
    color: rgb(253, 205, 89)!important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
div.twtcontent {
    width: 100%;
    height: 150px;
    white-space: normal;
    margin-top: 15px;
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
img#flyersgif {
    margin-right: 12px;
    margin-bottom: 5px;
}
div.twtpropic {
    display: inline-block;
    vertical-align: top;
}
div.twtinfoblock {
    display: inline-block;
    width: 225px;
    vertical-align: top;
    padding-left: 12px;
}
.twtusernameat {
    display: inline-block;
    float: left;
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}
div.twtago {
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 1px;
    float: right;
    margin-right: 5px;
}
div.replytwt {
    font-family: 'Just Another Hand', cursive;
    font-size: 20px;
    font-weight: 100;
    margin-top: 16px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: inline-block;
}
.what {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #e9e8e8;
    z-index: -1;
}
/* line 211, ../scss/gv.scss */

.allgrey {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #e9e8e8;
    z-index: -1;
}
/* line 1, ../scss/_singleevent.scss */

.show-info {
    padding-right: 10px;
}
/* line 3, ../scss/_singleevent.scss */

.show-info h1 {
    font-size: 41px;
    margin-bottom: 0px;
}
/* line 7, ../scss/_singleevent.scss */

.show-info .event-deets {
    padding-bottom: 30px;
    margin-bottom: 25px;
    background: url(../img/lines/divider1.jpg) no-repeat -60px bottom;
}
/* line 12, ../scss/_singleevent.scss */

.show-info .event-deets .event-img {
    margin-bottom: 26px;
}
/* line 15, ../scss/_singleevent.scss */

.show-info .event-deets .presents-tour {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: rgb(138, 138, 138);
    margin-bottom: 20px;
    opacity: .7;
}
.show-info .event-deets .title {
    letter-spacing: 2.4px;
}
/* line 23, ../scss/_singleevent.scss */

.show-info .event-deets .support {
    font-size: 20px;
    line-height: 1;
}
/* line 27, ../scss/_singleevent.scss */

.show-info .event-deets .ico-yellow {
    height: 34px;
    width: 34px;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    /* background: #f7cf60; */
    background-image: url(../img/ico/sprite-ico-dusty.png);
    background-repeat: no-repeat;
    background-size: 36px auto;
}
/* line 39, ../scss/_singleevent.scss */

.show-info .event-deets .date-time {
    margin-top: 20px;
    padding-left: 50px;
    position: relative;
    font-size: 19.45px;
    line-height: 1.2em;
    margin-bottom: 35px;
}
/* line 46, ../scss/_singleevent.scss */

.show-info .event-deets .date-time .ico-yellow {
    background-position: -1px 0px;
}
/* line 50, ../scss/_singleevent.scss */

.show-info .event-deets .venue {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none !important;
}
/* line 55, ../scss/_singleevent.scss */

.show-info .event-deets .venue-info {
    position: relative;
    padding-left: 50px;
    font-size: 19.45px;
    line-height: 1.2em;
    margin-bottom: 40px;
}
/* line 61, ../scss/_singleevent.scss */

.show-info .event-deets .venue-info a {
    text-transform: uppercase;
    color: black;
    text-decoration: underline;
}
/* line 66, ../scss/_singleevent.scss */

.show-info .event-deets .venue-info .ico-yellow {
    background-position: -1px -35px;
}
/* line 73, ../scss/_singleevent.scss */

.tickets-box {
    width: 100%;
    min-height: 200px;
    color: rgb(255, 255, 255);
    background: url(../img/ico/buyticktbg_03.png) no-repeat 0px -40px;
    padding: 31px 25px 20px 25px;
    padding-top: 55px;
    font-size: 17px;
}
/* line 107, ../scss/_mixins.scss */

.tickets-box a,
.tickets-box a:link {
    color: white;
}
/* line 82, ../scss/_singleevent.scss */

.tickets-box h1 {
    font-size: 32px;
}
/* line 85, ../scss/_singleevent.scss */

.tickets-box .ticket-link,
.tickets-box .ticket-link:link,
.headertable .ticket-link,
.headertable .ticket-link:link {
    font-size: 24px;
    display: inline-block;
    padding: 8px 30px 1px 5px;
    background: rgb(253, 205, 89) url(../img/arrows/arrow-side-R.png) 92% no-repeat;
    border-right: 4px solid rgb(253, 205, 89);
    background-size: 13px;
    color: rgb(0, 0, 0);
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 32px;
    width: 153px;
    height: 42px;
    text-align: center;
}
.stickynavbutton span {
    color: black;
}
.stickynavbutton span:hover {
    color: black !important;
    text-decoration: underline;
}
.soldout .stickynavbutton span:hover {
    color: rgb(96, 96, 96) !important;
    text-decoration: none !important;
}
.soldout .stickynavbutton span {
    color: rgb(96, 96, 96) !important;
    text-decoration: none !important;
}
/* line 95, ../scss/_singleevent.scss */

.tickets-box .show-notes {
    font-size: 14px;
    margin-top: 14px;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

/* line 17, ../scss/_slider.scss */

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    max-height: 396px;
    max-width: 1000% !important;
}
/* line 24, ../scss/_slider.scss */

.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/

/* line 37, ../scss/_slider.scss */

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 684px;
    margin: 0 auto;
}
/* LOADER */

/* line 46, ../scss/_slider.scss */

.bx-wrapper .bx-loading {
    min-height: 50px;
    /* background: url(../img/slider/bx_loader.gif) center center no-repeat white; */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* PAGER */

/* line 59, ../scss/_slider.scss */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
/* line 69, ../scss/_slider.scss */

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
/* line 75, ../scss/_slider.scss */

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* line 89, ../scss/_slider.scss */

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

/* line 95, ../scss/_slider.scss */

.bx-controls .bx-prev {
    left: 0px;
    background: url(../img/ico/arrowmainleft_29.png) no-repeat;
}
/* line 100, ../scss/_slider.scss */

.bx-controls .bx-next {
    right: 0px;
    background: url(../img/ico/arrowrightmain_30.png) no-repeat;
}
/* line 105, ../scss/_slider.scss */

.bx-controls .bx-prev:hover {
    left: 0px;
    background: url(../img/ico/arrowmainleftinvert_29.png) no-repeat;
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
/* line 109, ../scss/_slider.scss */

.bx-controls .bx-next:hover {
    right: 0px;
    background: url(../img/ico/arrowrightmaininvert_30.png) no-repeat;
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
/* line 113, ../scss/_slider.scss */

.bx-controls .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -44px;
    outline: 0;
    width: 44px;
    height: 93px;
    text-indent: -9999px;
    z-index: 100;
}
/* line 124, ../scss/_slider.scss */

.bx-controls .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */

/* line 130, ../scss/_slider.scss */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
/* line 134, ../scss/_slider.scss */

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/slider/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
/* line 145, ../scss/_slider.scss */

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
/* line 149, ../scss/_slider.scss */

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/slider/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
/* line 160, ../scss/_slider.scss */

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

/* line 166, ../scss/_slider.scss */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
/* line 171, ../scss/_slider.scss */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */

/* line 190, ../scss/_slider.scss */

.noshowsmain{
    text-align: center;
    padding-top: 30%;
}

.slideshow-out {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    opacity: 0;
    min-height: 396px;
    max-width: 1770px;
    margin: 0 auto;
    max-height: 400px;
}
.selectedview {
    background: rgb(153, 153, 153) !important;
    display: inline-block;
    width: 45px;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    right: 60px;
}
section.showbox.xx.desktop {
    min-height: 738px;
}
.featureloading {
    margin: 0 auto;
    width: 230px;
    position: relative;
    top: 160px;
    display: block;
    height: 0px;
}
}
.mainloadingsection.featureloading {
    position: relative;
    top: 160px;
    display: block;
    height: 0px;
}
/* line 197, ../scss/_slider.scss */

.loaded {
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}
/* line 201, ../scss/_slider.scss */

.slideshow-out .bgbar {
    position: absolute;
    height: 50px;
/*    background: black; */
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.loadingflyers {
    text-align: center;
    font-size: 40px;
    position: absolute;
    width: 100%;
    top: 32%;
}

/* line 216, ../scss/_slider.scss */

.content-slideshow {
    margin-bottom: 50px;
    width: 590px;
    height: 396px;
    margin: 0 auto;
    position: relative;
}
/* line 223, ../scss/_slider.scss */

.content-slideshow .bx-viewport {
    overflow: visible !important;
    min-width: 100%;
    height: 396px;
}
/* line 225, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider {
    height: 396px;
    left: -100%;
    list-style: outside none none;
    margin: 0;
    min-width: 300%;
    padding: 0;
    position: absolute !important;
}
/* line 228, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider .slide {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 1;
    height: 396px;
    width: 590px;
    overflow: hidden;
    position: relative;
}
/* line 236, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider .slide img {
    margin: 0 auto;
    margin-top: 50px;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}
/* line 241, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider .slide .info {
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    opacity: 0;
    /*position: absolute;*/
    background: black;
    height: auto;
    bottom: 15px;
    left: 0;
    right: 0;
}
/* line 250, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider .slide .info h1,
.content-slideshow .bx-viewport .slider .slide .info h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f7cf60;
}
/* line 255, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider .slide.hello {
    opacity: 1;
    background-color: #000000;
}
/* line 257, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider .slide.hello img {
    margin-top: 0px;
    padding-top: 0;
}
/* line 260, ../scss/_slider.scss */

.content-slideshow .bx-viewport .slider .slide.hello .info {
    display: block;
    opacity: 1;
}
.feature-filters {
    background: rgb(0, 0, 0);
    height: 44px;
    margin-bottom: 50px;
    display: block;
    position: relative;
    top: -2px;
}
/* line 275, ../scss/_slider.scss */

.feature-filters h1 {
    background: #FDCD59;
    width: 200px;
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 6px;
    margin-left: 260px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
}
/* line 285, ../scss/_slider.scss */

.feature-filters h1:before {
    content: '';
    position: absolute;
    top: -28px;
    left: 10px;
    border: 11px solid transparent;
    display: block;
    border-bottom: 18px solid #f7cf60;
}
/* line 296, ../scss/_slider.scss */

.feature-filters a {
    color: rgb(146, 146, 146);
    line-height: 50px;
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    width: 95px;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
    top: 3px;
    position: relative;
}
.feature-filters a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.main-filters a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
@media screen and (min-width: 1700px) {
    .what {
        position: fixed;
        top: 0;
        right: 0;
        width: 45% !important;
        height: 100%;
        background: rgb(233, 232, 232);
        z-index: -1;
    }
}
.activex {
    color: rgb(255, 255, 255)!important;
}
/* line 1, ../scss/_showbox.scss */

.loadingif {
    display: inline-block;
    width: 65px;
}
img#loadingimg {
    width: 100%;
}
.showbox {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    background: rgb(255, 255, 255);
}
.mainloadingsection {
    padding: 15px 5px 5px 15px;
}
.loadingtext {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 18px;
}
h1.nowshows {
    padding: 25px;
}
/* line 6, ../scss/_showbox.scss */

.showbox .show-bg {
    width: 52.5%;
    background: rgb(233, 232, 232);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
/* line 14, ../scss/_showbox.scss */

.showbox .list-bg {
    width: 47.5%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #a8a8a8;
    border-top: none;
}
/* line 23, ../scss/_showbox.scss */

.showbox .showlist {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 20px 0px;
    margin-left: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: url('../img/ico/handdrawn1.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(2) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn2.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(3) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn3.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(4) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn4.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(5) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn5.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(6) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn6.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(7) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn7.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(8) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn8.png') no-repeat 0px bottom;
}
.showbox .showlist:nth-child(9) {
    width: 43.5%;
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-left: 15px;
    cursor: pointer;
    background: url('../img/ico/handdrawn9.png') no-repeat 0px bottom;
}
/* line 30, ../scss/_showbox.scss */

.showbox .showlist .datebox {
    width: 42px;
    text-align: center;
    display: inline-block;
    background: white;
    color: black;
    vertical-align: middle;
    padding: 5px 0;
}
.active .datebox {
    color: white !important;
    background: black !important;
    font-weight: bold;
}
/* line 107, ../scss/_mixins.scss */

.showbox .showlist .datebox a,
.showbox .showlist .datebox a:link {
    color: white;
}
/* line 37, ../scss/_showbox.scss */

.showbox .showlist .datebox .day {
    font-size: 20px;
    line-height: 1;
}
/* line 41, ../scss/_showbox.scss */

.showbox .showlist .datebox .month {
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
}
/* line 48, ../scss/_showbox.scss */

.showbox .showlist h1 {
    font-family: 'Roboto Condensed', sans-serif;
    width: 45%;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.single-venue .showbox .showlist h1 {
    font-family: 'Roboto Condensed', sans-serif;
    width: 80%;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
/* line 57, ../scss/_showbox.scss */

.showbox .showlist .venue {
    width: 30%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
/* line 70, ../scss/_showbox.scss */

.showbox .show-details {
    width: 52.5%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
   /* opacity:0; */
    display: none;
}
/* line 77, ../scss/_showbox.scss */

.showbox .show-details .in {
    padding: 0% 4.5% 4.5% 4.5%;
}
/* line 80, ../scss/_showbox.scss */

.showbox .show-details .show-info {
    background: url('../img/bg/buytcktbg.png');
    color: rgb(255, 255, 255);
    margin-top: 30px;
    padding: 22px;
    line-height: 1;
    background-size: 100%;
}
/* line 107, ../scss/_mixins.scss */

.showbox .show-details .show-info a,
.showbox .show-details .show-info a:link {
    color: white;
}
/* line 85, ../scss/_showbox.scss */

.showbox .show-details .show-info .presents,
.showbox .show-details .show-info .tour {
    font-size: 15px;
    text-transform: uppercase;
}
/* line 89, ../scss/_showbox.scss */

.showbox .show-details .show-info .title {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 18px;
}
/* line 94, ../scss/_showbox.scss */

.showbox .show-details .show-info .support {
    font-size: 15px;
    margin-top: 8px;
    letter-spacing: 0.5px;
    font-weight: 100;
}
/* line 97, ../scss/_showbox.scss */

.showbox .show-details .show-info .venue {
    font-size: 12px;
    text-transform: uppercase;
    margin: 22px 0;
    font-weight: 600;
}
/* line 102, ../scss/_showbox.scss */

.showbox .show-details .show-info .date {
    font-size: 25px;
}
/* line 105, ../scss/_showbox.scss */

.showbox .show-details .show-info .link {
    font-size: 13px;
    margin-bottom: 25px;
    text-decoration: underline;
    display: block;
    text-transform: lowercase;
    margin-top: 6px;
}
/* line 111, ../scss/_showbox.scss */

.showbox .show-details .show-info .tickets {
    display: block;
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    font-size: 27px;
    text-decoration: underline;
    cursor: pointer;
}
/* line 122, ../scss/_showbox.scss */

.showbox .show.active .show-details {
   
  /*
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

 
  filter: alpha(opacity=100);

  
  -moz-opacity: 1;

 
  -khtml-opacity: 1;

 
  opacity: 1;
    
    transition: opacity .35s ease-out;
    -moz-transition: opacity .35s ease-out;
    -webkit-transition: opacity .35s ease-out;  
    
    */
    
    display: block;
    
}
/* line 130, ../scss/_showbox.scss */

.main-filters {
    background: black;
    height: 38px;
}
/* line 133, ../scss/_showbox.scss */

a.feed.feedAdd {
    text-align: left;
    padding-left: 12px;
}
.main-filters a {
    color: rgb(146, 146, 146);
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0.8;
    display: inline-block;
    width: 127px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    padding-top: 14px;
    padding-bottom: 9px;
    margin-right: -4px;
    height: 38px;
}
/* line 145, ../scss/_showbox.scss */

.main-filters a.feed {
    background: #999999;
    color: rgb(255, 255, 255);
}
/* line 147, ../scss/_showbox.scss */

.main-filters a.feed.active {
    background: rgb(253, 205, 89);
    color: black;
    position: relative;
}
/* line 151, ../scss/_showbox.scss */

.main-filters a.feed.active:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: 10px;
    border: 11px solid transparent;
    display: block;
    border-top: 18px solid #f7cf60;
    z-index: 100;
}
/* line 3, ../scss/_showlist.scss */

.showlist .event {
    width: 25%;
    display: inline-block;
    padding: 0.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    float: left;
}
/* line 9, ../scss/_showlist.scss */

.showlist .event .in {
    background: white;
    padding: 5%;
    height: 500px;
    position: relative;
}
/* line 14, ../scss/_showlist.scss */

.showlist .event .show-info {
    margin-top: 20px;
    line-height: 1;
    color: rgb(0, 0, 0);
    width: 100%;
}
/* line 18, ../scss/_showlist.scss */

.showlist .event .show-info a,
.showlist .event .show-info a:link {
    color: black;
}
/* line 21, ../scss/_showlist.scss */

.showlist .event .show-info .presents,
.showlist .event .show-info .tour {
    font-size: 21px;
    text-transform: uppercase;
}
/* line 25, ../scss/_showlist.scss */

.showlist .event .show-info h1 {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}
/* line 31, ../scss/_showlist.scss */

.showlist .event .show-info .support {
    font-size: 14px;
    margin-top: 6px;
}
/* line 34, ../scss/_showlist.scss */

.showlist .event .show-info .venue {
    font-size: 17px;
    margin: 20px 0px 15px 0px;
    font-weight: 300;
}
/* line 39, ../scss/_showlist.scss */

.showlist .event .show-info .date {
    font-size: 18px;
}
/* line 42, ../scss/_showlist.scss */

.showlist .event .show-info .link {
    font-size: 16px;
    margin-bottom: 30px;
    text-decoration: underline;
    display: block;
}
/* line 48, ../scss/_showlist.scss */

.tickets {
    display: inline-block;
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    font-size: 35px;
    width: 53%;
    background-size: 100%;
    margin-top: 10px;
}
/*footer*/

div.footersec {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 12%;
    font-size: 16px;
    color: rgb(141, 141, 141);
    float: left;
    line-height: 1;
}
div.goldenvoice2013 {
    font-size: 12px;
    position: relative;
    top: 5px;
    width: 100%;
}
div.footer-content.smallfoot {
    height: 160px !important;
}
.page-contact {
    background: rgb(232, 232, 232);
}
div.contactboxwrap {
    margin: 0 auto;
    display: block;
    width: 50%;
}
div.info {
    padding-top: 7px;
    padding-bottom: 8px;
}
h1.eventtitleheader {
    float: left;
    margin-left: 12.2%;
    font-family: 'Just Another Hand', cursive !important;
    font-size: 22px !important;
    display: inline-block;
    width: auto;
    max-width: 27%;
    vertical-align: middle;
    text-align: left;
}
h2.eventdatetime {
    margin-left: 12px;
    color: rgb(146, 146, 146) !important;
    font-size: 14px !important;
    float: left;
    display: inline-block;
    vertical-align: middle;
}
/* Contact Page */

.contact h2 {
    font-size: 36px;
    letter-spacing: 2px;
}
#newsletterForm #legend {
    display: none;
}
#newsletterForm label {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Roboto Light', sans-serif;
}
#newsletterForm input {
    width: 60%;
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
    display: block;
}
#newsletterForm label.solid {
    float: left;
    width: 100%;
    display: block;
}
.music-types .field .static {
    font-size: 14px !important;
}
input#Mobile1 {
    display: inline-block;
    float: left;
    width: 55px !important;
    margin-right: 10px;
}
input#Mobile2 {
    display: inline-block;
    float: left;
    width: 55px !important;
    margin-right: 10px;
}
input#Mobile3 {
    display: inline-block;
    float: left;
    width: 65px !important;
}
.mobilenumwrap {
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}
#CellPhoneAlerts {
    width: 13px !important;
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
    vertical-align: top;
    margin-top: 20px;
    display: inline-block !important;
}
label.checkhere {
    display: inline-block;
    width: 90%;
    margin-left: 10px;
    margin-top: 16px;
    font-size: 12px !important;
}
input#submitnewsletter:hover {
    text-decoration: underline;
}
input#contacttextarea {
    width: 30%;
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
}
#music-Coachella {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-Country {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-DanceElectronic {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#surveyanswer2 {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-GothicorIndustrial {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-HardRockHeavyMetal {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-RapandHiphop {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-Hootenanny {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-Indierock {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-JamBands {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-Latin {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-PunkSka {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#surveyanswer1 {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-Reggae {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-SpokenWordorComedy {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
input#music-WarpedTour {
    display: inline-block !important;
    width: 20px !important;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
.music-types .field {
    height: 27px;
}
input#submitnewsletter {
    font-size: 24px;
    display: inline-block;
    padding: 8px 30px 1px 5px;
    background: rgb(253, 205, 89) url(../img/arrows/arrow-side-R.png) 80% no-repeat;
    border-right: 4px solid rgb(253, 205, 89);
    background-size: 13px;
    color: rgb(0, 0, 0);
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 23px;
    width: 130px !important;
    height: 42px;
    text-align: center;
    letter-spacing: 1.5px;
}
.right-fields {
    display: inline-block;
    float: right;
    width: 40%;
}
.left-fields {
    display: inline-block;
    float: left;
    width: 60%;
}
.right-fields h4 {
    padding-top: 16px;
    text-transform: capitalize;
}
h3.newsletterfill {
    margin-bottom: 15px;
}
form#newsletterForm {
    display: table;
}
textarea#messagetext {
    width: 70%;
    height: 278px;
    border: none;
    background: rgb(232, 232, 232);
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}
div.contactbox {
    padding: 5% 5% 2% 5%;
    background: rgb(255, 255, 255);
}
div.contactinfo {
    font-size: 18px;
    padding-top: 10px;
}
div.contact {
    padding-bottom: 20px;
}
div.contactwrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 50px;
}
.contactq {
    font-size: 18px;
    margin: 0px 0px 25px 0px;
}
a.contactqx {
    text-decoration: underline;
}
div.smallfooter {
    top: 60px;
    position: relative;
    max-width: 1045px;
    margin: 0 auto;
}
div.submitbutton {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
}
.stickynavevents #header nav.main-navigation {
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
    font-size: 22px;
    width: 54%;
}
@media screen and (max-width: 850px) {
    .stickynavevents #header nav.main-navigation {
        vertical-align: top;
        margin-top: 8px;
        display: inline-block;
        font-size: 22px;
        width: 45%;
    }
}
@media screen and (max-width: 1000px) {
    .eventlistsection .peoplegoing {
        display: inline-block;
        width: 60%;
    }
}
#cntctfrm_contact_form label {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Roboto Light', sans-serif;
}
form#cntctfrm_contact_form {
    padding: 5% 5% 2% 5%;
    background: rgb(255, 255, 255);
}
input#cntctfrm_contact_name {
    width: 30% !important;
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
}
input#cntctfrm_contact_email {
    width: 30% !important;
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
}
input#cntctfrm_contact_subject {
    width: 30% !important;
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
}
textarea#cntctfrm_contact_message {
    width: 70% !important;
    height: 278px;
    border: none;
    background: rgb(232, 232, 232);
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}
#cntctfrm_contact_form input[type="submit"] {
    font-size: 24px;
    display: inline-block;
    padding: 11px 30px 4px 5px;
    background: rgb(247, 207, 96) url('../img/arrows/arrow-side-R.png') 90px center no-repeat;
    border-right: 4px solid rgb(247, 207, 96);
    color: rgb(0, 0, 0);
    font-family: 'Just Another Hand', cursive;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
    border: none;
    width: 115px;
    margin-top: 35px !important;
    margin-bottom: 20px !important;
}
.showinfosticky {
    margin: 0 auto;
    width: 90%;
    vertical-align: top;
    position: relative;
    top: 0px;
}
.date.dividergold {
    color: rgb(247, 207, 96);
    margin-left: 8px;
    margin-right: 8px;
}
.stickynavevents span.sep {
    margin-left: 5px;
    margin-right: 5px;
}
.stickynavevents .date {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    text-transform: none;
}
.buybtnsticky {
    display: inline-block;
    width: 20%;
    float: right;
    margin-top: 10px;
}
.stickynavevents .time {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    text-transform: none;
}
.stickynavevents .date-time {
    margin-top: 4px;
}
/*Privacy Policy Page */

.page-goldenvoice-privacy-policy h1.entry-title {
    font-size: 35px;
}
.page-goldenvoice-privacy-policy .entry-content li {
    text-decoration: underline;
    font-size: 18px;
    padding-top: 15px;
}
div.genoverview {
    font-size: 26px;
}
.page-goldenvoice-privacy-policy .entry-content {
    padding-top: 20px;
}
.page-goldenvoice-privacy-policy p {
    font-size: 18px;
}
.page-goldenvoice-privacy-policy ol {
    padding: 0px 0px 0px 32px;
    text-align: left;
}
/*Wireless terms and Conditions */

.page-wireless-terms-and-conditions h1.entry-title {
    font-size: 35px;
}
.page-wireless-terms-and-conditions .entry-content li {
    text-decoration: underline;
    font-size: 18px;
    padding-top: 15px;
}
div.genoverview {
    font-size: 26px;
}
.page-wireless-terms-and-conditions .entry-content {
    padding-top: 20px;
}
.page-wireless-terms-and-conditions p {
    font-size: 18px;
}
.page-wireless-terms-and-conditions ol {
    padding: 0px 0px 0px 32px;
    text-align: left;
}
/* Page FAQ */

.page-faq .entry-title {
    display: none;
}
.page-faq h3 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.2px;
    text-transform: none;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
}
.page-faq #accordion a:hover {
    text-decoration: none;
    cursor: pointer;
}
h4#faq_questions {
    margin-top: 20px;
}
.faqtitle {
    font-size: 35px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
}
#accordion h3 a {
    text-decoration: underline;
}
.expandall {
    display: inline-block;
    vertical-align: top;
    font-family: 'Just Another Hand', cursive;
    font-size: 22px;
    text-align: center;
    width: 130px;
    background: rgb(253, 205, 89);
    height: 34px;
    line-height: 1.9;
    position: relative;
    top: -4px;
    cursor: pointer;
    margin-left: 25px;
}
#accordion div {
    font-size: 16px;
    color: rgb(54, 54, 54);
}
/* Shows Page */

div.mobilefirstsection {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
h3.todayshows {
    font-size: 35px;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 6px;
}
div.selectdate {
    display: inline-block;
    width: 280px;
    margin-left: 15px;
}
div.showsin {
    display: inline-block;
    font-size: 50px;
    font-family: 'Just Another Hand', cursive;
    vertical-align: top;
    letter-spacing: 2px;
}
div.ondate {
    display: inline-block;
    font-size: 50px;
    font-family: 'Just Another Hand', cursive;
    vertical-align: top;
}
div.showgridview {
    display: inline-block;
    width: 45px;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    right: 60px;
    height: 45px;
    background: rgb(255, 255, 255);
    top: 9px;
}
div.showlistview {
    display: inline-block;
    width: 45px;
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    vertical-align: top;
    right: 5px;
    height: 45px;
    background: rgb(255, 255, 255);
    top: 9px;
}
div.selectlocation {
    display: inline-block;
    width: 217px;
    height: 45px;
    text-align: center;
    vertical-align: top;
    background: #FDCD59;
    margin-top: 10px;
    margin-left: 18px;
    margin-right: 20px;
}
div.locationpicker.ng-scope {
    height: 45px;
}
.selectlocationtoggle {
    line-height: 2.5;
    font-family: 'Just Another Hand', cursive;
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: left;
    float: left;
    font-weight: 500;
    width: 100%;
    padding-left: 14px;
    background: url('../img/ico/locationarrowdown.png') no-repeat 94% 16px;
}
.open .selectlocationtoggle {
    line-height: 2.5;
    font-family: 'Just Another Hand', cursive;
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: left;
    float: left;
    font-weight: 500;
    width: 100%;
    padding-left: 14px;
    background: url('../img/ico/locationarrowup.png') no-repeat 94% 16px;
}
.selectlocationtoggle:hover {
    line-height: 2.5;
    font-family: 'Just Another Hand', cursive;
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: left;
    float: left;
    font-weight: 500;
    padding-left: 14px;
}
p.input-group.datepickshows {
    margin-top: 10px;
}
button.btn.btn-default.datepickcal {
    height: 45px;
    border-radius: 0px;
    width: 45px;
    padding: 1px;
    background: rgb(253, 205, 89);
}
.datepickshows input {
    font-family: 'Just Another Hand', cursive;
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: left;
    padding-left: 14px;
    padding-top: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2 !important;
}
.datepickcal:hover {
    border: none;
    background: rgb(253, 205, 89);
}
.datepickcal img {
    width: 33px;
}
.showlocations {
    line-height: 2.5;
    font-family: 'Just Another Hand', cursive;
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: left;
    float: left;
    font-weight: 500;
    width: 100%;
    padding-left: 14px;
}
ul.dropdown-menu.selectlocation {
    background: rgb(253, 205, 89);
    border-radius: 0px;
    padding: 0px;
    border: none;
    color: rgb(0, 0, 0);
}
.datepickshows .dropdown-menu li {
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(255, 255, 255);
    padding-bottom: 10px;
}
a.rsvpbutton {
    display: inline-block;
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    font-size: 35px;
    text-decoration: underline;
    width: 40%;
    margin-top: 10px;
    margin-right: 5%;
    cursor: pointer;
}
.text-muted {
    color: rgb(153, 153, 153);
    display: none;
}
div.linedivider {
    width: 100%;
    height: 1px;
    background: rgb(0, 0, 0);
}
div.bottomshowpart {
    position: absolute;
    bottom: 22px;
    width: 90%;
}
/* Festival page */

div.festivalblock {
    display: inline-block;
    width: 49%;
    float: left;
    padding: 1%;
    background: rgb(255, 255, 255);
    margin-bottom: 2%;
    height: 680px;
}
div.festivalblock:nth-child(odd) {
    margin-left: 1%;
}
div.festivalblock:nth-child(even) {
    margin-right: 1%;
}
div.festivaltit {
    font-size: 35px;
    font-family: 'Just Another Hand', cursive;
    margin-top: 30px;
    line-height: 1;
}
div.festivaldates {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
div.festivallink {
    margin-top: 30px;
    margin-bottom: 15px;
    text-decoration: underline;
}
div.festivallink a {
    color: rgb(0, 0, 0);
    font-size: 20px;
}
div.festivalinfo {
    padding: 6px;
}
img#black:hover {
    display: none;
}
.socialinks:hover #black {
    display: none;
}
.socialinks #gold {
    display: none;
}
.socialinks:hover #gold {
    display: block;
}
@media screen and (max-width: 530px) {
    div.festivalblock {
        display: inline-block;
        width: 100%;
        float: left;
        padding: 1%;
        background: rgb(255, 255, 255);
        margin-bottom: 5%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: 650px;
    }
}
div.festivaldes {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}
.resultstxt {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    margin-top: 5px;
}
.noresults {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.showlist {
    margin-top: 10px;
}
.single-venue .showlist {
    margin-top: 4px;
}
.single-venue .upcomingshowswrap {
    display: inline-block;
    width: 43.5%;
    margin-top: 0px;
    margin-left: 3%;
    font-size: 12px;
    position: relative;
    bottom: 2px;
}
.navbar {
    margin-bottom: 5px;
}
div.peoplegoing {
    margin-top: 6px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    height: 21px;
}
.eventlistsection .show-img {
    width: 25%;
}
.eventlistsection .show-img {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.eventlistsection .show-info {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 30%;
}
.eventlistsection .bottomshowpart {
    display: inline-block;
    position: relative;
    width: 44%;
    vertical-align: top;
    bottom: 0px;
}
.eventlistsection .linedivider {
    display: none;
}
.eventlistsection .wrapbuttonsshows {
    display: inline-block;
    width: 120px;
    float: right;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-top: 14px;
    position: relative;
    right: 0px;
}
.eventlistsection .peoplegoing {
    display: inline-block;
    width: 280px;
}
.eventlistsection {
    background: white;
    margin-bottom: 15px;
    margin-top: 15px;
}
.eventlistsection .in {
    padding: 1.3%;
}
.eventlistsection .show-info h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: rgb(0, 0, 0);
}
.eventlistsection .support {
    color: black;
}
.eventlistsection .venue {
    color: black;
    margin-top: 10px;
}
.eventlistsection .date {
    color: black;
    margin-top: 10px;
    font-size: 20px;
}
.eventlistsection .rsvpbutton {
    width: 116px;
}
.eventlistsection .tickets {
    width: 116px;
}
.datepickshows .dropdown-menu {
    padding-top: 28px;
    background: url('../img/ico/uparrow_03.png') no-repeat 240px 9px;
    margin-top: 0px;
    left: -10px !important;
}
.dropdown-menu:focus,
.dropdown-menu:focus {
    outline: 0;
}
li:focus,
li div:focus {
    outline: 0;
}
*:focus {
    outline: 0;
}
.selectdate table {
    background-color: rgb(255, 255, 255);
}
.selectdate tr {
    background: rgb(255, 255, 255);
}
.datepickshows .pull-right {
    background: url('../img/ico/rightcalendararrow_03.png') no-repeat 10px 10px;
}
.datepickshows .pull-left {
    background: url('../img/ico/leftarrowcal_03.png') no-repeat 10px 10px;
}
.selectdate thead tr:nth-child(2) {
    background: url('../img/ico/linecal_10.png') no-repeat 0px 18px;
}
.dropdown-menu strong {
    font-family: 'Just Another Hand', cursive;
    font-size: 25px;
    font-weight: 200;
    text-transform: uppercase;
    top: 6px;
    position: relative;
}
.dropdown-menu small.ng-binding {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    top: -3px;
    position: relative;
}
/* Single event page */

img#artistpicevent {
    max-width: 600px;
}
div.artist-info {
    width: 84%;
}
section.share-box {
    margin-top: 40px;
    background: url('../img/ico/shareevent_03.png') no-repeat;
    padding: 32px 25px;
    height: auto;
}
div.fbeventshare {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 12px;
    max-width: 142px;
    cursor: pointer;
}
div.twteventshare {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    max-width: 142px;
    cursor: pointer;
}
section.rsvp-box {
    margin-top: 40px;
    padding: 32px 25px;
    background: url('../img/ico/rsvpeventbg_13.png') no-repeat;
    height: 450px;
}
.share-box h1 {
    color: rgb(255, 255, 255);
    font-size: 32px;
}
div.shareinfo {
    color: white;
    display: none;
}
div.socialbox {
    margin-top: 10px;
}
.socialbox-rsvp {
    margin-top: 32px;
}
div.shareinfo {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: 18px;
}
div.rsvppic {
    display: inline-block;
}
.rsvp-box h1 {
    color: rgb(255, 255, 255);
    font-size: 32px;
}
.rsvp-box h1 a {
    color: rgb(255, 255, 255);
}
div.rsvpinfo {
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-top: 16px;
    padding: 0px 5px;
    font-weight: 700;
    text-transform: uppercase;
}
div.rsvppic {
    display: inline-block;
    width: 24%;
    padding: 2%;
}
.links div {
    display: inline-block;
    vertical-align: top;
}
div.rspvbutton {
    margin-top: 25px;
    padding: 0px 5px;
}
.artist-info .links {
    margin-top: 15px;
    margin-bottom: 15px;
}
div.upcomingshows {
    background: url('../img/ico/relatedeventbg_25.png') right bottom no-repeat;
    background-size: cover;
    height: 470px;
    margin-top: 0px;
}
div.upcomingshows > p {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.relatedshows-box .showlocations {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}
.relatedshows-box .dropdown-menu > li > a {
    display: block;
    padding: 5px 13px 7px 13px;
    clear: both;
    font-weight: normal;
    line-height: 1.528571;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    float: left;
}
span.changeloc {
    text-decoration: underline;
}
.event .sep {
    margin-left: 5px;
    margin-right: 10px;
    color: rgb(158, 156, 156);
}
.linkks {
    text-decoration: underline;
    margin-right: 10px;
}
.tickets-pickup p {
    color: rgb(70, 70, 70);
    font-style: italic;
    letter-spacing: 0.5px;
    font-size: 16px;
    width: 90%;
}
div.showdate {
    display: inline-block;
    vertical-align: top;
    margin: 9px;
    margin-top: 18px;
    margin-left: 12px;
    width: 36px;
    height: 42px;
}
div.bandline a:hover .showdate {
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 0, 0) !important;
    font-weight: bold;
    -webkit-transition: background 450ms ease-in-out;
    -moz-transition: background 450ms ease-in-out;
    -o-transition: background 450ms ease-in-out;
    transition: background 450ms ease-in-out;
}
div.bandline a:hover {
    color: black !important;
    -webkit-transition: background 450ms ease-in-out;
    -moz-transition: background 450ms ease-in-out;
    -o-transition: background 450ms ease-in-out;
    transition: background 450ms ease-in-out;
}
div.bandinfo {
    display: inline-block;
    vertical-align: top;
    padding: 12px;
    padding-right: 0px;
    width: 62%;
    font-size: 18px;
    padding-left: 0px;
}
div.arrowband {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    float: right;
    padding-top: 26px;
}
.single-venue .arrowband {
    display: inline-block;
    vertical-align: top;
    padding: 18px;
    float: right;
    padding-top: 26px;
}
div.bandline {
    background: url('../img/ico/relatedeventline1_03.png') no-repeat center bottom;
    height: 85px;
    background-size: 95%;
    cursor: pointer;
}
div.bandline:nth-child(2) {
    background: url('../img/ico/relatedeventline2_32.png') no-repeat center bottom;
    height: 85px;
    background-size: 95%;
}
div.bandline:nth-child(3) {
    background: url('../img/ico/relatedeventline3_36.png') no-repeat center bottom;
    height: 85px;
    background-size: 95%;
}
div.bandline:nth-child(4) {
    background: url('../img/ico/relatedeventline4_39.png') no-repeat center bottom;
    height: 85px;
    background-size: 95%;
}
div.showdateday {
    text-align: center;
    font-size: 20px;
    line-height: 1;
}
div.showdatemonth {
    text-align: center;
    margin-top: 0px;
}
div.bandname {
    text-transform: uppercase;
}
div.locationvenue {
    text-transform: uppercase;
}
div.bandname {
    text-transform: uppercase;
    font-size: 17px;
}
div.locationvenue {
    text-transform: uppercase;
    font-size: 13px;
}
.viewupcoming {
    text-decoration: underline;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 9px;
}
.single-venue .viewupcoming {
    text-decoration: underline;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 10px;
}
.viewupcomingarrow {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 3%;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 9px;
}
.single-venue .viewupcomingarrow {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 3%;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 16px;
}
.links div a:hover {
    color: rgb(224, 188, 87) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
div.eventwrap {
    position: relative;
    top: 20px;
    padding-bottom: 30px;
}
div.eventwrap > p {
    width: 50%;
    text-align: center;
    font-size: 20px;
}
div.upcomingshowswrap {
    display: inline-block;
    width: 43.5%;
    margin-top: 8px;
    margin-left: 3%;
    font-size: 12px;
    position: relative;
    bottom: 2px;
}
.current-menu-item a {
    color: #FDCD59 !important;
}
.upcomingshowswrap .viewupcomingarrow {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 2%;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 5px;
}
.home .upcomingshowswrap .viewupcomingarrow {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 2%;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 8px;
}
.single-venue .upcomingshowswrap .viewupcomingarrow {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 2%;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 15px;
}
.upcomingshowswrap .viewupcoming {
    text-decoration: underline;
    cursor: pointer;
}
.upcomingshowswrap .viewupcoming:hover {
    text-decoration: underline;
    cursor: pointer;
}
div.loadmore {
    cursor: pointer;
    font-size: 21px;
    text-decoration: underline;
    text-align: center;
    letter-spacing: 1.2px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.showlist .rsvppic {
    display: inline-block;
    width: 20%;
    padding: 2%;
}
.dividerevent {
    color: rgb(252, 204, 109) !important;
}
/* Podcast list

@media (max-width: 825px) {

	iframe.podcontainer {
	    width: auto;
	    height: auto;
	}

	li.podcontainer {
	    list-style-type: none;
	    width: 100%;
	    margin-bottom: 0px;
	    background: none;
	}

}
*/
iframe.podcontainer {
    width: 100%;
    height: 210px;
}

li.podcontainer {
    list-style-type: none;
    width: 100%;
    margin-bottom: 30px;
    background: none;
}

/* Venues list */

li.venuecontainer {
    list-style-type: none;
    width: 100%;
    margin-bottom: 30px;
    background: white;
}
ul.venueslist {
    margin: 0px;
    padding: 0px;
}
div.venuepic {
    display: inline-block;
    vertical-align: top;
}
div.venueinfo {
    display: inline-block;
    vertical-align: top;
    padding: 3.5% 3% 1.5% 3%;
}
div.venuename {
    font-size: 35px;
    font-family: 'Just Another Hand', cursive;
    text-transform: uppercase;
}
div.venuelocatorimg {
    display: inline-block;
    /*  background: rgb(247, 207, 96); */
    max-width: 92px;
    vertical-align: top;
    width: 32px;
    margin-top: 4px;
}
div.venueinfogroup {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    max-width: 500px;
}
div.venueaddress {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}
div.venuephone {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}
.venuewebsite a {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    text-decoration: underline;
    top: -1px;
    position: relative;
}
/* Single Venue */

.single-venue #header {
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    background: rgb(255, 255, 255) url(../img/bg/header-border.png) repeat-x bottom center;
    padding-bottom: 23px;
    font-size: 14px;
    line-height: 1;
}
.single-venue .content-slideshow .slider .slide img {
    margin: 0 auto;
    margin-top: 27px;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}
.single-venue .content-slideshow .slider .slide {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 1;
    height: 374px;
    overflow: hidden;
    position: relative;
}
.single-venue .slideshow-out {

    /* height: 347px; */
}
.single-venue .content-slideshow .slider .slide.hello img {
    margin-top: 0px !important;
    padding-top: 0px;
}
.single-venue #main {
    min-height: 800px;
    padding: 0px 0px 0px 0px;

}
.venueallinfo{
    margin-bottom: 100px;

}
.single-venue div.slideshow-out.loaded {
    background: rgb(255, 255, 255);
    padding-top: 30px;
}
.single-venue {
    background: rgb(255, 255, 255);
}
.single-venue .relatedshows-box {
    position: relative;
    top: 40px;
    margin-left: 10px;
}
.single-venue .header-socials li {
    list-style-type: none;
    display: inline-block;
}
.single-venue .header-socials {
    margin: 0px;
    padding: 0px;
}
div.venue-deets {
    margin-top: 50px;
}
h1.venuetitle {
    font-size: 58px;
    letter-spacing: 2px;
}
.single-venue .header-socials .ico img {
    width: 21px;
}
div.venue-info {
    margin-top: 35px;
}
div.more-info-venue {
    font-size: 18px;
    letter-spacing: 1.5px;
}
div.venuedetailinfo {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-right: 60px;
    border-right: 2px solid rgb(0, 0, 0);
}
div.venuedescription {
    display: inline-block;
    width: 43%;
    vertical-align: top;
    font-size: 16px;
    margin-left: 55px;
    line-height: 1.3;
}
div.marker {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    margin-left: -10px;
    margin-top: -4px;
}
div.infobox {
    margin-top: 16px;
}
div.addressx {
    font-size: 16px;
    color: rgb(31, 31, 31);
}
div.venuephonex {
    font-size: 16px;
    color: rgb(31, 31, 31);
}
div.officiallink {
    font-size: 16px;
    color: rgb(31, 31, 31);
    text-decoration: underline;
}
.single-venue .upcomingshows {
    height: 255px;
}
.single-venue .bandline:nth-child(3) {
    background: none !important;
    height: 85px;
    background-size: 95%;
}
.single-venue .bandname {
    margin-top: 11px;
    font-size: 19px;
}
/* Social Feed */

.containerone {
    height: 348px;
}
.containertwo {
    height: 348px;
}
div#socialpicamoeba {
    display: inline-block;
    margin: 10px;
    margin-right: 10px;
    margin-left: 10px;
    width: 676px;
    vertical-align: top;
    height: 328px;
    float: left;
}
img#instaico {
    max-width: 36px;
    position: absolute;
    margin-left: 20px;
    margin-top: 18px;
    right: 19px;
    bottom: 37px;
}
.venuefooter .overview {
    list-style: none;
    width: 13290px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.venuefooter .viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 370px !important;
}
.venuefooter {
    height: 370px !important;
}
.single-venue .ico4 {
    position: relative;
    margin-right: 0px;
    margin-left: 1px;
}
.single-venue .main-filters {
    background: rgb(252, 204, 109) !important;
    height: 50px !important;
    color: rgb(0, 0, 0);
}
.single-venue .main-filters a {
    color: rgb(0, 0, 0) !important;
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2 !important;
    display: inline-block;
    width: 150px !important;
    text-align: center;
    font-size: 23px !important;
    cursor: pointer;
    padding-top: 14px;
    padding-bottom: 3px;
    margin-right: -4px;
    height: 50px;
    background: transparent;
}
.footervenuewrap {
    padding-top: 94px;
    background: rgb(0, 0, 0);
    display: block;
    padding-bottom: 95px;
}
div.selectedarrow {
    display: inline-block;
    position: absolute;
    right: -8.3%;
    display: none;
}
/* Newsletter Page */

.active .selectedarrow {
    display: inline-block;
}
.legend {
    text-align: left;
    display: none;
}
.blocklabel {
    display: inline-block;
    padding-right: 0.5em;
    width: 100% !important;
    text-align: left;
}
#aeglive_form {
    margin: 0px !important;
    width: 100% !important;
}
.blocklabel {
    display: inline-block;
    padding-right: 0.5em;
    width: 100%;
    text-align: left !important;
    font-size: 18px !important;
    padding-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100 !important;
}
.required {
    display: none !important;
}
.textfield {
    width: 30%;
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
}
label.checkbox_label {
    font-weight: 100;
    width: 93%;
    padding-top: 10px;
    vertical-align: top;
}
.leadingcheckbox {
    display: -moz-inline-block;
    display: inline-block;
    width: 3em;
    text-align: right;
    padding-top: 10px;
    padding-left: 10px;
}
li#birthdate-container {
    margin-bottom: 30px;
}
#birthdate-container .blocklabel {
    padding-bottom: 10px;
}
input#aeg_submit {
    width: 129px;
    height: 40px;
    position: absolute;
    left: 0px;
    margin-top: 35px;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
    border: none;
}
.aeglive_form_fields li {
    margin-bottom: 0.5em;
    position: relative;
}
.phonefield {
    background: rgb(232, 232, 232);
    border: none;
    height: 30px;
    margin-right: 10px;
}
.single-venue .peoplepics .rsvppic {
    display: inline-block;
    width: 14%;
    padding: 0%;
}
.attendingpep .peoplegoing {
    height: 80px !important;
}
.attendingpep .rsvp {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    cursor: pointer;
}
.attendingpep .tickets {
    vertical-align: top;
    display: inline-block !important;
    margin: 0px;
    margin-left: 5%;
    width: 140px;
}
.single-venue .showbox .show-details .show-info .title {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0px !important;
}
.single-venue .peoplepics {
    margin-top: 10px;
}
.single-venue .peoplegoing {
    margin-bottom: 35px;
    margin-top: 35px;
}
.title a:hover {
    font-weight: 600;
    color: rgb(224, 188, 87) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.support a:hover {
    font-weight: 600;
    color: rgb(224, 188, 87) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
a.feed.feedUp.active:hover {
    color: rgb(255, 255, 255) !important;
    background: rgb(153, 153, 153);
}
a.feed.feedUp.active:hover:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: 10px;
    border: 11px solid rgba(0, 0, 0, 0);
    display: block;
    border-top: 18px solid rgb(153, 153, 153);
    z-index: 100;
}
.artist-info .artist {
    margin-bottom: 30px;
}
.mobile {
    display: none;
}
.mobileshowmore {
    display: none !important;
}
ul.header-socials.footermobile {
    display: none;
}
div.goldenvoicemobile {
    display: none;
}
.mobilefilt {
    display: none !important;
}
.stickynavevents {
    width: 100%;
    position: relative;
    opacity: 0;
    z-index: 100;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    height: 0px;
}
.page-shows .soldout .ticket-link:nth-child(2),
.soldout .buy-link,
.soldout .ticket-link:link,
.soldout .event-link,
.soldout .stickynavbutton {
    background: rgb(153, 153, 153)!important;
    border-right: 4px solid rgb(153, 153, 153) !important;
    color: rgb(96, 96, 96) !important;
    padding: 10px 22px 4px 22px !important;
    text-align: center;
    /*
    cursor: text !important;
    */
    text-decoration: none !important;
}
.page-shows .ticket-link {
    font-size: 20px;
    display: inline-block;
    padding: 10px 12px 4px 6px;
    background: rgb(253, 205, 89) url(../img/arrows/arrow-side-R.png) 100% center no-repeat;
    background-size: 12px;
    border-right: 4px solid rgb(253, 205, 89);
    color: rgb(0, 0, 0);
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 18px;
    text-align: center;
    max-width: 120px;
}
.page-search .ticket-link {
    font-size: 20px;
    display: inline-block;
    padding: 10px 26px 4px 10px;
    background: #FDCD59 url(../img/arrows/arrow-side-R.png) 96% center no-repeat;
    background-size: 12px;
    border-right: 4px solid #FDCD59;
    color: rgb(0, 0, 0);
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 18px;
    text-align: center;
    cursor: pointer;
}
.text-muted {
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.text-center .btn span {
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.eventlistsection .ticket-link {
    min-width: 120px;
}
.page-shows a.rsvpbutton {
    text-align: left;
    text-decoration: none;
    background: rgb(253, 205, 89) url(../img/ico/facebook-icon.svg) 93% center no-repeat !important;
    background-size: 18px !important;
    border-right: 4px solid rgb(253, 205, 89) !important;
    text-transform: none;
    padding-left: 10px;
}
.page-search a.rsvpbutton {
     text-align: left;
    text-decoration: none;
    background: rgb(253, 205, 89) url(../img/ico/facebook-icon.svg) 93% center no-repeat !important;
    background-size: 18px !important;
    border-right: 4px solid rgb(253, 205, 89) !important;
    text-transform: none;
    padding-left: 10px;
}
.eventlistsection a.rsvpbutton {
    text-align: center;
    padding-left: 0px;
    padding-right: 22px;
    background: rgb(253, 205, 89) url(../img/ico/facebook-icon.svg) 80% center no-repeat !important;
    background-size: 18px !important;
}
.single-venue .ticket-link {
    font-size: 20px;
    display: inline-block;
    padding: 10px 26px 4px 10px;
    background: rgb(247, 207, 96) url(../img/arrows/arrow-side-R.png) 95% center no-repeat;
    background-size: 13px !important;
    border-right: 4px solid rgb(247, 207, 96);
    color: rgb(0, 0, 0) !important;
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0px;
    cursor: pointer;
}
#socialpicamoeba img {
    width: 676px;
    height: 328px;
}
.single-venue a.rsvpbutton {
    text-align: center;
    text-decoration: none;
    width: 113px !important;
    background: rgb(247, 207, 96) url(../img/ico/facebook-icon.svg) 82% center no-repeat !important;
    background-size: 19px !important;
    border-right: 4px solid rgb(247, 207, 96) !important;
    text-transform: none !important;
    padding-left: 2px;
}
.page-contact-us .entry-title {
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.showincity {
    font-size: 16px;
}
@media screen and (max-width: 1050px) {
    div.xx.venueswrap {
        width: 95%;
    }
}
@media screen and (min-width: 780px) and (max-width: 1035px) {
    .showlist .event {
        width: 33.3%;
        display: inline-block;
        padding: 0.6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
    .showlist {
        margin-top: 10px;
        width: 97%;
    }
}
@media screen and (min-width: 700px) and (max-width: 780px) {
    .showlist {
        margin-top: 10px;
        width: 97%;
    }
    .event .yy {
        width: 62% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    img#artistpicevent {
        max-width: 900px;
        width: 100%;
    }
    .showlist .event {
        width: 50%;
        display: inline-block;
        padding: 0.6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
    .buybtnsticky {
        display: inline-block;
        width: 20%;
        float: right;
        margin-top: 0px;
        top: -35px;
        position: relative;
        right: 35px;
    }
}
@media screen and (min-width: 800px) {
    div.venueinfo {
        display: inline-block;
        vertical-align: top;
        padding: 1.5% 3% 1.5% 3%;
        max-width: 700px;
    }
}
   @media screen and (max-width: 950px) and (min-width: 701px) {
    div.showlistview {
        display: none;
        width: 45px;
        margin-left: 10px;
        cursor: pointer;
        position: absolute;
        vertical-align: top;
        right: 5px;
    }
    div.showgridview {
        display: none;
        width: 45px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 60px;
    }
    #header {
        padding-bottom: 18px;
    }
    #header .site-title {
        width: 225px;
        display: inline-block;
        height: 80px;
        position: relative;
        margin-right: 8px;
        margin-right: 0px;
    }
    #header .search-connect {
        display: inline-block;
        vertical-align: top;
        float: right;
        padding-bottom: 30px;
        position: relative;
        margin-right: 20px;
    }
    .showbox .showlist h1 {
        font-family: 'Roboto Condensed', sans-serif;
        width: 75%;
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
    }
    .showbox .showlist .venue {
        display: none;
    }
    #header #stay-updated {
        vertical-align: top;
        margin-top: 13px;
        color: rgb(0, 0, 0);
        background: rgb(255, 255, 255);
        font-size: 20px;
        border: 3px solid rgb(255, 255, 255);
        padding-top: 2px;
        padding-right: 31px;
        padding-left: 5px;
        position: relative;
        margin-right: 35px;
        display: none;
    }
    #footer #stay-updated {
        vertical-align: top;
        display: block;
        margin-top: 0px;
        color: rgb(0, 0, 0);
        background: rgb(255, 255, 255);
        font-size: 20px;
        border: 3px solid rgb(255, 255, 255);
        padding-top: 0px;
        padding-right: 31px;
        padding-left: 5px;
        position: relative;
        height: 28px;
        width: 190px;
        margin: 0 16% 0 auto;
    }
    .stayupdatedmobile {
        width: 100%;
        background: rgb(0, 0, 0);
        top: 25px;
        display: block;
        padding-top: 0px;
    }
    .feature-filters h1 {
        background: rgb(253, 205, 89);
        width: 200px;
        display: inline-block;
        padding-top: 16px;
        padding-bottom: 6px;
        margin-left: 0px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        font-size: 22px;
    }
    .event .yy {
        width: 62% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    img#artistpicevent {
        max-width: 900px;
        width: 100%;
    }
    .event .show-info {
        padding-right: 0px !important;
    }
    .event .zz {
        width: 60%;
        float: none !important;
        margin: 0 auto;
        background: rgb(233, 232, 232);
    }
    .what {
        position: fixed;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%;
        background: rgb(233, 232, 232);
        z-index: -1;
    }
    .tickets-box {
        width: 100%;
        min-height: 200px;
        color: rgb(255, 255, 255);
        background: url(../img/ico/buyticktbg_03.png) no-repeat 0px -40px;
        padding: 32px 25px;
        padding-top: 80px;
        font-size: 17px;
        background-size: 100% !important;
    }
    section.share-box {
        margin-top: 40px;
        background: url('../img/ico/shareevent_03.png') no-repeat;
        padding: 32px 25px;
        height: 190px;
        background-size: 100%;
    }
    section.rsvp-box {
        margin-top: 40px;
        padding: 32px 25px;
        background: url('../img/ico/rsvpeventbg_13.png') no-repeat;
        height: 450px;
        background-size: 100%;
    }
    .event section.relatedshows-box {
        margin-top: 25px;
    }
}
@media screen and (max-width: 850px) and (min-width: 700px) {
    #header nav.main-navigation ul li a {
        margin: 0 15px;
        display: block;
    }
    div.venuepic {
        display: inline-block;
        vertical-align: top;
        width: 250px;
    }
    div.venueinfogroup {
        display: inline-block;
        vertical-align: top;
        margin-left: 12px;
        width: 260px;
    }
    div.venuepic {
        display: inline-block;
        vertical-align: top;
        width: 300px;
    }
    .event .yy {
        width: 62% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    img#artistpicevent {
        max-width: 900px;
        width: 100%;
    }
    .event .show-info {
        padding-right: 0px !important;
    }
    .event .zz {
        width: 60%;
        float: none !important;
        margin: 0 auto;
        background: rgb(233, 232, 232);
    }
    .what {
        position: fixed;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%;
        background: rgb(233, 232, 232);
        z-index: -1;
    }
    .tickets-box {
        width: 100%;
        min-height: 200px;
        color: rgb(255, 255, 255);
        background: url(../img/ico/buyticktbg_03.png) no-repeat 0px -40px;
        padding: 32px 25px;
        padding-top: 80px;
        font-size: 17px;
        background-size: 100% !important;
    }
    section.share-box {
        margin-top: 40px;
        background: url('../img/ico/shareevent_03.png') no-repeat;
        padding: 32px 25px;
        height: 190px;
        background-size: 100%;
    }
    section.rsvp-box {
        margin-top: 40px;
        padding: 32px 25px;
        background: url('../img/ico/rsvpeventbg_13.png') no-repeat;
        height: 450px;
        background-size: 100%;
    }
    .event section.relatedshows-box {
        margin-top: 25px;
    }
}
@media screen and (max-width: 710px) and (min-width: 600px) {
    .tickets-box {
        width: 100%;
        min-height: 200px;
        color: rgb(255, 255, 255);
        background: url(../img/ico/buyticktbg_03.png) no-repeat 0px -40px;
        padding: 32px 25px;
        padding-top: 80px;
        font-size: 17px;
        background-size: 100% !important;
    }
    .event section.rsvp-box {
        margin-top: 40px;
        padding: 32px 25px;
        background: url('../img/ico/rsvpeventbg_13.png') no-repeat;
        height: 450px;
        background-size: 100%;
    }
    .event section.share-box {
        margin-top: 40px;
        background: url('../img/ico/shareevent_03.png') no-repeat;
        padding: 32px 25px;
        height: 190px;
        background-size: 100%;
    }
    .event .yy {
        width: 62% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    img#artistpicevent {
        max-width: 900px;
        width: 100%;
    }
    .event .zz {
        width: 60%;
        float: none !important;
        margin: 0 auto;
        background: rgb(233, 232, 232);
    }
    .what {
        position: fixed;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%;
        background: rgb(233, 232, 232);
        z-index: -1;
    }
    .event .show-info {
        padding-right: 0px !important;
    }
    div.showlistview {
        display: none;
        width: 45px;
        margin-left: 10px;
        cursor: pointer;
        position: absolute;
        vertical-align: top;
        right: 5px;
    }
    div.showgridview {
        display: none;
        width: 45px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 60px;
    }
    div.venueinfogroup {
        display: inline-block;
        vertical-align: top;
        margin-left: 12px;
        width: 80%;
    }
    li.venuecontainer {
        list-style-type: none;
        width: 55%;
        background: rgb(255, 255, 255);
        margin: 0px auto 30px auto;
    }
    div.venueinfo {
        display: inline-block;
        vertical-align: top;
        padding: 4.5% 4% 4.5% 6%;
    }
    div.showsnavbar {
        margin: 0 auto;
        vertical-align: top;
        width: 57%;
    }
    div.showsin {
        display: inline-block;
        font-size: 40px;
        font-family: 'Just Another Hand', cursive;
        vertical-align: top;
    }
    div.venuepic {
        display: inline-block;
        vertical-align: top;
        width: 100% !important;
    }
    .event section.relatedshows-box {
        margin-top: 25px;
    }
}
/* Responsive Home Page */

#flyers {
    display: none;
    height: 425px;
    width: 100%;
}
#flyercarousel {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
}
.openflyers {
    opacity: 1 !important;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1 !important;
    /* Safari 1.x */
    -khtml-opacity: 1 !important;
}
.collapsediv {
    float: right;
    margin-right: 3%;
    font-size: 25px;
    letter-spacing: 1.5px;
    height: 30px;
    width: 115px;
    line-height: 1.4;
    display: inline-block;
    background: url('../img/ico/locationarrowupwhite.png') no-repeat 94% 7px;
    cursor: pointer;
}
.venueslist .mainloadingsection {
    margin: 0 auto;
    display: block;
    width: 215px;
}
.collapsediv:hover {
    color: rgb(253, 205, 89);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    background: url('../img/ico/locationarrowupgold.png') no-repeat 94% 7px;
}
#flyercarousel img {
    display: hidden;
    /* hide images until carousel prepares them */
    cursor: pointer;
    max-width: 250px;
}
.slick-slide {
    float: left;
    height: 100%;
    max-height: 350px;
    min-height: 1px;
    display: none;
    vertical-align: middle;
    position: relative;
    margin-right: -25px;
    margin-left: -25px;
}
.slick-track {
    padding-top: 25px;
}
#flyercarousel .slick-slide:first-child {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-8deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-8deg);
    /* Opera */
    -o-transform: rotate(-8deg);
    /* IE9 */
    -ms-transform: rotate(-8deg);
}
#flyercarousel .slick-slide:nth-child(2) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-12deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-12deg);
    /* Opera */
    -o-transform: rotate(-12deg);
    /* IE9 */
    -ms-transform: rotate(-12deg);
}
#flyercarousel .slick-slide:nth-child(3) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-14deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-14deg);
    /* Opera */
    -o-transform: rotate(-14deg);
    /* IE9 */
    -ms-transform: rotate(-14deg);
}
#flyercarousel .slick-slide:nth-child(4) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-4deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-4deg);
    /* Opera */
    -o-transform: rotate(-4deg);
    /* IE9 */
    -ms-transform: rotate(-4deg);
}
#flyercarousel .slick-slide:nth-child(5) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-2deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-2deg);
    /* Opera */
    -o-transform: rotate(-2deg);
    /* IE9 */
    -ms-transform: rotate(-2deg);
}
#flyercarousel .slick-slide:nth-child(6) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(0deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(0deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* IE9 */
    -ms-transform: rotate(0deg);
}
#flyercarousel .slick-slide:nth-child(7) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-8deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-8deg);
    /* Opera */
    -o-transform: rotate(-8deg);
    /* IE9 */
    -ms-transform: rotate(-8deg);
}
#flyercarousel .slick-slide:nth-child(8) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-4deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-4deg);
    /* Opera */
    -o-transform: rotate(-4deg);
    /* IE9 */
    -ms-transform: rotate(-4deg);
}
#flyercarousel .slick-slide:nth-child(9) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-14deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-14deg);
    /* Opera */
    -o-transform: rotate(-14deg);
    /* IE9 */
    -ms-transform: rotate(-14deg);
}
#flyercarousel .slick-slide:nth-child(10) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(6deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(6deg);
    /* Opera */
    -o-transform: rotate(6deg);
    /* IE9 */
    -ms-transform: rotate(6deg);
}
#flyercarousel .slick-slide:nth-child(11) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(3deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(3deg);
    /* Opera */
    -o-transform: rotate(3deg);
    /* IE9 */
    -ms-transform: rotate(3deg);
}
#flyercarousel .slick-slide:nth-child(12) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(1deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(1deg);
    /* Opera */
    -o-transform: rotate(1deg);
    /* IE9 */
    -ms-transform: rotate(1deg);
}
#flyercarousel .slick-slide:nth-child(13) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-12deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-12deg);
    /* Opera */
    -o-transform: rotate(-12deg);
    /* IE9 */
    -ms-transform: rotate(-12deg);
}
#flyercarousel .slick-slide:nth-child(14) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-14deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-14deg);
    /* Opera */
    -o-transform: rotate(-14deg);
    /* IE9 */
    -ms-transform: rotate(-14deg);
}
#flyercarousel .slick-slide:nth-child(15) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-4deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-4deg);
    /* Opera */
    -o-transform: rotate(-4deg);
    /* IE9 */
    -ms-transform: rotate(-4deg);
}
#flyercarousel .slick-slide:nth-child(16) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-2deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-2deg);
    /* Opera */
    -o-transform: rotate(-2deg);
    /* IE9 */
    -ms-transform: rotate(-2deg);
}
#flyercarousel .slick-slide:nth-child(17) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(0deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(0deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* IE9 */
    -ms-transform: rotate(0deg);
}
#flyercarousel .slick-slide:nth-child(18) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-8deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-8deg);
    /* Opera */
    -o-transform: rotate(-8deg);
    /* IE9 */
    -ms-transform: rotate(-8deg);
}
#flyercarousel .slick-slide:nth-child(19) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-4deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-4deg);
    /* Opera */
    -o-transform: rotate(-4deg);
    /* IE9 */
    -ms-transform: rotate(-4deg);
}
#flyercarousel .slick-slide:nth-child(20) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-14deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-14deg);
    /* Opera */
    -o-transform: rotate(-14deg);
    /* IE9 */
    -ms-transform: rotate(-14deg);
}
#flyercarousel .slick-slide:nth-child(21) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(6deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(6deg);
    /* Opera */
    -o-transform: rotate(6deg);
    /* IE9 */
    -ms-transform: rotate(6deg);
}
#flyercarousel .slick-slide:nth-child(22) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(3deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(3deg);
    /* Opera */
    -o-transform: rotate(3deg);
    /* IE9 */
    -ms-transform: rotate(3deg);
}
#flyercarousel .slick-slide:nth-child(23) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(1deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(1deg);
    /* Opera */
    -o-transform: rotate(1deg);
    /* IE9 */
    -ms-transform: rotate(1deg);
}
#flyercarousel .slick-slide:nth-child(24) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-12deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-12deg);
    /* Opera */
    -o-transform: rotate(-12deg);
    /* IE9 */
    -ms-transform: rotate(-12deg);
}
#flyercarousel .slick-slide:nth-child(25) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-14deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-14deg);
    /* Opera */
    -o-transform: rotate(-14deg);
    /* IE9 */
    -ms-transform: rotate(-14deg);
}
#flyercarousel .slick-slide:nth-child(26) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-4deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-4deg);
    /* Opera */
    -o-transform: rotate(-4deg);
    /* IE9 */
    -ms-transform: rotate(-4deg);
}
#flyercarousel .slick-slide:nth-child(27) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-2deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-2deg);
    /* Opera */
    -o-transform: rotate(-2deg);
    /* IE9 */
    -ms-transform: rotate(-2deg);
}
#flyercarousel .slick-slide:nth-child(28) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(0deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(0deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* IE9 */
    -ms-transform: rotate(0deg);
}
#flyercarousel .slick-slide:nth-child(29) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-8deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-8deg);
    /* Opera */
    -o-transform: rotate(-8deg);
    /* IE9 */
    -ms-transform: rotate(-8deg);
}
#flyercarousel .slick-slide:nth-child(30) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-4deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-4deg);
    /* Opera */
    -o-transform: rotate(-4deg);
    /* IE9 */
    -ms-transform: rotate(-4deg);
}
#flyercarousel .slick-slide:nth-child(31) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(-14deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(-14deg);
    /* Opera */
    -o-transform: rotate(-14deg);
    /* IE9 */
    -ms-transform: rotate(-14deg);
}
#flyercarousel .slick-slide:nth-child(32) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(6deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(6deg);
    /* Opera */
    -o-transform: rotate(6deg);
    /* IE9 */
    -ms-transform: rotate(6deg);
}
#flyercarousel .slick-slide:nth-child(33) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(3deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(3deg);
    /* Opera */
    -o-transform: rotate(3deg);
    /* IE9 */
    -ms-transform: rotate(3deg);
}
#flyercarousel .slick-slide:nth-child(34) {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(1deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(1deg);
    /* Opera */
    -o-transform: rotate(1deg);
    /* IE9 */
    -ms-transform: rotate(1deg);
}
.slick-center {
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -webkit-transition: -webkit-transform 100ms ease-out;
    -moz-transition: -moz-transform 100ms ease-out;
    -o-transition: -o-transform 100ms ease-out;
    -ms-transition: -ms-transform 100ms ease-out;
    transition: transform 100ms ease-out;
    z-index: 2000;
}
#demo {
    position: relative;
    overflow: hidden;
    height: 735px;
    background: rgb(0, 0, 0);
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    overflow-x: scroll;
}
#demo::-webkit-scrollbar {
    height: 10px;
}
#demo::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(253, 205, 89);
    cursor: pointer;
}
#demo::-webkit-scrollbar-track {
    background: rgb(71, 69, 70);
    border-radius: 10px;
}
#demo {
    scrollbar-face-color: rgb(253, 205, 89);
    scrollbar-base-color: rgb(71, 69, 70);
    scrollbar-3dlight-color: rgb(71, 69, 70);
    scrollbar-highlight-color: rgb(253, 205, 89);
    scrollbar-track-color: rgb(71, 69, 70);
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: rgb(253, 205, 89);
    scrollbar-dark-shadow-color: rgb(71, 69, 70);
}
.modal-body {
    position: relative;
    padding: 20px;
    margin: 0 auto;
}
.modal-body img {
    margin: 0 auto;
    display: block;
}
.modal-dialog {
    width: auto !important;
    margin: 80px auto !important;
    display: table !important;
}
.modal-header {
    border: none;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
}
.modal-content .closex {
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 33px;
    height: 31px;
    background: url(../img/ico/closeblack_03.png) no-repeat;
}
.modal-content .closex:hover {
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 33px;
    height: 31px;
    background: url(../img/ico/closexwhite_03.png) no-repeat;
}
.modal-content .closex {
    display: inline-block;
    float: right;
    vertical-align: top;
    cursor: pointer;
}
.modal-content {
    max-width: 900px;
}
#demo .contentx {
    width: 6645px;
    height: 720px;
}
.ui-accordion-content {
    color: rgb(66, 66, 66);
}

.backgroundfiltersmob {
    background: rgb(0, 0, 0);
    display: table;
    width: 100%;
}


@media screen and (max-width: 960px) {
    /* Venues Page Responsive */
    div.venueinfogroup {
        display: inline-block;
        vertical-align: top;
        margin-left: 12px;
        width: 80%;
    }
    li.venuecontainer {
        list-style-type: none;
        width: 80%;
        background: rgb(255, 255, 255);
        margin: 0px auto 30px auto;
    }
    div.venueinfo {
        display: inline-block;
        vertical-align: top;
        padding: 4.5% 4% 4.5% 6%;
    }
    div.showsnavbar {
        margin: 0 auto;
        vertical-align: top;
        width: 80%;
    }
    div.showsin {
        display: inline-block;
        font-size: 40px;
        font-family: 'Just Another Hand', cursive;
        vertical-align: top;
    }
    div.venuepic {
        vertical-align: top;
        margin: 0px auto;
        display: block;
        padding-top: 13px;
    }
    .venuepic img {
        width: 100%;
    }
    .venuewebsite a {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    #header .site-title .est {
        position: absolute;
        bottom: 8px;
        right: 3px;
        font-size: 19px;
        color: rgb(253, 205, 89);
        width: 52px;
        cursor: default !important;
    }
    .single-venue .slideshow-out {
        height: 238px;
    }
    .single-venue .bx-controls .bx-controls-direction a {
        position: absolute;
        top: 55%;
        margin-top: -44px;
        outline: 0;
        width: 44px;
        height: 93px;
        text-indent: -9999px;
        z-index: 100;
    }
    #header .site-title .est:hover {
        color: rgb(253, 205, 89) !important;
        -webkit-transition: background 450ms ease-in-out;
        -moz-transition: background 450ms ease-in-out;
        -o-transition: background 450ms ease-in-out;
        transition: background 450ms ease-in-out;
    }
    #flyers {
        display: none !important;
        height: 425px;
        width: 100%;
    }
    #demo {
        display: none;
    }
    div.artist-info {
        width: 100%;
        margin: 0 auto;
    }
    .content-slideshow .bx-viewport ul li img {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .content-slideshow .slider .slide.hello img {
        margin-top: 0px;
        padding-top: 5px;
    }
    
    .showbox {
        height: 730px;
    }
    .slideshow-out {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        height: 229px;
        max-width: 1770px;
        margin: 0 auto;
        min-height: 229px !important;
    }
    .content-slideshow {
        margin-bottom: 50px;
        width: 300px;
        margin: 0 auto;
        position: relative;
    }
    .content-slideshow .slider {
        height: 396px;
    }
    .content-slideshow .slider .slide {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        height: 396px;
        width: 590px;
        overflow: hidden;
        position: relative;
    }
    .bx-wrapper .info {
        padding-top: 7px;
    }
    .mainloadingsection.featureloading {
        position: relative;
        top: 140px;
        display: block;
        height: 0px;
    }
    .bx-controls .bx-controls-direction a {
        position: absolute;
        top: 43%;
        margin-top: -44px;
        outline: 0;
        width: 44px;
        height: 93px;
        text-indent: -9999px;
        z-index: 100;
    }
    h2.eventdatetime {
        margin-left: 0%;
        color: rgb(255, 255, 255) !important;
        font-size: 14px !important;
        float: left;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .showinfosticky h1 {
        font-size: 25px;
        width: 95px;
        margin: 0 auto;
    }
    .stickynavevents {
        display: none;
    }
    .showinfosticky {
        margin: 0 auto;
        width: 77%;
        vertical-align: top;
        position: relative;
        top: -34px;
    }
    .stickynavevents #header nav.main-navigation {
        vertical-align: top;
        display: none;
        font-size: 20px;
        width: 100%;
    }
    .stickynavevents #header .header-content .xx {
        padding-top: 7px;
    }
    .buybtnsticky {
        display: block;
        width: 100px;
        float: none;
        margin-top: 0px;
        top: -10px;
        position: relative;
        right: 0px;
        margin: 0 auto;
    }
    .event section.relatedshows-box {
        margin-top: 25px;
    }
    .tickets-box {
        width: 100%;
        min-height: 200px;
        color: rgb(255, 255, 255);
        background: url(../img/ico/buyticktbg_03.png) no-repeat 0px -40px;
        padding: 32px 25px;
        padding-top: 55px;
        font-size: 17px;
        background-size: 100% !important;
    }
    .event section.share-box {
        margin-top: 40px;
        background: url('../img/ico/shareevent_03.png') no-repeat;
        padding: 32px 25px;
        height: 190px;
        background-size: 100%;
    }
    .event section.rsvp-box {
        margin-top: 40px;
        padding: 32px 25px;
        background: url('../img/ico/rsvpeventbg_13.png') no-repeat;
        height: 450px;
        background-size: 100%;
    }
    .event .yy {
        width: 90% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    img#artistpicevent {
        max-width: 900px;
        width: 100%;
    }
    .event .zz {
        width: 60%;
        float: none !important;
        margin: 0 auto;
        background: rgb(233, 232, 232);
    }
    .what {
        position: fixed;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%;
        background: rgb(233, 232, 232);
        z-index: -1;
    }
    .event .show-info {
        padding-right: 0px !important;
    }
    div.eventwrap {
        position: relative;
        top: 20px;
        padding-bottom: 30px;
        width: 87%;
        margin: 0 auto;
    }
    div.contactwrap {
        width: 85%;
        margin: 0 auto;
    }
    input#cntctfrm_contact_name {
        width: 80% !important;
        background: rgb(232, 232, 232);
        border: none;
        height: 30px;
    }
    input#cntctfrm_contact_email {
        width: 80% !important;
        background: rgb(232, 232, 232);
        border: none;
        height: 30px;
    }
    input#cntctfrm_contact_subject {
        width: 80% !important;
        background: rgb(232, 232, 232);
        border: none;
        height: 30px;
    }
    textarea#cntctfrm_contact_message {
        width: 85% !important;
        height: 278px;
        border: none;
        background: rgb(232, 232, 232);
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        resize: none;
    }
    .mobilefilt {
        display: inline-block !important;
    }
    .feature-filters {
        background: rgb(0, 0, 0);
        margin-bottom: -2px;
    }
    h1.eventtitleheader {
        float: none;
        margin-left: 0% !important;
        font-family: 'Just Another Hand', cursive !important;
        font-size: 22px !important;
        display: inline-block;
        width: auto;
        max-width: 100%;
        vertical-align: middle;
        text-align: center;
    }
    .deskfilt {
        display: none !important;
    }
    #header .site-title {
        width: 225px;
        margin: 0 auto !important;
        display: block !important;
        height: 80px;
        position: relative;
        float: none;
    }
    #header nav.main-navigation {
        vertical-align: top;
        margin-top: 20px;
        display: block;
        font-size: 20px;
        width: 300px;
        margin: 0 auto;
        position: relative;
        top: 10px;
        height: 45px;
        float: none;
    }
    #header #stay-updated {
        vertical-align: top;
        margin-top: 13px;
        color: rgb(0, 0, 0);
        background: rgb(255, 255, 255);
        font-size: 20px;
        border: 3px solid rgb(255, 255, 255);
        padding-top: 2px;
        padding-right: 31px;
        padding-left: 5px;
        position: relative;
        margin-right: 35px;
        display: none !important;
    }
    .stayupdatedmobile {
        width: 100%;
        background: rgb(0, 0, 0);
        padding-top: 30px;
        display: block;
        padding-bottom: 10px;
    }
    #header .search-connect .header-socials {
        text-align: right;
        display: none !important;
        position: absolute;
        top: 34px;
        right: 0;
    }
    #header .search-connect {
        display: block;
        vertical-align: top;
        float: none;
        position: relative;
        width: 55%;
        margin: 0 auto;
        padding-bottom: 0px;
        padding-top: 5px;
    }
    #header #searcher {
        vertical-align: top;
        margin-top: 2px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    #header #searcher input {
        box-shadow: none;
        border: 2.5px solid rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        background: url('../img/ico/gv_searchicon_03.png') no-repeat 1%;
        width: 100%;
        margin: 0 auto;
    }
    .selectedarrow {
        display: none !important;
    }
    .showbox .showlist {
        width: 100% !important;
        position: relative;
        padding: 0px 0px 20px 0px;
        margin: 0 auto !important;
        cursor: pointer;
        display: block;
        vertical-align: top;
        background: url('../img/ico/handdrawn1.png') no-repeat 0px bottom;
    }
    .desktop .show-details {
        display: none !important;
        width: 52.5%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .showbox .list-bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border: 1px solid rgb(168, 168, 168);
        border-top: none;
    }
    .showbox .show-bg {
        background: rgb(233, 232, 232);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: none !important;
    }
    div.upcomingshowswrap {
        display: inline-block;
        width: 95%;
        margin-top: 3px;
        margin-left: 3%;
        font-size: 12px;
        position: relative;
    }
    .showbox {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        height: 670px !important;
        background: rgb(255, 255, 255);
    }
    #main .mobile {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        height: 760px !important;
        background: rgb(255, 255, 255);
    }
    .home #main {
        min-height: 800px;
        padding: 30px 0px 0px 0px;
    }
    .show-details-mobile {
        display: block !important;
        width: 100% !important;
        position: relative;
        margin: 0 auto !important;
    }
    .mobile {
        position: relative;
        top: 20px;
        display: block !important;
    }
    .mobileshowmore {
        display: block !important;
        position: relative;
        top: 0px;
        vertical-align: top;
    }
    .feature-filters h1 {
        background: rgb(247, 207, 96);
        width: 100%;
        display: inline-block;
        padding-top: 16px;
        padding-bottom: 6px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        font-size: 22px;
        margin: 0px !important;
    }
    .feature-filters a {
        color: rgb(146, 146, 146);
        font-family: 'Just Another Hand', cursive;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 2.4;
        display: inline-block;
        width: 20%;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        background: rgb(0, 0, 0);
        margin: 0px !important;
        float: left;
        height: 40px;
        top: 0px;
    }
    .main-filters a {
        color: rgb(146, 146, 146);
        font-family: 'Just Another Hand', cursive;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 0.8;
        display: inline-block;
        width: 50%;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding-top: 14px;
        padding-bottom: 9px;
        margin-right: 0px;
        height: 38px;
        float: left;
        background: rgb(0, 0, 0);
    }
    a.loc {
        width: 20% !important;
    }
    div.footersec:nth-child(1) {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 33%;
        font-size: 16px;
        color: rgb(190, 190, 190);
        float: left;
    }
    div.footersec:nth-child(2) {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 33%;
        font-size: 16px;
        color: rgb(190, 190, 190);
        float: left;
    }
    div.footersec:nth-child(3) {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 33%;
        font-size: 16px;
        color: rgb(190, 190, 190);
        float: left;
    }
    div.footersec:nth-child(4) {
        display: inline-block;
        vertical-align: top;
        text-align: right;
        width: 45%;
        font-size: 16px;
        color: rgb(190, 190, 190);
        float: left;
        margin-top: 10px;
    }
    div.footersec:nth-child(5) {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 45%;
        font-size: 16px;
        color: rgb(190, 190, 190);
        float: right;
        margin-top: 10px;
    }
    div.goldenvoice2013 {
        font-size: 12px;
        position: relative;
        top: 5px;
        width: 100%;
        display: none;
    }
    #footer .footer-content {
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        height: 300px;
    }
    .footer-content .xx {
        max-width: 1045px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 10px;
        display: table;
    }
    .single-venue .footer-content .xx {
        max-width: 1045px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 40px;
        display: table;
    }
    ul.header-socials.footermobile {
        list-style: none;
        padding: 0px;
        width: 88px;
        display: table;
        background: rgb(0, 0, 0);
        margin: 0 auto;
        padding-top: 20px;
    }
    .single-venue ul.header-socials.footermobile {
        list-style: none;
        padding: 0px;
        width: 145px;
        display: table;
        background: rgb(0, 0, 0);
        margin: 0 auto;
        top: 50px;
        position: relative;
    }
    .footermobile li {
        display: inline-block;
        background: black;
        float: left;
    }
    .single-venue div.goldenvoicemobile {
        background: rgb(0, 0, 0);
        text-align: center;
        height: 50px;
        padding-top: 70px;
        display: block;
    }
    div.goldenvoicemobile {
        background: rgb(0, 0, 0);
        text-align: center;
        height: 50px;
        padding-top: 15px;
        display: block;
    }
    a.feed.feedAdd {
        text-align: center;
        padding-left: 12px;
    }
    .main-filters {
        background: rgba(0, 0, 0, 0);
        height: 90px;
        border-right: 1px solid rgb(168, 168, 168);
        border-left: 1px solid rgb(168, 168, 168);
    }
    /* Responsive Shows Page */
    div.mobilefirstsection {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: 5px;
    }
    .showlist .event {
        width: 50%;
        display: inline-block;
        padding: 0.6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
    div.xx.showlist.firstwrap {
        max-width: 1050px;
        width: 94%;
        margin: 0 auto;
    }
    div.showgridview {
        width: 35px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 50px;
        margin-top: 5px;
        top: 0px;
        display: none;
    }
    div.showgridview:hover {
        display: none;
        width: 35px;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        right: 50px;
        margin-top: 5px;
        top: 0px;
        opacity: 0.5;
    }
    div.showlistview {
        display: none;
        width: 35px;
        margin-left: 0px;
        cursor: pointer;
        position: absolute;
        vertical-align: top;
        right: 5px;
        margin-top: 5px;
        top: 0px;
    }
    div.showlistview:hover {
        display: none;
        width: 35px;
        margin-left: 0px;
        cursor: pointer;
        position: absolute;
        vertical-align: top;
        right: 5px;
        margin-top: 5px;
        top: 0px;
        opacity: 0.5;
    }
    div.selectlocation {
        display: inline-block;
        width: 145px;
        height: 45px;
        text-align: center;
        vertical-align: top;
        background: rgb(253, 205, 89);
        margin-top: 0px;
        margin-left: 18px;
        margin-right: 20px;
    }
    div.showsin {
        display: inline-block;
        font-size: 35px;
        font-family: 'Just Another Hand', cursive;
        vertical-align: top;
    }
    div.ondate {
        display: inline-block;
        font-size: 35px;
        font-family: 'Just Another Hand', cursive;
        vertical-align: top;
    }
    p.input-group.datepickshows {
        margin-top: 1px;
        width: 220px;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -145px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 145px;
        padding: 5px 0;
        margin: 45px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: rgb(255, 255, 255);
    }
    /* Contact Us Responsive */
    input#contacttextarea {
        width: 100%;
        background: rgb(232, 232, 232);
        border: none;
        height: 30px;
    }
    textarea#messagetext {
        width: 100%;
        height: 278px;
        border: none;
        background: rgb(232, 232, 232);
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        resize: none;
    }
    div.smallfooter {
        top: 60px;
        position: relative;
        max-width: 1045px;
        margin: 0 auto;
        background: rgb(0, 0, 0);
    }
    .page-festivals .xx {
        max-width: 1050px;
        width: 90%;
        margin: 0 auto;
    }
    /* Single Venue Page Responsive */
    .single-venue .xx {
        width: 90%;
    }
    .single-venue .yy {
        width: 100%;
        float: left;
    }
    .single-venue .zz {
        width: 100%;
        float: right;
        background: white;
    }
    .single-venue .what {
        position: fixed;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        background: white;
        z-index: -1;
    }
    .single-venue .upcomingshowswrap {
        display: inline-block;
        width: 100% !important;
        margin-top: 15px !important;
        margin-left: 3%;
        font-size: 12px;
        position: relative;
    }
    div.venuedetailinfo {
        display: inline-block;
        vertical-align: top;
        width: 210px;
        line-height: 1.4;
        letter-spacing: 1px;
        border: none;
    }
    div.venuedescription {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-size: 16px;
        margin-left: 3%;
        line-height: 1.3;
        margin-top: 30px;
    }
    h1.venuetitle {
        font-size: 45px;
        letter-spacing: 2px;
    }
    div.venue-deets {
        margin-top: 35px;
    }
    div.venue-info {
        margin-top: 30px;
    }
    .eventwrap .show-details {
        display: none !important;
    }
    .showbox .showlist {
        width: 100%;
        position: relative;
        padding: 0px 0px 20px 0px;
        margin-left: 15px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        background: url('../img/ico/handdrawn1.png') no-repeat 0px bottom;
        background-size: 100% !important;
    }
    .single-venue .showbox .show-bg {
        width: 52.5%;
        background: rgb(233, 232, 232);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: none;
    }
    .single-venue .showbox .list-bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border: 1px solid rgb(168, 168, 168);
        border-top: none;
    }
    .single-venue .showbox .showlist {
        position: relative;
        cursor: pointer;
        display: block !important;
        vertical-align: top;
        background: url('../img/ico/handdrawn1.png') no-repeat 0px bottom;
        background-size: 100%;
    }
    .single-venue section.showbox.xx.mobile {
        height: 570px;
    }
    .single-venue .showbox .show-details {
        display: none;
        width: 52.5%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgb(0, 0, 0);
    }
    .single-venue .showbox .show-details .in {
        padding: 4.5% 4.5% 4.5% 4.5%;
        background: rgb(0, 0, 0);
    }
    .single-venue .showbox .show-details .show-info {
        background: url('../img/bg/buytcktbg.png') no-repeat -7px 0px;
        color: rgb(255, 255, 255);
        margin-top: 30px;
        padding: 15px 5px 22px 5px;
        line-height: 1;
        background-size: 103%;
    }
    .showbox {
        height: 670px;
    }
}
.mobileticketsbox {
    display: none;
}
@media screen and (max-width: 950px) {
   iframe.podcontainer {
       width: 100%;
       height: auto;
       padding-right: 25px;
   }

   li.podcontainer {
       list-style-type: none;
       width: 100%;
       margin-bottom: 0px;
       background: none;
   }
    .mobileticketsbox {
        display: block;
        margin-bottom: 30px;
    }
    .nonmobileticketsbox {
        display: none;
    }
}
@media screen and (max-width: 850px) {
    .right-fields {
        display: block;
        float: none;
        width: 100%;
    }
    .left-fields {
        display: inline-block;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    #demo::-webkit-scrollbar {
        height: 10px;
        display: none;
    }
    .event .zz {
        width: 95%;
        float: none !important;
        margin: 0 auto;
        background: rgb(233, 232, 232);
    }
    .venueallinfo .event .zz {
        width: 95%;
        float: none !important;
        margin: 0 auto;
        background: transparent !important;
    }
    .rsvpeventsinglepage .ticket-link {
        font-size: 24px;
        display: inline-block;
        padding: 8px 30px 1px 5px;
        background: rgb(253, 205, 89) url(../img/arrows/arrow-side-R.png) 65% no-repeat;
        background-size: 14px;
        border-right: 4px solid rgb(253, 205, 89);
        color: rgb(0, 0, 0);
        font-family: 'Just Another Hand', cursive;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.3;
        margin-top: 5px;
        width: 161px;
        text-align: center;
        height: 40px;
    }
}
@media screen and (max-width: 550px) {
    .showlist .event {
        width: 100%;
        display: inline-block;
        padding: 2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
    .showlist .event .in {
        background: rgb(255, 255, 255);
        padding: 5%;
        height: 560px;
        position: relative;
    }
}
@media screen and (max-width: 500px) {
    div.eventwrap {
        position: relative;
        top: 20px;
        padding-bottom: 30px;
        width: 93%;
        margin: 0 auto;
    }
    li.venuecontainer {
        list-style-type: none;
        width: 68%;
        background: rgb(255, 255, 255);
        margin: 0px auto 30px auto;
    }
    div.showsnavbar {
        margin: 0 auto;
        vertical-align: top;
        width: 66%;
    }
    .showlist .event {
        width: 100%;
        display: inline-block;
        padding: 2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
    #main .mobile {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        height: 610px !important;
        background: rgb(255, 255, 255);
    }
    .event section.rsvp-box {
        margin-top: 40px;
        padding: 32px 25px;
        background: url('../img/ico/rsvpeventbg_13.png') no-repeat scroll 0% 0% transparent;
        height: 450px;
    }
    div.arrowband {
        display: inline-block;
        vertical-align: top;
        padding: 26px 15px 20px;
        float: right;
        width: 44px;
    }
}
@media screen and (max-width: 430px) {
    li.venuecontainer {
        list-style-type: none;
        width: 85%;
        background: rgb(255, 255, 255);
        margin: 0px auto 30px auto;
    }
    div.showsnavbar {
        margin: 0 auto;
        vertical-align: top;
        width: 85%;
    }
}
.venuepic img {
    margin: 0 auto;
    display: block;
    max-width: 337px;
}
@media screen and (max-width: 370px) {
    .tickets-box .ticket-link,
    .tickets-box .ticket-link:link,
    .headertable .ticket-link,
    .headertable .ticket-link:link {
        font-size: 24px;
        display: inline-block;
        padding: 8px 30px 1px 5px;
        background: url('../img/arrows/arrow-side-R.png') no-repeat scroll 92% center / 13px auto #FDCD59;
        border-right: 4px solid #FDCD59;
        color: #000;
        font-family: "Just Another Hand", cursive;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.4;
        margin-top: 10px;
        width: 153px;
        height: 42px;
        text-align: center;
    }
    .main-filters a {
        color: #929292;
        font-family: "Just Another Hand", cursive;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 0.8;
        display: inline-block;
        width: 50%;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        padding-top: 14px;
        padding-bottom: 9px;
        margin-right: 0px;
        height: 38px;
        float: left;
        background: none repeat scroll 0% 0% #000;
    }
    .feature-filters a {
        color: #929292;
        font-family: "Just Another Hand", cursive;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 2.9;
        display: inline-block;
        width: 20%;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        background: none repeat scroll 0% 0% #000;
        margin: 0px !important;
        float: left;
        height: 40px;
        top: 0px;
    }
    div.fbeventshare {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-right: 12px;
        max-width: 142px;
        cursor: pointer;
    }
    div.twteventshare {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        max-width: 142px;
        cursor: pointer;
    }
    .showbox .showlist {
        width: 100% !important;
    }
    .showbox .showlist h1 {
        font-family: "Roboto Condensed", sans-serif;
        width: 45%;
        margin-left: 9px;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        margin-top: 2px;
    }
    .showbox .showlist .venue {
        width: 30%;
        display: inline-block;
        text-align: right;
        vertical-align: top;
        text-transform: uppercase;
        line-height: 1;
        font-size: 11px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
    }
    .showbox .showlist .datebox {
        width: 35px;
        text-align: center;
        display: inline-block;
        background: none repeat scroll 0% 0% #FFF;
        color: #000;
        vertical-align: middle;
        padding: 5px 0px;
    }
    div.bandname {
        text-transform: uppercase;
        font-size: 15px;
    }
    div.footersec {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 19%;
        font-size: 13px !important;
        color: rgb(141, 141, 141);
        float: left;
        min-height: 52px;
    }
    .stayupdatedmobile {
        width: 100%;
        background: none repeat scroll 0% 0% #000;
        padding-top: 30px;
        display: block;
        padding-bottom: 15px;
    }
    .footer-content .xx {
        max-width: 1045px;
        width: 100%;
        margin: 0px auto;
        position: relative;
        top: 10px;
        display: table;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 350px) {
    div.bandinfo {
        width: 55%;
    }
    div.bandname {
        text-transform: uppercase;
        font-size: 14px;
    }
    div.locationvenue {
        text-transform: uppercase;
        font-size: 12px;
    }
}
@media screen and (max-width: 300px) {
    .showbox .showlist h1 {
        font-family: "Roboto Condensed", sans-serif;
        width: 35%;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-top: 4px;
    }
}
#main .error404 {
    max-width: 75%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    width: 100%;
}
.relatedshows-box .dropdown-menu {
    top: 45px;
    position: absolute;
    left: -367px;
    z-index: 1000;
    float: left;
    min-width: 170px;
    padding: 5px 0;
    margin: 0px;
    font-size: 14px;
    list-style: none;
    background-color: rgb(255, 255, 255);
}
.relatedshows-box .selectlocationtoggle {
    line-height: 2.5;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-align: left;
    float: left;
    font-weight: 500;
    width: 100%;
    padding-left: 0px !important;
    background: none !important;
}
.show-info .link:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
a.tickets:hover {
    color: rgb(253, 205, 89);
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.buy-tickets-home:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.sold-out:hover {
    cursor: auto !important;
    color: white !important;
}
.twtcontent a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.main-filters .active:hover {
    color: rgb(0, 0, 0) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
div.replytwt:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.venuename a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.venuewebsite a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
div.festivallink a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.event .in .show-info h1 a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.show-info .event-deets .venue-info a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.officiallink a:hover {
    color: rgb(253, 205, 89) !important;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.in .show-img img:hover,
.venuepic img:hover,
.festivalimg img:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .7;
}
a.twticon {
    float: right;
    margin-top: 16px;
}
.tickets-box .vendor {
    text-transform: uppercase;
}
span.downcaseage {
    text-transform: lowercase;
}
a:active,
a:hover {
    outline: 0;
    color: rgb(253, 205, 89);
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.showbox .showlist:hover .datebox {
    color: rgb(255, 255, 255) !important;
    background: rgb(141, 141, 141) !important;
    font-weight: bold;
    -webkit-transition: background 450ms ease-in-out;
    -moz-transition: background 450ms ease-in-out;
    -o-transition: background 450ms ease-in-out;
    transition: background 450ms ease-in-out;
}
#header .site-title .est:hover {
    color: white;
    -webkit-transition: background 450ms ease-in-out;
    -moz-transition: background 450ms ease-in-out;
    -o-transition: background 450ms ease-in-out;
    transition: background 450ms ease-in-out;
}
a.ticket-link:hover {
    text-decoration: underline;
    cursor: pointer;
}
.soldout a.buy-ticketlink:hover {
    text-decoration: none !important;
}
.buy-ticketlink {
    min-width: 120px;
}
a.rsvpbutton:hover {
    text-decoration: underline!important;
}
.rsvpeventsinglepage .ticket-link {
    font-size: 24px;
    display: inline-block;
    padding: 8px 30px 1px 5px;
    background: rgb(253, 205, 89) url(../img/ico/facebook-icon.svg) 74% no-repeat;
    background-size: 21px;
    border-right: 4px solid rgb(253, 205, 89);
    color: rgb(0, 0, 0);
    font-family: 'Just Another Hand', cursive;
    font-weight: 400;
    text-transform: none !important;
    line-height: 1.3;
    margin-top: 32px;
    width: 161px;
    text-align: center;
    height: 40px;
}
.page-shows .show-img img {
    width: 100% !important;
}
.innersquare {
    width: 28px;
    height: 28px;
    margin: 8.5px;
}
.blacksquare {
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    background: black;
    margin: 2px;
}
.blackline {
    background: rgb(0, 0, 0);
    height: 6px;
    width: 24px;
    margin: 3px auto;
    position: relative;
    top: 2px;
}
div.showlistview:hover .innersquare .blackline {
    background: #FDCD59;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.relatedshows-box .selectlocationtoggle:hover .changeloc {
    color: rgb(253, 205, 89);
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
div.showgridview:hover .innersquare .blacksquare {
    background: #FDCD59;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}
.soldout .buy-link:hover {
    text-decoration: none !important;
}
#header #stay-updated:hover {
    background: rgb(253, 205, 89);
    border: 3px solid rgb(253, 205, 89);
    color: rgb(0, 0, 0) !important;
    text-decoration: underline;
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}


/* Thank you Page */

article#post-505 {
    width: 74%;
    margin: 0 auto;
    display: block;
    max-width: 1050px;
}

.post-505 .thankyouvid {
    margin-top: 5%;
}   

.thankyouvid iframe {
    margin: 0 auto;
    display: block;
    position: relative;
}

.page-id-505 #main {
    min-height: 580px;
}

#post-505 h1.entry-title {
    text-align: center;
}

@media screen and (max-width: 700px){

    .footersec a {
        font-size: 11px;
    }

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .bx-wrapper{
    margin: 0 !important;
}
    
    .slideshow-out{
    max-width: none !important;
}
    
    
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;*/
    border:  5px solid #fff;
    left: -5px;
    background: #fff;
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/*datepicker fix*/
button.btn.btn-default[disabled="disabled"] {
    opacity: 0.5;
}
