body { margin: 0px; padding: 0px;}

#awesome{
	margin-top: 200px !important;	
}
#wrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#wrapper-inner{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper-inner-tab{
	float: left;
	width: 100%;
	margin-top: 125px;
}
.wrapper-inner-tab-title {
	width: 100%;
	margin-top: 30px;
	font-size: 25px;
	color: #666666;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}
.wrapper-inner-tab-backgrounds { 
	float: left;
	height: 300px;
	width: 950px;
}
.wrapper-inner-tab-backgrounds-first{
	float: left;
	height: 300px;
	width: 33.33%;
	background-color: #feb41d;
}
.wrapper-inner-tab-backgrounds-second{
	float: left;
	height: 300px;
	width: 33.33%;
	background-color: #5e7c87;
}
.wrapper-inner-tab-backgrounds-third{
	float: left;
	height: 300px;
	width: 33.33%;
	background-color: #4c5f6d;
}
.sim-button{
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	width: 60%;
	cursor: pointer;
}

.button23 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button23 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button23::before, .button23::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translate(0,-105%);
	transform: translate(0,-105%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(69,93,246,1);
	background-color: rgba(69,93,246,0.25);
}
.button23::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button23:hover::before, .button23:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.button24 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button24 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button24::before, .button24::after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translate(0,-105%);
	transform: translate(0,-105%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
	
}

.button24::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button24:hover::before, .button24:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	

}
