/*
Theme Name: Kornblum
Theme URI: http://kornblums.com.au
Author: WebEdge Marketing
Author URI: http://webedgemarketing.com.au
Description: Custom theme created expressly for Kornblum
Version: 1.0.1
Tags: responsive-layout
Text Domain: kornblum
*/

body {
	width:100%;
	height:100%;
	max-width:100%;
	margin:0;
	padding:0;
	background-color: transparent;
  color: #77919d;
  font-size: 16px;
}

body, h1, h2, h3, h4, h5, p, a, ul, li {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/*::-moz-selection {
  background: #777;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #FFF;
}

::selection {
  background: #777;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #FFF;
}
*/
h1, h2, h3, h4, h5 {
  margin: 0 auto;
  line-height: 1.1;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

body, p, input, textarea, label, select, option {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: 1.3;
  font-weight: 400;
}

p {
  margin: 0 auto;
}

p.bigger {
  font-size: 20px;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}

h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a, img, input, textarea .transition {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:focus, a:active, input, input:focus, textarea, textarea:focus {
  outline: none;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}

input, textarea, select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div, a, input, textarea, select {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

address {
  font-style: normal;
}

/* ----------
HELPER STYLES 
---------- */
.clear:after,
.wrap:after {
  clear: both;
  display: table;
  content: "";
}

img {
	max-width:100%;
	height:auto;
}

img.contained {
  width: 100%;
  height: auto;
}

img.broken, img.still-loading {
	display:none !important;
}

div.preload {
  position: absolute !important;
  z-index: 10;
  overflow: hidden;
  width: 50px;
  height: 50px;
  left: -9999px;
  top: -9999px;
}
div.preload img {
  width: 100%;
  height: auto;
}

a.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}


.wrap {
	width:1280px;
	margin:0 auto;
	max-width:94%;
}


/** HEADER AND NAV **/
#header .wrap {
  padding-top:30px;
}
#logo {
  width:245px;
  max-width:100%;
  display:block;
  float:left;
  padding-bottom:28px;
}
#header .quick-links {
  float:right;
  padding-top:8px;
}
#header .quick-links .inner {
  background-color:#001522;
  background-color:rgba(0,21,34,0.7);
  text-align: right;
  padding:10px 24px 11px 24px;
}
#header .quick-links .line1, #header .quick-links .line2 {
  float: right;
}
#header .quick-links .line2 {
  margin-right: 15px;
}
#header .quick-links a {
  color:#FFF;
  display:inline-block;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-left:12px;
}
#header .quick-links a:hover {
  color:#fec40a;
  text-decoration: none;
}
#header .quick-links a:first-child {
  margin-left:0 !important;
}
#header .quick-links .fa {
  margin-right:3px; 
}
#header .quick-links .sticky-item {
  display: none;
}
#menu-trigger {
  display:none;
}
#header .phone {
  display:none;
}
#topnav {
  padding-top:25px;
  border-top:1px solid #FFF;
}
#topnav .menu {
  text-align: justify;
}
#topnav .menu:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#topnav .menu > li {
  display:inline-block;
  padding:0;
}
#topnav .menu > li:hover {
  padding-bottom: 20px;
}
#topnav li {
  position: relative;
}
#topnav a {
  color:#FFF;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#topnav a:hover {
  color:#fec40a;
  text-decoration: none;
}
#topnav .current-menu-item > a,
#topnav .current-menu-ancestor > a,
#topnav .current-menu-parent > a {
  color:#fec40a;
}
/*#topnav li:hover > .sub-menu,*/
#topnav a.show-sub-nav + .sub-menu {
  display: block;
}
#topnav .sub-menu {
  display: none;
  background: rgba(0, 21, 34, 0.7);
  position: absolute;
  left: 50%;
  top: 30px;
  min-width: 220px;
  margin-left: -110px;
  border-bottom: 1px solid rgba(255,255,255, .4);
}
#topnav .sub-menu li {
  display: block;
  border-top: 1px solid rgba(255,255,255, .4);
}
#topnav .sub-menu a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
  text-align: left;
}
#topnav .sub-menu a .fa {
  float: right;
  margin-top: 2px;
}
#topnav .sub-menu a:hover {
  background: rgba(255,255,255,.2);
}

/** ACCREDITATIONS **/
#accreditation {
}
#accreditation .wrap {
  padding-bottom :15px;
}
#accreditation .icon {
  float:left;
  text-align: center;
  width:25%;
  margin-bottom: 45px;
}
#accreditation .icon img {
  display:inline-block;
}
#accreditation .thirty img {
  width:137px;
}
#accreditation .largest img {
  width:133px;
}
#accreditation .sa img {
  width:130px;
}
#accreditation .guarantee img {
  width:153px;
}

/** SOCIAL LINKS **/
#social-links {
}
#social-links .links {
  width:264px;
  margin:0 auto;
  max-width:100%;
  padding:66px 0 6px 0;
}
#social-links .icon {
  width:33.33%;
  float:left;
}
#social-links a {
  display:block;
  width:58px;
  margin:0 auto;
}
#social-links .fb a {
  background-color:#3b5998;
}
#social-links .fb a:hover {
  background-color:#4f6fb3;
}
#social-links .twit a {
  background-color:#55acee;
}
#social-links .twit a:hover {
  background-color:#73bff8;
}
#social-links .pin a {
  background-color:#cb2026;
}
#social-links .pin a:hover {
  background-color:#e23a40;
}






/** FOOTER **/
#footer {
}
#footer .wrap {
  padding-top:50px;
}
#footer-categories {
  border-top:1px solid #777;
  padding-top:56px;
}
#footer-categories .col {
  width:16.66%;
  float:left;
  text-align: left;
  margin-bottom: 20px;
}
#footer-categories h5 {
  font-size: 12px;
  font-weight: 700;
  padding-bottom:20px;
}
#footer-categories li a {
  color:#777;
  font-size: 12px;
}
#footer-categories li a:hover {
  color:#555;
}
#footer-main-links ul {
  text-align: center;
  padding-top:15px;
}
#footer-main-links li {
  display:inline-block;
  margin:0 8px 0 8px;
}
#footer-main-links a {
  color:#777;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer-main-links a:hover {
  color:#555;
}
#footer .logo {
  width:161px;
  max-width:35%;
  margin:45px auto 0;
  padding-bottom:36px;
}
#footer .copyright {
  padding-bottom:46px;
  text-align: center;
}
#footer .copyright p,
#footer .copyright a {
  color:#777;
  font-size: 13px;
}
#footer .copyright a:hover {
  color:#555;
  font-weight: 700;
}


/* ----------------- 
ADD ON's and PLUGINS
----------------- /*

/* Browsehappy */
#browsehappy {
    margin:0;
    background: #000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
}
#browsehappy .inner {
	padding-top:60px;
	width:720px;
	margin:0 auto;
}
#browsehappy .innerbox {
	position:relative;
	width:100%;
	background-color:#F1F1F1;
	padding:40px 0 20px 0;
}
#browsehappy p {
	font-size:18px;
	color:#333;
	padding-bottom:20px;
}
#browsehappy p a.button {
	color:#FFF;
	background-color:#2962A0;
	font-size:24px;
	font-weight:700;
	display:block;
	line-height:1;
	padding:20px 0;
	width:360px;
	margin:0 auto;
	text-decoration:none;
}
#browsehappy p a.button:hover {
	background-color:#113D6D;
	text-decoration:none;
}
#browsehappy p a.idiot {
	color:#666;
	font-size:14px;
	text-decoration:none;
	margin-top:20px;
	display:block;
}
#browsehappy p a.idiot:hover {
	text-decoration:underline;
}
.idiot #browsehappy {
	display:none !important;
	visibility:hidden;
}



.background-cover {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
.justify-wrap {
  text-align: justify;
}
.justify-wrap:after {
  content: '';
  display: inline-block;
  width: 100%;
}

header#header {
  position: absolute;
  left: 0; top: 0; right: 0;
  z-index: 9;
}
.hero-section {
  padding-top: 396px;
  background-color: gray;
}
.hero-section:before {
  content: '';
  display: block;
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 400px;
  opacity: .3;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
aside#sidebar {
  float: left;
  width: 33%;
  margin-right: 3%;
  max-width: 280px;
  text-transform: uppercase;
}
aside#sidebar h1 {
  font-weight: 900;
  font-size: 70px;
  margin-bottom: 60px;
  line-height: 1;
}
aside#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
aside#sidebar li {
  margin-bottom: 8px;
}
aside#sidebar .links li {
  margin-bottom: 17px;
  font-weight: bold;
}
aside#sidebar .links .fa {
  font-size: 23px;
  margin-right: 20px;
}
aside#sidebar .return-link {
  margin-bottom: 45px;
}
aside#sidebar .return-link .fa {
  font-size: inherit;
}
.template-sidebar section#content {
  float: right;
  width: 64%;
}
.basic-container {
  padding-top: 95px;
  padding-bottom: 85px;
}
.basic-container h1, .basic-container h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.3;
}
article.hentry {
  padding-bottom: 45px;
  border-bottom: 1px solid #77919d;
  margin-bottom: 45px;
  position: relative;
}
article.hentry:last-child {
  border-bottom: none;
}
article header img {
  margin-bottom: 35px;
}
article .entry-meta {
  margin: 25px 0;
  font-size: 14px;
}
article .entry-content {
  line-height: 1.4;
}
article .entry-content p, article .entry-content ul{
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
article .entry-content :last-child {
  margin-bottom: 0;
}
article .entry-content ul, article .entry-content ol {
  padding-left: 20px;
}
article .entry-content li {
  padding-left: 20px;
}
article .entry-content .read-more {
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  bottom: 45px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
article .entry-footer {
  margin-top: 60px;
}
article .entry-footer .fa {
  font-size: 19px;
}
article .entry-footer .share-link a {
  margin-left: 3px;
  margin-right: 3px;
}
article .entry-footer .share-link a:hover {
  text-decoration: none;
  opacity: .8;
}
article .entry-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}
article.support .entry-content h5 {
  margin-bottom: 10px;
}
article.support .entry-content p {
  margin-top: 10px;
}
article.support .entry-content p + h5 {
  margin-top: 45px;
}

/* wordpress comment thread style */
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { margin:0 0 1em; }
ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent {}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
/* wordpress comment thread style */

#respond {
  padding-top: 30px;
}
.comment-form {
  padding: 20px 0;
}
.comment-form .comment-notes {
  margin-bottom: 1.2em;
}
.comment-form label {
  display: block;
}
.comment-form textarea, .comment-form input[type="text"] {
  border: 1px solid #77919d;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 700px;
  max-height: 150px;
  border-radius: 2px;
}
.comment-form .submit, .button, button {
  padding: 15px 20px;
  border: none;
  background-color: #71999d;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.comment-form .submit:hover, .button:hover, button:hover {
  text-decoration: none; 
  opacity: .9;
}
.button.small, button.small {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding: 13px 16px;
}
.button.transparent, button.transparent {
  background-color: transparent;
  border: 1px solid;
}
.button.orange, button.orange {
  color: #fec40a;
  border-color: #fec40a;
}
.button.orange:hover, button.orange:hover {
  color: #000;
  background-color: #fec40a;
}

.pagination {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}
.pagination .wrapper {
  display: inline-block;
  background-color: #77919d;
  color: #fff;
  padding: 8px 10px 5px;
}
.pagination .page-numbers {
  padding: 10px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.pagination .page-numbers.current {
  text-decoration: underline;
}
.pagination .prev, .pagination .next {
  font-size: 26px;
}
.pagination span.prev, .pagination span.next {
  opacity: .6;
}
#address {
  background: url('img/address-bg.png') no-repeat center top;
  background-size: 100% 100%;
  min-height: 670px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 142px;
}
#address .address-content {
  background: url('img/map.png') no-repeat center;
  background-size: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  padding-left: 20px;
  padding-right: 20px;
}
#address .copy {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 75px;
  margin-top: 55px;
}
#address .map {
  display: block;
  float: right;
  height: auto;
  margin-top: -20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 50%;
  height: 392px;
}
/*#address .map img {
  width: 616px;
  height: 392px;
  display: block;
}
#address .map:before {
  content: '';
  display: block;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: #144767;
  opacity: .7;
}
#address .map:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 57px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -40px;
  background: url('img/marker.png') no-repeat center;
}*/
.orange-subtitle {
  color: #fec40a;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.address h3 {
  margin-bottom: 40px;
}
.address h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
}
.address p {
  margin-bottom: 22px;
}
.footer-background {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
  padding-top: 120px;
}
#address + .footer-background {
  padding-top: 0;
}
aside .form-wrap {
  background-color: #77919d;
  color: #fff;
  margin-top: 90px;
  padding: 20px;
  text-transform: none;
  text-align: center;
}
aside .form-wrap h5 {
  margin-bottom: 20px;
}
.form-wrap .intro {
  margin-bottom: 30px;
}
.form-wrap .field-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.form-wrap .field-wrap.submit-wrap, .form-wrap .field-wrap.hidden-wrap {
  margin-bottom: 0 !important;
}
input.ninja-forms-field, textarea.ninja-forms-field  {
  border: 2px solid;
  border-radius: 2px;
  background: transparent;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  border-color: rgba(255,255,255,.6);
  box-sizing: border-box;
  height: 50px !important;
}
textarea.ninja-forms-field {
  height: 140px !important;
}
input.ninja-forms-field:focus, textarea.ninja-forms-field:focus  {
  border-color: #fff;
}
.ninja-forms-field.nf-desc {
  margin-bottom: 40px;
}
.field-wrap:last-child {margin-bottom: 0;}
.field-wrap label {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}
.ninja-forms-field[type="submit"] {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  color: #77919d
}
.ninja-forms-required-items { display: none; }
.ninja-forms-req-symbol, .ninja-forms-field-error { color: inherit !important; }
#scrollUp {
  right: 40px;
  bottom: 40px;
  background: url('img/arrow.png') no-repeat center;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  overflow: hidden;
  opacity: .7;
}
section#splash {
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  color: #fff;
  padding-top: 365px;
}
section#splash .content {
/*  position: absolute;
  left: 0; right: 0; bottom: 0; */  
  margin-top: 60px;
  text-align: center;
  font-weight: 300;
  font-size: 26px;
}
section#splash .content p {
  margin-bottom: 1.3em;
}
section#splash .content p:last-child {
  margin-bottom: 0;
}
.overlay-background {
  background-color: #001019;
  background-color: rgba(0, 16, 25, .8);
  color: #fff;
}
.overlay-background.half {
  position: absolute;
  top: 0; bottom: 0; width: 50%;
  z-index: 0;
}
.overlay-background.half.left {
  left: 0;
}
.overlay-background.half.right {
  right: 0;
}
section#splash .content .wrap {
  box-sizing: border-box;
  padding: 50px 83px 60px;
}
section#splash .heading {
  text-shadow: 0 2px 5px rgba(0,0,0,0.2);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 55px;
  position: relative;
  max-width: 1200px;
}
section#splash .page-title {
  font-weight: 300;
  font-size: 40px;
}
.headline {
  font-weight: 900;
  font-size: 70px;
}
section#splash .scroll-button {
  width: 45px; height: 86px;
  background: url('img/scroll.png') no-repeat center;
  background-size: 100% 100%;
  float: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
}
section#splash .scroll-button:hover {
  opacity: .8;
}
#contact {
  position: relative;
}
#contact:before {
  content: '';
  display: table;
  width: 0; height: 0;
}
#contact #map {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: -1;
}
#contact .address {
  box-sizing: border-box;
  max-width: 460px;
  padding: 40px;
  margin-top: 140px;
  margin-bottom: 135px;
}
#contact .contact-wrap {
  padding: 60px 0;
  text-align: center;
  font-size: 20px;
}
#contact .contact-wrap .form-wrap {
  margin: auto;
  max-width: 850px;
}
#contact .contact-wrap h3 {
  text-transform: uppercase;
  font-size: 30px;
}
.call-link {
  color: #fec40a;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
}
.call-link:hover {
  text-decoration: none;
}
#contact .contact-wrap input.ninja-forms-field, #contact .contact-wrap textarea.ninja-forms-field {
  padding-top: 13px;
  padding-bottom: 13px;
}
#contact .contact-wrap .name-wrap,
#contact .contact-wrap .email-wrap,
#contact .contact-wrap .phone-wrap {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
#contact .contact-wrap .phone-wrap {
  margin-right: 0;
}
#contact .contact-wrap .form-wrap .field-wrap {
  margin-bottom: 30px;
}
#contact .contact-wrap .submit-wrap {
  text-align: right;
}
.overlay-background .submit-wrap .ninja-forms-field {
  width: 100%;
  max-width: 202px;
  display: inline-block;
  background-color: #ffc40a;
  color: #001019;
  font-size: 20px;
  border: none;
}
#contact .contact-wrap .submit-wrap .ninja-forms-field:hover {
  opacity: .8;
}
.circle {
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  /*text-indent: -1px;*/
}
.page-template-showroom #blocks {
  margin-top: 4px;
}
#blocks .block {
  position: relative;
  width: 50%;
  height: 540px;
  float: left;
}
#blocks .block .copy {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  min-height: 180px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  padding: 30px;
}
#blocks .block .title {
  font-weight: 900;
  color: #fec40a;
  margin-bottom: 20px;
}
#blocks .content {
  margin: auto;
  width: 520px;
  max-width: 90%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#blocks .content h1 {
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
}
section {
  position: relative;
}
#about .wrap {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 22px;
}
#about .wrap .half {
  width: 45%;
  padding: 140px 0;
}
#about h1 {
  font-size: 70px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fec40a;
  margin-bottom: 55px;
  line-height: 1;
}
#about h1 strong {
  font-weight: 900;
  display: inline-block;
  max-width: 100%;
}
#about h5 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
#about p, #support-automation p {
  margin-bottom: 1.4em;
}
#about .buttons-wrap {
  margin-top: 80px;
  margin-bottom: 20px;
}
section#splash.has-gallery {
  padding-top: 230px;
}
section#splash.has-gallery .content {
  position: static;
  padding-top: 250px;
  margin-top: -250px;
  font-size: 18px;
  background-color: rgba(0, 16, 25, 0.8);
}
section#splash.has-gallery .content .copy {
  margin: 0 auto;
  max-width: 80%;
}
section#splash.has-gallery .content .wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}
section#splash.has-gallery .content h3 {
  margin-bottom: 40px;
}
#hero-slider .slide {
  height: 650px;
}
#splash .lSSlideOuter {
  background-color: #e4e1de;
  padding: 12px;
  position: relative;
}
#splash .lSSlideWrapper {
  box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
#splash .lSGallery {
  margin-top: 20px !important;
}
.lSAction > a {
  width: 50px;
  height: 256px;
  margin-top: -128px;
  opacity: .2;
  background-color: #081e2c;
  background-position: center !important;
  background-repeat: no-repeat;
}
.lSAction > a:hover {
  opacity: .6;
}
.lSAction > .lSPrev {
  background-image: url('img/left.png');
  left: 0;
}
.lSAction > .lSNext {
  background-image: url('img/right.png');
  right: 0;
}
#splash .lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  height: 120px;
  position: relative;
  background-color: #081e2c;
}
#splash .lSSlideOuter .lSPager.lSGallery li a:hover img,
#splash .lSSlideOuter .lSPager.lSGallery li.active img {
  opacity: .4;
}
#splash .lSSlideOuter .lSPager.lSGallery li a:hover:after {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: url('img/magnifier.png') no-repeat center;
  content: '';
  display: block;
}
#splash .lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
  max-width: none;
  min-height: 100%;
}
#flexipay {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
}
#flexipay .half {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  box-sizing: border-box;
  padding: 105px 0;
  text-transform: uppercase;
  text-align: center;
  min-width: 0;
}
#flexipay .half .wrapper {
  margin: auto;
  width: 640px;
  max-width: 90%;
}
#flexipay .flexipay h1 {
  font-size: 70px;
  text-transform: none;
  color: #81bf36;
  margin-bottom: 70px;
  font-weight: normal;
}
#flexipay .flexipay p {
  font-size: 30px;
}
#flexipay .flexipay .learn-more {
  font-weight: bold;
  font-size: 16px;
  margin-top: 60px;
  display: inline-block;
}
.blue {
  color: #2196f3;
}
#flexipay .flexipay h1 .fa {
  font-size: 75px;
}
#flexipay .tempblind {
  background-image: url('img/tempblind.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#flexipay .tempblind h2 {
  font-weight: 300;
  color: #656565;
  font-size: 50px;
  margin-bottom: 80px;
}
#flexipay .tempblind h2 strong {
  color: #e65c59;
  font-weight: 900;
  margin-bottom: 80px;
}
#flexipay .tempblind .get-free {
  display: inline-block;
  background-color: #e65c59;
  color: #fff;
  box-sizing: border-box;
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  max-width: 575px;
  opacity: .8;
}
#flexipay .tempblind .get-free:hover {
  text-decoration: none;
  opacity: 1;
}
#support-automation {
  color: #fff;
}
#support-automation h1, .section-headline {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 70px;
  clear: left;
}
#support-automation h1 strong, .section-headline strong {
  font-weight: 900;
}
#support-automation .support-copy {
  padding-top: 290px;
  padding-bottom: 220px;
  max-width: 640px;
}
#support-automation .learn-more {
  color: #fec40a;
  text-transform: uppercase;
  font-weight: bold;
}
.learn-more {
  color: #fec40a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#automation {
  background-color: rgba(0,16,25,.8);
}
#automation .copy {
  margin-left: auto;
  max-width: 770px;
  box-sizing: border-box;
  padding-right: 50px;
  padding-top: 50px;
}
#automation .remo-con {
  float: left;
  margin-right: 30px;
  margin-top: -165px;
}
section#video {
  background: url('img/pattern.png');
  padding-top: 100px;
  padding-bottom: 100px;
  color: #777;
}
section#video.custom-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#video .copy.Dark {
  color: #fff;
}
section#video .copy.Dark h3 {
  color: #fec40a;
}
section#video .video-wrap {
  float: left;
  margin-right: 8%;
  max-width: 50%;
  clear: left;
}
section#video iframe {
  border: none;
  box-shadow: 0 3px 4px rgba(0,0,0,.3);
  max-width: 100%;
}
section#video .copy {
  padding-top: 105px;
  font-size: 16px;
}
section#signupform + #video .copy {
  padding-top: 280px;
}
section#video h3 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
section#signupform {
  background: transparent;
  top: -160px;
  height: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
  text-align: center;
}
section#signupform .padder {
  padding: 60px 7%;
}
section#signupform h3 {
  text-transform: uppercase;
}
section#signupform .intro {
  margin: auto;
  max-width: 805px;
  margin-bottom: 30px;
}
section#signupform .field-wrap.text-wrap {
  float: left;
  width: 37%;
  margin-right: 3.5%;
}
section#signupform .field-wrap.submit-wrap {
  float: right;
  margin-right: 0;
  margin-top: 20px;
  width: 19%;
}
.white80 {
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
}
.product-section-wrap {
  background-image: url('img/background.png');
  background-position: left top;
  background-size: cover;
  padding: 30px 0;
}
.before-signup {
  padding-bottom: 200px;
}
.product-section-wrap.before-signup {
  padding-bottom: 170px;
}
.product-section {
  padding-top: 90px;
  padding-bottom: 80px;
}
.product-section .section-headline {
  margin-bottom: 80px;
}
.product-section .section-headline h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: .9;
}
.product-section .footer {
  font-size: 30px;
  font-weight: 300;
  margin-top: 40px;
  padding: 20px;
}
.product-section .footer a {
  text-decoration: underline;
}
.one-half,
.one-third,
.one-fourth {
  margin-right: 2%;
  float: left;
  margin-bottom: 30px;
}
.one-half {
  width: 49%;
}
.one-third {
  width: 32%;
}
.one-fourth {
  width: 23.5%;
}
.one-half:nth-child(2n),
.one-third:nth-child(3n),
.one-fourth:nth-child(4n) {
  margin-right: 0 !important;
}
.one-half:nth-child(2n+1),
.one-third:nth-child(3n+1),
.one-fourth:nth-child(4n+1) {
  clear: both;
}
.item-element {
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  color: #777;
}
.item-element .image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
}
.item-element .image .caption {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 65px;
  box-sizing: border-box;
  padding: 8px 10px;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
}
.circle-frame {
  border-radius: 50%;
  overflow: hidden;
}
.fabric-item .name {
  margin-top: 40px;
  color: #ef5350;
  font-weight: bold;
}
.fabric-item .descr {
  margin-top: 20px;
}
.ui-tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 4px solid #77919d;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
}
.ui-tabs-nav li {
  flex: 1;
  max-width: 260px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.ui-tabs-nav li a {
  display: block;
  padding: 23px 0;
}
.ui-tabs-nav li a:hover {
  text-decoration: none;
  opacity: .9;
}
.ui-tabs-nav li.ui-tabs-active {
  background-color: #77919d;
  color: #fff;
}
.one-fourth.style-element {
  margin-right: 0;
  width: 25%;
}
.product-slider-wrap .slide {
  height: 380px;
}
.product-slider-wrap .lSSlideOuter .lSPager.lSGallery li {
  overflow: visible;
}
.product-slider-wrap .lSSlideOuter .lSPager.lSGallery a {
  display: block;
  height: 12px;
  background-color: #e6e6e6;
  margin-right: -5px;
}
.product-slider-wrap .lSSlideOuter .lSPager.lSGallery li.active a {
  background-color: #999;
}
.product-slider-wrap .lSSlideOuter .lSPager.lSGallery img {
  display: none;
}
.blind-item {
  text-align: left;
  font-size: 16px;
}
.blind-item .caption {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 35px;
}
.blind-item .name {
  margin-top: 15px;
}
#exsizes {
  padding: 170px 0;
}
#exsizes .content {
  margin: auto;
  max-width: 880px;
  min-height: 285px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  padding: 50px 110px;
  background-image: url('img/exsizes.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#exsizes h1 {
  font-size: 70px;
  color: #fec40a;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#exsizes h1 strong {
  font-weight: 900;
}
section.full_image_text {
  padding: 265px 0;
}
section.full_image_text .copy {
  max-width: 640px;
  font-size: 20px;
}
.white { color: #fff; }
section.full_image_text p {
  margin-bottom: 1.5em;
}
section.full_image_text h1 {
  font-size: 70px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 60px;
}
section.full_image_text h1 strong {
  font-weight: 900;
}
section.full_image_text h2 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}
section.full_image_text .button-wrap {
  margin-top: 60px;
}
section.full_image_text h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}
.links-wrapper {
  margin-top: 80px;
}
.links-wrapper .link-item {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.links-wrapper .link-item .image {
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  height: 180px;
  width: 180px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.links-wrapper .link-item:hover {
  text-decoration: none;
}
.links-wrapper .link-item:hover .image:after {
  content: 'learn more';
  display: block;
  background: rgba(0,0,0,.4);
  line-height: 180px;
  font-weight: 900;
  text-decoration: none;
}
.service-item .image {
  padding-bottom: 90%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.service-item .caption {
  position: absolute;
  background-color: rgba(0,16,25,.8);
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  left: 0; right: 0; bottom: 0;
  transition: bottom .5s;
  padding: 20px 0 30px;
}
.service-item .caption.has-link {
  bottom: -60px;
}
.service-item .caption .name {
  margin-bottom: 10px;
}
.service-item:hover .caption {
  bottom: 0;
}
#brands .product-section {
  text-align: center;
  padding-bottom: 0;
}
.brand-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.brand-table td {
  width: 25%;
  height: 325px;
  border: 1px solid #ececec;
}
#remote {
  background-image: url('img/background1.jpg');
  background-position: right bottom;
  background-size: auto 100%;
  background-color: #fff;
  padding: 215px 0;
  position: relative;
  z-index: 2;
}
#remote .copy {
  max-width: 500px;
}
#remote .remo-con {
  position: absolute;
  right: 0;
  bottom: -28%;
  max-width: 50%;
}
#split {
  padding: 150px 0;
  text-align: center;
}
#split .copy {
  margin: auto;
  max-width: 640px;
}
#motor {
  padding: 140px 0;
}
#motor .copy {
  margin-left: auto;
}
#sparky {
  display: flex;
  display: -webkit-flex;
}
#sparky .half {
  flex: 1;
  box-sizing: border-box;
  height: 540px;
  text-align: center;
}
#sparky .building {
  background-size: cover;
  background-position: center bottom;
  background-image: url('img/building.png');
  color: #fff;
  padding-top: 60px;
}
#sparky .sparky {
  padding-top: 160px;
  background-image: url('img/sparky.png');
  background-size: 100% 100%;
  background-position: center;
}
#sparky .sparky h2 {
  color: #e53935;
}
#sparky .download {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  background: #e53935;
  padding: 0 25px 0 90px;
  position: relative;
  line-height: 70px;
  margin-top: 40px;
  white-space: nowrap;
}
#sparky .download:hover {
  text-decoration: none;
  opacity: .8;
}
#sparky .download .fa {
  display: inline-block;
  background: rgba(255,255,255,.3);
  position: absolute;
  left: 0; top: 0;
  width: 70px;
  height: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 68px;
}
#sparky h2 {
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#sparky h3 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}
#sparky .wrapper {
  margin: auto;
  max-width: 560px;
  padding-left: 20px;
  padding-right: 20px;
}
#brands .box-item {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-bottom: none;
}
#brands .box-item:hover { opacity: .9;}
#brands .box-item a {
  display: block;
  height: 0;
  padding-bottom: 70%;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  line-height: 1;
}
#brands .box-item strong {
  font-weight: 900;
}
#brands .box-item .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
}
#brands .items-wrap {
  overflow: hidden;
}
#brands .items-wrap .wrapper {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
}
section.split-with-text {
  padding: 200px 0;
}
section.split-with-text h2 {
  font-size: 35px;
}
section.split-with-text .links-wrapper {
  margin-top: 60px;
}
section.split-with-text .copy.right {
  margin-left: auto;
  text-align: right;
}
section.split-with-text .copy.white .button {
  background-color: #fec40a;
  color: #32638e;
}

#header.sticky {
  position: fixed;
  left: 0; top: 0; right: 0;
  background: rgba(0, 21, 34, 0.7);
  height: 62px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 100;
}
#header.open {
  height: auto;
}
#header.sticky > .wrap {
  padding-top: 10px;
}
#header.sticky .quick-links {
  float: left;
  margin-left: 22%;
}
#header.sticky .quick-links .line1, #header.sticky .quick-links .line2 {
  float: none;
  padding-top: 3px;
}
#header.sticky .quick-links .line2 {
  margin-right: 0;
  margin-top: 30px;
}
#header.sticky .quick-links .line2 .fa {
  display: none;
}
#header.sticky .quick-links .inner {
  background: transparent;
  text-align: center;
  padding: 0;
}
#header.sticky .quick-links a {
  font-size: 14px;
  margin-left: 25px;
}
#header.sticky #logo {
  width: 129px;
  margin-top: 3px;
}
#header.sticky .phone {
  display: block;
  float: right;
  font-size: 20px;
  margin-top: 6px;
}
#header.sticky #menu-trigger {
  display: block;
  float: right;
  text-transform: uppercase;
  padding-right: 28px;
  line-height: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('img/nav.png');
  background-size: 16px 16px;
  color: #fff;
  width: 80px;
  margin-left: 60px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
  text-align: right;
}
#header.sticky #menu-trigger:before {
  content: 'menu';
}
#header.sticky.open #menu-trigger {
  background-image: url('img/close.png');
}
#header.sticky.open #menu-trigger:before {
  content: 'close';
}
#header.sticky #menu-trigger:hover {
  text-decoration: none;
}
#header.sticky .menu-item.home {
  display: none !important;
}
#header.sticky #topnav {
  border-top: none;
  padding-top: 30px;
}
#header.sticky #topnav .menu > li {
  display: block;
  flex: 1;
  background-color: #000;
  text-align: center;
}
#header.sticky #topnav .bgimg {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: .5;
}
#header.sticky #topnav .bgimg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0; bottom: 0; right: 0; height: 30%;
  opacity: .6;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#header.sticky #topnav .menu > li > a {
  display: block;
  padding-top: 170px;
  height: 210px;
  position: relative;
}
#header.sticky #topnav .menu > li:hover {
  padding-bottom: 0;
}
#header.sticky #topnav li:hover .bgimg {
  opacity: .65;
}
#header.sticky #topnav .menu {
  display: flex;
  display: -webkit-flex;
}
#header.sticky #topnav .menu:after {
  display: none;
}
/*#header.sticky #topnav .menu > li:hover > a,*/
#header.sticky #topnav .menu > li > a:focus {
  padding-top: 25px;
  color: #fec40a;
}
#header.sticky #topnav .sub-menu {
  top: 65px;
  background: transparent;
  width: 100%;
  margin-left: 0;
  left: 0;
  min-width: 0;
}
#header.sticky .quick-links .sticky-item {
  display: inline;
}
#header.sticky .quick-links .normal-item {
  display: none;
}

.tab-mobile {
  display: none;
  width: 100%;
  border: none;
  border-bottom: 3px solid #77919d;
  padding: 10px;
  border-radius: 0;
  margin-bottom: 20px;
  background: transparent;
  color: #77919d;
  text-transform: uppercase;
  font-weight: bold;
}

body.open-header:before {
  content: '';
  display: block;
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: #000;
  opacity: .6;
  z-index: 99;
}

@media all and (max-width:1000px) {
  #header.sticky .quick-links {
    margin-left: 20px;
  }
  #header.sticky #menu-trigger {
    margin-left: 15px;
  }
  #blocks .block .copy {
    left: 30px; right: 30px;
  }
  #remote, section.full_image_text {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  aside#sidebar {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 480px;
  }
  .template-sidebar section#content {
    float: none;
    width: auto;
  }
}

@media all and (max-width:900px) {
  
    
  
}

@media all and (max-width:760px) {
  header#header {
    position: fixed;
    left: 0; top: 0; right: 0;
    background: #001522;
    height: 62px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 100;
  }
  #header > .wrap {
    padding-top: 10px;
  }
  #header .quick-links {
    float: none;
    margin-left: 0;
    clear: both;
  }
  #header .quick-links .line1, #header .quick-links .line2 {
    float: none;
    padding-top: 3px;
  }
  #header .quick-links .line2 {
    margin-right: 0;
    margin-top: 30px;
  }
  #header .quick-links .line2 .fa {
    display: none;
  }
  #header .quick-links .inner {
    background: transparent;
    text-align: center;
    padding: 0;
  }
  #header .quick-links a {
    font-size: 14px;
    margin-left: 25px;
  }
  #header #logo {
    width: 129px;
    margin-top: 3px;
  }
  #header .phone {
    display: block;
    float: right;
    font-size: 20px;
    margin-top: 6px;
  }
  #header #menu-trigger {
    display: block;
    float: right;
    text-transform: uppercase;
    padding-right: 0;
    line-height: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('img/nav.png');
    background-size: 16px 16px;
    color: #fff;
    width: 16px;
    height: 16px;
    margin-left: 30px;
    font-size: 12px;
    margin-top: 12px;
    text-align: right;
  }
  #header #menu-trigger:before {
    display: none;
  }
  #header.open #menu-trigger {
    background-image: url('img/close.png');
  }
  #header .menu-item.home {
    display: none !important;
  }
  #header #topnav {
    border-top: none;
    padding-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #header #topnav:after {
    display: none;
  }
  #header #topnav .menu > li {
    display: block;
    background-color: #000;
    text-align: center;
  }
  #header #topnav .bgimg {
    position: absolute;
    left: 0; top: 0; right: 0; height: 55px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: .8;
  }
  #header #topnav .bgimg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0; bottom: 0; right: 0; height: 30%;
    opacity: .6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }
  #header #topnav .menu > li > a {
    display: block;
    height: 55px;
    position: relative;
    padding: 17px 0;
  }
  #header #topnav .menu > li:hover {
    padding-bottom: 0;
  }
  #header #topnav li:hover .bgimg {
    opacity: 1;
  }
  #header #topnav .menu {
    display: block;
  }
  #header #topnav .sub-menu {
    top: 0;
    background: #001522;
    position: relative;
    width: 100%;
    margin-left: 0;
    left: 0;
    min-width: 0;
  }
  #header.open {
    min-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .quick-links .sticky-item {
    display: inline;
  }
  #header .quick-links .normal-item {
    display: none;
  }
  #topnav .sub-menu a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrap {
    margin-left: 15px;
    margin-right: 15px;
    max-width: none;
    width: auto;
  }
  #address .copy {
    padding-left: 0;
    padding-right: 20px;
    margin-top: 40px;
  }
  #hero-slider .slide {
    height: 400px;
  }
  section#splash.has-gallery, section#splash {
    padding-top: 140px;
    min-height: 0;
  }
  section#splash {
    padding-bottom: 80px;
  }
  #remote, section.full_image_text, #split, #motor {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #about .overlay-background.half {
    display: none;
  }
  #about {
    padding-top: 0;
  }
  #about .wrap .half {
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(0, 16, 25, 0.8);
    width: auto;
    float: none;
    padding: 40px 20px;
    font-size: 16px;
  }
  .lSAction { display: none !important; }
}

@media all and (min-width: 681px) {
  section#video.before-signup {
    padding-bottom: 255px;
  }
}

@media all and (max-width:680px) {
  #footer-categories .col,
  #accreditation .icon {
    width: 50% !important;
  }
  #footer-categories .col:nth-child(2n-1),
  #accreditation .icon:nth-child(2n-1) {
    clear: left;
  }
  #footer-categories h5 {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #sparky,
  #flexipay {
    display: block;
  }
  #automation .copy {
    padding-top: 30px;
    padding-right: 0;
  }
  #automation .remo-con {
    display: none;
  }
  #support-automation .support-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section#signupform {
    height: auto;
    top: 0;
    background: #001522;
  }
  section#signupform .padder {
    padding-left: 0;
    padding-right: 0;
  }
  section#video {
    padding: 30px 0;
  }
  section#video .video-wrap {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .one-half, .one-third, .one-fourth {
    margin-right: 0;
    width: 100%;
  }
  #brands .box-item,
  #blocks .block {
    width: 100%;
  }
  #blocks .block {
    height: auto;
    min-height: 300px;
  }
  section#splash.has-gallery .content .wrap {
    padding: 40px 0;
  }
  section#splash .content .wrap {
    padding: 30px;
  }
  section#splash.has-gallery .content .copy {
    max-width: none;
  }
  #splash .lSGallery {
    display: none;
  }
  .product-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #support-automation h1, .section-headline, .headline, #about h1, section.full_image_text h1 {
    font-size: 40px;
  }
  section#splash .page-title {
    font-size: 30px;
  }
  .product-section .footer {
    font-size: 20px;
  }
  section#splash .content, section.full_image_text .copy {
    font-size: 16px;
  }
  #sparky .sparky {
    background-image: none;
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }
  #blocks .content {
    top: 0;
    transform: translateY(0);
    padding: 30px;
  }
  #blocks .block {
    min-height: 0;
  }
}

@media all and (max-width:560px) {
  #address {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  #address .map {
    width: 100%;
    height: 200px;
  }
  #address .copy {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  #hero-slider .slide {
    height: 250px;
  }
  .ui-tabs-nav {
    display: none;
  }
  .tab-mobile {
    display: block;
  }
  #flexipay .half {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section#signupform .field-wrap.text-wrap, section#signupform .field-wrap.submit-wrap,
  #contact .contact-wrap .name-wrap, #contact .contact-wrap .email-wrap, #contact .contact-wrap .phone-wrap {
    margin-right: 0;
    width: 100%;
  }
  .brand-table, .brand-table tbody, .brand-table tr, .brand-table td { display: block; }
  .brand-table td {
    width: auto;
    height: auto;
    padding: 20px;
    border: none;
  }
  .links-wrapper {text-align: center;}
}

@media all and (max-width:480px) {
  #about .buttons-wrap .button {
    margin-bottom: 20px;
  }
}


@media all and (max-width: 420px) {

  

}


@media all and (max-width: 360px) {
  
  
  
}

