﻿/*=============================================================*/
/* Theme: UMI-Torrent
/* Version: 14.0
/* Copyright (c) 2019 Roman Buger
/*=============================================================*/
@import url('/css/normalize.css');
@import url('/css/components.css');
@import url('/css/uDefault.css');
@import url('/css/fonts.css');
@import url('/css/owl.carousel.min.css');
@import url('/css/ionicons.min.css'); /* font icons */
@import url('/css/all.min.css'); /* font icons */

* {margin: 0; padding: 0; box-sizing: border-box;}
body {font-family: 'Open Sans', sans-serif;font-size: 14px;color: #3a3b45;line-height: 1.6;background: #f9fbff;}
a {text-decoration: none;border: none;outline: none;color: #617ef5;overflow: inherit;transition: all 0.3s ease 0s;}
a:hover {text-decoration:none;}
ul {margin: 0; padding: 0;}
li {list-style: none;}
img {max-width: 100%;}

h1, h2, h3, h4, h5, h6 {color: #3a3b45;margin: 0;font-weight: 600;line-height: 28px;text-transform: uppercase;}
h1 {font-size: 18px;}

.container {max-width: 1280px; margin: 0 auto; min-height: 100vh;}
.middle {display: flex; margin-bottom: 25px;}
.content {flex: 1;}
.add-link-wrapper {display: none;}
.section_title {text-transform: uppercase; font-size: 16px; font-weight: bold;margin-bottom: 20px;}

/*=============================================================*/
/* HEADER
/*=============================================================*/
.header {background:#35c535; color: #fff; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; border-radius: 0 0 5px 5px; overflow: hidden;position: relative;box-shadow: 0 0 20px rgba(58,59,69,.05);}
.header a {color: #fff;}
.mob_menu_top, .mob_menu_aside, .mob_user {background-color: transparent; color: #fff; font-size: 24px; padding: 0; display: none;width: 35px;}
.mob_menu_top:hover, .mob_menu_aside:hover, .mob_user:hover {color: #fff; background: transparent;}
.mob_menu_top:before, .mob_menu_aside:before, .mob_user:before {background-color: transparent;}

/*=============================================================*/
/* LOGO
/*=============================================================*/
.logo {text-align: center;text-transform: uppercase;flex: 0 0 auto;}
.logo a {color: #fff;font-weight: bold;font-size: 24px;background: #617ef5;line-height: 1;padding: 18px;}
.logo a span {font-weight: normal;}

/*=============================================================*/
/* TOP NAV
/*=============================================================*/
.top_nav {flex: 1;}
.top_nav_list {display: flex;justify-content: center;}
.top_nav_list a {text-transform: uppercase;font-size: 12px;position: relative;display: inline-flex;padding: 23px 20px;}
.top_nav_list a:hover {background: rgba(255, 255, 255, 0.15); color: #fff;}

/*=============================================================*/
/* SEARCH
/*=============================================================*/
.search {padding: 0 15px;flex: 0 0 355px;}
.search form {position: relative;}
.search input {background: rgba(255, 255, 255, 0.2);width: 100%; border: 0; border-radius: 5px; font-size: 12px; color: #fff; padding: 10px 40px 10px 15px;}
.search input::-webkit-input-placeholder {color:#fff !important; opacity:1;}
.search input::-moz-placeholder          {color:#fff !important; opacity:1;}
.search input:-moz-placeholder           {color:#fff !important; opacity:1;}
.search input:-ms-input-placeholder      {color:#fff !important; opacity:1;}
.search input:focus::-webkit-input-placeholder {color: transparent !important;}
.search input:focus::-moz-placeholder          {color: transparent !important;}
.search input:focus:-moz-placeholder           {color: transparent !important;}
.search input:focus:-ms-input-placeholder      {color: transparent !important;}
.search button {padding: 0; background-color: transparent; position: absolute; width: 40px;height: 100%; right: 0;}
.search button:before {background-color: transparent;}
.search button [class*="fa-"] {font-size: 18px; color: #fff; }
.search button:hover [class*="fa-"] {font-size: 18px; color: #fff;}

/*=============================================================*/
/* OWL-CAROUSEL
/*=============================================================*/
#promo_carousel .fad.fa-angle-double-right::after {content: "\f101"; color: #afbad0;transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fad.fa-angle-double-right::after {content: "\f101"; color: #617ef5;opacity:1;}
#promo_carousel .fa-angle-double-right::before {content: "\10f101"; color: #617ef5; transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fa-angle-double-right::before {content: "\10f101"; color: #afbad0; opacity: .5;}
#promo_carousel .fad.fa-angle-double-left::after {content: "\f100"; color: #afbad0; transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fad.fa-angle-double-left::after {content: "\f100"; color: #617ef5; opacity:1;}
#promo_carousel .fa-angle-double-left::before {content: "\10f100"; color: #617ef5; transition: all 0.3s ease 0s;}
#promo_carousel button:hover .fa-angle-double-left::before {content: "\10f100"; color: #afbad0; opacity: .5;}
#promo_carousel .owl-nav {position: absolute;top: 44%;bottom: 56%;left: -45px;right: -45px;}
#promo_carousel .owl-next {position: absolute; right: 0;}
#promo_carousel button[role="presentation"] {font-size: 40px;line-height: 1;}

/*=============================================================*/
/* GLOBAL PROMO
/*=============================================================*/
.global_promo {position: relative;margin-bottom: 15px;}
.promo_item {padding: 25px 0 15px;position: relative;}
.promo_item_content {position: relative;background: #fff; padding: 12px; border-radius: 5px;box-shadow: 0 0 20px rgba(58,59,69,.05); margin-bottom: 10px;border-bottom: 3px solid #d3d8e4;}
.promo_item_content img {height: 210px; width: 100%; display: block; border-radius: 5px; object-fit: cover;}
.promo_item .title {text-transform: uppercase;text-align: center;font-weight: 600;font-size: 10px;position: absolute;bottom: 12px;right: 12px;left: 12px;transition: all 0.3s ease 0s;border-radius: 0 0 5px 5px; overflow: hidden;}
.promo_item .title a {color: #fff;display: block; padding: 7px 10px;background: rgba(0, 0, 0, 0.5);}
.promo_item:hover .title a {background: rgba(53, 197, 53, 0.7);}
.rating_count {position: absolute;right: 20px;top: 20px;background: #617ef5;border-radius: 5px;width: 27px;text-align: center;font-size: 12px;height: 25px;display: inline-flex;justify-content: center;align-items: center;color:#fff;}

/*=============================================================*/
/* ASIDE
/*=============================================================*/
.aside {flex: 0 0 270px;}
.aside.left { margin-right: 25px;}
.aside.right { margin-left: 25px;}
.aside_bl {background: #fff; border-radius: 5px; margin-bottom: 25px;box-shadow: 0 0 20px rgba(58,59,69,.05);border-bottom: 3px solid #d3d8e4;}
.aside_bl:last-child {margin-bottom: 0;}
.aside_title {background: #35c535; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 5px 5px 0 0; padding: 10px 20px;}
.aside_content {position: relative; padding: 10px 0;}
.menu_aside {padding: 5px 0;}

/*=============================================================*/
/* USER PANEL
/*=============================================================*/
.m_hide {margin-right: 15px;display: inline-block;}
#open_panel {padding: 10px 15px;width: 100%;margin-bottom: 5px;}
#open_panel [class*="fa-"] {font-size: 18px;}
.userPanel {padding: 0 15px;}
.avaUser {display: flex; justify-content: center; margin-bottom: 12px;margin-top: 5px;}
.avaUser img {width: 80px;height: 80px;object-fit: cover;border-radius: 5px;}
.uName {text-align: center; font-weight: 600; margin-bottom: 15px;}
.uName span {display: block; font-weight: normal; font-size: 12px;}

/*=============================================================*/
/* MAIN MENU
/*=============================================================*/
.menu_aside {}
.menu_aside .main_nav > li > a {display: block; padding: 5px 15px; font-size: 13px;transition: all 0.2s ease 0s;transition: all 0.2s ease 0s;}
.menu_aside .main_nav > li > a span {padding: 4px 0 4px 0px;transition: all 0.3s ease 0s; display: flex;align-items: center; position: relative;}
.menu_aside .main_nav > li > a:hover span, .menu_aside .main_nav > li.open > a span {transition: all 0.3s ease 0s; color: #617ef5;}
.menu_aside .main_nav > li > a:hover { color: #617ef5;}
.menu_aside .main_nav > li > a span.sub::after {content: "\f078";font-family: "Font Awesome 5 Pro";position: absolute;right: 0;top: 5px;display: inline-flex;align-items: center; justify-content: center;border-radius: 3px;transition: all 0.2s ease 0s;opacity: .5;font-size: 12px;}
.menu_aside .main_nav > li > a span.sub [class*="fa-"] {font-size: 16px;margin-right: 10px;opacity: .5;}
.menu_aside .main_nav > li.open > a span.sub::after {opacity: 1; color: #617ef5;}
.menu_aside .main_nav a {color: inherit;display: block;}
.menu_aside .main_nav a [class*="fa-"] {font-size: 16px;margin-right: 10px;opacity: .5;transition: all 0.2s ease 0s;}
.menu_aside .main_nav a:hover [class*="fa-"] {opacity: 1;}
.menu_aside .main_nav > li.open a span.sub [class*="fa-"] {opacity: 1;}
.menu_aside .main_nav > li a:hover span.sub [class*="fa-"] {opacity: 1;}
.menu_aside .main_nav > li a.beefup-head:hover {border-left: 3px solid #617ef5;}
.menu_aside .main_nav > li .beefup-head {border-left: 3px solid transparent;}
.menu_aside .main_nav > li.open .beefup-head {border-left: 3px solid #617ef5;}
.sub_nav {display: none;background: #fcfcfc;border-left: 3px solid #617ef5;margin-bottom: 5px;font-size: 13px;}
.sub_nav a {padding: 5px 15px;}
.sub_nav a:hover {background: #f4f4f4;}
.menu_aside .line {border-bottom: 1px solid #d3d8e4;margin: 10px 0;}
.mob_nav {z-index: 101;}

/*=============================================================*/
/* INFORMERS
/*=============================================================*/
.inf_bl {margin: -10px 0;}
.inf_2 {border-bottom: 1px solid #e8e8e8; padding: 15px;transition: all 0.3s ease 0s; display: flex;}
.inf_2:nth-child(2n) {background: #fafcff;}
.inf_2:last-child {border-bottom: 0;}
/*.inf_2:hover {background: #fafafa;}*/ 
.inf_2 .inf_poster {flex: 0 0 60px; margin-right: 15px;}
.inf_2 .inf_poster img {display: block; border-radius: 4px;transition: all 0.3s ease 0s;}
.inf_2 .inf_content {position: relative;display: flex;flex-direction: column;justify-content: space-between;padding: 5px 0;}
.inf_2 .inf_content h4 {margin-bottom: 5px;overflow: hidden;font-size: 11px;text-transform: uppercase;line-height: 18px;}
.inf_2 .inf_content h4 a {display: inline-block; color: #3a3b45;transition: all 0.3s ease 0s;overflow: hidden;}
.inf_2:hover h4 a {color: #617ef5;}
.inf_2 .item_info {font-size: 10px;color: #707286;}
.inf_2 .item_info span {margin-right: 10px;}
.inf_2 .item_info [class*="fa-"] {opacity: .5; margin-right: 5px;}

/*=============================================================*/
/* FOOTER
/*=============================================================*/
.footer {background: #333545; padding: 20px 25px;text-align: center; color: #acb0b9; font-size: 12px; border-radius: 5px 5px 0 0;}

/*=============================================================*/
/* DOWNLOAD GAME
/*=============================================================*/
.download_game {background: #e5e9f5; margin: -25px -25px 0px; border-radius: 5px; border-bottom: 3px solid #d3d8e4; padding: 25px; margin-bottom: 25px;}
.download_game_content {display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 25px;}
.download_game_content .poster {flex: 0 0 400px; margin-right: 25px;}
.download_game_content .poster img {display: block; width: 100%; border-radius: 5px; height: 100%; object-fit: cover;}
.download_game_content .descr {flex: 1;}
.download_game_content .descr .title {text-transform: uppercase; font-weight: bold; font-size: 18px; margin-bottom: 10px;} 
.download_game_content .descr p {hyphens: auto;} 
.download_game_btns {display: flex; flex-wrap: wrap; justify-content: center;}
a[class*="btn_"] {margin: 5px 12.5px; font-size: 16px; font-weight: bold; border-radius: 5px; color: #fff; padding: 5px 55px 5px 12px; position: relative; overflow: hidden; width: 185px; }
a[class*="btn_"] span {display: block; font-size: 12px; text-align: right; font-weight: normal;margin-top: -5px;}
.btn_torrent {background: #35c535;}
.btn_torrent::after, .btn_link::after, .btn_cloud::after {line-height: 1;position: absolute; opacity: .35; right: 12px; top: 8px; font-size: 34px; font-family: "Font Awesome 5 Pro";}
.btn_torrent::after {content: ''; background: url(/images/torrent_icon.png) no-repeat; opacity: 1;  width: 35px; height: 35px; top: 7px;}
.btn_link {background: #617ef5;}
.btn_link::after {content: '\f0c1';}
.btn_cloud {background: #eec60a;}
.btn_cloud::after {content: '\f51f';}
.short_item_bottom a[class*="btn_"] {margin: 0;width: auto; font-size: 14px; line-height: 1; padding: 10px 55px 10px 12px;}
.short_item_bottom .download_game_btns {margin-right: 25px;}
.short_item_bottom a[class*="btn_"] span {margin-top: 7px;line-height: 1;}
.full_page .short_item_bottom a[class*="btn_"] {margin:3px 7px;}

/*=============================================================*/
/* SECTION SEO
/*=============================================================*/
.section_seo {}
.section_seo h2 {text-transform: uppercase; font-size: 16px; margin-bottom: 10px;}
.section_seo span {color: #617ef5;}
.section_seo p {hyphens: auto;}
.load_page .section_seo {margin-bottom: 25px;}

/*=============================================================*/
/* SHORTSTORY (load)
/*=============================================================*/
.short_item_load {background: #fff; padding:18px 20px; border-radius: 5px; box-shadow: 0 0 20px rgba(58,59,69,.07); margin: 0 0px 25px;flex-direction: column; display: flex;border-bottom: 3px solid #d3d8e4;}
.short_item_top {margin-bottom: 15px;}
.short_item_load h3 {text-transform: uppercase; font-size: 16px; font-weight: bold; color: #3a3b45; margin-top: -5px;margin-bottom: 12px;}
.short_item_load h3 a {color: #3a3b45;}
.short_item_load h3 a:hover {color: #617ef5;}
.short_item_top_content {display: flex; justify-content: space-between; flex-wrap: wrap;}
.short_item_top_content .poster {flex: 0 0 190px; margin-right: 25px;position: relative;}
.short_item_top_content .poster span.rating_count {right: 10px; top: 10px;}
.short_item_top_content .poster img {display: block; width: 100%; border-radius: 5px; object-fit: cover;}
.short_item_top_content .descr {flex: 1; hyphens: auto;}
.short_item_bottom {display: flex; flex-wrap: wrap;}
.short_item_bottom a.short_btn {background: #617ef5; text-transform: uppercase; display: flex; align-items: center; border-radius: 5px; color: #fff; justify-content: center; padding: 8px 15px; font-size: 13px;}
.short_item_bottom a.short_btn [class*="fa-"] {font-size: 32px; margin-left: 20px; opacity: .35; transition: all 0.3s ease 0s;}
.short_item_bottom a.short_btn:hover [class*="fa-"] {opacity: .5;}
.download {flex: 0 0 300px; margin-right: 25px;}
.short_item_bottom_info {flex: 1; display: flex; justify-content:space-between; align-items: center; flex-wrap: wrap;}
.reads {color: #707286; font-size: 13px;}
.reads [class*="fa-"] {opacity: .7; margin-right: 5px;}
.reads > span {margin-right: 15px;}
.reads > span:last-child {margin-right: 0px;}
.category {font-size: 13px;}
.category:hover a {text-decoration: underline;}
.category [class*="fa-"] {opacity: .5;margin-right: 5px;}
.descr_top {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;margin-bottom: 15px;}
.add_user {font-size: 12px;color: #707286;}
.add_user a {color: #707286;font-size: 13px;}
.add_user a [class*="fa-"] {opacity: .5; margin-right: 5px; transition: all 0.3s ease 0s;}
.add_user a:hover [class*="fa-"] {color: #617ef5; opacity: 1;}

/*=============================================================*/
/* SHOW MORE
/*=============================================================*/
.show_more {padding: 15px 25px;background: #fff;display: flex;justify-content: center;border-radius: 5px;box-shadow: 0 0 20px rgba(58,59,69,.05);border-bottom: 3px solid #d3d8e4;}

/*=============================================================*/
/* BREADCRUMBS
/*=============================================================*/
.breadcrumbs-wrapper {border-bottom: 3px solid #d3d8e4; margin: 0px 0px 20px; background: #fff; padding: 12px 15px 12px !important; color: #707286; font-size: 12px;box-shadow: 0 0 20px rgba(58,59,69,.07); border-radius: 5px;}
.breadcrumbs-wrapper a {color: #707286; padding: 0 5px;}

/*=============================================================*/
/* FULLSTORY
/*=============================================================*/
.full_page {background: #fff; padding: 18px 20px; border-radius: 5px; box-shadow: 0 0 20px rgba(58,59,69,.07); margin: 0 0px 25px; flex-direction: column; display: flex; border-bottom: 3px solid #d3d8e4;}
.h1 {margin-bottom: 25px;}
.full_poster {display: flex; justify-content: center;margin-bottom: 25px;}
.full_poster img {min-height: 270px; max-width: 40%; border-radius: 5px;}
.short_descr {margin-top: 20px;}
.full_descr {margin-bottom: 20px;}
.screens {display: flex;justify-content: center;flex-wrap: wrap;margin: 12px 0;}
.screens a {flex: 0 0 315px; margin: 12.5px;}
.screens img {width: 100%; height: 210px; display: block; border-radius: 5px; object-fit: cover;}
.share_rating {padding: 20px; background: #fafcff; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin: 25px -20px 25px;border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;}
.share {margin-bottom: -5px;}

/*=============================================================*/
/* COMMENTS
/*=============================================================*/
.comm_items {margin-bottom: 25px;}
.comm_item {margin-bottom: 25px; display: flex; flex-wrap: wrap; margin-bottom: 35px;}
.comm_ava {flex: 0 0 50px; margin-right: 25px;}
.comm_ava img {width: 100%;height: 50px;border-radius: 5px;background: #ececee;object-fit: cover;}
.comm_content {flex: 1; }
.comm_top {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; color: #707286; font-size: 12px;margin-bottom: 5px;}
.comm_mess {position: relative;}
.comm_info a.user {font-size: 14px; color: #3a3b45; font-weight: bold;}
.comm_top .sep {display: inline-block; padding: 0 7px;}
.mt-20 {margin-top:20px;}
.com-order-block {display: none;}
.comm_rating a {color: #707286; font-size: 14px; padding: 3px;}
.comm_rating a:hover {color: #617ef5;}

/*=============================================================*/
/* OTHER STYLES
/*=============================================================*/
.captcha-block, .myWinCont .captcha-block {justify-content: left !important;}





















