/* init Syles */

.alignleft{float:left;margin-right:20px;}
.alignright{float:right;margin-left:20px;}

/* Deletes Dropdown caret */
.navbar.bootsnav .nav>li>a:after {
	display: none;
}

/* override animate css */
.fadeIn,
.fadeOut{
 animation-duration: .2s;
}

/* Removes Background in the hamburger button */
nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
	color: #fff;
}

/* Genex Signature */
footer #genexSignature div:last-child{
	background-color: #9ea19e;
	height: 9px;
}

footer #genexSignature img {
	display: inline-block;
	filter: invert() opacity(.5);
}

footer #genexSignature{
	background-color: rgba(34, 34, 34, 0.40);
	padding-top: 1em;
}

footer .subFooter{
	margin-top: 3px;
	margin-bottom: .3em;
	float: left;
	color: #fff;
}


/* Utilty Class */

.dev{
	background-color: red;
	outline: black 2px solid;
}

.hSpacer{
	margin-top: 2em;
	margin-bottom: 2em;
}

/* Remove border radius */
.bodyWrapper .btn,
.bodyWrapper input,
.bodyWrapper textarea,
.bodyWrapper .img-thumbnail{
	border-radius: 0px;
	border: #ddd solid 1px;
}

/* To Top */

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#back-to-top:hover,
#back-to-top:focus{
	background: #e9ebec;
}

#back-to-top.show {
	opacity: 1;
}