/* -------------------------- */

.header-block p {
    padding-left: 0;
}

footer {
    background: #6d6e72;
}

footer .footer-sidebar {
    fluid: left;
    width: 100%;
}

footer .footer-up-sidebar,
footer .footer-menu-sidebar,
footer .footer-down-sidebar {
}

footer .footer-up-sidebar {
    padding-top: 30px;
}

footer .footer-sidebar-content {
    margin: 0 35px;
}

footer .footer-menu-sidebar .footer-sidebar-content {
    /*margin-left: 380px;*/
}

footer .footer-menu-sidebar .menu {
    display: inline-table;
}

footer .footer-menu-sidebar .menu-item,
footer .footer-menu-sidebar .menu-item a,
footer .footer-menu-sidebar .menu-item a:before,
footer .footer-menu-sidebar .menu-item a:hover:before {
    color: #fff;
    list-style-type: none;
    font-size: 12px;
    font-weight:normal;
    content: none;
    align-items: left;
}

footer .footer-menu-sidebar .widget-heading {
    font-size: 16px;
    line-height: 18px;
    margin: 25px 0 5px 0;
    color: white;
    font-weight: bold;
    /* text-transform: uppercase; */


}



@media screen and (max-width: 760px) {
    .footer-sidebar-content > div {
        width: 100%;
    }

    footer .footer-menu-sidebar .widget-heading {
        font-size: 20px;
        line-height: 22px;
    }

    footer .footer-menu-sidebar .menu-item,
    footer .footer-menu-sidebar .menu-item a,
    footer .footer-menu-sidebar .menu-item a:before,
    footer .footer-menu-sidebar .menu-item a:hover:before {
        font-size: 16px;
    }

}


/* menu */

.thb-full-menu .sub-menu,
#mobile-menu {
    background-color: rgba(99, 116, 143, 0.90);

}

.thb-mobile-menu .nav-link-mask {
    background-color: transparent;
}

.thb-mobile-menu .nav-link-mask-text {
    color: #fcb040;
}

.thb-full-menu .sub-menu li {
    font-size: 16px;
}

.thb-mobile-menu li {
    line-height: 2;
}

.thb-mobile-menu .next {
    padding: 0 20px 0 0;
}

/* end menu */

.cf .row {
  /*  padding: 0 100px;*/
}


/* Global */

@media screen and (max-width: 1200px) {
    .row-fluid .col_size_1200 {
        width: 100% !important;
        min-width: 100% !important;
    }
}

p {
    font-size: 16px;
}

/* menu buttons */
.header button {
    border-radius: 25px;
}

.header button.login,
.header button.logout {
	color: white;
	padding: 12px 22px;
	background: #0e76bf;
}

.header button.logout {
    background: #ea5d4a;
}

.header button.demo,
.header button.firapro {
	color: white;
	padding: 12px 25.46px;
	background: #abc44f;
}

.header button.sample {
    color: white;
    padding: 12px 25.46px;
    background: #fcb040;
}


.header button.demo,
.header button.firapro,
.header button.login,
.header button.logout,
.header button.sample {
    display: none;
}