
.latest-news-list .card-horizontal .card-body
{
    /* height: 10vw; */
    /* max-height: 135px; */
    overflow: hidden;
}
.world-news-slider.row .card-block .card-body
{
    height: 86px;
    overflow: hidden;
}


.share-icons-v2
{
    transition: all .3s;
    display: none;
}
.share-icons-v2 img
{
    width: 0;
    height: 0;
    display: inline !important;
}
.share-icons-v2-container.active
{
    border: 1px solid;
    border-radius: 15px;
    padding: 0 5px;
    border-color: #00bcd4;
    min-width: 115px;
    background: #fff;
}
.share-icons-v2-container.active .share-icons-v2
{
    display: inline-block;
}
.share-icons-v2-container.active .share-icons-v2 img
{
    width: 13px;
    height: 13px;
    vertical-align: unset;
    cursor: pointer;
    transition: all .3s;
}
.share-icons-v2-container.active .share-icons-v2 img:hover
{
    transform: scale(2);
}


.loadArchive {
    text-align: center;
    padding: 20px 0 0;
}
.loadArchive a {
    font-size: 16px;
    line-height: 3;
    background: #fff;
    box-shadow: 0 2px 20px 3px rgb(182 182 182 / 50%);
    display: inline-block;
    padding: 0 15px;
    color: #03c2fc;
    text-decoration: none;
}

.main-search-inner .form-control {
    width: 100%;
}

.main-nav .nav>a.nav-link {
    padding-right: 0.85rem;
}
button
{
    border: none;
}
.location-scroll
{
    overflow-x: hidden;
}
.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 57%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.country-point.active {
    height: 20px !important;
    width: 20px;
}
.country-point {
    height: 12px !important;
    width: 12px;
}
.country-point.canada
{
    top: 18%; left: 14%;
}
.country-point.canada.active
{
    top: 17%; left: 13%;
}
.country-point.usa
{
    top: 34%; left: 16%;
}
.country-point.usa.active
{
    top: 33%; left: 15%;
}
.country-point.brz
{
    top: 67%; left: 28%;
}
.country-point.brz.active
{
    top: 66%; left: 27%;
}
.country-point.icl
{
    top: 18%; left: 37%;
}
.country-point.icl.active
{
    top: 17%; left: 36%;
}
.country-point.alg
{
    top: 43%; left: 41%;
}
.country-point.alg.active
{
    top: 42%; left: 40%;
}
.country-point.in
{
    top: 48%; left: 59.4%;
}
.country-point.in.active
{
    top: 47%; left: 58.4%;
}
.country-point.ru
{
    top: 15%; left: 70%;
}
.country-point.ru.active
{
    top: 14%; left: 69%;
}
.country-point.ch
{
    top: 38%; left: 65%;
}
.country-point.ch.active
{
    top: 37%; left: 64%;
}
.country-point.au
{
    top: 77%; left: 74%;
}
.country-point.au.active
{
    top: 76%; left: 73%;
}
.country-point
{
    /* max-width: 12px !important; */
    padding: 0;
}
.country-point.active 
{
    padding: 3px 5px;
}
/*.btn-location*/
/*{*/
/*    padding-left: 5px*/
/*}*/
.breadcrumb  {
    background-color: #fff !important;
}

.no-a {
    text-decoration: none;
    color: inherit;
}
.no-a:hover {
    text-decoration: underline;
    color: inherit;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.alert-danger {
    color: red;
    background: #ff000014;
}
.alert-success {
    color: rgb(19, 158, 33);
    background: #15ff0014;
}

/* .card-block-small .card-body {
    height: 100px;
    overflow: hidden;
} */
/* .card-horizontal .card-title a {
    font-size: 18px;
} */
@media (min-width: 1150px)
{
    /* .news-card .card-horizontal .card-title {
        font-size: 2.75rem;
        line-height: 25px;
    } */
}
.btn-location {
    white-space: unset;
}
.black-divider {
    width: 100%;
    height: 4px;
    background: black;
}
.big-section-title {
    font-size: 70px;
    text-align: center;
    font-style: italic;
    padding: 0px 0 0 0;
    border-top: 1px solid #f3f3f3;
    font-weight: 200;
    background: repeating-linear-gradient(
        300deg,
        #f3f3f3,
        #f3f3f300 3px,
        #f3f3f300 9px,
        #ffffff00 10px
    );
    padding-top: 5px;
    line-height: 1;
    font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 767px) {
    .big-section-title 
    {
        font-size: 65px;
    }
}
@media (min-width: 1260px)
{
    article h1, article .h1 {
        font-size: 3.3rem;
        font-weight: normal;
    }
}
@media (min-width: 1260px) {
    .news-head {
        padding: 20px 20px 50px;
    }
}
.editor 
{
    padding-bottom: 15px;
}
.news-head {
    padding-bottom: 0 !important;
}

.select2-container {
    width: 100% !important;
}

.masthead-wrapper .mast-heading > span
{
    width: auto !important;
}
.masthead-wrapper .mast-heading::before, .masthead-wrapper .mast-heading::after {
    height: 38px !important;
}
.masthead-wrapper .mast-heading 
{
    width: auto;
}

.main-block {
    margin-top: 30px;
}
@media (max-width: 400px) {
    .main-block {
        margin-top: 20px;
    }
}

.main-nav .nav>a.nav-link {
    padding-right: 0.5rem;
}
.masthead-wrapper.blue-slide .breaking-slider-container
{
    max-height: 250px !important;
    /* overflow: hidden; */
}
.countries-dropdown .dropdown-menu::before,
.countries-dropdown .dropdown-menu::after
{
    margin-left: -200px;
}
.logout_button{background-color: transparent;font-weight: 700;font-size: 0.75rem;}

@media (max-width:676px) {
    .main-nav .nav>a.nav-link {
        padding-right: 0rem;
    }
}