/*!
THEME NAME: Roadrunner Records UK
THEME URI: http://www.roadrunnerrecords.co.uk/
DESCRIPTION: 2015 redesign of Roadrunner Records UK
VERSION: 1.0
AUTHOR: Will Beardmore
AUTHOR URI: http://www.willbeardmore.com/
*/

body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: 'Open Sans', Helvetica, Sans-Serif;
    background: #000;
    font-weight: 400
}

body.loading {
    cursor: wait
}

::-moz-selection {
    color: #fff;
    background: #990000
}

::selection {
    color: #fff;
    background: #990000
}

.adminbarshowing body {
    padding-top: 30px
}

strong {
    font-weight: 700
}

a {
    color: #990000;
    transition: linear 0.2s color
}

a:hover {
    color: #ed1b24
}

#header {
    height: 170px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.stickynav #header {
    height: 215px
}

h1 {
    margin: 0;
    padding: 0;
    display: block;
    width: 400px;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0
}

h1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 170px
}

h1 a img {
    width: 100%;
    height: auto
}

#artistsmontage {
    width: 100%;
    margin-left: 400px
}

#artisttiles {
    margin: 0;
    list-style-type: none;
    padding: 0
}

#artisttiles li {
    margin: 0;
    padding: 0;
    float: left;
    width: 85px;
    height: 85px;
    overflow: hidden;
    position: relative
}

#artisttiles li a {
    width: 100%;
    height: 85px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    text-indent: -10000px;
    position: absolute;
    top: 0;
    left: 0
}

#topnav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    background: #000000;
    background: -moz-linear-gradient(top, #000 0%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, #000 0%, #242424 100%);
    background: -o-linear-gradient(top, #000 0%, #242424 100%);
    background: -ms-linear-gradient(top, #000 0%, #242424 100%);
    background: linear-gradient(to bottom, #000 0%, #242424 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#242424', GradientType=0);
    text-align: center;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    height: 45px
}

#topnav #small_logo {
    position: absolute;
    left: -150px;
    top: 0;
    transition: 0.2s linear all;
    width: 148px;
    height: 45px
}

#topnav #small_logo img {
    width: 100%;
    height: auto;
    border: 0
}

.stickynav #topnav {
    position: fixed;
    top: 0;
    left: 0
}

.stickynav #topnav #small_logo {
    left: 0
}

.adminbarshowing.stickynav #topnav {
    top: 30px
}

#topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 45px;
    width: auto;
    display: inline-block
}

#topnav ul li {
    display: inline-block;
    width: auto;
    border-right: 1px solid #000;
    margin-right: -4px;
    padding: 0;
    font-size: 0
}

#topnav ul li a,
#searchsubmit {
    display: block;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 14pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 15px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.2s linear all
}

#searchsubmit {
    display: block;
    transition: linear 0.2s all;
    width: 15%;
    float: left;
    padding-top: 18px
}

#topnav ul li:first-of-type {
    border-left: 0
}

#topnav ul li a:hover {
    background: #000;
    text-decoration: underline
}

#searchtoggle:hover {
    opacity: 0.5
}

#searchwrap {
    display: none;
    margin: 0 auto
}

#searchwrap input {
    color: #fff;
    background: #666666;
    font-size: 14pt;
    height: 50px;
    border: 0;
    width: 85%;
    font-family: 'Special Elite', Courier, Sans-Serif;
    float: left
}

#searchwrap input:focus {
    border: 0;
    box-shadow: 0 0 0;
    outline: none
}

#searchsubmit:hover {
    text-decoration: underline
}

#searchwrap,
#navwrap {
    width: 100%;
    height: 50px
}

#pagewrapper {
    display: block;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 220px;
    z-index: 1;
    min-height: 200px;
    padding-top: 55px
}

.adminbarshowing #pagewrapper {
    padding-top: 75px
}

#pagewrapper.cover {
    background-size: 100% auto
}

#leaderboardwrapper {
    margin: 35px auto;
    width: 100%;
    text-align: center
}

#leaderboard img {
    border: 0
}

#backgroundclick {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#socialnav {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 0px
}

#socialnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
    display: inline-block
}

#socialnav ul li {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px
}

#socialnav ul li a {
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 12pt
}

#socialnav ul li a:hover {
    text-decoration: underline
}

#socialnav .menu-social-menu-container {
    display: inline-block;
    width: auto;
    -webkit-border-bottom-right-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -moz-border-radius-bottomright: 70px;
    -moz-border-radius-bottomleft: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    background: #900000;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.6)
}

#contentwrapper {
    background: #292929;
    max-width: 920px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.newsexcerpt {
    font-size: 10pt;
    clear: both;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    height: 170px
}

.newsexcerpt h3 {
    font-family: 'Special Elite', Courier, Sans-Serif;
    font-size: 14pt;
    margin: 0;
    padding: 0
}

.contentheader .newsdate {
    margin-left: 10px;
    display: block;
    color: #fff
}

.newsdate {
    font-style: italic;
    font-size: 8pt;
    margin: 0;
    padding: 0
}

.newsexcerpt h3 a {
    color: #000;
    text-decoration: none
}

.newsexcerpt h3 a:hover {
    text-decoration: underline
}

.newsexcerpt p {
    margin-top: 6px;
    padding: 0;
    margin-bottom: 4px
}

.readmore {
    display: block;
    text-align: center;
    font-family: 'Special Elite', Courier, Sans-Serif;
    font-size: 12pt;
    color: #fff;
    background: #000;
    transition: 0.2s linear all;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 3px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 420px
}

.readmore:hover {
    background: #fff;
    color: #000
}

.readmore.full {
    font-size: 16pt;
    position: static;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 7px
}

.newsthumb {
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.newsthumb img {
    width: 100%;
    height: auto
}

.newsinfo {
    width: 430px;
    float: left;
    position: relative;
    height: 150px;
    padding-left: 10px;
    box-sizing: border-box
}

#leftcolumn {
    width: 600px;
    margin-right: 20px;
    float: left
}

.contentblock {
    background: #b3b3b3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 10pt;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75)
}

.contentblock.half {
    width: 49.5%;
    float: left
}

.half_left {
    margin-right: 1%
}

.headerblock {
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.withshadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px
}

a:hover .headerinner {
    background: #ed1b24
}

.headerinner {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    background: #ed1b24;
    background: rgba(237, 27, 36, 0.75);
    bottom: 0;
    left: 0;
    transition: 0.2s linear all
}

.headerinner .newsdate {
    margin-left: 10px
}

.artistlinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    font-size: 10pt
}

.artistlinks li {
    margin: 0;
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.artistlinks li a {
    color: #fff
}

.artistlinks li a:hover {
    color: #eee
}

.artistlinks li:before {
    content: " // "
}

.artistlinks li:first-child:before {
    content: none
}

.padding {
    padding: 10px
}

.contentheader {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #ed1b24
}

.contentheader h2,
.headerblock h2 {
    font-size: 18pt;
    color: #fff;
    font-family: 'Special Elite', Courier, Sans-Serif;
    margin: 0;
    padding: 0;
    display: block;
    width: 90%;
    text-transform: uppercase;
    margin-left: 10px
}

.contentheader h2 a,
.headerblock h2 a {
    color: #fff;
    text-decoration: none
}

.contentheader h2 a:hover,
.headerblock h2 a:hover {
    text-decoration: underline
}

.productsnav {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 24pt
}

.productsnav a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px
}

.productsnav a:hover {
    color: #000
}

.productsnav a.disabled {
    cursor: default;
    opacity: 0.4
}

.productsnav a.disabled:hover {
    color: #fff
}

.rss {
    background: url("images/rss.png");
    text-indent: -10000px;
    overflow: hidden;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.2s linear all
}

.rss:hover {
    opacity: 0.8
}

.contextbutton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto
}

#carouselwrapper {
    position: relative
}

#homepagecarousel {
    display: block;
    width: 100%;
    height: 340px;
    position: relative;
    border: 2px solid #cccccc;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box
}

.carouselitem {
    width: 100%;
    height: 340px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    overflow: hidden
}

.carouselinfo {
    position: absolute;
    bottom: 1px;
    left: 0;
    color: #fff;
    background: #ed1b24;
    background: rgba(237, 27, 26, 0.7);
    display: block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    transition: ease-out 0.2s all;
    font-size: 10pt;
    background-image: url("images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center right 15px
}

.carouselinfo.hover {
    background: #ed1b1a;
    background-image: url("images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center right 10px
}

.carouselinfo h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Special Elite', 'Courier', Sans-Serif
}

.carouselinfo p {
    margin: 0;
    padding: 0
}

.carouselclick {
    text-indent: -10000px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0
}

.carouselclick:hover {
    background-position: 99% 285px
}

#carouseltrigger {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 10pt
}

#carouseltrigger li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 17px;
    height: 17px
}

#carouseltrigger li a {
    display: block;
    width: 17px;
    height: 17px;
    background: #d5d4d5;
    color: #000;
    text-decoration: none;
    text-align: center;
    border: 1px solid #d5d4d5
}

#carouseltrigger li a:hover {
    border: 1px solid #000
}

#carouseltrigger li.current a {
    background: #000;
    color: #d5d4d5;
    border: 1px solid #000
}

#rightcolumn {
    width: 300px;
    float: left
}

#rightcolumn .contentheader {
    text-align: center
}

#rightcolumn .widget {
    margin-bottom: 15px
}

#signup {
    height: 455px;
    text-align: center
}

#signup form {
    margin: 20px
}

#signupsubmit {
    display: block;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    transition: 0.2s linear all;
    font-size: 12pt
}

#signupsubmit:hover {
    background: #fff;
    color: #000
}

#signup input {
    font-size: 12pt;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-family: 'Open Sans', Helvetica, Sans-Serif;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    border: 0
}

#signup input::-webkit-input-placeholder {
    text-transform: uppercase
}

#signup input:-moz-placeholder {
    text-transform: uppercase
}

#signup input::-moz-placeholder {
    text-transform: uppercase
}

#signup input:-ms-input-placeholder {
    text-transform: uppercase
}

.smallprint {
    font-size: 8pt
}

.thankslike {
    background: #fff;
    width: 270px;
    margin: 10px auto
}

.widget_featured_playlist {
    background: url("images/texture.jpg");
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75)
}

.widget_featured_playlist h2 {
    background: url("images/spotify.png") no-repeat center center;
    height: 68px;
    width: 100%;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 0
}

.widget_featured_playlist h3 {
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 14pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.widget_featured_playlist .framewrapper {
    margin: 0 auto;
    width: 220px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75)
}

.spotifybuttonwrapper {
    width: 220px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 10px auto;
    background: url("images/playlist-arrow.png") bottom center no-repeat;
    height: 75px
}

.spotifysubscribe {
    display: block;
    width: 95px;
    height: 20px;
    background: #83be0b;
    text-decoration: none;
    text-align: center;
    padding-top: 3px;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    font-size: 9pt;
    color: #fff;
    text-transform: uppercase;
    float: left
}

.spotifysubscribeiframe {
    width: 95px;
    float: left
}

.spotifysubscribe:hover {
    background: #639006;
    color: #fff
}

.followwrapper {
    width: 95px;
    height: 23px;
    float: right
}

#releaseshome li a {
    text-decoration: none;
    display: block;
    width: 125px;
    margin: 0 auto
}

#releaseshome {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 8pt;
    font-weight: strong
}

#releaseshome li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 200px
}

#releaseshome li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px
}

.breadcrumbs {
    background: #000;
    margin-bottom: 20px;
    font-size: 10pt;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    color: #fff;
    height: 43px
}

.breadcrumbs .main a {
    padding-left: 10px
}

.breadcrumbs a {
    display: block;
    padding-left: 40px;
    background: #ed1b24;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15pt;
    color: #fff;
    font-family: 'Special Elite', Courier, Sans-Serif;
    width: auto;
    padding-top: 15px;
    padding-bottom: 8px;
    float: left;
    transition: 0.2s linear all;
    position: relative
}

.breadcrumbs a:hover {
    background: #900000
}

.breadcrumbs a:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ed1b24;
    transform: rotate(45deg);
    top: -3px;
    right: -20px;
    border-top: 1px solid #900000;
    border-right: 1px solid #900000;
    z-index: 1;
    transition: 0.2s linear all
}

.breadcrumbs a span {
    position: relative;
    z-index: 2
}

.breadcrumbs a:hover:after {
    background: #900000;
    border-top: 1px solid #000;
    border-right: 1px solid #000
}

.breadcrumbtitle {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    padding-left: 40px;
    text-transform: uppercase
}

.paginglinks {
    clear: both
}

.pages {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 15pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-decoration: none
}

.pages a {
    display: block;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 4px;
    transition: 0.2s linear all
}

.pages.right {
    text-align: right
}

.pages a:hover {
    background: #ed1b24
}

.productcarousel {
    width: 100%;
    overflow: hidden
}

.productcarousel ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.productcarousel li {
    margin: 0;
    padding: 0;
    display: block;
    width: 180px;
    float: left;
    text-align: center;
    margin: 10px
}

.productcarousel li a {
    display: block
}

.productcarousel li a img {
    width: 100%;
    height: auto
}

.productcarousel li a span {
    display: block;
    font-weight: bold
}

.widget_store_widget {
    display: block;
    width: 300px;
    height: 250px;
    background: url("images/storebg.jpg");
    webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    position: relative
}

.storewidgettoplink {
    display: block;
    width: 100%;
    height: 100px;
    text-indent: -10000px;
    overflow: hidden
}

.storewidgetcarousel {
    width: 298px;
    height: 200px;
    display: block;
    margin: 0 auto
}

.storewidgetcarousel_item {
    display: block;
    width: 100%;
    height: 200px;
    color: #fff;
    text-decoration: none
}

.storewidgetcarousel_item:hover {
    color: #fff
}

.storewidgetcarousel .productimage {
    width: 140px;
    height: auto;
    margin-left: 5px;
    float: left
}

.storewidgetcarousel .productimage img {
    width: 100%;
    height: auto
}

.storewidgetcarousel .productdetails {
    width: 143px;
    margin-left: 5px;
    float: left;
    text-transform: uppercase;
    font-size: 10pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-align: center;
    margin-right: 5px
}

.storewidgetcarousel .productdetails .productdescription {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px;
    margin-bottom: 5px
}

.storewidgetcarousel .storewidgetcarousel_item .productdetails .shopnow {
    display: block;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    font-size: 12pt;
    padding-top: 5px;
    transition: 0.2s linear all
}

.storewidgetcarousel .storewidgetcarousel_item:hover .productdetails .shopnow {
    background: #fff !important
}

#artistlist {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#artistlist li {
    display: block;
    float: left;
    width: 221px;
    height: 160px;
    margin-right: 12px;
    margin-bottom: 12px
}

#artistlist li a {
    display: block;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    position: relative
}

#artistlist li:nth-child(4n) {
    margin-right: 0px
}

#artistlist li a span {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 12pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    background: rgba(237, 27, 36, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 211px;
    transition: 0.2s linear all
}

#artistlist li a:hover span {
    background: #ed1b24
}

.options {
    color: #fff
}

.options ul {
    list-style-type: none;
    text-align: center;
    margin: 10px;
    padding: 0;
    display: block;
    margin-bottom: 25px
}

.options ul li {
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    padding: 0
}

.options a {
    color: #ed1b24;
    transition: linear 0.2s color
}

.options a:hover {
    color: #990000
}

#releaseslist {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#releaseslist li {
    display: block;
    float: left;
    width: 221px;
    height: 221px;
    margin-right: 12px;
    margin-bottom: 12px
}

#releaseslist li a {
    display: block;
    width: 100%;
    height: 221px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    position: relative
}

#releaseslist li:nth-child(4n) {
    margin-right: 0px
}

#releaseslist li a span.releaseinfo {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    background: rgba(237, 27, 36, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 211px;
    transition: 0.2s linear all;
    font-size: 8pt
}

#releaseslist li a span.releasetitle {
    text-transform: uppercase;
    font-size: 12pt;
    font-family: 'Special Elite', Courier, Sans-Serif
}

#releaseslist li a:hover span.releaseinfo {
    background: #ed1b24
}

.releases_headerwrapper .headerblock {
    width: 350px;
    float: left;
    height: auto
}

.releases_headerwrapper .headerblock.fullwidth {
    width: 100%;
    float: none
}

.releases_headerwrapper .releases_spotify {
    width: 240px;
    margin-left: 10px;
    float: left
}

.releases_headerwrapper .headerblock img {
    width: 100%;
    height: auto
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #ff2600;
    position: absolute;
    z-index: 2000;
    top: 215px;
    right: 100%;
    width: 100%;
    height: 2px
}

.stickynav .pace .pace-progress {
    position: fixed;
    top: 45px
}

.adminbarshowing .pace .pace-progress {
    top: 247px
}

.adminbarshowing.stickynav .pace .pace-progress {
    top: 76px
}

.releasesblock .half {
    height: 325px;
    overflow: hidden
}

.latestrelease_packshot {
    display: block;
    margin: 10px;
    text-align: center
}

.latestrelease_packshot img {
    width: 220px;
    height: auto
}

.latestrelease_info h3 {
    margin: 0;
    padding: 0
}

.latestrelease_info {
    text-align: center
}

.extrareleases {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 10px
}

.extrareleases li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    height: 125px
}

.extrareleases li a {
    display: block;
    width: 100%;
    height: 125px;
    text-decoration: none
}

.extrareleases li a strong {
    text-decoration: underline
}

.extrareleases li a .dateinfo {
    color: #000
}

.extrareleases li a img {
    float: left;
    height: auto;
    width: 125px;
    margin-right: 10px
}

.retailers {
    text-align: left;
    background: #333;
    padding: 10px
}

.retailers h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    margin-bottom: 5px
}

.retailers ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}

.retailers li {
    width: auto;
    display: inline-block;
    height: auto;
    margin: 2px;
    padding: 0
}

.retailers li a {
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ed1b24;
    color: #fff;
    text-decoration: none;
    width: auto;
    transition: 0.2s linear all
}

.retailers li a:hover {
    background: #000
}

.artistsearch_left {
    width: 50%;
    margin-right: 1%;
    float: left
}

.artistsearch_left img {
    width: 100%;
    height: auto
}

.artistsearch_right {
    width: 49%;
    float: left
}

#youtubeplayer {
    display: none
}

#youtubeplayer.docked {
    width: 356px !important;
    height: 200px !important;
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important;
    background: #000;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #fff;
    display: block
}

#youtubeclose {
    display: block;
    position: fixed;
    bottom: 220px;
    right: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: none;
    z-index: 10
}

#youtubeclose:hover {
    color: #ff0000
}

#youtubeplayer.inline {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

.youtubeembedwrapper {
    width: 100%;
    height: 326px;
    background: #000;
    position: relative;
    overflow: hidden
}

.youtubeembed {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #c8c8c8;
    text-decoration: none;
    overflow: hidden
}

.vidtitle {
    display: block;
    padding: 5px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

.playbutton {
    display: block;
    text-align: center;
    width: 75px;
    height: 52.5px;
    position: absolute;
    margin-top: -26.25px;
    margin-left: -37.5px;
    left: 50%;
    top: 50%;
    background: url("images/youtube-play.png") no-repeat;
    background-position: top;
    background-size: 100% auto
}

.youtubeembed:hover .playbutton {
    background-position: bottom
}

.youtubeembed:hover {
    color: #fff;
    text-decoration: underline
}

#morevids {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

#morevids li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 135px;
    text-align: center;
    margin-bottom: 10px
}

#morevids li a {
    display: block;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 85px
}

.datelist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 15px
}

.monthheading {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.datelist li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 1px
}

.datelist li .date_date {
    display: inline-block;
    width: 10%;
    text-align: center;
    background: #dcdcdc;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-right: 1px
}

.datelist li h4 {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 10px;
    width: 70%;
    background: #dcdcdc;
    font-weight: normal
}

.datelist li .date_tickets {
    display: inline-block;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin-left: 1px;
    transition: 0.2s linear all
}

.datelist li .date_tickets:hover {
    background: #ed1b24
}

#footer {
    background: #900000;
    width: 100%;
    min-height: 200px;
    border-top: 2px solid #fff;
    margin-top: 50px;
    clear: both;
    position: relative;
    z-index: 2;
    color: #f0f0f0
}

#footer .searchclick {
    display: none
}

#footerinner {
    margin: 0 auto;
    max-width: 960px;
    width: 100%
}

#footer a {
    color: #f0f0f0
}

#footer a:hover {
    color: #fff
}

#termsetc {
    font-size: 10pt;
    text-align: center;
    padding-bottom: 20px
}

#rrinternational {
    clear: both
}

#rrinternational ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 10px auto;
    padding-top: 15px
}

#rrinternational li {
    margin: 5px;
    padding: 0;
    display: inline-block;
    width: auto
}

#item-id {
    font-weight: bold
}

.footercol {
    width: 33.3%;
    float: left;
    margin-top: 20px
}

.footercol ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 15px
}

.footercol li {
    margin-bottom: 3px
}

#footer_search {
    width: 200px;
    position: relative;
    height: 30px;
    margin-bottom: 10px
}

#footer_search input {
    width: 100%;
    border-radius: 15px;
    height: 30px;
    background: #fff;
    border: 0
}

#footer_search #searchsubmit_footer {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #000;
    text-decoration: none
}

#footer_search input:focus {
    border: 0;
    box-shadow: 0 0 0;
    outline: none
}

#footersocial {
    float: right;
    width: 33.3%;
    padding-top: 20px
}

#footersocial ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right
}

#footersocial li {
    display: inline-block;
    margin: 3px;
    padding: 0;
    width: 30px;
    height: 30px
}

#footersocial li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 15px;
    transition: 0.2s linear all;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 6px
}

#footersocial li a:hover {
    background: #fff;
    color: #900000
}

#footer_latestrelease {
    display: block;
    clear: right;
    float: right;
    width: 500px;
    background: #000;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 11pt
}

#footer_latestrelease h2 {
    font-size: 14pt;
    font-family: 'Special Elite', Courier, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 10px
}

.footerpackshot {
    width: 150px;
    height: auto;
    float: left;
    margin-right: 20px
}

.footerpackshot img {
    width: 100%;
    height: auto
}

#navtoggle {
    display: none
}

.postsharing {
    padding-top: 20px
}

.pw-widget a {
    margin-bottom: 10px
}

@media only screen and (max-width: 1010px) {
    #small_logo {
        display: none
    }
}

@media only screen and (max-width: 975px) {
    #rightcolumn {
        display: none
    }
    #leftcolumn {
        width: 90%;
        margin: 20px auto;
        float: none
    }
}

@media only screen and (max-width: 640px) {
    #header {
        height: auto;
        width: 100%
    }
    #contentwrapper {
        margin: 0 auto;
        padding: 0;
        width: 96%
    }
    #artistsmontage {
        display: none
    }
    h1 {
        width: 100%;
        height: auto;
        position: static
    }
    h1 a {
        width: 100%;
        height: auto
    }
    .pace {
        display: none
    }
    #leaderboardwrapper {
        display: none
    }
    #socialnav {
        display: none
    }
    #rightcolumn {
        display: none
    }
    #leftcolumn,
    #fullwidth {
        width: 96%;
        margin: 0 auto;
        float: none;
        margin-top: 20px;
        padding-bottom: 20px
    }
    #fullwidth {
        width: 100%
    }
    #footersocial {
        width: 30%;
        margin-right: 3%
    }
    #footer_latestrelease {
        display: none
    }
    .readmore {
        position: static;
        width: 100%
    }
    #carouselwrapper {
        position: relative;
        padding-top: 10px
    }
    #homepagecarousel {
        height: 200px
    }
    #carouseltrigger {
        top: 20px
    }
    .carouselitem {
        height: 200px
    }
    .carouselclick {
        height: 200px
    }
    #topnav {
        height: auto;
        padding-bottom: 10px
    }
    #topnav ul {
        height: auto
    }
    #topnav ul li {
        display: block
    }
    #topnav ul li a,
    #searchsubmit {
        padding-top: 15px;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
        display: block
    }
    #searchsubmit {
        display: none
    }
    #searchwrap input {
        height: 40px;
        width: 70%;
        margin: 10px auto;
        text-align: center;
        padding-top: 10px;
        text-transform: uppercase;
        display: inline-block;
        float: none;
        border-radius: 25px
    }
    #searchwrap,
    #navwrap {
        width: 100%;
        height: auto;
        text-align: center
    }
    #topnav .searchclick {
        display: none
    }
    #navtoggle {
        display: block;
        color: #fff;
        font-size: 14pt;
        font-family: 'Special Elite', Courier, Sans-Serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-top: 20px;
        padding-bottom: 5px;
        text-decoration: none
    }
    #navtoggle.active {
        color: #ff0000
    }
    #navwrap {
        display: none
    }
    #searchwrap {
        display: none;
        width: 100% !important
    }
    .newsexcerpt {
        font-size: 10pt;
        position: relative;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .newsexcerpt h3 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .newsdate {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .newsexcerpt p {
        margin-top: 6px;
        padding: 0;
        margin-bottom: 4px
    }
    .readmore {
        position: static;
        width: auto
    }
    .newsthumb {
        display: none
    }
    .newsinfo {
        width: auto;
        float: none;
        position: relative;
        height: auto;
        padding: 10px;
        box-sizing: border-box
    }
    .headerblock {
        height: 250px;
        background-position: center center
    }
    .padding iframe,
    img {
        max-width: 100%;
        height: auto
    }
    #artistlist li {
        display: block;
        float: none;
        width: 90%;
        height: 200px;
        margin: 10px auto
    }
    #artistlist li a {
        width: 100%;
        height: 200px;
        overflow: hidden
    }
    #artistlist li:nth-child(4n) {
        margin: 10px auto
    }
    #artistlist li a span {
        width: 100%
    }
    .paginglinks {
        height: 30px
    }
    #releaseshome li a {
        width: 125px
    }
    #releaseshome {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-end;
        align-content: flex-end;
        width: 95%;
        margin: 0 auto
    }
    #releaseshome li {
        display: inline-block;
        float: none;
        width: 125px;
        height: 200px;
        margin: 5px
    }
    .productsnav {
        display: none
    }
    .productcarousel li {
        margin: 10px auto;
        display: block;
        width: 250px;
        float: none
    }
    #releaseslist li {
        display: block;
        float: none;
        width: 250px;
        height: 250px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 12px;
        overflow: hidden
    }
    #releaseslist li:nth-child(4n) {
        margin-right: auto
    }
    #releaseslist li a span.releaseinfo {
        width: 250px
    }
    #releaseslist li a {
        width: 100%;
        height: 250px
    }
    .releases_headerwrapper .headerblock {
        width: 100%;
        float: none
    }
    .releases_headerwrapper .releases_spotify {
        width: 100%;
        margin-left: 0;
        float: none
    }
    .contentblock.half {
        width: 100%;
        float: none
    }
    .half_left {
        margin-right: 0%
    }
    .releasesblock .half {
        height: auto;
        overflow: hidden
    }
    .extrareleases li {
        display: block !important
    }
    .datelist li h4 {
        box-sizing: border-box
    }
    .datelist li .date_date,
    .datelist li h4,
    .datelist li .date_tickets {
        flex: 1
    }
    #morevids li {
        width: 130px;
        overflow: hidden
    }
}
.global-list-checkbox {
	margin: 10px 0;
	font-size: 10px;
}
.global-list-checkbox input {
	width: auto !important;
    display: inline-block !important;
    margin: 0 !important;
}
/*# sourceMappingURL=style.css.map */