/* vars
-----------------------------------------------------------------------------*/
/* imports
-----------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.post_content br
{
	margin-bottom: 10px;
	display: inline-block;
	line-height: 26px;
}

@media all and ( min-width : 0px )	 { 
  .post_content br { 
		display: block;
  }

  .post_content br:after{
	content: "";
	height: 14px;
  }
}

.left-image br {
	margin-bottom: 0;
	display: inline;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

/*  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

/*  height: auto;*/
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button {
	background-color: transparent;
	border: 0 none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="text"],
input[type="email"] {
  outline: none;
}
nav ul,
nav ol {
  margin-left: 0;
  list-style: none;
}
.fr {
	float: right;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	min-width: 1032px;
}

html,
body,
#container {
  height: 100%;
}
.wrapper {
  margin: 0 auto;
  min-width: 980px;
  min-height: 100%;
  max-width: 1160px;
  width: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}
#overflow-fix
{
	height: 100%;
}
.cboxElement:focus{
outline: 0px;
}
.green-bullet:before {
content: "• ";
color: #55ca03;
font-size: 2em;
line-height: .2em;
vertical-align: middle;
}
a.tdu {
    text-decoration: underline;
}
.blue {
color: #003663;
}
.main-post h1.large {
    font-size: 24px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 40px;
}
.header .header-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 980px;
  max-width: 1160px;
  width: 100%;
  height: 40px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 181px;
  width: 100%;
  height: 1%;
}
.middle:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.side-left {
  position: relative;
  float: left;
  margin-left: -100%;
  width: 340px;
  margin-right: -10px
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
.side-right {
  position: relative;
  float: left;
  margin-right: -10px;
  margin-left: -285px;
  width: 285px;
/*  overflow-x:hidden; */
}
/* Middle More
-----------------------------------------------------------------------------*/

.container {
  float: left;
/*  overflow: hidden; */
  width: 100%;
}
.container-n .content {
  padding: 0;
}
.container-n .side-left,
.container-n .side-right {
  display: none !important;
}
.container-r .content {
  padding: 0 290px 0 0;
  position: relative;
}
.container-r .side-left {
  display: none !important;
}
.container-l .content {
  padding: 0 0 0 340px;
}
.container-l .side-right {
  display: none !important;
}
.container-lr .content {
  padding: 0 285px 0 340px;
}
.container-ll .content {
  padding: 0 0 0 625px;
}
.container-rr .content {
  padding: 0 625px 0 0;
}
.container-ll .side-right {
  left: 340px;
  margin-left: -100%;
}
.container-rr .side-left {
  margin-left: -625px;
}
.container-rr .side-right {
  margin-left: -285px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin: -151px auto 0;
  height: 171px;
}
.footer-seo {
  height: 233px;
}
.footer .footer-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 980px;
  max-width: 1160px;
  width: 100%;
  height: 171px;
}
.footer .footer-inner-seo {
    height: 233px 
}
p {
  margin: 5px 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 21px;
  font-weight: 200;
  line-height: 27px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 36px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.block-best .flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
 /* margin: 0 0 60px;*/
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
/*  background: url(images/bg_direction_nav.png) no-repeat 0 0; */
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
/*.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
*/
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
  .top-menu .vis {display: none;}
}
.tip-question {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 15px;
  height: 15px;
  background-color: #cbcbcb;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.tip-question:hover {
  background-color: #41729b;
  box-shadow: inset 0 3px rgba(0, 0, 0, 0.9);
}

.tipsy {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  padding: 5px;
  z-index: 1000;
}
.tipsy-inner {
  background-color: #376186;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}
/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px @c-blue; -webkit-box-shadow: 0 0 5px @c-blue; -moz-box-shadow: 0 0 5px @c-blue; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #003663;
}
/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #003663;
}
.tipsy-arrow-s {
  border-top-color: #003663;
}
.tipsy-arrow-e {
  border-left-color: #003663;
}
.tipsy-arrow-w {
  border-right-color: #003663;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.tipsy a:hover {
	color: white;
	border-bottom: none;
}

.header {
  z-index: 1001;
  margin-bottom: 13px;
}

.header.spaced {
  margin-bottom: 28px;
}
.header .header-inner {
  padding: 0 10px;
}
.header .logo {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 143px;
  height: 50px;
  background: url(img/logo-top.png) 0 0 no-repeat;
}

.header .logo_anti{
  background: url(img/logo-top-anti.png) 0 0 no-repeat;
}


.top-menu {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 4px 0 0 10px;
}
.top-menu ul li {
	position: relative;
	float: left;
	height: 34px;
	color: #ffffff;
}
.top-menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	height: 34px;
	color: inherit;
	text-transform: uppercase;
	line-height: 34px;
}
.top-menu ul li:hover,
.top-menu ul li.current {
	color: #55ca03;
}
.top-menu ul li:hover a .pink,
.top-menu ul li.current a .pink {
	color: #ffffff;
}
.top-menu ul li.login {
	margin-top: -4px;
	width: 48px;
	height: 48px;
	background: url(img/icons-user-round-48.png) 0 0 no-repeat;
}
.top-menu ul li.login a {
	padding: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 11px;
	line-height: 48px;
}
.top-menu ul li.login:hover,
.top-menu ul li.login.current {
	color: #ffffff;
}
.top-menu ul li.dropdown {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 9px;
	padding: 0 6px;
	height: 16px;
	background-color: #00afc9;
	text-align: center;
}

.top-menu ul li.dropdown a {
	float: none;
	margin: 0 4px;
	padding: 0;
	line-height: 16px;
}
.top-menu ul li.dropdown a:hover {
	background: transparent;
}
.top-menu ul li.dropdown > div {
	position: absolute;
	left: -9999px;
}
.top-menu ul li.dropdown:hover > a {
	color: #ffffff;
}
.top-menu ul li.dropdown.active:hover div,
.top-menu ul li.dropdown.tag > div {
	top: 30px;
	left: 50%;
}

.top-menu ul li.dropdown:hover div ul, .top-menu ul li.dropdown.tag div ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	left: -50%;
	width: 100%;
	z-index: 1000;
	display: block;
	padding: 5px;
	background-color: #003663;
	box-shadow: 0 1px 3px rgba(62, 62, 62, 0.9);
}

.top-menu ul li.dropdown:hover div ul:before, .top-menu ul li.dropdown.tag div ul:before {
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-right: 4px solid rgba(255, 255, 255, 0);
	border-bottom: 4px solid #003663;
	border-left: 4px solid rgba(255, 255, 255, 0);
	content: '';
}
.top-menu ul li.dropdown:hover div ul li, .top-menu ul li.dropdown.tag div ul li {
	display: block;
	float: none;
	margin: 0;
	height: 25px;
}
body.auth .top-menu ul li.dropdown.more div ul li {
    width: 215px;
}
.top-menu ul li.dropdown:hover div ul li:hover, .top-menu ul li.dropdown.tag div ul li:hover {
	background: transparent;
}
.top-menu ul li.dropdown:hover div ul a, .top-menu ul li.dropdown.tag div ul a {
	display: block;
	float: none;
	padding: 0 8px;
	height: 25px;
	border-bottom: 1px solid #012544;
	text-align: left;
	text-transform: none;
    font-weight: bold;
    font-size: 12.5px;
	line-height: 25px;
}
.top-menu ul li.dropdown:hover div ul a:hover {
	background: transparent;
}

.top-menu ul li.dropdown.tag:hover div ul li {
	display: block;
}

.top-menu ul li.dropdown.tag div ul li {
	display: none;
}

.top-menu ul li.dropdown.tag div ul li:first-child,
.top-menu ul li.dropdown.tag div ul li:first-child a {
	display: inline-block;
    padding-left: 2px;
}

.top-menu ul li.dropdown:hover div ul li:last-child a, .top-menu ul li.dropdown.tag div a {
	border: 0;
}
.top-menu ul li.dropdown:hover div ul li.has-selector {
  height: 32px;
}
.top-menu ul li.dropdown:hover div ul li.has-selector a {
  height: 32px;
  line-height: 32px;
}
.top-menu ul li.dropdown:hover div ul li.info {
    padding: 6px 0;
    height: auto;
    color: #9cbbd4;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
    line-height: 1.2;
}
.top-menu ul li.dropdown h1
{
	padding: 0px;
	margin: 0px;
	display: inline;
}
.top-menu ul li.has-filter a {
	float: none;
}
.top-menu ul li.has-filter > div {
	position: absolute;
	left: -9999px;
}
.top-menu ul li.has-filter.current > div,
.top-menu ul li.has-filter:hover > div {
	top: 35px;
	left: 50%;
}
.top-menu ul li.has-filter.current > div ul,
.top-menu ul li.has-filter:hover > div ul {
	position: relative;
	left: -50%;
	z-index: 1000;
	display: block;
}
.top-menu ul li.has-filter.current > div ul:before,
.top-menu ul li.has-filter:hover > div ul:before {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -5px;
	width: 18px;
	height: 10px;
	content: '';
	background: url(img/top-filter-bullet.png) 0 50% no-repeat;
}
.top-menu ul.dropdown-tags > li{
	text-align: left;
}
.top-menu ul li.has-filter.current > div ul li,
.top-menu ul li.has-filter:hover > div ul li {
	display: block;
	float: none;
	margin: 0;
}
.top-menu ul li.has-filter.current > div ul li:hover,
.top-menu ul li.has-filter:hover > div ul li:hover {
	background: transparent;
}
.top-menu ul li.has-filter.current > div ul a,
.top-menu ul li.has-filter:hover > div ul a {
	display: inline-block;
	float: none;
	height: 22px;
	border-bottom: 1px dotted #003663;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #003663;
}
.top-menu ul li.tag {
	background-color: transparent;
}
.top-menu ul li.tag > a {
	color: inherit;
}
.top-menu ul li.tag div {
	top: 30px;
}
.top-menu ul li.tag:hover div ul li {
  height: 16px;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
.top-menu ul li.tag div ul li {
  height: 16px;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
.top-menu ul li.dropdown.tag div ul li {
	height: 16px;
}
.top-menu ul li.tag div ul li.date {
  padding: 0 8px;
  color: #a3aebc;
  text-align: left;
  text-transform: none;
  font-size: 10px;
}
.top-menu ul li.tag div ul li.clear {
	height: 25px;
}
.top-menu ul li.tag div ul a {
   display: inline-block;
   float: none;
   padding-right: 20px;
   height: 18px;
   border-bottom: 0;
   color: #fff;
   white-space: nowrap;
   font-weight: normal;
   font-size: 12px;
   line-height: 18px;
}
.top-menu ul li.tag:hover div ul a {
   display: inline-block;
   float: none;
   padding-right: 20px;
   height: 18px;
   border-bottom: 0;
   color: #fff;
   white-space: nowrap;
   font-weight: normal;
   font-size: 12px;
   line-height: 18px;
}
.top-menu ul li.tag:hover div ul a:hover {
  color: #55ca03;
}
.top-menu ul li.tag:hover div ul a .close {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   display: inline-block;
   _margin-top: -17px;
   margin-right: -15px;
   _margin-left: 5px;
   padding: 0 2px 0 3px;
   height: 16px;
   background-color: #00afc9;
  color: #ffffff;
  line-height: 16px;
}

.top-menu ul li.tag div ul a .close {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
  float: right;
  _margin-top: -17px;
  margin-right: -15px;
  _margin-left: 5px;
  padding: 0 2px 0 3px;
  height: 16px;
  background-color: #00afc9;
  color: #ffffff;
  line-height: 16px;
}

.top-menu ul li.tag div ul a .close:hover {
  color: #ffffff;
}
.top-menu ul li.tag:hover div ul .subscr {
  padding-right: 5px;
  _padding-left: 5px;
}
.top-menu ul li.tag div ul .subscr {
  padding-right: 5px;
  padding-left: 5px;
}
.top-menu ul li.dropdown.tag div ul li a,
.top-menu ul li.dropdown.tag div ul li h1 {
  padding-right: 5px;
  height: 18px;
  border-bottom: 0;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

.top-menu ul li.dropdown.tag div ul li a {
  padding-right: 24px;
}
.top-menu ul li.dropdown.tag div ul li a.subscr {
    padding-right: 0;
}

.top-menu ul li.tag div ul .clear a {
	height: 25px;
	line-height: 25px;
}
.top-menu ul li.tag .close {
	position: relative;
	padding-left: 4px;
	vertical-align: middle;
	font-size: 18px;
}

.top-menu .more-hint-text
{
	float: right;
	text-align: left;
	color: #9CBBD4;
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
}
.top-menu ul li sup {
  top: -2px;
  margin-right: 5px;
  margin-left: -7px;
  color: #55ca03;
  font-weight: bold;
  font-size: 10px;
}
.top-menu ul li sup.blink {
  color: #00afc9;
}

.top-logged {
  float: right;
  margin: 4px 0 0 10px;
}
.top-logged ul li {
  float: left;
  margin: -4px 4px 0;
  width: 48px;
  height: 48px;
  background: url(img/icons-user-round-48.png) 0 0 no-repeat;
  color: #ffffff;
}
.top-logged ul li a {
  display: block;
  height: 48px;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 11px;
}
.top-logged ul li a:focus {outline: none;}
.top-logged ul li.add {
  background-position: 0 -96px;
  line-height: 48px;
}

.top-logged ul li.add:hover {
  background-position: 0 0px;
}


.top-logged ul li.add a {
  display: inline-block;
  height:auto;
  width:100%;
  font-size: 9px;
  line-height: 14px;
  vertical-align: middle;
}
.top-logged ul li.mail,
.top-logged ul li.answers
{
  background-position: 0 -192px;
}
.top-logged ul li.mail a .count, .top-logged ul li.answers a .count {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 16px;
  padding: 0 4px;
  width: 16px;
  height: 16px;
  background: url(img/icons-user-round-mail.gif) 50% 50% no-repeat;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
}

.top-logged ul li.avatar {
  background-position: 0 -240px;
  position: relative;
}
.top-logged ul li.avatar a > img {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  margin: 3px;
  width: 42px;
  vertical-align: super;
}

.top-logged ul li.avatar .notifymain a > img {
  width: 56px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

.top-logged ul li.avatar .count {
  position: absolute;
  top: 8px;
  left: 8px;
  margin-top: 6px;
  padding-right: 0px;
  width: 35px;
  height: 26px;
  background: url(img/icons-user-notify.gif) 50% 50% no-repeat;
  font-size: 10px;
  line-height: 21px;
}

.top-logged ul li.info {
  overflow: hidden;
  margin-right: 0;
  padding-top: 4px;
  width: auto;
  max-width: 120px;
  height: 36px;
  background: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.top-logged ul li.info .ficon-up-dir {
  font-size: 26px;
}

.top-logged ul li.info i.star {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url(img/icons-comments-24.png) -244px -4px no-repeat;
}
.top-logged ul li.info i.super-star {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: -5px;
  width: 26px;
  height: 25px;
  background: url(img/super-star.png) 0 0 no-repeat;
}
.top-logged ul li.info a {
  line-height: 24px;
  height: auto;
}
.top-logged ul li.dropdown > div {
  position: absolute;
  left: -9999px;
}
.top-logged ul li.dropdown:hover div,
.top-logged ul li.dropdown.current div {
  top: 53px;
  left: 50%;
}
.top-logged ul li.dropdown:hover div ul,
.top-logged ul li.dropdown.current div ul {
  position: relative;
  left: -50%;
  z-index: 1000;
  display: block;
  width: 283px;
  border: 1px solid #b7b6b6;
  border-radius: 7px;
  background-color: #f9f9f9;
}
.top-logged ul li.dropdown:hover div ul:before,
.top-logged ul li.dropdown.current div ul:before,
.top-logged ul li.dropdown:hover div ul:after,
.top-logged ul li.dropdown.current div ul:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}
.top-logged ul li.dropdown:hover div ul:before,
.top-logged ul li.dropdown.current div ul:before {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 10px solid #b7b6b6;
  border-left: 10px solid rgba(255, 255, 255, 0);
}
.top-logged ul li.dropdown:hover div ul:after,
.top-logged ul li.dropdown.current div ul:after {
  top: -9px;
  left: 50%;
  margin-left: -9px;
  border-right: 9px solid rgba(255, 255, 255, 0);
  border-bottom: 9px solid #ededed;
  border-left: 9px solid rgba(255, 255, 255, 0);
}
.top-logged ul li.dropdown:hover div ul li,
.top-logged ul li.dropdown.current div ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 5px 12px;
  width: auto;
  height: auto;
  border-bottom: 1px solid #b7b6b6;
  background: none;
  color: #b7b6b6;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.top-logged ul li.dropdown:hover div ul li a,
.top-logged ul li.dropdown.current div ul li a {
  display: inline;
  height: auto;
  color: #003663;
  text-transform: none;
  line-height: 1;
  text-decoration: underline;
}
.top-logged ul li.dropdown:hover div ul li a:hover,
.top-logged ul li.dropdown.current div ul li a:hover {
  text-decoration: none;
}
.top-logged ul li.dropdown:hover div ul li:last-child a,
.top-logged ul li.dropdown.current div ul li:last-child a {
  border: 0;
}
.top-logged ul li.dropdown:hover div ul .top,
.top-logged ul li.dropdown.current div ul .top,
.top-logged ul li.dropdown:hover div ul .bottom,
.top-logged ul li.dropdown.current div ul .bottom {
  background-color: #ededed;
  color: #000;
}
.top-logged ul li.dropdown:hover div ul .top a,
.top-logged ul li.dropdown.current div ul .top a,
.top-logged ul li.dropdown:hover div ul .bottom a,
.top-logged ul li.dropdown.current div ul .bottom a {
  text-decoration: none;
  line-height: 1.5;
}
.top-logged ul li.dropdown:hover div ul .top a:hover,
.top-logged ul li.dropdown.current div ul .top a:hover,
.top-logged ul li.dropdown:hover div ul .bottom a:hover,
.top-logged ul li.dropdown.current div ul .bottom a:hover {
  text-decoration: underline;
}
.top-logged ul li.dropdown:hover div ul .top,
.top-logged ul li.dropdown.current div ul .top {
  border-radius: 6px 6px 0 0;
}
.top-logged ul li.dropdown:hover div ul .bottom,
.top-logged ul li.dropdown.current div ul .bottom {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
  text-align: center;
}
.top-logged ul li.dropdown:hover div ul .avatar-in,
.top-logged ul li.dropdown.current div ul .avatar-in {
  float: left;
  margin-right: 9px;
}
.top-logged ul li.dropdown:hover div ul .text,
.top-logged ul li.dropdown.current div ul .text {
  overflow: hidden;
}

.top-search {
  white-space: nowrap;
}
.top-search input {
  margin-right: 2px;
  margin-left: 10px;
  padding: 0 5px;
  width: 160px;
  height: 20px;
  border: 0;
  background: #1a4a73;
  color: #ffffff;
}
.top-search button[type="submit"] {
  height: 20px;
  border: none;
  border-radius: 3px;
  background-color: #55ca03;
  color: #fff;
  line-height: 20px;
}
.login-block {
  position: absolute;
  left: 0;
  margin-top: -28px;
  width: 100%;
  height: 28px;
  background-color: #376186;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}
.login-block .login-block-inner,
.login-block .loggedin-block-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  min-width: 980px;
  max-width: 1160px;
  width: 100%;
  height: 28px;
  background-color: #376186;
  text-align: center;
}
.login-block .loggedin-block-inner {
  text-align: right;
}
.login-block .loggedin-block-inner a {
  color: #ffffff;
  font-size: 13px;
  line-height: 28px;
}
.login-block .loggedin-block-inner a:hover {
    color: #55ca03;
}
.login-block .loggedin-block-inner sup {
  color: #55ca03;
  font-size: 8px;
}
.login-block .return {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 9px;
  padding: 0 4px;
  height: 16px;
  background-color: #00afc9;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
.login-block [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: url(img/icons-social-top-32.png?1) 0 0 no-repeat;
}
.login-block [class^="icon-"]:hover {
  text-decoration: none;
}
.login-block .icon-tw {
  background-position: 0 0;
}
.login-block .icon-vk {
  background-position: 0 -24px;
}
.login-block .icon-fb {
  background-position: 0 -48px;
}
.login-block .icon-gp {
  background-position: 0 -72px;
}
.login-block .icon-ya {
  background-position: 0 -96px;
}
.login-block .icon-ok {
  background-position: 0 -120px;
}
.login-block .icon-ml {
  background-position: 0 -144px;
}
.login-block .separator {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 3px 20px 0;
  width: 1px;
  height: 24px;
  background-color: #32475d;
}
.login-block .login-social {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 32px;
}
.login-block .login-social strong {
  margin-right: 6px;
}

.login-block .login-register,
.login-block .login-submit {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 3px 0 0 0;
  padding: 1px 6px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #003663;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-block .login-register:before,
.login-block .login-submit:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  border: 1px solid #eee;
  background-color: #ffffff;
  content: " ";
}
.login-block .login-register span,
.login-block .login-submit span {
  color: #55ca03;
  font-weight: bold;
  font-size: 14px;
}
.login-block .login-form {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 32px;
}
.login-block .login-form input.repassword {
    margin-left: 0 !important;
}
.login-block .login-form input[type="text"],
.login-block .login-form input[type="password"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
      outline: none;
  margin: 3px 0 0 10px;
  padding: 0 10px;
  width: 116px;
  height: 26px;
  border: 0;
  background-color: #003663;
  color: #ffffff;
  vertical-align: top;
  font-weight: bold;
  line-height: 24px;
}
.login-block .login-form .login-submit {
  margin-left: 10px;
  padding: 0 6px;
  line-height: 20px;
}
.login-block .login-form .login-submit .ficon-ok {
  color: #55ca03;
}
.login-block .login-form .question {
  position: absolute;
  margin: 7px 0 0 -27px;
  padding-left: 5px;
  height: 18px;
  border-left: 1px solid #014074;
  color: #ffffff;
  line-height: 16px;
}
.login-block .login-form .forgot {
  margin: 7px 0 0 0;
  padding-left: 2px;
  height: 18px;
  color: #ffffff;
  text-decoration: underline;
  font-weight: normal;
  line-height: 16px;
}
.login-block .login-form .forgot:hover {
  text-decoration: none;
}
.check-selector {
    float: right;
    text-align: left;
}
.check-selector label {
    border-bottom: 1px dotted;
    color: #9cbbd4 !important;
    font-weight: bold;
    font-size: 11px;
}
.check-selector label:hover {
    color: #55ca03 !important;
}
.check-selector .note {
    font-size: 9px;
    color: #808ea1;
    line-height: 1;
}
.check-selector .jq-checkbox {
  width: 10px;
  height: 10px;
  border: 0 none;
  border-radius: 0;
  background: url(img/top-menu-radio.png) 0 0 no-repeat;
  box-shadow: none;
  vertical-align: baseline;
  cursor: pointer;
  left: 0 !important;
  top: 3px !important;
  margin-right: 5px;
}
.check-selector .jq-checkbox.checked {
  background-position: 0 -10px;
}
.check-selector .jq-checkbox.checked div {
  display: none;
}
.dropdown-click {
  position: relative;
  display: inline-block;
  margin: 12px 0 0 20px;
}
.dropdown-click a {
  color: #fff;
}
.dropdown-click a:hover,
.dropdown-click a:focus {
  outline: 0;
  color: #fff;
}
.dropdown-click-menu {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 20;
  display: none;
  float: left;
  margin: 2px 0 0;
  padding: 10px 35px 10px 0;
  border-radius: 0 0 4px 4px;
  background-color: #003663;
  background-clip: padding-box;
  list-style: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dropdown-click-menu .close {
  position: absolute;
  right: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: 0;
  border: none;
  border-radius: 50%;
  background-color: #1a4a73;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.dropdown-click-menu > li > a {
  display: block;
  clear: both;
  padding-left: 10px;
  font-weight: normal;
  white-space: nowrap;
}
.dropdown-click-menu > li {
  margin-bottom: 10px;
}
.dropdown-click-menu > li:last-child {
  margin-bottom: 0;
}
.dropdown-click-menu > li > a:hover,
.dropdown-click-menu > li > a:focus {
  text-decoration: none;
}
.dropdown-click-menu > .active > a,
.dropdown-click-menu > .active > a:hover,
.dropdown-click-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.open > .dropdown-click-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.dropdown-click .flag-ru,
.dropdown-click .flag-en {
  margin-right: 0 !important;
}
.footer {
  background: #003663;
  color: #ffffff;
  font-size: 12px;
  line-height: 28px;
  background: #003663 url(img/green-bg.png) 0 0 repeat-x;
}
.footer .footer-inner {
/*  background: #003663; */
}
.footer .decor {
  position: absolute;
  top: -75px;
  right: 0;
  left: 0;
  z-index: -1;
  height: 75px;
  background: #003663 url(img/green-bg.png) 0 0 repeat-x;
  display: none;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #55ca03;
}
.footer .links {
  float: left;
  margin: 16px 0 0 30px;
  padding-left: 30px;
  background: url(img/spacer-vert-dark.png) 0 0 repeat-y;
}
.footer .links li {
  line-height: inherit;
}

.footer .write-us {
  margin: 16px 0 0 0;
}

.footer .write-us a {
  color: #ffffff;
}
.footer .write-us a i {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(img/footer-icons.png) 0 -84px no-repeat;
  width: 28px;
  height: 24px;
}

.footer .write-us form {
  margin-top: 10px;
  width: 261px;
  height: 29px;
  background: url(img/footer-write-us-bg.png) 0 0 no-repeat;
}
.footer .write-us input[type="email"] {
  margin-left: 5px;
  width: 225px;
  height: 29px;
  border: 0;
  background: transparent;
  color: inherit;
}
.footer .follow-us {
  margin: 16px 0 0 60px;
}
.footer .write-us,
.footer .follow-us {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 30px;
  height: 90px;
  background: url(img/spacer-vert-dark.png) 0 0 repeat-y;
}
.footer .follow-us .icons {
  margin-top: 10px;
}


.footer .follow-us .icons a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(img/footer-icons.png) 0 0 no-repeat;
  line-height: 28px;
  padding-left: 32px;
  margin-right: 30px;
  font-size: 11px;
}
.footer .follow-us .icons a.fb {
  background-position: -84px 0;
}
.footer .follow-us .icons a.tw {
  background-position: -56px -28px;
}
.footer .follow-us .icons a.rss {
  background-position: -28px -56px;
}
.footer .sections {
  float: left;
  margin: 16px 0 0 30px;
}
.footer .sections ul {
  float: left;
  margin: 0 0 0 30px;
}
.footer .sections li {
  line-height: inherit;
}
.footer .sections a {
  display: block;
}
aside {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 70px -4px;
  padding: 16px 0 0 0;
  border: 1px solid #dedede;
  background-color: #f7f7f7;
  /* shadows */

  /* social links */

}
aside a.title {
    text-decoration: underline;
}
aside a.title:hover {
    text-decoration: none;
}
aside h3 {
  margin: 16px 0 10px 6px;
  color: #454545;
  font-size: 16px;
  line-height: 24px;
}
aside h3 a:hover {
  color: #003663;
}
aside h3.spacer i {
  position: absolute;
  margin: -10px 0 0 -6px;
  width: 20px;
  height: 1px;
  background-color: #999;
}
aside h3 .icon-rss, #rss {
  float: right;
  margin: 4px 6px 0 0;
  width: 16px;
  height: 16px;
  background: url(img/icon-side-rss.png) 0 0 no-repeat;
}
aside h3 .icon-rss:hover, #rss:hover {
  background-position: 0 -16px;
}
aside h3 .drop-left,
aside h3 .drop-right {
  height: 24px;
  background-position: 0 -12px;
}
aside h3 .drop-right {
  background-position: -22px -12px;
}
aside h3 .switcher {
	float: right;
	margin-right: 6px;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}
aside h3 .switcher a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-top: 3px;
	width: 16px;
	height: 16px;
	background: url(img/side-switch-arrows.png) 0 0 no-repeat;
}
aside h3 .switcher a.prev {
	background-position: 0 0;
}
aside h3 .switcher a.prev:hover {
	background-position: 0 -16px;
}
aside h3 .switcher a.next {
	background-position: -16px 0;
}
aside h3 .switcher a.next:hover {
	background-position: -16px -16px;
}
aside .block-right-video .switcher,
aside .block-right-comment .switcher {
	width:110px;
	float: right;
	margin-right: 6px;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}


aside .block-right-video  .switcher a,
aside .block-right-comment .switcher a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  background: url(img/side-switch-arrows.png) 0 0 no-repeat;
}

aside .block-right-video a.flex-prev,aside .block-right-video a.flex-next {
  display: none;
}
aside .block-right-video .switcher .flexslider,
aside .block-right-comment .switcher .flexslider {
	width: 66px;
	margin: 0;
	display: inline-block;
}

aside .block-right-video .switcher a.prev,
aside .block-right-comment .switcher a.prev {
  background-position: 0 0;
}
aside .block-right-video .switcher a.prev:hover,
aside .block-right-comment .switcher a.prev:hover {
  background-position: 0 -16px;
}
aside .block-right-video .switcher a.next,
aside .block-right-comment .switcher a.next {
  background-position: -16px 0;
}
aside .block-right-video .switcher a.next:hover,
aside .block-right-comment .switcher a.next:hover {
  background-position: -16px -16px;
}
aside .border-gray {
  height: 4px;
  background-color: #003663;
}

aside .round-top {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: 7px;
  background-color: #003663;
}
aside .round-bottom {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  height: 7px;
  background-color: #003663;
}

aside [class^="button-rounded"]{
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	display:block;
	margin:0 auto;
	padding:0 12px;
	width:130px;
	background-color: #003663;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	line-height:24px
}
aside [class^="button-rounded"]:hover,
aside [class^="button-rounded"]:focus {
	background-color: #57738e;
	color:#fff
}
aside .button-rounded-border {
	border-top:2px solid #616a75;
	margin-top:-2px
}
aside .promo {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 0 0 18px;
  border: 5px solid #ffffff;
}
aside .promo-to-read {
	margin-top: 12px;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}
aside .promo-to-read a:hover {
	color: #003663;
}
aside .promo-to-read img {
	float: left;
	margin-right: 10px;
}
aside .promo-to-read-single {
	margin: 0 14px -10px 14px;
	padding: 0;
}
aside .pic {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-right: 6px;
}
aside [class^="block-"],
aside [class*=" block-"] {
  margin-right: 14px;
  margin-left: 14px;
}
aside [class^="shadow-"] {
  background: url(img/side-shadows.png) 0 0 no-repeat;
}
aside .shadow-one {
  background-position: 50% 0;
  height: 10px;
}
aside .shadow-two {
  background-position: 50% -10px;
  height: 17px;
}
aside .shadow-three {
  background-position: 50% -27px;
  height: 10px;
}
aside .shadow-four {
  background-position: 50% -37px;
  height: 5px;
}
aside .block-border-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  border: 5px solid #ffffff;
  background-color: #f4f4f4;
}
aside .social {
  margin-top: 10px;
  padding: 0 10px 10px;
}
aside .social h3 {
  margin: 5px 0;
  color: #222;
  text-align: center;
  font-size: 18px;
}
aside .social a {
  display: block;
  margin-bottom: 4px;
  padding: 5px 0 0 0;
  height: 30px;
  border-top: 1px dotted #7a828b;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
}
aside .social a:hover {
  color: #003663;
}
aside .social [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  background: url(img/icons-social-round.png) 0 0 no-repeat;
}
aside .social .icon-fb {
  background-position: 0 0;
}
aside .social .icon-tw {
  background-position: 0 -60px;
}
aside .social .icon-vk {
  background-position: 0 -120px;
}
aside .social .icon-ok {
  background-position: 0 -180px;
}
aside .social .icon-rss {
  background-position: 0 -240px;
}
aside .social a:hover .icon-fb {
  background-position: 0 -30px;
}
aside .social a:hover .icon-tw {
  background-position: 0 -90px;
}
aside .social a:hover .icon-vk {
  background-position: 0 -150px;
}
aside .social a:hover .icon-ok {
  background-position: 0 -210px;
}
aside .social a:hover .icon-rss {
  background-position: 0 -270px;
}
aside .block-friends,
aside .block-news,
aside .block-right-video {
  margin-top: 10px;
}
#mlph2610, #mlph2609 {margin-top: 5px !important;}
#mlph2610>div:first-child {margin-top: 2px !important;} 

aside ul.main_slider {
	list-style: none;
	margin: 0;
}
aside .friend-to-add {
  padding: 4px 5px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
aside .friend-to-add .avatar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin-right: 6px;
}
aside .friend-to-add .name:hover {
  color: #003663;
}
aside .friend-to-add .add-me {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
  margin: 10px 0 0 4px;
  padding: 2px 6px;
  border: 1px solid #dedede;
  background-color: #f7f7f7;
  color: #474b51;
  font-weight: normal;
  font-size: 11px;
}
aside .friend-to-add .add-me:hover {
  border: 1px solid #003663;
  background-color: #003663;
  color: #ffffff;
}
aside .news-to-like {
  position: relative;
  padding: 4px 5px;
  background: #ffffff url(img/side-news-bg.png) 0 100% repeat-x;
  font-size: 11px;
  line-height: 14px;
}
aside .news-to-like .name:hover {
  color: #003663;
}
aside .news-to-like .over .name:hover {
  color: #FFFFFF;
}
aside .news-to-like strong {
  font-size: 12px;
}
aside .news-to-like .pic {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin-right: 6px;
}
aside .news-to-like .over {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 16px 22px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
aside .news-to-like .over .thumb-up,
aside .news-to-like .over .thumb-down {
  float: right;
  padding-left: 50px;
  height: 40px;
  font-style: normal;
  line-height: 40px;
}
aside .news-to-like .over .thumb-up {
  background: url(img/icon-thumbup.png) 0 0 no-repeat;
}
aside .news-to-like:hover .over {
  display: block;
}
aside .news-soon-to-be-popular,
aside .post-row {
	position: relative;
	padding: 4px 5px;
	background: #ffffff url(img/side-news-bg.png) 0 100% repeat-x;
	font-size: 11px;
	line-height: 14px;
}
aside .news-soon-to-be-popular p,
aside .post-row p {
	margin: 0 0 4px;
	font-size: inherit;
}
aside .news-soon-to-be-popular .count,
aside .post-row .count,
.video-collection .count
 {
	color: #18d131;
}
aside .news-soon-to-be-popular .comments,
aside .post-row .comments,
.video-collection .comments {
	color: #ADADAD;
    font-weight: bold;
    display: inline-block;
    line-height: 14px;
}
aside .news-soon-to-be-popular .icon-comments,
aside .post-row .comments .icon-comments,
.video-collection .comments .icon-comments {
    background: url("img/icon-comment-grey.png") no-repeat scroll 50% 100% transparent;
    display: inline-block;
    height: 12px;
    vertical-align: top;
    width: 16px;
}
aside .news-soon-to-be-popular .comments:hover,
aside .post-row .comments:hover,
.video-collection .comments:hover {
    color: #000000;
}
aside .news-soon-to-be-popular .date,
aside .post-row .date,
.video-collection .date {
    color: #ADADAD;
}
aside .news-soon-to-be-popular .name,
aside .post-row .name {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
    max-height: 60px;
    overflow: hidden;
    text-decoration: underline;
}
aside .news-soon-to-be-popular .author span,
 aside .post-row .author span {
    color: #ADADAD;
}
aside .news-soon-to-be-popular .author,
aside .post-row .author {
    color: #ADADAD;
    margin-bottom: 10px;
    margin-top: 2px;
}
aside .news-soon-to-be-popular .author:hover,
aside .post-row .author:hover {
    color: #003663;
}
aside .news-soon-to-be-popular .v-sep,
aside .post-row .v-sep,
.video-collection .v-sep {
    border-left: 1px dotted #ADADAD;
    display: inline-block;
    height: 13px;
    margin-left: 3px;
    vertical-align: top;
    width: 1px;
    margin-top: 3px;
}

aside .video-frame .img-wrap {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  background-color: #003663;
}
aside .video-frame .img-wrap img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
aside .video-frame .video-tip {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-right: 4px;
  padding: 4px 5px;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 20px;
}
aside .video-frame .video-tip:hover {
  color: #003663;
}
aside .video-frame .video-tip:before {
  position: absolute;
  top: -10px;
  left: 20%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-right: 4px solid rgba(255, 255, 255, 0);
  border-bottom: 10px solid #ffffff;
  border-left: 4px solid rgba(255, 255, 255, 0);
  content: '';
}
aside .video-frame .video-tip .thumb-up {
  float: right;
  margin: 0 4px;
  padding-left: 45px;
  background: url(img/icon-thumbup-small.png) 0 0 no-repeat;
  color: #969696;
  font-size: 11px;
}
aside .block-gettin-popular {
  margin-top: 30px;
}
aside .block-gettin-popular .holder {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  background-color: #eeeeee;
}
aside .block-gettin-popular .holder a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
}
aside .block-gettin-popular .holder img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
aside .block-gettin-popular .holder .title {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 6px;
  height: auto;
  border-top: 5px solid #d33550;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
aside .block-gettin-popular .holder .title .thumb-up {
  float: right;
  margin-top: 12px;
  padding-left: 40px;
  height: 30px;
  background: url(img/icon-thumbup-medium.png) 0 0 no-repeat;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
aside .block-gettin-popular .meter {
  margin-top: 8px;
  padding: 4px 0;
  width: 100%;
  height: 4px;
  background: url(img/side-meter-bg.png) 0 0 repeat-x;
}
aside .block-gettin-popular .meter .bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 5px;
  background-color: #2e343a;
}
aside .block-interesting .holder {
  padding: 8px 0;
  background-color: #f0f0f0;
}
aside .block-interesting .interesting-item {
  padding: 4px 5px;
  font-weight: bold;
  font-size: 12px;
}
aside .block-interesting .interesting-item .name:hover {
  color: #003663;
}
aside .block-interesting .interesting-item .pic {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin-right: 12px;
}
aside .block-twitter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  border: 5px solid #ffffff;
  background-color: #f0f0f0;
}
aside .block-twitter .light-gray {
  background-color: #f7f7f7;
}
aside .block-twitter .head {
  line-height: 50px;
}
aside .block-twitter .head a:hover {
  color: #003663;
}
aside .block-twitter .head img {
  float: left;
  margin-right: 10px;
}
aside .block-twitter .single-tweet {
  padding: 14px 10px;
  border-bottom: 1px solid #f7f7f7;
  color: #003663;
  font-size: 12px;
}
aside .block-twitter .single-tweet a {
  color: #000;
}
aside .block-twitter .go-to-twitter {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 12px;
  padding-left: 30px;
  width: 221px;
  height: 40px;
  background: url(img/side-twitter-button.png) 0 0 no-repeat;
  color: #ffffff;
  font-size: 11px;
  line-height: 40px;
}
aside .block-news-gadget {
  margin-top: 10px;
}
aside .block-news-gadget .news-to-read {
  margin-top: 12px;
  font-weight: bold;
  font-size: 12px;
}
aside .block-news-gadget .news-to-read a:hover {
  color: #003663;
}

.block-news p {
    color: #2D2C2C;
    font-size: 12px;
    margin-right: 16px;
}

aside .block-news-gadget .post-row img {
  max-width:70px;
}

aside .block-news-gadget .news-to-read .title {
  display: block;
  overflow: hidden;
  padding: 5px;
}
aside .block-links .name {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
aside .block-links sup{
 /* top: -0.9em;*/
  color: #55ca03;
  font-weight: bold;
  font-size: 100%;
  font-size: 14px;
}
aside .block-links sup.blink {
  color: #d33550;
}
aside .block-links p {
  color: #adadad;
  font-size: 12px;
  line-height: 1.4;
}
aside .user-profile h4 {
  font-size: 16px;
  margin: 0 0 6px 0;
}
aside .user-profile .avatar {
  float: left;
  margin-right: 4px;
}
aside .user-profile .info {
  overflow: hidden;
}
aside .user-profile .geo,
aside .user-profile .fav,
aside .user-profile .pm,
aside .user-profile .super-fav,
aside .user-profile .empty-fav{
  background: url(img/icons-comments-24.png) 0 0 no-repeat;
  padding-left: 18px;
  color: #7f7e7e;
  font-weight: bold;
  font-size: 12px;
}
aside .user-profile .geo {
  background-position: -77px -171px;
}
aside .user-profile .fav {
  background-position: -245px -4px;
}
aside .user-profile .pm {
  background-position: -4px -172px;
}
aside .user-profile .super-fav {
  padding-left: 28px;
  background: url(img/super-star.png) 0 0 no-repeat;
  line-height: 2.2;
}
aside .user-profile .edit {
  line-height: 24px;
  background-color: #003663;
  text-align: center;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  margin: 6px 6px 0 0;
  font-size: 13px;
}
aside .stats h3 {
  margin: 5px 0;
  color: #222;
  text-align: center;
  font-size: 18px;
}
aside .stats [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(img/icons-user-stats-24.png) 0 0 no-repeat;
}
aside .stats .icon-chat {
  background-position: -24px -192px;
}
aside .stats .icon-chat-active {
  background-position: 0 -216px;
}
aside .stats .icon-fav {
  background-position: -120px -96px;
}
aside .stats .icon-fav-active {
  background-position: -96px -120px;
}
aside .stats .icon-post {
  background-position: -72px -144px;
}
aside .stats .icon-post-active {
  background-position: -48px -168px;
}
aside .stats .icon-pm {
  background-position: -168px -48px;
}
aside .stats .icon-pm-active {
  background-position: -144px -72px;
}
aside .stats .icon-users {
  background-position: -216px 0;
}
aside .stats .icon-users-active {
  background-position: -192px -24px;
}
aside .stats .bar-bg {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 155px;
  height: 7px;
  background-color: #bababa;
  background-image: -moz-linear-gradient(top, #9e9e9e, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9e9e9e), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #9e9e9e, #e5e5e5);
  background-image: -o-linear-gradient(top, #9e9e9e, #e5e5e5);
  background-image: linear-gradient(to bottom, #9e9e9e, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e9e9e', endColorstr='#ffe5e5e5', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 9px;
}
aside .stats .bar-bg .progress {
  height: 7px;
  background-color: #002544;
  background-image: -moz-linear-gradient(top, #001a30, #003663);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#001a30), to(#003663));
  background-image: -webkit-linear-gradient(top, #001a30, #003663);
  background-image: -o-linear-gradient(top, #001a30, #003663);
  background-image: linear-gradient(to bottom, #001a30, #003663);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff001a30', endColorstr='#ff003663', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
aside .stats .count {
  color: #7f7e7e;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}
aside .stats .count span {
  color: #003663;
}
aside .block-post-add {
	margin-bottom: 20px;
}
aside .block-post-add h3 {
	margin-top: 6px;
	margin-bottom: 18px;
}
aside .block-post-add .step {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 2px;
	padding: 9px 0 9px 9px;
	border: 1px solid #dedede;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
}
aside .block-post-add .step i {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 30px;
	background-color: #a4a4a4;
	color: #ffffff;
	text-align: center;
	font-style: normal;
}
aside .block-post-add .step.pass {
	background-color: #dffacc;
}
aside .block-post-add .step.pass i {
	background-color: #55ca03;
}
aside .block-post-add .step.current {
	background-color: #ffffff;
}
aside .block-post-add .step.current i {
	background-color: #00afc9;
}

aside .block-users .subscribe-user {
  padding: 7px 8px;
  background-color: #fff;
  font-size: 12px;
}
aside .block-users .subscribe-user .avatar {
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
aside .block-users .subscribe-user .descr {
  overflow: hidden;
  display: block;
  width: auto;
}
aside .block-users .subscribe-user .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #8c8c8c;
  font-size: 14px;
}
aside .block-users .subscribe-user .fav-count {
  font-size: 14px;
  margin: 2px 0 0;
} 
aside .block-info {
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 0 16px;
  border: 1px solid #dedede;
  background-color: #f7f7f7;
}
aside .block-info h3 {
  background: url(img/green-lightbulb.png) 0 0 no-repeat;
  line-height: 62px;
  margin-bottom: 10px;
  color: #55ca03;
  padding-left: 60px;
  font-size: 24px;
  font-weight: normal;
}
aside .block-info p {
  font-size: 16px;
  line-height: 1.4;
}
aside .popular-tags {
    background-color: #FFF;
}
aside .popular-tags .inlineblock {
display: inline-block;
width: 45%;
}
aside .popular-tag{
padding: 4px 5px 8px;
font-weight: bold;
line-height: 1.2;
}
aside .popular-tag-2 {
	width: 100px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}
aside .popular-tag a {
  text-decoration: underline;
  font-size: 13px;
}
aside .popular-tag a:hover {
  text-decoration: none;
}
aside .popular-tag span {
  color: #adadad;
  font-size: 11px;
}
.flag-switcher {
  margin-bottom: 10px;
  text-align: right;
  font-size: 13px;
}
.flag-switcher .flag-en,
.flag-switcher .flag-ru {
  display: inline-block;
  margin-right: 8px;
  padding-left: 28px;
  height: 16px;
  background: url(img/flags.png) 0 0 no-repeat;
  vertical-align: top;
  font-weight: bold;
  line-height: 16px;
}
.flag-switcher span {
  color: #55ca03;
}
.flag-switcher .flag-en {
  background-position: 0 -16px;
}
.top-side-social {
	height: 26px;
	width: 120px;
	margin: 0 auto;
}
.top-side-social a {
  display: inline-block;
  margin-left: 12px;
  width: 25px;
  height: 26px;
  background-image: url(img/top-side-social.png);
  background-repeat: no-repeat;
}
.top-side-social__fb {
  background-position: 0 0;
}
.top-side-social__fb:hover {
  background-position: 0 -26px;
}
.top-side-social__tw {
  background-position: -25px 0;
}
.top-side-social__tw:hover {
  background-position: -25px -26px;
}
.top-side-social__rss {
  background-position: -50px 0;
}
.top-side-social__rss:hover {
  background-position: -50px -26px;
}
.fixed-nav {
  z-index: 10;
  white-space: nowrap;
  text-align: center;
}
.fixed-nav [class*="it-"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 15px;
  background: url(img/fixed-nav.png) 50% 0 no-repeat;
}
.fixed-nav .it-to-top {
  background-position: 50% 0;
}
.fixed-nav .it-prev {
  background-position: 50% -15px;
}
.fixed-nav .it-next {
  background-position: 50% -30px;
}
.fixed-nav .arrow,
.fixed-nav .to-top {
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.fixed-nav .arrow {
  background-color: #003663;
  padding: 10px 0 4px;
  width: 125px;
}
.fixed-nav .arrow.inactive {
  color: rgba(255, 255, 255, 0.3);
}
.fixed-nav .arrow.inactive i {
  opacity: .3;
}
.fixed-nav .to-top {
  padding: 10px 4px 4px;
  background-color: #55ca03;
  color: rgba(255, 255, 255, 0.3);
}
.fixed-nav .to-top i {
  opacity: .3;
}
.fixed-promo {
  z-index: 11;
}
.fixed-promo .small {
  text-align: center;
}
.fixed-promo .small a {
  display: inline-block;
  margin: 16px 2%;
  width: 44%;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.fixed-promo .small a img {
  display: block;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 4px;
}
.fixed-promo .small .title {
  display: block;
  padding-left: 5px;
  text-decoration: underline;
}
.is-sticky .fixed-nav .to-top {
  color: #fff;
}
.is-sticky .fixed-nav .to-top i {
  opacity: 1;
}
.is-sticky .fixed-nav,
.is-sticky .fixed-promo,
.is-sticky .block-post-add {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-left: -1px;
  padding: 10px 0;
  width: 285px;
  border: 1px solid #dedede;
  border-width: 0 1px 1px 1px;
  background-color: #f7f7f7;
}
.is-sticky .block-post-add {
  padding: 10px 0 10px 14px;
  width: 271px;
  z-index: 5;
}
.is-sticky .fixed-nav:after,
.is-sticky .fixed-promo:after,
.is-sticky .block-post-add:after {
  position: absolute;
  bottom: -11px;
  display: block;
  width: 100%;
  height: 10px;
  background: url(img/side-shadows.png) 50% 0 no-repeat;
  content: '';
}
.is-sticky .fixed-nav .arrow,
.is-sticky .fixed-promo .arrow,
.is-sticky .fixed-nav .to-top,
.is-sticky .fixed-promo .to-top {
  margin-bottom: 0;
}
/* sidebar slides */
.block-users {
  margin-top: 10px;
}
.block-users .slider-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 30px;
  border-bottom: 2px solid #d4d4d4;
  background-color: #f2f2f2;
}
.block-users .slider-wrap .flexslider {
  margin: 0;
}
.block-users .slider-wrap .slides li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 6px;
  width: 53px;
  height: 53px;
}
.block-users .slider-wrap .flex-direction-nav a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: -30px;
  width: 20px;
  height: 60px;
  background: #ffffff;
  color: #c1c1c1;
  text-align: center;
  text-indent: 0;
  font-size: 28px;
  line-height: 60px;
  opacity: 1;
}
.block-users .slider-wrap .flex-direction-nav a:hover {
  background-color: #c1c1c1;
  color: #ffffff;
}
.block-users .slider-wrap .flex-direction-nav .flex-prev {
  left: -25px;
}
.block-users .slider-wrap .flex-direction-nav .flex-next {
  right: -25px;
}
.block-best {
  background: #f9f9f9 url(img/light-gradiend-tb.png) 0 0 repeat-x;
  margin-top: 30px;
  padding: 4px;
}
.block-best .flexslider {
  margin: 0;
  width: 246px;
  padding: 0;
}
.block-best .slides li {
  width: 246px;
  margin: 0;
  padding: 0;
}
.block-best .slides li a {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
}
.block-best .slides li a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block-best .slides li a .title {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 7px;
  font-size: 11px;
  width: 100%;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.block-best .flex-control-nav {
  top: -32px;
  bottom: auto;
  text-align: right;
}
.block-best .flex-control-paging li a {
  display: block;
  width: 6px;
  height: 6px;
  background: url(img/side-best-knobs.png) 0 0 no-repeat;
  box-shadow: none;
  text-indent: -9999px;
  text-align: left;
}
.block-best .flex-control-paging li a:hover,
.block-best .flex-control-paging li a.flex-active {
  background-position: 0 -6px;
}
/* game slider */
.bottom-games-slider {
  margin: 30px 10px 0;
  width: auto;
}
.bottom-games-slider .head,
.bottom-games-slider .bottom-games-slider-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
}
.bottom-games-slider .head {
  height: 42px;
  background: url(img/main-games-head.png) 0 -42px repeat-x;
  padding-left: 10px;
}
.bottom-games-slider h3 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 0 0 60px;
  font-size: 16px;
  line-height: 44px;
}
.bottom-games-slider .bottom-games-slider-wrap {
  background-color: #ffffff;
  padding: 0 12px;
}
.bottom-games-slider .flexslider {
  margin: 0 auto;
}
.bottom-games-slider .slides li {
  margin: 20px 0;
  padding: 0 6px;
}
.bottom-games-slider .flex-direction-nav {
  position: absolute;
  top: 0;
}
.bottom-games-slider .flex-direction-nav a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  top: -24px;
  width: 18px;
  height: 42px;
  background: url(img/main-games-head.png) 0 0 no-repeat;
  opacity: 1;
}
.bottom-games-slider .flex-direction-nav .flex-prev {
  left: 6px;
  background-position: 0 0;
}
.bottom-games-slider .flex-direction-nav .flex-next {
  left: 28px;
  background-position: -21px 0;
}
/* assorted sliders */
.main-video-slider,
.related-posts-slider {
  height: auto;
  background: #fafafa url(img/slider-top.png) 0 0 repeat-x;
  margin-right: 20px;
}
.main-video-slider .video-more,
.related-posts-slider .video-more {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: right;
  margin: 18px 8px 0 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  line-height: 28px;
}

.related-posts-slider {
  margin-left: -16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.main-video-slider h3,
.related-posts-slider h3 {
  margin: 22px 0 16px 8px;
  padding-left: 32px;
  background: url(img/main-video-head.png) 0 0 no-repeat;
  color: #252525;
  font-size: 14px;
  line-height: 22px;
}
.main-video-slider .main-video-slider-wrap,
.related-posts-slider .main-video-slider-wrap {
  margin: 0;
  padding: 0 12px 40px;
  background: url(img/slider-bottom.png) 0 100% repeat-x;
}
.main-video-slider .flexslider,
.related-posts-slider .flexslider {
  margin: 0 auto;
}

.main-video-slider .slides li,
.related-posts-slider .slides li {
  margin: 0;
  padding: 0 5px;
  width: 210px;
  height: auto;
}

.main-video-slider .slides li .gif-over {
  position: absolute;
  left: 0;
  top:0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(img/gif-over.png) 50% 50% no-repeat;
  text-indent: -999px;
  margin: 0;
}
.main-video-slider .slides li a:hover .gif-over {
  display: block;
}
.gallery_item.video .over,
.main-video-slider .slides li .over,
.related-posts-slider .slides li .over {
  position: absolute;
  left: 0;
  top:0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(img/video-over.png) 50% 50% no-repeat;
}
.gallery_item .title,
.main-video-slider .slides li .title,
.related-posts-slider .slides li .title {
  line-height: 24px;
  display: block;
  padding-left: 4px;
}

.gallery_item a,
.main-video-slider .slides li a,
.related-posts-slider .slides li a {
  position: relative;
  display:block;
  color: #454545;
}

.gallery_item a:hover,
.main-video-slider .slides li a:hover,
.related-posts-slider .slides li a:hover {
  color: #d33550;
}
.gallery_item a:hover .over,
.main-video-slider .slides li a:hover .over,
.related-posts-slider .slides li a:hover .over {
  display: block;
}
.main-video-slider .flex-control-nav,
.related-posts-slider .flex-control-nav {
  bottom: -36px;
}
.main-video-slider .flex-control-paging li a,
.related-posts-slider .flex-control-paging li a {
  display: block;
  width: 6px;
  height: 6px;
  background: url(img/main-video-knobs.png) 0 0 no-repeat;
  box-shadow: none;
  text-indent: -9999px;
}
.main-video-slider .flex-control-paging li a:hover,
.related-posts-slider .flex-control-paging li a:hover,
.main-video-slider .flex-control-paging li a.flex-active,
.related-posts-slider .flex-control-paging li a.flex-active {
  background-position: 0 -6px;
}
.related-posts-slider h3 {
  margin-left: 70px;
  padding: 0;
  background: transparent;
}
.related-posts-slider .related-posts-slider-wrap {
  margin: 0 4px;
}
.related-posts-slider .slides li {
  padding: 0 4px;
  width: 163px;
}
.related-posts-slider .slides li .title {
  line-height: 24px;
}
.related-posts-slider .slides li .title .gray {
  color: #999;
}
.related-posts-slider .slides li a {
  position: relative;
  color: #454545;
}
.related-posts-slider .slides li a:hover {
  color: #d33550;
}
.related-posts-slider .flex-direction-nav {
  position: absolute;
  top: 0;
}
.related-posts-slider .flex-direction-nav a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  top: -30px;
  width: 18px;
  height: 42px;
  background: url(img/main-games-head.png) 0 0 no-repeat;
  opacity: 1;
}
.related-posts-slider .flex-direction-nav .flex-prev {
  left: 10px;
  background-position: 0 0;
}
.related-posts-slider .flex-direction-nav .flex-next {
  left: 35px;
  background-position: -21px 0;
}
.modal {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	width: 50%;
	border: 3px solid #dedede;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal .simplemodal-close {
  float: right;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: 0;
  border: none;
  border-radius: 50%;
  background-color: #003663;
  color: #fff;
  text-align: center;
}
.modal .simplemodal-close i {
  font-size: 12px;
  line-height: 20px;
}
.modal-auth {
	padding: 44px 34px 24px;
	width: 724px;
	border: 1px solid #dedede;
}
.modal-auth .switcher {
	position: relative;
    white-space: nowrap;
}
.modal-auth .switcher a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 50%;
	height: 50px;
	border: 2px solid #55ca03;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.modal-auth .switcher a.current,
.modal-auth .switcher a:hover {
	background-color: #55ca03;
	color: #ffffff;
}
.modal-auth .switcher .divider {
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -43px;
	width: 86px;
	height: 86px;
	background: url(img/modal-auth-switcher-divider.png) 0 0 no-repeat;
	color: #55ca03;
	text-align: center;
	font-size: 24px;
	line-height: 86px;
}
.modal-auth .social-auth {
	margin-top: 50px;
}
.modal-auth .social-auth a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 56px;
	height: 56px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	text-align: center;
	color: #ffffff;
	line-height: 56px;
	font-size: 28px;
	margin-right: 39px;
	margin-top: 20px;
}
.modal-auth h1 {
  color: #003663;
  font-size: 24px;
}
.modal-auth .social-auth a:last-child {
	margin-right: 0;
}
.modal-auth .social-auth a:hover {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.modal-auth .form-auth {
	margin-top: 60px;
}
.modal-auth .form-auth button {
	background-color: transparent;
	border: 0 none;
	display: block;
	margin: auto;
}
.modal-auth .form-auth .error {
	color: red;
}
.modal-auth .form-auth .row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px 10px 10px;
	background-color: #ebebeb;
	margin-bottom: 10px;
}
.modal-auth .form-auth label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 20%;
	color: #003663;
	line-height: 28px;
	font-weight: bold;
}
.modal-auth .form-auth label.inline {
	line-height: 1;
	width: auto;
	font-weight: normal;
}
.modal-auth .form-auth label.tl {
	line-height: 1;
}
.modal-auth .form-auth .inputs {
	width: 78%;
	display: block;
	float: right;
}
.modal-auth .form-auth input[type="text"],
.modal-auth .form-auth input[type="email"],
.modal-auth .form-auth input[type="password"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 5px;
	width: 100%;
	height: 28px;
	border: 1px solid #dedede;
	line-height: 28px;
}
.modal-auth .form-auth input[type="text"]:focus,
.modal-auth .form-auth input[type="email"]:focus,
.modal-auth .form-auth input[type="password"]:focus {
	border-color: #c5c5c5;
}
.modal-auth .form-auth .info {
	margin-left: 21%;
	margin-top: 5px;
	font-size: 11px;
	color: #646464;
	font-weight: bold;
}
.modal-generator {
  padding: 0;
  width: 700px;
  border: 0 none;
  background-color: transparent;
}
.modal-generator .main-wrap {
  margin: 0;
}
.modal-generic {
  padding: 10px;
  width: 520px;
  border: 1px solid #dedede;
}
.modal-generic h3 {
  margin: 0 0 20px;
  color: #003663;
  font-size: 18px;
  line-height: 20px;
}
.modal-generic p {
  color: #a1a0a0;
  font-size: 13px;
}

.jq-checkbox {
  position: relative;
  top: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #f6f6f6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #ffffff, inset 1px -1px #ffffff;
  vertical-align: middle;
  cursor: pointer;
}
.jq-checkbox.checked div {
  display: block;
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #aaaaaa;
}
.jq-checkbox.focused {
  border: 1px solid #08C;
}
.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #f6f6f6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #ffffff, inset 1px -1px #ffffff;
  vertical-align: middle;
  cursor: pointer;
}
.jq-radio.checked div {
  display: block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #666;
}
.jq-radio.focused {
  border: 1px solid #08C;
}
.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-file {
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.jq-file.focused {
  border: 1px solid #5794BF;
}
.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}
.jq-file__name {
  width: 170px;
  padding: 7px 10px 6px;
  border: none;
  background: none;
  color: #333;
  font: 14px Arial, Tahoma, sans-serif;
}
.jq-file__browse {
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, Tahoma, sans-serif;
}
.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 30px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, Tahoma, sans-serif;
}
.jq-selectbox__select:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
  top: 33px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #C6CBD0;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, Tahoma, sans-serif;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  padding: 5px 10px 6px;
  color: #231F20;
}
.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, Tahoma, sans-serif;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, Tahoma, sans-serif;
}
input[type="search"].styler {
  -webkit-appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, Tahoma, sans-serif;
  cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:after {
  content: '';
}
button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
@font-face {
	font-family: 'social';
	src: url('http://fishki.net/fonts/social.eot?58616878');
	src: url('http://fishki.net/fonts/social.eot?58616878#iefix') format('embedded-opentype'), url('http://fishki.net/fonts/social.woff?58616878') format('woff'), url('http://fishki.net/fonts/social.ttf?58616878') format('truetype'), url('http://fishki.net/fonts/social.svg?58616878#social') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="ficon-"]:before,
[class*=" ficon-"]:before {
	font-family: "social";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/

	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */

	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */

	/* remove if not needed */

	margin-left: .2em;
	/* you can be more comfortable with increased icons size */

	/* font-size: 120%; */

	/* Uncomment for 3D effect */

	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.ficon-gplus:before {
  content: '\e801';
}
/* '' */
.ficon-vk:before {
  content: '\e803';
}
/* '' */
.ficon-twitter:before {
  content: '\e800';
}
/* '' */
.ficon-facebook:before {
  content: '\e802';
}
/* '' */
.ficon-yandex:before {
  content: '\e80e';
}
/* '' */
.ficon-odnoklassniki:before {
  content: '\e80f';
}
/* '' */
.ficon-vkontakte:before {
  content: '\e80d';
}
/* '' */
.ficon-mail:before {
  content: '@';
  font-weight: bold;
  font-style: normal;
  color: #F90;
  font-family: Arial, sans-serif;
  font-size: 35px;
}
/* '' */
.ficon-ok:before {
  content: '\e80a';
}
/* '' */
.ficon-cancel:before {
  content: '\e810';
}
/* '' */
.ficon-up:before {
  content: '\e809';
}
/* '' */
.ficon-right:before {
  content: '\e808';
}
/* '' */
.ficon-down:before {
  content: '\e806';
}
/* '' */
.ficon-left:before {
  content: '\e807';
}
/* '' */
.ficon-up-dir:before {
  content: '\e80c';
}
/* '' */
.ficon-right-dir:before {
  content: '\e805';
}
/* '' */
.ficon-down-dir:before {
  content: '\e80b';
}
/* '' */
.ficon-left-dir:before {
  content: '\e804';
}
/* '' *//* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square,
.iradio_square {
	display: block;
	margin: 10px 4px 0 0;
	padding: 0;
	width: 54px;
	height: 19px;
	background: url(img/icheck-sprite.png) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
}
.icheckbox_square {
	background-position: 0 50%;
}
.icheckbox_square.hover {
  background-position: -54px 50%;
}
.icheckbox_square.checked {
  background-position: -108px 50%;
}
.icheckbox_square.disabled {
  background-position: -162px 50%;
	cursor: default;
}
.icheckbox_square.checked.disabled {
  background-position: -216px 50%;
}
.form .input-wrap {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 5px;
  background-color: #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form .input-wrap.wrong {
	background-color: #FEA7A7;
}
.form .grid_input {
  border: 1px dashed #aaa;
  width: 100% !important;
  padding: 5px;
  box-sizing: border-box;
}
.form .grid_input.wrong {
  border: 1px dashed #FF8686;
}
.form .input-wrap input[type="text"],
.form .input-wrap input[type="password"],
.form .input-wrap select,
.form .input-wrap textarea {
	padding: 0 0 0 5px;
	width: 435px;
	height: 28px;
	border: 1px solid #dedede;
	line-height: 28px;
}
.form .input-wrap input[type="text"]:focus,
.form .input-wrap input[type="password"]:focus,
.form .input-wrap select:focus,
.form .input-wrap textarea:focus {
	border-color: #c5c5c5;
}
.form .input-wrap.input_title {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 5px 0;
}
.form .input-wrap.input_title {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 5px 0;
}
.form .grid_tags .input-wrap {
  width: 100%;
  box-sizing: border-box;
}
.form .grid_tags .input-wrap input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.form .input-wrap select {
	width: 443px;
}
.form .input-wrap textarea {
	width: 595px;
	height: 100px;
	line-height: 1;
	resize: vertical;
}
.form .button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	position: relative;
	z-index: 10;
	padding: 0 8px;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form .button:hover .ficon-ok{
    color: white !important;
}
.form .button:before {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	content: " ";
}
.form .button-large {
	font-weight: bold;
	line-height: 34px;
}
.form .button-blue {
	border: 3px solid #003663;
	background-color: #003663;
	color: #ffffff;
}
.form .button-blue:before {
    border: 1px solid #376186;
}
.form .button-green {
  border: 3px solid #55ca03;
  background-color: #55ca03;
  color: #ffffff;
}
.form .button-green:before {
  border: 1px solid #60e303;
  background-color: #55ca03;
}
.form .button-black {
  border: 3px solid #252829;
  background-color: #252829;
  color: #ffffff;
}
.form .button-black:before {
  border: 1px solid #595959;
  background-color: #252829;
}
.form .row {
	margin-bottom: 26px;
}
.form .row [class^="social-"] {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 0 0;
	margin-top: 9px;
	padding: 0 5px;
	height: 22px;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	font-size: 11px;
	line-height: 22px;
}
.form .row [class^="social-"] [class^="ficon-"]:before {
	margin-right: 2px;
	font-size: 16px;
	line-height: 22px;
}
.form .row .social-tw {
	border-color: #0d8bb4;
	background-color: #28bef0;
}
.form .row .social-fb {
	border-color: #1b569e;
	background-color: #3776c4;
}
.form .row .social-gp {
	border-color: #d1270c;
	background-color: #ee3719;
}
.form .row .social-vk {
	border-color: #1b4983;
	background-color: #4e74a0;
}
.form .row label {
	float: left;
	margin-right: 20px;
	width: 170px;
	color: #000000;
	text-align: right;
	line-height: 40px;
}
.form .row label.tall {
	line-height: 140px;
}
.form .row label.inline {
	width: auto;
	text-align: left;
	line-height: 1;
}
.form .row label.inline.small {
	margin-top: 4px;
	color: #a4a4a4;
	font-size: 13px;
}
.form .row label.cb-inline {
	width: auto;
	text-align: left;
	font-size: 13px;
	margin-right: 10px;
}
.form .row .in-row {
	overflow: hidden;
}
.form .row .tags {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
.form .row .tags a {
	color: inherit;
}
.form .row .tags span {
	color: #acabab;
}
.form .row-checkboxes label {
	line-height: 20px;
}
.form .row-fw {
	margin-bottom: 16px;
}
.form .row-fw label {
	float: none;
	margin-bottom: 5px;
	font-weight: bold;
}
.form .row-fw input[type="text"],
.form .row-fw select,
.form .row-fw textarea,
.form .row-fw .tags {
	width: 630px;
}
.row-avatar {
	color: #999898;
	font-weight: bold;
	font-size: 12px;
}
.row-avatar .info {
	overflow: hidden;
	line-height: 1.4;
}
.row-avatar .info a:hover {
    color: #55ca03;
}
.row-avatar .input-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 16px;
	margin-bottom: 8px;
	width: 97%;
}
.row-avatar input[type="text"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.invisible-step {
    width: 1px;
    height: 1px;
    margin: 0 auto;
}
.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.introjs-fixParent {
    z-index: auto !important;
}
.introjs-showElement {
    z-index: 9999999 !important;
}
.introjs-relativePosition {
    position: relative;
}
.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #777;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.introjs-helperNumberLayer {
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: #ff3019;
    /* Old browsers */

    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* Chrome10+,Safari5.1+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    /* Chrome,Safari4+ */

    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* IE10+ */

    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    /* W3C */

    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid white;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    /* IE6-9 */

    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
    /* IE10 text shadows */

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
    border: 5px solid white;
    content: '';
    position: absolute;
}
.introjs-arrow.top {
    top: -10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent;
}
.introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white;
}
.introjs-arrow.bottom {
    bottom: -10px;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.introjs-tooltip {
    position: absolute;
    padding: 20px;
    min-width: 200px;
    max-width: 800px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    color: #003663;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.introjs-tooltip h1 {
    font-size: 24px;
    margin-top: 0;
}
.introjs-tooltip i.num {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 37px;
    height: 37px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background-color: #55ca03;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
}
.introjs-tooltip i.num.right {
    left: auto;
    right: -20px;
}
.introjs-tooltipbuttons {
    text-align: center;
}
.introjs-button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
    z-index: 10;
    overflow: visible;
    margin: 10px 5px 0;
    padding: 0 30px;
    outline: none;
    border: 3px solid #55ca03;
    border-radius: 4px;
    background: #55ca03;
    color: #ffffff;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}
.introjs-button:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    border: 1px solid #a3e277;
    content: " ";
    background: #55ca03;
}
.introjs-button:hover,
.introjs-button:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}
/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.introjs-skipbutton,
.introjs-prevbutton {
    display: none;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
    color: #eee;
    cursor: default;
    text-decoration: none;
    background: #a3e277;
    border: 3px solid #a3e277;
    display: none;
}
.introjs-disabled:before,
.introjs-disabled:hover:before,
.introjs-disabled:focus:before {
    background: #a3e277;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -4px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-connect {
  background: #3FB8AF;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
  background-color: #ccbf52;
}
.noUi-target {
  border-radius: 4px;
  background-color: #eb5339;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 2px solid #cccccc;
  border-radius: 50%;
  cursor: default;
  background-color: #ff0000;
}
.noUi-active {
  border-color: #b3b3b3;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
  background: #4FDACF;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
/*  overflow: hidden; */
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(img/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(img/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(img/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(img/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
.gldp-default {
  position: absolute;
}
.gldp-default:before {
  position: absolute;
  top: -8px;
  left: 182px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dcdcdc rgba(0, 0, 0, 0);
  content: '';
}
/* Core style for every cell */
.gldp-default .core {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
/* Cell border */
.gldp-default .border {
  border-style: solid;
  border-width: 0;
  border-color: #888;
}
/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
  background-color: #dcdcdc;
  text-transform: uppercase;
  font-size: 16px !important;
}
/* Month/Year text */
.gldp-default .monyear span {
  margin: 0 5px 0 5px;
}
/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.gldp-default .prev-arrow:hover,
.gldp-default .next-arrow:hover {
  color: #55ca03;
}
.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
  color: #55ca03;
}
.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
  color: #222;
  opacity: 0.15;
}
/* Days of the week */
.gldp-default .dow {
  background: #f6f6f6;
  color: #333;
  cursor: wait !important;
}
/* Special */
.gldp-default .special:after {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 11px 11px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) #dcdcdc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  content: '';
}
/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri,
.gldp-default .sat,
.gldp-default .sun,
.gldp-default .special {
  background-color: #fff;
  box-shadow: inset 0 0 2px 0px #d1d4d9;
  color: #4d5155;
}
/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
  color: #cccfd3 !important;
}
/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover,
.gldp-default .special:hover {
  background: #eef1f5;
  box-shadow: inset 0 0 2px 0px #55ca03;
  color: #55ca03;
}
/* Non-Selectable days */
.gldp-default .noday {
  box-shadow: inset 0 0 2px 0px #d1d4d9;
  color: #CCCCCC;
}
/* Currently selected day & today */
.gldp-default .selected,
.gldp-default .today {
  background: #eef1f5;
  box-shadow: inset 0 0 2px 0px #55ca03;
  color: #55ca03;
  font-weight: bold;
}
/* base styles
-----------------------------------------------------------------------------*/
html {
 /* background: url(img/html-bg.png) 0 0 repeat;*/
  background-color: rgb(237, 237, 237)
}
body {
  background: url(img/body-bg.png) 0 0 repeat-x;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.wrapper {
  background: url(img/body-bg.png) 0 0 repeat-x;
}
/* base links */
a {
  color: #003663;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1a4a73;
  text-decoration: none;
}
a.tdu {
  text-decoration: underline;
}
.pink {
  color: #d33550;
}
.blue {
  color: #003663;
}
.green {
  color: #55ca03;
}
.red {
  color: #d33550;
}
.grey {
  color: #c6c6c6;
}
.green-bullets {
  margin-left: 0;
  list-style: none;
}
.green-bullets li {
  padding-left: 1em;
  text-indent: -0.8em;
}
.green-bullets li:before {
  content: "• ";
  color: #55ca03;
  font-size: 1.2em;
}
.green-bullet:before {
  content: "• ";
  color: #55ca03;
  font-size: 2em;
  line-height: .2em;
  vertical-align: middle;
}
.main-wrap {
  /*.border-radius(5px);
	border     : 1px solid #dedede;
	padding    : 16px 0 0 16px;
	background : @white url(img/sidebar-bg.png) 100% 0 repeat-y;*/
/*  overflow: hidden; */
  margin: 0 10px;
  width: auto;
  padding: 0;
  min-height: 860px;
}
html {overflow-x: hidden;}

/*.container {overflow-x: hidden;} */
/*#overflow-fix {overflow-x: hidden;}*/

/* to top */
#to-top,
#to-top-hover {
margin-bottom: -15px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10000;
  display: none;
  overflow: hidden;
  width: 60px;
  height: 50px;
  border: none;
  background: url(img/to-top.png) 0 0 no-repeat;
  text-decoration: none;
  text-indent: -9999em;
}
#to-top-hover {
  display: block;
  float: left;
  background-position: 0 -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
#to-top:active,
#to-top:focus {
  outline: none;
}

#advanced-to-top {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    padding: 2px 14px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
@media screen and (min-width:0\0) {
    #advanced-to-top {
    right: 20px;
    }
    /* стили только для IE9 - IE10 */
}

#advanced-to-top a {
    display: block;
    padding: 2px 0;
    font-weight: bold;
    font-size: 11px;
}
#advanced-to-top [class*="it-"] {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 25px;
    height: 15px;
    background: url(img/advanced-to-top.png) 0 0 no-repeat;
}
#advanced-to-top .it-to-top {
    margin-right: 5px;
    width: 30px;
    background-position: 0 0;
}
#advanced-to-top .it-next {
    background-position: 0 -22px;
}
#advanced-to-top .it-rand {
    background-position: 0 -44px;
}
#advanced-to-top .it-similar {
    background-position: 0 -87px;
    height: 21px;
}
#advanced-to-top .it-prev {
    background-position: 0 -67px;
}
#advanced-to-top:hover {
    background-color: #ffffff;
}
.mc {
    position: absolute;
    left: 1px;
    width: 50px;
    height: 39px;
    background: url(img/mc-bg.png) 0 0 no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}
.self-post .mc {
  top:-1px;
  left:-1px;
}

.mc2 {
    border-radius: 4px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    left: 1px;
    line-height: 28px;
    min-width: 50px;
    overflow: hidden;
    position: absolute;
}
.mc2 span {
    position: relative;
}
.mc2 strong {
    display: none;
}
.mc2:before {
    border-color: #da0119 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #da0119;
    border-style: solid;
    border-width: 19px 25px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.mc2:hover {
    background-color: #da0119;
    line-height: 38px;
    overflow: visible;
    padding: 0 10px;
}
.mc2:hover span {
    display: none;
}
.mc2:hover strong {
    display: block;
}
.mc2:hover:before {
    left: auto;
    right: -50px;
}
.mc2.anti {
    left: -10px;
}
.mc2.anti:before {
    border-color: transparent;
}
.mc2.anti:hover {
    left: 1px;
}

/* drops */
.drop-left,
.drop-right {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 22px;
  height: 48px;
  background: url(img/main-selector-sprite.png) 0 0 no-repeat;
}
.drop-right {
  background-position: -22px 0;
}

.no_select
{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* pagination */
.paginator {
  margin: 40px 0;
  text-align: center;
}
.paginator a,
.pageslist a,
.paginator span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 8px;
  background-color: #eee;
  color: #999;
  font-weight: bold;
  line-height: 26px;
}
.paginator a:hover,
.pageslist a:hover,
.paginator .current,
.pageslist .current {
  background-color: #6f7986;
  color: #fff;
  text-decoration: none;
}

.pagesbox {
  text-align: center;
}

/* mini calendar */

/* mini calendar */
.calend {
  margin: 0 16px 40px 0;
  color: #999;
  text-align: center;
  line-height: 38px;
}
.calend a {
  color: inherit;
}
.calend .months,
.calend .days {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dedede;
  background: url(img/calendar-bg.png) 0 0 repeat-x;
  font-weight: bold;
  font-size: 14px;
}
.calend .months {
  margin-right: 8px;
}
.calend a,
.calend span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 0 6px;
  border: 1px solid transparent;
  border-width: 0 1px;
}
.calend a:hover,
.calend .current {
  border: 1px solid #dedede;
  border-width: 0 1px;
  background: url(img/calendar-bg.png) 0 -38px repeat-x;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.calend .prev,
.calend .next {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 0 6px;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 20px;
}
.calend .prev:hover,
.calend .next:hover {
  border-width: 0;
  background: #fff;
}
.calend .prev {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-width: 0 1px 0 0 !important;
}
.calend .next {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-width: 0 0 0 1px !important;
}
.calend .days > * {
	float: left;
}
.calend .days-shaft {
	white-space: nowrap;
	width: 400px;
	overflow: hidden;
}
.calend .days-shaft div {
	display: inline-block;
}
.calend .days-shaft .day {
	cursor: pointer;
	border-width: 0 1px 0 0;
}
.calend .days-shaft .day.day_current {
	border: 1px solid #dedede;
	border-width: 0 1px;
	background: url(img/calendar-bg.png) 0 -38px repeat-x;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.calend .days-shaft .day.day_red { color: #cc0033; }
.calend .days-shaft .day.day_disabled { opacity: 0.25; cursor: default;}

.calend .month-shaft {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
}
.calend .month-shaft .month {
	width: 110px;
	display: inline-block;
}
.branded {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
/* pages import */
/* most top selector */
.main-selector {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 16px;
	border: 1px solid #dedede;
	color: #003663;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 48px;
}
.main-selector a {
	color: inherit;
}
.main-selector a:hover,
.main-selector a.current {
	color: #55ca03;
	text-decoration: none;
}
.main-selector .float-l {
	padding: 0 10px;
	border-right: 1px solid #dedede;
}
.main-selector .float-r {
	padding: 0 10px;
	border-left: 1px solid #dedede;
}
.main-selector label.current {
	color: #55ca03;
}
.collapsed-post .read-more-wrap .read-more, .collapsed-post .likes-wrap .expanded-rate,
    .collapsed-post .author {
    display: none;
}
 .expanded-post .likes-wrap .collapsed-rate,  .expanded-post .small-likes-wrap .collapsed-rate /*, .expanded-post .expanded-button*/ {
    display: none;
}
.collapsed-post .expanded-anounce {
    left: -9999px;
    position: absolute;
}
.expanded-post .collapsed-anounce {
    left: -9999px;
    position: absolute;
}
.collapsed-post .likes-wrap .collapsed-rate, .collapsed-post .small-likes-wrap .collapsed-rate {
    color: #003663;
    font-weight: bold;
    line-height: 25px;
}
/*
.collapsed-post .expanded-button, .expanded-post .collapsed-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #003663;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}
.collapsed-post .expanded-button {
    margin-top: 9px;
}*/
.collapsed-post .read-more-wrap, .collapsed-post .likes-wrap {
    margin-top: 0px;
}
.post .likes-wrap .collapsed-rate {
    display: none;
}
/* one post on main */
.post-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0 0 16px;
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.main-post {
  padding: 0 16px 0 16px;
  margin-bottom: 5px;
}
.post .post_title {
    color: #003663;
}
.related-posts,
.related-yad,
.partner-posts {
	background: url("img/slider-top.png") repeat-x scroll 0 0 #FAFAFA;
    height: auto;
    margin-bottom: 20px;
    margin-left: -16px;
}

.partner-posts {
	background: none;
}


.related-posts h3,
.related-yad h3,
.partner-posts h3 {
    color: #252525;
    font-size: 14px;
    line-height: 22px;
    margin: 22px 0 16px 16px;
    padding: 0;
}

.related-posts .related-posts-wrap,
.related-yad .related-posts-wrap {
    margin: 0 auto;
    text-align: center;
}

.related-posts .related-posts-wrap li,
.related-yad .related-posts-wrap li {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0 0.5%;
    vertical-align: top;
    width: 18%;
}

.related-posts .related-posts-wrap li .title,
.related-yad .related-posts-wrap li .title {
  line-height: 24px;
}
.related-posts .related-posts-wrap li .title .gray,
.related-yad .related-posts-wrap li .title .gray {
  color: #999;
}

.related-posts .related-posts-wrap li a,
.related-yad .related-posts-wrap li a {
  position: relative;
  color: #454545;
}

.related-posts .related-posts-wrap li a:hover,
.related-yad .related-posts-wrap li a:hover {
  color: #d33550;
}

.related-yad {
  padding: 16px;
}

.sended-by {
  position: relative;
  display: block;
  margin-top: -24px;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #9c9c9c;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
}
.page-about {
  padding-right: 16px;
}
.page-about .toc {
  margin-top: 16px;
  margin-bottom: 40px;
}
.page-about .toc a {
  border-bottom: 1px dotted;
}
.page-about .toc a:hover {
  border-bottom: none;
}
.page-about .toc-body {
  margin-bottom: 30px;
}
.page-about .fishit-wrap {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 16px 56px 16px 40px;
  padding: 3px 20px;
  border: 1px solid #dedede;
  background-color: #f7f7f7;
}
.page-about .fishit-wrap .fishit {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 110px;
  height: 40px;
  background: url(img/button-fishit.png) 0 0 no-repeat;
}
.page-about .fishit-wrap .float-r {
  line-height: 40px;
}

.main-post h1,
.main-post h2 {
  font-weight: normal;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*&:before {
			content: " ";
			background: url(img/home-header-bullet.png) 0 0 no-repeat;
			position: absolute;
			margin-left: -20px;
			margin-top: 8px;
			display: block;
			width: 12px;
			height: 18px;
		}*/
}

.main-post h1 span.num_title,
.main-post h2 span.num_title {
  color: #cbcbcb;
}
.main-post p {
  font-size: 14px;
}

.main-post .post-pic-small {
  display: none;
}
.main-post .post-pic-inline {
  display: block;
  margin: 0 auto;
}

/* read more */
.read-more-wrap {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 18px;
  margin-bottom: 12px;
}
.read-more-wrap a {
  float: left;
  color: #003663;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}
.read-more-wrap a.favorite-link:hover {
  color: #55ca03;
}
.read-more-wrap .read-more {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 16px;
  padding: 0 8px;
  background-color: #376186;
}
.read-more-wrap .read-more:hover {
  background-color: #55ca03;
}
.read-more-wrap .sep {
  float: left;
  margin: 0 8px 0 10px;
  width: 0px;
  height: 25px;
  border-right: 1px dotted #003663;
}

.read-more-wrap .separator {
  border-right: 1px dotted #003663;
  float: left;
  height: 25px;
  padding: 0 8px;
}
.read-more-wrap .comments,
.read-more-wrap .quick-comment {
  color: #003663;
  font-weight: bold;
}
.read-more-wrap .comments span.underline {
    display: inline-block;
    line-height: 0.95em;
	  border-bottom: 1px solid #003663;
  /*padding-bottom: 2px;*/
}
.read-more-wrap .comments span.underline:hover {
    color: #55ca03;
    border-bottom: none;
}
.read-more-wrap .quick-comment span.underline {
	display: inline-block;
    line-height: 0.95em;
    border-bottom: 1px dotted #003663;
    /*padding-bottom: 2px;*/
}
.read-more-wrap .quick-comment span.underline:hover {
    color: #55ca03;
    border-bottom: none;
}
.comment .delete-comment {
	float: right;
}
.comment .delete-comment a {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
/*.read-more-wrap .quick-comment {
  margin-left: 16px;
}*/
.main-promo {
  margin: 16px 0;
  height: 186px;
  background: url(img/main-promo-bg.png) 0 0 repeat-x;
}
.main-promo h3 {
  /*background : url(img/main-promo-head.png) 0 100% no-repeat;
		padding      : 22px 0 0 30px;*/

  margin: 0 0 15px 12px;
  padding: 22px 0 0 0;
  color: #252525;
  font-size: 14px;
  line-height: 22px;
}
.main-promo .item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 1%;
  width: 23.5%;
  vertical-align: top;
}
.main-promo .item img {
  float: left;
  margin-right: 6px;
}
.main-promo .item span {
  display: block;
  overflow: hidden;
}

[class^="filter-line"] {
  line-height: 28px;
}
[class^="filter-line"] .s-lines,
[class^="filter-line"] .s-grid {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 22px;
  height: 28px;
  background: url(img/main-selector-sprite.png) 0 0 no-repeat;
}
[class^="filter-line"] .s-lines {
  background-position: 2px -58px;
}
[class^="filter-line"] .s-lines:hover,
[class^="filter-line"] .s-lines.current {
  background-position: -21px -58px;
}
[class^="filter-line"] .s-grid {
  background-position: 0 -106px;
}
[class^="filter-line"] .s-grid:hover,
[class^="filter-line"] .s-grid.current {
  background-position: -21px -106px;
}
[class^="filter-line"] .dropdown {
  position: relative;
  padding: 0 5px;
  color: #003663;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
[class^="filter-line"] .dropdown .ficon-down-dir {
  margin-left: 4px;
}
[class^="filter-line"] .dropdown .ficon-down-dir:before {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 21px;
  border: 1px solid transparent;
  border-width: 1px 1px 0 1px;
}
[class^="filter-line"] .dropdown .links-holder {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 27px;
  right: -9999em;
  z-index: 998;
  padding: 0 18px;
  border: 1px solid #003663;
  background-color: #003663;
}
[class^="filter-line"] .dropdown .links-holder a {
  display: block;
  color: #ffffff;
  white-space: nowrap;
}
[class^="filter-line"] .dropdown .links-holder a.current,
[class^="filter-line"] .dropdown .links-holder a:hover {
/*color: #ffffff;*/
  color: #55ca03;
}
[class^="filter-line"] .dropdown.current .ficon-down-dir:before,
[class^="filter-line"] .dropdown:hover .ficon-down-dir:before {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  position: relative;
  z-index: 999;
  border-color: #003663;
  background-color: #003663;
  color: #ffffff;
}
[class^="filter-line"] .dropdown.current .links-holder,
[class^="filter-line"] .dropdown:hover .links-holder {
  right: 5px;
}

[class^="filter-line"] .tip-question {
  margin-top: 7px;
  margin-left: 4px;
}
[class^="var-"] {
  font-size: 12px;
}
[class^="var-"] p a {
  margin: 0;
  width: auto;
}
[class^="var-"] .grey {
  color: #c6c6c6;
}
.var-head {
  font-size: 14px;
  color: #1b1b1b;
  line-height: 1.4;
  margin: 20px 0 6px;
}
.var-one {
  font-weight: bold;
}
.var-one img {
  float: left;
  margin-right: 10px;
}
.var-one .ovh {
  display: block;
}
.var-two a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 30px 10px 0;
}
.var-two a .title {
  display: block;
  text-align: left;
}
.var-two a img {
  max-width: 280px;
}
.var-two a:hover .title {
  text-decoration: underline;
}
.var-three a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 2% 10px 0;
  width: 31%;
}
.var-three a .title {
  display: block;
  text-align: left;
  font-weight: bold;
}
.var-three a img {
  max-width: 220px;
}
.var-three a:hover .title {
  text-decoration: underline;
}
.meta-time
{
   color: rgb(173, 173, 173);
   margin-bottom: 10px;
}

.count-like-comment
{
  color: rgb(24, 209, 49);
  margin-right: 10px;
}

.comment-popular
{
  position: relative;
    padding: 4px 5px;
    background: url("img/side-news-bg.png") repeat-x scroll 0px 100% rgb(255, 255, 255);
    font-size: 11px;
    line-height: 14px;
}

.main-post .meta {
  margin: 12px 0 10px 15px;
  color: #adadad;
  font-size: 11px;
  line-height: 15px;
}
.main-post h1 span.base_title,
.main-post h2 span.base_title {
    text-decoration: underline;
}
.main-post h1 span.base_title:hover,
.main-post h2 span.base_title:hover {
    text-decoration: none;
}
.main-post h1 span.base_title:hover {
    text-decoration: none;
}
.post_content a {
    text-decoration: underline;
}
.post_content a:hover {
    text-decoration: none;
}
.main-post-short {
	padding-bottom: 10px;
}
.main-post-short .meta {
	min-width: 100px;
}

.main-post .meta .avatar {
  float: left;
  margin-left: 4px;
}
.main-post .meta .avatar img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.main-post .meta .text {
  float: left;
  text-align: right;
}
.main-post .meta .text a {
  color: #adadad;
}
.main-post .meta .text a:hover {
  color: #1a4a73;
}
.main-post .tags {
  font-size: 11px;
  margin-top: 20px;
}
.main-post .tags a {
    text-decoration: underline;
}
.main-post .tags a:hover {
    text-decoration: none;
}
.main-post .tags .ficon-ok {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 2px;
  margin-left: 4px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: #00afc9;
  color: #ffffff;
  text-align: center;
  font-size: 9px;
  line-height: 16px;
}

.main-post .photo-collection {
  margin-top: 24px;
  text-align: center;
}
.main-post .photo-collection img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  max-width: 160px;
  margin: 0 16px;
}
.main-post .gifs-collection {
  text-align: center;
}
.main-post .gifs-collection div.gif-cover {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  max-width: 220px;
  margin: 15px;
}
.main-post .gifs-collection div.gif-cover div.gif-static {
  display: block;
}
.main-post .photo-collection a, .main-post .gifs-collection a {
	text-decoration: none;
}
/*
.main-post .video-collection {
  border-collapse: collapse;
  text-align: left;
}
.main-post .video-collection td {
  padding: 0;
  vertical-align: top;
  width: 33%;
}
.main-post .video-collection .video-small {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 20px 10px;
}
.main-post .video-collection .video-small .title {
  display: block;
  color: #1b1b1b;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.main-post .video-collection .video-small img {
  max-width: 220px;
}
.main-post .video-collection .video-small:hover .title {
  text-decoration: underline;
}
.main-post .video-collection .video-holder {
  position: relative;
  overflow: hidden;
  margin: 0 20px 4px;
  padding-bottom: 56.25%;
  height: 0;
}
.main-post .video-collection .video-holder iframe,
.main-post .video-collection .video-holder object,
.main-post .video-collection .video-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-post .video-collection .info {
  margin: 0 20px 10px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.main-post .video-collection .info .title {
  font-size: 14px;
}
.main-post .video-collection .info .comments {
  margin: 0 8px;
  padding: 0 8px;
  border: 1px dotted #003663;
  border-width: 0 1px;
  color: #55ca03;
}
*/
.main-post .collapse-toggle {
  float: right;
  margin-top: 9px;
  height: 36px;
  border: none;
  background: transparent;
  color: #003663;
  font-weight: bold;
  font-size: 13px;
  line-height: 36px;
}
.main-post .liked-wrap {
  float: right;
  font-weight: bold;
  color: #003663;
  margin-top: 18px;
  line-height: 25px;
}
.main-post-short {
	min-height: 80px;
}

.main-post-short .post-pic-small {
  display: block;
  float: left;
  margin: 12px 10px 12px 0;
  max-width: 113px;
  max-height: 80px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.main-post-short h1 {
  margin-top: 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.main-post-short h1:before {
  margin-top: 0;
  margin-left: -98px;
}

.main-post-short .meta {
  margin-bottom: 9px;
  line-height: 1;
  margin-bottom: 9px;
}

.main-post-short .meta .avatar {
  display: none;
}
.main-post-short .tags {
  margin-top: 0;
}

.digest-content
{
	min-height: 10px;
}

.main-post-short .digest-content {
	line-height: 1;
	font-size: 0.85em;
}

.main-post-short .meta .tags .ficon-ok {
	margin-top: -2px;
}
#post-videogallery h2 .read-more-wrap {
	margin: 5px 0 0 5px;
}
#post-videogallery h2 .read-more-wrap .read-more {
	margin: 0;
}

.main-post-short .read-more-wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.main-post-short .read-more-wrap .read-more {
	padding: 0;
	background-color: transparent;
	color: #003663;
}
.main-post-short .read-more-wrap .read-more:hover {
  background-color: transparent;
}
.main-post-short .likes-wrap {
  margin: 3px 0 0 4px;
}
.main-post-short .likes-wrap {
  margin: 3px 0 0 4px;
}
.main-post-short .likes-wrap a,
.main-post-short .likes-wrap span {
  height: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.main-post-short .likes-wrap span {
  padding: 0 5px;
}
.main-post-short .likes-wrap a {
  padding: 0;
  width: 20px;
  background-position: 0 -40px;
}
.main-post-short .likes-wrap a:hover {
  background-position: 0 -100px;
}
.main-post-short .likes-wrap a.dislike {
  background-position: -20px -40px;
}
.main-post-short .likes-wrap a.dislike:hover {
  background-position: -20px -100px;
}
.main-post-short .likes-wrap i {
  width: 20px;
  height: 20px;
}
.main-post-short .likes-wrap i.like {
  background-position: 0 -100px;
}
.main-post-short .likes-wrap i.dislike {
  background-position: -20px -100px;
}
.main-post-short.collection {
    padding: 0;
}
.main-post-short.collection .post-pic-small {
    max-width: 170px;
}
.main-post-short.collection h1 {
    font-size: 16px;
    margin-left: 0;
}
.main-post-short.collection p {
    display: block;
}

/* collection */
.main-post .video-collection {
    border-collapse: collapse;
    text-align: left;
    font-size: 11px;
}
.main-post .video-collection td {
    padding: 0;
    vertical-align: top;
    width: 33%;
}
.main-post .video-collection .video-small {
    display: inline-block;
    margin: 0 20px 10px;
    vertical-align: top;
}
.main-post .video-collection .video-small .image-wrapper {
    position: relative;
    overflow:hidden;
}
.main-post .video-collection .video-small .title {
    /*color: #1B1B1B;*/
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.main-post .video-collection .video-small img {
    max-width: 220px;
}
.main-post .video-collection .video-small {
    text-decoration: none;
}
.main-post .video-collection .video-small .title {
    text-decoration: underline;
}
.main-post .video-collection .video-small .title:hover {
    text-decoration: none;
}
.main-post .video-collection .video-holder {
    height: 0;
    margin-left: -10px;
   /* overflow: hidden;*/
    padding-bottom: 390px;
    position: relative;
}
.main-post .video-collection .video-holder .gallery .item-content .post-img {
	position: static;
}
.main-post .video-collection .video-holder iframe, .main-post .video-collection .video-holder object, .main-post .video-collection .video-holder embed {
   /* height: 100%;*/
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-post .video-collection .info {
    font-size: 12px;
    font-weight: bold;
    margin: 0 20px 10px;
    text-align: left;
}
.main-post .video-collection .info .title {
    font-size: 14px;
}
/*.main-post .video-collection .info .comments {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #003663;
    border-image: none;
    border-style: dotted;
    border-width: 0 1px;
    color: #55CA03;
    margin: 0 8px;
    padding: 0 8px;
}
*/
.main-post .video-collection .info .about {
    display:inline-block;
    padding: 0 4px;
}
.main-post .video-collection .info strong, .main-post .video-collection .info span {
    padding: 0 4px;
}

/* likes */
.likes-wrap,
.small-likes-wrap {
  float: right;
}
.likes-wrap {
  margin: 8px 0;
}
.small-likes-wrap .likes-wrap {
  margin: 0;
}
.likes-wrap .expanded-rate a,
.likes-wrap .expanded-rate i,
.likes-wrap .expanded-rate span {
  float: left;
  height: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
}
.small-likes-wrap a,
.small-likes-wrap i,
.small-likes-wrap span {
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}
.likes-wrap .expanded-rate span {
  padding: 0 10px;
}
.small-likes-wrap span {
  padding: 0 5px;
}
.likes-wrap span.positive,
.small-likes-wrap span.positive {
  color: #55ca03;
}
.likes-wrap span.negative,
.small-likes-wrap span.negative {
  color: #f00;
}
.likes-wrap a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  background: #55ca03 url(img/likes.png) 0 0 no-repeat;
}
.small-likes-wrap a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 20px;
  background: #55ca03 url(img/likes.png) 0 -40px no-repeat;
  padding: 0;
}
.small-likes-wrap a.favorite-link {
  width: auto;
  background: none;
  padding: 0 5px;
}
.likes-wrap a:hover {
  background-position: 0 -60px;
}
.small-likes-wrap a:hover {
  background-position: 0 -100px;
}
.likes-wrap a.dislike,
.small-likes-wrap a.dislike {
  background-position: -40px 0;
  background-color: #e57f7f;
}
.small-likes-wrap a.dislike {
  background-position: -20px -40px;
}
.likes-wrap a.dislike:hover {
  background-position: -40px -60px;
}
.small-likes-wrap a.dislike:hover {
  background-position: -20px -100px;
}
.likes-wrap i,
.small-likes-wrap i {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  background: url(img/likes.png) 0 0 no-repeat;
}
.small-likes-wrap i {
  width: 20px;
  height: 20px;]
}
.new-likes
{
    float: left;
    color: #003663;
    font-family: Arial;
    font-size: 13px;
    font-weight:bold;
}
/*.new-likes-span
{
    border-left: 1px dotted;
    border-right: 1px dotted;
}*/

.likes-wrap i.like {
  background-color: #55ca03;
  background-position: 0 -60px;
}
.small-likes-wrap i.like {
  background-color: #55ca03;
  background-position: 0 -100px;
}
.likes-wrap i.dislike {
  background-color: #e57f7f;
  background-position: -40px -60px;
}
.small-likes-wrap i.dislike {
  background-color: #e57f7f;
  background-position: -20px -100px;
}
.small-likes-wrap i.sep {
  float: left;
  margin: 0;
  width: 0px;
  height: 20px;
  border-right: 1px dotted #003663;
  border-radius: 0;
}
.otk-main {
	background: white;
	padding: 15px;
}
.otk-main #otk-box img {
	display: block;
}
.otk-main #otk-logo {
	width: 64px;
	height: 64px;
}
.otk-main #otk-left {
	width: 55%;
	float: left;
}
.otk-main #otk-text {
	font-family: "Didact Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 25.5px;
	border: 0px;
	padding: 17px 0 0 20px;
	outline: none;
	width: 393px;
	height: 208px;
	resize: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 102% 104%;
}
.otk-main #otk-colors {
	background: #B1B1B1;
	border: 1px solid #cccccc;
	border-top: 0px;
	padding: 3px 5px;
	border-radius: 0px 0px 5px 5px;
	text-align: center;
}
.otk-main #otk-colors div {
	width: 39px; height: 55px; display: inline-block; cursor: pointer;
}
.otk-main .orientation {
	background-image: url("/images/fishki/18/corners.png");
}

.otk-main .left-top.active{
	background-position: 0 -61px !important;
}
.otk-main .left-bottom.active{
	background-position: -41px -61px!important;
}
.otk-main .right-top.active {
	background-position: -82px -61px!important;
}
.otk-main .right-bottom.active{
	background-position: -124px -61px!important;
}
.otk-main .left-top {
	background-position: 0 0;
}
.otk-main .left-bottom {
	background-position: -41px 0px;
}
.otk-main .right-top {
	background-position: -82px 0px;
}
.otk-main .right-bottom {
	background-position: -124px 0px;
}

.otk-main div#otk-management {
	text-align: center;
	margin-top: 2px;
}

.otk-main div#otk-management div#recaptcha_area {
	margin: 0px auto;
}
.otk-main #otk-pics {
	float: left;
	width: 40%;
}

.otk-main div.otk-fixed {
	float: none;
	position: fixed;
	top: 0px;
	z-index: 20;
}

.otk-main div#otk-tags {
	width: 140px;
}

.otk-main .pixel_gif {
	padding: 2px;
	cursor: pointer;
}
.otk-main .age {
	background: none repeat scroll 0 0 #B1B1B1;
	color: white;
	float: left;
	font-family: Impact;
	font-size: 2.8em;
	line-height: 100%;
	margin: 4px;
	cursor: pointer;
}
.otk-main .age_logo {
	width: 64px;
	height: 64px;
	cursor: default;
	line-height: 64px;
	font-family: impact;
	text-align: center;
	color: white;
}
.otk-main .age_logo  span{
	font-size: 33px;
}
.otk-main .ready_image {
	max-width: 100%;
}
.otk-main .loginbox.support {
	margin-top: -33px;
}
.otk-main .or-via {
	display: inline-block;
}
.otk-main .uploadButtonLink {
	margin-left: 10px !important;
	width: 220px;
}
.otk-main .uploadButton {
	background: url("/css/jam/img/form/inputs-bg.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #A4A4A4;
	border-radius: 5px 5px 5px 5px;
	color: #2F3031;
	display: inline-block;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	text-decoration: none;
	vertical-align: top;
	margin-left: 0.7em;
}
.progress_block {
	height: 40px;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 32px;
	z-index: 999;
	background: url("img/viewer/view_loader_background.png") no-repeat scroll 0 0 transparent;
}
.progress_block .loader {
	height: 32px;
	width: 32px;
	background: url("img/viewer/view_loader.gif") no-repeat scroll 0 0 transparent;
}

.result_image .link h2 {
	display: inline-block;
}


div#otk-left {
	background: #f7f8f9;
}

div#otk-box {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px;
	width: 413px;
	height: 225px;
}

#otk-text {
	font-family: "Didact Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 25.5px;
	border: 0px;
	padding: 17px 0 0 20px;
	outline: none;
	width: 393px;
	height: 208px;
	resize: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 102% 104%;
}

div#otk-colors {
	background: #eeeeee;
	border: 1px solid #cccccc;
	border-top: 0px;
	margin-left: 6px;
	padding: 3px 5px;
	border-radius: 0px 0px 5px 5px;
	width: 401px;
}

div#otk-colors div {
	width: 20px; height: 20px; display: inline-block; cursor: pointer;
}

div#otk-management {
	text-align: center;
	margin-top: 2px;
}

div#otk-management div#recaptcha_area {
	margin: 0px auto;
}

div#otk-pics div.otk-images-box div {
	overflow: hidden;
	display: inline-block;
	width: 64px;
	height: 64px;
}

div#otk-pics div.otk-images-box div img {
	cursor: pointer;
	width: 64px;
	vertical-align: top;
}

div#otk-pics h4 {
	cursor:pointer;
	color: #ffffff;
	background: #808080;
	border: 1px solid #808080;
	border-top: 0px;
}

div.otk-images-box {
	background: #ffffff;
	display: none;
	padding: 4px 4px 8px 4px;
	border: 1px solid #808080;
	border-top: 0px;
	border-bottom: 0px;
}

div.otk-fixed {
	float: none;
	position: fixed;
	top: 0px;
	z-index: 20;
}

div#otk-tags {
	width: 140px;
}

div.demotivation-preview, div.mem-preview {
	float:right;
	background: none repeat scroll 0 0 black;
	min-height: 120px;
	min-width: 285px;
}

div.demotivation-preview img, div.mem-preview img {
	display:block;
}

div.demotivation-preview.loading {
	background: url("img/loader_medium.gif") no-repeat scroll 50% 50% white;
}

.stastusselect {display:inline; width:48px; height:20px; background-color:#fff; lborder:1px solid #7f9db9; position:relative; z-index:1; vertical-align:middle}
.stastusselect B {vertical-align:-3px}
.stastusselect I {display:inline-block; height:17px; border:1px solid #7f9db9; padding:2px 0 0 5px;}
#status {display:inline-block; margin:0 5px 0 0}
.selectbutton {display:inline-block; background-position:0 0; cursor:pointer}
.statusall {display:none; width:43px; height:200px; position:absolute; top:17px; }
.statusall LI {list-style-type:none; padding:2px 0 2px 5px; cursor:pointer}
.stastusselect B, .status .wrapperNone B, .statusicons B, .rubric B {display:inline-block; width:16px; height:16px; background-image:url(img/status/status.png); background-repeat:no-repeat}
.statusall B {display:block}
.s1 {background-position:-16px 0}
.s2 {background-position:-32px 0}
.s3 {background-position:-48px 0}
.s4 {background-position:-64px 0}
.s5 {background-position:-80px 0}
.s6 {background-position:0 -16px}
.s7 {background-position:-16px -16px}
.s8 {background-position:-32px -16px}
.s9 {background-position:-48px -16px}
.s10 {background-position:-64px -16px}
.s11 {background-position:-80px -16px}
.s12 {background-position:0 -32px}
.s13 {background-position:-16px -32px}
.s14 {background-position:-32px -32px}
.s15 {background-position:-48px -32px}
.s16 {background-position:-64px -32px}
.s17 {background-position:-80px -32px}
.s18 {background-position:0 -48px}
.s19 {background-position:-16px -48px}
.s20 {background-position:-32px -48px}
.s21 {background-position:-48px -48px}
.s22 {background-position:-64px -48px}
.s23 {background-position:-80px -48px}
.s24 {background-position:0 -64px}
.s25 {background-position:-16px -64px}
.s26 {background-position:-32px -64px}
.s27 {background-position:-48px -64px}
.s28 {background-position:-64px -64px}
.s29 {background-position:-80px -64px}
.s30{background-position:0 -80px}
.s31 {background-position:-16px -80px}
.s32 {background-position:-32px -80px}
.s33 {background-position:-48px -80px}
.s34 {background-position:-64px -80px}
.s35 {background-position:-80px -80px}

#status_form .odnoklassniki {background-position:0 -96px}
#status_form .facebook {background-position:-16px -96px}
#status_form .livejournal {background-position:-32px -96px}
#status_form .twitter {background-position:-48px -96px}
#status_form .vkontakte {background-position:-64px -96px}
#status_form .icq {background-position:-80px -96px}

#status_form ul {list-style-type: none;}
#status_form .statusicons {width:336px;}
#status_form .statusicons LI {float:left; width:16px; height:16px; padding:5px; border:1px solid #fff; cursor:pointer}
#status_form .statusicons LI:hover, #status_form .statusicons LI.current {border-color:#000}
#status_form .statusadd TD {vertical-align:top; padding:0 12px 20px 0}

#status_form .rubric LI {float:left}
#status_form .rubric B {position:relative; vertical-align:middle; margin-right:-23px}
#status_form *:first-child+html .rubric B {margin-top: -10px; left: 4px;}
#status_form .rubric A {display:inline-block; padding:5px 8px 5px 26px; margin-right:15px; font-weight:bold;  border:1px solid #fff; white-space:nowrap}
#status_form .rubric A.current {background-color:#e3ecf5; border:1px solid #d6e3eb; text-decoration:none; color:#6e6e6e;}

#window {
	display: none;
}

.window-block {
	margin: 0 0 0 -362px;
	width: 724px;
	position: absolute;
	top: 200px;
	left: 50%;
}

#window-content, #window-content2 {
	background: rgba(0, 0, 0, 0.3);
	/* IE6–IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7FFFFFFF, endColorstr = #7FFFFFFF);
	zoom: 1;
	position: fixed; width: 100%; overflow-y: scroll; height: 100%;
	top: 0; left: 0;
	z-index: 1001;
}

#window-content2 {
	z-index: 202;
}

.generator-popup {
	background: none repeat scroll 0 0 white;
	border: 1px solid rgba(180, 180, 180, 0.7);
	box-shadow: 0 2px 2px #B4B4B4;
	float: none;
	margin: 120px auto 10px;
	min-height: 100px;
	padding: 20px 0;
	width: 980px;
	position: relative;
}

.close-window {
	color: #949494;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.post h1 {
  margin-right: 16px;
  color: #000000;
  font-weight: normal;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  
  /*&:before {
			content: " ";
			background: url(img/home-header-bullet.png) 0 0 no-repeat;
			position: absolute;
			margin-left: -20px;
			margin-top: 8px;
			display: block;
			width: 12px;
			height: 18px;
		}*/

}
.post h2 {
font-size: 18px;
}
.post h1 span.num_title {
  color: #cbcbcb;
}
.post .post_content{
word-wrap: break-word;
padding-right: 15px;
}
.post .post-content {
  margin-right: 16px;
  font-size: 14px;
}
.post_content{
	word-wrap: break-word;
	clear: both;
}

.main-post {font-size: 14px; }

.post p {
  color: #2d2c2c;
  font-size: 14px;
}
.post .likes-wrap {
  float: right;
  padding: 16px;
  background-color: #ffffff;
  border-left: 1px solid #dedede;
  margin: 0;
}
.post .meta-top {
  margin-top: 12px;
  margin-right: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  color: #999999;
  font-size: 11px;
}
.post .meta-top .avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.post .meta-top a {
  color: #454545;
  font-weight: bold;
}
.post .meta-top .date {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px dotted #adadad;
}
.post .meta-bottom {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 16px 16px 0;
  padding-left: 8px;
  border: 1px solid #dedede;
  background-color: #f7f7f7;
  color: #999999;
  font-size: 11px;
  line-height: 65px;
}
.post .meta-bottom .avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.post .meta-bottom a {
  color: #454545;
  font-weight: bold;
}
.post .meta-bottom .date {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px dotted #adadad;
}
.post .picture {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  position: relative;
  margin: 0 16px 16px 0;
  *display: inline;
}
.post .picture .pic-share-holder {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  height: 40px;
}

.post .picture .pic-share {
  position: relative;
  float: left;
  margin-left: 10px;
}
.post .picture .pic-share .title {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #ffffff;
  color: #003663;
  font-weight: bold;
  font-size: 11px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #EEEEEE;
}
.post .picture .pic-share-popup {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 200;
  display: none;
  border: 1px solid #dedede;
  background-color: #ffffff;
  white-space: nowrap;
  text-align: left;
}

.post .picture .pic-share-popup:after {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-right: 7px solid rgba(255, 255, 255, 0);
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid rgba(255, 255, 255, 0);
  content: '';
}

.post .picture .pic-share-popup:before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-right: 8px solid rgba(255, 255, 255, 0);
  border-bottom: 8px solid #dedede;
  border-left: 8px solid rgba(255, 255, 255, 0);
  content: '';
}
 #preloader, .preloader
 {
  background: url("img/generator/fon.png") scroll 0 0 transparent;
 }
.post .picture .pic-share-popup .head {
  display: block;
  padding: 14px;
  color: #003663;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.post .picture .pic-share-popup a,
.post .picture .pic-share-popup div.fb-gal-share,
.post .picture .pic-share-popup div.fb-gal-share-pop  {
  display: block;
  margin: 0 0 5px 10px;
  height: 37px;
  border-right: 3px solid transparent;
  font-size: 12px;
  line-height: 36px;
  padding-right: 5px;
}
.post .picture .pic-share-popup a:hover ,
.post .picture .pic-share-popup div.fb-gal-share-pop:hover {
  border-right-color: #55ca03;
}
.post .picture .pic-share-popup div.fb-gal-share-pop:hover {
	text-decoration:none;
}
.post .picture .pic-share-popup div.fb-gal-share-pop{
	color: #003663;
	text-decoration:underline;
}
.post .picture .pic-share-popup [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 16px;
  width: 37px;
  height: 37px;
	background: url(img/icons-pic-share.png) 0 0 no-repeat;
}
.post .picture .pic-share-popup .icon-fb {
  background-position: 0px 0px;
}
.post .picture .pic-share-popup .icon-tw {
  background-position: 0px -37px;
}
.post .picture .pic-share-popup .icon-vk {
  background-position: 0px -74px;
}
.post .picture .pic-share-popup .icon-ok {
  background-position: 0px -111px;
}
.post .picture .pic-share-popup .icon-fav {
  background-position: 0px -148px;
}
.post .picture .pic-share-popup .icon-comm {
  background-position: 0px -185px;
}
.post .picture .pic-share-popup .icon-fs {
  background-position: 0px -222px;
}
.post .picture .pic-share-popup .icon-dem {
  background-position: 0px -259px;
}
.post .picture .pic-share-popup .icon-at {
  background-position: 0px -296px;
}
.post .picture .pic-share-holder:hover .pic-share-popup {
  display: block;
}
.post .picture .picture-holder:hover .pic-share-holder,
.post .picture .gif-cover:hover .pic-share-holder {
  display: block;
}
.post .video {
  position: relative;
  overflow: hidden;
  margin: 0 16px 16px 0;
  padding-bottom: 56.25%;
  height: 0;
}
.post .video iframe,
.post .video object,
.post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post .tags {
  color: #000000;
  font-size: 11px;
  margin: 0 16px 16px 0;
}
.post .tags a {
  color: #9b9b9b;
}
.post .tags a:hover {
    text-decoration: underline;
}

.post .share {
  margin: 0 0 17px 0;
  list-style: none;
}

.post .share li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 1px;
  font-size: 11px;
  line-height: 24px;
}
.post .share li a {
  padding-left: 10px;
  color: #ffffff;
}

.post .share li span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  padding: 0 7px;
  background: -webkit-gradient(linear, 0 100%, 0 0, from(#f8f8f8), to(#e5e5e5)) 0 0 repeat;
  background: -webkit-linear-gradient(#f8f8f8, #e5e5e5) 0 0 repeat;
  background: -moz-linear-gradient(#f8f8f8, #e5e5e5) 0 0 repeat;
  background: -o-linear-gradient(#f8f8f8, #e5e5e5) 0 0 repeat;
  background: linear-gradient(#f8f8f8, #e5e5e5) 0 0 repeat;
  background-color: #f8f8f8;
  color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.post .share li span:before {
  position: absolute;
  top: 6px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid #ededed;
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  content: '';
}
.post .share li.twitter {
  background-color: #28bef0;
}
.post .share li.facebook {
  background-color: #3776c4;
}
.post .share li.google {
  background-color: #ee3719;
}
.post .share li.odnoklassniki {
  background-color: #ff7302;
}
.post .share li.vkontakte {
  background-color: #4e74a0;
}
.post .share li.more {
  background-color: #d33651;
}
.post .share li.more span {
  color: #d33651;
  font-weight: bold;
  font-size: 24px;
}
.post .share li.more [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 3px 6px 0 0;
  width: 30px;
  height: 30px;
  background: url(img/icons-social.png) 0 0 no-repeat;
}
.post .share li.more .icon-fb {
  background-position: 0 -30px;
}
.post .share li.more .icon-tw {
  background-position: 0 -90px;
}
.post .share li.more .icon-mem {
  background-position: 0 -300px;
}
.post .share li.more .icon-bobr {
  background-position: 0 -330px;
}
.post .share li.more .icon-ruspace {
  background-position: 0 -360px;
}
.post .share li.more .icon-ya {
  background-position: 0 -390px;
}
.post .share li.more .icon-delicious {
  background-position: 0 -420px;
}
.post .share li.more .icon-yahoo {
  background-position: 0 -450px;
}
.post .share li.more .icon-cto {
  background-position: 0 -480px;
}
.post .share li.more .icon-lj {
  background-position: 0 -510px;
}
.post .share li.more .icon-news2 {
  background-position: 0 -540px;
}
.post .share li.more .icon-myspace {
  background-position: 0 -570px;
}
.post .share li.more .icon-wong {
  background-position: 0 -600px;
}
.post .share li.more .icon-myplace {
  margin-top: -3px;
  height: 36px;
  background-position: 0 -630px;
}
.post .share li.more .icon-smi2 {
  background-position: 0 -666px;
}
.post .share li.more .icon-baay {
  background-position: 0 -696px;
}
.post .share li.more > div {
  position: absolute;
  left: -9999px;
}
.post .share li.more.current > a,
.post .share li.more:hover > a {
  color: #ffffff;
}
.post .share li.more.current div,
.post .share li.more:hover div {
  top: 26px;
  left: 50%;
}
.post .share li.more.current div ul,
.post .share li.more:hover div ul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  left: -50%;
  z-index: 1000;
  display: block;
  padding: 5px 20px;
  min-width: 270px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
.post .share li.more.current div ul:before,
.post .share li.more:hover div ul:before {
  position: absolute;
  top: -6px;
  left: 42%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid #eeeeee;
  border-left: 6px solid rgba(255, 255, 255, 0);
  content: '';
}
.post .share li.more.current div ul li,
.post .share li.more:hover div ul li {
  display: block;
  margin: 0;
  width: 49%;
  height: 36px;
}
.post .share li.more.current div ul a,
.post .share li.more:hover div ul a {
  display: block;
  float: none;
  padding: 0 8px;
  height: 36px;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  line-height: 36px;
}
.post .share li.more.current div ul a:hover,
.post .share li.more:hover div ul a:hover {
  color: #003663;
}

/* post edit/delete */
.post-edit,
.post-delete,
.span-post-delete {
  float: right;
  margin-right: 12px;
  padding-left: 24px;
  background: url(img/icons-post-edit-24.png) 0 0 no-repeat;
  color: #cbcbcb !important;
  font-size: 12px;
  line-height: 24px;
}

.post-edit:hover,
.post-delete:hover {
  color: #003663 !important;
}
.post-edit {
  background-position: -48px -24px;
}
.post-edit:hover {
  background-position: 0px -72px;
}

.span-post-delete,
.post-delete {
  margin-right: 0;
  padding-left: 34px;
  border-left: 1px dotted #6f7986;
  background-position: -62px 0px;
}
.post-delete:hover {
  background-position: -14px -48px;
}

#post-delete-links {
	height: 24px;
	display: block;
	width: 100%;
}
/* moderation */
.moderation-status {
  float: right;
  margin-left: 16px;
  color: #adadad;
  text-align: right;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
}
.moderation-status span {
  font-weight: normal !important;
}
.moderation-status .blue {
  color: #003663 !important;
}
.moderation-status .green {
  color: #55ca03 !important;
}
.moderation-status .red {
  color: #d33550 !important;
}
/* post add */
.post-add [class^="icon-"] {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: url(img/icons-post-add-24.png) 0 0 no-repeat;
}
.post-add .icon-drag {
	margin-bottom: 6px;
	background-position: 0px 0px;
	cursor: move;
}
.post-add .icon-video {
	background-position: 0px -96px;
}
.post-add .icon-separator {
	width: 9px;
	background-position: 50% -72px;
}
.post-add .icon-photo {
	background-position: 0px -24px;
}
.post-add label.is_html {
    float: right;
    margin: 0px;
    line-height: 30px;
}
.post-add .icon-remove {
	background-position: 0px -48px;
	cursor: pointer;
}
.post-add .icon-video,
.post-add .icon-separator,
.post-add .icon-photo {
	margin-top: 4px;
}
.post-add .steps {
  margin: 10px 16px 10px 0;
  padding: 0px;
  border-bottom: none;
  color: #000000;
  font-weight: bold;
}
.steps
{
margin: 20px 16px 16px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
	color: #000000;
	font-weight: bold;
}

.post-add .steps span {
	color: #00afc9;
}
.post-add .add-holder {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 16px 16px 0;
	padding: 10px;
	background-color: #f7f7f7;
}
.post-add .add-holder  .uploadButtonLink {
	width: 99% !important;
}
.post-add .add-holder .input-wrap,
.post-add .add-holder textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.post-add .add-holder .input-wrap .info {
	display: inline-block;
}
.post-add .add-holder .input-wrap textarea {
	height: 75px;
/*	color: #999898;*/
	font-size: 12px;
	font-family: sans-serif;
	line-height: 18px;
}
.post-add .add-holder .images-holder.loading {
	background: url("img/loader_medium.gif") no-repeat scroll 50% 50% transparent;
}
.post-add .add-holder .images-holder.loading img{
	display: none;
}
.post-add [class^="images-holder"] {
	float: left;
	margin-right: 16px;
	min-width: 155px;
	min-height: 150px;
	position: relative;
}
.post-add [class^="images-holder"] img {
	margin-bottom: 6px;
}
.post-add .images-holder-fw {
	margin-right: 0;
}
.post-add .uploader-holder {
	overflow: hidden;
}
.post-add .uploader {
	color: #999898;
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
}
.post-add .uploader .button {
	margin-right: 10px;
	font-size: 12px;
	line-height: 26px;
}
.post-add .give-link {
	display: block;
	margin-bottom: 4px;
	color: #999898;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.post .post-confirm {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 30px 16px 20px 0;
	padding: 20px;
	border: 1px solid #18d131;
	background-color: #dffacc;
}
.post .post-confirm.error {
	border: 1px solid #CE1818;
	background-color: #F9CCCC;
}
.post .post-confirm.error button {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.post-add .post-confirm p {
  margin: 0 auto 20px;
  width: 80%;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.post-add .promo-places-img {
  margin: 0 8px 0 8px;
  float: right;
}
.post-add .promo-places-text {
  overflow: hidden;
  padding-top: 11px;
}
.post-add .promo-places-text .item {
  margin-left: 35px;
  font-weight: bold;
  font-size: 16px;
}
.post-add .promo-places-text .item .num {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  margin-top: -7px;
  margin-left: -35px;
  width: 30px;
  background-color: #dc0007;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.post-add .draft-notice {
  float: right;
  margin-right: 16px;
  color: #949596;
  font-size: 13px;
  line-height: 40px;
}


.comments .comment .text-wrap .reply-to {
    font-weight: bold;
    font-size: 12px;
}
.comments .comment .text-wrap .reply-to {
    color: rgb(133, 132, 132);
}
.comments .main-post-separator {
  margin: 0 16px 0 0;
}

.comments .comment .text-link { display: inline; }
.comments .comment .a-link {display: none; }

.comments .comment.links .text-link { display: none; }
.comments .comment.links .a-link {display: inline; }

.comments .post-row.comment {margin: 0; padding: 4px 5px;}

.comments-more-link {font-size: 16px;}

.comments .comment-edit {display: none;}
.comments .separator {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 4px 3px 0;
  width: 1px;
  height: 16px;
  border-left: 1px dotted #454545;
}
.comments a {outline: none;}
.comments .show-all a {
  color: #000000;
  text-align: center;
  display: block;
  margin: 16px 16px 16px 0;
  background-color: #f7f7f7;
  line-height: 30px;
}

.span_comments-more-link{
  color: #000000;
  text-align: center;
  display: block;
  margin: 16px 16px 16px 0;
  background-color: #f7f7f7;
  line-height: 30px;
  cursor:pointer;
}

.span_comments-more-link:hover{
	background-color: #dedede;
}

.comments .show-all a:hover {
  background-color: #dedede;
}
.comments [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url(img/icons-comments-24.png?1) 0 0 no-repeat;
}
.comments [class^="icon-"]:hover {
  text-decoration: none;
}
.comments [class^="icon-s-"] {
  background: url(img/icons-social-auth.png?1) 0 0 no-repeat;
}
.comments .icon-reply
{
    background: url(img/icons-comments-24a.png) no-repeat scroll 0px 0px transparent;
     background-position: 0px -195px;
}
.comments .icon-super-star, aside .user-profile .icon-super-star{
  width: 26px;
  height: 25px;
  background: url(img/super-star.png) 0 0 no-repeat;
  vertical-align: middle;
}
.comments .icon-input-photo {
  background-position: -216px -24px;
}
.comments .icon-photo {
  background-position: -168px -72px;
}
.comments .icon-dem {
  background-position: -120px -120px;
  cursor:pointer;
}
.comments .icon-mem {
  background-position: -192px -48px;
  cursor:pointer;
}
.comments .icon-video {
  background-position: -144px -96px;
}
.comments .icon-photo{
	opacity: 0.5;
}
.comments .icon-photo.icon-input-photo-add {
	opacity: 1;
}
.comments .icon-video {
  background-position: -144px -96px;
}
.comments .icon-star  {
  width: 16px;
  height: 15px;
  background-position: -246px -5px;
}
.comments .icon-external {
  width: 9px;
  height: 15px;
  background-position: -104px -147px;
}
.comments .icon-pin {
  width: 15px;
  height: 15px;
  background-position: -76px -172px;
}
.comments .icon-plus {
  background-position: -48px -192px;
}
.comments .icon-s-tw {
  background-position: 0 0;
}
.comments .icon-s-ok {
  background-position: -24px 0;
}
.comments .icon-s-mail {
  background-position: -24px -24px;
}
.comments .icon-s-vk {
  background-position: 0 -24px;
}
.comments .icon-s-fb {
  background-position: 0 -48px;
}
.comments .icon-s-google {
  background-position: 0 -72px;
}
.comments .icon-s-ya {
  background-position: 0 -96px;
}
.comments .fav-count {
  margin-top: 4px;
  color: #b2b2b2;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.comments .reply {
  position: relative;
  margin: 0 16px 12px 0;
}
.comments .reply .avatar {
  float: left;
  margin-right: 19px;
}
.comments .reply .reply-wrap {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 0 5px 0 px;
  background-color: #f7f7f7;
}
.comments .reply .reply-wrap textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 5px;
  width: 100%;
  height: 33px;
  min-height: 66px;
  border: 1px solid #dedede;
}
.comments .reply .reply-wrap .icon-input-photo {
  position: absolute;
  top: 10px;
  right: 14px;
}
.comments .reply .reply-wrap input[type="submit"] {
  float: right;
  margin-top: 5px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #dedede;
  background-color: #eeeeee;
  color: #454545;
  font-size: 12px;
  line-height: 20px;
}
.comments .reply .reply-wrap input[type="submit"]:hover {
  background-color: #dddddd;
}
.comments .reply .reply-wrap .attach {
  margin-top: 4px;
  color: #454545;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}
.comments .reply .reply-wrap .send-to {
  float: right;
  margin-top: 6px;
  margin-right: 10px;
}
.comments .reply .reply-wrap .send-to .jq-checkbox {
  border: none;
  border-radius: 0;
  background: url(img/reply-checkbox.png) 0 0 no-repeat;
  box-shadow: none;
}
.comments .reply .reply-wrap .send-to .jq-checkbox.checked {
  background-position: 0 -13px;
}
.comments .reply .reply-wrap .send-to .jq-checkbox.checked div {
  display: none;
}
.comments .comment {
  margin: 12px 16px 0 0;
  padding: 14px;
}
.comments .comment h4 {
  margin: 0 0 10px 0;
  color: #003663;
  font-size: 16px;
}
.comments .comment a:hover {
  color: #1a4a73 !important;
}
.comments .comment .add-links {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: none;
  overflow: hidden;
  height: 50px;
  border: 1px solid #d2d3d5;
  background-color: rgba(255, 255, 255, 0.3);
}
.comments .comment .add-links .icon-plus {
  position: absolute;
  top: 14px;
  left: 14px;
}
.comments .comment .add-links .wrap {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  margin-left: 53px;
  padding: 4px 10px;
  background-color: #f7f7f7;
}
.comments .comment .add-links .wrap a {
  display: block;
  color: #2d2d2d;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.3;
}
.comments .comment .avatar {
  position: relative;
  float: left;
  margin: 0 18px 0 0;
}
.comments .comment .avatar:hover .add-links {
  display: block;
}
.comments .comment .text-wrap {
  overflow: hidden;
  word-wrap: break-word;
}
.comments .comment .text-wrap .name {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.comments .comment .text-wrap .toggles {
  float: right;
  color: #454545;
  font-weight: bold;
  font-size: 13px;
}
.comments .comment .text-wrap .place {
  margin-left: 6px;
  color: #b2b2b2;
  font-size: 12px;
}
.comments .comment .text-wrap .meta {
  margin: 0;
  color: #858484;
  font-size: 12px;
  line-height: 1;
}
.comments .comment .text-wrap .meta a, .comments .comment .text-wrap .meta .dt {
  padding-right: 12px;
  color: inherit;
}
.comments .comment .text-wrap .meta .small-likes-wrap {
  margin: 3px 0 0 4px;
  margin: -4px 0 0 4px;
}
.comments .comment .text-wrap .meta .small-likes-wrap a,
.comments .comment .text-wrap .meta .small-likes-wrap span {
  height: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.comments .comment .text-wrap .meta .small-likes-wrap span {
  padding: 0 5px;
}
.comments .comment .text-wrap .meta .small-likes-wrap a {
  padding: 0;
  width: 20px;
  background-position: 0 -40px;
}
.comments .comment .text-wrap .meta .small-likes-wrap a:hover {
  background-position: 0 -100px;
}
.comments .comment .text-wrap .meta .small-likes-wrap a.dislike {
  background-position: -20px -40px;
}
.comments .comment .text-wrap .meta .small-likes-wrap a.dislike:hover {
  background-position: -20px -100px;
}
.comments .comment .text-wrap .meta .small-likes-wrap i {
  width: 20px;
  height: 20px;
}
.comments .comment .text-wrap .meta .small-likes-wrap i.like {
  background-position: 0 -100px;
}
.comments .comment .text-wrap .meta .small-likes-wrap i.dislike {
  background-position: -20px -100px;
}
.comments .comment .text-wrap .video {
  margin: 0;
  padding-bottom: 40.25%;
  width: 70%;
}
.comments .comment .text-wrap .external {
  color: #858484;
  font-size: 12px;
}
.comments .comment .reply {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0 0 0;
  padding: 5px;
  background-color: #ebebeb;
}

.comments .comment.inner.selected, .comments .comment.selected {background-color: #FFFFCC;}
.comments .comment .comment-text {font-size: 12px; margin: 5px 0 10px; color: #000;}
.comments .comment .embed-image-single {display: block; overflow:hidden;}
.comments .comment .embed-image-single img.big {display: block !important;}
.block-right-comment .comments .comment .embed-image-single img {max-width: 100%;}
.comments .comment .embed-image-single img.small {display: none;}
.block-right-comment .comments .comment .embed-image-single {display: block; overflow: none;}

.comments .comment .embed-image-single img
{
	width: auto !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	max-width: 500px;
}
.comments .comment .embed-image-single img.watermark {margin-bottom: -30px; }
.comments .comment .reply.inner {margin-left: 65px; padding-right: 0; }
.comments .comment .embed-image, .comments .comment .embed-video, .comments .comment .embed-video-single {
	display: inline-block;
	position: relative;
	width: 200px;
	max-height: 200px;
	padding: 0;
	margin: 2px 0;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	text-align: center;
}

.comments .comment .comment-text img {
	max-width: none;
}

.comments .comment .comment-text .self-post {
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  border-width: 1px;
  background-color: #f7f7f7;
  min-height: 90px;
  clear: both;
  position: relative;
  margin-bottom: 10px;
}
.comments .comment .comment-text .self-post:after {
  position: absolute;
  bottom: -11px;
  display: block;
  width: 100%;
  height: 10px;
  background: url(img/side-shadows.png) 50% 0 no-repeat;
  content: '';
}
.comments .comment .comment-text .self-post .post-icon {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
}
.comments .comment .comment-text .self-post .post-content {
  margin: 5px 0 10px 110px;
  z-index: 10;
  position: relative;
}
.comments .comment .comment-text .self-post .post-content a.post-name {
  display: block;
  font-weight: bold;
}
.comments .comment .comment-text .self-post .watermark {
  position: absolute;
  right: 0px;
  bottom: 5px;
  z-index: 1;
  opacity: 0.7;
}

 .comments .comment .embed-video-single
 {
	display: block;
 }

.comments .comment .embed-image a, .comments .comment .embed-video a {
	max-width: 200px;
	max-height: 200px;
	display: block;
}

.embed-video .video-over, .embed-video-single .video-over {
	background: url(img/video-over.png) 50% 50% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.comments .comment .embed-image .comment-image{display: inline-block;}
.comments .answers .comment .reply.inner {margin-left: 0;}
.comments .answers {margin-left: 65px;}

.comments .comment-share ul {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
	position: relative;
}

.comments .comment-share ul li {
    float: none;
    opacity: 0;
    padding-left: 8px;
    position: absolute;
    right: 30px;
    top: -2px;
    transition: right 0.4s ease-in-out 0s;
	margin: 0 7px 0 0;
	list-style-type: none;
}
.comments .comment-share {
	position: relative;
}

.comments .comment-share > * a {
    transition: opacity 0.2s linear 0s;
}

.comment-share .twitter a, .comment-share .facebook a, .comment-share .google a, .comment-share .odnoklassniki a, .comment-share .vkontakte a {
    background-image: url("img/sprite-comments.png?1");
    background-position: 0 0;
    display: inline-block;
    height: 18px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0 !important;
    text-indent: -9999em;
    width: 18px;
}

.comment-share .facebook a {
    background-position: -18px 0;
}

.comment-share .google a {
    background-position: -36px 0;
}

.comment-share .vkontakte a {
    background-position: -72px 0;
}

.comment-share .odnoklassniki a {
    background-position: -90px 0;
}

.comments .comment-share .toggle {
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.comments .comment-share:hover ul {
    opacity: 1;
    visibility: visible !important;
	vertical-align: top;
}

.comments .comment-share:hover ul li {
    opacity: 1;
}
.comments .comment-share:hover ul li.vkontakte {
    right: -28px;
}
.comments .comment-share:hover ul li.facebook {
    right: -52px;
}
.comments .comment-share:hover ul li.odnoklassniki {
    right: -76px;
}
.comments .comment-share:hover ul li.twitter {
    right: -100px;
}
.comments .comment-share:hover ul li.google {
    right: -124px;
}

.comments .comment .from-gallery {font-size: small; color: gray; margin: 4px 0 2px;}

.comments .toggles {display: none;}
.has_answers .toggle-hide {display: block;}
.has_answers.turn .toggle-hide {display: none;}
.has_answers.turn .toggle-show {display: block;}

.comments .comment .reply .avatar {
  margin-right: 6px;
}
.comments .comment .reply .reply-wrap {
  padding: 0;
  background-color: transparent;
}
.comments .comment .reply .reply-wrap .icon-input-photo {
  top: 5px;
  right: 8px;
}
.comments .comment.inner {
  background-color: #f7f7f7;
}
.comments .comment.best {
  margin-right: 9px;
  border-right: 7px solid #55ca03;
  background-color: #d9ffbe;
}
.comments .comment.best .fav-count {
  color: #d33550;
}
.comments .comment.highlight {
  background-color: #d9ffbe;
}

.comments .not-logged {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.comments .not-logged .social-login {
  margin: 10px 60px 0 0;
  color: #454545;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.comments .not-logged .social-login span {
  padding-right: 12px;
}

.comments .show-all-answers a {
	display: block;
	text-align: center;
	background: #F3F3F3;
	color: black;
	padding: 10px;
	margin-right: 16px;
	border-top: 1px solid #E3E3E3;
	font-size: 12px;
}

.comments .show-all-answers a:hover {
	background: #E3E3E3;
}

/* notifications */
div.jGrowl-notification {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  vertical-align: top;
  padding: 10px;
  border: 1px solid;
  font-weight: bold;
  font-size: 12px;
}

div.jGrowl-notification .close {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: right;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	color: #ffffff;
	line-height: 16px;
}

div.jGrowl-notification.error {
  background-color: #fed0d8 !important;
  color: #d33550;
}
div.jGrowl-notification.error .close {
  background-color: #d33550 !important;
}
div.jGrowl-notification {
  background-color: #edffe1 !important;
  color: #50cc00;
}
div.jGrowl-notification .close {
  background-color: #50cc00 !important;
}
.ajax_loader_box img {
	opacity: 0.5;
}
.reply-attached {
  position: relative;
  display: inline-block;
  margin: 5px 5px 0 0;
  vertical-align: top;
}
.reply-attached img {
  display: block;
  max-width: none !important;
}
.reply-attached .close,
.reply-attached .edit {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
}
.reply-attached .close {
  top: 0;
  right: 0;
  padding: 0 4px;
  border-radius: 0 0 0 3px;
  font-size: 16px;
}
.reply-attached .edit {
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}
.attach-crop img {
  display: block;
  margin: 40px 16px;
}
.attach-crop .info {
  padding: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
.attach-crop .save {
  float: right;
  height: 26px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.profile .odd {
  background-color: #f0f0f0;
}
.profile .menu-holder {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 15px 15px;
	background: none repeat scroll 0 0 white;
}
.profile .post-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
}
.profile .main-selector {
	text-align: left;
    background-color: #fff;
	margin: 0;
}
.profile .post-wrap .main-selector {
	margin-right: 16px;
}
.profile .main-selector .float-r {
	padding: 0;
}
.profile .main-selector a {
	margin-left: 16px;
}
.profile .main-selector .count {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	margin: 8px 0 0 2px;
	padding: 0 3px;
	background-color: #00afc9;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}
.profile .inner-nav {
	margin-right: 16px;
/*	margin-bottom: 20px; */
	color: #cbcbcb;
	font-weight: bold;
	font-size: 14px;
	line-height: 48px;
}
.profile .inner-nav a {
	margin-left: 17px;
	padding-right: 18px;
	border-right: 1px dotted #cbcbcb;
	color: inherit;
}
.profile .inner-nav a:hover,
.profile .inner-nav a.current {
	color: #003663;
	text-decoration: none;
}
.profile .inner-nav a:last-child {
	border: 0;
}
.profile .inner-nav.mark-read a,
.profile .inner-nav.mark-read span {
  display: block;
  margin-left: 0;
  padding-left: 48px;
  border: 0 none;
  background: url(img/mark-read.png) 0 0 no-repeat;
  line-height: 26px;
}
.profile .inner-nav.mark-read a {
  color: #003663;
}
.profile .inner-nav.mark-read span {
  background-position: 0 -26px;
  color: #9a9a9a;
}
.profile .friends-nav {
	margin-right: 16px;
	margin-bottom: 20px;
}
.profile .nav-search {
	float: right;
}
.profile .nav-search input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 5px;
	width: 190px;
	height: 22px;
	border: 1px solid #dedede;
	line-height: 22px;
}
.profile .dropdown-button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 0;
	height: 22px;
	border: 1px solid #003663;
	background-color: #003663;
	list-style: none;
}
.profile .dropdown-button li {
	position: relative;
	padding: 0 2px 0 6px;
	height: 22px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}
.profile .dropdown-button li a {
	float: none;
	padding: 0;
	border-right: 0;
	color: #ffffff;
	font-weight: bold;
}
.profile .dropdown-button li a.arrow {
	margin-left: 5px;
	border-left: 1px solid #014074;
}
.profile .dropdown-button li > div {
	position: absolute;
	left: -9999px;
}
.profile .dropdown-button li.current > a,
.profile .dropdown-button li:hover > a {
	color: inherit;
}
.profile .dropdown-button li.current div,
.profile .dropdown-button li:hover div {
	top: 22px;
	left: 0;
}
.profile .dropdown-button li.current div ul,
.profile .dropdown-button li:hover div ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px rgba(62, 62, 62, 0.9);
}
.profile .dropdown-button li.current div ul:before,
.profile .dropdown-button li:hover div ul:before {
	position: absolute;
	top: -4px;
	left: 27%;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-right: 4px solid rgba(255, 255, 255, 0);
	border-bottom: 4px solid #ffffff;
	border-left: 4px solid rgba(255, 255, 255, 0);
	content: '';
}
.profile .dropdown-button li.current div ul li,
.profile .dropdown-button li:hover div ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0 2px;
	height: 25px;
}
.profile .dropdown-button li.current div ul li:hover,
.profile .dropdown-button li:hover div ul li:hover {
	background: transparent;
}
.profile .dropdown-button li.current div ul a,
.profile .dropdown-button li:hover div ul a {
	display: block;
	float: none;
	margin: 0;
	padding: 0 8px;
	height: 25px;
	border-bottom: 1px solid #d0d0d0;
	color: #7c7a7a;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	line-height: 25px;
}
.profile .dropdown-button li.current div ul a:hover,
.profile .dropdown-button li:hover div ul a:hover {
	color: #000000;
}
.profile .dropdown-button li.current div ul li:last-child a,
.profile .dropdown-button li:hover div ul li:last-child a {
	border: 0;
}
.profile .dropdown-button-pms {
	float: right;
	margin: 13px 10px 0 0;
}
.profile .dropdown-button-pms li.current div,
.profile .dropdown-button-pms li:hover div {
	left: 50%;
}
.profile .dropdown-button-pms li.current div ul,
.profile .dropdown-button-pms li:hover div ul {
	left: -50%;
}
.profile .dropdown-button-pms li.current div ul:before,
.profile .dropdown-button-pms li:hover div ul:before {
	left: 50%;
}
.profile .pms .button {
	margin: 8px 16px;
}

.profile .button .ficon-ok {
	color: #55ca03;
}
.profile .main-post-separator {
	margin: 0 16px 0 0;
}
.profile .friend-request {
	margin-bottom: 24px;
}
.profile .friend-request .avatar {
	float: left;
	margin-right: 20px;
}
.profile .friend-request .avatar img {
	width: 90px;
	height: 90px;
}
.profile .friend-request .meta {
	overflow: hidden;
}
.profile .friend-request .meta .title {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
}
.profile .friend-request .meta .title span {
	color: #999999;
}
.profile .friend-request .meta .links a {
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
.profile .friend-request .meta .friends-share h5 {
	margin-bottom: 4px;
	color: #999999;
	font-size: 12px;
}
.profile .friend-request .meta .friends-share a {
	margin-right: 5px;
}
.profile .friend-request .meta .friends-share a img {
	width: 32px;
	height: 32px;
}
.profile .friend-added {
	margin-right: 16px;
	padding: 16px 2px;
}
.profile .friend-added .avatar {
	float: left;
	margin-right: 10px;
}
.profile .friend-added .avatar img {
	width: 100px;
	height: 100px;
}
.profile .friend-added .meta {
	overflow: hidden;
}
.profile .friend-added .meta .title {
	margin-bottom: 12px;
	font-size: 13px;
}
.profile .friend-added .meta .title a {
	font-weight: bold;
}
.profile .friend-added .meta .new-friends a {
	margin-right: 5px;
}
.profile .friend-added .meta .new-friends a img {
	width: 70px;
	height: 70px;
}
.profile .post-wrap.first {
  border-top: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.profile .main-post h1,
.profile .main-post h2,
.profile .main-post p,
.profile .main-post .picture,
.profile .main-post .likes-wrap,
.profile .main-post .meta,
.profile .main-post .read-more-wrap {
	margin-right: 2px;
	margin-left: 2px;
}
.profile .main-post h1 .date,
.profile .main-post h2 .date {
	margin-left: 12px;
	padding-left: 11px;
	border-left: 1px dotted #6f7986;
	font-weight: normal;
	font-size: 12px;
}
.profile .main-post h1.inside,
.profile .main-post h2.inside {
	padding-top: 0;
	font-size: 12px;
}
.profile .main-post h1.inside:before,
.profile .main-post h2.inside:before {
	display: none;
}
.profile .main-post h1 .post-edit,
.profile .main-post h2 .post-edit,
.profile .main-post h1 .post-delete,
.profile .main-post h2 .post-delete {
	float: right;
	margin-right: 12px;
	padding-left: 24px;
	background: url(img/icons-post-edit-24.png) 0 0 no-repeat;
	color: #cbcbcb;
	font-size: 12px;
	line-height: 24px;
}
.profile .main-post h1 .post-edit:hover,
.profile .main-post h1 .post-delete:hover,
.profile .main-post h2 .post-edit:hover,
.profile .main-post h2 .post-delete:hover {
	color: #003663;
}
.profile .main-post h1 .post-edit,
.profile .main-post h2 .post-edit {
	background-position: -48px -24px;
}
.profile .main-post h1 .post-edit:hover,
.profile .main-post h2 .post-edit:hover {
	background-position: 0px -72px;
}
.profile .main-post h1 .post-delete,
.profile .main-post h2 .post-delete {
	padding-left: 34px;
	border-left: 1px dotted #6f7986;
	background-position: -62px 0px;
}
.profile .main-post h1 .post-delete:hover,
.profile .main-post h2 .post-delete:hover {
	background-position: -14px -48px;
}
.profile .main-post .picture-float {
	float: left;
	margin-right: 16px;
}
/*
.profile .comment {
	padding-top: 0px;
	padding-bottom: 0px;
}

.profile .comment,
.profile .comment.best {
	margin-right: 0;
	padding-left: 2px;
}
*/
.friend-small {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 1% 20px 3%;
	width: 45%;
}
.friend-small h4 {
	margin: 0 0 6px 0;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.friend-small .avatar {
	float: left;
	margin-right: 4px
}

.friend-small .geo,.friend-small .fav,.friend-small .pm,.friend-small strong,.friend-small .main-post-short
	{
	color: #7f7e7e;
	font-weight: bold;
	font-size: 12px;
	min-height: 0;
	padding:0;
}

.friend-small .geo.dim,.friend-small .fav.dim,.friend-small .pm.dim,.friend-small strong.dim,.friend-small .main-post-short.dim
	{
	color: #ddd
}

.friend-small .geo,.friend-small .fav,.friend-small .pm {
	padding-left: 18px;
	background: url(img/icons-comments-24.png) 0 0 no-repeat;
	display:inline-block;
}

.friend-small .geo {
	background-position: -77px -171px;
}

.friend-small .fav {
	background-position: -245px -4px;
}

.friend-small .pm {
	background-position: -28px -172px
}

.friend-small .main-post-short .likes-wrap {
	display: inline-block;
	float: none;
	margin: 0 0 0 4px;
	vertical-align: bottom
}
.friend-small .friendship {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	margin-left: 0;
	height: 22px;
	border: 1px solid #d0d0d0;
	background-color: #eaeaea;
}
.friend-small .friendship .root {
  padding: 0 0 0 8px;
  height: 22px;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
}
.friend-small .friendship .root.sauth {
  padding-left: 34px;
}
.friend-small .friendship .from {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  margin-top: -1px;
  margin-left: -36px;
  width: 28px;
  height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.friend-small .friendship .from:after {
  position: absolute;
  top: 7px;
  right: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  border-left: 3px solid #ffffff;
  content: '';
}
.friend-small .friendship .ficon-facebook {
  background-color: #3b5998;
}
.friend-small .friendship .ficon-facebook:after {
  border-left-color: #3b5998;
}
.friend-small .friendship .ficon-vkontakte {
  background-color: #587ca5;
}
.friend-small .friendship .ficon-vkontakte:after {
  border-left-color: #587ca5;
}
.friend-small .friendship .ficon-odnoklassniki {
  background-color: #fc7e16;
}
.friend-small .friendship .ficon-odnoklassniki:after {
  border-left-color: #fc7e16;
}
.friend-small .friendship .ficon-twitter {
  background-color: #05b3fc;
}
.friend-small .friendship .ficon-twitter:after {
  border-left-color: #05b3fc;
}
.friend-small .dropdown {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 0;
  width: 25px;
  list-style: none;
}
.friend-small .dropdown li {
	position: relative;
	padding: 0 2px 0 0;
	height: 22px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}
.friend-small .dropdown li.sauth {
	padding-left: 34px;
}
.friend-small .dropdown li a {
	float: none;
	padding: 0;
	color: #000000;
	font-weight: bold;
}
.friend-small .dropdown li a.arrow {
	margin-left: 4px;
	border-left: 1px solid #d0d0d0;
}
.friend-small .dropdown li > div {
	position: absolute;
	left: -9999px;
	display: block;
}
.friend-small .dropdown li.current > a,
.friend-small .dropdown li:hover > a {
	color: inherit;
}
.friend-small .dropdown li.current div,
.friend-small .dropdown li:hover div {
	top: 24px;
	left: 50%;
}
.friend-small .dropdown li.current div ul,
.friend-small .dropdown li:hover div ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	left: -50%;
	z-index: 1000;
	display: block;
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px rgba(62, 62, 62, 0.9);
}
.friend-small .dropdown li.current div ul:before,
.friend-small .dropdown li:hover div ul:before {
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -1px;
	width: 0;
	height: 0;
	border-right: 4px solid rgba(255, 255, 255, 0);
	border-bottom: 4px solid #ffffff;
	border-left: 4px solid rgba(255, 255, 255, 0);
	content: '';
}
.friend-small .dropdown li.current div ul li,
.friend-small .dropdown li:hover div ul li {
	display: block;
	float: none;
	margin: 0;
	height: 25px;
}
.friend-small .dropdown li.current div ul li:hover,
.friend-small .dropdown li:hover div ul li:hover {
	background: transparent;
}
.friend-small .dropdown li.current div ul a,
.friend-small .dropdown li:hover div ul a {
	display: block;
	float: none;
	padding: 0 8px;
	height: 25px;
	border-bottom: 1px solid #d0d0d0;
	color: #7c7a7a;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	line-height: 25px;
}
.friend-small .dropdown li.current div ul a:hover,
.friend-small .dropdown li:hover div ul a:hover {
	color: #000000;
}
.friend-small .dropdown li.current div ul li:last-child a,
.friend-small .dropdown li:hover div ul li:last-child a {
	border: 0;
}

.mslider {
	position: relative;
	margin-right: 1px;
}
.mslider-container {
	background: white;
	border: 1px solid #b4b4b4;
	border: 1px solid rgba(180, 180, 180, 0.7);
	-webkit-box-shadow: 0 2px 2px #b4b4b4;
	-moz-box-shadow: 0 2px 2px #b4b4b4;
	box-shadow: 0 2px 2px #b4b4b4;
	overflow: hidden;
}
.mslider-arrow {
	background-image: url("img/arrows_jam.png");
	line-height: 100%;
	text-align: center;
	height: 46px;
	width: 46px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	cursor: pointer;
	z-index: 15;
}
.mslider-arrow:hover {
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.mslider-arrow.mslider-disable {
	opacity: 0.4;
}
.mslider-arrow-left {
	margin-left: -23px;
}

.mslider-arrow-right {
	left: 100%;
	margin-left: -23px;
	background-position: 47px 0;
}

.mslider .post-block {display: block; position: relative; float: left;}
.mslider .post-block:hover a:before {
	background: none repeat scroll 0 0 #000000;
	content: " ";
	width: 209px;
	height: 157px;
	opacity: 0.6;
	position: absolute;
	top: 0;
	z-index: 10;
	margin: 7px 0 0;
}
.mslider .post-block a {color: white;}
.mslider .post-block .post-title-hide {position: absolute; margin: 6px 10px 5px; bottom: 10px; left: 0; z-index: 12; display: none;}
.mslider .post-block:hover .post-title-hide {display: block;}

.tag_name a{
	color: black;
	text-decoration: none;
}
.tag_name.hover a{
	color: #A12B4A;
}
.posts_by_tag {
	position: absolute;
	z-index: 1;
	display: none;
	min-width: 209px;
	min-height: 157px;
	max-width: 671px;/*ie8 jquery.width bug*/
}
.posts_by_tag > .post_loading {
	width: 209px;
	height: 157px;
	background: url("img/viewer/view_loader.gif") no-repeat scroll 48% 48% white;
	border: 1px solid rgba(180, 180, 180, 0.7);
}
.posts_by_tag .empty {
	background-color: white;
	border: 1px solid rgb(180, 180, 180);
	height: 157px;
	width: 209px;
	cursor: default;
}
.posts_by_tag .empty p {
	color: #A09D9D;
	font-size: 2em;
	font-weight: bold;
	margin-top: 47px;
	text-align: center;
}
.posts_by_tag .popup_posts {
	max-width: 641px;
	min-height: 157px;
	display: none;
}

.comment-upload {position: relative;}
.comment-upload .icon-input-photo { position: absolute; top: 10px; right: 5px; width: 24px; height: 24px; z-index: 1;}
.icon-input-photo-add .qq-upload-list {display: none;}

#back_to_top {
	background: #ffae00 url(img/back-on-top.png) no-repeat 9px 50%;
	bottom: 10px;
	padding: 0;
	position: fixed;
	right: 0;
	text-align: left;
	font-weight: bold;
	font-size: 0.813em;
	color: white;
	padding: 4px 0 0 40px;
	width: 46px;
	height: 42px;
	display: none;
	cursor: pointer;
	z-index: 102;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.over-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url("img/over-video.png") no-repeat scroll 50% 50% transparent;
    z-index:2;
}
.gallery, .gallery_list { list-style: none; margin: 10px 0 0;}
.gallery .item-content .post-img {
	position:relative;
	display: block;
	text-align: center;
}
.gallery .item-content .post-img .picture-holder {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.gallery .item-content .post-img .picture-holder .picture-cutter {
    overflow: hidden;
}
.gallery .item-content .post-img .picture-holder .picture-cutter img {
    margin-bottom: -30px;
}

.gallery_list .gallery_item {display: inline-block; margin: 4px 0; width: 190px; height: 210px; vertical-align: top;}
.gallery_list .gallery_item img {width: 190px;}

.image_viewer {
	text-align: center;
}

.previous_image {
	height: 100%;
	position: fixed;
	cursor: pointer;
}

.previous_image .image{
	height: 50px;
	width: 32px;
	background: url("img/viewer/viewer.png") no-repeat scroll 0 0 transparent;
}
.previous_image .image.hover{
	background: url("img/viewer/viewer.png") no-repeat scroll 0 -56px transparent;
}

.next_image {
	height: 100%;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: none;
}
.next_image .image{
	background: url("img/viewer/viewer.png") no-repeat scroll 0 -218px transparent;
	height: 50px;
	margin-top: -50px;
	position: absolute;
	right: 8px;
	top: 50%;
	width: 32px;
}
.next_image:hover .image{
	background: url("img/viewer/viewer.png") no-repeat scroll 0 -162px transparent;
}

.current_image {
	display: inline-block;
	min-width: 300px;
	min-height: 220px;
	padding: 15px 15px 60px 15px;
	background: url("img/settings-bg.png") repeat scroll 0 0 transparent;
	position: relative;
	margin: 20px 10px;
	z-index: 1;
}

.current_image.iframe {
	padding-right: 50px;
}
.current_image .absolute-share-buttons {
	bottom: 17px;
	left: 0;
	position: absolute;
	width: 100%;
}
.current_image .absolute-share-buttons .share-buttons {
	display: inline-block;
	margin: auto;
}
.current_image .absolute-share-buttons .share-buttons div{
	display: inline;
}
.current_image > img,
.current_image > iframe{
	display: none;
}
.current_image img{
	cursor: pointer;
}

div#viewer_comments {
	margin: -37px auto 20px auto;
	padding: 10px;
	background: white;
	width: 800px;
	z-index: 2;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b4b4b4;
	border: 1px solid rgba(180, 180, 180, 0.7);
	-webkit-box-shadow: 0 2px 2px #b4b4b4;
	-moz-box-shadow: 0 2px 2px #b4b4b4;
	box-shadow: 0 2px 2px #b4b4b4;
/* 	width: 20px;
	position: absolute;
	right: 23px; */
}

.progress_block {
	height: 40px;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 32px;
	z-index: 999;
	background: url("img/viewer/view_loader_background.png") no-repeat scroll 0 0 transparent;
}
.progress_block .loader {
	height: 32px;
	width: 32px;
	background: url("img/viewer/view_loader.gif") no-repeat scroll 0 0 transparent;
}

.close_view {
	background: url("img/viewer/viewer.png") no-repeat scroll -9px -112px transparent;
	height: 20px;
	position: fixed;
	right: 30px;
	top: 30px;
	width: 50px;
}
.close_view:hover {
	background: url("img/viewer/viewer.png") no-repeat scroll -9px -139px transparent;
}
.close_view.hover {
	background: url("img/viewer/viewer.png") no-repeat scroll -9px -139px transparent;
}
.viewer_title {
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	margin: auto;
	word-wrap: break-word;
	color: #303030;
	font-size: 0.75em;
	font-weight: bold;
}
.image_text p {
	padding-bottom: 5px;
}
.image_text {
	padding-bottom: 0;
	padding-top: 5px;
}

.colorpicker {
	display:none;
}

.reply-wrap-textarea_comment {resize: vertical; }

.pm-list {
  float: left;
  margin-right: 16px;
  width: 220px;
  background-color: #f8f8f8;
}
.pm-list .item {
  display: block;
  padding: 4px;
}
.pm-list .item .avatar {
  float: left;
  margin-right: 10px;
}
.pm-list .item .preview {
  display: block;
  overflow: hidden;
}
.pm-list .item .preview .date {
  color: #bbbbbb;
  font-weight: bold;
  font-size: 12px;
}
.pm-list .item .preview .name,
.pm-list .item .preview .text {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pm-list .item .preview .name {
  font-weight: bold;
}
.pm-list .item .preview .text {
  color: #000000;
  font-size: 12px;
}
.pm-list .item.highlight {
  background-color: #919caa;
}
.pm-list .item.highlight .date,
.pm-list .item.highlight .name,
.pm-list .item.highlight .text {
  color: #ffffff;
}
.pm-dialogue {
  overflow: hidden;
  margin-right: 20px;
}
.pm-dialogue .show-history {
  display: block;
  margin-bottom: 10px;
  color: #bbbbbb;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.pm-dialogue .comments .reply {
  margin-right: 0;
}
.pm-dialogue .message {
  display: block;
  padding: 4px;
}
.pm-dialogue .message .avatar {
  float: left;
  margin-right: 8px;
}
.pm-dialogue .message .body {
  display: block;
  overflow: hidden;
}
.pm-dialogue .message .body .date {
  float: right;
  color: #bbbbbb;
  font-weight: bold;
  font-size: 12px;
}
.pm-dialogue .message .body .name {
  font-weight: bold;
}
.pm-dialogue .message .body .text {
  display: block;
  margin-top: 6px;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
}



.quick-comment-form-div
{
	clear: both;
	margin: 20px;
}

.main-post-short .quick-comment-form-div
{
	margin: 15px 0;
}

.badges [class^="label"] {
  float: left;
  padding-top: 65px;
  padding-left: 16px;
  width: 154px;
  line-height: 20px;
}
.badges .label-2 {
  padding-top: 55px;
}
.badges .label-3 {
  padding-top: 45px;
}
.badges [class^="badge-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 16px;
  width: 110px;
  height: 110px;
  background: url(img/badges.png) 0 0 no-repeat;
}
.badges .badge-comments-100 {
  background-position: 0 0;
}
.badges .badge-comments-1000 {
  background-position: -110px 0;
}
.badges .badge-comments-10000 {
  background-position: -220px 0;
}
.badges .badge-friends-5 {
  background-position: -330px 0;
}
.badges .badge-friends-10 {
  background-position: -440px 0;
}
.badges .badge-friends-15 {
  background-position: -550px 0;
}
.badges .badge-friends-20 {
  background-position: -660px 0;
}
.badges .badge-pals-10 {
  background-position: -770px 0;
}
.badges .badge-pals-20 {
  background-position: -880px 0;
}
.badges .badge-pals-30 {
  background-position: -990px 0;
}
.badges .badge-pals-50 {
  background-position: -1100px 0;
}
.badges .badge-pals-100 {
  background-position: -1210px 0;
}
.badges .badge-post-anti-10 {
  background-position: -1320px 0;
}
.badges .badge-post-anti-100 {
  background-position: -1430px 0;
}
.badges .badge-post-anti-1000 {
  background-position: -1540px 0;
}
.badges .badge-post-auto-10 {
  background-position: -1650px 0;
}
.badges .badge-post-auto-100 {
  background-position: -1760px 0;
}
.badges .badge-post-auto-1000 {
  background-position: -1870px 0;
}
.badges .badge-post-ero-10 {
  background-position: -1980px 0;
}
.badges .badge-post-ero-100 {
  background-position: 0 -110px;
}
.badges .badge-post-ero-1000 {
  background-position: -110px -110px;
}
.badges .badge-post-gadgets-10 {
  background-position: -220px -110px;
}
.badges .badge-post-gadgets-100 {
  background-position: -330px -110px;
}
.badges .badge-post-gadgets-1000 {
  background-position: -440px -110px;
}
.badges .badge-post-gen-10 {
  background-position: -550px -110px;
}
.badges .badge-post-gen-100 {
  background-position: -660px -110px;
}
.badges .badge-post-gen-1000 {
  background-position: -770px -110px;
}
.badges .badge-post-likes-10 {
  background-position: -880px -110px;
}
.badges .badge-post-likes-100 {
  background-position: -990px -110px;
}
.badges .badge-post-likes-1000 {
  background-position: -1100px -110px;
}
.badges .badge-post-video-10 {
  background-position: -1210px -110px;
}
.badges .badge-post-video-100 {
  background-position: -1320px -110px;
}
.badges .badge-post-video-1000 {
  background-position: -1430px -110px;
}
.badges .badge-posts-comments-1000 {
  background-position: -1540px -110px;
}
.badges .badge-posts-comments-5000 {
  background-position: -1650px -110px;
}
.badges .badge-posts-comments-10000 {
  background-position: -1760px -110px;
}
.badges .badge-posts-comments-50000 {
  background-position: -1870px -110px;
}
.badges .badge-posts-comments-100000 {
  background-position: -1980px -110px;
}
.badges .progressing {
  opacity: .25;
}

.generator {
  padding: 0;
}
.generator .post-wrap {
  padding-bottom: 16px;
  padding-left: 0;
}
.generator aside {
  padding-top: 16px;
}
.generator p.gen {
  margin-right: 16px;
  margin-left: 16px;
  font-size: 12px;
}
.generator .main-selector,
.generator .card-gen,
.generator .gen-mem-templates {
  margin-left: 16px;
}
.generator-content [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url(img/icons-generator-16.png) 0 0 no-repeat;
}
.generator-content .icon-cross {
  background-position: -128px 0px;
}
.generator-content .icon-error {
  background-position: -112px -16px;
}
.generator-content .icon-arrow-down {
  background-position: -96px -32px;
}
.generator-content .icon-arrow-right {
  background-position: -80px -48px;
}
.generator-content .icon-upload {
  background-position: 0px -128px;
}
.generator-content .icon-print {
  background-position: -32px -96px;
}
.generator-content .icon-reload {
  background-position: -16px -112px;
}
.generator-content .icon-picture {
  background-position: -64px -64px;
}
.generator-content .icon-preview {
  background-position: -48px -80px;
}
.generator-content .btn {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  cursor:pointer;
}
.generator-content .btn:hover {
    color: #55ca03;
}
.generator .trigger {
  margin-left: 20px;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.generator .trigger-active .icon-arrow-right {
  background-position: -96px -32px;
}
.generator .toggle-container {
  margin-left: 20px;
}
.generator .toggle-container .ib {
  width: 64px;
  cursor: pointer;
}
.gen-menu {
  margin-bottom: 20px;
  height: 39px;
  background-color: #dedede;
}
.gen-menu h3 {
  margin: 0;
  padding: 0 0 0 16px;
  color: #003663;
  font-weight: bold;
  font-size: 14px;
}
.gen-menu .items {
  float: right;
}
.gen-menu .items .item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 7px;
  width: 48px;
  height: 39px;
  background: url(img/icons-user-round-48.png) 0 -48px no-repeat;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.gen-menu .items .item:hover,
.gen-menu .items .item.current {
  height: 48px;
  background-position: 0 -96px;
}
/*.gen-menu .items a.tl {
  padding-top: 9px;
  line-height: 14px;
}*/
.gen-menu .items .item span {
	vertical-align: middle;
	line-height: 14px;
	display: inline-block;
	margin-top: -2px;
}
/* cards generator */
.card-gen {
  position: relative;
}
.generator-content .card-subcategory .toggle-container {
	display: none;
}
.generator-content .card-subcategory {
	display: none;
}
.generator-content .card-subcategory.active {
	display: block;
}
.card-gen .card-holder {
  float: left;
  margin-right: 15px;
  width: 413px;
  height: 225px;
  position:relative;
}

.card-gen .card-holder img.logo {
  position:absolute;
  bottom: 5px;
  left: -5px
}
.card-gen .card-holder textarea {
  padding: 5%;
  width: 90%;
  height: 80%;
  border: 0;
  background-color: transparent;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  font-size: 24px;
  font-family: sans-serif;
  resize: none;
  overflow: hidden;
  word-wrap:normal;
  white-space:nowrap;
}
.card-gen .card-colors {
  overflow: hidden;
  margin-right: 16px;
}
.card-gen .card-colors div {
  margin-bottom: 5px;
}
.card-gen .card-colors a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-bottom: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
}
.card-gen .card-colors a:hover,
.card-gen .card-colors a.current {
  border-color: #ababab;
}
.card-gen .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50%;
  text-align: center;
}
/* sms generator */
.sms-gen {
  margin-left: 16px;
}
.gen-sms-preview {
	text-align: center;
}
.gen-sms-preview img{
	width: 305px;
}
.sms-gen input[type="text"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 4px 10px 4px 0;
  padding: 0 4px;
  width: 170px;
  height: 30px;
  border: 1px solid #d5d5d5;
  line-height: 28px;
}
.gen-sms-holder {
  float: left;
  margin: 0 16px 20px 0;
  width: 308px;
  height: 558px;
  background: url(img/generator/gen-sms.png) 0 0 no-repeat;
}
/* mems generator */
.mem-gen {
  text-align: center;
}
#window .mem-gen {
  margin-bottom: 30px;;
}
.mem-gen .gen-mem-holder {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.mem-gen .gen-mem-holder .btn:hover{
    color: white;
}
.mem-gen .gen-mem-holder.step1 {
  height: 300px;
  width: 400px;
  background: url("img/generator/gen-mem.png") no-repeat scroll 0 0 transparent;
}
.mem-gen .gen-mem-holder .inputs {
  position: absolute;
  margin: 100px 0 0 10px;
}
.mem-gen .gen-mem-holder .inputs span.or {
  font-size: 12px;
}
.mem-gen .mem-round {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px;
  width: 400px;
  height: 30px;
  border: 1px solid #d5d5d5;
  line-height: 30px;
}
.gen-mem-templates .ib {
  margin: 6px 2px 0 0;
  width:200px;
  height:157px;
}
.gen-mem-templates .ib img {
  cursor: pointer;
}


/* it's a law! */
.law-gen .gen-law-holder {
  position: relative;
  margin: 0 auto;
  width: 590px;
  height: 835px;
  font-family: serif;
  background: url("img/generator/gen-law.jpg") no-repeat scroll 0 0 transparent;
}
.law-gen .gen-law-holder .inputs .top {
  position: absolute;
  height: 32px;
  border: 0;
  background-color: transparent;
  font-size: 28px;
  font-family: serif;
  top: 294px;
  left: 90px;
  width: 340px;
}
.law-gen .gen-law-holder .inputs .bottom {
  position: absolute;
  top: 364px;
  left: 66px;
  min-height: 32px;
  width: 440px;
}
.law-gen .gen-law-holder .inputs .bottom textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*min-height: 32px;
  max-height: 330px;*/
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 28px;
  font-family: serif;
  resize: none;
}
.law-gen .gen-law-holder .inputs .bottom:before {
  position: absolute;
  top: 10px;
  left: -15px;
  content: "„";
  font-size: 28px;
}
.law-gen .gen-law-holder .inputs .bottom:after {
  position: absolute;
  right: -15px;
  bottom: 5px;
  content: "“";
  font-size: 28px;
}
.law-gen .gen-law-holder .meta {
  position: absolute;
  bottom: 22px;
  left: 50px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
.generator-relative {
  position: relative;
}
/* demotivators generator */
.dem-gen {
  position: relative;
}
#window .dem-gen {
  margin-bottom: 30px;
}
.dem-gen .gen-dem-holder {
  position: relative;
  margin: 0 auto;
  width: 580px;
  height: 439px;
  background: url("img/generator/gen-dem.jpg") no-repeat scroll 0 0 transparent;
}
.dem-gen .gen-dem-holder .inputs {
  position: absolute;
  margin: 60px 0 0 60px;
}
.dem-gen .gen-dem-holder .inputs span.or {
  font-size: 12px;
  color: #ffffff;
}
.dem-gen .gen-dem-holder .inputs .btn {
  color: #ffffff;
  cursor: pointer;
}
.dem-gen .gen-dem-holder .inputs .btn:hover {
    color: #55ca03;
}
.dem-gen .gen-dem-holder2 {
  position: relative;
  margin: 0 10px 20px 16px;
  width: 580px;
  height: auto;
  float: left;
  background: url(img/generator/gen-dem-bottom.png) 0 100% no-repeat;
}
.dem-gen .gen-dem-holder2 .gen-dem-top {
  height: 44px;
  background: url(img/generator/gen-dem-top.png) 0 0 no-repeat;
}
.dem-gen .gen-dem-holder2 .picture-wrap {
  background: url(img/generator/gen-dem-middle.png) 0 0 repeat-y;
}
.dem-gen .gen-dem-holder2 .picture {
  display: block;
  margin: 0 auto;
  width: 492px;
  height: auto;
}
.dem-gen .gen-dem-holder2 .inputs {
  position: relative;
  height: 145px;
}
.dem-gen .gen-dem-holder2 .inputs .first-line,
.dem-gen .gen-dem-holder2 .inputs .second-line {
  position: absolute;
  left: 36px;
  background-color: #262626;
  width: 508px;
  text-align: center;
  border: 0;
  color: #ffffff;
}
.dem-gen .gen-dem-holder2 .inputs .first-line::-webkit-input-placeholder,
.dem-gen .gen-dem-holder2 .inputs .second-line::-webkit-input-placeholder,
.dem-gen .gen-dem-holder2 .inputs .first-line::-moz-placeholder,
.dem-gen .gen-dem-holder2 .inputs .second-line::-moz-placeholder,
.dem-gen .gen-dem-holder2 .inputs .first-line:-ms-input-placeholder,
.dem-gen .gen-dem-holder2 .inputs .second-line:-ms-input-placeholder {
  color: #ffffff;
}
.dem-gen .gen-dem-holder2 .inputs .first-line {
  top: 30px;
  height: 46px;
  font-size: 36px;
  font-family: serif;
  line-height: 46px;
}
.dem-gen .gen-dem-holder2 .inputs .second-line {
  top: 84px;
  height: 34px;
  font-size: 28px;
  line-height: 34px;
}
.dem-gen .gen-dem-holder2 .inputs .first-icon,
.dem-gen .gen-dem-holder2 .inputs .second-icon {
  position: absolute;
  left: 554px;
}
.dem-gen .gen-dem-holder2 .inputs .first-icon {
  top: 46px;
}
.dem-gen .gen-dem-holder2 .inputs .second-icon {
  top: 94px;
}
/*.dem-gen .options {
  overflow: hidden;
}*/
.dem-gen .options .color {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
}
.dem-gen .options .fonts {
  position: absolute;
  bottom: 76px;
  left:605px;
}
.dem-gen .options .fonts select {
  margin: 4px 0;
}

/* hero generator */
.hero-holder {
  margin: 0 auto;
  width: 648px;
  padding: 20px 0;
  margin-bottom: -16px;
}
.hero-holder h1 {
  color: #55ca03;
  font-family: Impact;
  font-size: 36px;
  margin-bottom: 36px;
}
.hero-holder p.gen {
  margin-right: 0;
  margin-left: 0;
  color: #ffffff;
  font-size: 14px;
}
.hero-holder p.gen span {
  font-size: 18px;
}
.hero-holder a {
  color: #ffffff;
}
.hero-holder .button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0 0 10px 0;
  padding: 0 34px;
  border: 5px solid #003663;
  background: #003663;
  color: #ffffff;
  font-size: 20px;
  line-height: 78px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hero-holder .button:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  border: 1px solid #376186;
  content: " ";
  background: #003663;
}
.hero-holder .button:hover {
  color: #ffffff;
}
.hero-holder .button-small {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  padding: 0 6px;
  border: 1px solid #ffffff;
  background: #003663;
  color: #ffffff;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hero-holder .button-small:hover {
  color: #ffffff;
}
.hero-holder .gen-hero-holder {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-holder .gen-hero-holder2 {
  padding: 20px 0;
  color: #ffffff;
}
.hero-holder .gen-hero-holder2 [class^="icon-"] {
  margin-right: 14px;
  width: 42px;
  height: 42px;
  background: url(img/icons-generator2-42.png) 0 0 no-repeat;
}
.hero-holder .gen-hero-holder2 .icon-paper {
  background-position: -42px -84px;
}
.hero-holder .gen-hero-holder2 .icon-link {
  background-position: -84px -42px;
}
.hero-holder .gen-hero-holder2 .icon-tick {
  background-position: 0px -126px;
}
.hero-holder .gen-hero-holder2 .icon-again {
  background-position: -126px 0px;
}
.hero-holder .gen-hero-holder2 a {
  line-height: 44px;
  font-size: 24px;
  display: block;
  margin-bottom: 6px;
}
.hero-holder .gen-hero-holder2 .link {
  margin-bottom: 6px;
}
.hero-holder .gen-hero-holder2 .link input[type="text"] {
  width: 480px;
  background-color: #214056;
  border: 1px solid #647279;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  font-size: 14px;
  color: #ffffff;
}
.hero-holder .gen-hero-holder2 .link small {
  color: #b3c8d2;
}
.generator-share {
  padding: 10px 0;
}
.generator-share a {
  display: inline-block !important;
  margin-right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 32px !important;
  line-height: 60px !important;
}
.generator-share a.ficon-twitter {
  background-color: #1bacff;
}
.generator-share a.ficon-twitter:before {
  margin-left: 0;
}
.generator-share a.ficon-gplus {
  background-color: #ba2d30;
}
.generator-share a.ficon-facebook {
  background-color: #3b5998;
}
.generator-share a.ficon-vkontakte {
  background-color: #587ca5;
}
.generator-share a.ficon-yandex {
  background-color: #b9bec4;
}
.generator-share a.ficon-yandex:before {
  margin-left: 0;
}

.main-post img, .main-post iframe, .post-content img, .post-content iframe, .post-content object
{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
/*
.main-post img { max-width: none; }
*/
.main-post .left-image img, .main-post .left-image iframe, .post-content .left-image img, .post-content .left-image iframe, .post-content .left-image object
{
	display: inline;
}

.main-post .comments img {
	display: inline-block;
}


a.edit-link {opacity: 0.5; color: black; text-decoration: underline; float: right; font-size: 11px;}
a.edit-link:hover {opacity: 0.7;}
div.edit-link-container{float:right; margin-top:10px;}
.no-bg {background: none;}
.no-data {text-align: center; color: gray; font-weight: bold; padding: 40px; display: block; min-height: 100px;}
#load-progress-bar, #old-load-progress-bar, #button-load-more {text-align: center;display:none}
#load-progress-bar img {height: 6px;}
#button-load-more .load-more, #button-old-more .load-old {background-color: #376186;border-radius: 6px;color: #FFFFFF;padding: 8px 20px;font-size: 14px;font-weight: bold;line-height: 25px;cursor:pointer;}
#button-load-more .load-more:hover {background-color: #55ca03;}
#button-old-more{ text-align: right; }
.gadget_img_overflow {width: 105px; height: 80px; display: block; float: left; margin-right: 6px; text-align: center; overflow: hidden; border-radius: 4px;}
.gadget_img_overflow img.pic {height: 80px; max-width: inherit !important;}

.main-post .photo-collection .photogallery_img_overflow {width: 160px; height: 160px; display: inline-block; text-align: center; overflow: hidden; margin: 0 16px; }
.main-post .photo-collection .photogallery_img_overflow img {max-width: none; height: 160px;}

.message {background-position: 8px 50%; background-repeat: no-repeat; border: 1px solid; margin: 1.5em; padding: 12px 5px 12px 45px;}
.message.alarm   {background-image: url("img/icons/message/alarm.png");   color: #321700; background-color: #FEE3CC; border-color: #B27B4C;}
.message.notice  {background-image: url("img/icons/message/notice.png");  color: #000032; background-color: #DBE4F7; border-color: #1B3F85;}
.message.warning {background-image: url("img/icons/message/warning.png"); color: #323200; background-color: #FEFECC; border-color: #B2B24C;}
.message.ok      {background-image: url("img/icons/message/ok.png");      color: #003200; background-color: #CCFECC; border-color: #4CB24C;}
.message.error   {background-image: url("img/icons/message/error.png");   color: #320000; background-color: #FECCCC; border-color: #B24C4C;}

/* more import
-----------------------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

/* sms generator */
.sms-gen {
  margin-left: 16px;
}
.sms-gen input[type="text"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 4px 10px 4px 0;
  padding: 0 4px;
  width: 170px;
  height: 30px;
  border: 1px solid #d5d5d5;
  line-height: 28px;
}
.gen-sms-holder {
  float: left;
  margin: 0 16px 20px 0;
  width: 308px;
  height: 558px;
  background: url(img/generator/gen-sms.png) 0 0 no-repeat;
}

.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 1260px) {
  .login-block .separator {
    margin: 3px 10px 0;
  }
  .login-block .login-social strong {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 2px;
    line-height: 14px;
    width: 64px;
    text-align: left;
  }
  .login-block .login-form .forgot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 2px;
    line-height: 14px;
    font-size: 11px;
    width: 50px;
    text-align: left;
  }
  .top-logged ul li.info {
    max-width: 100px;
  }
  .main-post .photo-collection img {
    max-width: 144px;
    margin: 0 5px;
  }
  .main-post .gifs-collection img {
    max-width: 196px;
    margin: 5px;
  }
  .main-post .video-collection .video-small {
    margin: 0 10px 10px;
  }
  .main-post .video-collection .video-small img {
    max-width: 192px;
  }
  .main-post .video-collection .video-holder {
    margin: 0 10px 4px;
  }
  .main-video-slider .slides li .over {
    width: 205px;
    height: 205px;
  }
  .main-promo img {
    width: 75px;
  }
  .var-three a {
    margin: 0 1% 10px 0;
    width: 32%;
  }
  .var-three a img {
    max-width: 200px;
  }
  .profile .main-selector {
	  font-size: 13px;
  }
  .profile .main-selector a {
    margin-left: 10px;
  }
  .profile .main-selector .float-r a {
    margin-left: 16px;
  }
  .profile .inner-nav a {
    margin-left: 11px;
    padding-right: 12px;
  }
  .profile .row textarea {
    width: 435px;
  }
  .selectbox .select {
    width: 70px;
  }
  .selectbox .dropdown {
    width: 125px;
  }
  .gen-mem-templates .ib {
    margin: 18px 14px 0 0;
  }
  .post-add [class^="images-holder"] img {
    margin-right: 1px;
  }
  .footer-inner .sections,
  .footer-inner .sections ul {
    margin-left: 20px;
  }
}

@media (max-width: 10px) {
  .wrapper,
  .header .header-inner,
  .footer .footer-inner,
  .login-block .login-block-inner,
  .login-block .loggedin-block-inner {
    min-width: 640px;
  }
  .container-r .content {
    padding: 0 165px 0 0;
  }
  .side-right {
    width: 160px;
    margin-left: -160px;
  }
  .login-block .login-form label {
    display: none;
  }
  .login-block .login-form input[type="text"],
  .login-block .login-form input[type="password"] {
    width: 80px;
  }
  .login-block .login-social {
    display: none;
  }
  .top-search {
    display: none;
  }
  aside h3 {
    font-size: 12px;
    line-height: 1.4;
  }
  aside [class^="block-"],
  aside [class*=" block-"] {
    margin-left: 4px;
    margin-right: 4px;
  }
  aside [class^="button-rounded"] {
    width: 120px;
  }
  aside .block-twitter .go-to-twitter {
    display: none;
  }
  .block-best .flexslider {
    width: 144px;
  }
}
.ib {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.cb {
  clear: both;
  _font-size: 1px;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}
.nm {
  margin: 0;
}
.np {
  padding: 0;
}
.nb {
	border: none;
}
.ovh {
  overflow: hidden;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taci {
  text-align: center !important;
}
.tali {
  text-align: left !important;
}
.tari {
  text-align: right !important;
}

.mb20 {margin-bottom: 20px;}
.ml20 {margin-left: 20px;}
/* NoJS hider */
.nojswarn {
  background: #000000;
  text-align: center;
  color: #FF6900;
  line-height: 28px;
  font-size: 14px;
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
}
.no-js .nojswarn {
  display: block;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
div.hvp:hover{
	cursor:pointer;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}

.jamit {
	background: url(img/form/inputs-bg.png) repeat-x 0 -106px;
	color: white;
	height: 26px;
	line-height: 26px;
	padding: 0 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	float: left;
	margin: 4px 0 4px 30px;
	text-decoration: none;
	font-weight: bold;
}

.add_loading-tutorial{
	display: inline;
	color:#003663;
	border-bottom: 1px dashed #003663;
	cursor: pointer;
}

.add_loading-tutorial:hover{
	color:#55ca03;
	border-bottom: none;
}

.gen-law-preview{
	margin-right: 16px;
	margin-left: 16px;
}
.block-attach-button{
	margin-top: 4px;
	line-height: 24px;
}

.smile-button{
	float: right;
	cursor: pointer;
}

.smile-block{
	display:none;
	background:white;
	position:absolute;
	z-index: 101;
	border: 1px solid gray;
	right: 0px;
}

div.smile-block td img {
	cursor:pointer;
}

/* GIF animated */
.gif-cover .gif-static,.gif-cover .gif-animated {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.gif-over {
    background: url("img/gif-over.png") no-repeat scroll 0 0 transparent;
    height: 70px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 50%;
    width: 70px;
    z-index: 2;
}
.gif-over.preloader {
    background: url("img/loader_70_70.gif") no-repeat scroll 0 0 transparent;
}

.gif-cover .hide {
	position: absolute;
        left: -9999px;
}
.user_stat-username{
	word-wrap: break-word;
}

.autocomplete-selected {
	background-color: #CCF;
}
.autocomplete-suggestion {
	cursor: pointer;
}
.autocomplete-suggestions {
	background-color: #fff;
	padding: 5px;
	border: 5px solid #ebebeb;
	overflow: hidden;
    min-width: 200px;
	margin-top: 5px;
}
/*
Bug IE9
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
*/

/*-----------------------------------------------------------------------
 jGrowl
------------------------------------------------------------------------*/

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	word-wrap: break-word;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

div.jGrowl div.jGrowl-notification.error {
	background: #ff0000;
}

.hero {
	background-color: #122A36;
	padding-bottom: 24px;
	margin-top: -20px;
	margin-bottom: 24px;
}

.hero-title {
	color: #00FF00;
	font-weight: 900;
	font-size: 36pt;
	font-family: impact;
	padding-top: 18px;
	padding-left: 20px;
	padding-bottom: 24px;
}

.hero-footer {
	padding-top: 8px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: arial;
}

.hero-footer-bigtext {
	font-size: 14pt;
}

.hero-propaganda-text {
	padding-top: 60px;
	font-size: 16pt;
	color: #FFFFFF;
	font-family: arial;
	line-height: 17pt;
}

.hero-file {
	color:#FFFFFF;
	padding-top: 80px;
}

.hero-tutorial {
	color: #DFDFDF;
}


.hero-form {
	height: 600px;
	width: 800px;
	margin-left: 20px;
	background:url("img/hero/batman.jpg") no-repeat scroll 0 0 transparent;
}

.hero-form-send {
	margin-top: 60px;
	border: none;
	background:url("img/hero/hero-create-movie.png") no-repeat scroll 0 0 transparent;
	height: 89px;
	width: 280px;
}

.hero-movie {
	margin-left: 40px;
}

.fishit {
    color: transparent !important;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 40px;
    background: url("img/button-fishit.png") no-repeat scroll 0px 0px transparent;
}
.fishit:hover {
    color: transparent;
}

.fishit-wrap
{
/*border-radius: 4px 4px 4px 4px;*/
/*margin: 16px 56px 16px 40px;*/
/*padding: 3px 20px;*/
/*border: 1px solid rgb(222, 222, 222);*/
/*background-color: rgb(247, 247, 247);*/
text-align: center;
position: relative;
width: 251px;
padding: 5px 0;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxContent {margin-bottom: 100px !important;}
#cboxTitle a {color: #000; font-size: 11px; }
#cboxBottom {display: block; float: left; position: absolute; bottom: -70px; height: 70px; width: 100%; background-color:#fff; border: 5px solid #ccc; border-top: none; box-sizing: border-box; }
#cboxBottom.watermark {bottom: -30px;}
#cboxShare {margin: 20px;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0; top: 40px !important;}
    #cboxContent{margin-top:20px;background:#ccc;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #ccc; background:#fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#999;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#000;}
        #cboxLoadingGraphic{background:url(img/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#444;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(img/colorbox/list.png) no-repeat 0 -212px; width:31px; height:50px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position: 0 -112px;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(img/colorbox/list.png) no-repeat 0 -62px; width:31px; height:50px; text-indent:-9999px;}
        #cboxNext:hover{background-position:0 -161px;}
        #cboxClose{position:absolute; top:8px; right:5px; display:block; background:url(img/colorbox/list.png) no-repeat 0 0; width:31px; height:27px; text-indent:-9999px;}
        #cboxClose:hover{background-position: 0 -31px;}
#colorbox_layout {overflow-y: auto; width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999;}
#colorbox_scrollfix {width: 1px;}

a.mark_as_read {color: gray; font-weight: bold; font-size: small;}

.modal-auth.confirm_antifishki {
    padding: 24px 34px;
}
.modal-auth.confirm_antifishki .buttons {
    margin-left: 38%;
}
.modal-auth.confirm_antifishki .buttons .button {
    cursor: pointer;
    width: 79px;
    text-align: center;
}

.promo-places-img {
    margin: 0 8px 0 8px;
    float: right;
}
.promo-places-text {
    overflow: hidden;
    padding-top: 11px;
}
.promo-places-text .item {
    margin-left: 35px;
    font-weight: bold;
    font-size: 16px;
}
.promo-places-text .item .num {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    margin-top: -7px;
    margin-left: -35px;
    width: 30px;
    background-color: #dc0007;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.promo-places-text .item ul
{
	padding: 0;
	margin: 1px 0 3px;
	list-style: none;
}
.promo-places-text .item li {
	color: #727272;
	font-size: 12px;
}

.promo-places-text .item li b {
	color: #D90A19;
}


.games-list-menu {
  margin: 20px 16px 16px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
  color: #000000;
  font-weight: bold;
}

.games-list-menu .current {
	color: #55ca03;
}

.games-cat {
	margin: 20px 0;
	padding-right: 16px;
}

.games-cat .cat-game-outer {
	width: 33%;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.games-cat .cat-game-holder {
  display: block;
  margin: 0 auto;
  width: 180px;
  zoom: 1;
  vertical-align: top;
  text-align: center;
}

.games-cat .cat-game-holder .game-link .name {
  text-align: center;
  display: block;
  color: #2289d1;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 6px 8px;
  text-decoration: none;
  width: 180px;
}

.games-cat .cat-game-holder .game-link .image-holder {
  background: #fff;
  padding: 3px;
  margin: 5px 5px 10px 5px;
  box-shadow: 0 0 5px #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.games-cat .cat-game-holder .cat-game-wrapper {
  text-decoration: none;
  margin: 10px 0;
}

.games-cat .cat-game-holder .game-link {
  text-decoration: none;
}

.popular-games {
  background-color: #f6f6f6;
}

.games-title {
  font-size: 14px;
  font-weight: bold;
  color: #333688;
  margin-top: 16px;
}

.games-title .current {
color: #55CA03;
}

.game-wrap {
  margin-top: 210px;
  margin-bottom: 16px;
}

.clsign30 {
	margin-bottom:-30px;
}

.comment-form-2fb,
.comment-form-2vk {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.medal {
	position: absolute;
	margin: -10px 0 0 -24px;
	width: 50px;
	height: 68px;
	background: url(img/medals-50.png) 0 -204px no-repeat
}

.medal[class *="m-"] div {
	background: url(img/numbers-32.png) 0 0 no-repeat;
	width: 32px;
	height: 18px;
	margin: 16px 9px
}

.medal.m-1 {
	background-position: 0 0
}

.medal.m-2 {
	background-position: 0 -68px
}

.medal.m-3 {
	background-position: 0 -136px
}

.medal.m-1 div,.medal.m-2 div,.medal.m-3 div {
	background: transparent
}

.medal.m-4 div {
	background-position: 0 0
}

.medal.m-5 div {
	background-position: 0 -18px
}

.medal.m-6 div {
	background-position: 0 -36px
}

.medal.m-7 div {
	background-position: 0 -54px
}

.medal.m-8 div {
	background-position: 0 -72px
}

.medal.m-9 div {
	background-position: 0 -90px
}

.medal.m-10 div {
	background-position: 0 -108px
}

.medal.m-11 div {
	background-position: 0 -126px
}

.medal.m-12 div {
	background-position: 0 -144px
}

.medal.m-13 div {
	background-position: 0 -162px
}

.medal.m-14 div {
	background-position: 0 -180px
}

.medal.m-15 div {
	background-position: 0 -198px
}

.medal.m-16 div {
	background-position: 0 -216px
}

.medal.m-17 div {
	background-position: 0 -234px
}

.medal.m-18 div {
	background-position: 0 -252px
}

.medal.m-19 div {
	background-position: 0 -270px
}

.medal.m-20 div {
	background-position: 0 -288px
}

.medal.m-21 div {
	background-position: 0 -306px
}

.medal.m-22 div {
	background-position: 0 -324px
}

.medal.m-23 div {
	background-position: 0 -342px
}

.medal.m-24 div {
	background-position: 0 -360px
}

.medal.m-25 div {
	background-position: 0 -378px
}

.medal.m-26 div {
	background-position: 0 -396px
}

.medal.m-27 div {
	background-position: 0 -414px
}

.medal.m-28 div {
	background-position: 0 -432px
}

.medal.m-29 div {
	background-position: 0 -450px
}

.medal.m-30 div {
	background-position: 0 -468px
}

.medal.m-31 div {
	background-position: 0 -486px
}

.medal.m-32 div {
	background-position: 0 -504px
}

.medal.m-33 div {
	background-position: 0 -522px
}

.medal.m-34 div {
	background-position: 0 -540px
}

.medal.m-35 div {
	background-position: 0 -558px
}

.medal.m-36 div {
	background-position: 0 -576px
}

.medal.m-37 div {
	background-position: 0 -594px
}

.medal.m-38 div {
	background-position: 0 -612px
}

.medal.m-39 div {
	background-position: 0 -630px
}

.medal.m-40 div {
	background-position: 0 -648px
}

.medal.m-41 div {
	background-position: 0 -666px
}

.medal.m-42 div {
	background-position: 0 -684px
}

.medal.m-43 div {
	background-position: 0 -702px
}

.medal.m-44 div {
	background-position: 0 -720px
}

.medal.m-45 div {
	background-position: 0 -738px
}

.medal.m-46 div {
	background-position: 0 -756px
}

.medal.m-47 div {
	background-position: 0 -774px
}

.medal.m-48 div {
	background-position: 0 -792px
}

.medal.m-49 div {
	background-position: 0 -810px
}

.medal.m-50 div {
	background-position: 0 -828px
}

.medal.m-51 div {
	background-position: 0 -846px
}

.medal.m-52 div {
	background-position: 0 -864px
}

.medal.m-53 div {
	background-position: 0 -882px
}

.medal.m-54 div {
	background-position: 0 -900px
}

.medal.m-55 div {
	background-position: 0 -918px
}

.medal.m-56 div {
	background-position: 0 -936px
}

.medal.m-57 div {
	background-position: 0 -954px
}

.medal.m-58 div {
	background-position: 0 -972px
}

.medal.m-59 div {
	background-position: 0 -990px
}

.medal.m-60 div {
	background-position: 0 -1008px
}

.medal.m-61 div {
	background-position: 0 -1026px
}

.medal.m-62 div {
	background-position: 0 -1044px
}

.medal.m-63 div {
	background-position: 0 -1062px
}

.medal.m-64 div {
	background-position: 0 -1080px
}

.medal.m-65 div {
	background-position: 0 -1098px
}

.medal.m-66 div {
	background-position: 0 -1116px
}

.medal.m-67 div {
	background-position: 0 -1134px
}

.medal.m-68 div {
	background-position: 0 -1152px
}

.medal.m-69 div {
	background-position: 0 -1170px
}

.medal.m-70 div {
	background-position: 0 -1188px
}

.medal.m-71 div {
	background-position: 0 -1206px
}

.medal.m-72 div {
	background-position: 0 -1224px
}

.medal.m-73 div {
	background-position: 0 -1242px
}

.medal.m-74 div {
	background-position: 0 -1260px
}

.medal.m-75 div {
	background-position: 0 -1278px
}

.medal.m-76 div {
	background-position: 0 -1296px
}

.medal.m-77 div {
	background-position: 0 -1314px
}

.medal.m-78 div {
	background-position: 0 -1332px
}

.medal.m-79 div {
	background-position: 0 -1350px
}

.medal.m-80 div {
	background-position: 0 -1368px
}

.medal.m-81 div {
	background-position: 0 -1386px
}

.medal.m-82 div {
	background-position: 0 -1404px
}

.medal.m-83 div {
	background-position: 0 -1422px
}

.medal.m-84 div {
	background-position: 0 -1440px
}

.medal.m-85 div {
	background-position: 0 -1458px
}

.medal.m-86 div {
	background-position: 0 -1476px
}

.medal.m-87 div {
	background-position: 0 -1494px
}

.medal.m-88 div {
	background-position: 0 -1512px
}

.medal.m-89 div {
	background-position: 0 -1530px
}

.medal.m-90 div {
	background-position: 0 -1548px
}

.medal.m-91 div {
	background-position: 0 -1566px
}

.medal.m-92 div {
	background-position: 0 -1584px
}

.medal.m-93 div {
	background-position: 0 -1602px
}

.medal.m-94 div {
	background-position: 0 -1620px
}

.medal.m-95 div {
	background-position: 0 -1638px
}

.medal.m-96 div {
	background-position: 0 -1656px
}

.medal.m-97 div {
	background-position: 0 -1674px
}

.medal.m-98 div {
	background-position: 0 -1692px
}

.medal.m-99 div {
	background-position: 0 -1710px
}

.medal.m-100 div {
	background-position: 0 -1728px
}

.wait-moderation {
	padding: 0 0 16px 16px;
}
#window .window-block .gen-menu .items {
	margin-right: 30px;
}
#window .window-block .gen-menu {
	margin-left: -16px;
}

#window .window-block .generator-buttons {
	padding-bottom: 16px;
}
#window .window-block .nowindow {
	display: none !important;
}

#window .window-block .generator-content .gen-mem-holder img {
	max-width: 670px;
}

.footer .write-us {
    width: 180px;
}

@media screen and (max-width: 1024px) {
    .footer .write-us {
        width: 160px;
    }
    .footer .follow-us {
        margin-left: 15px;
    }
    .footer .footer-counters {
        padding-top: 4px;
        width: 100px;
    }
}

@media screen and (max-width: 1100px) {
	.top-menu .vis {display: none;}
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
	.top-logged ul li.info {max-width: 50px}
}

.orfo-notice {
    margin: 15px 5px 15px 5px;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #003663;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    width: 275px;
}

.edit-link-container a {margin-left: 5px;}


.tagtext {
    height: 30px;
    padding: 5px 10px;
    margin: 0 30px 0 58px;
    border: 1px #014074 solid;
    position: relative;
    top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #002b53;
    line-height: 15px;
}

@media screen and (max-width: 1024px) {
    .tagtext {
        margin: 0 30px 0 36px;
    }
}

.divcrop {
    width: 155px;
    color: red;
    text-align:center;
}

.spancrop {
    cursor:pointer;
}

.cropcursor .cboxPhoto {
    cursor:crosshair;
}

.profile .main-selector.emailConfirm {
    padding:3px 8px;
}
.main-selector.emailConfirm
{
	margin: 0 0 10px;
	background: white;
    color: #E30000;
}

.main-selector.emailConfirm a {
    color: white;
    margin-left:0;
}

.main-selector.emailConfirm nav {
    border:none;
}

.send-email {
    position:relative;
    top: 6px;
    font-size:12px;
    padding: 4px 4px 4px;
    background-color: #55ca03;
    color: white;
}

.send-email:hover {
    color: white;
}

.send-email-span {
    position:relative;
    top: 6px;
}

@media screen and (max-width: 1024px) {
    .send-email-span {
        font-size: 14px;
    }
    
    .comments .not-logged .social-login {
        margin-right: 30px;
    }

}

.humorfm {
  position: relative;
  margin-top: 10px;
  width: 257px;
  height: 197px;
  background: url(img/humorfm/humorfm-bg.png?3) 0 0 no-repeat;
}
.humorfm .play,
.humorfm .pause {
  position: absolute;
  top: 132px;
  left: 40px;
  width: 49px;
  height: 49px;
  border: none;
  background: url(img/humorfm/humorfm-button.png) 0 0 no-repeat;
}
.humorfm .pause {
  background-position: 0 -49px;
}
.humorfm .volume-slider {
  position: absolute;
  left: 95px;
  top: 162px;
  width: 65px;
}
.wrapper_radio_player {
    width: 1px;
    height: 1px;
    overflow: hidden;
} 
.humorfm .humor-link {
    height: 135px;
    left: 35px;
    position: absolute;
    top: 45px;
    width: 130px;
}
.quick-settings {
  margin-top: 8px;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
}
.quick-settings-wrap {
  position: relative;
  margin-bottom: 16px;
  padding: 0 8px;
}
.quick-settings-wrap .info {
  line-height: 1.2;
  border: 2px solid #55ca03;
}
.quick-settings label {
  display: inline-block;
  margin-bottom: 10px;
  color: #003663;
  font-weight: bold;
  font-size: 12px;
}
.quick-settings label.double span {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.1;
}
.quick-settings-button {
  display: block;
  background: url(img/quick-settings-cogs.png) 100% 0 no-repeat;
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.quick-settings-button.trigger-active {
  background-position: 100% -16px;
}
.quick-settings-question {
  position: absolute;
  top: -5px;
  left: 150px;
  padding-right: 1px;
  width: 13px;
  height: 14px;
  border-radius: 50%;
  background-color: #cbcbcb;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
}
.quick-settings-question:hover {
  background-color: #55ca03;
  color: #fff;
}
.quick-settings button {
  padding: 7px 15px;
  border: none;
  border-radius: 4px;
  background-color: #003663;
  color: #fff;
  font-weight: bold;
}
.quick-settings button:hover {
  background-color: #55ca03;
  color: #fff;
}
.quick-settings .jq-selectbox__select {
  padding: 0 40px 0 10px;
  height: 28px;
  border: 4px solid #dedede !important;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.quick-settings .jq-selectbox__select-text {
  font-size: 12px;
}
.quick-settings .jq-selectbox__select:hover {
  background-color: #fff;
}
.quick-settings .jq-selectbox__trigger {
  width: 30px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background-color: #dedede;
}
.quick-settings .jq-selectbox__trigger-arrow {
  top: 16px;
  right: 10px;
  border-top-color: #fff;
  opacity: 1;
}
.quick-settings .jq-selectbox__dropdown {
  top: 0 !important;
  border: 4px solid #55ca03;
  box-shadow: 0;
}
.quick-settings .jq-selectbox li {
  padding: 3px 10px;
  font-size: 12px;
}
.quick-settings .jq-selectbox li:hover,
.quick-settings .jq-selectbox li.selected {
  background-color: #003663;
}
.quick-settings .jq-checkbox {
  width: 54px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: url(img/quick-settings-checkbox.png) 0 -28px no-repeat;
  box-shadow: none;
}
.quick-settings .jq-checkbox > div {
  display: none !important;
}
.quick-settings .jq-checkbox.checked {
  background-position: 0 0;
}
.quick-settings .datepicker {
  position: relative;
  margin-bottom: -10px;
}
.quick-settings .datepicker .restrict-date {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: -39px;
  left: 0;
  margin-bottom: -29px;
  width: 250px;
  height: 39px;
  cursor: pointer;
}

.quick-settings .datepicker-icon {
  display: inline-block;
  margin-left: 6px;
  padding: 19px 16px 0 0;
  width: 37px;
  height: 20px;
  background: url(img/datepicker-icon.png) 0 0 no-repeat;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.quick-settings .datepicker-icon.has-date {
  background-position: 0 -39px;
}
.fishit-wrap {
  text-align: center;
  position: relative;
  width: 251px;
  padding: 5px 0;
}
.fishit-wrap .fishit {
  display: inline-block;
  width: 110px;
  height: 40px;
  background: url(img/button-fishit.png) 0 0 no-repeat;
  vertical-align: top;
  zoom: 1;
}
.main-post .tags .toggles-wrap {
    color: #454545;
    float: right;
    font-size: 13px;
    font-weight: bold;
}
.main-post .tags .toggles-wrap .toggles {
    cursor:pointer;
}

.top-notify {
  margin: 0 8px 10px 10px;
  padding: 10px;
  border: 1px solid #dedede;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.top-notify a {
  text-decoration: underline;
}
.top-notify a:hover {
  text-decoration: none;
}
.top-notify .close {
  float: right;
  text-decoration: none;
}
.top-notify .b-green {
  color: #55ca03;
  font-weight: bold;
  font-size: 16px;
}

.ficon-cancel:before {
  content: '\e810';
}

.content img.happyday {
    display:none;
}

.content div.happyday {
    display:none;
}

.firstapr img.happyday {
    position: absolute;
    top: -14px;
    display:block;
    z-index:999;
}

.firstapr div.happyday {
    height:30px;
    display:block;
}
aside .block-trend {
    margin-top:0px;
}
aside .block-trend h3.spacer {
    margin-top:0px;
    margin-bottom:0px;
}
.iframe_adv {margin-left: 20px; margin-top: 5px;}

.button_add_file input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
li.gallery_object.loading {
  background: url("img/loader_medium.gif") no-repeat scroll 50% 50% white;
}

.gallery.grid .picture{
  display: block;
  margin: 0;
  width:100%;
  height:100%;
  position: relative;
}
/*.gallery.grid .picture a,*/
.gallery.grid .picture .picture-overflow_hidden,
.gallery.grid .picture .picture-holder{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.gallery.grid .picture .gif-animated,
.gallery.grid .picture .gif-static,
.gallery.grid .picture .gif-cover{
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery.grid .picture .picture-overflow_hidden{
  overflow: hidden;
}
.gallery.grid .picture img{
  position: absolute;
  max-width: none;
}
/*.gallery.grid .grid_text {
  font-family: Georgia;
  font-size: 18px;
  line-height: 26px;
  text-indent: 1em;
  padding: 5px;
  margin: 30px;
}
*/
.gallery.grid {
  margin-left: -5px;
}
.gallery.grid li {
  position: absolute;
  overflow: visible;
}



/*--post-compose(grid)--*/
.editor-tabs {
  margin-top: 6px;
  margin-right: 16px;
  border-bottom: 2px solid #ebebeb;
}
.editor-tabs .title {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #003663;
  font-size: 24px;
}
.editor-tabs .wrap {
  float: right;
  padding-left: 7px;
  border-radius: 5px 5px 0 0;
  background-color: #ebebeb;
}
.editor-tabs .tab {
  position: relative;
  float: left;
  margin-top: 7px;
  margin-right: 7px;
  padding: 6px 15px 7px;
  font-weight: bold;
  font-size: 14px;
}
.editor-tabs .tab:hover,
.editor-tabs .tab.current {
  margin-bottom: -2px;
  border-bottom: 2px solid #fff;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #a9a9a9;
}
.post-compose .editor-menu {
  margin-top: 26px;
  margin-right: 16px;
  background-color: #ebebeb;
}
.post-compose .editor-menu ul li {
  position: relative;
  float: left;
  color: #000;
}
.post-compose .editor-menu ul li a {
  display: block;
  float: left;
  padding: 11px 14px;
  color: inherit;
  font-weight: bold;
}
.post-compose .editor-menu ul li a.add_files {
  position: relative;
}
.post-compose .editor-menu ul li a.add_files input{
  position: absolute;
  opacity: 0;
  width: 64px;
  height: 62px;
  top: -22px;
  left: 0;
}
/*.post-compose .editor-menu ul li:hover a,*/
.post-compose .editor-menu ul li.current a {
  color: #000;
}
.post-compose .editor-menu ul li.dropdown {
  text-align: center;
}
.post-compose .editor-menu ul li.dropdown > div {
  position: absolute;
  left: -9999px;
}
.post-compose .editor-menu ul li.dropdown.current div/*,
.post-compose .editor-menu ul li.dropdown:hover div*/ {
  top: 45px;
  left: 50%;
}
.post-compose .editor-menu ul li.dropdown.current div ul/*,
.post-compose .editor-menu ul li.dropdown:hover div ul*/ {
  position: relative;
  left: -50%;
  z-index: 1000;
  display: block;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  background-color: #ebebeb;
}
.post-compose .editor-menu ul li.dropdown.video_input.current div ul/*,
.post-compose .editor-menu ul li.dropdown.video_input:hover div ul */{
  left: -25%;
}
.post-compose .editor-menu ul li.dropdown.current div ul:before/*,
.post-compose .editor-menu ul li.dropdown:hover div ul:before */{
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid #ebebeb;
  border-left: 6px solid rgba(255, 255, 255, 0);
  content: '';
}
.post-compose .editor-menu ul li.dropdown.video_input.current div ul:before/*,
.post-compose .editor-menu ul li.dropdown.video_input:hover div ul:before */{
  left: 25%;
}
.post-compose .editor-menu ul li.dropdown.video_input input {
  width:220px;
  margin: 0 10px;
}
.post-compose .editor-menu ul li.dropdown.current div ul li/*,
.post-compose .editor-menu ul li.dropdown:hover div ul li */{
  display: block;
  float: none;
  margin: 0;
  text-align: center;
}
.post-compose .editor-menu ul li.dropdown.current div ul a/*,
.post-compose .editor-menu ul li.dropdown:hover div ul a */{
  display: block;
  float: none;
  padding: 11px 16px;
  font-weight: normal;
  line-height: 1.2;
}
/*.post-compose .editor-menu ul li.dropdown.current div ul a:hover,
.post-compose .editor-menu ul li.dropdown:hover div ul a:hover */{
  background: #003663;
  color: #fff;
}
/*.post-compose .editor-menu ul li.left:hover div,*/
.post-compose .editor-menu ul li.left.current div {
  left: 0;
}
/*.post-compose .editor-menu ul li.left:hover div ul,*/
.post-compose .editor-menu ul li.left.current div ul {
  left: 0;
}
/*.post-compose .editor-menu ul li.left:hover div ul:before,*/
.post-compose .editor-menu ul li.left.current div ul:before {
  left: 17%;
}
.post-compose .form {
  margin: 10px 14px 0;
}
.post-compose .head-image {
  margin-bottom: 16px;
  background: url("/images/fishki/post-add-main-pict.png") no-repeat scroll 50% 50% #ededed;
  /*border:3px dashed #353535;*/
  position: relative;
  overflow: hidden;
}
.cover_icon {
  display: none;
}
.head-image .cover_icon {
  content: '';
  background: url("img/post-compose-cover-label.png") 0 0 no-repeat;
  position: absolute;
  width: 82px;
  height: 66px;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 15;
}
.head-image.loading:after, .head-image-short.loading:after {
  display: none;
}
.post-compose .head-image-short {
  height: 190px;
}
.post-compose .head-image img{
  max-width: none;
}
.post-compose .head-image.gallery_object_uploaded {
  background: none;
  border: none;
}
.post-compose .head-image.croped {
  overflow: visible;
  z-index: 50;
}

.post-compose .head-image.croped img {
  opacity: 0.5;
  outline: rgb(102, 102, 102) solid 5px;
}

.post-compose .head-image.clone {
  z-index: 1500 !important;
  position: absolute;
/*  top: 0;
  left: 0;
*/}

.post-compose .head-image.loading {
  background: url("img/loader_medium.gif") no-repeat scroll 50% 50% white;
  border: none;
}
.post-compose .head-image.loading .image-controls,
.post-compose .head-image.loading img{
  display: none;
}
.post-compose .head-image:hover .image-controls {
  bottom: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 600;
}
.post-compose .head-image .image-controls {
  display: none;
}
.post-compose .head-image .image-controls a{
  position: relative;
}
.post-compose .head-image .image-controls a input{
  opacity: 0;
  position: absolute;
  top: -10px;
  left: -20px;
  width: 245px;
  cursor: pointer;
  font-size: 0;
  height: 100px;
}
.post-compose .head-image .image-controls.open {
  display: none !important;
}
.post-compose .head-image.head-image-short .image-controls.edit {
  display: none;
}
.post-compose .head-image.head-image-short .image-controls.open {
  display: block !important;
}
.post-compose .gallery_object_uploaded .image-controls {
  display: block;
}
.post-compose .head-image .post_cover {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
}

.post-compose .post-row {
  margin-right: 34px;
}
.post-compose .post-row.head-image-row {
  position: relative;
}
.post-compose .post-row.blank-image {
  border: 1px dashed transparent;
}
.post-compose .post-row.blank-image:hover {
  border: 1px dashed #a3a3a3;
}
.post-compose .post-row.blank-image.wrong {
  border: 1px dashed #FF8686;
}
.post-compose .post-row.blank-image img{
  padding: 7px;
}
.post-compose .image-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-compose .image-controls_handle {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 19px;
  height: 19px;
  background-color: #55ca03;
  cursor: se-resize;
}
.image-controls .links {
  display: inline-block;
  border-radius: 5px;
  background-color: #55ca03;
  color: #fff;
  font-weight: bold;
}
.post-compose .gallery_object:hover .image-controls {
  bottom: 50%;
  margin-bottom: -28px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}
.post-compose .image-controls .links a,
.post-compose .image-controls .links button {
  display: inline-block;
  padding: 10px 18px;
  border: 0 none;
  background-color: transparent;
  color: inherit;
  vertical-align: top;
  cursor: pointer;
}
.post-compose .image-controls .links i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("img/image-controls.png") 0 0 no-repeat;
  vertical-align: top;
  margin: -6px 0;
}
.post-compose .image-controls .links i.delete {
  background-position: 0 -32px;
}
.post-compose .image-controls .links i.edit {
  background: url("/images/fishki/pencil_grid.png") 0 0 no-repeat;
}
.post-compose .image-controls .links i.rotate-ccw {
  background-position: 0 -64px;
}
.post-compose .image-controls .links a.processing i.rotate-ccw {
  -webkit-animation: rotation linear 1.5s infinite;
  -ms-animation: rotation linear 1.5s infinite;
  -moz-animation: rotation linear 1.5s infinite;
  animation: rotation linear 1.5s infinite;
}
.post-compose .image-controls .links a.processing i.rotate-cw {
  -webkit-animation: rrotation linear 1.5s infinite;
  -ms-animation: rrotation linear 1.5s infinite;
  -moz-animation: rrotation linear 1.5s infinite;
  animation: rrotation linear 1.5s infinite;
}
@-webkit-keyframes rotation {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}
}
@-ms-keyframes rotation {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(-360deg);}
}
@-moz-keyframes rotation {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(-360deg);}
}
@keyframes rotation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}
@keyframes rrotation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes rrotation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-ms-keyframes rrotation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-moz-keyframes rrotation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.post-compose .image-controls .links i.rotate-cw {
  background-position: 0 -96px;
}
.post-compose-overflow {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
}
.post-compose .image-controls .links i.sep {
  margin-top: 4px;
  width: 2px;
  background: #fff;
}
.post-compose .image-controls .links i.sep.small {
  margin-top: 10px;
  height: 18px;
}
.post-compose .gallery_object .image-controls.secondary {
  top: auto !important;
  bottom: 0;
  display: none;
}
.post-compose .clone .image-controls.secondary {
  bottom: 96px;
  display: block !important;
  z-index: 25;
}
.post-compose .clone.its_video .image-controls.secondary,
.post-compose .clone.its_gif .image-controls.secondary {
  display: none !important;
}
.post-compose .gallery_object .image-controls.top {
  bottom: auto !important;
  top: 0;
  width: 200px;
  margin-left: -100px;
}
.post-compose :hover .image-controls.top {
  top: 20px;
}
.post-compose .head-image .image-controls.top,
.post-compose .head-image .gs-resize-handle {
  display: none;
}
.post-compose .image-controls-zoom {
  position: absolute;
  right: 20px;
  top: 40px;
  bottom: 40px;
  z-index: 30;
  display: none;
}
.post-compose .head-image .image-controls-zoom {
  top: 100px;
  right:37px;
}
.post-compose .clone .image-controls-zoom {
  display: block;
}
.post-compose .image-controls-zoom .drag .handle,
.post-compose .image-controls-zoom button {
  background: url("img/image-controls-zoom.png") 0 -66px no-repeat;
  width: 33px;
  height: 33px;
  border: 0;
}
.post-compose .image-controls-zoom .drag .handle.zoom-in,
.post-compose .image-controls-zoom button.zoom-in {
  background-position: 0 0;
}
.post-compose .image-controls-zoom .drag .handle.zoom-out,
.post-compose .image-controls-zoom button.zoom-out {
  background-position: 0 -33px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.post-compose .image-controls-zoom .drag {
  position: absolute;
  top: 48px;
  bottom: 48px;
}
.post-compose .image-controls-zoom .drag:before {
  content: '';
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  background-color: #fff;
}
.post-compose .image-controls-zoom .drag .handle {
  position: absolute;
  margin-top: -16px;
}
.post-compose .new_post_title{
  color: #000000;
  font-weight: normal;
  font-size: 24px;
  margin-left: -1px;
  border: 1px solid transparent;
  margin: 9px 0;
  width: 100% !important;
  height: 32px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px dashed #a3a3a3;
}
.post-compose .new_post_title:hover {
  border: 1px dashed #a3a3a3;
}
.post-compose .new_post_title.wrong{
  border: 1px dashed #FEA7A7 !important;
}
.post-compose .white_title {
  position: absolute;
  color: #fff;
  top: 480px;
  z-index: 20;
  left: 50px;
}
.post-compose .white_title .base_title{
  font-size: 36px;
}

aside .block-post-add .post-compose-add {
  display: block;
  border: 0 none;
  background-color: transparent;
  color: #003663;
  font-size: 18px;
  line-height: 64px;
}
aside .block-post-add .post-compose-add i {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(img/post-compose-side.png);
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 15px;
}
aside .block-post-add .post-compose-add i.icon-photo {
  background-position: 0 0;
}
aside .block-post-add .post-compose-add i.icon-video {
  background-position: 0 -64px;
}
aside .block-post-add .post-compose-add i.icon-text {
  background-position: 0 -128px;
}
aside .block-post-add .post-compose-add.current,
aside .block-post-add .post-compose-add:hover {
  color: #55ca03;
}
aside .block-post-add .post-compose-add.current i.icon-photo,
aside .block-post-add .post-compose-add:hover i.icon-photo {
  background-position: -64px 0;
}
aside .block-post-add .post-compose-add.current i.icon-video,
aside .block-post-add .post-compose-add:hover i.icon-video {
  background-position: -64px -64px;
}
aside .block-post-add .post-compose-add.current i.icon-text,
aside .block-post-add .post-compose-add:hover i.icon-text {
  background-position: -64px -128px;
}
.post-compose .video-add,
.post-compose .photo-add {
  /*margin: 0 16px 9px 0;*/
  font-size: 12px;
  position: relative;
}
.post-compose .video-add.editing,
.post-compose .photo-add.editing {
  margin-left: -1px;
  padding: 12px;
  outline: none;
  border: 1px dashed #898989;
}
.post-compose .video-add.editing .video-thumb,
.post-compose .photo-add.editing .video-thumb {
  position: relative;
  float: left;
}
.post-compose .video-add.editing .delete,
.post-compose .photo-add.editing .delete {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 0;
  border-radius: 0px 0px 0px 3px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor:pointer;
}
.post-compose .video-add.editing .save,
.post-compose .photo-add.editing .save,
.post-compose .video-add.editing .cancel,
.post-compose .photo-add.editing .cancel {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 0;
  min-width: 152px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.post-compose .video-add.editing .save,
.post-compose .photo-add.editing .save {
  background-color: #003663;
  position: relative;
  overflow: hidden;
}
.post-compose .video-add.editing .save.disabled,
.post-compose .photo-add.editing .save.disabled {
  background-color: rgba(0, 0, 0, 0.5) !important;
  cursor: default !important;
}
.post-compose .video-add.editing span.save,
.post-compose .photo-add.editing span.save {
  padding: 0;
}
.post-compose .photo-add.editing .save input {
  position: absolute;
  top: -50px;
  left: -30px;
  cursor: pointer;
  height: 90px;
  opacity: 0;
  padding: 0;
  border: none;
}
.post-compose .video-add.editing .save.ok,
.post-compose .photo-add.editing .save.ok {
  margin-left: -40px;
  min-width: 40px;
  border-radius: 0 4px 4px 0;
}
.post-compose .photo-add.editing .save.ok {
  margin-right: 10px;
}
.post-compose .video-add.editing .cancel,
.post-compose .photo-add.editing .cancel {
  background-color: #bbbbbb;
}
.post-compose .video-add.editing .photo-url-wrap,
.post-compose .photo-add.editing .photo-url-wrap {
  line-height: 36px;
}
.post-compose .video-add.editing .photo-url-wrap input,
.post-compose .photo-add.editing .photo-url-wrap input {
  padding: 9px 45px 9px 5px;
  min-width: 50%;
  border: 1px solid #b7b6b6;
  border-radius: 4px;
  vertical-align: top;
  font-size: 14px;
}
.post-compose .video-add.editing .photo-url-wrap input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.post-compose .video-add.editing .photo-url-wrap button,
.post-compose .photo-add.editing .photo-url-wrap button {
  margin-bottom: 0;
}
.post-compose .video-add.editing .info,
.post-compose .photo-add.editing .info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2px 10px;
  background-color: #f4f4f4;
  color: #a9a9a9;
  font-weight: bold;
}
.post-compose .photo-add.editing .info .progress {
  position: absolute;
  height: 100%;
  background: #BEF8D5;
  top: 0;
  left: 0;
  text-align: center;
}
.post-compose .video-add.editing,
.post-compose .photo-add.editing {
  padding: 30px 12px 40px;
}
.container-r.grid_page {
  min-width: 1160px
}

.post-compose-buttons {
  z-index: 900;
  margin-right: 16px;
  border-bottom: 2px solid #ebebeb;
  background-color: #fff;
}
.post-compose-buttons .post-compose-add {
  display: block;
  float: left;
  width: 33.3%;
  border: 0 none;
  background-color: transparent;
  color: #003663;
  font-size: 17px;
  line-height: 64px;
}
.post-compose-buttons .post-compose-add i {
  display: inline-block;
  margin-right: 10px;
  width: 64px;
  height: 64px;
  background-image: url(img/post-compose-side.png);
  background-repeat: no-repeat;
  vertical-align: top;
}
.post-compose-buttons .post-compose-add i.icon-photo {
  background-position: 0 0;
}
.post-compose-buttons .post-compose-add i.icon-video {
  background-position: 0 -64px;
}
.post-compose-buttons .post-compose-add i.icon-text {
  background-position: 0 -128px;
}
.post-compose-buttons .post-compose-add.current,
.post-compose-buttons .post-compose-add:hover {
  color: #55ca03;
}
.post-compose-buttons.disabled .post-compose-add {
  color: #888;
  cursor: default;
}
.post-compose-buttons .post-compose-add.current i.icon-photo,
.post-compose-buttons .post-compose-add:hover i.icon-photo {
  background-position: -64px 0;
}
.post-compose-buttons .post-compose-add.current i.icon-video,
.post-compose-buttons .post-compose-add:hover i.icon-video {
  background-position: -64px -64px;
}
.post-compose-buttons .post-compose-add.current i.icon-text,
.post-compose-buttons .post-compose-add:hover i.icon-text {
  background-position: -64px -128px;
}
.post-compose-buttons.disabled .post-compose-add i.icon-photo {
  background-position: -0px 0;
}
.post-compose-buttons.disabled .post-compose-add i.icon-video {
  background-position: -0px -64px;
}
.post-compose-buttons.disabled .post-compose-add i.icon-text {
  background-position: -0px -128px;
}
.is-sticky .post-compose-buttons {
  margin-right: 0;
  min-width: 636px;
}
@media (min-width: 1000px) and (max-width: 1179px) {
  .is-sticky .post-compose-buttons {
    right: 320px;
    left: 27px;
  }
}
@media (min-width: 1180px) {
  .is-sticky .post-compose-buttons {
    min-width: 816px;
  }
}
.post-compose .input_tags{
  margin-left: -1px;
  border: 1px solid transparent;
  margin: 10px 16px 16px 0;
  color: #000000;
  font-size: 11px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.post-compose .input_tags:hover{
  outline: none;
  border: 1px dashed #898989;
}
.post-compose .input_tags:focus,
.post-compose .input_tags:active{
  padding: 36px 20px;
  outline: none;
  border: 1px dashed #898989;
}
.editable {
  position: relative;
  margin: 0 16px 9px -1px;
}
.editable .placeholder {
  color: #a9a9a9;
  margin: 0;
}
.editable .placeholder-blank {
  padding: 20px;
}
.editable > [unselectable="on"] {
  display: none;
  padding: 0 1px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.editable > [unselectable="on"] > div {
  border: 0 !important;
  border-top: 1px solid #b2b2b2 !important;
  background-color: #f4f4f4 !important;
  position: absolute;
  bottom: 0;
}
.editable > .nicEdit-toolbar-visible {
  display: block;
  margin-top: -26px;
}
.editable .nicEdit-main {
  margin: 0 !important;
  min-height: 95px !important;
  width: 100% !important;
  color: #2d2c2c;
  font-size: 12px;
  outline: none;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.editable .nicEdit-main:focus,
.editable .nicEdit-main:active {
  /*padding: 36px 20px 62px;*/
}
.editable .nicEdit-main font[size="2"] {
  font-size: 12px;
}
.editable .nicEdit-main font[size="4"] {
  font-size: 18px;
}
.editable .nicEdit-main font[size="5"] {
  font-size: 24px;
}
.editable .nicEdit-button {
  float: left;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.editable .nicEdit-buttonInner {
  width: 24px;
  height: 24px;
}
.editable .nicEdit-button.left .nicEdit-buttonInner,
.editable .nicEdit-button.center .nicEdit-buttonInner,
.editable .nicEdit-button.right .nicEdit-buttonInner,
.editable .nicEdit-button.bold .nicEdit-buttonInner,
.editable .nicEdit-button.italic .nicEdit-buttonInner {
  background-image: url(img/mini-editor-buttons.png);
  background-repeat: no-repeat;
}
.editable .nicEdit-button.left .nicEdit-buttonInner {
  background-position: 0 0;
}
.editable .nicEdit-button.center .nicEdit-buttonInner {
  background-position: 0 -24px;
}
.editable .nicEdit-button.right .nicEdit-buttonInner {
  background-position: 0 -48px;
}
.editable .nicEdit-button.bold .nicEdit-buttonInner {
  background-position: 0 -72px;
}
.editable .nicEdit-button.italic .nicEdit-buttonInner {
  background-position: 0 -96px;
}
.editable .nicEdit-buttonBorder:hover {
  background-color: #b2b2b2;
}
.editable .nicEdit-button-active {
  border-radius: 4px;
  background-color: #e3e3e3;
}
.editable .nicEdit-select {
  float: left;
  margin-left: 4px;
  height: 24px;
  cursor: pointer;
}
.editable .nicEdit-selectContain {
  overflow: hidden;
}
.editable .nicEdit-selectTxt,
.editable .nicEdit-selectControl {
  background-image: url(img/mini-editor-buttons.png);
  background-repeat: no-repeat;
}
.editable .nicEdit-selectTxt {
  float: left;
  width: 24px;
  height: 24px;
  background-position: 0 -120px;
}
.editable .nicEdit-selectControl {
  float: right;
  width: 16px;
  height: 24px;
  background-position: 0 -144px;
}
.nicEdit-select-items {
  margin-top: 24px;
}
.nicEdit-select-items:before,
.nicEdit-select-items:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}
.nicEdit-select-items:before {
  top: -5px;
  left: 10%;
  margin-left: -6px;
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid #898989;
  border-left: 6px solid rgba(255, 255, 255, 0);
}
.nicEdit-select-items:after {
  top: -3px;
  left: 10%;
  margin-left: -4px;
  border-right: 4px solid rgba(255, 255, 255, 0);
  border-bottom: 4px solid #fff;
  border-left: 4px solid rgba(255, 255, 255, 0);
}
.nicEdit-select-items .nicEdit-pane {
  overflow: hidden;
  border: 1px solid #898989;
  border-radius: 4px;
  background-color: #fff;
}
.nicEdit-select-items .nicEdit-item {
  padding: 4px 10px;
  cursor: pointer;
}


.comments .main-post-separator {
  margin: 0 16px 0 0;
}

/* Quick Setting Block */
.quick-settings {
  margin-top: 8px;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
}
.quick-settings-wrap {
  position: relative;
  margin-bottom: 16px;
  padding: 0 8px;
}
.quick-settings-wrap .info {
  line-height: 1.2;
  border: 2px solid #55ca03;
}
.quick-settings label {
  display: inline-block;
  margin-bottom: 10px;
  color: #003663;
  font-weight: bold;
  font-size: 12px;
}
.quick-settings label.double span {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.1;
}
.quick-settings-button {
  display: block;
  background: url(img/quick-settings-cogs.png) 100% 0 no-repeat;
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.quick-settings-button.trigger-active {
  background-position: 100% -16px;
}
.quick-settings-question {
  position: absolute;
  top: -5px;
  left: 150px;
  padding-right: 1px;
  width: 13px;
  height: 14px;
  border-radius: 50%;
  background-color: #cbcbcb;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
}
.quick-settings-question:hover {
  background-color: #55ca03;
  color: #fff;
}
.quick-settings button {
  padding: 7px 15px;
  border: none;
  border-radius: 4px;
  background-color: #003663;
  color: #fff;
  font-weight: bold;
}
.quick-settings button:hover {
  background-color: #55ca03;
  color: #fff;
}
.quick-settings .jq-selectbox__select {
  padding: 0 40px 0 10px;
  height: 28px;
  border: 4px solid #dedede !important;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.quick-settings .jq-selectbox__select-text {
  font-size: 12px;
}
.quick-settings .jq-selectbox__select:hover {
  background-color: #fff;
}
.quick-settings .jq-selectbox__trigger {
  width: 30px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background-color: #dedede;
}
.quick-settings .jq-selectbox__trigger-arrow {
  top: 16px;
  right: 10px;
  border-top-color: #fff;
  opacity: 1;
}
.quick-settings .jq-selectbox__dropdown {
  top: 0 !important;
  border: 4px solid #55ca03;
  box-shadow: 0;
}
.quick-settings .jq-selectbox li {
  padding: 3px 10px;
  font-size: 12px;
}
.quick-settings .jq-selectbox li:hover,
.quick-settings .jq-selectbox li.selected {
  background-color: #003663;
}
.quick-settings .jq-checkbox {
  width: 54px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: url(img/quick-settings-checkbox.png) 0 -28px no-repeat;
  box-shadow: none;
}
.quick-settings .jq-checkbox > div {
  display: none !important;
}
.quick-settings .jq-checkbox.checked {
  background-position: 0 0;
}
#period-styler {
    width: 192px !important;
}
#sort-styler, #sort_hot_posts-styler, #safemode-styler {
    width: 252px !important;
}

/* Side to top */
#side-to-top {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding-top: 31px;
  width: 45px;
  cursor: pointer;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#side-to-top:hover {
  background: rgba(125, 130, 134, 0.3);
}
#side-to-top button {
  margin-bottom: 5px;
  width: 100%;
  height: 19px;
  border: 0;
  background: url(img/side-to-top.png) 50% 0 no-repeat;
}
#side-to-top button.stt-to-bottom {
  background-position: 50% -19px;
  display: none;
}
#side-to-top button.stt-to-bottom:disabled {
  background-position: 50% -38px;
}
#side-to-top button:focus {
  outline: none;
}

.subscribe-popup {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: -65px;
  left: -20px;
  z-index: 20;
  display: none;
  padding: 5px;
  min-width: 200px;
  border: 1px solid #dedede;
  background-color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.subscribe-popup.subscr_small {
  bottom: -87px;
  left: -31px;
}

.subscribe-popup:before {
  position: absolute;
  top: -8px;
  left: 40px;
  width: 0;
  height: 0;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid #dedede;
  border-left: 5px solid rgba(0, 0, 0, 0);
  content: '';
}
.subscribe-popup:after {
  position: absolute;
  top: -6px;
  left: 41px;
  width: 0;
  height: 0;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #ffffff;
  border-left: 4px solid rgba(0, 0, 0, 0);
  content: '';
}

.subscribe-popup.subscr_right {
  _left: -64px !important;
  right:-10px;
}
.profile .subscribe-popup.subscr_right {
  _left: -34px !important;
}
.subscribe-popup.subscr_comment2 {
  left: -28px !important;
}
.subscribe-popup.subscr_right:before {
  left: 180px !important;
}
.subscribe-popup.subscr_right:after {
  left: 181px !important;
}
.subscribe-popup .avatar {
  display: block;
  float: left;
  margin-right: 5px;
}

.author .subscribe-popup  {
    float: right;
    _left: 107px;
	left: inherit;
    toP: 30px;
    height: 76px;
}

.fishki-post-list .author {
    position: relative;
}

.subscribe-popup .wrap {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 18px;
}
.subscribe-popup .wrap .fav-count {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  color: #7f7e7e;
  text-align: left;
}
.subscribe-popup .wrap [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(img/icons-comments-24.png) 0 0 no-repeat;
}
.subscribe-popup .wrap .icon-star {
  width: 16px;
  height: 15px;
  background-position: -246px -5px;
}
.subscribe-popup .wrap .icon-super-star {
  width: 26px;
  height: 25px;
  background: url(img/super-star.png) 0 0 no-repeat;
  vertical-align: middle;
}
.subscribe-popup .wrap .add {
  display: block;
  padding: 4px 20px;
  border-radius: 4px;
  background-color: #043762;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.subscribe-popup .wrap .add:hover {
  color: #fff !important;
}

.subscribe_ava {
    cursor: pointer;
}

.subscription-section {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.subscription-section a {
  position: relative;
  text-decoration: underline;
}
.subscription-section a:hover {
  text-decoration: none;
}

.subscriptions .post-wrap h1 {
  margin-top: 0;
  color: #003663;
  font-size: 18px;
}
.subscriptions .post-wrap h2 {
/*  font-size: 14px; */
}
.subscriptions .post-wrap a.dotted {
  border-bottom: 2px dotted;
  text-decoration: none;
}
.subscriptions .post-wrap a.dotted:hover {
  border-bottom: none;
}
.subscriptions .main-post h1 {
  line-height: 36px;
}
.subscriptions .main-post h1 a {
  color: #003663;
  text-decoration: underline;
}
.subscriptions .subscription-section {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.subscriptions .subscription-section a {
  position: relative;
  text-decoration: underline;
}
.subscriptions .subscription-section a:hover {
  text-decoration: none;
}
.subscribed-to {
  margin-top: 4px;
  padding: 9px 8px;
  border: 1px solid #dedede;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.subscribed-to .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00afc9;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.subscribed-to .name {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  line-height: 30px;
}
.subscribed-to .name:hover {
  text-decoration: none;
}
.subscribed-to .count {
  float: right;
  padding: 0 5px;
  min-width: 20px;
  border-radius: 15px;
  background-color: #a4a4a4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}
.subscribed-to.has-new {
  background-color: #fff;
}
.subscribed-to.has-new .count {
  background-color: #55ca03;
}
.subscribe-user {
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  margin-top: 4px;
  padding: 4px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
}
.subscribe-user a {
  text-decoration: underline;
  white-space:nowrap;
}
.subscribe-user a:hover {
  text-decoration: none;
}
.subscribe-user .avatar {
  display: inline-block;
  margin-right: 9px;
  vertical-align: top;
}
.subscribe-user .descr {
  display: inline-block;
  vertical-align: top;
  width:182px;
  white-space: nowrap;
}
.subscribe-user .name {
  text-decoration: none;
}
.subscribe-user .name:hover {
  text-decoration: underline;
}
.subscribe-user .fav-count {
  color: #b2b2b2;
  font-size: 12px;
}
.subscribe-user [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(img/icons-comments-24.png) 0 0 no-repeat;
}
.subscribe-user .icon-star {
  width: 16px;
  height: 15px;
  background-position: -246px -5px;
}
.subscribe-user .icon-super-star {
  width: 26px;
  height: 25px;
  background: url(img/super-star.png) 0 0 no-repeat;
  vertical-align: middle;
}
/* for the sidebar! */
.side-subscribe {
  padding: 0 9px;
}
.side-subscribe h3 {
  margin-left: 0;
  font-size: 18px;
}
.side-subscribe .tabs-head {
  margin: 0;
  list-style-type: none;
  font-weight: bold;
}
.side-subscribe .tabs-head li {
  display: inline-block;
}
.side-subscribe .tabs-head .active a {
  color: #55ca03;
}
.side-subscribe .tabs-head .sep {
  color: #bfbebe;
  font-weight: normal;
}
.side-subscribe .tab-pane {
  display: none;
}
.side-subscribe .tab-pane.active {
  display: block;
}
.side-subscribe .bordered {
  margin: 18px 0 18px 9px;
  padding: 0 9px;
  width: 227px;
  height: 26px;
  border: 1px solid #dedede;
  box-shadow: 0 0 0 9px #ebebeb;
  line-height: 26px;
}
.side-subscribe select.bordered {
  width: 249px;
}
.side-subscribe .ui-helper-hidden-accessible {
  display: none;
}
.side-subscribe .subscribe-user {
  margin-bottom: 4px;
}
.subscribe-autocomplete {
  padding: 0;
  width: 245px !important;
  border: 1px solid #dedede;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
  list-style-type: none;
}
.subscribe-autocomplete li {
  padding: 9px;
}

.profile .button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0 0 10px 0;
  padding: 0 12px;
  border: 3px solid #9f9f9f;
  background: #9f9f9f;
  color: #ffffff;
  font-size: 12px;
  line-height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.profile .button:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  border: 1px solid #cbcbcb;
  content: " ";
  background-color: #a3a3a3;
  background-image: -moz-linear-gradient(top, #acacac, #959595);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#acacac), to(#959595));
  background-image: -webkit-linear-gradient(top, #acacac, #959595);
  background-image: -o-linear-gradient(top, #acacac, #959595);
  background-image: linear-gradient(to bottom, #acacac, #959595);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffacacac', endColorstr='#ff959595', GradientType=0);
}
.profile .button:hover {
  color: #ffffff;
}
.profile .button-blue {
  margin: 8px 16px;
  border: 3px solid #003663;
  background: #003663;
  font-weight: normal;
}
.profile .button-blue:before {
  border: 1px solid #376186;
  background: #003663;
}
.side-subscribe .button {
  margin: 9px 0;
  width: 237px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.fixed-nav {
    z-index: 999;
}

.subscribe_display {
	position:relative;
}

.paddingtop20 {
	padding-top:20px;
}

.subscribe-auto {
	_display:inline-block !important;
	cursor: pointer;
}
.subscribe-auto .fav-count {
	padding-left:5px;
	display:inline-block !important;
}
.subscribed_users {
	font-size: 10px;
}
.item_auto_subscibe {
	width:224px !important;
}
#top-comments {
/*	position:relative;
	top:-40px;*/

}
.vitrina-fishki-net-title{
font-weight:bold !important;
font-size:13px!important;
color:#003663 !important;
}
.vitrina-fishki-net-menu{
 list-style-type: none;
}

h3.vitrina-fishki-net-game-title {
    line-height: normal !important;
}

.game_block .content{
padding: 0 !important;
}

.social-line {width: 100%; min-height: 55px; margin: 5px 0 20px; padding: 0;}
.social-line .social-like {display: inline-block; margin-right: 10px; margin-left: 10px; padding: 0;vertical-align:middle;}
.social-line .social-like>div {display: block; margin: 0 auto;}

.divcount {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 36px;
	background-color: white;
	white-space: nowrap;
	padding-right: 7px;
}

.show-disabled {
	display:none;
}

.likefeed {
	position: relative;
	top: -4px;
}

.spanfeed {
	float: none;
	padding-right: 4px;
}

.notify-mark {
  display: block;
  border: 0 none;
  background: url(img/mark-read.png) 0 0 no-repeat;
  line-height: 26px;
  height: 26px;
  position: absolute;
  left: 50px;
  margin-top: -5px;
  width: 48px;
}

li.notifymain  {
	min-height: 56px;
}


.comments .main-post-separator {
  margin: 0 16px 0 0;
}
.comments .separator {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 4px 3px 0;
  width: 1px;
  height: 16px;
  border-left: 1px dotted #454545;
}
.comments .show-all {
  color: #000000;
  text-align: center;
  display: block;
  margin: 16px 16px 16px 0;
  background-color: #f7f7f7;
  line-height: 30px;
}
.comments .show-all:hover {
  background-color: #dedede;
}
.comments .icon-star {
  width: 16px;
  height: 15px;
  background-position: -246px -5px;
}
.comments .icon-external {
  width: 9px;
  height: 15px;
  background-position: -104px -147px;
}
.comments .icon-pin {
  width: 15px;
  height: 15px;
  background-position: -76px -172px;
}
.comments .icon-plus {
  background-position: -48px -192px;
}
.comments .icon-s-tw {
  background-position: 0 0;
}
.comments .icon-s-vk {
  background-position: 0 -24px;
}
.comments .icon-s-fb {
  background-position: 0 -48px;
}
.comments .icon-s-mr {
  background-position: 0 -72px;
}
/* Откуда эти стили ???
.comments .icon-s-ok {
  background-position: 0 -96px;
}*/
.comments [class^="add-icon-"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: url(img/icons-comments-26.png) 0 0 no-repeat;
}
.comments [class^="add-icon-"]:hover {
  text-decoration: none;
}
.comments .add-icon-photo,
.comments .add-icon-video,
.comments .add-icon-dem,
.comments .add-icon-mem {
  cursor: pointer;
}
.comments .add-icon-photo {
  background-position: 0 0;
}
.comments .add-icon-photo.active,
.comments .add-icon-photo:hover {
  background-position: -26px 0;
}
.comments .add-icon-video {
  background-position: 0 -26px;
}
.comments .add-icon-video.active,
.comments .add-icon-video:hover {
  background-position: -26px -26px;
}
.comments .add-icon-dem {
  background-position: 0 -52px;
}
.comments .add-icon-dem.active,
.comments .add-icon-dem:hover {
  background-position: -26px -52px;
}
.comments .add-icon-mem {
  background-position: 0 -78px;
}
.comments .add-icon-mem.active,
.comments .add-icon-mem:hover {
  background-position: -26px -78px;
}
.comments .fav-count {
  margin-top: 4px;
  color: #b2b2b2;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.comments .reply {
  position: relative;
  margin: 0 16px 12px 0;
}
.comments .reply .avatar {
  float: left;
  margin-right: 19px;
}
.comments .reply .reply-wrap {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  background-color: #f7f7f7;
}
.comments .reply .reply-wrap textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 5px;
  width: 100%;
  height: 33px;
  border: 1px solid #dedede;
  resize: vertical;
}
.comments .reply .reply-wrap .icon-input-photo {
  position: absolute;
  top: 10px;
  right: 14px;
}
.comments .reply .reply-wrap input[type="submit"] {
  margin-top: 5px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #dedede;
  background-color: #eeeeee;
  color: #454545;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ededed));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ededed);
  background-image: -o-linear-gradient(top, #f9f9f9, #ededed);
  background-image: linear-gradient(to bottom, #f9f9f9, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffededed', GradientType=0);
}
.comments .reply .reply-wrap input[type="submit"]:hover {
  border-color: #ccc;
}
.comments .reply .reply-wrap .attach {
  margin-top: 4px;
  color: #454545;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
}
.comments .reply .reply-wrap .send-to {
  float: right;
  margin-top: 6px;
  margin-right: 10px;
}
.comments .reply .reply-wrap .send-to .jq-checkbox {
  border: none;
  border-radius: 0;
  background: url(img/reply-checkbox.png) 0 0 no-repeat;
  box-shadow: none;
}
.comments .reply .reply-wrap .send-to .jq-checkbox.checked {
  background-position: 0 -13px;
}
.comments .reply .reply-wrap .send-to .jq-checkbox.checked div {
  display: none;
}
.comments .reply .reply-wrap .send-to .social {
  width: 20px;
}
.comments .reply .video-add,
.comments .reply .photo-add {
  position: relative;
  margin: 10px 0;
  padding: 12px;
  width: 100%;
  outline: none;
  border: 1px dashed #898989;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments .reply .video-add {
  padding: 0px;
}
.comments .reply .video-add .save.ok{
  margin: 0 !important;
  width: 40px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 4px !important;
  display: block;
  line-height: 25px;
}
.comments .reply .video-add input {
  height: 100%;
  width: 100%;
  border: none;
  margin: 0;
  font-size: 12px;
  background: #fff;
  display: block;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments .reply .photo-add {
  margin: 10px 0 30px 0;;
}
.comments .reply .video-add .video-thumb,
.comments .reply .photo-add .video-thumb {
  position: relative;
  float: left;
}
.comments .reply .video-add .delete,
.comments .reply .photo-add .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.62);
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.comments .reply .video-add .save,
.comments .reply .photo-add .save,
.comments .reply .video-add .cancel,
.comments .reply .photo-add .cancel {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  /*padding: 5px 0;*/
  min-width: 152px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.comments .reply .video-add .save,
.comments .reply .photo-add .save {
  background-color: #003663;
}
.comments .reply .video-add .save.ok,
.comments .reply .photo-add .save.ok {
  margin-right: 10px;
  margin-left: -40px;
  min-width: 40px;
  border-radius: 0 4px 4px 0;
}
.comments .reply .save .qq-drop-processing,
.comments .reply .save .qq-upload-list {
  display: none;
}
.comments .reply .video-add .cancel,
.comments .reply .photo-add .cancel {
  background-color: #bbbbbb;
}
.comments .reply .video-add .photo-url-wrap,
.comments .reply .photo-add .photo-url-wrap {
  line-height: 26px;
}
.comments .reply .video-add .photo-url-wrap input,
.comments .reply .photo-add .photo-url-wrap input {
  padding: 4px 45px 4px 5px;
  min-width: 50%;
  border: 1px solid #b7b6b6;
  border-radius: 4px;
  vertical-align: top;
  font-size: 14px;
}
.comments .reply .video-add .photo-url-wrap button,
.comments .reply .photo-add .photo-url-wrap button {
  margin-bottom: 0;
}
.comments .reply .photo-add .photo-url-wrap button input{
  right: -10px !important;
  top: -10px !important;
}
.comments .reply .photo-add .photo-url-wrap button .qq-uploader{
  height: 25px;
  margin: -5px 0;
}
.comments .reply .photo-add .photo-url-wrap button .qq-upload-button{
  height: 25px;
}
.comments .reply .photo-add .photo-url-wrap button .qq-upload-button>div{
  height: 25px;
  line-height: 25px;
}
.comments .reply .attach-info {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: bold;
}
.comments .reply .photo-add .attach-info {
  position: absolute;
  bottom: -25px;
}
.comments .comment .text-wrap .meta .small-likes-wrap .harmonica {
  padding-left: 28px;
}
.comments .comment .text-wrap .video {
  margin: 0;
  padding-bottom: 40.25%;
  width: 70%;
}
.comments .comment .text-wrap .external {
  color: #858484;
  font-size: 12px;
}
.comments .comment .reply {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0 0 0;
  padding: 5px;
  background-color: #ebebeb;
}
.comments .comment .reply .avatar {
  margin-right: 6px;
}
.comments .comment .reply .reply-wrap {
  padding: 0;
  background-color: transparent;
}
.comments .comment .reply .reply-wrap .icon-input-photo {
  top: 5px;
  right: 8px;
}
.comments .comment.inner {
  background-color: #f7f7f7;
}
.comments .comment.best {
  margin-right: 9px;
  border-right: 7px solid #55ca03;
  background-color: #d9ffbe;
}
.comments .comment.best .fav-count {
  color: #d33550;
}
.comments .comment.highlight {
  background-color: #d9ffbe;
}
.comments .comment .embed-image-single {
  display: inline-block;
  overflow: hidden;
}
.comments .comment .embed-image-single img.watermark {
  margin-bottom: -30px;
}
.comments .not-logged {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.comments .not-logged .social-login {
  margin: 10px 60px 0 0;
  color: #454545;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.comments .not-logged .social-login span {
  padding-right: 12px;
}
.comments .reply-attached.loading {
  background: url("img/loader_medium.gif") no-repeat scroll 50% 50% white;
  height: 160px;
  width: 160px;
}

.comment-hidden {
	display:none;
}

.reason-comment-hidden {
	font-size: 11px;
}

.back-comment-hidden {
	background-color: #eeeeee !important;
}

.profile .user-info {
  margin: 0 -8px 16px -12px;
  border-bottom: 1px solid #e1e1e1;
}
.profile .user-info .avatar {
  position: relative;
  float: left;
  margin-bottom: 16px;
  margin-left: 10px;
  width: 120px;
  height: 120px;
  border: 2px solid #dcdee0;
  border-radius: 50%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile .user-info .avatar .star {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 4px;
  border-radius: 4px 0 0 0;
  background-color: #fff;
  color: #7f7e7e;
  font-weight: bold;
  font-size: 12px;
  min-width: 32px;
  text-align: center;
}
.profile .user-info .avatar .star:before {
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  height: 40px;
  background: url(img/star-border.png) 50% 0 no-repeat;
  content: '';
}
.profile .user-info .avatar .star.big:before {
  background-image: url(img/super-star-border.png);
  top: -34px;
}
.profile .user-info button {
  margin-top: 10px;
  padding: 9px 6px;
  border: none;
  border-radius: 4px;
  background-color: #003663;
  color: #fff;
  font-weight: bold;
}
.profile .user-info button:hover {
  background-color: #000;
  color: #fff;
}
.profile .user-info button.green {
  background-color: #55ca03;
}
.profile .user-info button.green:hover {
  background-color: #409802;
}
.profile .user-info .star {
  position: relative;
  display: inline-block;
  /*margin-left: 10px;*/
  padding: 0 0 0 20px;
  color: #7f7e7e;
  vertical-align: super;
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
}
.profile .user-info .star:before {
  position: absolute;
  top: -13px;
  left: -11px;
  width: 40px;
  height: 40px;
  background: url(img/star-border.png) 50% 0 no-repeat;
  content: '';
}
.profile .user-info .star.big {
  padding-left: 40px;
  font-size: 16px;
}
.profile .user-info .star.big:before {
  top: -3px;
  left: 0;
  background-image: url(img/super-star-border.png);
}

.profile .user-info .user-meta {
  overflow: hidden;
  margin-top: 16px;
}
.profile .user-info .user-meta .separator {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  background-color: #f0f0f0;
}
.profile .user-info .user-meta .name {
  margin-left: 10px;
  font-size: 36px;
  line-height: 1;
  max-width: 490px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -5px;
}
.profile .user-info .user-meta .city {
  display: block;
  margin-top: 10px;
  margin-left: 12px;
  color: #7f7e7e;
  font-size: 16px;
  line-height: 1.4;
}
.profile .user-info .user-meta .carma {
  color: #7f7e7e;
  margin: auto;
  max-width: 100px;
  overflow: hidden;
  font-size: 16px;
  position: absolute;
  left: 25px;
  bottom: -18px;
}
.profile .user-info .user-meta .big .carma {
  left: 36px;
  bottom: -15px;
}
.profile .user-info .user-meta .extended {
  color: #7f7e7e;
  font-size: 25px !important;
}
.profile .new-user-info {
  margin: 0;
  border-bottom: none;
}
.profile .user-info .newcarma {
	position: relative;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.profile .user-info .newcarma .star:before {
  position: absolute;
  height: 40px;
  width: 22px;
  top: -5px;
  left: 5px;
  background: url(img/star-border.png) 50% 0 no-repeat;
  content: '';
}
.profile .user-info .newcarma .star.big:before {
  background-image: url(img/super-star-border.png);
  width: 30px;
  top: 5px;
  left: 5px;
}

.new-user-info .avatar {
	margin-bottom: 0 !important;
}
.buttons_block {
  position: relative;
  z-index: 10;
}
.profile .profile-button {
	padding: 8px !important;
}
.profile .newusername {
  max-width: 585px;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 10px;
  /* position: relative; */
}
.profile .newusername a.name:after {
    content: "";
    width: 50px;
    height: 54px;
    position: absolute;
    top: 35px;
    left: 610px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.profile .user-info button.blue:hover {
background-color: #002441;
}
.profile .user-info .user-meta .links .block {
	padding-left: 33px;
	font-size: 16px;
	text-align: center;
	height: 60px;
}
.profile .user-info .user-meta .links .cblock {
	padding-top: 8px;
}
.profile .user-info .user-meta .links {
  margin-left: 12px;
  color: #7f7e7e;
  line-height: 1.4;
}
.profile .linksmenu {
  display: table;
  margin-bottom: 16px;
  margin-left: 7px;
  color: #7f7e7e;
  line-height: 1.4;
  width: 100%;
  text-align: left;
}
.profile .user-info .user-meta .links strong {
   font-size: 16px;
}
.profile .linksmenu .link {
  display: table-cell;
  padding: 0 5px;
  width: 1%;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}
.profile .user-info .user-meta .links a {
  text-decoration: underline;
  font-weight: bold;
}
.profile .user-info .user-meta .links a:hover {
   text-decoration: none;
}
.profile .linksmenu a.link {
  color: #7f7e7e;
  text-decoration: none;
}
.profile .linksmenu a.link:hover {
  color: #4c4b4b;
}
.profile .linksmenu a.link.green {
  color: #55ca03;
}
.profile .linksmenu a.link.green:hover {
  color: #55ca03;
}
.profile .linksmenu span.link {
  color: #b8b6b6;
}
.profile .linksmenu strong {
  font-size: 18px;
  display: block;
}
@media (max-width: 1260px) {
  .profile .linksmenu .link {
    font-size: 13px;
  }
  .profile .linksmenu strong {
    font-size: 14px;
  }
}

.top-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  padding: 8px;
  width: 100%;
  height: 44px;
  background-color: #003663;
}
.top-info .sep {
  display: inline-block;
  margin: 0 8px;
  width: 1px;
  height: 28px;
  border-right: 1px solid #002b4e;
  background-color: #014074;
}
.top-info .arrow,
.top-info .close {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.top-info .arrow:hover,
.top-info .close:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #003663;
}
.top-info .title,
.top-info .comments {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  font-size: 16px;
  line-height: 28px;
}
.top-info .comments {
  padding-left: 48px;
  background: url(img/top-info-comments.png) 0 50% no-repeat;
}
.top-info [class*="social"] {
  display: inline-block;
  margin-top: 3px;
  margin-right: 1px;
  width: 24px;
  height: 23px;
  background-image: url(img/top-info-social.png);
  background-repeat: no-repeat;
  vertical-align: top;
}
.top-info .social-vk {
  background-position: 0 0;
}
.top-info .social-fb {
  background-position: 0 -23px;
}
.top-info .social-ok {
  background-position: 0 -46px;
}
.top-info .social-tw {
  background-position: 0 -69px;
}
.top-info .social-gp {
  background-position: 0 -92px;
}

.top-notify .edit {
	float: left;
	text-decoration: none;
}

#inputidadmmess {width: 80%;}
.single-line-ellipsis {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.esports-wrap {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 0 0 0 16px;
    margin-bottom: 5px;
    padding: 0 16px;
}

.esports-wrap .sections-menu {
    display: table;
    margin: 20px 0;
}
.esports-wrap .sections-menu .item {
    display: table-cell;
    font-size: 18px;
    text-transform: uppercase;
    width: 1%;
}
.esports-wrap .sections-menu .item:hover {
    text-decoration: underline;
}