



@media (min-width:960px) {
	.uk-grid-width-large-1-1>* {
		width: 100%
	}

	.uk-grid-width-large-1-2>* {
		width: 50%
	}

	.uk-grid-width-large-1-3>* {
		width: 33.333%
	}

	.uk-grid-width-large-1-4>* {
		width: 25%
	}

	.uk-grid-width-large-1-5>* {
		width: 20%
	}

	.uk-grid-width-large-1-6>* {
		width: 16.666%
	}

	.uk-grid-width-large-1-10>* {
		width: 10%
	}
}






@media (min-width:1220px) {
	.uk-column-xlarge-1-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}

	.uk-column-xlarge-1-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}

	.uk-column-xlarge-1-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4
	}

	.uk-column-xlarge-1-5 {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5
	}

	.uk-column-xlarge-1-6 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6
	}
}[class*=uk-animation-] {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@media screen {
[	data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
		opacity: 0
	}
}

.uk-animation-fade {
	-webkit-animation-name: uk-fade;
	animation-name: uk-fade;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: linear!important;
	animation-timing-function: linear!important
}

.uk-animation-scale-up {
	-webkit-animation-name: uk-fade-scale-02;
	animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
	-webkit-animation-name: uk-fade-scale-18;
	animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
	-webkit-animation-name: uk-fade-top;
	animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
	-webkit-animation-name: uk-fade-bottom;
	animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
	-webkit-animation-name: uk-fade-left;
	animation-name: uk-fade-left
}

.uk-animation-slide-right {
	-webkit-animation-name: uk-fade-right;
	animation-name: uk-fade-right
}

.uk-animation-scale {
	-webkit-animation-name: uk-scale-12;
	animation-name: uk-scale-12
}

.uk-animation-shake {
	-webkit-animation-name: uk-shake;
	animation-name: uk-shake
}

.uk-animation-reverse {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.uk-animation-15 {
	-webkit-animation-duration: 15s;
	animation-duration: 15s
}

.uk-animation-top-left {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.uk-animation-top-center {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}


@-webkit-keyframes uk-fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes uk-fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes uk-fade-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes uk-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes uk-fade-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes uk-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes uk-fade-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}
