html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #fff; margin: 1em 0; padding: 0; float: left; width: 100%;}
input, select { vertical-align: middle; }

body { font:14px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:focus:invalid, textarea:focus:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }

::-moz-selection{ background: #9C9C9C; color:#fff; text-shadow: none; }
::selection { background:#9C9C9C; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #F9782F; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #555; text-decoration: none; }
a:hover { color: #333; text-decoration: none;}

@media all {

    /* GENERAL */

    body {
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        background-color: #fafafa !important;
    }

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }


    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
    }

    h2 {
        font-size: 28px;
        font-weight: normal;
        background: #82008F;
        padding: 15px 60px;
    }

    h2.nm {
        margin-top: -32px;
    }

    .wrapper {
        margin: 0 auto;
        width: 1000px;
    }

    header {
        background: #000;
        height: 300px;
    }

    #logo {
        float: left;
        width: 250px;
        height: 107px;
        text-indent: -99999px;
        outline: none;
        background: url(img/logo_lasso.png) no-repeat;
        margin: 100px 0 30px 375px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

        #logo {
            background: url(img/logo_lasso@2x.png) no-repeat;
            background-size: 250px 107px;
        }
    }

    #logo a {
        display: block;
        width: 250px;
        height: 107px;
    }

    #connect {
        top: 90px;
        right: 20px;
        text-align: center;
        color: #fff;
        position: absolute;
    }

    .connect ul {
        text-align: center;
        margin: 10px 0;
    }

    .connect ul li {
        display: block;
        margin: 10px 5px;
    }

    .footer-block.connect ul li {
        display: inline;
        margin: 0 5px;
    }

    .connect ul li a {
        display: inline-block;
        height: 30px;
        width: 30px;
        background: url(img/social.png);
        text-indent: -99999px;
        outline: none;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

        .connect ul li a {
            background: url(img/social@2x.png);
            background-size: 90px 60px;
        }
    }

    .connect ul li a.twitter:hover {
        background-position: 0 -30px;
        text-decoration: none;
    }

    .connect ul li a.facebook {
        background-position: -30px 0;
    }

    .connect ul li a.facebook:hover {
        background-position: -30px -30px;
    }

    .connect ul li a.linkedin {
        background-position: -60px 0;
    }

    .connect ul li a.linkedin:hover {
        background-position: -60px -30px;
    }

    #sub-header {
        background: #fe8d80;
        color: #fff;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        padding: 80px 0;
    }

    #sub-header .bolder {
        font-size: 60px;
    }

    footer {
        height: 230px;
        background: #FF0050;
        color: #fff;
        padding: 0 40px 0 0;
    }

    footer.footer-detail {
        background: #000;
    }

    footer .wrapper {
        height: 230px;
        background: #FF0050 url(img/footer_logo_lasso.png) no-repeat 80px center;
    }

    footer.footer-detail .wrapper {
        background: #000 url(img/footer_logo_lasso.png) no-repeat 80px center;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {

        footer .wrapper {
            background: #FF0050 url(img/footer_logo_lasso@2x.png) no-repeat 80px center;
            background-size: 150px 65px;
        }

        footer.footer-detail .wrapper {
            background: #000 url(img/footer_logo_lasso@2x.png) no-repeat 80px center;
            background-size: 150px 65px;
        }
    }

    .footer-block {
        float: right;
        width: 200px;
        padding: 85px 0 0 0;
        text-align: center;
        margin: 0 0 0 30px;
    }

    .footer-block.questions {
        margin-left: 60px;
    }

    #questions {
        color: #82008F;
        display: block;
        font-size: 22px;
        padding: 10px 0 0 0;
    }

    #questions:hover {
        color: #82008F;
        text-decoration: underline;
    }

    #newsletter-email {
        border: none;
        height: 15px;
        padding: 5px;
        vertical-align: middle;
        width: 150px;
    }

    #newsletter-submit.ok {
        background: #9cd71d url(img/newsletter.png) no-repeat center center;
    }

    #newsletter-submit.nok {
        background: #eb2531 url(img/newsletter.png) no-repeat center center;
    }

    #newsletter-submit {
        border: none;
        height: 25px;
        width: 40px;
        background: #82008F url(img/newsletter.png) no-repeat center center;
        text-indent: -99999px;
        outline: none;
        vertical-align: middle;
    }

    #newsletter-wrapper {
        text-align: left;
        margin: 10px 0 0 0;
    }

    /* Slideshow */

    .white {
        background: #fff;
        padding: 0 0 30px 0;
    }

    #slideshow-wrapper {
        height: 470px;
        position: relative;
        float: left;
    }

    #slideshow-wrapper h3 {
        font-size: 26px;
        text-align: center;
        font-weight: 400;
        position: absolute;
        top: 17px;
        left: 50px;
        z-index: 99;
        color: #fff;
        background: #82008F;
        padding: 15px 60px;
    }

    .color h3 {
        background: #82008F;
        padding: 15px 60px;
        font-size: 26px;
        color: #fff;
        position: absolute;
        top: -33px;
        left: 50px;
    }

    #slideshow {
        width: 950px;
        height: 360px;
        margin: 50px 0 0 25px;
        position: relative;
    }

    #badge-wrapper {
        position: absolute;
        right: 40px;
        bottom: 43px;
        z-index: 99;
        display: none;
    }

    #badge-text {
        background: #82008F;
        position: relative;
        float: right;
        text-align: center;
        width: auto;
        color: #fff;
        font-size: 43px;
        font-weight: 900;
        padding: 15px 60px;
    }

    #badge-corner {
        width: 17px;
        height: 85px;
        background: url(img/corner.png) no-repeat bottom left;
        position: relative;
        float: right;
    }

    /* Artists */

    .color {
        background: #FF0050;
    }

    .color .wrapper {
        padding: 50px 0 0 0;
        position: relative;
    }

    .list-title {
        width: 950px;
        text-align: right;
        padding: 0 0 25px 0;
    }

    #to-list {
        color: #fff;
        font-size: 15px;
    }

    #to-photos {
        font-size: 15px;
        color: #fff;
    }

    #list-photos {
        padding: 0 25px 25px 25px;
        float: left;
    }

    .artist {
        width: 300px;
        height: 290px;
        float: left;
        margin: 0 25px 25px 0;
        position: relative;
    }

    .artist.last {
        margin-right: 0;
    }

    .artist img {
        width: 290px;
        height: 217px;
        border: 5px solid #fff;
        vertical-align: middle;
    }

    .artist span {
        font-weight: 300;
        display: block;
        text-align: center;
        background: #fff;
        color: #82008F;
        height: 45px;
        font-size: 16px;
        line-height: 32px;
        text-transform: uppercase;
        padding: 10px 0 0 0;
        transition: background 0.5s;
        position: absolute;
        bottom: 0;
        width: 300px;
    }

    .artist:hover span {
        background: #82008F;
        color: #fff;
        transition: background 0.5s;
    }

    .artist span.f10 {
        position: absolute;
        bottom: 54px;
        right: 5px;
        width: 150px;
        height: 20px;
        color: #000;
        background: #F4F4F4;
        font-size: 14px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #list-text {
        display: none;
        opacity: 0;
        float: left;
        padding: 0 0 25px 0;
    }

    #list-text ul {
        width: 500px;
        float: left;
        margin: 0;
        text-align: center;
        list-style: none;
    }

    #list-text ul li {
        margin: 15px 0;
    }

    #list-text ul li a {
        color: #fff;
        font-size: 20px;
    }

    #list-text ul li a:hover {
        color: #82008F;
    }

    #list-text ul li a span.f10 {
        color: #fff;
        font-size: 14px;
    }

    /* Artist Detail */

    .artist-detail {
        padding: 25px;
        width: 950px;
        position: relative;
    }

    .artist-info {
        width: 100%;
        float: left;
    }

    .artist-detail h1 {
        font-size: 40px;
        color: #82008F;
        float: left;
        display: block;
    }

    .title-wrapper {
        width: 100%;
        float: left;
        position: relative;
        height: 60px;
        margin: -40px 0 0 0;
    }

    .artist-detail h2 {
        z-index: 999;
        display: block;
        position: absolute;
        height: 30px;
        width: 170px;
        text-transform: uppercase;
        background: #FF0050;
        color: #fff;
        text-align: center;
        left: 330px;
        top: 30px;
    }

    .grey-wall {
        background: #f0f0f0;
        float: left;
        width: 950px;
        padding: 75px 0 25px 0;
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }

    .book-link {
        display: block;
        float: right;
        font-size: 30px;
        color: #fff;
        background-color: #82008F;
        padding: 10px 30px;
    }

    .book-link:hover {
        color: #82008F;
        background-color: #e2e2e2;
    }

    a.back-link {
        display: block;
        float: right;
        font-size: 30px;
        color: #82008F;
        background-color: #e2e2e2;
        padding: 10px 30px;
        margin: 0 10px 0 0;
    }

    a.back-link:hover {
        color: #fff;
        background-color: #82008F;
    }

    #photos {
        width: 950px;
        height: 360px;
        float: left;
        margin: 20px 0;
        position: relative;
    }

    #photos .f10 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 230px;
        height: 26px;
        color: #000;
        background: #F4F4F4;
        font-size: 22px;
        padding: 5px;
        text-align: center;
    }

    #photo-nav, #video-nav {
        position: relative;
        width: 950px;
        float: left;
        z-index: 99999;
    }

    #filler {
        width: 100%;
        float: left;
        height: 42px;
    }

    #prev, #next, #video-prev, #video-next {
        color: #e2e2e2;
        background-color: #82008F;
        padding: 10px 20px;
        font-size: 18px;
    }

    #prev:hover, #next:hover, #video-prev:hover, #video-next:hover {
        color: #82008F;
        background-color: #e2e2e2;
    }

    #prev, #video-prev {
        float: left;
    }

    #next, #video-next {
        float: right;
    }

    #videos {
        width: 950px;
        float: left;
        margin: 20px 0;
    }

    .audio-file {
        width: 950px;
        float: left;
        margin: 10px 0;
    }

    .audio-file iframe {
        margin: 0 0 0 25px;
    }

    #stick {
        width: 950px;
        float: left;
        height: 1px;
        position: relative;
    }

    #sound-link {
        position: absolute;
        height: 50px;
        right: 0;
        top: -25px;
        z-index: 9999;
    }

    #sound-link a {
        height: 35px;
        display: block;
        float: right;
        background: #82008F;
        color: #e2e2e2;
        padding: 15px 20px 0 20px;
        font-size: 16px;
    }

    #sound-link a:hover {
        color: #82008F;
        background: #e2e2e2;
    }

    .bio-text {
        font-size: 18px;
        text-align: center;
        padding: 0 100px 25px 100px;
        line-height: 200%;
        color: #82008F;
    }

    .bio-text p {
        margin: 0 0 10px 0;
    }

    .bio-text p a {
        color: #82008F;
        font-weight: 700;
    }

    .bio-text p a:hover {
        text-decoration: underline;
    }

    .bio-text .first p {
        padding: 0 10px 0 0;
    }

    .bio-text .last p {
        padding: 0 0 0 10px;
    }

    .bio-text .column {
        /*        padding: 5px;*/
    }

    .fb-like-box {
        float: left;
        margin: 0 0 0 25px;
    }

}
