html,body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-family:  Montserrat,sans-serif;
}
body {
    /*overflow: hidden;*/
    background: #333;
    color:#fff;
    min-height: 100%;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color:#222222;
}
img {
    max-width: 100%;
}
.centerText {
    text-align: center;
}
#container {
    background:#333333;
    width:100%;
    height:100%;
    margin:0 auto;
    text-align: center;
}
#logo {
    /*height: 170px;*/
    background: #fff;
    padding: 30px 0;
    margin: 0 auto 40px;
}
#logo img {
    max-width: 500px;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#fakeMenu {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 775px;
}
#fakeMenu img {

}
#menu {
    margin: 0 auto;
    text-align: center;
}
#menu li a {
    height:48px;
    display: inline-block;
}
#menu li {
    color: #333;
    display: inline-block;
    margin:10px;
}
#menu li img {
    width:32px;
    vertical-align: middle;
    margin-right:5px;
}
#fakeUser {
    display: inline-block;
    color: #333;
    text-align: right;
    height: 40px;
}
#fakeUser p {
    margin-bottom:0;
    color:#EE7D00;
    font-weight:bold;
}
#fakeUser img.userTool {
    width: 24px;
}
#player {
    height: 720px;
    background: #333;
}
.coverColumn,.songsColumn {
    padding:40px;
}
.songsColumn {
    height:720px;
    padding-left: 0;
    padding-right:0;
}
.songsColumn {
    height: 720px;
    padding-left: 0;
    padding-right: 0;
}
#coverHolder{
    height: 460px;
    width: 460px;
}
#cover {
    box-shadow: 2px 2px 25px #000;
}
#tagHolder {
    margin-top: 40px;
    width: 460px;
    height: 120px;
}
#tagHolder h4 {
    font-size: 4rem;
    color: #EE7D00;
    text-align: center;
    font-weight: 800;
    letter-spacing: 3px;
}
#tagHolder h4 span {
    color: #fff;
}
.subheader {
    background: #EE7D00;
    color: #fff;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-weight:300;
    font-family: "Montserrat";
}
.subheader.catHeader {
    height: 65px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 10px #444;
}
.subheader h4 {
    margin:0;
}
span#tagTitle,span#playTitle, span#nextHeader {
    font-size: 3rem;
}
span#tagType {
    display: block;
    position: absolute;
    right: 40px;
    top: 0;
    font-size: 2.5rem;
    font-weight: 300;
}
div#nowPlaying {
    height: 165px;
    border-bottom: 1px solid #EE7D00;
}
#songInfo {
    color: #fff;
    padding: 25px 35px 5px;
    font-weight:200;
}
span#title {
    display: block;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: normal;
}
span#artist {
    font-size: 2.5rem;
    line-height: normal;
}
div#controls {
    height: 180px;
    line-height: 180px;
}
#controls .icon {
    max-width: 72px;
    margin: 0 8px;
}
#controls span.spacer {
    width: 28px;
    display: inline-block;
}

span.nextTitle {
    font-weight: 600;
    display: block;
    line-height: normal;
}
div#nextFake {
    height: 330px;
}
.nextColumn {
    height: 35px;
    padding: 10px 30px;
    line-height: normal;
}
#nextFake .nextColumn:nth-child(odd) {
    background: #4B4B4B ;
}

.six.columns.catBlock {
    max-height: 350px;
    margin: 0 5px;
    width: 608px;
    display: inline-block;
    float: none;
    vertical-align: top;
}
span.catTitle {
    display: block;
    font-size: 2em;
}
#catContainer {
    padding: 20px 20px 0;
}
.previewCover {
    /*width:210px;*/
    width:180px;
}
.previewCover,.channelInfo {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.channelInfo {
    width:394px;
}
.channelInfo .channels ul {
    list-style: none;
    margin-top:0;
    margin-left:0;
    padding-left:0;
}
.channelInfo .channels ul li {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    height: 36px;
    margin-bottom: 0;
    line-height: 42px;
}
.channelInfo .channels ul li:nth-child(odd) {
    background: #4B4B4B ;
}
.channelInfo .channels ul li a {
    color:#fff;
    text-decoration: none;
}
.channelInfo .channels ul li a.demoLink {
    padding: 0 10px;
    text-align: left;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    font-family: inherit;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: 360px;
    display: inline-block;
}
.marginRight {
    margin-right:10px;
}
.marginTop {
    margin-top:10px;
}
.channelInfo .channels ul li a.demoLink.selected i {
    color:#ffad00;
    text-shadow: 1px 1px 1px #000;
}
div#tracklite_jplayer {
    width:0;
    height:0;
}
.boxHolder {
    padding:20px 0;
}
.titleStrip {
    background:#EE7D00;
    background: rgba(255, 173, 37, 0.8);
    color: #fff;
}
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    background:#EE7D00;
    border-color:#fff;
}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
    background: rgba(255, 173, 37, 0.8);
    border-color:#fff;
}

#langSwitchHolder {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 10px;
}
#langSwitchHolder a.langSwitch{
    padding:5px 10px;
    background:#172322;
    background: rgba(23,35,34,.75);
    color:#fff;
    width: 40px;
    text-align: center;
    text-decoration: none;
}
#langSwitchHolder a.langSwitch:hover,#langSwitchHolder a.langSwitch.current {
    background: #EE7D00;
}