html {
    background-color: #000;
}
.t3-header {
    border-bottom: 3px solid #000;
}
.module-title {
    background-color: #fbd1c1;
    padding: 13px 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.module-title span {
    font-weight: bold;
}

ul.nav a {
    border-radius: 0;
    padding: 12px 5px !important;
    color: black;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.3s ease;
}

ul .active a {
    padding: 12px 5px !important;
    text-align: center !important;
    background-color: rgba(192, 192, 192, 0.71) !important;
    color: black !important;
    border-bottom: none;
    border-radius: 5px;
}
.head-search i {
    float: left;
    margin-right: 10px;
    font-size: 36px;
}
.header-email {
    line-height: 36px;
}
.sidebar-button {
    position: absolute;
    /*top: 20px;*/
    top: 117px;
    right: 18px;
    color: #DE2228 !important;
    font-size: 24px;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;

}
#collapse-sidebar {
    padding: 0;
}
.head-search p {

}
.btn-default {
    color: #FFFFFF;
    background-color: #f15a22;
    border:none !important;
    transition: all 0.3s ease;
}
.btn-default:hover {
    background-color: #000;
    color: #FFFFFF;
}
.readmore .btn-default {
    float: right;
}
.t3-copyright {
    background-color: #000;
    color: white;
}
.separator {
    background-color: #fbd1c1;
    padding: 13px 5px !important;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
a {
    color: #999999;
}
@media screen and (min-width: 768px) {
    .sidebar-button {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .header-email, .header-phone{
        text-align: center;
    }
    .header-email, .header-phone > p {
        white-space: nowrap;
    }
    .head-search i {
        float: none;
        margin-right: 0;
    }
    .head-search img {
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px) {
    .header-email, .header-phone{
        padding-top: 30px;
    }
}

.cusomIcons {
    display: flex;
    flex-wrap: wrap;
}
.cusomIcons__icons {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.cusomIcons__icon{
    font-size: 1.5em;
}

