/*!
 * @ibfadiga - Home HTML Template
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

:root {
  --kibColor: rgb(0, 255, 0);
  --kibshadow: 3px 4px 4px rgba(213, 213, 213, 0.5);
}
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Lato';
    /*background-color: rgba(146, 139, 139, .24)*/
    background-color: #f2f2f2
}
.pub-b {
    z-index: 10;
    margin-top: -1em;
    position: relative
}
#slider {
    width: 100%;
    position: relative;
    overflow: hidden
}
@keyframes load {
    from {
        left: -100%
    }
    to {
        left: 0
    }
}
.slides {
    width: 400%;
    height: 100%;
    position: relative;
    -webkit-animation: slide 30s infinite;
    -moz-animation: slide 30s infinite;
    animation: slide 30s infinite
}
.slider {
    width: 25%;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden
}
.slide img {
    height: 69%
}
.legend {
    border-left-width: 453px;
    border-left-style: solid;
    border-left-color: transparent;
    border-left: 400px solid rgba(12, 12, 12, .2);
    border: 453px solid transparent;
    border-bottom-width: 453px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom: 0;
    position: absolute;
}
.content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    padding-left: 1em
}
.content-txt {
    width: 400px;
    height: 150px;
    float: left;
    position: relative;
    -webkit-animation: content-s 7.5s infinite;
    -moz-animation: content-s 7.5s infinite;
    animation: content-s 7.5s infinite
}
.content-txt h1 {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-bottom: 10px
}
.content-txt h2,
h4 {
    font-size: 14px;
    font-style: italic;
    color: #fff;
    text-align: left
}
.content-txt h4 a {
    color: #fff
}
.switch {
    width: 120px;
    height: 10px;
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 30px
}
.switch>ul {
    list-style: none
}
.switch>ul>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
    float: left;
    margin-right: 5px;
    cursor: pointer
}
.switch ul {
    overflow: hidden
}
.on {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f39c12;
    position: relative;
    -webkit-animation: on 30s infinite;
    -moz-animation: on 30s infinite;
    animation: on 30s infinite
}
@-webkit-keyframes slide {
    0%,
    100% {
        margin-left: 0
    }
    21% {
        margin-left: 0
    }
    25% {
        margin-left: -100%
    }
    46% {
        margin-left: -100%
    }
    50% {
        margin-left: -200%
    }
    71% {
        margin-left: -200%
    }
    75% {
        margin-left: -300%
    }
    96% {
        margin-left: -300%
    }
}

@-moz-keyframes slide {
    0%,
    100% {
        margin-left: 0
    }
    21% {
        margin-left: 0
    }
    25% {
        margin-left: -100%
    }
    46% {
        margin-left: -100%
    }
    50% {
        margin-left: -200%
    }
    71% {
        margin-left: -200%
    }
    75% {
        margin-left: -300%
    }
    96% {
        margin-left: -300%
    }
}

@keyframes slide {
    0%,
    100% {
        margin-left: 0
    }
    21% {
        margin-left: 0
    }
    25% {
        margin-left: -100%
    }
    46% {
        margin-left: -100%
    }
    50% {
        margin-left: -200%
    }
    71% {
        margin-left: -200%
    }
    75% {
        margin-left: -300%
    }
    96% {
        margin-left: -300%
    }
}

@-webkit-keyframes content-s {
    0% {
        left: -420px
    }
    10% {
        left: 0
    }
    30% {
        left: 0
    }
    40% {
        left: 0
    }
    50% {
        left: 0
    }
    60% {
        left: 0
    }
    70% {
        left: 0
    }
    80% {
        left: -420px
    }
    90% {
        left: -420px
    }
    100% {
        left: -420px
    }
}

@-moz-keyframes content-s {
    0% {
        left: -420px
    }
    10% {
        left: 0
    }
    30% {
        left: 0
    }
    40% {
        left: 0
    }
    50% {
        left: 0
    }
    60% {
        left: 0
    }
    70% {
        left: 0
    }
    80% {
        left: -420px
    }
    90% {
        left: -420px
    }
    100% {
        left: -420px
    }
}

@keyframes content-s {
    0% {
        left: -420px
    }
    10% {
        left: 20px
    }
    15% {
        left: 0
    }
    30% {
        left: 0
    }
    40% {
        left: 0
    }
    50% {
        left: 0
    }
    60% {
        left: 0
    }
    70% {
        left: 0
    }
    80% {
        left: -420px
    }
    90% {
        left: -420px
    }
    100% {
        left: -420px
    }
}

@-webkit-keyframes on {
    0%,
    100% {
        margin-left: 0
    }
    21% {
        margin-left: 0
    }
    25% {
        margin-left: 15px
    }
    46% {
        margin-left: 15px
    }
    50% {
        margin-left: 30px
    }
    71% {
        margin-left: 30px
    }
    75% {
        margin-left: 45px
    }
    96% {
        margin-left: 45px
    }
}

@-moz-keyframes on {
    0%,
    100% {
        margin-left: 0
    }
    21% {
        margin-left: 0
    }
    25% {
        margin-left: 15px
    }
    46% {
        margin-left: 15px
    }
    50% {
        margin-left: 30px
    }
    71% {
        margin-left: 30px
    }
    75% {
        margin-left: 45px
    }
    96% {
        margin-left: 45px
    }
}

@keyframes on {
    0%,
    100% {
        margin-left: 0
    }
    21% {
        margin-left: 0
    }
    25% {
        margin-left: 15px
    }
    46% {
        margin-left: 15px
    }
    50% {
        margin-left: 30px
    }
    71% {
        margin-left: 30px
    }
    75% {
        margin-left: 45px
    }
    96% {
        margin-left: 45px
    }
}
.code {
    width: 600px;
    height: auto;
    margin: 20px auto;
    padding: 10px 20px;
    background: #222;
    border-left: 10px solid #aaa;
    font-family: arial;
    font-size: 16px;
    color: #fff
}
.code span {
    color: #89a978
}
.edit-ar {
    text-align: right
}
.edit-ar i {
    color: green
}
#detail article {
    /*font-family: kibml-content-sans-serif-font, "Sentinel A", "Sentinel B", Georgia, serif*/
    font-family: 'Poppins';
}
.start {
    padding: initial
}
.section-back {
    background: rgba(255, 255, 255, 0.61);
    padding-top: 12px;
    border: 1px solid #cecece
}
.post-body {
    font-size: 18px;
    text-shadow: initial
}
.content-art {
    background: rgba(255, 255, 255, .9);
    padding: 10px;
    margin-top: 1em
}
.logo {
    width: 11em;
    z-index: 15;
    margin-top: -3em;
    position: relative;
}
.search-query:focus+button {
    z-index: 3
}
#banner {
    margin-bottom: 4px
}
.banner {
    float: right;
    padding-bottom: 2em;
    z-index: 2
}
section {
    float: left;
    width: 100%
}
.s_devise,
.s_sondage,
.s_weather {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center
}
.s-footer,
.s-free-expression,
.s-migration,
.s-video {
    margin-top: 1em;
    background: rgba(255, 255, 255, .76);
    float: left;
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 2em
}
.rigth-bannier {
    position: relative;
    float: right;
    margin-top: -2em;
    z-index: 12;
    text-shadow: 0 0 3px #000;
    color: #fff
}
.rigth-bannier a {
    color: #fff
}
.page {
    margin: 2em
}
.post-header {
    margin: 0 0 6px
}
.art {
    background-color: #fff
}
.art a {
    text-decoration: none;
    color: #1a2a1a
}
.art-title {
    min-height: 2em;
    max-height: 2em
}
.pub {
    margin-top: -2em;
    color: var(--kibColor)
}
.card {
    border-radius: .25rem;
    padding: 5px
}
.heading-large {
    border-bottom: 1px solid #fff;
    color: #000;
    float: left;
    width: 100%;
    padding: 0 0 6px;
    margin: 0 0 18px;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(213, 213, 213, .5);
    padding: 10px
}
.heading-large span {
    float: right
}
#sticky {
    background-color: rgba(222, 222, 222, .9);
    width: 100%
}
#sticky.stick {
    position: fixed;
    bottom: -5px;
    z-index: 10000
}
.tickercontainer {
    background: #fff;
    margin: 0;
    padding: 0
}

ul.newsticker {
    background: #fff;
    position: relative;
    left: 750px;
    font-size: 15px;
    list-style-type: none;
    display: ruby
}
li.newsticker {
    display: inline
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    margin: 0 50px 0 0
}
#admin-index .pagination {
    float: right;
    margin: 7px 0 7px 0;
    color: #fff
}
.pagination {
    float: right;
    margin: 7px 0 7px 0
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    background-color: #93c54b;
    border-color: #76bb12;
    cursor: default
}
.pagination>li>a,
.pagination>li>span {
    margin-left: 1px;
    line-height: 1.42857;
    color: #315131;
    font-size: 10px;
    border: 0 none;
    padding: 5px 9px 5px 9px
}
.pagination .active {
    color: #fff;
    background-color: #315131
}
.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px
}
.badge-yellow,
.label-yellow {
    background-color: #aea68e!important
}
.website {
    font-size: 19px;
    text-align: center
}
.carousel-indicators .active {
    background-color: #2980b9
}
.carousel-inner img {
    width: 100%;
    min-height: 27em;
    max-height: 27em
}
.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 4%, rgba(0, 0, 0, .5) 32%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(4%, rgba(0, 0, 0, .1)), color-stop(32%, rgba(0, 0, 0, .5)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 4%, rgba(0, 0, 0, .5) 32%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 4%, rgba(0, 0, 0, .5) 32%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 4%, rgba(0, 0, 0, .5) 32%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 4%, rgba(0, 0, 0, .5) 32%, #000 100%);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-top: 5px;
    padding-left: 15%;
    padding-right: 15%
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
    margin-top: 5px;
    font-size: 10px;
    color: #fff
}

@media (min-width:970px) {
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 15px
    }
}
.transition-timer-carousel .carousel-indicators {
    bottom: 0;
    margin-bottom: 5px
}
.transition-timer-carousel .carousel-control {
    z-index: 11
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0 0 0;
    border: none;
    z-index: 11;
    position: relative
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: green;
    color: #fff;
    background: rgba(0, 40, 0, .8)
}
.container img {
    max-width: 100%;
    min-width: 100%
}
#index {
    margin-top: 1em
}
#index a:focus,
a:hover {
    text-decoration: none;
    color: #aaa0a0;
    text-decoration: none
}
#index img {
    border: 0;
    width: 100%;
    max-height: 8em
}
.media__tag {
    color: #00b334;
    padding-top: 3px;
    font-size: smaller
}
.footer-bottom {
    padding-bottom: 3em
}
.footer-bottom p.pull-left {
    padding-top: 6px
}
.footer-bottom p.pull-right {
    color: #1b503f;
    font-size: 1.5em
}

footer {
    padding: 1em
}
.footer h3 {
    border-bottom: 1px solid #1b503f;
    color: #1b503f;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase
}
.footer ul {
    list-style-type: none;
    padding: 0
}
.footer ul li a {
    display: block
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0!important;
    padding-bottom: 0
}
.newsletter-box {
    overflow: hidden
}
.btn-primary {
    background: var(--kibColor)
}
.social li {
    background: none repeat scroll 0 0 #1b503f;
    border: 2px solid #00682d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    border: 2px solid #bdbfc2
}
.social li a {
    color: #edeff1
}
.social li a i {
    color: #edeff1!important
}
.payments {
    font-size: 1.5em
}
.badge {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1;
    color: #e8e8e8;
    vertical-align: middle;
    background-color: var(--kibColor);
    border-radius: 2px
}
.article-caption {
    position: absolute;
    max-width: 90%;
    text-align: center;
    background-color: var(--kibColor);
    margin-top: -3em;
    padding-right: 5px;
    padding-left: 5px
}
.article-caption a {
    color: #000
}
.article_post_title {
    color: #008c23;
    text-align: left;
    border-bottom: 3px solid #df0a0a;
    padding-bottom: 1em;
    text-shadow: var(--kibshadow);
}
.art .glyphicon {
    font-size: smaller
}
.article-img {
    object-fit: cover;
    /*max-height: 30em;*/
    height: 100%;
    width: 100%;
    text-shadow: 8px 9px 4px #0b3710;
}
.el-title {
    padding: 5px;
    height: 7.3em;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, .08)
}
.art-title .element-title,
.el-title .title,
.video-title {
    font-size: smaller
}
#about .container-fluid {
    font-size: medium
}
a {
    color: #060000
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000
}
.amount {
    text-align: right
}
.form-search {
    width: 100%
}
#custom-search-input {
    padding: 3px;
    border: solid 1px #e4e4e4;
    border-radius: 6px;
    background-color: #fff
}
#custom-search-input input {
    border: 0;
    box-shadow: none
}
.btn-primary {
    background: var(--kibColor)
}
#custom-search-input button {
    margin: 2px 0 0 0;
    background: 0 0;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc
}
#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc
}
#custom-search-input .glyphicon-search {
    font-size: 23px
}