@font-face {
    font-family: 'folio';
    src: url('../font/foliocon-bolwebfont.eot');
    src: url('../font/foliocon-bolwebfont.eot?#iefix') format('embedded-opentype'),
    url('../font/foliocon-bolwebfont.woff') format('woff'),
    url('../font/foliocon-bolwebfont.ttf') format('truetype'),
    url('../font/foliocon-bolwebfont.svg#folioconbolregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}




body, html {
    font-family: Arial, sans-serif;
    font-size:13px;
    line-height:16px;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

a {
    color: #FFC600;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
a img {border: 0;}

a.disabled {color: #505050!important;cursor: default;}
a.disabled:hover {text-decoration: none;}

::selection {
    color: #ffc600;
    background: #000;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input { padding:0px; border:0px;}
.clear-all {
    float: none !important;
    clear: both !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
}

h2 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.ico {
    background: url("/images/icons.png") no-repeat;
    display: inline-block;
    position: relative;
}
.ico.social_round {
    width: 30px;
    height: 30px;
}
.ico.social_round:hover {
    opacity: 0.6;
}
.ico.social_round.tw {
    background-position: -1px -1px;
}
.ico.social_round.google {
    background-position: -32px -1px;
}
.ico.social_round.youtube {
    background-position: -65px -1px;
}
.ico.social_round.vk2 {
    background-position: -97px -1px;
}
.ico.social_round.vk {
    background-position: -161px -1px;
}
.ico.social_round.fb {
    background-position: -128px -1px;
}

.ico.social {
    width: 30px;
    height: 30px;
}
.ico.social.tw {
    background-position: -63px -32px;
}
.ico.social.vk2 {
    background-position: 0 -32px;
}
.ico.social.vk {
    background-position: -30px -32px;
}
.ico.social.fb {
    background-position: -96px -29px;
}


.ico.views {
    background-position: -138px -148px;
    width: 15px;
    height: 11px;
}
.ico.comments {
    background-position: -169px -148px;
    width: 15px;
    height: 11px;
}
.ico.likes {
    background-position: -197px -148px;
    width: 15px;
    height: 11px;
}
.ico.comments-black {
    background-position: -169px -125px;
    width: 15px;
    height: 11px;
}
.ico.likes-black {
    background-position: -197px -125px;
    width: 15px;
    height: 11px;
}
.ico.batman {
    background-position: -80px -202px;
    width: 36px;
    height: 30px;
}



.ui-widget-overlay{background: #000;}

.f22{
    font-family: "folio", sans-serif;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
}
.a10{
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.t{
    font-size: 13px;
    color: #000;
    line-height: 16px;
}
.video-popup{cursor: pointer;}

/* add */
.shedule-week .td .popup .info-r{width: 150px;}
.shedule-week .td .popup{z-index: 10000;}

.comment-form textarea.error{color: red;}
.comments .more.load a{display: none;}
.comments .more.load {height: 34px; border-top: none; background: url("/images/jaba.gif") center center no-repeat;}

.cubes a.active{border: 1px solid #ffc600; width: 12px; height: 12px;}

/* comments */
/* clearers */
.comics:after, .comment:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom: 1;
}

/* comics layout */

.comics h2 {
    color: #000000;
    font: normal 22px/1 "folio", sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.comics .left {
    width: 240px;
    float: left;
}
.comics .comics-main {
    width: 490px;
    margin-left: 10px;
    float: left;
}
.comics .right {
    width: 240px;
    float: right;
}

/* comics-main */

.comics_body {
    background-color: #FFF;
    padding: 20px 20px 0;
    font: normal 13px/1.4 Arial, Helvetica, sans-serif;
}
.comics_body h3 {
    width: 358px;
    font: bold 16px/30px Arial, Helvetica, sans-serif;
    background: #FFC600 url(../images/bg_h3.png) no-repeat right center;
    margin: 0px 0px 10px -20px;
    padding-left: 20px;
}
.comics_body p {
    margin-bottom: 10px;
}
.comics_body ul {
    list-style: disc;
    margin: 0px 0px 14px 24px;
}
.sponsors h2 {
    margin-bottom: 5px;
}
.sponsors img {
    margin-right: 25px;
}
.comics_body hr {
    border: none;
    color: #D8D8D8;
    background-color: #D8D8D8;
    height: 1px;
    margin: 18px -20px;
}

/* comics-view */
.comics-view {
    position: relative;
    margin-bottom:
}
.comics-view .select {
    position: absolute;
    top: 10px;
    right: 10px;
}
.comics-view .select span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/comic-view-icosa.gif) no-repeat;
    cursor: pointer;
}
.comics-view .select span.list-select {
    background-position: 0 -20px;
}
.comics-view .select span.list-select.selected {
    background-position: 0 0px
}
.comics-view .select span.grid-select {
    background-position: -20px 0px;
}
.comics-view .select span.grid-select.selected {
    background-position: -20px -20px
}

/*comics_body*/
.comics_body {
    background: #fff;
    padding: 15px 20px 0;
}
.comics-author {
    padding: 3px 0;
    line-height: 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.comics-author .like {
    float: right;
}
a.name {
    font-size: 11px;
    color: #be2525;
    text-transform: uppercase;
    font-weight: bold;
}
.comics-author span {
    color: #5f5f5f;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.comics-create {
    margin: 0 -15px 7px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #d8d8d8;
}
.comics-create a {
    display: block;
    text-align: center;
    background: #ffc600 url(../images/btn-comics-bg.png) no-repeat 97% center;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
}

/*comments*/
.comments h2 {
    color:#000000 !important;
    font:normal 22px/30px "folio", sans-serif !important;
    text-transform:uppercase !important;
    margin-bottom:15px !important;
}
.comments h2 button {
    float:right;
    height:30px;
    background:#000;
    color:#fff;
    font-family:Arial, sans-serif;
    font-size:0.5em;
    border:0;
    text-transform:uppercase;
    text-align:center;
    display:inline-block;
    padding:0 15px;
    font-weight:bold;
    cursor:pointer;
}
.comments h2 button:hover {
    background:#a72121;
    color:#fff;
}
.comments h2 button:active {
    color:#ffc600;
}
.list-comments {
    overflow:hidden;
}
.item-comment {
}
.main-comment .info-comment {
    font-size:11px;
    margin-bottom:10px;
    text-transform:uppercase;
    color:#5f5f5f;
    font-weight:bold;
    float: left;
    clear: both;
}
.main-comment a.reply,
.main-comment a.delcomment {
    font-size: 11px;
    color: #7e7e7e;
    text-decoration: underline;
    text-transform: capitalize;
    margin-right: 5px;
}
.main-comment a.reply:hover,
.main-comment a.delcomment:hover {
    text-decoration:none;
}
.info-comment a.cnt,
.info-comment .date {
    color:#ccc;
}
.info-comment a.name {
    color:#000;
}
span.div {
    margin:0 6px;
    color: #ccc;
}
.comics-comment {
    margin-bottom:6px;
}
.comics-comment > b {
    font-size:13px;
    line-height:22px;
    text-transform:uppercase;
    color:#000;
    margin-right:12px;
    font-weight:bold;
}
.comics-comment span {
    font-size:10px;
    line-height:14px;
    padding-left:15px;
    background:url(/images/comment-icos.gif) no-repeat 0 0;
    font-weight:bold;
    color:#5f5f5f;
}
.comics-comment span.commnets-comics { background-position:0 1px; }
.comics-comment span.views-comics { background-position:0 -12px; }
.comment {
    margin-bottom:20px;
    overflow:hidden;
}
.item-comment.replied {
    padding-left:25px;
    background:url(/images/arrow-reply.gif) no-repeat 6px 3px;
}
.comment .userpic {
    width: 8%;
    float:left;
    margin-right: 2%;
    padding-top:3px;
    position:relative;
}
.comment .userpic a {
    display:block;
    width:100%;
    height: 100%;
    max-height: 80px;
    max-width: 80px;
    overflow:hidden;
    position:relative;
}
.comment .userpic a img {
    width:100%;
}
.comment .userpic a.l {
    position:absolute;
    width:16px;
    height:16px;
    bottom:0;
    right:0;
    display:inline;
    background:url(/images/soc-btns.gif) no-repeat 0 0;
}
.comment .main-comment {
    width: 90%;
    float:left;
}
.comment .main-comment .text-comment {
    position:relative;
    overflow:hidden;
    font-size: 16px!important;
    float: left;
    clear: both;
    width: 100%;
}
.comment .main-comment .text-comment p,
.comment .main-comment .text-comment span,
.comment .main-comment .text-comment div {
    /* margin-bottom:10px; */
    font-size: 14px!important;
    line-height:20px!important;
}
.comment .main-comment .text-comment p img {
    vertical-align:bottom;
    display:inline-block;
    padding:0 1px;
    max-width: 560px;
}
.main-comment .text-comment p {
    margin:0;
}
.comment .userpic a.l.vk { background-position:0 0; }
.comment .userpic a.l.fb { background-position:-22px 0; }
.comment .userpic a.l.tw { background-position:-44px 0; }
.comments .more {
    padding:12px 0;
    border-top:1px solid #e0e0e0;
    text-align:center;
}
.comments .more a {
    color:#000;
    padding-right:12px;
    background:url(/images/arrow-more.gif) no-repeat right center;
    text-transform:uppercase;
    color:#333333;
    font-weight:bold;
    font-size:11px;
}
/* comment-form */
.comment-form {
    background:#e7e7e7;
    padding:15px 20px 40px;
    border-top:1px solid #e0e0e0;
    font-size:11px;
    text-transform:uppercase;
    line-height:16px;
    position:relative;
}
.comment-form h2 {
    margin-bottom:7px;
    font-size:20px;
    font-family: 'Folio', sans-serif;
}
.comment-form .login-soc {
    margin-bottom:10px;
}
.comment-form .login-soc ul {
    margin-left:9px;
    display:inline;
}
.comment-form .login-soc li {
    display:inline-block;
    margin-right:6px;
}
.comment-form .login-soc li a {
    display:block;
    width:16px;
    height:16px;
    background:url(/images/soc-btns.gif) no-repeat 0 0;
}
.comment-form .login-soc li a.vkontakte { background-position:0 0; }
.comment-form .login-soc li a.facebook { background-position:-22px 0; }
.comment-form .login-soc li a.twitter { background-position:-44px 0; }
.comment-form table {
    width:100%;
}
.comment-form form {
    position:relative;
}
.comment-form table td {
    padding-bottom:15px;
}
.comment-form input[type="text"], .comment-form textarea, .comment-form .nicEdit-main {
    background:#afaeae;
    padding:10px 7px;
    border:0;
    margin:0 !important;
    line-height:18px;
    text-transform:none;
    font-size:1.1em;
}
.comment-form .nicEdit-main img {
    vertical-align:bottom;
    display:inline-block;
    padding:0 1px;
}
.comment-form textarea {
    width:97%;
    resize:none;
    height:95px;
}
.comment-form .load-jb {
    background:rgba(255, 255, 255, 0.8) url("/images/jaba.gif") center center no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    z-index:100;
    float:left;
    display:none;
}
.comment-form .nicEdit-panelContain {
    border:0 !important;
    background:transparent !important;
}
.comment-form input[type="button"] {
    border:0;
    padding:6px 15px;
    font:11px/16px 'Arial';
    font-weight:bold;
    text-transform:uppercase;
    background:#ffc600;
    cursor:pointer;
}
.comment-form input[type="button"]:hover {
    background:#a72121;
    color:#fff;
}
.comment-form input[type="button"]:active {
    color:#ffc600;
}
.comment-form td .robot-check {
    width:30px;
    height:30px;
    float:left;
    margin-right:10px;
}
.comment-form tr.check > td {
    vertical-align:middle;
}
.comment-form td .robot-check td {
    padding:0 0 2px;
}
.comment-form td .robot-check span {
    display:inline-block;
    width:14px;
    height:14px;
}
.comment-form td .robot-check td p {
    text-transform:none;
}
.comment-form td .robot-check span.red { background:#d39090; }
.comment-form td .robot-check span.green { background:#90d3a3; }
.comment-form td .robot-check span.blue { background:#90aed3; }
.comment-form td .robot-check span.black { background:#7f7f7f; }
.comment-form tr.action {
}
.comments-error { color:red; background:#fff; padding:20px; }
.comment a.name {
    font-size:11px;
    color:#be2525;
    text-transform:uppercase;
    font-weight:bold;
}
div.comments {
    background:#fff;
    padding:12px 20px 0;
}
div.comments p {
    margin-bottom:10px;
    line-height:18px;
}
.comment_likes {
    float: right;
    margin: 0 10px 0 0;
    font-size: 15px;
    font-weight: normal;
}
.comment_likes .cnt {
    font-size: 14px;
    font-weight: normal;
}
.comment_like.up,
.comment_like.down {
    font-size: 16px;
    font-weight:bold;
    color: #000;
    text-decoration: none;
}
.comment_like .ico {
    padding-right: 3px;
}
.comment_like.down {
    line-height: 11px;
    vertical-align: top;
}
.comment_like.disable {
    color: #ccc;
    cursor: default;
}
.comment .comments_actions {
    opacity:0;
    float: left;
}

.comment .comment_likes {
    opacity:0.6;
}

.comment:hover .comments_actions,
.comment:hover .comment_likes {
    opacity:1;
}
.block_user-content div.comments
{
    background: #fff;
    padding: 12px 20px 0;
}
.block_user-content div.comments p
{
    margin-bottom: 10px;
    line-height: 18px;
}
.block_user-content .title
{
    height: auto;
    position: relative;
    padding-top: 2px;
}









/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.run-block.large{width: 400px !important;}

/*  scroll up  */

.btn-top-wraper {
    position: fixed;
    height: 100%;
    min-height: 2000px;
    width: 80px;
    top: 0;
    left: 0;
    min-width: 80px;
    cursor: pointer;
    display: none;
}
.btn-top-wraper .wracl {
    width: 80px;
    height: 100%;
    background: rgba(255,255,255,0.4);
    display: none;
}
.btn-top-wraper .btn-top {
    width: 44px;
    height: 48px;
    background: url('/images/button-handup.png') no-repeat;
    position: absolute;
    top: 25px;
    left: 18px;
    opacity: 0.4;

    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.btn-top-wraper.cl {
    top: 162px;
    position: absolute;
    min-height: 5000px;
}
.btn-top-wraper.cl .btn-top {
    display:block!important;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-top-wraper:hover .btn-top {
    opacity: 1;
}

.blurr {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.4;
}

.btn {
    outline: none;
}
.btn:hover {
    opacity: 0.6;
}
.btn span {
    background: url(/images/btn_y_middle.png) repeat-x;
    float: left;
    height: 60px;
    line-height: 54px;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Folio', sans-serif;
    padding: 0 28px;
    color: #000;
}
.btn.btn_r span {
    background: url(/images/btn_r_middle.png) repeat-x;
}

.btn:before {
    background: url(/images/btn_y_border.png) no-repeat;
    content: ' ';
    float: left;
    width: 9px;
    height: 60px;
}
.btn.btn_r:before {
    background: url(/images/btn_r_border.png) no-repeat;
}

.btn:after {
    background: url(/images/btn_y_border.png) 0 -60px no-repeat;
    content: ' ';
    float: left;
    width: 9px;
    height: 60px;
}
.btn.btn_r:after {
    background: url(/images/btn_r_border.png) 0 -60px no-repeat;
}

.x_main_container {
    width: 740px;
    float: left;
    margin-bottom: 30px;
}

.x_sidebar {
    float: right;
    width: 240px;
}