/*!
 * Cutom CSS
 * Copyright 2018 PGA Company
 *


* Table of Contents
*
* 1.0 - Normalize
* 2.0 - Header
* 3.0 - Slider
* 4.0 - Main
* 5.0 - Last video
* 6.0 - Reviews
* 7.0 - Footer
* 8.0 - Single
* 9.0 - Preview
* 10.0 - Pagenation
* 11.0 - Profile
* 12.0 - Advertise
* 13.0 - Adv
* 14.0 - Footer
* 15.0 - Media query
	* 15.1 - <1200
	* 15.2 - <1024
	* 15.3 - >1024
	* 15.4 - <980
	* 15.5 - =768
	* 15.6 - <768
	* 15.7 - <480
	* 15.8 - <360
	* 15.9 - <320
*/

/**
* 1.0 - Normalize
*
*/
@font-face {
    font-family: Sahel;
    src: url('../webfonts/sahel/Sahel.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: Sahel;
    src: url('../webfonts/sahel/Sahel-Light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: Sahel;
    src: url('../webfonts/sahel/Sahel-SemiBold.woff2') format('woff2');
    font-weight: 500;
}


/*@font-face {
  font-family: Sahel;
  src: url('../sahel/Sahel.woff2') format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: Sahel;
  src: url('../sahel/Sahel-Bold.woff2') format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: Sahel;
  src: url('../sahel/Sahel-Light.woff2') format('woff2');
  font-weight: 300;
}

@font-face {
  font-family: Sahel;
  src: url('../sahel/Sahel-SemiBold.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: Sahel;
  src: url('../sahel/Sahel-Black.woff2') format('woff2');
  font-weight: 900;
}*/


body {
    font-family: Sahel, sans-serif;
    background: #F0F0FB;
    background-image: none !important;
    overflow-x: hidden;
}

body.has_background {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #F0F0FB;
}

a:hover,
button:hover,
.new-count:hover,
.comment-form .submit,
.continue-menu .navbar-toggler-icon:hover {
    cursor: pointer;
}

.continue-menu div:hover .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256, 256, 256, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

ul, ol {
    padding: 0 !important;

    margin: 0 !important;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.xxs-font {
    font-size: 9px !important;
}

.xs-font {
    font-size: 10px !important;
}

.font-xxs {
    font-size: 11px !important;
}

.font-xs {
    font-size: 12px !important;
}

.font-sm {
    font-size: 13px !important;
}

.font-m {
    font-size: 14px !important;
}

.font-l {
    font-size: 15px !important;
}

.font-xl {
    font-size: 16px !important;
}

.font-ll {
    font-size: 18px !important;
}

.xxl-font {
    font-size: 20px !important;
}

a, .title_foot span,
.textwidget li,
.main-menu #navbarSupportedContent .navbar-nav > li,
.menu-depth-1 li a, button,
.form-submit #submit,
.continue-menu div,
.bg-danger,
table tr:not(:first-child), .rateme.dashicons {
    transition: all 0.01s ease-in-out;
}

.navbar-nav li,
.continue-menu li {
    list-style: none
}

a:hover {
    text-decoration: none !important;
}

button:focus {
    outline: 0 !important;
}

.color-light {
    color: #bcbcc2;
}

.color-dark {
    color: #46464f;
}

.container {
    min-width: 1200px;
}

.p-6 {
    padding: 35px !important;
}

.pl-6 {
    padding-left: 35px !important;
}

.pr-6 {
    padding-right: 35px !important;
}

.px-6 {
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.py-6 {
    padding: 35px 0px;
}

.border_radius {
    padding: 4px 25px 5px 25px !important;
    border-radius: 1.5rem !important;
}

.radius {
    border-radius: .6rem !important;
}

.input_radius {
    padding: 5px 15px !important;
    border-radius: 1.2rem !important;
    font-size: 14px;
}

.text-danger {
    color: #e62120 !important;
}

.bg-light {
    background-color: #f0f0fb !important;
}

.text-secondary {
    color: #5d5d63 !important;
}

.main-menu .row {
    width: 100%;
}

.post .text-secondary .the-content h2 {
    font-size: 24px !important;
    line-height: 40px !important;
}

.post .text-secondary .the-content h3 {
    font-size: 20px !important;
    line-height: 38px !important;
}

.post .text-secondary .the-content h4 {
    font-size: 18px !important;
    line-height: 35px !important;
}

.post .text-secondary .the-content h5:not(.user-review-title) {
    font-size: 16px !important;
    line-height: 35px !important;
}

.loop article:last-of-type, .box_loop_sidebar .textwidget ul li:last-child {
    margin-bottom: 0 !important;
}

.home .loop article:not(.important-post) .wp-post-image,
.archive .loop article:not(.important-post) .wp-post-image {
    height: 110px;
}

.video_tab_box .col-lg-12:first-child {
    margin-top: 0 !important;
}

.video_tab_box .scroll-wrapper.scrollbar-inner {
    height: 360px !important;
}

.video_tab_box .scrollbar-inner.scroll-content {
    padding-left: 20px !important;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

div.wpml_ico_icon {
    float: right !important;
}

/*.gallery{
display:flex!important;
}*/
.gallery .gallery-item {
    /*margin:auto 10px!important;*/
    margin: auto !important;
    padding: 0 10px;
}

/**
* 2.0 - Header
*
*/
.main-header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.main-menu .navbar {
    /*padding:.2rem 1rem!important;*/
    padding: .2rem .4rem !important;
}

@media all and (max-width: 480px) {
    .menu-depth-1,
    .box_mega_menu,
    .menu-depth-1 li a {
        padding: 0 !important;
    }

    .box_mega_menu .row {
        margin: 0 auto !important;
        border-radius: 0 !important;
    }

    #navbarSupportedContent ul.menu-depth-1 {
        margin: 0 !important;
    }

    .menu-depth-1 li a {
        border-radius: 0 !important;
        border: none !important;
        background: #f5f5f5 !important;
    }

    .box_mega_menu {
        display: none;

    }

    .preview .box_socials_in_single,
    .last-box .box_socials_in_single,
    .last-box .loop p.text-secondary {
        display: none !important;
    }

    .box_socials_in_single {

        position: relative !important;
        top: -15px !important;
        z-index: 9999;
        left: 60% !important;

    }

    .box_socials_in_single a {
        margin-right: 0px !important;
    }
}

@media all and (min-width: 480px) {
    .box_mega_menu {
        position: absolute;
        right: -38%;
        display: none;
        z-index: 9999;
        top: 51px
    }

    .box_mega_menu .row {
        /* margin-top:30px;*/
        margin-top: 9px;
    }

    /*.menu-item-has-children:hover .box_mega_menu{
		display:block;
	}*/
    .menu-depth-1 {
        width: 15%;
        padding-right: 10px !important;
    }

    .menu-depth-1 li {
        text-align: right;
        margin-bottom: 15px !important;
        margin-left: 10px;
    }

    .menu-depth-1 li:last-child {
        margin-bottom: 0 !important
    }

    .menu-depth-1 li a {
        display: inline-block !important;

    }

    .main-menu #navbarSupportedContent .navbar-nav > li {
        /*margin-left:.5rem;*/
    }

    .main-menu #navbarSupportedContent .navbar-nav > li > a {
        /*border: 1px solid #fff !important;
		border-radius: 1.5rem !important;*/
    }

    .menu-depth-1 li a {
        padding: 4px 13px 3px 14px;
        border-radius: 16px;
        background-color: #f0f0fb;
        text-align: center;
        color: #4a4a4e;
        font-size: 15px;
    }
}


#mobile_menue {
    display: none;
}

.top-menu {
    height: 100px;
    background: #fff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
}

.top-menu.fixed {
    height: 73px;
}

.top-menu .logo_div {
    margin-bottom: 2.2rem !important;
}

.top-menu.fixed .logo_div {
    margin-bottom: 0 !important;
    margin-top: -2rem;
}


.top-menu.fixed .top_div {
    display: none;
}

.top-menu.fixed .bottom_div {
    margin: auto !important;
}

.top-menu .new-count img {
    filter: brightness(1.75);
}

.search_div {
    position: absolute;
    top: 47px;
    left: 0;
    height: 71px;
    right: 0;
    z-index: 99;
    display: none;
}

.search_div form {
    width: 100%
}

.search_div form .search_input {
    width: 100%;
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 60px;
    margin-top: 5px;
    outline: none;
    padding-right: 15px;
    color: #464646;
    background: #f9f9f9;

}

.search_div form .search_input::placeholder {
    color: #464646;
    opacity: .5;
}

.search_div form img {
    position: absolute;
    top: 25px;
    left: 25px;
}

.navbar-brand {
    margin-right: -12px !important;
    margin-top: -30px;
}

.navbar-brand img {
    height: 45px;
    width: 170px !important;
    margin-top: 41px;
}

.top-menu .float-right a {
    display: block;
    /*padding:0 .4rem;*/
    padding: 0 .6rem;
    color: #9c9ca5 !important;
    font-size: 13px !important;
}

.top-menu .float-right li:first-child a {
    padding-right: 0 !important;
}

.main-menu #navbarSupportedContent .navbar-nav li a:not(.see_all) {
    padding: .4rem .5rem;
    font-size: 15px;
    color: #46464a;
    display: block;
}

.menu-depth-1 article a {
    padding: 0 !important;
}

.main-menu #navbarSupportedContent .navbar-nav li > a {
    position: relative;
}

.main-menu.is-mega #navbarSupportedContent .navbar-nav li.menu-item-has-children > a:before {
    content: '';
    background: url('../images/Path -2.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 10px;
    height: 15px;
    width: 15px;
}

.main-menu.is-mega #navbarSupportedContent .navbar-nav li.current.menu-item-has-children > a:before,
.main-menu.is-mega #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover a:before {
    background: url('../images/Path -1.svg');
    background-repeat: no-repeat;
}

/*.main-menu #navbarSupportedContent .navbar-nav li.menu-item-has-children > a span{
background: url('../images/Path -2.svg');
	background-repeat:no-repeat;
	position:absolute;
	top :13px;
	left:10px;
    height: 15px;
    width: 15px;
}*/
.main-menu.is-mobile #navbarSupportedContent .navbar-nav > li {
    position: relative;
}

.main-menu.is-mobile #navbarSupportedContent .navbar-nav > li span {
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    background: url('../images/Path -2.svg');
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.main-menu.is-mobile #navbarSupportedContent .navbar-nav > li span:hover {
    cursor: pointer
}

.main-menu #navbarSupportedContent .navbar-nav li.mega > a {
    padding: 3px 10px 6px 27px !important;
    border-radius: 16px;
    border: solid 1px #fff;
}

.main-menu #navbarSupportedContent .navbar-nav li.current > a {
    border-radius: 16px;
    border: solid 1px #ee3537;
    color: #ee3537;

}

.main-menu #navbarSupportedContent .navbar-nav li.current_page_item,
.main-menu #navbarSupportedContent .navbar-nav > li:hover > a,
.menu-depth-1 li:hover a,
#archive-mag:hover a,
.bg-danger,
.nav-link.active,
.tags.d-inline-block li:hover a,
.pagenation_box ul li.active a,
.box_loop_sidebar .textwidget ul li:hover,
.menu-depth-1 li.active a,
.continue-menu li:hover,
.continue-menu div:hover {
    background: #e62120 !important;
    border-color: #e62120 !important;

}

.main-menu #navbarSupportedContent .navbar-nav li.current_page_item a,
.bg-danger,
.nav-link.active,
.post .tags li:hover a,
.pagenation_box ul li.active a,
.bg-danger a,
.box_loop_sidebar .textwidget ul li:hover a,
.main-menu #navbarSupportedContent .navbar-nav > li:hover > a,
#archive-mag:hover a,
.menu-depth-1 li.active a,
.continue-menu li:hover a,
.continue-menu div:hover {
    color: #fff !important;
}

.continue-menu div {
    border: 1px solid #e9e9f0 !important;
    border-radius: 1.5rem !important;
    padding: .3rem 1.3rem !important;
}

.continue-menu ul {
    position: absolute;
    right: -35px;
    top: 66px;
    box-shadow: 0 0 7px rgba(189, 189, 189, 0.4);
}

.continue-nav {
    display: none;
    border-radius: .5rem !important;
    background: #fff;
    position: relative;
    z-index: 999;
}

.new-game-box {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 285px;
    z-index: 999;
    box-shadow: 0 5px 20px -15px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 9px 9px;
    overflow: hidden;
}

.new-game-box:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.9);
    z-index: 100;
}

#new-post-list {
    background: #fff;
    padding-top: 30px !important;
    padding-bottom: 20px !important;

    /*width: 250px;*/
    /*border-radius: .5rem !important;

	margin-top:20px!important;*/
}

.scrollbar-inner {
    border-radius: .6rem !important;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
}

.continue-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    top: -5px;
    width: 30px;
    height: 20px;
    border-radius: 5px;
    transform: rotate(-135deg) skewX(5deg) skewY(5deg);
    background: linear-gradient(-45deg, white 50%, transparent 50%);
    z-index: -1 !important;
}

.box_mega_menu::before {
    right: 26.7% !important;
    top: 25px !important;
}

.expanded_mega_menu .container {
    /*min-width: 100%;
    margin: 0*/
}

.expanded_mega_menu .box_mega_menu {
    display: block;
    right: 0;
    left: 0;
    width: 100%;
    /*top: auto;*/
    top: 100px;
    /*margin-top: 35px;*/
}

.top-menu.fixed .expanded_mega_menu .box_mega_menu {
    top: 73px;
}

.expanded_mega_menu .box_mega_menu .row {
    direction: rtl;
    margin-right: 0;
    margin-left: 0;
}

.expanded_mega_menu .box_mega_menu .menu-depth-1 {
    text-align: right;
}

.expanded_mega_menu .box_mega_menu .menu-depth-1 li {
    display: inline;
    list-style: none;
}

.expanded_mega_menu .box_mega_menu article img {
    width: 100%;
    height: auto
}

.expanded_mega_menu .box_mega_menu article {
    padding-right: 10px;
    padding-left: 10px
}

.expanded_mega_menu .box_mega_menu article:first-of-type {
    /*margin-right: -15px*/
}


#new-post-list:before {
    left: 45%;
    top: 15px;
}

.new-game-box .scrollbar-inner > .scroll-element.scroll-y {
    right: 10px;
    top: 30px;
}

.continue-nav li {
    text-align: center;
    padding: 5px 20px;
    border-bottom: 1px solid #e9e9f0 !important;
    width: 150px;
}

#new-post-list li {
    text-align: right;
    padding: 12px 10px;
    /*border-bottom: 1px solid #e9e9f0 !important;*/
    padding-right: 25px;
    padding-left: 15px;
}

#new-post-list li h2 a {
    font-size: 13px;
    font-weight: bold;
}

#new-post-list li:hover span {
    transition: all 0.01s ease-in-out
}

#new-post-list li:hover h2 a, #new-post-list li:hover span {
    color: #ed2124 !important;
}

#new-post-list li:last-child {
    border-bottom: none !important;
}

.continue-nav li:first-child {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.continue-nav li:last-child {
    border-bottom: none !important;
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.continue-nav li.current_page_item {
    background: #e62120;
}

.continue-nav li.current_page_item a {
    color: #fff !important;
}

.continue-nav a {
    font-size: 13px;
    color: #46464a !important;
}

.new-count {
    color: #fff !important;
}

.hashtag-nav {
    border: 1px solid #f8f9fa !important;
    border-radius: 1.5rem !important;
    padding: .3rem 1.3rem !important;
    margin-left: 6% !important;
    background: #f0f0fb;
}

.hashtag-nav li {
    margin: 0 7px !important;
}

.hashtag-nav li a {
    color: #5d5d63 !important;
    font-size: 14px !important;
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

.hashtag-nav li:hover a {
    color: #e62120 !important;
}

/*.hashtag-nav li a:before,
.tags li a:before{
	content:'#';
}*/
.hashtag-nav li a:before {
    content: '#';
}

#new-post-list .scrollbar-inner > .scroll-element.scroll-y {
    right: 10px;
    top: 10px;
}

.login-modal .custom-control-label::before,
.login-modal .custom-control-label::after {
    right: 0;
}

.modal-content .col-4 img {
    width: 100%;
    height: 50px;
}

.login-modal .modal-content {
    border-radius: .5rem !important;
}

.login-modal .border_radius {
    padding: 6px 10px 7px 10px !important;
}

.login-modal .modal-dialog {
    max-width: 400px;
    margin: 5.75rem auto;
}

.top-bar-icon li a {
    width: 20px;
    height: 20px;
    display: block;
}

.top-bar-icon li a:after {

    height: 15px;
}

.is-mobile .top-bar-icon li a:after {
    filter: brightness(5) !important;
}

/*.top-bar-icon li:nth-child(1) a:after{
	background: url('../images/sprite.png') -88px -25px;
}
.top-bar-icon li:nth-child(3) a:after{
	background: url('../images/sprite.png') -88px -9px;
}
.top-bar-icon li:nth-child(2) a:after{
	background: url('../images/sprite.png') -88px -39px;
}*/
.top-bar-icon li:nth-child(1) a:after {
    background: url('../images/twitter.svg');
    background-repeat: no-repeat;
}

.top-bar-icon li:nth-child(3) a:after {
    background: url('../images/insta.svg');
    background-repeat: no-repeat;
}

.top-bar-icon li:nth-child(2) a:after {
    background: url('../images/telegram.svg');
    background-repeat: no-repeat;
}

/*.top-bar-icon li:nth-child(1) a:hover:after{
	background: url('../images/sprite2.png') -88px -25px;
}
.top-bar-icon li:nth-child(3) a:hover:after{
	background: url('../images/sprite2.png') -88px -9px;
}
.top-bar-icon li:nth-child(2) a:hover:after{
	background: url('../images/sprite2.png') -88px -39px;
}*/
.top-bar-icon li a:hover:after,
.header-icon li .user-icon:hover:after,
.top_menu_box .user-icon:hover:after {
    filter: invert(34%) sepia(62%) saturate(7475%) hue-rotate(344deg) brightness(90%) contrast(106%);
}

.header-icon li .user-icon:after,
.top_menu_box .user-icon:after {
    background: url('../images/user.svg');
    background-repeat: no-repeat;
    height: 17px;
    right: -32px;
    top: 5px;
    /*opacity:.6;*/
}

.search-icon:after {
    background: url('../images/search.svg');
    background-repeat: no-repeat;
    right: -17px;
    /*opacity:.6;*/
}

.search-icon:hover:after {
    filter: invert(34%) sepia(62%) saturate(7475%) hue-rotate(344deg) brightness(90%) contrast(106%);
}

.single_social .search-icon::after {

    right: -15px !important;
}

.close:after {
    background: url('../images/sprite.png') 20px 5px !important;
    left: 2px;
    top: 8px;
}

.box_close .close:after {
    left: 1px !important;
    top: 3px !important;

}

.box_close .close {
    border: 1px solid #bfc1c3 !important;
    border-radius: 20px;
}

.box_close {
    position: absolute;
    left: 0;
    z-index: 100;
    top: -2px;
}

.search_box .search-icon:after {
    top: 9px;
    left: 4px;
}

.search_box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 12px 0px 12px 7px;
}

.search-form input {
    background-color: #FDFDFC;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .14);
    font-weight: 400;
    font-size: .9em;
    padding: .8em 1em .7em;
    color: #252424;
}

.search-form input {
    display: none;
}

.search-icon, .close {
    height: 30px;
    width: 30px;
    border: none !important;
    background: transparent !important;
}

.search-icon:hover, .close:hover {
    cursor: pointer;
}

.search_box .form-control {
    border: none !important
}

.navbar-nav.header-icon li:first-child i {
    padding-top: 9px !important;
}

/**
* 3.0 - slider
*
*/
.slider .hyper_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;

}

.slider .col-lg-6 .box-line {
    width: 95% !important;
}

.slider .tags {
    top: -20px;
    /*top : -35px;*/
    bottom: auto;
}

.slider .author {
    position: relative;

    z-index: 10;
}

.slider .col-lg-6 .img-fluid {
    height: 100%;
}

.slider .col-lg-3 .img-fluid {
    height: 240px;
}

.slider .position-absolute {
    bottom: 0;
}

.slider .card-title {
    line-height: .8;
    margin-top: 8px;
}

.slider .col-lg-6 .card-title {
    line-height: 1.35;
}

.slider_comment {
    /*top:10px;*/
    left: 10px;
}

.slider .p_title {
    padding-left: 55px !important;
}

.slider_comment span:after {
    content: "";
    display: block;
    background: url('../images/Bbl.png');
    top: 5px;
    left: 5px;
    height: 16px;
    width: 20px;
    position: absolute;
    background-size: cover;
}

.slider .col-lg-6 .slider_comment {
    /*top:10px!important;*/
    left: 30px !important;
}

/**
* 4.0 - main
*
*/
.hover01::after {
    content: '';
    clear: both;
    display: block;
}

.box-effect {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-effect {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0.6rem;
}

.scrollbar-inner .img-effect {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.img-effect:hover {
    bottom: -36px;
    opacity: 1;
}

.hover01 .box-effect img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    height: 100%;
}

.hover01:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hover01 .inner-div {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    transition: background-size 1500ms linear;
    background-position: center;
    transition: all 0.2s ease;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    background-repeat: no-repeat;
}

.hover01:hover .inner-div {
    background-size: 150% 150%;
}

.box_head {
    margin: 35px auto 35px auto;
    padding-right: 35px;
}

.head .title_head {
    position: absolute;
    z-index: 10;
    right: 0;
}

.head .title_head .text-secondary {
    font-weight: normal;
    line-height: 1.5;
    margin-top: -5px;
	direction: rtl;
    text-align: right;
}

.head .borderline {
    position: absolute;
    right: 0;
    top: 12px;
    width: 100%;
    z-index: 1
}

.box_head .number_comment {
    position: absolute;
    left: 0;
    z-index: 11;
    top: 3px;
}

.must-log-in {
    text-align: center !important;
}

.must-log-in a {
    color: #e62120;
}

.details,
.date_with_product span,
.date_with_product time {
    color: #a7a7a7;
}

.loop h3 a,
.date_with_product,
.box_loop_content h3 a,
.box_loop_content h4 a {
    color: #5d5d63;
    font-size: 14px;
}

.last-box .loop h1,
.last-box .loop h2,
.last-box .loop h5,
.pro-cat-child h2,
.cat_child_pro h2 a {
    direction: rtl;
}

.last-box .loop h1 a,
.last-box .loop h2 a,
.last-box .loop h5 a,
.pro-cat-child h2,
.cat_child_pro h2 a {
    color: #404045 !important;
    font-size: 18px !important;
}

.last-box .loop h2 a.first_post {
    font-size: 22px !important;
}

.last-box .loop h2 {
    line-height: 1 !important;
}

.loop a {
    color: #404045;
}

.loop p {
    line-height: 28px !important;
    direction: rtl;
    text-align: justify
}

.loop .img-fluid {
    width: 100%;
    height: auto;
}

.tags {
    border-radius: 10px;
    position: absolute;
    bottom: 13px;
    right: 15px;
}

.tags.top_tags {
    right: 0;
    left: 0;
}

.tags li {
    display: inline-block;
    direction: rtl;
    text-align: right;
}

.tags li a {
    color: white !important;
    font-size: 10px;
    background: #e62120;
    border-radius: 15px;
    padding: 1px 7px;
    margin: auto 3px;
}

.tags li a:hover,
.pagenation_box ul li.active:hover a,
.form-submit #submit:hover,
button.bg-danger:hover,
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:focus,
.login_register .active.bg-danger:hover {
    background: #9b1414 !important;
    border-color: #840f0f !important;
    background-color: #9b1414 !important;
}

.login_register .bg-danger:focus {
    background: #e62120 !important;
    border-color: #e62120 !important;
}

/*.tags li a:before{
	content:"#";
}*/
.post .tags li {
    margin-left: 7px;
    margin-bottom: 15px;
}

.post .tags li a {
    padding: 3px 10px !important;
    font-size: 13px !important;
    background: white;
    color: #6c757d !important;
    border: 1px solid #ebebef;
}

.post .details .avatar {
    border-radius: 50% !important;
    margin-left: .5rem !important;
}

.post .tags li a.bg-danger,
.profile_details .bg-danger {
    color: white !important
}

.adv_in_archive {
    width: 40px;
    height: 40px;
    margin: 7px 20px;
}

.box_loop_sidebar {
    padding-top: 1px !important;
}

.box_loop_sidebar .textwidget ul li {
    background-color: #f0f0fb !important;
    margin-bottom: 1rem !important;
    padding: 1rem !important;
    border-radius: .6rem !important;
    font-size: 14px !important;
}

.box_loop_sidebar .textwidget ul li a {
    color: #5d5d63 !important;
    line-height: 20px;
    display: block;
}

aside .loop .img-fluid {
    width: 210px;
    height: 140px;
}

.box_loop_sidebar img,
.post .thumnail_img,
.chosen-admin img,
.last-cinema-post article img,
.result-ajax article img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.chosen-admin article {
    min-height: 220px;
}

.chosen-admin .col-1-5 {
    width: 20%;
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.chosen-admin .box_loop_content h3,
.box_loop_content h4,
.box_loop_content h5 {
    height: 50px;
    overflow: hidden;
    line-height: 1.7;
}

.box_loop_sidebar .box_loop_content h3 {
    line-height: 1.7;
}

.box_loop_content {
    border-bottom-left-radius: .6rem !important;
    border-bottom-right-radius: .6rem !important
}

.middle_box {
    border: 1px dashed #EBEBEB;
    top: 8px;
}

.middle_box .top_icon {
    position: absolute;
    top: -2px;
    left: -4px;
    border: 2px solid #e62120;
    width: 7px;
    height: 7px;
    border-radius: 5px;
}

.date_with_product .left_box {
    width: 110px;
}

.date_with_product .right_box {
    width: 150px;
}

.sidebar_ideal img {
    border-radius: .6rem !important;
}

.sidebar_ideal .textwidget p {
    background-color: #f0f0fb !important;
    padding: 10px;
    font-size: 14px;
    border-radius: .6rem !important;
    line-height: 25px;
}

.sidebar_ideal .textwidget:hover p {
    background-color: #e62120 !important;
    color: #fff;
}

h2.card-title:hover a,
a.author:hover,
.top-menu .tags-ul li:hover a,
.top-menu .left-menu li:hover a,
.box_loop_content h3:hover a,
.box_loop_content h4:hover a,
.box_loop_content h5:hover a,
.loop article h3:hover a,
.loop article h1:hover a,
.loop article h2:hover a,
.video_tab_box .col-lg-8 h2:hover a,
.preview h1:hover a,
.cat_child_pro h2 a:hover,
.title_foot:hover .see_all {
    color: #e62120 !important;
}

/**
* 5.0 - Last video
*
*/
.head .title_foot {
    position: absolute;
    z-index: 10;
    left: 0;
}

.head .title_foot span:hover {
    background: #e62120;
    border-color: #e62120 !important;
}

.head .title_foot span:hover a {
    color: #fff !important;
}

.last-video .col-lg-8 h2 {
    line-height: 1.7 !important;
}

.video-icon {
    position: absolute;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2); /* Black see-through */
    width: 89%;
    opacity: 1;
    border-top-right-radius: .6rem !important;
    border-bottom-right-radius: .6rem !important;
}

.show_content_thumb img {
    width: 100%;
    height: auto;
}

.show_content_thumb .video-icon {
    background: transparent
}

.show_content_thumb .video-icon::after {
    top: 45%;
    left: 45%
}

.box-light {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent, #000 95%);
    height: 100%;
    width: 100%;
    content: '';
    border-radius: .6rem;
    bottom: 0;
}

.box-light {
    width: 100% !important;
    border-radius: .6rem !important;
}

.reviews .col-lg-5 .box-light {
    width: 97% !important;
}

.reviews .col-lg-6 .box-light {
    width: 95% !important;
}

.reviews .card-title, h2, h6, h5 {
    line-height: 26px;
}

.scroll-wrapper.scrollbar-inner {
    max-height: 470px !important;
}

.scrollbar-inner.scroll-content {
    /*margin-left: -19px!important;
	margin-right: 19px!important;*/
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 0px;
    top: 0;
    width: 2px
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background: #fff;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #e62120;
    height: 112px !important;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    opacity: 1 !important;
}

.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 9999 !important;
    top: 0;
    animation: smoothScroll .5s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.bar-long {
    height: 3px;
    background-color: #e62120;
    width: 0px;
    z-index: 1000;
    position: absolute;
    right: 0;
    bottom: 0;
}

/**
* 6.0 - Reviews
*
*/
.reviews div.position-absolute {
    bottom: 0;
}

.reviews .rate-game {
    top: 14px;
    left: 30px;
    font-size: 16px;
    background: #e62120;
    border-radius: 15px;
    padding: 5px 25px;
    border-top-left-radius: 4px !important;
}

.reviews .col-lg-5 img {
    height: 435px;
}

/**
* 7.0 - Footer
*
*/
.footer {
    background-color: #333337 !important;
}

.copy-write {
    background-color: #28282c !important;
}

.menu-footer-right {
    margin-bottom: 50px !important;
}

.menu-footer-right li {
    display: inline-block;
    margin-left: 10px;
}

.menu-footer-right li a {
    color: #f8f9fa !important;
    font-size: 14px;
}

.menu-footer-center li {
    padding: 5px 0;
}

.menu-footer-center a {
    color: #f8f9fa !important;
    font-size: 13px;
    padding: 5px 0;
}

.footer-left input {
    border-radius: 1rem !important;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    color: #fff;
}

.footer-left button {
    right: 10px;
    top: 8px;
    background: #e62120
}

/**
* 8.0 - Single
*
*/
.post .text-secondary h2,
.post .text-secondary h3,
.post .text-secondary h4 {
    direction: rtl
}

.post .text-secondary h2 {
    font-size: 16px
}

.box_socials_in_single a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.post p, .post blockquote {
    line-height: 37px !important;
}

.post blockquote {
    padding: 20px 25px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    position: relative;
    z-index: 10
}

.box_blockquote blockquote:after {
    content: "";
    width: 190px;
    height: 150px;
    background: url("../images/qute.png") no-repeat;
    left: 10px;
    bottom: 10px;
    position: absolute;
    display: inline-block;
    z-index: -1
}

.socials a:nth-of-type(3):after {
    background: url('../images/sprite.png') -23px -5px;
    top: 5px;
    left: 1px;
}

.socials a:nth-of-type(2):after {
    background: url('../images/sprite.png') -23px -43px;
    top: 6px;
    left: 2px;
}

.socials a:nth-of-type(1):after {
    background: url('../images/sprite.png') -25px -59px;
    top: 6px;
    left: 4px;
}

.socials a:nth-of-type(3):hover:after {
    background: url('../images/sprite.png') -43px -5px;
}

.socials a:nth-of-type(3):hover {
    background: #385c8e;
    border: 1px solid #385c8e !important;
}

.socials a:nth-of-type(2):hover:after {
    background: url('../images/sprite.png') -46px -43px;
    left: 4px;
}

.socials a:nth-of-type(2):hover {
    background: #76a9ea;
    border: 1px solid #76a9ea !important;
}

.socials a:nth-of-type(1):hover:after {
    background: url('../images/sprite.png') -45px -59px;
    left: 3px;
}

.socials a:nth-of-type(1):hover {
    background: #4492f5;
    border: 1px solid #4492f5 !important;
}

aside .details .count_comment:after,
.box_main .details .count_comment:after {
    content: '';
    position: absolute;
    background: url('../images/b2.png');
    top: 3px;
    left: 5px;
    height: 10px;
    width: 13px;
    background-size: cover;
}

.tag label.tags:after, .source label.tags:after {
    background: url('../images/sprite.png') -110px -23px;
    top: -3px;
    right: -35px;
    height: 25px;
}

.post-category-links label.tags:after {
    background: url('../images/sprite.png') -110px 19px;
    top: 0;
    right: -35px;
    height: 21px;
}

.source label.tags:after {
    background: url('../images/sprite.png') -110px 1px !important;
}

.source.in-single label.tags:after {
    top: -3px;
    right: -37px;
    height: 25px;
}

.source.in-single .tags {
    right: 40px;
    padding-left: 0;
}

.source .tags li a:before {
    display: none;
}

.imglist img {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    max-width: 100% !important;
}

.fanc_head {
    padding-left: 80px !important;
}

.fancybox-thumbs {
    top: auto;
    width: 100%;
    bottom: 3%;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-inner {

    width: 70% !important;
    background: #fff !important;
    height: 96% !important;
    max-height: 700px !important;
    margin: 1% auto !important;
    border-radius: 12px !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.fancybox-content {
    margin: 4% auto 7% auto !important;

}

.fancybox-thumbs {
    max-width: 57% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
}

.fancybox-toolbar {
    left: 35px !important;
    top: 30px !important;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-infobar {
    display: none !important;
}

.fancybox-button--close {
    background: none !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
}

.fancybox-thumbs-x {
    background: none !important;
}

.fancybox-thumbs__list {
    margin: 0 auto;
}

.fancybox-navigation .fancybox-button {
    top: calc(89%) !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 4% !important;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 4% !important;
}

.fancybox-navigation .fancybox-button {
    background: none !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50% !important;
    padding: 0;
    width: 40px;
    height: 40px;
}

.fancybox-content img,
.fancybox-thumbs__list a {
    border-radius: 0.25rem;
}

.fancybox-thumbs__list a::before {
    display: none;
}

.fancybox-thumbs-active {
    border: 3px solid #e62120;
}

.fancybox-button:hover svg path {
    fill: #e62120 !important;
}

/**
* 8.1 - comments
*
*/

#comments ol,
#comments ul {
    list-style: none
}

.count_comment {
    direction: ltr;
    position: relative;
    margin-top: 2px;
}

#reply-title,
.logged-in-as,
.comment-form-comment label,
h2.comments-title,
.comment-author .says,
.comment-edit-link,
.comment-form-url {
    display: none;
}

.comment-notes {
    color: #5d5d63 !important;
}

#commentform,
.comment-list li .comment-body {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.comment-list li.depth-1 {
    border-top: 1px solid #dee2e6 !important;
    padding-bottom: 50px;
}

#respond {
    padding-bottom: 50px;
}

.comment-respond {
    margin-top: 1.5rem !important;
}

.comment-list li.depth-1 {
    padding-top: 50px;
}

.comment-list li.depth-1:first-child {
    border-top: none;
}

.comment-author,
.comment-body {
    position: relative;
}

.comment-author cite {
    position: absolute;
    top: 10%;
    right: 100px;
    color: #5d5d63 !important;
    font-style: normal !important;
}

.commentmetadata {
    position: absolute;
    top: 35px;
    right: 135px;
    font-size: 11px;
}

.comment-body p {
    margin-right: 100px;
    color: #5d5d63 !important;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.commentmetadata a {
    color: #c4c4cc;
}

.comment-author .avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.comment-form-comment textarea {
    width: 100%;
    max-height: 150px;
    border-radius: 0.5rem !important;
    border: 1px solid #dee2e6 !important;
    resize: none;
    padding: 15px;
}

.comment-form-author label,
.comment-form-email label {
    width: 9%;
    color: #5d5d63 !important;
}

.comment_pagi.box_head {
    margin-top: 0 !important;
}

input#author,
input#email {
    width: 90%;
    border-radius: 0.5rem !important;
    border: 1px solid #dee2e6 !important;
    padding: 5px 15px;
}

.form-submit #submit {
    float: left;
    background: #e62120 !important;
    color: #fff;
    border-radius: 1.5rem;
    padding: 5px 25px;
    border: none;
}

ol.children {
    margin-right: 100px !important;
    margin-top: 50px !important;
}

#rateme {
    display: table;
}

#rateme span:first-child {
    margin-right: 100px !important;
}

.rateme.dashicons {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
}

.rateme.dashicons:hover {
    cursor: pointer;
}

.rateme.dashicons.green {
    border: 1px solid #89c66d;
    margin-left: 30px;
}

.rateme.dashicons.green:hover {
    background: #89c66d;
    color: white;
}

.rateme.dashicons.red {
    border: 1px solid #e62120;
}

.rateme.dashicons.red:hover {
    background: #e62120;
    color: white;
}

#rateme .rate {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 3px;
    display: inline-block;
}

div.reply {
    position: relative;
    margin-top: -25px;
    display: inline-block;
    float: left;
}

div.reply a {
    float: left;
    color: #e62120 !important;
    font-size: 14px;

}

div.reply a:before {
    position: absolute;
    content: "";
    display: block;
    height: 18px;
    width: 21px;
    background: url('../images/sprite.png') -110px 40px !important;
    right: -30px;
    padding-left: 20px;
    top: -3px;

}

.rerror {
    margin-top: 50px;
    position: absolute;
    bottom: -50px;
    right: 130px;
}

/**
* 9.0 - Preview
*
*/
.background_image {
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.background_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    display: block;
    z-index: 99;
}

.background_text .details {
    min-height: auto !important;
}

.background_text ul.tags {
    display: inline-block;
}

.preview .details {
    min-height: 110px;
}

.preview .count_comment {
    background: white;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
}

.preview .tags.top_tags li a {
    margin-bottom: 10px;
}

.preview .tags li a {
    padding: 3px 10px !important;
    font-size: 14px !important;
    display: inline-block;
}

.preview .details_content {
    width: 300px;
    min-height: 400px;
    margin-left: -100px;
    margin-right: 35px;
    margin-top: 10px;
    background-size: 100% 100%;
}

.preview .details_content:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(239, 239, 250, 0.5) 0%, #ededf7 70%);
    height: 100%;
    width: 100%;
    content: '';
    border-radius: .6rem;
    bottom: 0;
}

.preview .details_content ul {
    position: absolute;
    bottom: 15px;
    right: 30px;
    left: 30px;
    z-index: 99;
}

.details .border-bottom {
    width: 100%;
    display: block;
    position: absolute;
    top: 65px;
}

.details .details_text {
    position: absolute;
    right: 0;
    z-index: 10;
    background: white;
}

.preview p img {
    margin-top: 30px;
    display: block;
    max-width: 100%;
    height: auto;
}

.preview p span.caption {
    color: #a7a7b3;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.preview p .important-right,
.preview p .important-left,
.last-box .the-content p .important-left,
.last-box .the-content p .important-right {
    border: 1px solid #e62120;
    padding: 20px;
    float: right;
    width: 300px;

    line-height: 36px;
    font-size: 18px;
    color: #e62120;
    border-radius: 7px;
    font-weight: bold;
    margin: 20px -100px 10px 25px;
    background: #ffffff !important;

}

.last-box .the-content p .important-left {
    margin: 20px 25px 10px 0 !important;
    float: left !important;
}

.last-box .the-content p .important-right {
    margin-right: 0 !important;
}

.preview p .important-left {
    float: left !important;
    margin: 20px 25px 10px -100px !important;
}

.preview p {
    text-align: justify;
}

.positive-points,
.negative-points {
    z-index: 10;
}

.positive-points li:before {
    content: '+';
    padding-left: 5px;
    vertical-align: middle;
}

.negative-points li:before {
    content: '-';
    padding-left: 5px;
    vertical-align: middle;
}

.list_tooltips li {
    margin: 30px 7px;
}

.review .box_tooltip img {
    width: 100px;
    margin-left: 20px;
}

.review .box_tooltip {
    width: 370px;
    height: 130px;
    background: white;
    display: none;
    position: absolute;
    top: 80px;
    margin: 0 auto;
    line-height: 24px;
    left: -150px;
}

.review .box_tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 161px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    transform: rotate(-135deg) skewX(5deg) skewY(5deg);
    background: linear-gradient(-45deg, white 50%, transparent 50%);
}

.box_rate {
    height: 265px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.box_rate:after {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    bottom: 0;
    background-image: linear-gradient(to left, rgba(240, 240, 251, .5), #f0f0f0 30%);
}

.box_rate .rate {
    background: url('../images/Picel_Art_Heart.svg') no-repeat;
    left: -80px;
    top: -30px;
    z-index: 10;
    width: 387px;
    height: 325px;
}

.box_rate ul li {
    padding: 5px;
    display: block;
    font-size: 15px;
    color: #6c757d !important;
}

.box_rate h5 {
    z-index: 100;
    font-size: 80px;
    font-weight: normal;
}

.box_rate .rate .border_radius {
    z-index: 100;
}

.preview .box-light {
    border-radius: 0 !important;
}

.single .box-light {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.preview .col-lg-10 p a {
    color: #e62120 !important;
}

.preview .col-lg-10 p a:hover, .page-links a:hover strong {
    color: #9b1414 !important;
}

.single h1 {

}

.single .loop .the-content a {
    color: #e62120;
}

.single .loop .the-content a:hover {
    color: #bf1d1d;
}

/**
* 10.0 - Pagenation
*
*/
.tab-pane .border-bottom:last-child {
    border-bottom: 0 !important;
}

.nav-tabs .nav-link, .nav-tabs {
    border: none !important;
}

.nav-tabs .nav-link {
    padding: .4rem 1rem !important;
}

.nav-tabs .nav-link.editprofile {
    padding: .4rem 2rem .4rem 1rem !important;
}

.pagenation_box {
    position: absolute;
    bottom: -17px;
    left: 0;
    padding-left: 12px;
}

.pagenation_box ul li a {
    padding: 5px 18px !important;
    margin: 1px !important;
    font-size: 15px;
}

.pagenation_box ul li {
    line-height: 2;
}

.pagenation_box ul li .prev {
    background: url('../images/right-arrow.png') no-repeat center center;
    display: block;

    height: 12px;
}

.pagenation_box .pagination {
    margin-right: 10px !important;
}

.pagenation_box ul .prev-link,
.pagenation_box ul .next-link,
.pagenation_box ul .disabled {
    line-height: 0.75;
}

.pagenation_box ul li .next {
    background: url('../images/left-arrow.png') no-repeat center center;
    display: block;

    height: 12px;
}

.nav-tabs .nav-link, .pagenation_box ul li a {
    border-radius: 1.5rem !important
}

/**
* 11.0 - Profile
*
*/
.profile_details a, .name_author_profile {
    color: #5d5d63 !important;
}

.sprite, .tags {
    position: relative;
}

.tags {
    /*direction: ltr;*/
}

.sprite:after,
.tags:after,
.video-icon:after {
    position: absolute;
    content: "";
    display: block;
    height: 18px;
    width: 21px;
}

.video-icon:after {
    cursor: pointer;
}

.custom-file-label::after {
    padding: .5rem .75rem !important;
}

.input_radius.custom-file-label {
    padding: 8px 15px !important;
}

.profile_details .nav-item:nth-of-type(3) a:after {
    background: url('../images/sprite.png') 40px -47px;
    top: 7px;
    right: 10px;
    opacity: .6;
}

.profile_details .nav-item:nth-of-type(3) a.active:after {
    opacity: .3;
}

.profile_details .nav-item:nth-of-type(4) a:after {
    background: url('../images/sprite.png') -69px -47px;
    top: 9px;
    right: -10px;
}

.sidebar_profile ul .sprite:first-child:after {
    background: url('../images/sprite.png') -69px -25px;
    top: 3px;
    right: -3px;
    height: 22px;
}

.sidebar_profile ul .sprite:nth-of-type(2):after {
    background: url('../images/sprite.png') -67px -65px;
    top: 5px;
    right: -2px;
}

.sidebar_profile ul .sprite:nth-of-type(3):after {
    background: url('../images/sprite.png') -67px -6px;
    top: 4px;
    right: -2px;
}

.video-icon:after {
    background: url('../images/sprite.png') -25px 43px !important;
    height: 40px;
    width: 40px;
    top: 32%;
    left: 30%;
    z-index: 9999;
}

.profile_form label {
    font-size: 14px;
    color: #5d5d63 !important
}

.sidebar_profile .text-secondary {
    line-height: 27px;
    list-style: none;
}

.sidebar_profile .avothor {
    position: absolute;
    top: -80px;
    height: 150px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar_profile ul li {
    padding-bottom: 10px;
    padding-right: 30px;
}

.sidebar_profile ul li i {
    vertical-align: middle !important;
}

.sidebar_profile ul li:last-child {
    padding-bottom: 0 !important;
}

/**
* 12.0 - Advertise
*
*/
.advertise_page strong {
    color: #5d5d63
}

.advertise_page .rounded-circle {
    height: 110px;
    width: 110px;
    text-align: center;
    font-size: 40px;
    display: inline-block;
    padding: 25px 10px;
    direction: ltr
}

table {
    max-width: 100%;
    background-color: transparent;
    border-radius: .6rem;
}

table td,
table th {
    padding: .5rem;
    height: 38px;
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

table td {
    text-align: center;
}

table tr:first-child td {
    font-weight: 600;
}

table tr:not(:first-child):hover {
    background: #e62120;
    color: #fff;
}

table tr:last-child td {
    border-bottom: none;
}

table tr td:last-child {
    border-left: none;
}

div.box-table {
    border: 1px solid #dee2e6;
    display: flex;
    border-radius: .6rem;
}

/**
* 13.0 - Adv
*
*/
.adv img {
    height: auto;
    width: auto;
}

/**
* 14.0 - Footer
*
*/
.social-footer li:first-child a:after {
    background: url('../images/sprite.png') -4px 75px !important;
    top: 6px;
    left: 9px;

}

.social-footer li:nth-child(5) a:after {
    background: url('../images/sprite.png') -1px 97px !important;
    top: 6px;
    left: 6px;
    height: 22px;
    width: 22px;
}

.social-footer li:nth-child(4) a:after {
    background: url('../images/sprite.png') -1px 121px !important;
    top: 6px;
    left: 5px;
    height: 22px;
    width: 22px;
}

.social-footer li:nth-child(3) a:after {
    background: url('../images/sprite.png') -1px 55px !important;
    top: 6px;
    left: 6px;
    height: 21px;
    width: 22px;
}

.social-footer li:nth-child(2) a:after {
    background: url('../images/sprite.png') -1px 35px !important;
    top: 6px;
    left: 4px;
    height: 22px;
    width: 22px;
}

.social-footer li:first-child:hover {
    background: #ea7819;
    border: 1px solid #ea7819 !important;
}

.social-footer li:nth-child(2):hover {
    background: #4492f5;
    border: 1px solid #4492f5 !important;
}

.social-footer li:nth-child(3):hover {
    background: #76a9ea;
    border: 1px solid #76a9ea !important;
}

.social-footer li:nth-child(4):hover {
    background: #385c8e;
    border: 1px solid #385c8e !important;
}

.social-footer li:nth-child(5):hover {
    background: url('../images/instagram.png') no-repeat center center;
    border: 1px solid #ac429a !important;
}

.social-footer li:nth-child(6):hover {
    background: #fc3e04;
    border: 1px solid #fc3e04 !important;
}

.social-footer li.critic a {
    text-align: center;
    padding-top: 3px;
    padding-left: 0px;
}

.social-footer li {
    height: 35px;
    width: 35px;
    border-radius: 30px !important;
    display: block;
    margin: auto 2px;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    background-image: url("../images/back-to-top.svg");
    position: fixed;
    z-index: 9999;
    bottom: 55px;
    right: 50px;
    display: none;
}

.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 23px;
    top: 4px;
    z-index: 9999;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-control:focus, .btn-primary:focus {
    border-color: #e62120 !important;
    box-shadow: 0 0 0 .2rem rgba(230, 33, 32, .25) !important
}

.custom-file-label::after {
    right: 8px;
}

.pass-text {
    display: none;
}

.pass-graybar {
    top: -13px;
}

.pass-wrapper {
    padding: 5px 5px;
}

.cover-img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -49.4vw;
    height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#background-ad {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 0;
}

/******************/
.loader_header {
    border: 4px solid #f3f3f3;
    border-top-color: rgb(243, 243, 243);
    border-top-style: solid;
    border-top-width: 5px;
    border-radius: 50%;
    border-top: 4px solid #e62120;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 50px auto;

}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.container article.text-secondary h2,
.container article.text-secondary h2 span,
.the-content h2 {
    font-size: 32px !important;
}


.last-box .loop h2 a,
.box_loop_content h3 a,
.video_tab_box a.text-secondary,
.box_loop_content h4 a,
.last-box .loop h1,
.last-box .loop h1 a,
.last-box .loop h2 a,
.last-box .loop h5 a {
    color: #111 !important
}

.loop p.text-secondary,
.the-content p {
    color: #373d3f !important
}

.details,
.date_with_product span,
.date_with_product time {
    color: #717171 !important
}

.last-box .loop h2 a {
    font-size: 19px !important;
}

.loop p.font-sm {
    font-size: 14px !important;
}

.the-content p {
    font-size: 18px !important;
    line-height: 32px !important
}

.last-box .loop h1 a, .last-box .loop h1 {
    font-size: 22px !important;
}

.slider .col-lg-6 a.font-ll {
    font-size: 27px !important;
}

.slider .col-lg-6 a.font-xl {
    font-size: 18px !important;
}

.comment-body p {
    font-size: 16px !important;
}

.tags li a {
    font-size: 12px !important;
}

.head .title_head .text-secondary {
    color: #111 !important;
}

.box_main .loop p.text-secondary {
    font-size: 14px !important;
}


/**
* 15.0 - Media query
*
*/

/**
* 15.1 - <1200
*
*/
@media all and (max-width: 1200px) {
    .container {
        min-width: 100% !important;
    }
}

/**
* 15.2 -<1024
*
*/
@media all and (max-width: 1024px) {
    .top-menu,
    .box_item_menu .new-count,
    .hashtag-nav {
        display: none !important;
    }

    #mobile_menue {
        display: block;
        background: #fff;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .navbar-brand {
        position: absolute;
        right: 65px;
    }

    .main-menu .col-lg-5 {
        margin-top: .5rem !important;
    }

    .collaps-content button {
        float: right;

        margin-right: -10px;
    }

    #navbarSupportedContent ul {
        margin-right: 0 !important;
    }

    .main-menu {
        padding: 0 !important;
    }

    .continue-menu div {
        display: none !important;
    }

    #new-post-list {
        width: 94%;

    }

    .scrollbar-inner.scroll-content {

        margin-left: -16px !important;
        margin-right: 16px !important;

    }

    #navbarSupportedContent.navbar-collapse {
        position: absolute;
        background: #fff;
        z-index: 99999;
        top: 52px;
        right: -30px;
        left: 0;
        text-align: right;
        box-shadow: inset 0 5px 20px -20px rgba(0, 0, 0, 0.7);
    }

    .new-game-box {
        right: 0;
        left: 0;
    }

    #new-post-list::before {
        left: 50%;
    }

    .header-icon li:first-child {
        margin-left: 0 !important;
    }

    .search-icon::after {
        right: 0px;
        top: 5px;
        opacity: .7;
    }

    .home_logo,
    .logo_div {
        width: 120px !important;
    }

    .logo_div img {
        padding: 6px 0
    }

    .top_menu_box {
        padding: 20px 20px 17px 20px;
        border-bottom: solid 1px rgba(211, 211, 218, 0.3);

    }

    .top_menu_box .user_box {
        margin-right: 35px;
    }

    #archive-mag a {
        background: #ed2124;
        color: #fff !important;
        border: 0 !important;
        padding: 9px 10px !important;
    }

    .main-menu #navbarSupportedContent .navbar-nav > li {
        /*border-top:none!important;
		border-right:none!important;
		border-left:none!important;
		border-radius: 0!important;
		margin:0!important;*/
        border-bottom: solid 1px rgba(211, 211, 218, 0.3);
        padding: 10px;
        color: #4a4a4e;
        font-size: 15px;
    }

    .main-menu #navbarSupportedContent .navbar-nav li ul {
        display: none;
    }

    .main-menu #navbarSupportedContent .navbar-nav li ul.show {
        display: block;
        box-shadow: none;
        padding-top: 10px !important;
    }

    .main-menu .menu-item-has-children::after {
        content: none !important;
    }

    .dropdown-toggle::after {
        border: 0;
    }

    .dropdown > a::after {
        content: '';
        border: 0;
        background: url('../images/Path -2.svg') no-repeat;
        height: 15px;
        width: 15px;
        display: inline-block;
        padding-left: 15px;
        top: 13px;
        position: absolute;
        filter: brightness(45%);

    }

    .main-menu #navbarSupportedContent .navbar-nav > li {

        border-bottom: solid 1px rgba(211, 211, 218, 0.3);
        padding: 10px;
        color: #4a4a4e;
        font-size: 15px !important;
    }

    .main-menu #navbarSupportedContent .navbar-nav > li:hover > a {
        color: #4a4a4e !important;
        border-color: #fff !important;
        background: #fff !important
    }

    .main-menu #navbarSupportedContent .navbar-nav li a {
        padding: 1rem .5rem !important;
    }

    .main-menu #navbarSupportedContent .navbar-nav li ul {
        /*display:none;*/
    }

    .main-menu #navbarSupportedContent .navbar-nav li ul li {
        display: block;
    }

    .bottom_menu_box {
        background: #ed2124;
        padding: 20px 20px 5px 20px;
    }

    .bottom_menu_box p {
        font-size: 14px;
        color: #fff;
    }

    .main-menu #navbarSupportedContent .navbar-nav li ul li:first-child {
        margin-top: 25px
    }

    .main-menu #navbarSupportedContent .navbar-nav li ul li a {
        color: #aaaab8 !important;
        font-size: 13px !important;
        padding: .75rem .5rem !important;
    }

    .main-menu #navbarSupportedContent .navbar-nav li:last-child {
        border-bottom: none !important;
    }

    /*.main-menu #navbarSupportedContent .navbar-nav > li:first-child{
		background: #e62120!important;
	}
	.main-menu #navbarSupportedContent .navbar-nav li:first-child a:hover{
		color:white!important;

	}*/
    .continue-menu {
        margin-left: .5rem;
        margin-top: 10px;
        text-align: center !important;
    }

    .main-menu .col-lg-7 {
        padding-left: 0 !important;
    }

    .main-menu .col-lg-5 {
        position: absolute;
        left: 0;
    }

    .continue-nav {
        width: 93%;
    }

    .continue-menu ul {
        right: 15px;
    }

    .continue-nav::before {
        left: 47%;
    }

    .main-menu .col-lg-5 {
        display: none;
    }

    .main-menu #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > a:after,
    .main-menu #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > a:before {
        display: none !important;
    }

    .navbar .header-icon li.ml-3 {
        position: absolute;
        left: 0px;
    }

    .navbar .navbar-brand {
        right: 60px;
        top: -8px;
    }

    .navbar .collaps-content {
        margin-right: -15px;
    }

    .navbar .navbar-nav {
        margin-right: -15px;
    }

    .navbar .responsive-box {
        top: 15px !important;
    }

    .social_menu {
        display: block !important;
    }


    .box_rate .rate {
        left: 0;
        top: -5px
    }

    .box_rate .rate .border_radius {
        top: 180px;
        left: 38%;
    }
}

/**
* 15.3 ->1024
*
*/
@media all and (min-width: 1024px) {
    .adv {
        padding: 0 !important;
        text-align: center
    }

    /***************************/
    .top-menu .logo_div.col-lg-2 {
        max-width: 13.666667%;
        flex: 0 0 13.666667%
    }

    .top-menu .l_logo_div.col-lg-10 {
        max-width: 86.333333%;
        flex: 0 0 86.333333%;
    }

    .top-menu .l_logo_div.col-lg-10 .top_div .col-lg-7 {
        max-width: 53.333333%;
        flex: 0 0 53.333333%;
    }

    .top-menu .l_logo_div.col-lg-10 .top_div .col-lg-5 {
        max-width: 46.666667%;
        flex: 0 0 46.666667%;
    }

    .top-menu .main-menu.bottom_div .col-lg-7 {
        /*max-width: 59.333333%;
        flex : 0 0 59.333333*/
    }

    .top-menu .main-menu.bottom_div .col-lg-5 {
        /*max-width: 40.666667%;
        flex : 0 0 40.666667%;*/
    }

    .result-ajax article.col-lg-2 {
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
        padding-right: 10px;
        padding-left: 10px;
    }

    /***************************/
    .main-menu #navbarSupportedContent .navbar-nav > li {
        margin-left: .5rem;
    }
}

/**
* 15.3 ->1440
*
*/
@media all and (min-width: 1440px) {
    .top-menu .container, .box_mega_menu .container {
        max-width: 1300px;
    }
}

/**
* 15.3 ->1600
*
*/
@media all and (min-width: 1600px) {
    .top-menu .container, .box_mega_menu .container {
        max-width: 1500px;
    }
}

/**
* 15.3 ->1920
*
*/
@media all and (min-width: 1920px) {
    .top-menu .container, .box_mega_menu .container {
        max-width: 1550px;
    }

    .top-menu .logo_div.col-lg-2 {
        max-width: 12.666667%;
        flex: 0 0 12.666667%;
    }

    .top-menu .l_logo_div.col-lg-10 {
        max-width: 85.333333%;
        flex: 0 0 85.333333%;
    }
}

/**
* 15.4 -<980
*
*/
@media all and (max-width: 980px) {

    .box_rate .col-lg-8 {
        padding-top: 1rem !important;
    }

    .box_rate .rate {
        padding-left: 15px !important;
    }

    .main-menu .col-lg-5 {
        margin-top: 1.5rem;
        padding: 0 !important;
    }

    .footer .pr-6 {
        padding-right: 15px !important;
    }

    .box_main {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .preview p .important-right {
        margin-right: 0;
    }

    .preview p .important-left {
        margin-left: 0 !important
    }

    .preview .post, .preview .details_content {
        margin-left: 0 !important;
    }

    .profile_details a span {
        display: none
    }

    .box_rate .rate {
        padding-left: 15px !important;
    }

    .box_rate .col-lg-8 {
        padding-top: 1rem !important;
    }

    .big_top_image {
        margin-right: 0 !important;
    }
}

/**
* 15.5 -=768
*
*/
@media all and (min-width: 800px) {

    .slider .col-lg-6 .box-light {
        width: 95% !important;
    }

    .box_rate h5 {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (width: 768px) {
    .slider .tags {
        margin-bottom: .5rem !important;
    }

    .footer-left.pr-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .last-cinema header span,
    .last-mobile-game header span {
        padding: 5px 5px !important;
    }

    .box_rate h5 {
        font-size: 40px !important;
    }

    .font-ll {
        font-size: 14px !important;
    }

    .slider .col-lg-6 .box-light {
        width: 93% !important;
    }

    .box_rate h5 {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .slider ul.tags li {
        display: none
    }

    .slider ul.tags li:first-child {
        display: inline-block !important;
    }

    .slider ul.position-absolute {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: inline-block;
        text-align: center;
    }

    .slider h2 a {
        font-size: 13px;
    }

    .slider p.color-light {
        display: none;
    }
}

/**
* 15.6 -<768
*
*/
@media all and (max-width: 768px) {
    .child_cat {
        display: none !important;
    }

    .parent_cat {
        display: inline-block !important;
    }

    .tags {
        display: inline-block;
    }

    .box_rate .rate {
        top: 25px !important;
    }

    .box_rate .rate .border_radius {
        top: 130px;
        left: 34%;
    }

    .tags li a {
        font-size: 11px;
        padding: 3px 7px
    }

    .img-fluid {
        width: 100% !important;
        height: auto !important;
    }

    ol.children {
        margin-right: 15px !important;
    }

    .comment-list li .comment-body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .normal .comment-list li .comment-body {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .cover-img {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
        height: calc((100vw) * 0.468795) !important;
        background-position: center top;
        position: relative;
        right: -30px !important;
        margin: 0 0 15px 0 !important;
    }

    .fancybox-inner {
        width: 98% !important;
    }

    .slider .col-lg-6 a.font-ll {
        font-size: 14px !important;
    }
}

/**
* 15.7 -<480
*
*/
@media all and (max-width: 490px) {
    .the-content p, .box_loop_content h3, .slider .card-title {
        font-size: 14px !important;
        line-height: 30px !important;
    }

    /*.post .text-secondary .the-content h2{
    	font-size:20px !important;
        line-height : 38px !important;
    }*/
    .preview h1 {
        font-size: 26px;
        padding: 0 10px;
        line-height: 45px;
    }

    .chosen-admin .box_loop_content h3, .box_loop_content h4, .box_loop_content h5 {
        height: 55px;
    }

    .container article.text-secondary h2, .container article.text-secondary h2 span, .the-content h2 {
        /*font-size: 24px!important;
    	line-height: 40px;*/
        font-size: 20px !important;
        line-height: 38px !important;
    }

    .last-box .loop h2 a, .last-box .loop h2 a.first_post {
        font-size: 16px !important
    }

    /*.top-menu,
	.box_item_menu .new-count,
	.hashtag-nav{
		display:none!important;
	}
    #mobile_menue{
    display:block;
    background:#fff;
}
	.navbar-light .navbar-toggler {
		border:none;
	}
	.navbar-brand{
		position: absolute;
		right: 65px;
	}

	.main-menu .col-lg-5{
		margin-top:.5rem!important;
	}
	.collaps-content button{
		float: right;

margin-right: -10px;
	}
	#navbarSupportedContent ul{
		margin-right:0!important;
	}

	.main-menu{
		padding: 0!important;
	}
	.continue-menu div{
		display: none!important;
	}
	#new-post-list{
		width: 94%;

	}
	.scrollbar-inner.scroll-content {

		margin-left: -16px !important;
		margin-right: 16px !important;

	}
	#navbarSupportedContent.navbar-collapse{
		position: absolute;
		background: #fff;
		z-index: 99999;
		top: 52px;
    	right:-30px;
        left:0;
        text-align:right;
    	box-shadow:inset 0 5px 20px -20px rgba(0,0,0,0.7);
	}
	.new-game-box {
		right: 0;
		left: 0;
	}
	#new-post-list::before {
		left: 50%;
	}
	.header-icon li:first-child{
	    margin-left:0!important;
	}
	.search-icon::after {
		right: 0px;
		top: 5px;
		opacity:.7;
	}
	.home_logo,
    .logo_div {
    	width:120px !important;
	}
    .top_menu_box {
        padding: 20px 20px 17px 20px;
    	border-bottom: solid 1px rgba(211, 211, 218, 0.3);

    }
	.top_menu_box .user_box{
    	margin-right:35px;
	}
	#archive-mag a{
        background: #ed2124;
    	color: #fff !important;
    	border: 0 !important;
    	padding:9px 10px !important;
	}
	.main-menu #navbarSupportedContent .navbar-nav > li{
		/*border-top:none!important;
		border-right:none!important;
		border-left:none!important;
		border-radius: 0!important;
		margin:0!important;*
		 border-bottom: solid 1px rgba(211, 211, 218, 0.3);
		 padding:10px;
		 color: #4a4a4e;
		 font-size:15px;
	}
	.main-menu #navbarSupportedContent .navbar-nav li ul{
		display:none;
	}
    .main-menu #navbarSupportedContent .navbar-nav li ul.show{
		display:block;
    	box-shadow:none;
    	padding-top:10px !important;
	}
    .main-menu .menu-item-has-children::after{
	content:none !important;
    }
    .dropdown-toggle::after{
	border:0;
}
.dropdown > a::after{
	content:'';
	border:0;
	background: url('../images/Path -2.svg') no-repeat;
	height: 15px;
	width: 15px;
	display:inline-block;
	padding-left: 15px;
    top: 13px;
    position: absolute;
    filter: brightness(45%);

}
    .main-menu #navbarSupportedContent .navbar-nav > li{

		 border-bottom: solid 1px rgba(211, 211, 218, 0.3);
		 padding:10px;
		 color: #4a4a4e;
		 font-size:15px !important;
	}
	.main-menu #navbarSupportedContent .navbar-nav > li:hover > a{
		color: #4a4a4e !important;
		border-color:#fff !important;
		background:#fff !important
	}
	.main-menu #navbarSupportedContent .navbar-nav li a {
		padding: 1rem .5rem!important;
	}
	.main-menu #navbarSupportedContent .navbar-nav li ul{
		/*display:none;*
	}
	.main-menu #navbarSupportedContent .navbar-nav li ul li{
		display:block;
	}
    .bottom_menu_box{
    	background : #ed2124;
    	padding :20px 20px 10px 20px;
	}
	.bottom_menu_box p{
    	font-size:14px;
    	color:#fff;
    }
    .main-menu #navbarSupportedContent .navbar-nav li ul li:first-child{
		margin-top:25px
	}
	.main-menu #navbarSupportedContent .navbar-nav li ul li a{
		color: #aaaab8 !important;
		font-size:13px !important;
        padding: .75rem .5rem!important;
	}
	.main-menu #navbarSupportedContent .navbar-nav li:last-child{
		border-bottom:none!important;
	}

	/*.main-menu #navbarSupportedContent .navbar-nav > li:first-child{
		background: #e62120!important;
	}
	.main-menu #navbarSupportedContent .navbar-nav li:first-child a:hover{
		color:white!important;

	}*

	.continue-menu{
		margin-left:.5rem;
		margin-top:10px;
		text-align: center!important;
	}
	.main-menu .col-lg-7{
		padding-left: 0!important;
	}
	.main-menu .col-lg-5{
		position: absolute;
		left: 0;
	}
	.continue-nav{
		width:93%;
	}*/
    .slider .col-lg-3 {
        padding: 15px !important;
    }

    .last-video .col-lg-5,
    .reviews .col-lg-5 {
        padding-left: 35px !important;
    }

    .last-video .col-lg-7 {
        padding-right: 35px !important;
    }

    .reviews .col-lg-7 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .reviews .col-lg-7 .col-lg-6:nth-of-type(2) {
        margin-top: 1rem !important;
    }

    .preview .details_content,
    .preview p .important-left,
    .preview p .important-right,
    .last-box .the-content p .important-left,
    .last-box .the-content p .important-right {
        margin: 20px 0 !important;
        width: 100%;
    }

    .box_rate {
        height: auto;
        max-height: 700px;
        margin-bottom: 200px !important;
    }

    .box_rate .rate .border_radius {
        top: 190px;
        left: 32%;
    }

    .box_rate .rate {
        background: url('../images/Picel_Art_Heart.svg') no-repeat center;
    }

    .box_rate .rate .border_radius {
        left: 42% !important;
    }

    /*.continue-menu ul {
		right: 15px;
	}
	.continue-nav::before{
		left: 47%;
	}*/
    .footer .row .col-lg-3:first-child {
        padding-right: 15px !important;
    }

    .box_rate .col-lg-8 {
        padding-top: 45px !important;
    }

    .slider .col-lg-6 .box-light {
        width: 94% !important;
    }

    .chosen-admin .col-1-5 {
        width: 100%;
        padding: 0;
    }

    .last-box article .col-lg-9 {
        padding-right: 0 !important;
    }

    .video_tab_box .col-7 .font-ll {
        font-size: 14px !important;
    }

    .last-video .col-lg-5 .row img {
        width: 135px !important;
        height: 118px;
    }

    .rerror {
        right: 100px;
    }


    /*.main-menu .col-lg-5{
        display:none;
    }*/
    .review .box_tooltip {
        top: 100px;
        left: 15px !important;
        right: 15px !important;
        width: 290px !important;
        height: auto;


    }

    .review .box_tooltip img {
        margin-left: 7px !important;
        width: 30%;
    }

    .box_tooltip span {
        width: 67%;
        display: inline-block;
    }

    .review .box_tooltip::before {
        left: 45%;
    }

    .list_tooltips {
        position: relative !important
    }

    .list_tooltips li {
        margin: 30px 2px;
        position: static !important;
    }

    .reviews .col-lg-7 .col-lg-12 {
        padding-left: 0 !important;
        padding-right: 15px !important;
    }

    .reviews .col-lg-6 .box-light {
        width: 96% !important;
    }

    .reviews .col-lg-5 .col-lg-12 {
        padding-left: 0 !important;
    }

    .reviews .col-lg-5 .box-light {
        width: 100% !important;
    }


    /*
	.main-menu #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > a:after,
    .main-menu #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > a:before{
    	display: none !important;
	}

	.navbar .header-icon li.ml-3{
		position: absolute;
		left:0px;
	}

	.navbar .navbar-brand {
	    right: 60px;
	    top: -8px;
	}
	.navbar .collaps-content{
	    margin-right: -15px;
	}
	.navbar .navbar-nav {
	    margin-right: -15px;
	}
	.navbar .responsive-box {
 	   top: 15px !important;
	}*/
    .box_rate h5 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .tag-box {
        bottom: 5px;
        right: 5px;
    }

    /*.social_menu{
		display: block!important;
	}
*/

}

/**
* 15.8 -<480
*
*/
@media all and (max-width: 480px) {
    .stick-in-all img {
        width: 70%;
        height: auto;
    }

    .stick-in-all span {
        top: -10px;
        right: 25px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .search-icon.d-inline-block {
        /*left:20px;*/
    }

    .single_social .search-icon {
        left: 0px;
    }

    .ufaq-faq-title-text h4 {
        font-size: 13px !important;
        line-height: 20px;
    }

    .ufaq-faq-body {
        padding: 15px !important;
        line-height: 25px;
    }
}

/**
* 15.8 -<360
*
*/
@media all and (max-width: 360px) {
    #new-post-list {
        width: 91%;
    }

    .navbar-brand {
        position: absolute;
        right: 55px;
    }

    .continue-menu ul {
        right: 5px;
    }

    .continue-nav::before {
        left: 45%;
    }

    .details_text {
        font-size: 13px;
    }

    .post .tags.d-inline-block {
        display: block !important;
    }

    .comment-body p,
    #rateme span:first-child,
    ol.children {
        margin-right: 0 !important;
    }

    .slider .col-lg-6 .box-light {
        width: 92% !important;
    }

    .video_tab_box .col-5,
    .video_tab_box .col-7 {
        max-width: 50% !important;
    }

    .video_tab_box .col-7 .details {
        display: none !important;
    }

    .video_tab_box .col-7 .font-ll {
        padding-left: 5px;
    }

    .video-icon {
        width: 87%;
    }

    .rerror {
        right: 15px;
    }

    .reviews .col-lg-6 .box-light {
        width: 94% !important;
    }

    .box-table {
        overflow: hidden;
        overflow-x: scroll
    }

    .single_social .search-icon::after {
        right: 0 !important;
    }
}

/**
* 15.9 -<320
*
*/
@media all and (max-width: 320px) {
    .main-menu.container {
        padding: 0 !important;
    }

    .navbar-brand img {
        height: 30px;
        width: 110px !important;
    }

    .header-icon li.color-dark {
        font-size: 10px;
    }

    .video_tab_box .col-7 .font-ll {
        font-size: 12px !important;
    }

    .video-icon {
        width: 85%;
    }
}


.slider .position-relative:hover h2 a {
    color: #e62120 !important;
}

.row.no-gutters .card {
    border-color: #e62120 !important;
}

.badge-pill {
    background-color: #dee2e6 !important;
}

.top-footer a.text-secondary {
    color: #cecece !important;
}

.right-ads a {
    color: #5d5d63 !important;
}

.right-ads .bg-light:hover {
    background: #e62120 !important;
    color: #fff !important;
    border-color: #e62120 !important;
    cursor: pointer
}

.right-ads .bg-light:hover a {
    color: #fff !important;
}

@supports not ((-webkit-hyphens: auto) or (-ms-hyphens: auto) or (hyphens: auto)) {
    .scrollbar-inner.scroll-content {
        margin-left: 0px !important;
    }
}

.mo_image_id, .btn-social i,
.mo_image_id {
    display: none;
}

.main-menu #navbarSupportedContent .navbar-nav li a {
    position: relative
}

/*.main-menu #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > a:after{
	box-shadow: 0 0 7px rgba(137, 137, 137, 0.3);
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	top: 59px;
	width: 30px;
	height: 20px;
	border-radius: 5px;
	transform: rotate(-135deg) skewX(5deg) skewY(5deg);
	background: linear-gradient(-45deg, #fff 50%, transparent 50%);
	z-index: 99999 !important;
}
.main-menu #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > a:before{
	content: "";
	display: block;
	position: absolute;
	left: -50%;
	right: -50%;
	top: 64px;
	z-index: 999999 !important;
	height: 30px;
	background: #fff;
}*/

/*.main-menu #navbarSupportedContent .navbar-nav li.current > a:after{
	box-shadow: 0 0 7px rgba(137, 137, 137, 0.3);
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	top: 59px;
	width: 30px;
	height: 20px;
	border-radius: 5px;
	transform: rotate(-135deg) skewX(5deg) skewY(5deg);
	background: linear-gradient(-45deg, #fff 50%, transparent 50%);
	z-index: 99999 !important;
}
.main-menu #navbarSupportedContent .navbar-nav li.current > a:before{
	content: "";
	display: block;
	position: absolute;
	left: -50%;
	right: -50%;
	top: 64px;
	z-index: 999999 !important;
	height: 30px;
	background: #fff;
}*/


.comment p img {
    margin-top: auto !important;
    display: inline-block;
    max-width: 100% !important;
}

.reload_captcha {
    color: #e62120;
    font-size: 14px !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -5px;
}


#snippet-box {
    opacity: 0;
    height: 0;
}

.the-content table,
.the-content table tr,
.the-content table tr td {
    width: auto !important;
    height: auto !important;
    direction: rtl
}

.the-content table tr td {
}

.the-content table {
    width: 100% !important;
}

.the-content ul,
.the-content ol {
    direction: rtl;
    padding-right: 15px !important;
}

.the-content ul li,
.the-content ol {
    padding: 5px 0;
}

.stick-in-all {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 9999
}

.stick-in-all span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}

.stick-in-all span:hover {
    cursor: pointer;
}

.right-ads ul,
.right-ads ol,
.comment-list,
.scroll-content ul,
.scroll-content ol {
    list-style: none;
}

.responsive-box {
    position: absolute;
    left: 0;
    top: 10px;
}

@media all and (max-width: 480px) {
    .stick-in-all img {
        width: 70%;
        height: auto;
    }

    .stick-in-all span {
        top: -10px;
        right: 25px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .search-icon.d-inline-block {
        /*left:20px;*/
    }

    .single_social .search-icon {
        left: 0px;

    }
}

.name_author_profile h1 {
    font-weight: normal;
}

.container article.text-secondary p,
.the-content p,
.the-content li,
.container article.text-secondary li {
    font-size: 15px;
}

.container article.text-secondary ul,
.container article.text-secondary ol {
    padding-right: 30px !important;
}

.the-content ol,
.the-content ul {
    padding-right: 50px !important;
}

.home_logo {
    background: url('../images/logo.svg') no-repeat center center;
    font-size: 0;
    width: 170px;
    height: 45px;
    margin-bottom: 0;
    margin-top: 1px;
    margin-right: -1px;
}

.mt-1minus {
    margin-top: -1px !important;
}

.mt-5minus {
    margin-top: -5px !important;
}

#ez-toc-container {
    float: none;
    border-color: #dee2e6 !important;
    background: #fff !important;
    padding: 15px 30px !important

}

.ez-toc-title {
    color: #5d5d63 !important;
    text-align: right !important;
    font-size: 15px !important;
}

.ez-toc-toggle {
    background: #fff !important;
    box-shadow: none !important
}

#ez-toc-container ul {
    padding-right: 7px !important;
    margin-top: 10px !important;
}

#ez-toc-container li {
    margin-bottom: 7px !important;
}

#ez-toc-container li a {
    color: #e62120 !important;
}

.ufaq-faq-title-text {
    float: right !important;
}

.ufaq-faq-title-text h4 {
    color: #e62120;
    font-size: 16px !important;

}

.ewd-ufaq-post-margin-symbol span {
    color: #e62120;
    font-size: 20px !important;
    position: relative;
    top: 4px;
}

.ufaq-faq-category-title {
    font-size: 17px;
}

.ufaq-faq-title {
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
    padding: 7px !important;

}

.ufaq-faq-categories,
.ufaq-permalink {
    display: none;
}

@media all and (max-width: 480px) {
    .ufaq-faq-title-text h4 {
        font-size: 13px !important;
        line-height: 20px;
    }

    .ufaq-faq-body {
        padding: 15px !important;
        line-height: 25px;
    }
}

.ez-toc-title-toggle {
    display: none !important
}

#ez-toc-container {
    border: 0 !important;
    box-shadow: 0px 2px 10px #e8e8e8 !important;
}

.ez-toc-title-container {
    border-bottom: 1px solid #e6e4e4 !important;
    padding-bottom: 5px !important;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before {
    content: "● " !important;
    color: red;
}

#ez-toc-container ul {
    padding-right: 0 !important;
}

#ez-toc-container li a {
    color: #444 !important;
}

.the-content {
    direction: rtl;
}

/*a:visited {
	color: #0254EB
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}*/
span.morelink {
    text-decoration: none;
    outline: none;
    font-size: 13px;
    color: #e62120;
    font-weight: bold;
    /* margin-bottom: 15px; */
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}

.more {
    overflow: hidden;
    max-height: 133px;
}

.more p a {
    color: #e62120 !important;
}

.more p a:hover {
    color: #9b1414 !important;
}

.more ul {
    margin-right: 40px !important;
}

.author_list {
    font-size: 0;
}

.the-content h2 {
    font-size: 28px !important;
    line-height: 30px !important;
}

.the-content h5 {
    font-size: 16px;
}

/*.the-content p{
	margin-bottom:0 !important;

}*/

/**
* category product page
*/
.pro-cat-child {
    direction: rtl;
}

#pro_cat .background_image {
    height: 300px;
}

.pro-cat-child a:hover h2 {
    color: #e62120 !important;
}

.pro-cat-child .col-lg-3 img {
    border-radius: .6rem;
}

.cat_child_pro .row {
    direction: rtl;
}

.shop_address {
    background: #e62120;
}

.linear-box {
    display: none;
}

.average-price {
    color: #a7a7a7;
    font-weight: normal;
}

.display-list li {
    cursor: pointer;
}

#breadcrumbs {
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

#breadcrumbs a {
    color: #5d5d63;
    font-size: 14px;
}

.breadcrumb_last {
    color: #e62120;
    font-size: 14px;
}

.pro-cat-child #breadcrumbs,
.no-border #breadcrumbs {
    border-bottom: none;
    padding-bottom: 0;
}

.comment_s:after {
    content: '';
    position: absolute;
    background: url('../images/Bbl.png');
    top: 13px;
    left: 6px;
    height: 10px;
    width: 13px;
    background-size: cover;
}

.comment_s {
    background: #e62120 !important;
    width: 38px !important;
    height: 38px;
    position: fixed;
    bottom: 110px;
    right: 50px;
    z-index: 9999;
    color: #fff !important;
    padding: 5px !important;
    padding-top: 7px !important;
    border-color: #c71c1c !important;
    text-align: right;
}

.comment_s:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*.comment_s:hover{
	background:#c71c1c!important;
}*/
.user-review-title {
    font-family: 'Sahel' !important;
    font-size: 12px !important;
    margin-top: -3px !important;
    padding-right: 5px !important;
}

.review-total-box {
    font-family: 'Sahel' !important;
    font-size: 12px !important;
}

.review-result {
    margin-left: -2px !important;
}

.review-star {
    float: right !important;
}

.details_content .review-wrapper {
    z-index: 999 !important;
    position: absolute;
    background: none !important;
    top: 90px;
    right: 20px;
}

.progress-bar {
    background-color: #e62120;
}

.eng-name {
    color: #888383
}

.social_menu li {
    display: inline-block
}

.social_menu {
    display: none;
}

#list-social {
    display: none;
}

.index-link a.author:hover {
    color: #fff !important;
}

.search-box-mobile {
    display: none;
}

.fancybox-inner,
.fancybox-content {
    background: rgba(255, 255, 255, 0.1) !important;
}

#list-social button {
    border: none !important;
    width: 70px;
    height: 70px;
}

#list-social .float-right {
    margin-top: 20px;
}

#list-social .read-magz {
    padding: 20px;
}

.tags-ul li {
    display: inline-block;
    margin-left: 10px;
}

.tags-ul li a {
    color: #aaaab8;
    font-size: 12px;
    text-align: right;
}

.tags-ul li a::before {
    content: '#';
    color: #aaaab8;
    font-size: 12px;
}

.sub-menu {
    display: block;
}

.navbar-nav li {
    display: inline-block;
}

.main-menu #navbarSupportedContent .navbar-nav > li:hover > a,
#archive-mag:hover a {
    color: #ee3537 !important;
    background: #fff !important;
}

.main-menu #navbarSupportedContent .navbar-nav > li:hover > a:before {
    background: url('../images/Path -1.svg');
    background-repeat: no-repeat;
}

.navbar-collapse #archive-mag:hover a {
    background: maroon !important;
}

.navbar-collapse #archive-mag img {
    filter: brightness(5);
}

#archive-mag a {
    font-size: 14px !important;
    color: #464646 !important;
    padding: 5px 10px;
    border-radius: 20px;
    border: solid 1px rgba(223, 223, 228, 0.71);
}

.new-count {
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #ed2124;
}

.main-menu #navbarSupportedContent .navbar-nav > li.current-menu-item {
    border-color: #ee3537 !important;
}

.main-menu #navbarSupportedContent .navbar-nav > li.current-menu-item a {
    color: #ee3537 !important;
}

.main-menu #navbarSupportedContent .navbar-nav > li > a {
    float: right;
}

.main-menu .menu-item-has-children::after {
    content: '';
    /*background: url('../images/arrow-drop.png') no-repeat bottom;*/
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 7px 0;
    padding-left: 30px;
}

.box_mega_menu {
    box-shadow: inset 0 5px 20px -20px rgba(0, 0, 0, 0.8);

}

.box_mega_menu .box_loop_content h5 a {
    font-size: 13px;
    font-weight: bold;
    color: #4a4a4e !important;
    font-weight: bold;
}

.menu-depth-1 .sub-menu li:hover a {
    color: #fff !important;
}

#archive-mag img {
    margin-left: 7px;
}


/***FIx**/
.new-game-box {
    z-index: 9999
}

.new-game-box .scroll-wrapper > .scroll-content {
    overflow: hidden !important;
}

.new-game-box .scrollbar-inner {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.new-game-box .scrollbar-inner > .scroll-element.scroll-x {
    display: none;
}

/*** MOBILE *****/
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler.open .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 22.88 22.88' style='enable-background:new 0 0 22.88 22.88;' xml:space='preserve'%3E%3Cpath style='fill:%231E201D;' d='M0.324,1.909c-0.429-0.429-0.429-1.143,0-1.587c0.444-0.429,1.143-0.429,1.587,0l9.523,9.539l9.539-9.539c0.429-0.429,1.143-0.429,1.571,0c0.444,0.444,0.444,1.159,0,1.587l-9.523,9.524l9.523,9.539c0.444,0.429,0.444,1.143,0,1.587c-0.429,0.429-1.143,0.429-1.571,0l-9.539-9.539l-9.523,9.539c-0.444,0.429-1.143,0.429-1.587,0c-0.429-0.444-0.429-1.159,0-1.587l9.523-9.539L0.324,1.909z'/%3E%3C/svg%3E");
    opacity: 0.5;
    background-size: 70%;
}

.is-mobile#mobile_menue {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
}

.mobile-search {
    position: absolute;
    background: #fff;
    right: -30px;
    bottom: 0;
    top: 0;
    left: 55px;
    padding: 9px;
    display: none
}

.mobile-search img {
    width: 16px;
    height: auto;
    opacity: .5;
    margin-top: 7px;
}

.mobile-search img:hover {
    cursor: pointer
}

.mobile-search input {
    width: 90%;
    float: right;
    border: 0;
}

.mobile-search input:focus {
    outline: 0
}

.img-fluid {
    object-fit: cover;
    width: 100%;
    height: auto;
    /*height: 100%;*/
}

.recent-comments ul {
    list-style: none;
    text-align: right;
    direction: rtl;
}

.recent-comments ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.recent-comments ul li a {
    color: #e62120;
}