@charset "utf-8";
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


#middle-menu {
	position: relative;
	min-height: 20px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	width: 100%;
	bottom: 20px;
	z-index: 500;
	background-color: transparent;
	border-color: transparent;
	text-transform: uppercase;
	color: #fff;
}
#middle-menu a {
	cursor: pointer;
	color: #cbd1ea;
	text-shadow: none;
	transition:all ease-in-out 0.2s;
	text-transform:capitalize;
}
#middle-menu p {
	font-size:13px;
}
.purple-tabs{
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#middle-menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#middle-menu a {
	cursor: pointer;
	color: #fff;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}