#desktop{
	display: none;
}

#desktop1, #desktop2, #desktop3{
	display: none;
}

.nav ul{
	list-style: none;
	width:450px;
	margin: 0 auto !important;
	margin-top: 20px !important;
}

.nav ul li{
	display: inline;
}

.nav ul li a{
	font-size: 16px;
	/*font-weight: 600;*/
	padding: 0px 15px;
	color: #B33771;
}

header{
	border-bottom: 1px solid #B33771;
}

header {
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    top:  0;
}

.login-button a{
	display: block;
	float: right;
}

.sub-nav{
 	padding-top: 100px;
 	margin-bottom: -50px;
}

.sub-nav ul{
	list-style: none;
	width: 1022px;
	margin: 0 auto !important;
	margin-top: 20px !important;
}

.sub-nav ul li{
	display: inline;
	border: 1px solid #B33771;
	padding: 5px;
	border-radius: 5px;
	bottom: 10px;
}

.sub-nav ul li a{
	font-size: 15px;
	/*font-weight: 600;*/
	padding: 0px 15px;
	color: #B33771;
}

footer{
	background: #B33771;
	height: auto;
}

.footer{
	margin-top: 100px;
}

.footer p{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.footer a{
	font-size: 14px;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	#mobile{
		display: none;
	}
	#desktop{
		display: block;
		float: right;
		margin-top: -8px;
		margin-left: 15px;
		margin-bottom: 8px;
		text-decoration: none !important;
	}	
	#desktop1{
	 	display: block;
	}
	.nav ul{
		width: 100%;
		margin-top: 90px !important;
		padding-left: 0;
		padding-bottom: 10px;
		position: absolute;
		top:  0;
		background: #fff;
		padding-bottom: 0;
		z-index: 100;
	}

	.nav ul li{
		display: block;
		padding: 5px;
		border-top: 1px solid #B33771;
		padding-left: 10px;
	}
	.nav ul li:last-child{
		border-bottom: 2px solid #B33771;
	}

	.sub-nav ul{
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
	}

	.sub-nav ul li{
		border-color: transparent;
		border-right: 1px solid #B33771;
		border-radius: 0px;
		margin-bottom: 10px;
		padding: 0px;
	}

	.sub-nav ul li: hover a{
		text-decoration: underline;
	}

	.sub-nav {
	    padding-top: 15px !important;
	    margin-bottom: -70px;
	}
}