/****** PLACE YOUR CUSTOM STYLES HERE ******/

.info {
	height: 50px;
	background-color: #0078c2;
	line-height: 50px;
	color:#fff;
	font-size: 16px;
}

.enter-btn {
	height: 40px !important; 
    line-height: 36px !important;

    border: 2px solid #5cb85c;
    color: #5cb85c !important;
    padding: 0 15px;
    opacity: 1 !important;

    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.scrolled .enter-wrapper {
	float:right;
	margin-right: 10px;

	width: 15%;
	margin-right: 0;
}

.scrolled .smenu {
	width: 85%;
}

@media (max-width: 991px) {
	.enter-wrapper {
	    text-align: left !important;
	}
}

@media (max-width: 1199px) {
	.scrolled .enter-wrapper {
		width: 15%;
		margin-right: 0;
	}
}

.menu {
    font-family: "LatoWeb";
}

.absolute-xss {
	position: absolute;
	top: 22px;
	right: 0;
}

.absolute-xss .enter-btn {
	height: 55px!important;
	line-height: 51px!important;
	    font-size: 12px;
}

.mobile-toggle.absolute-xs {
	right: 85px;
}