/* aikon CMS 2015
@package    aikon Scroll Top
@link http://www.aikoncms.com/joomla-extensions/aikon-scroll-top
@license        GNU/GPL, see LICENSE.php */

@font-face {
	font-family: 'asticons';
	src:url('../fonts/icomoon.eot?ggqtgs');
	src:url('../fonts/icomoon.eot?#iefixggqtgs') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ggqtgs') format('truetype'),
		url('../fonts/icomoon.woff?ggqtgs') format('woff'),
		url('../fonts/icomoon.svg?ggqtgs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.aikonScrollTop  [class^="icon-"]::before, 
.aikonScrollTop  [class*=" icon-"]::before {
	font-family: 'asticons' !important;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
}

.aikonScrollTop [class^="icon-"], 
.aikonScrollTop [class*=" icon-"] {
	font-family: 'asticons' !important;
	speak: none;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aikonScrollTop .icon-triangle-up:before {
	content: "\f0aa";
}
.aikonScrollTop .icon-arrow-up4:before {
	content: "\e605";
}
.aikonScrollTop .icon-circle-up:before {
	content: "\e607";
}
.aikonScrollTop .icon-arrow-long-up:before {
	content: "\e600";
}
.aikonScrollTop .icon-chevron-thin-up:before {
	content: "\e601";
}
.aikonScrollTop .icon-arrow-up-thick:before {
	content: "\e602";
}
.aikonScrollTop .icon-arrow-up-outline:before {
	content: "\e603";
}
.aikonScrollTop .icon-call_merge:before {
	content: "\e042";
}
.aikonScrollTop .icon-arrow-up3:before {
	content: "\e096";
}
.aikonScrollTop .icon-chevron-circle-up:before {
	content: "\f139";
}

.aikonScrollTop * {
	box-sizing: border-box;
}

.aikonScrollTop {
	position: fixed;
	top: auto;
	right: auto;
	left: auto;
	z-index: 99999999999999;
	text-align: center;
}
	
.aikonScrollTop a#aSt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
}
	
.aikonScrollTop i#the-ast-arrow {
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

#aSt-module.aikonScrollTop.ast-visible {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

