@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700,400,600);
@import url(http://fonts.googleapis.com/css?family=Russo+One:300,700,400,600);
@import url(http://fonts.googleapis.com/css?family=Comfortaa:300,700,400,600);
@import url(/rapnews/css/animate.css);
@import url(/rapnews/css/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 {
 background: #f0f3f5; 
 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 {
 
}

span {
	display: inline;
}

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;
 
 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: #FFD700;
 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: 20px;
 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]:before {
 background: #f5f8fa;
 border: 1px solid #e6eaed;
 content: "";
 height: 16px;
 left: 0;
 position: absolute;
 top: 0;
 width: 16px;
}

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

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

select, button, .button, input[type=submit], input[type=button], input[type=reset] {
 background: #3F464C;
 border: 1px solid #777A7B;
 color: #B5B5B5;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px;
 cursor: pointer;
 padding: 1px 8px;
 width: auto !important;
 -webkit-transition: background 500ms ease;
 -moz-transition: background 500ms ease;
 -ms-transition: background 500ms ease;
 -o-transition: background 500ms ease;
 transition: background 500ms ease;
}


input[type=submit]:hover, .button:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .tov_desc .goodsbutton:hover {
 background: #656e78;
 border: 1px solid #656e78; 
}

.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: 0;
 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: 100px;
}




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

.wrapper {
 max-width: 1160px;
 width: 100%;
 margin: 0 auto; 
 position: relative; 
}

.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;
}

.mespos {
 text-align: left;
 margin-left: 35%;
}

.ratepos {
 text-align: left;
 margin-left: 40%;
}

.newspos-d {
width:33.3%;
float:left;
}

#header-mk { 
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/img/header.jpg');
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/img/header.jpg');
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/img/header.jpg');
 background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/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 {
 padding: 10em 0 7em 0;
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/img/header.jpg');
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/img/header.jpg');
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/img/header.jpg');
 background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/rapnews/img/header.jpg');
 background-position: top;
 background-repeat: no-repeat; 
 margin-bottom: -50px;
 color: rgba(255, 255, 255, 0.7);
 text-align:center;
 height: 400px;
}

.main-all h1.make-title {font-family: 'Russo One', Verdana, sans-serif;}
.main-all .bg_title .text {margin-top: 15px; font-family: 'Comfortaa', Verdana, sans-serif;}
.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 {
 
 padding-left: 25%;
 padding-right: 25%;
 font-size: 15px;
 font-family: 'Comfortaa', Verdana, sans-serif;
}

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

header #logo {
 font-family: 'Russo One', Verdana, sans-serif;
 float: left;
 font-size: 25px;
 font-weight: 700;
 margin-top: 2px;
 left: 20px;
 position: relative;
 text-decoration: underline;
 text-transform: uppercase;
 color:#fff; 
}

.logoimg {margin-bottom: -4px; padding-left: 3px; padding-right: 4px;}
.more {position: absolute; margin-left: 328px; 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;
}

.navi {
 margin-top:1px;
 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;
}

.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:rgb(48, 55, 60);
 width:100%!important;
 max-width:400px!important;
 box-shadow:0 8px 35px rgba(0,0,0,0.1);
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 border-radius:3px;
 padding:3px 0;
}

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





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

header .navi-list-in a i {
 background:#3297db;
 color:#fff;
 float:right;
 font-style:normal;
 font-size:10px;
 line-height:16px!important;
 margin-top:12px;
 -webkit-border-radius:20px;
 -moz-border-radius:20px;
 border-radius:20px;
 padding:0 6px;
}

header .navi-list-in {
 background:#21242B;
 width:100%!important;
 max-width:400px!important;
 box-shadow:0 8px 35px rgba(0,0,0,0.1);
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 border-radius:5px;
 padding:3px 0;
}

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

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

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

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

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

.cats-box .navi-button, .navi-button:hover {color:#fff; font-weight:normal; display:inline-block;position:relative;line-height:35px;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;
 background-color: rgba(0, 0, 0, 0.52);
 margin-bottom: 0px;
 border-top-right-radius: 4px;
 border-top-left-radius: 4px;
}

.navs {
 margin-bottom: 8px;
 margin-top:5px;
 font-size: 12px;
 line-height: 19px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-top: 3px;
 color: #9C9C9C;
 background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(224, 224, 224, 1) 40%, rgba(224, 224, 224, 1) 60%, rgba(229, 229, 229, 0) 100%);
}

.navss {width:1120px;margin:0 auto;}

.navs a {color: #9C9C9C;}
.navs a:hover {color: #168DE2;}

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

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

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

.catNameActive {
 color: #FFD700;
}

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

.cats-box .uMenuItemA {
 background: rgba(255, 215, 0, 0.85);
 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;
 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: #FFD700;
 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: #FFD700;
 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;
 
}

.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: 300px;
 margin-left: 20px; 
}



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



.right-side .block {
 background: #30373C;
 border: 1px solid #DCDCDC;
 margin-bottom: 10px;
 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);
}


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

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



.right-side .blocktitle {
 font-family: 'Open Sans', Arial;
 
 margin-bottom: 0px;
 text-align: left;
 font-weight: 700;
 font-size: 14px;
 background-color: #B8860B;
 margin-left: -5px;
 margin-right: -5px;
 padding: 2px;
 color: #30373C;
 border-bottom: 1px solid #313131;
}

#content {
 overflow: hidden;
 margin: 0 auto; 
 position: relative;
 text-align: left;
}

#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;
}

.com-order-block {
 background: #E0E7EB;
 border: 1px solid #D0DBE1;
 padding: 8px;
 -webkit-border-radius: 2px 2px 2px 2px;
 border-radius: 2px 2px 2px 2px;
}

.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 #B8860B; 
}

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

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('/rapnews/img/header.jpg');
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/rapnews/img/header.jpg');
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/rapnews/img/header.jpg');
 background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/rapnews/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: #FFD700;
}

.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;
 
 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);
}

#foot-info .inside {
 display: -moz-flex;
 display: -webkit-flex;
 display: -ms-flex;
 display: flex;
 max-width: 1150px;
 font-family: 'PT Sans', Verdana, sans-serif;
}

.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;
}


.header-bg, .bg-footer {
 padding: 0.4em 0 0 0;
 color: #fff;
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/rapnews/img/header.jpg');
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/rapnews/img/header.jpg');
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/rapnews/img/header.jpg');
 background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/rapnews/img/header.jpg');
 background-position: center center;
 background-repeat: no-repeat; 
 background-size: cover;

}

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

footer {
 font-size: 12px;
}

.copyright { 
 min-height: 60px;
 overflow: hidden;
}

.copyright .float_left,
.copyright .float_right {
 padding: 20px 0;
}

.pagination,.catPages1,.catPages2,.pagesBlockuz1,.pagesBlockuz2,.plist {
 
 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: #FFD700;
 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: #FFD700;
 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 {
  
 height: 300px;
 width: 200px;
 
 margin-bottom: 70px; 
 position: relative;
}

.ib2 {
 margin-right: 35px;
}

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

.img-box img {
 height: 280px;
 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: -36px;
 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;
 
 -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: 280px;
 width: 200px;
 left: 0;
 top: 0;
 webkit-transition: 0.5s;
 position: absolute;
 
 -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: 135px;
 margin-left: -45px;
 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-title2 {
  color: #FFFFFF;
 text-align: center;
 font-size: 1.5rem;
 font-family: 'Open Sans', Arial;
 font-weight: 500;
 text-transform: uppercase;
 margin-bottom: 5px; 
}

.make-title2 {color: ##FFD700;}

.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;
 
 font-size: 14px;
 font-weight: 600;
 overflow: hidden;
 padding-top: 8px;
 width: 200px;
 height: 50px;
 text-align: center;
}

.janr_poster {
 color: #707070;
 font-family: 'Open Sans', Arial;
 
 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: 13px;
 font-family: 'PT Sans', Verdana, sans-serif;
 width: auto;
 position: absolute;
 z-index: 2;
 right: 5px;
 top: 249px;
 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(255, 215, 0, 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;
 
 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 20px;
}

.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 {
 margin-top: 20px;
 border-bottom: 1px solid #E6E6E6;
}

.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 {
 
 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;
}

.eText iframe {width: 800px;height:380px;margin-bottom:5px;border-radius:4px;}
.eText img {width: 800px;margin-bottom:5px;}
.eText a {color: #09C;}
.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;
 
 font-size: 36px;
 line-height: 40px;
 margin: 0 0 8px 0;
}

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

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

.slidetext p {
 color: #655546;
 
 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: #FFD700;
}

.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("/rapnews/img/last-comm-img2.jpg") 0 2px no-repeat scroll transparent;
}

.last-comm .cBlock2 {
 background: url("/rapnews/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 {
 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; 
 height: 280px;
 width: 200px;
 
 border-radius: 3px; 
}

.poster_image img {
 height: 100%;
 width: 100%;
 border-radius: 3px;
}

.reliz_rating {
 margin-top: 15px;
 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;
}

.date_info {
 width: 200px;
 text-align: center;
 padding: 5px;
 border: 1px solid #7BC8FF;
 border-radius: 4px;
 background: rgb(207, 235, 255);
 color: #58B8FD;
 margin-top: 10px;
 font-size: 13px;
}

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

.more_inf {
 margin-top: 10px;
 font-size: 13px;
 width: 170px;
 margin-left: 20px;
}

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

.game_name {
 margin-bottom:5px;

 font-size:20px;
 font-weight:600;
 font-family: 'Open Sans', Arial;
}

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

.player {
 background: #000;
}

.tor-link {
 text-align: center;
 width: 200px;
}

.tor-link a {
 background: #eb5763;
 color:#fff;
 border-radius: 2px;
 webkit-border-radius: 2px;
 
 font-weight: 400;
 height: 35px;
 line-height: 35px;
 margin: 1rem 0;
 font-size: 13px;
}

.tor-link a:hover {
 background: #48B976;
}

.screens {
 width: 100%;
 margin: 10px auto;
 display: table;
}

.trailer_game {
 margin-left: 8px;
 border: 5px solid #45484d;
}

.screen-img {
 float: left;
 height: 100px;
 overflow: hidden;
 width: 31%;
 margin: 1%;
 border: 5px solid #45484d; 
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
 box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.screens img {
 width: 100%; 
 border-radius: 0px;
}

.screens img:hover {
 opacity: 0.8; 
}

.eTag {
 border-radius: 2px;
 display: inline-block;
 font-size: 13px;
 letter-spacing: 2px;
 margin: 5px; 
 padding: 2px 10px;
 background: #eb5763;
 color: #fff; 
}

.eTag:hover {
 opacity: 0.8;
 color: #fff; 
}

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

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

.gl-title-rel {
 background: #FFD700;
 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: #FFD700;
}

#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("/rapnews/img/archive.png") 0 50% no-repeat scroll transparent;
 padding: 3px 0 4px 14px;
 padding-left: 22px;
 
}

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

.uc-avatar2 {
 float: left;
 width: 32px;
 height: 32px;
 border-radius: 50%;
 border: 2px solid #2C7DB5;
 margin-right: 5px;
 margin-top: 3px;
}


.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;
 
 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;
}

}

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

.style1, .style3, .style2, .style4 {
 
 padding: 10px;
}

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

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



.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"] {
 display: inline-flex;
 float: left;
 position: relative;
}

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

.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;
 
 float: right;
 margin: 20px 0;
}

.entDots,
.entryReadAll {
 display: none;
}


#moonwalkPlayer, #trailerDiv {
 background-image: url('/rapnews/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:300px;
overflow: hidden;
padding: 8px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.mmarg {margin-left: -8px;}

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

.last-comm:hover {
background: rgba(255,255,255, 0.1) !important;
}



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


.last-comm .cBlock2 {
background: url("/rapnews/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;
}

.myWinCont input[type=text], .myWinCont input[type=password] {background:#fff!important;border:1px solid #ececec!important;font-size:11px!important;font-family:tahoma!important;color:#535353!important;border-radius:2px!important;padding:5px 8px!important;outline:none!important;box-shadow:none!important;} 
.myWinCont textarea {box-shadow:none!important;} 
.x-sh .xstl{padding-top:6px; background:none!important;} 
.x-sh .xsml{background:none!important;} 
.x-sh .xstr{padding-top:6px; background:none!important;} 
.x-sh .xsmr{background:none!important;} 
.x-sh .xsbl{padding-left:6px;background:none!important;} 
.x-sh .xsbc{background:none!important;} 
.x-sh .xsbr{padding-right:6px;background:none!important;} 
.xt {background:none!important; margin-left:5px!important; margin-top:1px!important; width:25px!important; height:20px!important;} 
.xt-close{background:url('http://yraaa.ru/_pu/21/12848835.png') no-repeat!important; margin:1px 0 0 0px!important;} 
.xt-close-over{background:url('http://yraaa.ru/_pu/21/12848835.png') no-repeat!important;} 
.xt-mini{background-position:0 -15px!important;} 
.xt-mini-over{background-position:-15px -15px!important;} 
.xt-maxi{background-position:0 -30px!important;} 
.xt-maxi-over{background-position:-15px -30px!important;} 
.xt-rest{background-position:0 -45px!important;} 
.xt-rest-over{background-position:-15px -45px!important;} 
.xw-tl {background:#fff!important; border-bottom:1px solid #6f9bc0!important; padding-left:5px!important; -webkit-border-radius: 2px 0px 0px 0px; -moz-border-radius: 2px 0px 0px 0px; border-radius: 2px 0px 0px 0px;} 
.xw-tc {background:none!important; padding:6px 10px 0px 10px!important;} 
.xw-tr {background:none!important; padding-right:5px!important; -webkit-border-radius: 0px 2px 0px 0px; -moz-border-radius: 0px 2px 0px 0px; border-radius: 0px 2px 0px 0px;} 
.xw-ml {background:#fff!important; padding-left:5px!important; color:#656565!important;} 
.xw-mr {background: none !important; padding-right:5px!important;} 
.xw-bl {background:#fff!important; padding-left:5px!important; -webkit-border-radius: 0px 0px 0px 2px; -moz-border-radius: 0px 0px 0px 2px; border-radius: 0px 0px 0px 2px;} 
.xw-br {background:#fff!important;padding-right:5px!important; -webkit-border-radius: 0px 0px 2px 0px; -moz-border-radius: 0px 0px 2px 0px; border-radius: 0px 0px 2px 0px;} 
.xw-bc {background:#fff!important; height:5px!important;} 
.xw-hdr-text {padding:0px!important;} 
.xw-hdr-text {font-size: 11px;font-weight: 700; font-family: tahoma!important; color:#656565!important; line-height: 15px!important; vertical-align:2px!important;} 
.xw-plain .xw-mc {border-radius:2px!important; border: none!important; padding:0!important; margin:0!important; font: 11px tahoma!important; color:#656565!important; background:#fff!important;} 
.xw-body, .myWinCont {padding:0!important; margin:0!important; color:#656565!important;} 
.xw-plain .xw-body{padding: 0!important; border: none!important;} 
.xw-plain {box-shadow:0 0 6px #cecece;} 
.xw-blank {background:#fff!important;} 
.myWinTD1 {background:none!important;}
.myWinCont fieldset {border: 1px solid #EAEAEA !important;}
.myWinCont legend {color: #AFAFAF !important;}
.myWinCont label {margin-left: 5px !important;}
.myWinCont input[type='checkbox'], .myWinCont input[type='radio'] {margin: 1px 2px 5px 1px !important;}
.myBtnCenter {
 height: 19px !important;
 border: 1px solid #C7C7C7 !important;
 background: #F0F3F5 !important;
 padding: 3px 1px 1px 1px !important;}
 
 
 #slideout {
  position: fixed;
  top: 40px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout_inner {
  position: fixed;
  top: 40px;
  left: -250px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  left: 250px;
}
#slideout:hover #slideout_inner {
  left: 0;
}



.search {background: rgba(255, 255, 255, 0.03);  border-radius: 15px 15px 15px 15px; border: 2px solid rgba(255, 255, 255, 0.3); width: 200px; height: 41px; margin-top: 4px;margin-right: 4px;}  
.search input.query-field {background: transparent; border: 0 none; width: 176px; height: 39px; padding: 0 0 0 27px; color: #fff; float: left;}  
.search input.query-search {background: url('/rapnews/img/search-button.png') no-repeat; border: 0 none; width: 15px; height: 13px; margin: 14px 20px 0 0; padding: 0; cursor: pointer; float: right;}  
.searchinfo {display: -webkit-inline-box; margin-left: 140px; margin-top: 4px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.17); padding: 12px 0 9px 12px; width: 30px;}  
.right { float: right; }  

#poisk2 a:hover {background: #A3C2DC;}  
#poisk2 a:last-child {border-bottom: 0px solid;}  

#poisk2 { 
 border: 3px solid #eee; 
 position: absolute; 
 margin-left: 0px; 
 margin-top: 50px; display: none; 
 font-weight: bold; 
 width: 430px; 
 box-shadow: 3px 3px 3px #000, inset 3px 3px 3px rgba(0,0,0,0.9); 
 z-index: 100;
}  

#poisk2::after { 
 border-bottom: 8px solid transparent; 
 border-left: 0px solid transparent;
 border-right: 8px solid #eee; 
 border-top: 8px solid transparent;
 content: "";
 left: 20px;
 position: absolute;
 top: -15px;
 transform: rotate(90deg);
 writing-mode: tb-rl;
}  

#poisk2 span { color:#444 !important; background: #EEE; display: block; padding: 8px;}  
#poisk2 input { background: #263742 !important; color: #fff !important; font-weight:bold; border: 0px !important; cursor:pointer; border-radius:0 !important; padding: 2px !important; height: 30px; width: 100% !important; margin: 0px;}  
#poisk2 input:hover {background: #315974 !important;}  
#poisk2 a { border-bottom: 1px solid #DCDCDC; color:#000 !important; font-weight:bold; text-decoration:none; white-space: normal; background: #EEE; display:block; padding: 5px; height: auto;}