/* Menu Overrides */
a.pull-right.menu-toggle {
    position: absolute;
    right: 0;
	top:0;
}

.mobile-menu ul.nav {
    margin: 4em 0;
}

/* Powered by: roya */
span.power {
    font-size: 12px;
    display: inline-block;
    float: right;
	}
img.img-responsive.roya-copy {
    display: inline-block;
    max-width: 40px;
}

.footer-copy {
    font-size: 12px;
    color: #ccc;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    padding-top: 1em;
}

.login-wrp {
	width: auto;
	display:none;
}

li.login {
    background: none !important;
    color: transparent !important;
}

li.login a:first-child {
    display: none;
}

li.login .login-wrp a {
    display: block;
}

.mobiwrp {
		position: absolute;
		left: -10em;
		top: 0;
		transition: all 0.5s ease;
		opacity: 1;
}
	
a.mobilink {
		color: #fff !important;
		font-size: 2.5em;
		margin: 0 1em 0 0;
}
	
div#spanbar {
		width: 60px;
		height: 45px;
}
		
.logomaker img {
		max-width: 250px;
		float: none;
		margin: -5em auto 3em;
}

@media only screen and (max-width: 767px) {

}