@font-face{
    font-family: "Soehne-Breit-Fett";
    src: url("fonts/soehne-breit/soehne-breit-fett.woff2")format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

html, body {
	font-family: Montserrat!important;
}

.uk-nav-default,
h1, h2, h3, h4, h5, h6,
#anicounts .number  {
	font-family: "Soehne-Breit-Fett", sans-serif!important;
}

#anicounts .number {
    font-size: 34px;
}

.border-start,
h1.border-start,
h2.border-start,
h3.border-start {
	border-left: 3px solid #503067;
	padding-left: 40px;
	color: grey;
}

#footer {
    background-color: grey;
    font-size: 90%;
	color: #b2b4b7;
}

#footer .uk-container:before {
    content: "";
    background-image: url('/wp-content/uploads/2026/01/North-View_White_reduced.png');
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: -178px;
    height: 469px;
    width: 712px;
    opacity: 0.19;
    z-index: 0;
}

#contact-ride-up {
	margin-top: -50px;
    background: transparent;
}

.uk-light {
	color: #fff!important;
}

.border-start strong {
	color: #000;
}

ul.uk-nav-default {
	font-size: 36px;
	font-weight: 900;
}

ul.uk-nav-default li {
	
}

ul.uk-nav-default li > a {
	padding: 0;
}

.tm-header {
	display: none;
}

.tm-header-mobile {
	position: absolute;
	z-index: 9999;
}

.tm-main,
.uk-offcanvas-bar > * > .uk-navbar-container {
	padding-top: 200px;
}

.tm-header-mobile > div {
	width: 100%!important;
}

body button:focus {
	outline: none!important;
}

.uk-modal-full {
	z-index: 10100;
	top: 100%;
	-webkit-transition: top 0.15s ease-in-out;
	-moz-transition: top 0.15s ease-in-out;
	-o-transition: top 0.15s ease-in-out;
	transition: top 0.15s ease-in-out;
}

.uk-modal-full.uk-open {
	top: 0;
}

.uk-modal-full .uk-modal-dialog {
	background-color: #d1d4d5;
	min-height: 100vh;
	height: fit-content;
}

.uk-modal-close-full {
	background-color: #d1d4d5;
}

.uk-modal-close-full svg {
	width: 40px;
	height: 40px;
	color: #000;
}

div.carousel-item img {
	/*max-height: 100vh;*/
	max-height: 800px;
	margin: auto;
}

h2.title {
	color: white;
	margin-top: 0;
}

h1.bioname {
	margin-bottom: 0px;
}

.biography-holder p {
	text-align: justify!important;
}

.uk-slideshow-items .uk-position-cover {
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 50%, rgba(0, 0, 0, 0) 100%);
}

#carouselExampleIndicators .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	margin-left: 150px;
}

#carouselExampleIndicators .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	margin-right: 150px;
}

.uk-offcanvas-overlay .uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
}

.uk-offcanvas-bar {
	background-color: rgba(255, 255, 255, 0.5);
}

.uk-offcanvas-overlay.uk-open .uk-offcanvas-bar {
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;

}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	z-index: 10;
}

.icon-bar {
	background: #F29B0F;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 15px;
}

.uk-offcanvas-container button.navbar-toggle span.icon-top,
.uk-open button.navbar-toggle span.icon-top {
	-webkit-transform: translate(0,8.5px) rotate(45deg);
	-moz-transform: translate(0,8.5px) rotate(45deg);
	-o-transform: translate(0,8.5px) rotate(45deg);
	transform: translate(0,8.5px) rotate(45deg);
	background: #000000!important;
}

.uk-offcanvas-container button.navbar-toggle span.icon-bottom {
	-webkit-transform: translate(0,-8.5px) rotate(-45deg);
	-moz-transform: translate(0,-8.5px) rotate(-45deg);
	-o-transform: translate(0,-8.5px) rotate(-45deg);
	transform: translate(0,-8.5px) rotate(-45deg);
	background: #000000!important;
}

.uk-offcanvas-container button.navbar-toggle span {
	
}

button.navbar-toggle .icon-bar {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.navbar-toggle .icon-bar {
	border-radius: 0;
	display: block;
	height: 2px;
	width: 45px;
}

@media (min-width: 640px) {
	.uk-navbar-left > .uk-logo {
		padding-top: 20px;
	}
	
	.uk-offcanvas-bar .uk-navbar-left > .uk-logo {
		padding-top: 0px;
	}
}

@media (max-width: 640px) {
	.carousel-control-next, .carousel-control-prev {
		width: 0%;
	}
	
	#carouselExampleIndicators .carousel-control-prev-icon, #carouselExampleIndicators .carousel-control-next-icon {
		padding: 34px!important;
	}
	
	.border-start.uk-h1 {
		font-size: 1rem;
	}
}

#tm-dialog-mobile .uk-offcanvas-bar-animation {
    /*transition: left .3s ease-out;*/
}

#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
	background-size: 50%;
    background-color: #fff;
    padding: 50px;
    border-radius: 50%;
}

.uk-offcanvas-overlay ul.uk-nav li:first-child {
	transform: translateX(15%);
}

.uk-offcanvas-overlay ul.uk-nav li:nth-child(2) {
	transform: translateX(30%);
}

.uk-offcanvas-overlay ul.uk-nav li:nth-child(3) {
	transform: translateX(45%);
}

.uk-offcanvas-overlay ul.uk-nav li:nth-child(4) {
	transform: translateX(60%);
}

.uk-offcanvas-overlay ul.uk-nav li:nth-child(5) {
	transform: translateX(75%);
}

.uk-offcanvas-overlay ul.uk-nav li:nth-child(6) {
	transform: translateX(90%);
}

.uk-offcanvas-overlay.uk-open ul.uk-nav li {
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.6s cubic-bezier(.25,1,.5,1);
	transform: translateX(0)!important;
}

/*Overlay Thumb Portftolio and Team*/
.img {
    position: relative;
    overflow: hidden;
    display: inherit;
}

.mix .img {
    margin-bottom: 30px;
}
.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
}
.img:hover img {
    transform: scale(1.1);
    transition: transform 0.5s;
}
.overlay-thumb a.main-portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 4;
    cursor: url(../img/cursor.png), auto;
}
.img .overlay-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    z-index: 4;
}
.img .overlay-thumb:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}


.img .overlay-thumb.bg-white:hover, 
.img .overlay-thumb:hover, 
.overlay-thumb.team-hover:hover,
.img .overlay-thumb:hover{
    background-color: #fff;
}
.overlay-thumb span {
    position: relative;
    z-index: 1;
    line-height: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.details span.title,
.details span.info {
    color: #111111;
}
.details span.title {
    font-size: 18px;
    letter-spacing: 1.2pt;
    line-height: 24px;
    text-transform: uppercase;
}
.details span.info {
    font-size: 14px;
    text-transform: uppercase;

}
.overlay-thumb .btnBefore,
.overlay-thumb .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #000;
    border-width: 0;
    transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    -ms-transition: all ease-in-out;
}
.overlay-thumb .btnBefore {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
}
.overlay-thumb .btnAfter {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.overlay-thumb:hover .btnBefore {
    border-width: 0 0 3px 3px;
}
.overlay-thumb:hover .btnAfter {
    border-width: 3px 3px 0 0;
}
.overlay-thumb:hover .btnAfter,
.overlay-thumb:hover .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}
.overlay-thumb:hover:before,
.overlay-thumb:hover span {
    opacity: 1;
}
.overlay-thumb:hover .details span {
    top: 0;
}
.overlay-thumb:hover .title {
    transition-delay: 0.15s;
}
.overlay-thumb:hover .info {
    transition-delay: 0.25s;
}
/*Details on portfolio*/
.details {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.details .info {
    line-height: 1.2;
    letter-spacing: 1.5pt;
    margin-top: 5px;
    font-size: 12px;
}