@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* General button style (reset) */
.btn {
	border: none;

	cursor: pointer;
	display: inline-block;
	margin: 0 20px;
	padding:7px;
	letter-spacing: 1px;
	outline: none;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
	
}

/* Pseudo elements for icons */
.btn:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-save:before { content: "\e6bc"; }
.icon-library:before { 	content: "\e62d";}
.icon-tools:before { content: "\e68b";}
.icon-home:before {	content: "\e600";}
.icon-login:before {	content: "\e670";}
.icon-run:before {	content: "\e663";}
.icon-download:before {	content: "\e6bf";}
.icon-color:before {	content: "\e60a";}
.icon-tidy:before {	content: "\e75c";}
.icon-chrome:before {	content: "\e7bd";}
.icon-firefox:before {	content: "\e7be";}
.icon-safari:before {	content: "\e75c";}
.icon-ie:before {	content: "\e7bf";}
.icon-facebook:before {	content: "\e769"; color:#73B9FF; }
.icon-twitter:before {	content: "\e76d"; color:#26C9FF;}
.icon-check:before {	content: "\e6fe"; color:#0088FF;}
.icon-generator:before {	content: "\e68f";}


/* Button 5 */
.btn-5 {
	color: #cccccc;
	height: 30px;
	line-height: 32px;
	padding:20px;
	font-size: 16px;
	overflow: hidden;
	font-family: Oswald, sans-serif;
	font-weight:400;
	
	background:#eeeeee;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	background:#006699;
	width:100px;
}

.btn-5:active {
	background: #444;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	min-width:50px;
	
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 1.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5:active:before {
	color: #fff;
}

/* Button 5a */
.btn-5a:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}



.btn-5a:before {
	left: 0;
	top: -100%;
}

.btn-5a:hover:before {
	top: 0;
}

/* Button 5b */
.btn-5b:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-5b:before {
	left: -100%;
	top: 0;
}

.btn-5b:hover:before {
	left: 0;
}
