html, body {
        height: 100%;
        margin: 0;
}
.is-fw .dynamic_container {
        width: 100%;
        margin: 0 auto;
}
.is-fw footer {
        margin-top: 0px;
}
.container {
        width: 100%;
}
.fixed-width {
        width: 235px;
        height: calc(100% - 55px);
        position: fixed;
        z-index: 999;
        background-color: #fff;
        overflow-y: hidden;
        top: 55px;
}
.scrollable.default-skin .scroll-bar .thumb {
        background-color: #ccc;
}
.fluid {
        margin-left: -235px;
        background-color: #f8f8f8;
        min-height: 450px;
        display: inline-block;
}
.inner-block {
        margin-left: 180px;
        margin-right: 180px;
        background-color: #fff;
}
.sidebar-container .blue .accordion a {
        height: auto;
        color: #555;
}
.sidebar-container .blue .accordion a:hover {
        color: #fff;
}
.sidebar-container .blue .accordion {
        border: 0px !important;
}
.tpl_view .inner-block {
        margin-left: 150px;
        margin-right: 150px;
}
.inner-block.with-menu {
        margin-left: 290px;
        margin-right: 60px;
}
.tpl_view .inner-block.with-menu {
        margin-left: 265px;
        margin-right: 35px;
}
#logo_container {
        float: left;
        width: 288px;
        position: relative;
}
h3.content-title {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 88%;
        letter-spacing: -1px;
}
.tpl_files h3.content-title, .tpl_subs h3.content-title {
        width: auto;
}
.tpl_files .ct-playlist #entry-action-buttons .dl-menu {
        margin-left: -143px;
}
header#main_header {
        height: 55px;
        border-bottom: 1px solid #f0f0f0;
        background-color: #fff;
}
header#main_header a#logo, header#main_header.smaller a#logo {
        background: url("../../img/logo-header.png") no-repeat scroll center center transparent;
        background-size: 180px 32px;
        position: relative;
        display: inline-block;
        float: left;
        margin: 10px 0 13px 5px;
        width: 180px;
        height: 32px;
}

header#main_header.smaller {
        height: 55px;
}

header i.menu-trigger {
        float: left;
        display: inline-block;
        margin: 15px 0 15px 25px;
        cursor: pointer;
}
header i.menu-trigger::before {
        font-size: 16px;
        vertical-align: sub;
        color: #bbb;
}
header i.menu-trigger:hover::before {
        color: #000;
}
#ct-header-bottom {
        position: absolute;
        left: 235px;
        width: calc(100% - 235px);
        border-bottom: 1px solid #f0f0f0;
        background-color: #fff;
}
#ct-header-bottom ul {
        text-align: center;
}
#ct-header-bottom ul li {
        display: inline-block;
        margin: 5px 10px;
        vertical-align: text-bottom;
}
#ct-header-bottom ul li a {
        font-size: 14px;
}
#ct-header-bottom.no-menu {
        left: 0;
        width: 100%;
}
footer.with-menu {
        position: relative;
        left: 235px;
        width: calc(100% - 235px);
}
footer, .push { /*footer push*/
        height: 130px;
        position: relative;
}
footer a#flogo {
        background-image: url("../../img/logo-header.png");
        background-size: 167px 30px;
}
.copybar .container {
        padding-top: 0;
}
.footer_menu a {
        color: #555;
        font-size: 14px;
}
footer .copybar {
        background-color: #fff;
}
.copybar .vs-column.full {
        margin-bottom: 0;
}
.copybar .line {
        margin-bottom: 4px;
}
.copybar-off {
        background-color: #f8f8f8;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
}
footer .copy_info {
        margin-top: 0;
}
.footer_info p {
        font-size: 12px;
}
.footer_menu {
        margin: 0;
        padding: 0;
}
.f-logo, .lang-select {
        display: inline-block;
}
.f-logo {
        margin-bottom: 3px;
        margin-top: 10px;
}
.lang-select {
        margin-left: 20px;
}
.fe footer .dl-menuwrapper .dl-menuopen li {
        border: 0;
        box-shadow: none;
}
.fe footer .dl-menuwrapper .dl-menuopen li a {
        padding: 5px 10px;
        font-size: 12px;
}
.footer_icons i.icon-facebook2 {
        color: #3b5998;
}
.footer_icons i.icon-twitter22 {
        color: #4099FF;
}
.footer_icons i.icon-googleplus3 {
        color: #db4a39;
}
#lang-menu .dl-trigger.dl-active {
        color: #000;
}
#lang-menu.dl-menuwrapper .dl-menu {
        margin-top: -69px;
}
#lang-menu .dl-trigger::before {
        font-size: 12px;
}
#lang-menu .dl-trigger::after {
        font-size: 13px;
        vertical-align: initial;
}
#wrapper {
        min-height: 100%;
        margin-bottom: -130px; /*footer push*/
}
.spacer {
        height: 35px;
}
.inner-spacer {
        height: 43px;
}
@-moz-document url-prefix() { 
  .inner-spacer {
     height: 44px;
  }
}
ul#sub-nav-bar li a {
    color: #666;
    font-size: 13px;
}
ul#sub-nav-bar li.active a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
ul#sub-nav-bar li.active::before, ul#sub-nav-bar li:not(.active):hover::before {
    position: absolute;
    bottom: 0;
    display: inline-block;
    line-height: 1.2;
    color: #fff;
    border-bottom: 3px solid #06a2cb;
    content: attr(data-text);
    font-size: 13px;
    cursor: pointer;
}
ul#sub-nav-bar li.active::before {
    font-size: 14px;
}
@-moz-document url-prefix() {
  ul#sub-nav-bar li.active::before {
    font-size: 15px;
  }
}
#load-more .loadmask-msg, #load-categ .loadmask-msg{
    top: 0 !important;
}
#load-more, #load-categ {
    padding: 15px;
}
#new-playlist {
        margin-right: 10px;
}
.tpl_channel #new-playlist {
        margin-right: 0;
}
#ct-set-form textarea, .entry-form-class textarea {
        min-height: 100px;
}
.content-title [class^="iconBe-"], .content-title [class*=" iconBe-"] {
        margin-right: 2px;
}
.video_player_holder:not(.local) #view-player, .blog-player-audio, .blog-player-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	padding-top: 0px;
/*        min-height: 360px;*/
}
.video_player_holder.d:not(.local) #view-player {
/*	padding-bottom: 130%;*/
	overflow: scroll !important;
}
.video_player_holder:not(.local) #view-player iframe, .video_player_holder:not(.local) #view-player embed, .blog-player-audio iframe, .blog-player-video iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
}
#the-canvas {
	position: absolute;
	width: 100%!important;
	height: initial;
}

.comment_h button.comm-like-action, .comment_h button.comm-dislike-action, .comment_h button.comm-action-entry {
        color: #9d9d9d;
}
.tpl_view .inner-spacer {
        height: 25px;
}
.tpl_upload .inner-spacer, .tpl_import .inner-spacer {
        display: none;
}
.tpl_upload .inner-block > section, .tpl_import .inner-block > section {
        padding-top: 65px;
}
#top_actions {
        float: right;
        text-align: right;
        margin: 10px 20px 0px 5px;
        width: 125px;
}
#top_actions.no-session {
        margin-right: 8px;
        margin-top: 6px;
}
#top_actions a:not(.count_link) i::before {
        font-size: 20px;
        position: absolute;
        top: 17px;
}
#top_actions.no-session a i::before {
        font-size: 20px;
        position: absolute;
        top: 17px;
}
#top_actions a.top-upload i::before {
        right: 140px;
}
#top_actions.no-session a.top-upload i::before {
        right: 100px;
}
#top_actions a.top-notif i::before {
        right: 70px;
}
#top-login-form {
        position: absolute;
        top: 11px;
        right: 10px;
}
#top-login-form button {
        margin-right: 5px;
        margin-left: 29px;
        margin-bottom: 0;
        padding-bottom: 8px;
        font-size: 10px;
}
#top-login-form .save-entry-button::before {
        display: none;
}
.search_holder {
        position: relative;
        float: left;
        display: inline-block;
        max-width: 650px;
        width: 100%;
        margin-top: 10px;
}
.sb-icon-search, .sb-search-submit, .search_holder .sb-search-input[type="text"], .sb-search {
        line-height: 35px;
        height: 35px;
}
.sb-search-input {
        border: 1px solid #f1f1f1;
}

.tabs nav ul, .content-wrap section, .tabs-style-topline {
        max-width: none;
}
.tabs-style-topline nav li.tab-current a {
        background-color: #fff;
}

.blue .accordion a {
        background-color: #fff;
        border: 0px;
}
.blue .accordion a.dcjq-parent.active, .blue .accordion a:hover, .blue .accordion a.active {
        border: 0px;
}
.blue .accordion .menu-panel-entry.menu-panel-entry-active a.dcjq-parent.active,
.blue .accordion .menu-panel-entry.menu-panel-entry-active a.dcjq-parent,
.blue .accordion a.dcjq-parent.active {
        background-color: #06a2cb;
        color: #fff;
        border: 0px;
}
.blue .accordion .menu-panel-entry a.dcjq-parent.active {
        background-color: #444;
        color: #fff;
}
.blue .accordion a:hover {
        background-color: #444;
}
.blue .accordion li:last-of-type {
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 10px;
}
.sort-nav li {
        border: 0px !important;
        padding-bottom: 0 !important;
}
.blue .accordion .inner-menu li {
        border: 0;
        padding-bottom: 0;
}
.blue .accordion a.selected {
        background: #06a2cb;
        color: #fff;
}
.blue .accordion .inner-menu a {
        border: 0;
        background-color: #fff;
}
.blue .accordion .inner-menu a:hover {
        background-color: #444;
        padding-left: 25px;
}
.blue .accordion .inner-menu a.selected {
        border: 0;
}
.blue .accordion a.active, .blue .accordion li.dcjq-current-parent.dcjq-parent-li a.sub-categ.dcjq-parent.active {
        background-color: #fff;
        color: #555;
}
.blue .accordion a.active:hover {
        background-color: #444;
        color: #fff;
}
.left-menu-h4 {
        text-transform: uppercase;
        font-size: 12px;
        margin-left: 35px;
        margin-top: 15px;
        margin-bottom: 5px;
        color: #06a2cb;
        font-weight: normal;
}
.left-menu-h4 i {
        margin-left: 3px;
        margin-top: 0;
}
@-moz-document url-prefix() {
    .left-menu-h4 i {
	margin-top: -1px;
    }
}
.nav-title {
        padding: 0;
}
.inline_button {
        transition: none !important;
}
.text-inactive {
        color: #aaa;
        font-size: 12px;
}
.user-activity-entry {
        padding: 15px 10px 10px 10px;
}
.user-activity-entry p {
        line-height: 1.2;
}
.user-activity-text {
        display: inline-block;
        width: 60%;
}
.hide-entry, .unhide-entry, .restored-entry {
        position: absolute;
        right: 0;
        margin-top: 13px;
        margin-right: 20px;
        visibility: hidden;
        cursor: pointer;
}
.hidden-notifications {
        float: right;
        display: inline-block;
        margin-top: 5px;
        margin-right: 21px;
        cursor: pointer;
}
.hidden-notifications.active {
        color: #06a2cb;
}
.user-sub-activity:hover .hide-entry, .user-sub-activity:hover .unhide-entry, .user-sub-activity:hover .restored-entry {
        visibility: visible;
}
.user-activity-side-left {
        padding-left: 10px;
}
.user-activity-side-right {
        padding-right: 30px;
}
#notifications-arrow-box {
        right: 46px;
        top: 54px;
        width: 600px;
}
#more-results span {
        text-transform: uppercase;
        font-size: 12px;
}
#notifications-box-list .user-sub-activity:last-of-type div.line {
        display: none;
}
.black {
        color: #000;
}
.notification-entries-heading {
        padding: 8.7px 10px;
        border-bottom: 1px solid #f0f0f0;
        font-weight: bold;
}
@-moz-document url-prefix() {
        .notification-entries-heading {
                padding: 9.2px 10px;
        }
}
.user-sub-activity:hover {
        background-color: #f0f0f0;
}
.user-sub-activity.is-hidden {
        background-color: #e7e7e7;
}
#notifications-arrow-box .scrollable.default-skin {
        padding-bottom: 0;
}
#notifications-box .line {
        margin-bottom: 0px;
}
#notifications-box {
        min-height: 100px;
}
#notifications-box-scroll {
        height: 358px;
}
@-moz-document url-prefix() {
        #notifications-arrow-box {
                right: 40px;
        }
}
#notifications-arrow-box .arrow_box_pad {
        padding: 0;
}
.arrow_box_pad {
        padding: 9.2px 15px;
}
.arrow_box {
        position: absolute;
        background: #fff;
        border: 1px solid #c5c5c5;
        top: 26px;
        z-index: 99;
        width: 300px;
        right: 0;
        box-shadow: 0 0 15px rgba(0,0,0,.18);
        font-size: 14px;
        text-align: left;
}

.arrow_box::after, .arrow_box::before {
        bottom: 100%;
        left: 94.5%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
}
@-moz-document url-prefix() { 
  .arrow_box {
     top: 25px;
  }
  .arrow_box::after, .arrow_box::before {
          left: 93.5%;
  }
}
.arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
}
.arrow_box:before {
        border-color: rgba(197, 197, 197, 0);
        border-bottom-color: #c5c5c5;
        border-width: 11px;
        margin-left: -11px;
}
.user-thumb-xlarge.top {
        position: relative;
        display: inline;
}
.user-thumb-xlarge.top .own-profile-image {
        cursor: pointer;
        width: auto;
        display: inline;
        margin-top: 2px;
        border: 1px solid #3cb5f9;
}
.user-thumb-xlarge.top .own-profile-image:hover {
        border: 1px solid #0793e2;
}
.user-thumb-xlarge.top .own-profile-image.second {
        margin-top: 20px;
}

.top-signout::before, .top-account::before {
        display: none;
}
.top-signout {
        font-size: 10px;
        margin-right: 20px;
}
.top-account {
        font-size: 10px;
        margin-left: 20px;
}
.top-icon {
        margin-right: 20px;
}
#home-content .line {
        margin-bottom: 0px;
        margin-top: 0px;
}
#home-content .line:last-of-type {
        display: none;
}
#home-content .content-title {
        font-size: 15px;
        font-family: "Roboto";
        font-weight: 600;
        position: relative;
}
#home-content .featured_videos .content-title {
        position: relative;
}
#home-content .channel_section .content-title {
        z-index: 2;
}
#home-content .content-title img, .tpl_subs .content-title img {
        vertical-align: middle;
        margin-right: 7px;
}
#home-content .channel-subscribe-button {
        margin: 5px 10px 15px 0;
        position: absolute;
        right: 0;
        z-index: 2;
}
.recommended_section ul.fileThumbs li:nth-last-child(-n+12) {
        display: none;
}
.recommended_section ul.fileThumbs li:nth-child(-n+12) {
        display: block;
}
#categories-accordion a i, #categories-accordion a.selected i {
        background-color: #06a2cb;
        padding: 3px;
        color: #fff;
        margin-right: 5px;
}
#no-session-accordion a.active i {
        background-color: initial;
        color: #fff;
}
#no-session-accordion a.active:hover i {
        background-color: #06a2cb;
        color: #fff;
}
#no-session-accordion a i {
        background-color: #fff;
        padding: 3px;
        color: #555;
        margin-right: 5px;
}
#no-session-accordion a:hover i {
        background-color: #444;
        color: #fff;
}

.fileThumbs .vs-column {
        margin-bottom: 1.5%;
}

.fileThumbs .vs-column.thirds {
        width: 18.8%;
}
.fileThumbs .vs-column.thirds:nth-child(3n) {
        margin-right: 1.5%;
}
.fileThumbs:not(.suggested-list) .vs-column.thirds:nth-child(5n) {
        margin-right: 0;
}
.fileThumbs .thumbs-wrappers .vs-column.thirds {
        width: 32.3333%;
}

.fileThumbs .owl-item .vs-column.thirds.big-thumbs, .fileThumbs .owl-item .vs-column.fourths.small-thumbs {
        width: 100% !important;
}
.small-thumbs h2, .small-thumbs h3 {
        padding: 0;
}

#home-content .owl-prev, #home-content .owl-next {
        position: absolute;
        top: 23%;
}
#home-content .owl-prev i::before, #home-content .owl-next i::before {
        font-size: 16px;
        color: #aaa;
}
#home-content .owl-prev {
        left: -15px;
}
#home-content .owl-next {
        right: -20px;
}
#home-content .owl-carousel .owl-stage-outer {
        padding: 0px 0 10px;
}
#home-content .owl-next.off, #home-content .owl-prev.off {
        display: none !important;
}
#home-content .owl-next:hover, #home-content .view-on .owl-next {
        right: -41px;
}
#home-content .owl-prev:hover, #home-content .view-on .owl-prev {
        left: -41px;
}
#home-content .owl-next:hover{border-left-width: 0px !important;}
#home-content .owl-prev:hover{border-right-width: 0px !important;}
#home-content .owl-next:hover, #home-content .owl-prev:hover,
#home-content .view-on .owl-next, #home-content .view-on .owl-prev
{
        width: 41px;
        height: 62px;
        background-color: #fff;
        top: 16%;
        border: 1px solid #f0f0f0;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#home-content .owl-next:hover i::before, #home-content .owl-prev:hover i::before,
#home-content .view-on .owl-next i::before, #home-content .view-on .owl-prev i::before
{
        margin-left: 15px;
        margin-top: 27px;
        color: #000;
}
.more-recommended {
        font-size: 14px;
        float: right;
        display: inline-block;
        margin-top: -1.8%;
        margin-bottom: 13px;
}
.fileThumbs .vs-column.fourths {
        width: 15.4%;
}
.fileThumbs .vs-column.fourths:nth-child(4n), .ch-grid .vs-column.fourths:nth-child(4n) {
        margin-right: 1.5%;
}
.fileThumbs .vs-column.fourths:nth-child(6n), .ch-grid .vs-column.fourths:nth-child(6n) {
        margin-right: 0;
}

.vs-column figure.effect-fullT {
        width: 27%;
}
.full-thumbs .caption {
        width: 73%;
}


.blue .accordion {
        padding: 10px 20px 0;
}
.blue .accordion a, .blue .accordion a.dcjq-parent, .blue .accordion a.dcjq-parent:hover {
        padding: 3px 10px 3px 15px;
}


.login-margins {
        margin: 20px 0;
}
.hr {
        margin: 0 auto 30px !important
}
.hr .inner {
        background-color: #f1f1f1;
        font-size: 14px;
}
.tpl_signin .hr {
        padding-top: 0;
}
span.input-signin button.search-button.form-button {
        margin-right: 0;
        width: 48%;
}

.tpl_browse #promo-view-mode-1-list ul li:nth-last-child(-n+1) {
}


.subscribers.profile_count i {
        background: #fff;
        padding: 6px 10px 5px 10px;
        margin: 0;
        color: #505050;
        margin-right: 20px;
}
.profile_count {
        display: block;
        margin: 0;
        font-size: 11px;
        margin-top: 8px;
        margin-right: 10px;
        width: 100%;
        max-width: 200px;
}
.arrow_box .profile_count {
        margin-top: 2px;
}
.profile_count a {
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
        background:  #7abbec;
        color: white;
        display: block;
}
.profile_count a:hover {
        background: #92cefb;
}
.count_number {
        background: #fff;
        padding: 2px 0px 0px 0px;
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
        margin-left: -3px;
        text-align: center;
        color: #505050;
}
.channel-subscribe-button {
        margin: 15px 15px 15px 0px;
        width: 165px;
}
a.count_link  {
        display: block;
        position: relative;
}
.subscribers {
        position: relative;
        width: 100%;
        min-width: 130px;
        background: #7abbec;
        display: block;
        text-align: center;
}
.subscribers i {
        position: absolute;
        left: 0;
}
.arrow_box .subscribers {
        background-color: #fff;
}
.count_number {
        width: 33px;
        position: absolute;
        right: 0;
        top: 0;
}
.sub-txt {
        color: white;
        font-size: 12px;
}
.subscribers.profile_count > div {
        text-align: left;
        padding-bottom: 5px;
        font-size: 14px;
}
.to-all { margin-right: 0; }
figure.effect-bigT h2 { letter-spacing: -0.1px; }

#siteContent > .page_holder, #response-loader, #playlist-loader, #comment-load, .related-column {
        padding: 0;
}

.page_holder_left {
        width: calc(70% - 10px);
        float: left;
}
.page_holder_right {
        width: 30%;
        float: right;
        padding: 0 10px;
        margin-top: 10px;
}
.related-carousel .vs-column.thirds {
        width: 48.5%;
}

.suggested-list .vs-column figure.effect-fullT {
        width: 47%;
}
.suggested-list .full-thumbs .caption, .suggested-list .full-details-holder {
        width: 52%;
}
.suggested-list .watch_later_holder i {
        right: 4px;
}
.page_holder_right h5 {
        font-weight: bold;
        padding-top: 10px;
        padding-left: 1px;
        line-height: 20px;
}
.full-details-holder p {
        max-height: 55px;
        overflow: hidden;
}
.suggested-list .full-thumbs h2, .suggested-list .full-thumbs h3 {
        padding-right: 10px;
        padding-top: 0px;
        font-size: 14px;
        line-height: 16px;
        overflow: hidden;
}
.video_player_holder {
        margin-bottom: 0;
        margin-top: 10px;
}
#title-wrapper {
        margin-top: 5px;
        padding: 0 10px;
}
.title-text {
        font-weight: normal;
        font-size: 20px;
        color: #000;
}
.big-thumbs h2 {
        font-weight: 500 !important;
}
#embed-wh-param {
        position: relative;
        display: inline-block;
}
.autoplay-switch, .autoplay-label {
        float: right;
        display: inline-block;
}
.autoplay-switch {
        margin-left: 15px;
}
.autoplay-label {
        font-weight: 500;
}
.autoplay-label i {
        position: relative;
        cursor: pointer;
}
.tpl_view .switch {
        width: 55px;
        height: 20px;
        margin-right: 0;
}
.tpl_view .switch-light .switch-input:checked ~ .switch-handle,
.tpl_view .switch-light .switch-handle
{
        left: 37px;
}
.tpl_view .switch-light .switch-input:checked ~ .switch-label,
.tpl_view .switch-light .switch-label
{
        border-width: 1px;
}
.tpl_view .switch-label::after, .tpl_view .switch-label {
        font-size: 8px;
}
.tpl_view .switch-light .switch-handle {
        top: 3px;
        width: 14px;
        height: 14px;
}
.tpl_view .channel_image img {
        max-width: 64px;
}
.tpl_view .channel_image {
        float: left;
        display: inline-block;
}
.tpl_view .channel_owner {
        float: left;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        color: #444;
        margin: 10px;
}
.big-thumbs .captionmore, .carousel_t .captionmore {
        top: 25%;
}
.small-thumbs .profile_image img {
        cursor: pointer;
}
.vs-column figure a {
        z-index: auto;
}
.suggested-list .big-thumbs .profile_image img, .suggested-list .full-thumbs .profile_image img {
        width: 35px !important;
        height: 35px !important;
}
.suggested-list figure.effect-bigT .profile_image .channel_name, .suggested-list .full-thumbs .profile_image .channel_name {
        font-size: 11px !important;
        margin-left: 6px !important;
        margin-top: 7px !important;
        display: none;
}
.small-thumbs .profile_image .channel_name {
        cursor: pointer;
        color: #505050;
}
.small-thumbs .profile_image .channel_name:hover {
        cursor: pointer;
        color: #0793e2;
}
.big-thumbs .profile_image .channel_name, .full-thumbs .profile_image .channel_name {
        display: none;
}
.paginate-all {
        display: none;
}
.carousel_t .captionmore {
        font-size: 11px;
}
.channel_views {
        float: right;
        display: inline-block;
        margin-top: 35px;
}
#title-wrapper .line {
        margin-bottom: 10px;
}
.border-wrapper {
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

p.views_counter {
        margin-bottom: 0px !important;
}
#div-info, #div-share, #div-favorite, #div-report, #div-download, #div-rate-up, #div-rate-down, #response-loader, #playlist-loader {
        margin-top: 10px;
        padding: 0 15px;
}
#div-info p {
        line-height: 1.2;
        margin-bottom: 10px;
}
.line.toggle-off {
        margin-bottom: 0;
}
.p-date {
        display: inline-block;
        padding-bottom: 10px;
}
#comment-load {
        padding: 0 15px;
        margin-top: 10px;
}
.comments_activity:last-of-type {
        border-bottom: 0px;
}
.comments_activity:first-of-type {
        border-top: 1px solid #f0f0f0;
}
.related-column {
        margin-top: 10px;
}
.first-line {
        margin-bottom: 10px;
        margin-top: 5px;
}
.viewType {
        display: inline-flex;
}
.owl-carousel .owl-stage-outer {
        padding-top: 15px;
        padding-bottom: 10px;
}

#channel-own-photos, #channel-art-photos {
        display: inline-block;
}
#channel-art-photos {
        margin-top: 10px;
}
.ch-grid .vs-column.full {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px !important;
}
.ch-grid .vs-column.full:last-of-type {
        border-bottom: 0;
}
.ch-grid .vs-column.fifths {
        width: 15.4%;
}

.ch-grid .vs-column.fifths:nth-child(6n) {
        margin-right: 0;
}
.list-view-thumb {
        width: 18%;
}
.list-view-details {
        width: 82%;
}

.hometabs h5 {
        font-weight: 600;
        margin-top: 15px;
}
#home-response {
        margin-top: 15px;
}
.hometabs .icheck-box label {
        margin-right: 10px;
}
#home-channels-form textarea {
        min-height: 150px;
}

.playlist-carousel .big-thumbs .about {
	bottom: 0px;
	height: 22px;
}
.playlist-carousel .big-thumbs:hover .about {
	display: none;
}
.playlist-carousel .big-thumbs figcaption p {
	top: 0.8em;
}
.tpl_browse .small-thumbs h2, .recommended_section .small-thumbs h2, .tpl_channel .small-thumbs h2, .tpl_subs .small-thumbs h2, .tpl_files .small-thumbs h2, .tpl_search .small-thumbs h2,
.tpl_browse .small-thumbs h3, .recommended_section .small-thumbs h3, .tpl_channel .small-thumbs h3, .tpl_subs .small-thumbs h3, .tpl_files .small-thumbs h3, .tpl_search .small-thumbs h3 {
	min-height: 31px;
}







@media (max-width: 1610px) {
        .list-view-thumb {
                width: 22%;
        }
        .list-view-details {
                width: 78%;
        }
}
@media (max-width: 1600px) {
        .suggested-list .full-thumbs h2, .suggested-list .full-thumbs h3 {
        	max-height: 50px;
        }
}

@media (max-width: 1563px) {
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds {
                width: 23.86%;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds:nth-child(5n+5) {
                margin-right: 1.5%;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds:nth-child(4n+4) {
                margin-right: 0;
        }


        .fileThumbs .vs-column.fourths {
                width: 18.8%;
        }
        .fileThumbs .vs-column.fourths:nth-child(5n), .ch-grid .vs-column.fourths:nth-child(5n) {
                margin-right: 0 !important;
        }
        .fileThumbs .vs-column.fourths:nth-child(6n), .ch-grid .vs-column.fourths:nth-child(6n) {
                margin-right: 1.5%;
        }

        .tpl_browse #promo-view-mode-1-list ul li:nth-last-child(-n+2) {
                display: none;
        }

        .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+1) {
                display: none;
        }

        .inner-block {
                margin-left: 100px;
                margin-right: 100px;
        }
        .related-carousel .vs-column.thirds {
/*                width: 100%;*/
        }
        .suggested-list .first-entry.vs-column figure.effect-fullT, .suggested-list .first-entry.full-thumbs .caption, .suggested-list .first-entry .full-details-holder {
/*                width: 100%;*/
        }
        .recommended_section ul.fileThumbs li:nth-last-child(-n+10) {
                display: none;
        }
        .recommended_section ul.fileThumbs li:nth-child(-n+10) {
                display: block;
        }
}


@media (max-width: 1356px) {
        .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+2) {
                display: block;
        }
        .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+1) {
                display: none;
        }
        .tpl_view .inner-block {
                margin-left: 50px;
                margin-right: 50px;
        }
        .ch-grid .vs-column.fifths {
                width: 18.8%;
        }

        .ch-grid .vs-column.fifths:nth-child(6n) {
                margin-right: 1.5%;
        }
        .ch-grid .vs-column.fifths:nth-child(5n) {
                margin-right: 0;
        }
        #promo-view-mode-1-list .ch-grid .vs-column.fifths:last-of-type {
                display: none;
        }
        .list-view-thumb {
                width: 28%;
        }
        .list-view-details {
                width: 72%;
        }
        .suggested-list .full-thumbs h2, .suggested-list .full-thumbs h3 {
        	font-size: 12px;
        }
}

@media (max-width: 1330px) {
        span.input-signin button.search-button.form-button {
                width: 100%;
        }
}

@media (max-width: 1250px) { /* dispare meniu stanga daca ii deschis, si se repozitioneaza sub header cu absolute cumva */
        .sidebar-container {
                display: none;
        }
        .inner-block, .inner-block.with-menu, .tpl_view .inner-block, .tpl_view .inner-block.with-menu {
                margin-left: 30px;
                margin-right: 30px;
        }
        #ct-header-bottom {
                left: 0;
                width: 100%;
        }
        footer, footer.with-menu {
                left: 0;
                width: 100%;
        }
        .tpl_view .container_wrapper {
                margin-top: 0;
        }
        .related-carousel .vs-column.thirds {
                width: 100%;
        }
}

@media (max-width: 1250px) {
        .list-view-thumb {
                width: 25%;
        }
        .list-view-details {
                width: 75%;
        }
}

@media (max-width: 1200px) {
        .ch-grid li {
                width: 170px;
                height: 170px;
        }
        .tpl_view .page_holder_right {
        	width: 320px;
        }
        .tpl_view .page_holder_left {
        	width: calc(100% - 330px);
        }
}


@media (max-width: 1160px) {
        .search_holder {
                max-width: 550px;
        }
}

@media (max-width: 1150px) {
        .search_holder.no-session-holder {
                max-width: 550px;
        }
}

@media (max-width: 1100px) {
        .search_holder {
                max-width: 490px;
        }
}

@media (max-width: 1048px) {
        .vs-column figure.effect-fullT {
                width: 35%;
        }
        .full-thumbs .caption {
                width: 65%;
        }
        .search_holder.no-session-holder {
                max-width: 400px;
        }
}

@media (max-width: 1024px) {
        .ch-grid li {
                width: 140px;
                height: 140px;
        }
}

@media (max-width: 1000px) {
        .search_holder {
                max-width: 400px;
        }
}

@media (max-width: 980px) {
        .tpl_browse #promo-view-mode-1-list ul li:nth-last-child(-n+3) {
                display: none;
        }
        .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+3) {
                display: block;
        }
        .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+2) {
                display: none;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds:nth-child(2n) {
                margin-right: 1.5%;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds:nth-child(3n) {
                margin-right: 0;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds {
                width: 32.33%;
                margin-right: 1.5%;
        }
        .fileThumbs .vs-column.fourths {
                width: 23.8%;
        }
        .fileThumbs .vs-column.fourths:nth-child(5n), .ch-grid .vs-column.fourths:nth-child(5n) {
                margin-right: 1.5% !important;
        }
        .fileThumbs .vs-column.fourths:nth-child(4n), .ch-grid .vs-column.fourths:nth-child(4n) {
                margin-right: 0 !important;
        }
        .icon-thumbs::before {
                content: "\e627";
        }
        .recommended_section ul.fileThumbs li:nth-last-child(-n+16) {
                display: none;
        }
        .recommended_section ul.fileThumbs li:nth-child(-n+8) {
                display: block;
        }
}

@media (max-width: 945px) {
        h3.content-title {
                width: 80%;
        }
}

@media (max-width: 940px) {
        .search_holder {
                max-width: 335px;
        }
}
@media (max-width: 900px) {
        .search_holder.no-session-holder {
                max-width: 300px;
        }
}

@media (max-width: 880px) {
        .ch-grid li {
                width: 120px;
                height: 120px;
        }
        .list-view-thumb {
                width: 28%;
        }
        .list-view-details {
                width: 72%;
        }
        .tpl_view .page_holder_right {
        	width: 100%;
        }
        .tpl_view .page_holder_left {
        	width: 100%;
        }
        .suggested-list .full-thumbs h2, .suggested-list .full-thumbs h3 {
        	font-size: 14px;
        	max-height: auto;
        }
}

@media (max-width: 845px) {
        .search_holder {
                max-width: 280px;
        }
}

@media (max-width: 800px) {
        .search_holder.no-session-holder {
                max-width: 190px;
        }
        .search_holder {
        	position: absolute;
        	left: 285px;
        }
}

@media (max-width: 788px) {
        .search_holder {
                max-width: 250px;
        }
}

@media (max-width: 782px) {
        .container {
                padding: 0;
        }
        .is-fw .full_width {
                padding: 0;
        }
}

@media (max-width: 768px) {
        .container {
                padding: 0;
        }
        ul.fileThumbs > .vs-column.thirds {
                width: 49%;
        }
        .fileThumbs .vs-column.thirds:nth-child(2n) {
                margin-right: 0;
        }
        .fileThumbs .vs-column.thirds:nth-child(1n) {
                margin-right: 1.5%;
        }


        #promo-view-mode-2, #main-view-mode-2-recent, #main-view-mode-2-featured, #main-view-mode-2-views, #main-view-mode-2-likes, #main-view-mode-2-comments, #main-view-mode-2-favorites, #main-view-mode-2-responses {
                display: block;
        }

        ul.fileThumbs > .vs-column.fourths {
                width: 32.33%;
        }
        ul.fileThumbs > .vs-column.fourths:nth-child(1n), ul.fileThumbs > .vs-column.fourths:nth-child(2n), ul.fileThumbs > .vs-column.fourths:nth-child(4n), .ch-grid .vs-column.fourths:nth-child(4n) {
                margin-right: 1.5% !important;
        }
        ul.fileThumbs > .vs-column.fourths:nth-child(3n), .ch-grid .vs-column.fourths:nth-child(3n) {
                margin-right: 0 !important;
        }

        span.input-signin button.search-button.form-button {
                width: 48%;
        }
        #search-filters .vs-column.fourths {
                min-height: 180px;
        }
        .tpl_browse #promo-view-mode-1-list ul li:nth-last-child(-n+3), .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+3) {
                display: none;
        }
        .fileThumbs .vs-column.full-thumbs {
                margin-bottom: 0;
        }
        .ch-grid .vs-column.fifths {
                width: 23.8%;
        }
        .ch-grid .vs-column.fifths, .ch-grid .vs-column.fifths:nth-child(5n) {
                margin-right: 1.5%;
        }
        .ch-grid .vs-column.fifths:nth-child(4n) {
                margin-right: 0;
        }
        #promo-view-mode-1-list .ch-grid .vs-column.fifths:nth-last-child(-n+2) {
                display: none;
        }
        .recommended_section ul.fileThumbs li:nth-last-child(-n+12) {
                display: none;
        }
        .recommended_section ul.fileThumbs li:nth-child(-n+6) {
                display: block;
        }
        .playlist_holder h2 {
        	text-align: left;
        }
}
@media (max-width: 760px) {
        .search_holder {
                max-width: 180px;
        }
}
@media (max-width: 700px) {
        #notifications-arrow-box.arrow_box::after, #notifications-arrow-box.arrow_box::before {
                left: calc(100% - 43px);
        }
        @-moz-document url-prefix() {
                #notifications-arrow-box.arrow_box::after, #notifications-arrow-box.arrow_box::before {
                        left: calc(100% - 48px);
                }
        }
        #notifications-arrow-box {
                width: 87.5%;
        }
        .hidden-notifications {
                margin-right: 30px;
        }
        #top_actions {
                margin-right: 30px;
        }
        #top_actions a.top-notif i::before {
                right: 80px;
        }
        #top_actions a.top-upload i::before {
                right: 118px;
        }
        .page_holder_left, .page_holder_right {
                width: 100%;
                padding-right: 0;
        }
        .page_holder_right {
                padding-left: 15px;
                padding-right: 15px;
        }
        .related-carousel .vs-column.thirds, .profile_details {
                width: 100%;
        }
        .tpl_view .fluid {
                float: left;
        }
        .views_counter {
                font-size: 18px;
        }
        .action_buttons i, .sh_button {
                font-size: 14px;
        }
        .tpl_view .inner-spacer {
                height: 30px;
        }
        .related-column {
                margin-top: 0;
        }
        .suggested-list .first-entry, .suggested-list .owl-item:first-of-type {
        }
        .page_holder_right h5 {
        }
        .related-column .video-content-title {
        	display: none !important;
        }
        .inner-block, .inner-block.with-menu {
                margin-left: 0;
                margin-right: 0;
                padding: 0 10px;
        }
        .tpl_view .inner-block, .tpl_view .inner-block.with-menu {
                margin-left: 0;
                margin-right: 0;
        }
        #home-content .owl-next:hover, #home-content .view-on .owl-next {
                right: -20px;
        }
        #home-content .owl-prev:hover, #home-content .view-on .owl-prev {
                left: -20px;
        }
        #more-results {
                display: block;
        }
        #notifications-box #more-results {
                display: block;
        }
}

@media (max-width: 690px) {
        #logo_container {
                width: 260px;
        }

}

@media (max-width: 678px) {
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds {
                width: 49%;
                float: left;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds:nth-child(1n) {
                margin-right: 1.5%;
        }
        .tpl_browse #promo-view-mode-1-list ul li:nth-last-child(-n+3) {
                display: block;
        }
        .tpl_browse #promo-view-mode-1-list ul li:nth-last-child(-n+2) {
                display: none;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds:nth-child(2n) {
                margin-right: 0;
        }
        .vs-column figure.effect-fullT {
                width: 50%;
                float: left;
        }
        .full-thumbs .caption, .full-details-holder {
                width: 50%;
        }
        .full-thumbs .caption {
                position: absolute;
        }
        .full-thumbs h2, .full-thumbs h3 {
                max-height: 54px;
                overflow: hidden;
                margin-bottom: 5px;
        }
        .full-details-holder {
                float: left;
        }
        .tabs .content-title {
                padding-left: 0;
        }
        .fileThumbs .vs-column.full-thumbs {
                margin-bottom: 0;
        }
        .recommended_section ul.fileThumbs li:nth-last-child(-n+12) {
                display: none;
        }
        .recommended_section ul.fileThumbs li:nth-child(-n+6) {
                display: block;
        }
}

@media (max-width: 640px) {
        header#main_header a#logo, header#main_header.smaller a#logo {
                background-image: url("../../img/logo-symbol.png");
                background-size: 43px 36px;
                width: 43px;
                margin-left: 10px;
        }
        #logo_container {
                width: 115px;
        }
        .search_holder {
                max-width: 45%;
        }
        .list-view-thumb {
                width: 32%;
        }
        .list-view-details {
                width: 68%;
        }
        .user-activity-text {
                width: 50%;
        }
        .search_holder {
        	left: 130px;
        }
}

@media (max-width: 595px) {
        h3.content-title {
                width: 70%;
        }
}

@media (max-width: 560px) {
        #notifications-arrow-box {
                width: 78%;
        }
        .user-activity-text {
                width: 39%;
        }
        .fluid {
                float: right;
        }
        .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+3) {
                display: block;
        }
        .tpl_browse #promo-view-mode-2-list ul li:nth-last-child(-n+2) {
                display: none;
        }
        ul.fileThumbs > .vs-column.thirds {
                width: 100%;
        }
        ul.fileThumbs > .vs-column.fourths {
                width: 49%;
        }
        ul.fileThumbs > .vs-column.fourths:nth-child(1n) {
                margin-right: 1.5% !important;
        }
        ul.fileThumbs > .vs-column.fourths:nth-child(2n) {
                margin-right: 0 !important;
        }
        section.filter {
                margin-right: 0;
        }
        .tpl_channels section.filter, .tpl_search section.filter {
                display: block;
        }
        .blue .accordion {
                margin: 0;
        }
        .ch-grid .vs-column.fifths {
                width: 32.3333%;
        }
        .ch-grid .vs-column.fifths, .ch-grid .vs-column.fifths:nth-child(5n), .ch-grid .vs-column.fifths:nth-child(4n) {
                margin-right: 1.5%;
        }
        .ch-grid .vs-column.fifths:nth-child(3n) {
                margin-right: 0;
        }
        #promo-view-mode-1-list .ch-grid .vs-column.fifths:nth-last-child(-n+3) {
                display: none;
        }
        .tpl_channels .channel-subscribe-button {
                width: 100%;
                margin-bottom: 10px;
        }
        .recommended_section ul.fileThumbs li:nth-last-child(-n+8) {
                display: none;
        }
        .recommended_section ul.fileThumbs li:nth-child(-n+4) {
                display: block;
        }
}

@media (max-width: 548px) {
        .vs-column figure.effect-fullT {
                width: 100%;
                float: none;
        }
        .full-thumbs .caption, .full-details-holder {
                width: 100%;
                padding-left: 0px;
        }
        .full-details-holder {
                float: none;
        }
        .full-thumbs h2, .full-thumbs h3, .full-details-holder p {
        	padding-left: 0;
        	padding-right: 0;
        }
        .full-details-holder p {
        	margin-bottom: 25px !important;
        }
        .content-wrap section.filter {
        	display: none;
        }
        .suggested-list .vs-column figure.effect-fullT {
        	float: left;
        }
        .suggested-list .full-details-holder {
        	float: right;
        }
}

@media (max-width: 520px) {
        .search_holder {
                max-width: 33%;
        }
        .search_holder.no-session-holder {
                max-width: 155px;
        }
        span.input-signin button.search-button.form-button {
                width: 100%;
        }
}

@media (max-width: 517px) {
        .ch-descr {
                display: block;
        }
        .list-view-thumb {
                width: 43%;
        }
        .list-view-details {
                width: 57%;
        }
}

@media (max-width: 480px) {
        .user-activity-side-right {
                display: none;
        }
        .user-activity-text {
                width: 70%;
        }
        .promo-list li {
                width: auto;
                float: left;
                margin-right: 25px;
        }
        .tpl_channel .channel-subscribe-button {
                margin: 15px 15px 15px 0;
                float: right;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds {
                width: 100%;
        }
        .fileThumbs:not(.related-carousel):not(.playlist-carousel) .vs-column.thirds:nth-child(1n) {
                margin-right: 0;
        }
        .recommended_section ul.fileThumbs li:nth-last-child(-n+8) {
                display: none;
        }
        .recommended_section ul.fileThumbs li:nth-child(-n+4) {
                display: block;
        }
}

@media (max-width: 468px) {
        .comments_actions .inline_button span {
                display: inline-block;
        }
        .post-comment-button {
                margin-bottom: 10px;
        }
}

@media (max-width: 460px) {
        .copybar .container {
                text-align: center;
        }
        .lang-select {
                margin-left: 0;
                margin-top: 0;
        }
        .f-logo, .lang-select {
                width: 100%;
                margin-bottom: 0;
        }
        .f-logo {
                margin-top: 10px;
        }
        .footer_icons {
                float: none;
        }
        #lang-menu ul li {
                float: none;
        }
        #lang-menu.dl-menuwrapper .dl-menu {
                width: 100%;
                margin-top: -86px;
        }
        h3.content-title, .no-content {
                font-size: 14px;
        }
        #home-content .content-title {
                width: 100%;
                position: relative;
        }
        #home-content .channel-subscribe-button {
                float: left;
                position: relative;
                margin: -10px 0 10px;
        }
        #home-content section.channel_section .container > article:first-of-type {
                display: inline-block;
                position: relative;
        }
        #home-content section.featured_section:first-of-type .content-title {
        }
}
@media (max-width: 430px) {
        .ch-grid .vs-column.fifths {
                width: 48.8%;
        }
        .ch-grid .vs-column.fifths, .ch-grid .vs-column.fifths:nth-child(5n), .ch-grid .vs-column.fifths:nth-child(4n), .ch-grid .vs-column.fifths:nth-child(3n) {
                margin-right: 1.5%;
        }
        .ch-grid .vs-column.fifths:nth-child(2n) {
                margin-right: 0;
        }
        #promo-view-mode-1-list .ch-grid .vs-column.fifths:nth-last-child(-n+3) {
                display: block;
        }
        #promo-view-mode-1-list .ch-grid .vs-column.fifths:last-of-type {
                display: block;
        }
}

@media (max-width: 450px) {
        #promo-view-mode-2, #main-view-mode-2-recent, #main-view-mode-2-featured, #main-view-mode-2-views, #main-view-mode-2-likes,
        #main-view-mode-2-comments, #main-view-mode-2-favorites, #main-view-mode-2-responses, #main-view-mode-2-relevance, #main-view-mode-2-promoted {
                display: none;
        }
        .search_holder.no-session-holder {
                margin-right: 10px;
                max-width: 125px;
        }
        .no-session #top-login-form button {
                margin-left: 5px;
        }
        .cancel-trigger, .save-entry-button {
                width: auto;
        }
        .channel_views {
                width: 100%;
                margin-top: 0;
        }
        .profile_details, .profile_menu {
                max-width: none;
        }
        .title-text {
                font-size: 18px;
                line-height: 1;
        }
        .subscribers i {
                font-size: 9px;
        }
        .count_number {
                font-size: 10px;
        }
        .sub-txt {
                font-size: 11px;
        }
}

@media (max-width: 430px) {
        .search_holder {
                max-width: 26%;
        }
        h3.content-title {
                width: 55%;
        }
}
@media (max-width: 415px) {
        .search_holder.no-session-holder {
                max-width: 100px;
        }
}
@media (max-width: 415px) {
        .container_wrapper {
                margin-top: 22px;
        }
}
@media (max-width: 400px) {
	ul.fileThumbs.big.clearfix.view-list > .vs-column.fourths {
		width: 100%;
	}
	.suggested-list .full-thumbs .caption, .suggested-list .full-details-holder,
	.suggested-list .vs-column figure.effect-fullT {
		width: 100%;
		float: none;
		display: inline-block
	}
	.suggested-list .full-details-holder p, .suggested-list .caption {
		margin-bottom: 5px !important;
	}
}

@media (max-width: 390px) {
        #top_actions {
                display: none;
        }
        .search_holder.no-session-holder {
                max-width: 50%;
                float: right;
        }
        .search_holder {
                max-width: 48%;
                margin-right: 30px;
                float: right;
        }
        .ch-grid .vs-column.fifths {
                width: 100%;
        }
        .ch-grid .vs-column.fifths,
        .ch-grid .vs-column.fifths:nth-child(5n),
        .ch-grid .vs-column.fifths:nth-child(4n),
        .ch-grid .vs-column.fifths:nth-child(3n),
        .ch-grid .vs-column.fifths:nth-child(2n){
                margin-right: 0;
        }
        .ch-grid .vs-column.fifths {
                margin-right: 0;
        }
        .ch-grid li {
                width: 170px;
                height: 170px;
        }
        #promo-view-mode-1-list .ch-grid .vs-column.fifths:last-of-type {
                display: block;
        }
        .list-view-thumb {
                width: 100%;
        }
        .list-view-details {
                display: none;
        }
        .tpl_channels section.filter {
                display: none;
        }
}

@media (max-width: 365px) {
        .login-margins .vs-column.half.fit {
                display: none;
        }
}

@media (max-width: 360px) {
        .search_holder {
                max-width: 48%;
                margin-right: 30px;
        }

}

@media (max-width: 340px) {
        h3.content-title {
                width: 47%;
        }
}

@media (max-width: 330px) {
        #ct-header-bottom ul li {
                margin: 5px;
        }
}

@media (max-width: 325px) {
        .tpl_view .channel_owner {
                float: right;
        }
        .tpl_view .channel_image img {
                max-width: 40px;
        }
}