/* */
.video-head{
    display: block;
    padding: 0 0 1rem;
}

.video-head .block-head {
    background: #161616;
    padding: 10px 10px 10px 5px;
    color: #999999;
}

.video-head .block-head .item-head {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    display: contents;
}

.video-head .block-head .item-head a {
    display: inline-block;
    color: #bcbcbc;
    font-size: 15px;
    padding: 2px;
    margin: 2px 0 1px 0px;
 }

.video-head .block-head .item-head a:hover {
    color: #fff;
 }

.btn-related {
    margin: 0 auto 17px;
}

.btn-click {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    padding: 13px 15px;
    text-transform: uppercase;
    background-color: #4f4f4f;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.btn-click:hover {
    color: #fff !important;
    background-color: #000;
}

.list-comments .item.hidden {
    display: none;
}
.btn-more-comments {
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    background-color: #4f4f4f;
    padding: 12px 5px;
    font-size: 14px;
    display: block;
    text-align: center;
}
.btn-more-comments:hover {
    background-color: #276fdb;
    color: #fff !important;
}

/* */
.b-dropdown-videos_select {
position: absolute;
z-index: 100;
overflow: hidden;
background: #4f4f4f;
border-radius: 0 0 15px 15px;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
padding: 5px 10px 10px;
display: none;
text-align: left;
}

.navigation .primary .b-dropdown-videos_select a {
    padding: 5px;
}

.videos_select li:hover {
  background: #2c2c2a;
}

.videos_select:hover .b-dropdown-videos_select,
.videos_select li:hover
  {

  display: block;
}

.btn-load-more {
    display: inline-block;
padding: 1.2rem 1.4rem;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
background-color: #343434;
border-radius: 20px;
min-width: 20rem;
-webkit-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
border: none;
color: #959595;
text-decoration: none;
cursor: pointer;
}

.btn-more {
    display: inline-block;
    position: absolute;
    right: 10px;
}
.btn-related {

    margin: 10px auto;
    text-align: center;

}


.mob-player-adv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121315;
    z-index: 1000000000;
}
.mob-player-adv .adv-head {
    overflow: hidden;
    margin: 10px;
}
.mob-player-adv .adv-logo {
    float: left;
    width: 60%;
}
.mob-player-adv .adv-logo img {
	max-width: 100%;
	margin-top: 5px;
}
.mob-player-adv .adv-close {
    float: right;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    background: #333;
    color: #ccc;
    border: 1px solid #777;
    padding: 5px 15px 5px 30px;
    margin: 8px 0 0 5px;
    position: relative;
    box-sizing: border-box;
    height: 38px;
}
.mob-player-adv .adv-close:after,
.mob-player-adv .adv-close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #ccc;
}
.mob-player-adv .adv-close:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mob-player-adv .adv-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mob-player-adv .adv-spot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mob-player-adv .adv-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 16px;
    text-align: left;
    color: #c5c1c1;
}
.mob-player-adv .adv-go-video {
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: top;
    background: #02bc8f;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
}
.mob-player-adv .adv-holder .in-bnr{
    border: 2px solid #777;
}

.mob-player-adv .adv-holder iframe {
    display: block;
}

.mob-player-adv.ios .in-cams {
    transform: scale(0.6);
    width: 300px;
    height: 235px;
    transform-origin: 0 0;
    margin-top: -9px;
    margin-left: 1px;
}

.adv-wide.ios .in-cams{
    transform: scale(0.6);
    width: 300px;
    height: 190px;
    transform-origin: 0 0;
}
.mob-player-adv.ios .adv-go-video {
    position: relative;
    z-index: 10010;
}

@media screen and (max-width: 1152px) {

.videos_select .b-dropdown-videos_select {
    position: relative;
    text-align: center;
      display: block;
  }
  .videos_select {width: 100%;}
  }

  @media screen and (max-width: 701px) {
.btn-more {
    display: block;
    margin: 10px auto;
    width: 250px;
position: inherit;
}
/*.video-head .block-head .item-head {
        display: block;
}*/
}