@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700,400,600);
@import url(/css/media.css);
@import url(/css/animate.css);
@import url(/css/font-awesome.css);

::-webkit-scrollbar-track {
 background-color: #f5f8fa;
 webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
 background-color: #f5f8fa;
 height: 6px;
 width: 6px;
}

::-webkit-scrollbar-thumb {
 background-color: #43c0fa;
}

* {
 box-sizing: border-box;
 moz-box-sizing: border-box;
 o-box-sizing: border-box;
}

html,body {
 height: 100%;
}

@-webkit-keyframes fade-in {
 0% {
 opacity: 0;
 }

 100% {
 opacity: 1;
 }
}

@-moz-keyframes fade-in {
 0% {
 opacity: 0;
 }

 100% {
 opacity: 1;
 }
}

@-o-keyframes fade-in {
 0% {
 opacity: 0;
 }

 100% {
 opacity: 1;
 }
}

@keyframes fade-in {
 0% {
 opacity: 0;
 }

 100% {
 opacity: 1;
 }
}

body {
 color: #49565E;
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 line-height: 20px;
}

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

ul,li {
 list-style: none;
}

input,button,textarea {
 outline: none;
}



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

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

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

article p {
 margin: 10px 0;
}

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

strong {
 font-weight: bold;
}

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

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

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

td,th {
 padding: 0;
}

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

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

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

h1 {
 color: #1d3037;
 font-size: 24px;
 font-weight: 400;
 line-height: 30px;
 margin: 20px 0;
}

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

h3 {
 color: #3a3a3a;
 font-size: 18px;
 font-weight: 400;
 margin: 15px 0;
}

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

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

input[type=text],
input[type=password],
textarea {
 border: 1px solid #e6eaf0;
 border-radius: 0;
 font-family: 'PT Sans', Verdana, sans-serif;
 padding: 5px 10px;
 webkit-appearance: none;
 webkit-border-radius: 0;
}
textarea.mchat, input.mchat {height:30px;}
input[type=text]:focus,
input[type=text]:active,
textarea:focus,
textarea:active,
input[type=password]:focus,
input[type=password]:active {
 border: 1px solid #c9d0d6;
}

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

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

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

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

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

input[type=checkbox]:before {
 background: #f5f8fa;
 border: 1px solid #e6eaed;
 content: "";
 height: 16px;
 left: 0;
 position: absolute;
 top: 0;
 width: 16px;
}

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

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

input[type=submit].uf-btn {color:#000;}

input[type=submit],
.button,
input[type=button],
input[type=reset] {
 background: #656e78;
 border: 0;
 border-radius: 3px 3px 3px 3px;
 color: #fff;
 cursor: pointer;
 padding: 4px 8px;
 webkit-border-radius: 3px 3px 3px 3px;
 width: auto !important;
}

input[type=submit]:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.tov_desc .goodsbutton:hover {
 background-color: #424952;
}

button {
 background-color: #e3625d;
 border: none;
 border-radius: 0;
 color: #ffffff;
 cursor: pointer;
 font-size: 14px;
 font-weight: bold;
 moz-transition: all 0.3s ease;
 o-transition: all 0.3s ease;
 padding: 6px 15px;
 text-transform: uppercase;
 transition: all 0.3s ease;
 webkit-appearance: none;
 webkit-border-radius: 0;
}

select {
 border: 1px solid #e6eaed;
 background-color: #e6eaed;
 font-weight: normal;
 outline: none;
 padding: 2px 5px;
}


#page {
 background: #EAEBEF url('/img/kinobg.jpg');
 color: #49565E;
 margin-bottom: -100px;
 min-height: 100%;
 padding-bottom: 100px;
}

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

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

.float_left {
 float: left;
}

.float_right {
 float: right;
}

.centertext {
 text-align: center;
}

.clearfix:after,
.clearfix:before {
 clear: both;
 content: " ";
 display: block;
 height: 0;
 overflow: hidden;
}

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

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

.transition {
 moz-transition: all 0.3s ease;
 o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 webkit-transition: all 0.3s ease;
}

.mobilemenu {
 display: none;
 font-size: 32px;
 line-height: 50px;
 moz-transition: all 0.7s ease;
 o-transition: all 0.7s ease;
 text-align: center;
 transition: all 0.7s ease;
 webkit-transition: all 0.7s ease;
}

header .mobileclicked span {
 background-color: #23a4cc;
}

.mobileclicked + .uMenuV .uMenuRoot {
 opacity: 1;
 transition: top .3s ease, opacity .3s ease;
 visibility: visible;
}

header {
 background: #fff;
 border-bottom: 3px solid #f5f8fa; 
 -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1); 
 height: 50px;
 line-height: 50px;
 position: fixed;
 width: 100%;
 z-index: 1000;
}

header #logo {
 color: #49565e;
 float: left;
 font-size: 30px;
 font-weight: bold;
 left: 20px;
 position: relative;
}

header #top_right {
 float: right;
}

header nav {
 float: left;
}

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

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

header form {
 float: right;
}

header form input[type=text] {
 background: #fff url('/img/search_site.png') right 6px center no-repeat;
 border: 2px solid #4ec0e6;
 border-radius: 15px;
 color: #625b6e;
 height: 30px;
 line-height: 30px;
 margin-left: 20px;
 moz-transition: width 0.5s ease;
 o-transition: width 0.5s ease;
 padding: 0 0 0 10px;
 transition: width 0.5s ease;
 webkit-transition: width 0.5s ease;
 width: 30px;
}

header form input[type=text]:hover,
header form input[type=text]:focus,
header form input[type=text]:active {
 border: 2px solid #3db2d9;
 color: #625b6e;
 padding: 0 0 0 10px;
 position: relative;
 width: 200px;
}

.line {
 clear: both;
}

/* MENU HEADER */
.uMenuRoot {
 float: left;
 width: 100%;
 list-style: none;
 margin-bottom: 10px;
}

.uMenuRoot li {
 float: left;
 position: relative;
 display: block;
}

.uMenuRoot li a {
 display: block;
 padding: 0 8px;
 text-decoration: none;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px;
 border-radius: 1px;
}

.uMenuRoot li a:hover {
 background: #f5f8fa;
 text-decoration: none;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
.uMenuRoot ul {
 height: 35px;
 line-height: 35px;
 width: 100%;
 min-width: 150px;
 list-style: none;
 position: absolute;
 left: -9999px;
 /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
 opacity: 0;
 /* Устанавливаем начальное состояние прозрачности */
 -webkit-transition: 0.25s linear opacity;
 /* В Webkit выпадающие пункты будут проявляться */;
}

.uMenuRoot ul li {
 padding-top: 2px;
 /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
 float: none;
}

.uMenuRoot ul a {
 white-space: nowrap;
 /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
 display: block;
}

.uMenuRoot li:hover ul {
 /* Выводим выпадающий пункт при наведении курсора */
 left: 0;
 /* Приносим его обратно на экран, когда нужно */
 opacity: 1;
 /* Делаем непрозрачным */;
}

.uMenuRoot li:hover a {
 /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
 background: #f5f8fa;
 text-decoration: none;
}

.uMenuRoot li:hover ul a {
 /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
 text-decoration: none;
 -webkit-transition: -webkit-transform 0.075s linear;
}

.uMenuRoot li:hover ul li a:hover {
 /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
 background: #e6eaed;
 text-decoration: none;
 -webkit-transition: background 500ms ease;
 -moz-transition: background 500ms ease;
 -ms-transition: background 500ms ease;
 -o-transition: background 500ms ease;
 transition: background 500ms ease;
}

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

aside {
 color: #49565e;
 float: left;
 padding-right: 20px;
 width: 300px;
}

.block {
 background: #fff;
 border-radius: 1px;
 margin-bottom: 40px;
 moz-border-radius: 1px;
 o-border-radius: 1px;
 webkit-border-radius: 1px;
 -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1); 
 
}

aside .block {
 margin-bottom: 20px;
 padding: 20px;
}

#content {
 background: #fff;
 border-radius: 1px;
 moz-border-radius: 1px;
 o-border-radius: 1px;
 overflow: hidden;
 webkit-border-radius: 1px;
 -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1); 
}

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

#iplus input {
 width: auto !important;
}

ul[id*="uStarRating"] a,
#shop-basket a.remove {
 moz-transition: none;
 transition: none;
 webkit-transition: none;
}

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

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

.com-order-block {
 background: #f5f8fa;
 padding: 8px;
 border-radius: 5px;
 border: 1px solid #e6eaed;
}

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

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

.catsTd,
#uNMenuDiv2 li {
 height: 30px;
 line-height: 30px;
 padding: 0 8px 0 8px;
 position: relative;
}

.catsTd:hover,
#uNMenuDiv2 li:hover {
 background: #f5f8fa;
}

.catsTable a {
 display: inline-block;
 margin: 5px 0;
 word-break: break-word;
}

.catsTable .catNumData {
 background: #b0bac2;
 border-radius: 1px;
 color: #fff;
 height: 30px;
 padding: 2px 3px 0 2px;
 position: absolute;
 right: 20px;
 text-align: center;
 top: 5px;
 width: 30px;
}

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

div.fakefile input[type=button] {
 height: auto !important;
 width: auto !important;
}

.uploaderPhotosContainer input.file {
 height: 39px !important;
 width: 107px !important;
}

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

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

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

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

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

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

.blocktitle {
 display: block;
 font-size: 20px;
 margin-bottom: 20px;
 text-align: center;
}

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

.calTable {
 background: #28323B url("/img/calendar_bg.jpg") no-repeat;
 background-size: cover;
 border-collapse: collapse;
 margin: -20px;
 overflow: hidden;
 table-layout: fixed;
 width: 280px;
}

.calWday,.calWdaySe,.calWdaySu {
 color: #fff;
 font: 300 15px 'Open Sans';
 padding: 10px;
}

.calMday,.calMdayIs,.calMdayA,.calMdayIsA {
 color: #ccc;
 font: 15px 'Open Sans';
 padding: 15px;
}

.calMdayA {
 color: #fff;
}

.calMonth a,.calMdayIs a,.calMdayIsA a {
 color: #fff;
}

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

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

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

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

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

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

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

.calMdayA {
 background: #4ec0e6;
}

.calMdayIs a {
 color: #39d7ff;
}

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

.tOnline {
 margin-top: 10px;
}

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

.pollButton {
 margin: 10px 0;
}

.pollButton input {
 padding: 10px 20px;
}

.pollLnk {
 text-align: center;
}

.pollLnk a {
 color: #909090;
 display: inline-block;
 font-size: 12px;
 padding: 5px;
}

.pollLnk a:hover {
 color: #e3625d;
}

.pollTot {
 color: #909090;
 font-size: 12px;
 text-align: center;
}

.pollTot b {
 color: #49565e;
}

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

.mini_time {
 color: #aaaaaa;
 float: right;
}

.cMessage {
 color: #454849;
 padding-top: 5px;
}

.mini_send {
 margin: 20px 0 12px 0;
}

.mini_send input[name="code"] {
 float: left;
 margin-right: 10px;
 width: 52% !important;
}

.mini_send input[type=text] {
 border-radius: 5px;
 height: 36px;
 margin-bottom: 10px;
}

.mini_message {
 display: table-cell;
 width: 180px;
}

.mini_message textarea {
 max-width: 190px;
 min-height: 140px;
 width: 100%;
}

.mini_sendbutons {
 display: table-cell;
 position: relative;
 text-align: center;
 vertical-align: top;
}

.mini_sendbutons div {
 margin-top: 5px;
 width: auto !important;
}

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

.mini_sendbutons input[type=submit] {
 bottom: 0;
 left: 50%;
 margin-left: -20px;
 padding: 5px 10px;
 position: absolute;
 width: 40px !important;
}

footer {
 color: #fff;
 font-size: 12px;
 margin-top: -60px;
 min-height: 60px;
}

.copyright {
 background-color: #424952;
 min-height: 60px;
 overflow: hidden;
}

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

.whitelink, .copyright a {
 color: #aab3bd;
}

.whitelink:hover {
 color: #fff;
 text-decoration: underline;
}

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

.pagination a,.swchItem,.swchItem1 {
 background-color: #788B97;
 border: 0;
 border-radius: 3px 3px 3px 3px;
 color: #fff!important;
 cursor: pointer;
 padding: 4px 8px;
 webkit-border-radius: 3px 3px 3px 3px;
 width: auto!important;
}

.swchItemA,.pgSwchA,.swchItemA1 {
 background-color: #5F717C;
 border: 0;
 border-radius: 3px 3px 3px 3px;
 color: #fff!important;
 cursor: pointer;
 padding: 4px 8px;
 webkit-border-radius: 3px 3px 3px 3px;
 width: auto!important;
}

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

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

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

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

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

.category #allEntries div[id*="entryID"],
.category .archiveEntries div[id*="entryID"] {
 background: #fff;
 float: left;
 position: relative;
 -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
}

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

.category .table {
 height: 72px;
}

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

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

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

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

.entDots,
.entryReadAll {
 display: none;
}

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

.serial-item .play {
 background: url("/img/play.png") center center no-repeat;
 background-color: rgba(52, 73, 94, 0.2);
 display: block;
 height: 89.5%;
 left: 0;
 moz-transition: 0.5s;
 opacity: 0;
 o-transition: 0.5s;
 position: absolute;
 top: 0;
 transition: 0.5s;
 webkit-transition: 0.5s;
 width: 100%;
}

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

.img-box img {
 height: 270px;
 width: 180px;
}

.img-box-news .post_meta {
 margin-top: 20px;
}

.title_poster {
 color: #49565e;
 display: block;
 font-size: 15px;
 font-weight: 500;
 margin-top: -8px;
 overflow: hidden;
 padding: 8px;
 white-space: nowrap;
 width: 172px;
}

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

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

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

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

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

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

#content a h2 {
 color: #1D3037;
 font-size: 24px;
 font-weight: normal;
 margin: 0 0 20px 0;
 moz-transition: all 0.3s ease;
 o-transition: all 0.3s ease;
 padding: 0;
 position: relative;
 text-align: left;
 transition: all 0.3s ease;
 webkit-transition: all 0.3s ease;
}

#content a h2:after {
 display: none;
}

#content a h2:hover {
 color: #e3625d;
}

.post_meta {
color: #656e78;
 border-bottom: 1px solid #f5f8fa;
 border-top: 1px solid #f5f8fa;
 line-height: 20px;
 overflow: hidden;
 padding: 0 0 0 20px;
}

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

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

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

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

.post_meta ul {
 display: inline-block;
 margin-right: 20px;
 position: relative;
 top: 3px;
}
.post_meta span,
.inf_meta span {
 color: #6A7E8A;
 display: inline-block;
 font-size: 13px;
 padding: 8px 8px 8px 0;
}

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

 color: #fff;
 float: right;
 font-size: 14px;
 padding: 10px 20px;
 text-align: center;
 text-transform: uppercase;
}

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

.archiveNoEntry,
.archiveCalendars,
.archiveDateTitle {
 background: #fff;
 padding: 20px;
}

.archiveEntryTitle {
 background: #fff;
 padding: 0 20px 20px 20px;
}

.news_title {
 z-index:2; 
 color: #fff;
 font-size: 24px;
 font-weight: bold;
 margin: 15px;
 position: absolute;
 text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.news_title:after {
 bottom: 0px;
 content: '';
 height: 1px;
 left: 0px;
 position: absolute;
 top: 30px;
 width: 50px;
}

.news_title:after {
 background:#39d7ff;box-shadow:0px 1px 5px rgba(41,188,255,0.8)
}

.news_img {
 width: 100%;
}

.black-layer {
 width:100%;
 height: 50px;
background: -moz-linear-gradient(top,rgba(66,73,82,0.77) 0%, rgba(66,73,82,0) 99%);background: -webkit-linear-gradient(top,rgba(66,73,82,0.77) 0%,rgba(66,73,82,0) 99%);background: linear-gradient(to bottom,rgba(66,73,82,0.77) 0%,rgba(66,73,82,0) 99%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4424952', endColorstr='#00424952',GradientType=0 ); display: block;
 position: absolute;
 top: 0;
}

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

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

.text_big {
 font-size: 24px;
 font-weight: 400;
 height: 30px;
 line-height: 30px;
 margin: 20px 0;
 text-align: left;
}

.text_small {
 font-size: 12px;
 font-weight: 400;
 height: 30px;
 line-height: 30px;
 margin: 20px 0;
 text-align: left;
}

.rows {
 overflow: hidden;
}

.row3 {
 float: left;
 margin-right: 3.5%;
 width: 31%;
}

.rows .row3:last-child {
 margin-right: 0;
}

.inf_text,
.block_head {
 color: #57473a;
 display: block;
 font-size: 16px;
 font-weight: 600;
 padding: 20px;
 text-align: left;
}

.block_head {
 text-align: center;
}

.block_content {
 padding: 0 20px 20px 20px;
 text-align: center;
}

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

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

#mainpage .inf_p {
 height: 100px;
}

.inf_p img {
 display: none;
}

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

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

.inf_img {
 position: relative;
}

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

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

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

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

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

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

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

#user-block {
 background: #fff;
 display: table;
 width: 100%;
}

.user-box {
 padding: 20px;
}

.user-ava {
 border-radius: 100%;
 float: left;
 height: 50px;
 margin-right: 15px;
 webkit-border-radius: 100%;
 width: 50px;
}

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

ul.user-nav {
 position: relative;
 width: 100%;
}

ul.user-nav a {
 color: #fff;
 float: left;
 font-size: 20px;
 height: 70px;
 line-height: 70px;
 text-align: center;
 width: 33.33%;
}

li a.sign-out {
 background: #fa6e52;
}

li a.sign-out:hover {
 background: #e8583f;
}
li a.user-profile {
background: #9fd468;
}

li a.user-profile:hover {
 background: #8dc251;
 }

li a.user-comm {
background: #4ec0e6;
}

li a.user-comm:hover {
 background: #3db2d9;
 }

.catNameActive {
 font-weight: bold;
}

.uMenuItemA {
 font-weight: bold;
}

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

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

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

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

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

.last-comm .cBlock1 {
 background: url("/img/last-comm-img.jpg") 0 2px no-repeat scroll transparent;
 display: block;
 margin-left: 8px;
 padding: 0 0 0 12px;
}

.last-comm .cBlock2 {
 background: url("/img/last-comm-img2.jpg") 0 2px no-repeat scroll transparent;
 display: block;
 margin-left: 8px;
 padding: 0 0 0 12px;
}

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

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

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

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

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

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

.reliz_image {
 height: 293px;
 overflow: hidden;
 width: 200px;
 background: #f5f8fa;
 padding:8px;
 
}

.reliz_left img {
 height: 100%;
 width: 100%;
 
 
}

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

.reliz_rating_in {
 color: #666;
 font-size: 11px;
}

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

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

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

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

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

.reliz_image,
.reliz_left img {
 border-radius: 0px;
 moz-border-radius: 0px;
 webkit-border-radius: 0px;
}

.reliz_title {
 font-size: 25px;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: -8px;
}

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

.player {
 background: #000;
}

.reliz-dwnld {
 text-align: center;
 width: 200px;
}

.reliz-dwnld a {
 background: #9fd468;
 border-radius: 1px;
 webkit-border-radius: 1px;
 color: #FFF;
 display: block;
 font-weight: 400;
 height: 35px;
 line-height: 35px;
 margin: 2rem 0;
 
}

.reliz-dwnld a:hover {
 background: #8dc251;
}

.screens {
 text-align: center;
 width: 100%;
}

.screens img {
 border-radius: 2px;
 margin: 2px;
 moz-border-radius: 1px;
 o-border-radius: 1px;
 webkit-border-radius: 1px;
 width: 32%;
 height:120px
}

.eTag {
 border: 1px solid #94A3AD;
 border-radius: 3px;
 color: #94A3AD;
 display: inline-block;
 font-size: .666rem;
 letter-spacing: 2px;
 margin-bottom: 8px;
 margin-right: 8px;
 padding: 0px 4px 0px 6px;
 text-decoration: none;
 text-transform: uppercase;
}

.eTag:hover {
 border: 1px solid #6A7E8A;
 color: #6A7E8A;
}

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

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

.gl-title-rel:hover {
 background: #3db2d9;
}

.add-news {
 background: #656e78;
 color: #fff;
 font-size: 15px;
 height: 40px;
 line-height: 40px;
 margin: 20px -20px -20px -20px;
 position: relative;
 text-align: center;
}

.add-news:hover {
 background: #424952;
}

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

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

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

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

.go-top {
 height: 15px; 
 text-align: center; 
}

.go-top a {
 display: inline-block;
 background: #FFF;
 width: 35px;
 height: 35px;
 line-height: 30px;
 text-align: center; 
 color: rgba(221,221,221,0.8); 
 border: 1px solid rgba(221,221,221,0.3); 
 -webkit-border-radius: 100% 100% 100% 100%;
 border-radius: 100% 100% 100% 100%;
color: #424952; 
}
.go-top a:hover {
 color: #fa6e52; 
}

#page-preloader{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #fff;z-index: 100500}.cssload-dots{width: 0;height: 0;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;outline: 1px solid red;filter: url(#goo);-o-filter: url(#goo);-ms-filter: url(#goo);-webkit-filter: url(#goo);-moz-filter: url(#goo)}.cssload-dot{width: 0;height: 0;position: absolute;left: 0;top: 0}.cssload-dot:before{content: "";width: 34px;height: 34px;border-radius: 49px;background: rgb(251,211,1);position: absolute;left: 50%;transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0);margin-left: -17.5px;margin-top: -17.5px}.cssload-dot:nth-child(5):before{z-index: 100;width: 44.5px;height: 44.5px;margin-left: -21.75px;margin-top: -21.75px;animation: cssload-dot-colors 4.6s ease infinite;-o-animation: cssload-dot-colors 4.6s ease infinite;-ms-animation: cssload-dot-colors 4.6s ease infinite;-webkit-animation: cssload-dot-colors 4.6s ease infinite;-moz-animation: cssload-dot-colors 4.6s ease infinite}.cssload-dot:nth-child(1){animation: cssload-dot-rotate-1 4.6s 0s linear infinite;-o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;-ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;-webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;-moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite}.cssload-dot:nth-child(1):before{background-color: rgb(255,50,112);animation: cssload-dot-move 4.6s 0s ease infinite;-o-animation: cssload-dot-move 4.6s 0s ease infinite;-ms-animation: cssload-dot-move 4.6s 0s ease infinite;-webkit-animation: cssload-dot-move 4.6s 0s ease infinite;-moz-animation: cssload-dot-move 4.6s 0s ease infinite}.cssload-dot:nth-child(2){animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;-o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;-ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;-webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;-moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite}.cssload-dot:nth-child(2):before{background-color: rgb(32,139,241);animation: cssload-dot-move 4.6s 1.15s ease infinite;-o-animation: cssload-dot-move 4.6s 1.15s ease infinite;-ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;-webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;-moz-animation: cssload-dot-move 4.6s 1.15s ease infinite}.cssload-dot:nth-child(3){animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;-o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;-ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;-webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;-moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite}.cssload-dot:nth-child(3):before{background-color: rgb(175,225,2);animation: cssload-dot-move 4.6s 2.3s ease infinite;-o-animation: cssload-dot-move 4.6s 2.3s ease infinite;-ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;-webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;-moz-animation: cssload-dot-move 4.6s 2.3s ease infinite}.cssload-dot:nth-child(4){animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;-o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;-ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;-webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;-moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite}.cssload-dot:nth-child(4):before{background-color: rgb(251,211,1);animation: cssload-dot-move 4.6s 3.45s ease infinite;-o-animation: cssload-dot-move 4.6s 3.45s ease infinite;-ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;-webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;-moz-animation: cssload-dot-move 4.6s 3.45s ease infinite}@keyframes cssload-dot-move{0%{transform: translateY(0)}18%, 22%{transform: translateY(-68px)}40%, 100%{transform: translateY(0)}}@-o-keyframes cssload-dot-move{0%{-o-transform: translateY(0)}18%, 22%{-o-transform: translateY(-68px)}40%, 100%{-o-transform: translateY(0)}}@-ms-keyframes cssload-dot-move{0%{-ms-transform: translateY(0)}18%, 22%{-ms-transform: translateY(-68px)}40%, 100%{-ms-transform: translateY(0)}}@-webkit-keyframes cssload-dot-move{0%{-webkit-transform: translateY(0)}18%, 22%{-webkit-transform: translateY(-68px)}40%, 100%{-webkit-transform: translateY(0)}}@-moz-keyframes cssload-dot-move{0%{-moz-transform: translateY(0)}18%, 22%{-moz-transform: translateY(-68px)}40%, 100%{-moz-transform: translateY(0)}}@keyframes cssload-dot-colors{0%{background-color: rgb(251,211,1)}25%{background-color: rgb(255,50,112)}50%{background-color: rgb(32,139,241)}75%{background-color: rgb(175,225,2)}100%{background-color: rgb(251,211,1)}}@-o-keyframes cssload-dot-colors{0%{background-color: rgb(251,211,1)}25%{background-color: rgb(255,50,112)}50%{background-color: rgb(32,139,241)}75%{background-color: rgb(175,225,2)}100%{background-color: rgb(251,211,1)}}@-ms-keyframes cssload-dot-colors{0%{background-color: rgb(251,211,1)}25%{background-color: rgb(255,50,112)}50%{background-color: rgb(32,139,241)}75%{background-color: rgb(175,225,2)}100%{background-color: rgb(251,211,1)}}@-webkit-keyframes cssload-dot-colors{0%{background-color: rgb(251,211,1)}25%{background-color: rgb(255,50,112)}50%{background-color: rgb(32,139,241)}75%{background-color: rgb(175,225,2)}100%{background-color: rgb(251,211,1)}}@-moz-keyframes cssload-dot-colors{0%{background-color: rgb(251,211,1)}25%{background-color: rgb(255,50,112)}50%{background-color: rgb(32,139,241)}75%{background-color: rgb(175,225,2)}100%{background-color: rgb(251,211,1)}}@keyframes cssload-dot-rotate-1{0%{transform: rotate(-105deg)}100%{transform: rotate(270deg)}}@-o-keyframes cssload-dot-rotate-1{0%{-o-transform: rotate(-105deg)}100%{-o-transform: rotate(270deg)}}@-ms-keyframes cssload-dot-rotate-1{0%{-ms-transform: rotate(-105deg)}100%{-ms-transform: rotate(270deg)}}@-webkit-keyframes cssload-dot-rotate-1{0%{-webkit-transform: rotate(-105deg)}100%{-webkit-transform: rotate(270deg)}}@-moz-keyframes cssload-dot-rotate-1{0%{-moz-transform: rotate(-105deg)}100%{-moz-transform: rotate(270deg)}}@keyframes cssload-dot-rotate-2{0%{transform: rotate(165deg)}100%{transform: rotate(540deg)}}@-o-keyframes cssload-dot-rotate-2{0%{-o-transform: rotate(165deg)}100%{-o-transform: rotate(540deg)}}@-ms-keyframes cssload-dot-rotate-2{0%{-ms-transform: rotate(165deg)}100%{-ms-transform: rotate(540deg)}}@-webkit-keyframes cssload-dot-rotate-2{0%{-webkit-transform: rotate(165deg)}100%{-webkit-transform: rotate(540deg)}}@-moz-keyframes cssload-dot-rotate-2{0%{-moz-transform: rotate(165deg)}100%{-moz-transform: rotate(540deg)}}@keyframes cssload-dot-rotate-3{0%{transform: rotate(435deg)}100%{transform: rotate(810deg)}}@-o-keyframes cssload-dot-rotate-3{0%{-o-transform: rotate(435deg)}100%{-o-transform: rotate(810deg)}}@-ms-keyframes cssload-dot-rotate-3{0%{-ms-transform: rotate(435deg)}100%{-ms-transform: rotate(810deg)}}@-webkit-keyframes cssload-dot-rotate-3{0%{-webkit-transform: rotate(435deg)}100%{-webkit-transform: rotate(810deg)}}@-moz-keyframes cssload-dot-rotate-3{0%{-moz-transform: rotate(435deg)}100%{-moz-transform: rotate(810deg)}}@keyframes cssload-dot-rotate-4{0%{transform: rotate(705deg)}100%{transform: rotate(1080deg)}}@-o-keyframes cssload-dot-rotate-4{0%{-o-transform: rotate(705deg)}100%{-o-transform: rotate(1080deg)}}@-ms-keyframes cssload-dot-rotate-4{0%{-ms-transform: rotate(705deg)}100%{-ms-transform: rotate(1080deg)}}@-webkit-keyframes cssload-dot-rotate-4{0%{-webkit-transform: rotate(705deg)}100%{-webkit-transform: rotate(1080deg)}}@-moz-keyframes cssload-dot-rotate-4{0%{-moz-transform: rotate(705deg)}100%{-moz-transform: rotate(1080deg)}}