HTML {
}

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

/* ----------------- clearfix */

.cfx:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cfx {
    display: inline-block;
}

html[xmlns] .cfx {
    display: block;
}

* html .cfx {
    height: 1%;
}

/* ----------------- ^ clearfix */

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

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.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;
}
#container {
    overflow: hidden;
    margin: 0 auto;
    width: 1285px;
}

.center-cont {
    margin: 0 auto;
    width: 1285px;
}
#container .container-wrapper {
    width: 1285px;
    overflow: hidden;
    margin: 0 auto;
}
#nav_wrapper {
    width: 100%;
    background: url("../i/body-bg.gif") repeat-x scroll 0 -90px #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
#nav_wrapper.fixed {
    box-shadow: 0 2px 4px #aaaaaa;
}
.nav-block {
    width: 1285px;
    margin: 0 auto;
    overflow: hidden;
}
.header-wrapper {
    width: 100%;
}
.drop-menu-list li:last-child {
    background: none !important;
    margin-right: 0 !important;
}
.drop-menu-list li:last-child a {
    padding: 0;
}
.header-block {
    width: 1285px;
    margin: 0 auto;
    position: relative;
    background: url("../i/hd-glob.png") no-repeat scroll 82% 0 transparent;
}
.primar-nav {
}

.nav-wrapper {
    /* just used to show how to include the margin in the effect */
}

.nav-wrapper.fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
}

#header {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 167px;

    padding: 1px 0;
    position: relative;
    background: url("../i/body-bg.gif") repeat-x scroll 0 0 #ffffff;
}
.header--wrapper {
    background: url(../i/hd-glob.png) no-repeat 685px 0;
}
.site-logo {
    position: relative;
    background: url(../i/logo.png) no-repeat;
    width: 248px;
    height: 90px;
    display: block;
    margin: -1px 0 0 3px;
    z-index: 11;
}

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

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

.primar-nav .menu-list {
    margin: 0;
    padding: 0;
}

.primar-nav .menu-list .menu-item {
    display: inline;
    list-style: none;
    background: url(../i/primar-nav-separator.png) no-repeat right 15px;
    padding: 0 3px 0 2px;
    float: left;
    display: block;
}

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

.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 .drop-menu-list {
    margin: 7px 0 10px 5px;
    padding: 0;
}

.primar-nav .drop-menu-list .drop-menu-item {
    list-style: none;
    margin-right: 10px;
    background: url(../i/drop-primar-nav-separator.png) no-repeat right 3px;
    display: block;
    float: left;
}

.primar-nav .drop-menu-list .drop-menu-link {
    display: block;
    float: left;
    color: #1c1b1b;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    padding: 0 12px 0 0;
    text-decoration: none;
}
.primar-nav .active .drop-menu-link,
.primar-nav .drop-menu-list .drop-menu-link:hover {
    color: #316db6;
    text-decoration: underline;
}

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

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

.foo-cont {
}

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

.footer-nav .menu-list {
    margin: 0;
    padding: 0;
}

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

.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: #eee;
    text-transform: uppercase;
}

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

.contact-info .info-lab {
    color: #a4a4a4;
    font-size: 11px;
    line-height: 16px;
    float: left;
    margin-right: 58px;
}

.developer {
    display: block;
    background: url(../i/webart-logo.png) no-repeat center 0;
    width: 107px;
    color: #a4a4a4;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    padding-top: 37px;
}

.foo-block P {
    margin: 0;
}

#main,
#banners_box {
    margin: 15px 0;
}

#main {
    float: left;
    width: 980px;
    min-height: 1400px;
}
.covid {
    padding-bottom: 20px;
}
.covid .covid-loader {
    text-align: center;
}
.covid .covid-wrap {
    display: flex;
    justify-content: space-between;
}

.covid .covid-wrap div {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
    flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    display: flex;
    display: -ms-flexbox;
    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;
}

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

.container-blocks {
    background: url(../i/container-blocks-bord.gif) repeat-y right;
}

#content,
.sec-cont-box {
    float: left;
    width: 630px;
}

#sidebar {
    float: right;
    width: 300px;
}

#banners_box {
    float: right;
    width: 190px;
    padding: 20px 0 0 0;
    text-align: center;
    border: 1px solid #ccc;
    background: #f7f7f7;
    margin-right: 100px;
}

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

.top-banners-box {
    margin-bottom: 15px;
}

.search-text {
    float: left;
    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-submit {
    background: url(../i/search-submit.png) no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    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;
}

#categories_block .cat-box {
    width: 305px;
    height: 440px;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 0 0 16px 0;
    padding: 10px 0;
    overflow: hidden;
    transition: 0.2s all 0.1s;
}
#categories_block .cat-box:hover {
    overflow: visible;
}
#categories_block .cat-box.bottom {
    width: 305px;
    height: 320px;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 0 0 16px 0;
    padding: 10px 0;
}

#content .entry-list:hover,
#categories_block .cat-box:hover {
    border-color: #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;
}

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

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

.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;
    display: inline-block;
}

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

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

.most-read,
.most-comment {
    width: 300px;
}

.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: 260px;
    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: 201px;
    height: 180px;
    overflow: hidden;
}
.slider-item {
    margin: 0 18px 15px 0;
    float: left;
    width: 201px;
    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 {
    background: url(../i/side-box-bg.png) repeat-x bottom;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.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: 0px;
    padding-bottom: 10px;
}

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

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

.news-pad {
    padding-left: 40px;
    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: 560px;
}

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

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

#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;
    width: 400px;
    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;
    margin: 0 0 20px;
    height: 193px;
    width: 300px;
}

.corn {
    background: url(/img/i/calendar-outline.png) no-repeat 0 0;
    position: absolute;
    top: -12px;
    right: -33px;
    z-index: 2;
    width: 362px;
    height: 218px;
}
.close-layer {
    background: url(/img/i/close-btn.png) no-repeat 0 0;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: -408px;
    left: -96px;
    z-index: 4;
    padding: 0 0 0 26px;
    height: 19px;
    font-size: 12px;
    color: #316db6;
    line-height: 20px;
}
.show-news-box {
    background: #edf6ff;
    width: 630px;
    height: 634px;

    padding: 30px 14px 20px 0;
    border: 6px solid #ccc;
    border-radius: 6px;
    position: absolute;
    bottom: -80px;
    right: 323px;
    z-index: 1;
}
.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 {
    float: left;
    width: 60px;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 0 0;
}
.news-body {
    overflow: hidden;
    float: left;
    width: 480px;
}

/*  ----------------------------- ^ 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: 300px;
    height: 220px;
}

#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;
}
.is-splash {
}
#lightbox .lightbox-content {
    padding: 40px;
    background: #fff;
    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;
    width: 627px;
}
.banners > a {
    display: inline-block;
    margin-bottom: 10px;
}
.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;
}
#mobias-top-flash-banner {
}
/* 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;*/
}
#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: 300px;
    height: 130px;
    overflow: hidden;
    background: url("/img/i/thumbnail-default.jpg");
}

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

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

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

#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;
    height: 74px;
    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 {
    height: 52px;
    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: inline-block;
    width: 289px;
    margin-top: -15px;
}
.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 rgb(129, 141, 129);
    padding: 10px 25px;
    width: auto;
    text-align: center;
    background: rgb(252, 246, 236);
}
#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: inline-block !important;
}
.sub_banner {
    margin-bottom: 15px;
    border-right: 1px solid #000;
    overflow: hidden;
}
.entry small {
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
    display: block;
}
.emitent table {
}
.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: rgb(205, 220, 238);
    color: #bbb;
    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;
    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;
    transition: all 0.2s ease-out;
}

.video-list a:hover {
    text-decoration: none;
    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;
    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;
}
