body {
	overflow-x: hidden; 
}

.home .t4-main-body .container {
	max-width: 100%;
	padding: 0;
  	width: 100%;
}

.home .t4-main-body {
 	padding: 0;
}

#t4-top-bar {
	z-index: 11;
}

#t4-top-bar .navbar {
	float: right;
	padding: 0; 
}

#t4-top-bar .navbar-nav {
	display: inline-block;
}

#t4-top-bar .navbar-nav > li {
	float: right;
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 16px;
}

#t4-header {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#t4-header .container {
 	padding-bottom: 0;
	padding-top: 0;
}

#t4-header .mainnav {
	padding: 0;
}

#t4-header .t4-navbar {
	float: right;
}

#t4-header .navbar-brand.logo-control img.logo-img {
    display: inline-block !important;
    max-height: 80px;
}

#t4-header .t4-megamenu .navbar-nav > li > a, #t4-header .t4-megamenu .navbar-nav > li > .nav-link {
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
}

#t4-main-body .t4-section-inner.container {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
}

.home #t4-main-body .t4-section-inner.container {
    background: none;
    border-radius: 0;
    padding: inherit;
}

.moje-kursy.nav-link {
    background-color: #94c154;
    color: #fff !important;
    line-height: 3em !important;
    margin: 17px;
    margin-left: 32px;
    border-radius: 4px;
    text-transform: uppercase;
}