.fluid_timeline_preview {
    bottom: 18px !important;
    font-size: 13px !important;
    line-height: 15px !important;
    padding: 10px 16px 10px 16px !important;
    border-radius: 4px !important;
}

.fluid_video_wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden !important;
}

.button-date, .button-view, .button-like{
    display:inline-block;
    border-radius:3px;
    color:#ccc !important;
    padding:7px 9px;
    background-color:#444;
    border:1px solid #444;
    transition: none !important;
}

.button-date:hover, .button-view:hover, .button-like:hover{
    color:black !important;
    background-color:orange;
    text-decoration: none !important;
    transition: none !important;
}

.button-date, .button-view{
    margin-right: 5px;
}

.active_button{
    color:black !important;
    background-color:orange;
    text-decoration: none !important;
    transition: none !important;
}

.pw-bottom-section {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.comments-title {
	display: inline-block;
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 300;
}

#input_author {
    display: block;
    width: 50%;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    color: #ccc;
    background-color: #444;
    border: none;
    border-radius: 2px;
}

#input_author:focus {
    display: block;
    width: 50%;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    color: #ccc;
    background-color: #444;
    border: none;
    box-shadow:none;
    border-radius: 2px;
}

#input_author::placeholder {
    color: #ccc;
}

#textarea_content {
    display: block;
    width: 100%;
    min-height: 120px;
    line-height: 17px;
    padding-top: 7px;
    padding-left: 15px;
    margin-top: 10px;
    color: #ccc;
    background-color: #444;
    border: none;
    border-radius: 2px;
    font-size: 15px;
}

#textarea_content::placeholder {
    color: #ccc;
}

#textarea_content:focus::placeholder {
    color: #444;
}

#textarea_content2 {
    display: block;
    width: 100%;
    min-height: 160px;
    line-height: 17px;
    padding-top: 7px;
    padding-left: 15px;
    margin-top: 10px;
    color: #ccc;
    background-color: #444;
    border: none;
    border-radius: 2px;
    font-size: 15px;
}

#textarea_content2::placeholder {
    color: #ccc;
}

#textarea_content2:focus::placeholder {
    color: #444;
}

#input_author:focus::placeholder {
    color: #444;
}

.feedback-title {
    display: inline-block;
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 300;
}

#input_error {
    display: block;
    color: orange;
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 5px;
}

#input_author-error {
    display: block;
    color: orange;
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 5px;
}

#textarea_content-error {
    display: block;
    color: orange;
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 5px;
}

#success_message {
    margin-top: 20px;
    color: #78BB00;
}

#success_comment {
    margin-top: 20px;
    color: #78BB00;
}

.comment_form {
    padding:10px 0;
    padding-bottom: 10px;
}

.comments {
    padding:5px 0;
}

.pw-video-info {
    padding: 10px;
    padding-bottom: 10px;
}

.comm-info-line {
    position: relative;
    padding-right: 0px;
}

.video_desc{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
}

.info-line {
    margin-top: 5px;
}

.hr-long {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    border: 0.5px solid #444;
}

.comm-text {
    word-wrap: break-word;
}

.comm-item {
    padding: 0 0 0 50px;
    margin-bottom: 15px;
}

.more-related {
    text-align: center;
}

.clouds_xlarge {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.main-left {
    padding: 0 10px;
}

.page-wrap {
    background-color: #222;
    margin: -20px -10px 0 -10px;
}

.item-title {
    text-transform:none !important;
}

#item-video_article {
    text-transform:none !important;
}

.pprev {
    text-align: center;
    color: #f0f0f0;
    width: 90px;
    border-right: 1px solid #111;
}

.categories-wrap {
  margin-left:7px;
}
.categories-wrap ul {
 -webkit-columns: 4;
 columns: 4;
}
.categories-wrap ul li {
 padding: 0 15px 0 0;
 position: relative;
}
.categories-wrap ul li a {
 line-height: 30px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
 position: relative;
 font-size: 14px;
 color: #fff;
 transition: .15s ease color;
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
}
.categories-wrap ul li a:hover {
 color: orange;
}
.categories-wrap ul li a .dots {
 height: 20px;
 margin: 0 5px;
 background: -webkit-linear-gradient(left, #434343 25%, transparent 0) 0 100% repeat-x;
 background: linear-gradient(to right, #434343 25%, transparent 0) 0 100% repeat-x;
 background-size: 4px 1px;
 -webkit-flex-grow: 1;
 flex-grow: 1;
}
.categories-wrap ul li a .count {
 opacity: .5;
}

.capital_letter {
    color: orange;
    font-size: 18px;
}


.navigation a, .navigation span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #f0f0f0;
    border-right: 1px solid #111;
    float: left;
}

.navigation span, .pagi-nav a:hover {
    color:black;
    background-color: orange;
}


.side-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: orange;
}

.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {
    color: orange;
}

a {color: #ccc; text-decoration: none;}
a:hover, a:focus {color:orange; text-decoration: none;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 0 20px;
    font: normal 14px Arial;
    color: white;
    display: inline-block;
    background-color:#c9282d;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    cursor: pointer;
    transition: none;
}

#add_bookmark:hover, #add_bookmark:focus {
    color: #818B82;
}

.button-more{
    text-align: center;
}

#videos-more{
    margin-top: 20px;
    margin-bottom: 40px;
}

#models-more{
    margin-top: 20px;
    margin-bottom: 40px;
}

#comments-more{
    margin-top: 0px;
    margin-bottom: 35px;
}

@media (max-width: 960px) {
 .categories-wrap ul {
  -webkit-columns: 3;
  columns: 3;
 }
}
@media (max-width: 760px) {
 .categories-wrap ul {
  -webkit-columns: 2;
  columns: 2;
 }
}
@media (max-width: 500px) {
 .categories-wrap ul {
  -webkit-columns: 1;
  columns: 1;
 }
}