/*fonts*/
@font-face {
    font-family: Eina;
    font-weight: normal;    
    src: url('/demo/wp-content/themes/yootheme-child/fonts/Eina01-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Eina;
    font-weight: 800;
    src: url('/demo/wp-content/themes/yootheme-child/fonts/Eina02-Bold.ttf') format("truetype");
}


@font-face {
    font-family: Eina;
    font-weight: 600;
    src: url('/demo/wp-content/themes/yootheme-child/fonts/Eina01-SemiBold.ttf') format("truetype");
}

.uk-width-3xlarge {
	width: 1250px;
	max-width: calc(55% - (var(--uk-position-margin-offset) * 2));
}

.ski-round-corners .uk-cover-container ,.ski-round-corners .uk-inline-clip{
	border-radius: 36px;
}

.ski-tile .uk-tile, .ski-tile .uk-tile-default {
    border-radius: 36px;
    padding-left: 0;
    padding-right: 0;	
    overflow: hidden;
	min-height: 480px;
}	
	
.uk-icon-image {
    width: 32px;
    height: 32px;
}	

.ski-app-download .uk-button-default {
	color: #0C0D19;
    border: 1px solid #0C0D19;
}

@media (min-width:640px) {
	.uk-width-3xlarge{
		width: 750px
	}
}
@media (min-width:960px) {
	.uk-width-3xlarge{
		width: 850px
	}
}
@media (min-width:1200px) {
	.uk-width-3xlarge {
		width: 950px;
	}
}
@media (min-width:1600px) {
	.uk-width-3xlarge {
		width: 1050px;
	}
}
@media (min-width:1900px) {
	.uk-width-3xlarge {
		width: 1250px;
	}
}
