@charset "utf-8";
.separator {
	background-image:url(../images/separator.png);
	background-repeat: no-repeat;
	width:550px;
	background-position:center;

}

.login-container {
	width:200px;
}
.login-container button {
	width:200px;
}
.login-container input {
	width:200px;
}
header {
  border-top: 6px solid rgb(255, 114, 0);
}
.nav-bar {
	background: rgba(255,255,255,1);
	height: 82px;
	position: relative;
	padding: 0 12px;
}
.nav-bar .icon-circle {
color: rgb(255, 114, 0);
background-color: rgb(255, 255, 255);
border-radius: 0em 0em 5em 5em;
text-align: center;
line-height: 1em;
font-size: 1em;
padding: .3em .5em 0.5em;
width: 7.1em;
display: block;
margin-top: 0em;
position: absolute;
top: 0;
left: calc(50% - 3.55em);
z-index: 3;
}

@media screen and (max-width:700px) {
	.nav-bar .icon-circle {
		color: rgb(255, 114, 0);
		background-color: rgb(255, 255, 255);
		border-radius: 0em 0em 5em 5em;
		text-align: center;
		line-height: 1em;
		font-size: 1em;
		padding: 1.3em 0.5em 0.5em;
		width: 5.1em;
		display: block;
		margin-top: 0em;
		position: absolute;
		top: 0;
		left: calc(50% - 2.2em);
		z-index: 3;
	}
}

.brand {
height: 30px;
width: 46%;
background: url(../images/e-volution-logo.png) bottom left no-repeat;
display: block;
background-position: 0px 0px;
background-size: 270px;
margin-top: 15px;
position: relative;
}

@media screen and (max-width:700px) {
	.brand {
		visibility: hidden;
		display: none;
	}
}

.brand span {
margin-left: -1500px;
}
.brand h2 {
color: rgb(77,77,77);
font-size: 16px;
margin: 0px;
font-weight: 700;
left: 280px;
text-transform: uppercase;
letter-spacing: 1.7px;
position: absolute;
top: 0;
}

@media screen and (max-width:1024px) {
	.brand h2 {
		visibility: hidden;
		display: none;
	}
}

.brand h2 span {
font-size: 12px;
margin-left: 0px;
font-weight: 500;
display: block;
letter-spacing: 1.3px;
}

.header-menu {
margin-top: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .7px;
color: rgb(77, 77, 77);
}
.header-menu li {
margin-right: 12px;
}
.header-menu li:last-child {
margin-right: 0px;
}
.header-menu li a {
color: rgb(77, 77, 77);
}
.header-menu li.active a, .header-menu li a:hover, .header-menu li a:focus {
text-decoration:  none;
border-bottom: 4px solid rgb(255, 114, 0);
}
#head-slide {
position: relative;
background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(255, 255, 255, .925) 215px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(215px,rgba(255, 255, 255, .925))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255, 255, 255, .925) 215px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255, 255, 255, .925) 215px); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255, 255, 255, .925) 215px); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%,rgba(255, 255, 255, .925) 215px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ffffff', endColorstr='#95ffffff',GradientType=0 ); /* IE6-9 */
border-radius: 152em / 6em;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding-top: 130px;
z-index: 2
}
#head-slide:after {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
content: "\f107";
color: rgb(51, 51, 51);
position: absolute;
bottom: -0.3em;
left: calc(50% - .5em);
font-size: 3em;
width: 1em;
line-height: 1.2em;
text-align: center;
border-radius: 1em;
height: 1em;
background: rgb(239, 239, 239);
}
div[class^=customer-onboard-] {
	position:relative;
}
div[class^=customer-onboard-] p {
	color: rgb(77,77,77);
	text-transform: uppercase;
	margin-left: 1.2em;
}
div[class^=customer-onboard-] p:before {
	font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  color: rgb(255,114,0);
  position: absolute;
left: -.2em;
top: -.2em;
font-size: 1.4em;
}
.customer-onboard-reduce p:before {
	content: "\f057";
}
.customer-onboard-maximise p:before {
	content: "\f0aa";
}
.customer-onboard-save p:before {
	content: "\f055";
}
div[class^=customer-onboard-] strong {
	display: block;
}
div[class^=customer-onboard-] strong span {
	color: rgb(255,114,0);
}
.onboard-menu {
margin: 60px 0 90px;
margin-left: auto;
margin-right: auto;
width: 34.9em;
}
.onboard-menu .icon-circle {
color: rgb(255, 255, 255);
background: rgb(77, 77, 77);
font-size: 1.5em;
padding: 0.4em;
width: 1.8em;
margin: 0px;
}
.onboard-menu li {
position: relative;
margin-right: 2.5em;
}
.onboard-menu li:last-child {
margin-right: 0px;
}
.onboard-menu li:after {
  display:block;
width: 2.5em;
height: 0.6em;
border-radius: 4px;
background: rgb(77, 77, 77);
content: '';
position: absolute;
right: -2.65em;
top: calc(50% - .3em);
}
.onboard-menu li:last-child:after {
  display: none;
}
#onboard-content {
	padding: 120px 0;
}
#onboard-content h1 {
font-size: 1.5em;
letter-spacing: 1.8px;
line-height: 1.3em;
color: rgb(255, 255, 255);
position: relative;
margin-bottom: 0.9em;
margin-left: 4.2em;
}
#onboard-content h1:before {
  font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: block;
text-decoration: inherit;
color: rgb(255, 255, 255);
position: absolute;
left: -1.5em;
top: 0.1em;
font-size: 2.9em;
content: "\f013";
background: rgb(255, 35, 37);
background: -moz-linear-gradient(top, rgba(255,35,37,1) 0%, rgba(255,114,0,1) 63%, rgba(255,35,37,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 35, 37)), color-stop(63%,rgb(255, 114, 0)), color-stop(100%,rgb(255, 35, 37)));
background: -webkit-linear-gradient(top, rgb(255, 35, 37) 0%,rgb(255, 114, 0) 63%,rgb(255, 35, 37) 100%);
background: -o-linear-gradient(top, rgba(255,35,37,1) 0%,rgba(255,114,0,1) 63%,rgba(255,35,37,1) 100%);
background: -ms-linear-gradient(top, rgba(255,35,37,1) 0%,rgba(255,114,0,1) 63%,rgba(255,35,37,1) 100%);
background: linear-gradient(to bottom, rgb(255, 35, 37) 0%,rgb(255, 114, 0) 63%,rgb(255, 35, 37) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2325', endColorstr='#ff2325',GradientType=0 );
padding: 0.40em .165em;
border-radius: 1em;
width: 1.17em;

}
#onboard-content p {
font-size: 1.1em;
letter-spacing: 1.5px;
line-height: 1.7em;
color: rgb(255, 255, 255);
font-weight: 200;
margin-left: 5.8em;
}
#ep4p-footer h4 {
	color: rgb(255, 255, 255);
background-color: rgb(160, 160, 160);
line-height: 2.5em;
font-size: 2.35em;
letter-spacing: .75px;
margin: 0;
}
#onboard-client {
position: relative;
}
#onboard-client  h1 {
color: rgb(255, 255, 255);
line-height: 1em;
margin: .95em 0 .45em;
font-size: 2.7em;
}
#onboard-client p {
font-size: 1.05em;
color: rgb(255, 255, 255);
margin-bottom: 2.75em;
line-height: 1.85em;
letter-spacing: .75px;
font-weight: 200;
}
#onboard-client u {
font-weight: 400;
}
.onboard-tab {
text-align: center;
margin-top: 50px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .7px;
color: rgb(255,255,255);
}
.onboard-tab li {
font-size: 1.2em;
margin-right: 1em;
}
.onboard-tab li:last-child {
margin-right: 0;
}
.onboard-tab li a {
color: rgb(255, 255, 255);
}
.onboard-tab li.active a, .onboard-tab li a:hover, .onboard-tab li a:focus {
text-decoration:  none;
border-bottom: 4px solid rgb(255, 114, 0);
}

.morris-hover.morris-default-style {
border-radius: 10px;
padding: 6px;
color: #666;
background: rgba(255, 255, 255, 0.8);
border: solid 2px rgba(230, 230, 230, 0.8);
font-family: sans-serif;
font-size: 12px;
text-align: center;
}
.morris-hover {
position: absolute;
z-index: 1000;
}
