body {
    background: url(../images/pattern2.png),radial-gradient(#333,#333);
    height: 100vh;
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
    width: 100%;
    overflow-x: hidden
}

#page_width {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background: -webkit-linear-gradient(left, #ffffff, #ffffff);
    background: -o-linear-gradient(right, #ffffff, #ffffff);
    background: -moz-linear-gradient(right, #ffffff, #ffffff);
    background: linear-gradient(to right, #ffffff, #ffffff);
    color: #212121;
    box-shadow: 0 0 40px #000;
    width: 100%;
    max-width: 1024px;
    overflow: hidden
}

.side_padding {
    padding: 0 60px
}

@media (max-width: 650px) {
    .side_padding {
        padding: 0 30px
    }
}

.padding_bottom_60 {
    padding-bottom: 60px
}

.padding_bottom_40 {
    padding-bottom: 0px
}

.padding_top_10 {
    padding-top: 10px
}

.padding_top_30 {
    padding: 30px 0 0!important
}

.padding_top_40 {
    padding: 40px 0 0!important
}

.padding_top_60 {
    padding: 60px 0 0!important
}

.margin_top_10 {
    margin-top: 10px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_40 {
    margin-top: 40px
}

.margin_bottom_60 {
    margin-bottom: 60px
}

.margin_bottom_30 {
    margin-bottom: 30px!important
}

.row {
    margin: 0
}

.zero_padding {
    padding: 0!important
}

.red {
    color: #c3000b!important
}

.blue {
    color: #020509!important
}

.white {
    color: #fff!important
}

.col-md-4 {
    padding: 0
}

.col-sm-6 {
    padding: 0
}

#popup_overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 1
}

#popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    border: 1px solid #fff;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5)
}

#popup_title {
    margin-top: -8px;
    font-size: 40px;
    line-height: 1.2
}

#popup_text {
    padding: 20px 0 10px
}

#popup_tiny {
    font-size: 10px;
    padding-bottom: 20px
}

@media (max-width: 650px) {
    #popup {
        width: 90%;
        padding: 25px
    }
}

#mobil_nav {
    width: 20px;
    height: 13px;
    background-image: url(/images/mobil_nav.png)
}

#head {
    width: 100%;
    height: 100px;
    display: inline-block;
    margin: 0;
    padding: 0
}

#logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

#topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 100px
}

#topnav li {
    float: left;
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

#topnav li a {
    color: #212121;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-transform: uppercase
}

.mobil_nav_toogle:first-child {
    float: right
}

.mobil_nav_toogle {
    display: none;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    float: left
}

.mobil_nav_toogle div {
    display: inline
}

.mobil_nav_toogle a {
    text-decoration: none;
    color: #fff
}

@media screen and (max-width:1000px) {
    #topnav {
        display: none
    }
    .mobil_nav_toogle {
        display: block
    }
    #logo {
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.language {
    vertical-align: initial;
}

#language_open {
    right: 0
}

#menu_open,
#language_open {
    padding-top: 27px;
    z-index: 9;
    position: fixed;
    height: 100vh;
    width: 200px;
    background-color: #1c2025;
    list-style-type: none
}

#menu_open div,
#language_open div {
    padding: 15px 0 0 50px;
    list-style-image: none
}

#menu_open a,
#language_open a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

#li_back {
    background: url(images/mobil_nav_back.png) no-repeat 10px 10px transparent
}

#li_home {
    background: url(images/mobil_nav_home.png) no-repeat 10px 10px transparent
}

#li_about {
    background: url(images/mobil_nav_about.png) no-repeat 10px 10px transparent
}

#li_accounts {
    background: url(images/mobil_nav_accounts.png) no-repeat 10px 10px transparent
}

#li_education {
    background: url(images/mobil_nav_education.png) no-repeat 10px 10px transparent
}

#li_promotions {
    background: url(images/mobil_nav_promotions.png) no-repeat 10px 10px transparent
}

#li_news {
    background: url(images/mobil_nav_news.png) no-repeat 10px 10px transparent
}

.li_back_right {
    background: url(images/mobil_nav_back_right.png) no-repeat 11px 10px transparent
}

#li_hungarian {
    background: url(images/hungarian.jpg) no-repeat 16px 18px transparent
}

#li_bulgarian {
    background: url(images/bulgarian.jpg) no-repeat 16px 18px transparent
}

#li_czech {
    background: url(images/czech.jpg) no-repeat 16px 18px transparent
}

#li_slovenian {
    background: url(images/slovenian.jpg) no-repeat 16px 18px transparent
}

#li_hr {
    background: url(images/hr.jpg) no-repeat 16px 18px transparent
}

#li_sr {
    background: url(images/sr.jpg) no-repeat 16px 18px transparent
}

#li_polish {
    background: url(images/polish.jpg) no-repeat 16px 18px transparent
}

#li_english {
    background: url(images/language.jpg) no-repeat 16px 18px transparent
}

.white_button_red_text {
    color: #c3000b;
    padding: 15px 25px!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #c3000b;
    transition: .5s;
    -webkit-transform: .5s;
    border-radius: 10px;
}
.white_button_red_text:hover {
    background-color: #c3000b;
    color: white;
    text-decoration: none;
}

.button_center {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0)
}

.red_button_white_text {
    background: none;
    color: #c3000b;
    padding: 15px 25px!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #c3000b;
    transition: .5s;
    -webkit-transform: .5s;
    border-radius: 10px;
}
.red_button_white_text:hover {
    background-color: #c3000b;
    color: white;
    text-decoration: none;
}

.line_text_container>.red_button_white_text {
    left: 30px;
    margin-top: 30px;
    border: none
}

a.red_button_white_text {
    color: #c3000b;
    padding: 15px 25px!important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #c3000b!important;
    border-radius: 10px;
}

.bold {
    font-weight: 700
}

.h1_container {
    margin-bottom: 20px
}

.h1_container_white {
    margin-bottom: 20px
}

.h1_container_white>h1 {
    color: #c3000b
}

.article_suggestion {
    margin-left: -12px;
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 40px;
    margin-top: 60px
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    color: #c3000b
}

h2,body.blog h2 {
    font-size: 18px;
    font-weight: 300;
    /* text-transform: uppercase; */
    margin: 0;
    padding-bottom: 10px
}

.text_highlight {
    border-left: solid 1px #fff
}

.text_highlight>p {
    padding-left: 30px;
    margin-top: 30px
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin: 0
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0
}

.advantages_header>h4 {
    left: 110px;
    margin-right: 170px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

@media (max-width: 650px) {
    .advantages_header>h4 {
        margin-right: 110px
    }
}

@media (min-width: 768px) {
    .advantages>.col-sm-6:first-child {
        padding-right: 10px !important;
    }
    .advantages>.col-sm-6:last-child {
        padding-left: 10px !important;
    }
}
@media (min-width: 768px) {
    #advantages>.col-sm-6:first-child {
        padding-right: 10px !important;
    }
    #advantages>.col-sm-6:last-child {
        padding-left: 10px !important;
    }
}

p {
    margin: 0
}

.justify {
    text-align: justify
}

.line_height_18 {
    line-height: 1.8
}

.center {
    text-align: center
}

.uppercase {
    text-transform: uppercase
}

#hero_header {
    font-size: 30px;
    position: relative;
    width: 90%;
    left: 5%;
    padding: 70px 0 20px
}

#hero_text {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 600px;
    width: 90%;
    padding: 10px 0 30px
}

#giant_left {
    font-family: 'Lato', sans-serif;
    font-size: 150px;
    display: inline-block;
    line-height: 150px;
}
@media (max-width: 650px) {
    #giant_left {
        font-size: 100px;
        line-height: 100px;
    }
}


#giant_right {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    display: inline-block
}

#giant_container {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url(images/crosshair.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 240px 0;
    margin: -240px 0
}

#hero_container {
    margin: 190px 0 0;
    background-image: -webkit-linear-gradient(left, #d8d8d8, #e6e6e6);
    background: -o-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: -moz-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: linear-gradient(to right, #d8d8d8, #e6e6e6)
}

#triangle_1 {
    position: relative;
    z-index: 1
}

#triangle_2 {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    margin-bottom: -1px
}

#triangle_3 {
    margin: 0 -60px 0px
}

#triangle_4 {
    margin: 20px -60px 0
}

#hero_video {
    position: relative;
    z-index: 1;
    margin-top: -300px;
    max-width: 560px;
    width: 560px;
    height: 315px;
    margin-left: auto;
    margin-right: auto
}

#hero_video iframe {
    height: 100%;
    width: 100%
}

@media (max-width: 850px) {
    #hero_video {
        margin-top: -260px;
        padding: 0 20px;
        height: 267px
    }
}

@media (max-width: 650px) {
    #hero_video {
        margin-top: -250px;
        width: 480px;
        height: 245px
    }
    #hero_container {
        margin: 190px 0 0
    }
    #triangle_2 {
        margin-top: -40px
    }
}

@media (max-width: 500px) {
    #hero_video {
        margin-top: -150px;
        width: 380px;
        height: 190px
    }
    #hero_container {
        margin: 100px 0 0
    }
    #triangle_2 {
        margin-top: -20px
    }
}

@media (max-width: 400px) {
    #hero_video {
        width: 300px;
        height: 148px
    }
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

#about {
    padding-top: 0
}

@media (max-width: 650px) {
    #about {
        padding-top: 40px
    }
}

#about_icons {
    padding-top: 60px
}

.about_icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.advantages_bullets {
    padding-top: 10px;
    list-style-type: none
}

.advantages_icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.advantages_header {
    position: relative;
    height: 120px
}

#payment_container {
    position: relative;
    display: inline-block;
    transform: translate(-50%, 0);
    left: 50%
}

#payment_container>img {
    padding: 20px 4px 0
}

.full_width_img {
    width: 100%
}

#news {
    background: -webkit-linear-gradient(left, #d8d8d8, #e6e6e6);
    background: -o-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: -moz-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: linear-gradient(to right, #d8d8d8, #e6e6e6);
    margin: 40px 0 0
}

#news_list {
    margin: 0
}

#news_list>.row {
    padding-top: 60px
}

.source {
    background-image: url(images/source.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 19.5% !important;
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .source {
        background-image: url(images/source_mobile.jpg);
        padding-top: 89.8% !important
    }
}

#news_list>.row>.col-sm-6:first-child {
    padding-right: 15px
}

#news_list>.row>.col-sm-6:nth-child(2) {
    padding-left: 15px
}

@media (max-width: 768px) {
    #news_list>.row>.col-sm-6:first-child {
        padding-right: 0
    }
    #news_list>.row>.col-sm-6:nth-child(2) {
        padding-left: 0;
        padding-top: 60px
    }
}

#news_list>.row:last-child {
    padding-bottom: 60px
}

#news>.row>.col-sm-6:first-child {
    padding-right: 15px;
}

#news>.row>.col-sm-6:nth-child(2) {
    padding-left: 15px;
}

@media (max-width: 768px) {
    #news>.row>.col-sm-6:first-child {
        padding-right: 0
    }
    #news>.row>.col-sm-6:nth-child(2) {
        padding-left: 0
    }
}

.date {
    display: inline-block;
    background-color: rgba(47, 52, 59, .1);
    padding: 5px 10px!important;
    margin: 10px 0 30px 0px
}

.date.white {
    background-color: rgba(255, 255, 255, .1)
}

.article_date {
    position: relative;
    top: 6px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .1);
    padding: 5px 10px!important
}

@media (max-width: 768px) {
    .article_date {
        margin-left: 0
    }
}

.news_list_image {
    width: 100%;
    transition: all 400ms linear;
    padding: 10px 0 30px 0px;
}

#news+#promotions {
    padding-top: 30px
}

#promotions {
    padding-top: 0;
    padding-bottom: 20px
}

.promotion_img {
    width: 100%
}

.promotion {
    border: solid 1px #c3000b;
    padding: 30px;
    margin-bottom: 40px
}

.percentage {
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    line-height: 70px
}

.promotion_left {
    width: 45%
}

.promotion_left>a.red_button_white_text {
    margin-left: 0;
    margin-top: 0
}

.promotion_right {
    left: 10%;
    width: 45%
}

@media (max-width: 768px) {
    .promotion {
        border: none;
        margin-bottom: 60px;
        padding: 0
    }
    .promotion:last-child {
        margin-bottom: 20px
    }
    .promotion_left {
        width: 100%
    }
    .promotion_right {
        padding-top: 10px;
        left: 0;
        width: 100%
    }
}

.promotion_left>h2 {
    padding-bottom: 20px;
    padding-top: 10px
}

#education {
    padding-top: 40px
}

#education_list>.row>.col-sm-6:first-child {
    padding-right: 15px
}

#education_list>.row>.col-sm-6:nth-child(2) {
    padding-left: 15px
}

#education>.row>.col-sm-6:first-child {
    width: 45%;
    padding-bottom: 60px
}

#education>.row>.col-sm-6:nth-child(2) {
    left: 10%;
    width: 45%;
    padding-bottom: 60px
}

@media (max-width: 768px) {
    #education>.row>.col-sm-6:nth-child(odd) {
        width: 100%
    }
    #education>.row>.col-sm-6:nth-child(2n) {
        left: 0;
        width: 100%
    }
}

body.blog .date,body.news .date,.big_date {
    font-size: 20px;
    display: inline-block;
    background-color: rgba(47, 52, 59, .1);
    padding: 5px 10px!important;
    margin: 10px 0 30px 0px;
    color: rgb(33, 33, 33);
}

#education_list>.row {
    margin-bottom: 60px
}

@media(max-width: 768px) {
    #education_list>.row>.col-sm-6:first-child {
        margin-bottom: 60px
    }
}

#legal {
    background-color: rgba(0, 0, 0, .1)
}

#legal_text {
    padding: 60px 0;
    font-size: 10px;
    opacity: .7
}

#registration>.row>.col-sm-6:first-child {
    padding: 0 30px 40px 0
}

#registration>.row>.col-sm-6:last-child {
    padding: 0 0 40px 30px
}

@media (max-width: 768px) {
    #registration>.row>.col-sm-6 {
        padding: 0 0 40px!important
    }
}

.input_text {
    color: #020509;
    padding-bottom: 3px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #020509;
    outline: none;
    width: 100%
}

.input_dropdown {
    color: #020509;
    padding: 3px 3px 3px 8px;
    background-color: transparent;
    border: none;
    border: 1px solid #020509;
    outline: none;
    width: 100%;
    background: url(images/arrow.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

option {
    background-color: #fff
}

.row+.checkbox {
    height: 26px;
    margin-bottom: 30px
}

input[type="checkbox"] {
    opacity: 0;
    height: 26px;
    width: 26px;
    z-index: 2
}

.input_checkbox {
    margin: 0!important
}

input[type="checkbox"] + label {
    border: 1px solid #020509;
    height: 26px;
    width: 26px;
    display: inline-block
}

input[type="checkbox"]:checked + label {
    background-image: url(images/tick.png)
}

.checkbox>p {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 15px;
    width: 100%
}

#terms {
    padding-top: 60px
}

#terms>.line_text_container {
    margin-top: 60px
}

#terms>.line_text_container:last-child {
    margin-bottom: 60px
}

#registration {
    background-image: -webkit-linear-gradient(left, #d8d8d8, #e6e6e6);
    background: -o-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: -moz-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: linear-gradient(to right, #d8d8d8, #e6e6e6);

}

#registration>#triangle_3 {
    margin: 0 -60px
}

#registration>#triangle_4 {
    margin: 0 -60px
}

@media(max-width: 768px) {
    #registration>#triangle_3 {
        margin: 0 -60px 30px
    }
    #registration>#triangle_4 {
        margin: 30px -60px 0
    }
}

.error {
    background-color: #cd161b;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 20px
}

.confirm {
    background-color: #209f20;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 20px
}

#login>a {
    display: inline-block;
    padding-bottom: 20px;
    text-decoration: none
}

#login {
    background-image: -webkit-linear-gradient(left, #d8d8d8, #e6e6e6);
    background: -o-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: -moz-linear-gradient(right, #d8d8d8, #e6e6e6);
    background: linear-gradient(to right, #d8d8d8, #e6e6e6);
}

#login>#triangle_3 {
    margin: 0 -60px
}

#login>#triangle_4 {
    margin: 0 -60px
}

#login>.row>.col-sm-6:first-child {
    padding: 0 30px 20px 0
}

#login>.row>.col-sm-6:last-child {
    padding: 0 0 20px 30px
}

@media (max-width: 768px) {
    #login>.row>.col-sm-6 {
        padding: 0 0 20px!important
    }
}

@media(max-width: 768px) {
    #login>#triangle_3 {
        margin: 0 -60px 30px
    }
    #login>#triangle_4 {
        margin: 30px -60px 0
    }
}

#password>a {
    display: inline-block;
    padding-bottom: 20px;
    text-decoration: none
}

#password {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #bf0400, #fa2841);
    background: -o-linear-gradient(right, #bf0400, #fa2841);
    background: -moz-linear-gradient(right, #bf0400, #fa2841);
    background: linear-gradient(to right, #bf0400, #fa2841)
}

#password>#triangle_3 {
    margin: 0 -60px
}

#password>#triangle_4 {
    margin: 0 -60px
}

#password>.row>.col-sm-6:first-child {
    padding: 0 30px 20px 0
}

#password>.row>.col-sm-6:last-child {
    padding: 0 0 20px 30px
}

@media (max-width: 768px) {
    #password>.row>.col-sm-6 {
        padding: 0 0 20px!important
    }
}

@media(max-width: 768px) {
    #password>#triangle_3 {
        margin: 0 -60px 30px
    }
    #password>#triangle_4 {
        margin: 30px -60px 0
    }
}

#password>.row>.col-sm-6>.input_text {
    border-bottom: 1px solid #fff
}

#password>.error {
    color: #cd161b;
    background-color: #fff
}

.accordion {
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url(images/accordion_closed.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 30px;
    cursor: pointer
}

.panel {
    max-height: 0;
    overflow: hidden;
    border: none;
    background: transparent
}

.panel.show {
    opacity: 1;
    max-height: 600px
}

.accordion_header {
    display: inline-block;
    text-align: left
}

.accordion_text {
    padding: 15px 0 0
}

.accordion_border {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px
}

.hide {
    padding: 0;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent
}

.accordion.active {
    background-image: url(images/accordion_opened.png)!important
}

.accordion_border:last-child {
    margin-bottom: 60px
}

.pagination {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 0 60px
}

.page_button {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin: 0 -2px
}

.previous_page {
    width: 25px;
    text-align: left
}

.page_number {
    width: 50px;
    text-align: center
}

.next_page {
    width: 25px;
    text-align: right
}

.page_button:hover {
    color: #cd161b;
    border-bottom: 1px solid #cd161b;
    font-weight: 700
}

.page_active {
    color: #cd161b;
    border-bottom: 1px solid #cd161b;
    font-weight: 700
}

.balance {
    background-color: #ffffff;
    display: inline-block
}

.balance>.balance_line>.title,
.balance>.balance_line>.amount,
.balance>.balance_line>.divider {
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px
}

.balance>.amount {
    font-weight: 700
}

.balance_line {
    display: inline-block
}

@media (max-width: 600px) {
    .balance_line {
        display: block
    }
    .balance_line>.divider {
        display: none!important
    }
    .balance_line>.title {
        float: left
    }
    .balance_line>.amount {
        float: right
    }
}

.payment_method>option {
    color: #020509
}

.white_input {
    color: #fff;
    border-bottom: 1px solid #fff
}

.my_account>.row>.col-sm-6:first-child {
    padding-right: 30px
}

.my_account>.row>.col-sm-6:last-child {
    padding-left: 30px
}

@media (max-width: 768px) {
    .my_account>.row>.col-sm-6:first-child {
        padding-right: 0
    }
    .my_account>.row>.col-sm-6:last-child {
        padding-left: 0
    }
}

.payment_icon_background {
    background-color: #fff;
    padding: 10px 0
}

.payment_icon {
    padding-right: 10px
}

.prombody p {
    line-height: 30px
}

.redlink {
    color: #c3000b!important
}

.whitelink {
    color: #fff!important;
    font-weight: bolder;
    text-decoration: underline
}

#login>.row>a {
    margin-left: 0;
    margin-top: 0
}

#bottom {
    margin-top: 20px;
    margin-bottom: 20px
}

.bottom_separator {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 450px) {
    #copyright {
        display: block
    }
    #first_bottom_separator {
        display: none
    }
}

#popup>a:hover {
    text-decoration: none;
    color: #cd161b!important
}

@media (max-width: 450px) {
    #popup>.pull-right {
        top: 20px;
        display: table;
        float: inherit!important;
        position: relative;
        margin-bottom: 20px
    }
}

#news_list>.h1_container {
    margin-bottom: 0!important
}

.table {
    height: 60px
}

.table-head {
    margin-top: 30px;
    font-weight: 700
}

.table:nth-child(odd) {
    background-color: #d4d6d9;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7
}

.table>.col-xs-4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.stat_title,
.stat_value {
    display: inline-block;
    min-width: 150px;
    line-height: 2
}

.table:last-child {
    margin-bottom: 60px
}

@media (max-width: 600px) {
    .table>.col-xs-4:nth-child(3n) {
        display: none
    }
    .table>.col-xs-4:nth-child(1) {
        width: 60%
    }
    .stat_title,
    .stat_value {
        min-width: 0;
        margin-right: 10px
    }
}

#fbtrack {
    display: none
}

.footersocial {
    padding: 60px 0px 10px 0px;
}

#news_list>.container-fluid>.full_width_img {
	padding-top: 30px;
}

.blog_list_image {
    width: 100%;
    padding: 10px 0 30px 30px;
}
ul {
    padding-left: 15px
}
.cookie-bar {
  padding: 10px 0px 10px 0px;
  color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #c3000b;
  color: white;
  font-size: 13px;
  z-index: 999;
}
.cookie-text>a {
  margin-left: 10px;
  color: #c3000b;
  text-decoration: none;
  background-color: white;
  padding: 2px 6px 2px 6px;
  font-weight: 700;
}
.darkBorder{
    border: 1px solid #020509;
    padding:4px;
    color:#020509;
}