/* TITLES */
/* HEADER SEARCH */
/* COLORS */
/* mobile slide menu bg*/
/* FONTS & TEXT*/
/* BUTTONS */
/* LOGIN */
/* ARTIST */
/* VIDEO META EXPANDABLE */
/* BORDERS */
/* LAYOUT */
/* FORMS */
/* CUSTOM CHECKBOXES */
/* MISC */
/* POLL */
body {
  background: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.h1,
.h2,
.h3,
.h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 2px 0;
}
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a {
  color: #000000;
}
button:hover,
button:active,
button:focus {
  text-decoration: none!important;
  outline: none!important;
}
button:active {
  text-decoration: none;
}
.container-fluid {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 50px;
}
.container-fluid.max-1060 {
  max-width: 1060px;
}
.container-fluid.max-1080 {
  max-width: 1080px;
}
.container-fluid.max-1110 {
  max-width: 1110px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #737373;
  text-decoration: none;
}
a.txt-secondary {
  color: #8b8b8b;
  text-decoration: none;
}
a.txt-secondary:hover,
a.txt-secondary:focus {
  color: #989898 !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .container-fluid {
    padding: 0 15px;
  }
}
#main-slide-wrapper.active {
  width: 100%;
  height: 1080px;
  overflow: hidden;
}
#slide-menu {
  display: none;
  float: left;
  width: 240px;
  min-height: 100%;
  background: #2f2f2f;
  position: absolute;
}
#slide-menu.active {
  display: block;
}
#slide-menu ul {
  margin: 0;
}
#slide-menu ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #747474;
  font-size: 17px;
}
#slide-menu ul > li > a.active,
#slide-menu ul > li > a:active {
  background: #124a8d;
}
#slide-menu ul > li > a.list-sm {
  padding: 15px 15px;
}
#slide-menu > header {
  line-height: 62px;
}
#slide-menu > header > a {
  color: #fd2828;
  font-size: 17px;
  padding: 0 15px;
}
#main-slide-content.active,
#main-nav.active {
  position: fixed;
  float: left;
  width: 100%;
  margin-left: 240px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
#mobile-search {
  padding: 10px 55px 10px 10px;
}
#mobile-search > input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
}
button.btn-close {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 10px;
  right: 10px;
  color: #989898;
}
button:hover.btn-close {
  color: #8b8b8b;
}
.slide-notif strong {
  margin-top: 3px;
}
@media (max-width: 480px) {
  button.btn-close {
    top: 10px;
  }
}
/* Mixin */
.input-light-grey {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
}
.input-light-white {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
}
/* FONTS */
.txt-skinny-100 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.txt-skinny-300 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.txt-skinny-400 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.body-txt-light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.body-txt-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* COLORS */
.txt-secondary {
  color: #8b8b8b;
}
.txt-white {
  color: #ffffff;
}
.btn-white-icon {
  color: #888888;
}
.bg-white {
  background: #ffffff;
}
.bg-black {
  background: #1c1c1c !important;
}
/* TEXT */
.txt-center {
  text-align: center;
}
.txt-size-base {
  font-size: 13px;
}
.txt-size-lrg {
  font-size: 17px;
}
.txt-size-md {
  font-size: 14px;
}
.txt-size-sm {
  font-size: 12px;
}
.txt-size-xs {
  font-size: 10px;
}
.txt-size-hdr {
  font-size: 16px;
}
.txt-size-hdr-lrg {
  font-size: 25px;
  font-weight: 400;
}
.txt-size-hdr-sm {
  font-size: 14px;
}
.txt-size-hdr-xs {
  font-size: 12px;
}
.txt-hdr-color {
  color: #696969;
}
.timestamp-link {
  color: #006f9d;
  font-weight: bold;
}
.timestamp-link i {
  font-size: 11px;
}
/* WIDTHS */
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.w-100 {
  width: 100%;
}
/* FIXS */
.require_this {
  display: none;
}
.hdr-fix {
  margin-top: 90px;
}
.res-img {
  display: block;
  width: 100%;
  height: auto;
}
.block {
  display: block;
}
.pos-rlt {
  position: relative;
}
.pos-abslt {
  position: absolute;
}
.overflow-hdn {
  overflow: hidden;
}
.center {
  margin: 0 auto;
}
.dropdown-toggle > span.caret {
  margin-left: 5px;
}
/* PADDINGS */
.p {
  padding: 15px;
}
.p-sm {
  padding: 10px;
}
.p-n {
  padding: 0;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-l-n {
  padding-left: 0;
}
.p-l {
  padding-left: 15px;
}
.p-r-n {
  padding-right: 0;
}
.p-r {
  padding-left: 15px;
}
/* MARGINS */
.m {
  margin: 15px;
}
.m-n {
  margin: 0;
}
.m-t-header {
  margin-top: 90px;
}
.m-l {
  margin-left: 15px;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-lg {
  margin-left: 20px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n-lg {
  margin-left: -20px;
}
.m-t {
  margin-top: 15px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-3 {
  margin-top: 3px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-md {
  margin-top: 15px;
}
.m-t-lg {
  margin-top: 20px;
}
.m-t-xlg {
  margin-top: 30px;
}
.m-t-n {
  margin-top: -15px !important;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n-lg {
  margin-top: -20px;
}
.m-t-n-xlg {
  margin-top: -30px;
}
.m-r {
  margin-right: 15px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-lg {
  margin-right: 20px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n-lg {
  margin-right: -20px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-lg {
  margin-bottom: 20px;
}
.m-b-xlg {
  margin-bottom: 30px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n-lg {
  margin-bottom: -20px;
}
.m-b-n-xlg {
  margin-bottom: -30px;
}
/* LINE HEIGHTS */
.l-h-btn-sm {
  line-height: 30px;
}
/* AVATARS */
.avat-xs {
  width: 36px;
  height: 36px;
}
.avat-sm {
  width: 44px;
  height: 44px;
}
.avat-lrg {
  width: 64px;
  height: 64px;
}
.avat-xlrg {
  width: 128px;
  height: 128px;
}
.avat-upload {
  width: 70px;
  height: 70px;
}
.avat-tarea {
  margin-top: 4px;
}
/* LISTS */
.list {
  margin: 15px 0;
}
.list-sm {
  padding: 10px 0;
}
/* BORDERS */
/* BUTTONS */
.btn-skinny {
  padding: 2px 10px;
}
a.btn-xlg,
button.btn-xlg {
  padding: 8px 14px;
  font-size: 26px;
  text-decoration: none!important;
}
.btn-grey {
  font-weight: 400;
  background: #959595;
}
a.btn-buy,
button.btn-buy {
  padding: 6px 8px;
  color: #828282;
  background: #363636;
  border: 1px solid #252525;
  text-decoration: none!important;
}
a:hover.btn-buy,
button:hover.btn-buy,
a:active.btn-buy,
button:active.btn-buy,
a:focus.btn-buy,
button:focus.btn-buy {
  background: #434343;
  color: #828282;
}
a.btn-play,
button.btn-play {
  color: #ffffff;
  background: #f7941e;
  font-weight: 400;
}
a.btn-play > span.btn-sep-left,
button.btn-play > span.btn-sep-left {
  padding: 8px 0 8px 14px;
  border-left: 1px solid #db862d;
}
a.btn-play > i,
button.btn-play > i {
  margin: 0 10px 0 5px;
}
a:hover.btn-play,
button:hover.btn-play,
a:active.btn-play,
button:active.btn-play,
a:focus.btn-play,
button:focus.btn-play {
  background: #f8a037;
  color: #ffffff;
}
a.btn-submit,
button.btn-submit {
  color: #ffffff;
  background: #006f9d;
  font-weight: 400;
}
a.btn-submit > span.btn-sep-left,
button.btn-submit > span.btn-sep-left {
  padding: 8px 0 8px 14px;
  border-left: 1px solid #ca000c;
}
a.btn-submit > i,
button.btn-submit > i {
  margin: 0 10px 0 5px;
}
a:hover.btn-submit,
button:hover.btn-submit,
a:active.btn-submit,
button:active.btn-submit {
  background: #0081b7;
  color: #ffffff;
}
a.btn-trnsprnt,
button.btn-trnsprnt {
  color: #a9a9a9;
  background: none;
  font-weight: 400;
}
a:hover.btn-trnsprnt,
button:hover.btn-trnsprnt,
a:active.btn-trnsprnt,
button:active.btn-trnsprnt {
  color: #c3c3c3;
}
a.btn-reply,
button.btn-reply {
  color: #a9a9a9;
  background: none;
}
a:hover.btn-reply,
button:hover.btn-reply,
a:active.btn-reply,
button:active.btn-reply {
  color: #c3c3c3;
}
a.btn-follow,
button.btn-follow {
  color: #2e2e2e;
  background: rgba(255, 255, 255, 0.5);
}
a:hover.btn-follow,
button:hover.btn-follow,
a:active.btn-follow,
button:active.btn-follow {
  background: rgba(255, 255, 255, 0.8);
}
a.social,
button.social {
  font-size: 14px;
  float: left;
  padding: 3px 4px;
}
a.btn-facebook,
button.btn-facebook {
  width: 40px;
  color: #ffffff;
  background: #306199;
}
a:hover.btn-facebook,
button:hover.btn-facebook,
a:active.btn-facebook,
button:active.btn-facebook,
a:focus.btn-facebook,
button:focus.btn-facebook {
  color: #ffffff;
  background: #366dac;
}
a.btn-twitter,
button.btn-twitter {
  width: 40px;
  color: #ffffff;
  background: #26c4f1;
}
a:hover.btn-twitter,
button:hover.btn-twitter,
a:active.btn-twitter,
button:active.btn-twitter,
a:focus.btn-twitter,
button:focus.btn-twitter {
  background: #3ecbf3;
  color: #ffffff;
}
.btn-social {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #585858;
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  font-size: 22px;
  text-align: center;
  color: #444444;
}
.btn-social i {
  margin-top: 7px;
  display: block;
}
.btn-dropdown {
  margin-top: -3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #969696;
  padding: 7px 0;
  background: #333132;
  font-weight: 400;
}
.btn-dropdown:hover.btn-dropdown,
.btn-dropdown:active.dropdown,
.btn-dropdown:focus.btn-dropdown {
  background: #333132;
  color: #969696;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #666666;
}
.load-more-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.btn-load-more {
  min-width: 140px;
  margin: 0 auto;
}
/* DIVIDERS */
.divider {
  border-bottom: 1px solid #124a8d;
  background: #124a8d;
  width: 100%;
  height: 2px;
}
.divider-white {
  border-bottom: 1px solid #ffffff;
  background: #dbdbdb;
  width: 100%;
  height: 2px;
}
/* FORMS */
textarea {
  background: #ffffff;
}
/* ALERTS */
.alert-sm {
  padding: 5px 10px;
}
/* SECTION BLOCKS */
.section-block {
  background: #ffffff;
  padding: 10px 15px;
}
.section-block h2 {
  margin: 10px 0 15px 0;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
/* TIPS */
/*.tip-left {
	position: absolute;
	top: 18px;
	left: 48px;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right: 8px solid @bg-form-light; 
}*/
.tip-left {
  position: absolute;
  background: url(../images/arrow-tip-left.png) no-repeat 0 0;
  top: 14px;
  left: 44px;
  width: 11px;
  height: 29px;
}
.tooltip {
  position: fixed;
  font-size: 13px;
}
/* MISC */
.alert {
  word-wrap: break-word !important;
}
.bg-pag {
  background: #f2f2f2;
}
/* TABLES */
.table tbody > tr > td.vert-align,
.table thead > tr > td.vert-align {
  vertical-align: middle;
}
.table tbody > tr > td.centered,
.table thead > tr > td.centered {
  text-align: center;
}
/* PLACEHOLDERS */
::-webkit-input-placeholder {
  color: #8b8b8b !important;
}
::-moz-placeholder {
  color: #8b8b8b !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #8b8b8b !important;
}
/* ie */
input:-moz-placeholder {
  color: #8b8b8b !important;
}
/* JQUERY UI FIXS */
/* CUSTOM GRID */
@media (max-width: 768px) {
  .hdr-fix {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    padding: 0;
  }
  .col-xxs-12 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .col-mobile {
    padding: 0;
    width: 100%;
  }
}
/* BOX */
.second-nav {
  width: 100%;
  background: #ffffff;
  margin: 62px 0 20px 0;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(141, 141, 141, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(141, 141, 141, 0.1);
  box-shadow: 1px 1px 2px rgba(141, 141, 141, 0.1);
}
.second-nav h1 {
  margin: 0;
  float: left;
  line-height: 30px;
}
.second-nav div.second-nav-opt {
  float: right;
}
.second-nav div.top-filters {
  float: right;
}
.inner-page-box {
  padding: 25px;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  margin-bottom: 25px;
}
.vol-box {
  -webkit-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  margin-bottom: 16px;
  border: 1px solid #d9d9d9;
  padding: 0!important;
  position: relative;
}
.vol-box span.chart-grid-number {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.vol-box a img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ffffff;
}
.vol-box a:hover img {
  border-bottom: 2px solid #f79320;
}
.vol-box > .panel-body {
  position: relative;
  padding: 10px;
}
.vol-box > .panel-body h3 {
  text-transform: uppercase;
  margin-bottom: 4px;
  min-height: 38px;
  max-height: 38px;
  line-height: 19px;
  overflow: hidden;
}
.vol-box > .panel-body a.txt-secondary {
  font-size: 16px;
}
.vol-box > .panel-body span.play-grid-number {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: -33px;
  right: 6px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  color: #f2f2f2;
  font-size: 13px;
}
.news-box {
  position: relative;
  padding: 25px 0 8px 25px!important;
  overflow: hidden;
}
.news-box article {
  margin-bottom: 20px;
}
.news-box article h3 {
  margin: 0 0 8px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.news-box article p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
  max-height: 44px;
  overflow: hidden;
}
.news-box article span {
  font-size: 17px;
}
.news-box article a img {
  border: none;
}
.news-box article a:hover img {
  border: none;
}
.news-box:last-child {
  margin-bottom: 25px;
}
.news-nav {
  z-index: 100;
  text-align: center;
  margin-top: -92px;
  width: 100%;
  padding: 65px 0 6px 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
}
.news-nav a {
  font-size: 18px;
  line-height: 18px;
  color: #747474;
}
.news-nav a:hover,
.news-nav a:active,
.news-nav a:focus {
  color: #989898;
}
.events-box div.event-cover {
  width: 100%;
  text-align: center;
  background: #f2f2f2;
}
.events-box div.event-cover img {
  display: inline-block;
  width: auto;
  max-height: 282px;
}
.events-box h3 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif !important;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.events-box p {
  font-size: 18px;
}
.events-box span.eb-nav {
  text-align: center;
}
.events-box button {
  position: absolute;
  top: 2px;
  font-size: 18px;
  color: #747474;
}
.events-box button:hover,
.events-box button:active,
.events-box button:focus {
  color: #989898;
}
.events-box button.ne-btn-left {
  left: 0;
}
.events-box button.ne-btn-right {
  right: 0px;
}
.events-box a.featured-play-poster {
  position: relative;
  display: block;
}
.events-box a.featured-play-poster span {
  color: #f2f2f2;
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 15px;
  font-size: 16px;
}
.events-box a.featured-play-poster span strong {
  display: block;
  font-size: 12px;
}
.featured-play-list li {
  position: relative;
}
.featured-play-list li a {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #f2f2f2;
}
.featured-play-list li a span {
  float: right;
}
.profile-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.profile-box a {
  display: block;
  position: relative;
}
.profile-box a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.profile-box a span {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  padding: 10px;
}
.profile-box a:hover span,
.profile-box a.active span {
  opacity: 0.9;
}
.profile-box a:hover img,
.profile-box a.active img {
  border: none;
}
.photo-box a {
  display: block;
  position: relative;
}
.photo-box a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.photo-box a span {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  display: block;
}
.photo-box a span strong {
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 22px;
}
.photo-box a i {
  display: none;
  color: #f2f2f2;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
}
.photo-box a:hover i {
  display: block;
}
/* BUTTONS */
.creator-info {
  font-size: 14px;
  font-weight: 400;
}
.btn-subscribe {
  padding: 0 15px 0 10px;
}
.btn-subscribe span {
  font-size: 12px!important;
}
.btn-subscribe span.follow-text {
  padding: 3px 10px 3px 0!important;
  float: left;
  display: inline-block;
  color: #ffffff!important;
}
.btn-subscribe span.follow-cnt {
  padding: 3px 0 3px 12px!important;
  border-left: 2px solid #4cae4c;
  float: left;
  display: inline-block;
  color: #ffffff!important;
}
.btn-subscribe.unfollow:hover {
  background: #d9534f!important;
  border-color: #d43f3a!important;
}
.btn-subscribe.unfollow:hover span.follow-cnt {
  border-left: 2px solid #d43f3a;
}
/* DROPDOWNS */
.dropdown-menu {
  background: #1755a0;
  border: 1px solid #124a8d;
}
.dropdown-menu li,
.dropdown-menu .ui-menu-item {
  margin: 0;
  width: 100%;
  color: #ffffff;
}
.dropdown-menu li a,
.dropdown-menu .ui-menu-item a {
  color: #ffffff;
}
.dropdown-menu li a:hover,
.dropdown-menu .ui-menu-item a:hover,
.dropdown-menu li a:active,
.dropdown-menu .ui-menu-item a:active,
.dropdown-menu li a:focus,
.dropdown-menu .ui-menu-item a:focus {
  background: #124a8d;
  color: #ffffff;
  border: none;
}
.dropdown-menu.white {
  background: #ffffff;
  border: 1px solid #f2f2f2;
}
.dropdown-menu.white li {
  margin: 0;
  width: 100%;
}
.dropdown-menu.white li a {
  color: #666666;
}
.dropdown-menu.white li a:hover,
.dropdown-menu.white li a:active,
.dropdown-menu.white li a:focus {
  background: #f2f2f2;
  border: none;
}
.dropdown-menu.white li label {
  background: #ffffff;
  padding: 5px 10px;
  display: block;
  font-weight: 100;
  color: #666666;
  margin: 0;
}
.dropdown-menu.white li label:hover {
  background: #f2f2f2;
}
.ui-autocomplete {
  padding: 5px 0;
  background: #1755a0;
  border: 1px solid #124a8d;
}
.ui-menu .ui-menu-item a {
  display: block!important;
  padding: 2px 10px!important;
  color: #ffffff;
  font-size: 16px!important;
  border-radius: 0;
}
.ui-menu .ui-menu-item a:hover {
  background: #124a8d;
  color: #ffffff;
  border: 1px solid #124a8d !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #124a8d;
  color: #ffffff;
  border-color: #124a8d !important;
}
.white-dropdown {
  background: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.white-dropdown li {
  padding: 0 10px;
}
.modal-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}
button.text-chevron-dropdown {
  color: #999999;
}
button:hover.text-chevron-dropdown,
button:focus.text-chevron-dropdown {
  color: #666666;
}
/* DATE PICKER */
#ui-datepicker-div .ui-datepicker-header {
  background-image: none;
  background-color: #0088cc;
  color: #fff;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span.ui-icon {
  margin-top: -7px;
  background-image: url("../images/glyphicons-halflings-white.png");
  background-position: -432px -72px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background-color: #0088cc;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span.ui-icon {
  margin-top: -7px;
  background-image: url("../images/glyphicons-halflings-white.png");
  background-position: -456px -72px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  background-color: #0088cc;
  border: none;
}
#ui-datepicker-div .ui-datepicker-current-day a {
  background-color: #0088cc;
  background-image: none;
  color: white;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  background-image: none;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-hover {
  background-color: #0088cc;
  color: white;
}
/* MEDIA */
.media-body.comments {
  color: #666666;
}
.media-body.comments h4 a {
  font-size: 14px;
  color: #006f9d;
  font-weight: 400;
}
.media-body.comments h4 a:hover,
.media-body.comments h4 a:active {
  color: #0081b7;
}
.media-body.comments h4 span {
  font-size: 11px;
  margin-left: 5px;
}
.media-body.comments p {
  margin-bottom: 45px;
}
.media-body.comments p span.media-nav {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.media-body.comments p span.media-nav button:hover,
.media-body.comments p span.media-nav button:active,
.media-body.comments p span.media-nav button.voted {
  text-decoration: none;
  background: none!important;
}
.media-body.comments p span.media-nav button:hover i.icon-thumbs-up-alt,
.media-body.comments p span.media-nav button:active i.icon-thumbs-up-alt,
.media-body.comments p span.media-nav button.voted i.icon-thumbs-up-alt {
  color: green;
}
.media-body.comments p span.media-nav button:hover i.icon-thumbs-down-alt,
.media-body.comments p span.media-nav button:active i.icon-thumbs-down-alt,
.media-body.comments p span.media-nav button.voted i.icon-thumbs-down-alt {
  color: red;
}
.media-body.comments p span.media-nav button i {
  font-size: 16px;
  color: #959595;
}
.media-body.comments p span.media-nav button i:hover.icon-thumbs-up-alt,
.media-body.comments p span.media-nav button i.active.icon-thumbs-up-alt {
  color: green;
}
.media-body.comments p span.media-nav button i:hover.icon-thumbs-down-alt,
.media-body.comments p span.media-nav button i.active.icon-thumbs-down-alt {
  color: red;
}
/* Buttons Switch */
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 72px;
}
.bootstrap-switch.bootstrap-switch-mini > div > span,
.bootstrap-switch.bootstrap-switch-mini > div > label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 80px;
}
.bootstrap-switch.bootstrap-switch-small > div > span,
.bootstrap-switch.bootstrap-switch-small > div > label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large > div > span,
.bootstrap-switch.bootstrap-switch-large > div > label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate > div {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on > div {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on > div > label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off > div {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off > div > label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled > div > span,
.bootstrap-switch.bootstrap-switch-readonly > div > span,
.bootstrap-switch.bootstrap-switch-disabled > div > label,
.bootstrap-switch.bootstrap-switch-readonly > div > label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch > div {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch > div > span,
.bootstrap-switch > div > label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch > div > span {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-on {
  color: #f00;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-off {
  color: #000;
  background: #eeeeee;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}
.bootstrap-switch > div > span.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch > div > span.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch > div > span.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch > div > span.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch > div > span.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch > div > label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
}
.sixteen-nine-res {
  width: 100%;
  display: inline-block;
  position: relative;
}
.sixteen-nine-res:after {
  padding-top: 56.25%;
  /*16:9 ratio*/
  display: block;
  content: '';
}
.sixteen-nine-res-body {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*fill parent*/
}
.no-player {
  padding: 20px;
  background: #000000;
  color: #ffffff;
}
.no-player h2 {
  margin: 0 0 10px 0;
}
.no-player p {
  font-size: 16px;
}
.no-player p a {
  color: #009fe3;
}
.no-player p a:hover,
.no-player p a:focus,
.no-player p a:active {
  text-decoration: underline;
  color: #17baff;
}
.pannel-hdr {
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 1px;
  font-size: 14px;
}
.pannel-hdr h2 {
  margin: 5px 0;
  font-size: 18px;
  color: #8b8b8b;
}
.nav-pills li a {
  padding: 6px;
}
.nav-pills li a:hover,
.nav-pills li a:focus,
.nav-pills li a:active {
  background: #f2f2f2;
  color: #000000;
}
.nav-pills li.active a,
.nav-pills li:hover a,
.nav-pills li:focus a,
.nav-pills li:active a {
  background: #f2f2f2!important;
  color: #000000!important;
}
.nav-pills li.active a .badge,
.nav-pills li:hover a .badge,
.nav-pills li:focus a .badge,
.nav-pills li:active a .badge {
  color: #333333!important;
}
.nav-pills li.active a:hover .badge,
.nav-pills li:hover a:hover .badge,
.nav-pills li:focus a:hover .badge,
.nav-pills li:active a:hover .badge {
  background: #ffffff!important;
}
.nav-stacked {
  font-size: 14px;
  font-weight: 400;
}
.v-tab-nav li {
  margin-right: 8px;
}
.v-tab-nav li a {
  padding: 8px 12px!important;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.v-tab-nav li a.active a,
.v-tab-nav li a:hover a,
.v-tab-nav li a:focus a,
.v-tab-nav li a:active a {
  background: #f2f2f2;
  color: #000000;
}
.v-tab-nav li .active a:hover {
  background: none;
}
.section-sep {
  border-top: 1px solid #f2f2f2;
}
/* SUGGESTED CHANNELS */
.s-channel {
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
.s-channel .s-channel-v-grid {
  overflow: hidden;
}
.s-channel .s-channel-v-grid .scvg-main {
  float: left;
  max-width: 66%;
}
.s-channel .s-channel-v-grid .scvg-main a {
  display: block;
}
.s-channel .s-channel-v-grid .scvg-main a img {
  float: left;
  display: block;
  max-width: 100%;
  height: auto;
  border-right: 1px solid #ffffff;
}
.s-channel .s-channel-v-grid .scvg-main a:hover {
  opacity: 0.9;
}
.s-channel .s-channel-v-grid .scvg-grid {
  float: left;
  max-width: 33%;
}
.s-channel .s-channel-v-grid .scvg-grid a {
  display: block;
}
.s-channel .s-channel-v-grid .scvg-grid a img {
  float: left;
  display: block;
  max-width: 100%;
  height: auto;
  border-bottom: 1px solid #ffffff;
}
.s-channel .s-channel-v-grid .scvg-grid a:hover {
  opacity: 0.9;
}
.s-channel .s-channel-footer {
  position: relative;
  margin-top: -32px;
}
.s-channel .s-channel-footer div.scvg-avat {
  margin: 0 auto;
  width: 64px;
}
.s-channel .s-channel-footer div.scvg-avat a img {
  padding: 3px;
  background: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
}
.s-channel .s-channel-footer h4 {
  margin: 0 0 1px 0;
  font-size: 18px;
  line-height: 32px;
}
.s-channel .s-channel-footer h4 a {
  display: block;
  max-width: 48%;
  overflow: hidden;
  float: left;
}
.s-channel .s-channel-footer span {
  display: block;
  font-size: 12px;
}
.s-channel .s-channel-footer span a {
  color: #797979;
}
.s-channel .s-channel-footer div.s-channel-sub {
  position: absolute;
  right: 2px;
  top: 66px;
}
/* SUGGESTED COLLAPSABLE */
.side-faq .panel-default {
  border: none;
  box-shadow: none;
}
.side-faq .panel-default .panel-heading {
  padding: 0 0 10px 0;
  background: none;
  border: none;
}
.side-faq .panel-default .panel-heading h4 {
  font-size: 14px;
}
.side-faq .panel-default .panel-heading h4 a {
  display: block;
  font-weight: 400;
}
.side-faq .panel-collapse {
  border: none;
}
.side-faq .panel-collapse .panel-body {
  border-top: 1px solid #f2f2f2!important;
  padding: 10px 0;
}
/* PAGINATION */
.pagination {
  position: relative;
  padding: 20px 10px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.pagination a {
  color: #b1b1b1;
  font-weight: 400;
  position: absolute;
  font-weight: 400px;
  padding: 2px;
}
.pagination a.page-prev {
  top: 0;
  left: 10px;
  color: #1c1c1c;
}
.pagination a.page-next {
  top: 0;
  right: 10px;
  color: #1c1c1c;
}
.pagination a:hover {
  color: #b1b1b1;
}
.pagination ul {
  overflow: hidden;
  margin: 0;
}
.pagination ul li {
  display: inline;
  margin: 0 10px;
}
.pagination ul li a.active,
.pagination ul li a:hover {
  font-weight: 700;
  color: #1c1c1c;
}
@media (max-width: 768px) {
  .profile-box-sm {
    width: 50%!important;
  }
  .profile-box-sm:nth-child(5) {
    display: none;
  }
  .news-box-wrapper {
    margin-bottom: 50px;
  }
  .second-nav {
    margin-top: 53px;
    padding: 8px;
  }
  .second-nav h1 {
    font-size: 22px;
    margin-left: -10px;
  }
  .second-nav div.top-filters {
    float: left;
    width: 100%;
    margin: 6px 0 0 -10px;
  }
}
@media (max-width: 480px) {
  .profile-box-sm {
    width: 50%!important;
  }
  .profile-box-sm:last-child {
    display: none;
  }
  .news-box article {
    margin-bottom: 20px;
    padding-left: 14px;
  }
  .news-box article h3 {
    margin: 0 0 8px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
  }
  .news-box article p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
    max-height: 44px;
    overflow: hidden;
  }
  .news-box article span {
    font-size: 17px;
  }
  .news-box article a img {
    border: none;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .news-box article a:hover img {
    border: none;
  }
  .news-box:last-child {
    margin-bottom: 25px;
  }
}
span.price-tag {
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 400;
  color: #ffffff;
  padding: 4px 15px 4px 10px;
  font-size: 18px;
  display: block;
  background: #3a7cdb;
  float: left;
}
span.price-tag i {
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: -9px;
  font-size: 18px;
}
/* PLAYLIST BOX */
.plist-box-wrapper {
  background: #e9e7e7;
  width: 100%;
  padding: 5px 0 10px 0;
  min-height: 275px;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  margin: 28px 0 40px 0;
}
.plist-thumb .play-icon {
  background: url(../images/play-icon.png) no-repeat top left;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: none;
}
.plist-thumb:hover .play-icon {
  display: block;
}
/* MAIN HEADER */
.solid {
  background: #000000 !important;
}
.navbar {
  background: #1755a0;
  padding: 6px 0 5px;
  color: #8b8b8b;
  border-bottom: 1px solid #1755a0;
  height: 62px;
}
.navbar.solid {
  background: #1755a0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: none;
  border: none!important;
}
#browse-menu.open a.mm-drop {
  color: #ffffff;
}
#browse-menu.open a.mm-drop b.caret {
  color: #ffffff;
}
#browse-menu a.mm-drop {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}
#browse-menu a.mm-drop b.caret {
  color: #f79320;
}
#browse-menu a.mm-drop:hover {
  color: #ffffff;
}
#browse-menu a.mm-drop:hover b.caret {
  color: #ffffff;
}
a.mm-drop {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
}
.navbar-brand {
  display: block;
  float: left;
}
.mid-header {
  width: 502px;
  margin: 0 auto;
  float: none;
}
.mid-header-search {
  margin: 8px 0 0 26px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  font-size: 16px;
  width: 326px;
  font-weight: 100;
}
.mid-header-search.solid {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
}
.mid-header-search ::-webkit-input-placeholder {
  color: red;
}
.mid-header-search :-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
.mid-header-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
.mid-header-search :-ms-input-placeholder {
  color: red;
}
button.search-btn {
  position: absolute;
  right: 0;
  top: 8px;
  color: #cccccc;
}
button:hover.search-btn,
button:active.search-btn,
button:focus.search-btn {
  color: #e6e6e6;
}
.right-header {
  font-size: 16px;
  margin: 12px 0 0 0;
}
.right-header a {
  color: #ffffff;
  margin: 0 8px;
}
.right-header a:last-child {
  margin-right: 0;
}
.right-header a:hover {
  color: #f2f2f2;
}
.mob-search {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #8b8b8b;
  font-size: 22px;
}
.mob-search:hover,
.mob-search:focus {
  text-decoration: none;
  color: #989898;
  outline: none;
}
.user-drop-sect {
  color: #ffffff;
  padding: 25px 0;
  background: #1755a0;
  width: 100%;
  min-height: 240px;
  position: fixed;
  margin-top: 62px;
  top: 0;
  left: 0;
  z-index: 10000;
  border-top: 1px solid #f7941e;
  display: none;
}
.user-drop-sect.visible {
  display: block;
}
.history-slide > h4 {
  margin: 0 0 30px 0;
}
.history-nav.carousel-control {
  width: 25px;
}
.history-nav.carousel-control.left {
  margin-left: -16px;
  background-image: none!important;
}
.history-nav.carousel-control.right {
  margin-right: -46px;
  background-image: none!important;
}
.history-nav > i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
ul.user-menu {
  margin: 10px 0;
}
ul.user-menu > li {
  text-align: right;
}
ul.user-menu > li > a {
  padding: 1px 0;
  display: block;
  color: #ffffff;
  font-size: 17px;
}
ul.user-menu > li > a.active,
ul.user-menu > li > a:active,
ul.user-menu > li > a:hover {
  color: #f2f2f2;
}
.notif-bell {
  font-size: 22px;
  margin-top: 8px;
}
.notifications {
  width: 280px;
  position: absolute;
  top: 36px;
  right: -15px !important;
}
.notifications header {
  padding: 5px 10px 10px 10px;
  border-bottom: 1px solid #124a8d;
  color: #ffffff;
}
.notifications div.media {
  border-bottom: 1px solid #124a8d;
  margin: 0;
  padding: 5px 0;
}
.notifications div.media a {
  padding: 0 8px;
  margin: 0;
  overflow: hidden;
  display: block;
}
.notifications div.media a span {
  display: block;
  font-size: 10px;
}
.notifications div.media a:hover,
.notifications div.media a:active,
.notifications div.media a:focus {
  background: #484747;
}
.notifications footer {
  background: none;
  padding: 5px 0 0 0;
}
.notifications footer a {
  margin: 0;
  display: block;
  padding: 5px 8px;
}
.notifications footer a:hover,
.notifications footer a:active,
.notifications footer a:focus {
  background: #124a8d;
}
/* SOCIAL BOXES FRONT PAGE */
.social-boxes {
  background: #1c1c1c;
  padding: 25px 0;
  margin-top: 50px;
}
.follow-box {
  width: 100%;
  margin-bottom: 15px;
}
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.twitter-timeline {
  width: 100%!important;
  min-height: 300px!important;
}
/* NEWS LIST */
.news-list a {
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.news-list a img {
  width: 100%;
}
.news-list a:hover {
  border-bottom: 1px solid #dc0000;
  border-right: 1px solid #dc0000;
}
.news-list a:hover > div.news-body > span {
  color: #dc0000;
}
.news-body {
  background: #ffffff;
  padding: 8px 15px;
}
.news-body h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 6px 0;
  text-transform: uppercase;
}
.news-body p {
  font-size: 16px;
  margin: 0;
}
/* HOUSE ADS */
.house-ads {
  background: #636363;
  padding: 25px 0;
  margin: 50px 0 30px;
}
/* FOOTER */
footer {
  font-size: 14px;
  background: #1755a0;
  padding: 25px 0 22px;
  color: #ffffff;
}
footer ul li {
  float: left;
  margin: 0 15px;
}
footer ul li a {
  color: #ffffff;
  font-weight: 400;
}
footer ul li a:hover {
  color: #f1f1f1;
}
.footer-right {
  float: right;
}
/* CONTENT SECTIONS */
.section-hdr {
  margin: 20px 0;
  position: relative;
}
.section-hdr h2 {
  text-transform: uppercase;
}
.section-hdr h2 i {
  color: #4a4a4a;
  font-weight: 100;
}
.section-filter,
.section-more {
  right: 0;
  top: 0;
}
.section-filter > button,
.section-more > button,
.section-filter a,
.section-more a {
  color: #696969;
  text-decoration: none;
  padding: 5px;
}
.section-filter > button:hover,
.section-more > button:hover,
.section-filter a:hover,
.section-more a:hover {
  color: #696969;
  text-decoration: none;
  border-bottom: 1px solid #fd2828;
}
.section-filter > button.selected,
.section-more > button.selected,
.section-filter a.selected,
.section-more a.selected {
  border-bottom: 1px solid #fd2828;
}
.width-third {
  width: 33.3333333%;
  float: left;
}
.width-sm {
  width: 20%;
  float: left;
  padding: 0 8px;
}
.width-lrg {
  width: 40%;
  float: left;
  padding: 0 8px;
}
.height-full {
  min-height: 100%;
}
@media only screen and (min-width: 971px) and (max-width: 1169px) {
  .fix-desktop {
    display: none!important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 969px) {
  .fix-tablet {
    display: none!important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .fix-mobile {
    display: none!important;
  }
}
@media (max-width: 1170px) {
  .width-sm {
    width: 25%;
  }
  .width-lrg {
    width: 50%;
  }
}
@media (max-width: 1070px) {
  .mid-header-search {
    width: 314px;
  }
  .mid-header-search.logged {
    width: 240px;
    margin-left: -2px;
  }
}
@media (max-width: 970px) {
  .section-filter.long-filter {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
  }
  .width-sm {
    width: 33.3333333%;
  }
  .width-lrg {
    width: 33.3333333%;
  }
  .mid-header-search {
    width: 314px;
  }
  .mid-header-search.logged {
    width: 160px;
    margin-left: -2px;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 0;
    height: 50px;
  }
  .navbar button {
    border: none;
  }
  .navbar button.mob-search {
    top: 2px;
  }
  .navbar-brand {
    margin-top: 9px!important;
    width: 102px!important;
    height: 34px!important;
    background-size: 102px 34px!important;
  }
  .follow-box {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .user-drop-sect {
    display: none!important;
  }
  .footer-right {
    float: none;
  }
  .width-sm {
    width: 50%;
  }
  .width-lrg {
    width: 50%;
  }
  .navbar-brand {
    float: none;
    margin: 8px auto 4px auto;
  }
  .navbar-toggle {
    float: left;
    margin: 9px 0;
  }
  .navbar-toggle:active,
  .navbar-toggle:focus,
  .navbar-toggle:hover {
    background: none!important;
  }
  .house-ads img {
    margin-bottom: 10px;
  }
  li.copyright {
    width: 95%;
    margin-bottom: 10px;
  }
  .house-ads {
    padding: 15px 0;
  }
  .section-filter {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
    left: -10px;
  }
}
@media (max-width: 480px) {
  .navbar-brand {
    margin-top: 8px!important;
    width: 90px!important;
    height: 30px!important;
    background-size: 90px 30px!important;
  }
  .follow-box {
    width: 300px;
    margin: 0 auto 15px auto;
  }
  footer ul li {
    margin: 0 10px;
  }
  .width-sm {
    width: 100%;
  }
  .width-lrg {
    width: 100%;
  }
}
.video-player-wrapper {
  background: #2e2e2e;
  padding: 84px 0 0 0;
  width: 100%;
}
#video-container {
  max-width: 1040px;
  padding-bottom: 20px;
}
.jwp.abslt {
  width: 340px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  float: left;
}
.ad-skin {
  width: 100%;
  background: #000000;
  margin-top: -24px;
  padding-top: 20px;
}
.tint {
  position: relative;
  padding-top: 10px;
  background: #000000;
  z-index: 100;
}
#right-skin,
#left-skin {
  top: 0;
  position: absolute;
  min-height: 514px;
  background-repeat: no-repeat;
}
#left-skin {
  background-position: top right;
}
#right-skin {
  background-position: top left;
}
.video-meta {
  position: relative;
  color: #a8a8a8;
}
.video-meta h1 {
  margin: 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  padding-right: 35px;
}
.video-meta button.p-resize {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  color: #8b8b8b;
}
.video-meta button:hover.p-resize {
  text-decoration: none;
  color: #989898;
}
.rate span {
  position: relative;
  padding: 0 0 0 5px;
  float: left;
  display: block;
  margin: 2px 0 5px;
  font-size: 12px;
  color: #999999;
}
.rate span strong {
  font-weight: normal;
}
.rate span button {
  background: none;
  border: none;
  font-size: 16px;
}
.rate span button.upvote {
  top: 6px;
  left: -18px;
  border-top: 2px solid #0ed97d;
  padding-top: 0;
}
.rate span button.downvote {
  top: 4px;
  left: -18px;
  border-bottom: 2px solid #fd014a;
  padding-bottom: 0;
}
.rate span button:hover {
  opacity: 0.9;
}
.rate span button i {
  color: #a8a8a8;
}
.rate span button i.icon-thumbs-up.voted {
  color: green;
}
.rate span button i.icon-thumbs-down.voted {
  color: red;
}
.vid-meta-rate {
  overflow: hidden;
  float: left;
  width: 260px;
  padding: 4px 0 0 6px;
}
.vid-meta-nav {
  float: right;
  width: 58%;
  text-align: right;
  padding-left: 0;
  margin-top: 10px;
}
.vid-meta-nav ul {
  font-size: 13px;
  float: right;
  margin: 0;
  color: #999999;
}
.vid-meta-nav ul li {
  line-height: 18px;
  float: left;
  margin-left: 20px;
}
.vid-meta-nav ul li.view-count {
  font-size: 16px;
  margin-left: 25px;
}
.vid-meta-nav ul li.icon {
  margin-left: 25px;
}
.vid-meta-nav ul li a {
  color: #999999;
}
.vid-meta-nav ul li a span {
  color: #606060;
}
.vid-meta-nav ul li a:hover {
  color: #b3b3b3;
}
.vid-meta-nav ul li a i {
  font-size: 18px;
  font-weight: normal;
}
#wrapper-300x250.lrg-player {
  float: right;
}
.banner-300x250 {
  width: 300px;
  height: 250px;
  margin: 0 auto 20px auto;
}
#suggested {
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
}
#suggested h2 {
  margin: 5px 0 15px 0;
  font-size: 18px;
  color: #8b8b8b;
}
#playlist {
  background: #d7d7d7;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}
.playlist-slider {
  position: relative;
  z-index: 1;
}
.playlist-opt {
  width: 100%;
  position: relative;
  z-index: 10;
}
.playlist-opt h2 {
  font-size: 18px;
  margin: 0 0 10px 8px;
  font-family: 'Open Sans', sans-serif;
  color: #a7a7a7;
}
.playlist-btns {
  position: absolute;
  top: -8px;
  right: 0;
}
.playlist-btns button {
  font-weight: normal;
  font-size: 17px;
  color: #a7a7a7;
}
.playlist-btns button.selected {
  color: green;
}
.playlist-btns button.random {
  margin-top: -1px;
}
.playlist-btns button:hover,
.playlist-btns button:active {
  color: #c1c1c1;
  text-decoration: none;
}
.playlist-nav {
  color: #a7a7a7;
}
.playlist-nav.left {
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -22px;
  font-size: 32px;
}
.playlist-nav.right {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -22px;
  font-size: 32px;
}
.playlist-entry {
  width: 20%;
  float: left;
  padding: 0 2px;
}
.playlist-entry a {
  color: #454545;
  display: block;
  padding: 8px;
  position: relative;
}
.playlist-entry a:hover,
.playlist-entry a.selected {
  background: #464646;
  color: #d9d9d9;
}
.playlist-entry a span {
  display: block;
  margin: 0;
  min-height: 54px;
}
.playlist-entry a span.chart-play-number {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.playlist-entry a span h2 {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 2px;
  margin: 10px 0 0 0;
  max-height: 36px;
  overflow: hidden;
}
.playlist-entry a span strong {
  font-weight: 100;
}
.playlist-entry.box a {
  padding: 0 12px 0 0;
  min-height: 220px;
}
.playlist-entry.box a:hover,
.playlist-entry.box a.selected {
  background: none;
  color: #454545;
}
.playlist-entry.box a span {
  min-height: 1px;
}
.plist-dd-menu {
  float: left;
  position: relative;
}
.plist-dd-menu .plist-filter-dd {
  color: #696969;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  float: left;
  display: block;
  margin: 0 15px 0 0;
}
.plist-dd-menu .plist-filter-dd:hover {
  border-bottom: 1px solid #d7d7d7;
}
.lower-view {
  margin: 40px auto;
}
.video-metadata {
  max-height: 98px;
  overflow: hidden;
}
.video-metadata.full-descr {
  max-height: 100%!important;
}
.video-metadata span {
  font-weight: 400;
  color: #666666;
}
.video-metadata p {
  margin: 5px 0;
}
.video-metadata p a {
  color: #0056ff;
}
.video-metadata p a:hover {
  color: #3378ff;
}
.video-metadata button {
  margin: 15px auto 0 auto;
}
.sugg-block {
  overflow: hidden;
  font-weight: 400;
}
.sugg-block article {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.sugg-block article:last-child {
  margin-bottom: 0;
}
.sugg-block article a:hover img,
.sugg-block article a:active img,
.sugg-block article a:focus img {
  opacity: 0.9;
}
.sugg-block article a span.sugg-pic {
  display: block;
  float: left;
  width: 52%;
  margin-right: 8px;
}
.sugg-block article a span.sugg-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.sugg-block article a h4 {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 2px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.sugg-block article a p {
  font-size: 12px;
  margin: 0;
}
.sugg-block article a p strong {
  display: block;
  font-weight: 100;
}
.discussion {
  padding-right: 15px;
}
.discussion a {
  color: #0056ff;
}
.discussion a:hover {
  color: #3378ff;
}
.vid-meta-expand-wrap {
  display: none;
  padding: 20px 0 5px;
  background: #0d0d0d;
  border-top: 1px solid #404040;
}
.vid-meta-expand-wrap.active {
  display: block;
}
.vid-meta-expand {
  position: relative;
  color: #979797;
}
.vid-meta-expand div.alert,
.vid-meta-expand div.vid-meta-exp-form {
  max-width: 640px;
}
.vid-meta-expand button {
  font-size: 16px;
  position: absolute;
  top: -9px;
  right: 0;
  color: #393939;
  text-decoration: none;
}
.vid-meta-expand button:hover,
.vid-meta-expand button:active {
  color: #535353;
}
.vid-meta-expand h3 {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  display: block;
  float: left;
  font-size: 16px;
  margin: 1px 15px 0 0;
}
.vid-meta-expand a {
  font-weight: 400;
  font-size: 14px;
  color: #393939;
}
.vid-meta-expand a:hover,
.vid-meta-expand a:active {
  color: #535353;
}
.vid-meta-expand ul {
  background: url(../images/app/select-p-list-bg.jpg) repeat-x top left;
  margin: 15px 0;
  padding: 5px 10px;
  max-width: 650px;
  max-height: 250px;
  overflow-y: auto;
}
.vid-meta-expand ul li {
  margin: 5px 0;
}
.vid-meta-expand ul li a {
  max-width: 670px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #979797;
  margin-left: -10px;
  padding: 5px 10px;
}
.vid-meta-expand ul li a:hover,
.vid-meta-expand ul li a:active {
  color: #ffffff;
  background: #232323;
  padding: 5px 10px;
  opacity: 0.9;
}
.vid-meta-expand ul li a span {
  display: block;
  float: left;
  width: 20%;
  margin-right: 12%;
}
.vid-meta-expand ul li a span:last-child {
  margin-right: 0;
}
.vid-meta-expand ul li a span.p-name {
  position: relative;
  width: 36%;
  padding-left: 20px;
}
.vid-meta-expand ul li a span i {
  position: absolute;
  top: 3px;
  left: 0px;
  color: #0d0d0d;
}
.vid-meta-expand ul li a span i.selected {
  color: green;
}
.vid-meta-exp-form {
  position: relative;
  padding: 10px;
  background: #232323;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.vid-meta-exp-form input {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
}
.vid-meta-exp-form input.play-form {
  max-width: 552px;
  float: left;
}
.vid-meta-exp-form div.btn-group {
  position: absolute;
  top: 19px;
  right: 80px;
}
.vid-meta-exp-form div.btn-group button {
  background: #484747;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
}
.vid-meta-exp-form div.btn-group ul {
  background: #1755a0;
  margin: -8px 0 0 0;
  padding: 0;
}
.vid-meta-exp-form div.btn-group ul li {
  padding: 0 5px;
}
.btn-play-add {
  width: 60px!important;
  margin-left: 7px;
  background: #1755a0;
}
.char-remain {
  display: block;
  float: left;
  margin-top: 12px;
}
.soc-share {
  position: absolute;
  top: 8px;
  right: 15px;
}
.soc-share ul li {
  float: left;
  margin-right: 5px;
}
/* Video Share */
.video-share {
  width: 100%;
  float: left;
  padding: 10px 0 0 0;
  background: #444444;
  margin: -4px 0 0 0;
  /*-- Share --*/
}
.video-share .share-links a {
  float: left;
  margin: 0 0 10px 10px;
  color: #fff;
}
.video-share .share-links a i {
  font-size: 14px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
.video-share .share-links a span {
  float: right;
  line-height: 30px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
}
.video-share .share-links a.share-facebook {
  background: #3b5998;
}
.video-share .share-links a.share-twitter {
  background: #09b0ee;
}
.video-share .share-links a.share-google {
  background: #dd4c39;
}
.video-share .share-links a.share-pinterest {
  background: #ce2020;
}
.video-share .share-links a.share-linkedin {
  background: #007bb5;
}
@media (max-width: 1080px) {
  .vid-meta-nav {
    margin-top: 10px;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .vid-meta-nav ul {
    float: left;
  }
  .vid-meta-nav ul li:first-child {
    margin-left: 0;
  }
  .bg-ad {
    background-image: none!important;
  }
  .tint {
    background: none;
  }
  #right-skin,
  #left-skin {
    display: none;
  }
}
@media (max-width: 990px) {
  .p-resize {
    display: none;
  }
  .col-sm-10 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .vid-meta-rate {
    width: 100%;
    overflow: hidden;
  }
  #video-container {
    margin-top: -20px;
  }
  #playlist {
    display: none;
  }
  .banner-300x250.lrg-player {
    top: 0!important;
  }
  #wrapper-300x250 {
    left: 50%;
    margin-left: -160px;
    width: 300px;
    height: 270px;
  }
  #wrapper-300x250.lrg-player {
    float: none;
  }
  #suggested {
    margin-top: 25px;
  }
  .vid-meta-expand ul {
    max-height: none;
  }
}
@media (max-width: 480px) {
  #video-container {
    margin-top: -22px;
  }
  ul li span:last-child {
    margin-right: 0;
    display: none;
  }
}
.artist-profile {
  width: 100%;
}
.artist-profile img.banner {
  width: 100%;
  height: auto;
  display: block;
}
.artist-profile div.artist-badge-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -29px;
}
.artist-profile div.artist-bs {
  position: relative;
  width: 100%;
}
.artist-profile div.artist-bs > img {
  display: block;
  width: 100%;
  height: auto;
}
.artist-profile div.artist-badge div.artist-avat {
  float: left;
  width: 108px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  margin: 0 10px 0 0;
}
.artist-profile div.artist-badge div.artist-avat img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.artist-profile div.artist-badge div.artist-follow {
  padding: 20px 0 0 0;
  float: left;
}
.artist-profile div.artist-badge div.artist-follow h1 {
  margin: 0 0 8px 0;
  font-size: 22px;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.artist-profile div.artist-nav {
  width: 100%;
  height: 52px;
  padding: 10px 0;
  background: #000000;
}
.btn-artist-follow {
  width: 120px;
}
.desktop-artist-menu {
  overflow: hidden;
}
.desktop-artist-menu li {
  float: left;
}
.desktop-artist-menu li a {
  margin-right: 5px;
  font-size: 16px;
  float: left;
  display: block;
  color: #969696;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #000000;
  padding: 5px 10px;
}
.desktop-artist-menu li a:hover,
.desktop-artist-menu li a:active,
.desktop-artist-menu li a.active {
  background: #333132;
}
.desktop-artist-menu li.artist-search-ex {
  float: right;
  margin-top: -3px;
}
.desktop-artist-menu li.artist-search-ex button.artist-search-btn {
  font-size: 18px;
  color: #969696;
}
.artist-search-input {
  border-top: 1px solid #333333;
  padding: 15px 0;
  background: #000000;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 100;
}
.artist-search-input input {
  font-weight: 100;
  color: #8b8b8b;
  font-size: 18px;
  line-height: 22px;
  padding-left: 0!important;
  height: 36px;
  background: none;
  border: none;
  outline: none;
  border: none!important;
  box-shadow: none!important;
}
.artist-search-input button#close-art-search {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 52px;
  font-size: 18px;
}
.artist-search-input.active {
  display: block;
}
.mobile-artist-menu {
  background: #000000;
  width: 100%;
  display: none;
}
.mobile-artist-menu button.search-btn {
  width: 28px;
  right: 18px;
  top: 10px;
}
.mobile-artist-menu ul {
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  border: none!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mobile-artist-menu ul li.search {
  padding: 5px 10px;
}
.mobile-artist-menu ul li a {
  padding: 5px 12px;
}
.mobile-artist-menu input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  padding: 18px 8px;
}
.trailer {
  width: 440px;
  position: absolute;
  top: 86px;
  right: 46px;
}
@media (max-width: 1080px) {
  .trailer {
    width: 360px;
    position: absolute;
    top: 110px;
    right: 46px;
  }
}
@media (max-width: 920px) {
  .trailer {
    display: none;
  }
}
@media (max-width: 768px) {
  button#close-art-search {
    right: 18px!important;
  }
  .artist-profile {
    padding-top: 50px;
  }
  .artist-profile div.artist-badge-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
  }
  .artist-profile div.artist-badge div.artist-avat {
    float: left;
    width: 68px;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px;
    margin: 0 10px 0 0;
  }
  .artist-profile div.artist-badge div.artist-follow {
    padding: 0;
    float: left;
  }
  .artist-profile div.artist-badge div.artist-follow h1 {
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
  }
  .artist-profile div.artist-badge div.artist-follow button {
    padding: 2px 10px;
  }
  .artist-profile div.artist-nav {
    width: 100%;
    height: 52px;
    padding: 10px 0;
    background: #000000;
  }
}
@media (max-width: 580px) {
  .artist-search-input {
    display: none!important;
  }
  .desktop-artist-menu {
    display: none;
  }
  .mobile-artist-menu {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .artsit-mobile-drop {
    width: 100%;
    font-weight: 100;
    margin: 9px 0;
    padding: 0 8px;
    color: #f2f2f2;
    font-size: 16px;
    background: none!important;
    text-align: left;
    border: none;
    line-height: 28px;
  }
  .artsit-mobile-drop span.caret {
    position: absolute;
    top: 11px;
    right: 14px;
    color: red;
  }
  .artsit-mobile-drop:hover {
    background: none;
    color: #ffffff;
  }
  .artsit-mobile-drop:hover span {
    color: #ffffff;
  }
  .artist-profile {
    padding-top: 45px;
  }
  .artist-profile div.artist-badge-wrapper {
    display: none;
  }
  .artist-profile div.artist-badge div.artist-avat {
    float: left;
    width: 68px;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px;
    margin: 0 10px 0 0;
  }
  .artist-profile div.artist-badge div.artist-follow {
    padding: 0;
    float: left;
  }
  .artist-profile div.artist-badge div.artist-follow h1 {
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
  }
  .artist-profile div.artist-badge div.artist-follow button {
    padding: 2px 10px;
  }
  .artist-profile div.artist-nav {
    display: none;
  }
}
h4.modal-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.signin {
  margin: 3px 3px 0 0!important;
}
.login-forms {
  overflow: hidden;
  font-size: 14px;
  color: #3e3e3e;
}
.login-forms a {
  color: #009fe3;
}
.login-forms a:hover,
.login-forms a:active,
.login-forms a:focus {
  color: #17baff;
}
.login-forms input {
  border: 1px solid #919191;
  color: #919191;
}
.login-email {
  width: 50%;
  float: left;
  border-right: 1px solid #d9dfe2;
  padding: 0 20px 5px 0;
}
.login-social {
  width: 50%;
  padding: 0 0 10px 20px;
  float: right;
}
.login-social p {
  margin-bottom: 16px;
}
.login-social p a.facebook-before {
  font-size: 26px;
  background-color: #0064ab;
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  color: #f4f4f4;
  display: block;
  float: left;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 56px;
}
.login-social p a.twitter-before {
  font-size: 26px;
  background-color: #189bcb;
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  color: #f4f4f4;
  display: block;
  float: left;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 56px;
}
.login-social p button.facebook {
  background-color: #0079ce;
  border: none;
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  color: #f4f4f4;
  cursor: pointer;
  height: 56px;
  text-transform: uppercase;
  width: 202px;
}
.login-social p button.twitter {
  background-color: #1bb2e9;
  border: none;
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  color: #f4f4f4;
  cursor: pointer;
  height: 56px;
  text-transform: uppercase;
  width: 202px;
}
.login-social p button:hover.facebook,
.login-social p button:hover.twitter {
  opacity: 0.9;
}
@media (max-width: 620px) {
  .login-social {
    width: 100%;
    padding-left: 0;
  }
  .login-social p {
    width: 258px;
    margin: 0 auto 16px auto;
  }
  .login-email {
    width: 100%;
    border-right: none;
    border-top: 1px solid #d9dfe2;
    padding: 26px 0 0 0;
  }
}
.category-view {
  margin-top: 30px;
}
.search-term {
  overflow: hidden;
  font-size: 14px;
}
.search-term span {
  color: #8b8b8b;
}
.filter-sec {
  overflow: hidden;
  font-weight: 400;
}
.filter-sec h3 {
  margin: 5px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.filter-sec ul {
  float: left;
  margin-right: 25px;
}
.filter-sec ul li {
  margin-left: -6px;
}
.filter-sec ul li button {
  color: #666666;
}
.filter-sec ul li button i {
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 3px 2px 3px;
  border: 1px solid #eeeeee;
  color: #cccccc;
}
.filter-sec ul li button:hover,
.filter-sec ul li button:active,
.filter-sec ul li button:focus,
.filter-sec ul li button.selected {
  color: #666666;
}
.filter-sec ul li button:hover i,
.filter-sec ul li button:active i,
.filter-sec ul li button:focus i,
.filter-sec ul li button.selected i {
  color: #008000;
}
.news-list-cat {
  font-weight: 400;
}
.news-list-cat article {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.news-list-cat article:last-child {
  margin-bottom: 0;
}
.news-list-cat article div.news-pic {
  float: left;
  width: 28%;
  margin-right: 15px;
}
.news-list-cat article div.news-pic img {
  width: 100%;
  height: auto;
}
.news-list-cat article span {
  font-size: 11px;
}
.news-list-cat article h2 {
  margin: 5px 0;
}
.news-list-cat article h2 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.news-list-cat article p strong {
  display: block;
  font-weight: 100;
  margin-top: 2px;
}
.section-block ul {
  margin: 10px 0;
}
.news-list-cat.playlist {
  overflow: hidden;
}
article.playlist {
  float: left;
  overflow: hidden;
  width: 48%;
  margin-bottom: 10px;
}
article.playlist div.news-pic {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
article.playlist div.news-pic a span {
  color: #f2f2f2;
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 15px;
  font-size: 16px;
}
article.playlist div.news-pic a span strong {
  display: block;
  font-size: 12px;
}
article.playlist.last {
  float: right;
}
article.playlist .search-play {
  margin-top: 5px;
}
article.playlist .search-play li a {
  font-weight: 100;
  display: block;
  padding: 2px;
  border-bottom: 1px solid #f2f2f2;
}
article.playlist .search-play li a span {
  float: right;
  color: inherit;
  display: block;
}
article.playlist .search-play li:last-child a {
  border-bottom: none;
}
.event-search-title h2 {
  margin-top: 0;
}
/* Category List Page */
.cat-list-grid {
  margin-bottom: 60px;
}
.cat-list-grid article {
  margin-bottom: 15px;
}
.cat-box {
  position: relative;
}
.cat-box a {
  text-align: center;
  color: #ffffff;
}
.cat-box a img {
  display: block;
  width: 100%;
  height: auto;
}
.cat-box a span.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
}
.cat-box a p {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 20px;
  text-align: center;
}
.cat-box a p span {
  display: inline-block;
  text-align: center;
  padding: 10px;
  line-height: 22px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cat-box a p.two-line {
  margin-top: -32px;
}
.channel-grid {
  padding: 0 10px;
}
.channel-grid a {
  text-align: center;
  text-transform: uppercase;
}
.channel-grid a h2 {
  font-size: 24px;
  font-weight: 100;
  margin: 10px 0 30px 0;
}
.channel-grid a img {
  opacity: 0.95;
  display: block;
  max-width: 100%;
  height: auto;
}
/* End Category List Page */
@media (max-width: 480px) {
  .news-list-cat {
    font-weight: 400;
  }
  .news-list-cat article {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
  .news-list-cat article div.news-pic {
    float: left;
    width: 100%;
    margin: 0;
  }
  .news-list-cat article div.news-pic img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .news-list-cat article span {
    font-size: 11px;
  }
  .news-list-cat article h2 {
    color: #666666;
    margin: 5px 0;
  }
  .category-view {
    margin-top: 20px;
  }
  .search-term span {
    width: 100%;
    display: block;
  }
  .filter-two {
    display: none;
  }
  .filter-one,
  .filter-three {
    width: 50%;
  }
}
.edit-play-main {
  background: #ffffff;
}
.edit-play-info {
  overflow: hidden;
  padding: 15px;
}
.edit-play-info h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-family: 'Open Sans', sans-serif;
}
.edit-play-options {
  border-top: 1px solid #f5f5f5;
  background: #ffffff;
  padding: 10px;
}
.order-playlist {
  width: 100%;
  border-top: 1px solid #f5f5f5;
  background: #ffffff;
  overflow: hidden;
}
.order-playlist table {
  width: 100%;
}
.order-playlist table tr {
  border-bottom: 1px solid #f5f5f5;
}
.order-playlist table tr td {
  cursor: move;
  text-align: left;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
}
.order-playlist table tr td img {
  width: 90px;
  display: block;
  float: left;
}
.order-playlist table tr td.edit-play-num {
  width: 35px;
  padding: 0 0 0 15px;
}
.order-playlist table tr td.edit-play-thumb {
  width: 100px;
}
.order-playlist table tr td.edit-play-time {
  padding-right: 15px;
  font-size: 12px;
  color: #909090;
  text-align: right;
}
.order-playlist table tr td.edit-play-remove {
  padding-right: 15px;
}
.order-playlist table tr td.edit-play-title {
  padding-right: 15px;
}
.order-playlist table tr:hover td {
  background: #f0fcf5;
}
@media (max-width: 480px) {
  .edit-play-main-pic {
    margin-right: 10px;
  }
  .edit-play-main-pic img {
    width: 120px;
  }
}
.sub-settings {
  position: absolute;
  right: 0;
  top: 0;
}
.subs-feed {
  width: 100%;
  float: left;
  background: #ffffff;
}
.subs-feed article {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0 15px 57px;
  margin-bottom: 0;
}
.sub-feed-channel {
  width: 100%;
  margin: 0 0 10px -42px;
}
.sub-feed-channel a {
  font-weight: 400;
  font-size: 16px;
  margin-right: 6px;
}
.sub-feed-channel span {
  font-size: 13px!important;
  color: #666666!important;
}
.subs-feed-gallery a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 28%;
}
.subs-feed-gallery a img {
  max-width: 100%;
  height: auto;
  display: block;
  float: left;
}
.subs-feed-img {
  max-width: 180px;
}
.subs-filter {
  border: 1px solid #f2f2f2;
}
.subs-list li a span.badge {
  margin: 8px 8px 0 0;
}
.subs-list li a i.icon-remove {
  display: none;
}
@media (max-width: 480px) {
  .sub-feed-channel span {
    display: none;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Slider KikVid */
.home-slider {
  position: relative;
  margin: 40px 0 25px 0;
}
.flex-caption {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  margin-top: -78px;
  top: 50%;
  margin-left: 120px;
  max-width: 460px;
}
.flex-caption p {
  font-size: 16px;
}
.flex-prev,
.flex-next {
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  background: red;
  background: url("../images/icons-sprite.png") transparent;
  opacity: 0.8;
}
.flex-prev {
  left: 10px;
  background-position: 0 0;
}
.flex-next {
  right: 10px;
  background-position: -30px 0;
}
.flex-prev:hover,
.flex-next:hover {
  opacity: 1;
}
/* Direction Nav */
.flex-control-paging {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: -20px;
  z-index: 1000;
}
.flex-control-paging li {
  display: inline-block;
  margin: 0 4px;
}
.flex-control-paging li a {
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.flex-control-paging li a.flex-active {
  background: #ffffff;
}
.carousel-control .right,
.carousel-control .left {
  background-image: none;
}
@media (max-width: 976px) {
  .flex-caption {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-slider {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .home-slider {
    display: none;
  }
}
/* BANNERS */
.ad-728x90 {
  width: 728px;
  height: 90px;
  margin: 25px auto 15px auto;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ad-728x90 {
    width: 468px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .ad-728x90 {
    width: 320px;
    height: 50px;
    margin: 25px auto;
  }
  .no-slider-fix {
    margin-top: 60px;
  }
}
.news-user-follow {
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
}
.news-user-follow div.nuf-date {
  float: right;
  margin: 23px 10px 0 0;
}
.news-view {
  font-family: 'Roboto', sans-serif;
  padding: 25px;
}
.news-view div.news-hdr {
  margin-bottom: 20px;
}
.news-view div.news-hdr h1,
.news-view div.news-hdr h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.news-view div.news-hdr span {
  font-weight: bold;
  color: #919191;
  font-size: 14px;
}
.news-view div.news-social {
  margin: 30px 0;
}
.news-view div.news-view-body {
  font-size: 16px;
}
.news-view div.news-view-body a {
  color: #000000;
}
.news-view div.news-view-body a:hover {
  color: #737373;
}
.news-view div.news-view-body img {
  max-width: 100%!important;
  height: auto!important;
  display: block;
  margin-bottom: 25px;
}
.news-view div.news-blogpost {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.news-view div.news-blogpost a {
  display: block;
  margin-top: 30px;
  font-weight: bold;
}
.news-view div.news-blogpost.event-info {
  margin: 0;
}
.news-view div.news-blogpost.event-info a.event-read-more {
  margin-top: 15px;
}
.news-view div.news-blogpost .get-tickets span {
  display: block;
  margin: 15px 0 5px 0;
  color: #c8c8c8;
}
.news-view div.news-blogpost .get-tickets a {
  display: inline;
  margin-top: 10px;
  color: #747474;
}
.news-view div.news-blogpost .get-tickets a:hover {
  color: #989898;
}
.event-block {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}
.event-block span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  text-align: center;
}
.event-block span i {
  font-size: 18px;
}
.event-block span i.icon-time {
  margin: 0 0 0 -2px;
}
.event-block span i.icon-time {
  font-size: 17px;
}
.event-filters-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  box-shadow: 5px 5px 5px rgba(141, 141, 141, 0.1);
  margin-bottom: 25px;
}
.event-filters-wrapper div.event-filters {
  position: relative;
  padding: 0 25px;
  background: #f2f2f2;
  width: 100%;
}
.event-filters-wrapper div.event-selects {
  width: 100%;
  min-height: 52px;
  padding: 10px;
}
.event-filters-wrapper div.event-selects div.event-full-text-search {
  position: relative;
}
.event-filters-wrapper div.event-selects div.event-full-text-search input {
  font-size: 12px;
  height: 32px;
  border-color: #dddddd;
  width: 250px;
}
.event-filters-wrapper div.event-selects div.event-full-text-search a.clear-fts {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #555555;
}
.event-date {
  font-size: 17px;
  margin-bottom: 10px;
}
.event-date span.date {
  color: #fe0000;
}
.event-info-block {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.event-info-block > span {
  font-size: 13px!important;
}
.event-info-block > span > a {
  font-weight: 400!important;
  margin: 0!important;
  color: #83a0a9!important;
}
.event-info-block > span > a:hover {
  color: #91b6c2!important;
}
.event-info-block > span.event-q {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  float: left;
  width: 90px;
}
.event-info-block > span.event-a {
  float: left;
  width: 100%;
  padding-left: 90px;
}
.event-info-block > span.event-a a.ticket-links {
  display: block;
  float: left;
  margin-right: 25px!important;
}
.event-more-info {
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
}
.event-more-info h2 {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.news-soc-share {
  position: absolute;
  top: 28px;
  right: 20px;
}
.news-soc-share ul li {
  float: left;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .event-drops {
    width: 100%;
    margin-top: 22px;
  }
  .news-view {
    padding: 10px;
  }
  .col-xxs-12 .news-hdr {
    margin-top: 15px;
  }
  .news-user-follow div.nuf-date {
    display: none;
  }
}
.qa-wrapper button.load-more {
  margin: 20px auto 40px;
  display: block;
  width: 140px;
}
.q-block h1 {
  margin: 0 0 10px 0;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 400;
}
.q-block p.quest {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 400;
}
.q-block p.answer {
  color: #575757;
  font-size: 18px;
  margin-bottom: 20px;
}
.q-block span {
  color: #989898;
  font-size: 14px;
}
.q-block img {
  margin: 15px 10px 15px 0;
  display: block;
  max-width: 100%;
  height: auto;
  float: left;
}
.q-block.dark {
  background: #ebebeb;
  border-bottom: 1px solid #c3c3c3;
  padding: 25px;
  overflow: hidden;
}
.q-block.light {
  background: #ffffff;
  border-bottom: 1px solid #c3c3c3;
  padding: 25px;
  overflow: hidden;
}
.gallery-view {
  background: #2e2e2e;
  padding-top: 62px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
}
.gallery-view img {
  max-width: 100%;
  max-height: 500px;
  height: auto;
}
.gallery-prev,
.gallery-next {
  display: block;
  top: 50%;
  margin-top: 1px;
  width: 30px;
  height: 60px;
  position: absolute;
  background: url("../images/icons-sprite.png") transparent;
  opacity: 0.8;
}
.gallery-prev {
  left: 10px;
  background-position: 0 0;
}
.gallery-next {
  right: 10px;
  background-position: -30px 0;
}
.gallery-prev:hover,
.gallery-next:hover {
  opacity: 1;
}
.gallery-wrapper {
  padding: 10px 0 25px;
  background: #2e2e2e;
  width: 100%;
}
.gallery-meta {
  position: relative;
  color: #a8a8a8;
}
.gallery-meta h1 {
  width: 90%;
  margin: 15px 0 0 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  padding-right: 35px;
}
.gallery-meta-btns {
  padding: 0 0 0 2px;
}
.gallery-meta-btns button {
  margin: 4px 10px 0 0;
}
.photo-counter {
  margin: 15px 6px 0 0;
  display: block;
  float: right;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 480px) {
  .gallery-view {
    background: #2e2e2e;
    padding-top: 52px;
    overflow: hidden;
    width: 100%;
  }
  .gallery-prev,
  .gallery-next {
    width: 15px;
    height: 30px;
    background: url("../images/icons-sprite.png") transparent;
    background-size: 125px 125px;
  }
  .gallery-prev {
    left: 10px;
    background-position: 0 0;
  }
  .gallery-next {
    right: 10px;
    background-position: -15px 0;
  }
}
.full-notif {
  padding: 25px;
  background: #ffffff;
}
.calendar li {
  text-align: center;
  width: 56px;
  padding: 0;
  display: none;
}
.calendar li a {
  -webkit-box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  height: 66px;
  padding: 10px 0;
  display: block;
  background: #f2f2f2;
  border-bottom: 4px solid #83a0a9;
}
.calendar li a span {
  display: block;
}
.calendar li a span.day {
  color: #666666;
  font-weight: 700;
}
.calendar li a span.date {
  font-size: 11px;
  font-weight: 100;
}
.calendar li a:hover {
  background: #c8c8c8;
}
.calendar li a:hover span.day {
  color: #ffffff;
  font-weight: 700;
}
.calendar li a:hover span.date {
  color: #ffffff;
}
.calendar li a.selected {
  background: #d11033;
}
.calendar li a.selected span.day {
  color: #ffffff;
  font-weight: 700;
}
.calendar li a.selected span.date {
  color: #ffffff;
}
.calendar li a.has-events {
  border-bottom: 4px solid #43c759;
}
.calendarslider ul.flex-direction-nav > li > a {
  width: 25px;
  height: 66px;
  display: block;
  text-align: center;
  border-bottom: 4px solid #83a0a9;
  line-height: 64px;
  background-image: none;
  background: #f2f2f2;
  -webkit-box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
.calendarslider ul.flex-direction-nav > li > a.flex-prev {
  top: 0;
  left: 0;
  margin-top: 0;
}
.calendarslider ul.flex-direction-nav > li > a.flex-next {
  top: 0;
  right: 0;
  margin-top: 0;
}
.calendarslider ul.flex-direction-nav > li > a.flex-next i {
  margin-top: 25px;
}
.calendarslider ul.flex-direction-nav > li > a:hover {
  background: #c8c8c8;
}
.test {
  padding: 20px;
  background: red;
}
.custom-contact-info {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.form-captcha {
  position: relative;
  width: 225px;
  border: 1px solid #f2f2f2;
  padding: 10px;
  margin-bottom: 35px;
}
.form-captcha img {
  margin-bottom: 2px;
}
.form-captcha a.refresh {
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 18px;
  line-height: 18px;
  margin-top: -9px;
  color: #888888;
}
.form-captcha input {
  padding: 2px;
  font-size: 12px;
}
.gold-box div.gold-box-action {
  position: relative;
}
.gold-box div.gold-box-action div.gold-box-buttons {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
}
.gold-box div.gold-box-action a img {
  border: none;
}
.btn-gold {
  padding: 0 15px 0 10px;
}
.btn-gold span {
  font-size: 12px!important;
}
.btn-gold span.gold-text {
  padding: 3px 10px 3px 0!important;
  float: left;
  display: inline-block;
  color: #ffffff!important;
}
.btn-gold span.gold-price {
  padding: 3px 0 3px 12px!important;
  border-left: 2px solid #4cae4c;
  float: left;
  display: inline-block;
  color: #ffffff!important;
}
.gold-box-action a {
  display: block;
  text-align: center;
}
.gold-box-action a .btn-gold-unlock {
  display: inline-block;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  color: #ffffff;
  min-width: 48px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gold-box-action a .btn-gold-unlock i {
  font-size: 22px;
}
.gold-box-action a .btn-gold-unlock strong {
  display: none;
  line-height: 24px;
  font-weight: normal;
}
.gold-box-action a:hover .btn-gold-unlock i {
  float: left;
  margin-right: 5px;
}
.gold-box-action a:hover .btn-gold-unlock strong {
  display: inline-block;
}
/* GOLD MODAL */
.gold-option-list {
  margin-top: 25px;
  border: 1px solid #f2f2f2;
}
.gold-option-list ul li a {
  font-weight: 100;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 16px 10px 14px 100px;
  border: 1px solid #f2f2f2;
}
.gold-option-list ul li a:hover,
.gold-option-list ul li a.selected {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #33aa66;
  border: 1px solid #33aa66;
  color: #ffffff;
}
.gold-option-list ul li a:hover span,
.gold-option-list ul li a.selected span {
  color: #33aa66!important;
  background: #ffffff!important;
}
.gold-option-list ul li a:hover span i,
.gold-option-list ul li a.selected span i {
  color: #33aa66!important;
}
.gold-option-list ul li a span.price-tag {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 10px;
}
.gold-nav-btn {
  min-width: 160px;
}
.cart-edit {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 480px) {
  .bkmrk-btn {
    font-size: 10px;
  }
}
.embed-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-video-container iframe,
.embed-video-container object,
.embed-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.d-download {
  color: #a8a8a8;
  overflow: hidden;
}
.d-download h1 {
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.d-download h2 {
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.d-download h3 {
  margin: 0 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.d-download div.dd-cover {
  margin-bottom: 20px;
  text-align: center;
}
.d-download div.dd-info {
  font-size: 16px;
}
.d-download div.dd-action {
  margin: 15px 0;
  padding: 5px 0;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
.d-download div.dd-action.preview {
  margin: 0;
  padding: 2px 0;
  border-top: none;
  border-bottom: 1px solid #2e2e2e;
  padding-left: 10px;
}
.d-download div.dd-bundles {
  margin: 25px 0 50px 0;
}
.d-download div.dd-bundles article {
  margin-bottom: 15px;
}
.d-download div.dd-bundles article div.dd-bundle-img {
  width: 160px;
  float: left;
  margin: 0 10px 10px 0;
}
.d-download div.dd-bundles article div.dd-bundle-info {
  float: left;
}
.d-download div.dd-bundles article div.dd-bundle-info div.dd-bundle-action ul.dropdown-menu {
  margin-top: -8px;
}
.d-download button {
  margin: 10px 10px 10px 0;
}
.checkout-box {
  background: #ffffff;
  max-width: 680px;
  margin: 0 auto 25px auto;
}
.checkout-box .co-header {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 15px;
}
.checkout-box .co-header h2 {
  padding-right: 80px;
  font-size: 28px;
  margin: 0;
}
.checkout-box .co-header .co-price {
  position: absolute;
  right: 15px;
  top: 9px;
}
.checkout-box .pay-form {
  border-left: 1px solid #f2f2f2;
}
.checkout-box .pay-tabs {
  border-bottom: 1px solid #f2f2f2;
  height: 46px;
}
.checkout-box .pay-tabs ul li {
  float: left;
}
.checkout-box .pay-tabs ul li a {
  border-right: 1px solid #f2f2f2;
  position: relative;
  display: block;
  padding: 10px 20px;
  z-index: 1;
}
.checkout-box .pay-tabs ul li a img {
  max-width: 40px;
  height: auto;
  display: block;
}
.checkout-box .pay-tabs ul li a:hover {
  opacity: 0.9;
}
.checkout-box .pay-tabs ul li a.selected {
  border-bottom: 1px solid #ffffff;
  z-index: 10;
}
.btn-d-tier {
  width: 20%;
}
.btn-d-tier.active,
.btn-d-tier:hover {
  color: #ffffff;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}
.download-table-wrapper {
  min-height: 400px;
}
.btn-preview-close {
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 22px;
  color: #8b8b8b;
}
.btn-preview-close:hover {
  color: #8b8b8b;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .tip-jar {
    border-bottom: 1px solid #f2f2f2;
  }
}
.flash-container {
  background: #000000;
  padding: 50px;
  height: 280px;
  text-align: center;
}
.flash-container h1 {
  font-size: 22px;
  color: #ffffff;
  margin: 20px 0;
}
.flash-container p a img {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.game-action {
  max-width: 720px;
  min-height: 400px;
  margin: 0 auto;
}
.game-player {
  margin-bottom: 10px;
}
.game-wrapper {
  width: 100%;
  padding: 0 8px 20px 8px;
}
.games-splash {
  position: relative;
}
.games-splash img {
  display: block;
  width: 100%;
  height: auto;
}
.play-action {
  height: 34px;
  margin: 25px 0;
  width: 100%;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
.game-btn-play {
  min-width: 180px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -90px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.game-rate-fix {
  margin-left: -15px;
}
@media (min-width: 769px) {
  .game-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .game-wrapper {
    margin-top: -20px;
  }
}
.poll-plugin {
  background: #ffffff;
}
.poll-plugin header {
  background: #f2f2f2;
  padding: 15px 10px;
  border: 1px solid #e1e1e1;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.poll-plugin header h2 {
  font-size: 22px;
  margin: 0;
}
.poll-plugin .poll {
  padding: 20px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.poll-plugin .poll .radio {
  margin-bottom: 15px;
}
.poll-plugin .results {
  padding: 18px 20px 40px 20px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  background: #ffffff;
}
.poll-plugin .results h4 {
  font-weight: 400;
  margin: 5px 0;
  font-size: 16px;
}
.poll-plugin footer {
  background: #f2f2f2;
  padding: 15px 10px;
  border: 1px solid #e1e1e1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
