/*
Theme Name: Smart Scan Theme
Version: 1.0
Description: An child theme of Beaver Builder Theme modified for SmartScan.
Author: Web Juice Ltd
Author URI: https://webjuice.co.uk
template: bb-theme
*/

h1, h2, h3, h4, h5, h6{
	color: rgba(30,29,156,1);
}
	
#header{
	background: rgb(80,80,212);
	background: linear-gradient(0deg, rgba(30,29,156,1) 0%, rgba(80,80,212,1) 100%);
}
#hero{
	background: #ffffff url("/images/home_main_focus2.jpg") no-repeat 0 0;
	background-size: contain;
	height: calc(100vw * (224 / 1150));
	display: block;
	width: 100%;
	position: relative;
}
#hero-text{
	width: 37%;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: left;
}
#hero-text h1{
	color: #fff;
	font-size: 3vw;
	line-height: 1.2em;
}
#hero-text h2{
	color: #fff;
	font-size: 1.6vw;
	margin-top: 40px;
}
.fl-page-header-container{
	padding: 0;
}
.fl-page-header-logo-col img{
	padding: 14px 0;
}
.fl-page-header-strap-col{
	color: #fff;
	font-size: 1.4vw;
	padding-top: 110px;
}
.fl-page-header-right-col{
	position: relative;
	color: #fff;
	height: 161px;
}
#header .phone{
	text-align: right;
	font-size: 16px;
	margin: 70px 0 0;
}

header input[type=search]{
	border-radius: 0;
	height: 22px;
}

.fl-page-header-right-col form:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 54px 96px;
	border-color: transparent transparent #b2b2b2 transparent;
	content: ' ';
	top: -16px;
	left: -96px;
	position: absolute;
}

.fl-page-header-right-col form{
	position: absolute;
	bottom: -1px;
	background-color: #b2b2b2; 
	width:  calc(100% - 30px);;
}
.fl-page-header-right-col form input{
	margin: 8px;
	width: calc(100% - 16px);
}

.fl-page-header-wrap-menu{
	background-color: #333333;
}




nav.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.nav-menu li {
	position: relative;
	line-height: 1.7;
}
nav.nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}
nav.nav-menu > ul > li {
	float: left;
}
nav.nav-menu > ul > li > a{
	padding: 10px 10px;
}
nav.nav-menu > ul > li:hover > a{
	background: #333;
}

nav.nav-menu .sub-menu,
nav.nav-menu .children {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background: #333;
	min-width: 220px;
	display: none;
}
nav.nav-menu li:hover > .sub-menu,
nav.nav-menu li:hover > .children {
	display: block;
}
nav.nav-menu .sub-menu a,
nav.nav-menu .children a {
	padding: 5px 10px;
}
nav.nav-menu .sub-menu li:hover a,
nav.nav-menu .children li:hover a {
	background: #444;
}

nav.nav-menu .sub-menu .sub-menu,
nav.nav-menu .children .children {
	position: absolute;
	left: 100%;
	top: 0;
	background: #444;
}


.fl-page-footer-container{
	text-align: center;
	margin-bottom: 20px;
}
.fl-page-footer-container ul {
	list-style:none;
	display:inline-block;
	padding: 0;
	margin: 0;
}
.fl-page-footer-container ul li {
	float:left;
	margin: 0 20px;
	font-weight:bold;
}
.fl-page-footer-container address{
	margin: 0;
}


.cat .cat-image{
	display: inline-block;
	width: 25%;
}
.cat .cat-text{
	display: inline-block;
	width: 75%;
}

.product-image{
	float: right;
	margin-left: 20px;
}


.left-scroll-nav{
	display: inline-block;
	width: 100%;
	position: relative;
}
.order-nav {
	padding: 0;
	font-size: 1.5em;
	margin: 15px 0 70px;
}
.order-nav li {
	list-style: none;
	padding: 0 0 10px;
	float: left;
	padding-right: 3%;
}
.order-nav li a {
	padding-bottom: 15px;
	color: rgba(30,29,156,1);
	border: none;
	text-decoration: none;
}
.order-nav li a.active {
	font-weight: bold;
}
.order-nav li a.active:after{
	content: ' ';
	position: absolute;
	background: rgba(30,29,156,1);
	left: 0;
	top: 56px;
	width: 100%;
	font-size: 1px;
	height: 1px;
}
li.slider {
	background-color: transparent;
	position: absolute;
	border-bottom: 3px solid rgba(30,29,156,1);
	margin: 30px 10px 0;
	transition: all 0.5s;
	width: 87px;
	transform: translate(-10px, 0px);
}
.cnt2.active ~ li.slider {
	transform: translate(105px, 0px);
	width: 140px;
}
.cnt3.active ~ li.slider {
	transform: translate(265px, 0px);
	width: 130px;
}
.cnt4.active ~ li.slider {
	transform: translate(422px, 0px);
	width: 124px;
}
.cnt5.active ~ li.slider {
	transform: translate(567px, 0px);
	width: 153px;
}

.right-scroll-content{
	padding-left: 15px;
}
.right-scroll-content h1, .right-scroll-content  h2, .right-scroll-content  h3{
	margin-top: 0;
	line-height: 1;
}

.right-scroll-content h1{
	font-size: 28px;
}

@media (min-width: 992px){
	.fl-content {
	    margin: 30px 0;
	}
}
div.full{
	width: 100%;
	clear: both;
	margin-bottom: 40px;
	display: inline-block;
}
div.full h3{
	margin-top: 0;
}
table.specs td,th{
	padding: 3px;
	vertical-align: top;
}
table.specs th{
	width: 140px;
}

.home-products div{
	display: inline-block;
	width: 31%;
	border: 3px solid #b2b2b2;
	background-color: #000;
	margin: 0 2% 20px 0;
	transition: all 0.3s ease-in-out;
}
.home-products div:hover{
	background-color: rgba(30,29,156,1);
}
