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

.inside { 
	background: url("/banners-backgrounds/default_pattern_5.gif");
}


@media screen and (min-width: 1225px) {
	.1inside {
	background: url("/banners-backgrounds/spring_back.jpg") no-repeat fixed;
	background-size: cover;
	}
}

@media screen and (max-width: 1225px) {
	.1inside { 
		background: url("/banners-backgrounds/default_pattern_1.png");
	}
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 0.9em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 1.1em;
  margin: 0.17em 0;
  text-transform: uppercase;
}

h2 {
  font-size: 1.1em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1em;
  margin: 1em 0;
}

h4 {
  font-size: 0.9em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}


legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

body, select, input, textarea {
  color: #222222;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

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

  /* Style adjustments for print go here */
}
.main-sprite-sprite, .main-sprite-comment-icon, .main-sprite-fin, .main-sprite-header_delimeter, .main-sprite-icon-articles, .main-sprite-logo_main, .main-sprite-menu_delimeter, .main-sprite-menu_foot_delimeter, .main-sprite-read_article_arrow, .main-sprite-title_border, .menu-top > ul > li:before, .container > header .logo, .container > header .title span:after, .container > header .title a:before, .forum article .comments-count i, .block-read article .text:after, .foot-menu ul li:before {
  background: url('../images/main-sprite-s68f2c79420.png') no-repeat;
}

.main-sprite-comment-icon {
  background-position: 0 -272px;
}

.main-sprite-fin {
  background-position: 0 0;
}

.main-sprite-header_delimeter {
  background-position: 0 -255px;
}

.main-sprite-icon-articles {
  background-position: 0 -225px;
}

.main-sprite-logo_main {
  background-position: 0 -106px;
}

.main-sprite-menu_delimeter {
  background-position: 0 -251px;
}

.main-sprite-menu_foot_delimeter {
  background-position: 0 -247px;
}

.main-sprite-read_article_arrow {
  background-position: 0 -259px;
}

.main-sprite-title_border {
  background-position: 0 -239px;
}

.icon-catalog-sprite, .icon-catalog-auto, .icon-catalog-beaty, .icon-catalog-child, .icon-catalog-fitnes, .icon-catalog-med, .icon-catalog-store, .icon-catalog-tour, .icon-catalog-usefull, .icon-catalog-vacation {
  background: url('../images/icon-catalog-sbdcfa789c6.png') no-repeat;
}

.icon-catalog-auto {
  background-position: 0 -128px;
}

.icon-catalog-beaty {
  background-position: 0 0;
}

.icon-catalog-child {
  background-position: 0 -32px;
}

.icon-catalog-fitnes {
  background-position: 0 -160px;
}

.icon-catalog-med {
  background-position: 0 -96px;
}

.icon-catalog-store {
  background-position: 0 -256px;
}

.icon-catalog-tour {
  background-position: 0 -192px;
}

.icon-catalog-usefull {
  background-position: 0 -224px;
}

.icon-catalog-vacation {
  background-position: 0 -64px;
}

.icon-read-sprite, .icon-read-animals, .icon-read-beaty, .icon-read-cosmetics, .icon-read-diets, .icon-read-dreams, .icon-read-fashion, .icon-read-heal, .icon-read-horoscope, .icon-read-love, .icon-read-plants, .icon-read-travel {
  background: url('../images/icon-read-s021d7a0e2d.png') no-repeat;
}

.icon-read-animals {
  background-position: 0 -168px;
}

.icon-read-beaty {
  background-position: 0 -114px;
}

.icon-read-cosmetics {
  background-position: 0 -276px;
}

.icon-read-diets {
  background-position: 0 -27px;
}

.icon-read-dreams {
  background-position: 0 -195px;
}

.icon-read-fashion {
  background-position: 0 -249px;
}

.icon-read-heal {
  background-position: 0 0;
}

.icon-read-horoscope {
  background-position: 0 -141px;
}

.icon-read-love {
  background-position: 0 -60px;
}

.icon-read-plants {
  background-position: 0 -222px;
}

.icon-read-travel {
  background-position: 0 -87px;
}

.footer-sprite, .footer-fb, .footer-ra, .footer-tw, .footer-vk, .footer-vl {
  background: url('../images/footer-sefc1e85812.png') no-repeat;
}

.footer-fb {
  background-position: 0 -86px;
}

.footer-ra {
  background-position: 0 -23px;
}

.footer-tw {
  background-position: 0 -54px;
}

.footer-vk {
  background-position: 0 -70px;
}

.footer-vl {
  background-position: 0 0;
}

body {
  background: #f2f2f2;
}

body.brand {
  background-position: center 89px;
  background-repeat: no-repeat;
}
body.brand.hyudai {
  background-image: url('../images/brand.jpg?1384985767');
}
body.brand .container {
  margin-top: 250px;
}

a {
  color: #008faf;
}

.container {
  width: 1210px;
  margin: 0 auto;
  background: #fff;
}

.banner-top {
  height: 90px;
}

.menu-top {
  height: 62px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 24px 0 24px;
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menu-top .woman {
	display: none;
}
.menu-top.fixed {
  position: fixed;
/*   top: 27px; */
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  opacity: 0.9;
}

.menu-top.fixed:hover {
  opacity: 1;
}

.menu-top.fixed .woman {
	display: block;
}
.menu-top.fixed .woman img {
	height: 40px;	
	margin-top: 10px;
}
.menu-top.fixed .woman a {
	background: transparent;
}

.menu-top > ul {
  max-width: 1700px;
  padding: 0px;
  margin: 0px auto;
  list-style: none;
}
.menu-top > ul > li {
  float: left;
  position: relative;
}
.menu-top > ul > li.selected a {
  color: #008faf;
}
.menu-top > ul > li:hover ul {
  display: block;
}
.menu-top > ul > li:hover > a {
  background: #008faf;
  color: #fff;
}
.menu-top > ul > li:before {
  content: "";
  background-position: 0 -251px;
  height: 4px;
  width: 4px;
  float: left;
  margin: 29px 4px 0px 4px;
}
.menu-top > ul > li:first-child:before, .menu-top > ul > li:nth-child(2):before {
  display: none;
}

.menu-top > ul > li:nth-child(2) ul {
margin-left:-12px;
}

.menu-top > ul > li > a {
  text-decoration: none;
  color: #000;
  font: bold 1.2em Cuprum;
  text-transform: uppercase;
  float: left;
  line-height: 59px;
  padding: 0 10px;
}
.menu-top li ul {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0 0 6px 0;
  border-radius: 0 0 4px 4px;
  margin: 0px;
  top: 59px;
  left: 12px;
  width: 184px;
  background: #eeeee4;
  z-index: 1000;
  border-top: 2px solid #008faf;
}
.menu-top li ul li {
  line-height: 36px;
  border-bottom: 1px solid #e2e2d4;
  border-left: 2px solid #eeeee4;
  padding: 0 0 0 14px;
}
.menu-top li ul li:hover {
  background: #f5f5ee;
  border-left: 2px solid #008faf;
}
.menu-top li ul li a {
  display: block;
  width: 100%;
  height: 24px;
  padding-top: 8px;
  color: #000000;
  font: 15px Calibri, Arial;
  text-decoration: none;
}
.menu-top .search {
  float: right;
  margin-top: 22px;
  width: 180px !important;
  position: relative;
  z-index: 1000;
}

#search_icon {
	float: right;
}

.menu-top .search input {
  border: none;
  padding: 0px;
  margin: 0px;
  outline: none;
  text-align: right;
}
.menu-top .search input[type='text'] {
  padding: 0 16px 0 0;
  color: #999999;
  border: 1px solid #CCC;
  border-radius: 3px;
  font: 1.2em Cuprum;
  display: block;
  float: left;
  width: 150px;
  text-align: left;
}
.menu-top .search input[type='submit'], .menu-top .search input[type='button'] {
  display: block;
  height: 13px !important;
  width: 13px !important;
  min-width: 13px !important;
  text-indent: -1000em !important; 
  overflow: hidden !important;
  font-size: 0px !important;
  line-height: 0 !important;
  background: url('../images/search.png?1384818138');
}

.menu-top .search .gsc-input{
  background: none !important;
}
.menu-top .search .cse form.gsc-search-box, .menu-top .search form.gsc-search-box{
  padding: 0px !important;
  margin: 0px !important;
}
.menu-top .search .cse .gsc-control-cse, .menu-top .search .gsc-control-cse{
  padding: 0px !important;
}
.menu-top .search .gsc-clear-button{
  display: none !important;
}

.container > header {
  position: relative;
  height: 140px;
  	width: 1100px;
  	margin: 0 auto;
  	border: 1px solid transparent;
}

.container > header .logo {
  background: url('../images/vladimirka_logo_13.png') no-repeat;
  background-size: 372px;
  height: 104px;
  width: 372px;
  float: left;
  margin: 34px 0 0 41px;
}

.container > header .logo:hover {
  background: url('../images/vladimirka_logo.png') no-repeat;
  background-size: 372px;
}
.container > header .logo.on-main {
  height: 65px;
  margin-top: 39px;
  margin-right: 35px;
}
.container > header .woman {
  float: left;
  margin: 8px 0 0 30px;
  max-height: 130px;
}
.container > header .banner {
  float: right;
  margin: 36px 35px 0 0px;
}
.container > header .login {
  float: right;
  margin: 70px 40px 0 0px;
}
.container > header .login a{
  margin: 0 5px;
}
.container > header .title {
  float: right;
  text-align: center;
  margin: 36px 54px 0 0px;
}

.container > header .title span {
  font: 1.4em Cuprum;
  display: block;
}

.container > header .title span:after {
  display: block;
  content: " ";
  height: 8px;
  width: 336px;
  background-position: 0 -239px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container > header .title a {
  font: Calibri, Arial;
  text-decoration: none;
  text-transform: uppercase;
}
.container > header .title a:hover {
  text-decoration: underline;
}

.container > header .title a:first-child:before {
  display: none;
}
.container > header .title a:before {
  content: "";
  height: 4px;
  width: 4px;
  background-position: 0 -255px;
  display: inline-block;
  line-height: 14px;
  margin: 0 5px 2px 0;
}

.sidebar-wrapper {
  position: relative;
}
.sidebar-wrapper .opener {
  display: none;
}
.sidebar-wrapper .content {
  margin: 0 0 0 240px;
  overflow: hidden;
  min-height: 2900px;
}

.sidebar-menu {
  color: #cccccc;
  font-size: 0.8em;
  width: 240px;
  overflow: hidden;
  background: #393836;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.sidebar-menu .text {
	padding-left: 23px;
	padding-right: 15px;
	line-height: 1.4;
}
.sidebar-menu .text a {
	text-decoration: underline;
}

.sidebar-menu .informer {
  padding: 0 0 25px 26px;
  border-bottom: 1px solid #504f4d;
}
.sidebar-menu .banner {
  padding: 37px 0 0 26px;
}
.sidebar-menu .banner.top {
  padding: 0;
}
.sidebar-menu .inner > ul {
  padding: 0px;
  margin: 30px 0 0 0;
  list-style: none;
  font: 1.2em Cuprum;
  color: #e6e6d3;
}
.sidebar-menu .inner > ul > li {
  position: relative;
  border-top: 1px solid #504f4d;
  margin: 22px 0 0 0;
}
.sidebar-menu .inner > ul > li > a {
  display: block;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  background: #393836;
  float: left;
  padding: 0 4px 0 12px;
  margin: 0 0 0 15px;
}
.sidebar-menu .inner > ul ul {
  font-family: Calibri, Arial;
  color: #ffffff;
  padding: 0px;
  margin: 0px 0 35px 27px;
  list-style: none;
  clear: both;
}
.sidebar-menu .inner > ul ul li {
  margin: 0 0 5px 0;
}
.sidebar-menu .inner > ul ul li a {
  border: none;
}
.sidebar-menu .inner > ul ul li a:hover {
  color: #a5efff;
}
.sidebar-menu a {
  color: inherit;
  text-decoration: none;
}


@media screen and (min-width: 1790px) {
  .container > header { 
  	height: 200px;
  }
  .container > header .logo {
  	background-size: 520px;
	height: 145px;
	width: 520px;	  
  	margin-top: 50px;
  	margin-left: 60px;
  }
  .container > header .logo:hover {
	  background-size: 520px;
  }
  .container > header .logo.on-main {
	  height: 105px;
	  width: 580px;
	  margin-top: 50px;
	  background-size: 580px;
	  margin-right: 0px;
  }   
  .container {
    width: 1700px;
  }
  .container>header {
	  width: 1350px;
  }
  .container>header .woman {
	  margin-left: 90px;
	  margin-top: 35px;
  }

 .container>header .title {
	margin-top: 55px;	 
	font-size: 110%;
 }

  .container>header .banner {
	  margin-top: 60px;
  }
  .content {
	  width: 1460px !important;
  }
  .content .page {
	  width: 1200px !important;
  }
  html, body { font-size: 100% !important; }
  aside, .sidebar-menu { font-size: 100%; }
  .block-new > .forum { width: 650px; }
  .block-new > .articles-wrapper { width: 700px !important;}
  .articles > .inner > .featured { width: 350px !important; }
  .articles > .inner > .featured .image { 
  	width: 350px !important; 
  	max-height: 210px !important; 
  }
  .articles > .inner > .featured .image img { width: 350px !important; }
  .sp-wrapper { width: 650px !important; }
  .bulletin-board { width: 700px !important; }
  .forum article { margin-bottom: 13px !important; }
  .block-read > ul > li > a {  	font-size: 1em !important;  }

}


@media screen and (min-width: 1510px) and (max-width: 1790px) {
  .container {
    width: 1400px;
  }
  .container>header {
	  width: 1150px;
  }
  .container>header .woman {
	  margin-left: 70px;
  }
  
 .container>header .title {
	margin-top: 40px;	 
 }
  
  .content {
	  width: 1160px !important;
  }
  .content .page {
	  width: 900px !important;
  }
  html, body {  }
  aside, .sidebar-menu { font-size: 80%; }

  .block-new > .forum { width: 500px; }
  .block-new > .articles-wrapper { width: 550px !important;}
  .articles > .inner > .featured { width: 250px !important; }
  .sp-wrapper { width: 530px !important; }
  .bulletin-board { width: 550px !important; }
}

@media2 screen and (max-width: 1210px) {
  html, body { font-size: 90% !important; }

  .container { width: 1000px; }

  .container > header {
  	width: 1000px;
  }  


	.container > header .logo {
	  background-size: 270px;
	  width: 290px;	
	}
	
	.container > header .logo:hover {
	  background-size: 270px;
	}
	
	.container > header .logo.on-main {
	  background-size: 372px;
	  height: 54px;
	  width: 372px;
	}


  .container>header .woman {
	  margin-left: 10px !important;
  }
  .page header {
    display: none;
  }

  .menu-top.fixed .search {
    display: none;
  }

  .container.menu-opened>header .woman {
	  display: block;
  }

  .page { padding-top: 30px; }

  .sidebar-menu { width: 30px; }

  .sidebar-wrapper .content { margin: 0 0 0 30px; }

  .sidebar-menu {
    background: #393836 url('../images/menu_open.jpg?1384893964') 11px 214px no-repeat;
  }
  .sidebar-menu .inner {
    display: none;
  }
  .sidebar-menu .opener {
/*    background-color: #393836;
    background-image: url('../images/menu_open.jpg?1384893964');
    background-repeat: no-repeat;
	background-position-x: 11px;
    background-position-y: 100px; */
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
  .forum article {
	  line-height: 0.7 !important;
  }

}

@media_none screen and (max-height: 570px) {
  .container > header { 
  	height: 100px;
  }

  .container > header .logo {
  	margin-top: 20px;
  	height: 60px;
  }

  .container > header .logo.on-main {
	  height: 60px;
	  margin-top: 25px;
  }

 .container>header .title {
	margin-top: 16px;	 
 }

  .container>header .woman {
	  margin-left: 120px;
	  margin-top: 15px;
  }
  
  .container>header .woman img {
	  height: 70px;
  }
  .container > header .banner {
	  margin-top: 20px;
  }
  .content .page {
	  padding-top: 10px;
  }
  #thread { padding-top: 0; }
}

@media screen and (max-height: 370px) {
	.menu-top { display: none; }
	#thread .post { font-size: 150%; line-height: 1.2; }
}

/* /@media */

.menu-opened {
  width: 1210px;
}
.menu-opened .sidebar-menu {
  width: 240px;
}
.menu-opened .sidebar-wrapper .content {
  margin: 0 0 0 240px;
}
.menu-opened .sidebar-menu {
  background-image: none;
}
.menu-opened .sidebar-menu .inner {
  display: block;
}
.menu-opened .sidebar-menu .opener {
  display: none;
}

.content {
  margin: 0 0 0 30px;
  width: 970px;
  background: #fff;
}

.block-new .articles-wrapper {
  width: 468px;
  float: left;
  margin: 0 19px 36px 3px;
}
.block-new .articles .title {
  height: 43px;
  background: #008faf;
  font: bold 22px Cuprum;
  color: #ffffff;
  padding: 0 0 0 18px;
  border-radius: 4px 4px 0 0;
}
.block-new .articles .title span {
  line-height: 43px;
}
.block-new .articles .title a {
  float: right;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 16px 19px 0 0;
}
.block-new .articles .title a i {
  height: 14px;
  width: 10px;
  float: right;
  margin: 0 0 0 11px;
  position: relative;
  top: -2px;
}
.block-new .articles .inner {
  background: #eeeee4;
  padding: 18px 18px;
}
.block-new .articles .featured {
  width: 205px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.block-new .articles .featured .image {
	width: 205px;
	max-height: 150px;
	overflow: hidden;
	border-radius: 10px;
}

.block-new .articles .featured .image img {
	width: 205px;
}


.block-new .articles .featured a{
  text-decoration: none;
}
.block-new .articles .featured .date {
  font: 1em Cuprum;
  color: #44abc2;
  margin: 11px 0 3px 0;
}

.block-new .articles .featured .text {
  font-size: 0.9em;
  font-family: Calibri, Arial;
  color: #262626;
}
.block-new .articles ul {
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  list-style: none;
  overflow: hidden;
}
.block-new .articles ul li {
  padding: 0 0 0 10px;
  margin: 0 0 14px 9px;
}

.block-new .articles ul li.selected{
  background: #f5f5ee;

  border-top: 1px solid #e2e2d4;
  border-bottom: 1px solid #e2e2d4;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: -10px;
  margin-bottom: 4px;

  border-left: 2px solid #008faf;
  padding-left: 5px;
  margin-left: 12px;
}
.block-new .articles ul li.selected a.name{
  color: #008faf;
}

.block-new .articles ul li a.name {
  font: 1.2em Cuprum;
  color: #262626;
  text-decoration: none;
}
.block-new .articles ul li a.name:hover {
  text-decoration: underline;
}
.block-new .articles ul li a.section {
  font: 0.9em Cuprum;
  color: #44abc2;
  text-decoration: none;
  margin: 0 0 0 10px;
}
.block-new .articles ul li.selected a.section {
	color: #000;
}
.block-new .articles ul li a.section:hover {
  text-decoration: underline;
}
.block-new .banner {
  float: right;
  margin: 36px 0 0 0;
}
.block-new .fin {
  height: 106px;
  width: 398px;
  float: left;
  margin: 34px 0 49px 22px;
}
.block-new .fin a {
  color: #fff;
  font: bold 26px Cuprum;
  text-decoration: none;
  float: right;
  margin: 47px 46px 0 0;
}

.forum {
  width: 400px;
  border-top: 2px solid #e9e9e9;
  padding: 20px 0 0 40px;
  margin: 0 40px 0 0;
  float: left;
}
.page .forum {
  width: auto;
  margin: 0;
  float: none;
}
.forum header {
  font: bold 32px Cuprum;
  text-transform: uppercase;
  padding: 0 0 22px 0;
}
.forum article {
  font: 1em Cuprum;
  clear: left;
  margin: 0 0 10px 0;
  line-height: 0.9;
}
.forum article .name {
  font-size: 0.8em;
  font-family: Calibri, Arial;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
}
.forum article .name:hover {
  background: #eeeee4;
}
.forum article .comments-count {
  display: inline-block;
  margin: 0 8px 0 8px;
  font-size: 0.8em;
  text-decoration: none;
}
.forum article .comments-count i {
  background-position: 0 -272px;
  display: inline-block;
  height: 10px;
  width: 9px;
  margin: 3px 4px 0 0;
}
.forum article .comments-count a {
  text-decoration: none;
}
.forum article .section {
  font-size: 0.8em;
  margin: 4px 0 0 0;
  text-decoration: none;
}
.forum article .section:hover {
  text-decoration: underline;
}
.forum .buttons {
  border-top: 1px solid #e9e9e9;
  margin: 30px 0 0 0;
}
.forum .buttons a {
  font: bold 1em Cuprum;
  color: #008faf;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  top: -11px;
  background: #fff;
  padding: 0 8px;
  margin: 0 0 0 15px;
}
.forum .buttons a:hover {
  text-decoration: underline;
}
.forum .buttons a:first-child {
  padding-left: 0;
  margin: 0;
}

.sp-wrapper {
  margin: 28px 0 0 25px;
  width: 435px;
  float: left;
}

.sp {
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  position: relative;
}
.sp .title {
  font: bold 32px Cuprum;
  color: #000000;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 100px;
  background: #fff;
  padding: 0 16px;
}
.sp .inner {
  padding: 40px 17px;
  text-align: center;
}
.sp .inner span {
  line-height: 1.5em;
}
.sp .inner span a {
  color: #262626;
  font-family: Calibri, Arial;
  text-decoration: none;
}
.sp .inner span a:hover {
  background: #eeeee4;
}
.sp .inner span sup {
  color: #44abc2;
  font: 0.9em Cuprum;
}

.block-catalog {
  background: #eeeee4 url('../images/catalog_back.jpg?1384732767') 95% 109px no-repeat;
  clear: both;
  padding-bottom: 52px;
  padding-right: 20px;
}
.block-catalog header {
  border-bottom: 2px solid #dcdccf;
  margin: 23px 0 23px 0px;
  padding: 0 0 0 23px;
}
.block-catalog header span {
  font: bold 40px Cuprum;
  background: #eeeee4;
  padding: 0 20px;
  color: #262626;
  text-transform: uppercase;
  position: relative;
  top: 25px;
}
.block-catalog > ul {
  padding: 40px 0 0 40px;
  margin: 0px;
  list-style: none;
  width: 90%;
}
.block-catalog > ul > li {
  float: left;
  width: 340px;
  position: relative;
  height: 55px;
}
.block-catalog > ul > li > a {
  font: bold 1.4em Cuprum;
  color: #262626;
  text-decoration: none;
}
.block-catalog > ul > li > a > span {
  padding: 0 6px;
}
.block-catalog > ul > li > a:hover > span {
  background: #fcfcf7;
}
.block-catalog > ul > li > a > i {
  float: left;
  height: 32px;
  width: 32px;
  margin: -2px 4px 0 0;
}
.block-catalog > ul > li:hover > div {
  display: block;
}
.block-catalog > ul > li > div {
  display: none;
  position: absolute;
  left: 27px;
  bottom: 55px;
  background: #fcfcf7;
  width: 320px;
  border-radius: 4px;
}
.block-catalog > ul > li > div .title {
  font: bold 22px Cuprum;
  color: #262626;
  margin: 0px;
  padding: 23px 0 17px 23px;
}
.block-catalog > ul > li > div ul {
  padding: 24px 0 24px 13px;
  margin: 0px;
  list-style: none;
}
.block-catalog > ul > li > div ul li {
  float: left;
  margin: 0 13px;
  font: 17px Calibri, Arial;
}
.block-catalog > ul > li > div ul li a {
  text-decoration: none;
}
.block-catalog > ul > li > div ul li a:hover {
  text-decoration: underline;
}

.block-read {
  clear: both;
  background: url('../images/read_back.jpg?1384732768') 43px 130px no-repeat;
  padding: 19px 0 47px 0;
  border-bottom: 1px solid #e9e9e9;
}
.block-read header {
  border-bottom: 2px solid #dcdccf;
  margin: 0 0 58x 0px;
  padding: 0 0 0 23px;
}
.block-read header span {
  font: bold 40px Cuprum;
  background: #fff;
  padding: 0 20px;
  color: #262626;
  text-transform: uppercase;
  position: relative;
  top: 25px;
}
.block-read article {
  margin: 0 0 0 110px;
  padding: 0 156px 0 0;
  background: url('../images/read_article_back.jpg?1384732771') 718px 0px no-repeat;
}
.block-read article .text {
  font: italic 16px Calibri, Arial;
  color: #333333;
  padding: 23px 27px;
  border-radius: 4px;
  border: 1px solid #eeeee4;
  width: 635px;
  position: relative;
}
.block-read article .text:after {
  position: absolute;
  right: -14px;
  top: 40px;
  width: 14px;
  height: 13px;
  content: "";
  display: block;
  background-position: 0 -259px;
}
.block-read > ul {
  padding: 0px;
  margin: 58px 0 30px 255px;
  list-style: none;
}
.block-read > ul > li {
  width: 220px;
  float: left;
  position: relative;
  line-height: 46px;
  height: 46px;
}
.block-read > ul > li > a {
  font: bold 1.2em Cuprum;
  text-decoration: none;
}
.block-read > ul > li > a:hover > span {
  background: #eeeee4;
}
.block-read > ul > li > a > span {
  padding: 0 6px;
}
.block-read > ul > li > a > i {
  float: left;
  margin: 6px 4px 0 0;
  height: 27px;
  width: 27px;
}
.block-read > ul > li:hover > div {
  display: block;
}
.block-read > ul > li > div {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 43px;
  background: #fcfcf7;
  width: 320px;
  border-radius: 4px;
}
.block-read > ul > li > div .title {
  font: bold 1.4em Cuprum;
  color: #262626;
  margin: 0px;
  padding: 23px 0 17px 23px;
}
.block-read > ul > li > div ul {
  padding: 24px 0 24px 13px;
  margin: 0px;
  list-style: none;
}
.block-read > ul > li > div ul li {
  float: left;
  margin: 0 26px 13px 13px;
  font: 1.2em Calibri, Arial;
}
.block-read > ul > li > div ul li a {
  text-decoration: none;
  color: #666666;
  font: 1em Cuprum;
}
.block-read > ul > li > div ul li a:hover span {
  color: #262626;
}
.block-read > ul > li > div ul li a span {
  font: 1.2em Cuprum;
  color: #008faf;
}

.ceo-block {
  clear: both;
  padding: 53px 43px 58px 43px;
}
.ceo-block header {
  color: #262626;
  font: bold 2em Cuprum;
  line-height: 31px;
  margin: 0 0 14px 0;
}
.ceo-block p {
  float: left;
  width: 420px;
  color: #262626;
  font: 1em Calibri, Arial;
  line-height: 18px;
}
.ceo-block p:first-child {
  padding: 0 30px 0 0;
}

.container > footer {
  background: #292929;
  padding: 0 0 62px 0;
  clear: both;
}
.container > footer .text {
  color: #cccccc;
  font: 0.8em Calibri, Arial;
  width: 270px;
  float: left;
  margin: 0 40px 0 30px;
}
.container > footer .micro-menu {
  float: left;
  margin: 0 64px 0 0;
}
.container > footer .micro-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.container > footer .micro-menu ul li a {
  color: #cccccc;
  font: 1em Calibri, Arial;
  text-decoration: none;
}
.container > footer .micro-menu ul li a:hover {
  color: #e6e6d3;
}
.container > footer .social {
  float: left;
  margin: 0 62px 0 0;
}
.container > footer .social ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.container > footer .social i {
  float: left;
  height: 16px;
  width: 16px;
  margin: 0 10px 0 0;
}
.container > footer .social a {
  font: 1.1em Calibri, Arial;
  color: #cccccc;
  text-decoration: none;
}
.container > footer .logos {
  float: left;
}
.container > footer .logos a {
  display: block;
  margin: 0 0 19px 0;
}
.container > footer .logos a.footer-vl {
  width: 171px;
  height: 23px;
}
.container > footer .logos a.footer-ra {
  height: 31px;
  width: 94px;
}

.foot-menu {
  height: 62px;
  border-bottom: 1px solid #3d3d3d;
  padding: 0 24px 0 24px;
  margin: 0 0 25px 0;
}
.foot-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.foot-menu ul li {
  float: left;
  line-height: 62px;
}
.foot-menu ul li:before {
  content: "";
  background-position: 0 -247px;
  height: 4px;
  width: 4px;
  float: left;
  margin: 29px 14px 0px 14px;
}
.foot-menu ul li:first-child:before {
  display: none;
}
.foot-menu ul li a {
  text-decoration: none;
  color: #e6e6d3;
  font: bold 1.3em Cuprum;
  text-transform: uppercase;
}

.catalog-search {
  float: left;
}
.catalog-search input[type='text'] {
  border: none;
  outline: none;
  background: #fcfcf7 url('../images/catalog_search.jpg?1384899565') 9px 8px no-repeat;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  border-radius: 4px;
  display: block;
  float: left;
  font: 18px Cuprum;
  padding: 0 17px 0 36px;
  width: 194px;
}
.catalog-search input[type='submit'] {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  font: bold 20px Cuprum;
  color: #fff;
  border: none;
  outline: none;
  padding: 0 15px;
  border-radius: 4px;
  text-shadow: -1px -1px 1px #000;
  -webkit-box-shadow: 0px 2px 1px #00748e;
  -moz-box-shadow: 0px 2px 1px #00748e;
  box-shadow: 0px 2px 1px #00748e;
  background: #39a8c1;
  background: -moz-linear-gradient(top, #39a8c1 0%, #008faf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39a8c1), color-stop(100%, #008faf));
  background: -webkit-linear-gradient(top, #39a8c1 0%, #008faf 100%);
  background: -o-linear-gradient(top, #39a8c1 0%, #008faf 100%);
  background: -ms-linear-gradient(top, #39a8c1 0%, #008faf 100%);
  background: linear-gradient(to bottom, #39a8c1 0%, #008faf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39a8c1', endColorstr='#008faf',GradientType=0 );
}

.bulletin-board {
  width: 470px;
  border-top: 2px solid #e9e9e9;
  position: relative;
  margin: 28px 0 0 20px;
  margin-bottom: 20px;
  float: left;
  clear: both;
}
.bulletin-board header {
  font: bold 32px Cuprum;
  color: #000000;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 100px;
  background: #fff;
  padding: 0 16px;
}
.bulletin-board .inner {
  padding: 58px 17px 0 0;
}
.bulletin-board .inner article {
  clear: both;
  border-bottom: 1px dotted #e9e9e9;
  margin: 0 0 29px 0;
}
.bulletin-board .inner article .name {
  float: left;
  position: relative;
  top: -13px;
  text-decoration: none;
  font: 1em Calibri, Arial;
  background: #fff;
  color: #262626;
  padding: 0 16px 0 17px;
  display: block;
}
.bulletin-board .inner article .name:hover {
  background: #eeeee4;
}
.bulletin-board .inner article .price {
  font: 1em Cuprum;
  color: #008faf;
  float: right;
  background: #fff;
  position: relative;
  top: -10px;
  padding: 0 0 0 10px;
}
.bulletin-board .buttons {
  border-top: 1px solid #e9e9e9;
  margin: 14px 0 0 17px;
}
.bulletin-board .buttons a {
  font: bold 0.9em Cuprum;
  color: #008faf;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  top: -11px;
  background: #fff;
  padding: 0 14px;
  margin: 0 0 0 15px;
}
.bulletin-board .buttons a:first-child {
  padding-left: 0;
  margin: 0;
}
.bulletin-board .buttons a:hover {
  text-decoration: underline;
}

.custom-popover {
  position: relative;
  z-index: 9999;
  box-shadow: 4px 4px 8px #aaa;
}

.custom-popover:after, .custom-popover:before {
  top: 100%;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.custom-popover:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fcfcf7;
  border-width: 8px;
  margin-left: -8px;
}

.custom-popover:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #fcfcf7;
  border-width: 8px;
  margin-left: -8px;
}

.content > aside {
  float: left;
  width: 210px;
}
.content > aside .vote header {
  height: 43px;
  background: #008faf;
  font: bold 1.6em Cuprum;
  color: #ffffff;
  padding: 0 0 0 18px;
  border-radius: 4px 4px 0 0;
}
.content > aside .vote header span {
  line-height: 43px;
}
.content > aside .vote header a {
  float: right;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 16px 19px 0 0;
}
.content > aside .vote header a i {
  height: 14px;
  width: 10px;
  float: right;
  margin: 0 0 0 11px;
  position: relative;
  top: -2px;
}
.content > aside .vote .inner {
  background: #eeeee4;
  padding: 18px 16px 20px 16px;
}
.content > aside .vote .inner p {
  color: #262626;
  font: bold 1.2em Calibri, Arial;
  margin: 0px 0 10px 0;
  text-transform:uppercase;
}
.content > aside .vote .inner label {
  display: block;
  font: 1em Calibri, Arial;
  color: #262626;
}
.content > aside .vote .inner label input {
  margin: 0 8px 0 0;
}
.content > aside .vote .inner form {
  margin: 0 0 10px 0;
}
.content > aside .vote .inner span {
  font: 1em Cuprum;
  color: #666666;
}
.content .page {
  float: left;
  border-top: 2px solid #e9e9e9;
  margin: 0 40px 0px 0;
  width: 690px;
}
.content .page > header {
  font: bold 2.2em Cuprum;
  color: #262626;
  padding: 0 0 0 50px;
}
/* .content .page > header h1 { */
.content .page .header-name {
  margin: 40px 0 28px 0;
}
.content .page > article {
  padding: 0 0px 35px 50px;
  width: 95%;
}
.content .page h2 {
  font: bold 1.4em Calibri, Arial;
  color: #262626;
  margin: 0 0 4px 0;
}
.content .page .date {
  font: 1.4em Cuprum;
  color: #999999;
}
.content .page p, .content .page ul, .content .page ol {
  color: #262626;
}
.content .page .more {
  background: #eeeee4;
  padding: 0 0 22px 0;
  margin: 0 0 30px 0;
}
.content .page .more header {
  border-bottom: 2px solid #dcdccf;
  margin: 3px 0 23px 0px;
  padding: 0 0 0 23px;
}
.content .page .more header span {
  font: bold 40px Cuprum;
  background: #eeeee4;
  padding: 0 20px;
  color: #262626;
  text-transform: uppercase;
  position: relative;
  top: 25px;
}
.content .page .more .list {
  padding: 20px 0 0 45px;
}
.content .page .more article {
  float: left;
  width: 175px;
  height: 200px;
  overflow: hidden;
  margin: 0 33px 0 0;
  padding-bottom: 15px;
}

.content .page .more article .image{
  display: block;
  height: 140px;
  width: 175px;
  overflow: hidden;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.more .image img {
	1width: 175px;
	min-height: 140px;	
}

.content .page .more article .name{
  clear: both;
  display: block;
  margin-top: 10px;
	text-decoration: none;
	color: #484848;
}

.content .page .more article .name:hover{
	text-decoration: underline;
}

.page article img {
	max-width: 100%;
}

.content .banner {
  margin: 38px 0 0 0;
  text-align: center;
}

.bot_rel_links {
	margin: 30px;
	font-size: 13px;
}

.gsc-completion-container{
  font-size: 10px !important;
  line-height: 14px !important;
}

.ad-link{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 340px;
}

.vote input[type="submit"]{
  margin: 10px 0 0 0;
}

.page .container{
  width: auto;
  margin: 0;
}

.mini {
	font-size: 1em;
	color: #8b8b8b;
	font-family: Cuprum, sans-serif;
}

.news .zag {
	font-weight: normal;
	font-size: 1.3em;
}

.title .buttons {
	font-family: Calibri, Arial;
	font-size: 0.9em;
	text-transform: uppercase;
}

.gis-copy {
	float: right;
	margin-right: 20px;
	margin-top: -25px;
	font-size: 11px;
}