BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #dbf0ff;
}

* {
  padding: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

ul li {
  list-style: none;
}

P {
  margin: 0 0 10px 0;
}

.hidden {
  display: none;
}

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

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.no-bord {
  border: none !important;
}

.pad {
  padding: 10px;
}

.hiddent {
  display: none;
}

.show {
  display: block;
}

FORM {
  margin: 0;
  padding: 0;
}

A {
  color: #316db6;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A IMG {
  border: none;
  vertical-align: middle;
}

a {
  color: #316db6;
}

.nav-block .menu-list,
.nav-block .drop-menu-list,
.container-wrapper,
.center-cont {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1285px;
}

#header {
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: url(../i/body-bg.gif) repeat-x scroll 0 0 #fff;
}

.header-block {
  max-width: 1285px;
  margin: 0 auto;
  position: relative;
  background: url(../i/bg-glob.png) no-repeat scroll 100% 0 transparent;
}

.logo-gr {
  background: url(../i/logo-gr.png) no-repeat;
  position: absolute;
  z-index: 11;
  width: 730px;
  height: 100px;
  left: -238px;
  top: 20px;
}

.site-logo {
  position: relative;
  background: url(../i/logo-1.png) no-repeat;
  width: 248px;
  height: 120px;
  display: block;
  margin: -1px 0 0 3px;
  z-index: 11;
}

.site-logo span {
  display: inline-block;
  position: relative;
  left: 89px;
  top: 41px;
}

.nav-burger {
  color: #ffffff;
  display: none;
}

.primar-nav .top-menu {
  /* background: url(../i/top-menu-bg.gif) repeat-x scroll 0 0 #ffffff; */
  background: -webkit-gradient(linear, left top, left bottom, from(#0063a8), to(#0078c7));
  background: linear-gradient(#0063a8, #0078c7);
}

.primar-nav .sub-menu {
  /*background: url(../i/sub-menu-bg.gif) repeat-x scroll 0 0 #ffffff;*/
  background: #efefef;
}

.primar-nav .top-menu ul,
.primar-nav .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.primar-nav .menu-list .menu-item {
  background: url(../i/primar-nav-separator.png) no-repeat right 15px;
  padding: 0 3px 0 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.primar-nav .menu-list .menu-link:hover {
  text-decoration: underline;
}

.primar-nav .active .menu-link,
.primar-nav .active .menu-link:hover {
  background: url(../i/primar-nav-active.png) repeat-x 0 -3px #4f98f1;
  text-decoration: none;
}

.primar-nav .menu-list .menu-link {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font: bold 12px/33px Arial, Helvetica, sans-serif;
  padding: 6px 2% 3px;
  text-decoration: none;
}

.primar-nav .drop-menu-item.active .drop-menu-link,
.primar-nav .drop-menu-list .drop-menu-link:hover {
  color: #316db6;
  text-decoration: underline;
}

.primar-nav .drop-menu-list .drop-menu-item {
  background: url(../i/drop-primar-nav-separator.png) no-repeat right 9px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.primar-nav .menu-list .last,
.primar-nav .drop-menu-list .last {
  background: none;
}

.primar-nav .drop-menu-list .drop-menu-link {
  display: block;
  color: #1c1b1b;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  padding: 0 12px 0 0;
  text-decoration: none;
  padding: 7px 2%;
}

.sec-cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-cont-box .lang-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
button.inlineBlock _2tga _89n_ _8j9v {
	height:24px !important;
}
.covid {
  padding-bottom: 20px;
}

.covid .covid-loader {
  text-align: center;
}

.covid .covid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.covid .covid-wrap div {
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  margin-right: 5px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 18%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 13px;
}

.covid .covid-wrap div span:nth-child(1) {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

.covid .covid-wrap div span:nth-child(3) {
  font-size: 14px;
  padding-top: 10px;
}

.covid .covid-wrap div span sup {
  font-size: 11px;
}

.covid .covid-wrap div:nth-child(1) {
  background: #fbe3cc;
  color: #9b632c;
}

.covid .covid-wrap div:nth-child(2) {
  background: #dbdbdb;
  color: #535353;
}

.covid .covid-wrap div:nth-child(3) {
  background: #daffda;
  color: #4b7b4b;
}

.covid .covid-wrap div:nth-child(4) {
  background: #e6e6ff;
  color: #5c5c88;
}

.covid .covid-wrap div:nth-child(5) {
  background: #ffdfdf;
  color: #aa6d6d;
}

.covid .covid-wrap div:nth-child(6) {
  background: #e5f2ff;
  color: #587088;
}

#footer {
  clear: both;
  overflow: hidden;
  width: 100%;
  background: #1c1c1c;
  border-top: 4px solid #c1c1c1;
  padding: 10px;
  clear: both;
}



.foo-block {
  padding: 10px 0;
  border-bottom: 1px solid #3e3e3e;
  color: #565656;
}

.foo-block .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav .menu-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	      justify-content: space-between;
}
}

.footer-nav .menu-list .menu-item {
  list-style: none;
  margin-right: 25px;
}

.footer-nav .menu-list .menu-item.last {
  margin-right: 0;
}

.footer-nav .menu-list .menu-link {
  display: block;
  color: #707070;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav .active .menu-link,
.footer-nav .menu-list .menu-link:hover {
  color: #fff;
  text-decoration: none;
}

.to-top {
  display: block;
  background: url(../i/to-top.png) no-repeat 0 0;
  padding-left: 30px;
  font: bold 11px/23px Arial, Helvetica, sans-serif;
  color: #5b5b5b;
  text-transform: uppercase;
  white-space: nowrap;
  position: fixed;
bottom: 50px;
right: 20px;
z-index: 10000;
}

.to-top:hover {
  text-decoration: none;
}

.contact-info .info-lab {
  color: #a4a4a4;
  font-size: 11px;
  line-height: 20px;
  margin-right: 3%;
  padding-bottom: 20px;
}
.developer p {
	color: #a4a4a4;
}
.developer a {
  display: block;
  /*background: url(../i/webart-logo.png) no-repeat center 0;*/
  background: url(../i/transition_lg.gif) no-repeat;
  width: 155px;
  height: 25px;
  
}

.foo-block P {
  margin: 0;
}

#main {
  background-color: #fff;
  padding: 0 10px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

#banners_box {
  margin: 60px 0 10px 0;
}

.blocks-cont {
  padding-top: 20px;
}

.container-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#content {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px;
  padding-right: 25px;
  /*border-right: 1px solid #e1e1e1;*/
  /*min-width: 320px;*/
  padding-top: 10px;
  overflow: hidden;
}

#sidebar {
  -webkit-box-flex: 1.4;
      -ms-flex-positive: 1.4;
          flex-grow: 1.4;
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  padding-top: 22px;
  padding: 0 30px 0 25px;
  min-width: 320px;
}

#sidebar .maib {
  padding-top: 60px;
}
#sidebar .maib .side-box .header-entry-1 {
	margin-bottom:10px;
	background-color: rgb(59,191,173);
	padding: 10px;
	text-align: center;
}
#sidebar .maib .side-box .header-entry-1 a {
	color: #fff;
	padding-bottom: 20px;
	font-size: 25px;
}
#banners_box {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  background: #f7f7f7;
}

#banners_box .banners_wrap {
  padding-bottom: 20px;
}

.press-center_gallery {
	padding-bottom: 20px;
}
.press-center_gallery .slick-track {
	display: flex;
}
.press-center_gallery .slick-track img {
	max-width: 580px;
	width: 100%;
}
.categories_world_news .cat-news, .incidents_news .cat-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categories_world_news .cat-news .cat-item, .incidents_news .cat-news .cat-item {
  width: 30%;
  max-width: 200px;
}

#banners_box .bann {
  margin-bottom: 20px;
}

.search-box #global-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-text {
  width: 250px;
  padding: 6px 0 6px 6px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #dbdbdb;
  border-radius: 3px 0 0 3px;
  margin-top: 0px;
}
#search-form span.new_search {
    font-size: 16px;
    color: #000000;
    padding: 5px 10px 0 10px;
}

.search-submit {
  background: url(../i/search-submit.png) no-repeat;
  border: none;
  cursor: pointer;
  width: 31px;
  height: 30px;
  margin-left: 2px;
}

.lang-box {
  margin: 7px 0 0 0;
}

.lang-box SPAN,
.lang-box A {
  line-height: 18px;
  display: block;
}

.lang-box .lang-link {
  display: block;
  float: left;
  text-decoration: none;
  color: #838383;
  font-size: 12px;
  background-image: url(../i/flags.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 22px;
}

.lang-box .lang-link.en {
  background-position: 0 4px;
}

.lang-box .lang-link.ro {
  background-position: 0 -62px;
}

.lang-box .lang-link.ru {
  background-position: 0 -127px;
}

.lang-box .lang-link:hover,
.lang-box .lang-link.active {
  color: #316db6;
  text-decoration: none;
}

.lang-box span,
.lang-box a {
  margin: 0 7px;
}

.lang-box span {
  float: left;
  color: #afb4bf;
}

.social-box {
  width: 300px;
}

.mobiasbanca_home {
  width: 300px;
  height: 220px;
  border: 1px solid #ccc;
}

.social-icon {
  font-size: 11px;
  line-height: 14px;
  color: #9c9c9c;
  background-image: url(../i/social-icons.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  text-decoration: none;
  padding-left: 30px;
  float: left;
  display: block;
  margin: 0 7px;
}

.social-icon.rss {
  background-position: 0 3px;
}

.social-icon.twitter {
  background-position: 0 -84px;
}

.social-icon.facebook {
  background-position: 0 -172px;
}

.social-icon:hover {
  text-decoration: none;
}

.social-icon STRONG,
.social-icon SPAN {
  display: block;
}

.social-icon STRONG {
  font-size: 12px;
  color: #2f2f2f;
}

.cont-banners {
  margin-bottom: 20px;
}

.cont-banners img {
  max-width: 100%;
}

#top_news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top_news_box > .most-read,
#top_news_box > .most-comment {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
}

#top_news_box > .most-read {
  padding-right: 20px;
}

#categories_block .cat-box {
  height: 440px;
  border: 1px solid #ececec;
  border-radius: 5px;
  margin: 0 0 16px 0;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: 0.2s all 0.1s;
  transition: 0.2s all 0.1s;
  width: 48%;
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#categories_block .cat-box:nth-child(odd) {
  margin-right: 5px;
}

#categories_block .cat-box:nth-child(even) {
  margin-left: 5px;
}

/* #categories_block .cat-box:hover {
    overflow: visible;
} */
#categories_block .cat-box.bottom {
  height: auto;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 10px 0;
  width: 48%;
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#content .entry-list:hover,
#categories_block .cat-box:hover {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}

.cat-news {
  padding-bottom: 8px;
  /*border-bottom:1px solid #DDD;*/
}

.cat-news,
.cat-news-list {
  margin: 0 7px;
}

.cat-news-list {
  /*padding-top:8px;*/
  height: 25px;
}

.news-video,
.news-article,
.video-news {
  display: block;
  line-height: 18px;
  margin: 3px 0;
  color: #7b7b7b;
  padding-left: 15px;
  background-image: url(../i/cat-img-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -418px;
}

.cat-news-list A:hover {
  color: #555;
}

.news-article {
  background-position: 0 -418px;
}

.news-video,
.video-news {
  background-position: 0 -203px;
  background-repeat: no-repeat;
}
#content .cat-title {
	margin-bottom: 26px;
}

.cat-title {
  background: url(../i/cat-img-sprite.png) no-repeat 10px 2px;
  padding: 0 0 0 40px;
}

.cat-title,
.sec-title {
  font: bold 20px/25px "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #316db6;
  margin: 0 0 10px 0;
}

#sidebar .sec-title {
  font-size: 16px;
  line-height: 18px;
}

.cat-title A,
.sec-title A {
  text-decoration: none;
}

.cat-title A:hover,
.sec-title A:hover {
  text-decoration: none;
  color: #000;
}

.cat-image {
  text-align: center;
  width: 288px;
  height: 129px;
  margin: 0 auto;
  overflow: hidden;
  background: url("/img/i/thumbnail-default.jpg");
  max-width: 100%;
}

.cat-image IMG {
  width: 288px;
  margin-top: -25px;
}

.categories_world_news .cat-image IMG, .incidents_news .cat-image IMG {
  width: 195px;
  margin-top: 0;
}
.cat-news-title {
  margin: 5px 0;
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  overflow: hidden;
  min-height: 46px;
  text-transform: uppercase;
}

.cat-news-text {
  font-size: 12px;
  line-height: 16px;
  color: #424242;
  overflow: hidden;
  height: 50px;
}

.news-filter {
  margin: 0 0 15px 0;
}

.news-filter A {
  background: url(../i/filter-bt.png) repeat-x 0 0 #e0e0e0;
  border: 1px solid #d0d0d0;
  color: #5a5a5a;
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 2px 7px;
  font: 11px/16px Arial, Helvetica, sans-serif;
}

.news-filter A:hover {
  color: #000;
  text-decoration: none;
}

.news-filter .active {
  background: #fff;
  color: #000;
}

.news-filter span {
  background: url(../i/filter-bt.png) repeat-x 0 0 #e0e0e0;
  border: 1px solid #d0d0d0;
  color: #5a5a5a;
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 2px 7px;
  font: 11px/16px Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.news-filter span:hover {
  color: #000;
  text-decoration: none;
}

.news-filter span.active {
  background: #fff;
  color: #000;
}

.news-item {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  /*border-bottom: 1px solid #e7e7e7;*/
}

.news-small-img {
  float: left;
  width: 72px;
  height: 52px;
  overflow: hidden;
  /* background: url("/img/i/thumbnail-default-sm.jpg") no-repeat scroll 0 0 transparent; */
}

.news-small-img IMG {
  padding: 3px;
  border-radius: 3px;
  background-color: #f2f2f0;
  max-width: 65px;
}

.news-info {
  padding-left: 80px;
  padding-bottom: 30px;
}

* + HTML .news-info {
  padding-left: 10px;
}

/*IE7 hack*/
.news-info H3 {
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  margin: 0 0 7px 0;
}

.news-info H3 A {
  color: #2c2c2c;
  display: block;
}

.news-info .date {
  float: left;
}

.date {
  color: #808080;
  font: italic 11px/16px Arial, Helvetica, sans-serif;
  display: block;
}

.date.red {
  color: #dd0039;
}

.this-read {
  background: url(../i/cat-img-sprite.png) no-repeat 0 -594px;
  color: #818181;
  font: 11px/16px Arial, Helvetica, sans-serif;
  padding: 0 0 0 20px;
  float: right;
}

.this-comment {
  background: url("/img/i/comm-icon.png") no-repeat scroll 0 3px;
  color: #818181;
  font: 11px/16px Arial, Helvetica, sans-serif;
  padding: 0 0 0 20px;
  display: inline-block;
  float: right;
}

.sp-bord {
  background: url(../i/sp-bord.png) repeat-x;
  height: 3px;
  margin: 15px 0;
}

.all-news-sp {
  clear: both;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.view-all {
  background: url(../i/cat-img-sprite.png) no-repeat right -764px;
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0 25px 0 0;
  text-decoration: none;
}

.view-all:hover {
  color: #000;
  text-decoration: none;
}

#photo_gallery {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.gall-list {
  overflow: hidden;
  height: 180px;
  position: relative;
}

.releases_gallery {
  overflow: hidden;
  height: 220px;
  position: relative;
}

.releases_gallery .slick-prev {
  position: absolute;
  background: url(../i/gall-arrow.png) no-repeat;
  left: 4px;
  background-position: -17px 0;
  width: 17px;
  height: 23px;
  z-index: 10;
  top: 55px;
  font-size: 0;
}

.releases_gallery .slick-next {
  background: url(../i/gall-arrow.png) no-repeat 0 0;
  display: block;
  position: absolute;
  width: 17px;
  height: 23px;
  z-index: 10;
  top: 55px;
  right: 4px;
  background-position: 0 0;
  font-size: 0;
}

.gall-item {
  margin: 0 18px 15px 0;
  float: left;
  width: 203px;
  height: 180px;
  overflow: hidden;
}

.slider-item {
  margin: 0 18px 15px 0;
  float: left;
  width: 203px;
  height: 245px;
  overflow: hidden;
}

.gall-item A,
.slider-item A {
  color: #2c2c2c;
  font: bold 11px/16px Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  vertical-align: middle;
}

.gall-item A:hover {
  text-decoration: none;
  color: #316db6;
}

.slider-item:hover.slider-item A {
  text-decoration: none;
  color: #316db6;
}

.gall-item IMG,
.slider-item IMG {
  padding: 4px;
  border-radius: 3px;
  background-color: #f2f2f0;
  display: block;
  width: 184px;
}

.gall-item SPAN,
.slider-item SPAN {
  display: block;
  width: 185px;
}

#photo_gallery #prev,
#photo_gallery #next {
  background: url(../i/gall-arrow.png) no-repeat 0 0;
  display: block;
  position: absolute;
  width: 17px;
  height: 23px;
  z-index: 10;
  top: 55px;
}

#photo_gallery #prev {
  left: 4px;
  background-position: -17px 0;
}

#photo_gallery #next {
  right: 4px;
  background-position: 0 0;
}

.side-box, .side-box1 {
  background: url(../i/side-box-bg.png) repeat-x bottom;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.side-box1 .post-items .slimScrollDiv, .side-box1 .post-items .slimScrollDiv .scrollbar {
	height: auto !important;
}	
	

.side-box iframe,
.side-box .gsInformer,
.side-box1 iframe,
.side-box1 .gsInformer {
  max-width: 100%;
}

.side-box .financial-poster > .slimScrollDiv {
  height: auto !important;
}

.side-box .financial-poster .scrollbar {
  height: auto !important;
}

.side-box .financial-poster .slimScrollRail {
  height: auto !important;
}

.side-box .header-entry-1 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
}

.first-post {
  padding: 10px;
  background: #ededed;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
}

.first-post A {
  font-weight: bold;
  display: block;
}

.first-post P {
  margin: 7px 0 0 0;
  padding: 0;
  display: block;
}

.post-item {
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.post-item A {
  color: #7b7b7b;
  text-decoration: none;
  display: block;
}

.post-item.past A {
  font-style: italic;
}

.post-item A:hover {
  text-decoration: underline;
  color: #555;
}

.post-item.past .date.red {
  color: #7d7d7d;
}

.slimScrollBar {
  cursor: pointer;
}

.slimScrollBar:hover {
  background: #333 !important;
}

DIV.more {
  padding-top: 10px;
  text-align: left;
  clear: both;
}

A.more {
  display: inline-block;
  font-style: italic;
}

.image-post {
  overflow: hidden;
  height: 130px;
  border-bottom: 1px solid #fff;
}

.image-post IMG {
  min-width: 300px;
  min-height: 130px;
}

.form-submit {
  background: url(../i/submit-bt.png) repeat-x #d7d7d7;
  padding: 5px 20px;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #424242;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.form-text,
.form-select,
.form-textarea {
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #868686;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.form-text:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #ccc;
}

.login-form .form-text {
  width: 284px;
}

.login-form .lab {
  margin-bottom: 10px;
}

.blog-item {
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.blog-img {
  float: left;
  width: 60px;
  height: 60px;
}

.blog-info {
  padding-left: 65px;
}

.blog-info A:hover {
  text-decoration: underline;
}

.blog-cat,
.blog-cat A {
  font-size: 11px;
  color: #7d7d7d;
  line-height: 14px;
  text-decoration: none;
}

.blog-cat A {
  display: inline-block;
  margin: 0 3px;
}

.last-blog-post {
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  color: #454545;
  text-decoration: none;
  display: block;
  padding-left: 3px;
}

#main_slider {
  margin-bottom: 10px;
  /*border:1px solid #DDD;*/
  height: 330px;
}

#main_slider .slide-item {
  height: 330px;
  opacity: 0.7;
  border-radius: 0;
}

#main_slider .slide-item.active-item {
  opacity: 0.99;
}

#main_slider .slide-item-info {
  background: #ecebea;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 5px;
  opacity: 0.95;
  display: none;
}

#main_slider .active-item .slide-item-info {
  display: block;
}

#main_slider .slide-item-info P,
#main_slider .slide-item-info A {
  font: 12px/16px Arial, Helvetica, sans-serif;
  padding: 0;
  overflow: hidden;
  height: 32px;
  display: block;
}

#main_slider .slide-item-info P {
  color: #7b7b7b;
  margin-top: 7px;
}

#main_slider .slide-item-info A {
  text-decoration: none;
  font-weight: bold;
}

#main_slider .slide-item-info A:hover {
  text-decoration: underline;
}

#main_slider .slide-item-info .date {
  line-height: 16px;
}

.jAccordion-slideWrapper IMG {
  min-width: 355px;
  min-height: 330px;
  width: 600px;
}

.valuta {
  width: 100%;
}

.valuta TD,
.valuta TH {
  vertical-align: middle;
  padding: 0 7px;
  color: #5b5b5b;
  font-size: 11px;
  white-space: nowrap;
}

.curr-caption {
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #5b5b5b;
}

.currency-table thead th,
.valuta TR.even TD,
.valuta TR.even TH {
  background-color: #efefef;
  border-bottom: 1px solid #d9d9d9;
}

.currency-table thead th {
  text-align: left;
  line-height: 22px;
  background: #eee;
  text-transform: capitalize;
  border-top: 1px solid #e1e1e1;
}

.currency-table thead .currency {
  text-align: center;
  padding: 0 22px 0 0;
}

.currency-table thead .empty {
  width: 50px;
}

.valuta .al-right {
  text-align: right;
}

.valuta .al-center {
  text-align: center;
  display: block;
}

.currency-field {
  background: #fff;
  border: 1px solid #ddd;
  margin: 2px 0;
  width: 70px;
  float: right;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 1px 0 1px 5px;
  color: #757575;
}

.curr-wrapper SPAN {
  margin: 0 0 0 10px;
  font-weight: bold;
  display: inline-block;
}

.curr-wrapper {
  text-align: left;
}

.currency-field:focus {
  border-color: #ccc;
}

.curr-value {
  display: block;
}

#content .entry {
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

#content .entry .cat-title {
  text-transform: uppercase;
}

.news-pad {
  padding-left: 10px;
  font: 13px/21px Arial, Helvetica, sans-serif;
  color: #424242;
}

.photo-archive .first {
  overflow: hidden;
  padding: 0 0 20px;
}

.photo-archive .first dd.img {
  float: left;
  padding: 0 10px 0 0;
}

.photo-archive .first dd.img {
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 10px 0 10px;
  min-height: 200px;
}

.photo-archive .first dd.post-date,
.photo-archive .first dd.desc {
  float: left;
  width: 255px;
  margin: 0;
}

.photo-archive .phone-block-wrapper p {
  line-height: 18px;
  padding: 0 0 12px;
}

.photo-archive #photo-for-sale {
  background-color: #fff;
  border-top: 1px solid #eee;
  clear: both;
}

.photo-archive .news-pad {
  font-weight: bold;
  padding: 0;
}

.photo-archive .phone-block-wrapper,
.photo-archive .order-block-wrapper {
  overflow: hidden;
  padding: 0 0 0 40px;
  /*background-color: #F1F7FF;*/
}

.photo-archive .phone-block-wrapper {
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
  /* #C9D5EC; */
  padding-bottom: 20px;
}

.photo-archive ul {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.photo-archive ul label {
  display: block;
  width: 200px;
  font-weight: normal;
  font-size: 13px;
}

.photo-archive ul li {
  padding: 0 0 5px;
}

.photo-archive #photo-for-sale #phones li {
  background: url("../icons/phone-icon.gif") no-repeat scroll 15px 50% transparent;
  padding: 5px 0 5px 35px;
}

.photo-archive #phones li strong {
  background: url("../icons/phone-icon.gif") no-repeat scroll 15px 50% transparent;
  font-weight: normal;
  padding-left: 35px;
}

.photo-archive #add-comment-form input {
  border: 0 none;
  background-color: #ededed;
  color: #444;
  font-size: 14px;
  padding: 7px 0 7px 7px;
  width: 300px;
  margin-bottom: 5px;
}

.photo-archive #add-comment-form input,
.photo-archive #add-comment-form textarea {
  font: 14px Arial, Helvetica, sans-serif;
  color: #555;
}

.photo-archive #add-comment-form textarea#message {
  background-color: #ededed;
  font: 12px Arial, Helvetica, sans-serif;
  height: 100px;
  padding: 0 0 0 5px;
  width: 99%;
  border: 0 none;
}

.photo-archive #add-comment-form #button button {
  cursor: pointer;
  margin: 0 7px 0 196px;
  padding: 5px 12px 5px 9px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.photo-archive #add-comment-form #button button:hover {
  background-color: #dff4ff;
  border: 1px solid #c2e1ef;
  color: #336699;
}

.photo-archive #add-comment-form #button button img {
  position: relative;
  top: 3px;
  left: 5px;
}

.entry IMG.f-left,
.news-text IMG {
  float: left;
  margin: 6px 10px 10px 0;
  max-width: 100%;
}

.entry img.wide-img {
  max-width: 100%;
}

.entry-list .news-text IMG {
  max-width: 172px;
}

.entry-list .sec-title {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

#content .entry-list .date {
  clear: none !important;
}

#content .entry .date {
  display: block;
  clear: left;
  font-weight: bold;
  font-style: italic;
}

.social-icons {
  margin: 20px 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

.social-icons A,
.social-icons SPAN {
  float: left;
  font-style: italic;
  display: block;
  margin-right: 5px;
  color: #525252;
}

.social-icons A {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.social-icons A:hover {
  opacity: 0.99;
  filter: alpha(opacity=99);
}

.social-icons SPAN {
  line-height: 23px;
  margin-right: 10px;
}

.social-icons A IMG {
  display: block;
  vertical-align: middle;
  border: none;
  margin: 0;
}

.contact-form,
.news-comments {
  clear: both;
}

.contact-form H4,
.news-comments H4 {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #444;
  line-height: 100%;
  margin: 0 0 10px 0;
}

.contact-form .form-select,
.news-comments .form-text,
.contact-form .form-text,
.news-comments .form-textarea,
.contact-form .form-textarea {
  padding: 7px 0 7px 7px;
  border: none;
  background: #ededed;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  resize: none;
  border-radius: 0;
  margin-bottom: 5px;
}

.contact-form .form-select,
.contact-form .form-text,
.news-comments .form-text {
  width: 300px;
}

.contact-form .form-textarea,
.news-comments .form-textarea {
  width: 99%;
  height: 100px;
}

.contact-form LABEL,
.news-comments LABEL {
  display: block;
  font-size: 12px;
  color: #666;
}

.contact-form UL,
.news-comments UL {
  margin: 0;
  padding: 0;
}

.contact-form LI,
.news-comments LI {
  list-style: none;
  display: block;
  margin: 0 0 3px 0;
}

.post-item .comment A,
.comment-this A {
  display: inline-block;
  font: bold italic 12px/20px Arial, Helvetica, sans-serif;
  padding: 0 0 0 18px;
  background: url(/img/i/comm-icon.png) no-repeat 0 5px;
  color: #666;
  text-decoration: none;
}

.post-item .comment A:hover,
.comment-this A:hover {
  color: #000;
  text-decoration: none;
}

.post-item .comment A {
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 11px;
  font-weight: normal;
}

.news-image-list {
  float: left;
  overflow: hidden;
  height: 130px;
  margin: -5px 0 5px 0px;
  /*-5px 10px 5px 0;*/
  position: relative;
}

.video-entry .news-photo {
  float: left;
  overflow: hidden;
}

.video-entry .news-photo img {
  width: 240px;
}

news-image-list IMG {
  margin-right: 0;
}

.news-text-list {
  padding-left: 185px;
}

.hfeed .news-text-list {
  float: left;
  padding-left: 0;
}

.vcard .contact-info {
  margin-bottom: 20px;
}

.vcard .contact-info SPAN {
  display: inline-block;
}

.vcard .contact-info SPAN.value {
  width: auto;
  font-weight: bold;
  margin-left: 5px;
}

.vcard .contact-info SPAN A.email {
  text-decoration: underline;
}

.vcard .contact-info SPAN A.en:hover {
  text-decoration: none;
}

.column.right UL,
.column.left UL {
  padding: 0;
  margin: 0;
}

.column.right LI,
.column.left LI {
  list-style: none;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
}

.column.links A {
  margin: 0 5px;
  display: inline-block;
  float: right;
  font-size: 12px;
}

/*  -----------------------------  Calendar News Layer  */
.calendar-widget {
  position: relative;
  /*height: 235px;
     width: 650px; */
}

.calendar-widget.active {
  background: #edf6ff;
  border-top: 6px solid #ccc;
  border-right: 6px solid #ccc;
  border-bottom: 6px solid #ccc;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.close-layer {
  background: url(/img/i/close-btn.png) no-repeat 0 0;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: -160px;
  left: -75px;
  z-index: 200;
  padding: 0 0 0 26px;
  height: 19px;
  font-size: 12px;
  color: #316db6;
  line-height: 20px;
}

.show-news-box {
  background: #edf6ff;
  width: 665px;
  z-index: 100;
  padding: 20px 10px;
  border: 6px solid #ccc;
  border-radius: 6px;
  position: absolute;
  bottom: -80px;
  right: 100%;
  overflow: hidden;
}

.news-list li {
  overflow: hidden;
  list-style: none;
  padding: 0 0 20px;
}

.news-head {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 8px;
  color: #316db6;
}

.calendar-layer .news-head a {
  text-transform: uppercase;
}

.news-desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}

.news-time {
  font-weight: bold;
  font-size: 13px;
  padding: 2px 0 0;
  text-align: center;
}

.news-body {
  overflow: hidden;
  float: left;
}

/*  ----------------------------- ^ Calendar News Layer  */
/*  -----------------------------   Lightbox Layer  */
#infotag_player {
  position: relative;
}

.infotag-video {
  float: left;
}

.infotag-live-block {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  float: right;
}

.live-badge {
  float: right;
}

.live-badge .rec {
  background: url("/img/i/live.png") no-repeat 0 -12px transparent;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  position: relative;
  right: 5px;
  top: 2px;
}

.live-on {
  color: #c20012;
}

/*.live-on .rec{*/
.live-badge .rec {
  background: url("/img/i/live.png") no-repeat 0 0 transparent;
  color: #ff0000;
}

.online-video {
  overflow: hidden;
  width: 300px;
  background: #ba324c;
}

.infotag-live {
  cursor: pointer;
}

#wowza {
  position: relative;
}

.online-video .live-video {
  display: block;
  float: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  line-height: 32px;
  padding: 8px 0 0 4px;
  font-weight: bold;
  color: #fff;
}

.online-video .play-icon {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  padding: 8px 0 8px 8px;
}

.live-announce {
  overflow: hidden;
  width: 300px;
  background: #000;
  margin: 0 0 1px;
  height: 48px;
}

.live-announce h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 4px 10px 4px 0;
  text-align: right;
  color: #fff;
}

.online-video p,
.live-announce p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  margin: 0 10px 0 0;
}

.online-video p {
  display: block;
  width: 180px;
  float: right;
  padding: 4px 0 0 10px;
}

.live-on span {
  background: none repeat scroll 0 0 #ff0000;
}

#player {
  width: 600px;
  height: 200px;
  max-width: 100%;
}

#player.archive {
  margin-bottom: 46px;
}

.live-marker {
  color: #ff360e;
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: bold;
  padding-right: 5px;
  padding-top: 15px;
  text-transform: uppercase;
}

#pop_player img {
  height: 360px;
}

.lightbox {
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 400px;
  background: #fff;
  margin-top: -300px !important;
  text-align: center;
  margin-left: -400px;
}

.close-btn {
  background: url(/img/i/close.png) no-repeat 0 0;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: -18px;
  z-index: 4;
  padding: 0 0 0 26px;
  width: 35px;
  height: 35px;
  font-size: 12px;
  color: #316db6;
  line-height: 20px;
}

.ad-link:hover {
  opacity: 1;
}

.ad-link {
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 4;
  background: url(/img/i/link-icon.png) no-repeat 0 0 transparent;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  opacity: 0.8;
}

.ad-link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/*  ----------------------------- ^ Lightbox Layer  */
.player-top {
  display: none;
  background: #000;
  height: 40px;
}

#lightbox .lightbox-content {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#pop_player {
  height: 360px;
}

.player-wrapper div {
  margin: 0 0 20px;
}

.page-navigator {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-navigator div,
.page-navigator span,
.page-navigator a {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.page-navigator span {
  border: none;
  padding: 2px 7px;
}

.page-navigator a {
  padding: 2px 7px;
  border: 1px solid #ddd;
}

#comment-form-container {
  margin-top: 50px;
}

.order-block-wrapper #comment-form-container {
  margin-top: 20px;
}

label.error {
  background-color: #f3907a;
  color: #ffffff;
  display: block;
  font-size: 12px !important;
  width: 200px;
  padding-left: 5px;
}

.hidden {
  display: none !important;
}

span.bld {
  font-weight: bold;
}

p.text-ind {
  margin-left: 30px;
}

.banners {
  /*background-color: #F9F9F9;*/
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  
}

.banners > a {
  display: inline-block;
  margin-bottom: 10px;
}
.banners img {
	max-width: 100%;
}

.banners div {
  float: left;
}

.banners #Bemol-top-flash-banner {
  float: left;
  margin-left: 50px;
  margin-right: 70px;
}

.banners #vin-top-flash-banner {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

/* Floating banners */
#banner-box2 {
  float: right;
  margin-right: -10px;
  width: 100px;
  display: inline-block;
}

.floating-banners.fixed {
  position: fixed;
  top: 80px;
}

.floating-banners {
  width: 100px;
  height: 460px;
  position: absolute;
  top: 185px;
}

a.news-video.red {
  color: #dd0039;
  float: right;
}

.cat-news-list h3.cat-news-title {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  clear: both;
  font-size: 11px;
}

.cat-news-list h3.cat-news-title a {
  color: #316db6;
}

/*.cat-news-list h3.cat-news-title a:hover {
    color: #316DB6;
}*/
p.comment-this {
  float: left;
}

#scroll2 .post-item.side-financial-poster {
  margin: 0 !important;
}

#scroll4 .post-item.side-financial-poster {
  margin: 0 !important;
}

.side-box .logo-financial-poster {
  text-align: center;
  /*border: 1px solid #ddd;*/
  margin-bottom: 25px;
}

.side-box .logo-financial-poster img {
  max-width: 100%;
}

#scroll2 .news-image-list,
#scroll3 .news-image-list {
  float: left;
  overflow: hidden;
  height: 80px;
  min-height: 0;
  margin: 0 10px 5px 0;
  position: relative;
}

#scroll4 .news-image-list {
  float: left;
  overflow: hidden;
  height: 80px;
  min-height: 0;
  margin: 0 10px 5px 0;
  position: relative;
}

#scroll2 .news-financial-poster {
  margin: 13px 10px 10px 0;
  width: 600px;
  height: 130px;
  overflow: hidden;
  background: url("/img/i/thumbnail-default.jpg");
}

#scroll4 .news-financial-poster {
  margin: 13px 10px 10px 0;
  width: 600px;
  height: 130px;
  overflow: hidden;
  background: url("/img/i/thumbnail-default.jpg");
  max-width: 100%;
}

#scroll2 .news-image-list img.illustration-financial-poster {
  width: 600px;
}

#scroll4 .news-image-list img.illustration-financial-poster {
  width: 600px;
}

#scroll2 .news-image-list img.illustration,
#scroll3 .news-image-list img.illustration {
  width: 92px;
}

#scroll4 .news-image-list img.illustration {
  width: 92px;
}

#scroll2 .post-item.side,
#scroll3 .post-item.side {
  margin: 5px 10px 10px 0;
  clear: both;
  border-bottom: 1px solid #ddd;
}

#scroll4 .post-item.side {
  margin: 5px 10px 10px 0;
  clear: both;
  border-bottom: 1px solid #ddd;
}

#scroll2 .post-item.side a.title,
#scroll3 .post-item.side a.title {
  margin: 5px 0 0 0;
  height: 74px;
  overflow: hidden;
  font-weight: bold;
}

#scroll4 .post-item.side a.title {
  margin: 5px 0 0 0;
  overflow: hidden;
  font-weight: bold;
}

#scroll2 .post-item.side a.title-financial-poster {
  height: 52px;
  display: block;
}

#scroll4 .post-item.side a.title-financial-poster {
  display: block;
}

#scroll2 .post-item.side .anouns-financial-poster {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #7b7b7b;
  height: 56px;
}

#scroll4 .post-item.side .anouns-financial-poster {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #7b7b7b;
  height: 56px;
}

#scroll2 .post-item.side .press-wr-financial-poster {
  margin-top: 10px;
}

#scroll4 .post-item.side .press-wr-financial-poster {
  margin-top: 10px;
}

#scroll3 .post-item a {
  text-transform: uppercase;
}

.video-main {
  position: relative;
}

.play-video {
  background: url("/img/i/play-video.png") no-repeat;
  position: absolute;
  top: 90px;
  left: 125px;
  width: 50px;
  height: 50px;
}

.news-image-list.video {
  margin-left: -10px;
  overflow: hidden;
}

.stream-container:hover .play-video {
  background: url("/img/i/play-video.png") no-repeat 0 100%;
}

#banner-side {
  float: none !important;
  margin: 5px 0 0 -37px;
}

.banner-europe-day {
  display: block;
  margin-right: 100px;
  float: right;
}

.press-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -15px;
  width: 100%;
}

.press-wr .date {
  float: left;
  margin-top: 2px;
}

.logo_years {
  background: url(/img/i/20_years.png) no-repeat;
  height: 70px;
  width: 285px;
  position: absolute;
  left: 314px;
  top: 19px;
  z-index: 11;
}

.column .left .side-box .post-items .scrollbar .post-item .news-image-list .illustration {
  width: 100%;
}

/*.f-center .foto-form {
    background-image: url(http://dev.infotag.md/img/icons/camera-add.gif);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 72px 5px;
    width: 100px !important;
    height: 27px !important;
    text-align: left;
    padding-left: 10px !important;
    font-size: 12px !important;
    background-color: #F5F5F5;
    border: 1px solid #eee !important;
    color: black;
}*/
.f-center {
  text-align: center;
}

.photo-archive #add-comment-form input#comment-submit.form-submit {
  background: url("../i/submit-bt.png") repeat-x #d7d7d7;
  border: 1px solid #dadada;
  border-radius: 3px 3px 3px 3px;
  color: #424242;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 20px;
  width: 100px;
  float: left;
}

#comment-form-container #add-comment-form fieldset ul {
  display: table;
}

#comment-form-container #add-comment-form fieldset ul li {
  display: table-row;
}

#comment-form-container #add-comment-form fieldset ul li label,
#comment-form-container #add-comment-form fieldset ul li input {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 5px;
}

#comment-form-container #add-comment-form fieldset ul li button {
  line-height: 20px;
}

#comment-form-container #add-comment-form fieldset ul li img {
  position: relative;
  top: 4px;
}

.thanks-block {
  display: block;
  border: 1px solid #818d81;
  padding: 10px 25px;
  width: auto;
  text-align: center;
  background: #fcf6ec;
}

#add-comment-form,
#add-comment-form-news {
  position: relative;
}

#add-comment-form-news #button {
  float: left;
}

.message-action {
  display: none;
  border: 1px solid #ccc;
  color: #333;
  font: 18px/24px Arial;
  float: left;
  width: 566px;
  height: 215px;
  padding-top: 125px;
  text-align: center;
  position: absolute;
  top: 0;
  background: #fff;
}

.message-action.photo {
  height: 230px;
  padding-top: 174px;
}

span.x {
  background: url("/img/i/X.png") no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: none;
}

.gallery-desc {
  margin-top: 5px;
}

.categories_left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub_banner {
  margin-bottom: 15px;
  border-right: 1px solid #000;
  overflow: hidden;
}

.entry .column.left.links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.entry .column.left.links ul li a {
  font-weight: bold;
}

.emitent table tr {
  padding-left: 5px;
}

.emitent table tr {
  background-color: #719bd5;
}

.emitent table tr:first-child {
  background-color: #4f98f1;
}

.emitent table tr th {
  vertical-align: top;
  padding: 3px 5px 3px 0;
  color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
}

.emitent table tr th:first-child {
  padding-left: 10px;
  text-align: left;
}

.emitent table tr td {
  vertical-align: top;
  padding: 3px 5px 3px 0;
  color: #fff;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 11px;
}

.emitent table tr td:first-child {
  padding-left: 10px;
  text-align: left;
}

.video-sidebar {
  position: relative;
  width: 100%;
  padding-top: 45px;
  background-color: #3b3c41;
}

.video-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 16px;
  width: 135px;
}

.video-logo img {
  width: 100%;
}

.video-logo-earth {
  display: block;
  width: 18px;
  height: 20px;
  position: absolute;
  right: 35px;
  top: -1px;
}

/*.button-menu {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 6px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    cursor: pointer;
    z-index: 10;
}

.button-menu:hover {
    background-color: #ccc;
}*/
.button-menu {
  position: absolute;
  top: 10px;
  right: 25px;
  padding: 5px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ddd;
  cursor: pointer;
  z-index: 10;
  color: #ddd;
  background-color: #333;
  text-transform: uppercase;
  font-size: 11px;
}

.button-menu:hover {
  background-color: #969696;
  color: #000;
}

.button-menu .button-menu-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

.button-menu .button-menu-bar-2 {
  margin-top: 4px;
}

.video-menu {
  display: block;
  display: none;
  width: 100%;
  height: 235px;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  background: #cddcee;
  color: #bbb;
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -moz-user-select: none;
  -ms-user-select: none;
}

.video-menu-item {
  padding: 10px;
  border-top: 1px solid #c1cefb;
  height: 100px;
  overflow: hidden;
  display: block;
  color: #000;
}

.video-menu-item:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #1c1c1c;
}

.video-news-img {
  width: 350px;
}

.video-img {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin-right: 5px;
}

.video-img img {
  width: 100%;
}

#video-img {
  max-width: 260px;
}

.video-desc {
  display: inline-block;
  vertical-align: top;
  width: 155px;
}

.video-list {
  list-style: none;
  margin-bottom: 10px;
}

.video-list a {
  color: #000;
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.video-list a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.video-list-title {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin: 3px 0;
  color: #7b7b7b;
  padding-left: 15px;
  background-image: url(../i/cat-img-sprite.png);
  background-position: 0 -203px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 0;
}

.video-list-img {
  float: left;
  width: 175px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}

.video-list-img img {
  width: 100%;
}

.video-list-anounce {
  font-size: 12px;
  width: 100%;
  margin-bottom: 25px;
}

.video-main .video-list-title .video-inc {
  top: -8px;
  vertical-align: middle;
}

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%;
}

.box-modal {
  position: relative;
  width: auto;
  max-width: 750px;
  padding: 10px;
  background: #fff;
  color: #3c3c3c;
  font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.box-modal_close {
  position: absolute;
  right: -25px;
  top: 0px;
  background-color: #fff;
  font-size: 32px;
  line-height: 15px;
  color: #333;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.box-modal_close:hover {
  color: #ccc;
}

.box-modal img {
  width: 100%;
}

.navigation a {
  font-size: 20px;
  color: #5c6f9c;
  line-height: 24px;
  width: 46%;
}

.navigation a:hover {
  color: #cc0000;
}

.navigation .nav-prev {
  float: left;
}

.navigation .nav-right {
  float: right;
}
/*# sourceMappingURL=style-new.css.map */