/**
 * @package 042Xclusive 2017
 * @author Chuks Reginald <042reginald@gmail.com>
 * @since 1.0
 * @created June 23, 2017; 9:24 PM
 */

/**
 * Imports
 */
@import url("https://fonts.googleapis.com/css?family=Cabin");



.slide-content-con {
  background-color: #fff; }
.slide-content-con div.scrollWrapper, .slide-content-con .slide-content-inner {
  width: 100%;
  overflow: auto; }
.slide-content-con .slide-content {
  display: flex;
  flex-direction: row;
  overflow-x: auto; }
.slide-content-con div.scrollableArea {
  margin: 0;
  padding: 0;
  position: relative;
  height: 400px; }
.slide-content-con div.scrollableArea .slide-content {
  display: block; }
.slide-content-con .featured-bc {
  width: 400px;
  max-height: 420px;
  min-width: 400px;
  margin-left: -100px;
  position: relative;
  /* flex-wrap: nowrap; flex: 1; */
  float: left;
  display: block; }
.slide-content-con .featured-bc .featured-bc-img {
  width: 400px;
  overflow-x: hidden; }
.slide-content-con .featured-bc .featured-bc-img a {
  padding: 0;
  margin: 0;
  display: block;
  width: 400px;
  height: 400px;
  max-height: 400px; }
.slide-content-con .featured-bc .featured-bc-img img {
  width: 400px;
  height: 400px;
  max-width: 400px;
  max-height: 400px;
  padding: 0;
  margin: 0;
  display: block; }
.slide-content-con .featured-bc .featured-bc-excerpt {
  display: none; }
.slide-content-con .featured-bc .featured-bc-head {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin-right: 100px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px #333; }
.slide-content-con .featured-bc .featured-bc-head h3 {
  font-size: 24px;
  line-height: 28px; }
.slide-content-con .featured-bc .featured-bc-head h3 a {
  color: #fff; }
.slide-content-con .featured-bc:nth-of-type(1) {
  margin-left: 0; }
.slide-content-con .featured-bc:nth-last-of-type(1) .featured-bc-head {
  margin-right: 0; }
.slide-content-con .slide-anchors {
  display: none; }

/**
 * Pages
 */
.pages {
  padding: 10px;
  background-color: #fff;
  margin: 0;
  text-align: center; }
.pages .a-page, .pages .pages .this-page {
  background-color: #ab2923;
  color: #fff;
  margin: 0 2px 0 0;
  font-weight: bold;
  border: 1px solid #C7C7C7;
  text-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.4);
  display: inline-block; }
.pages .a-page a {
  color: #F5F5F5;
  display: inline-block;
  padding: 8px 14px; }
.pages .this-page {
  color: #ab2923;
  margin-right: 2px;
  background-color: #fff;
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ab2923;
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4); }
.pages .a-page:hover {
  background-color: #006200; }
.pages .page-listing {
  margin-bottom: 15px; }
.pages .pages-info {
  padding: 3px 5px;
  font-size: 90%; }

.boxTitle2 {
    font-weight: bold;
    position: relative;
    font-size: 1.3em;
    font-weight: bold;
    padding: 6px 20px 6px 28px;
    margin: 0;
    color: #00B000;
    border-bottom: 5px solid #00B000;
    text-shadow: 0px 1px 1px #444;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px #888; }
/**
 * File list
 */
.file-list {
  text-align: center; }
.file-list .a-file {
  display: inline-block;
  width: 45%;
  margin: 10px;
  vertical-align: top;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 5px 5px 5px #c7c7c7;
  -moz-box-shadow: 5px 5px 5px #c7c7c7;
  box-shadow: 5px 5px 5px #c7c7c7; }
.file-list .a-file .image .the-image {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 0; }
.file-list .a-file .image a {
  display: block; }
.file-list .a-file .info .file-name {
  padding-left: 5px;
  font-size: 28px;
  line-height: 32px;
  margin: 15px 0;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4); }
.file-list .a-file .info .other-info {
  font-size: 90%;
  color: #999999; }
.file-list .a-file .info .other-info ul {
  list-style: none;
  margin: 0;
  padding: 5px 5px 5px 20px;
  text-align: left; }
.file-list .a-file .info .other-info ul li {
  padding: 0;
  margin: 0; }

/**
 * Buttons
 */
.button, a.button {
  border: 2px solid #c7c7c7;
  border-radius: 10px;
  background-color: #ab2923;
  background-color: rgba(0, 153, 0, 0.8);
  color: #FFFFFF;
  text-shadow: 0.5px 0 1px #999, 0.5px 0 1px #000;
  padding: 10px 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin: 5px 8px; }

.button:hover, a.button:hover {
  background-color: #006200;
  text-decoration: none; }


/**
 * Forms
 */
.form .row {
  text-align: left;
  padding: 10px 0 3px; }

.form .row:nth-last-of-type(1) {
  border: none; }

.form .row .label, .form .row .name {
  display: block;
  text-align: left;
  padding: 7px 7px 0 7px;
  font-weight: bold;
  text-shadow: .5px .5px .5px #f5f5f5;
  vertical-align: top; }

.form .row .label.input-middle, .form .row .name.input-middle {
  vertical-align: middle; }

.form .row .input {
  text-align: left;
  padding: 7px;
  vertical-align: top; }

.form .row textarea {
  height: 224px; }

.form .row .input.no-fixed select {
  width: auto;
  max-width: 49%;
  min-width: 0; }

.form .row.inline-row {
  margin: 7px 0; }
.form .row.inline-row .label, .form .row.inline-row .input, .form .row.inline-row .name {
  display: inline-block;
  padding: 0; }

.form-wrapper {
  background-color: #fff;
  padding: 12px; }

/**
 * Delete Form
 */
.delete-form {
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px #c7c7c7;
  -khtml-box-shadow: 5px 5px 5px #c7c7c7;
  -moz-box-shadow: 5px 5px 5px #c7c7c7;
  -ms-box-shadow: 5px 5px 5px #c7c7c7;
  -o-box-shadow: 5px 5px 5px #c7c7c7;
  box-shadow: 5px 5px 5px #c7c7c7;
  padding: 5px 0;
  text-align: center;
  font-weight: bold; }

.delete-form .item-info {
  padding: 15px 10px;
  border-left: 10px solid #ab2923; }

.delete-form .item-info img {
  border: 5px solid #CCCCCC;
  max-height: 324px; }

.delete-form .delete-actions {
  display: block;
  padding: 15px;
  text-align: right; }

.delete-form .delete-actions .delete-button {
  display: inline-block;
  text-align: right;
  padding-right: 10px; }

.delete-form .delete-actions .delete-button:nth-last-of-type(1) {
  text-align: right;
  padding-right: 0;
  padding-left: 10px; }

.delete-form .delete-actions .delete-button .positive {
  border: none; }

.delete-form .delete-actions .delete-button .negative {
  background-color: #ab2923;
  color: #fff; }

/**
 * Move UI
 */
.move-item {
  background: #fff;
  padding: 10px; }

.move-item .move-warning {
  border-left: 5px solid #ab2923;
  text-align: left;
  padding: 10px 5px;
  font-weight: bold; }

/**
 * Promo UI
 */
.promo-ui {
  text-align: center;
  padding: 10px 5px;
  background: #fff; }

.promo-ui .promo-notice {
  border-left: 5px solid #ab2923;
  text-align: left;
  padding: 10px 5px;
  font-weight: bold; }

/**
 * Error
 */
.error {
  text-align: center;
  font-weight: bold;
  background: #fff; }

.error .main-error {
  font-size: 10em;
  padding: 18px 30px;
  line-height: 5em; }

.error .error-info {
  font-size: 1.8em;
  padding: 10px;
  line-height: 1.8em; }

/**
 * Broadcasts
 */
.broadcasts-list .broadcast {
  word-wrap: break-word;
  margin: 10px 0;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
  -webkit-box-shadow: 5px 5px 5px #C7C7C7;
  -khtml-box-shadow: 5px 5px 5px #C7C7C7;
  -moz-box-shadow: 5px 5px 5px #C7C7C7;
  -ms-box-shadow: 5px 5px 5px #C7C7C7;
  -o-box-shadow: 5px 5px 5px #C7C7C7;
  box-shadow: 5px 5px 5px #C7C7C7; }

.broadcasts-list .broadcast.featured {
  background-color: #D7FFD7; }

.broadcasts-list .broadcast-img {
  border: 3px solid #dedede;
  width: 110px;
  float: left; }

.broadcasts-list .broadcast-img img {
  height: 100px;
  max-width: 99.9%;
  width: 99.9%;
  padding: 0;
  margin: 0; }

.broadcasts-list .broadcast-others {
  margin-left: 115px;
  padding: 10px; }

.broadcasts-list ul {
  text-align: left; }

/**
 * Sponsored Banners
 */
.sponsored-banner {
  text-align: center; }

.sponsored-banner.sponsored-header-banner {
  padding-top: 15px; }

/**
 * Docs
 */
.doc-container {
  padding: 12px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px #C7C7C7;
  -khtml-box-shadow: 5px 5px 5px #C7C7C7;
  -moz-box-shadow: 5px 5px 5px #C7C7C7;
  -ms-box-shadow: 5px 5px 5px #C7C7C7;
  -o-box-shadow: 5px 5px 5px #C7C7C7;
  box-shadow: 5px 5px 5px #C7C7C7;
  font-size: 16px;
  line-height: 20px; }

.doc-container .doc-info {
  color: #999999;
  text-align: right;
  font-size: 90%; }



/**
 * BCs
 */
.bcs {
  text-align: center; }

.bcs .bc {
  display: inline-block;
  position: relative;
  width: 45%;
  vertical-align: top;
  background-color: #fff;
  margin: 0 10px 30px 10px;
  border: 2px solid #dedede;
  box-shadow: 5px 5px 5px #dedede; }

.bcs .bc .bc-time {
  text-align: left;
  padding: 5px 10px;
  font-size: 80%;
  line-height: 80%; }

.bcs .bc .bc-foot {
  font-size: 90%;
  display: table;
  width: 100%; }

.bcs .bc .bc-foot-left, .bcs .bc .bc-foot-right {
  display: table-cell;
  width: 50%; }

.bcs .bc .bc-foot-left {
  text-align: left; }

.bcs .bc .bc-foot-right {
  text-align: right; }

.bcs .bc .bc-foot-int {
  padding: 10px; }

.bcs .bc .bc-foot a {
  color: #333; }

.bcs .bc .bc-img img {
  width: 100%;
  height: 200px;
  max-width: 100%; }

.bcs .bc .bc-h3 {
  border-left: 5px solid #ab2923;
  padding: 0 10px;
  font-size: 28px;
  line-height: 32px;
  text-align: left; }

.bcs .bc .bc-excerpt {
  color: #666;
  padding: 7px 18px; }

.bcs .bc .bc-content {
  text-align: left; }

/**
 * Sidebar
 */

 .sidebar-box {
  margin-bottom: 20px;
  padding: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0px 5px 5px #c7c7c7; }

.sidebar-box:nth-of-type(1) {
  margin-top: 5px; }

.sidebar-box .box-name {
  font-size: 20px;
    font-family: 'Cabin', sans-serif;

  line-height: 24px;
  background: #ab2923;
  padding: 7px 10px;
  margin: -5px -5px 15px -5px;
  color: #fff;
  text-shadow: 1.5px 1.5px 2px #000;
  background: linear-gradient(to right, #222, #ab2923); }

/**
 * Sidebar children
 */
.official-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table; }

.official-social-links li {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 24%;
  text-align: center; }

.official-social-links li img {
  width: 50px;
  height: 50px; }

.sponsored-sidebar {
  text-align: center;
  overflow: hidden; }

.sponsored-sidebar.sticky_stick {
  bottom: auto;
  position: fixed; }

.media-otw {
  text-align: center; }

.media-otw .otw-title {
    font-family: 'Cabin', sans-serif;
  border-left: 5px solid #ab2923;
  border-right: 5px solid #ab2923;
  padding: 10px;
  background-color: #eee;
  margin: 5px 0;
  font-size: 140%;
  line-height: 140%; }

#music-otw, #video-otw {
  height: auto; }

#music-otw .motw-img {
  margin: 10px 0;
  }
  #video-otw .votw-iframe {
     padding: 0 20px 0 -40px;
 }
 #video-otw .votw-iframe img{
      width: 300px;
    height: 200px;
    border-top: 10px dashed #ab2923; 
    border-bottom: 10px dashed #ab2923;
 }
 
#music-otw .motw-img img {
  width: 280px;
  height: 280px;
  border: 3px solid #a8a8a8;
  }

#music-otw .by-text {
  font-style: italic;
  color: #c7c7c7;
  font-size: 90%;
  font-weight: normal; }

#music-otw .motw-artiste {
  font-weight: bold;
  margin: 0; }

.votw-iframe {
  height: 250px;
  width: 300px; }

.media-otw-handle {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  background-color: #fff;
  border-bottom: 4px solid #ab2923; }

.media-otw-handle li {
  margin: 0;
  display: table-cell;
  width: 40%;
  padding: 10px;
  font-weight: bold;
  font-size: 120%;
  background-color: #fff;
  color: #ab2923;
  text-shadow: 0.3px 0.3px 0.3px rgba(0, 0, 0, 0.4); }

.media-otw-handle li a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #ab2923; }

.media-otw-handle li.active {
  background-color: #ab2923;
  color: #fff; }
.media-otw-handle li.active a {
  color: #fff; }
.otw-o {
  margin: 10px 0; }

  .otw-o .otw-oio {
  display: table;
  width: 100%;
  box-sizing: border-box;
    }
.otw-o .otw-oio .index {
  display: table-cell;
  width: 60px;
  vertical-align: top; }
.otw-o .otw-oio .index .no {
  background-size: contain;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  background: #ab2923;
  text-shadow: 1px 1px 1px #333; }
.otw-o .otw-oio .name {
    font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  padding: 10px; }

  
  
  
  
  .otw-o .otw-oi {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #DEDEDE }
.otw-o .otw-oi .index {
  display: table-cell;
  width: 60px;
  vertical-align: top; }
.otw-o .otw-oi .index .no {
  background-size: contain;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  background: #ab2923;
  text-shadow: 1px 1px 1px #333; }
.otw-o .otw-oi .name {
    font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  padding: 10px; }

#recent-items .recent-items-toggle {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: table;
  text-align: center;
  border: 4px solid #ab2923;
  border-left: none;
  border-right: none;
  text-shadow: 0.3px 0.3px 0.3px rgba(0, 0, 0, 0.4); }

#recent-items .recent-items-toggle li {
  margin: 0;
  display: table-cell;
  border-collapse: collapse;
  padding: 3px 6px;
  border-right: 2px solid #ab2923;
  width: 20%;
  font-weight: bold; }
#recent-items .recent-items-toggle li a {
  display: block;
  color: #ab2923; }

#recent-items .recent-items-toggle li:nth-last-of-type(1) {
  border-right: none; }

#recent-items .recent-items-toggle li.active {
  background-color: #ab2923;
  color: #fff;
  margin-top: -5px; }
#recent-items .recent-items-toggle li.active a {
  color: #fff; }

.recent-archive .row {
  display: table;
  width: 100%;
  padding-left: 4px;
  padding-bottom: -80px;
  border-bottom: 1px solid #dedede;
  table-layout: fixed; }

.recent-archive .row .img {
  margin: 0;
  width: 70px;
  height: 70px;
  display: table-cell;
  overflow: hidden;
  text-align: center;
  vertical-align: middle; }

.recent-archive .row .img img {
  width: 60px;
  height: 60px;
  border: 2px solid #dedede;
margin-bottom: 2px;  }

.recent-archive .row:nth-last-of-type(1) {
  border-bottom: none; }

.recent-archive .row .content {
  display: table-cell;
  vertical-align: middle;
  padding: 7px; }

.recent-archive .row .content-name {
	padding-top: 4px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.recent-archive .row .content-details {
  font-size: 90%;
  color: #999999; }


/**
 * Related contents
 */
.related-content {
  font-family: 'Cabin', sans-serif;
  background-color: #fff;
  padding: 0 10px;
  border-left: 3px solid #ab2923;
  border-top: 2px solid #ab2923;
  margin-left: -23px; }
.related-content .related-header {
  padding: 10px 15px;
  margin: 0 0 5px -10px;
  border-left: 10px solid #ab2923;
  font-size: 30px;
  line-height: 1;
  font-weight: bold; }
.related-content ul li {
  padding: 10px 20px; }
.related-content .item {
  font-family: 'Cabin', sans-serif;
  display: table;
  width: 100%;
  border-collapse: collapse;
  padding: 20px 0; }
.related-content .item .item-img {
  display: table-cell;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
  text-align: center; }
.related-content .item .item-img img {
  width: 50px;
  height: 50px; }
.related-content .item-info {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #dedede; }
.related-content .item-name {
  margin: 10px;
  font-weight: bold;
  font-size: 110%; }


.notice {
  background-color: #FEEFB3;
  color: #9F6000;
  margin: 10px;
  text-align: center;
  padding: 15px 30px;
  border: 1px solid #fdda4e; }

.line-break {
  display: block;
  height: 10px;
  margin: 0;
  padding: 0; }

.inspired-actions {
  text-align: center;
  border: 5px solid #006200;
  border-bottom: none;
  border-top: none;
  padding: 10px 0; }

span.help {
  font-weight: normal;
  font-size: 70%; }

.css-hide {
  display: none; }

.opaque-bg {
  background-color: #fff; }

.opaque-bg-padded {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 5px #c7c7c7;
  -khtml-box-shadow: 5px 5px 5px #c7c7c7;
  -moz-box-shadow: 5px 5px 5px #c7c7c7;
  -ms-box-shadow: 5px 5px 5px #c7c7c7;
  -o-box-shadow: 5px 5px 5px #c7c7c7;
  box-shadow: 5px 5px 5px #c7c7c7; }

.js-hide {
  display: none; }

figure.left {
  float: left; }
figure.left:after {
  clear: left; }

figure.right {
  float: right; }
figure.right:after {
  clear: right; }

figure.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

#blur-everything {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.padded-box.horizontal {
  padding-right: 0px;
  padding-left: 0px; }

.hide-overflow {
  overflow: hidden; }

.section-header {
  background-color: #333;
  color: #fff;
  padding: 5px 15px;
  position: relative; }
.section-header.large {
  padding: 7px 15px;
  font-size: 120%;
  line-height: 120%; }
.section-header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 10px solid #333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: auto; }
.nn-embedded-fb, .nn-embedded-tweet, .nn-embedded-ig {
  text-align: center;
  display: inline-block;
  margin: 10px auto; }
.clear-left {
  clear: left; }
.clear-right {
  clear: right; }
.nn-embedded-tweet, .embedded-video-wrapper, .fb-videos, .fb-posts, .nn-embedded-gram, .embedded-video-main {
  width: 100%;
  display: block; }
.art-pager {
  text-align: center;
  height: auto;
  line-height: 50px;
  padding:0;
  margin: 40px 0; }
.art-pager div {
  display: inline-block;
  white-space: nowrap; }
.art-pager .art-pager-info {
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold; }
.art-pager .stuffed, .art-pager .bare {
  background: transparent;
  border: none;
  font: inherit;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  display: inline;
  box-sizing: border-box; }
.art-pager button:focus {
  outline: none; }
.art-pager .stuffed .text, .art-pager .bare .text {
  font-size: 14px;
  line-height: 40px; }
.art-pager .stuffed i, .art-pager .bare i {
  font-size: 40px;
  line-height: 44px;
  display: inline;
  padding: 0;
  margin: 0;
  vertical-align: middle; }
.art-pager .stuffed {
  cursor: pointer;
  color: #ab2923; }
.art-pager .stuffed:hover i {
  font-size: 44px;
  line-height: 46px; }
.art-pager .bare {
  color: #5B5B5B;
  font-size: 16px; }
.instagram-media{
  margin: 15px auto !important; }
#twitter-widget-0 {
  margin: 10px auto !important; }
.nn-fb-embed-res {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0; }
.nn-fb-embed-res iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute; }
.aeb-det .link-ind {
  font-weight: normal;
  font-size: 70%;
  color: #5B5B5B;
  vertical-align: super; }
.aeb-det .aeb-pro {
  display: inline-block;
  margin: 10px;
  padding: 14px;
  background-color: #ab2923;
  color: #fff;
  cursor: pointer;
  font: inherit;
  border: none;
  font-weight: bold; }
.aeb-det .aeb-pro:hover {
  background-color: #FFF;
  color: #ab2923; }
.aeb-det .hide {
  display: none; }