/*custom*/

body {
    width:100%;
    background:#fff;
    margin:0;
    padding:0;
}
.jsfade {
    opacity: 0;
}
.btn {
    padding: 3px 8px;;
    color:#292725;
    border: 1px solid #292725;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0;
    font-family: "Open Sans",sans-serif;
}
.btn .indicons {
    padding-left: 4px;
    font-size: 0.85em;
}
.dark-section .btn {
    border:1px solid #F1F0E7;
    color:#F1F0E7;
}
.btn:hover {
    color:#fff;
    background:#000;
    border-color:#000;   
}
.dark-section .btn:hover {
    color:#000;
    background:#F1F0E7;
    border-color:#F1F0E7;   
}
.main-container {
    max-width:1920px;
    margin:auto;;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}
img {
    max-width:100%;;
}
.row {
    margin-left: 0;
    margin-right: 0;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    color: #34312F;
    letter-spacing: 7.5px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 300;
    padding-bottom: 15px;
}
h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #34312F;
    letter-spacing: 0.82px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

h6 {
    font-size: 12px;
    color: #69B59D;
    letter-spacing: 0.71px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.dark-section h2, .body-modal-open h2, .dark-section h3, .body-modal-open h3 {
    color: #F1F0E7;
}
.body-modal-light-open h2, .body-modal-light-open h3 {
    color: #2A2428;
}
.see-all-section h2 {
    line-height: 26px;
    padding-bottom: 30px;
    padding-top: 2px;
}


/*Fullscreen modals*/
.fullscreen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    background-color: rgba(0, 0, 0, 0.9);
    
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    
    opacity: 0;
    z-index:990;
    overflow:scroll;
    display: none;
    bottom: 0;
}
.fullscreen-modal-green {
    background: #69B59D;
}
.fullscreen-modal-light {
    background: #FFFFFF;
}
.fullscreen-modal-orange {
    background: #F06350;
}
.fullscreen-modal.open {
    display: block;
    opacity: 1;
}

.fullscreen-modal-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #F1F0E7;
    background: transparent;
    font-size: 60px;
    text-transform:uppercase;
    font-weight:normal;
    font-weight: 300;
    text-align: left;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 140px;
    padding-right: 140px;
    outline: none;
}


.close,.close-menu {
    position: fixed;
    top: 50%;
    right: 90px;
    background-color: transparent;
    border: none;
    opacity: 1;
    padding: 0;
    font-size: 40px;
    margin-top: -27px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 1100;
    cursor: pointer;
    display:none;
    float:none;
}



.fullscreen-modal-search .execute {
    position: fixed;
    top: 50%;
    left: 90px;
    background-color: transparent;
    border: none;
    opacity: 1;
    padding: 0;
    font-size: 40px;
    margin-top: -25px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
}

/*artist dropdown*/
.artists-list li {
    padding-bottom: 10px;
}
.fullscreen-modal-artists .artists-list {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 38px;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    padding: 160px 20px;
    width: 100%;
}

.fullscreen-modal-artists .gradient-top, .fullscreen-modal-artists .gradient-bottom {
    z-index:991;
    position:fixed;
    left:0;
    width:100%;
}
.fullscreen-modal-artists .gradient-bottom {
    bottom:0;
}
.fullscreen-modal-artists .gradient-top .gradient {
    display:block;
    height:60px;
    background:url(http://indica.mu/images/layout-2015/gradient-top-bgd.png) repeat-x top left transparent;
}
.fullscreen-modal-artists .gradient-bottom .gradient {
    display:block;
    height:60px;
    background:url(http://indica.mu/images/layout-2015/gradient-bottom-bgd.png) repeat-x top left transparent;
}
.fullscreen-modal-artists .gradient-top .fill,.fullscreen-modal-artists .gradient-bottom .fill {
    height:98px;
    background-color:#000000;
}
.fullscreen-modal-artists a,.fullscreen-modal-artists a:link,.fullscreen-modal-artists a:visited {
    color:#F1F0E7;
} 
.fullscreen-modal-artists a:hover, .fullscreen-modal-artists a:focus {
    color:#F06350;
}



/*navbar*/
.home:hover, .home:focus, .home:visited {
    border:none;
}
span.indicons-logo-indica {
    font-size: 3em;
    color: #2A2428;
    line-height:82px;
}
.menu-search {
    padding-bottom: 10px;
    padding-top: 16px;
}
.navbar-brand {
    padding: 0;
    opacity:1;
    margin-left:10px;
}
.navbar-nav a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
}
.indicons-search-wrapper a{
    padding-bottom:35px;
    padding-top:45px;
}
.navbar-toggle {
    margin-right:-10px;
}
.navbar-static-top {
    position: fixed;
    width: 100%;
    border: none;
    top: 0;
}

/*opaque menu on scroll*/
.navbar-opaque {
    background:#FFF;
    height:50px;
}
/*smaller menu on scroll and mobile*/
.navbar-smaller .navbar-brand {
    font-size: 12px;
    height: 60px;
}
.navbar-smaller {
    height:60px;
    min-height: 60px;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.body-navbar-smaller .fullscreen-modal-youtube .modal-shell {
    padding-top: 75px;
    padding-bottom: 75px;
}
.body-navbar-smaller .spacer-top {
    margin-top: 55px;
}
.navbar-smaller span.indicons-logo-indica {
    line-height: 60px;
    height: 60px;
}
.navbar-smaller .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.navbar-smaller .collapse.in .navbar-nav>li>a, .navbar-smaller .collapsing .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-smaller .navbar-collapse.collapse.in, .navbar-smaller .navbar-collapse.collapsing {
    padding-top: 50px;
}
.navbar-smaller .navbar-toggle {
    margin-top:10px;
    margin-bottom:10px;
}
.navbar-default.navbar-smaller .navbar-nav>li.menu-lang>a {
    margin: 20px 5px;
}

.indi-btn, .indi-btn:link, .indi-btn:visited, .indi-btn:active {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 6px 8px;
    background: #000;
    line-height: 1em;
    margin: auto;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    width: auto;
    display: inline-block;
}
.see-all {
    opacity:0;
}
.indi-btn:hover, .indi-btn:focus {
    opacity:0.8;
}
.see-all-section:hover .see-all, .see-all-section:focus .see-all {
    opacity:1;
   -webkit-transition: opacity 0.2s linear;
   -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
     -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;

}
.see-all-section:hover .see-all:hover, .see-all-section:focus .see-all:focus {
    opacity:0.8;
}

/*Intro slider*/
.jumbotron {
    padding: 0;
    margin: 0;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    width:100%;
    bottom: 0px;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: .5s all ease-in-out .1s;
       -moz-transition: .5s all ease-in-out .1s; 
        -ms-transition: .5s all ease-in-out .1s; 
         -o-transition: .5s all ease-in-out .1s; 
            transition: .5s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: .5s all ease-in-out .1s;
       -moz-transition: .5s all ease-in-out .1s; 
        -ms-transition: .5s all ease-in-out .1s; 
         -o-transition: .5s all ease-in-out .1s; 
            transition: .5s all ease-in-out .1s;    
}

.carousel-control {
    z-index:3;
    cursor:pointer;
    width: 10%;;;
}
.slide-toolbar {
    background-color: #34312F;
    background-color: rgba(52, 49, 47, 0.8);
    height: 100px;
    vertical-align: middle;
    font-size: 40px;
    text-shadow: none;
    color: #F1F0E7;
    line-height: 100px;
    z-index:4;
}
.slide-toolbar a, .slide-toolbar a:link, .slide-toolbar a:visited {
    color: #F1F0E7;
    font-weight: 300;
    letter-spacing: 5px;
}   
.slide-toolbar a:hover, .slide-toolbar a:focus {
    color: #fff;
}   
.slide-toolbar .artist-link-container {
    max-width:680px;
    overflow:hidden;
    white-space: nowrap;
}
.slide-toolbar .slide-title{
    text-align: left;
    overflow: hidden;
    padding: 0 15px;
}
.slide-title .indicons-up-down-arrow {
    font-size: 34px;
    padding: 6px;
    cursor:pointer;
}
.date-slide-tool {
line-height:48px;
}
.play-slide-tool,.date-slide-tool {
    width: 100px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    cursor:pointer;
    margin-top:20px;
}
.date-slide-tool {
    width: 70px;
}

.carousel-control .indicons-next-page, .carousel-control .indicons-prev-page {
    font-size: 50px;
    top: 50%;
    position: absolute;
    margin-top: -25px;
    line-height: 50px;
    z-index:1000;
    text-shadow:none;
}
.carousel-control .indicons-prev-page {
    left: 30px;
}
.carousel-control .indicons-next-page {
    right: 30px;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.center-block {float: none !important}


.navbar-static-top .navbar-toggle:hover,.navbar-static-top .navbar-toggle:focus {
    background:none;
    border-color: transparent;
}




.link-color-change {
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.link-color-change, .link-color-change:link, .link-color-visited, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:link, .navbar-default .navbar-nav>li>a:visited {
    color:#2A2428;
}
.navbar-default .navbar-nav>li.menu-lang>.link-color-change, .navbar-default .navbar-nav>li.menu-lang>.link-color-change:link, .navbar-default .navbar-nav>li.menu-lang>.link-color-change:visited {
    border-color:#2A2428;
}
.share-btn-container .link-color-change {
    background:#2A2428;
    color:#F1F0E7;
}
.navbar-default .navbar-nav>li.menu-lang>.link-color-change:hover, .navbar-default .navbar-nav>li.menu-lang>.link-color-change:active, .navbar-default .navbar-nav>li.menu-lang>.link-color-change:focus {
    border-color:#F06350;
}
.link-color-change:hover,.link-color-change:focus,.navbar-default .navbar-nav>li>.link-color-change:hover, .navbar-default .navbar-nav>li>.link-color-change:active, .navbar-default .navbar-nav>li>.link-color-change:focus {
    color:#F06350;
}
.share-btn-container .link-color-change:hover, .share-btn-container .link-color-change:focus{
    background:#9F9E97;
}


.body-dark-slide .link-color-change, .body-dark-slide .navbar-default .navbar-nav>li>.link-color-change, .body-dark-slide .link-color-change:link, .body-dark-slide .navbar-default .navbar-nav>li>.link-color-change:link, .body-dark-slide .link-color-change:visited, .body-dark-slide .navbar-default .navbar-nav>li>.link-color-change:visited{
    color:#F1F0E7;
}
.body-dark-slide .navbar-default .navbar-nav>li.menu-lang>.link-color-change, .body-dark-slide .navbar-default .navbar-nav>li.menu-lang>.link-color-change:link, .body-dark-slide .navbar-default .navbar-nav>li.menu-lang>.link-color-change:visited {
    border-color:#F1F0E7;
}
.body-dark-slide .share-btn-container .link-color-change,.body-dark-slide .share-btn-container .link-color-change:link, .body-dark-slide .share-btn-container .link-color-change:visited {
    background:#F1F0E7;
    color:#2A2428;
}
.body-dark-slide .navbar-default .navbar-nav>li.menu-lang>.link-color-change:hover, .body-dark-slide .navbar-default .navbar-nav>li.menu-lang>.link-color-change:active, .body-dark-slide .navbar-default .navbar-nav>li.menu-lang>.link-color-change:focus {
    border-color:#F06350;
}
.body-dark-slide .link-color-change:hover,.body-dark-slide .link-color-change:focus,.body-dark-slide .navbar-default .navbar-nav>li>.link-color-change:hover,.body-dark-slide .navbar-default .navbar-nav>li>.link-color-change:active,.body-dark-slide .navbar-default .navbar-nav>li>.link-color-change:focus {
    color:#F06350;
}
.body-dark-slide .share-btn-container .link-color-change:hover, .body-dark-slide .share-btn-container .link-color-change:focus{
    background:#9F9E97;
}



.body-navbar-smaller .link-color-change, .body-navbar-smaller .navbar-default .navbar-nav>li>.link-color-change, .body-navbar-smaller .link-color-change:link, .body-navbar-smaller .navbar-default .navbar-nav>li>.link-color-change:link, .body-navbar-smaller .link-color-change:visited, .body-navbar-smaller .navbar-default .navbar-nav>li>.link-color-change:visited{
    color:#2A2428;
}
.body-navbar-smaller .navbar-default .navbar-nav>li.menu-lang>.link-color-change, .body-navbar-smaller .navbar-default .navbar-nav>li.menu-lang>.link-color-change:link, .body-navbar-smaller .navbar-default .navbar-nav>li.menu-lang>.link-color-change:visited {
    border-color:#2A2428;
}
.body-navbar-smaller .share-btn-container .link-color-change,.body-navbar-smaller .share-btn-container .link-color-change:link, .body-navbar-smaller .share-btn-container .link-color-change:visited {
    background:#2A2428;
    color:#FFF;
}
.body-navbar-smaller .navbar-default .navbar-nav>li.menu-lang>.link-color-change:hover, .body-navbar-smaller .navbar-default .navbar-nav>li.menu-lang>.link-color-change:active, .body-navbar-smaller .navbar-default .navbar-nav>li.menu-lang>.link-color-change:focus {
    border-color:#F06350;
}
.body-navbar-smaller .link-color-change:hover,.body-navbar-smaller .link-color-change:focus,.body-navbar-smaller .navbar-default .navbar-nav>li>.link-color-change:hover,.body-navbar-smaller .navbar-default .navbar-nav>li>.link-color-change:active,.body-navbar-smaller .navbar-default .navbar-nav>li>.link-color-change:focus {
    color:#F06350;
}
.body-navbar-smaller .share-btn-container .link-color-change:hover, .body-navbar-smaller .share-btn-container .link-color-change:focus{
    background:#9F9E97;
}



.body-modal-open {
    overflow: hidden;
}
.body-modal-open .navbar-opaque {
    background:transparent;
    border:none;
}
.body-modal-open .link-color-change, .body-modal-open .navbar-default .navbar-nav>li>.link-color-change, .body-modal-open .link-color-change:link, .body-modal-open .navbar-default .navbar-nav>li>.link-color-change:link, .body-modal-open .link-color-change:visited, .body-modal-open .navbar-default .navbar-nav>li>.link-color-change:visited{
    color:#F1F0E7;
}
.body-modal-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change, .body-modal-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:link, .body-modal-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:visited {
    border-color:#F1F0E7;
}
.body-modal-open .share-btn-container .link-color-change,.body-modal-open .share-btn-container .link-color-change:link, .body-modal-open .share-btn-container .link-color-change:visited {
    background:#F1F0E7;
    color:#2A2428;
}
.body-modal-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:hover, .body-modal-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:active, .body-modal-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:focus {
    border-color:#F06350;
}
.body-modal-open .link-color-change:hover,.body-modal-open .link-color-change:focus,.body-modal-open .navbar-default .navbar-nav>li>.link-color-change:hover,.body-modal-open .navbar-default .navbar-nav>li>.link-color-change:active,.body-modal-open .navbar-default .navbar-nav>li>.link-color-change:focus {
    color:#F06350;
}
.body-modal-open .share-btn-container .link-color-change:hover, .body-modal-open .share-btn-container .link-color-change:focus{
    background:#9F9E97;
    color:#2A2428;
}




.body-modal-green-open .navbar-static-top {
    background:#69B59D;
}
.body-modal-orange-open .navbar-static-top {
    background:#69B59D;
}


.body-modal-light-open .navbar-static-top {
    background:#FFF;
}
.body-modal-light-open .link-color-change, .body-modal-light-open .navbar-default .navbar-nav>li>.link-color-change, .body-modal-light-open .link-color-change:link, .body-modal-light-open .navbar-default .navbar-nav>li>.link-color-change:link, .body-modal-light-open .link-color-change:visited, .body-modal-light-open .navbar-default .navbar-nav>li>.link-color-change:visited{
    color:#2A2428;
}
.body-modal-light-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change, .body-modal-light-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:link, .body-modal-light-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:visited {
    border-color:#2A2428;
}
.body-modal-light-open .share-btn-container .link-color-change,.body-modal-light-open .share-btn-container .link-color-change:link, .body-modal-light-open .share-btn-container .link-color-change:visited {
    background:#2A2428;
    color:#FFF;
}
.body-modal-light-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:hover, .body-modal-light-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:active, .body-modal-light-open .navbar-default .navbar-nav>li.menu-lang>.link-color-change:focus {
    border-color:#F06350;
}
.body-modal-light-open .link-color-change:hover,.body-modal-light-open .link-color-change:focus,.body-modal-light-open .navbar-default .navbar-nav>li>.link-color-change:hover,.body-modal-light-open .navbar-default .navbar-nav>li>.link-color-change:active,.body-modal-light-open .navbar-default .navbar-nav>li>.link-color-change:focus {
    color:#F06350;
}
.body-modal-light-open .share-btn-container .link-color-change:hover, .body-modal-light-open .share-btn-container .link-color-change:focus{
    background:#9F9E97;
}



.body-menu-visible {
    overflow: hidden;
}
.body-menu-visible .navbar-static-top {
    background:#F1F0E7;
}
.body-menu-visible .navbar-header {
    background-color: #F1F0E7;
}
.body-menu-visible .link-color-change, .body-menu-visible .navbar-default .navbar-nav>li>.link-color-change, .body-menu-visible .link-color-change:link, .body-menu-visible .navbar-default .navbar-nav>li>.link-color-change:link, .body-menu-visible .link-color-change:visited, .body-menu-visible .navbar-default .navbar-nav>li>.link-color-change:visited{
    color:#2A2428;
}
.body-menu-visible .navbar-default .navbar-nav>li.menu-lang>.link-color-change, .body-menu-visible .navbar-default .navbar-nav>li.menu-lang>.link-color-change:link, .body-menu-visible .navbar-default .navbar-nav>li.menu-lang>.link-color-change:visited {
    border-color:#2A2428;
}
.body-menu-visible .navbar-default .navbar-nav>li.menu-lang>.link-color-change:hover, .body-menu-visible .navbar-default .navbar-nav>li.menu-lang>.link-color-change:active, .body-menu-visible .navbar-default .navbar-nav>li.menu-lang>.link-color-change:focus {
    border-color:#F06350;
}
.body-menu-visible .link-color-change:hover,.body-menu-visible .link-color-change:focus,.body-menu-visible .navbar-default .navbar-nav>li>.link-color-change:hover,.body-menu-visible .navbar-default .navbar-nav>li>.link-color-change:active,.body-menu-visible .navbar-default .navbar-nav>li>.link-color-change:focus {
    color:#F06350;
}
.body-menu-visible .share-btn-container .link-color-change:hover, .body-menu-visible .share-btn-container .link-color-change:focus{
    background:#9F9E97;
}

.body-navbar-smaller .modal-shell {
    padding-top:75px;
    padding-bottom:75px;;
}

.body

/*mobile menu*/

.navbar-default .navbar-nav>li.menu-lang>a {
    padding: 3px;
    border: 1px solid;
    border-width: 1px;
    border-style:solid;
    margin: 40px 5px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav>li.menu-lang>a:hover, .navbar-default .navbar-nav>li.indicons-search-wrapper>a:hover..navbar-default .navbar-nav>li.menu-lang>a:focus, .navbar-default .navbar-nav>li.indicons-search-wrapper>a:focus{
    text-decoration: none;
}


.carousel-control.right,.carousel-control.left {
    background:none;
}
.indisection {
    padding: 90px;
}
.changeMenuBgd{
    margin-top:-250px;
    position:absolute;
}
.changeMenuBgd-150{
    margin-top:-150px;
    position:absolute;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    border-color: transparent;
    color:#F06350;
    background:transparent;
}
.nav-tabs>li>a:hover h3, .nav-tabs>li>a:focus h3 {
    color:#F06350;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover {
    border: none;
    background: transparent;;
}
.video-section .col-md-4 {
    padding-left: 0;
}

.video-section .active h3 {
    color:#F06350;;
}
.video-section .year,.video-mobile-section .year, .video-container .year {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    font-style: italic;
    color: #9F9E97;
    font-size: 0.8em;
    padding-left: 6px;
    font-weight: 300;
}
.video-mobile-section .video-thumb {
    height: 94px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: background-position;
    position: relative;
    border-right:1px solid #9F9E97;
}
.video-mobile-section .indicons-play {
    font-size: 25px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    line-height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}
.video-mobile-section .video-description {
    max-height: 94px;
    padding-bottom: 10px;
    overflow: hidden;
}
.video-mobile-section .video-description h3 {
    max-height: 52px;
}
.videos-list {
    padding: 0;
}

.video-description {
    padding: 20px;
    overflow: hidden;
}
.tabs-left {
    border: none;
}
.video-section .nav-tabs>li>a {
    padding:15px;
}
.video-link-row {
    min-height:94px;
    border:1px solid #9F9E97;
    border-top:none;
}
.video-mobile-section .video-preview:first-child .video-link-row{
    border-top:1px solid #9F9E97;;
}
/*shows*/
.show-preview-container{
    border:1px solid #9F9E97;
    border-top:none;
}
.first-show-link-container .show-preview-container{
    border-top:1px solid #9F9E97;
}

.show-preview-left{
    text-align: center;
    border:1px solid #9F9E97;
    border-bottom:none;
    border-left:none;
    border-top:none;
    width:90px;
}
.show-preview-right{
    padding: 10px;
    padding-left: 100px;
    padding-top: 20px;
}

.show-preview-month{
    font-weight: bold;
    font-size: 15px;
    color: #75706C;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: uppercase;
}
.show-preview-day{
    padding: 0 17px;
    /* jour copy 3: */
    font-size: 48px;
    color: #69B59D;
    line-height: 68px;
    font-weight:300;
    border-bottom:1px solid #9F9E97;
  
}
.show-preview-right h3{
    font-weight:300;
    font-size: 20px;
    color: #34312F;
    letter-spacing: 5px;
    line-height: 33px;
    overflow:hidden;
    white-space: nowrap;
}
.show-preview-right h5{
    font-weight: bold;
    font-size: 12px;
    color: #75706C;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    overflow:hidden;
    white-space: nowrap;
    text-transform: uppercase;
}
.show-info {
    color:#2A2428;
    display:block;
    height:auto;
    clear:both;
}
.show-info .artists {
    display: inline-block;
}
.show-info .location {
    display: inline-block;
    color:#000;
}
.show-info .location h5{
    font-weight:bold;
    text-transform: uppercase;
    font-size: 20px;
}
.show-info .artists h2 {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 52px;
    font-size: 42px;
}
.show-info-left{
    text-align: center;
    border:1px solid #F1F0E7;
    width: 120px;
    margin-right: 20px;
    margin-top: 2px;
}
.show-info-right {
    padding-left: 140px;
    padding-top: 6px;
}
.show-info-left .show-preview-day {
    padding: 0 17px;
    font-size: 70px;
    color: #F1F0E7;
    line-height: 100px;
    font-weight: 300;
    border-bottom: 1px solid #F1F0E7;
}
.show-info-left .show-preview-month {
    font-weight: normal;
    font-size: 26px;
    color: #000;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
}
.show-info .links a {
    padding: 3px 8px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}
.show-info .links {
    margin: 15px 0 0px;
}
.show-info .address {
    font-family:"Roboto Slab", serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing:1px;
}

/*News*/
.dark-section {
    background: #34312F;
    color: #F1F0E7;
}
.dark-section a,.dark-section a:link,.dark-section a:visited  {
    color: #F1F0E7;
}
.dark-section a:hover,.dark-section a:focus  {
    color: #FFF;
}
.dark-section h3 {
    color: #FFFFFF;
    letter-spacing: 1px;
}

.dark-section .indi-btn, .fullscreen-modal .indi-btn {
    background: #fff;
    color: #292725;
}

.beige-section {
    background:#F1F0E7;
}

.see-all-section .news-link-container h3 {
    z-index:11;
    position:relative;
    text-transform:none;
    font-size:12px;
    line-height:19px;
    font-family:"Roboto Slab",serif;
    color:#fff;
    font-weight:300;;
}
.news-link {
    padding: 20px;
    width: 100%;
    display: block;
    min-height: 96px;
    border-top: 1px solid #292725;
}
.see-all-section .news-link:hover, .see-all-section .news-link:focus {
  background:#292725;
}
.news-source {
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#F06350;
    font-size:10px;
    z-index:11;
    position:relative;
    font-weight:bold;
}
.news-published-date {
    font-family:"Roboto Slab", serif;
    font-weight: 300;
    font-size: 9px;
    margin-left: 6px;
    z-index:11;
    position:relative;
    letter-spacing:1px;
    font-style:italic;
    color:#F1F0E7;
}
.fb-post-wrapper {
    width:100%;
    min-height:10px;
    display:block;
    position:relative;
    text-align:center;
}
.fb-post {
    margin-bottom: 75px;
    margin: 0 auto 75px;
    text-align: center;
}
#tweet-wrapper {
    width: 500px;
    margin: auto;
    max-width: 100%;
}
/*.tweet-wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 15px 0;
    width: 100%;;
}*/
.artist-badge .tweets_txt {
    color: #9F9E97;
    font-size: 15px;
    font-weight: 300;
    padding-right: 30px;
}
.artist-badge .social-links {
    margin-right:40px;
}
.on-top {z-index:2;}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    text-decoration: none;
}
.nav-tabs>li>a {
    border: none;
}

.tabs-left>li {
    margin: 0;
    min-height: 76px;
    border-top: 1px solid #ddd;
}

.menu-container {
    margin: 0;
    padding: 0 90px;
}
.modal-shell {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 100px 140px;
    height: 97%;
    z-index: 0;
}
.fullscreen-modal-youtube .modal-shell {
    padding: 100px 160px;
}

.modal-shell iframe {
    width:100%;
    height:100%;
    position:relative;
    background:#fff;
}
.youtube-modal-link .embed-responsive-item {
    height: auto;
    margin: auto;
}
.youtube-video-container .embed-responsive {
    background: #000;;
}
.youtube-video-container .indicons-play-youtube {
    position: absolute;
    color: #F06350;
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 60px;
    color:#F06350;
    top:50%;
    line-height:60px;
    margin-top:-30px;
}
.modal-share {
    width: 100%;;
    text-align: center;
    height: 30px;
    position: relative;;
    display:none;
    bottom:-10px;
    padding-bottom:40px;
    padding-top:0;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}


.modal-share .share-btn-container {
    display: inline-block;
}
.modal-share .share-btn-container .indicons {
   margin-right:0.5em;
}
.modal-share .share-btn-container .indicons-external-link {
   margin-right:0;
}

.show-info-container .map {
    width:100%;
    height:300px;
    margin-top:20px;
    background:#F1F0E7;
    border:1px solid #F1F0E7;;
}
.map iframe {
    width:100%;
    height:100%;
}
.tickets,.rsvp {
    display:none;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.see-all .plus {
    display: none;
    padding: 0 2px;
    font-size: 18px;
}
.see-all {
    margin-top: 3px;
}
.touchevents .see-all {
    opacity: 1;
}
.show-info .indicons {
    padding-left: 6px;
    margin-right: -2px;;
}

.hero .container-fluid {
    padding: 0;
}
.show-info .links .tickets {
    border-color: #F06350;
    color: #F06350;
}
.show-info .links .rsvp {
    border-color: #3B5998;
    color: #3B5998;
}
.venue {
    font-size: 1.3em;
}
.fullscreen-modal-artists {
    overflow:hidden;
}

.navbar-default .navbar-nav>li>a {
    padding: 20px 8px;
}

.body-touch .see-all-link .indi-btn {
        opacity:1;
}


/*music carousel*/
.preview-artwork-img {
    width:100%;
}
.music-carousel .carousel-inner {
    width: 95%;
    margin: auto;
}
.one-item-only .carousel-inner {
    margin:0;
    padding:0;
    width:100%;
}
.one-item-only .carousel-control {
    display:none;
}
.one-item-only .carousel-inner .featured-album {
    margin:0;
    padding:0;
}
.carousel-twomoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.music-carousel .carousel-control .indicons-prev-page {
    left: -40px;
}
.music-carousel .carousel-control .indicons-next-page {
    right: -40px;
}
.carousel-twomoveone .cloneditem-1 {
  display: none;
}
.preview-artwork {
    position: relative;
}

.music-preview .preview-info {
    padding:17px 10px 18px;
    border-top:1px solid #9F9E97;
}
.music-preview {
    border:1px solid #9F9E97;
    margin:10px 0;
}
.album-title {
    font-size: 20px;
    padding: 0;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: 5px;
}
.album-artist {
    color: #F06350;
}

.music-section .col-xs-6 .preview-info {
    padding:6px;
}
.music-section .col-xs-6 h3 {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
}
.music-section .col-xs-6 h5 {
    font-size: 10px;
    line-height: 10px;
}
.music-list .col-xs-6 .preview-info {
    padding:6px;
}
.music-list .col-xs-6 h3 {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
}
.music-list .col-xs-6 h5 {
    font-size: 10px;
    line-height: 10px;
}
.jp-audio { 
margin: auto;;
}

.music-section .col-md-6 {
    padding:0;
}
.music-section .featured-album {
    padding:0 11px;
}
.indiplay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    background-image: url("../images/layout-2015/play-rounded-semi-opaque-bgd.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 70px;
}

.featured-album .preview-artwork .indiplay {
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}



/*custom jplayer*/
.jp-artwork {
    position: relative;
    min-height: 150px;
}
.jp-artwork .artwork {
    width: 100%;
}
.jp-progress {
    width: 100%;
    height: 10px;
    background: #DDDCD4;
    cursor:pointer;
} 
.jp-seek-bar {
    height: 100%;
    background: #9F9E97;
}
.jp-play-bar {
    background:#F06350;
    height: 100%;
}
.jp-details {
    display:block!important;
    padding:10px 80px 10px 10px;
}
.jp-controls-holder {
    position: relative;
}
.jp-controls {
    position: absolute;
    right: -68px;
    font-size: 25px;
    color:#F06350;
}
.jp-interface {
    border:1px solid #9F9E97;
}
.jp-playlist-current,.jp-playlist-current:focus,.jp-playlist-current:link,.jp-playlist-current:hover,.jp-playlist-current:visited {
    color:#F06350;
}
.jp-tracklist {
    text-transform: uppercase;
    margin-top: 25px;
    padding-left: 38px;
    font-weight: bold;
    font-size: 16px;
    list-style-type: none;
    position: relative;
}
.jp-playlist-title .album-title {
    font-size: 46px;
    line-height: 50px;
    word-wrap: break-word;
    white-space: normal;
}
.jp-playlist-title .album-artist {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 34px;
    padding-left: 3px;
}
.jp-details .track-title, .jp-details .track-artist {
    padding-right: 65px;
}

.jp-playlist-item span {
    color: #9F9E97;
    font-size: 0.7em;
    padding-right: 10px;
    font-weight: 300;
}
.disabled span {
    font-size: 0.7em;
    padding-right: 10px;
    font-weight: 300;
}

.jp-playlist-item span:last-child {
    padding-left: 10px;
    padding-right:0;
}
.disabled span:last-child {
    display:none;
    padding-right:0;
}
.disabled,.disabled .jp-playlist-item:link, .disabled .jp-playlist-item:hover, .disabled .jp-playlist-item:focus, .disabled .jp-playlist-item:visited {
    color:#9F9E97;
    cursor: text;
}

.jp-playlist-item:hover, .jp-playlist-item:focus {
    color: #F06350;
}

.jp-play,.jp-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    background-image: url("../images/layout-2015/play-rounded-semi-opaque-bgd.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    cursor: pointer;
}
.jp-pause {
    background-image: url("../images/layout-2015/pause-rounded-semi-opaque-bgd.png");
}
.jp-previous, .jp-next {
    cursor:pointer;
}

.jp-track-title {
    font-size: 20px;
    padding: 0;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: 5px;
}
.jp-title span {
    display: none;
}
.jp-track-artist {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #F06350;
}
.jp-tracklist li {
    padding-bottom:15px;;
}
.jp-playlist span:first-child {
    width: 24px;
    float: left;
    vertical-align: bottom;
    line-height: 25px;
}
.jp-purchase, .jp-purchase:link, .jp-purchase:visited {
    padding: 3px 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0;;
    border:1px solid #F06350;
    color:#F06350;;
}
.jp-purchase:hover, .jp-purchase:focus {
    color:#292725;
    border-color:#292725;
}
.jp-purchase .indicons {
    padding-left: 6px;
    margin-right: -2px;
}
.jp-playlist-title {
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
     .jp-tracklist {
        padding-left: 0;
    }   
}
@media screen and (max-width:991px){
     .jp-tracklist {
        padding-left: 10px;
    }   
}
/*end of custom jplayer*/


.music-container .modal-share {
    bottom:-30px;
    margin-bottom:44px;
}
.about-section h5 {
    color:#75706C;
}
.about-section a,.about-section a:link,.about-section a:visited { 
    color: #69B59D;
}
.about-section a:hover,.about-section a:focus { 
    color: #237058;
}
.tweet .date {
    font-size: 0.8em;
    font-style: italic;
    color:#75706C;
}
.about-section .twitter-user-link {
    font-family:"Roboto Slab", serif;
    font-weight: 300;
    font-style: italic;
    font-size:12px;
    letter-spacing:2px;
}
.tweet {
    padding: 10px 0;
}
.core_tweets_recents {
    font-family:"Roboto Slab", serif;
    font-weight: 300;
}
.about-text {
    font-family:"Roboto Slab", serif;
    font-weight: 300;
    margin-top: 20px;
}

.read-more-container {
    max-height: 120px;
    height:auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    padding-bottom: 60px;
}
.read-more {
    position:absolute;
    bottom:0;
    width:100%;
}
.read-more-btn-container {
    background:#34312F;
    padding: 12px 0 20px;;
}
.read-more-white .read-more-btn-container {
    background:#fff;
}

.read-more-overlay {
    height: 35px;
    z-index:2;
    background:url(../images/layout-2015/grey-read-more.png) repeat-x bottom left transparent;
    width:100%;
    max-height:35px;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;;
}
.read-more-white .read-more-overlay {
    background:url(../images/layout-2015/white-read-more.png) repeat-x bottom left transparent;
}
.show-full-text {
    max-height:10000px!important;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.show-full-text .read-more-overlay{
    max-height:0;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.rless {
    display:none;
}
.show-full-text .rmore {
    display:none;
}
.show-full-text .rless {
    display:inline-block;
}


/*mailing list*/
.ml-container {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    margin-top: 10px;
}
.ml-field {
    position: relative;
    max-width: 340px;
}
.ml-validation-error-msg {
    display:none;
    font-size:0.8em;
    color:#F06350;
    padding-top:5px;;
}
.ml-msg {
    font-size: 0.8em;
    color: #69B59D;
    padding-top: 5px;
}
.ml-email {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 50px 10px 8px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}
.ml-light input {
    border:1px solid #6a635f;
}

.ml-light .ml-submit {
    border: 1px solid #6a635f;
}
.ml-light .ml-submit:hover, .ml-light .ml-submit:focus {
    background: #000;
    color: #fff;
}

.ml-submit {
    font-family:"Open Sans", serif;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 0 6px;
    height: 22px;
    position: absolute;
    right: 8px;
    top: 8px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    vertical-align: middle;
}

.ml-submit-text {
    font-size: 12px;
    padding-right: 3px;
    font-weight: bold;
    line-height: 13px;
}
.ml-intro {
    margin-bottom:10px;
}
.ml-submit:hover, .ml-submit:focus{
    background:#F3F0DD;
    color:#34312F;
}
.ml-submit .indicons {
    font-size: 0.9em;
}

/*footer*/
.footer {
    background:#9F9E97;
}
/*social links*/
.social-links {
    padding: 0;
}
.social-link {
    padding: 0;
}
.social-link img {
    width: 100%;
    height:auto;
}
.credits img {
    width:100%;
    height:auto;
}

/*artists index*/
.spacer-top {
    margin-top: 100px;
}
.artists-list {
    list-style: none;
    margin: 0;
    padding:0;
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 14px;
}
.artists-section {
    max-width: 600px;
    margin: auto;
    width:100%;
}
.artists-section .tab-content a, .artists-section .tab-content a:link, .artists-section .tab-content a:visited{
    font-size:48px;
    font-weight:300;
    line-height:72px;
    color:#69B59D;
}
.artists-section .tab-content a:hover, .artists-section .tab-content a:focus {
    color:#292725;
}
.artists-container {
    padding: 75px;
}
.artists-container .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.artists-container .nav-tabs>li>a, .artists-container .nav-tabs>li>a:link, .artists-container .nav-tabs>li>a:visited {
    padding: 3px 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0;;
    border:1px solid transparent;
}

.artists-container .nav-tabs>li.active>a, .artists-container .nav-tabs>li>a:hover, .artists-container .nav-tabs>li>a:focus {
    border:1px solid #292725;
    color:#292725;;
}


/*single artist page*/
.artist-header {
    height:100vh;
    width:100%;
}
.artist-header-bgd {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-player {
    width: 200px;
    right: 60px;
    left: inherit;
    top: inherit;
    text-align: left;
    background-color: #34312F;
    background-color: rgba(52, 49, 47, 0.8);
    line-height: 100px;
    z-index: 4;
    -webkit-transform: translate3d(-10%,-10%,0);
    -moz-transform: translate3d(-10%,-10%,0);
    -ms-transform: translate3d(-10%,-10%,0);
    -o-transform: translate3d(-10%,-10%,0);
    transform: translate3d(-10%,-10%,0);
}
.hero-player .preview-info {
    padding:12px;
    border:none;
}
.hero-player .album-artist {
    color: #B3B2AB;
}
.hero-player .album-title {
    color: #fff;
    white-space: normal;;;
}

.artist-badge ul {
    list-style: none;
    padding: 0;
}
.artist-badge .artist-title {
    color:#F06350;
    margin-top:-10px;
    word-break:break-word;
}
.artist-links a {
    font-weight: 600;
    line-height: 29px;;;
}
.artist-intro h5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.icon-link, .artist-badge .indicons {
    margin-right: 5px;
}
.icon-link img {
    margin-bottom: 2px;
}
.biography-text {
    font-family:"Roboto Slab", serif;
    font-weight: 300;
    height:auto;
    max-height: 497px;
    margin-top: 20px;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    position: relative;
    padding-bottom: 60px;
}h
.biography-text, .biography-text div, .biography-text p {
        text-align: left!important;;
}
.artist-photos .odd {
    padding-right: 10px;
}
.artist-photos .even {
    padding-left: 10px;
}
.photo-preview .modal-link {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: background-position;
}
.photo-preview {
    height: 300px;
    margin-bottom:20px;;
}
.photo-preview .modal-link {
    width: 100%;
    line-height: 300px;
    height: 300px;
    display: block;
    border:1px solid #9F9E97;
}

.artist-photos .col-xs-6 {
    height: 150px;
}

.artist-photos .col-xs-6 .modal-link {
    height: 150px;
    line-height: 150px;
}
.photo-credits {
    color: #F1F0E7;
    text-align: center;
    padding:10px 0;
}
.photo-full-size {
    text-align: center;
}
.artist-container .video-section .artist-name, .artist-container .video-mobile-section .artist-name  {
    display:none;
}
.artist-container .video-section .year, .artist-container .video-mobile-section .year {
    padding-left:0;
}
.artist-photos {
    padding-left: 50px;
    padding-right: 0;
    right: -11px;
}
.twitter-about-container .tweet .indicons {
    display: none;
}
.tweet .indicons {
    font-size: 0.8em;
}
.download-pictures-container {
    text-align: center;
}
.artist-left-column {
    padding-right: 30px;
}
.rss_feed .indicons {
    font-size: 0.8em;
}
.artist-badge .artist-links {
    padding-left: 0;
    padding-bottom: 20px;
}

/*Music Page & listings*/
.load-more-container {
    clear:both;
    text-align:left;
}
.music-list .load-more-container {
    padding-left:11px;
    margin-top:20px;
}
.news-list .load-more-container {
    padding-left:11px;
}
.artist-select-menu a {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 4px;
}
.listing-header {
    padding-bottom:0;
    height:220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; 
}
.listing-header-menu {
    position: absolute;
    bottom: 30px;
    padding: 0 90px;
    width: 100%;
}
.listing-header h2 {
    color:#292725;
    float:left;
    vertical-align:middle;
    line-height:70px;
    margin:0;
    padding:0;
}
.artist-select-container {
    float: right;
}
.listing-header  .artist-select-container .modal-link {
    float:right;
    background-color: #34312F;
    background-color: rgba(52, 49, 47, 0.8);
    height: 70px;
    vertical-align: middle;
    font-size: 22px;
    text-shadow: none;
    color: #F1F0E7;
    line-height: 70px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    cursor: pointer;
}

.listing-container {
    padding-top:40px;;
}
.artist-select-container .artists-modal-link-title {
    font-size: 1.3em;
    font-family: "Open Sans", sans-serif;
    padding-left: 15px;
}

.music-list {
    padding: 0;
    position: relative;
    right: -11px;
    top: -7px;;
}
.listing-container .artist-badge .artist-title {
    color: #69B59D;
    margin-top: 15px;
    word-break: break-word;
    font-size: 25px;
    line-height: 32px;
}
.listing-container .artist-badge {
    padding: 10px 20px;
    border: 1px solid #9F9E97;
}
.artist-badge h5 {
    margin-bottom: 5px;
}

.listing-container .artist-badge .artist-links {
    padding-bottom: 10px;
}
.shows-list .load-more-container,.news-list .load-more-container {
    margin-top:20px;
}
.artist-select-menu {
    padding-right: 30px;
    padding-left: 0;
}
.share-action {
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 6px;;
}
.hero-player .music-preview {
    border: none;
    margin: 0;
}
.videos-listing-container .youtube-video-container {
    border: 1px solid #9F9E97;
    margin-bottom:20px;
}
.videos-listing-container .youtube-video-container .embed-responsive {
    border-bottom: 1px solid #9F9E97;
}
.shows-list {
    background:transparent;
}
.contact-section {
    padding-top:120px;
}
.contact-category {
    padding-bottom: 50px;
}
.contact-category h2 {
    color:#69B59D;
    margin-bottom:20px;
}
.contact-category a, .contact-category a:link, .contact-category a:visited  {
    color:#69B59D;
}
.contact-category a:hover, .contact-category a:focus  {
    color:#292725;
}

.contact {
    padding: 20px;
}
.contact h5 {
    margin-bottom: 10px;
}
.no-results {
    font-size: 25px;
}
.no-results .indicons-search{
    font-size: 0.7em;
}
.fixed-bottom-footer {
    position:fixed;
    bottom:0;
    z-index:2;
}

.search-results-container .title-section {
    padding-bottom: 20px;
    padding-top: 120px;
}
.search-query {
    color:#F06350;
}
.search-results-container .page-title {
    font-size: 25px;
}
.fullscreen-modal-shows .modal-share {
    padding-bottom: 60px;
}
.download-pictures {
    font-size: 9px;
    letter-spacing: 0;
    padding: 2px 5px;
    line-height: 15px;
}
.contact span {
    display: block;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-right {
    margin-right: 0;
}
.video-section .col-md-8 {
    padding-right: 0;
}
.video-mobile-section .col-xs-12 {
    padding: 0;
}

.navbar-default .navbar-nav>li.indicons-search-wrapper>a {
    padding-right:0;
}

.news-listing-container .news-list {
    padding: 0;
    margin-top: -24px;
}
.listing-container .shows-list {
    padding: 0;
}
.body-en-search- .listing-container .shows-list {
    padding: 11px;
}
.navbar-default .navbar-nav>.menu-lang>a {
    margin: 20px 4px;
    padding: 4px 4px;
    border: 1px solid;
    font-size: 0.7em;
    line-height: 1em;
}
.navbar-smaller .navbar-nav>.menu-lang>a {
    margin: 42px 4px;
}
.listing-container .videos-list {
    right: -11px;
}
.artist-carousel .show-preview-left {
    border: 1px solid #F1F0E7;
}
.artist-carousel .show-preview-day {
    padding: 0;
    color:#F1F0E7;
    font-size: 27px;
    line-height: 35px;
    font-weight: 300;
    border-bottom: 1px solid #9F9E97;
}

.artist-carousel .show-preview-month {
    color:#F1F0E7;
    font-size:12px;
    line-height:22px;
}
.artist-carousel .show-preview-left {
    border: 1px solid #fff;
    width: 72px;
    margin-top: 0;
}

.news-listing-container .news-link {
    border: none;
    padding: 20px 11px;
}

.read-article {
    margin-top: 0;
    border-color:#9F9E97;
}

.news-link-container .news-published-date { 
    color:#9F9E97;
}

.news-link-container h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    word-break: break-word;
}

.news-link-container .news-source {
    font-size: 13px;
}
.body-fr-nouvelles- .listing-title, .body-fr-spectacles- .listing-title, .body-fr-musique- .listing-title, .body-fr-videos- .listing-title, .body-en-news- .listing-title, .body-en-shows- .listing-title, .body-en-music- .listing-title, .body-en-videos- .listing-title {
    color : #F06350;
}
.article-highlight {
    padding: 10px 0;
}
.listing-container .hidden-xs.col-md-4 {
    padding: 0 26px 0 0;
}

.search-section-title {
    color: #9F9E97;
    margin-bottom: 10px;
}
.videos-list .load-more-container {
    padding-left: 11px;
}
.news-listing-container .search-section-title {
    margin-bottom: 30px;
}
.artist-container .see-all {
    opacity: 1;
}
.social-links-list {
    list-style: none;
    padding:0;
    font-weight:600;
    line-height: 29px;
    margin-bottom: 20px;
}
.social-links-list img {
    width:16px;
    height:auto;
}


















































/*Carousel media queries*/

@media all and (min-width: 768px) {
  .carousel-twomoveone .carousel-inner > .active.left,
  .carousel-twomoveone .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-twomoveone .carousel-inner > .active.right,
  .carousel-twomoveone .carousel-inner > .next {
    left: 100%;
  }
  .carousel-twomoveone .carousel-inner > .left,
  .carousel-twomoveone .carousel-inner > .prev.right,
  .carousel-twomoveone .carousel-inner > .active {
    left: 0;
  }

}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-twomoveone .carousel-inner > .item.active.right,
  .carousel-twomoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-twomoveone .carousel-inner > .item.active.left,
  .carousel-twomoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-twomoveone .carousel-inner > .item.left,
  .carousel-twomoveone .carousel-inner > .item.prev.right,
  .carousel-twomoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-twomoveone .carousel-inner > .active.left,
  .carousel-twomoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-twomoveone .carousel-inner > .active.right,
  .carousel-twomoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-twomoveone .carousel-inner > .left,
  .carousel-twomoveone .carousel-inner > .prev.right,
  .carousel-twomoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-twomoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-twomoveone .carousel-inner > .item.active.right,
  .carousel-twomoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-twomoveone .carousel-inner > .item.active.left,
  .carousel-twomoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-twomoveone .carousel-inner > .item.left,
  .carousel-twomoveone .carousel-inner > .item.prev.right,
  .carousel-twomoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}



/*other media queries*/
@media all and (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand {
        font-size:14px;
    }
    .see-all .plus {
        display: block;
    }
    .see-all .label-text {
        display: none;
    }
    .tabs-left>li {
        min-height: auto;
    }
    .video-section .nav-tabs>li>a {
        padding: 10px;
    }
    span.indicons-logo-indica {
        font-size:2em;
    }
}

@media all and (max-width: 991px) {
.artist-container .shows-listing-container .see-all-link, .artist-container .music-listing-container .see-all-link, .artist-container .news-listing-container .see-all-link {
    float: right;
    position: absolute;
    top: 3px;
    right: 0;
}

    .listing-container .videos-list {
        right: 0;
    }
    .close, .close-menu {
        top: 33px;
        margin-top: 0;
        font-size: 24px;
        right: 140px;
    }
    .body-navbar-smaller .close, .body-navbar-smaller .close-menu {
        top: 10px;
    }    
    .artist-select-container .artists-modal-link-title {
        font-size: 1.1em;
    }
    .music-list {
        right:0;
    }
    .artist-photos {
        padding-left: 20px;
    }    
    h2 {
        font-size: 25px;
        line-height: 35px;
    }    


    .artist-links .col-xs-6 {
        padding: 0 5px 0 0;
        font-size: 0.8em;
    }
    .flex-row {
      display: block;
    }
    .see-all .plus {
        display: none;
    }
    .see-all .label-text {
        display: block;
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        background-color: #F1F0E7 !important;
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        margin: 0;
        right: 0;
        padding: 0;
        padding-top: 100px;
        z-index: 1001;
        height: 100%;
    }
    .navbar-static-top .collapse.in .navbar-nav>li>a, .navbar-static-top .collapsing .navbar-nav>li>a {
        line-height: 24px;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 5px;
    }
    .navbar-static-top .collapse.in .navbar-nav, .navbar-static-top .collapsing .navbar-nav {
        margin: 30px 0 20px;;
    }
    .navbar-header {
        z-index: 1002;
        width: 100%;
        left: 0;
        margin: 0!important;
        position: fixed;
        padding: 0 90px;
    }
    li.menu-lang {
        display: inline-block;
    }
    .fullscreen-modal-youtube .modal-shell {
        padding: 100px 90px;
    }
    .modal-shell {
        padding: 100px 90px;
    }
}


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

    .artist-select-container {
        float: inherit;
        display: block;
        text-align: center;
        clear: both;
        height: 40px;;;
    } 
    .listing-title {
        width: 100%;
        text-align: center;
        text-indent: 7px;;
    }


    .artist-select-container .modal-link {

    }
    .listing-header h2 {
        line-height: 40px;
        margin-right: 0;
        padding-bottom: 8px;;
    }
    .listing-header .artist-select-container .modal-link {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 1px;
        float: none;
        padding: 10px;
    }
    .artist-select-container .artists-modal-link-title {
        padding-left:10px;
    }

    .artist-intro .artist-title {
        font-size: 36px;
        line-height: 48px;
    }
    .artist-photos {
        padding-left: 0;
        right: 0;;
    }    
    .artist-biography {
        margin-top:20px;
    }
    .biography-text {
        max-height: 150px;
    }
    .video-description {
        padding: 10px;
    }
    .artist-links .col-xs-6 {
        padding: 0 11px;
        font-size: 1em;
    }

    .artists-section .tab-content a, .artists-section .tab-content a:link, .artists-section .tab-content a:visited {
        font-size: 32px;
        line-height: 42px;
    }
    .artists-container {
        padding: 30px 50px;
    }
    .about-section .twitter-about-container {
        padding-bottom: 0;
    }
    .menu-container {
        margin: 0 30px;
    }
    .indiplay {
        margin-top: -25px;
        margin-left: -25px;
        width: 50px
    }
    .jp-playlist-title {
        margin-top: 40px;
    }
    .see-all .plus {
        display: block;
    }
    .see-all .label-text {
        display: none;
    }
    .carousel-control {
        width: 6%;
    }
    .carousel-control .indicons-prev-page {
        left: 0;
    }
    .carousel-control .indicons-next-page {
        right: 0;
    }
    .slide-title {
        padding-left: 6%;
    }
    .close, .close-menu {
        right: 100px;
    }

    .fullscreen-modal-search input[type="search"] {
        font-size: 30px;
        margin-top: -15px;
        letter-spacing: 5px;
    }
    .fullscreen-modal-search .execute {
        font-size: 25px;
        margin-top: -12px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .slide-toolbar {
        font-size: 25px;
        line-height: 72px;
        height: 72px;
    }
    .slide-title .indicons-up-down-arrow {
        font-size: 22px;
    }
    .fullscreen-modal-youtube .modal-shell {
        padding: 100px 50px;
    }
    .close, .close-menu {
        right: 100px;
    }
    .indisection {
        padding-left:50px;
        padding-right:50px;
    }
    .navbar-header {
        padding: 0 50px;
    }

    .show-info-left .show-preview-day {
        font-size: 40px;
        line-height: 55px;
        padding: 0 10px;
    }
    .show-info-container .map {
        height:200px;
    }
    .show-info-left {
        width: 75px;
    }
    .show-info-left .show-preview-month {
        font-size: 16px;
        line-height: 22px;
    }
    .show-info-right {
        padding-left: 97px;
    }
    .show-info .artists h2 {
        font-size: 28px;
        line-height: 26px;
    }
    .show-info .location h5 {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }
    .show-info .links {
        margin-top: 8px;
    }
    .see-all-link .indi-btn {
        margin-top:2px;
    }

    .show-info .indicons {
        padding-right: 0px;
        padding-left: 0;
        margin-right: 0;
    }
    .hero .container-fluid {
        padding: 0 50px;
    }
    .modal-share {
        bottom:-5px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {

     .fullscreen-modal-artists .gradient-top .fill, .fullscreen-modal-artists .gradient-bottom .fill {
        height: 15px;
        background-color: #000;
    }
    .fullscreen-modal-artists .gradient-top .fill {
        height: 70px;
        background-color: #000;
    }
    .fullscreen-modal-artists .artists-list {
        padding: 110px 20px;
        font-size: 26px;
        line-height: 27px;
    }
    .hero-player {
        width:80%;
        bottom:0;
        top:inherit;
        left:0;
        right:0;
        height:auto;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        margin: auto;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .hero-player .preview-artwork {
        width: 15%;
        float:left;
    }
    .hero-player .preview-info {
        padding-left: 18%;;;
    }
    .hero-player .indiplay {
        margin-top: -20px;
        margin-left: -20px;
        width: 40px;
    }  
}

@media screen and (max-width: 479px) {
    .close, .close-menu {
        right: 70px;
    }

    .fullscreen-modal-artists .gradient-top .fill, .fullscreen-modal-artists .gradient-bottom .fill {
        height: 15px;
        background-color: #000;
    }
    .fullscreen-modal-artists .gradient-top .fill {
        height: 60px;
    }
    .fullscreen-modal-artists .artists-list {
        padding: 110px 20px;
        font-size: 26px;
        line-height: 27px;
    }
    .show-preview-day {
        padding: 0 10px;
        font-size: 30px;
        line-height: 44px;
    }
    .show-preview-right h3 {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 26px;
    }
    .show-preview-left {
        width: 70px;
    }
    .show-preview-right {
        padding: 10px;
        padding-left: 80px;
        padding-top: 15px;
    }
    .slide-title .indicons-up-down-arrow {
        font-size: 15px;
    }
    .slide-toolbar {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        letter-spacing: 3px;
    }
    .listing-header-menu {
        padding: 0 30px;;
    }    

    .artist-links .col-xs-6 {
        padding: 0 5px 0 0;
        font-size: 0.8em;
    }

    .hero-player {
        width:80%;
        bottom:0;
        top:inherit;
        left:0;
        right:0;
        height:auto;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        margin: auto;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .hero-player .preview-artwork {
        width: 35%;
        float:left;
    }
    .hero-player .preview-info {
        padding-left: 39%;;;
    }
    .indiplay {
        margin-top: -20px;
        margin-left: -20px;
        width: 40px;
    }
    .carousel-control:hover,.carousel-control:focus {
        background:none!important;
    }
    .slide-title {
        padding-left: 11px;
    }
    .fullscreen-modal-search input[type="search"] {
        padding-left: 75px;
        padding-right: 30px;
    }
    .fullscreen-modal-search .execute {
        left: 40px;
    }
    .modal-shell {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 100px 30px;
        height: 97%;
        z-index: 0;
    }
    .fullscreen-modal-youtube .modal-shell {
        padding: 100px 30px;
    }

    .indisection {
        padding: 60px 30px;
    }
    .about-container {
        padding-top: 30px;
    }
    .listing-container {
        padding: 30px 30px 70px;
    }
    .see-all-link {
        font-size: 22px;
    }
    .see-all-link .indi-btn {
        margin-top:3px;
    }
    .hero .container-fluid {
        padding: 0 30px;
    }
    .music-carousel .carousel-control .indicons-next-page, .music-carousel .carousel-control .indicons-prev-page {
        font-size: 35px;
    }
    .music-carousel .carousel-control .indicons-prev-page {
    left: -20px;
    }
    .music-carousel .carousel-control .indicons-next-page {
        right: -20px;
    }
    .contact-section {
        padding: 120px 30px 60px;
    }
    .artist-intro .artist-title {
        font-size: 26px;
        line-height: 36px;
    }   
    .jp-playlist-title .album-title {
        font-size: 25px;
        line-height: 30px;
    } 

    .artists-slider .carousel-control {
        bottom:20%;
        background:none!important;
    }
    .navbar-header {
        padding: 0 30px;
    }
    .slide-toolbar .slide-title {
        padding: 0;
    }
}
