@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700,400,600);
@import url(//fonts.googleapis.com/css?family=Russo+One:300,700,400,600);
@import url(//fonts.googleapis.com/css?family=Comfortaa:300,700,400,600);
@import url(animate.css);
@import url(font-awesome.css);
::-webkit-scrollbar-track{background-color: #f5f8fa;webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9)}::-webkit-scrollbar{height: 8px;width: 8px;-webkit-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px}::-webkit-scrollbar-thumb{background-color: #ccc;-webkit-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px}*{box-sizing: border-box;moz-box-sizing: border-box;o-box-sizing: border-box}html,body{height: 100%}@-webkit-keyframes fade-in{0%{opacity: 0}100%{opacity: 1}}@-moz-keyframes fade-in{0%{opacity: 0}100%{opacity: 1}}@-o-keyframes fade-in{0%{opacity: 0}100%{opacity: 1}}@keyframes fade-in{0%{opacity: 0}100%{opacity: 1}}

body {
 
 color: #333;
 font-family: 'Open Sans', Arial;
 font-size: 14px;
 line-height: 20px;
}

html,body,h1,h2,h3,h4,h5,h6,ul,li,p,menu {
 margin: 0;
 padding: 0;
}

ul,li {
 list-style: none;
}

input,button,textarea {
 outline: none;
}

article,.right-side,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,blockquote {
 display: block;
}

article ul {
 padding: 0 0 0 40px;
}

article li {
 list-style: initial;
 padding: 5px 0;
}

article p {
 margin: 10px 0;
}

blockquote {
 background: #fcfcfc;
 font-style: italic;
 margin: 0;
 padding: 20px;
}

strong {
 font-weight: bold;
}

img {
 border: 0;
 max-width: 100%;
 border-radius: 3px;
}

button,input,optgroup,select,textarea {
 color: inherit;
 font: inherit;
 margin: 0;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

td,th {
 padding: 0;
}

hr {
 border: 0px solid #f2f2f2;
 border-bottom-width: 1px;
 display: block;
 height: 0;
}

a {
 color: #333;
 text-decoration: none;
 moz-transition: color .5s;
 o-transition: color .5s;
 transition: color .5s;
 webkit-transition: color .5s;
}

a:active,
a:hover {
 color: #4EC2DD;
 outline: 0;
}

h1 {
 font-size: 24px;
 font-weight: 400;
 line-height: 30px;
}

h2 {
 font-size: 20px;
 font-weight: 400;
 padding: 20px 0;
}

h3 {
 font-size: 18px;
 font-weight: 400;
 margin: 15px 0;
}

h4 {
 font-size: 16px;
 font-weight: normal;
 margin: 10px 0;
}

h5 {
 font-size: 14px;
 font-weight: normal;
 margin: 5px 0;
}

input, textarea, select, label {
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}

input[type=text],
input[type=password],
textarea {
 border: 1px solid #e6eaed;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px;
 font-family: 'Open Sans', Arial;
 padding: 5px 10px;
 webkit-appearance: none;
}

textarea.mchat, input.mchat {
 height: 30px;
}

input[type=text]:focus,
input[type=text]:active,
textarea:focus,
textarea:active,
input[type=password]:focus,
input[type=password]:active {
 background: #fcfcfc;
}

input[type=radio] {
 background: #f5f8fa;
 cursor: pointer;
 height: 10px;
 margin: 10px 5px 10px 10px;
 position: absolute;
}

input[type=radio]:before {
 background: #f5f8fa;
 border: 1px solid #e6eaed;
 -webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
 content: "";
 cursor: pointer;
 height: 15px;
 left: -3px;
 position: absolute;
 top: -3px;
 width: 15px;
}

input[type=radio]:checked:before {
 border: 1px solid #e3625d;
}

input[type=radio]:checked:after {
 background: #e3625d;
 border-radius: 50%;
 content: "";
 height: 9px;
 left: 1px;
 position: absolute;
 top: 1px;
 width: 9px;
}

input[type=checkbox] {
 height: 16px;
 position: relative;
 width: 16px;
}



input[type=checkbox]:checked:before {
 background: #f5f8fa url(../images/checked.png) center center no-repeat;
}

label {
 cursor: pointer;
 font-size: 13px;
 margin-left: 5px;
}




input[type=submit]:hover, .button:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .tov_desc .goodsbutton:hover {
opacity:0.8
}

.btn {
 -moz-appearance: none;
 -webkit-appearance: none;
 -ms-appearance: none;
 appearance: none;
 -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 background-color: transparent;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px;
 border: 1px solid #278be6;
 box-shadow: inset 0 0 0 2px #fff;
 color: #fff;
 cursor: pointer;
 display: inline-block;
 font-size: 0.8em;
 font-weight: 600;
 height: 3.125em;
 letter-spacing: 0.225em;
 line-height: 3.125em;
 padding: 0 2.75em;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 font-family: 'Comfortaa', Verdana, sans-serif;
}

.btn:hover {
 background-color: rgba(255, 255, 255, 0.25);
 color: #fff;
}

.btn:active {
 background-color: rgba(255, 255, 255, 0.5);
}

.btn.red {
 background-color: #eb5763;
 box-shadow: none !important;
 color: #ffffff !important;
}

.btn.dark {
 background-color: #333;
 box-shadow: none !important;
 color: #ffffff !important;
}

.page {
 margin-bottom: -50px;
 min-height: 100%;
 padding-bottom: 0px;
}




.page-buffer {
 clear: both;
 height: 50px;
}

.wrapper {
}

.float_left {
 float: left;
}

.float_right {
 float: right;
}

.centertext {
 text-align: center;
}

.table {
 display: table;
 width: 100%;
}

.table-cell {
 display: table-cell;
 vertical-align: middle;
}


#header-mk { 
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://repack-mechanics.com/img/header.jpg');
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://repack-mechanics.com/img/header.jpg');
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://repack-mechanics.com/img/header.jpg');
 background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://repack-mechanics.com/img/header.jpg');
 background-position: center center;
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-size: cover; 
 height: 100vh;
 overflow: hidden;
 position: relative;
 text-align: center;
 margin-bottom: -50px; 
}

.main-all {
 background-position: top;
 background-repeat: no-repeat;
 margin-bottom: -50px;
 margin-top: -50px;
 color: rgba(255, 255, 255, 0.85);
 text-align:center;
 height: 240px;
 text-shadow: 1px 1px 1px #000;
 position: relative;
 z-index: 1;
}

.main-all h1.make-title {font-family: 'Russo One', Verdana, sans-serif;}

.main-all .bg_title .text {
 margin-top: 15px;
 color: white;
 font-size: 15px;
}

.main-all .icon_divider:before,
.main-all .icon_divider:after,
.header-mk .icon_divider:before,
.header-mk .icon_divider:after {
 width: 140px;
 height: 1px;
 position: absolute;
 background: rgba(255, 255, 255, 0.35);
 top: 10px;
 content: '';
 left: 40px;
}

.main-all .icon_divider:before,
#header-mk .icon_divider:before {
 left: -140px;
}

.main-all .icon_divider .fa-star-o,
#header-mk .icon_divider .fa-star-o {
 color: rgba(255, 255, 255, 0.5);
 font-size: 1.3rem;
}

.wrapper-mk .box-mk {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.box-mk-text {
 position: relative;
 top: 35%;
 
}
.box-mk-text span {
 color: #fff;
 padding: 10px 16px;
}
.box-mk-text span.m {
 font-size: 30px;
 text-transform: uppercase;
 font-family: 'Russo One', Verdana, sans-serif;
}
.box-mk-text span.d {
 display: block;
 padding-left: 25%;
 padding-right: 25%;
 font-size: 15px;
 font-family: 'Comfortaa', Verdana, sans-serif;
}

header {
 width: 100%;
 height: 50px;
 line-height: 50px;
 position: relative;
 top: 0px;
 z-index: 11;
 display: block;
 color:#fff;
 background-color: rgba(0,0,0,0.6);
}

#logo {
 font-family: 'Russo One', Verdana, sans-serif;
 float: left;
 font-size: 24px;
 /* font-weight: 700; */
 position: relative;
 text-transform: uppercase;
 color:#fff;
 margin-top: -4px;
 margin-left: -5px;
}

.logoimg {margin-bottom: -4px; padding-left: 3px; padding-right: 4px;}
.more {position: absolute; margin-left: 430px; margin-top: -6px; }

header .fa-play-circle-o { 
 margin: 5px;
 color:#fff;
}

header #top_right {
 float: right;
}

header nav {
 float: left;
}

header a {
 font-size: 14px;
 font-weight: normal;
 color:#fff; 
}

header nav ul li {
 float: left;
 padding-right: 8px;
}

header form {
 position: relative;
 float: right;
}

form input[type=text] {
 background: white;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 border: 2px solid rgba(255, 255, 255, 0.3);
 height: 36px;
 line-height: 32px;
 width: 350px;
 margin-top: 2px;
 margin-left: 50px;
 moz-transition: width 0.5s ease;
 o-transition: width 0.5s ease;
 transition: width 0.5s ease;
 webkit-transition: width 0.5s ease;
}

form input[type=text]:hover,
 form input[type=text]:focus,
form input[type=text]:active {
 background: #fefefe;
 border: 2px solid rgba(255, 255, 255, 0.3);
 padding: 0 0 0 10px;
 position: relative;
 font-size: 14px;
}

.navi {
 margin-top: 0px;
 float:right;
 position:relative;
}

.navi-button,.navi-button:hover {
 position:relative;
 line-height:40px;
 text-decoration:none;
 font-size: 15px; font-family: 'Russo One', Verdana, sans-serif;
 cursor:pointer;
}

.navi-button i.fa {
 font-size:13px;
 padding-left:8px;
}

.navi-avatar,.navi-avatar img {
 -webkit-border-radius:100px;
 -moz-border-radius:100px;
 border-radius:100px;
}

.navi-avatar {
 margin-right:8px;
 width:40px;
 height:40px;
 border-radius:40px;
}

.navi-avatar img {
 margin-right: 8px;
 width: 40px;
 float: left;
 height: 40px;
 object-fit: cover;
 border: 1px solid #325677;
}

.text3 {width: 340px;}

.navi-menu:hover .navi-list {
 visibility:visible;
}

.navi-list {
 position:absolute;
 min-width:230px;
 max-width:400px;
 right:0!important;
 top:28px;
 padding-top:18px;
 visibility:hidden;
 z-index:8;
}
.navi-list-in {
 background: rgba(46, 46, 46, 0.72);
 width: 100%!important;
 max-width: 400px!important;
 box-shadow: 0 8px 6px rgba(0, 0, 0, 0.67);
 padding: 7px 7px 2px;
 border: 1px solid #3e3d3d;
}

.navi-list-in a {
 display: block;
 line-height: 42px!important;
 text-decoration: none;
 text-align: left;
 padding: 0 20px!important;
 margin-bottom: 5px;
 border-bottom: 1px solid #5d5d5d;
}




.navi-list-in a.last {
 border-bottom:0!important;
}

.navi-list-in a {
 display: block;
 line-height: 42px!important;
 text-decoration: none;
 text-align: left;
 /* padding: 0 20px!important; */
 margin-bottom: 5px;
 color: white;
}

header .navi-list-in {
 background: rgba(46, 46, 46, 0.77);
 width: 100%!important;
 max-width: 400px!important;
 box-shadow: 0 8px 15px rgba(0, 0, 0, 0.65);
 padding: 7px 7px 2px;
}

header .navi-list-in a {
 display: block;
 line-height: 42px!important;
 text-decoration: none;
 text-align: left;
 border-bottom: 1px solid #2d2d2d;
 padding: 0 20px!important;
 color: #ffffff;
}

header .navi-list-in a:hover {
color: #fff;
}

header .navi {
 margin-top: 10px;
 float:right;
 position:relative;
}

header .navi-menu {
 background:none!important;
 border:0 solid #000;
 margin-left:15px;
 position:relative!important;
 margin-top: -5px;
}

header .navi-button,.navi-button:hover {
 font-weight:400;
 /* display:inline-block; */
 position:relative;
 line-height:40px!important;
 /* padding-right:15px; */
 /* padding-left:15px; */
 text-decoration:none;
 outline: none;
}

header .navi-button i.fa {
 color:#ccc;
 font-size:13px;
 padding-left:8px;
}

.cats-box .navi-button, .navi-button:hover {color: #5d5d5d;font-weight:normal;display:inline-block;position:relative;line-height: 40px !important;/* padding-right: 15px; *//* padding-left: 15px; */text-decoration:none;} 


.cats-box {
 padding: 5px 8px 0px 8px;
 height: 50px;
 line-height: 50px;
 position: relative;
 width: 100%;
 display: table;
 margin-bottom: 0px;
 border-top-right-radius: 4px;
 border-top-left-radius: 4px;
}



.cats-box .float_right {
 right: 5px;
 top: 5px;
 position: absolute;
}

.cats-box a {
 font-size:15px;
 color: white;
 /* text-shadow: 1px 1px 1px #212121; */
}

.cats-box a:hover {
 color: #C94C4E; 
 text-shadow: 1px 1px 1px #212121;
}

.catNameActive {
 color: #4EC2DD;
}

.catNameActive:hover {
 color: #4EC2DD;
 border-left: 0px solid #4EC2DD; 
}

.cats-box .uMenuItemA {
 background: rgba(148, 148, 148, 0.22);
 font-family: 'Russo One', Verdana, sans-serif;
 font-weight: 500;
 font-size: 15px;
 float: left;
 height: 40px;
 line-height: 40px;
 padding: 0 12px 0 12px;
 position: relative;
 border-radius: 2px;
 border: 1px solid #3c3c3c;
 webkit-border-radius: 2px;
}

.container {
 position: absolute;
 left: 0;
 top: 50px;
 -webkit-transition: left 0.4s ease-in-out;
 -moz-transition: left 0.4s ease-in-out;
 -ms-transition: left 0.4s ease-in-out;
 -o-transition: left 0.4s ease-in-out;
 transition: left 0.4s ease-in-out;
}

.container.open-sidebar {
 left: 240px;
 position: fixed;
 height: 100%;
 z-index: 4; 
}

#sidebar {
 position: relative;
 left: -240px;
 background: #4EC2DD;
 width: 240px;
 height: 100%;
 box-sizing: border-box;
}

#sidebar ul.uMenuRoot {
 margin: 0;
 padding: 0;
 list-style: none;
 width:100%;
}

#sidebar ul.uMenuRoot li {
 margin: 0;
}
#sidebar ul.uMenuRoot li a {
 color: white;
}
#sidebar ul.uMenuRoot li {
 padding: 10px 20px;
 font-size: 16px;
 font-weight: 100;
 color: white;
 text-decoration: none;
 display: table;
 width: 100%;
 border-bottom: 1px solid #28B3D2;
 -webkit-transition: background 0.3s ease-in-out;
 -moz-transition: background 0.3s ease-in-out;
 -ms-transition: background 0.3s ease-in-out;
 -o-transition: background 0.3s ease-in-out;
 transition: background 0.3s ease-in-out;
}

#sidebar ul.uMenuRoot li:hover {
 background: #28B3D2;
}

#sidebar-toggle { 
 display: none; 
 background: #4EC2DD;
 border-radius: 2px;
 float: left;
 font-size: 25px;
 font-weight: bold;
 left: 20px;
 position: relative;
 padding: 7px 10px;
 color:#fff;
 font-size: 18px;
 margin-top: 10px; 
 margin-right: 20px; 
}

.cats-box .uMenuRoot {
 width: 100%;
 list-style: none;
}

.cats-box .uMenuRoot li {
 float: left; 
 height: 40px;
 line-height: 40px;
 padding: 0 8px 0 8px;
 position: relative;
 color: #fff; 
 font-family: 'Russo One', Verdana, sans-serif;
 text-shadow: 1px 1px 1px #212121;
}


.cats-box .uMenuRoot ul {
 height: 35px;
 line-height: 35px;
 width: 100%;
 min-width: 150px;
 list-style: none;
 position: absolute;
 left: -9999px;
 opacity: 0;
}

.cats-box .uMenuRoot ul li {
 padding-top: 2px;
 float: none;
}

.cats-box .uMenuRoot ul a {
 white-space: nowrap;
 display: block;
}

.cats-box .uMenuRoot li:hover ul {
 left: 0;
 opacity: 1;
}

.cats-box .uMenuRoot li:hover a {
 text-decoration: none;
}

.cats-box .uMenuRoot li:hover ul a {
 text-decoration: none;
}

.cats-box .uMenuRoot li:hover ul li a:hover {
 background: #fafafa;
 border: 1px solid rgba(255,255,255,0.1);
 text-decoration: none;
}

#main,#mainpage {
 overflow: hidden;
 padding: 0px 0;
}


.right-side {
 float: right;
 padding-right: 0px;
 width: 220px;
 margin-left: 20px;
}



.right-side .block a { 
 color:#C94C4E;
}



.right-side .block {
 margin-bottom: 3px;
 padding: 20px;
 padding: 5px;
 color: #9E9C9C;
 -webkit-box-shadow: 0px 10px 15px -5px rgba(50,50,50,0.05);
 -moz-box-shadow: 0px 10px 15px -5px rgba(50,50,50,0.25);
 background: url(../images/up_bg.png);
}

.right-side .blocktitle .fa { 
 padding: 5px;
}

.right-side .block .img-box { 
 padding: 0px;
 background: none;
}



.right-side .blocktitle {
 display: block;
 margin-bottom: 0px;
 text-align: left;
 font-size: 14px;
 background-color: rgba(0, 0, 0, 0.26);
 margin-left: -5px;
 margin-right: -5px;
 padding: 5px;
 color: #e6e6e6;
 font-family: 'Russo One', Verdana, sans-serif;
}

#content {
 overflow: hidden;
 margin: 0 auto; 
 position: relative;
 margin-top: 10px;
}

#content.nopadding {
 background: none;
 box-shadow: none;
 moz-box-shadow: none;
 padding: 0;
 webkit-box-shadow: none;
}

#iplus input {
 width: auto !important;
}
ul[id*="uStarRating"] a {
 moz-transition: none;
 transition: none;
 webkit-transition: none;
}

.uComment {
 margin: 10px 0 !important;
 padding: 10px !important;
}

.uComment .uc-avatar img,
.uComForm-inner .ucf-avatar img {
 border-radius: 100%;
}

.uc-top-right i.fa-thumbs-o-up, .uc-top-right i.fa-thumbs-o-down {
 font-size: 11px;
 padding: 0 8px;
}



.ucf-message-wrap .wysibb {
 border-radius: none !important;
}

.uComForm-inner .uf-form textarea {
 border: 1px solid #d6d6d6 !important;
 color: #848484 !important;
 font-size: 12px !important;
 line-height: 20px !important;
}

.catsTd {
 font-weight: 500;
 font-size: 12px;
 height: 30px;
 line-height: 30px;
 padding: 0 8px 0 8px;
 position: relative;
 border-left: 2px solid #AB1B1B; 
}

.catsTd:hover, #uNMenuDiv2 li:hover {
 border-left: 2px solid #fff;
}

form[name*="mform"] td {
 padding: 5px 0px;
}

.cBlock1:hover,
.cBlock2:hover {
 background: #f5f8fa;
}

.uf-soc-openselect {
 margin-bottom: 10px;
}

#uf-register .uf-soc-icons ul li b {
 padding-left: 36px !important;
 top: 3px !important;
 white-space: nowrap;
 width: auto !important;
}

.answer-link {
 padding: 0 0 0 5px;
 vertical-align: top;
}

.answer {font-size: 0px;}



a.uc-profile-link {
 color: #1d3037;
 font-weight: 600;
 padding: 0 3px;
}

a.uc-profile-link:hover {
 color: #43c0fa;
}

.calMonth {
 font: 300 20px 'Open Sans';
 padding: 15px;
}

.calTable {
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://repack-mechanics.com/img/header.jpg');
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://repack-mechanics.com/img/header.jpg');
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://repack-mechanics.com/img/header.jpg');
 background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://repack-mechanics.com/img/header.jpg');
 background-position: center center;
 background-repeat: no-repeat; 
 background-size: cover;
 background-attachment: fixed; 
 color:#fafafa;
 margin: -20px;
 overflow: hidden;
 table-layout: fixed;
 width: 100%;
 min-width: 300px;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px; 
}

.calWday,.calWdaySe,.calWdaySu {
 
 padding: 10px;
}

.calMday,.calMdayIs,.calMdayA,.calMdayIsA {
 padding: 15px;
}



.calMonthLink {
 color:#fafafa;
 font-size: 1.2em;
 text-decoration: none!important;
}

.block .calMonth a:first-child {
 border-bottom: 10px solid transparent;
 border-right: 8px solid #fafafa;
 border-top: 10px solid transparent;
 float: left;
 font-size: 0;
 height: 0;
 margin-left: 5px;
 width: 0;
}

.block .calMonth a:last-child {
 border-bottom: 10px solid transparent;
 border-left: 8px solid #fafafa;
 border-top: 10px solid transparent;
 float: right;
 font-size: 0;
 height: 0;
 margin-right: 5px;
 width: 0;
}

.calMonth {
 font-size: 14px;
 font-weight: 400;
 padding: 10px;
}

.calWday,.calWdaySe,.calWdaySu {
 font-size: 11px;
 font-weight: 400;
 padding: 5px;
}

.calMday,.calMdayIs,.calMdayA,.calMdayIsA {
 font-size: 11px;
 font-weight: 400;
 padding: 10px;
}

.calWday,.calWdaySe,.calWdaySu {
 background: rgba(255,255,255,.3);
}

.calMdayA {
 background: rgba(255,255,255,.3);
 color:#fff;
}

.calMdayIs a {
 color: #4EC2DD;
}

.calMdayIs a:hover {
 border-bottom: 1px dotted #4095b4;
}

div[class*="cBlock"] {
 padding: 0 10px 0px 0;
}

#back-top {
 position: fixed;
 bottom: 6%;
 right: 3%;
 z-index: 5;
}

#back-top a {
 width: 58px;
 display: block;
 text-align: center;
 font: bold 8px Arial;
 text-transform: uppercase;
 text-decoration: none;
 color: #fff;
 -webkit-transition: 1s;
 -moz-transition: 1s;
 transition: 1s;
}

#back-top a:hover {
 text-decoration: underline;
}

#back-top i {
 display: inline-block;
 background: #FFF;
 width: 45px;
 height: 45px;
 line-height: 42px;
 text-align: center;
 border: 1px solid rgba(221,221,221,0.5);
 -webkit-border-radius: 100% 100% 100% 100%;
 border-radius: 100% 100% 100% 100%;
 color: #333;
}

#back-top i:hover {
 display: inline-block;
 background: rgba(221,221,221,0.5);
}



.decrip {
 padding-top: 7px;
 padding-bottom: 10px;
 font-size: 12px;
 float: left;
 line-height: 12px;
 font-family: 'Open Sans', Arial;
 color: #888888;
}

#foot-info .inside .text {
 margin-right: 15px;
}

#foot-info h2 {
 color:#fff;
 font-size:23px;
 font-weight:700;
 margin-bottom: -5px;
 margin-top: -15px;
}


#foot-info p {
 color:#fff;
 font-size: 17px;
 margin-right: 55px;
}




.inside {
 width: 100%;
 max-width: 960px;
 margin: 0 auto;
}

footer {
 font-size: 12px;
}

.copyright {
 overflow: hidden;
}

.copyright .float_left,
.copyright .float_right {
 padding: 20px 0;
 font-size:11px;
}

.pagination,.catPages1,.catPages2,.pagesBlockuz1,.pagesBlockuz2,.plist {
 display: block;
 padding: 20px 0;
 text-align: center;
}

.pagination a,.swchItem,.swchItem1 {
 background-color: #333;
 border: 0;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px;
 color: #fff;
 cursor: pointer;
 padding: 8px 10px;
 
}

.swchItemA,.pgSwchA,.swchItemA1 {
 background-color: #4EC2DD;
 color: #fff;
 border: 0;
 border-radius: 3px;
 webkit-border-radius: 3px;
 color: #fff;
 cursor: pointer;
 padding: 8px 10px;
}

.pagination a.pag_active,.pagination a:hover,.swchItem:hover,.swchItem1:hover {
 background-color: #4EC2DD;
 color: #fff;
}


.category .goods-list .list-item:nth-child(3n) {
 margin: 0 0 20px 0;
}

.category .cat_meta {
 margin-bottom: 20px;
 overflow: hidden;
 padding: 20px;
}

.img-box {
 display: block;
 height: 230px;
 width: 160px;
 margin-bottom: 45px;
 position: relative;
}

.ib2 {
 margin-right: 35px;
}

.img-box a {
 color: #3a3a3a;
}
.img-box a:hover {
 color: #eb5763;
}

.img-box img {
 height: 230px;
 width: 100%;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px;
}

.img-box .cat-name {
 position: absolute;
 left: 5px;
 top: 255px;
 border-bottom: 1px solid rgba(255, 255, 255,0.2);
 color: #fff;
 font-size: 13px;
 font-family: 'Open Sans', Arial;
 z-index: 2;
}

.cat-name i {
 margin-right: 8px;
 font-size: 14px;
}

.date-r {
 position: absolute;
 z-index: 3;
 margin-top: -31px;
 margin-left: 5px;
 background: rgba(171, 41, 41, 0.81);
 color: #fff;
 padding: 3px 10px 3px 10px;
 font-size: 12px;
 border-radius: 3px;
}

.ganr {
 background: #406780;
 color: #F0F3F5;
 font-size: 12px;
 margin-top: -7px;
 padding: 1px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
 text-align: center;
}

.serial-item2 .play2 {
 background: -moz-linear-gradient(top, hsla(208,18%,19%,0) 65%, hsla(208,18%,19%,0.81) 100%);
 background: -webkit-linear-gradient(top, hsla(208,18%,19%,0) 65%,hsla(208,18%,19%,0.81) 100%);
 background: linear-gradient(to bottom, hsla(208,18%,19%,0) 65%,hsla(208,18%,19%,0.81) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283139', endColorstr='#cf283139',GradientType=0 );
 height: 270px;
 width: 183px;
 left: 0;
 top: 0;
 webkit-transition: 0.5s;
 position: absolute;
 display: block;
 -webkit-transition: background 100ms;
 -moz-transition: background 100ms;
 -ms-transition: background 100ms;
 -o-transition: background 100ms;
 transition: background 100ms;
 text-align:center; 
 z-index: 1; 
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px; 
}

.serial-item .play {
 background: -moz-linear-gradient(top, hsla(208,18%,19%,0) 65%, hsla(208,18%,19%,0.81) 100%);
 background: -webkit-linear-gradient(top, hsla(208,18%,19%,0) 65%,hsla(208,18%,19%,0.81) 100%);
 background: linear-gradient(to bottom, hsla(208,18%,19%,0) 65%,hsla(208,18%,19%,0.81) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283139', endColorstr='#cf283139',GradientType=0 );
 height: 230px;
 width: 160px;
 left: 0;
 top: 0;
 webkit-transition: 0.5s;
 position: absolute;
 display: block;
 -webkit-transition: background 100ms;
 -moz-transition: background 100ms;
 -ms-transition: background 100ms;
 -o-transition: background 100ms;
 transition: background 100ms;
 text-align:center;
 z-index: 1;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px;
}

.serial-item .play:hover {
 background-color: rgba(0, 0, 0, 0.5);
}

.serial-item .play .rr {
 opacity: 0;
 -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 -o-transition: all 400ms ease;
 transition: all 400ms ease;
}

.serial-item .play .rr {font-size: 1.1rem;font-family: 'Russo One', Verdana, sans-serif;color: #57BAEB;position: absolute;margin-top: 100px;margin-left: -59px;max-height: 30px;padding: 4px 5px 5px 5px;border: 2px solid #57BAEB;border-radius: 4px;background-color: rgba(0, 0, 0, 0.51);}

.serial-item:hover .play .rr {
 opacity: 1;
}

.serial-item .play .r? {
 opacity: 0;
 -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 -o-transition: all 400ms ease;
 transition: all 400ms ease;
}

.serial-item .play .r? {
font-size: 1.1rem;
 font-family: 'Russo One', Verdana, sans-serif;
 color: #DC3F36;
 position: absolute;
 margin-top: 135px;
 margin-left: -45px;
 max-height: 30px;
 padding: 4px 5px 5px 5px;
 border: 2px solid #DC3F36;
 border-radius: 4px;
 background-color: rgba(0, 0, 0, 0.51);
}

.serial-item:hover .play .r? {
 opacity: 1;
}

.serial-item .play .rw {
 opacity: 0;
 -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 -o-transition: all 400ms ease;
 transition: all 400ms ease;
}

.serial-item .play .rw {
font-size: 1.1rem;
 font-family: 'Russo One', Verdana, sans-serif;
 color: #34A949;
 position: absolute;
 margin-top: 135px;
 margin-left: -33px;
 max-height: 30px;
 padding: 4px 5px 5px 5px;
 border: 2px solid #34A949;
 border-radius: 4px;
 background-color: rgba(0, 0, 0, 0.51);
}

.serial-item:hover .play .rw {
 opacity: 1;
}

.make-title {
 text-align: center;
 font-size: 1.5rem;
 font-weight: 500;
 text-transform: uppercase;
 margin-bottom: 5px; 
 color: #fff;
}

.filterz {float:right;margin-top:-60px;padding-right: 30px;}
.filterz_p {padding-right: 10px}




.make-title3 {
 text-align: center;
 font-size: 1.2rem;
 font-family: 'Open Sans', Arial;
 font-weight: 500;
 text-transform: uppercase;
 margin-bottom: -15px; 
 margin-top: -14px;
}


.title_poster {
 font-family: 'Open Sans', Arial;
 display: block;
 font-size: 14px;
 font-weight: 600;
 overflow: hidden;
 padding-top: 8px;
 width: 160px;
 height: 50px;
 text-align: center;
}

.janr_poster {
 color: #707070;
 font-family: 'Open Sans', Arial;
 display: block;
 font-size: 13px;
 font-weight: 500;
 overflow: hidden;
 padding-top: 5px;
 white-space: nowrap;
 width: 200px;
 text-align: left;
}

.poster-rate {
 color: #fff;
 font-size: 12px;
 font-family: 'PT Sans', Verdana, sans-serif;
 width: auto;
 position: absolute;
 z-index: 2;
 right: 5px;
 top: 199px;
 vertical-align: middle;
 padding: 3px 8px;
 text-align: center;
 border-radius: 3px;
}

.col0 {background: rgba(255,255,255, 0.2); }
.col1 {background: rgba(232, 31, 31, 0.4); }
.col2 {background: rgba(232, 116, 31, 0.4); }
.col3 {background: rgba(212, 31, 232, 0.4); }
.col4 {background: rgba(31, 175, 232, 0.4); }
.col5 {background: rgba(31, 232, 94, 0.4); }


.modal {
 background: rgba(0, 0, 0, 0.5);
 display: none;
 height: 100%;
 left: 0;
 position: fixed;
 text-align: center;
 top: 0;
 width: 100%;
}

.modal h3 {
 color: #e3625d;
 margin: 0 0 20px 0;
}

.modal_inner {
 border: 1px solid #f5f8fa;
 display: inline-block;
 height: 80%;
 max-height: 80%;
 max-width: 1000px;
 overflow-y: scroll;
 padding: 40px;
 position: relative;
 top: 10%;
 width: 100%;
}

.modal_close {
 border: 1px solid #f5f8fa;
 border-radius: 50%;
 color: #f5f8fa;
 display: block;
 height: 30px;
 padding: 4px 0 0 0;
 position: absolute;
 right: 10px;
 text-align: center;
 text-transform: uppercase;
 top: 10px;
 width: 30px;
}

.modal_close:hover {
 border: 1px solid #e3625d;
 color: #e3625d;
}

.message {
 overflow: hidden;
 padding: 0 0 20px 0;
 text-align: justify;
}

.post_meta {
 border-bottom: 1px solid rgba(255,255,255,0.07);
 border-top: 1px solid rgba(255,255,255,0.07);
 line-height: 20px;
 overflow: hidden;
 padding: 0 0 0 0px;
}

.post_meta ul {
 position: relative;
 top: 2px;
}

#content article + .post_meta {
 margin: 30px 0;
}

#content .post_meta_page {
 padding: 20px 0;
}

.post_meta .post_meta_right {
 float: right;
 padding: 10px 20px 10px 0;
}

.post_meta ul {
 display: inline-block;
 margin-right: 20px;
 position: relative;
 top: 3px;
}

.post_meta span,
.inf_meta span {
 display: inline-block;
 font-size: 13px;
 padding: 8px 8px 8px 0;
}

.post_meta i {
 padding-right: 4px;
}

.read_more:hover {
 background-color: #2EE6C3;
 color: #fff;
}

.archiveCalendars,
.archiveDateTitle {
 padding: 20px;
}

.archiveEntryTitle {
 padding: 0 20px 20px 20px;
}

.news_title {
 color: #fff;
 font-size: 24px;
 font-weight: bold;
 margin: 15px;
 tex-align: left;
}

.post-blog-image {
 max-height: 300px;
 padding: 5px auto;
 overflow: hidden;
}

.post-blog-image img {
 width: 100%;
 margin: 0 auto;
}

.post_meta {
 border-top: 2px dotted #E6E6E6;
 margin-top: 10px;
}

.blog_post .img {
 width: 100%;
 height: 322px;
 overflow: hidden;
}

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



.blog_post {
 display: inline-block;
 width: 100%;
 position: relative;
 margin-bottom: 10px;

 text-align: left;
}



.blog_post.no-post-thumbnail {
 min-height: 231px;
}


.blog_content {
 position: relative;
 padding-left: 200px;
}

.blog_content2 { position: relative; height: 64px; overflow: hidden;color: #828282; }
.blog_content3 { position: relative; height: 60px; overflow: hidden; }

.listing_meta {
 position: absolute;
 left: 0;
 top: 5px;
 width: 180px;
 padding: 8px;
}
.listing_meta span {
 display: block;
 margin: 0;
 padding-bottom: 12px;
}
.listing_meta span i {
 padding-right: 6px;
}
.listing_meta a {
 transition: color 300ms;
 -webkit-transition: color 300ms;
}
.nw-fon {
 background: #fafafa;
}

.padding20,
.cat_meta {
 padding: 20px;
}

table.manTable {
 margin: 1%;
 width: 98%;
}

.inf_text:hover,
.inf_a:hover > .inf_text {
 color: #db708c;
}

.inf_p {
 font-size: 13px;
 height: 140px;
 overflow: hidden;
 padding: 20px 8px;
}

#mainpage .inf_p {
 height: 100px;
}

.inf_p img {
 display: none;
}

.inf_meta {
 border-top: 1px solid #f5f8fa;
 padding: 0 20px;
}

.inf_meta div:last-child {
 padding: 10px 0;
}

.inf_img {
 position: relative;
}

.inf_play {
 border: 5px solid rgba(255, 255, 255, 0.8);
 border-radius: 50%;
 height: 60px;
 left: 50%;
 margin: -30px 0 0 -30px;
 position: absolute;
 top: 50%;
 width: 60px;
}

.inf_play:after {
 border-bottom: 7px solid transparent;
 border-left: 14px solid #fff;
 border-top: 7px solid transparent;
 content: "";
 height: 0;
 left: 50%;
 margin: -7px 0 0 -5px;
 position: absolute;
 top: 50%;
 width: 0;
}

iframe.trailer_game {
 width: 834px;
}
.eText {
 padding-bottom: 10px;
 text-align: justify;
}
.eText a {
 color: #2776dc;
}
.eText a:hover {color: #eb5763;}

.slidetext {
 height: 100%;
 padding: 100px 0 0 0;
 position: absolute;
 right: 0;
 text-align: center;
 top: 0;
 width: 360px;
}

.titletext {
 color: #c74a47;
 display: block;
 font-size: 36px;
 line-height: 40px;
 margin: 0 0 8px 0;
}

.smalltext {
 color: #655546;
 display: block;
 font-size: 20px;
 margin: 0 0 20px 0;
}

.greentext {
 color: #728873;
 display: block;
 font-size: 36px;
 margin: 0 0 20px 0;
 text-transform: uppercase;
}

.slidetext p {
 color: #655546;
 display: block;
 font-size: 15px;
 margin: 40px 0 0 0;
}

.user-ava {
 float: left;
 width: 30px;
 height: 30px;
 margin-right: 8px;
 margin-top: 10px;
}

.user-ava {
 border-radius: 100%;
}

.user-name {
 overflow: hidden;
 text-overflow: clip;
 white-space: nowrap;
 font-size: 15px;
 line-height: 50px;
}

.fa-play-circle-o {
 color: #4EC2DD;
}

.fa-filter {
 color: #B3B3B3;
 font-size: 15px;
}

.wedark {
 background: rgba( 0, 0, 0, 0.1);
 float: left;
 font-size: 15px;
 padding: 12px;
}

.last-comm a {
 color: #fa6e52;
}

.last-comm {
 border-bottom: 1px solid #f5f5f5;
 font-size: 13px;
 margin: 0 -20px 0 -20px;
 min-width: 280px;
 overflow: hidden;
 padding: 8px;
 width: 100%;

}


.last-comm .cBlock1 {
 background: url("https://repack-mechanics.com/img/last-comm-img2.jpg") 0 2px no-repeat scroll transparent;
}

.last-comm .cBlock2 {
 background: url("https://repack-mechanics.com/img/last-comm-img2.jpg") 0 2px no-repeat scroll transparent;
}

.last-comm .eTitle {
 color: #49565e;
 font-size: 16px;
 margin-left: 8px;
 o-text-overflow: clip;
 overflow: hidden;
 text-overflow: clip;
 white-space: nowrap;
}

.last-comm .cMessage {
 color: #6A7E8A;
 margin-left: 8px;
 text-align: left;
}

.last-comm .float_right {
 color: #c5c9c9;
 font-size: 12px;
}

.float-right {
 float: right;
}

.float-left {
 float: left;
}

.reliz {
 display: table;
 width: 100%;
}

.reliz_left {
 display: table-cell;
 vertical-align: top;
 width: 220px;
}

.reliz_right {
 display: table-cell;
 vertical-align: top;
}

.poster_image {
 height: 280px;
 width: 200px;
 display: block;
 background: #242424;
 padding: 5px;
}

.poster_image img {
 height: 100%;
 width: 100%;
 border: 1px solid #424242;
 border-radius: 0;
}

.reliz_rating {
 margin-top: 10px;
 text-align: center;
 width: 200px;
}

.reliz_rating_in {
 font-size: 11px;
}

.reliz_comm_title {
 font-size: 19px;
 margin-bottom: 10px;
 margin-top: 20px;
}

.reliz_tags {
 color: #FFF;
 margin-top: 20px;
}

.reliz_tags a {
 background: #ecf2f6;
 border-radius: 3px;
 color: #596679;
 font-size: 11px;
 moz-border-radius: 3px;
 padding: 3px 7px;
 webkit-border-radius: 3px;
}

.reliz_tags a:hover {
 background: #e3eaee;
 text-decoration: none;
}

.reliz_tags_title {
 color: #181a1b;
 font-size: 19px;
 margin-bottom: 10px;
}



.close_info {
 width: 200px;
 text-align: center;
 padding: 5px;
 border: 1px solid #C94C4E;
 border-radius: 4px;
 background: rgb(255, 221, 222);
 color: #B3383A;
 margin-top: 10px;
 font-size: 13px;
}

.glgame {
 background: #2776dc;
 min-height: 527px;
 font-size: 15px;
 width: 30%;
 float: left;
}

.more_inf a {color: #A9A9A9;}
.more_inf a:hover {color: #09C;}

.game_name {
 margin-bottom: 5px;
 font-size: 16px;
 font-weight: 700;
 border-bottom: 1px dashed #000000;
 color: #1d1d1d;
 padding-bottom: 2px;
 font-family: 'Russo One', Verdana, sans-serif;
}

.post_meta ul {
 position: relative;
 top: 2px;
}

.player {
 background: #000;
}



.screens {
 width: 100%;
 margin: 10px auto 2px;
 display: table;
 border-top: 2px dotted #2776dc;
 padding-top: 3px;
}

.trailer_game {
 margin-left: 2px;
}



.screen-img {
 float: left;
 height: 140px;
 overflow: hidden;
 width: 32.8%;
 margin: 2px;
}
.screens img {
 width: 100%; 
 border-radius: 0px;
}

.screens img:hover {
 opacity: 0.8; 
}

.eTag {
 border-radius: 2px;
 display: inline-block;
 font-size: 11px;
 letter-spacing: 2px;
 margin: 0 4px 0 0;
 padding: 1px 5px;
 background: #f0f3f5;
 color: #949494;
 border: 1px solid #dbdbdb;
}

.eTag:hover {
 background: #c94c4e;
 color: #ffffff;
}

.moder_panel {
 position: absolute;
 right: 5px;
 top: 5px;
}

.post-tags {
 font-size: 0;
 padding: 15px 0px 10px 0px;
}

.gl-title-rel {
 background: #4EC2DD;
 color: #fff;
 font-size: 15px;
 height: 40px;
 line-height: 40px;
 margin: 0 0 15px 20px;
 position: relative;
 text-align: center;
 width: 180px;
}

.gl-title-rel:hover {
 background: #4EC2DD;
}

#mchatIfm2 {
 margin: 0 -20px 20px -20px;
 min-width: 280px;
}

#message {
 width: 100%;
 height: 75px;
}

.csTop {
 background: #fcfcfc;
 padding: 8px;
 border-radius: 5px;
 border: 1px solid #f5f5f5;
}

.archLi {
 background: url("https://repack-mechanics.com/img/archive.png") 0 50% no-repeat scroll transparent;
 padding: 3px 0 4px 14px;
 padding-left: 22px;
 display: block;
}

.uc-avatar img {
 vertical-align: middle;
 width: 50px;
 height: 50px;
 border: 2px solid #2C78AE;
}

.uc-avatar2 {
 position: absolute;
 float: left;
 width: 35px;
 height: 35px;
 border-radius: 50%;
 border: 3px solid #454647;
 margin-top: -33px;
 margin-left: 228px;
}


.uc-avatar3 {
 float: left;
 width: 60px;
 height: 80;
 margin-right: 5px;
 margin-top: 3px;
 box-shadow: 2px 2px 2px #333;
}

.uc-avatar4 {
 float: left;
 width: 120px;
 height: 80;
 margin-right: 5px;
 margin-top: 3px;
 box-shadow: 2px 2px 2px #333;
}


.autor-ava img {
 width: 100px;
 border-radius: 100px;
}

.com-order-block {
 heigght: 32px;
 line-height: 32px;
 border-radius: 3px;
}

.com-order-title {
 font-weight: normal;
 padding-right: 10px;
}

.uc-content {
 background: #E0E7EB;
 border-radius: 3px;
 padding: 8px;
}

#triangle_left {
 position: absolute;
 margin-left: -18px;
 margin-top: 10px;
 width: 0;
 height: 0;
 border-top: 10px solid transparent;
 border-right: 10px solid #E0E7EB;
 border-bottom: 10px solid transparent;
}

.uc-opacity {
 font-size: 13px;
}



.tab-content{
 display: none;
 background: #45484d;
 background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
 background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
 background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
 padding: 5px;
 border-radius: 3px; 
}

.tab-content.current{
 display: inherit;
}
#sFltLst {
 background: #fafafa !important;
 border: 1px solid rgba(255,255,255,0.1) !important;
}

/* ?????? ??????*/ 
.progress {
 background: #F0F3F5;
 position: relative;
 display: block;
 padding: 0;
 margin: 5px 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}

.pollQue {
 font-size: 15px !important;
 margin-bottom: 10px;
}

/* FAQ */ 
.fastLinks {
 text-align:center; 
 width:100%; 
 display:table;
 margin-bottom:15px; 
 background: #E0E7EB;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px; 
}

.fastLink { 
 padding:8px; 
 float:left;
 width:32%;
}


.icon_divider {
 width: 40px;
 height: 20px;
 margin: 18px auto 25px auto;
 position: relative;
}

.icon_divider .fa {
 color: #fff;
 font-size: 1.3rem;
}

.icon_divider:before,
.icon_divider:after {
 width: 140px;
 height: 1px;
 position: absolute;
 background: #fff;
 top: 10px;
 content: '';
 left: 40px;
}
.icon_divider:before {
 left: -140px;
}

.style1 h2.make-title, .style2 h2.make-title, .style3 h2.make-title, .style4 h2.make-title {
 font-family: 'Russo One', Verdana, sans-serif;
}

.make-title:after {
}
.make-title:after {
 box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}

#main-all .make-title:after {
 margin-top: 10px;
 background: rgba(255, 255, 255, 0.7);
}

.style1, .style3, .style2, .style4 {
 
padding: 8px 0px 1px 0px;
}

.style1, .style3 {
 background: #f0f3f5; 
}

.style2, .style4 {
 background: #fff; 
}



.inside .blog_post {
 border: 5px solid rgba(255,255,255, 0.3);
 padding:20px;
}

.inside a, .inside h2.make-title {
 color:#fff;
}

.category {
 background: none!important;
 box-shadow: none!important;
 moz-box-shadow: none!important;
 padding: 0 !important;
 webkit-box-shadow: none!important;
}

.category .goods-list .list-item:nth-child(3n) {
 margin: 0 0 20px 0;
}

.category .cat_meta {
 background: #fff;
 margin-bottom: 20px;
 overflow: hidden;
 padding: 20px;
}

.cat_meta {
 -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
 -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
 box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
}

.category #allEntries div[id*="entryID"],
.category .archiveEntries div[id*="entryID"] {
 float: left;
 position: relative;
 
}

.category #allEntries div[id*="entryID"]:nth-child(3n),
.category .archiveEntries div[id*="entryID"]:nth-child(3n) {
 margin-right: 0;
}

.category .table {
 height: 72px;
}

.category .item_name {
 color: #e3625d;
 display: table-cell;
 font-size: 18px;
 height: 72px;
 line-height: 30px;
 padding: 5px 0;
 vertical-align: middle;
}

.category .item_name:hover {
 text-decoration: underline;
}

.category .centertext {
 border-top: 1px solid #f5f8fa;
 height: 72px;
 overflow: hidden;
 padding: 0 20px;
 width: 100%;
}

.watch_all {
 color: #fff;
 display: block;
 float: right;
 margin: 20px 0;
}

.entDots,
.entryReadAll {
 display: none;
}


#moonwalkPlayer, #trailerDiv {
 background-image: url('https://repack-mechanics.com/img/Screenshot.png');
 background-position: center center;
 background-repeat: no-repeat; 
 background-size: cover;
 width: 100%;
 min-height: 404px; 
}

.last-comm {
 color: rgba(255,255,255, 0.8);
 border-bottom: 1px solid rgba(255,255,255, 0.1);
 width: 288px;
 overflow: hidden;
 padding: 0px 0px 0px;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
 margin-top: 2px;
 background: rgba(240, 248, 255, 0.1);
}

.mmarg {
 background: rgba(0, 0, 0, 0.4);
 margin-left: 1px;
}

.last-comm .cMessage a {
color: #DD4E4E;
font-size: 13px; 
font-weight: bold; 
}





.last-comm .cBlock1 {
 background: url("https://repack-mechanics.com/img/last-comm-img2.jpg") 0 2px no-repeat scroll transparent;
}


.last-comm .cBlock2 {
background: url("https://repack-mechanics.com/img/comment.png") 0 2px no-repeat scroll transparent;
}

.last-comm .eTitle {
color: #fff;
font-family: 'PT Sans', Verdana, sans-serif;
font-size: 0.9rem;
margin-left: 8px;
o-text-overflow: clip;
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
}

.last-comm .cMessage {
color: #9A9A9A;
margin-left: 8px;
font-size: 0.8rem;
}

.cMessage a {color: #09C;}
.cMessage a:hover {color: #eb5763;}

.last-comm .float_right {
color: #c5c9c9;
font-size: 12px;
}

#sFltLst {position: absolute; margin-top: -455px; background:#fff; padding:8px;}


.inim {
 width: 150px !important;
 height: 100% !important;
 background: #F0F3F5 !important;
}

.inim img{
width: 150px !important;
}

.mtr .im {
 background: #F0F3F5 !important;
 padding-right: 15px !important;
 display: table-cell !important;
 vertical-align: top !important;
}

.mtr {
 padding: 0px !important;
 display: table !important;
}

#mchatIfm2 {
 margin: 0 -20px 20px -20px;
 width: 490px !important;
 float: right;
 background: linear-gradient(#272727 0, rgba(39,39,39,0) 100%) no-repeat;
}

.cBlock1 {
 background: #323232 !important;
 margin: 5px 5px 5px 5px;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-top-right-radius: 10px;
 padding: 10px !important;
}

.cBlock2 {
 background: #323232 !important;
 margin: 5px 5px 5px 5px;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-top-right-radius: 10px;
 padding: 10px !important;
}

.cBlock1 b {color:#fff;font-weight: 600;}
.cBlock2 b {color:#fff;font-weight: 600;}



textarea#mchatMsgF {
 width: 418px !important;
 float: right;
 margin-right: 52px !important;
 margin-top: -30px !important;
 height: 60px !important;
 background: #2f2f2f;
 border: 1px solid #383838;
 color: aliceblue;
 padding: 9px !important;
}

#MCaddFrm .fa {
 position: relative;
 color: #878787;
 font-size: 15px;
}

::-webkit-scrollbar-button {width:6px;height:4px;} 
::-webkit-scrollbar-track {background:#2b2b2b;} 
::-webkit-scrollbar-thumb {-webkit-border-radius:2px;border-radius:2px;background:#878787;} 
::-webkit-scrollbar-thumb:hover {background:#555555;} 
::-webkit-resizer {width:6px;height:4px;} 
::-webkit-scrollbar {width:6px;}

#allEntries .cBlock1 {
 background: #ffffff !important;
}

#allEntries .cBlock2 {
 background: #ffffff !important;
}

/*1-8 MODAL BOX*/
.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.white-popup {
	position: relative;
	background: #fff;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}
.mfp-close-btn-in .mfp-close {
	color: #e74c3c;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 1; /*filter: alpha(opacity=65);*/
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px; /*font-family: Arial, Baskerville, monospace;*/
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #3d566e;
}
.mfp-close:active {
	top: 1px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #e74c3c;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #e74c3c;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}


/*---????? ???????????? ???????? ??????????? ?? ???? ?? ??????????? ?????---*/

.catblock {
    display:block;
    color: white;
    background: #03af4e;
    padding: 7px 15px;
    border-radius: 5px;
        margin-bottom: 5px;
}
.catblock:hover {
    color: white;
    background: #e62117;
}