@CHARSET "UTF-8";

.btn {
	text-decoration: none;
	display: inline-block;
	height: 50px;
	width: 100%;
	background-color: #78b3fe;
	line-height: 50px;
	text-align: center;
	position: relative;
	color: #f7f7f7;
}

.btn:before, .btn:after {
	transition: .3s ease;
}

/* btn-6 */
.btn-6 {
	z-index: 3;
	background-color: transparent;
}

.btn-6:before, .btn-6:after {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: -2;
	background-color: #78b3fe;
	transform-origin: bottom;
	transition: .3s;
	border-bottom: 1px solid #0253b9;
}

.btn-6:after {
	transition-delay: .3s;
	height: 0;
}

.btn-6:hover:after {
	height: 50px;
}

.btn-6:hover:before {
	transform: rotateX(90deg);
}

#nav {
	background: #0253b9 none repeat scroll 0 0;
	border-top: 5px solid #032f68;
	padding-bottom: 32px;
	width: 250px;
	margin-left:40px;
}

#nav p {
	color: #fff;
	font-family: "Trebuchet MS", Arial;
	font-size: 32px;
	padding: 26px 0 15px 25px;
}

p {
	display: block;
	margin: 0;
	padding: 0;
}