/*
Theme Name: Goblin
Version: 2.0
*/

/* Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section, time {
    display: block;
}

a {
    text-decoration: none;
    color: #fff;
	text-decoration: underline;
}

a:hover {
    color: #ddd;
}

.clearfix {
    clear: both;
}

html {
    font-size: 62.5%;
    color: #d4d4d4;
}

body {
    font-family: Tahoma;
    text-align: justify;
    font-weight: normal;
    color: #a5a5a5;
    background-color: #000;
    position: inherit !important;
}

body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Colors */
.bg-code {
    background: #d1334e;
}

.color_nor-code {
    color: #d00;
}

.bg-design {
    background: #e25a37;
}

.color-design:hover, .color_nor-design {
    color: #e25a37;
}

.bg-responsive {
    background: #e2af37;
}

.color-responsive:hover, .color_nor-responsive {
    color: #e2af37;
}

.bg-web {
    background: #64c831;
}

.color-web:hover, .color_nor-web {
    color: #64c831;
}

.bg-wordpress {
    background: #2f83c0;
}

.color-wordpress:hover, .color_nor-wordpress {
    color: #2f83c0;
}

.color-stuff:hover, .color_nor-stuff {
    color: #6b2fc0;
}

h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Header */
img {
    max-width: 100%;
    height: auto;
}

img.seo-img-left {
    float: left;
    margin: 0 10px 10px 0;
}

#searchform .searchbutton,
#content article,
#topside .pages a,
#respond #submit {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

header.header {
    display: block;
    color: #fff;
    position: relative;
    background-color: #181818;
}

.header__center {
    width: 1000px;
    margin: 0 auto;
}

header.header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header.header .fa-bars {
    display: none;
}

#logo {
	width: 164px;
    display: block;
    position: relative;
    padding: 2px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    transition: 0.2s;
}

.fix-height {
    height: 40px;
    width: 100%;
}

.humburger-mob-wrap {
    cursor: pointer;
    width: 56px;
    height: 38px;
    position: absolute;
    right: 5%;
    top: 0px;
    display: none;
}

.humburger-mob {
    background-color: #fff;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 17px;
    border-radius: 5px;
}

.humburger-mob:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 4px;
    border-radius: 5px;
}

.humburger-mob:after {
	content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 4px;
    border-radius: 5px;
}

header nav a .read {
    float: right;
    width: 0;
    height: 5rem;
    overflow: hidden;
    line-height: normal;
    padding: 0px 3%;
    margin-right: -3%;
    font-size: 1.2rem;
    display: block;
    background: #d00;
}

/* Content */
#content {
    position: relative;
    background-color: #181818;
}

#content.content-mob {
    margin-top: 36px;
}

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .article-footer-wrap-border h1,
#content .article-footer-wrap-border h2.main-title-h2 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0 5px 10px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #000;
    font-weight: bold;
    color: #CCCCCC;
    margin-bottom: 0;
}

#content h1:first-letter,
#content h2.main-title-h2:first-letter {
    color: #FF0000;
}

#content h1:before,
#content h2.main-title-h2:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.category-description-box h1,
.category-description-box h2 {
    text-align: left;
    padding: 0 0 10px 0;
    border: none;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin: 0;
    color: #d4d4d4;
}

.category-description-box h1:first-letter,
.category-description-box h2:first-letter {
    color: #FF0000;
}

.category-description-box h1:before {
    border-bottom: none;
}

.category-description-box p {    
	font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
}

.category-description-box p:last-child {
    margin-bottom: 0;
}

.article-footer-wrap {
    width: 714px;
    float: left;
    background-color: #181818;
    min-height: 550px;
    border-right: 1px solid #333333;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article-footer-wrap-border {
    border-right: 1px solid #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content article {
    width: 100%;
    float: left;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 2rem 0 0 0;
    border-bottom: 1px solid #000;
    position: relative;
    padding: 10px 0;
}

#content article:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
}

#content article .post_icon {
    width: 27%;
    height: 9rem;
    background-repeat: no-repeat;
    background-position: center 5px;
    float: left;
    overflow: hidden;
}

#content article .post_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
}

a.link-poster img {
    display: block;
    margin: 0 auto;
    max-width: inherit;
    width: 200px;
    height: 300px;
}

#content article .post_content a {
    font-size: 18px;
    font-family: Verdana;
    text-transform: uppercase;
    text-align: left;
    color: #B2B3B4;
}

#content article .post_content a:hover {
    color: #fff;
}

#content article .post_content .excerpt {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1rem;
}

#content article .post_content .excerpt.format p {
    font-size: 1.6rem;
}

#content article .post_content .excerpt p {
    color: #fff;
}

#content article .post_content .excerpt.chat_type p {
    color: #fff;
    line-height: 3.2rem
}

#content article .post_content .excerpt.chat_type p:hover {
    color: rgba(255, 255, 255, 0.9);
}

#content article .post_content .excerpt.chat_type br {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
}

#content article .post_content .short_excerpt {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 29px;
}

#content article .post_content .post_date {
    font-size: 1.4rem;
    font-weight: 300;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#content article .img {
    width: 100%;
    height: 19rem;
    overflow: hidden;
    margin-top: -2rem;
    margin-bottom: 1rem;
    position: relative;
}

#content article .img img {
    width: 100%;
    position: absolute;
}

.bx-pager,
.bx-controls-auto {
    display: none;
}

#content article .img iframe {
    width: 100%;
    margin-top: -4rem;
}

.navigation {
    background: #bdc3c7;
    padding: 0;
}

.nav-previous,
.nav-next {
    width: 45%;
    float: left;
    height: 3rem;
    padding-bottom: 2rem;
}

.nav-previous a,
.nav-next a {
    height: 3rem;
    line-height: 3rem;
    color: #2c3e50;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #7f8c8d;
}

.nav-previous {
    padding-left: 5%;
}

.nav-next {
    padding-right: 5%;
}

.nav-next a {
    text-align: right;
}

#content p {
    font-size: 16px;
    line-height: 25px;
}

#searchform {
    width: 29%;
    height: 4.6rem;
    border: 1px solid #5e5b53;
    float: left;
}

#searchform .searchtext {
    width: 77%;
    height: 4.6rem;
    float: left;
    padding: 0px 4%;
    line-height: 4.6rem;
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
}

#searchform .searchbutton {
    width: 14%;
    height: 4.6rem;
    background: url(images/searchicon.png) no-repeat center center;
}

#searchform input {
    background: transparent;
}

#searchform .searchbutton:hover {
    cursor: pointer;
}

#topside .pages {
    width: 100%;
    height: 4.6rem;
    /*border-bottom: 1px solid #333330;*/
    float: left;
    margin-top: 1px;
}

#topside .pages ul {
    list-style: none;
}

#topside .pages ul li {
    float: left;
    list-style: none;
    margin-bottom: -1px;
    display: block;
    position: relative;
}

#topside .pages li ul {
    width: 14rem;
    position: absolute;
    display: none;
    top: 4.7rem;
    background: rgba(0, 0, 0, 0.98);
}

#topside .pages li ul li {
    display: block;
    height: auto !important;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
}

#topside .pages li ul li ul {
    top: 0;
    left: 14rem;
}

#topside .pages li:last-child,
#topside .pages li:hover:last-child {
    border: none;
}

#topside .pages li li a {
    padding: 0;
    line-height: 2.6rem;
}

#topside .pages li a:hover {
    color: #fff;
}

#topside .pages li:hover > ul {
    display: block;
}

#topside .pages ul a {
    line-height: 4.6rem;
    color: #929291;
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    padding: 0 15px;
    width: 100%;
}

#topside .pages li:hover {
    border-bottom: 1px solid #5e5b53;
    color: #fff;
    margin-bottom: -2px;
}

#topside h1 {
    font-family: Verdana;
    font-size: 3rem;
    font-weight: 300;
    line-height: 5rem;
    color: #fff;
    position: relative;
    padding-left: 10px;
    background-color: #202020;
    text-transform: uppercase;
}

#topside h1 span {
    font-size: 1.2rem;
    font-style: italic;
    float: right;
    padding-right: 5%;
}

#topside h1.insidepost {
    padding-left: 10px;
    background-color: #202020;
    color: #fff601;
}

footer {
    width: 100%;
    color: #5e5b53;
    font-weight: 300;
    font-size: 14px;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #353535;
}

.the_meta__wrap {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 10px 221px;
}

.the_meta__wrap ul {
    margin: 5px 0;
}

.the_meta__wrap ul li {
    list-style: none;
    margin: 0;
    color: #DADADA;
    font-size: 15px;
    padding: 10px 10px;
    box-sizing: border-box;
    line-height: 18px;
}

.the_meta__wrap ul li:nth-child(odd) {
    background: #2B2B2B;
    min-height: 20px;
    padding: 8px 10px;
}

.the_meta__wrap ul li span {
    color: #A5A5A5;
    font-weight: bold;
}

.post {
    float: right;
    font-size: 1.6rem;
    background: #222222;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post .post_img {
    max-width: 20rem;
    height: auto;
    float: left;
    margin: 0 10px 2px 0;
}

.post .post_img img {
    max-width: 100%;
    width: 200px;
    height: 300px;
}

.post .gallery-item {
    width: 150px;
    height: auto;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    float: left;
}

.post h1 {
    font-size: 2.8rem;
}

.post h3 {
    font-size: 2rem;
}

.post h4 {
    font-size: 1.6rem;
}

.post h5 {
    font-size: 1.4rem;
}

.post h6 {
    font-size: 1.2rem;
}

.post strong {
    color: #FFA500;
}

.post blockquote {
    width: 96%;
    padding: 2%;
    background: #333;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    border-top-left-radius: 0;
    font-style: italic;
}

.post blockquote p {
    margin-bottom: 0px !important;
}

.post cite {
    font-size: 1.2rem;
}

.post cite:before {
    content: "\A";
    white-space: pre;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
}

.bypostauthor {
}

.tags {
    width: 98%;
    padding: 1%;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
}

.tags a {
    margin-right: 0.4rem;
}

.insidepost_date {
    width: 100%;
    font-size: 1.4rem;
}

/* Comments */
#comments {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 20px 20px 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#comments .children {
    width: 90%;
    float: right;
}

#respond {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #fff;
}

#respond p {
    margin-bottom: 0.5rem;
}

#respond p.form-allowed-tags {
    font-size: 1.1rem !important;
    font-style: italic;
}

#respond label {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    display: block;
}

#respond input, #respond textarea {
    padding: 1rem;
    border: 1px solid #333330;
    background: transparent;
    width: 100%;
    margin-bottom: 2rem;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#respond input:focus, #respond textarea:focus {
    border: 1px solid #474743;
}

#respond textarea {
    height: 6rem;
}

#respond #submit {
    color: #fff;
    float: left;
    width: 19rem;
    background: #333330;
    display: block;
}

.comment .reply {
    width: 8rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.2);
}

.comment .reply span {
    display: none;
}

.comment .reply a {
    width: 100%;
    display: block;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.3rem;
}

#respond #submit:hover {
    background: #212121;
    cursor: pointer;
}

#comments .commenttitle,
.comment-reply-title {
    width: 100%;
    font-size: 2.8rem;
    height: 4rem;
    font-weight: 200;
    overflow: hidden;
    margin-bottom: 2rem;
}

#wpdcom .wpd-thread-head .wpd-thread-info {
    color: #e4caca;
}

#comments .comment {
    width: 100%;
    height: auto;
    background: #333330;
    padding: 3%;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

#comments .comment .comment-awaiting-moderation {
    position: absolute;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 2rem 0;
    border-radius: 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

#comments .comment .avatar {
    width: 10rem;
    height: 10rem;
    float: left;
    border-radius: 10rem;
    overflow: hidden;
}

#comments .comment .avatar img {
    width: 110% !important;
    height: auto !important;
}

#comments .comment .comm_content {
    font-size: 15px;
    width: 70%;
    height: auto;
    float: left;
    margin-left: 4rem;
    font-weight: 200;
    font-style: italic;
}

#comments .comment .comm_content b {
    font-weight: 600;
}

#comments .comment:nth-child(2n) {
    background: #262626;
}

.sidebar-desktop {
    float: right;
    width: 286px;
    background: #2d2828;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.sidebar-desktop:after {
    content: "";
    display: table;
    clear: both;
}

nav.nav {
    width: 100%;
    position: relative;
    background: #111111;
    padding: 3px;
    box-sizing: border-box;
}

nav.nav.mb {
    margin-bottom: -42px;
}

nav.nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

nav.nav a {
    display: block;
    width: 20%;
    margin-left: 0;
    background-color: #181818;
    color: #e8e8e8;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    box-sizing: border-box;
    padding: 8px 0;
    border: 1px dotted #383838;    
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

nav.nav ul li {
    list-style: none;
}

nav.nav a:hover {
	background-color: #333;
    color: #ffac63;
}

.site-title {
    color: #ccc;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin: 0 0 0 10px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000;
}

.site-description {
    position: relative;
    font-size: 11px;
    background: #ddd;
    width: 150px;
    color: #FF0000;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    float: left;
    padding: 2px 0;
    text-align: center;
    line-height: 10px;
    border: 1px solid #ccc;
}

.tags a {
    padding: 2px 1px;
    border-radius: 3px;
    color: #ccc;
    float: left;
    display: block;
}

.tags a:hover {
    color: #fff;
}

.cat-name-box {
    margin-bottom: 5px;
    text-align: left;
    clear: both;
}

.cat-name-box:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.post_content .cat-name-box a,
.insidepost_date a {
    display: block;
    font-size: 12px;
    background: #222222;
    padding: 2px 5px;
    color: #AAAAAA;
    line-height: normal;
    border: 1px solid #333333;
    float: left;
    text-decoration: none;
}

.cat-name-box a:hover,
.insidepost_date a:hover {
    background: #353535;
    color: #ddd;
}

.insidepost_date p {
    padding: 5px;
}

.insidepost_date p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search-head-box {
    float: right;
    margin: 8px 0 0 0;
    width: 220px;
    position: relative;
}

.search-head-box:after {
    content: "";
    display: table;
    clear: both;
}

.search-head-box form input.searchtext {
    padding: 5px 5px;
}

.search-head-box form input.searchbutton {
    padding: 5px;
    color: #fff;
    font-weight: bold;
    background: #757373;
    cursor: pointer;
}

.fade {
    display: none;
}

.tab-pane.active {
    display: block;
}

ul.nav-tabs-box {
    margin: 0;
}

ul.nav-tabs-box li {
    background: #303030;
    margin: 1px;
    border-radius: 4px 4px 0 0;
    list-style: none;
    float: left;
    line-height: 20px;
}

ul.nav-tabs-box li a {
    color: #d00;
    font-size: 15px;
    padding: 10px 8px;
    display: block;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a.nav-tabs-button.active {
    color: #fff;
}

ul.film-info {
    list-style: none;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    clear: both;
}

ul.film-info li {
    color: #B1D490;
    margin: 0;
}

ul.film-info li span {
    color: #DE3333;
}

.post em {
    color: #d00;
}

.metrika-box {
    float: right;
    margin: 7px -11px 0 0;
}

a.link-poster {
    display: block;
    float: left;
    margin: 0 20px 20px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 10;
}

a.link-poster:hover {
    opacity: 0.7;
}

.content-wrap {
    clear: both;
}

a.view-post {
    font-family: Verdana;
	text-align: center !important;
    text-decoration: none;
    border: 2px solid #B2B3B4;
    background: #242424;
    color: #B2B3B4;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 14px;
    padding: 5px 20px;
    margin: 0 0 10px 0;
    outline: none;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    clear: both;
    display: block;
    width: 160px;
}

div#content article.bg-stuff .post_content a.view-post:hover {
    background: #404040;
    border-color: #B2B3B4;
    color: #fff;
}

.paginate-box {
    clear: both;
    padding: 20px 19px;
}

a.page-numbers {
    background: #222222;
    padding: 7px 12px 8px;
    font-size: 12px;
    color: #AAAAAA;
    border: 1px solid #B2B3B4;    
	text-decoration: none;
}

span.page-numbers.current {
    padding: 7px 12px 8px;
    font-size: 12px;
	background: #353535;
    color: #ddd;
    border: 1px solid #636363;
}

a.page-numbers:hover {
	background: #353535;
    color: #ddd;
}

.back-wrap {
    width: 1000px;
    margin: 40px auto 0;
    position: relative;
}

div#content .post p {
    background: #2B2B2B;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 24px;
}

.back-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*body:before {
    content: '';
    width: 100%;
    height: 457px;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url(images/tail-top.png);
}*/
.search-head-box i.fa.fa-search {
    color: #999;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 20px;
    z-index: 2;
}

cite.fn {
    color: #FFF601;
    font-style: normal;
    font-weight: bold;
}

b time {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #ccc;
}

.vk-group-box {
    margin: -12px 0 0 0;
}

.scroll-up {
    width: 30px;
    height: 20px;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 36px;
    background: url(images/arrow-up.png) -1px 0px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #FFF601;
    border-radius: 50%;
    padding: 8px 3px;
    z-index: 1;
}

.scroll-up:hover {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.tags i {
    color: #FFF601;
}

.curr-cat-film-rec a {
    background-color: #222;
    width: 136.8px;
    height: 237px;
    font-size: 13px;
    position: relative;
    color: #fad8d8;
    overflow: hidden;
    text-align: center;
    margin: 0 3px;
    padding: 5px 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    text-decoration: none;
}

.curr-cat-film-rec {
    padding: 0;
    margin: 0;
}

ul.curr-cat-film-rec {
    background: #181818;
    padding: 5px 2px 3px;
    text-align: center;
}

.curr-cat-film-rec a:hover {
    background: #353535;
    color: #ddd;
}

h3.curr-cat-film-rec-title {
    padding: 5px 0 15px;
    font-size: 20px;
    text-align: center;
}

.curr-cat-film-rec.curr-cat-film-rec-head {
    background: #181818;
    clear: both;
    padding: 5px 0 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.curr-cat-film-rec.curr-cat-film-rec-head:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.curr-cat-film-rec-head-box {
    overflow: hidden;
    position: relative;
}

button.prev-btn,
button.next-btn {
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 26px;
    width: 20px;
    z-index: 1;
    background: transparent;
    border: none;
    cursor: pointer;
}

button.next-btn {
    right: 12px;
}

button.prev-btn {
    left: 0;
}

button.next-btn i,
button.prev-btn i {
    color: #FFF601;
    font-size: 27px;
}

div#logo i {
    position: absolute;
    left: 16px;
    top: 24px;
    font-size: 54px;
    color: #FFF601;
}

.category-description-box {
    padding: 10px;
    position: relative;
    clear: both;
    background: #181818;
    border-top: 1px solid #333;
}

.category-description-box:before {
	content: "";
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    top: -2px;
    left: 0;
}

.category-description-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.curr-cat-film-rec.curr-cat-film-rec-head a img {
    outline: none;
    display: block;
}

ul.curr-cat-film-rec li {
    list-style: none;
	display: inline-block;
}

ul.curr-cat-film-rec li a {
    background: #222222;
}

ul.curr-cat-film-rec li a h4 {
    font-size: 11px;
    font-weight: normal;
    color: #aaa;
}

.tags a:before {
    content: "\f02b";
    color: #ccc;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 3px 0 0;
}

.clear {
    clear: both;
}

.social-vk-btn ul {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    text-indent: 0;
    padding: 0;
    word-spacing: 0;
    font-size: 11px;
}

.social-vk-btn ul li {
    list-style: none;
    color: #a8a8a8;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 8px;
    text-indent: 0;
    padding: 0;
    word-spacing: 0;
    font-size: 11px;
}

.social-vk-btn ul li:nth-child(3) {
    width: 100px;
    overflow: hidden;
}

.social-vk-btn ul li:nth-child(4) {
    width: 80px;
    overflow: hidden;
}

.social-vk-btn ul li:nth-child(5) {
    width: 104px;
    margin-right: 0;
    overflow: hidden;
}

.content-wrap ul#myTab {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.content-wrap ul#myTab li:after {
    display: none;
}

ul#myTab:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content-wrap ul#myTab li {
    width: inherit;
    padding: 0;
    float: left;
    list-style: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #585858;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
}

.content-wrap ul#myTab li {
    width: inherit;
    padding: 0;
    float: left;
    list-style: none;
    border-top: 1px solid #585858;
    border-right: 1px solid #585858;
    border-bottom: 1px solid #585858;
	border-left: none;
    background: #585858;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
}

.content-wrap ul#myTab li:first-child {
    border-left: 1px solid #585858;
}

.content-wrap ul#myTab li a.nav-tabs-button {
    text-decoration: none;
    display: block;
    padding: 8px;
    font-size: 13px;
    background: #353535;
}

ul#myTab li a.nav-tabs-button.active {
    background: #585858;
    color: #fff;
}

.envira-gallery-wrap {
    margin: 15px auto 0 auto !important;
}

.envira-gallery-wrap .envira-gallery-public {
    margin: 15px auto 0 auto !important;
}

.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner {
    opacity: 0.8;
    transition: 0.1s;
}

.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner:hover {
    opacity: 1;
}

.content-wrap ul {
    clear: both;
    padding: 0 0 5px 15px;
    margin: 0 0 5px 0;
    border: 1px solid #5E5B53;
    background: #444444;
}

.content-wrap ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content-wrap ul li:first-child {
    width: 100%;
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
}

.content-wrap ul li:first-child em {
    list-style: none;
    font-style: normal;
    color: #ccaeae;
    font-weight: bold;
    font-size: 14px;
}

.content-wrap ul li a {
    text-decoration: underline;
    color: #DDDDDD;
    font-size: 14px;
}

.content-wrap ul li a:hover {
    color: #fff;
}

/*
.content-wrap ul li:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 7px;
    height: 14px;
    width: 1px;
    background: #ccc;
}
*/

.content-wrap ul li:last-child:after,
.content-wrap ul li:first-child:after {
    display: none;
}

.content-wrap ul li {
    list-style: none;
    padding-right: 15px;
    position: relative;
}

table.my-table tr td,
table.my-table tr th {
    border: 1px solid;
    padding: 0 5px;
    color: #fff;
}

table.my-table {
    background: #2F2F2F;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-collapse: collapse;
}

h3.widget-title.widget-title-nav {
    margin-bottom: 6px;
}

.envira-gallery-wrap {
    width: 100%;
    margin: 0 auto 0 auto !important;
}

.vk-widget-left-col {
    overflow: hidden;
}

.content-wrap ul#myTab li:first-child {
    font-weight: normal;
}

footer span.alignleft {
    margin: 0;
    color: #999;
}

a.post-edit-link {
    display: block;
    clear: both;
    padding: 10px 0;
}

#content article .post_content h2:first-letter {
    color: #FF0000;
}

ul.film-rec-bottom {
    text-align: center;
}

li.film-rec-bottom-item {
    position: relative;
    width: 23%;
    height: 215px;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0.5%;
    border: 2px solid #26323D;
}

h4.film-rec-bottom-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    margin: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 15px;
}



/* SHARE */
#share {
    width:100%;
    margin: 0 auto;
    text-align:center;
}

.like {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}

.social-likes__button {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding: 1px 6px 1px 6px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -webkit-transition: border .1s ease-in-out,color .2s ease-in-out;
    -moz-transition: border .1s ease-in-out,color .2s ease-in-out;
    -ms-transition: border .1s ease-in-out,color .2s ease-in-out;
    -o-transition: border .1s ease-in-out,color .2s ease-in-out;
    transition: border .1s ease-in-out,color .2s ease-in-out;
    cursor: pointer;
    user-select: none;

    display: inline-block;
    margin-left: 2px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    outline: 0;

    margin-bottom: 4px;
}

.facebook {
    padding-left: 8px;
    background: #eceef5;
    background: -webkit-linear-gradient(top, #fff, #d8def4);
    background: -moz-linear-gradient(top, #fff, #d8def4);
    background: -ms-linear-gradient(top, #fff, #d8def4);
    background: -o-linear-gradient(top, #fff, #d8def4);
    background: linear-gradient(top, #fff, #d8def4);
    color: #3b5998;
    border-color: #cad4e7;
    border-color: rgba(202,212,231,0.8);
    border-bottom-color: rgba(189,194,203,0.8);
}
.facebook:hover {
    background: #c0cdf3;
    background: -webkit-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: -moz-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: -ms-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: -o-linear-gradient(top, #f2f3f7, #c0cdf3);
    background: linear-gradient(top, #f2f3f7, #c0cdf3);
    color: #253860;
    border-color: #b4bfd4;
    border-bottom-color: #b3b7bf;
}
.google {
    padding-left: 7px;
    background: #004584;
    background: -webkit-linear-gradient(top, #5d90ba, #004584);
    background: -moz-linear-gradient(top, #5d90ba, #004584);
    background: -ms-linear-gradient(top, #5d90ba, #004584);
    background: -o-linear-gradient(top, #5d90ba, #004584);
    background: linear-gradient(top, #5d90ba, #004584);
    color: #fff;
    color: rgba(255,255,255,0.95);
    border-color: #1e65a5;
    border-color: rgba(11,84,153,0.8);
    border-bottom-color: rgba(3,27,48,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.google:hover {
    background: #001e5d;
    background: -webkit-linear-gradient(top, #618cae, #001e5d);
    background: -moz-linear-gradient(top, #618cae, #001e5d);
    background: -ms-linear-gradient(top, #618cae, #001e5d);
    background: -o-linear-gradient(top, #618cae, #001e5d);
    background: linear-gradient(top, #618cae, #001e5d);
    color: #fff;
    color: rgba(255,255,255,0.99);
    border-color: #094984;
    border-bottom-color: #031b30;
}
.twitter {
    padding-left: 7px;
    background: #d5e6ef;
    background: -webkit-linear-gradient(top, #fff, #d5e6ef);
    background: -moz-linear-gradient(top, #fff, #d5e6ef);
    background: -ms-linear-gradient(top, #fff, #d5e6ef);
    background: -o-linear-gradient(top, #fff, #d5e6ef);
    background: linear-gradient(top, #fff, #d5e6ef);
    color: #186487;
    border-color: #a4cce5;
    border-color: rgba(164,204,229,0.8);
    border-bottom-color: rgba(158,186,204,0.8);
}
.twitter:hover {
    background: #bfdfed;
    background: -webkit-linear-gradient(top, #f2f8fc, #bfdfed);
    background: -moz-linear-gradient(top, #f2f8fc, #bfdfed);
    background: -ms-linear-gradient(top, #f2f8fc, #bfdfed);
    background: -o-linear-gradient(top, #f2f8fc, #bfdfed);
    background: linear-gradient(top, #f2f8fc, #bfdfed);
    color: #0b3752;
    border-color: #9cbbcf;
    border-bottom-color: #68a0c4;
}
.vkontakte {
    background: #436f96;
    background: -webkit-linear-gradient(top, #8faecf, #436f96);
    background: -moz-linear-gradient(top, #8faecf, #436f96);
    background: -ms-linear-gradient(top, #8faecf, #436f96);
    background: -o-linear-gradient(top, #8faecf, #436f96);
    background: linear-gradient(top, #8faecf, #436f96);
    color: #fff;
    color: rgba(255,255,255,0.95);
    border-color: #4d84c1;
    border-color: rgba(78,131,193,0.8);
    border-bottom-color: rgba(52,88,127,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.vkontakte:hover {
    background: #4e80ab;
    background: -webkit-linear-gradient(top, #a2c0df, #4e80ab);
    background: -moz-linear-gradient(top, #a2c0df, #4e80ab);
    background: -ms-linear-gradient(top, #a2c0df, #4e80ab);
    background: -o-linear-gradient(top, #a2c0df, #4e80ab);
    background: linear-gradient(top, #a2c0df, #4e80ab);
    color: #fff;
    color: rgba(255,255,255,0.99);
    border-color: #5788be;
    border-bottom-color: #3b6798;
}
.ok {
    padding-left: 7px;
    background: #f6900b;
    background: -webkit-linear-gradient(top, #f6bb6d, #f6900b);
    background: -moz-linear-gradient(top, #f6bb6d, #f6900b);
    background: -ms-linear-gradient(top, #f6bb6d, #f6900b);
    background: -o-linear-gradient(top, #f6bb6d, #f6900b);
    background: linear-gradient(top, #f6bb6d, #f6900b);
    color: #fff;
    color: rgba(255,255,255,0.95);
    border-color: #d99c27;
    border-color: rgba(217,154,38,0.8);
    border-bottom-color: rgba(197,137,7,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
}
.ok:hover {
    background: #f69a21;
    background: -webkit-linear-gradient(top, #fbcc5a, #f69a21);
    background: -moz-linear-gradient(top, #fbcc5a, #f69a21);
    background: -ms-linear-gradient(top, #fbcc5a, #f69a21);
    background: -o-linear-gradient(top, #fbcc5a, #f69a21);
    background: linear-gradient(top, #fbcc5a, #f69a21);
    color: #fff;
    color: rgba(255,255,255,0.99);
    border-color: #f0b22c;
    border-bottom-color: #c59121;
}
/* SHARE end */

.b-recommended {
    text-align: center;
}

a.b-recommended__item {
    background-color: #222;
    width: 137px;
    height: 237px;
    font-size: 13px;
    position: relative;
    color: #aaa;
    overflow: hidden;
    text-align: center;
    margin: 3px 3px;
    padding: 5px 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    border: 1px solid #000;
    text-decoration: none;
    line-height: 19px;
}

a.b-recommended__item:hover {
    background: #353535;
    color: #ddd;
    border: 1px solid #4e4e4e;
}

.widget-title-nav-recommended {
    font-size: 14px;
    line-height: normal;
    width: 100%;
    font-family: Verdana;
    clear: both;
    padding: 9px 0 10px 15px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #333333;
    position: relative;
    font-weight: bold;
}

.widget-title-nav-recommended:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.cat-name-box--post {
    padding: 6px 9px 1px;
}

.cat-name-box--post a {
    display: block;
    font-size: 16px;
    background: #222222;
    padding: 2px 5px;
    color: #AAAAAA;
    line-height: normal;
    border: 1px solid #333333;
    float: left;
    margin-bottom: 6px;
	text-decoration: none;
}

.cat-name-box--post a:hover {
    background: #353535;
    color: #ddd;
}

.main-menu-title {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    background: #181818;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px 0;
}

.main-menu-title:before {
    content: "";
    width: 100%;
    border-bottom: 1px dashed #333;
    position: absolute;
    top: -1px;
    left: 0;
}

.main-menu-title:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #333333;
}

.content-wrap ol {
    padding: 5px 20px 0;
    margin-bottom: 5px;
    font-size: 14px;
    background: #2B2B2B;
}

.content-wrap ol li {
    padding-bottom: 10px;
}

.post-ratings {
    text-align: center;
    padding: 3px 0;
    border-bottom: 1px solid #333333;
    position: relative;
}

.post-ratings:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.post-ratings img {
    margin: 0 1px;
}

.post-ratings-text {
    display: none !important;
}

/*------ COMMENTS ------*/
ul.last-comments {
    background: #222222;
}

li.b-last-comment {
    font-size: 15px;
    color: #a5a5a5;
    padding: 10px 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
    border-bottom: 1px solid #000;
	list-style: none;
    text-align: left;
}

li.b-last-comment:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.title-last-comment {
    font-size: 13px;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #fff;
}

.title-last-comment:hover {
    color: #fff;
}

a.link-last-comment {
    font-size: 12px;
    font-weight: bold;
    color: #B2B3B4;
    display: block;
}

a.link-last-comment:hover {
    color: #fff;
}

.avatar-last-comment img {
    border-radius: 100%;
    margin: 0 10px 0 0;
}

.last-comment-header {
	font-size: 14px;
    line-height: normal;
    width: 100%;
    font-family: Verdana;
    clear: both;
    padding: 9px 0 10px 15px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #333333;
    position: relative;
    font-weight: bold;
}

.last-comment-header:after {
	content: '';
	position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

header.header {
    display: block;
    color: #fff;
    position: absolute;
    background-color: #181818;
    top: 0;
    width: 100%;
    padding-bottom: 2px;
    z-index: 1;
}

a.traforet-br-logo {
    display: none;
}

.content_top_center {
    width: 600px;
    margin: 45px auto 0;
    overflow: hidden;
}

.content_bottom_center {
    width: 600px;
    margin: 5px auto;
    overflow: hidden;
}

.mob_content_top_center, 
.mob_content_bottom_center {
	display: none;
}

#wpadminbar {
    top: 40px;
	transition: 0.2s;
}

div#content div.wpadminbar-bottom {
    top: 40px;
}

div#content div.wpadminbar-top {
    top: 0;
}

li.b-last-comment a {
    text-decoration: none;
}

li.cat-item a {
    text-decoration: none;
}

.post_content h2 a {
    text-decoration: none;
}

.b-slide {
    text-align: center;
    clear: both;
}

.b-slide:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-slide p {
	position: relative;
    padding-bottom: 0 !important;
}

.b-slide p:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 

.b-slide a {
	display: block;
    width: 33.3%;
    float: left;
}

.category-description-box img {
    float: left;
    padding: 0 20px 0 0;
}

.basic-question-title {
    line-height: 21px;
    font-size: 16px;
    text-align: left;
    border-bottom: 4px solid #666666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

a.basic-vote-button {
    padding: 12px !important;
    width: 100%;
    display: block !important;
    float: left;
    font-size: 16px !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #101010 !important;
    margin-bottom: 10px;
}

button.basic-results-button {
    padding: 2px 0 !important;
    width: 100%;
    display: block !important;
    float: left;
    font-size: 14px !important;
    text-align: center;
    color: #fff;
    background: #3e3e3e;
    border: 1px solid #000;
}

.basic-stats span {
    font-size: 12px;
}

.basic-stats {
    padding-bottom: 10px;
}

.bootstrap-yop {
    background: #444444;
    padding-bottom: 11px;
}

.basic-answer .basic-text {
    background: rgba(0,0,0,0);
    padding: 0;
    font-size: 14px;
}

.basic-answer .basic-label {
    display: block;
    position: relative;
    text-align: left;
    line-height: 20px;
}

.progress-bar {
    background-color: rgb(206, 190, 190) !important;
}

span.results-details {
    padding-left: 5px;
}

span.basic-answer-content {
    padding-left: 5px;
}

.bootstrap-yop input[type=radio] {
    position: relative;
    top: 2px;
}

.basic-yop-poll-container .basic-vote {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}

.basic-yop-poll-container ul.basic-answers li.basic-answer {
    line-height: 1;
}

#wpdcom .wpd-comment-text p {
    font-size: 16px;
    color: #fff;
}

#wpdcom .wpd-comment-footer .wpd-vote-result {
    color: #fff !important;
}

#wpdcom .wpd-comment-footer .wpd-reply-button {
    border: 1px solid #d2c5c5;
    padding: 1px 6px;
    border-radius: 3px;
    color: #fff;
}

#wpdcom .wpd-comment-date {
    color: #d9c6c6;
}

div#content .post .short_excerpt_p_text p {
    background: transparent;
}

#wpdcom .wpd-reply.wpd_comment_level-2 {
    margin-left: 0;
}