a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#logo,
.user-info {
    text-align: center
}

#logo {
    margin-top: 30px
}

.h1,
h1 {
    font-size: 20px
}
legend {
    color: #5f5f5f;
}
.main_menu ul.nav.navbar-nav {
    display: inline-block;
    float: none;
    margin-top: 10px
}
.btn-primary {
background-color: rgb(128, 201, 249);
    border-color: transparent;
    color: #477390;
    padding: 10px!important;
    border-radius: 2px;
        transition: 0.2s;        
}

.panel-footer {
    background: none;
    border: 0;
}
.panel-footer a {
    color: #80c9f9;
    font-size: 15px;
}
.panel-footer a:hover {
    color: #a5b6c7;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background: #63b0e2;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: rgba(165, 182, 199, 0.11);
    border: none;
}
table {
    background-color: #f6fcff;
}
.main_menu ul.nav.navbar-nav li a {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    margin: 0px 24px 0px 0px;
    border-bottom: 2px solid transparent
}

.main_menu ul.nav.navbar-nav li a>i {
    color: #345
}

.main_menu ul.nav.navbar-nav li.active a {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
    color: #FFFFFF;
	background: none;
    font-weight: 400;
}

@media (min-width:992px) and (max-width:1199px) {
    .main_menu ul.nav.navbar-nav li a {
        font-size: 14px
    }
    .navbar-brand img {
        height: 93%;
        margin-left: -50px
    }
}

body {
    padding-top: 0
}

.navbar {
    top: 0;
    margin-bottom: 0
}

.top-nav {
    position: static;
    background-color: transparent
}

@media only screen and (min-width:992px) {
    .navbar {
        min-height: 200px;
        top: 0
    }
    .navbar-brand {
        height: 100%;
        padding-bottom: 0
    }
    .navbar-inverse {
        background-color: #80c9f9;
            background: url(/templates/frontend/dark-blue/img/header.jpg) no-repeat center center #80c9f9;
    }
    .navbar-collapse {
        padding: 0 200px
    }
}

.top-menu>div>li>a {
    color: #3e3e3e;
}
#head-search input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#head-search input[type=search]:hover {
	background-color: #fff;
}
#head-search input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#head-search input:-moz-placeholder {
	color: transparent;
}
#head-search input::-webkit-input-placeholder {
	color: transparent;
}

.top-menu>.pull-right>li.open {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
i.fa.fa-arrow-circle-right {
    font-size: 50px;
    margin-left: 50px; 
    
}
i.fa.fa-arrow-circle-right:hover {
    opacity: 0.8;
}
i.fa.fa-arrow-circle-left:hover {
    opacity: 0.8;
}
i.fa.fa-arrow-circle-left {
font-size: 50px;
    margin-right: 50px;
    
}
.top-menu .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 0;
    border-radius: 0
}

.btn,
.form-control,
.well {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

a.list-group-item.all {
    color: #3288C1;
    font-size: 20px;
    font-weight: bold;
}

a.list-group-item.all:hover {
    color: #FFFFFF;
}

a#init-photo-upload:hover {
    background: #3fdc6b;
}

a#init-photo-upload {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #25c552;
    border: solid 1px #19a941;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

#search_form {
    margin-bottom: 20px
}

#search_form .search-select label {
    font-size: 12px
}

.input-group {border-radius:0}
.input-group input {border:0;background-color:#81c9f9;box-shadow:none !important;color:#3388C0;}
.input-group-btn button {outline:none !important;border-radius:0}
.input-group-btn.submit-button button {background-color:#11507A;color:#3388C0}
.input-group-btn.search-panel button {background-color:#3388C0;color:#fff}
.input-group-btn button:hover {color:#fff;}

input::-webkit-input-placeholder {color: #3388C0 !important;}
input:-moz-placeholder {color: #3388C0 !important;}
input::-moz-placeholder {color: #3388C0 !important;}
input:-ms-input-placeholder {color: #3388C0 !important;}
.input-group button.btn.btn-primary.btn-sm {
    background: #81c9f9;
    margin: 0;
    padding: 6px!important;
}
.well.well-filters {
	background-color: transparent;
	box-shadow: none;
	margin-top: 35px;
	margin-bottom: 40px;
}

.pull-right .btn {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #80c9f9;
        border-color: #69abd6;
}

.pull-right .btn:hover {
    background: #9ad6ff;
}

.well.well-filters h1,
.well.well-filters h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.well.well-filters .pull-right {}

.btn {
    padding: 12px 4px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
.well.well-filters h4 {
    padding: 0 12px
}

@media (min-width:992px) and (max-width:1199px) {
    .h4,
    h4 {
        font-size: 12px
    }
    .well.well-filters h4 {
        padding: 1px 7px
    }
}

.well.well-filters h1 {
    padding: 4px 0px;
        color: #5f5f5f;
            border-right: solid 2px #80c9f9;
    padding-right: 10px;
}

@media (min-width:992px) and (max-width:1199px) {
    .h1,
    h1 {
        font-size: 16px
    }
    .well.well-filters h1 {
        padding: 1px 7px
    }
}

.panel {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #06080A!important;
    background:none!important;
    border: 0!important;
    box-shadow: none;
}

.panel-body {
    padding: 0px;
    margin-bottom:80px;
}
.panel-body .row {
    margin-left: 0px;
    margin-right: 0px;
}
.panel-default .panel-heading {
    color: #151719;
    border-left: solid 5px #2A9FD6!important;
    background:none;
    padding: 0px 0px 0px 7px!important;
    border-bottom: none!important;
    border-radius: 0px!important;
}

.panel-default .panel-heading a {
    color: #2A9FD6;
}


div.dokam-video {
    float: left;
    position: relative;
    padding: 0 0 13px;
    width: 100%;
    margin: 0 0 95px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto
}

div.dokam-video img {
    background: #e0e7ea;
        box-shadow: #111 1px -8px 41px 0px;
    width: 100%;
    height: 194px;
    transition: 2s;
}
.album-overlay {
    height: 322.5px!important;
}
.comic-overlay {
    height: 433.5px!important;
}

div.dokam-video div.dokam-video-banner {
    /*background-color: rgba(0, 0, 0, .5);
    height: 30px;*/
    position: absolute;
    width: 100%;
    margin-top: -30px;
}
.dokam-video-episode span {
    text-align: center;
    font: bold 17px 'Roboto', sans-serif;
    color: #f8f8f8;
    text-shadow: 1px 1px 6px rgb(0, 0, 0);
    text-transform: uppercase;
}
div.dokam-video div.dokam-video-banner div.pull-left {
    float: left
}

div.dokam-video div.dokam-video-banner div.pull-right {
    float: right;
	margin-top: 0px;
	background: #563c65;
	border-radius: 50px;
	height: 45px;	
	width: 45px;	
	vertical-align: middle;
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 22px;
}
div.dokam-video div.dokam-video-banner div.pull-right i { display: block; }

div.dokam-video-banner>div.video-rating {
    margin-top: 7px;
    margin-left: 10px
}

div.dokam-video-banner>div.duration {
    margin-top: 4px;
    margin-right: 5px;
    background-color: transparent;
    padding-bottom: 0;
    position: static
}

div.dokam-video-banner>div.duration.hd {
    background: url(../img/hd.png) left center no-repeat;
    padding-left: 25px
}

h4.dokam-video-name {
    color: #5f5f5f;
    margin: 5px 0;
    font-size: 16px;
    font-weight:bold;
}

li.details {
    padding-top: 8px;
}

.tag-body .btn.btn-primary.all-alpha {
    padding: 6px;
    background: none;
    border: none;
}

i.fa.fa-tag {
    color: #62A3D0;
}

h4.dokam-video-name:hover {
    color: #2A9FD6;
    transition: .2s
}

div.dokam-video-info>div {
    float: left;
    margin-right: 3%;
    color: #fff;
    overflow: hidden
}

div.dokam-video-info>div.username {
    background: url(../img/auther-icon.png) left center no-repeat
}

.username span {
    color: #77D4FF!important
}

div.dokam-video-info>div.date {
    background: url(../img/time-icon.png) left center no-repeat
}

div.dokam-video-info>div.viewer-count {
    background: url(../img/icons-red.png) left center no-repeat
}
.other-episode h2 {
    padding-bottom: 20px;
}

div.dokam-video-info>div>span {
    margin-left: 20px;
    white-space: nowrap;
    color: #999;
    font-size: 12px
}

@media (min-width:992px) and (max-width:1199px) {
    div.dokam-video div.dokam-video-banner {
        top: 93px
    }
    div.dokam-video img {
        width: 100%;
        height: 120px
    }
    div.dokam-video {
        width: 206px
    }
    h4.dokam-video-name {
        font-size: 11px
    }
}

div.dokam-filter-video {}

.dokam-filter-video .btn {
    font-size: 13px
}

div.dokam-filter-video .btn-default {
    background-color: transparent;
    border-color: transparent;
    color: #888a8c
}
.dropdown-menu>.active>a i {
    color: #80c9f9;
}
div.dokam-filter-video ul li button:hover {
    border: 2px solid #b4bece !important;
}
div.dokam-filter-video ul li button:focus {
    border: 2px solid #b4bece !important;
}
a.btn.btn-xs.btn-default:hover {
    color: #80c9f9;
    transition: .5s
}

.dokam-filter-video .btn-group {
    margin-right: 30px
}

.dokam-filter-video .btn-group:last-child {
    margin-right: 0
}

ul.dokam-filter-video-type {
    list-style: none
}

ul.dokam-filter-video-type li {
    float: left;
    margin-right: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .dokam-filter-video .btn-group,
    ul.dokam-filter-video-type li {
        margin-right: 10px
    }
}

ul.dokam-filter-video-type li:last-child {
    margin-right: 0
}

.pagination-container {
    padding: 10px;
    text-align: center;
    background-clip: padding-box;
    vertical-align: baseline;
    zoom: 1;
    margin-bottom: 40px;
    margin-top: 40px;
}

.pagination-container ul {
    margin: 0;
    padding: 0;
    font: 700 12px Arial
}

.pagination-container li {
    display: inline;
    padding-bottom: 1px;
    margin-left: 4px
}

.pagination-container a,
.pagination-container a:visited,
.pagination-container span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    /*padding: 12px;*/
    text-decoration: none;
    background-color: rgb(153, 165, 173);
    text-shadow: 0 1px #000;
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, .9);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px rgba(255, 255, 255, .04), inset 0 -1px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: 5px;
}
.slideshow {
    text-align: center;
    width: 100px;
    background: #de274a;
    margin: auto;
    font-size: 12px;
    border-radius: 20px;
    padding: 6px;
}
.slideshow:hover {
    background: #e64e6b;
}

.pagination-container a:active,
.pagination-container a:hover,
.pagination-container li.active span {
    color: #fff;
    background: #80c9f9;
    /*padding-top: 7px;
    padding-bottom: 7px;*/
}

.pagination-container li:first-child,
.pagination-container li:last-child {
    width: 75px
}

.pagination-container li.active span {
    font-weight: 700
}

.pagination-container a.disablelink,
.pagination-container a.disablelink:hover {
    background-color: #fff;
    cursor: default;
    color: #929292;
    font-weight: 400!important
}

.pagination-container a.prevnext {
    font-weight: 700;
}

a.btn.btn-xs.btn-default.details {
    padding: 9px 3px;
    background: none;
}

.list-group .show-more {
    display: none
}

.list-group.limited-list .show-more {
    color: #fff!important;
    display: block
}

.list-group .for-more {
    display: block
}

.list-group.limited-list .for-more {
    display: none
}

a.tag:hover {
    color: #fff;
    background-color: #4BB3F9;
    text-decoration: none!important
}

.nav-tabs {
    border-bottom: 3px solid #2a9fd6!important
}

.nav-tabs>li>a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.user-info {
    padding: 40px 20px 10px;
}

.user-info h3 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0
}

.user-info h3 a {
    color: #5f5f5f;
    text-decoration: none;
    display: block
}

.user-info .user-avatar {
    width: 250px;
    margin: 0 auto
}

.user-info .user-avatar img {
    border-radius: 50%;
}

.user-info .user-actions {
    margin-top: 10px
}

.user-info .user-actions .row {
    margin: 0
}

.user-info .user-actions .col-sm-6 {
    padding: 0
}

.user-info .user-actions a {
    text-transform: uppercase;
    color: #888a8c;
    box-shadow: #111 2px 2px 8px -4px;
    display: block;
    font-size: 12px;
    padding: 2px 5px;
}

.user-info .user-actions #online_status .status-online {
background-color: transparent;
    color: #0ed21d;
    font-weight: bold;
    letter-spacing: 2px;
}

.user-info .user-actions #online_status .status-offline {
    background-color: transparent;
    color: #444
}

.user-info .user-actions #block_user a {
    background-color: #ca3838;
    color: #fff;
    font-weight: 700
}

.user-info .user-actions #report_user a {
    background-color: #d59848;
    color: #fff;
    font-weight: 700
}

.user-data {
    padding: 10px 0
}

.user-info .user-stats {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    margin: auto;
    max-width: 1500px;
}

.user-info .user-stats .row {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #d3dae4;
}

.user-info .user-stats .col-sm-12,
.user-info .user-stats .col-sm-4,
.user-info .user-stats .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px
}

.user-info .user-stats label {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px
        font-weight: bold;
    color: #5f5f5f;
}

.user-info .user-stats .popularity {
    color: #1a668a
}

.user-info .user-stats .point {
    color: #b04f14
}

.user-info #info-container {
    margin-top: 15px;
    text-align: left;
    margin-bottom: 40px;
}

.user-info #info-container .separator {
    margin-bottom: 5px
}

.user-info .show-more-button-container {
    margin-top: 15px
}

.user-info .show-more-button-container .btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.dropdown-menu li.active a:after {
    background: none !important;
}
.top-menu .dropdown-menu>li>a {
    color: #c8d6e8;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.9;
    font-weight: 300;
    padding: 1px 27px 1px 20px;
}
.top-menu .dropdown-menu {
        background: #4e5f70 !important;
    border: none !important;
}

.dropdown-menu {
    max-height: 700px;
    background: rgba(255, 255, 255, 0.99) !important;
    border-radius: 0px !important;
    border: solid 1px #e3e8eb !important;
    padding: 4px 0px 10px 0px !important;
}

.dropdown-menu>li>a {
    color: #c1cfe0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2;
    font-weight: 300;
    padding: 10px 12px 2px 41px;
}

.recent-blogs-container {
    padding: 10px;
    border: 1px solid #252323!important;
    border-radius: 2px
}

.recent-blogs-container h4 {
    text-transform: uppercase;
    border-bottom: 1px solid #2a9fd6!important;
    font-size: 13px
}

.recent-blogs-container .recent-blogs li {
    border-bottom: 1px solid #222426;
    padding: 12px 5px
}

.recent-blogs-container .recent-blogs li a {
    font-size: 12px
}

.small-avatar {
    margin-right: 4px
}

.footer-links {
    background-color: #80c9f9
}

.footer-links a {
    color: #4e5f70
}
.footer span {
    color: #728496;
}
.footer {
    background-color: #4e5f70;
        color: #a5b6c7;
}
.footer-links img {
    height: auto;
}
.footer-links h4 {
    margin-top: 20px;
}

#uploader {
    background-color: #373a3d;
    box-shadow: 0 0 1px rgba(185, 179, 179, 1);
    border: 0;
    border-radius: 0;
    padding: 0
}

.button-container {
    border-top: 1pt solid #474a4d;
    border-bottom: 1pt solid #474a4d;
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #313437, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #313437, #373a3d, #313437);
    background-image: linear-gradient(top, #313437, #373a3d, #313437);
    padding: 30px;
    text-align: center
}

.myscroll {
    padding: 15px;
    max-height: 450px;
    min-height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left
}

.myscroll::-webkit-scrollbar {
    width: 15px
}

.myscroll::-webkit-scrollbar-button:end:increment {
    background: url(../img/scroll-inc.png) bottom center no-repeat #171a1d;
    display: inline-block;
    height: 15px;
    border-radius: 7px
}

.myscroll::-webkit-scrollbar-button:start:decrement {
    background: url(../img/scroll-dec.png) top center no-repeat #171a1d;
    display: inline-block;
    height: 15px;
    border-radius: 7px
}

.myscroll::-webkit-scrollbar-track-piece {
    background-color: #171a1d;
    -webkit-border-radius: 10px
}

.myscroll::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 10px;
    background: url(../img/scroll.png) center no-repeat #15619b;
    border: 2px solid #178a9d;
    box-shadow: 0 0 3px rgba(255, 255, 255, .3)
}

.file-container strong {
    color: #adff2f
}

.file-container .progressWrapper {
    width: inherit
}

.file-container .progressContainer {
    background-color: transparent;
    border: 0
}

.file-container .progressCancel {
    display: none;
    float: none
}

.file-container .progressBar {
    background-color: #fff;
    margin-right: 45%;
    margin-top: 6px
}

.file-container .progressBarStatus {
    float: left;
    display: none
}

.file-container .progressBarComplete,
.file-container .progressBarError,
.file-container .progressBarInProgress {
    height: 4px
}

.file-container .progressBarInProgress {
    background-color: #adff2f
}

.file-container .progressBarComplete {
    background-color: #adff2f;
    visibility: visible
}

.file-container .progressName {
    float: right;
    max-width: 40%;
    width: 40%;
    color: #fff;
    margin-top: -8px
}

.status-container {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(bottom, #373a3d 60%, #313437);
    background-image: -moz-linear-gradient(bottom, #373a3d 60%, #313437);
    background-image: linear-gradient(bottom, #373a3d 60%, #313437);
    padding: 20px
}

.status-container-inner {
    margin: 20px;
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    border-top: 1pt solid #474a4d;
    border-bottom: 1pt solid #474a4d;
    border-right: 1pt solid #272a2d;
    border-left: 1pt solid #272a2d;
    box-shadow: 0 -1px rgba(0, 0, 0, .3);
    border-radius: 3px;
    text-align: center;
    height: 60px
}

.status-container-inner .cancel-button-container {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    width: 150px;
    text-align: left
}

.status-container-inner .cancel-button-container a {
    font-size: 10pt;
    color: #999;
    text-shadow: none;
    font-weight: 700
}

.status-container-inner .percent-container {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 10pt;
    font-weight: 700;
    width: 150px;
    text-align: right
}

.status-container-inner .progress-container {
    background-color: #171a1d;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: -20px 0
}

.status-container-inner .progress-container #progress {
    width: 90px;
    height: 90px;
    margin: 5px;
    background-color: #15619b;
    border-radius: 42px;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 224, 255, 1)
}

.status-container-inner .progress-container #progress #refresh {
    background: url(../img/refresh.png) center no-repeat #373a3d;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

#candidates {
    display: none
}

#candidates .photos .photo {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 8px;
    position: relative
}

#candidates .photos .photo .thumb {
    width: 100px;
    height: 100px;
    cursor: pointer
}

#candidates .photos .photo.mark-for-deletion .thumb {
    opacity: .5
}

#candidates .photos .photo .name-container {
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 5px;
    left: 5px;
    width: 90px;
    overflow: hidden
}

#candidates .photos .photo .name-container input[type=text]#editedValue.in {
    width: 80px;
    margin: 0;
    padding: 2px 4px!important;
    background-color: rgba(0, 0, 0, .5)!important;
    border-radius: 3px!important;
    text-align: center;
    color: #fff;
    font-size: 12px
}

#candidates .photos .photo .check-container {
    position: absolute;
    right: 3px;
    top: 3px
}

#candidates .photos .photo .check-container .check {
    cursor: pointer;
    opacity: .7;
    display: none
}

#candidates .photos .photo.mark-for-deletion .check-container .check,
#candidates .photos .photo:hover .check-container .check {
    display: inline-block
}

#candidates .photos .photo .check-container .check:hover {
    opacity: 1
}

#candidates .photos.myscroll {
    max-height: 300px;
    min-height: 300px;
    height: 300px
}

.blog-list .panel-heading {
    border-left: none!important;
    padding-top: 3px!important;
}

#candidates a {
    text-shadow: none;
    color: #ccc
}

#candidates a:hover {
    color: #fff
}

#candidates li .check {
    display: none
}

#candidates li.mark-for-deletion .check,
#candidates li:hover .check {
    display: inline-block
}

#candidates .col-md-12,
#candidates .col-md-3,
#candidates .col-md-6 {
    padding-left: 0;
    padding-right: 5px
}

#candidates .label {
    font-weight: 700;
    color: #fff
}

#candidates input[type=text]:focus,
#candidates textarea:focus {
    outline: 0;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed
}

#candidates select {
    ;
    color: #fff
}

#candidates button#upload-album {
    color: #fff;
    background-color: #2a9fd6;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.42857143;
    -moz-border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#candidates button#upload-album:hover {
    color: #fff;
    background-color: #2180ac;
    border-color: #2180ac
}

div#uploading-notification {
    display: none
}

a.category {
    margin-right: 20px;
    color: #80c9f9;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.video-avatar {
    background-image: radial-gradient(ellipse at center, #00CBFF, #002847);
    background-color: #006D8F;
    width: 100px;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
    float: left
}

.video-avatar a {
    color: #FFF;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-weight: 700
}

.video-avatar a:hover {
    color: #ccc
}

.video-avatar:hover {
    background-image: radial-gradient(ellipse at center, #175B6D, #002847);
    background-color: #006D8F
}

span.user-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 10px
}

.well.well-sm {
    background: rgba(17, 17, 17, 0);
    padding: 0;
    font-size: 12px;
        box-shadow: none;
}

a.list-group-item.active:hover {
    background: #5CCBFF;
    border: 1px solid #0064FF;
    transition: .2s
}

a.list-group-item:hover {
    transition: .2s
}

a.tag {
    display: inline-block;
    line-height: 28px;
    text-transform: capitalize;
    border-radius: 1px;
    margin: 0 5px 5px 0;
    padding: 0px 10px 0px;
    background-color: #80c9f9;
    color: #fff
}

a:focus,
a:hover {
    text-decoration: none!important
}

.panel-default .panel-footer a:hover,
.panel-default .panel-heading a:hover {
    color: #3288C1
}

a#info-showmore:hover {
    background: #151515;
    transition: .2s
}

div#add_friend:hover,
div#handle_subscription:hover,
div#send_message:hover {
    background: #f3f3f3;
    transition: .2s
}

.user-info .user-actions #report_user a:hover {
    background-color: #ffbe69;
    transition: .2s
}

.user-info .user-actions #block_user a:hover {
    background-color: red;
    transition: .2s
}

button.btn.btn-default.btn-xs.dropdown-toggle:hover {
    color: #F56262;
    transition: .2s
}

.top-menu>div>li>a:hover {
    color: #70859a;
    transition: .2s
}

.thumb-overlay {
    margin-top: 20px
}
.basic-title {
    margin-top: 40px;
    margin-bottom: 80px;
}
.favorite-link {
    margin-top: 15px;
}

.main_menu ul.nav.navbar-nav li a:hover {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
    color: #FFFFFF;
    border-radius: 0px;
    transition: .2s
}

.m-b-20 {
    margin-bottom: 20px;
    font-size: 13px
}

.m-b-10 {
    margin-bottom: 10px
}

.facebook-sidebar {
    width: 262px;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 20px
}


.footer-links a:focus,
.footer-links a:hover {
    color: #6da1c3
}

div#u_0_0 {
    min-width: 262px!important;
    width: 188px!important
}

._1drm {
    background: #151719!important
}

._1drm._1ds4 {
    border: 1px solid #282828!important
}

._1dro ._1drp {
    color: #FFF!important
}

._1dro ._1drq {
    color: #A5A5A5!important
}

._1drm._1ds4 ._1drr {
    background: #2A9FD6!important;
    border-top: 1px solid #000!important
}

.pull-left h1 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.m-t-10.overflow-hidden h2 {
    font-size: 17px
}

.blog_header h1,
.blog_header h2 {
    font-weight: bold;
    font-size: 26px;
    padding-top: 0;
    margin-top: -2px;
    color: #FFF;
}

ul.list-unstyled.m-b-15 li {
    padding-top: 20px
}

i.fa.fa-search:hover {
    text-shadow: 0 0 3px #FFF;
    transition: .2s
}

.search-select.pull-right {}

.btn-danger {
    color: #fff!important;
    background-color: #009E2C;
    border-color: #09C23C
}

.btn-danger:hover {
    color: #fff;
    background-color: #7cb7de!important;
}

.list-group-item-span {
    font-size: 11px;
    margin-right: 145px;
    color: #55626f;
    float: right;
        margin-top: -22px;
}
.blog-panel {
    box-shadow: #dadada 0px 0px 3px;
    background: #fff !important;
    padding: 30px 15px;
    margin: 50px 0;
}
.lazy {
  opacity: 0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  transition: opacity 2s;
}
.playing-currently {
    color: #68a6d2;
    display: block;
    font-size: 15px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    top: -25px;
    text-transform: uppercase;
    width: 100%;
}

.footer-links .navbar-nav li { display: inline-block; }
.header-sidebar.sidebar2 { background: none; box-shadow: none; }
.header-sidebar.sidebar2 .ad-iframe { padding: 0px; margin-top: 30px;  }
.header-sidebar.sidebar2 .vid-latest-comments { margin-top: 35px;  }
.videos-page .well.well-filters h1.heading-inline { 
	display: inline-block;
	margin: 0px 20px 0 0 !important;
	padding: 0px !important;
	line-height: 30px !important;
	float: left;
	font-size: 16px !important;
}
.videos-page .h1_title {
	border-bottom: solid 1px #312d35 !important;
	padding-bottom: 0px !important;
	position: relative;
}
.videos-page .h1_title i.fa-cloud {
	position: absolute;
	bottom: -10px; 
	left: 0px;
	opacity: 1;
	color: #ffffff;
	background: #18151c;
	width: 35px;
}

.cloud-heading {
	border-bottom: solid 1px #312d35 !important;
	padding-bottom: 10px !important;
	position: relative;
	text-transform: capitalize !important;
	font-weight: bold !important;
	font-size: 12px !important;
	margin-bottom: 20px !important;
	padding-bottom: 15px !important;
}

.cloud-heading i.fa-cloud {
	position: absolute;
	bottom: -8px; 
	left: 0px;
	opacity: 1;
	color: #ffffff !important;
	background: #18151c;
	width: 25px;
}
