body {
    color: #2a2a2a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 0 !important
}

.loading {
    background: #fff !important;
    min-height: 600px;
    position: relative;
    transition: height 10s;
    -webkit-transition: height 10s;
}
.loading * {
    display: none !important;
}

.loading:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 100px;
    height: 100px;
    background: url(../img/mobile/rolling.svg) no-repeat 50% 50% #fff;
    content: '';
}

.ripple-effect{
    display: block;
    text-decoration:none;
    position:relative;
    overflow:hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index:0;
}

.ripple-effect:hover{
    z-index:1000;
}

.ink {
    display: block;
    position: absolute;
    background:#d3d3d3;
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    opacity: 0.7
}

.animate {
    -webkit-animation:ripple 0.50s linear;
    -moz-animation:ripple 0.50s linear;
    -ms-animation:ripple 0.50s linear;
    -o-animation:ripple 0.50s linear;
    animation:ripple 0.50s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

/* Menu Sidebar */

.mm-opening #mm-blocker { background: rgba( 0, 0, 0, 0.2 ); transition: background 1s ease 0.3s;}

.mm-line .mm-title{
    font-size: 14px;
    padding: 10px 10px 10px 20px
}

.mm-categories {
    font-size: 14px;
    overflow: auto !important;
    white-space: inherit !important;
}

.mm-categories a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}

.mm-categories .label-default {
    font-weight: 400;
    background: #F3F3F3;
    color: #888;
}

.mm-switch {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px !important;
}

.mm-switch-container {
    display: flex !important;
    justify-content: space-between;
    padding: 20px 10px 10px 20px !important;
}

.mm-switch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.mm-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: #F3F3F3;
    display: block;
    border-radius: 100px;
    position: relative;
}

.mm-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100px;
    transition: 0.3s;
}

.mm-switch input:checked + label {
    background: #005294;
}

.mm-switch input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.mm-switch label:active:after {
    width: 25px;
}

/* End Menu Sidebar */

.header {
    border-radius: 0 0 20px 0;
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 255, .1);
    overflow: hidden;
    position: relative;
}

.header__content {
    padding: 15px 15px 0 15px;
    display: flex;
    justify-content: space-between;
}

.toggle-menu a {
    background: url(../img/mobile/menu-icon.svg) scroll 0 0 #ffffff;
    background-repeat: no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
    padding: 15px 0;
}

.search {
}

.search a.icon__search {
    background: url(../img/mobile/search.svg) scroll 0 0 #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    display: inline-block;
    padding: 15px 0;
}


.search a.icon__close {
    background: url(../img/mobile/close.svg) scroll 0 0 #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    display: inline-block;
    padding: 15px 0;
}

.search__container {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;

}

.search__content {
    margin: 15px 0;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.search__content .form-control {
    width: 100%;
}
/* Menu Categories */

.menu__categories ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.menu__categories ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.menu__categories ul li a {
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    border-bottom: 4px solid #ffffff;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400;
    vertical-align: bottom;
}

.menu__categories  ul li a.active,
.menu__categories  ul li a:focus,
.menu__categories  ul li a:hover {
    color: #005294;
    text-decoration: none;
    border-bottom: 4px solid #005294;
    font-weight: bold;
}

/* Menu fixed */

.menu__sections__container {
    background: #fff;
    border-top: 1px solid #ddd;
    width:100%;
    display: flex;
    justify-content: space-between;
}

.menu__fixed {
    position: fixed;
    bottom: 0;
}

.box__section__container a {
    padding: 10px 15px;
    text-align: center;
    display: block;
}

@media (max-width: 320px) {
    .box__section__container a {
        padding: 10px;
    }
}

.box__section__container .icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.icon__section__1 {
    background-image: url(../img/mobile/home.svg);
}

.icon__section__2 {
    background-image: url(../img/mobile/speaker.svg);
}

.icon__section__3 {
    background-image: url(../img/mobile/antenna.svg);
}

.icon__section__4 {
    background-image: url(../img/mobile/world.svg);
}

.icon__section__5 {
    background-image: url(../img/mobile/newspaper.svg);
}

.menu__news__container .icon__section__1 {
    background-image: url(../img/mobile/back.svg);
}

.menu__news__container .icon__section__2 {
    background-image: url(../img/mobile/comment.svg);
}

.menu__news__container .icon__section__3 {
    background-image: url(../img/mobile/font.svg);
}

.menu__news__container .icon__section__4 {
    background-image: url(../img/mobile/share.svg);
}

.title__section {
    color: #005294;
    font-weight: 600;
    padding-top: 5px;
    font-size: 14px;
    display: block;
}

.menu__change__font {
    background: #fff;
    border-top: 1px solid #ddd;
    width: 100%;
    z-index: 10000
}

.change__font__container {
    background-color: #f5f5f5;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mmenu-mobile .change__font__container{
    background: #fff;
    display: flex !important;
}

.btn__change__font .btn {
    margin-left: 15px;
}

.change__font__close {
    background-color: #ffffff;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.change__font__close .btn {
    padding: 6px 12px;
    display: inline-block;
}

/* Home page */

.title__category {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0
}

.title__article a {
    color: #005294;
    font-size: 16px;
    font-weight: 400;
}

.title__article a:visited {
    color: #888;
}

.title__article__big {
    padding: 15px 15px 0 15px;
}

.title__article__big a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.image__article__big {
    margin: 15px 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.image__article__big img{
    text-align: center;
    margin: 0 auto;
}

.text__article__big {
    padding: 0 15px 15px 15px;
}

.text__article__big a {
    color: #2a2a2a;
    font-size: 16px;
}

.article__container {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.article__content {
    display: block;
}

.image__article {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    margin-right: 15px;
}

@media (min-width: 728px) {
    .image__article {
        width: 100%;
        height: 140px;
    }
}

.image__article img{
    width: 100%;
    height: 100%;
}

.article__content__title {
    display: inline-block;
}

.article__date {
    border-radius: 3px;
    font-size: 15px;
    color: #888888;
    padding: 0 5px;
    margin-right: 10px;
    background: #FAFAFA;
    display: inline-block;
    float: left;
}

.fixed__articles {
    margin-bottom: 15px;
}

.fixed__articles .image__article {
    width: 100%;
    height: 100px;
}

/* News */

.breadcrumb {
    margin-bottom: 0;
}

.pager__news {
    margin: 20px 0 0 0;
}

.news__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.news__publish {
    font-size: 14px;
    color: #cdcdcd;
    margin-bottom: 10px;
    display: block;
}

.news__image {
    width: 100%;
    margin: 15px 0;
}

.news__captain {
    font-size: 14px;
    color: #cdcdcd;
}

.news__content {
    font-size: 16px;
}

.news__content .mwayss_div, .news__content iframe {
   width: 100%;
}

.news__info {
    border-top: 1px solid #ebebeb;
    margin: 15px 0;
    padding-top: 15px;
}

.news__comments {
    background: #EEEEEE;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.title__more__news {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 0;
}

.social-media {
    margin: 15px 0;
    border-top: 1px solid #ddd;
}

.icon__share {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
}

.icon__share.facebook {
    background: #3c5a97
}

.icon__share.twitter {
    background: #00aced
}

.icon__share .fa {
    padding: 10px
}

.at-expanding-share-button[data-position=bottom-right] {
    bottom: 30px !important;
    right: 15px !important;
}

.at-expanding-share-button .at-expanding-share-button-toggle-bg {
    box-shadow: none !important;
}

.at-expanding-share-button .at-expanding-share-button-toggle-bg>span {
    background-image: url(../img/mobile/share.svg) !important;
    background-size: 65%;
    background-color: #ffffff !important;
}

/* Comments */

.comments {
    background: #f5f5f5;
}

.news__comments__title {
    font-size: 18px;
    color: #2a2a2a
}

.comments__name {
    font-weight: 700;
}

.comments__date {
    color: #999;
}

.comments__content {
    word-wrap: break-word;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    margin: 10px 0;
}

.comments__view__2 {
    padding-left: 25px;
    border-left: 2px solid #eaeaea
}

.comments__view__3 {
    padding-left: 25px;
    border-left: 2px solid #eaeaea
}

/* Utile */

.list-group-utils .list-group-item {
    border: 0;
    padding: 20px 0;
}

.list-group-utils .list-group-item a {
    color: #2a2a2a;
    display: flex;
    justify-content: space-between;
}

.list-group-utils .list-group-item .fa {
    color: #999;
}

.sitemap {
    margin: 15px 0;
}

.sitemap a {
    color: #005294
}

/* Footer */

.scroll__top__container {
    margin: 15px 0;
}

.scroll__top {
    color: #337ab7;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.footer {
    background: #EEEEEE;
    padding: 15px 0;
    text-align: center;
}

@media (min-width: 728px) {
    .footer {
        text-align: left;
    }
}

.footer__links {
    margin: 15px 0;
}

.footer__links li {
    display: inline-block;
    padding-right: 15px;
}