@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    line-height: 1.3 !important;
}

.main-title{
    font-family: 'Playfair Display', serif;
}

.main-text {
    font-size: 1.2rem;
    line-height: 1.3;
}


.icon_light_grey {
    color: #f7f7f7 !important;
}

.icon_grey {
    color: #8f8f8f !important;
}

.icon_green {
    color:  #9e9d24;
}

.icon_red {
    color:  #d14233;
}

.icon_yellow {
    color:  #f39c12;
}

.icon_mild {
    color:  #607d8b;
}

.icon_white {
    color:  #ffffff;
}

.icon_comments {
    color: #777;
}

.icon_brokers {
    max-width:100px !important;
}

.btn-success {
    background-color:  #9e9d24 !important;
    border-color: #9e9d24 !important;
}

.btn-success:hover {
    background-color: #827717 !important;
    border-color: #827717 !important;
}

.badge-default {
    background-color: #9e9d24 !important;
    color: #ffffff !important;
}

A.ilink { color: #827717; text-decoration:none;}
A.ilink:visited {color: #9e9d24; }
A.ilink:hover {text-decoration: underline;}

A.imenu { color: #000; text-decoration:none;}
A.imenu:visited {color: #333333; }
A.imenu:hover {text-decoration: none;}

A.blink { color: #000; text-decoration:none;}
A.blink:visited {color: #333333; }
A.blink:hover {text-decoration: underline;}

A.wlink { color: #FFFFFF; text-decoration:none;}
A.wlink:visited {color: #f2f2f2; }
A.wlink:hover {text-decoration: underline;}

/*A.title { font-size:1.5em; color: #000000; text-decoration:none; display: inline-block;}*/
/*A.title:visited {text-decoration: none;}*/
/*A.title:hover {text-decoration: none; color: #2c3e50;}*/

A.title_main { font-size:1.6em; color: #000000; border-bottom: 1px solid #9e9d24; transition: border-bottom-color 0.3s ease 0s; text-decoration:none; margin-bottom: 15px; line-height: 1.15 !important; display: inline-block;}
A.title_main:visited {text-decoration: none;}
A.title_main:hover {text-decoration: none; border-bottom-color: transparent;}

A.votefor {font-size:1em; color: #9e9d24; font-weight:bold; text-decoration: underline;}
A.votefor:visited {text-decoration: underline;}
A.votefor:hover {text-decoration: none;}

A.voteagainst {font-size:1em; color: #d14233; font-weight:bold; text-decoration: underline;}
A.voteagainst:visited {text-decoration: underline;}
A.voteagainst:hover {text-decoration: none;}


a.main_news_active {
    border-bottom: 1px solid #9e9d24;
    color: #000000;
    line-height: 1.2;
    transition: border-bottom-color 0.3s ease 0s;
}

a.main_news_active:visited {
    color: #9e9e9e;
}

a.main_news_active:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

a.e_choice {
    color:  #9e9d24;
    text-decoration: none;
}

a.e_choice:hover {
    border-bottom-color: transparent;
    text-decoration: underline;
}

.fin_ads {
    line-height: 1.2;
    font-size: 1.5rem;
    color: #404850;
}

.main_news_date {
    color: #9e9d24;
    font-size: 0.8rem;
}

.main_icons {
    color: #9e9d24;
    font-size: 1.4rem;
}

.news_line {
    border-top: 3px solid #e5e5e5;
    display: block;
    list-style: outside none none;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-top: 2px;
    position: relative;
}

.news_id {
    line-height: 1.3;
    font-size: 1.4rem;
    color: #686868 !important;
}

.lead {
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.main_line {
    border-top: 5px solid #9e9d24;
    display: block;
    list-style: outside none none;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-top: 2px;
    position: relative;
}

.menu_line {
    border-bottom: 3px solid #9e9d24;
    display: block;
    list-style: outside none none;
    margin-bottom: 1rem;
    margin-top: 0rem;
    padding-top: 0px;
    position: relative;
}

.jumbotron-gallery {
    background-color: #f7f7f9;
    padding: 1.3rem;
}

.jumbotron-menu {
    background-color: #f7f7f9;
    padding: 1.1rem;
}

.jumbotron {
    border-radius: 0rem !important;
    padding: 1rem !important;
}

.deck-gallery {
    height: 420px !important;
}

@media (max-width: 768px) {
    .deck-gallery {
        height: 1670px !important;
    }
}

@media (min-width: 576px) {

    .card-deck .card:not(:first-child) {
        margin-left: 5px !important;
    }
    .card-deck .card:not(:last-child) {
        margin-right: 5px !important;
    }
}
.deck-gallery-comments {
    height: 580px !important;
}

@media (max-width: 768px) {
    .deck-gallery-comments {
        height: 1650px !important;
    }
}

.td-inline {
    white-space: nowrap !important;
}

ul {
    list-style-type: square;
}

li {
    padding-top: 0.5rem;
}

.list-group-item:first-child {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #9e9d24 !important;
    border-color: #9e9d24 !important;
    color: #ffffff !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .list-group {
        margin-top: 1rem !important;

    }
}


.page-item.active .page-link {
    background-color: #9e9d24 !important;
    border-color: #9e9d24 !important;
    color: #fff !important;
}

.page-link {
    color: #9e9d24 !important;
}

.accordion_padding {
    padding: 0.8rem;
}

h1, .h1 {
    font-size: 2rem !important;
}

h2, .h2 {
    font-size: 1.7rem !important;
}

h3, .h3 {
    font-size: 1.5rem !important;
}

h4, .h4 {
    font-size: 1.3rem !important;
}

.table-responsive-fix{
    display:table !important;
}


.table th, .table td {
    vertical-align: middle !important;
    line-height: 1.1 !important;
}

.table-active, .table-active > td, .table-active > th {
    background-color: #f0f4c3 !important;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #b71c1c !important;
    color: #ffffff !important;
}


blockquote {
    font-size: 1.55rem !important;
    color: #000000 !important;
    margin-bottom: 1.5rem !important;
    padding: 0rem 1rem !important;
    border-left-color: #9e9d24;
    border-style: solid;
    border-width: 0 0 0 3px;
}

.comments_group {
    font-size: 0.95rem !important;
    margin-bottom: 1.5rem !important;
    padding-left: 1rem !important;
    border-left-color: #eceeef;
    border-style: solid;
    border-width: 0 0 0 3px;
}





.breadcrumb {
    background-color:#f7f7f9 !important;
    border-radius: 0 !important;
}

.boldfont {
    font-weight: bold;
}

.alert {
    margin-bottom: 0.7rem!important;
    padding: 10px!important;
    border-radius: 0 !important;
}

.alert-grey {
    background-color: #F9F9F9;
    border-color: #eceeef;
    color: #000;
}


.collapse.in {
    display: inline !important;
}

.card {
    border-radius: 0rem !important;
}

.card-block {
    padding: 0.70rem !important;
}

.card-block_reviews {
    padding: 0.2rem;
}


.card-img-top {
    border-radius: 0 !important;
    width: 100% !important;
}

@media (min-width: 576px) {

    .card-deck .card:not(:first-child) {
        margin-left: 5px !important;
    }
    .card-deck .card:not(:last-child) {
        margin-right: 5px !important;
    }
}

.empty_line {
    display: block;
    margin-bottom: 3rem;
    position: relative;
}

.empty_line_10 {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.carousel-indicators {
    padding-top: 0.5rem !important;
    position: static;
}

.page-header {
    border-bottom: 5px solid #9e9d24;
    margin: 1rem 0 1.5rem;
    padding-bottom: 0.6rem;
}

.title-header {
    border-bottom: 3px solid #34495e;
    padding-bottom: 5px;
}

.modal-title {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
}

.img_news {
    border: 0 none;
    float: left;
    margin: 0 25px 10px 0;
    width: 50%;
}


.imgads{
    border: 0px;
    float: left;
    margin: 0px 10px 5px 0;

}


.img_platforms {
    border: 0px;
    float: left;
    margin: 0px 10px 5px 0;
}

@media (max-width: 768px) {
    .img_news {width: 100%;}
}

img {
    height: auto !important;
    max-width: 100% !important;
}

.img_full {
    height: auto;
    width: 100% !important;
}


.carousel-indicators li {
    background-color: #fff !important;
    border: 1px solid #000 !important;
}

.carousel-indicators .active {
    background-color: #827717 !important;
}

.search_form {
    width: 300px !important;
}

iframe  {
    max-width: 100% !important;
}

.top_banners{
    margin-top: 8px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    .top_banners2 {display:none;}
}


.right_banners{
    background-color: #f7f7f9;
    text-align: center;
    padding: 20px;
}

.progress {
    height: 1.5rem !important;
    margin-bottom: 0.5rem !important;
}

.btn-outline-success {
    color: #9e9d24 !important;
    border-color: #9e9d24 !important;
}

.btn-outline-success:hover {
    color:#fff !important;
    background-color:#9e9d24 !important;
    border-color:#9e9d24 !important;}


.bs-callout {
    border-color: #eee;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0.25rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    padding: 1.25rem;
}

.bs-callout-danger {
    border-left-color: #c0392b;
}

.bs-callout-success {
    border-left-color: #827717;
}


.icon_top {
    padding: 0.5rem;
    font-size: 1.5rem;
}

.navbar {
    padding: 0.1rem 0.1rem 0.3rem 0.7rem !important;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
    background-color: #9e9d24 !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
    color: #9e9d24 !important;
    font-weight: bold;

}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 16px !important;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #9e9d24 !important;
    border-color: #9e9d24 #9e9d24 #9e9d24;
    color: #fff !important;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    color: #000 !important;
}

.nav-tabs {
    border-bottom: 3px solid #9e9d24 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #9e9d24 #9e9d24 #9e9d24;
}

.flag {
    background-image: url("/img/lang.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 0;
    width: 16px;
}

.jp_m{
    background-position: -172px -2px ;
}

.ua_m{
    background-position: -148px -2px ;
}

.ae_m{
    background-position: -123px -2px ;
}

.ru_m{
    background-position: -96px -2px ;
}

.gb_m{
    background-position: -67px -1px ;
}

.ind_m{
    background-position: -38px -1px ;
}

.cn_m{
    background-position: -11px -1px ;
}

.es_m{
    background-position: -248px -3px ;
}

.fr_m{
    background-position: -223px -3px ;
}

.de_m{
    background-position: -198px -3px ;
}


.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    background-color: #9e9d24;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #9e9d24 !important;
}



table.rating th { text-align:center; vertical-align: middle; font-size:0.8em !important; padding: 0.8rem !important;}
table.rating td { text-align:center; vertical-align: middle; padding: 0.8rem !important; }

table.main-page th {padding: 0.35rem !important;}
table.main-page td {padding: 0.35em !important;}


table.params { border-collapse: collapse; empty-cells: show; }
table.params th { text-align:center !important; vertical-align: top; padding: 15px 15px; border-top: 1px solid #DCDCDB; background-color: #f7f7f9; text-align: right; font-weight: normal; white-space: nowrap; }
table.params td { vertical-align: top; padding: 10px 10px; border-top: 1px solid #DCDCDB; }


.thead-inverse th {
    background-color: #9e9d24 !important;
    color: #fff;
}

.comment-block {
    padding: 0.9rem;
    border: 0.065rem solid #ecf0f1 !important;
}

.answer-block {
    padding: 0.9rem;
    background-color: #ecf0f1;
    border: 0rem solid !important;
}
.comment {
    margin-top: 0.55rem;
    position: relative;
}

.card-bottom {
    margin-bottom: 1.5rem;
}

.card-body {
    padding: 1rem !important;
}

.card-top {
    margin-top: 1.5rem;
}
.news-block {
    background-color: #000000;
    padding: 7px 10px;
}

@media (max-width: 768px) {
    .card-mobile {
        margin-top: 1rem !important;

    }
}

@media (max-width: 768px) {
    .mobile_top {display:none;}
}

@media (max-width: 576px) {
    .menu_top {display:none;}
}


.earAdv {display:none;}
@media (min-width: 768px) {
    .earAdv {display:block; height:600px; width:120px; position: fixed; top:170px;}
    .earAdv.right {right:50%; margin-right:-690px; text-align:left;}
    .earAdv.left {left:50%; margin-left:-690px; text-align:right;}
}

.modal-header-adv {
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.modal-sm {
    max-width: 440px !important;
}

.modal-dialog {
    margin: 100px auto !important;
}

#toplink {
    background-color: #9e9d24;
    border-radius: 0px;
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    padding: 10px 5px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 4000;
}

/*new styles*/

h1, h2, h3 {
    font-family: 'Playfair Display', serif !important;
}

.h1, .h2, .h3 {
    font-family: 'Playfair Display', serif !important;
}

A.card-title { font-size:1.3em; font-family: 'Playfair Display', serif; color: #000000; font-weight: 500; text-decoration: none; line-height: 1.3 !important; display: block;}
A.card-title:visited {text-decoration: none; color: #6c757d;}
A.card-title:hover {text-decoration: none; color: #6c757d;}

A.header-logo { font-size:2.5em; font-family: 'Playfair Display', serif; color: #000000; font-weight: 600; text-decoration: none;}
A.header-logo:visited {text-decoration: none; }
A.header-logo:hover {text-decoration: none; color: #9e9d24;}

A.title-logo { font-size:2.1em; font-family: 'Playfair Display', serif; color: #000000; font-weight: 600; text-decoration: none;}
A.title-logo:visited {text-decoration: none; }
A.title-logo:hover {text-decoration: none; color: #6c757d;}

.forex-header {
    line-height: 1;
    border-bottom: 3px solid #9e9d24;
}

.bg-dark {
    background-color: #827717 !important;
}

.forex-footer {
    margin-top: 3rem;
    padding: 1.5rem 0;
    color: #999;
    background-color: #827717;
    border-top: 3px solid #9e9d24;
}

A.id-title { font-size:1.2em; font-family: 'Playfair Display', serif; color: #000000; font-weight: 600; text-decoration: none; }
A.id-title:visited {text-decoration: none; color: #000000;}
A.id-title:hover {text-decoration: none; color: #9e9d24;}

A.menu-link-white { color: #ffffff; font-size:1.1em; padding-bottom: 0.7rem; font-weight: 500; text-decoration: none; display: block;}
A.menu-link-white:hover {color: #9e9d24; }

.text-green {
    color: #9e9d24;;
}

.text-success {
    color: #9e9d24 !important;
}