.fr-15 { margin-top: 15px; }
.text-dark { color: #252525; }
.fs-12px { font-size: 12px !important; }
.fs-13px { font-size: 13px !important; }
.m-3 { margin: 1.5rem !important; }
.mt-3 { margin-top: 1.5rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.ml-3 { margin-left: 1.5rem !important; }
.mr-3 { margin-right: 1.5rem !important; }
#top-bar .top-bar-content { width: 50%; }
#top-bar .top-bar-buttons {
    /* display: table-cell; */
    display: none;
    margin: 0;
    vertical-align: middle;
    width: 25%;
}
.top-inner-h-btn {
    padding: 5px 10px;
    color: #fff;
    background: #D94647;
}
.top-inner-h-btn:hover {
    text-decoration: none !important;
    background: #b33434;
}
.pre-top-bar {
    background: #252525;
    padding-top: 15px;
    padding-bottom: 15px;
}
.title-hover:hover { color: #D94647; }
.col-lg-c5, .col-md-c5, .col-sm-c5, .col-xs-c5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.col-xs-c5 {
    width: 20%;
    float: left;
}
.c-footer-link { padding-left: 0 !important; }
#main-nav .sub-menu { width: 250px; }
#footer-widgets .widget .widget-title {
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.project-item .effect-honey .gallery-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 1.4em 30px;
    width: 100%;
    text-align: left;
    color: #fff;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
}
.project-item .effect-honey:hover .gallery-title {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.project-item figure .gallery-title {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}

.whatsapp-btn {
    position: fixed;
    left: 0px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    background: #00d95f;
    z-index: 9999;
    border-radius: 3px;
    color: #fff;
}
.whatsapp-btn:hover { color: #fff; }

.container-404 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.title-404 {
    font-size: 10rem;
    font-weight: bold;
}
.title-404 span { color: #D94647; }

/* CUSTOM */
@media (min-width: 480px) {
    .pre-top-bar { padding-bottom: 0px; }
}
/* SM */
@media (min-width: 768px) {
    .d-sm-none { display: none !important; }
    .col-sm-c5 {
        width: 20%;
        float: left;
    }
}

/* MD */
@media (min-width: 992px) {
    .d-md-none { display: none !important; }
    .col-md-c5 {
        width: 20%;
        float: left;
    }
    #top-bar .top-bar-buttons { display: table-cell !important; }
}

/* LG */
@media (min-width: 1200px) {
    .d-lg-none { display: none !important; }
    .col-lg-c5 {
        width: 20%;
        float: left;
    }
    #top-bar .top-bar-content { width: 40% !important; }
    #top-bar .top-bar-buttons { width: 35% !important; }
    #top-bar .top-bar-buttons { display: table-cell !important; }
}

/* MD and down */
@media (max-width: 991px) {
    #main-nav-mobi {
        max-height: 500px;
        overflow-y: scroll;
    }
}