@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400);

html, body {
    height:100%;
}

body {
	background: #111111;
	color: #eee;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
    overflow-y: scroll;
	overflow-x: hidden;
}

em {
	color: #0f9 !important;
	font-style: normal;
}

#container {
	height: 100%;
	width: 100%;
}

#header-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: #1c242a;
	z-index: 20;
	visibility: hidden;
    min-width: 850px;
}

#header-menu .logo {
	float: left;
	padding-left: 10px;
}

#header-menu .links {
	float: right;
	line-height: 80px;
	padding-right: 10px;
}

#main {
	background-color: #333;
	background-image: url('../images/house-bg.jpg');
	 background-size: 120% 120%;
	background-position: center;
	background-size: cover;
	color: #666;
	height: 100%;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

#main-absolute {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 500px;
}

.logo {
	cursor: pointer;
}

#service {
	z-index: 2;
	width: 100%;
	height: 740px;
	text-align: center;
	background-image: url('../images/areamap.jpg');
	background-position: 49% 50%;
	background-repeat: no-repeat;
	position: relative;
	top: 50px;
}

#service h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	padding-top: 50px;
	position: relative;
	top: -105px;
}

#service .pin {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 350px;
	left: 50%;
	margin-left: -20px;
}

#pricing {
	z-index: 2;
	width: 100%;
	height: 740px;
	text-align: center;
	background: #333;
	position: relative;
	top: -295px;
}

#pricing h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	padding-top: 50px;
	position: relative;
	top: -105px;
}

#contact {
	z-index: 2;
	width: 100%;
	height: 740px;
	text-align: center;
	background: #222;
	position: relative;
	top: -245px;
}

#contact h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	padding-top: 50px;
	position: relative;
	top: -105px;
}

#logo {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -207px;
}

#preamble {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 710px;
	margin-left: -355px;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	line-height: 36px;
	color: #fff;
	padding-top: 50px;
	display: inline-block;
}

#buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 710px;
	margin-left: -355px;
}

#preamble span {
	vertical-align: super;
	font-size: 18px;
}

#benefits {
	position: absolute;
	top: 60%;
	background: rgba(255,255,255,0.1);
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	height: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 460px;
}

#benefits #online {
 	max-width: 300px;
	height: 200px;
	max-width: 33%;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#benefits #tracker {
 	max-width: 300px;
	height: 200px;
	max-width: 34%;
	position: relative;
	top: -200px;
	left: 33%;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#benefits #updates {
 	max-width: 300px;
	height: 200px;
	max-width: 33%;
	position: relative;
	top: -400px;
	left: 67%;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#benefits #online span, #benefits #tracker span, #benefits #updates span {
	color: rgba(255,255,255,0.6);
}
#benefits #online em, #benefits #tracker em, #benefits #updates em {
	color: #fff !important;
}

#areaDescription {
	position: absolute;
	background: rgba(28,36,42,.8);
	padding: 20px;
	border-radius: 10px;
	right: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	visibility: hidden;
}
#areaDescription:hover {
	background: rgba(28,36,42,1);
}


#prices {
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0);
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	height: 160px;
	padding-top: 10%;
	padding-bottom: 20px;
	min-width: 460px;
}

#prices #standard {
 	max-width: 300px;
	height: 200px;
	max-width: 33%;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#prices #flyerbox {
 	max-width: 300px;
	height: 200px;
	max-width: 34%;
	position: relative;
	top: -200px;
	left: 33%;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#prices #storage {
 	max-width: 300px;
	height: 200px;
	max-width: 33%;
	position: relative;
	top: -400px;
	left: 67%;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#prices #standard span, #prices #flyerbox span, #prices #storage span {
	color: rgba(255,255,255,0.6);
}
#prices #standard em, #prices #flyerbox em, #prices #storage em {
	color: #fff !important;
}
#prices #standard h1, #prices #flyerbox h1, #prices #storage h1 {
	color: #fff !important;
	display: block;
	text-align: center !important;
	font-size: 46px;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	top: 0;
	margin-bottom: 10px;
}

#contactContainer {
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	height: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 700px;
}

#contactContainer #info {
 	max-width: 300px;
	height: 460px;
	max-width: 50%;
	position: relative;
	text-align: right;
	top: 0;
	left: 0;
	padding-left: 20px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	background: #0c9;*/
}
#contactContainer #form {
 	max-width: 300px;
	height: 460px;
	max-width: 50%;
	position: relative;
	top: -460px;
	left: 50%;
	padding-left: 40px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
/*	background: #c90;*/
}
#contactContainer #info span, #contactContainer #form span {
	color: rgba(255,255,255,0.6);
	line-height: 50px;
	font-size: 20px;
}
#contactContainer #info em, #contactContainer #form em {
	color: #fff !important;
}
#contactContainer #info h1, #contactContainer #form h1 {
	color: #fff !important;
	display: inline-block;
	text-align: center !important;
	font-size: 22px;
	padding: 0;
	margin: 0;
	top: 0;
	margin-bottom: 10px;
	line-height: 50px;
}

#from, #subject, #message {
	padding: 10px;
	font-size: 16px;
	color: #111;
	border-radius: 6px;
	border-collapse: collapse;
	border: 1px solid #fff;
	width: 360px;
}
#message {
	font-family: 'Open Sans', sans-serif;
	height: 100px;
	margin-top: 8px;
}
#send {
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
	margin-right: 20px;
	background: transparent;
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	transition: background-color 0.6s, color 0.6s ease;
	-webkit-transition: background-color 0.6s, color 0.6s ease;
}

#send:hover {
	cursor: pointer;
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	color: #1c242a;
	border-radius: 8px;
}


#login {
	font-weight: 300;
	margin-left: 20px;
	margin-right: 20px;
	background: transparent;
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	transition: background-color 0.6s, color 0.6s ease;
	-webkit-transition: background-color 0.6s, color 0.6s ease;
}

#login:hover {
	font-weight: 300;
	cursor: pointer;
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	color: #1c242a;
	border-radius: 8px;
}

#copyright {
	font-size: 14px;
	text-align: center;
	color: #999;
	position: relative;
	top: -240px;
	line-height: 40px;
}

a.link {
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	transition:color 0.6s, color 0.6s ease;
	-webkit-transition: color 0.6s, color 0.6s ease;
	font-size: 18px;
}

a.link:hover {
	color: #0c9;
}

#play {
	font-size: 36px;
	text-align: center;
}

#play a:link, #play a:visited {
	text-decoration: none;
	color: #666;
	background: #0f9;
	border-radius: 10px;
	padding: 5px 20px 5px 20px;
}

#play a:hover {
	text-decoration: none;
	background: #eee;
	border-radius: 10px;
	padding: 5px 20px 5px 20px;
}


.small {
	font-size: 16px;
}

#difference {
	background: #454545;
}

.invalid {
	background: #ffcccc !important;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -180px;
  top: -505px;
  z-index: 3;
  color: rgba(1,1,1,1);
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}

.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.hi-icon-effect-8 .hi-icon {
        background: rgba(255,255,255, 0);
        -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
        -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        box-shadow: 0 0 0 2px rgba(255,255,255,1);
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
        background: rgba(255,255,255,1);
        -webkit-transform: scale(0.93);
        -moz-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
        color: #fff;
}

.areaSonar {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
}

.hi-icon-effect-8 .hi-icon:hover:after {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0c9, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0c9, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 1000px) {
  #benefits {
    font-size: 15px;
  }
}