/* Sticky footer styles
                -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    background-color: #000000;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #000000;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #000000;
    color: #f9d32f !important;
    
}


/* Custom page CSS
                -------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.bg-deknol {
    background-color: #000000 !important;
}
.text-muted-deknol {
    color: #f9d32f !important;
}

















































.boxactual {
    border: 1px solid #f9d32f;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.boxtitle {
    background-color: #f9d32f;
    padding: 10px;
    color: #000000;
}



/* Style the buttons that are used to open and close the accordion panel */
.acc {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .acc:hover {
        background-color: #ccc;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: block;
    overflow: hidden;
}


.acccont {
    /*padding: 20px 10px 20px 10px*/
    padding: 10px;
}

a.acclink {
    color: RGBA(33, 37, 41, 1) !important;
    text-decoration: none;
}

    a.acclink:hover {
        color: RGBA(33, 37, 41, 1) !important;
        text-decoration: underline;
    }



.nounderline {
    text-decoration: none !important;
}
.clicklogo, .clicklogo img {
    text-decoration: none !important;
    margin: 10px;
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    border: 0;
}
li.siteinfo {
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    list-style-type: none;
    margin-bottom: 7px;
}
a.siteinfolink {
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    color: #000000 !important;
    text-decoration: none;
}
.acccont ul {
    list-style-type: none;
    padding-left: 0;
}



.btn-fapper {
    color: #f9d32f;
    background-color: #000000;
    border-color: #000000;
}