/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 21, 2019, 1:13:37 PM
    Author     : tojay
*/
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/RobotoCondensed-Light-webfont.eot');
    src: url('../fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
      
         url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    padding-top: 50px;
    color: #959595;
    overflow-x: hidden;
}
	
h1, h2, h3, h4, h5, h6, div{
    color: black;
    font-family: "roboto_condensedregular", Times, serif;
    
}

btn {
    font-family: "roboto_condensedregular", Times, serif;
}

li a {
    font-family: "roboto_condensedregular", Times, serif;
}

p, span, li, a{
    font-family: "roboto_condensedlight", Times, serif;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
	
.feature {
    background-color: yellowgreen;
    color: #fff;
}
	
.article-intro {
    margin-bottom: 5px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: yellowgreen;
    color: #fff;
}

.footer-blurb a{
    color: #fff;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 10px 0;
}

/*SUB NAV*/

.submenu {min-height:30px}
.submenu .navbar-brand,
.submenu .navbar-nav>li>a {padding-top:5px; padding-bottom:5px}
.submenu .navbar-brand {height: 30px}
.submenu .navbar-toggle {margin: 3px 9px 3px 0px; padding: 4px 4px 4px 4px;}
.submenu .navbar-toggle .icon-bar {width: 16px;}

nav.navbar.navbar-inverse.submenu {
    margin-bottom: 0px;
}

.navbar-inverse {
    border-color: #45B39D;
    /*background-color: #2d3e50;*/
    background-color: #45B39D;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
}

.navbar-inverse .navbar-toggle {
    background-color: #e0358d;
    color:#fff;
    border-color: #e0358d;
    font-size: 16px;
    border-radius: 50%;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #e0358d;
    color:#fff;
    border-color: #e0358d;
    font-size: 16px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:#fff;
}

.navbar-inverse .navbar-nav>li>a {
    text-align: center;
        font-size: 1.5em;
        text-transform: uppercase;
}

.navbar-form {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
}

.btn-default{
    background-color: #e0358d;
    color: #fff;
    border-color: #e0358d;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.btn-google {
    background-color: #dd4b39;
    color: #fff;
}

btn-green {
    background-color: yellowgreen;
    color: #fff;
}

.btn {
    margin-bottom: 5px !important;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: yellowgreen !important;
}

.thumbnail {
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 5px;
    border:1px solid #e5e5e5
}

.caption h5, .caption h5 a{
    margin-bottom: 2px;
    margin-top: 2px;
    color: #000;
}

.time-span {
    position: relative;
    top: -34px;
    background: #222;
    font-size: 12px;
    color: #fff;
    margin: 5px 10px;
    padding: 2px 4px 0;
    float: right;
}

.info {
   padding-bottom: 5px;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 3px;
}

.info .photo_info {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.account_subscriptions .photo_info {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.info .text_info {
    overflow: hidden;
    font-size: 0.7em;
}

.info .photo_info img {
    width: 100%;
    height: 100%;
}

.thumbnail .caption {
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.watch .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #eee;
}

.watch h3{
    margin-top: 5px;
    margin-bottom: 5px;
}

.watch p {
    margin-bottom: 2px;
    font-size: 12px;
}

.watch .img-circle {
    height: 65px;
    width: 65px;
}

.panel-body {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.watch hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

footer {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.icon-social {
    padding: 0;
    margin: 20px 0 15px;
}

.icon-social .facebook {
    background: #3b5998;
    color:#fff;
}

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

.icon-social .google {
    background: #dd4b39;
    color:#fff;
}

.icon-social .instagram {
    background: #517fa6;
    color:#fff;
}

.icon-social .rss {
    background: #fe7e00;
    color:#fff;
}

.icon-social a {
    color:#fff;
}

.icon-social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
}

.member_lists .icon-social {
    padding: 0;
    margin: 0px 5px 5px -8px;
}

.member_lists .icon-social li {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0 3px;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}


.member_lists .icon-social .facebook, .member_lists .icon-social .facebook a{
    background: none;
    color:#3b5998;
}

.member_lists .icon-social .twitter, .member_lists .icon-social .twitter a{
    background: none;
    color:#00aced;
}

.member_lists .icon-social .google, .member_lists .icon-social .google a {
    background:none;
    color:#dd4b39;
}

.member_lists .icon-social .instagram, .member_lists .icon-social .instagram a{
    background: none;
    color:#517fa6;
}



.open>.dropdown-menu {
    width: 100%;
}

*, *:before, *:after {box-sizing:  border-box !important;}

.browse .row {
    margin-right: 0px;
    margin-left: 0px;
    
}


/*TABS SYSTEM*/
.nav-tabs.nav-justified {
    margin-top: .9em; 
    margin-bottom: .3em;    
}

.nav-justified>li {
    float: left !important;
    /*width: 33.3%;*/
}

.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
    border: none;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    background-color: #e0358d;
    color: #fff;
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
     border-radius: 0px !important; 
}

.member_list {
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.member_list .media-body, .member_list .media-left, .member_list .media-right {
    display: table-cell;
    vertical-align: middle;
}

.member_list img.media-object{
    max-height: 6rem;
    height: 6rem;
}

.member_list div.media {
    margin-left: 10px;
}

.member_list .media-heading {
    margin-top: 0;
    margin-bottom: 2px;
}

.members .page-title {
    margin-top: 2rem;
}

.index .media-body {
    width: 20rem;
    vertical-align: top;
}

.watch .media-body {
    width: 100%;
    vertical-align: top;
}

.watch .list-group-item {
    border: none;
}

.account_videos .media-body {
    width: 20rem;
    vertical-align: top;
}

.account_playlists_edit .media-body {
    width: 20rem;
    vertical-align: top;
}

.index .time-span {
    top: 3rem;
}

.index h4 {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 33.33%;
    }
}

@media only screen and (max-width: 600px) {
    .index .inline_trending_lists .media {
        height: 7.5rem;
        max-height: 7.5rem;
    }/*
    
    .account_videos .media {
        height: 9rem;
        max-height: 9rem;
    }
    
    .account_playlists_edit .media {
        height: 9rem;
        max-height: 9rem;
    }
    .watch .media {
        height: 9rem;
        max-height: 9rem;
    }*/
    
}

.alert {
    margin-bottom: 0px;
    padding: 5px;
}

/*PROFILE*/

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 10em;
  height: 10em;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 10px;
  background: #fff;
  min-height: 460px;
}

/*OFF CANVAS FOR ACCOUNT MODE*/
.off-canvas-toggle {
  /*float: left;*/
/*  padding: 0 15px;*/
}
.off-canvas {
  width: 29rem;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #333;
  transform: translateX(-100%);
  transition: .4s ease-in-out;
  z-index: 1050;
}
.off-canvas .fa{
    color: #e0358d;
}
.off-canvas .list-group-item {
    background-color: inherit;
    border:none;
    font-size: 1.5rem;
    color: #fff;
}
.off-canvas .list-group-item a{
    color: #fff;
}
.off-canvas-active .off-canvas {
  transform: translateX(0);
}
.navbar-fixed-top {
  transition: .4s ease-in-out;
  width: 100%;
}
.page-wrapper {
  padding-top: 50px;
  transition: .4s ease-in-out;
}
.off-canvas-active .page-wrapper,
.off-canvas-active .navbar-fixed-top {
  transform: translateX(300px);
}
.list-group {
  padding: 10px;
}
.off-canvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  transition: .4s ease-in-out;
}
.off-canvas-active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}

/*END OF CANVAS*/

label {
    font-size: 1.3rem;
}

/*VIDEO UPLOAD*/
/**********
FILE UPLOAD
**********/

.uploader-container * {
    box-sizing: border-box;
}

.uploader-container .button {
    float: none;
}


.upload-progress {
    font-family: arial;
    /*max-width: 465px;*/
    margin: 7px 0 7px;
    padding: 7px;
    font-size: 13px;
    box-sizing: content-box;
}

.upload-progress .title {
    color: #005acc;
    font-weight: bold;
}

.upload-progress .remove {
    color: #999;
    margin-right: 5px;
}

.upload-progress .remove .glyphicon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../images/cancel.png") no-repeat 0 0;
    vertical-align: top;
}

.upload-progress .remove:hover {
    color: #777;
}

.upload-progress .remove:focus,
.upload-progress .remove:active{
    color: #555;
}

.upload-progress .glyphicon-ok {
    color: #023e7b;
    font-size: 16px;
    /*background: url("../images/icon_check.png") no-repeat 0 0;*/
    float: right;
/*    width: 16px;
    height: 12px;
    margin-top: 2px;*/
}

.upload-progress .progress-track {
    height: 16px;
    border: 1px solid #023e7b;
    padding: 2px;
    margin-top: 5px;
}

.upload-progress .progress-fill {
    background-color: #e0358d;
    width: 0%;
    height: 10px;
}


/*badge checklist*/
.badgebox {
    opacity: 0;
}

.badgebox + .badge {
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
    width: 27px;
}

.badgebox:focus + .badge {
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge {
    /* Move the check mark back when checked */
	text-indent: 0;
}

/*END OF BADGE*/

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #000;
}

.video_gated {
    background-color: #000;
    top: -14rem;
    position: relative;
    text-align: center;
}

#player-gated {
    position: relative;
    display: block;
    margin-bottom: -4rem;
}

#player {
    margin-bottom: 1rem;
}

#player div {
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
}

.panel {
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.85);
}

.view_more_button {
    width: 100%;
}

.text {
    position: absolute;
    right: 6rem;
    font-size: 1.8rem;
    color: #fff;
    top: 1.6rem;
}

.nav>li>a {
    padding: 1rem .8rem !important;
    font-size: 1.1rem !important;
}