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

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:center;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 2em;
	color: inherit;
	text-align:left;
	background: none;
	cursor: pointer;
	padding: 15px 80px;
	display: inline-block;
	margin-top: 15px ;
	text-transform: uppercase;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}

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

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-cog:before {
	content: "\e010";
}

/* Button 3 */
.btn-3 {
	background: #A7D5ED;
	color: #333; font-size:1.5em; font-weight:600
}

.btn-3:hover {
	background: #0099CC;color: #fff;
}

.btn-3:active {
	background: #f58500;
	top: -2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 2.2;
	font-size: 140%;
	width: 50px;
}
.btn-3 span {width:95%; float:left}
/* Button 3d */
.btn-3d {

	border-radius: 10px; width:100%
}

.btn-3d:before {
	background: #fff;
	color: #fcad26;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}

.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;

}

.btn-3d:active:before {
	color: #f58500;
}

.btn-3d:active {
	top: 0;
}

.btn-3d:active:after {
	left: 60px;
}

/* Button 3e */
.btn-3e {
	padding: 15px ;
	overflow: hidden; width:100%;
	border-radius: 6px;
}

.btn-3e:before {
	left: auto;
	right: 0px;
	z-index: 2;border-radius: 6px;
}

.btn-3e:after {
	width: 5%; min-width:50px;
	height: 200%;
	background: rgba(255,255,255,0.4);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -10px 0 0 -5px;

}

.btn-3e:hover:after {
	width: 15%;
}

.titlu {width:100%; padding-top:15px; background-color:#0099CC; color:#FFFFFF;
}
.titlu h2 {font-size:1.4em}

@media only screen and (max-width:768px){.btn-3 span {width:85%; float:left} }