body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: "PT Sans", sans-serif;
}
img {
	max-width: 100%;
}

#header {
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 3px solid #0085d2;
}
#logo {
	max-width: 180px;
	height: 80px;
	padding: 5px 20px;
	margin: 0;
	float: left;
}
#logo img {
	max-width: 100%;
	max-height: 100%;
}
#slogan {
	position: absolute;
	bottom: 16px;
	left: 30px;
	color: #333;
	font-size: 14px;
}

/* ----------- nav bar -------------- */

header .navwrap {
	position: relative;
}

#navbtn {
	display: none;
	position: absolute;
	top: 45px;
	right: 10px;
	width: 50px;
	padding-left: 2px;
	padding-right: 2px;
	height: 50px;
	cursor: pointer;
	cursor: hand;
	cursor: pointer;
	cursor: hand;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 11px;
  border-top: 3px solid #0085d2;
  width: 32px;
  transition: 0.55s;
}
.menu-top {
  top: 11px;
}
.menu-middle {
  top: 23px;
}
.menu-bottom {
  top: 35px;
}
#navbtn.sel {
	
}
#navbtn.sel .menu-top {
  backface-visibility: hidden;
  top: 23px;
  transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  transition: 0.55s 0.5s;
}
#navbtn.sel .menu-middle {
  opacity: 0;
}
#navbtn.sel .menu-bottom {
  backface-visibility: hidden;
  top: 23px;
  transform: rotate(-220deg);
  -webkit-transform: rotate(-220deg);
  transition: 0.55s 0.5s;
}
header nav {
	float: left;
}
header nav ul {
	list-style:none;
	text-align: center;
	margin: 0;
	padding-left: 0;
	height: 42px;
}
header nav li {
    display:inline;
    position: relative;
}
header nav a {
	line-height: 81px;
	padding: 5px 30px;
}
header nav a {
    display: inline-block;
    
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

header nav a:hover, header nav a.current {
	background: #0085d2;
	color: #FFF;
}

/* dropdowns */
header nav ul li ul {
	display: none;
	
}
header nav ul ul {
	display: none;
	position:absolute;
	width: 250px;
	height: auto;
	left: 0;
	padding: 0;
}
header ul ul li {
	text-align: left;
	background-color: #fea500;
	display: block;
	border-bottom: 1px solid #ffc253;
}
header ul ul li:hover {
	background-color: #ffc253;
}
header ul ul li a {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	padding: 5px;
	text-transform: none;
	display: block;
	color: #FFF;
	line-height: 24px;
}
header ul ul li .fa {
	font-size:  24px;
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

#headersocial {
	text-align: right;
	margin-right: 20px;
	margin-top: 30px;
}
#headersocial a, .footersocial a {
	background-color: #FFF;
	border-radius: 20px;
	display: inline-block;
	padding: 8px;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 26px;
}
#headersocial a {
	color: #3583a4;
	text-decoration: none;
}
#headersocial a:hover, .footersocial a:hover {
	background-color: #DDD;
}

.phone {
	float: right;
	width: 300px;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	color: #555;
	margin-top: 15px;
}
.phone span {
	font-size: 16px;
}

/* ------------ content ------------- */

.content {
	max-width: 1100px;
	text-align: justify;
	margin: 90px auto;
	font-size: 18px;
	line-height: 2;
	color: #3e3e6f;
}
h1, h2, h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 300;
	line-height: 1.2;
}
.content h1 {
	font-size: 50px;
	color: #666;
}

.row {
	clear: both;
	position: relative;
}
.column {
	float: left;
}
.column.half {
	width: 48%;
	margin: 0 1%;
}
.column.third {
	width: 31.333%;
	margin: 0 1%;
	background: #CCC;
	height: 200px;
}
.column {
	float: left;
}
.col-xxsmall {
	width: 1%;
}
.col-small {
	width: 4%;
}
.col-1 {
	width: 8%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
.column.alignright {
	text-align: right;
}
.column.aligncenter {
	text-align: center;
}
.clearer {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.media.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.media.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.media.aligncenter {
	margin: 20px auto;
}

/* ---------------- home ------------------ */

.home-banner-1 {
	
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	height: 400px;
	padding-top: 200px;
	margin-top: -50px;
}
.home-banner-1 h1, .home-banner-1 h2 {
	display: block;
	max-width: 50%;
	margin: 0;
	margin-left: 45%;
	color: #FFF;
	background: rgba(0, 159, 251, 0.5);
	text-align: center;
	font-size: 70px;
	padding: 5px 0;
	font-weight: normal;
}
.home-banner-1 h2 {
	font-size: 28px;
}
.home .content h2 {
	font-size: 60px;
}

.home .sectionprice {
	background-color: #222;
	color: #f4ff14;
	text-align: center;
}
.home .sectionprice h2 {
	margin: 0;
	padding: 40px 0;
	font-size: 50px;
}
.home .sectionprice .pricepoint {
	background: linear-gradient(#5ccbff, #009bfe);
	border: 4px solid #FFF;
	border-radius: 140px;
	display: block;
	margin: 30px auto;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	padding: 50px 40px;
	height: 150px;
	width: 170px;
	line-height: 1.2;
	
}
.home .sectionprice .pricepoint span {
	font-size: 60px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.home .getstarted {
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #FFF;
	padding: 5px 20px;
	font-size: 40px;
	text-decoration: none;
	background: linear-gradient(#ecff19, #ffae19);
	color: #000;
	margin-top: 100px;
}
.home .sectionprice .content {
	margin: 0 auto;
	max-width: 800px;
}
.home .content.below {
	margin: 0 auto;
}
.home .content.below p {
	margin: 0;
}
.home .col-3 {
	text-align: center;
	margin-top: 40px;
	line-height: 1.2;
}
.home .col-3 i {
	font-size: 100px;
	color: #75aaff;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.home-banner-2 {
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}
.home-banner-2 h2 {
	display: block;
	color: #000;
	font-size: 60px;
	text-align: center;
}
.getstarted-banner {
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}
.getstarted-banner h1 {
	text-align: center;
	font-size: 50px;
	color: #6a00a5;
}
.content.below.getstarted-phone {
	margin-top: -150px;
	margin-bottom: 30px;
}
.content.below.getstarted-phone .center {
	text-align: center;
	margin-top: 130px;
}
.content.below.getstarted-phone .center h2 {
	font-size: 34px;
	margin-bottom: 0;
}
.content.below.getstarted-phone .center .orderphone {
	font-size: 50px;
	line-height: 1;
}
.content.below.getstarted-phone .center h3 {
	font-size: 18px;
	margin-top: 0;
}

.contactform {
	background-color: #999;
	color: #FFF;
	text-align: center;
	padding-bottom: 50px;
}
.contactform h2 {
	font-size: 50px;
}

/* ---------- accordions ---------------- */
h2.accordion {
	cursor: pointer;
	cursor: hand;
}
div.accordion {
	display: none;
}
div.accordion.open {
	display: block;
}
.accordion .fa-caret-right {
	margin: 0 10px;
	font-size: 30px;
	transition: 0.3s ease-in-out;
}
.accordion .fa-caret-right.open {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}
.accordion .fa-caret-right.closed {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	transition: 0.3s ease-in-out;
}

/* --------------- forms ---------------- */
.formfield {
	position: relative;
	font-size: 18px;
	margin: 7px 0;
	float: left;
	width: 100%;
}

.formfield.half {
	width: 48%;
	margin-right: 2%;
}
.formfield.half.right {
	margin-right: 0;
	margin-left: 2%;
}
.formfield.third {
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
}
.formfield.third.left {
	margin-left: 0;
	margin-right: 2%;
}
.formfield.third.right {
	margin-right: 0;
	margin-left: 2%;
}

.formfield input[type="text"], .formfield textarea {
	width: 96%;
	padding: 8px 2%;
	font-size: 18px;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
}
.formfield select {
	width: 100%;
	font-size: 18px;
	color: #333;
	border: 1px solid #333;
}
.formfield input[type="text"]:disabled, .formfield textarea:disabled, .formfield select:disabled {
	opacity: .3;
}
.formfield input[type="text"].placeholder, .formfield textarea.placeholder {
	color: #999;
}
.formfield input[type="text"].required, .formfield textarea.required, .formfield select.required, .formfield label.required {
	color: #CC0000;
	border-color: #CC0000;
	background-image: url(../graphics/form-required.svg);
	background-position: top right;
	background-size: 70px auto;
	background-repeat: no-repeat;
}
.formfield label.required {
	border-bottom: 2px solid #CC0000;
	background: none;
}

.formfield.consent {
	font-size: 12px;
}
#required {
	color: #FF0000;
}
.contactsubmit.hide, #required {
	display: none;
}

/* ------------- lightbox ---------------- */
#lightbox {
	background: rgba(0,0,0,0.8);
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.lightbox-content {
	position: relative;
	max-width: 1000px;
	margin: 100px auto;
	background: #FFF;
	border: 4px solid #333;
	padding: 20px;
}
.lightbox-close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	font-size: 30px;
	color: #999;
	text-decoration: none;
}
.lightbox-close .fa {
	
}


/*-------------- contact page --------------- */

.button.contactsubmit {
	color: #333;
	font-family: Arial, sans-serif;
	background: linear-gradient(#feff06, #ffd232) #ffd232;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	height: 50px;
	cursor: pointer;
	cursor: hand;
	position: relative;
	width: 200px;
	margin: 10px auto 0 auto;
	border-radius: 5px;
	border-width: 0;
}
#contactform textarea {
	height: 150px;
}

.hardware-advanced {
	border-radius: 5px;
	background-color: #DDD;
	color: #000;
	font-size: 14px;
	line-height: 1;
	padding: 30px;
}



/* ------------ footer ---------------- */

footer {
	background-color: #2c2c4b;
	color: #9b9bc0;
	line-height: 100px;
	padding: 15px;
}
footer img {
	max-width: 100px;
}

.phonemobile {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	background: linear-gradient(#056fff 0%, #003d90 100%) #056fff;
	color: #FFF;
	padding: 5px 3%;
	margin: 5px 2%;
	border-radius: 5px;
	border: 1px solid #FFF;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}	
.phonemobile a {
	text-decoration: none;
	color: #FFF;
}
.phonemobile .fa-phone-square {
	font-size: 60px;
}
.phonemobile-inner {
	float: left;
	
}
.phonemobile span {
	font-size: 30px;
}

@media all and (max-width: 1024px) {
	#header {
		height: 80px;
	}
	#logo {
		background-size: 786px auto;
		padding-top: 10px;
	}
	#logo img {
		max-width: 150px;
	}
	header .navwrap {
		width: 100%;
	}
	nav {
		display: none;
		height: auto;
		min-height: 50px;
		position: absolute;
		top: 2px;
		left: 5px;
		width: 300px;
		background:rgba(255,255,255,0.9);
	}
	header nav ul, header .subnav ul {
		height: auto;
		margin: 0;
		padding: 0;
		float: none;
	}
	
	nav ul li {
		float: none;
		text-align: center;
		cursor: pointer;
		cursor: hand;
		height: auto;
	}
	nav ul li a {
		font-size: 20px;
		line-height: 40px;
		background: none;
		border-bottom: 2px solid #333;
		text-decoration: none;
	}
	header nav a, header .subnav a {
		display: block;
	}
	#navbtn {
		display: block;
	}

	#mobilenavbtn.sel .menu-global {
		border-top: 2px solid #CCC
		;
	}
	#mobilenavbtn.sel .menu-top {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(220deg);
	  -webkit-transform: rotate(220deg);
	  transition: 0.55s 0.5s;
	}
	#mobilenavbtn.sel .menu-middle {
	  opacity: 0;
	}
	#mobilenavbtn.sel .menu-bottom {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(-220deg);
	  -webkit-transform: rotate(-220deg);
	  transition: 0.55s 0.5s;
	}
	.content {
		max-width: 96%;
	}
}



@media all and (max-width: 600px) {
	
	.phone {
		display: none;
	}
	#header, #header.scroll {
		height: 100px;
		position: absolute;
	}
	#logo, #header.scroll #logo {
		padding:0;
		z-index: 90;
		height: auto;
		float: none;
		margin: 8px;
	}
	
	.navwrap {
		z-index: 10;
	}
	#navbtn {
		z-index: 101;
	}
	nav {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
	}
	nav ul li a {
		font-size: 20px;
		line-height: 40px;
	}
	header nav ul li ul {
		display: block;
		position: relative;
		width: 100%;
	}
	header .navright {
		width: 100%;
		text-align: right;
	}
	header .navright ul {
		display: inline;
	}
	#headersocial {
		display: none;
	}
	
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
		width: 96%;
		margin: 0 2%;
	}
	
	.button {
		font-size: 20px;
	}
	
	.home-banner-1 {
		background-size: 600px auto;
		background-repeat: no-repeat;
		background-position: top left;
		background-attachment: scroll;
		height: auto;
		margin-top: 60px;
	}
	.home-banner-1 h1 {
		margin-left: 0;
		max-width: 100%;
		font-size: 40px;
		background: rgba(0, 159, 251, 1)
	}
	.home-banner-1 h2 {
		margin-left: 0;
		max-width: 100%;
	}
	.home .sectionprice {
		padding: 0 5px;
	}
	.home .sectionprice h2 {
		padding: 20px 0;
		font-size: 24px;
	}
	.home .sectionprice .pricepoint {
		padding: 40px 20px;
		height: 110px;
		width: 150px;
		font-size: 22px;
		margin: 10px auto;
	}
	.home .sectionprice .pricepoint span {
		font-size: 50px;
	}
	.home .getstarted {
		font-size: 30px;
		display: block;
		margin: 10px;
		text-align: center;
	}
	.home-banner-2 {
		height: 200px;
		padding-top: 10px;
	}
	.home-banner-2 h2 {
		font-size: 30px;
		margin-top: 0;
	}
	.phonemobile {
		display: block;
	}
	
	.getstarted-banner {
		height: 250px;
		padding-top: 10px;
	}
	.getstarted-banner h1 {
		font-size: 30px;
	}
	.getstarted-left {
		display: none;
	}
	.content.below.getstarted-phone {
		margin-top: 0;
	}
	.content.below.getstarted-phone .center {
		margin-top: 10px;
	}
	.content.below.getstarted-phone .center h2 {
		font-size: 20px;
	}
	.content.below.getstarted-phone .center .orderphone {
		font-size: 30px;
	}
	
}
@media all and (max-width: 400px) {
	.home-banner-1 {
		background-size: 400px auto;
	}
}
