/* view video */
.video-block h1 {
    font: 400 25px/1.2 'gotham_proregular', Helvetica, sans-serif;
    color: #26292a;
    padding: 5px 20px;
}
.video-holder {
    width: 100%;
    padding: 0 0 6px;
    overflow: hidden;
    zoom: 1;
}
.video-holder:before,
.video-holder:after {
    content: '';
    display: table;
}
.video-holder:after {
    clear: both;
}
.video-holder .community-holder {
    float: left;
    width: 640px;
    overflow: hidden;
}
.video-holder .community,
.video-holder .video-block {
    float: left;
    width: calc(100% - 310px);
    overflow: hidden;
    background: #edeef0;
}
.video-holder .video-block {
    padding-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.video-holder .community {
    width: 616px;
    background: #e5e9f1;
    padding-bottom: 20px;
}
.video-holder .community.white {
    background: 0;
}
.video-holder .player {
    position: relative;
    z-index: 2;
}
.video-holder .player img {
    display: block;
}
.video-info {
    border-bottom: 1px #f5f8ff solid;
    position: relative;
    z-index: 99;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px;
}
/* .video-info:after {
        content: "";
        clear: both;
        display: block;
    } */
.video-info:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #cdd2db;
}
.video-info .plusone {
    position: absolute;
    right: 22px;
    top: 14px;
    z-index: 9;
}
.video-info .rateimg {
    color: #a7a7a7;
    font-size: 12px;
    position: relative;
    margin: 2px 0;
    line-height: 1.4;
}
.video-info .rateimg .rating_container {
    float: left;
}
.video-info .rateimg #rating_failure {
    position: absolute;
    left: 0;
    top: 0;
}
.video-info .rateimg #rating_failure,
.video-info .rateimg #rating_success {
    position: absolute;
    left: 0;
    top: 15px;
    width: 171px;
    padding: 2px 0 0;
    font-size: 13px;
    background: #edeef0;
}
.video-info .rateimg b {
    float: left;
    font-weight: normal;
    font-style: normal;
    margin: 3px 8px 0 0;
}
.video-info .rateimg img {
    float: left;
    margin: 0 -2px 0 0;
}
.video-info .rateimg em {
    font-size: 12px;
    color: #393939;
    margin-right: 6px;
}
.vview {
    font-size: 14px;
    color: #393939;
    position: relative;
    margin: 2px 20px 2px 0;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.vview .svg_icon{
    margin: -1px 10px 0 0;
    height: 0.6em;
    font-size: 17px;
}

.posted {
    font-size: 14px;
    color: #393939;
    position: relative;
    margin: 2px 20px 2px 0;
    line-height: 1.4;
    white-space: nowrap;
}

.time {
    font-size: 14px;
    color: #393939;
    position: relative;
    margin: 2px 20px 2px 0;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.time .svg_icon {
    margin: -1px 10px 0 0;
    font-size: 17px;
}
.fav-video {
    margin: 2px 0;
    line-height: 0;
}
.fav-video a {
    display: block;
    position: relative;
    
}
.fav-video a:hover .ico-heart {
    color: #dd5555;
}
.fav-video b {
    position: relative;
    width: 17px;
    height: 15px;
    background: url(../img/sprite.png) no-repeat -95px -23px;
    text-indent: -9999px;
    overflow: hidden;
}
.fav-video .is_favourited,
.fav-video b {
    display: block;
    line-height: 0;
}
.fav-video a i {
    display: none;
    position: absolute;
    left: -55px;
    top: -40px;
    text-align: center;
    font-style: normal;
    z-index: 9;
    width: 125px;
    height: 33px;
    font-size: 10px;
    color: #fff;
    line-height: 26px;
    background: url(../img/sprite.png) no-repeat -299px -211px;
}
.fav-video a:hover i {
    display: block;
}
.flag-video {
    float: left;
    width: 14px;
    height: 14px;
    margin: 17px 0 0 13px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    z-index: 9;
}
.flag-video button {
    border: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/sprite.png) no-repeat -33px -24px;
    text-indent: -9999px;
    cursor: pointer;
}
.flag-video .flag_inappropriate_video,
.flag-video #flagging_success {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/sprite.png) no-repeat -80px -24px;
    padding: 4px 10px;
    text-align: left;
}
.flag-video .flag_inappropriate_video {
    left: 0;
    background-position: -80px -24px;
}
.flag_inappropriate.active {
    background-position: -80px -24px !important;
}
.video-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    zoom: 1;
}
/* .video-row:before,
.video-row:after {
    content: '';
    display: table;
} */
/* .video-row:after {
    clear: both;
} */
.video-rowmore {
    width: 600px;
    margin: 0 0 0 20px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    padding: 10px 0 0;
}
.video-rowmore {
    zoom: 1;
}
.video-rowmore:before,
.video-rowmore:after {
    content: '';
    display: table;
}
.video-rowmore:after {
    clear: both;
}
.video-row span {
    color: #393939;
    /* width: 100px; */
    padding: 3px 7px 0 0;
}
.video-rowmore {
    width: 600px;
    height: 20px;
    margin: 0 0 0 20px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    padding: 10px 0 1px;
}
.video-row p {
    float: left;
    color: #6e6e6e;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 5px 0 0; 
}
.video-row ul {
    color: #6e6e6e;
    margin: 0 10px 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.video-row ul li {
    display: inline-flex;
    align-items: flex-end;
    margin: 2px 6px 2px 0;
}
.video-info i{
    margin-right: 10px;
    font-size: 16px;
    line-height: 2;;
}
.top-banner__holder {
    background-color: #f6f7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Categories mix block */
.additional-categories{
    padding: 15px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #edeef0;
    border-radius: 4px;
  }
  
  .additional-categories a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    /* text-shadow: 1px 1px 1px #2c3031; */
    /* margin: 6px 0 0 6px; */
    background: #6e6e6e;
    line-height: 1.2;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #778184 inset;
    transition: background .3s, color .3s;
    padding: 2px 6px;
    display:inline-block;
    margin-bottom:4px;
  }
  .additional-categories a:hover {
    color: #2cb6d7;
    background: #252628;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
  /* END Categories mix block */

.video-row ul a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 8px;
    /* text-shadow: 1px 1px 1px #2c3031; */
    /* margin: 6px 0 0 6px; */
    background: #6e6e6e;
    line-height: 1.2;
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 0 #778184 inset;
    box-shadow: 0 1px 0 0 #778184 inset;
    transition: background .3s, color .3s;
}
.like-box{
    font-size: 16px;
    width: 70px;
    align-items: center;
    padding-left: 6px;
    justify-content: space-between;
    display: flex;
}
#search-text{
    height: 30px;
    width: 30%;
    border: solid 1px #f1ebeb;
    margin: 0 auto;
    padding-left: 10px;
}
.categories-filter{
    margin-bottom: 25px;
    /* margin: 10px; */
    background: #efa34f;
    /* text-align: center; */
    padding: 10px;
}
.like-box .like{
    background: url(../img/thumbs-up.png) no-repeat center / cover;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    padding-right: 10px;
}
.like-box .rating{
    font-weight: bold;
}
.like-box .pressed{
    background: url(../img/thumbs-up-pressed.png) no-repeat center / cover;
}
.share-box{
    margin: 0 0 0 auto;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.video-actor_item {
	list-style: none;
	margin-left: 5px;
    position: relative;
}
.video-row ul.item {
    align-items: center;
}
.video-actor_item img {
	width: 150px;
	position: absolute;
	border: solid 1px #ffb300;
	bottom: 25px;
	z-index: 9999;
	left: 0;
}
.block-details .item li.video-actor_item a {
	margin-top: 0;
}

.suggest-model {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 5px;
}
#suggest-list {
	bottom: 28px;
}
#suggest-list{
	background: #6e6e6e;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
#suggest-list li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	padding: 2px;
	border-bottom: solid 2px #dfdfdf;
}
#suggest-list li:hover {
	color: #2cb6d7;
}

#thank-tooltip {
	margin-left: 15px;
	border-radius: 2px;
	padding: 2px 5px;
	background: #aeae;
	display: none;
}
@media screen and (min-width: 1024px) {
    .video-row ul a:hover {
        color: #2cb6d7;
        background: #252628;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    }
}
.video-row ul a:hover {
    text-decoration: none;
}
.video-holder{
    display: flex;
    flex-wrap: wrap;
}
.recomended-videos{
    margin-top: 20px;
}
/* .video-holder .download:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/sprite.png) no-repeat -358px -38px;
} */
.commtitle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.commtitle {
    margin: 0 20px;
    position: relative;
    padding: 28px 0 16px;
    border-bottom: 1px #f5f8ff solid;
}
.community .commtitle {
    width: 573px;
    padding: 18px 0 16px;
}
.commtitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cdd2db;
}
.community .commtitle:before {
    width: 573px;
}
.community-msg {
    width: 573px;
    position: relative;
    padding: 20px 20px 0;
}
.community-msg h3 {
    font-size: 16px;
    color: #26292a !important;
    padding: 0 0 10px;
}
.community-msg p {
    font-size: 12px;
    line-height: 20px;
    color: #6c6c6c;
    padding: 0 0 10px;
}
.commtitle-info {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 11px;
    color: #a7a7a7;
}
.commtitle-like {
    position: absolute;
    right: 0;
    top: 20px;
    width: 15px;
    height: 14px;
    background: url(../img/sprite.png) no-repeat -256px -204px;
    overflow: hidden;
    text-indent: -9999px;
}
.commtitle h2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 30px 0 25px;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 20px;
    position: relative;
    font-weight: normal;
}
.commtitle h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 14px;
    background: url(../img/sprite.png) no-repeat -48px -24px;
}
.comments-toggle {
    color: #6e6e6e;
    text-decoration: none;
    border-bottom: 0;
}
.comments-toggle:hover,
.comments-toggle.active {
    border-bottom: 0;
    padding-bottom: 1px;
}
.socialbox {
    float: right;
    margin: -15px 0 0 0;
}
.aboutme-box .socialbox {
    margin: -10px 0 0;
}
.soc-vid {
    position: absolute;
    right: 0;
    top: 13px;
}
.soc-vid img {
    display: block;
}
.commtitle {
    zoom: 1;
}

.video-holder .commover {
    border: 0;
    height: auto;
    padding: 0 20px 20px;
    clear: both;
    overflow: hidden;
}
.video-holder .commover:before {
    display: none;
}
.community .commover {
    border-radius: 4px;
    background: #edeef0;
    margin: 10px 0 0;
}

.addcom-vid {
    padding: 10px 20px 0;
}
.messages-block .addcom-vid {
    width: 532px;
}
.title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #26292a;
    padding: 5px 0 0 0;
    position: relative;
    margin: 0 0 15px 0;
}
span.title{
    margin-bottom: 20px;    
    display: block;
}
.thsm .thumbs_list .thumb {
    width: calc(20% - 15px);
}
/* spot */
.spot-right {
    display: block !important;
}
.topspot {
    max-width: 970px;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 12px 0 0 44px;
    overflow: hidden;
}
.video-holder .spot-block-right {
    margin-top: 0;
    display: block;
}
.video-holder .spot-block-right > .spot > div {
    margin-top: 0 !important;
}
.spot-block-right {
    float: right;
    width: 300px;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.spot-block-right .spot {
    margin: 0 0 5px;
    display: block;
    max-width: 300px;
    width: 100%;
}
.spot-block-right .spot iframe,
.spot-block-right .spot object,
.spot-block-right .spot img {
    display: block;
}
/* .vid-btm-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */
/* spot */
/* related videos */
.player-related-videos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px 30px 10px;
    background: #000000;
    overflow: hidden;
}
.player-related-videos .player-related-videos-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.player-related-videos .player-related-videos-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    overflow: hidden;
}
.player-related-videos .player-related-videos-item .title {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-align: left;
    padding: 5px;
    color: #ffffff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0px, rgba(12, 12, 12, 0.8)),
        color-stop(50px, transparent)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(12, 12, 12, 0.8) 0px,
        transparent 50px
    );
    background: -o-linear-gradient(
        top,
        rgba(12, 12, 12, 0.8) 0px,
        transparent 50px
    );
    background: linear-gradient(
        to bottom,
        rgba(12, 12, 12, 0.8) 0px,
        transparent 50px
    );
}
.player-related-videos .player-related-videos-item .duration {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #ffffff;
    background: rgba(12, 12, 12, 0.8);
    padding: 2px 5px;
}
.no-touch .player-related-videos .player-related-videos-item .title,
.no-touch .player-related-videos .player-related-videos-item .duration {
    display: none;
}
.no-touch .player-related-videos .player-related-videos-item:hover .title,
.no-touch .player-related-videos .player-related-videos-item:hover .duration {
    display: block;
}
/* related videos */

/* view video */
.posted_by-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 0;
}
.posted_by .profile_avatar.small {
    width: 26px;
    height: 26px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.posted_by {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.posted_by span {
    margin-left: 5px;
}
.ico-heart {
    font-size: 17px;
    color: #999999;
}
.ico-heart-red {
    font-size: 17px;
    color: #dd5555;
}
.share-block {
    padding: 10px 20px 0;
    display: none;
}
.input-text {
    width: 100%;
    padding: 10px;
    margin: 0 0 1.5rem;
    font-size: 12px;
    color: #b0b0b0;
    background: #fff;
    border: 1px #e1e2e4 solid;
    border-radius: 4px;
}
.block-label { 
    font-size: 12px;
    line-height: 1.2;
    color: #393939;
    margin-bottom: 10px;
    display: block;
}
.share-link {
    border: 0!important;
    line-height: 0;
    margin: 2px 20px 2px 0;
}
.share-link .share-ico {
    font-size: 16px;
    color: #999999;
}
.share-link:hover .share-ico {
    color: #393939;
}
.download__wrapper {
    margin: 2px 20px 2px 0;
}
.download-ico {
    font-size: 16px;
    color: #999999;
    margin-right: 7px;
}
.video-holder .download:hover {
    color: #1c819a;
}
.share-link:hover .share-ico {
    color: #1c819a;
}
.row-overflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.5rem;
}
.row-overflow .input-text {
    margin: 0 10px 0 0;
}
.ya-share2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
    .is-splash.kt-player .fp-ui:before,
    .is-poster.kt-player .fp-ui:before,
    .is-paused.kt-player .fp-ui:before {
        background-size: 70px!important;
    }
}
@media only screen and (max-width: 960px) {
    .posted_by-wrapper {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .video-row ul {
        margin: 0;
    }
    .download__wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        margin: 10px 0px 10px 0;
    }
    
    .vview,
    .time,
    .posted {
        margin: 2px 10px 2px 0;
    }
    
}
@media only screen and (max-width: 768px) {
    .vid-btm-spot {
        display: none;
    }
    .spot-block-right .spot:nth-child(3) {
        display: none;
    }
    .share-block {
        padding: 10px 10px 0;
    }
    .video-row {
        margin: 5px 10px;
    }
    .video-row ul {
        width: calc(100% - 75px);
    }
    .socialbox {
        float: inherit;
        margin: 0;
    }
    .commtitle {
        margin: 0 10px;
        padding: 10px 0;
    }
    /* .commtitle h2 {
        margin: 0 0 10px 0;
    } */
    .video-info {
        margin: 0;
        padding: 10px;
    }
    .title {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
}
@media only screen and (max-width: 766px) {
    .video-holder .community,
    .video-holder .video-block {
        width: 100%;
    }
    
    .video-holder .spot-block-right,
    .spot-right {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 100%;
        padding: 10px 0 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 640px) {
    .spot-block-right .spot:nth-child(2) {
        display: none;
    }
    .video-holder .spot-block-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px 0 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .row-overflow {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row-overflow .input-text {
        margin: 0 0 10px;
    }
}
