/*
Theme Name: The Consultancy
Author: The Consultancy
Description: Bespoke theme from The Consultancy
Version: 0.0.1
Tags: consultancy
*/

/** Ultra Light */
@font-face {
	font-family: "San Francisco";
	font-weight: 100;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}

/** Thin */
@font-face {
	font-family: "San Francisco";
	font-weight: 200;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");
}

/** Regular */
@font-face {
	font-family: "San Francisco";
	font-weight: 400;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
	font-family: "San Francisco";
	font-weight: 500;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
	font-family: "San Francisco";
	font-weight: 600;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}

/** Bold */
@font-face {
	font-family: "San Francisco";
	font-weight: 700;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

* {
	outline: none !important;
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'San Francisco', sans-serif;
    font-size: 16px;
	color: #5a5a5a;
	line-height: 1em;
	font-weight: 400;
	background: #ffffff;
	padding: 149px 0px 0px;
	margin: 0px;
}

h1 {
	font-family: 'San Francisco', sans-serif;
	font-size: 1.8em;
	color: #252525;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

h2 {
	font-family: 'San Francisco', sans-serif;
	font-size: 1.4em;
	color: #252525;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0px 0px 15px;
}

h3 {
	width: 100%;
	display: inline-block;
	font-family: 'San Francisco', sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0px 0px 15px;
}

h3:before {
	width: 215px;
	height: 5px;
	display: block;
	content: '';
	background: #eaeaea;
	margin-bottom: 10px;
	clear: both;
}

h4 {
	font-family: 'San Francisco', sans-serif;
	font-size: 1.3em;
	color: #333333;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0px 0px 15px;
}

.borderedtitle {
	margin-bottom: 25px;
}

.borderedtitle:after {
	width: 75px;
	height: 5px;
	display: block;
	content: '';
	margin-top: 20px;
	clear: both;
}

.centertxt .borderedtitle:after,
.centertxt.borderedtitle:after {
	margin: 20px auto 0px;
}

p {
	font-family: 'San Francisco', sans-serif;
	font-size: 1em;
	color: #5a5a5a;
	line-height: 1.6em;
	margin: 0px 0px 15px;
}

ul, ol {
	padding-left: 20px;
	margin: 0px 0px 15px;
}

li {
	font-family: 'San Francisco', sans-serif;
	font-size: 1em;
	color: #5a5a5a;
	line-height: 1.6em;
}

li li {
	font-size: 1em;
}

table {
	font-family: 'San Francisco', sans-serif;
	font-size: 1em;
	color: #5a5a5a;
	line-height: 1.6em;
	margin: 0px 0px 15px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	cursor: pointer !important;
}

a:hover {
	text-decoration: none;
}

.vc_btn3-container {
	padding-top: 10px;
	margin: 0px;
}

.linkbtn {
	width: 225px;
	max-width: 100%;
	display: inline-block;
	position: relative;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	line-height: 55px;
	text-align: center;
	padding: 0px 25px 0px 45px;
	border-radius: 0px;
	cursor: pointer;
}

.linkbtn i {
	width: 45px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 21px;
	line-height: 55px;
	z-index: 1;
}

.linkbtn:hover {
	background: #333333 !important;
}

.linkbtn:hover,
.linkbtn:hover i {
	color: #ffffff !important;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

input[type=submit] {
	-webkit-appearance: none;
}

.colfifth {
	width: 20%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.colquarter {
	width: 25%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.colthird {
	width: 33.3333333%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.colhalf {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.colfull {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.coltwothird {
	width: 66.6666666%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.colfourfifth {
	width: 80%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.contentspace {
	padding: 125px 0px;
}

.contentspacetop {
	padding-top: 125px;
}

.contentspacebot {
	padding-bottom: 125px;
}

.contentmargin {
	margin: 125px 0px;
}

.contentmargintop {
	margin-top: 125px;
}

.contentmarginbot {
	margin-bottom: 125px;
}

.contentbordertop {
	border-top: 10px solid #eaeaea;
}

.contentborderbot {
	border-bottom: 10px solid #eaeaea;
}

.showcase .img,
.showcase .txt {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.showcase .txt {
	padding: 25px 120px;
}

.showcase .txt h2 {
	margin-bottom: 25px;
}

.showcase .txt h2:after {
	width: 80px;
	height: 5px;
	display: block;
	content: '';
	background: #eaeaea;
	margin-top: 20px;
	clear: both;
}

.showcase .txt a.linkbtn {
	margin-top: 20px;
}

.showcase .img img {
	width: 100%;
	display: block;
	border: 15px solid #eaeaea;
}

.whitetxt, .whitetxt * {
	color: #ffffff;
}

.lgreybg {
	background-color: #ebebeb !important;
}

.greybg {
	background-color: #585756 !important;
}

.centertxt,
.centertxt * {
	text-align: center;
}

.righttxt,
.righttxt * {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none !important;
}

.contentbox {
	width: 100%;
	float: left;
	position: relative;
}

.contentbox .contentbox {
	float: none;
	display: inline-block;
}

.popupoverlay {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	opacity: 0.58;
	background-color: #000000;
	z-index: 100;
}

.popupoverlay.open {
	width: 100%;
}

.lightboxcontainer {
	width: 100%;
	height: 100%;
	display: table;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	overflow: hidden;
}

.lightboxcontainer.open {
	width: 100%;
}

.lightboxcontainer .lightboxposition {
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.lightboxcontainer .lightboxposition .lightboxcenter {
	width: 90%;
	max-width: 912px;
	display: inline-block;
	position: relative;
	background: #ffffff;
}

.lightboxcontainer .closelightboxbtn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	border-radius: 50%;
	z-index: 110;
}

.lightboxcontainer .closelightboxbtn i {
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	vertical-align: top;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grecaptcha-badge {
	display: none !important;
}

.mobileonly {
	display: none !important;
}

.wrapper {
	width: 1400px;
	margin: 0 auto;
}

.socialbox {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.socialbox a {
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

.socialbox a.twitter {
	background: #1da1f2;
}

.socialbox a.youtube {
	background: #ff0000;
}

.socialbox a.facebook {
	background: #1877f2;
}

.socialbox a.instagram {
	background: #c32aa3;
}

.socialbox a.pinterest {
	background: #bd081c;
}

.socialbox a.linkedin {
	background: #0072b1; 
}

.socialbox a:hover {
	color: #ffffff;
}

.socialbox a i {
	line-height: 45px;
}












.fixedtop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: #ffffff;
	border-bottom: 1px solid #ebebeb;
}

.header .logo {
	width: auto;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 1px solid #ebebeb;
	z-index: 10;
}

.header .logo img {
	display: block;
}

.header .headerright {
	width: 100%;
	float: left;
	padding-left: 137px;
}

.header .headertop {
	width: 100%;
	float: left;
	padding: 0px 9px 0px 30px;
}

.header .headertop .menu-navigation-top-container {
	width: auto;
	float: left;
}

.header .headertop .menu-navigation-top-container > ul {
	width: auto;
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.header .headertop .menu-navigation-top-container > ul > li {
	width: auto;
	display: inline-block;
	position: relative;
	font-weight: 600;
	margin-right: 35px;
}

.header .headertop .menu-navigation-top-container > ul > li > a {
	width: auto;
	display: inline-block;
	line-height: 84px;
}

.header .headertop .menu-navigation-top-container > ul > li > ul {
	width: 300px;
	display: none;
	position: absolute;
	top: 84px;
	left: -15px;
	list-style: none;
	background: #ffffff;
	padding: 0px;
	border: 1px solid #ebebeb;
	margin: 0px;
	z-index: 1;
}

.header .headertop .menu-navigation-top-container > ul > li:hover > ul {
	display: inline-block;
}

.header .headertop .menu-navigation-top-container > ul > li > ul > li {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	border-top: 1px solid #ebebeb;
}

.header .headertop .menu-navigation-top-container > ul > li > ul > li:first-child {
	border-top: 0px;
}

.header .headertop .menu-navigation-top-container > ul > li > ul > li > a {
	width: 100%;
	display: inline-block;
	line-height: 40px;
	padding: 0px 15px;
}

.header .headertop .headercontact {
	width: auto;
	float: right;
	padding: 9px 0px;
}

.header .headertop .headercontact p.call {
	width: auto;
	float: left;
	font-size: 1.6em;
	line-height: 66px;
	margin: 0px 15px 0px 0px;
}

.header .headertop .headercontact .linkbtn {
	width: 185px;
	float: left;
	line-height: 66px;
	padding: 0px 15px 0px 50px;
	margin-left: 10px;
}

.header .headertop .headercontact .linkbtn.primarycolour {
	background: #f3f3f3;
}

.header .headertop .headercontact .linkbtn:hover span {
	color: #ffffff !important;
}

.header .headertop .headercontact .linkbtn i {
	width: 55px;
	line-height: 66px;
}

.header .headertop .headercontact .mobilenavbtn {
	width: 66px;
	height: 66px;
	float: left;
	display: none;
	text-align: center;
}

.header .headertop .headercontact .mobilenavbtn i {
	line-height: 66px;
}

.header .navigation {
	width: 100%;
	float: left;
	text-align: center;
	background: #f3f3f3;
	padding: 0px 10px;
}

.navigation > div {
	width: 100%;
	float: left;
}

.navigation div > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation div > ul > li {
	width: auto;
	display: inline-block;
	position: relative;
	font-weight: 700;
	vertical-align: middle;
}

.navigation div > ul > li.mobilelink {
	display: none;
}

.navigation div > ul > li > a {
	width: 100%;
	float: left;
	color: #000000;
	line-height: 63px;
	padding: 0px 30px;
}

.navigation div > ul > li:hover a {
	color: #ffffff;
}

.navigation div > ul > li.menu-item-has-children > a:after {
	width: auto;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content: '\f0d7';
	font-size: 12px;
	color: #585756;
	line-height: 63px;
	margin-left: 7px;
}

.navigation div > ul > li.menu-item-has-children:hover > a:after {
	color: #ffffff;
}

.navigation div > ul > li > ul {
	width: 310px;
	display: none;
	position: absolute;
	top: 64px;
	left: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

.navigation div > ul > li:hover > ul {
	display: inline-block;
}

.navigation div > ul > li > ul > li {
	width: 100%;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 500;
	text-align: left;
	line-height: 30px;
	border-top: 1px solid #f3f3f3;
}

.navigation div > ul > li > ul > li > a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	padding: 10px 15px;
}

.footer {
	padding: 75px 55px;
	margin-bottom: 1px;
}

.footer .footerwidget1,
.footer .footerwidget2 {
	width: auto;
	float: left;
	margin-right: 0px;
}

.footer .footerwidget3,
.footer .footerwidget4 {
	width: auto;
	float: right;
	text-align: right;
	margin-left: 100px;
}

.footer .footerwidget h3 {
	font-size: 1.1em;
	margin: 0px;
}

.footer .footerwidget h3:before {
	display: none;
}

.footer .footerwidget ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px;
}

.footer .footerwidget ul li {
	line-height: 1.8em;
}

.footer .footerwidget.footerwidget1 ul {
	width: 650px;
	display: inline-block;
}

.footer .footerwidget.footerwidget1 ul li {
	width: 50%;
	display: inline-block;
	padding-right: 25px;
	vertical-align: top;
	margin-right: -4px;
}

.footer .footerwidget3 p {
	margin: 0px 0px 15px;
}

.footer .footerwidget3 p:last-child {
	margin: 0px;
}

.footer .footerwidget4 p {
	margin: 30px 0px 0px;
}

.footer .footerwidget4 p a i {
	font-size: 1.4em;
	margin-right: 3px;
	vertical-align: middle;
	color: #fff;
}

.footer .footerwidget4 p a:hover i {
	/* color: #b7c430; */
}

.footer .footerwidget4 p a.twitter i {
	color: #1da1f2;
}

.footer .footerwidget4 p a.youtube i {
	color: #ff0000;
}

.footer .footerwidget4 p a.facebook i {
	color: #1877f2;
}

.footer .footerwidget4 p a.instagram i {
	color: #c32aa3;
}

.footer .footerwidget4 p a.pinterest i {
	color: #bd081c;
}

.footer .footerwidget4 p a.linkedin i {
	color: #0072b1;
}

.footerbot {
	padding: 40px 55px;
}

.footerbot .footernav {
	width: auto;
	float: right;
}

.footerbot .footernav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footerbot .footernav ul li {
	width: auto;
	display: inline-block;
	font-weight: 600;
	margin-left: 40px;
}

.footerbot .footercopy {
	width: auto;
	float: left;
}

.footerbot .footercopy p {
	margin: 0px;
}

.cookiebar {
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	line-height: 1.4em;
	background: #ffffff;
	padding: 15px 0px;
	border-top: 7px solid;
	z-index: 99999999999;
	box-sizing: border-box;
}

.cookiebar p {
	width: auto;
	float: left;
	font-size: 0.85em;
	margin: 0px !important;
}

.cookiebar p a {
	color: #9d8e87;
	font-weight: 600;
}

.cookiebar .links {
	width: auto;
	float: right;
}

.cookiebar .links a.cookieaccept {
	width: 175px;
	display: inline-block;
	color: #ffffff;
	line-height: 15px;
	text-align: center;
	padding: 15px 15px 15px 27px;
}

.cookiebar .links a.cookieaccept i {
	float: right;
	line-height: 15px;
}

.loopintro {
	padding-bottom: 50px;
}

.loopintro .wrapper {
	max-width: 900px;
}

.loopintro p {
	font-size: 1.1em;
	text-align: center;
	margin: 0px !important;
}

.blogcontainer .blog-list {
	width: 66%;
	float: left;
}

.postlistbox {
	width: 100%;
	display: inline-block;
	padding: 45px;
	border: 1px solid #d0d0d0;
	margin-bottom: 35px;
}

.postlistbox h2 {
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}

.postlistbox p {
	margin: 0px !important;
}

.postlistbox p.by {
	font-size: 0.9em;
}

.postlistbox .excerpt {
	width: 100%;
	display: inline-block;
	font-size: 1.1em;
	margin: 45px 0px 0px;
}

.postlistbox .postimg {
	width: 100%;
	height: 360px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}

.postlistbox .postimg.noimg {
	background-size: auto;
	border: 1px solid #d7d7d7;
}

.blogcontainer .blogpagination {
	width: 100%;
	display: inline-block;
}

.blogcontainer .blogpagination .past-page {
	width: auto;
	float: left;
}

.blogcontainer .blogpagination .next-page {
	width: auto;
	float: right;
}

.blogcontainer .blogsidebar {
	width: 31%;
	float: right;
}

.blogcontainer .blogsidebar > div > div {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

.blogcontainer .blogsidebar h3 {
	font-size: 1em;
	color: #171717;
	font-weight: 600 !important;
}

.blogcontainer .blogsidebar ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 0px !important;
}

.blogcontainer .blogsidebar ul li {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
}

.blogcontainer .blogsidebar ul li a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	padding: 10px 15px;
	margin: 3px 0px;
}

.blogcontainer .blogsidebar ul li a:hover {
	text-decoration: none;
	background: #2c2a2a;
}

.blogbanner {
	height: 600px;
	background-color: #000000;
	background-position: center;
	background-size: cover;
}

.blogintro {
	padding: 50px 0px;
}

.blogintro .wrapper {
	max-width: 1000px;
}

.blogintro h1 {
	font-size: 1.2em;
	font-weight: 600 !important;
	text-transform: none;
	text-align: center !important;
	margin: 0px !important;
}

.blogintro p {
	font-size: 1.2em;
	text-align: center !important;
	margin: 0px !important;
}

.blog-post .wrapper {
	max-width: 900px;
}

.blog-post h1,
.blog-post h2,
.blog-post h3 {
	text-transform: none;
	text-align: left !important;
}

.blog-post h1:first-child,
.blog-post h2:first-child,
.blog-post h3:first-child {
	margin-top: 0px !important;
}

.blog-post h2:after,
.blog-post h3:after {
	display: none;
}

.blog-post .newscontent {
	padding: 0px 15px;
}

.blog-post .alignnone {
	display: block;
}

.blog-post .aligncenter {
	display: block;
	margin: 0px auto 15px;
}

.blog-post .alignleft {
	max-width: 50%;
	float: left;
	margin: 0px 15px 15px 0px;
}

.blog-post .alignright {
	max-width: 50%;
	float: right;
	margin: 0px 0px 15px 15px;
}

.socialicons {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.blog-post .wrapper {
	max-width: 900px;
}

.contacttop {
	background: url(/wp-content/themes/consultancy/images/contactcontainer-bg.jpg) right no-repeat;
	background-size: 50% 100%;
}

.contacttop .contactdetails,
.contacttop .contactform  {
	padding: 75px 15px;
}

.contactdetails {
	width: 47%;
	float: left;
}

.contactdetails p {
	font-size: 1em;
}

.contactform {
	width: 47%;
	float: right;
}

.formbox {
	width: 100%;
	display: inline-block;
}

.formfields {
	width: 48%;
}

.formbox p {
	margin: 15px 0px 0px !important;
}

.formbox .input input,
.formbox .textarea textarea {
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

.formbox .textarea textarea {
	height: 130px;
}

body.contact-us .formbox .textarea textarea {
	height: 75px;
}

.formbox .checkboxes span.wpcf7-list-item {
	width: 32.3333333%;
	display: inline-block;
	font-size: 0.9em;
	margin: 2px 0px 0px !important;
}

.formbox .checkboxes input {
	margin-right: 5px;
}

form .privacy {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	padding-bottom: 25px !important;
}

form .privacy * {
	position: static;
}

form .privacy .wpcf7-list-item-label {
	display: none;
}

form .privacy .wpcf7-list-item {
	margin: 0px;
}

form .privacy span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.submitbox {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: 15px;
}

.submitbox input[type=submit] {
	width: 225px;
	max-width: 100%;
	display: inline-block;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	line-height: 55px;
	text-align: center;
	padding: 0px 15px;
	border: 0px;
	border-radius: 0px;
	cursor: pointer;
}

.submitbox input[type=submit]:hover {
	color: #ffffff;
	text-decoration: none;
}

.submitbox p.note {
	font-size: 0.8em;
	color: #4e4e4e;
	text-align: left;
	margin: 0px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 15px !important;
	font-style: italic;
}

div.wpcf7-response-output {
	font-size: 0.9em;
	color: #808080;
	text-align: center;
	padding: 10px !important;
	margin: 25px 0px 0px !important;
}

.wpcf7-form.sent .formbox,
.wpcf7-form.sent .submitbox {
	display: none;
}

.contacttop.ordersignoff {
	background-size: 100% 100%;
	padding: 50px 0px;
}

.contacttop.ordersignoff .contactform {
	width: 100%;
	max-width: 700px;
	float: none;
	padding: 0px 15px;
	margin: 0px auto;
}

.contacttop.ordersignoff .formgrid {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(2,minmax(auto, 50%));
}

.contacttop.ordersignoff .input.disabled > .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
	position: relative;
}

.contacttop.ordersignoff .input.disabled .wpcf7-form-control-wrap:before {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	content: '';
	z-index: 1;
}

.contacttop.ordersignoff .input.disabled input {
	background: #eeeeee;
}

.ordersignoff .info {
	width: 100%;
	text-align: center;
	margin: 0px auto 50px;
}

.ordersignoff #ui-datepicker-div {
	z-index: 1000;
}

.contacttop.ordersignoff .submitbox {
	text-align: center;
}

.contacttop.ordersignoff .submitbox .wpcf7-spinner {
	display: none;
}

.contacttop.ordersignoff .input.cf7-timestamp {
	opacity: 0;
}

.contactmap h2 {
	margin-bottom: 35px;
}

.contactmap iframe {
	width: 100% !important;
	height: 550px !important;
}

.ngg-galleryoverview {
	margin: 0px !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 25%;
	padding: 5px;
}

.ngg-galleryoverview .ngg-navigation span,
.ngg-galleryoverview .ngg-navigation a {
	width: 25px;
	height: 25px;
	display: inline-block !important;
	color: #70706e !important;
	line-height: 23px;
	font-weight: 400 !important;
	padding: 0px !important;
	border: 1px solid #c8c8c8 !important;
	border-radius: 0px !important;
	margin: 0px 3px !important;
}

.ngg-galleryoverview .ngg-navigation span {
	color: #ffffff !important;
	font-weight: 600 !important;
}

.ngg-galleryoverview .ngg-navigation a {
	background: #ffffff !important;
}

.ngg-galleryoverview .ngg-navigation a.next,
.ngg-galleryoverview .ngg-navigation a.prev {
	display: none !important;
}

.privacycontent .wrapper {
	max-width: 900px;
}

.privacycontent table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.privacycontent table td {
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
}

.privacycontent table p {
	margin: 0px;
}

.sitemapcontent .wrapper {
	max-width: 900px;
}

.sitemapcontent .sitemapbox {
	width: 47%;
}

.quoteform h2 {
	margin: 0px 0px 50px;
}

.quoteform form {
	width: 100%;
	display: inline-block;
}

.quoteform h4 {
	width: 100%;
	display: inline-block;
	font-size: 1.3em;
	padding-bottom: 15px;
	border-bottom: 1px solid #1b2d46;
	margin: 0px 0px 20px;
}

.quoteform p {
	width: 100%;
	float: left;
	margin: 0px 0px 4px !important;
}

.quoteform p.note {
	margin: 0px 0px 25px !important;
}

.quoteform p.textarea.address {
	margin: 40px 0px 0px !important;
}

.quoteform .wpcf7 {
	width: 100%;
	display: inline-block;
	background: #efefef;
	padding: 50px 0px;
}

.quoteform .formbox {
	display: inline-block;
	padding: 0px 50px;
}

.quoteform .formbox.floatleft {
	width: 40%;
}

.quoteform .formbox.floatright {
	width: 60%;
}

.quoteform .formbox .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
}

.quoteform .formbox .wpcf7-checkbox,
.quoteform .formbox .wpcf7-radio {
	width: 100%;
	display: inline-block;
	margin-bottom: 35px;
}

.quoteform .formbox .wpcf7-checkbox .wpcf7-list-item,
.quoteform .formbox .wpcf7-radio .wpcf7-list-item {
	width: 50%;
	float: left;
	padding: 2px;
	margin: 0px;
	vertical-align: top;
}

.quoteform .formbox .wpcf7-checkbox label,
.quoteform .formbox .wpcf7-radio label {
	width: 100%;
	height: 35px;
	float: left;
	position: relative;
}

.quoteform .formbox .wpcf7-checkbox label .wpcf7-list-item-label,
.quoteform .formbox .wpcf7-radio label .wpcf7-list-item-label {
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.8em;
	line-height: 35px;
	background: #ffffff;
	padding: 0px 15px;
	z-index: 1;
}

.quoteform .formbox .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label,
.quoteform .formbox .wpcf7-radio label input[type="radio"]:checked + .wpcf7-list-item-label {
	color: #ffffff;
	background: #50555b;
}

.quoteform .formbox .input input,
.quoteform .formbox .textarea textarea {
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 0.9em;
	color: #919191;
	font-weight: 400;
	line-height: 1.8em;
	border: 0px;
}

.quoteform .formbox p.textarea.address textarea {
	height: 250px;
}

.quoteform .formbox p.textarea.notes textarea {
	height: 240px;
}

.quoteform .submitbox {
	margin-top: 35px;
}

.quoteform .submitbox > div {
	width: 50%;
	float: left;
	padding: 0px 50px;
}

.quoteform .submitbox .floatleft {
	text-align: left;
}

.quoteform .submitbox input[type="submit"] {
	width: 245px;
	max-width: 100%;
	color: #ffffff;
}

.homebanner {
	position: relative;
}

.homebanner .slick-slide {
	height: 715px;
	background-color: #cccccc;
	background-size: cover;
	background-position: center;
	padding: 175px 0px 0px;
}

.homebanner .slick-arrow {
	display: none !important;
}

.homebanner .slick-dots {
	width: auto;
	display: inline-block;
	position: absolute;
	bottom: 160px;
	right: 0px;
	list-style: none;
	padding: 0px 20px;
	margin: 0px;
	z-index: 1;
}

.homebanner .slick-dots li {
	width: 15px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background: #ffffff;
	margin: 0px 5px;
}

.homebanner .slick-dots li button {
	display: none;
}

.homebanner .txtbox {
	width: 470px;
	max-width: 100%;
	min-height: 269px;
	display: inline-block;
	position: relative;
	padding: 40px;
	background: rgba(0,24,75,0.9);
	opacity: 0;
	transition: all 2s ease;
}

.homebanner .txtbox.active {
	opacity: 1;
}

.homebanner .txtbox:before {
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -85px;
	content: '';
	border-style: solid;
	border-color: #00184b transparent transparent transparent;
	opacity: 0.9;
}

.homebanner .txtbox:after {
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -85px;
	content: '';
	border-style: solid;
	border-color: #00184b transparent transparent transparent;
	transform: rotate(180deg);
	opacity: 0.9;
}

.homebanner .txtbox h1 {
	margin: 0px 0px 10px;
}

.homebanner .txtbox p {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0px;
}

.homebanner .btns {
	width: 1300px;
	max-width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #ffffff;
	padding: 35px 85px;
	opacity: 0;
	transition: all 2s ease;
}

.homebanner .btns.active {
	opacity: 1;
}

.homebanner .btns p {
	width: auto;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 700;
	margin: 0px 65px 0px 0px;
	vertical-align: middle;
}

.homebanner .btns a.linkbtn {
	margin-right: 20px;
}

.homeproducts {
	padding: 90px 0px 150px;
}

.homeproducts .fifth {
	padding-right: 100px;
}

.homeproducts .colfourfifth {
	position: relative;
}

.homeproducts .owl-carousel {
	margin-bottom: 30px;
}

.homeproducts .owl-carousel .owl2row-item .item {
	width: 100%;
	display: inline-block;
	padding: 30px 15px 0px;
}

.homeproducts .owl-carousel .owl2row-item .item > a {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

.homeproducts .owl-carousel .owl2row-item .item > a > div {
	width: 100%;
	float: left;
	padding: 25px 20px 45px;
}

.homeproducts .owl-carousel .owl2row-item .item img {
	width: 100%;
}

.homeproducts .owl-carousel .owl2row-item .item h3 {
	font-size: 1.4em;
	margin: 8px 0px 30px;
}

.homeproducts .owl-carousel .owl2row-item .item h3:before {
	display: none;
}

.homeproducts .owl-carousel .owl2row-item .item p {
	color: #5a5a5a;
	font-weight: 700;
	margin: 0px;
}

.homeproducts .owl-carousel .owl2row-item .item p i {
	margin-left: 5px;
}

.homeproducts .owl-carousel .owl2row-item .item a:hover img.primarybg {
	background: #333333 !important;
}

.homeproducts .owl-nav {
	width: auto;
	position: absolute;
	bottom: -108px;
	left: 15px;
	z-index: 1;
}

.homeproducts .owl-next,
.homeproducts .owl-prev {
	width: auto;
	display: inline-block;
	margin-right: 12px;
}

.homeproducts .owl-next span,
.homeproducts .owl-prev span {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	background: #ffffff;
	border: 2px solid #959595;
	border-radius: 50%;
}

.homeproducts .owl-next i,
.homeproducts .owl-prev i {
	font-size: 0.9em;
}

.homeproducts .owl-dots {
	display: none;
}

.homeproducts .pagination {
	width: 100%;
	float: left;
	padding-left: 115px;
	margin-top: 35px;
}

.homeproducts .pagination .showing {
	width: auto;
	floaT: left;
}

.homeproducts .pagination .showing p {
	color: #9f9f9e;
	font-weight: 500;
	line-height: 55px;
	margin: 0px;
}

.homeproducts .pagination .linkbtn {
	float: right;
}

.homewhyus {
	margin-bottom: 120px;
}

.homewhyus .wrapper {
	position: relative;
}

.homewhyus .wrapper > h3 {
	width: 215px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.homewhyus .homecarousel {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.homewhyus .homecarousel .slick-list,
.homewhyus .homecarousel .slick-track {
	height: 100%;
}

.homewhyus .slick-slide {
	height: 100%;
	position: relative;
}

.homewhyus .txt {
	width: 515px;
	position: absolute;
	bottom: 75px;
	right: 20px;
	background: #ffffff;
	padding: 40px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	z-index: 1;
}

.homewhyus .txt h2 {
	margin: 0px;
}

.homewhyus .txt p {
	margin: 15px 0px 0px;
}

.homewhyus .slick-next,
.homewhyus .slick-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	line-height: 26px;
	background: #ffffff;
	border: 2px solid #959595;
	border-radius: 50%;
	z-index: 1;
}

.homewhyus .slick-next {
	right: 0px;
}

.homewhyus .slick-prev {
	right: 40px;
}

.homewhyus .slick-next i,
.homewhyus .slick-prev i {
	font-size: 0.9em;
}

.homewhyus .slick-dots {
	display: none !important;
}

.homeshowcase {
	margin-bottom: 115px;
}

.homebrands {
	margin-bottom: 60px;
}

.homebrands h3 {
	margin: 0px 0px 25px;
}

.homebrands .brandscarousel {
	padding-bottom: 50px;
}

.homebrands .slick-slide {
	padding: 20px;
}

.homebrands .slick-slide img {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.homebrands .slick-next,
.homebrands .slick-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	text-align: center;
	line-height: 26px;
	background: #ffffff;
	border: 2px solid #959595;
	border-radius: 50%;
	z-index: 1;
}

.homebrands .slick-next {
	margin-left: 5px;
}

.homebrands .slick-prev {
	margin-left: -35px;
}

.homebrands .slick-next i,
.homebrands .slick-prev i {
	font-size: 0.9em;
}

.switchcta {
	background-image: url(/wp-content/uploads/switchcta-bg.png);
	background-size: contain;
	background-position: 5% 0px;
	background-repeat: no-repeat;
	padding: 140px 0px 110px;
}

.switchcta h2 {
	font-size: 2.6em;
	font-weight: 700;
	margin: 0px 0px 15px;
}

.switchcta p {
	margin: 0px 0px 30px;
}

.usefullinks {
	padding: 85px 0px 75px;
}

.usefullinks .ctas > div {
	width: 33.3333333%;
	float: left;
	padding: 0px 15px;
}

.usefullinks .ctas > div > a {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

.usefullinks .ctas > div > a > div {
	width: 100%;
	float: left;
	padding: 25px 20px 45px;
}

.usefullinks .ctas img {
	width: 100%;
}

.usefullinks .ctas h3 {
	font-size: 1.4em;
	margin: 8px 0px 30px;
}

.usefullinks .ctas h3:before {
	display: none;
}

.usefullinks .ctas p {
	color: #5a5a5a;
	font-weight: 700;
	margin: 0px;
}

.usefullinks .ctas p i {
	margin-left: 5px;
}

.usefullinks .ctas a:hover img.primarybg {
	background: #333333 !important;
}

.innerbanner {
	height: 600px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.innerbanner .txtbox {
	width: 850px;
	max-width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	z-index: 1;
	background: rgba(0,24,75,0.9);
	padding: 45px 20px;
}

.innerbanner .txtbox:after {
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -100px;
	content: '';
	border-style: solid;
	border-color: #00184b transparent transparent transparent;
	transform: rotate(180deg);
	opacity: 0.9;
}

.innerbanner .txtbox > div {
	width: 500px;
	max-width: 100%;
	height: auto;
	display: inline-block;
	text-align: left;
}

.innerbanner .txtbox h1 {
	margin: 0px;
}

.innerbanner .txtbox p {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 15px 0px 0px;
}

.innerbanner iframe {
	width: 100% !important;
	height: 100% !important;
}

.innerbanner.eshotbanner {
	height: auto;
}

.innerbanner.eshotbanner .txtbox {
	position: relative;
}

.tabs {
	width: 100%;
	display: inline-block;
}

.tabs .ui-tabs-nav {
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px;
}

.tabs .ui-tabs-nav li {
	width: auto;
	display: inline-block;
	margin-right: 35px;
}

.tabs .ui-tabs-nav li a {
	width: 210px;
	display: inline-block;
	color: #000000;
	font-weight: 700;
	line-height: 50px;
	background: #ebebeb;
	padding: 0px 20px;
	border-width: 5px 1px 0px;
	border-style: solid;
	border-color: #ebebeb;
}

.tabs .ui-tabs-nav li.ui-tabs-active a {
	background: #ffffff;
	border-top-color: #b7c430;
}

.productcontent {
	padding: 0px 0px 135px;
}

.productcontent .tabs .ui-tabs-nav {
	padding: 0px 165px;
	margin-bottom: 0px;
}

.productcontent h2 {
	font-weight: 700;
}

.productcontent table {
	width: 100%;
	border-collapse: collapse;
}

.productcontent table tr {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.productcontent table tr th {
	font-size: 0.9em;
	text-align: left;
	font-weight: 600;
	vertical-align: top;
	padding: 5px 10px;
}

.productcontent table tr th em {
	font-size: 0.9em;
}

.productcontent table tr th:last-child {
	min-width: 110px;
}

.productcontent table tr td {
	min-width: 80px;
	font-size: 0.9em;
	padding: 5px 10px;
}

.productcontent table tr td em {
	font-style: normal;
	font-size: 0.9em;
	font-weight: 300;
}

.productcontent table tr td:first-child {
	font-weight: 500;
}

.productcontent table tr:nth-child(odd) {
	background: #f6f6f6;
}

.productintro .wrapper {
	max-width: 1000px;
}

.productintro p {
	font-size: 1.4em;
	margin: 0px 0px 25px;
}

.productintro a.linkbtn {
	margin: 15px 15px 0px;
}

.productsummary {
	padding: 40px 0px;
	border-width: 5px 0px 0px 0px;
	border-style: solid;
}

.productsummary .wrapper > div {
	padding: 40px 120px;
}

.productsummary h2:after {
	width: 80px;
	height: 5px;
	display: block;
	content: '';
	background: #eaeaea;
	margin-top: 20px;
	clear: both;
}

.productsummary.downloadsbox,
.productsummary.downloadsbox .wrapper > div {
	padding-bottom: 0px;
}

.productsummary .downloads h2 {
	margin: 0px;
}

.productsummary .downloads p {
	width: 100%;
	display: inline-block;
	margin: 25px 0px 0px;
}

.productsummary .downloads a {
	width: 100%;
	float: left;
	position: relative;
	color: #5a5a5a;
	padding: 5px 95px 5px 0px;
}

.productsummary .downloads a:before,
.productsummary .downloads a:after {
	width: auto;
	float: right;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	content: 'Download';
	font-size: 0.8em;
	color: #ffffff;
	line-height: 35px;
	padding: 0px 15px;
	border-radius: 50px;
	z-index: 1;
}

.productsummary .downloads a:after {
	display: none;
}

.productsummary .downloads a:hover:before,
.productsummary .downloads a:hover:after {
	background: #333333 !important;
}

.productcta .wrapper {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

.productcta .wrapper > div {
	width: 100%;
	display: inline-block;
	padding: 55px 65px 55px 110px;
}

.productcta .wrapper > div p {
	width: auto;
	float: left;
	font-size: 1.5em;
	color: #000000;
	font-weight: 700;
	line-height: 55px;
	margin: 0px;
}

.productcta .wrapper > div > div {
	width: auto;
	float: right;
}

.productcta .wrapper > div > div a.linkbtn {
	margin-left: 20px;
}

.prodgallery {
	text-align: center;
}

.prodgallery .img {
	width: 20%;
	float: left;
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.prodgallery .img > div {
	width: 100%;
	height: 245px;
	float: left;
	background-position: center;
	background-size: cover;
	border: 5px solid #ffffff;
	cursor: pointer;
}

.gallerypopup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 9999;
}

.gallerypopup .img {
	width: auto;
	height: auto;
	position: fixed;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 10000;
}

.gallerypopup .number {
	width: auto;
	position: fixed;
	top: 0px;
	left: 50px;
	color: #ffffff;
	line-height: 50px;
}

.gallerypopup .close {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 25px;
	right: 25px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	z-index: 10000;
}

.gallerypopup .close i {
	line-height: 30px;
}

.gallerypopup .next,
.gallerypopup .prev {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: -25px;
	z-index: 10000;
}

.gallerypopup .next {
	right: 0px;
}

.gallerypopup .prev {
	left: 0px;
}

.gallerypopup .next i,
.gallerypopup .prev i {
	line-height: 50px;
}

.gallerypopup .loadingbox {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	opacity: 0.7;
	z-index: 9999;
}

.gallerypopup .loadingbox .loading {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
	margin: 0px auto;
}

.gallerypopup .loadingbox .loading:before,
.gallerypopup .loadingbox .loading:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
}

.gallerypopup .loadingbox .loading:before {
	animation: ball1 1s infinite;
	background-color: #ffffff;
	box-shadow: 30px 0 0 #ffffff;
	margin-bottom: 10px;
}

.gallerypopup .loadingbox .loading:after {
	animation: ball2 1s infinite;
	box-shadow: 30px 0 0 #ffffff;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8);
	}
	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8);
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #ffffff;
	}
	50% {
		box-shadow: 0 0 0 #ffffff;
		margin-top: -20px;
		-webkit-transform: translate(15px,15px);
		-moz-transform: translate(15px, 15px);
	}
	100% {
		box-shadow: 30px 0 0 #ffffff;
		margin-top: 0;
	}
}

.faqcontent .wrapper {
	max-width: 900px;
}

.faqcontent .faqbox {
	width: 100%;
	display: inline-block;
	background-color: #f4f4f4;
	border: 1px solid #d9d9d9;
	margin: 15px 0px;
}

.faqcontent .faqbox p.q {
	width: 100%;
	display: inline-block;
	color: #666666;
	padding: 20px 40px 20px 20px;
	margin: 0px;
	cursor: pointer;
}

.faqcontent .faqbox p.q:after {
	float: right;
	font-family: "Font Awesome 5 Pro";
	content: '\f055';
}

.faqcontent .faqbox.active p.q:after {
	content: '\f056';
}

.faqcontent .faqbox > div {
	width: 100%;
	display: none;
	padding: 20px;
	background: #ffffff;
	border-top: 1px solid #d9d9d9;
}

.faqcontent .faqbox > div p {
	font-size: 0.9em;
	margin: 15px 0px 0px;
}

.moreinfonote {
	margin-top: 25px;
}

.moreinfonote p {
	font-size: 1.2em;
	margin: 0px;
}

.newsfeed .wrapper {
	max-width: 900px;
}

.newsfeed .wrapper > div {
	width: 100%;
	display: inline-block;
	border: 1px solid #d0d0d0;
}

.reviewsbox .wrapper {
	max-width: 900px;
}

.reviewsbox .review {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 25px;
	border: 1px solid #d7d7d7;
	margin: 25px 0px;
}

.reviewsbox .review h2 {
	margin: 0px;
}

.reviewsbox .review p.details {
	font-size: 0.9em;
	font-style: italic;
	margin: 5px 0px 0px;
}

.reviewsbox .review p.stars {
	margin: 10px 0px 0px;
}

.reviewsbox .review .details {
	width: 100%;
	display: inline-block;
}

.reviewsbox .review .details p {
	margin: 15px 0px 0px;
}

.alm-btn-wrap {
	padding: 0px !important;
	margin-top: 25px;
}

.alm-btn-wrap button {
	transition: all 1.5s ease;
}

.alm-btn-wrap button.done {
	opacity: 0 !important;
}

.downloadscontent .wrapper {
	max-width: 900px;
}

.downloadscontent .tabs .ui-tabs-nav {
	text-align: center;
	margin-bottom: 75px;
}

.downloadscontent .tabs .ui-tabs-nav li {
	margin: 0px 15px;
}

.downloadscontent table {
	width: 100%;
	border-collapse: collapse;
}

.downloadscontent table tr {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.downloadscontent table tr:nth-child(even) {
	background: #f6f6f6;
}

.downloadscontent table tr td {
	padding: 5px 10px;
}

.downloadscontent table tr td:first-child {
	width: 170px;
}

.downloadscontent table tr td:last-child {
	width: 190px;
}

.downloadscontent table img {
	height: 110px;
	display: block;
	border: 1px solid #eaeaea;
	margin: 0px auto;
}

.downloadscontent table .linkbtn {
	width: 190px;
}

















.suppliercontent .wrapper > div {
	padding: 0px 25px;
}

.suppliercontent .prodgallery {
	text-align: left;
}

.suppliercontent .prodgallery .img {
	width: 16.666666666%;
	padding: 0px;
	margin: 0px;
}

.suppliercontent .prodgallery .img > div {
	height: 162px;
}

.supplierdownloads table {
	width: 100%;
	border-collapse: collapse;
}

.supplierdownloads table tr {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.supplierdownloads table tr:nth-child(even) {
	background: #f6f6f6;
}

.supplierdownloads table tr td {
	padding: 5px 10px;
}

.supplierdownloads table tr td:last-child {
	width: 190px;
}

.supplierdownloads table img {
	display: block;
}

.supplierdownloads table .linkbtn {
	width: 190px;
}

.suppliercontact .wrapper {
	max-width: 1100px;
}

.suppliercontact .txt {
	padding: 25px 90px;
}

.suppliercontact .txt h1 {
	margin: 0px;
}

.suppliercontact .txt p {
	margin: 25px 0px 0px;
}

.suppliercontact .txt p:first-of-type {
	margin: 0px;
}

.supplierabout {
	padding: 60px 0px;
}

.supplierabout h2 {
	margin: 0px;
}

.supplierabout p {
	margin: 25px 0px 0px;
}

.supplierabout {
}

.supplierabout {
}

.supplierabout {
}


















.ultionbanner .wrapper {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

.ultionbanner .img {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.ultionbanner .img img {
	display: block;
	margin: 0px auto;
}

.ultionbanner .txt {
	width: 50%;
	display: inline-block;
	padding: 25px 120px;
	margin-right: -4px;
	vertical-align: middle;
}

.ultionbanner .txt h2 {
	font-size: 2.6em;
	color: #001137;
}

.ultionbanner .txt p {
	width: 375px;
	max-width: 100%;
	display: inline-block;
	color: #000000;
	margin: 0px 0px 25px;
}

.abouttitlefeature h2 {
	font-size: 3em;
	font-weight: 700;
	margin: 0px;
}

.aboutswitch .wrapper {
	position: relative;
	padding: 35px 560px 35px 120px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

.aboutswitch .txt {
	width: 100%;
	display: inline-block;
}

.aboutswitch .txt h2 {
	font-size: 2.6em;
	color: #001137;
	font-weight: 700;
	margin: 0px;
}

.aboutswitch .txt p {
	font-size: 1.3em;
	font-weight: 700;
	color: #000000;
	margin: 0px;
}

.aboutswitch .btns {
	width: auto;
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -27px;
	z-index: 1;
}

.aboutswitch .btns .linkbtn {
	margin: 0px 15px;
}

.aboutbenefits h2 {
	font-size: 2em;
	color: #071b48;
	text-transform: uppercase;
	margin: 0px 0px 50px;
}

.aboutbenefits .wrapper {
	max-width: 1100px;
}

.aboutbenefits .contentbox {
	display: flex;
	flex-wrap: wrap;
}

.aboutbenefits .contentbox > div {
	width: 33.3333333%;
	display: inline-block;
	padding: 60px 30px 0px;
}

.aboutbenefits .contentbox > div > div {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 25px 20px 40px;
}

.aboutbenefits .contentbox i {
	width: 100px;
	line-height: 100px;
	font-size: 45px;
	background: #ffffff;
	border-radius: 50%;
}

.aboutbenefits .contentbox h3 {
	font-size: 1.4em;
	color: #000000;
	margin: 15px 0px 10px;
}

.aboutbenefits .contentbox h3:before {
	display: none;
}

.aboutbenefits .contentbox p {
	margin: 15px 0px 0px;
}

.mailinglist {
	width: 300px;
	display: inline-block;
	margin-top: 15px;
}

.mailinglist form {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.mailinglist form p {
	margin: 0px !important;
}

.mailinglist form .formbox > .wpcf7-form-control-wrap {
	width: 240px;
	float: left;
}

.mailinglist form input[type=email] {
	width: 100%;
	float: left;
	font-family: 'Muli', sans-serif;
	font-size: 0.9em;
	color: #252525;
	line-height: 30px;
	background: #ffffff;
	padding: 0px 10px;
	border: 0px;
}

.mailinglist form input[type=submit] {
	width: 60px;
	float: left;
	line-height: 28px;
	color: #ffffff;
	background: #b7c430;
	border: 0px;
}

.mailinglist form .ajax-loader {
	display: none !important;
}

.mailinglist form span.wpcf7-not-valid-tip {
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 13px !important;
	line-height: 15px;
}

.mailinglist form {
}

.mailinglist form p.privacy {
	padding-bottom: 0px !important;
	margin: 5px 0px 15px !important;
}

.mailinglist form p.privacy a {
	color: #ffffff;
	font-weight: bold;
}

.mailinglist form p.privacy span.wpcf7-not-valid-tip {
	left: auto;
	right: 0px;
	bottom: -15px;
}

.mailinglist form div.wpcf7-response-output {
	font-size: 13px;
	color: #ffffff;
	padding: 5px !important;
	margin: 0px !important;
}



















