body {
    font-family: 'Roboto Condensed', sans-serif;
}

body a {
    color: #231f20;
    text-decoration: none;
}

body a:hover {
    color: #c31219;
}

header {

}

header a.logo {
    background: url('../images/logo.png') no-repeat;
    width: 235px;
    height: 50px;
    display: block;
    margin: 35px 0 0 30px;
}

header fieldset.search {
    position: absolute;
    left: -320px;
    top: 10px;

}

header fieldset.search input[type=text] {
    border: 2px solid #231f20;
    border-radius: 30px;
    padding: 5px 30px;
    width: 300px;
}

header fieldset.search input[type=text]:focus {
    outline: none;
}

header .icons {
    margin: 35px 20px 0 0;
    float: right;
    position: relative;
}

header .icons span.search {
    background: url('../images/icon_search.png') no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin: 10px 0 0 0;
    cursor: pointer;
}

header .icons span.search:hover {
    background-position: 0 -35px;
}


header .icons span.line {
    border-left: 1px solid #231f20;
    display: block;
    float: left;
    height: 60px;
    margin: 0 0px 0 40px;
}

header .icons a.newsletter {
    background: url('../images/icon_newsletter.png') no-repeat;
    width: 68px;
    height: 53px;
    display: block;
    float: left;
    margin: 0 0 0 40px;
}

header .icons a.newsletter:hover {
    background-position: 0 -53px;
}

header .icons a.magazine {
    background: url('../images/icon_magazine.png') no-repeat;
    width: 66px;
    height: 54px;
    display: block;
    float: left;

    margin: 0 0 0 30px;
}

header .icons a.magazine:hover {
    background-position: 0 -54px;
}

header .icons a.magazine_eng {
    background: url('../images/icon_magazine_1.png') no-repeat;
    width: 66px;
    height: 54px;
    display: block;
    float: left;

    margin: 0 0 0 30px;
}

header .icons a.magazine_eng:hover {
    background-position: 0 -54px;
}

header .icons a.video {
    background: url('../images/icon_video.png') no-repeat;
    width: 33px;
    height: 50px;
    display: block;
    float: left;

    margin: 3px 0 0 30px;
}

header .icons a.video:hover {
    background-position: 0 -50px;
}

header .icons a.report {
    background: url('../images/icon_reports.png') no-repeat;
    width: 48px;
    height: 52px;
    display: block;
    float: left;

    margin: 3px 0 0 30px;
}

header .icons a.report:hover {
    background-position: 0 -52px;
}

header .icons a.report_eng {
    background: url('../images/icon_reports_1.png') no-repeat;
    width: 48px;
    height: 52px;
    display: block;
    float: left;

    margin: 3px 0 0 30px;
}

header .icons a.report_eng:hover {
    background-position: 0 -52px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header .icons {
        width: 83%;
    }

    header fieldset.search input[type=text] {
        border: 2px solid #231f20;
        border-radius: 30px;
        padding: 5px 30px;
        width: 150px;
    }

    header fieldset.search {
        position: absolute;
        left: -220px;
        top: 10px;

    }
}

@media screen and (max-width: 1199px) {

    header a.logo {
        background: url('../images/logo_100.png') no-repeat;
        width: 150px;
        height: 32px;
        background-size: 100%;

        margin: 35px 0 0 30px;
    }


    header .icons {
        margin: 35px auto 0 0;


    }

    header .icons a.newsletter {
        background: url('../images/icon_newsletter.png') no-repeat;
        width: 68px;
        height: 53px;
        display: block;
        float: left;
        margin: 0 0 0 0px;
    }
}

header button.navbar-toggler{
    position: absolute;
    right:105px;
    top: 20px;
    color: #c31219;
    font-size: 45px;
    cursor: pointer;
    z-index: 10;
}

header .navbar-toggler:focus{
    outline: none;
}

header .lang {
    display: block;
    float: right;
    margin: 0 0 0 20px;
}

header .lang span {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 0 0 7px 0;
}

header .lang .flag-eng {
    background: url('../images/flag_eng.png') no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    margin-top: 15px;
}

header .lang .flag-pol {
    background: url('../images/flag_pol.png') no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 15px 0 0 10px;
    float: right;

}

@media screen and (max-width: 991px) {


    header .lang {
        border-top: none !important;
        position: absolute !important;
        top: -85px !important;
        right: 10px;
    }
    header .lang span {
        display: none;
    }

    header .lang .flag-eng {

        margin-top: 0px;
    }

    header .lang .flag-pol {

        margin: 0px 0 0 10px;


    }
}

@media screen and (max-width: 1199px) {
   #mo {
       text-align: right;
   }
}

section.menu-mobile{
    width: 100%;
    display: none;
    margin: 0 0 15px 0;
    z-index: 10;
    position: fixed;
    top: 100px;
}


section.menu-mobile ul{
    margin: 0 0 0px 0;
    padding: 0;
}

section.menu-mobile ul li{
    display: block !important;
    list-style: none;
}

section.menu-mobile ul li > ul{
    display: none;
}



section.menu-mobile ul li > ul li a{
    background: #c31219;
    color: #FFF !important;
    border-bottom: 3px solid #FFF;
}

section.menu-mobile ul li a{
    background: #c31219;
    color: #FFF !important;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}


nav {
    margin: 35px 0 0 0;
    background: #c31219;
    border-radius: 30px;
    position: relative;
}

.fixed {

    top: 0;
    margin: 0;
    position: fixed;
    z-index: 1;
    border-bottom: 1px solid #FFF;

    border-top-left-radius: 0px;
    border-bottom-left-radius: 25px;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
}

.fixed ul li a:hover {
    color: #FFF;
    background: #231f20;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 25px;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
}

nav a.logo-coin {
    background: url('../images/ij_coin_red.png') no-repeat #FFF;
    width: 50px;
    height: 49px;
    display: block;
    position: absolute;
    border: 5px solid #FFF;
    background-size: 100%;
    border-radius: 90px;
    left: -45px;
    top: 3px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    display: block;
    float: left;
}

nav ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 34px;
    display: block;

}

nav ul li a:hover {
    color: #FFF;
    background: #231f20;
    border-radius: 30px;
}

nav ul li:last-child a:hover {
    padding: 15px 38px 15px 34px;
}


@media screen and (max-width: 1199px) {
    nav ul li a {
        color: #FFF;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 14px;
        display: block;

    }

    nav ul li:last-child a:hover {
        padding: 15px 18px 15px 18px;
    }


}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    nav ul li a {
        color: #FFF;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 24px;
        display: block;

    }

    nav ul li:last-child a:hover {
        padding: 15px 28px 15px 28px;
    }
}

section.main-news{
    margin: 35px 30px 0 30px;

}

section.main-news .container {
    padding: 0px 40px;
}

section.main-news .col-lg-8 .element {
    width: 100%;
    position: relative;
    height: auto;

}

section.main-news .col-lg-8 .element .social-button {
    float: right;
    margin: 0px 0px 0 0;
    /*background: rgba(0,0,0,0.5); !* For browsers that do not support gradients *!*/
    /*background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(104,104,104,1)); !*Safari 5.1-6*!*/
    /*background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(104,104,104,1)); !*Opera 11.1-12*!*/
    /*background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(104,104,104,1)); !*Fx 3.6-15*!*/
    /*background: linear-gradient(to top, rgba(0,0,0,0), rgba(104,104,104,1)); !*Standard*!*/
    padding: 30px 30px 10px 30px;
    width: 100%;
    position: absolute;
}

section.main-news .col-lg-8 .element .social-button a.fb {
    background: url('../images/icon_news_fb.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
}

section.main-news .col-lg-8 .element .social-button a.fb:hover {
    background-position: 0 -25px;
}

section.main-news .col-lg-8 .element .social-button a.tt {
    background: url('../images/icon_news_tt.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 5px 10px 5px;


    float: right;
}

section.main-news .col-lg-8 .element .social-button a.tt:hover {
    background-position: 0 -25px;
}

section.main-news .col-lg-8 .element .social-button a.ld {
    background: url('../images/icon_news_in.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
}

section.main-news .col-lg-8 .element .social-button a.ld:hover{
    background-position: 0 -25px;
}

@media screen and (max-width: 800px) {

    .mob {
        margin-top: 200px;
    }
    header {
        position: fixed;
        top: 0px;
        background: #FFF;
        z-index: 2;
        width: 100%;
        padding: 0 0 10px 0;
        border-bottom: 2px solid #c31219;
    }

    .main-news {
        position: relative !important;
        margin-bottom: 150px !important;
        top: 150px;
    }

    .icons {
        z-index: 2;
        position: relative;
    }

    section.main-news {
        position: relative;
        margin-top: -50px !important;
        z-index: 1;
        overflow: hidden;
    }

    section.main-news .col-lg-8 .element .social-button {
        position: relative;
        margin: 30px 0 0 0px;
        top: 50px;
        right: 0px;
    }

    section.main-news .col-lg-8 .element .social-button a {
        display: inline-block !important;
        margin: 3px !important;
    }

    section.main-news .col-lg-8 .element .data a {
        font-size: 20px !important;
    }

    section.main-news .col-lg-8 .element .data a.cat {
        font-size: 13px !important;
        margin-left: 0px !important;
    }

    section.main-news .col-lg-4 .element .social-button {
        position: relative;
        margin: 30px 0 0 0px;
        top: 0px;
        right: 5px;
    }

    section.main-news .col-lg-4 .element .social-button a {
        display: inline-block !important;
        margin: 3px !important;
    }

    section.main-news .col-lg-4 .element .data a {
        font-size: 20px !important;
    }

    section.main-news .col-lg-4 .element .data a.cat {
        font-size: 13px !important;
        margin-right: 0px !important;
    }

    section.main-news .container {
        padding: 0px 0px;
    }
}

section.main-news .col-lg-8 .element img.pic {
    width: 100%;
    display: block;
}


section.main-news .col-lg-8 .element .data {
    background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
    position: absolute;

    width: 100%;
    padding: 30px;
    color: #FFF;
    bottom: 0;

}


section.main-news .col-lg-8 .element .data a.title{
    font-size: 35px;
    color: #FFF;
    font-weight: bold;
    line-height: 40px;
}

section.main-news .col-lg-8 .element .data a.title:hover{
    color: #f0484f;
}

section.main-news .element .data .info-element {
    margin: 0 0 10px 0;
    font-size: 12px;
}

section.main-news .element .data .info-element a.cat {
    display: inline-block;
    background: #c31219;
    color: #FFF;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-weight: bold;
    margin: 0 0 15px -70px;
}

section.main-news .element .data .info-element a.cat:hover {
    background: #231f20;
}

@media screen and (max-width: 1199px) {

    section.main-news{
        margin: 35px 0px 0 0px;

    }

    section.main-news .element .data .info-element a.cat {
        display: inline-block;
        background: #c31219;
        color: #FFF;
        padding: 6px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        font-weight: bold;
        margin: 0 0 15px -40px;
    }

    section.main-news .col-lg-8 .element{
        margin-bottom: 30px;
    }

    section.main-news .col-lg-4 .element {
        margin-bottom: 30px !important;
    }

    section.main-news .col-lg-8 .element .data a.title{
        font-size: 15px;
        color: #FFF;
        font-weight: bold;
        line-height: 18px;
    }

    section.main-news .col-lg-8 .element .data {
        background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
        background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
        position: absolute;

        width: 100%;
        padding: 10px;
        color: #FFF;
        bottom: 0;

    }

}

section.main-news .col-lg-4 .element {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 0 13px 0;
}

section.main-news .col-lg-4 .element .social-button {
    float: right;
    margin: 0px 0px 0 0;
    /*background: rgba(0,0,0,0.5); !* For browsers that do not support gradients *!
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(104,104,104,1)); !*Safari 5.1-6*!
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(104,104,104,1)); !*Opera 11.1-12*!
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(104,104,104,1)); !*Fx 3.6-15*!
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(104,104,104,1)); !*Standard*!*/
    padding: 15px 15px 10px 15px;
    width: 100%;
    position: absolute;
}

section.main-news .col-lg-4 .element .social-button a.fb {
    background: url('../images/icon_news_fb.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
}

section.main-news .col-lg-4 .element .social-button a.fb:hover {
    background-position: 0 -25px;
}

section.main-news .col-lg-4 .element .social-button a.tt {
    background: url('../images/icon_news_tt.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 5px 10px 5px;


    float: right;
}

section.main-news .col-lg-4 .element .social-button a.tt:hover {
    background-position: 0 -25px;
}

section.main-news .col-lg-4 .element .social-button a.ld {
    background: url('../images/icon_news_in.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
}

section.main-news .col-lg-4 .element .social-button a.ld:hover{
    background-position: 0 -25px;
}

@media screen and (max-width: 800px) {

    /*section.main-news .col-lg-4 .element .social-button {
        position: relative;
        margin: 0 0 0 0px;
    }

    section.main-news .col-lg-4 .element .social-button a {
        display: inline-block !important;
        margin: 0 !important;
    }*/
}

section.main-news .col-lg-4 .element img.pic {
    width: 100%;
    display: block;
}

section.main-news .col-lg-4 .element .data {
    background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
    position: absolute;

    width: 100%;
    padding: 30px;
    color: #FFF;
    bottom: 0;
}


section.main-news .col-lg-4 .element .data a.title{
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
}

section.main-news .col-lg-4 .element .data a.title:hover{
    color: #c31219;
}

section.main-news .col-lg-4 .element .data .info-element a.cat {
    display: inline-block;
    background: #c31219;
    color: #FFF;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-weight: bold;
    margin: 0 -70px 0px 0;
    float: right;
}

section.main-news .col-lg-4 .element .data .info-element a.cat:hover {
    background: #231f20;
}


@media screen and (max-width: 1199px) {

    section.main-news .col-lg-7 .element .data a.title{
        font-size: 20px;
    }

    section.main-news .col-lg-4 .element .data a.title{
        font-size: 16px;
        color: #FFF;
        font-weight: bold;
        line-height: 18px;
    }

    section.main-news .col-lg-4 .element .data {
        background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
        background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
        position: absolute;

        width: 100%;
        padding: 10px;
        color: #FFF;
        bottom: 0;
    }

    section.main-news .col-lg-4 .element .data .info-element a.cat {
        display: inline-block;
        background: #c31219;
        color: #FFF;
        padding: 6px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        font-weight: bold;
        margin: 0 -40px 0px 0;
        float: right;
    }

}

.line {
    border-bottom: 1px solid #c31219;
    margin: 30px 0;
}

section.news {
    margin: 0 30px;
}

section.news .element {

}

section.news .element img.pic {
    width: 100%;
    display: block;
}

section.news .element a.cat {
    display: inline-block;
    background: #c31219;
    color: #FFF;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-weight: bold;
    position: relative;
    bottom: 80px;
    left: -12px;
}

section.news .element a.cat:hover {
    background: #231f20;
}

section.news .element .date-social {

}

section.news .element .date-social span.date {
    background: url('../images/icon_time.png') no-repeat;
    height: 18px;
    display: block;
    padding: 0 0 0 30px;
    margin: 0px 0 0 0;
    font-size: 15px;
}

section.news .element .date-social .social {
    float: right;
}

section.news .element .date-social .social a.fb {
    background: url('../images/icon_news_fb.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 0 0 0;
    cursor: pointer;
}

section.news .element .date-social .social a.tt {
    background: url('../images/icon_news_tt.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 0 0 5px;
    cursor: pointer;
}

section.news .element .date-social .social a.ld {
    background: url('../images/icon_news_in.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 0 0 5px;
    cursor: pointer;
}


section.news .element .date-social .social a:hover {
    background-position: 0 -25px;
}

section.news .element a.title {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 5px 0 15px;
}

section.news .element p {
    display: block;
    font-weight: lighter;
}

section.news a.more {
    display: block;
    width: 200px;
    text-align: center;
    margin: 30px auto;
    background: #c31219;
    border-radius: 30px;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

section.news a.more:hover {
    background: #231f20;
}

@media screen and (max-width: 1199px) {

    section.news .element {
        margin-bottom: 30px;
    }


}

section.reports {
    background: #231f20;
    color: #FFF;
    padding: 0 0 60px 0;
}

section.reports .reports-content {
    margin: 0 30px;
}

section.reports h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

section.reports h2:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}

section.reports .col-lg-8 .element {

}

section.reports .col-lg-8 .element img.pic {
    width: 100%;
}

section.reports .col-lg-8 .element h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

section.reports .col-lg-8 .element p {
    font-size: 16px;
    line-height: 30px;
}

section.reports a.more {
    display: block;
    width: 200px;
    text-align: center;
    margin: 70px 0 0 0;
    background: #c31219;
    border-radius: 30px;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

section.reports a.more:hover {
    background: #FFF;
    color: #231f20;
}

section.reports .reports-other {
    background: #FFF;
    color: #231f20;
    padding: 0 0 30px 0;
}

section.reports .reports-other h3 {
    color: #231f20;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #c31219;
    top: -40px;
    padding: 0 0 0 30px;
}

section.reports .reports-other h3:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 25px;
    margin-right: -15px;
    padding: 0;
}

section.reports .reports-other ul {
    margin: -50px 0 0 0;
    padding: 0;
    list-style: circle;
}

section.reports .reports-other ul li  {
    border-bottom: 1px solid #e9e8e8;
    font-size: 16px;
    list-style: circle;
    display: block;
}

section.reports .reports-other ul li a {
    padding: 20px 30px 20px 30px;
    display: block;
    width: 100%;
}

section.reports .reports-other img.img_report {
    width: 200px;
    display: block;
}

section.reports .reports-other a.more {
    display: block;
    width: 200px;
    text-align: center;
    margin: 30px auto 0px auto;
    background: #c31219;
    border-radius: 30px;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

section.reports .reports-other a.more:hover {
    background: #231f20;
}


@media screen and (max-width: 1199px) {

    section.reports .col-lg-8 .element img.pic {
        margin-bottom: 30px;
    }

    section.reports .col-lg-8 a.more {
        margin-bottom: 60px;
    }

}

section.news-ana {
    margin: 10px 30px 0 30px !important;

}

section.news-ana h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

section.news-ana h2:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}

section.news-ana h2 ul {
    margin: 0;
    padding: 0;
    float: right;
    margin: 60px 0 0 0;
    width: 70%;
    background: #c31219;
}

section.news-ana h2 ul li {
    list-style: none;
    display: block;
    float: right;
    background: #c31219;
    color: #FFF;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
}

section.news-ana h2 ul li:hover {
    background: #231f20;
}

section.news-ana h2 ul li.active {
    background: #231f20;
}

@media screen and (max-width: 1199px) {

    section.news-ana h2 ul {
        margin: 0;
        padding: 0;
        float: right;
        margin: 53px 0 0 0;
        width: 70%;
        background: #c31219;
    }


    section.news-ana h2 ul li {
        list-style: none;
        display: block;
        float: right;
        background: #c31219;
        color: #FFF;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
    }

}

section.news-ana .col-lg-4 {
    margin: 0 0 30px 0;
}

section.news-ana {
    margin: 10px 30px 0 30px !important;

}

section.news-ro {
    background: #231f20;
    color: #FFF;
    padding: 0 30px 60px 30px;
    margin: 0;
}

section.news-ro h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

section.news-ro h2:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}

section.news-ro .news-ro-content {
    margin: 0 30px 0 30px;
}

section.news-ro .news-ro-content .element {

}

section.news-ro .news-ro-content a.title {
    color: #FFF;
}

section.news-ro .news-ro-content a.title:hover {
    color: #c31219;
}

section.news-ro .news-ro-content .element .date-social .social a.fb {
    background: url('../images/icon_news_fb_white.png') no-repeat;

}

section.news-ro .news-ro-content .element .date-social .social a.tt {
    background: url('../images/icon_news_tt_white.png') no-repeat;
}

section.news-ro .news-ro-content .element .date-social .social a.ld {
    background: url('../images/icon_news_in_white.png') no-repeat;
}

section.news-ro .news-ro-content .element .date-social .social a:hover {
    background-position: 0 -25px;
}

@media screen and (max-width: 1199px) {


    section.news-ro {
        background: #231f20;
        color: #FFF;
        padding: 0 0px 60px 0px;
        margin: 0;
    }

    section.news-ro .news-ro-content .element {
        margin-bottom: 30px;
    }

}

section.news-ro .event {

}

section.news-ro .event img.pic {
    width: 100%;
    display: block;
}

section.news-ro .event .date {
    background: url('../images/icon_calendar.png') no-repeat;
    color: #c5161d;
    height: 65px;
    display: block;
    padding: 0 0 0 100px;
    font-size: 20px;
    font-weight: bold;
}

section.news-ro .event .date span {
    display: block;

}

section.news-ro .event  h4 {
    color: #FFF;
    display: block;
    margin: 50px 0 0 0;
}

section.news-ro .event h4 span {
    display: block;
}

section.news-ro .event .text {
    font-size: 16px;
    line-height: 28px;
}

section.news-ro a.more {
    margin: 60px auto 0 auto;
}

section.news-ro a.more:hover {
    background: #FFF;
    color: #231f20;
}

@media screen and (max-width: 1199px) {

    section.news-ro .event img.pic {
        margin-bottom: 30px;
    }


}

section.ij-tv {
    padding: 0 0 60px 0;
}

section.ij-tv h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

section.ij-tv h2:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}

section.ij-tv .element {

}

section.ij-tv .element img.pic {
    width: 100%;
    display: block;
    z-index: 1;
}

section.ij-tv .element a.title {
    background: #231f20;
    color: #FFF;
    width: 80%;
    margin: -60px auto 0 auto;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}

section.ij-tv .element a.title:hover {
    background: #c31219;
    color: #FFF;
}

section.ij-tv .element span.play {
    background: url('../images/icon_play.png') no-repeat #c31219;
    background-size: 100%;
    width: 39px;
    height: 39px;
    display: block;
    position: relative;
    z-index: 3;
    border-radius: 30px;
    border: 10px solid #c31219;
    margin: -30px auto 0 auto;
}

section.ij-tv a.more {
    display: block;
    width: 200px;
    text-align: center;
    margin: 60px auto 0px auto;
    background: #c31219;
    border-radius: 30px;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

section.ij-tv  a.more:hover {
    background: #231f20;
}

@media screen and (max-width: 1199px) {

    section.ij-tv .element {
        margin-bottom: 30px;
    }


}

section.magazine {

}

section.magazine .magazine-news {
    margin: 60px 0 0 0;
    background: #FFF;
    position: relative;
}

section.magazine .magazine-news .element {
    padding: 30px;
    border-left: 1px solid #bdbbbc;
    float: left;
}

section.magazine .magazine-news .element a {
    font-weight: bold;
    font-size: 20px;
    background: url('../images/icon_news_circle.png') no-repeat;
    padding: 0 0 0 25px;

}

section.magazine .arrow-left {
    background: url('../images/icon_arrows_left.png') no-repeat;
    width: 34px;
    height: 35px;
    display: block;
    position: absolute;
    bottom: 60px;
    left: -60px;
    cursor: pointer;
}

section.magazine .arrow-left:hover {
    background-position: 0 -35px;
}

section.magazine .arrow-right {
    background: url('../images/icon_arrows_right.png') no-repeat;
    width: 34px;
    height: 35px;
    display: block;
    position: absolute;
    bottom: 60px;
    right: -60px;
    cursor: pointer;
    float: right;
}

section.magazine .arrow-right:hover {
    background-position: 0 -35px;
}

@media screen and (max-width: 1199px) {
    section.magazine .arrow-left {
        display: none;
    }


    section.magazine .arrow-right {
        display: none;
    }

}

section.experts {
    margin: 0 30px;
}

section.experts h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

section.experts h2:before {
    content:"• ";
    color: #c31219;
    font-size: 88px;
    position: relative;
    top: 20px;
}

section.experts .element {

}

section.experts .element img.pic {
    width: 100%;
    display: block;
    border: 2px solid #c31219;
}

section.experts .element a.title {
    font-size: 25px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 30px 0 0 0;
}

section.experts .element a.title span {
    display: block;
    color: #c31219;
}

section.experts a.more {
    display: block;
    width: 200px;
    text-align: center;
    margin: 60px auto 0px auto;
    background: #c31219;
    border-radius: 30px;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

section.experts  a.more:hover {
    background: #231f20;
}

@media screen and (max-width: 1199px) {

    section.experts .element {
        margin-bottom: 30px;
    }

}


footer {
    margin: 60px 0 0 0;
    border-top: 1px solid #231f20;
    font-size: 16px;
}

footer .footer-content {
    border-top: 1px solid #c31219;
    margin: 1px 0 0 0;
    padding: 30px 30px;
}

footer a.logo {
    background: url('../images/logo.png') no-repeat;
    width: 235px;
    height: 50px;
    display: block;
    margin: 0px 0 0 0px;
}

footer .data {
    font-weight: lighter;
    margin: 30px 0 0 0;
    font-size: 16px;
}

footer .data span {
    display: block;
}

footer .copy {
    margin: 30px 0 0 0;
    font-weight: bold;
}



footer .links {

}

footer .links ul {
    list-style: none;
    display: block;
    margin: 0 0 0 30px;
    padding: 0;
}

footer .links ul li {

}

footer .links ul li a {
    text-transform: uppercase;
    background: url('../images/icon_footer_links.png') no-repeat;
    padding: 0 0 0 20px;
    color: #c31219;
    font-weight: bold;
    font-size: 16px;
}

footer .links ul li a:hover {
    color: #231f20;
}

footer .social {
    float: right;
}

footer .social h3 {
    color: #c31219;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

footer .social a.fb {
    background: url('../images/icon_fb.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 30px 15px 0 15px;
}

footer .social a.fb:hover {
    background-position: 0 -50px;
}

footer .social a.tt {
    background: url('../images/icon_tt.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 30px 15px 0 15px;
}

footer .social a.tt:hover {
    background-position: 0 -50px;
}


footer .social a.in {
    background: url('../images/icon_in.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 30px 15px 0 15px;
}

footer .social a.in:hover {
    background-position: 0 -50px;
}

footer .social a.ig {
    background: url('../images/icon_ig.png') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 30px 0px 0 15px;
}

footer .social a.ig:hover {
    background-position: 0 -50px;
}

footer .logos {

}

footer .logos p {
    display: block;
    font-size: 13px;
    font-weight: lighter;
    text-align: right;
    margin: 15px 0 0 0;
}

footer .logos img {
    margin: 30px 0 0 0;
    display: block;
    float: right;
}

@media screen and (max-width: 1199px) {

    footer .social h3 {
        text-align: left;
    }

    footer .social {
        margin-top: 30px;
        float: left;
    }


    footer .copy {
        margin-bottom: 30px;
    }

    footer .social a {

        margin: 30px 5px 0 5px !important;
    }



}

.none {
    display: none !important;
}

.none_ {
    display: none;
}

.block {
    display: block;
}

.arrow-up{
    background: url("../images/arrow_up.png") no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 50px;
    cursor: pointer;
}

@media screen  and (max-width: 980px) {

    .arrow-up{

        bottom: 10px;
        right: 10px;

    }

}