/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    margin: 0;
}

body {
    /*font-family: 'Press Start 2P', cursive; */
    font-family: 'VT323', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    position: relative;
    width: 100%;
    min-width: 1024px;
    min-height: 100%;
}
h1, h2, h3, p {

}

h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}

.startScreen {
    margin: 0;
    background: #000;
    padding-bottom: 10px;
    width: 100%;
}

.contentWrapper {
    width: 1024px;
    margin: 0 auto;
}
p, li {
    font-size: 20px;
}
header.main {
    text-align: center;
    padding: 10px 0;
}
h2.gradient, h4.gradient {
    background: -webkit-linear-gradient(#ffff8c 0%, #ffff8c 50%, #ff0000 70%, #ff0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffff8c;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 50px;
}
header.main h2 {
    margin-top: 20px;
}
header.main h3 {
    font-size: 32px;
    margin: 10px 0 20px;
    background: -webkit-linear-gradient(#5faef5 0%, #5faef5 50%, #fff 70%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #5faef5;
}
header.main h4 {
    font-size: 28px;
    margin: -15px 0 0;
    display: block;
}
header.main h4 a {
    color: #ffff8c;
}
header.main h3 a {
    text-decoration: none;
    background: -webkit-linear-gradient(#5faef5 0%, #5faef5 50%, #fff 70%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #5faef5;
}
header.main h3 a:hover {
    text-decoration: underline;
}
.startScreenBottom {
    background: #000077 url('../img/grad-fade-down-pixel.png') repeat;
    height: 200px;
}
.detailsBottom {
    background: #000077 url('../img/grad-fade-up-pixel.png') repeat;
    height: 200px;
}
.details {
    background: #000077;
    color: #fff;
    padding-bottom: 20px;
}
.details h2 {
    text-align: center;
}
.stage {
    position: relative;
    width: 100%;
    max-width: 1360px;
    min-width: 1024px;
    margin: 0 auto;
}
.artistCurrent {
    margin: 0 5px;
    height: 600px;
    border-bottom: 2px solid #000;
    overflow: hidden;
}
.artistCurrent header {
    margin: 0;
    border-bottom: 2px solid #000;
}
.artistCurrent h1,
.artistCurrent h2 {
    display: inline-block;
    font-style: italic;
    margin: 5px 0 0;
    padding: 0;
}
.artistCurrent h1, .artistDetails .artistName {
    font-size: 46px;
    line-height: 46px;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 5px;
    background: -webkit-linear-gradient(#ff8855 0%, #ff8855 50%, #ffcc77 70%, #ffcc77 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffcc77;
}
.artistCurrent h2 {
    font-size: 56px;
    line-height: 56px;
    color: #00aaff;
    text-shadow: 4px 4px 0px #0044aa;
}
.artistCurrent .artistFlag {
    display: inline-block;
}
.artistCurrent .artistFlag img {
    padding: 0;
    margin: -25px 0 0 20px;
    border: 1px solid #000;
}
.artistCurrent .mainImage {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
}
.artistCurrent .mainImage img {
    width: 100%;
    height: auto;
}
.artistCurrent .mainImage p {
    font-size: 48px;
    vertical-align: middle;
    text-align: center;
    margin-top: 275px;
}
.artistDetailsWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 700;
    display: none;
}
.mobileArtistHeader {
    display: none;
}
.artist1 .mainImage img {
    max-height: 700px; 
}
.artistList .clr {
    display: none;
}
.artistList {
    position: absolute;
    right: 0;
    width: 750px;
    padding: 20px 0 0;
    margin: 0;
    top: 0;
    text-align: center;
    vertical-align: top;
}
.artistList .artist {
    width: 90px;
    height: 110px;
    border: 2px solid #847e7f;
    display: inline-block;
    /*float: left;*/
    vertical-align: top;
    list-style-type: none;
    margin: -2px 0 0 -1px;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.artistList .artist:first-child {
    margin-left: 0;
}
/*
.artistList .artist:nth-child(9) {
    margin-left: 90px;
}
.artistList .artist:nth-child(13) {
    margin-left: 145px;
}
.artistList .artist:nth-child(19) {
    margin-left: 90px;
}
.artistList .artist:nth-child(25) {
    margin-left: 45px;
}
*/
.artistList .artistName {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: -100px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}
.artistList .artist:hover,
.artistList .artist.selected {
    animation-duration: 0.1s;
    animation-name: borderflash;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 100;
}
.artistList .img {
    width: 100%;
    height: 120px;
    background: #000;
}

.clr {
    float: none;
    clear: both;
    display: block;
}

.artistDetails {
    color: #fff;
    width: 780px;
    height: 320px;
    background: #000;
    left: -200%;
    margin: -160px 0 0 -390px;
    top: 50%;
    position: absolute;
    z-index: 800;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}
.artistDetails .close {
    background-image: url('fancybox/fancybox_sprite.png');
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 801;
}
.artistDetails .artistHeader {
    display: none;
    margin: 0 5px;
}
.artistDetails .artistName, .artistDetails .artistFlag {
    display: inline-block;
    vertical-align: middle;
}
.artistDetails .artistFlag {
    margin: 12px 0 0 10px;
}
.artistDetails.selected {
    left: 50%;
}
.artistDetails .container {
    padding: 20px;
}
.artistDetails a {
    color: #fff;
}

.artistDetails .alignleft {
    float: left;
    margin-right: 20px;
}
.artistDetails .artist-links {
    list-style-type: none;
    margin-left: 293px;
    padding-left: 0;
}
.artistDetails .artist-links .website {
    margin-bottom: 2px;
}
.artistDetails .artist-links li a {
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    font-size: 20px;
}
.artistDetails .artist-links li a:hover {
    text-decoration: underline;
}
.artistDetails .artist-links li.facebook a {
    background: url('../img/icons/facebook.png') no-repeat left center;
}
.artistDetails .artist-links li.twitter a {
    background: url('../img/icons/twitter.png') no-repeat left center;
}
.artistDetails .artist-links li.instagram a {
    background: url('../img/icons/instagram.png') no-repeat left center;
}
.artistDetails .artist-links li.website a {
    background: url('../img/icons/website.png') no-repeat left center;
}
.artistDetails .mainImage {
    width: 275px;
    height: 275px;
    overflow: hidden;
    float: left;
    display: block;
    margin-right: 20px;
}
.artistDetails .mainImage img {
    width: 275px;
}

.artistDetails .artist-imgs {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
.artistDetails .artist-imgs li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}
.artistDetails .artist-imgs li img {
    max-width: 100px;
}
.artistDetails .artist-imgs li .landscape img {
    max-height: 100px;
    max-width: 200px;
}

.mapWrapper {
    position: relative;
    height: 500px;
    width: 100%;
}
.mapWrapper .mapScrollFix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    cursor: pointer;
    z-index: 1000;
}
.mapWrapper .gmap {
    height: 500px;
    width: 100%;
}
.mapWrapper .gmap p {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
}

footer {
    background: #000;
    padding-top: 0px;
    text-align: center;
}
footer .footer-links {
    width: 800px;
    margin: 30px auto 50px;
}
footer .footer-logo {
    width: 33%;
    float: left;
    text-align: center;
}
footer .badteeth-logo img {
    margin-bottom: 15px;
}
footer .footer-footer {
    text-align: center;
    padding-top: 8px;
    font-size: 13px;
    color: #fff;
    padding-bottom: 5px;
}
footer .footer-footer a {
    color: #fff;
    text-decoration: none;
}
footer .footer-footer a:hover {
    text-decoration: underline;
}
footer h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 50px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.dateList {
    padding: 10px 40px 15px;
    border: 1px solid #5faef5;
    list-style-type: none;
    width: 500px;
    margin: 0 auto 10px;
}
.dateListTitle {
    text-align: center;
    padding: 0;
    margin: 0 auto -16px;
    display: block;
    position: relative;
    width: 125px;
    background: #000077;
    color: #ffff8c;
    font-size: 24px;
}
.dateList .date {
    color: #5faef5;
}

a {
    text-decoration: none;
    color: #bbb;
}
a:hover {
    text-decoration: underline;
}


@keyframes borderflash {
  from {
    border-color: #0000ff;
  }

  to {
    border-color: #847e7f;
  }
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.centeralign {
    text-align: center;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.splitHeader {
    margin-top: 20px;
}
.splitHeader h2 {
    margin-top: 0 !important;
    display: inline-block;
}
.splitHeader h3 {
    margin-top: 0 !important;
    display: inline-block;
}
.splitHeader .last {
    margin-left: 10px;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media (max-width : 992px) {

    body {
        min-width: 0;
    }

    .contentWrapper {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    header img {
        width: 100%;
        height: auto;
    }
    footer .footer-links {
        width: auto;
    }

    .stage {
        min-width: 0;
        position: static;
    }
    .artistList {
        width: auto;
        position: static;
    }

    .artistCurrent {
        display: none;
    }
    .artistCurrent .mainImage {
        display: none;
    }
    .artistDetails .artistHeader {
        display: block;
        text-align: center;
    }
    .artistDetails .mainImage {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 10px;
        text-align: center;
    }
    .artistDetails .artist-imgs {
        display: block;
    }
    .artistDetails .artist-links {
        margin: 0;
        display: inline-block;
        text-align: left;
    }
    .mobileArtistHeader {
        display: block;
        text-align: center;
        margin: 0;
    }
    .dateList {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .artistDetails {
        position: fixed;
        height: auto;
        margin-top: 0;
        margin-left: -45%;
        text-align: center;
        top: 5%;
        width: 90%;
        max-height: 90%;
        padding-bottom: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    footer .footer-logo {
        width: 100%;
        float: none;
    }
    .splitHeader {
        margin-bottom: 10px;
    }
    .splitHeader h2 {
        display: block;
        line-height: 48px;
    }
    .splitHeader h3 {
        display: block;
        font-size: 26px !important;
        line-height: 36px;
        margin-bottom: 0 !important;
    }
    .derrr-logo {
        margin-bottom: 10px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
        
}
.nagText {
    height: 100%;
    width: 100%;
    display: none;
}
.nag .nagText {
    display: inline-block;
    word-wrap: break-word;
    position: fixed;
    color: #fff;
    font-size: 48px;
    line-height: 36px;
    z-index: 99;
}
.nagTop {
    top:0;
    left: 0;
}
.nagBottom {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);   
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nag .artistCurrent header,
.nag .artistCurrent {
    border-bottom-color: #847e7f;
}
.nag .details {
    transition: background-color 0.75s ease;
    background-color: #000;
}
.nag .startScreenBottom {
    transition: background-color 0.75s ease;
    background-color: #000;
    background-image: none;
}
.nag .detailsBottom {
    transition: background-color 0.75s ease;
    background-image: none;
    background-color: #000;
}

header.main h4.shop-link {
    font-size:48px; 
    margin-top:10px; 
    font-weight: normal
}
header.main h4.shop-link a {
    color: #ffff8c;
}
header.main h4.shop-link a:hover {
    animation-duration: 0.1s;
    animation-name: shopflash;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-decoration: none;
}

@keyframes shopflash {
  from {
    color: #0000ff;
  }

  to {
    color: #ffff8c;
  }
}


