/************************************************************ 
- 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-left: -14px;
}
.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 {
    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 {
    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 {
    border: none;
}
.nav-tabs > li.active {
    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 {
    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%;
}
.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%;
}
.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%;
}
/* Blog Content */

.nillplay-blog-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
}
.nillplay-blog-content h6 {
    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;
}
/************************************************************ 
- 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: 76px;
}
.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: 76px;
}
.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: 94px;
}
/************************************************************ 
- 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 {
    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%;
    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%;
    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 {
    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;
    opacity: 0.9;
}
.nillplay-modbillboard ul li h6 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 15px 0px 0px 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: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin-left: 8px;
    margin-top: 2px;
    padding-top: 1px;
}
.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;
    }
}
@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;
    }
    .nav-tabs > li > a {
        border-width: 0px;
        padding: 16px 0px 0px 18px;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: none;
    }
    .nav-tabs > li.active {
        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;
    }
    .nillplay-footer-social {
        display: none;
    }
}
/************************************************************ 
- 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;
}