
/* --------------------------------------------------
    
    HOME SLIDER
    
-------------------------------------------------- */

.home-slider {
    position: relative;
}

.home-slider .slide {
    position: relative;
    z-index: 1;
    display: none;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-slider .slide.current {
    display: block;
    z-index: 2;
}
.home-slider .slide .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.00) 27%, #000000 100%);
    background-image: -o-linear-gradient(rgba(0,0,0,0.00) 27%, #000000 100%);
    background-image: linear-gradient(rgba(0,0,0,0.00) 27%, #000000 100%);
}

.home-slider .slide img {
    display: block;
    width: 100%;
    height: auto;
}


.home-slider .slides-captions {
    padding-left: 17.7604%;
    position: relative;
    z-index: 3;
    margin-top: -310px;
    margin-bottom: 20px;
    max-width: 827px;
    margin-left: auto;
    margin-right: auto;
}

.home-slider .caption {
    display: none;
}
.home-slider .caption.current {
    display: block;
}

.home-slider .caption .title {
    display: block;
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 7.6px;
    line-height: 61px;
    text-transform: uppercase;
}
.home-slider .caption a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 120px;
    padding-right: 120px;

    border: 2px solid #FFFFFF;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 6px;
    line-height: 29px;
    text-decoration: none;
    text-transform: uppercase;
}
.home-slider .caption a:hover {
    background-color: #fff;
    color: #242D34;
}

/* -------------------------
    CONTROLS
------------------------- */

.slides-controls {
    position: relative;
    z-index: 4;

    text-align: center;
}
.slides-controls ul {
    display: inline-block;
    padding: 0;
    list-style: none;
}
.slides-controls ul li {
    float: left;
    margin-right: 10px;
}
.slides-controls ul li a {
    display: block;
    height: 13px;
    width: 13px;

    border-radius: 50%;
    
    border: 1px solid #FFF;
}
.slides-controls ul li.current a {
    background-color: #fff;
}


@media only screen and (max-width:1240px) {
    .home-slider .caption .title {
        font-size: 40px;
    }
}

/* --------------------------------------------------
    
    BLOC INSTRUMENT HOME
    
-------------------------------------------------- */

.instruments-bloc-home {
    padding-top: 115px;
    padding-bottom: 150px;

    text-align: center;

    overflow: hidden;
}
.instruments-bloc-home:after {
    content: '';
    display: block;
    clear: both;
}
.instruments-bloc-home .baseline {
    display: block;
    padding-left: 15px;
    padding-right: 15px;

    font-size: 30px;
    color: #69787E;
    letter-spacing: 7.5px;
    line-height: 37px;
}
.instruments-bloc-home h2 {
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;

    font-weight: bold;
    font-size: 48px;
    color: #4B565A;
    letter-spacing: 5px;
    line-height: 59px;
}


.instrument-home-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.instruments-bloc-home .instrument {
    width: 33.3333%;

    float: left;
    
    color: #4B565A;
    text-align: center;
    text-decoration: none;
}
.instruments-bloc-home .instrument .instrument-wrap {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
}
.instruments-bloc-home .instrument img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}
.instruments-bloc-home .instrument .title {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;

    font-size: 32px;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 39px;
    text-transform: uppercase;
}
.instruments-bloc-home .instrument .desc {
    display: block;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-bottom: 42px;

    border-top: 1px solid #E1E1C2;

    font-size: 15px;
    color: #000000;
    letter-spacing: 3.75px;
    line-height: 18px;
}


@media only screen and (max-width:1140px) {
    .instruments-bloc-home .instrument .desc{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width:950px) {
    .instruments-bloc-home .baseline {
        font-size: 20px;
    }
    .instruments-bloc-home h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .instruments-bloc-home .instrument {
        width: 50%;
    }
    .instruments-bloc-home {
        padding-top: 70px;
    }
}

@media only screen and (max-width:600px) {
    .instruments-bloc-home .baseline {
        font-size: 15px;
    }
    .instruments-bloc-home h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .instruments-bloc-home .instrument {
        width: 100%;
    }
    .instruments-bloc-home {
        padding-top: 50px;
    }
}


/* --------------------------------------------------
    
    INSTRUMENTS LIST 
    
-------------------------------------------------- */

.instruments-header .breadcrumb {
    display: block;
    margin-bottom: 15px;

    text-align: center;
    font-size: 20px;
    color: #4B565A;
    letter-spacing: 5px;
    line-height: 24px;
    text-transform: uppercase;

    clear: both;
}
.instruments-header .breadcrumb a {
    color: #4B565A;
    text-decoration: none;
}

.instruments-header h1 {
    margin-bottom: 70px;
    margin-top: 70px;
    
    font-size: 52px;
    color: #242D34;
    letter-spacing: 13px;
    line-height: 63px;    
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}


.instruments-wrapper .filter {
    margin-bottom: 110px;

    border-top: 1px solid #4B565A;
}
.instruments-wrapper .filter.opened {
    height: auto;
}

.instruments-wrapper .filter .filter-btn {
    display: block;
    max-width: 295px;

    cursor: pointer;

    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 110px;
    padding-right: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -26px;


    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 2.4px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;

    position: relative;
    z-index: 10;

    border-radius: 5px;

    background-color: #69787E;
    border: 1px solid #4B565A;

    box-sizing: border-box;
}
.instruments-wrapper .filter ul {
    height: 0;
    padding-left: 0;
    /*padding-top: 30px;
    padding-bottom: 20px;*/
    margin-top: -24px;

    overflow: hidden;

    background-color: #69787E;

    list-style: none;
}
.instruments-wrapper .filter.opened ul {
    height: auto;
}
.instruments-wrapper .filter ul li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;

    text-align: center;
}

.instruments-wrapper .filter ul li a {
    font-size: 14px;
    color: #E9E9E1;
    text-decoration: none;
    text-transform: uppercase;
}


.instruments-list .instrument {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 20px;

    color: #242D34;

   

    border-bottom: 1px solid #4B565A;
    text-decoration: none;
}
.instruments-list .instrument:last-child {
    border-bottom: none;
    margin-bottom: 100px;
}

.instruments-list .instrument .wrap {
    position: relative;
    padding-left: 50px;
}

.instruments-list .instrument .wrap:after {
    content: '';
    display: block;
    clear: both;
}

.instrument span {
    display: block;
}
.instrument .level {
    width: 30px;
    max-width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.instrument .level .background {
    width: 30px;
    max-width: 30px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.instrument .pro .background {
    background-color: #A55E63;
}
.instrument .conf .background {
    background-color: #F6A8A7;
}
.instrument .stud .background {
    background-color: #FDD1B6;
}

.instrument .level span.lvl-text {
    transform-origin: 0 0;

    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 19px;
    text-transform: uppercase;
    
    position: absolute;
    bottom: -10px;
    left: 5px;
}

.instrument .title {
    max-width: 520px;
    width: 100%;
    margin-bottom: 50px;

    float: left;

    font-weight: bold;
    font-size: 50px;
    color: #242D34;
    letter-spacing: 12.5px;
    line-height: 61px;
    text-transform: uppercase;
}

.instrument .keys {
    padding-top: 15px;

    float: left;
}
.instrument .keys span {
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;

    float: left;

    background-color: #69787E;
    border-radius: 20px;

    font-size: 15px;
    color: #FFFFFF;
    line-height: 19px;
}
.instrument .keys span:last-child {
    margin-right: 0;
}

.instrument .desc {
    max-width: 580px;
    margin-bottom: 20px;

    clear: both;
    
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
}
.instrument img {
    display: block;
    width: 100%;
    max-width: 930px;
    height: auto;

    float: right;
}

@media only screen and (max-width:1120px) {
    .instrument .title {
        margin-bottom: 5px;
        float: none;
    }
    .instrument .keys {
        float: none;
        margin-bottom: 20px;
    }
    .instrument .keys:after {
        content: '';
        display: block;
        clear: both;
    }
}

@media only screen and (max-width:790px) {
    .instrument .title {
        font-size: 40px;
        letter-spacing: 5.5px;
    }
    .instrument .desc {
        font-size: 16px;
    }
}



/* --------------------------------------------------
    
    FICHE SINGLE
    
-------------------------------------------------- */

.instrument-bloc {
    border-bottom: 1px solid #4B565A;
}
.instrument-bloc:after {
    content: '';
    display: block;
    clear: both;
}

/* -------------------------
    FULL
------------------------- */


.instrument-bloc.full {
    padding-top: 100px;
    padding-bottom: 200px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;    
}

.instrument-bloc.full img {
    display: inline-block;
    width: 100%;
    max-width: 1592px;
    height: auto;
}

/* -------------------------
    HALF
------------------------- */


.instrument-bloc.half {
    display: table;
    height: 100%;
    width: 100%;
}
.instrument-bloc.half > div{
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.instrument-bloc.half > div.full-block {
    width: 100%;
    padding-top: 40px;
}

.instrument-bloc .pict-bloc .pict-bloc-wrap {
    /*padding-right: 20px;*/
}
.instrument-bloc .pict-bloc img {
    display: block;
    width: 100%;
    height: auto;
}

.text-bloc .text-bloc-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.text-bloc .text-content {
    display: table-cell;
    margin-right: auto;
    vertical-align: middle;
}
.text-bloc .max-width {
    max-width: 567px;
    margin-left: auto;
    margin-right: auto;
}
.text-bloc.full-block .max-width {
    max-width: 730px;
}
.text-bloc .max-width a {
    color: #575F63;
}

.text-bloc h2 {
    margin-bottom: 35px;
    font-size: 40px;
    color: #000000;
    font-weight: normal;
    line-height: 49px;
    text-transform: none;
}
.text-bloc p {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}


/* -------------------------
    TECHNICAL
------------------------- */

.instrument-bloc.technical {
    padding-top: 45px;
    padding-bottom: 140px;

    background-color: #69787E;

    color: #fff;
}
.instrument-bloc .technical-wrap {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}
.technical-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.technical-wrap h3 {
    margin-bottom: 50px;

    font-size: 50px;
    line-height: 50px;
    color: #242D34;
    letter-spacing: 12.5px;

    text-transform: uppercase;
    text-align: center;
}
.technical-wrap > div {
    width: 50%;

    float: left;
}
.technical-wrap > div:after {
    content: '';
    display: block;
    clear: both;
}

.technical-wrap ul {
    width: 100%;
    max-width: 505px;
    padding-left: 0;

    list-style: none;
}

.technical-wrap ul li {
    margin-bottom: 10px;
}
.technical-wrap ul li:after {
    content: '';
    display: block;
    clear: both;
}
.technical-wrap ul li.margin {
    margin-bottom: 80px;
}
.technical-wrap ul li span {
    display: block;
    width: 50%;

    float: left;

    color: #E9E9E1;
    font-size: 20px;
    font-weight: bold;
}
.technical-wrap ul li span.value {
    width: 50%;

    font-weight: normal;
}
.technical-wrap .left ul {
    float: left;
}
.technical-wrap .right ul {
    max-width: 495px;

    float: right;
}

/* -------------------------
    RELATED ARTISTES
------------------------- */

.white-bloc {
    padding-top: 58px;
    padding-bottom: 58px;

    border-bottom: 1px solid #4B565A;
}
.white-bloc-wrap {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}

.white-bloc h3 {
    margin-bottom: 65px;
    
    font-size: 50px;
    line-height: 50px;
    color: #242D34;
    letter-spacing: 12.5px;

    text-transform: uppercase;
    text-align: center;
}

.related-artistes-wrap {
    margin-left: -42px;
    margin-right: -42px;
    padding-left: 15px;
    padding-right: 15px;
}
.related-artistes-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.related-artistes-wrap .artiste {
    display: block;
    width: 20%;

    float: left;

    color: #000000;
    text-decoration: none;
}
.related-artistes-wrap .artiste-wrap {
    display: block;
    margin-left: 42px;
    margin-right: 42px;
}
.related-artistes-wrap .artiste-wrap .image {
    display: block;
    margin-bottom: 30px;

    overflow: hidden;

    border-radius: 50%;
}
.related-artistes-wrap .artiste-wrap .image img {
    display: block;
    width: 100%;
    height: auto;
}
.related-artistes-wrap .artiste-wrap .title {
    display: block;

    font-size: 20px;
    color: #000000;
    text-align: center;
}


/* --------------------------------------------------
    ACCESSOIRES
-------------------------------------------------- */

.accessories-wrap {
    margin-left: -145px;
    margin-right: -145px;

    padding-left: 20px;
    padding-right: 20px;
}
.accessories-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.accessories-wrap .accessorie {
    display: block;
    width: 50%;

    float: left;

}
.accessories-wrap .accessorie.full-width {
    width: 100%;
    max-width : 820px;
    margin-left: auto;
    margin-right: auto;

    float: none;

}
.accessories-wrap .accessorie .accessorie-wrap {
    display: block;
    margin-left: 145px;
    margin-right: 145px;
}

.accessorie .accessorie-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

/* --------------------------------------------------
    MAP
-------------------------------------------------- */

.retailer_head {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 55px;
    padding-right: 55px;

    background-color: #69787E;
}
.retailer_head input {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 400px;

    border-radius: 5px;

    box-sizing:border-box;

    border: none;

    text-transform: uppercase;
    font-size: 15.48px;
    color: #999999;
    letter-spacing: 4.5px;
}


.retailers-container {
    padding-right: 550px;
    position: relative;
}

.premium-bloc-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    background-color: #F8F8F8;
    padding-top: 20px;
    padding-bottom: 20px;
}
.premium-title-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
.premium-title-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.premium-title-wrap span.title {
    display: block;
    padding-top: 15px;

    font-size: 12.9px;
    line-height: 16px;
    color: #D0021B;
    float: left;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    font-weight: bold;
}
.premium-title-wrap span.title:before {
    content: '';
    display: block;
    height: 65px;
    width: 44px;
    margin-right: 15px;
    margin-top: -15px;

    float: left;

    background-image: url(img/premium-title-pin.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.premium-title-wrap span.desc {
    display: block;
    max-width: 220px;
    padding-left: 15px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 100%;

    float: right;

    border-left: 10px solid #D0021B;

    font-size: 12.9px;
    line-height: 14px;
    color: #D0021B;
}

.retailers-list {
    width: 550px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 105px;
    /*height: 100%;*/


    background-color: #fff;


    /*overflow: auto;*/
}
.retailers-list.nopadding {
    padding-top: 0;   
}

.retailers-items {
    height: 100%;
    overflow: auto;
}
.retailers-items .no-result {
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;

    text-transform: uppercase;
}
.retailer-block {
    cursor: pointer;
    margin-bottom: 2px;
    border-left: 10px solid #69787E;
}
.retailer-block.is-repare {
    border-left: 10px solid #78B8AE;
}
.retailer-block.is-premium {
    border-left: 10px solid #D0021B;
}

.retailer-block.hightlight {
    background-color: #eee;
}

.retailer-block .block-wrapper {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.retailer-block span {
    display: block;
}

.retailer-block .title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 21.5px;
    color: #242D34;
    letter-spacing: 6.25px;
}
.retailer-block .adress, .retailer-block .zip, .retailer-block .country {
    font-size: 17.2px;
    color: #242D34;
    letter-spacing: 5px;
}

.retailers-list .loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(0,0,0,0.4);
}
.retailers-list .loader span {
    display: block;
    height: 48px;
    width: 48px;

    background-image: url(img/ajax-loader.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}


#map {
    width: 100%;
    padding-top: 61%;
}

@media only screen and (max-width:1240px) {
    .text-bloc .max-width {
        max-width: 467px;
    }
    .text-bloc p {
        font-size: 16px;
    }
}
@media only screen and (max-width:1150px) {
    .retailers-container {
        padding-right: 0;
    }
    #map {
        padding-top: 73%;
    }
    .retailers-list {
        width: 100%;

        position: relative;
    }
    .retailers-items {
        max-height: 314px;
    }
}
@media only screen and (max-width:1065px) {
    .text-bloc .text-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .instruments-header h1 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:865px) {
    .text-bloc p {
        font-size: 14px;
        margin-bottom: 0;

    }
    .instrument-bloc.full {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width:810px) {
    .instrument-bloc.half {
        display: block;
    }
    .instrument-bloc.half > div.text-bloc {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .instrument-bloc .pict-bloc img {
        border-top: 1px solid #4B565A;
    }    
}
@media only screen and (max-width:620px) {
    .instruments-header .breadcrumb {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .instruments-header h1 {
        font-size: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width:480px) {
    .instruments-header .breadcrumb {
        font-size: 14px;
    }
    .retailer_head input {
        padding-top: 10px;
        padding-bottom: 10px;

        font-size: 10px;
    }
    .retailers-list {
        padding-top: 160px;
    }

    .premium-title-wrap span.desc, .premium-title-wrap span.title {
        float: none;
    }
    .premium-title-wrap span.title {
        margin-bottom: 30px;
    }

    .retailer-block .block-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* --------------------------------------------------
    
    MAGAZINE 
    
-------------------------------------------------- */

.magazine-container {

}

.magazine-item {
    width: 100%;
    height: 922px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}



.magazine-item p {
    max-width: 375px;

    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 4.5px;
    line-height: 22px;

    text-align: justify;

    position: absolute;
}
.magazine-item p.right {
    right: 90px;
}
.magazine-item p.bot {
    bottom: 90px;
}
.magazine-item p.top {
    top: 90px;
}
.magazine-item p.left {
    left: 90px;
}
.magazine-item p.center {
    left: 50%;

    margin-left: -187px;
}



.magazine-item a {
    display: block;

    position: relative;

    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    text-decoration: none;

    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.magazine-item a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FFF;

}

.magazine-item:last-child a {
    display: none;
}


/* --------------------------------------------------
    
    ARTIST SINGLE
    
-------------------------------------------------- */


.artist-content-bloc {
    padding-bottom: 100px;
}
.artist-content-bloc:after {
    content: '';
    display: block;
    clear: both;
}

.artist-content-bloc .artist-bio, .artist-content-bloc .artist-side {
    width: 50%;
    float: left;
}

/* -------------------------
    BIO
------------------------- */

.artist-bio .artist-thumbnail {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 30px;
}
.artist-bio .artist-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
.artist-bio .artist-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: center;
}
.artist-bio .artist-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4B565A;

    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}
.artist-bio .artist-title span {
    display: inline-block;
    max-width: 639px;
    padding-left: 40px;
    padding-right: 40px;

    background-color: #fff;

    font-size: 30px;
    color: #242D34;
    font-weight: bold;
    letter-spacing: 7.5px;

    position: relative;
    z-index: 2;
}

.artist-bio .artist-bio-wrapper {
    padding-left: 60px;
    padding-right: 60px;

    text-align: justify;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}
.artist-bio .artist-bio-wrapper p {
    margin-top: 0;
    margin-bottom: 30px;
}
.artist-bio .artist-bio-wrapper p a {
    color: #000;
}



/* -------------------------
    SIDE
------------------------- */


.artist-side .bloc-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: center;
}
.artist-side .bloc-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4B565A;

    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}
.artist-side .bloc-title span {
    display: inline-block;
    max-width: 639px;
    padding-left: 40px;
    padding-right: 40px;

    background-color: #fff;

    font-size: 30px;
    color: #242D34;
    font-weight: bold;
    letter-spacing: 7.5px;

    position: relative;
    z-index: 2;
}

.artist-side .artist-instruments {
    padding-bottom: 30px;
}
.artist-side .artist-instruments a {
    display: block;
    text-decoration: none;
}
.artist-instruments .instrument .title {
    font-weight: normal;
    float: none;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 8px;
    max-width: 100%;
    text-align: center;
    line-height: 18px;
}
.artist-instruments .instrument img {
    margin-bottom: 20px;

    float: none;
}


.artist-songs .song {
    margin-bottom: 50px;
}

.artist-songs .song:after {
    content: '';
    display: block;
    clear: both;
}


.artist-songs .song .image {
    max-width: 200px;
    margin-right: 50px;

    float: left;

}
.artist-songs .song .image img {
    display: block;
    width: 100%;
    height: auto;
}


.artist-songs .song .content {

}
.artist-songs .song .content span {
    display: block;

    font-size: 20px;
    color: #000000;
    line-height: 24px;
}
.artist-songs .song .content span.title {
    font-weight: bold;
}
.artist-songs .song .content span.title span {
    display: inline;
    font-weight: normal;
}

.artist-songs .song .content span.label {
    margin-bottom: 30px;
}

.artist-songs .song .content ul {
    padding-left: 0;
    list-style: none;
}
.artist-songs .song .content ul li {
    float: left;

    margin-right: 50px;
}
.artist-songs .song .content ul li:last-child {
    margin-right: 0;
}

.artist-songs .song .content ul li a {
    display: block;
    width: 38px;
    height: 30px;

    background-image: url(img/sprite.svg);
    background-position: -1px -1px;
    background-repeat: no-repeat;

    text-indent: -5000px;
}
.no-svg .artist-songs .song .content ul li a {
    background-image: url(img/sprite.png);
}


.artist-songs .song .content ul li a.music {
    width: 31px;
    height: 32px;

    background-position: -44px -1px;
}

.artist-video {
    margin-bottom: 50px;

    overflow: hidden;
}

.artist-video .video-container {
    margin-bottom: 20px;
}
.artist-video .video-container:after {
    content: '';
    display: block;
    clear: both;
}
.artist-video .video {
    width: 100%;
    max-width: 761px;

    float: left;
}

.artist-video .slide-controls {
    list-style: none;
    padding: 0;

    text-align: center;
}
.artist-video .slide-controls li {
    display: inline-block;
}
.artist-video .slide-controls li a {
    display: block;
    height: 15px;
    width: 15px;
    margin-left: 8px;
    margin-right: 8px;

    border: 1px solid #979797;
    border-radius: 50%;
}
.artist-video .slide-controls li a.current {
    background-color: #1E1E1E;
    border: 1px solid #1E1E1E;
}


.artist-social {
    margin-bottom: 50px;

}
.artist-social ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.artist-social ul li {
    display: inline-block;

}
.artist-social ul li a {
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 40px;

    background-image: url(img/sprite.svg);
    background-position: -186px -3px;
    background-repeat: no-repeat;

    text-indent: -5000px;
}
.no-svg .artist-social ul li a {
    background-image: url(img/sprite.png);
}

.artist-social ul li a.twitter {
    margin-top: 3px;
    background-position: -133px -3px;
    
}
.artist-social ul li a.instagram {
    background-position: -81px -2px;
}
.artist-social ul li a.youtube {
    margin-top: 5px;
    height: 35px;
    background-position: -3px -38px;
    
}
.artist-social ul li a.soundcloud {
    height: 28px;
    margin-top: 10px;
    background-position: -84px -52px;
    
}

.artist-agenda {

}

.artist-agenda ul {
    list-style: none;
    padding-left: 60px;
}

.artist-agenda ul li {
    margin-bottom: 15px;
}
.artist-agenda ul li span {
    display: inline-block;

    font-size: 20px;
    color: #000000;
}

.artist-agenda ul li .pict {
    height: 30px;
    width: 26px;
    margin-bottom: -7px;
    margin-right: 80px;

    background-image: url(img/sprite.svg);
    background-position: -53px -41px;
    background-repeat: no-repeat;
}
.no-svg .artist-agenda ul li .pict {
    background-image: url(img/sprite.png);
}

.artist-agenda ul li .date {
    margin-right: 100px;
} 

/* --------------------------------------------------
    
    ARTIST ARCHIVE
    
-------------------------------------------------- */

.artist-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

    padding-bottom: 90px;
}

.artiste-list-wrap {
    margin-left: -20px;
    margin-right: -20px;
}
.artiste-list-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.artist-list .artist-card {
    display: block;
    width: 15%;

    float: left;

    text-decoration: none;
    text-align: center;

    /*background-color: #EFEFEF;*/
    background-color: #e9e9e1;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

    border-radius: 5px;
}
.artist-list .artist-card:hover {
    /*background-color: #E4E4E4;*/
    background-color: #D5D6D0;
}

.artist-list .artist-card span {
    display: block;
}
.artist-list .artist-card span.artist-card-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.artist-list .artist-card span.image-wrap {
    margin-bottom: 20px;

    border-radius: 50%;
    overflow: hidden;
}
.artist-list .artist-card span.image-wrap img{
    display: block;
    width: 100%;
    height: auto;
}

.artist-list .artist-card span.title {
    font-size: 20px;
    color: #000000;
}
.artist-list .artist-card span.role {
    font-size: 17px;
    color: #8A8A8A;
}



/* --------------------------------------------------
    
    ARCHIVE NEWS
    
-------------------------------------------------- */

.instruments-list .article {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

    text-decoration: none;
    color: #242D34;
    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 1px solid #CCC;
}
.instruments-list .article span {
    display: block;
}
.instruments-list .article .article-wrap {
    margin-left: 20px;
    margin-right: 20px;
}
.instruments-list .article .title {
    width: 100%;
    font-weight: bold;
    font-size: 50px;
    
    letter-spacing: 12.5px;
    line-height: 61px;
    text-transform: uppercase;
}
.instruments-list .article .type {
    color: #4B565A;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 24px;
    text-transform: uppercase;
}
.instruments-list .article .desc {
    margin-bottom: 20px;
    clear: both;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
}


/* --------------------------------------------------
    
    SINGLE CONTENT
    
-------------------------------------------------- */

.single-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 80px;
}
.single-container:after {
    content: '';
    display: block;
    clear: both;
}
.single-container.wrap {
    margin-left: auto;
    margin-right: auto;
}
.single-container.wrap .single-container-wrap {
    margin-left: 20px;
    margin-right: 20px;
}

/* --------------------------------------------------
    
    HOME GROUP
    
-------------------------------------------------- */

.ff-stream {
    background-color: #fff!important;
}

.selector-bloc {   
    padding: 20px;

    text-align: center;
}

.selector-bloc .selector {
    border: 1px solid #242D34;
    text-transform: uppercase;
}
.selector-bloc .selector:after {
    content: '';
    display: block;

    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #242D34;

    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 2;
}

div.selector select {
    z-index: 3;
}


.announcement-banner-image {
    height: auto;
}

/* --------------------------------------------------
    
    MAP HOLDING
    
-------------------------------------------------- */


.infowindow-content h1 {
    font-size: 30px;
    line-height: 30px;
}

.map-holding-container {
    position: relative;
    width: 100%;
    padding-top: 61%;
    margin-bottom: 30px;
}
#map-holding {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


/* --------------------------------------------------
    
    COLUMN Separator
    
-------------------------------------------------- */

.w3col {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    
    border-bottom: 1px solid #808080;
    position: relative;
}

.w3col:after {
    content:'';
    display: block;
    clear: both;
}

.w3col .col {
    width: 33.33333%;
    float: left;
    
}
.w3col .col h3 {
    text-align: left;
    line-height: 28px;
}

@media only screen and (max-width:1099px) { 
    .w3col .col h3 {
        font-size: 20px;
    }
    .w3col .col p {
        font-size: 14px;
    }
}

@media only screen and (max-width:985px) { 
    .single-container-wrap .w3col{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .w3col:after {
        clear:none;
    }
    .w3col .col {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #808080;
    }
    .w3col .col h3{
        text-align: center;
    }
    .w3col .col:nth-child(even) {
        float: left;
        clear: left;
    }
    .w3col .col:nth-child(odd) {
        float: right;
        clear: right;
    }
}

.announcement-banner-image {
    height: auto;
}





