progress {
    width: 80%;
    margin-bottom: 20px;
    display: block;
    height: 32px;
    border: 0px;
    background-color: #ddd;
    margin-left: auto;
    margin-right: auto;
}

progress[value]::-moz-progress-bar {
    background-color: #0d9341;
}

progress[value]::-webkit-progress-bar {
    color: #0d9341;
}

table.trans {
    background-color: transparent;
    min-width: 300px;
}

table tr td a {
    color: #333;
}

table tr.trans {
    background-color: transparent;
    border: 0px;
    font-variant: small-caps;
}

table th {
    text-align: center;
    background-color: #333;
    color: #fff;
}

table th.trans {
    background-color: transparent;
    color: #333;
    text-decoration: underline;
    font-weight: bold;
    border: 0px;
}

table th:first-child {
    border-left: 2px solid #333;
}

table th.trans:first-child {
    border-left: 0px;
}

table th:last-child {
    border-right: 2px solid #333;
}

table th.trans:last-child {
    border-right: 0px;
}

table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

table tr:nth-child(even) {
    background-color: #ccc;
}

table tr:nth-child(odd) {
    background-color: #eee;
}

table tr.trans:nth-child(1) {
    background-color: transparent;
}

table tr.trans:nth-child(even) {
    background-color: transparent;
}

table tr.trans:nth-child(odd) {
    background-color: transparent;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    text-align: center;
    font-weight: bold;
}

.orbitron {
    font-family: 'Orbitron', sans-serif;
    font-weight: 400;
}

.bold {
   font-weight: bold;
}

.required:after {
   content: ' *';
   color: #c0392b;
}

.red {
    color: #c0392b;
}

.inline {
    display: inline-block;
}

.green, .green-hover {
    color: #0d9341;
}

.black {
    color: #333;
}

.black:hover {
    color: #666;
}

.green-hover:hover {
    color: #333;
}

.cream {
    color: #dbe0e1;
}

.italic {
    font-style: italic;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.form-loading-spinner {
    display: none;
}

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.phone {
    display: block;
}

.phone-inline {
    display: inline-block;
}

.desktop, .tablet, .desktop-inline, .tablet-inline {
    display: none;
}

#jPanelMenu-menu {
    overflow: hidden !important;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3,
.wf-loading h4, .wf-loading h5, .wf-loading p,
.wf-loading a, .wf-loading ul {
    visibility: hidden;
}

.wf-active h1, .wf-active h2, .wf-active h3,
.wf-active h4, .wf-active h5, .wf-active p,
.wf-active a, .wf-active ul {
    visibility: visible;
}

.wf-inactive h1, .wf-inactive h2, .wf-inactive h3,
.wf-inactive h4, .wf-inactive h5, .wf-inactive p,
.wf-inactive a, .wf-inactive ul {
    visibility: visible;
}

/* ==========================================================================
   Generic Styling
============================================================================= */

.thumb-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 10px;
    color: #aaa;
    width: 100%;
    position: absolute;
    font-weight: bold;
    bottom: 0px;
}

input
{
   padding: 5px;
   box-sizing: border-box;
}

textarea
{
    padding: 5px;
    box-sizing: border-box;
}

.video-description {
    color: #222;
    font-size: 1.1em;
    font-family: 'Roboto', 'Arial', sans-serif;
}

.video-description .detail {
    max-width: 600px;
    display: none;
}

.video-description a {
    color: #808080;
}

.video-description a:hover {
    color: #0d9341;
}


#description-content {
    font-size: 14px;
}

hr.content-divider {
    border: 0;
    height: 1px;
    background: #333;
    background-image:
    -webkit-linear-gradient(left, #666, #999, #666);
    background-image: -moz-linear-gradient(left, #666, #999, #666);
    background-image: -ms-linear-gradient(left, #666, #999, #666);
    background-image: -o-linear-gradient(left, #666, #999, #666);
}


.inline
{
    display: inline-block;
}

.green, .green-hover {
    color: #0d9341;
}

.black {
    color: #333;
}

.black:hover
{
    color: #666;
}

.green-hover:hover
{
    color: #333;
}

.italic
{
    font-style: italic;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.center
{
    text-align: center;
}

.form-loading-spinner
{
    display: none;
}

.underline
{
    text-decoration: underline;
}

.no-underline
{
    text-decoration: none;
}

.desktop, .tablet, .desktop-inline, .tablet-inline
{
    display: none;
}

#jPanelMenu-menu
{
    overflow: hidden !important;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3,
.wf-loading h4, .wf-loading h5, .wf-loading p,
.wf-loading a, .wf-loading ul
{
    visibility: hidden;
}

.wf-active h1, .wf-active h2, .wf-active h3,
.wf-active h4, .wf-active h5, .wf-active p,
.wf-active a, .wf-active ul
{
    visibility: visible;
}

.wf-inactive h1, .wf-inactive h2, .wf-inactive h3,
.wf-inactive h4, .wf-inactive h5, .wf-inactive p,
.wf-inactive a, .wf-inactive ul
{
    visibility: visible;
}

/* ==========================================================================
   Generic Styling
   ========================================================================== */
form.generic .element-reset
{
   margin-left: 0px;
   margin-right: 0px;
   min-width: 0px;
   width: auto;
}

form.generic .alert
{
    margin-bottom: 10px;
    border-radius: 3px;
}

form.generic button.close
{
  float: right;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #ecf0f1;
  -webkit-appearance: none;
}

form.generic .alert-box
{
  margin-bottom: 20px;
}

form.generic .alert {
  color: #fff !important;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  border: 0px;
  background-color: #7f8c8d;
}

form.generic .alert-error
{
  background-color: #c0392b;
}

form.generic .alert-notice
{
  background-color: #28ae60;
}

form.generic hr
{
    padding-top: 0px;
    margin-top: 0px;
    border-top: 1px dashed #999;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

label.fieldset-caption
{
    text-align: center; margin-bottom: 0px; padding-bottom: 0px; font-size: 14px;
}

.generic-margin-rebase
{
    margin-top: -16px;
    margin-bottom: 20px;
}

#close-admin
{
    width: 80%;
    background-color: #333;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#admin-menu-trigger
{
    cursor: pointer;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 20;
}

#admin-menu
{
    position: fixed;
    top: 100px;
    opacity: 0;
    right: -200px;
    z-index: 12;
    width: 200px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#admin-menu ul, #admin-menu h4, #admin-menu h2
{
    text-align: center;
    color: #fff;
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

#admin-menu h2
{
    padding-bottom: 10px;
}

#admin-menu h4
{
    padding-bottom: 5px;
}

#admin-menu ul
{
    padding-bottom: 10px;
}

#admin-menu ul li
{
    padding-bottom: 5px;
}

#admin-menu ul li a
{
    color: #DDD;
}

.profile-box
{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.profile-member-since
{
    margin-top: -5px;
    display: block;
    margin-bottom: 10px;
}

.profile-picture-box img
{
    width: 100%;
}

.profile-content-box
{
    text-align: center;
}

.profile-content-box h4, .profile-content-box h2
{
    text-align: center;
}

.generic-header-break
{
    margin-top: 10px;
    margin-bottom: 0px;
}

.no-vertical-margin
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-bottom-margin
{
    margin-bottom: 0px;
}

.margin-rebase
{
    margin-top: -16px;
    margin-bottom: 0px;
}

form.generic input
{
   border-radius: 3px;
}

form.generic textarea
{
   min-height: 200px;
   border-radius: 3px;
   border: 1px solid #ccc;
   resize: vertical;
}

form.generic #recaptcha_widget_div {
  margin-bottom: 20px;
}

form.generic #recaptcha_table {
  background-color: #eee;
  width: 100%;
}

.generic-cancel-btn:hover
{
    background-color: #666;
}

form.generic .element-reset
{
   margin-left: 0px;
   margin-right: 0px;
   min-width: 0px;
   width: auto;
}

form.generic .alert
{
    margin-bottom: 10px;
    border-radius: 3px;
}

form.generic button.close
{
  float: right;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #ecf0f1;
  -webkit-appearance: none;
}

form.generic .alert-box
{
  margin-bottom: 20px;
}

form.generic .alert
{
  color: #ecf0f1;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  border: 0px;
  background-color: #7f8c8d;
}

form.generic .alert-error
{
  background-color: #c0392b;
}

form.generic .alert-notice
{
  background-color: #28ae60;
}

#page-alerts .alert-notice
{
    background-color: #28ae60;
    color: #fff;
    padding: 10px;
}

#page-alerts button
{
    background-color: transparent;
    border: 0px;
    float: right;
}

form.generic hr
{
    padding-top: 0px;
    margin-top: 0px;
    border-top: 1px dashed #999;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

label.fieldset-caption
{
    text-align: center; margin-bottom: 0px; padding-bottom: 0px; font-size: 14px;
}

.generic-margin-rebase
{
    margin-top: -16px;
    margin-bottom: 20px;
}

#close-admin
{
    width: 80%;
    background-color: #333;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#admin-menu-trigger
{
    cursor: pointer;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 20;
}

#admin-menu
{
    position: fixed;
    top: 100px;
    opacity: 0;
    right: -200px;
    z-index: 12;
    width: 200px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#admin-menu ul, #admin-menu h4, #admin-menu h2
{
    text-align: center;
    color: #fff;
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

#admin-menu h2
{
    padding-bottom: 10px;
}

#admin-menu h4
{
    padding-bottom: 5px;
}

#admin-menu ul
{
    padding-bottom: 10px;
}

#admin-menu ul li
{
    padding-bottom: 5px;
}

#admin-menu ul li a
{
    color: #DDD;
}

.profile-box
{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.profile-member-since
{
    margin-top: -5px;
    display: block;
    margin-bottom: 10px;
}

.profile-picture-box img
{
    width: 100%;
}

.profile-content-box
{
    text-align: center;
}

.profile-content-box h4, .profile-content-box h2
{
    text-align: center;
}

.generic-header-break
{
    margin-top: 10px;
    margin-bottom: 0px;
}

.no-vertical-margin
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-bottom-margin
{
    margin-bottom: 0px;
}

.margin-rebase
{
    margin-top: -16px;
    margin-bottom: 0px;
}

form.generic input
{
   border-radius: 3px;
}

form.generic textarea
{
   min-height: 200px;
   border-radius: 3px;
   border: 1px solid #ccc;
   resize: vertical;
}

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

form.
{
    width: 80%; margin-left: auto; margin-right: auto;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#header-wrapper
{
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 11;
    background-color: #000;
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

body
{
    padding-top: 0px;
}

.block
{
    display: block;
}

.block:after
{
    content: "\00a0";
}

#header-content-wrapper
{
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

    #logo
    {
        font-size: 1.875em;
        text-transform: uppercase;
        font-family: 'Roboto', 'Helvetica', sans-serif;
        font-weight: 400;
        line-height: 1.50em;
        color: #dbe0e1;
        float: left;
        margin: 0;
    }

    #logo-text
    {
        position: relative;
        top: 3px;
        display: inline-block;
    }

    #logo a
    {
        color: #dbe0e1;
        text-decoration: none;
    }

    #header nav
    {
        float: right;
        margin-top: 0;
        color: #dbe0e1;
        font-family: 'Roboto', 'Helvetica', sans-serif;
        text-transform: uppercase;
        line-height: 1em;
    }

    #header nav ul li
    {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        cursor: hand;
        cursor: pointer;
    }

    #header nav ul li:hover, #header nav a:hover
    {
        color: #fff;
    }

    #header nav ul li:first-child
    {
        margin-right: 10px;
    }

    .promo-description
    {
        background-color: rgba(0,0,0,0.70);
        position: absolute;
        bottom: 0px;
        color: #ecf0f1;
        margin: 0px;
        width: 100%;
    }

    .promo-desc-title
    {
        font-family: 'Roboto', 'Helvetica', sans-serif;
        text-transform: uppercase;
        margin: 0px;
        padding: 10px;
        font-weight: bold;
        font-size: 0.75em;
    }

    .promo-desc-text
    {
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        font-size: 0.75em;
    }

    .fa-bars
    {
        cursor: hand;
        cursor: pointer;
    }

    #menu
    {
        display: none;
    }

    #jPanelMenu-menu
    {
        display: none;
        z-index: 9999999;
        background-color: #3b3b3b;
    }

    #menu-list
    {
        margin: 0em;
        padding: 0em;
        margin-left: 0em;
    }

    #menu-list .submenu, #menu-list .submenu li
    {
        background: #222;
        border: 0px;
    }

    #menu-list .submenu
    {
        padding: 0;
        padding-left: 10px;
        margin: 0;
        font-size: 0.8em;
        display: none;
    }

    #menu-list .disclosure-indicator
    {
        float: right;
        line-height: 1.6em;
        pointer-events:none;
        font-size: .8em;
    }

    #menu-list .submenu li a
    {
        color: #CCC;
    }

    #jPanelMenu-menu li
    {
        padding: 10px;
        background: linear-gradient(top, #484848 0%, #383838, 100%);
        background: -webkit-linear-gradient(top, #484848 0%, #383838 100%);
        background: -moz-linear-gradient(top, #484848 0%, #383838 100%);
        background: -ms-linear-gradient(top, #484848 0%, #383838 100%);
    }

    #jPanelMenu-menu li a
    {
        color: #fff;
        text-decoration: none;
        font-size: 1.25em;
        font-family: 'Roboto', 'Arial', sans-serif;
        display: block;
    }

    .menu-popover
    {
        position: absolute;
        background-color: rgba(34, 34, 34, 0.75);
        z-index: 10;
        top: 32px;
        padding: 20px;
        padding-top: 5px;
        border-bottom-left-radius:  3px;
        border-bottom-right-radius: 3px;
        display: none;
    }

    .menu-popover li
    {
        list-style-type: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .menu-popover li a
    {
        color: #CCC;
        text-decoration: none;
    }

    .popover-indicator
    {
        font-size: 10px;
        vertical-align: top;
        padding-top: 3px;
    }

    .channel-popover
    {
        right: 10px;
    }

    .account-popover
    {
        right: 86px;
        min-width: 125px;
    }

    .video-detail .channel-popover
    {
        background-color: rgba(255,255,255, 0.15);
    }

#promo-link
{
    font-size: 0.9em;
    text-shadow: none;
    color: #dbe0e1;
    background-color: #0d9341;
    border-radius: 3px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    display: none;
}

#promo-link:hover
{
    background-color: #63932b;
}

.promo-arrow
{
    padding: 10px;
    border-radius: 10px;
    font-size: 5em;
    color: #eee;
    position: absolute;
    text-shadow: 1px 1px 1px #000, 2px 2px 3px #222;
    z-index: 10000;
    top: 80px;
}

.promo-arrow:hover
{
    color: #fff;
}

#promo-arrow-right
{
    display: none;
    right: 25px;
}

#promo-arrow-left
{
    display: none;
    left: 25px;
}

#promo-wrapper
{
    background-color: #3A3A3A;
    background: #3A3A3A url("../../img/channels/channel-ad-default.png") left center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 265px;
    clear: both;
    cursor: hand;
    cursor: pointer;
}

.promo-description-wrapper
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    min-height: 265px;
}

body.minor #content-wrapper
{
    min-height: 800px;
}

#footer-wrapper
{
    background-color: #000;
    min-height: 50px;
}

#footer-content-wrapper
{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}


#footer-wrapper:after
{
    content: '\00a0 ';
}

.slider-gallery div
{
    float: left;
}

.m-carousel-controls
{
    display: none;
}

.menu-btn
{
  color: #fff;
  float: right;
  font-size: 18pt;
  vertical-align: middle;
  line-height: 2em;
  padding-right: 5px;
  margin-right: 10px;
}

.copy-text
{
    color: #666;
    font-size: 1.125em;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    text-transform: uppercase;
    line-height: 3em;
    letter-spacing: 4px;
    display: block;
    width: 185px;
    margin-left: auto;
    margin-right: auto;
}

.social-icons
{
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    line-height: 3em;
}

.social-icons a
{
    margin-left: 0px;
    margin-right: 0px;
}

.footer-links
{
    padding-left: 0px;
    display: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    width: 500px;
    line-height: 3.4em;
    text-transform: uppercase;
}

.footer-links a
{
    color: #666;
    text-decoration: none;
}

.footer-links li
{
    display: inline-block;
    list-style-type: none;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}

.division-wrapper
{
    position: relative;
    clear: both;
}


#video-wrapper {
    background-color: #fff;
}

#video-actionbar-mobile {
    color: #222;
}

#video-actionbar-mobile ul
{
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

#video-actionbar-mobile ul li
{
    cursor: hand;
    cursor: pointer;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #666;
}

#publisher-detail
{
    padding-top: 10px;
}

#player-channel-logo
{
}

#player-ratings-bar
{
    width: 100px;
    display: inline;
    height: 6px;
    margin-top: 5px;
    padding: 0px;
}

#player-voting-block
{
    margin-top: -20px;
    display: block;
}

#player-mobile-share
{
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
    display: block;
}

#player-view-count
{
    font-size: 1em;
    display: block;
    margin: 0px;
    padding: 0px;
}

#player-channel-title
{
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
}


#video-player video
{
    width: 100%;
}

object, embed, video {
    max-width: 100%;
}

#video-embed
{
    width: 100%;
    height: 100%;
}

#video-player {
    background-color: #0a0a0a;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    padding-top: 10px;
}

#video-actionbar {
    padding-top: 10px;
    padding-bottom: 0px;
    color: #222;
}

#video-actionbar a {
    color: #808080;
    text-decoration: none;
}

#video-actionbar a:hover
{
    color: #0d9341;
}

.actionbar-vote
{
    float: left;
}

.actionbar-social {
    float: right;
}

.actionbar-social-item
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.25em;
}

.actionbar-social-item:last-child
{
    padding-right: 0px;
}

.actionbar-vote
{
    font-size: 1.5em;
    margin-top: -3px;
}

.actionbar-vote i
{
    padding-left: 3px;
    padding-right: 3px;
}

.actionbar-vote i:first-child
{
    padding-left: 0px;
}

.actionbar-vote i:last-child
{
    padding-right: 0px;
}

#video-comment-wall h3 {
    color: #999;
}

#video-comment-wall textarea
{
    width: 100%;
    min-height: 120px;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 10px;
    box-sizing: border-box;
}

.comment-header {
    clear: left;
    margin-bottom: 0.3125em; /* 5 pix */
    margin-top: 2.5em; /* 40 pix */
    text-transform: uppercase;
}

div.comment-header span:first-child {
margin-right: 0.3125em; /* 5 pix */
}

div.comment-header span:last-child {
     margin-left: 0.3125em; /* 5 pix */
}

div.comment-header span.active {
    color: #d24a3c;
}

.comment-response-box {
    display: block;
    font-size: 0.875em;
    color: #666;
}

.channel-banner {
    display: block;
    width: 100%;
    max-width: 1280px;
    background-color: #333;
}

.channel-description
{
    display: none;
}

.channel-mobile-title
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.featured-videos-wrapper
{
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.channel-featured-video
{
    min-width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 3px;
}

.channel-about-mobile-wrapper
{
    background-color: #222;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    padding-bottom: 30px;
}

.channel-about-mobile-wrapper p
{
    text-align: center;
}

.channel-about-actions
{
    display: inline-block;
    margin-top: 0px;
    background-color: #0d9341;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px;
}

.channel-about-actions:hover
{
    background-color: #417109;
}

.channel-about-wrapper
{
    display: none;
}

#channel-description
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    line-height: 1.6em;
    border-radius: 3px;
    color: #333;
    width: 100%;
    margin-top: 0px;
    text-align: center;
}

.player-subscribe, .view-subscriptions-btn
{
    background-color: #0d9341;
    font-size: 0.7em;
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    text-transform: uppercase;
}

.view-subscriptions-btn
{
    width: 100%;
    padding: 10px;
}

.channel-subscribe
{
    background-color: #0d9341;
    padding: 10px;
    border-radius: 3px;
    width: 200px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.channel-subscribe:hover
{
    background-color: #417109;
}

.channel-subscribe
{

}

.m-item
{
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fff;
    padding: 4px;
    width: 212px;
    min-height: 225px;
    position: relative;
}

.m-item img
{
    width: 212px;
}

.m-item-title
{
    font-family: 'Roboto', 'Arial', sans-serif;
    color: #333;
    font-size: 0.75em;
    text-decoration: none;
    line-height: 1.5em;
    font-weight: bold;
}

.m-item-channel
{
    font-family: 'Roboto', 'Helvetica', sans-serif;
    font-size: 0.75em;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 4px;
    left: 4px;
}

form.contact
{
    max-width: 650px;
    min-width: 300px;
}

form.max-600
{
    max-width: 600px;
    min-width: 300px;
}

form.login
{
    min-width: 300px;
}

#channel-load-more
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.channel-about #content-wrapper h2
{
   text-align: center;
}

body.center-content #content-wrapper
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.login-signup-link
{
    font-size: 12pt;
}

.settings-submenu-wrapper
{
    width: 100%;
    background-color: #333;
    margin-top: -16px;
}

.settings-submenu
{
    display: block;
    max-width: 500px;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.settings-submenu li
{
   float: left;
   padding-left: 10px;
   padding-right: 10px;
   list-style-type: none;
   font-size: 1.25em;
   font-family: 'Roboto', 'Arial', sans-serif;
}

.settings-submenu li a
{
    color: #aaa;
}

.thumbnail-display
{
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

div.thumbnail-display
{
    background-color: #fff;
    text-align: center;
}

a.thumbnail-link
{
    color: #333;
}

.thumbnail-wrapper
{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-box
{
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 0px;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    vertical-align: top;
}

.thumbnail-title
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    color: #333;
}

.thumbnail-display-icon
{
    color: #333;
    font-size: 5em;
    line-height: 2.5em;
}

p.thumbnail-description
{
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 1.15em;
}

#nav
{
    display: none;
}

.video-section-header {
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

body.video-player .video-section-header
{
    text-align: center;
}

.mission-statement {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    word-break: keep-all;
    line-height: 1.5em;
}

.mission-statement a
{
    font-style: normal;
    background-color: #0d9341;
    color: #fff;
    text-decoration: none;
    word-break: keep-all;
    padding-left: 5px;
    padding-right: 5px;
}

.mission-statement a:hover
{
    background-color: #63932b;
}

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

.channel-thumbnails img
{
    border-radius: 3px;
    width: 100%;
}

.channel-thumbnail
{
    width: 300px;
    margin: 20px;
    display: inline-block;
    position: relative;
}

.share42-item
{
    padding-right: 5px;
    padding-left: 5px;
}

#adContainer-wrapper
{
    position: absolute;
}

#adContainer
{
    z-index: 10;
    position: absolute;
}

#mobile-player-btn
{
    display: none;
    text-align: center;
    line-height: 4.2em;
    font-size: 2.5em;
    color: #fff;
    width: 300px;
    height: 168px;
    border-radius: 3px;
    display: block;
    background-repeat: no-repeat;
    background-color: #333;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.comment-reply-submit-btn {
    float: right;
    margin-right: 15px;
}

#user-panel
{
    width: 300px;
    float: left;
    padding-top: 40px;
    text-align: center;
    display: none;
}

#user-panel img
{
    border: 2px solid #333;
}

#user-panel ul
{
   list-style: none;
   text-align: left;
   line-height: 2em;
}

#user-panel a
{
    color: #333;
}

#user-panel a:hover
{
    color: #0d9341;
}

#user-content
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: 850px;
}


#header
{
    min-width: 280px;
    text-align: center;
}

#channel-popover-menu
{
    display: none;
}

#account-popover-menu
{
    display: none;
    text-align: left;
}

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

.video-stream div
{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.video-stream div img
{
    width: 100%;
    border-radius: 3px;
}

.video-stream div:nth-child(2n+1)
{
    float: left;
}

.video-stream h4
{
    margin-top: 10px;
    height: 50px;
}

.video-stream div:nth-child(2n)
{
}

#channel-filter {
    width: 100%;
    margin-bottom: 20px;
}

#rss-title
{
    position: relative;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    color: #D35400;
    font-size: 24px;
    display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {

    #user-content
    {
        width: 400px;
    }

    .player-subscribe
    {
        display: block;
    }

    #player-channel-title
    {
        font-size: 1.1em;
        color: #fff;
    }

    .promo-desc-title
    {
        font-size: 0.9em;
    }
    .promo-desc-text
    {
        font-size: 0.9em;
    }

    .mission-statement
    {
        font-size: 1.25em;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .mobile-only
    {
        display: none;
    }

    .login-signup-link
    {
        font-size: 16pt;
    }

    #video-actionbar
    {
        display: block;

    }

    #video-actionbar-mobile
    {
        display: none;
    }

    .channel-mobile-title
    {
        display: none;
    }

    #header-wrapper
    {
        position: inherit;
    }

    body
    {
        padding-top: 0px;
    }

    .phone
    {
        display: none;
    }

    .phone-inline
    {
        display: none;
    }

    .tablet
    {
        display: block;
    }

    .copy-text
    {
        float: left;
    }

    .social-icons
    {
        float: right;
        width: 135px;
    }

    .social-icons a
    {
        margin-left: 3px;
        margin-right: 3px;
    }

}

@media only screen and (min-width: 728px) {

    #logo-text
    {
        display: inline-block;
    }

    #user-panel
    {
        display: block;
    }

    #user-content
    {
        width: 350px;
        margin-left: 40px;
        float: left;
    }

    .tablet-inline
    {
        display: inline-block;
    }

    #player-mobile-share
    {
        text-align: right;
    }

    #player-channel-title
    {
        font-size: 1.3em;
        color: #fff;
    }

    .thumbnail-wrapper
    {
        text-align: center;
    }

    .thumbnail-box
    {
        height: 300px;
        width: 45%;
        padding: 10px;
        padding-bottom: 20px;
        padding-top: 0px;
        box-sizing: border-box;
    }

    .channel-thumbnails
    {
        text-align: left;
        max-width: 700px;
    }

    .promo-arrow
    {
        top: 110px;
    }

    .promo-desc-title
    {
        font-size: 0.9em;
    }
    .promo-desc-text
    {
        font-size: 0.9em;
    }

    .mission-statement
    {
        font-size: 1.5em;
        margin-bottom: 70px;
        margin-top: 70px;
    }

    #nav
    {
         display: block;
    }

    .thumbnail-container
    {
        margin-left: auto;
        margin-right: auto;
        width: 728px;
        display: block;
    }

    .mobile-only
    {
        display: none;
    }

    .profile-picture-box
    {
        float: left;
    }

    .profile-picture-box img
    {
        display: block;
        width: 240px;
        height: 240px;
    }

    .profile-content-box
    {
        max-width: 310px;
        float: left;
        text-align: left;
        padding-left: 40px;
    }

    .profile-content-box h4, .profile-content-box h2
    {
        text-align: left;
    }

    #channel-load-more
    {
        width: 90%;
    }

    .channel-about-mobile-wrapper
    {
        padding-left: 15%;
        padding-right: 15%;
    }

    #channel-description
    {
        display: block;
    }

    .channel-description
    {
        display: inline;
    }

    .channel-featured-video
    {
        display: inline-block;
        width: 300px;
        margin-top: 0px;
    }

    .m-carousel-controls
    {
        display: block;
    }

    #promo-wrapper, .promo-description-wrapper
    {
        min-height: 350px;
    }

    .promo-desc-title
    {
        font-size: 1.5em;
    }

    .promo-desc-text
    {
        font-size: 1.125em;
        line-height: 1.6em;
    }

    .menu-btn
    {
        display: none;
    }

}

@media only screen and (min-width: 900px) {

    #channel-filter
    {
        width: 200px;
        margin: 0px;
        margin-top: 45px;
    }

    #user-content
    {
        width: 450px;
    }

    #header
    {
        text-align: right;
    }

}

@media only screen and (min-width: 1024px) {

    #rss-title
    {
        display: block;
    }

    .video-stream div
    {
        display: inline-block;
        width: 45%;
        margin-bottom: 25px;
    }

    #user-content
    {
        width: 600px;
    }

    .video-description .detail {
        display: none;
    }

    #player-mobile-share
    {
        display: none;
    }

    #player-voting-block
    {
        font-size: 1.3em;
    }

    #player-ratings-bar {
        width: 100%;
    }

    #player-channel-title
    {
        font-size: 1.4em;
        color: #fff;
    }

    .thumbnail-wrapper
    {
        text-align: left;
    }

    .thumbnail-box
    {
        width: 32%;
        padding: 10px;
        padding-bottom: 20px;
        padding-top: 0px;
        box-sizing: border-box;
    }

    .channel-thumbnails
    {
        text-align: left;
        max-width: 900px;
    }

    .promo-arrow
    {
        top: 180px;
        border: red;
    }

    .promo-desc-title
    {
        font-size: 1em;
    }
    .promo-desc-text
    {
        font-size: 1em;
    }

    .mission-statement
    {
        font-size: 2em;
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .promo-desc-text
    {
        margin-bottom: 10px;
    }

    #promo-link
    {
        display: inline-block;
    }

    .thumbnail-container
    {
        width: 1024px;
    }

    .mobile-only
    {
        display: none;
    }

    body.channel-about #content-wrapper h2
    {
        text-align: left;
    }

    .channel-about-wrapper
    {
        display: block;
        margin-top: 30px;
    }

    .channel-about-mobile-wrapper
    {
        display: none;
    }


    .channel-featured-video
    {
        margin-left: 8px;
        margin-right: 8px;
    }

    #promo-wrapper, .promo-description-wrapper
    {
        min-height: 450px;
    }

    .desktop
    {
        display: block;
    }

    .desktop-inline
    {
        display: inline-block;
    }

    .promo-description
    {
        background-color: rgba(0,0,0,0.0);
        color: #fff;
        text-shadow: 1px 1px 1px #000, 3px 3px 5px #222;
        font-weight: bold;
        bottom: 20px;
        width: 400px;
        border-radius: 3px;
    }

    .promo-description-right
    {
        right: 20px;
    }

    .promo-description-left
    {
        left: 20px;
    }
}

@media only screen and (min-width: 1100px) {


}

@media only screen and (min-width: 1150px) {

}

@media only screen and (min-width: 1280px) {

    #user-content
    {
        width: 800px;
    }

    body.video-player .video-section-header
    {
        display: none;
    }

    body.video-player #content-wrapper
    {
        max-width: 1300px;
        width: 100%;
    }

    #player-channel-title
    {
        font-size: 1.5em;
        color: #fff;
    }

    .channel-thumbnails
    {
        text-align: left;
        max-width: 1280px;
    }

    .promo-arrow
    {
        top: 180px;
    }

    .promo-description
    {
        right: 0px;
    }

    .channel-featured-video
    {
        margin-left: 11px;
        margin-right: 11px;
    }

    #logo-img
    {
        margin-left: -9px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
