@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}
.group:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}
* html .group, *:first-child+html .group { 
	zoom: 1; 
}
html {
    height: 100%;
	min-height: 820px;
}
body {
    background: #fff;
    color: #4E4E4E;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    height: 100%;
}
@font-face {
  font-family: "easy-icons";
  src:url("easy-icons.eot");
  src:url("easy-icons.eot?#iefix") format("embedded-opentype"),
    url("easy-icons.woff") format("woff"),
    url("easy-icons.ttf") format("truetype"),
    url("easy-icons.svg#easy-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "easy-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "easy-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  color: #fff;
  overflow: hidden;
}
.icon-easy-logo-onecolor:before {
  content: "g";
}
.icon-web-hosting:before {
  content: "a";
}
.icon-easy-domains:before {
  content: "b";
}
.icon-easy-telephony:before {
  content: "c";
}
.icon-easy-website:before {
  content: "d";
}
#wrap {
	width: 100%;
	position: relative;
	background-color: #21282E;
}
#easy, #canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#easy {
	text-align: center;
	color: #fff;
}
#easy .row2 {
	font-size: 40px;
	font-weight: normal;
	padding: 120px 0 40px;
}
#easy .row1 {
	font-size: 24px;
	font-weight: lighter;
}
#easy .bot {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
#easy .row6 {
	padding-bottom: 5px;
	font-size: 13px;
}
#easy .row7 {
	text-decoration: none;
	display: inline-block;
	position: relative;
	height: 80px;
	overflow: hidden;
}
#easy .icon-easy-logo-onecolor {
	font-size: 200px;
	position: relative;
	top: -60px;
	line-height: 275px;
}
#easy .ul {
	list-style: none;
	width: 200px;
	margin: 0 auto;
}
#easy .ul li {
	float: left;
	width: 50px;
}
#easy .ul a {
	display: inline-block;
	width: 50px;
	text-decoration: none;
	text-align: center;
}
#easy .ul a span {
	color: #fff;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
#easy .ul li i {
	height: 40px;
}
#easy .ul .li1 i {
	color: #5494d1;
	font-size: 32px;
}
#easy .ul .li2 i {
	color: #b4d226;
	font-size: 32px;
}
#easy .ul .li3 i {
	color: #f89b1e;
	font-size: 32px;
}
#easy .ul .li4 i {
	color: #d44d98;
	font-size: 32px;
}