.big-loader {
	position: fixed;
	width: calc(100% - 20px);
	height: calc(100vh - 20px);
	display: none;
	color: #fff;
	border: solid #fff 10px;
	z-index: 80000;
}

.big-loader::before {
	position: absolute;
	content: '';
	width: calc(100% - 20px);
	height: calc(100vh - 20px);
	background-color: rgba(34,34,34,.70);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

strong {
	color: #fff;
}

.navbar .nav > li > .dropdown-menu, .uk-navbar-dropdown {
    width: fit-content;
}

.uk-overlay-primary {
    background: rgba(34,34,34,.80);
}

.uk-height-xlarge {
    height: 650px;
}

.tm-section-dark {
	background-color: #111;
}

.uk-link-light {
	color: #777;
}

.tm-divider {
	border-bottom: solid #313131 1px;
}

.tm-page-banner {
	height: 70vh;
}

.tm-portfolio-wrapper {
	max-width: 1400px;
}

.tm-text-muted {
	color: #acacac;
}

.uk-thumbnav > .uk-active > ::before {
    border-color: #FFB400;
}

.tm-header, .tm-header-mobile {
    z-index: 200;
}

.uk-sticky-fixed {
    z-index: 150;
}

/* INTRO */
.intro-left,
.intro-right {
	height: 100vh;
	width: 100%;
	background-color: rgba(34,34,34,0.78);
}

@media (max-width: 960px){
	.intro-left,
	.intro-right {
		height: 50vh;
	}
	.bg-br-intro {
		clip-path: none !important;
		padding: 10px !important;
		text-align: center !important;
	}
}

.bg-tl {
	clip-path: polygon(0 0, 0 100%, 100% 0);
	padding: 30px;
	background-color: #222;
}
.bg-br {
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	padding: 30px;
	background-color: #222;
}