h1, .h1 {
    font-size: 3rem !important;
    font-family: 'Lato', sans-serif !important;
}

h2, .h2 {
    font-size: 2.5rem !important;
    font-family: 'Lato', sans-serif !important;
}

h3, .h3 {
    font-size: 2rem !important;
    font-family: 'Lato', sans-serif !important;
}

h4, .h4 {
    line-height: 2rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.btn {
    border-radius: 0rem !important;
}

.underheadline {
    color: #69d3ed;
    font-weight: bold;
}


.jumbotron2 {
    background-color: #69d3ed;
    margin-bottom: 2rem;
    padding: 2rem;
}

.jumbotron {
    border-radius: 0rem !important;
    padding: 1rem !important;
}

.nominationgs_main_bg {
    background-color: #69d3ed;
}

.carousel-caption {
    color: #000;
}

.text-white {
    color: #ffffff;
}

.text-blue {
    color: #69d3ed !important;
}

.text-grey {
    color: #9a9a9a !important;
}


.text-lato {
    font-family: 'Lato', sans-serif;
}


.icon_light_grey {
    color: #f7f7f7 !important;
}

.icon_grey {
    color: #8f8f8f !important;
}

.icon_green {
    color:  #27ae60;
}

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

A.card-link {color: #444647; text-decoration:none;}
A.card-link:visited {color: #333333; }
A.card-link:hover {text-decoration: none; color: #000;}

A.card-link-lato {color: #444647; text-decoration:none; font-family: 'Lato', sans-serif;}
A.card-link-lato:visited {color: #333333; }
A.card-link-lato:hover {text-decoration: none; color: #000;}


A.ilink { color: #5cd1ed; text-decoration:none;}
A.ilink:visited {color: #69d3ed; }
A.ilink:hover {text-decoration: underline;}

A.imenu { color: #000; text-decoration:none; font-size: 0.8rem;}
A.imenu:visited {color: #333333; }
A.imenu:hover {text-decoration: underline;}

A.wlink { color: #FFFFFF; text-decoration: underline;}
A.wlink:visited {color: #FFFFFF; }
A.wlink:hover {text-decoration: none;}

A.blink { color: #000000; font-family: 'Lato', sans-serif; text-decoration: none;}
A.blink:visited {color: #000000; }
A.blink:hover {text-decoration: none;}


A.title { font-size:1.7em; color: #000000; text-decoration:none; line-height: 1.15 !important; display: inline-block;}
A.title:visited {text-decoration: none;}
A.title:hover {text-decoration: none; color: #2c3e50;}


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


ul {
    list-style-type: square;
}

blockquote {
    font-size: 1.3rem !important;
    color: #000;
    margin-bottom: 1.7rem !important;
    padding: 0rem 1rem !important;
    border-left-color: #69d3ed;
    border-style: solid;
    border-width: 0 0 0 5px;
}

.page-item.active .page-link {
    background-color: #69d3ed !important;
    border-color: #69d3ed !important;
    color: #fff !important;
    z-index: 2;
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
    margin-left: 0;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.page-link {
    color: #5cd1ed !important;
    border: 1px solid #69d3ed !important;
}

.list-group-item.active {
    background-color: #69d3ed !important;
    border-color: #69d3ed !important;
}

.list-group-item:last-child {
    border-bottom-right-radius: .0rem !important;
    border-bottom-left-radius: .0rem !important;
}

.list-group-item:first-child {
    border-top-right-radius: .0rem !important;
    border-top-left-radius: .0rem !important;
}

@media (max-width: 768px) {
    .list-group {
        margin-top: 1rem !important;

    }
}



.table th, .table td {
    vertical-align: middle !important;
    line-height: 1.1 !important;
}

.table-active, .table-active > td, .table-active > th {
    background-color: #69d3ed !important;
    color: #ffffff !important;
    font-weight: bold;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #b71c1c !important;
    color: #ffffff !important;
}

.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_reviews {
    display: block;
    margin-bottom: -0.1rem;
    position: relative;
}
.card-block_reviews {
    padding: 0rem;
}


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


.page-header {
    border-bottom: 5px solid #34495e;
    margin: 1rem 0 1.5rem;
    padding-bottom: 0.6rem;
}

.title-header {
    border-bottom: 3px solid #bdc3c7;
    margin: 1rem 0 0.8rem;
    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;
}


@media (max-width: 768px) {
    .img_news {width: 100%;}
}

img {
    height: auto !important;
    max-width: 100% !important;
}

.img_full {
    height: auto;
    width: 100% !important;
}

.news_id {
    line-height: 1.3;
    font-size: 1.4rem;
    color: #686868 !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;
}

.right_banners{
    background-color: #f7f7f9;
    text-align: center;
    padding: 20px;
}

@media (max-width: 768px) {
    .top_banners {display:none;}
}


.progress {
    height: 1.5rem !important;
    margin-bottom: 0.5rem !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;
}

.share_icon_vk {
    font-size: 1.5rem;
    color: #567ca4;
}

.share_icon_facebook {
    font-size: 1.5rem;
    color: #48649F;
}

.share_icon_twitter {
    font-size: 1.5rem;
    color: #55ACEE;
}

.share_icon_google {
    font-size: 1.5rem;
    color: #DD4F43;
}

.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: #69d3ed !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: #69d3ed !important;
    font-weight: bold;

}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 16px !important;
}

.nav-padding {
    padding-top: 0.5rem !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #69d3ed !important;
    border-color: #69d3ed #69d3ed #69d3ed;
    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 #69d3ed !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #69d3ed #69d3ed #69d3ed;
}


.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    background-color: #69d3ed;
    color: #fff;
    outline: 0 none;
    text-decoration: none;

}

.dropdown-item.active, .dropdown-item:active {
    background-color: #69d3ed !important;

}

.dropdown-menu {
    border-radius: 0rem !important;
    margin-top: 0.3rem !important;
}

.table-responsive {
    display: inline-table !important;
    overflow-x: auto;
    width: 100%;
}

@media (max-width: 768px) {
    .table-responsive {display: block !important;}
}


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

.footer {
    margin-top: 1rem;
    padding: 2rem;
    background: #69d3ed;
    color: #ffffff;
}

.footer_list {
    color: #9e9d24;
    list-style-type:square;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}

.card-bottom {
    margin-bottom: 1.5rem;
}

.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: 1000px) {
    .carousel {display:none !important;}
}

.earAdv {display:none;}
@media (min-width: 768px) {
    .earAdv {display:block; height:600px; width:120px; position: fixed; top:180px;}
    .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: #69d3ed;
    border-radius: 0px;
    bottom: 15px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    padding: 10px 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 4000;
}
