html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a,
body {
    color: #fff
}

body {
    background: #111;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    min-width: 320px;
    position: relative
}

body,
button,
form,
input {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

.autoComplete_wrapper>ul,
.header {
    box-shadow: 0 0 3px 0#242424;
    left: 0;
    right: 0
}

.header {
    background: #242424 url("https://ukdevilz.com/static/img/bg.f853b95dab3a.png");
    min-height: 42px;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 17
}

.header:before {
    background-color: rgba(0, 0, 0, .07);
    content: "";
    height: 42px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.logo a {
    display: block;
    text-transform: uppercase
}

.logo a:first-letter {
    color: red !important;
    font-weight: 700
}

.h_btn {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    padding: 0 11px
}

.s_form {
    margin: 0;
    position: relative
}

.s_btn,
.s_text {
    font-size: 14px;
    outline: 0
}

.s_text {
    background: #131313;
    border: 1px solid #303030;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    line-height: 14px;
    padding: 6px 13% 6px 8px;
    width: 100%
}

.lazyloaded {
    opacity: 1;
    transition: opacity .2s
}

.s_btn {
    background: 0 0;
    background-color: #343434;
    border: 0;
    color: hsla(0, 0%, 100%, .3);
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 12%
}

.s_btn:hover {
    color: hsla(0, 0%, 100%, .5)
}

.container {
    margin: 0 auto;
    max-width: 800px;
    position: relative
    
}
.container.breadcrumbs {
    padding: 10px !important;
    text-transform: uppercase;
    background: red;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main {
    padding-top: 42px;
    padding-bottom: 20px
}

.main .container {
    padding: 0 20px
}
._search {
    max-width: 800px;
    opacity: .9;
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 16;
}

._search .s_btn,
._search .s_text {
    font-size: 18px;
    line-height: 18px
}

._search .s_text {
    border-radius: 0;
    border-width: 3px;
    padding: 8px 13% 8px 12px
}

._search .s_btn {
    border-width: 3px;
    min-width: 43px
}

._search .autoComplete_wrapper>ul>li {
    font-size: 16px;
    padding: 10px 12px
}

.c_title {
    background-color: #242424;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0;
    padding: 10px
}

.c_title span {
    color: red
}

.autoComplete_wrapper>ul>li,
.autoComplete_wrapper>ul>p {
    border-radius: 4px;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 6px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.autoComplete_wrapper>ul>li:hover {
    cursor: pointer
}

.autoComplete_wrapper>ul {
    background-color: #242424;
    border-radius: 4px;
    margin: 3px 0 0;
    max-height: 226px;
    outline: 0;
    overflow-y: auto;
    padding: 3px;
    position: absolute;
    top: 100%;
    z-index: 1000
}

.autoComplete_wrapper>ul>p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0
}

.autoComplete_wrapper>ul>p mark {
    background-color: initial;
    color: #fff;
    font-weight: 700
}

.autoComplete_wrapper>ul>li:hover {
    background-color: rgba(52, 52, 52, .5)
}

.navbar {
    display: flex;
    flex-direction: row;
    height: 42px;
    justify-content: space-between;
    position: relative
}

.icon {
    fill: currentColor;
    height: 1em;
    position: relative;
    top: .125em;
    width: 1em
}

.c_title .icon {
    fill: red !important
}

@media (min-width:1200px) {
    .container {
        padding: 0 !important;
    }
}

.box,
.video_info {
    background-color: #242424
}

.item a {
    display: block !important
}


.video_player {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    background-color: #000000;
    margin-top: 15px;
}

.player_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video_info {
    padding: 30px 12px
}

.video_info h1,
.video_info h2,
.video_info h3 {
    word-wrap: break-word;
    text-align: center;
    font-weight: 600;
    margin: 0;
}

.video_info h1 {
    font-size: 22px;
    line-height: 1.2;
}

.video_info h2 {
    /* Adjust the font size and line height for h2 */
    font-size: 20px;
    line-height: 1.3;
}

.video_info h3 {
    /* Adjust the font size and line height for h3 */
    font-size: 18px;
    line-height: 1.4;
}




.video_info .meta {
    color: #888;
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    padding-top: 20px
}

.video_info .meta .icon {
    display: block;
    height: 1.3em;
    margin: 0 auto 5px;
    width: 1.3em
}

.video_info .meta .like {
    color: #348531;
    cursor: pointer
}

.video_info .meta .like:hover {
    color: #3cb037
}

.video_info .meta .dislike .icon {
    transform: rotate(180deg)
}

.video_info .meta .dislike {
    color: #bd1919;
    cursor: pointer
}

.video_info .meta .dislike:hover {
    color: #ff0008
}

@media (min-width:568px) {
    .h_info {
        align-items: center;
        /* display: flex; */
        flex-direction: row;
        justify-content: space-between
    }

    .l_info {
        overflow: hidden
    }

    .video_info .meta .icon {
        display: inline;
        display: initial;
        height: 1em;
        margin: 0;
        width: 1em
    }

    .video_info .meta>* {
        padding-right: 10px
    }
}



.mh_line {
    align-items: center;
    display: flex;
    justify-content: space-between
}


.mh_line .c_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.suggestions {
    background-color: #242424
}

.suggestions a {
    background: #383838;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-weight: 700;
    margin: 2px 0;
    padding: 3px 5px
}

.suggestions {
    padding: 10px
}

.box {
    background-color: #242424
}

.paginate {
    margin-top: 15px;
    text-align: center;
}

.page-numbers {
    margin-right: 10px;
    padding: 5px;
    background: #242424;
}

.list_videos {
    display: flex;
    flex-flow: row wrap
}

.i_img img {
    position: absolute;
    top: 0
}

.item a {
    display: block !important
}

.box,
.item {
    padding: 3px
}

.item {
    box-sizing: border-box;
    width: 100%
}

.more_thumbs .item {
    width: 50%
}

.i_img {
    background-color: hsla(0, 0%, 7%, .9);
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative

}

.i_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.i_img .hd_mark, .m_time, .m_views {
    position: absolute;
    z-index: 1;
}

.hd_mark {
    background: #de2600;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    right: 5px;
    top: 5px;
}
.m_time, .m_views {
    background-color: rgba(43,43,43,.5);
    border-radius: 2px;
    padding: 1px 5px 2px;
}
.m_time {
    bottom: 5px;
    right: 5px;
}
.m_views {
    bottom: 5px;
    left: 5px;
}

.widescreen {
    height: 100% !important;
    margin-top: 0 !important
}

.i_info {
    padding: 5px 0
}

.i_info .title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:568px) {
    .item {
        width: 50%
    }

    .more_thumbs .item {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .item {
        width: 33.33333%
    }

    .more_thumbs .item {
        width: 25%
    }
}

@media (min-width:1200px) {
    .item {
        width: 25%
    }

    .more_thumbs .item {
        width: 25%
    }
}