* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #ffffff;
}

body {
    background-color: #344046;
    color: #ffffff;
}

h1,
h2,
h3 {
    color: #ffffff;
    border-bottom: 1px solid #616d7d;
}

h1 span {
    color: #cdcdcd;
}

header, footer {
    background-color: #2a323d;
    border-bottom: 3px solid #2a323d;
}

#main_menu a {
    border: 2px solid #212831;
    background-color:#d53857;
    border-radius:4px;
    text-shadow:1px 1px 0 #9b132e;
}

#main_menu a:hover, #main_menu a.selected {
    color: #ffffff;
    background-color:#616d7d
}

.search {
    background-color: #ffffff;
    border: 3px solid #212831;
}
.search input {
	background-color:transparent;
}
.item {
    background-color: #212831;
    border-bottom: 1px solid #8ba4c0;
	border-radius:3px;
}

.item:hover {
	background-color:#12161b;
    border-bottom: 1px solid #d53857;
}
.item:hover p {
	color:#d53857;
}
.item span {
    background-color: #000;
}

.list-video-banner {
    border: 1px solid #616d7d;
    background-color: #2a323d;
}

.list-video-banner div, .bottom-banner div {
    background-color: #212831;
}

nav a,
nav span {
	background-color:#d53857;
    border: 1px solid #212831;
	border-radius:3px;
}

nav a:hover,
nav span {
    background-color: #212831;
	border-color:#2a323d;
    color: #fff;
}



.link-list {
    background-color: transparent;
	border:1px solid transparent;
}

.link-list a {
    color: #521420;
	background-color:#d53857;
	border:1px solid #212831;
}

.link-list a:hover {
    color: #cb0019;
    background-color:#2a323d
}

.link-list a span {
    color: #000;

}

.search_results a:hover {
    background-color: #521420;
    border-radius: 5px;
	color:#d53857;
}

.search_results a:hover:after {
    color: #521420;
}


footer a {
    color: #d53857;
}

footer a:hover {
    color: #fff;
}

.right-banner {
    border: 1px solid #616d7d;
	background-color:#2a323d;
}

.right-banner div {
    background-color: #616d7d;
}

.video-part {
    border: 1px solid #2a323d;
	background-color:#2a323d;
}

.rating ins {
    background-color: #616d7d;
}

.rating ins i {
    background-color: red;
}
.description {
	color:#fff;
}
.description span {
    color: #d7d7d7
}

.tags a {
    background-color: #d53857;
    border: 1px solid #d53857;
    color: #fff;
}

.tags a:hover {
    background-color: transparent;
    color: #fff;
}

.video_comments {
    background-color: #2a323d
}

.video_comments .info_row a {
    background-color: #d53857;
}

.video_comments input[type="text"],
#feedback_form input[type="text"],
.video_comments textarea,
#feedback_form textarea {
    color: #fff;
    background-color: #0e1012;
}


.video_comments input[type="submit"],
#feedback_form input[type="submit"] {
    background-color: #d53857;
    border: 1px solid #d53857;
    color: #fff;
}

#ac_block_success {
    color: #d53857;
}

.comment_row {
    border-bottom: 1px solid #2a323d
}

.comment_row p:first-of-type {
    color: #d53857
}

#feedback_form {
    background-color: #0e1012;
}

@media all and (max-width:960px) {
    #main_menu {
        background-color: #d53857;
        border: 3px solid #0e1012
    }
    #main_menu.open a {
        border-bottom: 1px solid #2a323d;
    }
    #main_menu.open:before {
        background-color: #2a323d;
        text-shadow: 1px 1px 0 #000;
    }
}

img {
    border: 0 none;
}

input {
    outline: none;
}

body {
    font-size: 12px;
    font-family: arial;
    font-size: 12px;
    font-family: Arial;
}

h1,
h2,
h3 {
    display: block;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 7px 0 7px 25px;
    font-weight: normal;
    font-size: 17px;
    background-position: 3px 8px;
    background-repeat: no-repeat;
    margin: 5px 0;
}

h1 span {
    font-size: 12px;
    padding: 0 20px;
}

.g_clear {
    display: block;
    clear: both;
}

.g_hidden {
    display: none;
}

.row,
header,
article,
section,
footer,
nav,
.list_videos,
.bottom-banner,
.search_results,
.link-list,
.info_row {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.row {
    max-width: 1232px;
}


/*---Header---*/

header {
    text-align: center;
    padding: 5px 0 5px 0;
}

.logo {
    display: block;
    float: left;
    width: 278px;
    height: 56px;
    background-position: center center;
    background-repeat: no-repeat;

}

#main_menu {
    display: inline-block;
    vertical-align: top;
    list-style-none;
    margin-top:5px
}

#main_menu li {
    display: inline-block;
}

#main_menu a {
    display: block;
    padding: 25px 10px 5px 10px;
    font-size: 14px;
    background-position: center 5px;
    background-repeat: no-repeat;
}

#main_menu li:last-child a {
    border: 0 none;
}

#main_menu a:hover {
    text-shadow: 1px 1px 1px #000;
}

.search {
    display: block;
    float: left;
    width: 100%;
    max-width: 475px;
    border-radius: 5px;
    height: 40px;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 10px 0 0 15px;
}

.search input[type="text"] {
    display: block;
    float: left;
    border: 0 none;
    width: 80%;
    width: calc(100% - 36px)
}

.search input[type="submit"] {
    display: block;
    float: right;
    background-color: transparent;
    width: 26px;
    height: 26px;
    border: 0 none;
    margin: -6px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}


/*---Thumbs---*/

.item {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: auto;
    overflow: hidden;
    padding: 1px;
    margin: 2px 1px;
}

.item img {
    display: block;
    width: 240px;
    height: 180px;
}

.item span {
    display: block;
    float: right;
    position: relative;
    margin: -24px 2px 2px 0;
    /*padding: 4px 5px 4px 28px;*/
    padding: 4px 5px 4px 5px;
    background-position: 5px center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.item p {
    display: block;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}


/*---ListVideosBanner---*/

.list-video-banner {
    display: block;
    float: right;
    width: 487px;
    height: 420px;
    margin: 2px 2px 0 4px;
    padding: 30px 0;
    box-sizing: border-box;
}

.list-video-banner div {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
    width: 300px;
    height: 250px;
}

.list-video-banner iframe {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    border: 0 none;
}


/*---Pagination---*/

nav {
    padding: 10px 0;
}

nav a,
nav span {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px;
}

.prev,
.next {
    width: 16px;
    height: 14px;
    border: 0 none;
    background-position: center center;
    background-repeat: no-repeat;
    background-color:transparent;
}

.prev:hover,
.next:hover {
    background-color: transparent;
}


/*---BottomBanner---*/

.bottom-banner {
    margin: 10px 0;
}

.bottom-banner div {
    display: inline-block;
    vertical-align: top;
    margin: 5px 2px;
    width: 300px;
    height: 250px;
}

.bottom-banner iframe {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    border: 0 none;
}


/*---Link List---*/

.link-list {
    padding: 10px 5px;
}

.link-list a {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    box-sizing:border-box;
    margin:2px;
    float:left;
    border-radius:4px;
}

.link-list a span {
    font-weight: normal;
    font-size: 12px;
    opacity: 0.5
}


/*---TopSearches---*/

.search_results,
.search_results .link-list {
    text-align: left !important;
}

.search_results a {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px;
    width: auto;
}

.search_results a:after {
    content: ',';
}

.search_results a:last-child:after {
    content: '';
}


/*---Footer---*/

footer {
    padding: 20px 0;
    margin: 20px 0 0 0;
}

footer .logo {
    margin-right: 20px;
}

footer p {
    text-align: left;
    padding: 5px 20px;
    font-size: 10px;
}

footer a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    text-transform: uppercase;
}


/*---Video---*/

.right-banner {
    display: block;
    float: right;
    width: 310px;
}

.right-banner div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    margin: 5px;
}

.right-banner iframe {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    border: 0 none;
}

.video-part {
    display: block;
    width: 100%;
    max-width: 900px;
    float: left;
}

.info_row,
.description,
.tags {
    padding: 5px;
    box-sizing: border-box;
}

.rating,
.viewed,
.duration,
.added,
.addthis_toolbox,
#flag_like_this_video,
#flag_dislike_this_video,
#flag_inappropriate_video,
.rating em {
    display: inline-block;
    vertical-align: middle;
}

.addthis_toolbox {
    float: right;
}

.rating {
    width: 290px;
    float: left
}

.rating * {
    font-style: normal;
}

#flag_like_this_video,
#flag_dislike_this_video,
#flag_inappropriate_video {
    width: 38px;
    height: 38px;
    margin: 0 5px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.rating em {
    padding: 0 5px;
    font-size: 11px;
}

.rating ins {
    display: block;
    height: 3px;
    margin: 8px 0 0 0;
}

.rating ins i {
    display: block;
    height: 3px;
    min-width: 15px;
}

#flagging_success,
#flagging_failure {
    padding: 10px 0 0 0;
}

.viewed,
.duration,
.added {
    padding: 10px;
    font-size: 13px;
}

.description {
    text-align: left;
    padding: 5px;
}

.tags {
    text-align: left;
    padding: 5px;
}

.tags a {
    display: inline-block;
    vertical-align: baseline;
    margin: 5px 2px;
    padding: 5px;
}

.video_comments {
    display: block;
    padding: 5px;
}

.video_comments .info_row a {
    float: right;
    padding: 10px;
    margin: -10px -5px -10px 0;
}

.video_comments form,
#feedback_form {
    display: block;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 10px 0;
}

.label {
    padding: 5px 0;
}

.video_comments input[type="text"],
#feedback_form input[type="text"] {
    border: 0 none;
    padding: 10px;
}

.video_comments textarea,
#feedback_form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0 none;
    padding: 10px;
}

.video_comments input[type="submit"],
#feedback_form input[type="submit"] {
    border: 0 none;
    padding: 10px;
    float: right;
    padding: 5px 28px;
    text-transform: uppercase;
    cursor: pointer;
}

.video_comments input[type="submit"]:hover,
#feedback_form input[type="submit"]:hover {
    background-color: transparent;
}

#ac_block_success {
    padding-right: 90px;
}

.comment_row {
    display: block;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 5px 0;
}

.comment_row .avatar {
    float: left;
    margin: 0 5px 5px 5px;
    width: 80px;
    height: 80px;
}

.comment_row .avatar img {
    width: 80px;
}

.comment_row p {
    padding: 0 0 5px 0;
}

.comment_row p:first-of-type {
    color: #f26c53
}
.harview_videohar.player iframe {
    width: 100%;
    height: 100%;
}

/*---Static Page---*/

.terms {
    text-align: left;
    line-height: 2;
    font-size: 15px;
}

#feedback_form {
    padding: 10px;
}

#feedback_form .g_hint {
    display: block;
    padding: 5px 0;
}

.topmost {
    font-size: 15px;
    line-height: 2;
}

@media all and (max-width:1240px) {
    .row {
        max-width: 990px;
    }
    .search {
        max-width: 120px;
    }
    /*.bottom-banner div:last-child {
        display: none;
    }*/
    .video-part {
        max-width: 670px;
    }
    .player {
        width: 100%;
        height: 400px;
    }
    .player div,
    .player #kt_player,
    .player #kt_player_internal,
    .player object {
        width: 100% !important;
        height: 100% !important;
    }
}

@media all and (max-width:1023px) {
    .list-video-banner {
        width: 100%;
        padding: 0;
        background-color: transparent;
        border: 0 none;
        height: auto;
    }
    .item {
        width: 24%;
    }
    .item img {
        width: 100%;
        height: auto;
    }
    .video-part {
        max-width: 100%;
    }
    .player {
        width: 100%;
        height: 500px;
    }
    .right-banner {
        width: 100%;
        border: 0 none;
    }
}

@media all and (max-width:960px) {
    .search {
        margin-right: 60px;
        float:right;
        margin-top:8px;
    }
    #main_menu {
        display: block;
        position: absolute;
        right: 5px;
        top: 8px;
        width: 40px;
        height: 34px;
        overflow: Hidden;
        border-radius: 5px;
        border: 3px solid #84889e
    }
    #main_menu:before {
        display: block;
        content: '== ==';
        box-sizing: border-box;
        width: 40px;
        height: 34px;
        font-size: 17px;
        line-height: 10px;
        padding: 8px 0;
        cursor: pointer;
        font-weight: bold;
        color:
    }
    #main_menu.open {
        height: auto;
        width: 150px;
        z-index: 999;
    }
    #main_menu.open li {
        display: block;
        text-align: left;
    }
    #main_menu.open a {
        width: 100%;
        padding: 15px 10px 15px 35px;
        border-right: 0 none;
        background-position: 10px center;
    }
    #main_menu.open:before {
        width: 100%;
        content: 'x';
        font-weight: normal;
        text-align: left;
        padding: 10px 15px;
    }
    /*.bottom-banner div:first-child,
    .right-banner div:last-child {
        display: none;
    }*/
    nav a,
    nav span {
        margin: 5px;
    }
}

@media all and (max-width:768px) {
    .player {
        height: 400px;
    }
}

@media all and (max-width:640px) {
    .item {
        width: 32%;
    }
    .link-list a {
        width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    footer .logo {
        float: none;
        margin: 0 auto;
    }
    footer p {
        width: 90%;
        padding: 10px 0;
        float: none;
        clear: both;
        margin: 0 auto;
    }
    .player {
        height: 350px;
    }
}
/*
@media all and (max-width:610px) {
    .bottom-banner div:nth-child(3),
    .list-video-banner div:last-child,
    .right-banner div:first-child {
        display: none;
    }
}
*/
@media all and (max-width:480px) {
    .item {
        width: 48%;
    }
    .search {
        max-width: 100%;
        margin: 10px 0 5px;
    }
    h1 span {
        display: none;
    }
    .player {
        height: 300px;
    }
    .rating {
        display: block;
        margin: 0 auto;
        float: none;
        clear: both;
    }
    .addthis_toolbox {
        float: none;
    }
    .viewed,
    .duration,
    .added {
        padding: 10px 5px;
        font-size: 12px;
    }
}