/************************************************************ 
- General Typography
*************************************************************/

body {
    font-size: 14px;
    line-height: 1.72222;
}
p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
}
h1,
.h1 {
    font-size: 30px;
    margin-top: 32px;
    margin-bottom: 18px;
}
h2,
.h2 {
    font-size: 28px;
    margin-top: 34px;
    margin-bottom: 18px;
}
h3,
.h3 {
    font-size: 26px;
    margin-top: 33px;
    margin-bottom: 19px;
}
h4,
.h4 {
    font-size: 22px;
    margin-top: 34px;
    margin-bottom: 19px;
}
h5,
.h5 {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 19px;
}
h6,
.h6 {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 20px;
}
blockquote {
    margin-top: 24px;
}
blockquote p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
blockquote small {
    font-size: 14px;
    line-height: 24px;
}
/************************************************************ 
- General Container
*************************************************************/

.pr30 {
    padding-right: 30px;
}
.pl30 {
    padding-left: 30px;
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
/************************************************************ 
- Logo & Navigation Menu
*************************************************************/

/* Left Menu */

.play-left-menu {
    position: fixed;
    width: 80px;
    margin: 0;
    padding: 0;
    min-height: 100%;
    z-index: 999;
}
/* Logo Icon */

.play-icon-logo {
    padding-top: 21px;
    width: 100%;
    height: 74px;
    font-size: 18px;
    text-align: center;
}
.play-icon-logo a:hover {
    opacity: 0.5;
}
.play-icon-menu-fa {
    position: relative;
    padding-top: 21px;
    width: 100%;
    height: 74px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.play-icon-title {
    position: absolute;
    min-width: 154px;
    left: -200%;
    padding: 2px 20px 0px 20px;
    margin-top: -74px;
    height: 74px;
    text-align: left;
    display: block;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.play-icon-menu:hover .play-icon-title {
    position: absolute;
    min-width: 154px;
    left: 100%;
    padding: 2px 20px 0px 20px;
    margin-top: -74px;
    height: 74px;
    text-align: left;
    opacity: 1;
    display: block;
}
.play-icon-title h6 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.play-icon-title p {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}
.play-icon-bottom {
    position: absolute;
    padding-top: 25px;
    width: 100%;
    height: 80px;
    font-size: 18px;
    text-align: center;
    bottom: 0;
}
.play-logo {
    margin-top: 8px;
	margin-bottom: 8px;
}
.play-nav-menu {
    max-height: 70px;
}
.play-nav-bottom {
    width: 100%;
    height: 4px;
    background: repeat-x;
}
/* Navigation Menu */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 70px;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
    min-width: 100px;
    text-align: center;
    opacity: 0.95;
    margin-right: -4px;
}
.nav-menu li a {
    display: block;
    font-family: 'Cuprum', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 27px 20px;
    text-decoration: none;
}
.nav-menu li ul li {
    min-width: 100px;
    text-align: left;
    margin-right: 0px;
}
.nav-menu li ul li a {
    padding: 18px 20px;
}
.nav-menu .sub-menu,
.nav-menu .children {
    border-top: 0;
    display: none;
    padding: 0;
    position: absolute;
    left: 0px;
    z-index: 99999;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    margin: 0;
    width: 200px;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
    display: block;
}
.menu-toggle {
    display: none;
}
.navbar {
    margin: 0;
    width: 100%;
    z-index: 999;
}
/************************************************************ 
- Fullwidth Image for Post
*************************************************************/

.showbiz .hovercover {
    background-color: rgba(0, 0, 0, 0.3);
}
.play-fany-hover {
    border: 4px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    opacity: 0.7;
    margin-top: -30px;
    left: 44%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.play-fany-fa {
    position: relative;
    margin-left: -6px;
    padding-right: 10px;
    margin-right: 10px;
}
.play-fany-faem {
    font-size: 12px;
    margin-left: 6px;
    margin-right: 6px;
}
.fancybox-skin {
    border-radius: 0;
    padding: 0;
}
/************************************************************ 
- Post Single
*************************************************************/

/* Post Title */

.nillplay-post-slide-title {
    position: absolute;
    display: block;
    width: 100%;
    left: 27px;
    bottom: 0;
    padding-right: 30px;
}
.nillplay-post-slide-title h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
}
.nillplay-post-slide-title h6 {
    font-family: 'Cuprum', sans-serif;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 25px;
}
.play-post-title {
    position: relative;
    display: block;
    top: -103px;
    z-index: 998;
    margin-bottom: -100px;
}
.play-post-title-two {
    padding-top: 22px;
    padding-bottom: 26px;
}
.play-post-title h1,
.play-post-title-two h1, .play-post-title-two h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.play-post-title h6,
.play-post-title-two h6 {
    font-family: 'Cuprum', sans-serif;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
/* Post Category */

.nillplay-post-category {
    position: absolute;
    margin-left: 15px;
}
.nillplay-post-dot {
    padding-left: 10px;
}
.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-categories li {
    float: left;
    padding-right: 4px;
}
.post-categories li a {
    font-family: 'Cuprum', sans-serif;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.post-categories li:after {
    content: ",";
}
.post-categories li:last-child:after {
    content: "";
}
/* Clock */

.play-clock-area {
    position: absolute;
    background-color: #fff;
    display: block;
    top: -470px;
    width: 90%;
    max-height: 70px;
    opacity: 0.8;
    border-left: 4px solid #cc467c;
    z-index: 990;
}
.play-clock-area-four {
    position: absolute;
    background-color: #fff;
    display: block;
    top: 30px;
    width: 90%;
    max-height: 70px;
    opacity: 0.8;
    border-left: 4px solid #cc467c;
    z-index: 990;
}
.play-clock-area-two {
    background-color: #fff;
    width: 100%;
    margin-top: 30px;
    max-height: 70px;
    opacity: 0.8;
    border-left: 4px solid #cc467c;
    z-index: 990;
}
.nillplay-top {
    position: absolute;
    margin-top: 500px;
    z-index: 990;
}
.nillplay-top-two {
    position: absolute;
    margin-top: 500px;
    right: -10px;
    z-index: 990;
}
.nillplay-close-slider {
    margin-bottom: 94px;
}
.nillplay-close-slider-two {
    margin-bottom: 124px;
}
.play-clock-area-three {
    position: absolute;
    background-color: #fff;
    display: block;
    top: -470px;
    max-height: 70px;
    opacity: 0.8;
    border-left: 4px solid #cc467c;
    z-index: 990;
}
.play-clock-title-three {
    padding: 19px;
}
.play-clock-title-three h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nillplay-clock-page {} .play-clock-title {
    padding: 19px;
}
.play-clock-title h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.play-clock-title p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.play-clock {
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 990;
}
.play-clock h1 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Post Tab Button */

.nav-tabs {
    margin-top: 30px;
    border-bottom: 1px solid;
    margin-bottom: 0px;
}
.nav-tabs li {
    text-align: center;
    margin-left: 30px;
    margin-right: -20px;
}
.nav-tabs li a {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-tabs > li > a,
.nav-tabs > li > h3 >a {
    border-width: 2px;
    padding: 12px 21px 8px 24px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > h3 >a,
.nav-tabs > li.active > h3 >a:hover,
.nav-tabs > li.active > h3 >a:focus,
.nav-tabs > li.active-custom > a,
.nav-tabs > li.active-custom > a:hover,
.nav-tabs > li.active-custom > a:focus,
.nav-tabs > li.active-custom > h3 >a,
.nav-tabs > li.active-custom > h3 >a:hover,
.nav-tabs > li.active-custom > h3 >a:focus
{
    border: none;
}
.nav-tabs > li.active,
.nav-tabs > li.active-custom {
    padding-top: 2px;
}
. {
    display: block;
    margin-top: -20px;
}
.play-tab-fa {
    margin-right: 4px;
}
/* Post Tab Content */

.-post {
    margin-top: -20px;
}
.tab-content {
    display: block;
    border: none;
    /*text-align: justify;*/
    margin: 0;
    padding: 0;
}
.tab-content {}
/* Post Detail */

.play-single-post-detail {
    margin-top: -7px;
    margin-bottom: -22px;
}
.play-single-post-detail h1,
.play-single-post-detail h2,
.play-single-post-detail h3 {
    font-weight: 900;
    text-transform: uppercase;
}
.play-single-post-detail h4,
.play-single-post-detail h5,
.play-single-post-detail h6 {
    font-weight: 700;
    text-transform: uppercase;
}
.alignleft {
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 30px;
    border-left: 4px solid;
}
.alignright {
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 30px;
    border-right: 4px solid;
}
/* Standart Sidebar Widget */

/* Categories Widget */

.widget {
    margin-bottom: 30px;
}
.widgettitle {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget li {
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
    height: 45px;
}
.widget li a {
    position: absolute;
    text-align: left;
    display: block;
   /*  left: 15px; */
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
.nillplay-sidebar-widget {} .nillplay-sidebar-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.widget_categories {
    margin-bottom: 30px;
    clear: both;
}
.widget_categories h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widgettitle {
    display: inline-block;
    width: auto;
}
.widgettitle:after {
    position: absolute;
    content: '';
    display: block;
    width: 92%;
    margin-left: -15px;
    margin-top: 10px;
    border-bottom: 2px solid;
}
.widget_categories li {
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
    height: 45px;
}
.widget_categories li a {
    position: absolute;
    text-align: left;
    display: block;
    left: 15px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget_categories li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
/* Search Widget */

.widget_search {
    margin-bottom: 25px;
    clear: both;
}
.widget_search h2 {
    display: none;
}
.search-form label {
    width: 100%;
}
.screen-reader-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px 0px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.screen-reader-text:after {
    position: absolute;
    content: '';
    display: block;
    width: 92%;
    margin-left: -15px;
    margin-top: 0px;
    border-bottom: 2px solid;
}
.search-field {
    display: block;
    border: 0;
    border-left: 2px solid;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.search-field:focus {
    border-left: 4px solid;
}
.search-submit {
    display: none;
}
/* Widget Text */

.widget_text {
    margin-bottom: 30px;
}
.widget_text h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.textwidget {
    font-size: 13px;
    font-weight: 500;
    border-left: 2px solid;
    padding-left: 12px;
}
/* Widget Tags Cloud*/

.widget_tag_cloud {
    margin-bottom: 15px;
}
.widget_tag_cloud h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget_tag_cloud .tagcloud a {
    font-family: 'Cuprum', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}
/* Widget RSS */

.widget_rss {
    margin-bottom: 30px;
}
.widget_rss h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.rsswidget {
    margin-right: 6px;
}
.widget_rss li {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
}
.widget_rss li a {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget_rss li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
/* Widget Recent Post */

.widget_recent_entries {
    margin-bottom: 30px;
}
.widget_recent_entries h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget_recent_entries li {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
}
.widget_recent_entries li a {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget_recent_entries li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
/* Widget Recent Comments */

.widget_recent_comments {
    margin-bottom: 30px;
}
.widget_recent_comments h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget_recent_comments li {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
    height: 30px;
}
.widget_recent_comments li a {
    position: static;
    text-align: left;
    display: block;
    left: 15px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
    margin-bottom: 30px;
    padding-top: 100px;
}
/* Widget Pages */

.widget_pages {
    margin-bottom: 30px;
}
.widget_pages h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget_pages li {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
}
.widget_pages li a {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget_pages li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
/* Widget Meta */

.widget_meta {
    margin-bottom: 30px;
}
.widget_meta h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget_meta li {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
}
.widget_meta li a {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget_meta li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
/* Widget Custom Menu */

.widget_nav_menu {
    margin-bottom: 30px;
}
.widget_nav_menu ul li ul,
.widget_nav_menu ul li ul li,
.widget_nav_menu ul li ul li ul {
    display: none;
}
.widget_nav_menu h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget_nav_menu li {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
}
.widget_nav_menu li a {
	position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget_nav_menu li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
/* Widget Archives*/

.widget_archive {
    margin-bottom: 30px;
}
.widget_archive h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.widget_archive li {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #E6E6E6;
}
.widget_archive li a {
    display: block;
    /* width: 100%; */
    padding: 10px 15px 10px 15px;
    border-left: 2px solid;
}
.widget_archive li a:hover {
    padding: 10px 15px 10px 20px;
    border-left: 8px solid;
}
/* Widget Calendar */

.widget_calendar {
    margin-bottom: 14px;
}
.widget_calendar h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
#calendar_wrap {
    margin: 0;
    width: 100%;
    display: inline-block;
}
#wp-calendar {
    width: 100%;
    margin-bottom: 8px;
}
#wp-calendar caption {
    font-size: 16px;
    font-style: italic;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 2px solid #ebedef;
}
#wp-calendar th {
    text-align: center;
    background-color: #f1f4f6;
}
#wp-calendar tr {
    text-align: center;
}
#wp-calendar td {
    padding: 10px;
    border: 1px solid #ebedef;
    text-align: center;
}
/* Post Sidebar */

.play-sidebar-post {
    margin-top: 0px;
    margin-bottom: 30px;
}
.play-sidebar-title {
    border-bottom: 2px solid;
}
.play-sidebar-title h6 {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.play-sidebar-title-two {
    border-bottom: 2px solid;
}
.play-sidebar-title-two h6 {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.play-sidebar-featured-image img {
    margin-top: 15px;
}
.play-sidebar-featured-image img {
    width: 100%;
    height: auto;
}
.play-sidebar-post-tags {
    margin-top: 15px;
    color: #FAFAFA;
}
.play-sidebar-post-tags-space {
    clear: both;
    margin-bottom: -10px;
}
.play-sidebar-post-tags a {
    float: left;
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.play-sidebar-post-author h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 14px;
}
.play-sidebar-post-author p {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}
.play-sidebar-post-author img {
    right: 0;
    margin-right: 14px;
    position: absolute;
    border-radius: 0;
}
.play-author-iconone {
    margin-right: 4px;
}
.play-author-icontwo {
    margin-left: 8px;
    margin-right: 4px;
}
/* Post Like */

.play-share-container {} .next-post {
    margin-left: 6px;
}
.play-like-post a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.play-related-like {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 15px;
}
.play-share-border {
    border-right: 1px solid;
}
/* Related Post */

.play-container-title {
    margin-top: 0px;
    margin-bottom: 0px;
}
.play-container-title h3 {
    margin-top: -3px;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}
.play-related-slider-area {
    margin-bottom: 30px;
}
.sb-grey-skin .mediaholder {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.blog-slider-list-img {
    border-left: 4px solid;
}
.play-related-slider-text {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    bottom: 0;
    padding: 0px 20px 0px 20px;
    z-index: 990;
    color: #fff;
    background-color: #252525;
    opacity: 0.9;
}
.play-related-slider-text h6 {
    margin-top: 14px;
    margin-bottom: 5px;
    color: #fff;
}
.play-related-next-btn {
    margin-left: 6px;
}
/* Comments */

.play-comment-bigtitle {
    border-bottom: 2px solid;
}
.play-comment-bigtitle h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 4px;
}
.play-comment-bigtitle p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 23px;
}
.play-comments-list {
    margin-top: 30px;
}
.media-avatar-body {
    position: absolute;
    margin-top: 0px;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.media-avatar-body img {
    border: 8px solid;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.media-body {
    position: relative;
    margin-left: 40px;
    padding-left: 60px;
    padding-bottom: 20px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.media-body h6 {
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.media-body p {
    font-size: 14px;
    text-align: justify;
}
.media-list {
    margin-bottom: -30px;
}
.media-list li {
    margin-bottom: 30px;
}
.media-list li:hover .media-avatar-body {
    margin-top: 10px;
}
.comment-forms {
    margin-top: 30px;
}
.comment-button {
    margin-right: 4px;
}
.comment-button-two {
    margin-right: 4px;
    margin-left: 10px;
}
.play-comment-button {
    margin-top: 10px;
    margin-bottom: -20px;
}
.form-group,
.form-control {
    width: 100%;
}
/************************************************************ 
- Single Music Page
*************************************************************/

/* Track List */

.nill-album-listing {
    margin-bottom: -22px;
}
.nillplay-album-track-post h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: -11px;
}
.nillplay-tracklist-li {} .nillplay-tracklist-li li {
    width: 100%;
    list-style-type: none;
    counter-increment: li;
    position: relative;
    list-style: none;
    margin-top: 0px;
    margin-bottom: -35px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nillplay-tracklist-li li:before {
    content: counter(li, decimal-leading-zero)".";
    position: absolute;
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    top: 10px;
    left: -32px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #252525;
    color: #fff;
    padding-top: 4px;
    z-index: 1;
}
.nillplay-tracklist-li h6 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 15px 0px 15px;
    margin-bottom: 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nillplay-tracklist-li li:hover h6 {
    padding: 7px 15px 0px 30px;
}
.nillplay-tracklist-li li h6:before {
    content: "♬";
    margin-left: -20px;
    padding-right: 6px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nillplay-tracklist-li li:hover h6:before {
    content: "♬";
    opacity: 1;
}
.nillplay-tracklist-li p {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    margin-top: -4px;
    padding: 0px 15px 7px 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nillplay-tracklist-li li:hover p {
    padding: 0px 15px 7px 30px
}
.nillplay-tracklist-li-icon {
    float: right;
    position: relative;
    margin-top: -56px;
    margin-right: 15px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.nillplay-tracklist-li li:hover .nillplay-tracklist-li-icon {
    margin-right: 0px;
    opacity: 0;
}
.nill-track-label {
    float: right;
    position: relative;
    margin-top: -56px;
    margin-right: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nillplay-tracklist-li li:hover .nill-track-label {
    margin-right: 15px;
    opacity: 1;
}
.nillplay-tracklist-li li:nth-child(1) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(2) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(3) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(4) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(5) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(6) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(7) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(8) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(9) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(10) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(11) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(12) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(13) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(14) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(15) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(16) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(17) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(18) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(19) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(20) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(21) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(22) {
    background: #FAFAFA;
}
.nillplay-tracklist-li li:nth-child(23) {
    background: #F0F0F0;
}
.nillplay-tracklist-li li:nth-child(24) {
    background: #FAFAFA;
}
/* Information */

.nillplay-album-track-info h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 27px;
}
/* Editor Review */

.nillplay-album-track-editor h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 27px;
}
.nillplay-album-track-editor ul {
    margin: 0;
    padding: 0;
    margin-top: -12px;
    list-style: none;
}
.nillplay-album-track-editor ul li {
    padding-top: 19px;
    border-bottom: 1px solid;
}
.nillplay-album-track-editor ul li:last-child {
    border-bottom: 0px solid;
}
.nillplay-album-track-editor ul li h5 {
    font-family: 'Cuprum', sans-serif;
    position: relative;
    float: right;
    padding-top: 1px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    clear: both;
}
.nillplay-album-track-editor ul li h6 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.nillplay-album-track-editor ul li p {
    position: absolute;
    right: 16px;
    margin-top: -26px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
}
.nill-add-album-btn {
    margin-top: 47px;
}
/************************************************************ 
- Single Gallery Post
*************************************************************/

.nillplay-gallery-track-post {
    margin-bottom: -20px;
}
.nillplay-gallery-track-post h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: -11px;
}
.nillplay-gallerylist-li {
    list-style: none;
    padding: 0;
    margin-top: 36px;
}
.nillplay-gallerylist-li li {
    float: left;
    margin-right: 15px;
}
.nillplay-gallerylist-li li p {
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    font-size: 12px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.nillplay-gallerylist-li li img {
    width: 100%;
    border-left: 4px solid;
}
.nillplay-gallery-border {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    opacity: 0.9;
}
.nillplay-gallery-icon {
    position: absolute;
    opacity: 1;
    color: #fff;
    margin-top: 8px;
    margin-left: 7px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.nillplay-gallerylist-li li:hover .nillplay-gallery-icon {
    margin-left: -10px;
    opacity: 0;
}
.nillplay-gallery-icon-two {
    position: absolute;
    opacity: 0;
    color: #fff;
    margin-top: 8px;
    margin-left: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nillplay-gallerylist-li li:hover .nillplay-gallery-icon-two {
    margin-left: 9px;
    opacity: 1;
}
/************************************************************ 
- Single Video Page
*************************************************************/

.nillplay-video-track-post {} .nillplay-video-track-post h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: -11px;
}
.nillplay-video-shot {
    margin-top: 36px;
}
.nillplay-video {
    width: 100%;
    height: 550px;
    border: 0px;
}
/************************************************************ 
- Single Event Page
*************************************************************/

.nillplay-event-countdown {
    position: absolute;
    margin-top: -112px;
    opacity: 0.9;
}
ul.countdown_default {
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.countdown_default li {
    display: block;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 4px;
    min-width: 80px;
    padding: 10px 20px 24px 20px;
    height: 70px;
}
ul.countdown_default li span {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
ul.countdown_default li p.timeRefDays,
ul.countdown_default li p.timeRefHours,
ul.countdown_default li p.timeRefMinutes,
ul.countdown_default li p.timeRefSeconds {
    font-family: 'Cuprum', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: -6px;
    text-align: center;
    min-width: 10px;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 0px;
    margin: 42px 0;
    border-left: 4px solid;
}
.nillplay-event-map {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/************************************************************ 
- Single Biography Page
*************************************************************/

.play-artist-background ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid;
    margin-top: 15px;
    margin-bottom: 30px;
}
.play-artist-background ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    height: 46px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.play-artist-background ul li:first-child {
    border-top: 0px solid;
}
.play-artist-background ul li:last-child {
    border-bottom: 0px solid;
}
.play-artist-background ul li .fa {
    text-align: center;
    display: block;
    width: 45px;
    height: 100%;
    float: left;
    padding: 15px 15px 10px 15px;
    border-right: 1px solid;
    margin-right: 14px;
}
.play-artist-background ul li p {
    font-family: 'Cuprum', sans-serif;
    margin-bottom: -2px;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 300;
}
.play-artist-background ul li h6 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.play-artist-background ul li:nth-child(1) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(2) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(3) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(4) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(5) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(6) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(7) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(8) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(9) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(10) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(11) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(12) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(13) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(14) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(15) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(16) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(17) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(18) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(19) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(20) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(21) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(22) {
    background: #FAFAFA;
}
.play-artist-background ul li:nth-child(23) {
    background: #F0F0F0;
}
.play-artist-background ul li:nth-child(24) {
    background: #FAFAFA;
}
/************************************************************ 
- Include Page
*************************************************************/

/* Album */

.nillplay_bioartist-album-img {
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
}
.nillplay_bioartist-album-img img {
    width: 100%;
    height: auto;
}
.nillplay_bioartist-album-img:hover .nillplay_albumcover_button ul {
    bottom: 0;
    opacity: 1;
}
.nillplay_albumcover_button {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    bottom: 0;
    opacity: 0.9;
    overflow: hidden;
}
.nillplay_albumcover_button ul {
    position: absolute;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: -100px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nillplay_albumcover_button ul li {
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #000;
}
.nillplay_albumcover_button ul li:last-child {
    border-bottom: 0px solid #000;
}
.nillplay_albumcover_button ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}
.nillplay_albumbio_btn {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}
/************************************************************ 
- Blog Page
*************************************************************/

/* Left Author Area */

.nillplay-blogpage-author {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 1px solid;
}
.nillplay-blogpage-author img {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 4px solid;
}
.nillplay-blogpage-author h6 {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nillplay-blogdate-list {} .nillplay-blogdate-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}
.nillplay-blogdate-list li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.nillplay-blogdate-list li:last-child {
    border-bottom: 0px solid;
}
.nillplay-blogdate-list li p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nillplay-blogdate-list li p a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nillplay-blogdate-list li h6 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Featured Image */

.nillplay-blog-featured-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: auto;
    margin-bottom: 26px;
}
.nillplay-blog-featured-image img {
    width: 100%;
    height: auto;
}
/* Blog Content */

.nillplay-blog-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 0px solid;
}
.nillplay-blog-content h6, h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}
.nillplay-blog-content h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}
.nillplay-blog-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}
.nillplay-blog-content p {
    margin-top: 0px;
    margin-bottom: 25px;
}
/* Post Format Icon */

.nillplay-postformat-pictitle {
    position: absolute;
    color: #fff;
    padding: 10px 15px 10px 15px;
    z-index: 991;
}
.nillplay-postformat-pictitle h1 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nillplay-postformat-pictitle h1 a {
    color: #fff;
}
.nillplay-post-format-icon {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.nillplay-postformat-select {
    position: absolute;
    padding: 10px 20px 10px 20px;
    margin-left: 0px;
    bottom: 0;
    color: #fff;
    background-color: #252525;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nillplay-postformat-select-two {
    position: absolute;
    padding: 10px 20px 10px 20px;
    bottom: -100px;
    color: #fff;
    background-color: #252525;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nillplay-postformat-title {
    display: inline-block;
    position: absolute;
    width: 100%;
    opacity: 0.9;
    bottom: -100px;
    margin-left: 56px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nillplay-postformat-title h6 {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: right;
    margin-right: 50px;
}
.nillplay-postformat-title h6 a {
    display: inline-block;
    text-transform: uppercase;
    height: 44px;
    padding-top: 12px;
    padding-left: 14px;
    padding-right: 18px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}
.nillplay-blog-featured-image:hover .nillplay-postformat-title {
    bottom: 0;
}
.nillplay-blog-featured-image:hover .nillplay-postformat-select {
    margin-left: -100px;
}
.nillplay-blog-featured-image:hover .nillplay-postformat-select-two {
    bottom: 0;
}

.nillplay-homepost h1,
.nillplay-homepost h2,
.nillplay-homepost h3,
.nillplay-homepost h4,
.nillplay-homepost h5,
.nillplay-homepost h6 {
    display: none;
}
/************************************************************ 
- Portfolio Page
*************************************************************/

#Grid {} #Grid:after {} #Grid .mix {
    display: none;
    opacity: 0;
    vertical-align: top;
    margin-bottom: 20px;
}
#Grid .gap {
    display: inline-block;
    width: 100%;
}
.nillplay-portfolio-tab {} .nillplay-portfolio-tab li {
    cursor: pointer;
    padding: 11px 20px 11px 20px;
}
.nillplay-portfolio-tab > li.active {
    padding: 10px 15px 10px 17px;
}
.nillplay-portfolio-featured-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: auto;
    margin-bottom: 10px;
}
.nillplay-portfolio-featured-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.nillplay-portfolio-feat-title {
    position: absolute;
    bottom: -100px;
    display: block;
    opacity: 0.9;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nillplay-portfolio-feat-title h1 {
    text-align: left;
    font-weight: 500;
    padding: 14px;
    width: 100%;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.nillplay-portfolio-featured-image:hover .nillplay-portfolio-feat-title {
    bottom: 30px;
}
.nillplay-portfolio-featured-image:hover .nillplay-portfolio-feat-button {
    bottom: 0;
}
.nillplay-portfolio-feat-button {
    position: absolute;
    bottom: -100px;
    display: block;
    opacity: 0.9;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nillplay-portfolio-feat-button ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nillplay-portfolio-feat-button ul a {
    display: block;
    width: 100%;
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #252525;
    padding: 15px;
}
.nillplay-portfolio-feat-button ul li {} .nill-add-albums-btn {
    text-align: left;
    display: block;
    width: 100%;
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #000;
}
.nillplay-modslider-button-title {
    position: absolute;
    bottom: -18px;
    display: block;
    opacity: 0.95;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nillplay-modslider-button-title h1 {
    text-align: left;
    font-weight: 500;
    padding: 14px;
    width: 100%;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.nillplay-modslider-button-title p {
    position: absolute;
    top: 26px;
    text-align: right;
    font-weight: 700;
    padding: 14px;
    width: 100%;
    font-size: 12px;
    font-family: 'Cuprum', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.nillplay-portfolio-featured-image:hover .nillplay-modslider-button-title {
    bottom: 28px;
}
.nillplay-modslider-button {
    position: absolute;
    bottom: -100px;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nillplay-modslider-button ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nillplay-modslider-button ul li a {
    width: 100%;
    display: block;
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px;
}
.nillplay-modslider-button ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
}
.nillplay-modslider-button .nill-add-albums-btn {
    text-align: left;
    display: block;
    width: 100%;
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 0px;
}
.nillplay-portfolio-featured-image:hover .nillplay-modslider-button {
    bottom: 46px;
}
/************************************************************ 
- NEWS Ticker Module
*************************************************************/

.nillplay-news-title {
    width: 100%;
    /* height: 100%; */
    padding: 10px 15px 10px 15px;
}
.nillplay-news-title .fa {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
}
.nillplay-news-title h1, h2 {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nillplay-newsticker ul {
    margin: 0px;
    padding: 0px;
}
.nillplay-newsticker ul li .fa-angle-right {
    margin-left: 10px;
    margin-right: 10px;
}
.nillplay-newsticker ul li .fa-ellipsis-v {
    margin-left: 30px;
}
.newsticker_wrapper {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    height: 38px;
    padding: 8px 10px 8px 10px;
}
.newsticker_wrapper .newsticker_title {
    float: left;
    background: transparent url('corporate_blue/list_bg.png') no-repeat top right;
    padding-right: 7px;
}
.newsticker {
    margin: 0;
    padding: 0;
}
.newsticker li {
    padding: 0 15px;
}
.newsticker_controls {
    position: absolute;
    right: 4px;
    top: 4px;
    list-style-type: none;
    list-style-image: none;
    background-color: transparent;
    z-index: 30;
    margin: 0 0 0 10px;
}
.newsticker_controls li {
    float: left;
    height: 30px;
    width: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
}
.newsticker_controls .pause {
    background-image: url('corporate_blue/pause.png');
}
.newsticker_controls .resume {
    background-image: url('corporate_blue/resume.png');
}
.newsticker_controls .previous {
    background-image: url('corporate_blue/previous.png');
}
.newsticker_controls .next {
    background-image: url('corporate_blue/next.png');
}
/* Reveal */

.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}
/* Scroll */

.newsticker_style_scroll .newsticker_title {
    margin-right: 10px;
}
.newsticker_style_scroll .newsticker {
    background: none;
}
.newsticker_style_scroll .newsticker li {
    margin-right: 30px;
    padding: 0;
}
/************************************************************ 
- NEWS Module
*************************************************************/

.nillplay-module-news-title {} .nillplay-module-news-title h1,
.nillplay-module-news-title h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}
.nillplay-module-news-title h1 {
    float: left;
    margin-right: 7px;
}
.nillplay-module-news-title h2 {
    float: left;
}
.nillplay-modnews-biglike {
    position: relative;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.nillplay-modnews-biglike .fa-clock-o {
    margin-right: 4px;
}
.nillplay-modnews-biglike .fa-comments {
    margin-right: 4px;
    margin-left: 8px;
}
.nillplay-modnews-zilla {
    margin-left: 8px;
}
.nillplay-modslide-button {
    margin-top: -10px;
    padding-bottom: 60px;
}
.nillplay-modmapover {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nillplay-modulevent-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}
.nillplay-modevent-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    z-index: 990;
}
.nillplay-modevent-title h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 0px;
}
.nillplay-modevent-title h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 22px;
    line-height: 32px;
}
.nillplay-modevent-count {
    margin-top: 22px;
}
.nillplay-module-week-title {
    border-bottom: 2px solid;
}
.nillplay-module-week-title h1 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    color: #fff;
    margin-top: 52px;
    margin-bottom: 0px;
}
.nillplay-modweek-featured {
    margin-top: 37px;
}
.nillplay-week-playlist {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.nillplay-modweektrack {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}
.nillplay-modweek-featured-two img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    opacity: 0;
    margin-bottom: -37px;
}
.nillplay-modweek-biotitle {} .nillplay-modweek-biotitle h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 0px;
}
.nillplay-modweek-biotitle p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 18px;
}
.nillplay-blog-content p {
    text-align: justify;
}
.nillplay-modweek-featimg img {
    width: 50%;
    height: auto;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nillplay-week-bio .nillplay-blog-content {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid;
}
.nillplay-module-bill-title {
    border-bottom: 2px solid;
    margin-bottom: 30px;
}
.nillplay-module-bill-title h1, h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nillplay-modbillboard {} .nillplay-modbillboard ul {
    margin: 0px;
    padding: 0px;
}
.nillplay-modbillboard ul li {
    width: 100%;
    list-style-type: none;
    counter-increment: li;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 14px;
    border-bottom: 1px solid;
    ;
}
.nillplay-modbillboard ul li:last-child {
    border-bottom: 0px solid;
    ;
}
.nillplay-modbillboard ul li:before {
    content: counter(li, decimal-leading-zero)".";
    position: absolute;
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    left: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #252525;
    color: #fff;
    padding-top: 4px;
    z-index: 1;
}
.nillplay-modbillboard ul li img {
    float: left;
    width: 60px;
    height: 60px;
    opacity: 0.9;
}
.nillplay-modbillboard ul li h6, h4 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 3px 0px 3px 75px;
}
.nillplay-modbillboard ul li p {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    /*font-style: italic;*/
    margin: 0px;
    padding: 0px 0px 0px 75px;
}
.nillplay-modbilllike {
    position: absolute;
    font-family: 'Cuprum', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    bottom: 0px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nillplay-modbillboard ul li:hover .nillplay-modbilllike {
    right: 0;
    opacity: 1;
}
.nillplay-mod-nav {
    padding-bottom: 30px;
}
/************************************************************ 
- Space
*************************************************************/

.bor-top {
    border-top: 1px solid;
}
.nillplay-no-border {
    border: 0;
}
.nillplat-tj {
    text-align: justify;
}
.nillplay-space-one {
    margin-bottom: 30px;
}
.nill-space-two {
    padding-bottom: 0px;
}
.nill-space-three {
    margin-top: 7px;
    margin-bottom: -5px;
}
.nill-space-four {
    margin-bottom: 30px;
}
.nillplay-space-five {
    margin-top: -5px;
    margin-bottom: -5px;
}
.nill-bottom-space {
    margin-bottom: -25px;
}
/************************************************************ 
- Footer
*************************************************************/

.nillplay-footer {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 46px;
    border-top: 1px solid;
}
.nillplay-footer-social {} .nillplay-footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nillplay-footer-social ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nillplay-footer-social ul li a {
    border: 2px solid;
	
    width: 35px;
    height: 35px;
	
    display: block;
    text-align: center;
    margin-left: 8px;
    margin-top: 2px;
    padding-top: 1px;
	
	color:#3A5795;	
	font-size: 19px;
    line-height: 1.7;
}
.nillplay-footer-logo {
    margin-top: 2px;
}
/************************************************************ 
- Forum
*************************************************************/

.bbp-breadcrumb {
    margin-bottom: 13px;
}
.bbp-breadcrumb p,
.bbp-breadcrumb a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.bbp-header {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.bbp-body {
    font-size: 14px;
}
.bbp-forum-title {
    left: 20px;
    position: absolute;
    margin-left: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bbp-forum-content {
    float: left;
}
.bbp-forum-content .fa {
    position: relative;
    display: inline-block;
    font-size: 18px;
    border: 2px solid;
    padding: 10px;
    margin-right: 10px;
    margin-left: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bbp-forum-info:hover .bbp-forum-content .fa {
    margin-right: 15px;
}
.bbp-forum-info:hover .bbp-forum-title {
    margin-left: 65px;
}
.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-forum-freshness,
.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-topic-freshness,
.bbp-meta,
.subscription-toggle,
.favorite-toggle {
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 6px;
}
.bbp-forum-freshness a {
    margin-bottom: 0px;
}
.bbp-topic-meta .bbp-author-avatar,
.bbp-topic-description .bbp-author-avatar,
.bbp-forum-description .bbp-author-avatar {
    display: none;
}
.bbp-author-name {
    margin-top: -4px;
    margin-left: 10px;
}
.bbp-topic-title .bbp-author-name {
    margin-left: 0px;
}
#bbp_search {
    border: 1px solid;
    min-height: 30px;
}
.button {
    border: 0px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    min-height: 30px;
    padding: 5px 10px 5px 10px;
}
.bbp-topic-form {
    text-transform: uppercase;
    font-size: 50%;
}
.more-link {
    font-family: 'Cuprum', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
/************************************************************ 
- Members Plugin
*************************************************************/

.upme-field-name-wide {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}
.login-heading {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
/************************************************************ 
- Phone
*************************************************************/

@media (max-width: 400px) {
    .play-related-slider-area {
        margin-bottom: -100px;
    }
    
    .button-group-responsive{
		width:100%;
    }
    
	.button-group-responsive > h3{
		width:100%;
    }
    
 	.button-group-responsive > h3 > a{
		display:block;
    	width:100%;
    	margin-top:1px;
    }
    
	.padding-lr-0-responsive{
		padding-left:0px !important;
		padding-right:0px !important;
	}
}
@media (max-width: 425px) {
    .play-post-title {
        top: -100px;
    }
    .play-post-title h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 32px;
        margin-top: 0px;
        margin-bottom: 6px;
        text-transform: uppercase;
    }
    .play-post-title h6 {
        font-family: 'Cuprum', sans-serif;
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        color: #fff;
    }
}
@media (max-width: 481px) {
    .play-single-post-detail {
        padding-top: 20px;
    }
    .play-post-title-two {
        padding-top: 22px;
        padding-bottom: 50px;
    }
    . {
        display: none;
    }
    .nav-tabs {
        position: relative;
        margin-top: 30px;
        border-bottom: 1px solid;
        margin-left: -15px;
        clear: both;
    }
    .nav-tabs li {
        float: left;
        display: block;
        text-align: center;
        height: 50px;
       /*  width: 10px;
        max-width: 10px; */
        margin-bottom: 0px;
        font-size: 11px;
    }
    .nav-tabs li a {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Raleway', sans-serif;
        /* width: 30px; */
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    	margin-bottom: 0px;
    	height:100%;
    	
    }
    .nav-tabs > li > a,
    .nav-tabs > li > h3 > a {
        border-width: 0px;
        padding: 16px 0px 0px 18px !important;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > h3 >a,
    .nav-tabs > li.active > h3 >a:hover,
    .nav-tabs > li.active > h3 >a:focus,
    .nav-tabs > li.active-custom > a,
    .nav-tabs > li.active-custom > a:hover,
    .nav-tabs > li.active-custom > a:focus,
    .nav-tabs > li.active-custom > h3 >a,
    .nav-tabs > li.active-custom > h3 >a:hover,
    .nav-tabs > li.active-custom > h3 >a:focus {
        border: none;
    }
    .nav-tabs > li.active,
    .nav-tabs > li.active-custom {
        padding-top: 2px;
    }
}
@media (min-width: 643px) {
    ul.nav-menu li:hover > ul,
    .nav-menu ul li:hover > ul {
        -webkit-animation: PlaytoBottomFromTop 0.2s forwards;
        -moz-animation: PlaytoBottomFromTop 0.2s forwards;
        animation: PlaytoBottomFromTop 0.2s forwards;
    }
    @-webkit-keyframes PlaytoBottomFromTop {
        from {
            -webkit-transform: translateY(50%);
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-moz-keyframes PlaytoBottomFromTop {
        from {
            -moz-transform: translateY(50%);
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes PlaytoBottomFromTop {
        from {
            transform: translateY(50%);
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
}
@media (max-width: 643px) {
    /* Small menu */
    .menu-toggle-fa {
        padding-right: 20px;
    }
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        text-transform: uppercase;
        margin: 0;
        margin-top: 12px;
        padding: 12px 0 12px 20px;
    }
    .toggled-on .nav-menu {
        background-color: #fff;
        margin-bottom: 12px;
        border-right: 0px solid;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
        background-color: #fff;
        border-right: 0px solid;
        padding-right: 4px;
    }
    .toggled-on .nav-menu li a {
        border-bottom: 1px solid #ECEEEF;
    }
    .toggled-on .nav-menu li {
        border-bottom: 0px solid #E2E4E6;
        border-right: 0px solid;
    }
    .toggled-on .nav-menu ul li {
        font-weight: 400;
        border-right: 0px solid;
    }
    .toggled-on .nav-menu ul li:last-child {
        border-bottom: 0px solid #E2E4E6;
    }
    .toggled-on .nav-menu ul li ul li {
        background-color: #E2E4E6;
        border-bottom: 1px solid #DDDFE0;
        border-right: 0px solid;
    }
    .toggled-on .nav-menu ul li ul li:last-child {
        border-bottom: 0px solid #DDDFE0;
        border-right: 0px solid;
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
        border-right: 0px solid;
    }
    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 0px;
        position: relative;
        left: auto;
        top: auto;
        border-right: 0px solid;
    }
    .toggled-on .nav-menu li ul li > ul {
        margin-left: 20px;
    }
    .toggled-on .nav-menu li > ul a {
        color: #8A8B8C;
        width: auto;
    }
    .toggled-on .nav-menu li {
        color: #fff;
        width: auto;
        border-left: 0px solid;
    }
    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }
    .toggled-on .nav-menu li a:hover,
    .toggled-on .nav-menu ul a:hover {
        color: #fff;
    }
    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
    
}
@media (max-width: 768px) {
    .play-sidebar-post {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .play-post-title {
        top: -100px;
    }
    .play-post-title h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 38px;
        margin-top: 0px;
        margin-bottom: 6px;
        text-transform: uppercase;
    }
    .play-post-title h6 {
        font-family: 'Cuprum', sans-serif;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        color: #fff;
    }
    .play-sidebar-background {
        margin-top: 30px;
    }
}
@media (max-width: 850px) {
    .play-post-title {
        top: -120px;
    }
    .play-tab-title {
        display: none;
    }
    .nav-menu li {
        min-width: 0px;
    }
}
@media (max-width: 990px) {
    .play-sidebar-post {
        margin-top: 30px;
    }
    .play-related-slider-area {
        margin-bottom: 0px;
    }
    .phopl30 {
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .phopr30 {
        padding-left: 30px;
    }
    .nillplay-album-track-editor {
        margin-top: -20px;
    }
    .nav-tabs li {
        text-align: center;
        margin-left: 30px;
        margin-right: -20px;
        min-width: 50px;
    }
    .play-sidebar-background {
        margin-bottom: -30px;
    }
    .nav-menu li {
        min-width: 0px;
    }
    .nillplay-mod-related {
        padding-bottom: 30px;
    }
    .nillplay-week-playlist {
        max-height: 400px;
    }
}
@media (max-width: 4000px) {
    .nillplay-modpost-lg {
        display: inherit;
    }
    .nillplay-modpost-mdone {
        display: none;
    }
    .nillplay-modpost-mdtwo {
        display: none;
    }
    .nillplay-modpost-sm {
        display: none;
    }
    .nillplay-modpost-xs {
        display: none;
    }
}
@media (max-width: 1489px) {
    .nillplay-modpost-lg {
        display: none;
    }
    .nillplay-modpost-mdone {
        display: inherit;
    }
    .nillplay-modpost-mdtwo {
        display: none;
    }
    .nillplay-modpost-sm {
        display: none;
    }
    .nillplay-modpost-xs {
        display: none;
    }
}
@media (max-width: 1220px) {
    .nillplay-modpost-mdone {
        display: none;
    }
    .nillplay-modpost-mdtwo {
        display: inherit;
    }
    .nillplay-modpost-sm {
        display: none;
    }
    .nillplay-modpost-xs {
        display: none;
    }
}
@media (max-width: 1010px) {
    .nillplay-modlistnews-date {
        display: none;
    }
}
@media (max-width: 991px) {
    .nillplay-modpost-mdtwo {
        display: none;
    }
    .nillplay-modpost-sm {
        display: inherit;
    }
    .nillplay-modpost-xs {
        display: none;
    }
    .nillplay-modlistnews-date {
        display: none;
    }
}
@media (max-width: 990px) {
    .nillplay-modpost-sm {
        display: none;
    }
    .nillplay-modpost-xs {
        display: inherit;
    }
    .nillplay-modlistnews-date {
        display: inherit;
    }
}
@media (max-width: 4000px) {
    .nillplay-big-lg {
        display: inherit;
    }
    .nillplay-big-lgtwo {
        display: none;
    }
    .nillplay-big-lgthree {
        display: none;
    }
}
@media (max-width: 1420px) {
    .nillplay-big-lg {
        display: none;
    }
    .nillplay-big-lgtwo {
        display: inherit;
    }
    .nillplay-big-lgthree {
        display: none;
    }
}
@media (max-width: 1290px) {
    .nillplay-big-lgtwo {
        display: none;
    }
    .nillplay-big-lgthree {
        display: inherit;
    }
}
@media (max-width: 4000px) {
    .nillplay-modweekbio-lg {
        display: inherit;
    }
    .nillplay-modweekbio-lgone {
        display: none;
    }
    .nillplay-modweekbio-lgtwo {
        display: none;
    }
    .nillplay-modweekbio-lgthree {
        display: none;
    }
    .nillplay-modweekbio-lgfour {
        display: none;
    }
    .nillplay-modweekbio-lgfive {
        display: none;
    }
}
@media (max-width: 1520px) {
    .nillplay-modweekbio-lg {
        display: none;
    }
    .nillplay-modweekbio-lgone {
        display: inherit;
    }
    .nillplay-modweekbio-lgtwo {
        display: none;
    }
    .nillplay-modweekbio-lgthree {
        display: none;
    }
    .nillplay-modweekbio-lgfour {
        display: none;
    }
    .nillplay-modweekbio-lgfive {
        display: none;
    }
}
@media (max-width: 1400px) {
    .nillplay-modweekbio-lgone {
        display: none;
    }
    .nillplay-modweekbio-lgtwo {
        display: inherit;
    }
    .nillplay-modweekbio-lgthree {
        display: none;
    }
    .nillplay-modweekbio-lgfour {
        display: none;
    }
    .nillplay-modweekbio-lgfive {
        display: none;
    }
}
@media (max-width: 1240px) {
    .nillplay-modweekbio-lgtwo {
        display: none;
    }
    .nillplay-modweekbio-lgthree {
        display: inherit;
    }
    .nillplay-modweekbio-lgfour {
        display: none;
    }
    .nillplay-modweekbio-lgfive {
        display: none;
    }
}
@media (max-width: 1080px) {
    .nillplay-modweekbio-lgthree {
        display: none;
    }
    .nillplay-modweekbio-lgfour {
        display: inherit;
    }
    .nillplay-modweekbio-lgfive {
        display: none;
    }
}
@media (max-width: 990px) {
    .nillplay-modweekbio-lgfour {
        display: none;
    }
    .nillplay-modweekbio-lgfive {
        display: inherit;
    }
    .nillplay-modweek-featimg {
        display: none;
    }
    .nillplay-module-week-title {
        margin-top: -42px;
    }
}
@media (max-width: 990px) {
    .nillplay-post-slide-title h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 32px;
        margin-top: 0px;
        margin-bottom: 6px;
        text-transform: uppercase;
        color: #fff;
    }
}
@media (max-width: 850px) {
    .nillplay-post-slide-title {
        position: absolute;
        display: block;
        width: 100%;
        left: 27px;
        bottom: 0;
        padding-right: 30px;
    }
    .nillplay-post-slide-title h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 6px;
        text-transform: uppercase;
        color: #fff;
    }
    .nillplay-post-slide-title h6 {
        font-family: 'Cuprum', sans-serif;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 25px;
    }
}
/************************************************************ 
- Others
*************************************************************/

.nillplay-top-search {
    position: fixed;
    width: 100%;
    left: 80px;
    height: 70px;
    background-color: #252525;
    z-index: 99999999;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
    .nillplay-top-search {
        left: 0;
    }
}
.nillplay-top-search input[type=text] {
    display: inline-block;
    width: 100%;
    max-height: 70px;
    border: 0px;
    background-color: transparent;
    text-decoration-color: #fff;
    padding: 20px 20px 15px 30px;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #707273;
}
.nillplay-top-search:hover {
    background-color: #4D4E4F;
}
.nillplay-top-search input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #5F6061;
}
.nillplay-top-search input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #5F6061;
}
textarea:focus,
input:focus {
    outline: 0;
}
.nillplay-search-btn {
    cursor: pointer;
}
/* Page Navi */

.nillplay-pagenavi {
    margin-top: 30px;
    margin-bottom: 30px;
}
.nillplay-nothing {} .nillplay-nothing h1 {
    text-transform: uppercase;
}
/*==================================================
 * Effect 1
 * ===============================================*/

.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
/*==================================================
 * Effect 2
 * ===============================================*/

.effect2 {
    position: relative;
}
.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
/*==================================================
 * Effect 3
 * ===============================================*/

.effect3 {
    position: relative;
}
.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
/*==================================================
 * Effect 4
 * ===============================================*/

.effect4 {
    position: relative;
}
.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
/*==================================================
 * Effect 5
 * ===============================================*/

.effect5 {
    position: relative;
}
.effect5:before,
.effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}
/*==================================================
 * Effect 6
 * ===============================================*/

.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before,
.effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
/*==================================================
 * Effect 7
 * ===============================================*/

.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
.comment-form-box,
.single-paginate-link,
.nillplay-thumb {
    display: none;
}
.nillplay-sdbtn {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 50px 10px 50px;
    display: block;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
}
.nillplay-sdbtn a {
    color: #fff;
}
.tp-caption a {
    color: #fff;
}
.tp-caption a:hover {
    color: #fafafa;
}
.wp-caption {} .wp-caption-text {} .sticky {} .gallery-caption {} .bypostauthor {} .aligncenter {}

.single-paginate-link {
    display: none;
}

/************************************************************ 
- Woocommerce
*************************************************************/

.play-single-post-detail {
    margin-top: 0px;
}

.price del {
    position: absolute;
    top: 0;
    display: none;
}

.amount {
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

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

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
padding: .5em 0;
margin-top: 10px;
margin-bottom: -5px;
font-size: 1em;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
padding-top: .5em;
white-space: nowrap;
display: inline-block;
padding-left: 20px;
float: right;
}


.woocommerce .products .star-rating {
    display: none;
}

.woocommerce span.onsale, .woocommerce-page span.onsale
{
    background: none;
    border: 0px solid;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    border-radius: 0px;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    top: 10px;
    right: 10px;
}

.woocommerce a.button {
    font-family: 'Cuprum', sans-serif;
    font-size: 13px;
    padding-top: 10px;
    height: 34px;
    margin-right: 10px;
}

.attachment-shop_thumbnail {
    display: none;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
display: block;
font-weight: bold;
height: 44px;
margin-top: -5px;
}

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
border-top: 0px solid;
padding: 4px 0 0;
margin-top: 15px;
}

.screen-reader-text {
    display: none;
}

.widget_product_search input[type=text] {
    font-family: 'Cuprum', sans-serif;
    display: inline-block;
    width: 100%;
    max-height: 70px;
    border: 0px;
    background-color: transparent;
    text-decoration-color: #fff;
    padding: 10px 10px 10px 15px;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #707273;
    background-color: #EBEDEF;
}

.widget_product_search input[type=submit] {
    display: none;
}

.widget_product_search input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #5F6061;
}
.widget_product_search input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #5F6061;
}
textarea:focus,
input:focus {
    outline: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
width: 97%;
margin-left: 10px;
margin-right: 10px;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
display: none;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
background-color: #8fae1b;
content: "\2713";
margin-top: 0px;
display: none;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
border-top: 3px solid #8fae1b;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
display: none;
}

.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
margin-bottom: 2em;
margin-top: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
background: #FAFAFA;
z-index: 2;
border-bottom-color: #FAFAFA;
    border-radius: 0px;
    margin-left: -14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
border: 1px solid #EBEDEF;
background: #EBEDEF;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
    margin-left: -14px;
    margin-right: 20px;
}

.panel {
margin-bottom: 20px;
background-color: transparent;
border: 0px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}

.panel h2,
.comment-respond h3,
.products h2,
.cart_totals h2,
.shipping_calculator h2{
    font-size: 18px;
}

.entry-content p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-transform: none;
}

.woocommerce-page div.product #reviews .comment img {
    position: absolute;
    left: -40px;
float: right;
height: auto;
    border-radius: 0px;
}

.showbiz .mediaholder img {
    height: auto;
}
.pColor > p{
	color:#000000 !important;
}

.chart-table > tr> td{
	max-height: 80px;
	vertical-align: middle !important;
}

.last-pos-span{
	font-weight: bold; 
	color:#ffffff;
}

.pos-span{
	font-size: 2em; 
	font-weight: bold; 
	color:#252525;
	text-align: center;
	
	height: 60px; 
	width:60px; 
	border: 1px solid #A0A0A0; 
	border-radius: 0px; 
	display: block; 
	padding: 9px;
}

.pos-span-3{
    width:76px;
}

.pos-span-4{
    width:94px;
}

.info1-span{
	font-size: 24px; 
	color: #171717; 
	line-height:28px;
}

.info2-span{
	color: #171717; 
	line-height:28px;
}

.info3-span{
	color: #A0A0A0; 
	font-weight: normal; 
	font-size: 12px;
}

.video-a, .audio-player-a{
	height: 60px; 
	width:60px; 
	border: 1px solid #A0A0A0; 
	border-radius: 0px; 
	display: block; 
	padding:13px;
	color:#171717; 
}

.video-a-songs, .audio-player-a-songs{
	height: 30px; 
	width: 30px; 
	border: 1px solid #A0A0A0; 
	border-radius: 0px; 
	display: block;
	color:#171717; 
}

.leseprobe-a{
	height: 30px; 
	width:100px; 
	border: 1px solid #A0A0A0; 
	border-radius: 0px; 
	display: block; 
	padding:13px 16px;
	color:#171717; 
}

td.stats-row, td.stats-row:hover, td.video-row, td.video-row:hover{
	background-color: #FAFAFA !important;
	border-color:  #FAFAFA !important;
}

tr.stats-row-tr:hover, tr.video-row-tr:hover{
	background-color: #FAFAFA !important;
	border-color:  #FAFAFA !important;
}

.table{
	max-width: 100% !important; 
}

.cart-a{
	height: 30px; 
	width:30px; 
	border: 1px solid #A0A0A0; 
	border-radius: 0px; 
	display: block; 
	padding-top: 5px;
  	padding-left: 6px;
	color: #252525;
	position:absolute;
	top:-10px;
}

.video-icon{
	font-size:34px;
}

.video-icon-songs{
	font-size: 15px;
	top: 6px;
	left: 6px;
}

.audio-icon-songs{
	font-size: 15px;
	top: -8px;
	left: -8px;
}

.audio-player-span
{
	position: relative;
	font-size: 11px;
  	top: -30px;
  	left: 10px;
}
.video-player-span
{
	position: relative;
	font-size: 11px;
  	top: -11px;
	left: 3px;
}

.width-height-img{
	max-height:67px; 
	max-width:67px;
}

.width-height-img-last-pos{
	max-height:60px; 
	max-width:60px;
}

.detail-header{
	border-bottom: 2px solid;
	margin-bottom: 10px;
}

.sub-menu li a:hover{
	color:#ffffff !important;
}

@media screen and (max-width: 500px) {
	.page-blog-row-padding
	{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

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

	/****************MUSIC-TABLE**************/
	table#responsive thead { 
		display: none;
	}
	
	table#responsive tbody td { 
		/*display: block;*/ 
		border:none;
	}
	
	table#responsive tbody td:before { 
	    font-weight: bold;
	    display: inline-block;
	    width: 6rem;  
	}
	
	table#responsive tbody tr td:first-child { 
	    background: #eee; 
	    color: #fff; 
	  	padding-top: 10px;
	  	padding-bottom: 50px;
	  	padding-right: 5px;
	  	padding-left: 10px;
	}
	
	table#responsive tbody tr td:nth-of-type(1) { 
		display:none;
	}

	table#responsive tbody tr td:nth-of-type(2) { 
		display:none;
	}
	
	table#responsive tbody tr td:nth-of-type(3) { 
		display:none;
	}
	
	table#responsive tbody tr td:nth-of-type(4) { 
		padding:0px;
		vertical-align: top !important;
	}
	
	table#responsive tbody tr td:nth-of-type(4) div { 
		display: block !important;
	}
	
	table#responsive tbody tr td:nth-of-type(4):after { 
		content: attr(rel)".";
	    position: absolute;
	    font-family: 'Cuprum', sans-serif;
	    font-size: 11px;
	    left: 10px;
		top:10px;
	    width: 25px;
	    height: 25px;
	    text-align: center;
	    background-color: #252525;
	    color: #fff;
	    padding-top: 6px;
	    z-index: 1;
	}
	
	table#responsive tbody tr td:nth-of-type(5) { 
		min-height:65px;
		text-align:left !important;
		display:block;
		padding:0px;
	}
	table#responsive tbody tr td:nth-of-type(5) span { 
		font-size: 12px;
		line-height: 15px;
		white-space: pre-wrap;
	}
	
	table#responsive tbody tr td:nth-of-type(6) { 
		display:none;
	}
	
	table#responsive tbody tr td:nth-of-type(7) { 
		display:none;
	}
	
	table#responsive tbody tr td:nth-of-type(8) { 
		display:block !important;
		text-align: left !important;
		font-size:12px;
		padding:0px !important;
		padding-bottom:5px !important;
	}
	
	table#responsive tbody tr td:nth-of-type(9) { 
		display:block;
		padding:0px !important;
		padding-bottom:5px !important;
	}
	
	/****************BOOK-TABLE**************/
	table#book-responsive thead { 
		display: none;
	}
	
	table#book-responsive tbody td { 
		/*display: block;*/ 
		border:none;
	}
	
	table#book-responsive tbody td:before { 
	    font-weight: bold;
	    display: inline-block;
	    width: 6em;  
	}
	
	table#book-responsive tbody tr td:first-child { 
	    background: #eee; 
	    color: #fff; 
	  	padding-top: 10px;
	  	padding-bottom: 50px;
	  	padding-right: 5px;
	  	padding-left: 10px;
	}
	
	table#book-responsive tbody tr td:nth-of-type(1) { 
		display:none;
	}

	table#book-responsive tbody tr td:nth-of-type(2) { 
		display:none;
	}
	
	table#book-responsive tbody tr td:nth-of-type(3) { 
		padding:0px;
		vertical-align: top !important;
	}
	
	table#book-responsive tbody tr td:nth-of-type(3) div { 
		display: block !important;
	}
	
	table#book-responsive tbody tr td:nth-of-type(3):after { 
		content: attr(rel)".";
	    position: absolute;
	    font-family: 'Cuprum', sans-serif;
	    font-size: 11px;
	    left: 10px;
		top:10px;
	    width: 25px;
	    height: 25px;
	    text-align: center;
	    background-color: #252525;
	    color: #fff;
	    padding-top: 6px;
	    z-index: 1;
	}
	
	table#book-responsive tbody tr td:nth-of-type(4) { 
		text-align:left !important;
		padding:0px;
	}
	table#book-responsive tbody tr td:nth-of-type(4) span { 
		font-size: 12px;
		line-height: 15px;
		white-space: pre-wrap;
	}
	
	table#book-responsive tbody tr td:nth-of-type(5) { 
		text-align:left !important;
		padding:0px;
		font-size: 12px;
		line-height: 15px;
		white-space: pre-wrap;
		vertical-align: top !important;
	}
	
	table#book-responsive tbody tr td:nth-of-type(5):after { 
		content: " Woche(n) in Charts";
	}
	
	/****************CELEB-TABLE**************/
	table#celeb-responsive thead { 
		display: none;
	}
	
	table#celeb-responsive tbody td { 
		border:none;
	}
	
	table#celeb-responsive tbody td:before { 
	    font-weight: bold;
	    display: inline-block;
	    width: 6em;  
	}
	
	
	table#celeb-responsive tbody tr td:nth-of-type(1) { 
		display:none;
	}

	table#celeb-responsive tbody tr td:nth-of-type(2) { 
		display:none;
	}
	
	table#celeb-responsive tbody tr td:nth-of-type(3) { 
		display:none;
	}
	
	table#celeb-responsive tbody tr td:nth-of-type(4):after { 
		content: attr(rel)".";
	    position: absolute;
	    font-family: 'Cuprum', sans-serif;
	    font-size: 11px;
	    left: 10px;
		top:10px;
	    width: 25px;
	    height: 25px;
	    text-align: center;
	    background-color: #252525;
	    color: #fff;
	    padding-top: 6px;
	    z-index: 1;
	}
	
	table#celeb-responsive tbody tr td:nth-of-type(4) { 
		text-align:left !important;
		padding:0px;
	}
	table#celeb-responsive tbody tr td:nth-of-type(4) span { 
		font-size: 12px;
		line-height: 15px;
		white-space: pre-wrap;
	}
	
	table#celeb-responsive tbody tr td:nth-of-type(5):after { 
		content: "Gesamt-Score: "attr(rel)"%";
	}
	
	
	table#celeb-responsive tbody tr td:nth-of-type(4) > div > span  { 
		top:48px;
	}
	
	/********************************************/
	.phone-tab-button li {
		min-width:90px;
	}
	
	.phone-tab-button li a{
		min-width:80px;
		padding:7px;
	}
	
	.video-a, .audio-player-a{
		height: 30px;
		width: 30px;
		border: 1px solid #A0A0A0;
		border-radius: 0px;
		display: block;
		padding: 13px;
	}
	
	.video-a-songs, .audio-player-a-songs{
		height: 30px;
		width: 30px;
		border: 1px solid #A0A0A0;
		border-radius: 0px;
		display: block;
		padding: 13px;
	}
	
	.leseprobe-a{
		display:none;
	}
	
	.table-responsive{
		border:none;
		overflow-x:hidden;
	}
	
	.video-icon{
		font-size:20px;
		top: -9px;
		left: -8px;
	}
	
	.video-icon-songs{
		font-size:20px;
		top: -9px;
		left: -8px;
	}
	
	.audio-icon-songs{
		font-size:20px;
		top: -10px;
		left: -8px;
	}
	
	.audio-player-span
	{
		display:none;
	}
	
	.video-player-span
	{
		display:none;
	}
	
	.iframe{
		height:200px;
	}
	
	.padding-responsive{
		padding:0px;
	}
	
	.hide-all{
		display: block !important;
	}
	
	.cart-a{
		display: none;
	}
	
	.cart-a-sm{
		height: 30px; 
		width:30px; 
		border: 1px solid #A0A0A0; 
		border-radius: 0px; 
		display: block !important; 
		padding-top: 5px;
	  	padding-left: 6px;
		color: #252525;
	}
	
	.custom-li li{
		 float:none;
		 margin:0px !important;
		 margin-top:1px !important;
	}
	
	.custom-li li{
		 border:none !important;
	}
	
	.pull-left-responsive{
		float:left !important;
	}
	
	.playicon-margin-top
	{
		margin-top: 0px !important;
	}
	
	.videoicon-margin-bot
	{
		margin-bottom: 0px !important;
	}

    .sm-mobile-div{
        display: block !important;
    }
}
@media screen and (max-width:1100px)
{
	.pull-left-responsive{
		float:left !important;
	}
}

.nillplay-modbillboard ul li:last-child:before {
    content: "";
    background: none;
}

.current-cw {
	color: #CC477D !important;
	border-left: #CC477D solid 8px !important;
}

@media screen and (max-width: 330px) {
	.td-min-width{
		width:140px;
		overflow: hidden; 
		text-overflow: ellipsis; 
		white-space: nowrap;
	}
	
	.min-ellipsis{
		white-space: nowrap !important;
	}
	
}

.chart-table > tr:hover > td {
  	background-color: #D5DEEF !important;
}

.chart-table > tr:hover > td.stats-row, .chart-table > tr:hover > td.video-row {
  	background-color: #FAFAFA !important;
}

.chart-table > tr {
  	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
}

.chart-table > tr:hover {
  	border-left: solid 4px #cc467c;
	border-right: solid 4px #cc467c;
}

.info-text{
	display:none;
}

.logo-fix{
	height:66px;
	margin-top:1px;
	margin-bottom:4px;
}

.percentage-div{
	/*font-size: 0.9em; */
	color:#252525;
	text-align: center;
	height: 60px; 
	width:20px; 
	border: 1px solid #cc467c; 
	border-radius: 0px; 
	display: block; 
	position:relative;
}

.percentage-inner{
	background: #cc467c;
	position: absolute;
	bottom: 0px;
	width: 18px;
}

.percentage-text{
	-moz-transform: rotate(270deg);  /* FF3.5+ */
    -o-transform: rotate(270deg);  /* Opera 10.5 */
  	-webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
	-ms-transform:rotate(270deg);
	position: absolute;
  	top: 37%;
  	left: 25%;
  	width: 47px;
	font-size: 0.9em;
}

.mega-charts-img{
	max-height:65px; 
	float:left; 
	margin-right:20px;
}

.overflow-li{
	overflow:hidden;
}
.music-table-th{
	padding:0px !important; 
	text-align:center;
}

.pos-100{
	padding:0px; 
	padding-top:9px;
}

.page-blog-header{
	position:relative !important; 
	margin-top:100px !important;
}

.th-nowrap{
	white-space: nowrap;
}

.table-th-left{
	text-align: left;
	padding-left: 15px !important;
}

.last-pos-hidden{
	display: none;
	position: absolute;
	top:47px;
	left:44px;
	content: attr(rel)".";
    font-family: 'Cuprum', sans-serif;
    font-size: 9px;
    width: 27px;
    height: 20px;
    text-align: right;
    background-color: #252525;
    color: #fff;
    padding: 5px 5px 0 0;
    z-index: 1;
}

.last-pos-hidden-68x95{
	display: none;
	position: absolute;
	top:47px;
	left:44px;
	content: attr(rel)".";
    font-family: 'Cuprum', sans-serif;
    font-size: 9px;
    width: 27px;
    height: 20px;
    text-align: right;
    background-color: #252525;
    color: #fff;
    padding: 5px 5px 0 0;
    z-index: 1;
}

.last-pos-icon{
	margin-right:2px; 
	font-size:10px;
}

.table-img-td{
	padding:10px 10px !important; 
	position:relative;
}

.blog-page-h6{
	font-family: 'Cuprum', sans-serif;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
    display: block;
}

.blog-page-h6-pink{
    font-family: 'Cuprum', sans-serif;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color:#CC477D;
    display: block;
}

.cart-hidden{
	float:right; 
	position:relative; 
	display:none;
}

.page-blog-row-padding{
	padding-left:32px;
}

.current-menu-item{
	border-left: none !important;
	border-right: none !important;
	border-top: 5px solid #0B3385;
}

.btn-group-radius > button,
.btn-group-radius > a
{
	border-radius: 0;
}

.btn-pink{
	background-color: #a1a6a9;
}

.btn-pink.active{
    background-color: #cc467c;
}

.btn-pink > a{
    color: #ffffff;
}

.btn-pink > a:hover{
    color: #ffffff;
}

.news-post-title{
	border-bottom: 1px solid #DDDFE0; 
	padding-bottom:15px;
}

.news-post-h3{
	color:#ffffff; 
	font-size:14px;
}

.nillplay-homepost-padding{
	padding-top:15px; 
	padding-bottom:15px;
}
.padding-lr-0{
	padding-left:0px;
	padding-right:0px;
}

.nillplay-blog-content-margin{
	margin-top: 20px; 
	margin-bottom: 0px;
}

.page-blog-h3{
	background-color:transparent;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 30px;
  	margin-top: 32px;
  	margin-bottom: 18px;
	font-weight: 700;
  	line-height: 1.1;
  	color: inherit;
}

.custom-li li{
	 margin-top:3px;
}

.custom-li li.active{
	border: 1px solid #fafafa;
}

.overflow-li > h3{
	background-color:transparent;
	padding:0px;
}

.nav-tabs > li > h3 > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
	position: relative;
  display: block;
}
.custom-tooltip + .tooltip > .tooltip-inner {
	padding:5px;
}
.custom-tooltip + .tooltip > .tooltip-arrow {
	border-width: 6px 0 6px 6px;
  	margin-top: -6px;
  	right: -1px;
}

.custom-tooltip{
	color: #CC477D;
	font-weight: bold;
}

.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 50px;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #cc467c;
}

.back-to-top i {
  font-size: 60px;
}

.functions-button-group{
	padding-left: 14px; 
	padding-right: 14px; 
	margin-bottom:15px;
}

.functions-button-group a{
	margin-right:1px;
	color:#fff;
}

.btn-group > h3{
	background-color: transparent;
	padding: 0px;
	float: inherit;
}

.btn-group > h3 > a{
	border-radius: 0px;
}

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

.playicon-margin-top
{
	margin-top: 10px;
}

.info-tabs, .info-tabs-ext {
	color:#252525 !important;
}

.info-tabs:hover, .info-tabs-ext:hover{
	color:#c24376 !important;
}

.filesize{
	width:120px;
}

.stats-link{
	top:-15px;
	color:#FFFFFF;
	background:#342488;
	border-color:#09204D;
}

.socialmedia-link{
    top:-15px;
    color:#FFFFFF;
    background:#342488;
    border-color:#09204D;
}

.active-billboard-tab{
	background-color: #cc467c;
}

.nillplay-module-bill-title-custom{
	border-color: #cc467c !important;
}

.all-pos-h4{
	
}

.all-pos-h4 > a{
	color: #fff !important;
	padding:10px; 
	float:right; 
	background-color:#0B3385;
}

.all-pos-h4 > a:hover{
	color:#cc467c !important;
}

.backstage-link-h4{
	padding: 0px;
}

.backstage-link-h4 > a{
	color: #fff !important;
	padding:10px; 
	float:left; 
	background-color:#0B3385;
	margin-right:25px;
}

.backstage-link-h4 > a:hover{
	color:#cc467c !important;
}

.tab_header{
	margin-right:3px;
}

.billboard-ellipsis{
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space: nowrap;
    padding-left:15px;
}

.billboard-ellipsis-p{
	font-size:13px !important; 
	min-height:13px;
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space: nowrap;
	padding-left:15px !important;
}

.scroll-down, .scroll-up {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 50px;
	right: 0;
	width: 120px;
	height: 40px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #cc467c;
}

.scroll-down i, .scroll-up i {
  font-size: 40px;
}

.scroll-span {
	top: 7px; 
	position: absolute; 
	left:38px;
}

.chart-update-i{
    margin-right: 5px;
    color: #342488;
    font-size: 19px;
    width:21px;
}

.HasListener{
	border: 0px;
}
@media (max-width: 850px) and (min-width: 650px) {
	.table-display{
		font-size: 80%;
	}	
}
@media (max-width: 650px) and (min-width: 500px) {
	.table-display{
		font-size: 60%;
	}	
}
@media (max-width: 500px) and (min-width: 400px) {
	.table-display{
		font-size: 40%;
	}	
}
@media (max-width: 450px) and (min-width: 350px) {
	.table-display{
		font-size: 30%;
	}	
}
@media (max-width: 350px) and (min-width: 1px) {
	.table-display{
		font-size: 20%;
	}	
}

.flag-icon {
    opacity: 0.6;
    width: 20px;
    line-height: 13px;
}

.flag-icon-mini {
    opacity: 0.6;
    width: 15px !important;
    line-height: 11px !important;
}
.social-media-fb {
	color:#3A5795 !important;
	margin-top:0px !important;
	height:37px !important; 
	width:37px !important;
}


/*********** Charts Widget ************/
.mc-charts-widget {} .mc-charts-widget ul {
    margin: 0px;
    padding: 0px;
}
.mc-charts-widget ul li {
    width: 100%;
    list-style-type: none;
    counter-increment: li;
    position: relative;
    border-bottom-color: rgb(221, 223, 224);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(221, 223, 224);
	border-right-color: rgb(221, 223, 224);
	border-top-color: rgb(221, 223, 224);
	
	before:0;
    padding-bottom: 15px;
    margin-bottom: 15px;
	
}
.mc-charts-widget ul li img {
    float: left;
    opacity: 0.9;
}
.mc-charts-widget ul li h4 {
	color: #252525;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 4px 0px;;
}

.mc-charts-widget ul li h4:hover {
    color: #c24376;
}

.mc-charts-widget ul li p {
	color: #A1A2A3;
    position: absolute;
    font-size: 11px;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.mc-charts-widget-footer h4 {
    padding: 0;
}
.mc-charts-widget-footer {
	height: 130px;
	margin: 0 0;
}

.mc-charts-widget-title {
	margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}
.mc-charts-widget-title a {
   color: #CC467C;
}

.mc-charts-widget-tabbar {
    border-bottom: 2px solid;
	border-color: #cc467c !important;
}
.mc-charts-widget-tabbar h1, h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;	
}
.mc-charts-widget-copyright {

}

.mc-charts-widget-labels {
	
}

.chart-img {
	margin-right:10px;
}
.chart-position-no {
	
    position:relative;
    height: 34px;
    width: 34px;
    font-size:1.3em;
    font-weight: bold;
    text-align:center;
    border: 1px solid #A0A0A0;
    border-radius: 0px;
    display: block !important;
    padding-top: 0.5px;
    color: #c24376;
    margin-right:10px;
	
}

.chart-position-social {

    position:relative;
    height: 34px;
    width: 34px;

    border: 1px solid #A0A0A0;
    border-radius: 0px;
    margin-right:10px;

    display: block !important;

    font-size:1em;
    font-weight: bold;
    text-align:center;

    padding-top: 4px;
    color: #342488;

}

.chart-widget-social-btn {

    position:relative;
    height: 34px;
    width: 34px;

    border: 1px solid #A0A0A0;
    border-radius: 0px;
    margin-right:10px;

    display: block !important;

    font-size:1.3em;
    font-weight: bold;
    text-align:center;
    padding-left: 4.5px;
    padding-top: 2.5px;

    margin-bottom: 7px;

}

.chart-position-info {
	
    position:relative;
    height: 34px;
    width: 34px;
    font-size:1em;
    font-weight: bold;
    text-align:center;
    border: 1px solid #A0A0A0;
    border-radius: 0px;
    display: block !important;                                                  
    color: #342488;
    margin-top:7px;
    padding-top: 4px;
    margin-right:10px;
}

#mc-charts-widget .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.mc-chart-widget-cart {
    height: 34px;
    width: 34px;
	position:relative;
	margin-left:20px;
	z-index: 99;
	margin-bottom: 7px;
}

.mc-chart-widget-cart a {
    font-size:1.3em;
    border: 1px solid #A0A0A0;
    border-radius: 0px;
    display: block !important;
    padding-top: 0.5px;
    padding-left: 6px;
    color: #252525;
}

.mc-chart-widget-preweek {
    position:relative;
    margin-left:20px;
    z-index: 99;
    margin-bottom: 7px;
}

.mc-chart-widget-preweek a {
	line-height: 1.4;
	height: 34px;
	width: 34px;
	font-size:0.75em;
	border: 1px solid #A0A0A0;
	border-radius: 0px;
	display: block !important;
	padding-top: 0.5px;
	padding-left: 0;
	text-align:center;
	color: #252525;
}

.mc-charts-widget-info {
    color: #fff;
	background-color: #cc467c;
	margin-bottom: 15px;
}

.mc-charts-widget-info .inner {
    padding: 19px;
}

.mc-charts-hidden-sm {
   display:block;
}

.mc-percentage-bar {
    overflow: hidden;
    white-space: nowrap;
}

.chart-widget-corner {
	
	position: absolute;
	right:-45px;
	top:-20px;
	width:125px;
	text-align: center;
	padding: 27px 0px 10px 10px;
	font-size: 0.75em;
	z-index:999;
	background-color: #cc467c;
    color: #ffffff;
	cursor: pointer;

}

.chart-widget-corner:hover {
	color: #ffffff;
}

.chart-widget-corner.collapsed {	
	background-color: #252525;
}

.derotate {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.percentage-vertical-bar {
	color: #252525;
    text-align: center;
    border-radius: 0px;
    margin-right: 40px;
    padding-top: 10.7px;
}

.percentage-vertical-bar-border {
    border: 1px solid #cc467c;
    height: 5px;
}

.percentage-vertical-bar-filler {
    background: #cc467c;
    height: 3px;
}

.label-ellipsis {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	line-height: 25px !important;
	height: 59.3px;
}

.label-artist {
    padding-top: 10px;
}

.centered {
	margin-left: auto;
    margin-right: auto
}

.percentage-vertical-text{
    width: 40px;
    font-size: 0.9em;
    text-align: center;
	padding-top: 4.7px;
	line-height: 1;
}

#footershop {
    position: fixed;
	min-height: 0px;
    bottom: 0px;
	width:100%;
    z-index: 100;
    background-color: #ffffff;
	opacity: 0.9;
    border-top: 2px solid rgb(204, 70, 124);
}

@media (max-width: 420px) and (min-width: 354px) {
	.mc-charts-widget-tabbar h3 {
	   font-size: 12px;
	   line-height: 11px;
	}
}

@media (max-width: 355px) and (min-width: 310px) {
    .mc-charts-widget-tabbar h3 {
       font-size: 11px;
       line-height: 10.5px;
    }
}

@media (max-width: 350px) and (min-width: 150px) {
	
	.mc-charts-hidden-sm {
	   display:none;
	}
}

.sm-attributes-span{
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
}

.sm-attributes-i-span{
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 6px;
}

.fb-attributes-i {
    margin-right: 5px;
    color: #3b5998;
}

.tw-attributes-i {
    margin-right: 5px;
    color: #00aced;
}

.sm-column{
    text-align: center;
}

.sm-positive{
    color: #5cb85c;
}

.sm-negative{
    color: #D9534F;
}

.sm-facebook-btn{
    font-size: 2.6em;
    color: #3b5998;
}

.sm-twitter-btn{
    font-size: 2.6em;
    color: #00aced;
}

.sm-td-padding{
    padding-bottom: 15px !important;
}

.sm-mobile-div{
    border:1px solid #A0A0A0;
    height:30px;
    padding:5px;
    display: none;
}

@media (max-width: 991px){
    .sm-border-bottom{
        border-bottom: 1px solid #cc467c;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.stats-link-disabled{
    color:#000000;
    top:-15px;
    background: #a7a7a7;
    border-color: #a0a0a0;
}

.header-icon{
    margin-bottom: 8px !important;
}

.header-icon > a{
    line-height: 27px !important;
    padding-top: 2px !important;
}

.header-icon-div{
    margin-top:22px;
}

@media (max-width: 712px){
    .header-icon-div{
        margin-top:11px !important;
    }
}

#flyer-icon, #flyer-icon_mobile{
    margin-top:-3px;
    color:#CC477D;
}

#flyer-icon:hover, #flyer-icon_mobile:hover{
    color:#ffffff !important;
}

.jumbotron-default{
    margin:20px 20px 20px 0px;
}

.jumbotron-success{
    margin:20px 20px 20px 0px;
    background-color: #dff0d8 !important;
    color: #3c763d !important;
}

.jumbotron-fail{
    margin:20px 20px 20px 0px;
    background-color: #f2dede !important;
    color: #a94442 !important;
}

.last-pos-gefallen{
    position:absolute;
    left:21px;
    top:3px;
}

.last-pos-gefallen-2{
    left:16px;
}

.last-pos-gefallen-3{
    left:9px;
}

.last-pos-gefallen-4{
    left:0px;
}

.last-pos-gestiegen{
    position:absolute;
    left:8px;
    top:40px;
}

.last-pos-gestiegen-2{
    left:3px;
}

.last-pos-gestiegen-3{
    left:0px;
}

.last-pos-gestiegen-4{
    left:0px;
}

.pagination-override > li a{
    position: relative;
    padding: 6px 12px;
    color: #0B3385 !important;
    width:auto;
    display:inherit;
}

#page-selection{
    margin-top: 20px;
}

.first-page > a, .last-page > a{
    border-radius: 0 !important;
    border-left:1px solid #DDDFE0 !important;
}

li.active-page > a{
    background-color: #CC477D !important;
    border-color: #CC477D !important;
    color: #FFFFFF !important;
}

.pagination-override >li a:hover{
     color: #CC477D !important;
     font-weight: 900;
     padding: 6px 20px;
     border-left: 1px solid;
     border-left-color: #DDDFE0 !important;
 }

.pagination-override >li.first-page a:hover,
.pagination-override >li.last-page a:hover{
    padding: 6px 12px;
}

li.active-page > a:hover{
    color: #fff !important;
}

.pagination-history
{
    display: inline-block;
}

.pagination-history > li{
    display:inline;
}

.pagination-history>li:first-child>a{
    margin-left: 0;
}

.pagination-history>.disabled>a{
    cursor: not-allowed;
}

.pagination-history > li > a{
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-history>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.reduced-padding{
    padding-left:8px !important;
    padding-right:8px !important;
}

.nav-plugins li{
    margin-bottom: 0px;
}

.panel-heading-left {
    float: left !important;
    background-color: #23282d !important;
    color: #ffffff !important;
}

.panel-body-left {
    float: left !important;
}

.nav-tabs-left {
    border-bottom: none;
    margin-top: 0px;
}

.nav-tabs-left > li {
    float: none !important;
    margin-left: 0px;
    margin-right: -17px;
}

.nav-tabs-left > li > a {
    color: #FFFFFF;
}

.nav-tabs-left > li > a:hover {
    border-color: transparent;
    background-color: #CC477D;
    color: #0B3385;
}

.nav-tabs-left > li > a:focus {
   box-shadow: none;
    border: 0px solid transparent !important;
}

.release_group{
    display: block;
}

.perd-select, #chart_type{
    margin-bottom: 20px;
}

.backstage-p {
    font-size:16px;
}

.info-well{
    border-radius: 0px;
    box-shadow: initial;
    margin-top: 20px;
}

.info-well > h2{
    text-align: left;
    margin-bottom: 10px;
    text-transform: initial;
}

.info-well > span {
    display:block;
}

.facebook-icon{
    color:#3A5795;
}

.instagram-icon{
    color:#000000;
}

.twitter-icon{
    color:#00aced;
}