html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
html {
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial;
    height: 100%;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
main,
mark,
menu,
meter,
nav,
output,
progress,
rp,
rt,
ruby,
section,
source,
summary,
time,
video,
wbr{
    display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
strong {
    font-weight: bold;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* IE6/7 support */
.clearfix {
    *zoom: 1;
}

.float-left /* Or whatever name you like */ {
    float: left;
}

.float-right /* Or whatever name you like */ {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* STYLES */
body {
    font-family: "PT Sans", Tahoma;
    font-size: 14px;
    background-color: #E3E3E3;
}
.wrapper {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 200px
}

header {
    width: 100%;
    height: 76px; /*76*/
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: #fff;
}
.header {
    width: 1027px;
    margin: 0 auto;
}
.logo {
    float: left;
    width: 146px;
    height: 63px;
    margin-right: 20px;
}
.header-middle {
    float: left;
    width: 220px;
    font-size: 16px;
    color: #016393;
}
.header-date {
    line-height: 16px;
}
.header-time {
    line-height: 16px;
    font-weight: bold;
}
.header-social {
    float: left;
    margin-top: 10px;
    text-transform: uppercase;
}
.header-social a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.header-social-tw {background: url('../img/social-header.png') no-repeat 0 0;}
.header-social-vk {background: url('../img/social-header.png') no-repeat -28px 0;}
.header-social-fb {background: url('../img/social-header.png') no-repeat -56px 0;}
.header-social-gp {background: url('../img/social-header.png') no-repeat -84px 0;}
.header-social-ok {background: url('../img/social-header.png') no-repeat -112px 0;}
.header-social-ig {background: url('../img/social-header.png') no-repeat -140px 0;}
.header-social-rss {background: url('../img/social-header.png') no-repeat -168px 0;}
.header-social-16 {
    margin-right: 0 !important;
    background: url('../img/social-header.png') no-repeat -196px 0;
}
.header-right {
    float: right;
    width: 110px;
    height: 63px;
    padding: 7px 24px;
    color: #016393;
    font-size: 13px;
    background-color: #E3E3E3;
}
.header-currency {
    float: left;
    width: 30px;
    font-weight: bold;
}
.header-currency-value {
    float: left;
    width: 55px;
}

nav {
    width: 100%;
    height: 49px;
    background-color: #016393;
    -webkit-box-shadow: inset 0px -20px 0px 0px rgba(193, 32, 0, 1);
    -moz-box-shadow:    inset 0px -20px 0px 0px rgba(193, 32, 0, 1);
    box-shadow:         inset 0px -20px 0px 0px rgba(193, 32, 0, 1);
}
.menu {
    width: 1027px;
    height: 29px;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.to_top {
    position:fixed;
    top:0px;
    z-index: 10000;
}
.menu li {
    float: left;
    display: block;
}
.menu li .active {
    position: relative;
    color: #FFF;
    background-color: #C1201B;
}
.menu li .active:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0px;
    width: 1px;
    height: 29px;
    color: #fff;
    background-color: #C1201B;
}
.menu li a {
    position: relative;
    display: block;
    color: #fff;
    height: 29px;
    padding: 4px 10px;
    letter-spacing: -0.025em;
}
.menu li a:hover {
    color: #016393;
    background-color: #fff;
}

.menu li a.active:hover {
    background-color: #C1201B;
    color: #fff;
}

.menu li a:active {
    color: #fff;
    background-color: #C1201B;
}
.menu li a:hover:active:after {
    top: 0;
    height: 100%;
    background-color: #C1201B;
}
.menu li a:after {
    content: ' ';
    position: absolute;
    top: 5px;
    right: -1px;
    width: 1px;
    height: 20px;
    background-color: #fff;
}

.menu li a:hover:after {
    top: 0;
    height: 100%;
}
.menu li a.menu-last:after {display: none;}

.sub-menu {
    clear: both;
    width: 1027px;
    height: 20px;
    margin: 0 auto;
    font-size: 14px;
}
.sub-menu li{
    display: block;
    float: left;
}
.sub-menu li a {
    display: block;
    color: #fff;
    padding: 0px 8px;
}
.sub-menu li a:hover {text-decoration: underline;}
.sub-menu li a:active {text-decoration: underline;}

main {
    width: 1027px;
    margin: auto;
    padding-top: 5px;
}



.main-left {
    float: left;
    width: 220px;
}
.left-block {
    width: 100%;

    background-color: #fff;
    margin-bottom: 12px;
}
.left-news-row-first {
    min-height: 110px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.left-news-time-first {
    float: left;
    width: 95px;
    color: #8d8c8c;
    font-size: 9px;
}
.left-news-name-first {
    display: inline;
    width: 95px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    word-wrap:break-word;
}
.left-news-image {
    float: left;
    width: 100px;
    height: 76px;
    margin-right: 10px;
    overflow: hidden;
}
.left-news-row {
    clear: both;
    display: block;
    width: 94%;
    margin-left: 7px;
    margin-right: 7px;
    padding: 3px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
.left-news-time {
    display: inline-block;
    float: left;
    width: 35px;
    height: 20px;
    line-height: 14px;
    vertical-align: top;
    color: #8d8c8c;
    font-size: 9px;
}

.left-news-name {
    display: inline-block;
    float: left;
    width: 165px;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    word-wrap:break-word;
}

.right-news-name {
    display: inline-block;
    float: left;
    width: 240px;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}
.left-feed-menu {
    width: 220px !important;
    background-color: #016393 !important;
}

.main-middle {
    float: left;
    width: 490px;
    margin-right: 8px;
    margin-left: 8px;
}
.main-middle-top {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    background-color: #fff;
}
.main-middle-top-ad {
    width: 100%;
    height: 127px;
    margin-bottom: 10px;
    background-color: #fff;
}
.main-middle-top-r {
    display: inline-block;
    float: left;
    width: 80px;
    height: 100%;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #C1201B;
    font-weight: bold;
    font-size: 24px;
}
.main-middle-top-l {
    float: right;
    display: inline-block;
    width: 410px;
    padding-left: 14px;
    line-height: 60px;
}
.main-middle-top-l a{
    float: left;
    display: inline-block;
    margin-right: 12px;
    text-decoration: underline;
    color: #000;
    line-height: 28px;
}
.main-news-block {
    width: 100%;
    background-color: #fff;
}
.news-feed {
    margin-bottom: 15px;
    padding: 5px 10px ;
}
.news-feed-menu {
    width: 490px !important;
    height: 29px !important;
    background-color: #016393;
}
.news-feed-menu .active {
    position: relative;
    color: #016393;
    background-color: #fff;
}
.news-feed-menu .active:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 29px;
    background-color: #C1201B;
}
.right-feed-menu .active:hover:after,
.news-feed-menu .active:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 29px;
    background-color: #fff;
    z-index: 1;
}
.news-feed-menu .active a {
    color: #fff;
    background-color: #C1201B;
}
.main-news-h-tabs {
    cursor: pointer;
    color: #fff !important;
    background-color: #C1201B !important;
}
.main-news-h-tabs:after {
    display: none !important;
}
.main-news-h-tabs:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #C12000 !important;
}
li a .active{
    position: relative;
    cursor: pointer;
    color: #FFF !important;
    background-color: #C1201B !important;
}
.left-feed-menu .active,
.right-feed-menu .active{
    position: relative;
    cursor: pointer;
    color: #FFF !important;
    background-color: #C1201B !important;
}
.right-feed-menu .active:before{
    content: " ";
    position: absolute;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 29px;
    background-color: #C1201B;
    z-index: 1;
}
.top-themes-h-tabs:hover {
    cursor: pointer;
}
.top-themes-h-tabs:active {
    color: #016393 !important;
    background-color: #fff !important;
}
.top-themes-h-tabs:active:after {
    height: 100% !important;
    background-color: #fff !important;
}
.news-row {
    display: inline-block;
    line-height: 23px;
    vertical-align: bottom;
    margin-bottom: 2px
}
.news-feed-time {
    float: left;
    width: 30px;
    font-size: 11px;
    color: #8d8c8c;
}
.news-name {
    float: left;
    display: inline-block;
    width: 430px;
    font-size: 15px;
    line-height: 19px;
    color: #333;
    word-wrap: break-word;
}
.news-name:hover {
    text-decoration: underline;
}
.news-name-blue {
    color: #0377bd;
}
.news-feed-date {
    width: 467px;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 19px;
    color: #8d8c8c;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}
.btn-download-more {
    display: inline-block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
    color: #8E8D8D;
    background-color: #E3E3E3;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.btn-all-news {
    float: right;
    color: #8E8D8D;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-all-news-b {
    font-size: 21px;

}
.btn-all-news-left {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 12px;
    font-size: 12px;
    color: #0377bd;
}

.block-news {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}
.block-news-block{
    padding: 12px 15px;
}
.block-news-header {
    display: inline-block;
    width: 100%;
    height: 29px;
    line-height: 29px;
    padding-left: 15px;
    color: #fff;
    background-color: #016393;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
}
.block-news-news {
    display: block;
    float: left;
    width: 220px;
    height: 205px;
    margin-bottom: 10px;
    margin-right: 20px;
    overflow: hidden;
}
.block-news-news:nth-child(2n+2){
    margin-right: 0;
}
.block-news-news-img {
    position: relative;
    width: 220px;
    height: 140px;
    margin-bottom: 3px;
    background-size: contain;
}
.block-news-news-date {
    float: left;
    font-size: 9px;
    color: #808080;
}
.block-news-news-category {
    float: left;
    display: block;
    font-size: 9px;
    color: #039be6;
}
.block-news-news-category:hover {
    text-decoration: underline;
}
.block-news-news-views {
    float: right;
    padding-left: 18px;
    font-size: 9px;
    color: #039be6;
    background-image: url('../img/views.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.block-news-news-title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.block-news-news-title:hover {
    color: #039be6;
}
.block-news-icon-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 27px;
    background-image: url('../img/icon-video.png');
    background-repeat: no-repeat;
}
.block-news-icon-photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 27px;
    background-image: url('../img/icon-photo.png');
    background-repeat: no-repeat;
}
.news-news {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 15px;
    background-color: #fff;
}
.news-h {
    font-weight: bold;
    font-size: 22px;
}
.news-date {
    float: left;
    font-size: 12px;
    color: #808080;
}
.news-category {
    float: left;
    display: block;
    font-size: 12px;
    color: #039BE6;
}
.news-category:hover {
    text-decoration: underline;
}
.news-edit {
    display: inline-block;
    float: right;
    color: red;
    font-size: 12px;
}
.news-views {
    float: right;
    padding-left: 18px;
    font-size: 12px;
    color: #039BE6;
    background-image: url("../img/views.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.news-text {
    clear: both;
    font-size: 15px;
}
.news-text p {
    margin-bottom: 10px;
}
.news-img-and-ad {
    width: 460px;
    height: 200px;
}
.news-img {
    float: left;
    max-width: 300px;
    max-height: 200px;
}
.news-ad-small {
    float: right;
    width: 160px;
}
.news-tags {
    font-size: 11px;
    color: #545454;
}
.news-tags a {
    color: #000;
    display: inline-block;
}
.news-tags a:hover {
    text-decoration: underline;
}
.main-ad {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 15px;
    background-color: #fff;
}
.main-comments {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 15px;
    background-color: #fff;
}


.main-right {
    float: right;
    width: 300px;
}
.right-block-top {
    width: 100%;
    margin-bottom: 12px;
    background-color: #fff;
    border-top: 6px solid #016393;
}
.right-feed-menu {
    width: 300px !important;
    background-color: #016393;
}
.right-block {
    width: 100%;
    margin-bottom: 12px;
    background-color: #fff;
}
.right-news-name-first {
    width: 170px;
}

footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 190px;
    background-color: #016393;
    padding-top: 15px;
    padding-bottom: 40px;
}

.footer {
    width: 1027px;
    margin: 0px auto;
}
.footer-left {
    float: left;
    width: 430px;
}
.footer-logo {
    float: left;
}
.footer-social {
    float: right;
    margin-top: 45px;
    text-transform: uppercase;
}
.footer-social a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.footer-social-tw {background: url('../img/social.png') no-repeat 0 0;}
.footer-social-vk {background: url('../img/social.png') no-repeat -28px 0;}
.footer-social-fb {background: url('../img/social.png') no-repeat -56px 0;}
.footer-social-gp {background: url('../img/social.png') no-repeat -84px 0;}
.footer-social-ok {background: url('../img/social.png') no-repeat -112px 0;}
.footer-social-ig {background: url('../img/social.png') no-repeat -140px 0;}
.footer-social-rss {background: url('../img/social.png') no-repeat -168px 0;}
.footer-social-16 {
    margin-right: 0 !important;
    background: url('../img/social-header.png') no-repeat -196px 0;
}
.footer-txt {
    float: left;
    font-size: 9px;
    color: #fff;
    text-align: justify;
}
.footer-right {
    float: right;
    width: 555px;
}
.footer-ul {
    float: left;
}
.footer-ul li {
}
.footer-li-h {
    text-transform: uppercase;
    font-weight: bold !important;
    color: #80d4fa !important;
}
.footer-ul li a {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
.footer-ul li a:hover {
    text-decoration: underline;
}
.footer-ul-1 {
    width: 135px;
}
.footer-ul-2 {
    width: 110px;
}
.footer-ul-3 {
    width: 165px;
}

.img-li {
    float: left;
    margin-right: 10px;
}
.img-li2 {
    float: left;
}

.tabs__content {
    display: none;
}
.tabs__content.social {
    position: absolute;
    left: -10000px;
    display: block;
}
.tabs__content.active {
    display: block;
    position: inherit;
    left: 0;
}

.slider-container {
    width: 100%;
}
.slider-wrapper1 {
    height: 170px;
    background-color: #016393;
}
.slider-wrapper1 a:hover {
    color: #fff;
    text-decoration: underline;
}
.slider1-span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}
.slider-wrapper1 .bx-pager{
    display: none !important;

}
.slider-wrapper1 .bx-wrapper {
    height: 170px;
}
.slider-wrapper1 .bx-wrapper .bx-viewport {
    padding-top: 5px;
    background-color: #016393;
    height: 170px !important;
    border: none;
    box-shadow: none;
    left: 0;

}
.slider-wrapper1 .bx-wrapper .bx-clone {
    height: 170px;
}
.slider-wrapper1 .bx-wrapper .bx-caption {
    bottom: -63px;
}
.slider-wrapper1 .bx-wrapper .bx-prev{
    left: -16px;
    height: 40px;
    background: transparent url('../js/bxslider/images/controls.png') no-repeat 0 0;
}
.slider-wrapper1 .bx-wrapper .bx-prev:hover {
    background: transparent url('../js/bxslider/images/controls.png') no-repeat 0 0;
}
.slider-wrapper1 .bx-wrapper .bx-next{
    right: -16px;
    width: 20px;
    height: 40px;
    background: transparent url('../js/bxslider/images/controls.png') no-repeat -36px 0;
}
.slider-wrapper1 .bx-wrapper .bx-next:hover {
    background: transparent url('../js/bxslider/images/controls.png') no-repeat -36px 0;
}

.slider-wrapper2 {
    height: 90px;
    background-color: transparent;
}
.slider2-a {
    display: block;
    width: 200px;
    height: 65px;
    overflow: hidden;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.slider2-a:hover {
    text-decoration: underline;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

}
.slider2-span {
    display: block;
    height: 60px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #015080;
    line-height: 15px;
    overflow: hidden;
}
.slider2-span:hover {
    color: #000;
    text-decoration: underline;
}
.slider-wrapper2 .bx-pager{
    display: none !important;
}


.slider-wrapper2 .bx-wrapper {
    height: 75px;
}
.slider-wrapper2 .bx-wrapper .bx-viewport {
    padding-top: 5px;
    background-color: transparent;
    height: 80px !important;
    border: none;
    box-shadow: none;
    left: 0;

}
.slider-wrapper2 .bx-wrapper .bx-clone {
    border-top: 3px solid #C1201B;
    border-bottom: 3px solid #C1201B;
    background-color: #fff;
    height: 75px;
}
.slider-wrapper2 ul li {
    height: 75px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 3px solid #158ec8;
    border-bottom: 3px solid #158ec8;
    background-color: #fff;
}
.slider-wrapper2 .bx-wrapper .bx-caption {
    bottom: -63px;
}
.slider-wrapper2 .bx-wrapper .bx-prev{
    left: 0px;
    height: 40px;
    background: transparent url('../js/bxslider/images/controls2.png') no-repeat 0 0;
}
.slider-wrapper2 .bx-wrapper .bx-prev:hover {
    background: transparent url('../js/bxslider/images/controls2.png') no-repeat 0 0;
}
.slider-wrapper2 .bx-wrapper .bx-next{
    right: 0px;
    width: 20px;
    height: 40px;
    background: transparent url('../js/bxslider/images/controls2.png') no-repeat -36px 0;
}
.slider-wrapper2 .bx-wrapper .bx-next:hover {
    background: transparent url('../js/bxslider/images/controls2.png') no-repeat -36px 0;
}
.slider-wrapper2 .bx-wrapper img {
    float: left;
    max-width: 90px;
    max-height: 60px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.slider-wrapper2 .bx-wrapper img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

}

.block-news-news-wide {
    display: block;
    float: left;
    width: 220px;
    height: 230px;
    margin-bottom: 10px;
    margin-right: 14px;
    overflow: hidden;
}
.block-news-news-wide:nth-child(3n+3){
    margin-right: 0;
}
.block-news-news-wide-img {
    position: relative;
    width: 220px;
    height: 140px;
    margin-bottom: 3px;
    background-size: contain;
}
.block-news-news-wide-date {
    float: left;
    font-size: 9px;
    color: #808080;
}
.block-news-news-wide-category {
    float: left;
    display: block;
    font-size: 9px;
    color: #039be6;
}
.block-news-news-wide-views {
    float: right;
    padding-left: 18px;
    font-size: 9px;
    color: #039be6;
    background-image: url('../img/views.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.block-news-news-wide-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.block-news-news-wide-title a{
    color: #000;
}

.main-without-left{
    width: 718px;
    float: left;
    margin-right: 8px;
}

/*carousels */

/** Stage container **/
.connected-carousels {
    position: relative;
    width: 616px;
    margin: 0 auto;
}

.connected-carousels .stage {
    position: relative;
    width: 600px;
}

/** Navigation container **/

.connected-carousels .navigation {
    position: relative;
    width: 600px;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    text-align: center;
    height: 400px;
}
.connected-carousels .carousel-stage li{
    float: left;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 52px;
    width: 600px;;
}
.connected-carousels .carousel-navigation ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-carousels .carousel-navigation li {
    cursor: pointer;
    width: 60px;
    float: left;
    padding: 0 3px 0 3px;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    width: 50px;
}


.connected-carousels .carousel-navigation li.active {
    border: solid 1px #158ec8;
}

/** Stage carousel controls **/

.prev-stage.connected,
.next-stage.connected {
    display: block;
    position: absolute;
    top: 0;
    color: #fff;
}

.prev-stage.connected {
    left: -18px;
    top: -40px;
}

.next-stage.connected {
    right: -18px;
    top: -40px;
}

.prev-stage.connected.inactive,
.next-stage.connected.inactive {
    display: block;
}

.dicon {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    background: url(../img/sprite.png);
    vertical-align: middle;
    position: relative;
}

.dicon.dicon-next {
    width: 13px;
    height: 15px;
    background-position: -24px -70px;
}
.dicon.dicon-prev {
    width: 13px;
    height: 15px;
    background-position: 0 -70px;
}
.dicon.dicon-next-white {
    width: 13px;
    height: 15px;
    background-position: -24px -114px;
}
.dicon.dicon-prev-white {
    width: 13px;
    height: 15px;
    background-position: 0 -114px;
}

.slider1-span a{
    color: #fff;
}

.label-gray {
    background-color: #343f42;
}
.label-green {
    background-color: #00C0A3;
}
.label-orange {
    background-color: #FF5000;
}
.label-red {
    padding-left: 3px !important;
    padding-right: 3px !important;
    background-color: #F70004;
}
.label-blue {
    padding-left: 3px !important;
    padding-right: 3px !important;
    background-color: #00B1E0;
}
.label {
    display: inline-block;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    letter-spacing: 1px;
    line-height: 17px;
    margin-right: 5px;
    padding: 0 4px;
    color: #fff;
    text-transform: lowercase;
    vertical-align: middle;
}

#slider1, #slider2{
    display: none;
}
.main-middle-top-l a:hover {
    color: #C1201B;
}
.slider2-span a{
    color: #000;
}
.left-news-name:hover {
    text-decoration: underline;
}

.left-news-name-first:hover {
    color: #039be6;
}
.right-news-name:hover {
    text-decoration: underline;
}

.align-center{
    text-align: center;
}
.menu li.active a:hover {
    background-color: #C1201B;
    color: #fff;
}

.margbot9{
    margin-bottom: 9px;
}

.news-image-wide{
    float: left;
}

.news-img-and-ad-wide{
    width: 630px;
}

.news-text a{
    color: #016393;
}

.news-text a:hover{
    text-decoration:underline;
}

.news-tags a{
    color: #016393;
}

.news-source{
    font-size: 12px;
    color: #545454;
}

.news-source a{
    color: #000
}

.scrollup-lnk {
    display: inline-block;
    width: 78px;
    height: 78px;
    background-image: url(../img/sprite.png);
    background-position: -84px -43px;
}
#back-top {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    display: none;
}
#back-top .wide-container {
    position: relative;
}
#back-top .wide-container .scrollup-lnk {
    position: absolute;
    right: -98px;
    bottom: 0;
}
#back-top .wide-container .scrollup-lnk:hover {
    background-position: -175px -43px;
}

.wide-container {
    width: 1027px;
    margin: 0 auto;
    padding: 0 10px;
}

.header-one-news{
    float: left;
    width: 300px;
    background-color: #C1201B;
    height: 64px;
    margin-left: 220px;
}

.header-one-news .empty-block{
    float: left;
    width: 30px;
    border-right: 2px solid #e3e3e3;
    height: 64px;
}

.header-one-news .news-title{
    float: left;
    width: 265px;
    padding: 7px 5px 0 5px;
    line-height: 12px;
}

.header-one-news .news-title a{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.header-one-news .news-title a:hover{
    text-decoration: underline;
}


/* jcarousel */


.jcarousel-wrapper {
    margin: auto;
    position: relative;
    font-family: "PT Sans";
}
.jcarousel-wrapper1 {

    width: 1027px;
    height: 169px;
    margin-bottom: 3px;
    background-color: #22539D;

    padding-left: 16px;
    padding-right: 16px;
}
.jcarousel-wrapper2 {

    width: 1027px;
    height: 73px;
}


.jcarousel-wrapper1 .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper1 .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    position: relative;
}
.jcarousel1 li{
    width: 156px;
    height: 160px;
    margin-right: 12px;
    margin-top: 6px;
}
.jcarousel1 li .label-item{
    position: absolute;
    bottom: 65px;
    left: 10px
}
.jcarousel1 li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    filter: grayscale(100%);
}
.jcarousel1 li a:hover {
    text-decoration: underline;
    filter: grayscale(0%);
}
.jcarousel2 {
    height: 74px;

}
.jcarousel2 li{
    width: 200px;
    margin-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 3px solid #158ec8;
    border-bottom: 3px solid #158ec8;
    background-color: #fff;
}
.jcarousel2 li img {
    float: left;
    margin-right: 5px;
    max-width: 90px;
    max-height: 60px;
}
.jcarousel2 li a{
    float: left;
}
.jcarousel2 li a{
    float: left;
    height: 60px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    filter: grayscale(100%);
    overflow: hidden;
}
.jcarousel2 li a:hover {
    text-decoration: underline;
    filter: grayscale(0%);
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 40px;
    /*
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
    */
}


.prev-1, .next-1 {
    top: 66px;
}
.prev-1 {
    left: 0;
    background: url('../img/slider_rows.png') no-repeat 0 0;
}
.next-1 {
    right: 0;
    background: url('../img/slider_rows.png') no-repeat -24px 0;
}
.prev-2, .next-2 {
    top: 12px;
}
.prev-2 {
    left: 0;
    background: url('../img/slider_rows.png') no-repeat 0 -42px;
}
.next-2 {
    right: 0;
    background: url('../img/slider_rows.png') no-repeat -24px -42px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    /*
    opacity: .5;
    cursor: default;
    */
}


.block-news-icon-photo-small {
    float: left;
    width: 25px;
    height: 19px;
    margin-right: 3px;
    background-image: url('../img/icon-photo-small.png');
    background-repeat: no-repeat;
}
.block-news-icon-video-small {
    float: left;
    width: 25px;
    height: 19px;
    margin-right: 3px;
    background-image: url('../img/icon-video-small.png');
    background-repeat: no-repeat;
}

.news-content-ad{
    margin: 0 0 10px 0;
}
.top-header-adv{
    text-align: center;
    margin-bottom: 5px;
}