@charset "utf-8";
html {
    background: #000;
    height: 100%;
}

body {
    font-family: 'Goblin One', cursive;
    font-weight: 100%;
}

img {
    border: 0
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

nav {
    width: 100%;
    z-index: 1;
}

nav ul {
    width: 1094px;
    height: 22px;
    margin: 0 auto;
    font-size: 13px;
    list-style: none;
    text-align: center;
    padding: 0px 0 0px 0;
    text-transform: uppercase;
    overflow: hidden;
}

nav li {
    height: 22px;
    padding-right: 20px;
    display: inline;
}

nav ul a {
    text-decoration: none;
    color: #a09562;
}

nav ul a:hover {
    text-decoration: none;
    color: #ced4d9;
}

.active {
    color: #ced4d9;
}

.first {
    padding: 0 22px 0 10px;
}

.last {
    padding: 0;
}

.twitter {
    background-image: url(../images/twitter2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
}

.twitter:hover {
    background-position: 0 -22px;
}

.facebook {
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
}

.facebook:hover {
    background-position: 0 -22px;
}

h1 {
    width: 492px;
    height: 129px;
    font-weight: normal;
    background-image: url(../images/braindance_logo_lg.png);
    background-repeat: no-repeat;
    position: relative;
    top: 55px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

h2 {
    font-size: 35px;
    color: #ced4d9;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 50px 0 12px 0;
    text-align: center;
}

h3 {
    font-size: 16px;
    color: #a09562;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
}

h4 {
    font-size: 14px;
    color: #a09562;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
}

.biobackground {
    height: 100%;
    background-image: url(../images/biobackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

#sidechains {
    background-image: url(../images/sidechains2.png);
    background-repeat: repeat-y;
    position: absolute;
    top: 20px;
    height: 100%;
    pointer-events: none;
}

#braintemplate {
    width: 1094px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

#topchains {
    background-image: url(../images/topchains.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    pointer-events: none;
}

#bottomchains {
    background-image: url(../images/bottomchains.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -90px;
}

/* Bio */
.biocontent {
    margin: 0 auto 30px auto;
    width: 974px;
}

.biocontent p {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0 0 17px 0;
    line-height: 17px;
    text-align: center;
}

#biocovers {
    width: 917px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

/* Interviews */
.interviewbackground {
    height: 100%;
    background-image: url(../images/interviewbackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.interviewcol {
    width: 310px;
    float: left;
    padding: 10px 5px 15px 0;
    text-align: center;
}

.interviewcol h4 {
    font-size: 12px;
    color: #ced4d9;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.interviewcol h4 a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #a09562;
    text-align: center;
}

.interviewcol h4 a:hover {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #ced4d9;
    text-align: center;
}

.interviewlinks {
    margin: 0 auto;
    padding: 3px 0 0 0;
}

.interviewlinks a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #a09562;
    text-align: center;
}

.interviewlinks a:hover {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #ced4d9;
    text-align: center;
}

.location {
    font-size: 12px;
    color: #ced4d9;
    margin: 0 auto;
    padding: 5px 0 15px 0;
}

.dark {
    background-image: url(../images/interviewbackground_dk.jpg);
}

.intcontent {
    margin: 0 auto 30px auto;
    width: 974px;
}

.intcontent p {
    font-size: 12px;
    font-weight: 100;
    color: #ccc;
    margin: 0;
    padding: 0 0 17px 0;
    line-height: 17px;
}

.intcontent strong {
    color: #a09562;
    font-weight: 100;
}

.intcontent h3 {
    color: #ced4d9;
}

.intcontent h4 {
    color: #ced4d9;
}

#int_caveart {
    float: right;
    padding: 0 0 10px 20px;
}

#tenalltime {
    font-size: 11px;
    color: #ced4d9;
}

ol {
    font-size: 12px;
    color: #ced4d9;
}

ol li {
    padding-bottom: 10px;
}

.intcontent a {
    text-decoration: none;
    color: #a09562;
}

.intcontent a:hover {
    text-decoration: none;
    color: #ced4d9;
}

/* Info */
.informationbackground {
    height: 100%;
    background-image: url(../images/informationbackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.infocontent {
    margin: 0 auto 30px auto;
    width: 974px;
}

.infocontent h4 {
    font-size: 15px;
    color: #a09562;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
}

.infocontent a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #a09562;
    text-align: center;
}

.infocontent a:hover {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #ced4d9;
    text-align: center;
}

#infoflyers {
    width: 888px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

#infoflyers img {
    padding: 0 15px 0 0;
}

.infosidecol {
    width: 144px;
    float: left;
    text-align: center;
    margin-top: -150px;
    margin-bottom: 50px;
}

.infosidecol img {
    padding-bottom: 20px;
}

.infocentercol {
    width: 626px;
    float: left;
    padding: 10px 25px 15px 25px;
    text-align: center;
}

.infocentercol h4 {
    font-size: 16px;
    color: #a09562;
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px 0;
}

.info_pic {
    width: 880px;
    padding: 12px 0 12px 0;
    margin: 0 auto;
}

.card_pic {
    width: 880px;
    padding: 6px 0 0px 0;
    margin: 0 auto;
}

.lpr_pic {
    width: 479px;
    padding: 6px 0 40px 0;
    margin: 0 auto;
}

.flyer {
    width: 306px;
    padding: 6px 0 0px 0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

.infocentercol a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #a09562;
    text-align: center;
}

.infocentercol a:hover {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #ced4d9;
    text-align: center;
}

#linkstemplate {
    width: 1094px;
    position: relative;
    top: 25%;
    height: 50%;
    margin: 0 auto;
}

#linkstemplate h2 {
    font-size: 35px;
    color: #ced4d9;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 0 60px 0;
    text-align: center;
}

.projectlink a {
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.projectlink a:hover {
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
    color: #ced4d9;
    text-align: center;
}

.info_stills {
    width: 766px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.info_stills img {
    margin: 0 6px 0 0;
    padding: 0;
}

/* Praise */
.praisebackground {
    height: 100%;
    background-image: url(../images/praisebackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.praisecol {
    width: 460px;
    float: left;
    padding: 10px 0 0 0;
}

.praisecol p {
    text-align: left;
}

.praisecol_left {
    padding-right: 52px;
}

.praisecenter {
    clear: both;
    width: 460px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.praisecredit {
    font-size: 11px;
    color: #a09562;
    padding: 0;
    margin: 0;
}

/* Contact */
.contactbackground {
    height: 100%;
    background-image: url(../images/contactbackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

#pdr_logo {
    width: 415px;
    margin: 0px auto 0px auto;
    padding: 25px 0 210px 0;
}

/* Merch */
.merchbackground {
    height: 100%;
    background-image: url(../images/merchbackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.merchpods {
    margin: 0 0 0 2px;
}

.merchpod {
    width: 228px;
    background-image: url(../images/parchment1.png);
    background-repeat: no-repeat;
    background-position: 2px -2px;
    float: left;
    margin-right: 11px;
    position: relative;
}

.merchpod_last {
    margin-right: 0;
}

.merchpod_cvr {
    width: 230px;
    margin: 0 auto;
    padding-top: 33px;
}

.merchpod_cvr {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.merchpod_cvr img {
    border: 3px solid #a29061;
}

.paypal {
    width: 210px;
    margin: 0 auto;
    padding-top: 10px;
}

.paypal img {
    padding-right: 4px;
}

.paypal form {
    float: left;
    width: 105px;
    height: 42px;
}

.paypal:after {
    content: "";
    display: table;
    clear: both;
}

.merchalbumtitle {
    font-size: 14px;
    color: #ced4d9;
    font-weight: normal;
    text-align: center;
    margin: 38px 0 0 0;
    text-transform: uppercase;
}

.merchtitle {
    font-size: 12px;
    color: #a29061;
    font-weight: normal;
    text-align: center;
    margin: 5px 0 0 0;
}

h5 {
    font-size: 14px;
    color: #ced4d9;
    font-weight: normal;
    text-transform: lowercase;
    margin: 0;
    padding: 30px 0 10px 0;
    text-align: center;
}

h6 {
    font-size: 12px;
    color: #ced4d9;
    font-weight: normal;
    line-height: 1.8em;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}

.applespotify {
    width: 230px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.applespotify img {
    float: left;
    padding-right: 10px;
}

.applespotify:after {
    content: "";
    display: table;
    clear: both;
}

/* Apparel */
#apparel_pods {
    width: 966px;
    overflow: auto;
    margin: 15px auto 0 auto;
    position: relative;
}

#apparel_stickers {
    width: 522px;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}

.apparel_pod {
    width: 322px;
    float: left;
    margin: 10px 0 40px 0;
    position: relative;
}

.sticker_pod {
    width: 522px;
}

.sticker_pod-image {
    padding: 0 0 10px 36px;
}

.apparel_pod-text {
    text-align: center;
}

.apparel_pod-image {
    padding-bottom: 10px;
}

#apparel .apparel_pod-text h4 {
    margin: 0;
    padding: 0;
    color: #ced4d9;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}

#apparel .apparel_pod-text p {
    margin: 0;
    padding: 0;
    color: #a39161;
}

#apparel .apparel_pod-desc {
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
}

#apparel .apparel_pod-sizes {
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
}

#apparel .apparel_pod-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.apparel_pod-links {
    width: 216px;
    overflow: auto;
    margin: 6px auto 0 auto;
}

.apparel_pod-links a {
    margin: 0 3px;
    float: left;
}

.apparel_pod-links form {
    float: left;
}

.not_available {
    color: #ced4d9;
    position: absolute;
    top: 102px;
    left: 45px;
    text-transform: uppercase;

    /* Safari */
    -webkit-transform: rotate(-30deg);

    /* Firefox */
    -moz-transform: rotate(-30deg);

    /* IE */
    -ms-transform: rotate(-30deg);

    /* Opera */
    -o-transform: rotate(-30deg);
}

.not_available p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.not_available_cd {
    position: absolute;
    top: 28%;
    left: -3%;
}

.sold_out {
    position: absolute;
    top: 34px;
    left: 46px;
}

.apparel_pod .sold_out {
    position: absolute;
    top:5px;
    left: 2px;
}

/* Photos */
.photosbackground {
    height: 100%;
    background-image: url(../images/photosbackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.photopods {
    width: 789px;
    margin: 10px auto 0 auto;
    padding-bottom: 45px;
}

.photopod {
    width: 186px;
    float: left;
    margin-right: 15px;
}

.photopod {
    font-size: 18px;
    color: #ced4d9;
    font-weight: normal;
    text-align: center;
}

.symbol {
    margin: 0 auto 8 px auto;
}

.photopod_last {
    margin-right: 0;
}

.photopages {
    width: 920px;
}

.photopage {
    width: 920px;
    margin: 0 auto;
}

.photopage {
    font-size: 18px;
    color: #ced4d9;
    font-weight: normal;
    text-align: center;
}

.photos {
    width: 920px;
    padding-top: 28px;
    margin: 0 auto;
}

.photos img {
    border: 2px solid #a29061;
    margin: 0 0 22px 22px;
}

.photos img:hover {
    border: 2px solid #ced4d9;
    margin: 0 0 22px 22px;
}

.photos97 {
    width: 920px;
    padding-top: 28px;
    margin: 0 auto;
}

.photos97 img {
    border: 2px solid #a29061;
    margin: 0 0 22px 18px;
}

.photos97 img:hover {
    border: 2px solid #ced4d9;
    margin: 0 0 22px 18px;
}

.pushForward {
    position: relative;
}

.pushForward:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

/* Media */
.mediacontent {
    min-height: 1160px;
}

.mediabackground {
    height: 100%;
    background-image: url(../images/mediabackground.jpg);
    background-repeat: no-repeat;
    background-position: 0px 180px;
}

.media_leftpod {
    width: 500px;
    height: 205px;
    text-align: left;
    margin-left: 40px;
    z-index: 1;
}

.media_leftpod img {
    float: left;
}

.media_leftpod h5 {
    font-size: 15px;
    color: #ced4d9;
    font-weight: normal;
    margin: 0 0 0 50px;
    padding: 40px 0 2px 0;
    text-transform: uppercase;
    text-align: left;
}

.media_leftpod h6 {
    font-size: 13px;
    color: #ced4d9;
    font-weight: normal;
    margin: 0;
    padding: 0 0 3px 0;
    text-align: left;
}

.media_rightpod {
    width: 700px;
    height: 205px;
    text-align: right;
    float: right;
    margin-right: 50px;
}

.media_rightpod img {
    float: right;
}

.media_rightpod h5 {
    font-size: 15px;
    color: #ced4d9;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 60px 0 2px 0;
    text-transform: uppercase;
    text-align: right;
}

.media_rightpod h6 {
    font-size: 13px;
    color: #ced4d9;
    font-weight: normal;
    margin: 0;
    padding: 0 0 3px 0;
    text-align: right;
}

.media_pod a {
    font-size: 13px;
    text-decoration: none;
    color: #a09562;
}

.media_pod a:hover {
    font-size: 13px;
    text-decoration: none;
    color: #ced4d9;
}

.media_pod .desc {
    font-size: 9px;
    color: #ced4d9;
}

.topleft {
    position: absolute;
    top: 260px;
    left: 50px;
}

.topright {
    position: absolute;
    top: 420px;
    right: 50px;
}

.lowleft {
    position: absolute;
    top: 650px;
    left: 50px;
}

.lowright {
    position: absolute;
    top: 820px;
    right: 50px;
}
/* Intro */

#brainintro_holder {
    position: relative;
    width: 1137px;
    height: 650px;
    background: #000;
}

#brainintro_chains {
    background: url(../images/brainintro_chains.png) 0 0 no-repeat;
    position: absolute;
    width: 1137px;
    height: 650px;
    left: 0;
    top: 0;
}

#brainintro_photo {
    background: url(../images/brainintro_photomain.jpg) 0 0 no-repeat;
    position: absolute;
    width: 1036px;
    height: 561px;
    left: 42px;
    top: 23px;
    display: none;
}
/* #brainintro_photo {background:url(../images/brainintro_photo.jpg) 0 0 no-repeat; position:absolute; width:612px; height:561px; left:42px; top:23px; display:none;}*/

#brainintro_text1 {
    background: url(../images/brainintro_text1.png) 0 0 no-repeat;
    position: absolute;
    width: 478px;
    height: 20px;
    left: 574px;
    top: 194px;
    display: none;
}

#brainintro_text2 {
    background: url(../images/brainintro_text2.png) 0 0 no-repeat;
    position: absolute;
    width: 437px;
    height: 25px;
    left: 589px;
    top: 358px;
    display: none;
}

#brainintro_logo {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 453px;
    height: 108px;
    left: 580px;
    top: 224px;
    background: none;
    display: none;
}

#brainintro_videoholder {
    position: absolute;
    width: 853px;
    height: 505px;
    left: 138px;
    top: 57px;
    display: none;
    background-color: #000;
}

#brainintro_videoholder .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -63px;
    margin-top: -42px;
}

#brainintro_videoholder2 {
    position: absolute;
    width: 853px;
    height: 505px;
    left: 148px;
    top: 57px;
    background-color: #000;
}

#brainintro_nav {
    height: 22px;
}

#brainintro_nav-list {
    display: none;
}

/* Videos */
#video_modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 999;
    display: none;
}

#video_modal-holder {
    background: white;
    position: fixed;
    width: 720px;
    height: 480px;
    top: 50%;
    left: 50%;
    margin: -240px 0 0 -360px;
    z-index: 9999;
    display: none;
}



