@keyframes hieung
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
} 
.slide-wapper
{
	padding: 2em 0;
	display: block;
	height: 100%;
	border: 1px solid rgba(0,0,0,.1);
	animation: hieung 5s ;
}
#wapper
{
	
	border-radius: 0.4em;
	padding: 0;
	overflow: hidden;
	
}
#wapper header
{
	display: block;
	
	padding: 1.5em 1.5em 3em 1.5em;
	
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-radius: 0.4em 0.4em 0 0;

}
.brand
{
	color: #9ea7b3;
	font-size: 1.5em;
	margin: 0;
}
.brand a
{
	line-height: 1.3em;
	color: #323a45;
	font-size: 1em;
}
#wapper header ul.list-inline
{
	margin-bottom: 0;
}
#wapper header ul.list-inline li:first-child
{
	padding-left: 0;
}
#wapper header ul.list-inline li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
#wapper header ul.list-inline li a
{
	font-size: 1.2em;
	transition: all 0.3s ease-in-out;
	color: #323a45;
}
#wapper header ul.list-inline li a:hover
{
	color: #1fbba6;
}
article
{
	text-align: center;
	padding: 0;
}
.tab-content-wrapper
{
	position: relative;
}
.tb-content {

    margin: 0;
    padding: 0;
    overflow: hidden;

}
 .box {
    padding: 1em 1.3em 0 1.3em;
    position: relative;

}
span.section-icon,  .tabs li a:hover, .btn:hover {

    background-color: #1fbba6;

}
.section-icon {

    display: block;
    color: #fff;
    text-align: center;
    width: 4em;
    height: 4em;
    -webkit-border-radius: 30em;
    border-radius: 30em;
    position: absolute;
    top: -2.3em;
    left: 50%;
    margin-left: -2em;
    line-height: 4.8em;

}
.h1-error{

    font-size: 8em;
    font-weight: 600;

}
.tab-content-wapper .tb-content .box h4 {

    font-size: 1.429em;
    color: #7c8795;
    text-transform: uppercase;

}
.tab-content-wapper .tb-content .box p {

    margin: 1em 0 2em;
    font-size: 1.1em;
    line-height: 1.5em;

}
.form-dark {

    display: block;
    padding: 1.5em;
    margin: 0 0em 0em 0em;
    border: 1px solid rgba(0,0,0,0.1);
    border-style: solid none solid none;
    -webkit-box-shadow: 0 -1px 0 0 rgba(255,255,255,0.25);
    box-shadow: 0 -1px 0 0 rgba(255,255,255,0.25);

}
.form-dark .input-group {

    display: block;
    width: 100%;
    float: none;
    position: relative;

}
.form-dark input {

    display: block;
    padding: 0.6em 1em;
    width: 100%;
    -webkit-border-radius: 20em !important;
    border-radius: 20em !important;
    -webkit-box-shadow: inset 0 1px 2px 0 #eaedf1, 0 0 0 1px rgba(0,0,0,0.25);
    box-shadow: inset 0 1px 2px 0 #eaedf1, 0 0 0 1px rgba(0,0,0,0.25);
    margin-bottom: 0;
    border: #e5e5e5 1px solid !important;
    outline: none;

}
.form-dark button {

   
    background: none;
    border: none;
    color: #9ea7b3;
    position: absolute;
    right: 1em;
    top: 30%;
    height: 1.3em;
    line-height: 0 !important;

}