/*scrollbar*/
::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  border-radius: 0;}
::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #52433c;
}
::-webkit-scrollbar {
  width: 10px;
}

h3 a.title,h3 a.title:visited, h3 a.title:active ,h3 a.title:hover
{
  color: #5d5d5d;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
h3 a.title:hover {
  text-decoration: underline;
}

a.link {
  display: block;
  width: 423px;
  position: absolute;
  height: 100%;
  left: 0;
  z-index: 5;
  top: 0px;
}

 figure a.link:hover   {
   background: rgba(213, 213, 213, 0.33);
}

span.name{
position: absolute;
bottom: 0px;
background: rgba(0, 0, 0, 0.47);
width: 401px;
left: 0;
padding: 10px;
color: #FFF;
height: 55px;
z-index: 2;
}


html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body{
  position: relative;
}




.up{
  display: none;
  opacity: 0.5;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

#page-wrapper{
  /*max-width: 1800px;*/
  min-width: 1300px;
  min-height: 100%;
  margin: 0 auto;
}
#page-wrapper.main {
  max-width: 100%;
}


#header-wrapper{
  width: 100%;
  height: 115px;
  margin-bottom: -8px;
}

.block.council span {
  font-weight: inherit!important;
}

/*left*/
.top-menu-left {
  float: left;
  list-style-type: none;
}

.top-menu-left:after {
  content: "";
  display: block;
  clear: both;
}

.top-menu-left li {
  float: left;
}


.top-menu-left li:last-child:after {
  content: "";
}

.top-menu-left li:hover ul {
  display: block;
}

.top-menu-left li:hover > a {
  text-decoration: underline;
}

.top-menu-left li a{
  color: #000000;
  font-size: 15.5px;
  font-family: HeliosLightC;
  /*font-size-adjust: 0.56;
  text-transform: uppercase;*/
}

.top-menu-left li ul {
  display: none;
  position: absolute;
  top: auto;
  z-index: 50;
  height: auto;
  max-width: 220px;
  padding-top: 8px;
}

.top-menu-left li ul li{
  float: none;
  padding: 6px;
  border-top: 2px solid #917b61;
  border-left: 2px solid #917b61;
  border-right: 2px solid #917b61;
  background: #000000;
}

.top-menu-left li ul li:last-child{
  border-bottom: 2px solid #917b61;
}

.top-menu-left li ul li a{
  color: #ffffff;
  font-size: 13px;
  font-family: Arial;
  text-transform: uppercase;
  display: block;
}

.top-menu-left li ul li:after {
  content: "";
}


.top-menu-left li a:hover{
  color: #917b61;
}

.top-menu-left li ul li:hover{
  background: #c14635;
}

.top-menu-left li ul li:hover a{
  color: #ffffff;
}


/*right*/
.top-menu-right {
  float: right;
  list-style-type: none;
}

.top-menu-right:after {
  content: "";
  display: block;
  clear: both;
}

.top-menu-right li {
  float: left;
}

.top-menu-right > li:after {
  content: "-";
  margin: 0 4px 0 0px;
  color: #000000;
}

.top-menu-right li:last-child:after {
  content: "";
}

.top-menu-right li:hover ul {
  display: block;
}

.top-menu-right li:hover > a {
  text-decoration: underline;
}

.top-menu-right li a{
  color: #000000;
  font-size: 15.5px;
  font-family: HeliosLightC;
  /*font-size-adjust: 0.56;*/
  text-transform: uppercase;
}

.top-menu-right li ul {
  display: none;
  position: absolute;
  top: auto;
  z-index: 500;
  height: auto;
  max-width: 220px;
  padding-top: 8px;
}

.top-menu-right li ul li{
  float: none;
  padding: 6px;
  border-top: 2px solid #917b61;
  border-left: 2px solid #917b61;
  border-right: 2px solid #917b61;
  background: #000000;
}

.top-menu-right li ul li:last-child{
  border-bottom: 2px solid #917b61;
}

.top-menu-right li ul li a{
  color: #ffffff;
  font-size: 13px;
  font-family: Arial;
  text-transform: uppercase;
  display: block;
}

.top-menu-right li ul li:after {
  content: "";
}

.top-menu-right li a:hover{
  color: #917b61;
}

.top-menu-right li ul li:hover{
  background: #c14635;
}

.top-menu-right li ul li:hover a{
  color: #ffffff;
}
#page .block {
  position: relative;
  font-family: Verdana, Geneva, sans-serif;
  color: #5d5d5d;
  line-height: 24px;
  z-index: 1;
}

#page .block a {
  font-family: Verdana, Geneva, sans-serif;
  color: #5d5d5d;
  text-decoration: underline;
}

#page .block a:hover {
  text-decoration: none;
}

#page .block p {
  text-align: justify;
  margin: 0 0 24px;
}

#page .block ol, .block ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}


#page .block h1 {
  margin-bottom: 24px;
  line-height: 36px;
}

#page .block h2 {
  margin-bottom: 24px;
  line-height: 36px;
}

.top-menu-left li ul, .top-menu-right li ul {
  list-style-type: none;
  z-index: 999!important;
}

#page p.quot {
  text-align: left;
  line-height: 20px;
  margin-bottom: 0;
}

#page .expert p {
  text-align: left;
  line-height: 12px;
}

#page .expert span {
  line-height: 19px;
  display: inline-block;
}

#page .text-center, .block table.text-center p {
  text-align: center!important;
}

#page .bold {
  font-weight: bold!important;
}

#page .block figure.left h2 {
  line-height: 32px;
}

#page .block .veo-info h2 {
  margin-bottom: 10px;
  line-height: 60px;
}

.button {
    color: #ffffff!important;
    text-decoration: none!important;
}

.section-hello-text h2 {
  margin-bottom: 20px;
}

.section-hello-text p {
  text-align: justify;
  margin-bottom: 15px;
}

.m-r-10 {
  margin-right: 10px!important;
}

.m-l-10 {
  margin-left: 10px!important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
/*Font Zice*/

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}
/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */
.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
/*
 * Font Weight
 */
.f-300 {
  font-weight: 300 !important;
}
.f-400 {
  font-weight: 400 !important;
}
.f-500 {
  font-weight: 500 !important;
}
.f-700 {
  font-weight: 700 !important;
}
/*
 * Position Classes
 */
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.p-fixed {
  position: fixed !important;
}
.p-static {
  position: static !important;
}
/*
 * Overflow
 */
.o-hidden {
  overflow: hidden !important;
}
.o-visible {
  overflow: visible !important;
}
.o-auto {
  overflow: auto !important;
}
/*
 * Display
 */
.d-block {
  display: block !important;
}
.di-block {
  display: inline-block !important;
}
/* Float */
.f-l {
  float: left;
}
.f-r {
  float: right;
}

.bgm-gray {
  background-color: #9e9e9e !important;
}

.alert-info {
  background-color: #EFEFEF ;
  border-color: #DFDFDF ;
  color: #5D5D62 !important;
}

.col-xs-3.photo {
  background: #333;
  padding: 0;
}


.col-xs-3.photo:hover span.title,
.col-xs-3.films:hover span.title
{
  background: #fff;
}
.col-xs-3.block {
  border: 4px solid #999;
}
.col-xs-3.expo {
  padding: 0;

background: url("/upload/history/Icon_orig.jpg");
  width: 325px;
height: 300px;
  background-size: cover;
}
.col-xs-3.photo {
  background: url("/upload/history/photo.jpg");
  width: 325px;
  height: 300px;
  background-size: cover;
}
.col-xs-3.films {
  background: url("/upload/history/films-veo.jpg");
  width: 325px;
  height: 300px;
  background-size: cover;
}

.col-xs-3.films {
  padding: 0;
  float: right;
}
.col-xs-3.photo a.linkRed,.col-xs-3.films a.linkRed, span.linkRed  {
  bottom: 155px;
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.81);
  padding: 15px 10px;
  color: #691818!important;
  text-decoration: none!important;
  width: 94%;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.col-xs-3.films a.linkRed {
  bottom: 20px;
}

.col-xs-3 span.linkRed {
  bottom: 20px;
}

.col-xs-3 .linkBlock a {
  color: #CE2828!important;
  padding-bottom: 7px;
}
.col-xs-3 .linkBlock {
  bottom: 95px;
  overflow: hidden;
  position: absolute;
  width: 280px;
  left: 13%;
}

.col-xs-3 span.title {
  position: absolute;
  bottom: 3px;
  padding: 15px 7px;
  text-align: center;
  width: 96%;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.74);
  margin: 0 auto;
  left: 0px;
}

.articleHistory {
  overflow: hidden;
  float: left;
  padding-bottom: 30px;
}

.articleHistory figure {
  position: relative;
  width: 500px;
  padding: 15px 15px 28px 15px;
  margin-right: 15px;
  border: 1px #5d5d5d dashed;
  float: left;
  text-align: justify;
  font-size: 12px;
}
figure#anonsText a.more_link {
  color:#c14635;
}
.articleHistory h3,.block-content .veo-250 .left h3  {
  line-height: 36px;
  text-align: right;
  padding: 20px 0px;
  overflow: hidden;
}
.articles {
  padding: 12px 30px 21px 30px;
  border: 1px dashed;
  float: right;
  position: relative;
  width: 60%;
  min-height: 238px;
}

.articles .text p {
  text-align: justify;
  margin: 0px 0 10px!important;
  font-size: 13px;
  line-height: 18px;
}

.articles .text b {
  margin: 0 0 10px!important;
}
.articles a.button {
  position: absolute;
  bottom: -18px;
}
#page-wrapper.history {
  max-width: 100%;
}


#page-wrapper.history .map {
  position: absolute;
  top: 20px;
  width: 36%;
  height: 700px;
  background: url(/img/leftbg1.png) no-repeat right center;
  z-index: -1;
}

.veo-slider-c.people {
  background: url(/img/bg_brown.png);
}
.veo-slider-c.people h3{
  font-size: 24px;
  text-align: center;
  padding: 10px 0px;
}

.articleHistory.reform figure {
  position: relative;
  width: 390px;
  margin-right: 15px;
  float: left;
  padding: 0;
  font-size: 12px;
  border:none;
}
.articleHistory.reform figure img {
  border:4px solid #818181;
}
.articleHistory.reform h3 {
  text-align: left;
}

h4.titleExp {
  position: absolute;
  bottom: -15px;
  background: #a3a3a3;
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
}
h4.titleExp a {
  text-transform: uppercase;
}

/*economic main*/
.leftBlock {
  float: left;
  overflow: hidden;
  width: 40%;
  padding: 10px 0px 165px 11px;
  background: rgba(255, 255, 255, 0.65);
}
.rightBlock {
  float:right;
}
.leftBlock h4 {
  text-align: center;
  font-weight: 700;
}

.leftBlock p {
  font-size: 16px;
  line-height: 23px;
  padding: 15px 0;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('img/icon_top.png') no-repeat;
    background-color: #52433c;
	background-size: cover;
}