/* slidenav */

.uk-slidenav {
	display: inline-block;
	box-sizing: border-box;
	background-color: rgba(202,172,64,.9);
	width: 20px;
	height: 34px;
	line-height: 30px;
	color: #fff;
	font-size: 28px;
	text-align: center
}

.uk-slidenav:focus,.uk-slidenav:hover {
	outline: 0;
	text-decoration: none;
	color: #fff;
	cursor: pointer
}

.uk-slidenav:active {
	color: #fff;
}

.uk-slidenav-previous:before {
	content: "\f104";
	font-family: FontAwesome
}

.uk-slidenav-next:before {
	content: "\f105";
	font-family: FontAwesome
}

.uk-slidenav-position {
	position: relative
}

.uk-slidenav-position .uk-slidenav {
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -30px;
}

.uk-slidenav-position:hover .uk-slidenav {
	display: block
}

.uk-slidenav-position .uk-slidenav-previous {
	left: 0;
	text-decoration: none !important;
}

.uk-slidenav-position .uk-slidenav-next {
	right: 0;
	text-decoration: none !important;
}

.uk-slidenav-contrast {
	color: rgba(255,255,255,1)
}

.uk-slidenav-contrast:focus,.uk-slidenav-contrast:hover {
	color: rgba(255,255,255,1)
}

.uk-slidenav-contrast:active {
	color: rgba(255,255,255,.9)
}

/* dotnav */

.uk-dotnav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-top: -15px;
	padding: 0;
	list-style: none
}

.uk-dotnav > * {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	padding-left: 15px;
	margin-top: 15px
}

.uk-dotnav:after,.uk-dotnav:before {
	content: "";
	display: block;
	overflow: hidden
}

.uk-dotnav:after {
	clear: both
}

.uk-dotnav > * {
	float: left
}

.uk-dotnav > * > * {
	display: block;
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(240,173,203,.5);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}

.uk-dotnav > * > :focus,.uk-dotnav > * > :hover {
	background: rgba(240,173,203,.4);
	outline: 0
}

.uk-dotnav > * > :active {
	background: rgba(240,173,203,1)
}

.uk-dotnav > .uk-active > * {
	background: rgba(240,173,203,1)
}

.uk-dotnav-contrast > * > * {
	background: rgba(255,255,255,.5);
	border: 1px solid rgba(240,173,203,.5)
}

.uk-dotnav-contrast > * > :focus,.uk-dotnav-contrast > * > :hover {
	background: rgba(240,173,203,.7)
}

.uk-dotnav-contrast > * > :active {
	background: rgba(240,173,203,.9)
}

.uk-dotnav-contrast > .uk-active > * {
	background: rgba(240,173,203,.9)
}

.uk-dotnav-vertical {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.uk-dotnav-vertical > * {
	float: none
}

/* datepicker */

.uk-datepicker {
	z-index: 1050;
	width: auto;
	min-width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-animation: uk-fade .2s ease-in-out;
	animation: uk-fade .2s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.uk-datepicker a:hover {
	text-decoration: none;
}
.uk-datepicker-nav {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	line-height: 20px;
}

.uk-datepicker-nav:after,.uk-datepicker-nav:before {
	content: "";
	display: table
}

.uk-datepicker-nav:after {
	clear: both
}

.uk-datepicker-nav a {
	text-decoration: none
}

.uk-datepicker-nav a:hover {
	color: #888;
}

.uk-datepicker-previous {
	float: left;
	color: #888 !important;
}

.uk-datepicker-next {
	float: right;
	color: #888 !important;
}

.uk-datepicker-next:after,.uk-datepicker-previous:after {
	width: 20px;
	font-family: FontAwesome
}

.uk-datepicker-previous:after {
	content: "\f053"
}

.uk-datepicker-next:after {
	content: "\f054"
}

.uk-datepicker-table {
	width: 100%;
}

.uk-datepicker-table td,.uk-datepicker-table th {
	padding: 2px
}

.uk-datepicker-table th {
	font-size: 12px
}

.uk-datepicker-table a {
	display: block;
	width: 26px;
	line-height: 24px;
	text-align: center;
	color: #888;
	text-decoration: none
}

a.uk-datepicker-table-muted {
	color: #999
}

.uk-datepicker-table a:focus,.uk-datepicker-table a:hover {
	background-color: #ddd;
	color: #444;
	outline: 0
}

.uk-datepicker-table a:active {
	background-color: #ccc;
	color: #444
}

.uk-datepicker-table a.uk-active {
	background: #f0adcb;
	color: #fff
}

/* slideshow */

.uk-slideshow {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	touch-action: pan-y
}

.uk-slideshow > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0
}

.uk-slideshow > .uk-active {
	z-index: 10;
	opacity: 1
}

.uk-slideshow > li > img {
	visibility: hidden
}

[data-uk-slideshow-slide] {
	cursor: pointer
}

.uk-slideshow-fullscreen,.uk-slideshow-fullscreen > li {
	height: 100vh
}

.uk-slideshow-fade-in {
	-webkit-animation: uk-fade .5s linear;
	animation: uk-fade .5s linear
}

.uk-slideshow-fade-out {
	-webkit-animation: uk-fade .5s linear reverse;
	animation: uk-fade .5s linear reverse
}

.uk-slideshow-scroll-forward-in {
	-webkit-animation: uk-slide-right .5s ease-in-out;
	animation: uk-slide-right .5s ease-in-out
}

.uk-slideshow-scroll-forward-out {
	-webkit-animation: uk-slide-left .5s ease-in-out reverse;
	animation: uk-slide-left .5s ease-in-out reverse
}

.uk-slideshow-scroll-backward-in {
	-webkit-animation: uk-slide-left .5s ease-in-out;
	animation: uk-slide-left .5s ease-in-out
}

.uk-slideshow-scroll-backward-out {
	-webkit-animation: uk-slide-right .5s ease-in-out reverse;
	animation: uk-slide-right .5s ease-in-out reverse
}

.uk-slideshow-scale-out {
	-webkit-animation: uk-fade-scale-15 .5s ease-in-out reverse;
	animation: uk-fade-scale-15 .5s ease-in-out reverse
}

.uk-slideshow-swipe-forward-in {
	-webkit-animation: uk-slide-left-33 .5s ease-in-out;
	animation: uk-slide-left-33 .5s ease-in-out
}

.uk-slideshow-swipe-forward-out {
	-webkit-animation: uk-slide-left .5s ease-in-out reverse;
	animation: uk-slide-left .5s ease-in-out reverse
}

.uk-slideshow-swipe-backward-in {
	-webkit-animation: uk-slide-right-33 .5s ease-in-out;
	animation: uk-slide-right-33 .5s ease-in-out
}

.uk-slideshow-swipe-backward-out {
	-webkit-animation: uk-slide-right .5s ease-in-out reverse;
	animation: uk-slide-right .5s ease-in-out reverse
}

.uk-slideshow-swipe-backward-in:before,.uk-slideshow-swipe-forward-in:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0,0,0,.6);
	-webkit-animation: uk-fade .5s ease-in-out reverse;
	animation: uk-fade .5s ease-in-out reverse
}

/* slider */

[data-uk-slider] {
	direction: ltr
}

html[dir=rtl] .uk-slider > * {
	direction: rtl
}

.uk-slider {
	position: relative;
	z-index: 0;
	touch-action: pan-y
}

.uk-slider:not(.uk-grid) {
	margin: 0;
	padding: 0;
	list-style: none
}

.uk-slider.uk-grid-md > *:first-child {}

.uk-slider > * {
	position: absolute;
	top: 0;
	left: 0
}

.uk-slider-container {
	overflow: hidden
}

.uk-slider:not(.uk-drag) {
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear
}

.uk-slider.uk-drag {
	cursor: col-resize;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.uk-slider a,.uk-slider img {
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none
}

.uk-slider img {
	pointer-events: none
}

.uk-slider-fullscreen,.uk-slider-fullscreen > li {
	height: 100vh
}

/* sticky */

[data-uk-sticky].uk-active {
	z-index: 980;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden
}

[data-uk-sticky][class*=uk-animation-] {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

[data-uk-sticky].uk-animation-reverse {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

/* upload */

.uk-dragover {
	box-shadow: 0 0 20px rgba(100,100,100,.3)
}

/* uk-progress */

.uk-progress {
	box-sizing: border-box;
	height: 20px;
	margin-bottom: 15px;
	background: #eee;
	overflow: hidden;
	line-height: 20px
}

* + .uk-progress {
	margin-top: 15px
}

.uk-progress-bar {
	width: 0;
	height: 100%;
	background: #f0adcb;
	float: left;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	font-size: 12px;
	color: #fff;
	text-align: center
}

.uk-progress-mini {
	height: 6px
}

.uk-progress-small {
	height: 12px
}

.uk-progress-success .uk-progress-bar {
	background-color: #8cc14c
}

.uk-progress-warning .uk-progress-bar {
	background-color: #faa732
}

.uk-progress-danger .uk-progress-bar {
	background-color: #da314b
}

.uk-progress-striped .uk-progress-bar {
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 30px 30px
}

.uk-progress-striped.uk-active .uk-progress-bar {
	-webkit-animation: uk-progress-bar-stripes 2s linear infinite;
	animation: uk-progress-bar-stripes 2s linear infinite
}

@-webkit-keyframes uk-progress-bar-stripes {
	0% {
		background-position: 0 0
	}
	100% {
		background-position: 30px 0
	}
}

@keyframes uk-progress-bar-stripes {
	0% {
		background-position: 0 0
	}
	100% {
		background-position: 30px 0
	}
}

/* uk-placeholder */

.uk-placeholder {
	padding: 15px;
	border: 1px dashed #ddd;
	color: #bbb;
}
.uk-placeholder:hover {
	border-color: #888;
}
.uk-placeholder a, .uk-placeholder a:hover {
	text-decoration: none;
	background-color: transparent !important;
}
.uk-placeholder .uk-form-file {
	display: inline-block;
}

* + .uk-placeholder {
	margin-top: 15px
}

.uk-placeholder > :last-child {
	margin-bottom: 0
}

.uk-placeholder-large {
	padding-top: 80px;
	padding-bottom: 80px
}

/* notify */

.uk-notify {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 350px
}

.uk-notify-bottom-right,.uk-notify-top-right {
	left: auto;
	right: 10px
}

.uk-notify-bottom-center,.uk-notify-top-center {
	left: 50%;
	margin-left: -175px
}

.uk-notify-bottom-center,.uk-notify-bottom-left,.uk-notify-bottom-right {
	top: auto;
	bottom: 10px
}

@media (max-width:479px) {
	.uk-notify {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0
	}
}

.uk-notify-message {
	position: relative;
	margin-bottom: 10px;
	padding: 15px;
	background: #444;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer
}

.uk-notify-message > .uk-close {
	visibility: hidden;
	float: right
}

.uk-notify-message:hover > .uk-close {
	visibility: visible
}

.uk-notify-message-primary {
	background: #ebf7fd;
	color: #2d7091
}

.uk-notify-message-success {
	background: #f2fae3;
	color: #659f13
}

.uk-notify-message-warning {
	background: #fffceb;
	color: #e28327
}

.uk-notify-message-danger {
	background: #fff1f0;
	color: #d85030
}

/* notify */

.uk-notify {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 350px
}

.uk-notify-bottom-right,.uk-notify-top-right {
	left: auto;
	right: 10px
}

.uk-notify-bottom-center,.uk-notify-top-center {
	left: 50%;
	margin-left: -175px
}

.uk-notify-bottom-center,.uk-notify-bottom-left,.uk-notify-bottom-right {
	top: auto;
	bottom: 10px
}

@media (max-width:479px) {
	.uk-notify {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0
	}
}

.uk-notify-message {
	position: relative;
	margin-bottom: 10px;
	padding: 15px;
	background: #444;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer
}

.uk-notify-message > .uk-close {
	visibility: hidden;
	float: right
}

.uk-notify-message:hover > .uk-close {
	visibility: visible
}

.uk-notify-message-primary {
	background: #ebf7fd;
	color: #2d7091
}

.uk-notify-message-success {
	background: #f2fae3;
	color: #659f13
}

.uk-notify-message-warning {
	background: #fffceb;
	color: #e28327
}

.uk-notify-message-danger {
	background: #fff1f0;
	color: #d85030
}
