/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@keyframes fade-in {
	0% {
		display: none;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes gnav_sub {
	0% {
		opacity: 0;
		transform: scale(0.9) translateY(-5%);
	}
	100% {
		transform: scale(1) translateY(0);
	}
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: 'slick';
	src: url("fonts/slick.eot");
	src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Dots */
.slick-dots {
	position: absolute;
	z-index: 11;
	bottom: 60px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	.slick-dots {
		bottom: 0;
	}
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	pointer-events: auto;
	border: 0;
	outline: none;
	line-height: 0px;
	color: transparent;
	font-size: 0px;
	padding: 0;
	display: block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background-color: #fff;
	transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	border-radius: 4px;
}

.slick-dots li button:hover, .slick-dots li button:active {
	outline: none;
	background-color: #2255aa;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: #2255aa;
}

/*# sourceMappingURL=slick-theme.css.map */
