@font-face {
    font-family: 'Exo2-Bold';
    src: url('../fonts/Exo2.0-Bold.eot');
	src: url('../fonts/Exo2.0-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2.0-Bold.woff2') format('woff2'),
    url('../fonts/Exo2.0-Bold.woff') format('woff'),
    url('../fonts/Exo2.0-Bold.ttf') format('truetype'),
    url('../fonts/Exo2.0-Bold.svg#Exo2-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2-ExtraBold';
    src: url('../fonts/Exo2.0-ExtraBold.eot');
    src: url('../fonts/Exo2.0-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2.0-ExtraBold.woff2') format('woff2'),
    url('../fonts/Exo2.0-ExtraBold.woff') format('woff'),
    url('../fonts/Exo2.0-ExtraBold.ttf') format('truetype'),
    url('../fonts/Exo2.0-ExtraBold.svg#Exo2.0-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2-Regular';
    src: url('../fonts/Exo2.0-Regular.eot');
    src: url('../fonts/Exo2.0-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2.0-Regular.woff2') format('woff2'),
    url('../fonts/Exo2.0-Regular.woff') format('woff'),
    url('../fonts/Exo2.0-Regular.ttf') format('truetype'),
    url('../fonts/Exo2.0-Regular.svg#Exo2.0-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2-SemiBold';
    src: url('../fonts/Exo2.0-SemiBold.eot');
    src: url('../fonts/Exo2.0-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2.0-SemiBold.woff2') format('woff2'),
    url('../fonts/Exo2.0-SemiBold.woff') format('woff'),
    url('../fonts/Exo2.0-SemiBold.ttf') format('truetype'),
    url('../fonts/Exo2.0-SemiBold.svg#Exo2.0-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Иконки */

i {
    display: inline-block;
    vertical-align: middle;
}

.icon-eye:before {
    content: url('../img/icon-eye.png');
    width: 18px;
    height: 10px;
    position: relative;
    top: -2px;
}

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

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing:    inherit;
    -ms-box-sizing:     inherit;
    box-sizing:         inherit;
}

*:focus {
    outline: none;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

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

abbr[title] {
    border-bottom:   none;
    /*text-decoration: underline;*/
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

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

mark {
    background-color: #ffff00;
    color:            black;
}

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 {
    box-sizing: content-box;
    height:     0;
    overflow:   visible;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    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"] {
    padding: 0;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
}

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

/* */

#_rt_console {
    text-align: left;
    z-index:    1000;
}

body {
    background-color: white;
    color:            #3c3c3c;
    font-family:      Arial, sans-serif;
    font-size:        20px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

a {
    border-bottom:   1px solid #d1def8;
    color:           #004a96;
    text-decoration: none;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

a:visited {
	color: #4c7eb4;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

a.hover,
a:hover {
	color: #d30000;
	border-color: #FFB3B3;
	text-decoration: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.rel {
    position: relative;
}

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

.banner_main {
    margin-bottom: 25px;
}

.banner_main .fotorama {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.50);
}

.head-search {
    width:         258px;
    height:        29px;
    margin-bottom: 10px;
    margin-top:    10px;
}

.head-search>div {
    height: 28px;
    position: relative;
}

.search-btn {
    background: url(../img/gray-search.png) #ebebeb no-repeat center center;
    border:     none;
    width:      40px;
    height:     28px;
    outline:    none;
    position: absolute;
    top: 0;
    right: 0;
}

.focused .search-btn {
    background: url(../img/white-search.png) #0072bc no-repeat center center;
}


.search-text {
    width:         218px;
    height:        28px;
    font-size: 13px;
    font-family: "Arial", sans-serif;
    padding-left:  8px;
    padding-right: 10px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    outline:       none;
    position: absolute;
    top: 0;

}

.focused .search-text {
    border: 1px solid rgb(131, 189, 238);
    border-right: none;
    background-color: rgb( 255, 255, 255 );
    color: rgb( 17, 17, 17 );
    line-height: 1.385;
}

.head-logo {
    border-bottom: none;
    height:        50px;
	margin-left: 11px;
}

.head-main {
    /* margin-top: 28px; */
    position:   relative;
}

.head-main div.admin {
    display:  block;
    left:     276px;
    position: absolute;
    top:      12px;
}

/* ul.top-menu {
    font-size:        0;
    list-style:       none;
   margin-top:       10px;
    padding-left:     3px;
}

ul.top-menu li {
    display: inline-block;
    margin-right: 8px;
    height: 45px;
}

ul.top-menu li a {
    font-size: 18px;
    font-family: 'Exo2-Bold', sans-serif;
    color: #004a96;
    border-bottom: 1px solid #b2c9dc ;
    padding-bottom: 2px;
    display:            block;
    letter-spacing:     1.5px;
    margin:            8px 8px 15px;
    text-transform:     uppercase;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

ul.top-menu li a:hover {
    color: #d30000;
    border-color: #FFB3B3;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

ul.top-menu li.active {
    background-color: #747474; default value, will be overwritten
} */

.bottom-menu {
    display: table;
    width:   54%;
}

.bottom-menu a {
    display:             table-cell;
    font-size: 12px;
    font-family: "Arial", sans-serif;
    color: #004a96;
    text-align:          center;
    white-space:         nowrap;
}

.bottom-menu a:visited {
    color: black;
}

.bottom-menu strong {
	background: #004a96 ;
	color: white;
	border-radius: 2px;
	padding: 1px 6px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
}

.bottom-menu span {
    display: table-cell;
    width:   20%;
}

.footer {
    margin-top: 30px;
}

.footer .main {
    border-top: 1px solid #cccccc;
    padding:    40px 15px 50px;
}

.footer .last-line {
    margin-top: 40px;
    display:    table;
    width:      100%;
}

.footer .copy {
    vertical-align: middle;
    display:        table-cell;
    width:          150px;
    font-size:      12px;
    font-family: Arial, sans-serif;
    color:          #3c3c3c;
}

.footer .counters {
    text-align: right;
    display:    table-cell;
}

.footer .counters a {
    border-bottom: none;
}

.error404 {
    margin-bottom: 100px;
    margin-top:    100px;
    text-align:    center;
}

.fotorama {
    margin-bottom: 20px;
    width:         1000px;
    height:        300px;
}

.fotorama__html a {
    border-bottom: none;
}

.fotorama__html a,
.fotorama .fotorama__item {
    background: url(../img/blank.gif);
    display:    block;
    height:     100%;
}

.fotorama__html .fotorama__item .text-container {
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    color:                 white;
    display:               inline-block;
    margin-left:           75px;
    margin-top:            120px;
    max-width:             900px;
    overflow:              hidden;
    padding:               25px 30px;
    position:              relative;
}

.fotorama__html .fotorama__item .text-container:before {
    background-color: black;
    bottom:           0;
    content:          '';
    left:             0;
    opacity:          0.6;
    position:         absolute;
    right:            0;
    top:              0;
    z-index:          -1;
}

.fotorama__html .fotorama__item .text-container .title {
    font-size:      20px;
    text-transform: uppercase;
    font-weight:    bold;
}

.fotorama__html .fotorama__item .text-container .subtitle {
    font-size: 16px;
}

.fotorama .fotorama__nav {
    bottom:   16px;
    position: absolute;
    right:    20px;
}

.fotorama .fotorama__thumb-border {
    border-color: #aaaaaa;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background-image: url(../img/fotorama.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background-image: url(../img/fotorama@2x.png);
    }
}

.post-page {
    margin-top: 20px;
}

.post .info {
    color:     #606060;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

.posts .post img {
    border:  1px solid #eeeeee;
    display: block;
	width: 295px;
	height: 162px;
}

.page-search .posts .post img, .tag .posts .post img{
	width: 140px;
	height: 75px;
	margin: 0;
	border: none;
}

.post .image {
    margin-bottom: 10px;
}

.post .title {
    font-size:     36px;
	font-family: Exo2-Bold, sans-serif;
    margin-bottom: 15px;
}

.post .fotorama {
    margin-top: 15px;
}

.post .tags {
    color:      #606060;
    font-size:  12px;
    font-family: Arial, sans-serif;
    margin-top: 10px;
	margin-left: 41px;
	margin-bottom: 21px;
	position: relative;
}

.post .author {
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-left: 40px;
	position: relative;
}

.post .tags:before {
	position: absolute;
	background-image: url('../img/ico-tag.png');
	display: inline-block;
	width: 21px;
	height: 16px;
	content: '';
	top: -1px;
	left: -25px;
}

.post .author:before {
	position: absolute;
	background-image: url('../img/ico-author.png');
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	top: -5px;
	left: -25px;
}

.post .date,
.post .counter,
.post .counter span {
    display: inline-block;
    vertical-align: middle;
}

.post .counter span {
    color: #c3c3c3;
    font-size: 12px;
}

.post .comments {
    margin-top: 25px;
}

.categories .category {
    margin-top: 40px;
}

.categories .category:first-child {
    margin-top: 0;
}

.categories .category .name {
    font-size: 14px;
    letter-spacing: 3px;
    padding: 10px 11px 8px;
}

.categories .category .name a {
    padding: 9px 10px 9px 13px;
    border: none;
}

.categories .category .name a span {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.category .name {
    background-color: #fff;
    color:            #3c3c3c;
    font-family: 'Exo2-Bold', sans-serif;
    font-size:        28px;
    letter-spacing:   0.054em;
    margin-bottom:    10px;
    margin-top: 5px;
    padding:          0 11px;
    text-transform:   uppercase;
}

.category .name a,
.category .name a:visited {
    border-bottom-color: #808080;
    color:               white;
}

.tag {
    padding-left:  15px;
    padding-right: 270px;
}

.posts {
    font-size:     0;
    list-style:    none;
    margin-bottom: 0;
    margin-right:  -35px;
    margin-top:    -45px;
    padding-left:  0;
}

.posts .post {
    display:        inline-block;
    font-size:      14px;
    margin-top:     48px;
    margin-right:   35px;
    vertical-align: top;
    width:          310px;
}

.posts .post > a {
    border-bottom: none;
}

.posts .post .image {
    display: block;
	margin-bottom: 6px;
}

.posts .post .title {
    font-size: 16px;
	margin-bottom: 8px;
}

.tag .posts .post .title,
.page-search .posts .post .title {
	font-size: 20px;
}

.main>.post .title {
    margin-left: 11px;
	margin-right: 200px;
	text-transform: uppercase;
}

.posts .post a.image {
	color: #004a96;
}

.posts .post a.image img {
	margin-bottom: 6px;
}

.posts .post a.image .title{
	border-bottom: 1px solid #b2c9dc;
	display: inline;
    font-family: 'Exo2-Bold', sans-serif;
    font-size: 21px;
	line-height: 1.143;
	-webkit-transition-property: color,border-color, background-color;
	transition-property: color, border-color, background-color;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .33s;
	transition-duration: .33s;
}

.posts .post a.image:visited{
	color: #4c7eb4;
	-webkit-transition-property: color,border-color, background-color;
	transition-property: color, border-color, background-color;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .33s;
	transition-duration: .33s;
}

.posts .post a.image:hover .title{
	color: #d30000;
	border-color: #FFB3B3;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.posts .post .content-preview {
    font-size:   13px;
    font-family: Arial, sans-serif;
	color: rgb( 60, 60, 60 );
	line-height: 1.538;
}

.tag .posts .post .content-preview,
.page-search .posts .post .content-preview {
	width: 500px;
}

.posts .post .content-preview p {
	margin: 0;
}

.posts .post .info {
    margin-top: 7px;
}

.posts .column3 .post .info {
    font-family: Arial, sans-serif;
	font-size: 11px;
	color: rgb( 60, 60, 60 );
	line-height: 1.6;
	margin-top: 3px;
}

.main>.post .info {
    margin-left: 11px;
}

.posts .column1,
.posts .column2,
.posts .column3 {
    float: left;
}

.posts .column1 .post {
	padding-left: 11px;
}

.posts .column2 .post {
	padding-left: 4px;
}

.posts .column3 .post {
    border-top:     1px solid #e5e5e5;
    display:        block;
    min-height:     100px;
    margin-top:     10px;
    padding-top:    10px;
    vertical-align: middle;
    width:          298px;
}

.posts .column3 .post img {
    border: 1px solid #eeeeee;
	width: 90px;
	height: 90px;
}

.posts .column3 .post:first-child {
    border-top: none;
    margin-top: 35px;
}

.posts .column3 .post .left {
    padding-right: 7px;
}

.posts .column3 .post .right {
    float: right;
    width: 201px;
}

.posts .column3 .post .title {
    margin-bottom: 0;
    margin-top:    0;
}

.posts .column3 .post .title a {
    line-height: 1.25;
    font-size:     16px;
    font-family: 'Exo2-Bold', sans-serif;
}

.post .main-content {
    position: relative;
}

.post > .main-content > .content {
    line-height: 1.6;
    width: 650px;
    margin-left: 11px;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.post .main-content {
    position: relative;
}

.post .main-content h1 {
	margin-bottom: 0;
}

.post .main-content p {
	margin-top: 0;
}

.post > .main-content > .content ul {
    padding-left: 30px;
}

.post > .main-content > .content iframe {
    display: block;
    margin:  0 auto;
}

.post > .main-content > .content pre {
    padding-bottom: 10px;
    padding-top:    10px;
}

.post > .main-content > .content img {
    border:    1px solid #eeeeee;
    max-width: 650px;
}

.post .content-preview img {
    max-width: 100%;
}

.posts__list {
    margin-right: 0;
    margin-top:   0;
}

.posts__list .post {
    display:     block;
    margin-top:  20px;
    padding-top: 20px;
    width:       100%;
}

.tag .posts__list .post:first-child {
	padding-top: 0;
}

.posts__list .post:first-child {
    margin-top: 0;
}

.posts__list .post .image {
    float:          right;
    margin-bottom:  0;
    padding-bottom: 20px;
    padding-left:   20px;
}

.posts__list .post .tags {
    font-style: normal;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 25px;
}

.pagination {
    font-size:    0;
    list-style:   none;
    margin-left:  -20px;
    margin-top:   20px;
    padding-left: 0;
    text-align:   center;
}

.pagination li {
    display:     inline-block;
    margin-left: 20px;
    margin-top:  15px;
}

.pagination li a,
.pagination li span {
    background-color: #92b4d9;
    color:            white;
    display:          block;
    font-size:        14px;
    font-weight:      bold;
    padding:          7px 11px;
    text-align:       center;
}

.pagination li a {
    border-bottom: none;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #2569b4;
}

.pagination li.delimiter span {
    background-color: white;
    color:            #cccccc;
}

.tag .pagination {
    text-align: left;
}

.page-search .pagination {
    text-align: left;
}

.admin {
    color:       green !important;
    font-weight: bold;
}

.fotorama.post-gallery {
    height: 562px;
    width: 1000px;
    border: 1px solid #ddd;
}

div.likely {
    margin-top: 21px;
    margin-right: 9px;
    margin-left: 11px;
}

div.page-search, div.tag, #spage {
	padding-left: 42px;
	padding-right: 358px;
}

#spage {
	font-size: 16px;
	line-height: 1.4em
}

.page-search h1, .tag h1, #spage h1 {
    font-size:     28px;
	background-color: #fff;
	color: #3c3c3c;
	font-family: 'Exo2-Bold', sans-serif;
	letter-spacing: 0.054em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	text-transform: uppercase;
}

.page-search .search-form {
    display:    table;
    width:      100%;
}

.page-search .search-form form {
    display: table-row;
    width:   100%;
}

.page-search .search-form .form-text,
.page-search .search-form .form-button {
    display:        table-cell;
    vertical-align: middle;
}

.page-search .search-form .form-text input,
.page-search .search-form .form-button input {
    display: block;
    height:  35px;
    width:   100%;
}

.page-search .search-form .form-button {
    width: 1px;
}

.page-search .search-form .form-text input {
    font-size:     16px;
    color:         #3c3c3c;
    border-bottom: 1px solid rgb(0, 114, 188);
    border-left:   1px solid rgb(0, 114, 188);
    border-right:  none;
    border-top:    1px solid rgb(0, 114, 188);
    padding-left:  10px;
    padding-right: 10px;
    outline:       none;
}

.page-search .search-form .form-text input::-webkit-input-placeholder,
.page-search .search-form .form-text input:-moz-placeholder,
.page-search .search-form .form-text input::-moz-placeholder,
.page-search .search-form .form-text input:-ms-input-placeholder {
    color: #abaaaa;
}

.page-search .search-form .form-button input {
    background-color: rgb(0, 114, 188);
    border:           none;
    color:            white;
    outline:          none;
    padding-left:     15px;
    padding-right:    15px;
	-webkit-transition-property: color,border-color, background-color;
	transition-property: color, border-color, background-color;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .33s;
	transition-duration: .33s;
}

.page-search .search-form .form-button input:hover {
    background-color: #2485c4;
    border-color:     #2485c4;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.page-search .results-count {
    font-size:     14px;
    margin-bottom: 0;
    margin-top:    10px;
}

.page-search .posts .mark {
    background-color: rgb(255, 243, 67);
}

.main-content ins.adsbygoogle {
    position: absolute;
    top: 0;
    right: 0;
}

.main .categories ins.adsbygoogle, .main .category ins.adsbygoogle {
    margin-left: 10px;
    margin-top: 40px;
}

.main .category ins.adsbygoogle {
    margin-bottom: 40px;
}

ins.adsbygoogle {
    background-color: #f5f5f5;
}

/* .comments {
    border-top:   1px solid #f2f2f2;
    margin-top:   25px;
    padding-left: 25px;
    padding-top:  25px;
}

.comments .comments_count {
    font-size:     19px;
    font-weight:   bold;
    margin-bottom: 20px;
}

.comments .comment {
    margin-top: 25px;
}

.comments .comment .wrapper,
.reply-form .wrapper {
    display: table;
    width:   100%;
}

.comments .comment .wrapper .column-left,
.reply-form .wrapper .column-left {
    display:        table-cell;
    font-size:      0;
    padding-right:  10px;
    vertical-align: top;
    width:          70px;
}

.comments .comment .wrapper .column-right,
.reply-form .wrapper .column-right {
    display:        table-cell;
    vertical-align: top;
}

.comments .comment:first-child {
    margin-top: 0;
}

Last level (8-infinity)
.comments .comment {
    padding-left: 490px;
}

Last level (8-infinity)
.comments .comment .reply .reply-form {
    margin-left: -95px;
}

.comments .comment.level-0 {
    padding-left: 0;
}

.comments .comment.level-0 .header .return {
    display: none;
}

.comments .comment.level-0 .reply .reply-form {
    margin-left: -25px;
}

.comments .comment.level-1 {
    padding-left: 70px;
}

.comments .comment.level-1 .header .return {
    display: none;
}

.comments .comment.level-1 .reply .reply-form {
    margin-left: -25px;
}

.comments .comment.level-2 {
    padding-left: 140px;
}

.comments .comment.level-2 .header .return {
    display: none;
}

.comments .comment.level-2 .reply .reply-form {
    margin-left: -25px;
}

.comments .comment.level-3 {
    padding-left: 210px;
}

.comments .comment.level-3 .header .return {
    display: none;
}

.comments .comment.level-3 .reply .reply-form {
    margin-left: -25px;
}

.comments .comment.level-4 {
    padding-left: 280px;
}

.comments .comment.level-4 .header .return {
    display: none;
}

.comments .comment.level-4 .reply .reply-form {
    margin-left: -25px;
}

.comments .comment.level-5 {
    padding-left: 350px;
}

.comments .comment.level-5 .header .return {
    display: none;
}

.comments .comment.level-5 .reply .reply-form {
    margin-left: -25px;
}

.comments .comment.level-6 {
    padding-left: 420px;
}

.comments .comment.level-6 .header .return {
    display: none;
}

.comments .comment.level-6 .reply .reply-form {
    margin-left: -25px;
}

.comments .comment .avatar {
    border-bottom: none;
    display:       block;
}

.comments .comment .avatar img,
.reply-form .avatar img {
    display: block;
    height:  60px;
    width:   60px;
}

.comments .comment .header {
    margin-bottom: 10px;
}

.comments .comment .header .username {
    border-bottom: none;
    color:         #3c3c3c;
    font-size:     14px;
    font-weight:   bold;
}

.comments .comment .header .return {
    background:    url(../img/comment-return-icon.png) no-repeat left center;
    border-bottom: none;
    color:         #3c3c3c;
    font-size:     14px;
    margin-left:   3px;
    padding-left:  13px;
}

.comments .comment .header .date {
    color:          #a2a2a2;
    font-size:      12px;
    margin-left:    5px;
    text-transform: lowercase;
}

.comments .comment .content {
    font-size:     14px;
    margin-bottom: 10px;
    overflow-x:    hidden;
    word-break:    break-all;
}

.comments .comment .reply .show-form {
    border-bottom-style: dotted;
    font-size:           12px;
}

.comments .comment .reply .reply-form {
    margin-top: 10px;
} */

/* .reply-form {
    background-color: #f5f5f5;
    margin-top:       40px;
    padding:          15px 25px;
}

.reply-form > .header {
    font-size:     19px;
    font-weight:   bold;
    margin-bottom: 15px;
    margin-left:   70px;
}

.reply-form .editable {
    margin-bottom: 15px;
}

.reply-form .editable textarea {
    background-color: white;
    border:           2px solid #7db1d7;
    color:            #3c3c3c;
    display:          block;
    font-size:        14px;
    min-height:       70px;
    outline:          none;
    padding:          10px;
    resize:           vertical;
    width:            100%;
}

.reply-form .editable textarea:focus {
    border-color: #0069b8;
}

.reply-form .editable textarea[disabled] {
    background-color: white;
}

.reply-form .control button {
    background-color: #0069b8;
    border:           none;
    color:            white;
    display:          inline-block;
    font-size:        14px;
    outline:          none;
    padding:          8px 20px;
}

.reply-form .control button:hover {
    background-color: #0074cc;
}

.reply-form .control button[disabled] {
    background-color: #7db1d7;
}

.reply-form .control a {
    border-bottom: 1px dotted #a1a1a1;
    color:         #7b7b7b;
    font-size:     14px;
}

.reply-form .control a:hover {
    border-bottom-color: #b5b5b5;
    color:               #a1a1a1;
}

.reply-form .control a,
.reply-form .control button {
    margin-left: 15px;
}

.reply-form .control a:first-child,
.reply-form .control button:first-child {
    margin-left: 0;
}

.reply-form .help-block,
.reply-form .error-block {
    font-size:  11px;
    margin-top: 5px;
}

.reply-form .error-block {
    color: #cc603d;
}

.reply-form .control .error-block {
    margin-top: 10px;
} */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkSAMAAGwAaKJgE8oAAAAASUVORK5CYII=);
	padding: 50px 0;
    z-index: 10000;
    display: none;
}

body.onpopup .popup {
    display: block;
}

/* #popup-login form {
    padding: 17px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 0;
    top: 21px;
    background-color: rgb( 245, 245, 245 );
    width: 325px;
    height: 204px;
} */

/* #popup-login .head1 {
    font-size: 22px;
    font-family: 'Exo2-Bold', sans-serif;
    color: #000;
    font-weight: bold;
    line-height: 1.273;
    margin-bottom: 16px;
    margin-left: 4px;
}

#popup-login .reg-btn {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: rgb( 0, 114, 188 );
    line-height: 2.0;
    width: 93px;
    height: 25px;
    position: relative;
    border: none;
    margin-right: 7px;
    margin-top: 6px;
    padding-top: 1px;
}

#popup-login .reg-btn:after {
    border: 1px solid rgb(0, 114, 188);
    opacity: 0.302;
    content: "";
    display: block;
    width: 93px;
    height: 25px;
    position: absolute;
    top: 0;
}

#popup-login .input {
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb( 255, 255, 255 );
    width: 280px;
    height: 37px;
    padding: 0 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#popup-login #auth_p {
    border-top: none;
}

#popup-login .remind-pwd {
    position: absolute;
    right: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-size: 12px;
    color: rgb( 1, 1, 1 );
    top: 11px;
    border-bottom: 1px dashed rgb( 37, 37, 37 );
}

#popup-login .submit-btn {
    margin-top: 12px;
    margin-left: 6px;
    background-color: rgb( 0, 114, 188 );
    width: 90px;
    height: 36px;
    border: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: rgb( 245, 245, 245 );
    line-height: 1.75;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

#popup-login .submit-btn:hover {
    background-color: #2485c4;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
} */

#popup-set-login form {
    padding: 30px 42px;
    margin: 0 auto;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    background-color: rgb( 245, 245, 245 );
    width: 330px;
    height: 220px;
    box-shadow: 7px 12px 54px 0 rgb( 0, 13, 26 );
}

#popup-set-login .head1 {
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    line-height: 1.556;
}

#popup-set-login .description {
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: rgb( 0, 0, 0 );
    line-height: 1.182;
    margin-top: 2px;
    margin-bottom: 4px;
}

#popup-set-login .input {
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb( 255, 255, 255 );
    width: 233px;
    height: 36px;
    padding-left: 5px;
}

#popup-set-login .submit-btn {
    background-color: rgb( 0, 114, 188 );
    width: 120px;
    height: 38px;
    border: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: rgb( 245, 245, 245 );
    line-height: 1.75;
}

#popup-set-login .submit-btn:disabled {
    background-color: rgb( 204, 204, 204 );
}

/* #loginResult {
    color: #d12626;
    margin-top: 24px;
    font-family: Arial, sans-serif;
    font-size: 12px;
} */

/* #setLoginResult{
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: #c3161c;
    line-height: 2.545;
    margin-left: 10px;
}


#show-popup-login {
    border-radius: 2px;
    border: none;
    background-color: rgb( 0, 114, 188 );
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: rgba( 254, 254, 255, 0.8 );
    line-height: 1.5;
    margin: 10px 49px 10px 12px;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

#show-popup-login.guest {
    margin-right: 0;
}

#show-popup-login:hover {
    background-color: #2485c4;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

#show-popup-login span {
    vertical-align: middle;
    display: inline-block;
}

#show-popup-login .user-logo {
    margin: 8px 10px;
    background: url("../img/user-logo.png") no-repeat;
    height: 12px;
    width: 18px;
}

#show-popup-login .user-back {
    width: 38px;
    height: 29px;
    border-right: 1px solid rgba(255, 255, 255, 0.149);
}

#show-popup-login .user-text {
    margin: 0 16px 0 12px;
    max-width: 189px;
    overflow: hidden;
}
 */
/* .user-quit {
    width: 31px;
    height: 29px;
    background-image: url('../img/ico_quit.png');
    position: absolute;
    right: 0;
    top: 10px;
} */

#registration label {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: rgb( 60, 60, 60 );
    line-height: 1.143;
    padding-top: 10px;
    margin-left: 42px;
}

#registration label.passw {
    margin-bottom: 0;
    margin-top: 10px;
}

#registration .gender label {
    display: inline;
    width: 84px;
    height: 32px;
    border-bottom: 1px dashed #0072bc;
    color: #0072bc;
    margin: 8px 13px;
    cursor: pointer;
}

#registration .gender input:not(checked) {
    position: absolute;
    left: -9999px;
}

#registration .gender label.checked,
#registration .gender input:checked + label {
    border-radius: 2px;
    background-color: #0072bc;
    color: #fff;
    border-bottom: none;
    margin: 0;
    padding: 8px 13px;
}

#registration .input {
    position: absolute;
    left: 150px;
    top: 0;
}

#registration .input input {
    border: 1px solid #cccccc;
    height: 36px;
    margin-right: 10px;
    padding-left: 5px;
}

#registration .input input.nickname, #registration .input input.password {
    width: 219px;
}

#registration .input input.email {
    width: 299px;
}

#registration .input input.firstname {
    width: 199px;
}

#registration .input input.lastname {
    width: 279px;
}

#registration .input input.birthday {
    width: 138px;
}

#registration .input input.city {
    width: 249px;
}

#registration .input input.phone {
    width: 178px;
}

#registration .input input.error {
    border: 1px solid #9e0b0f;
}

#registration span.error {
    color: #9e0b0f;
}

#registration .input.repeat input {
    border-top: none;
}

#registration .radio-gender {
    position: absolute;
    left: 150px;
}

#registration .input input.btn-register {
    background-color: rgb( 0, 114, 188 );
    width: 220px;
    height: 50px;
    color: #fff;
    border: none;
    font-size: 18px;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

#registration .input input.btn-register:hover {
    background-color: #2485c4;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

#registration .submit-panel {
    position: relative;
    background-color: rgb( 245, 242, 239 );
    width: 1000px;
    height: 271px;
}

#registration .submit-panel .submit-notice {
    position: absolute;
    top: 24px;
    left: 150px;
    width: 304px;
    margin: 0 0 0 42px;
    font-size: 14px;
}

#registration .submit-panel .submit-notice a {
    color: #1b85ff;
    border-color: rgba(26, 132, 255, 0.2);
}

#registration .submit-panel .captcha {
    top: 93px;
    margin-left: 42px;
}

#registration .input.captcha .error iframe {
    border: 1px solid #9e0b0f;
}

#registration .submit-panel .button {
    top: 196px;
    margin-left: 42px;
}

#registration .submit-panel .button input {
    margin: 0;
}

#registration .gender {
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin-left: 42px;
}

#registration .input input, #registration .radio-gender label {
    font-size: 16px;
    font-family: Arial, sans-serif;
}

h2.registration-header {
    font-family: 'Exo2-Bold', sans-serif;
    font-size: 28px;
    padding-left: 42px;
}

label.bold {
    font-weight: bold;
}

label.bold input {
    font-weight: normal;
}

.profile-name {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: rgb( 0, 74, 150 );
    font-weight: bold;
    line-height: 1.375;
}

.profile-avatar {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.profile-avatar img {
    width: 60px;
    height: 60px;
}

.profile-info {
    margin-left: 20px;
}

.profile-info .info {
    display: inline-block;
    margin-left: 5px;
}

.profile-group {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: rgb( 34, 34, 34 );
    font-weight: bold;
    line-height: 1.286;
    margin-bottom: 10px;
}

.profile-registered {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: rgb( 119, 119, 119 );
    line-height: 1.5;
}

.head-switcher {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb( 0, 114, 188 );
    height: 35px;
    padding-left: 20px;
}

.head-switcher div {
    display: inline-block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.25;
    margin: 7px 12px;
    color: rgb( 0, 74, 150 );
    border-bottom: 1px dotted rgb( 0, 74, 150 );
    cursor: pointer;
}

.posts_mode .head-switcher .posts-head,.comments_mode .head-switcher .comments-head {
    color: rgb( 254, 254, 254 );
    background-color: rgb( 0, 114, 188 );
    border: none;
    padding: 7px 12px;
    margin: 0;
}

.posts_mode .body-switcher .comments-body{
    display: none;
}

.comments_mode .body-switcher .posts-body{
    display: none;
}

.posts-body .posts .post a {
    position: relative;
    line-height: 1.143;
    color: rgb( 0, 74, 150 );
}

.posts-body .posts .post a .category {
    position: absolute;
    left: 1px;
    top: 143px;
    font-family: Exo2-Bold, sans-serif;
    font-size: 9px;
    color: #fff;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 1px;
    letter-spacing: 0.167em;
    text-transform: uppercase;
}

.posts-body .posts .post img {
    margin-bottom: 6px;
}

.posts-body .posts .post .title {
    font-size: 21px;
    font-family: 'Exo2-Bold', sans-serif;
    font-weight: bold;
    display: inline;
    border-bottom:   1px solid #d1def8;
}

.posts-body .posts .post .content-preview {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: rgb( 60, 60, 60 );
    line-height: 1.538;
}

.comments-body ul.comments {
    list-style: none;
    padding: 0;
    font-size: 0;
}

.comments-body .comments .comment>div {
    display: inline-block;
}

.comments-body .comments .comment .title {
    width: 200px;
}

.comments-body .comments .comment .info {
    width: 600px;
    line-height: 1.286;
}

.comments-body .comments .comment .info .content-preview {
    line-height: 1.286;
    color: rgb( 34, 34, 34 );
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.comments-body .comments .comment .info .date {
    color: rgb( 85, 85, 85 );
    line-height: 1.636;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

.comments-body .comments .comment .info span {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: rgb( 0, 74, 150 );
    font-weight: bold;
    line-height: 1.125;
    margin-left: 10px;
}

.comments-body .comments .comment .karma {
    width: 200px;
    text-align: right;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: rgb( 116, 182, 95 );
    font-weight: bold;
    line-height: 1.286;
}

.comments-body .comments .comment.bad .karma {
    color: rgb( 255, 0, 0 );
}

.comments-body .comments .comment .title a {
    font-size: 9px;
    font-family: Arial, sans-serif;
    color: rgb( 85, 85, 85 );
    line-height: 1.286;
    border: none;
}

.no-comments {
    color: rgb( 119, 119, 119 );
    line-height: 1.25;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-top: 40px;
    margin-left: 22px;
}

.profile-banner {
    position: relative;
    margin-bottom: 12px;
}

.profile-banner .image-banner {
    width: 1000px;
    height: 140px;
}

.profile-banner .image-logo {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 21px;
    top: 1px;
}

.post-preview-small .info a,
.post-preview .info a,
.post .info a {
    color: #3c3c3c;
    font-weight: bold;
    border-color: #ddd;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

.post-preview-small .info a:hover,
.post-preview .info a:hover,
.post .info a:hover {
    color: #d30000;
    border-color: #FFB3B3;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.read-also, .last-news {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 10px;
    padding-left: 1px;
    padding-right: 8px;
    margin-top: 38px;
    padding-bottom: 14px;
}

.last-news {
    padding-left: 11px;
    margin-left: 0;
    padding-top: 14px;
    margin-top: 11px;
    margin-bottom: 22px;
    border: none;
    background-color: rgb(245, 242, 239);
}

.read-also .title-also {
    color: rgb( 34, 34, 34 );
    font-size: 19px;
    font-family: 'Exo2-Bold', sans-serif;
    margin-bottom: 12px;
    margin-left: 2px;
}

.post-preview {
    width: 300px;
}

.post-preview img {
    width: 295px;
    height: 162px;
}

.post-preview a.image {
    border: none;
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-bottom: 8px;
}

.post-preview a.image div.category {
    position: absolute;
    left: 0;
    top: 142px;
    padding: 4px 5px 4px 7px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo2-Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}

.read-also .post-preview>a img, .last-news .post-preview>a img{
    margin-bottom: 6px;
}

.read-also .post-preview>a .title, .last-news .post-preview>a .title{
    margin-left: 0;
    margin-right: 0;
    text-transform: none;
    font-family: Exo2-Bold, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    display: inline;
    border-bottom: 1px solid #d1def8;
}

.read-also .post-preview>a.image, .last-news .post-preview>a.image {
    color: #004a96;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

.read-also .post-preview>a.image:visited, .last-news .post-preview>a.image:visited {
    color: #4c7eb4;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

.read-also .post-preview>a.image:hover .title, .last-news .post-preview>a.image:hover .title {
    color: #d30000;
    border-color: #FFB3B3;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.post-preview .content-preview {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: rgb( 60, 60, 60 );
    line-height: 1.538;
}

.post-preview .content-preview p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.read-also .post-preview .info, .last-news .post-preview .info {
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: rgb( 60, 60, 60 );
    margin-left: 0;
    margin-bottom: 15px;
}

.read-also ul.posts, .last-news ul.posts {
    width: 680px;
    margin-top: 0;
}

li.post-preview-small {
    width: 299px;
    vertical-align: top;
    border-top: 1px solid #dfdfdf;
    display: inline-block;
    padding-top: 15px;
    padding-left: 1px;
    margin-right: 41px;
}

li.post-preview-small.no-border {
    border: none;
    padding-top: 0;
}

.post-preview-small img {
    width: 90px;
    height: 90px;
}

.read-also .post-preview-small .title, .read-also .post-preview-small .info,
.last-news .post-preview-small .title, .last-news .post-preview-small .info {
    margin-left: 0;
    margin-right: 0;
    text-transform: none;
}

.post-preview-small .title {
    font-family: Exo2-Bold, sans-serif;
    font-size: 15px;
    line-height: 1.429;
    overflow: hidden;
    margin-bottom: 6px;
}

.post-preview-small .info {
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.post-preview-small .title a{
    color: #004a96;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

.post-preview-small .title a:visited {
    color: #4c7eb4;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

.post-preview-small .title a.hover,
.post-preview-small .title a:hover {
    color: #d30000;
    border-color: #FFB3B3;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.post-preview-small .content-small {
    width: 201px;
}

.post-preview-small .category {
    font-family: Exo2-Bold, sans-serif;
    font-size: 9px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
    padding: 4px 5px 4px 6px;
    margin-bottom: 1px;
    letter-spacing: 0.167em;
    text-transform: uppercase;
}

.post-preview-small .category a{
    border: none;
    color: inherit;
}
.post-preview-small .image {
    padding-right: 7px;
    font-size: 0;
    margin: 0;
    border: none;
}

.main-theme {
    /*background-image: url('../img/megatheme.png');*/
    margin-bottom: 7px;
}

.main-theme a {
    border: none;
}
.main-theme img {
    width: 1000px;
    height: 85px;
}

.main-theme div {
    margin-left: 300px;
}

.main-theme .title {
    display: inline-block;
    font-family: Exo2-SemiBold, sans-serif;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 28px;
    margin-bottom: 21px;
}

.main-theme .date {
    padding-top: 19px;
}
.main-theme .date,
.post .date,
.special-list .text .date {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #3c3c3c;
}

.special-list {
    width: 320px;
    background-color: #f0eff5;
}

.special-list .special-title {
    font-family: Exo2-Bold, sans-serif;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.special-list .special-title a {
    padding-bottom: 1px;
    color: #3c3c3c;
    border-bottom-color: #dddddd;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

.special-list .special-title a:hover {
    color: #d30000;
    border-color: #FFB3B3;
    text-decoration: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.special-list .special-title:before {
    content: "#";
    color: #9b9b9b;
}

.special-list .post {
    padding-bottom: 22px;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px dashed #dfdfdf;
}

.special-list .post.last {
    border: none;
}

.special-list .image {
    padding-right: 8px;
    border: none;
}

.special-list img {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 6px;
}

.special-list .text {
    width: 230px;
    margin-left: 78px;
    padding-right: 15px;
}

.special-list .text .title {
    font-family: Exo2-Bold, sans-serif;
    font-size: 15px;
    line-height: 21px;
}

.special-list .text .date {
    margin-top: 4px;
}

.special-list .link {
    background-color: #e4e1f0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.special-list .link a{
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #3c3c3c;
    border-bottom-color: #9b9b9b;
    -webkit-transition-property: color,border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
}

.special-list .link a:hover {
    color: #d30000;
    border-color: #FFB3B3;
    text-decoration: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.latest-big {
    margin-bottom: 25px;
}

.latest-mid {
    margin-bottom: 46px;
}

.latest-mid .post,
.latest-big .post {
    width: 295px;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    margin-right: 25px;
}

.latest-big img {
    width: 295px;
    height: 295px;
}

.latest-small .post a,
.latest-mid .post a,
.latest-big .post a {
    position: relative;
    display: inline-block;
    border: none;
    margin-bottom: 5px;
}

.latest-small .post .category,
.latest-mid .post .category,
.latest-big .post .category {
    position: absolute;
    left: 0;
    font-family: Exo2-ExtraBold, sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.18em;
    padding: 4px 7px;
    text-transform: uppercase;
    color: #fff;
}

.latest-big .post .category {
    top: 275px;
}

.latest-mid .post .category {
    top: 142px;
}

.latest-small .post .category {
    top: 5px;
    right: 6px;
    left: auto;
}

.latest-mid .post .title,
.latest-big .post .title {
    font-size: 18px;
    display: inline;
    line-height: 23px;
    border-bottom: 1px solid #d1def8;
}

.latest-big .post .content-preview {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
}

.latest-big .post .content-preview p {
    margin: 0;
}

.latest-mid img {
    width: 295px;
    height: 162px;
}

.banner-horizontal {
    width: 1000px;
    height: 120px;
    background-color: #f5f2ef;
    padding-left: 10px;
}

.second-floor {
    margin-top: 43px;
    margin-bottom: 51px;
}

.main-post {
    width: 320px;
    background-color: #f5efea;
    padding-top: 13px;
    padding-bottom: 10px;
}

.latest-small .post {
    width: 284px;
    float: left;
    margin-left: 11px;
    margin-right: 40px;
    font-size: 0;
}

.latest-small .post .image {
    font-size: 0;
    margin-bottom: 0;
    padding-right: 6px;
}

.latest-mid .last {
    display: inline-block;
}

.latest-mid .last .post,
.latest-small .last .post {
    margin-right: 0;
}

.latest-small img {
    width: 110px;
    height: 110px;
    margin-top: 5px;
}

.latest-small .post .title {
    font-size: 15px;
    line-height: 21px;
    display: inline;
    border-bottom: 1px solid #d1def8;
}

.latest-small .post .text {
    float: right;
    width: 168px;
}

.third-floor {
    margin-top: 40px;
}

.latest-mid.horizontal {
    margin: 0;
}

.latest-mid.horizontal img {
    width: 169px;
    height: 95px;
}

.latest-mid.horizontal .post {
    width: 183px;
    margin-right: 55px;
}

.latest-mid.horizontal .last {
    display: inline-block;
}

.latest-mid.horizontal .last .post {
    margin-right: 0;
}

.latest-mid.horizontal .title {
    font-size: 15px;
    line-height: 21px;
}

.latest-mid.horizontal .text{
    float: none;
}

.latest-mid.horizontal .post .category {
    top: 75px;
    right: auto;
    left: 0;
}

.latest-small.vertical {
    margin-top: 34px;
    width: 304px;
}

.latest-small.vertical img {
    margin: 0;
}

.latest-small.vertical .text {
    margin-top: 19px;
}

.latest-small.vertical .category {
    top: 0;
    right: auto;
    left: 116px;
}

.latest-small.vertical .post {
    padding-top: 14px;
    padding-bottom: 23px;
    border-bottom: 1px solid #eeeeee;
}

.editor-choice {
    margin-top: 27px;
    width: 666px;
    background-color: #f5f2ef;
}

.editor-choice .special-title {
    font-size: 22px;
    line-height: 26px;
    margin-top: 12px;
    margin-left: 11px;
    margin-bottom: 15px;
}

.editor-choice .post {
    margin-top: 0;
    border: none;
    padding-bottom: 0;
    margin-right: 27px;
}

.editor-choice img {
    margin-top: 0;
}

.editor-choice .latest-small img {
    margin-top: 5px;
}

.editor-choice .latest-mid {
    margin-bottom: 32px;
}

.editor-choice .latest-big {
    margin-bottom: 0;
}

.editor-choice .latest-main {
    margin-bottom: 30px;
}

.editor-choice .text {
    margin-left: 0;
}

.editor-choice .latest-mid.horizontal .post {
    margin-right: 24px;
}

.special-list.image {
    width: 300px;
    margin-right: 20px;
}

.special-list .banner {
    width: 300px;
    height: 430px;
    margin: 0;
}

.comments_mode .comments .comment {
    padding: 0;
}

.fback input, textarea {
    border:0px;
    border-color: #FFFFFF;
    width: 100%;
    height: 100%;
}
.fback-label {
    font-size: 12px;
    font-weight: normal;
}
.fback-input {
    border:1px solid #9EA5A7;
    padding: 7px 5px;
    margin-bottom: 18px;
}
.fback-input.email{
    width: 350px;
}
.fback-input.theme {
    width: 470px;
}
.fback-input.texts {
    width: 530px;
    height: 190px;
}
.fback-button {
    background-color: #94BFDB;
    height: 50px;
    width: 150px;
    margin-top: 10px;
}
.fback-button button{
    background-color: #94BFDB;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.counter.inpost {
    margin-left: 15px;
    margin-top: 11px;
}

.post .counter_little {
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    color: #c3c3c3;
    font-size: 12px;
}

.post .counter_little i {
    padding-top: 4px;
}
.post .counter_little span{
    vertical-align: top;
}

.vote_posts {
    margin-top: 10px;
    margin-left: 14px;
    padding-left: 6px;
    font-size: 14px;
    width: 228px;
    border: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 64px;
}
.vote_posts-line2 {

}
.vote_posts-line2-cell0 {
    float: left;
    width: 128px;
}
.vote_posts-line2-cell1 {
    float: left;
    width: 64px;
    text-align: right;
    padding-right: 3px;
}
.vote_posts-line2-cell2 {
    float: left;
    width: 10px;
}
.xcom-shop_banner {
    margin-bottom: 25px;
    margin-top: 25px;
}
