/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.logo-row .logo img {
    margin-top: 10px;
    max-height: 90px;
}

.topmenu-LIGHT .mega-menu table .dropdown-menu li > a {
    white-space: normal;
}

.mega-menu table .dropdown-menu {
    width: 600px;
}

.mega-menu table .dropdown-submenu .dropdown-menu {
    width: auto;
}

@media screen and (min-width: 768px) {
    header.fixed .table-menu {
        position: absolute !important;
        z-index: 999999999;
        top: 0; /*-60px;*/
		background: #fff;
    }

    .mega-menu, .menu-only {
        position: static;
    }
}
@media screen and (max-width: 767px) {
	.logo-row .logo img {
		max-height: 52px;
	}
	.mega-menu ul.nav {
		padding-bottom: 0;
	}
}