/*!
Theme Name: mbpsurfacing
Theme URI: https://www.mbpsurfacing.co.uk/
Author: DVA Group
Author URI: https://www.dvagroup.co.uk/
Description: Custom theme template for projects
Version: 1.0.0
Text Domain: mbps
*/


/*!
	* base.css
	*
	* Features:
	* - normalize css
	* - typography standardisation and references to a main base setup
	* - basic styling for common html components
	* - custom styling for this site
	*
	* breakpoints:
	* 480
	* 600
	* 768
	* 992
	* 1200
	*
*/







/*!
	* =======================================================
	* normalize.css
	* =======================================================
	*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}






/*!
	* =======================================================
	* DVA BASE RESETS
	* =======================================================
	*/
:root {
    --color: blue;
}
body,
html {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
}
body {
    color: #404c56;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.6;
}
b,
label,
legend,
strong {
    font-weight: 700;
}
blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}
blockquote :last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: -0.1rem;
    margin-bottom: 2rem;
    margin-top: 0;
}
h1 {
    font-size: 4.6rem;
    line-height: 1.2;
}
h2 {
    font-size: 3.6rem;
    line-height: 1.25;
}
h3 {
    font-size: 2.8rem;
    line-height: 1.3;
}
h4 {
    font-size: 2.2rem;
    letter-spacing: -0.08rem;
    line-height: 1.35;
}
h5 {
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    line-height: 1.5;
}
h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}
mark {
    background: #f3e4d1;
}
code {
    background: #f4f5f6;
    border-radius: 0.4rem;
    font-size: 86%;
    margin: 0 0.2rem;
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
}
pre {
    background: #f6f6f6;
    border-left: 0.5rem solid #ccc;
    padding: 1rem 2rem 1.6rem;
    overflow-y: hidden;
}
pre > code {
    border-radius: 0;
    padding: 1rem 1.5rem;
    white-space: pre;
}
hr {
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 0.1rem solid #f6f6f6;
    margin: 3rem 0;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #0082ba;
    border: 0.1rem solid #0082ba;
    border-radius: 0.4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: 0.1rem;
    line-height: 3.8rem;
    padding: 0 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
dl,
ol,
td:first-child,
th:first-child,
ul {
    padding-left: 0;
}
.pull-left,
.text-left,
td,
th {
    text-align: left;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #30a2ea;
    border-color: #30a2ea;
    color: #fff;
    outline: 0;
}
.button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
    cursor: default;
    opacity: 0.5;
}
.button[disabled]:focus,
.button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:focus,
input[type="submit"][disabled]:hover {
    background-color: #0082ba;
    border-color: #0082ba;
}
.button.button-outline,
button.button-outline,
input[type="button"].button-outline,
input[type="reset"].button-outline,
input[type="submit"].button-outline {
    background-color: transparent;
    color: #0082ba;
}
.button.button-outline:focus,
.button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type="button"].button-outline:focus,
input[type="button"].button-outline:hover,
input[type="reset"].button-outline:focus,
input[type="reset"].button-outline:hover,
input[type="submit"].button-outline:focus,
input[type="submit"].button-outline:hover {
    background-color: transparent;
    border-color: #30a2ea;
    color: #30a2ea;
}
.button.button-outline[disabled]:focus,
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type="button"].button-outline[disabled]:focus,
input[type="button"].button-outline[disabled]:hover,
input[type="reset"].button-outline[disabled]:focus,
input[type="reset"].button-outline[disabled]:hover,
input[type="submit"].button-outline[disabled]:focus,
input[type="submit"].button-outline[disabled]:hover {
    border-color: inherit;
    color: #0082ba;
}
.button.button-clear,
button.button-clear,
input[type="button"].button-clear,
input[type="reset"].button-clear,
input[type="submit"].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #0082ba;
}
.button.button-clear:focus,
.button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type="button"].button-clear:focus,
input[type="button"].button-clear:hover,
input[type="reset"].button-clear:focus,
input[type="reset"].button-clear:hover,
input[type="submit"].button-clear:focus,
input[type="submit"].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #30a2ea;
}
.button.button-clear[disabled]:focus,
.button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type="button"].button-clear[disabled]:focus,
input[type="button"].button-clear[disabled]:hover,
input[type="reset"].button-clear[disabled]:focus,
input[type="reset"].button-clear[disabled]:hover,
input[type="submit"].button-clear[disabled]:focus,
input[type="submit"].button-clear[disabled]:hover {
    color: #0082ba;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: 0.4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: 0.6rem 1rem;
    width: 100%;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #0082ba;
    outline: 0;
}
select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
    padding-right: 3rem;
}
select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#0082ba" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
label,
legend {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
fieldset {
    border-width: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
dl,
ol,
ul {
    list-style: none;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem;
}
ol {
    list-style: decimal inside;
}
ul {
    list-style: circle inside;
}
.button,
button,
dd,
dt,
li {
    margin-bottom: 1rem;
}
fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem;
}
table {
    border-spacing: 0;
    width: 100%;
}
td,
th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem;
}
td:last-child,
th:last-child {
    padding-right: 0;
}
.container,
.container-flex,
.page-width {
    width: 96%;
    margin: 0 auto;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
    .container,
    .page-width {
        width: 728px !important;
    }
}
@media (min-width: 992px) {
    .container,
    .page-width {
        width: 952px !important;
    }
}
@media (min-width: 1200px) {
    .container,
    .page-width {
        width: 1160px !important;
    }
}
.container-flex {
    max-width: 1160px !important;
}
.content-block {
    padding: 20px;
}
.container-fill,
.vertical-center-container {
    width: 100%;
    height: 100%;
}
.vertical-center {
    top: 50%;
    margin-top: -25%;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.pull-right,
.text-right {
    text-align: right;
}







/**
	* =======================================================
	* customisations
	* =======================================================
	*/

*, ::after, ::before, :after, :before, legend {
	box-sizing: border-box;
}

/* browser base */
body {
	padding: 0;
	margin: 0;
	min-width: 100%;
	min-height: 100%;
}
.alignright,
.alignleft,
.aligncenter {
	text-align: center;
	width: 86%;
	height: auto;
	margin: 0 5%;
}
@media (min-width: 600px) {
	.alignright {
		float: right;
		max-width: 47%;
		height: auto;
		margin: 4px 0 15px 20px;
	}
	.alignleft {
		float: left;
		max-width: 47%;
		height: auto;
		margin: 4px 20px 15px 0;
	}
}






/* Typography */
/*
https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap
*/
html, body, p, input, textarea, table {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1, h1.hero-header-title, h2, h3, .bx-wrapper h3, .bx-caption span {
	font-weight: 900;
	letter-spacing: -0.5px;
}
td, th {
	border: none;
}
#header-menu-nav {
	font-size: 1.35rem;
	font-weight: 700;
}
#header-menu-nav a,
#header-menu-nav a:hover {
	text-decoration: none;
}

@media (min-width: 992px) {
	#header-menu-nav {
		font-size: 1.5rem;
		font-weight: 700;
	}
}


.bx-wrapper .bx-caption,
.bx-wrapper h3,
h1.hero-header-title {
	display: inline;
  color: rgb(5,5,5);
  background: rgba(255, 255, 254, 0.82);
  text-transform: uppercase;
}

.bx-wrapper .bx-caption {
	  font-size: 3.4rem;
  line-height: 3.2rem;
	padding: 7px 12px 7px 12px;

}

.grid-item-caption h3 {
  font-size: 2.3rem;
  line-height: 2.4rem;
}
.grid-half .grid-item-caption h3 {
  font-size: 3.0rem;
  line-height: 3.2rem;
}
.grid-item-caption p {}

a.grid-item-link {
	text-decoration: none;
}

.grid-item-text {
	margin: 12px 0 0 0;
	padding: 0;
	text-align: center;
	text-decoration: none;

}
.grid-item-text h3,
.grid-item-text-date {
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0 14%;
	line-height: 1.1;
}
.grid-item-text-date {
	color:#404c56;
	padding-top: 3px;
	font-size: 1.4rem;
}



h1.hero-header-title {
	  font-size: 3.0rem;
  line-height: 2.8rem;
	padding: 7px 12px 7px 12px;
}

.home-block-info h2 {
	margin: 0;
	padding: 0;
	font-size: 3.0rem;
}
.home-block-info p {
	margin: 4px 0 15px 0;
	padding: 0;
}

#home-get-in-touch h3 {
	margin-bottom: 10px;
}
#grid-footer h3 {
	font-size: 2.2rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.category-lead h2 {
	margin: -32px auto 45px auto;
	font-size: 2rem;
	padding:0;
	text-align: center;
	max-width: auto;
}

.singular-content h3 {
	margin-top: 2rem;
	margin-bottom: 0;
}
.singular-content blockquote,
.singular-content dl,
.singular-content figure,
.singular-content form,
.singular-content ol,
.singular-content p,
.singular-content pre,
.singular-content table,
.singular-content ul {
	margin-top: 0;
}

#grid-footer,
#grid-footer p,
#grid-footer table {
  font-size: 0.88em;
  line-height: 1.18em;
}
.product-image-caption p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9rem;
  margin: 0;
  padding: 0;
  color: rgb(250,250,250);
}

@media (min-width: 600px) {
	.bx-wrapper .bx-caption  {
		  font-size: 3.8rem;
	  line-height: 3.5rem;
		padding: 10px 16px 9px 16px;
	}
	h1.hero-header-title {
		  font-size: 4.5rem;
	  line-height: 4.2rem;
		padding: 10px 16px 9px 16px;
	}
	.category-lead h2 {
		margin: -30px auto 60px auto;
		font-size: 2.5rem;
	}

}
@media (min-width: 768px) {
	.bx-wrapper .bx-caption  {
		  font-size: 4.6rem;
	  line-height: 4.3rem;
		padding: 11px 17px 10px 17px;
	}
	h1.hero-header-title {
		font-size: 5.3rem;
    line-height: 5.1rem;
 		padding: 11px 17px 10px 17px;
	}
	.category-lead h2 {
		margin: -35px auto 70px auto;
		font-size: 3.2rem;
	}
	.singular-content {
		font-size: 1.65rem;
	}

}
@media (min-width: 992px) {
	.bx-wrapper .bx-caption  {
	  font-size: 5.2rem;
	  line-height: 4.8rem;
		padding: 11px 18px 10px 18px;
	}
	h1.hero-header-title {
	  font-size: 6.7rem;
	  line-height: 6.2rem;
		padding: 11px 18px 10px 18px;
	}
	.product-image-caption p {
	  font-size: 1.9rem;
	  line-height: 2.1rem;
	}
	.category-lead h2 {
		margin: -45px auto 80px auto;
		font-size: 4.0rem;
	}
	.singular-content {
		font-size: 1.70rem;
	}
}
@media (min-width: 1200px) {
	.bx-wrapper .bx-caption  {
	  font-size: 6.2rem;
	  line-height: 5.9rem;
		padding: 15px 24px 14px 24px;
	}
	h1.hero-header-title {
	  font-size: 7.5rem;
	  line-height: 7.1rem;
		padding: 15px 24px 14px 24px;
	}
	.category-lead h2 {
		margin: -70px auto 90px auto;
		font-size: 4.6rem;
	}
	.singular-content {
		font-size: 1.75rem;

	}
}
.banner-cta {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
.banner-cta h3 {
	padding: 0;
	margin: 0;
	font-size: 1.70rem;
}
@media (min-width: 600px) {
	.banner-cta h3 {
		font-size: 2.090rem;
	}
}
@media (min-width: 768px) {
	.banner-cta h3 {
		font-size: 2.40rem;
	}
}
@media (min-width: 992px) {
	.banner-cta h3 {
		font-size: 3.00rem;
	}
}
@media (min-width: 992px) {
	.banner-cta h3 {
		font-size: 3.40rem;
	}
}






/* dom bg colours */
html, body {
	background-color: rgb(255,255,255);
}
#site-canvas {}
#site-off-canvas {
	background-color: rgb(255,255,255);
}
header {
	background-color: rgb(255,255,255);
}
section {
	background-color: rgb(255,255,255);
}
/*
nav {}
*/
footer {
	background-color: rgb(18,18,20);
	color: rgb(255,255,255);
}




/* general colors */
a,a:visited,a:link,a:active {
	color: rgb(127,75,157);
}
a:hover {
	color: rgb(177,125,207);
}
#header-menu-nav a {
	color: rgb(127,75,157);
}
#header-menu-nav a:hover {
	color: rgb(255,255,255);
	background-color: rgb(127,75,157);
}
#site-off-canvas nav h3 {
	color: rgb(200,200,200);
}
#site-off-canvas nav a {
	color: rgb(127,75,157);
}
#site-off-canvas nav a:hover {
	color: rgb(255,255,255);
	background-color: rgb(127,75,157);
}

/*
.key-icons {
	background-color: rgb(219,219,219);
}
.grid-item-caption {
	background-color: rgba(128, 76, 158, 1);
}
*/
.grid-item-caption h3 {
	color: rgb(80,80,80);
}
.bxslider .grid-item-caption {
	background-color: transparent;
}
.grid-item-caption-inner {
	background-color: rgb(255,255,255);
}
.bxslider .grid-item-caption-inner {
	background-color: transparent;
}
.product-image-caption p {
  color: rgb(250,250,250);
}



#home-get-in-touch {
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
#home-get-in-touch a {
	color: rgb(255,255,255);
}
.floating-block {
	background: rgb(127,75,157); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(127,75,157) 13%, rgb(44,116,234) 99%);
	background: -webkit-linear-gradient(left,  rgb(127,75,157) 13%,rgb(44,116,234) 99%);
	background: linear-gradient(to right,  rgb(127,75,157) 13%,rgb(44,116,234) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F4B9D', endColorstr='#2c74ea',GradientType=1 );
}

@media (min-width: 600px) {
	#home-get-in-touch {
		background-color: rgb(18,18,20);
	}
}
.btn-contact {
	color: rgb(29,29,27);
	border-color: rgb(255,255,255);
	background-color: rgb(255,255,255);
}
.btn-contact:hover {
	color: rgb(255,255,255);
	border-color: rgb(29,29,27);
	background-color: rgb(29,29,27);
}

#grid-footer,
#grid-footer a {
	color: rgb(240,240,240);
}
#grid-footer a:hover {
	color: rgb(255,255,255);
}
#footer-credits,
#footer-credits a {
	color: rgb(100,100,100);
}
.banner-cta {
	background-color: rgb( 127,75,157 );
	color: rgb( 255, 255, 255);
}
.banner-cta a, .banner-cta a:hover, .banner-cta a:visited {
	color: rgb( 255, 255, 255);
}



/* multiple grids */
#grid-header {
	display: grid;
  grid-template-rows: 62px;
  grid-template-columns: 43% 57%;
	grid-row-gap: 0px;
	grid-column-gap: 0px;
	margin: 0 auto 0 auto;
	padding: 0 0 4px 0;
}
#header-logo {
	grid-column-start: 1;
	grid-column-end: 2;
	text-align: left;
  align-self: end;
}
#header-menu {
	grid-column-start: 2;
	grid-column-end: 3;
  align-self: end;
}
#header-social-nav {
	display: none;
}
section {
	min-height: 500px;
}
#home-slider{

}
#home-lead {
	padding: 0 10px;
}

.grid-half,
.grid-third {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

.grid-item {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0;
	font-size: 0px;
}
.grid-item-image-wrapper {
	width:100%;
	height:auto;
	border: 3px solid #7f4b9d;
}
.grid-item-caption {
	border: 3px solid #7f4b9d;
}
.grid-item-caption-default {
	z-index: 555;
	position: absolute;
	bottom: 6px;
	left: 0;
	opacity: 0.85;
	-moz-transition: opacity 120ms linear;
  -webkit-transition: opacity 120ms linear;
  transition: opacity 120ms linear;
}
.grid-item-caption-default h3 {
	display: inline;
	position: relative;
	color: #fff;
	background-color: #7f4b9d;
	padding: 5px 20px 6px 20px;
	font-size: 1.9rem;
	font-weight: 700;
}
a:hover .grid-item-caption-default {
	opacity: 0;
}


.grid-item-text {
	width:100%;
	height:100px;
}
.grid-item img {
	width:100%;
	height:auto;
}


#grid-footer {
	margin: 0 auto 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer-column-1,
#footer-column-2,
#footer-column-3,
#footer-credits {
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
}
#footer-column-1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-column-2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-column-3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-credits {
	padding-top: 20px;
	padding-bottom: 10px;
}









@media (min-width: 600px) {
	#grid-header {
	  grid-template-rows: 70px;
	  padding-bottom: 6px;
	}

	.grid-half,
	.grid-third {
		display: grid;
	  grid-template-rows: auto;
		grid-gap: 15px;
		padding: 0 0px 0 0px;
	}
	.grid-half {
	  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

	}
	.grid-third {
	  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	}
	.grid-item {
		margin: 0;
		padding: 0;
	}


	#grid-footer {
		display: grid;
	  grid-template-rows: auto;
	  grid-template-columns: 33.3% 33.3% 33.3%;
		grid-row-gap: 0px;
		grid-column-gap: 0px;
	}
	#footer-column-1 {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
  	align-self: center;
		padding-left: 0px;
		padding-right: 35%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
	}
	#footer-column-2 {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 2;
		grid-column-end: 3;
  	align-self: center;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	#footer-column-3 {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 3;
		grid-column-end: 4;
  	align-self: center;
		padding-left: 35%;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
	}
	#footer-credits {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 3;
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (min-width: 768px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}

	#grid-header {
	  grid-template-rows: 83px;
	  padding-bottom: 7px;
	}
	#header-social-nav {
		display: block;
	}
	#home-lead {
		padding: 0;
	}
	.grid-half,
	.grid-third {
		grid-gap: 20px;
	}

	.category-lead {

	}


	.category-item {
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 60% 40%;
		grid-template-areas: "col1 col2";
		grid-gap: 0;
		margin: 0 20px 40px 20px;
		padding: 0;
	}

	.category-item-image {
		grid-area: col2;
	}
	.category-item-text {
		grid-area: col1;
	}

	.category-item:nth-of-type(even) {
		grid-template-columns: 40% 60%;
		grid-template-areas: "col2 col1";
	}

	.product-columns {
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 57.0% 36.0%;
		grid-gap: 7%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.product-desc {}
	.product-specs {}

	.singular-columns {
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 47% 47%;
		grid-gap: 6%;
		margin: 0;
		padding: 0;
	}
	.singular-content iframe {
		margin: 0 0 40px 0;
		max-width: 100%;
	}

	.singular-columns-a {}
	.singular-columns-b {}

}
@media (min-width: 992px) {
	#grid-header {
	  grid-template-rows: 100px;
	  padding-bottom: 8px;
	}
	.grid-half,
	.grid-third {
		grid-gap: 25px;
	}
	.grid-third {
	  /* grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); */
	}
	.product-columns {
		grid-template-columns: 58.0% 36.0%;
		grid-gap: 6%;
	}
}
@media (min-width: 1200px) {
	#grid-header {
	  grid-template-rows: 110px;
	  padding-bottom: 10px;
	}
	.grid-half,
	.grid-third {
		grid-gap: 30px;
	}
	.product-columns {
		grid-template-columns: 60.0% 35.0%;
		grid-gap: 5%;
	}
}



/* general margin-bottom */
.category-description,
.singular-content {
	max-width: 728px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px;
	text-align: justify;
}
.grid-half,
.grid-third,
.category-lead,
.category-description,
.singular-content,
.singular-container,
.key-icons,
.product-footer-image {
	margin-bottom: 40px;
}

.hero-header {
	margin-bottom: 24px;
}


@media (min-width: 768px) {
	.singular-content {
		margin-bottom: 60px;
	}
}
@media (min-width: 992px) {
	.singular-content {
		margin-bottom: 70px;
	}
}
@media (min-width: 1200px) {
	.singular-content  {
		margin-bottom: 80px;
	}
}

/*
@media (min-width: 768px) {
	.grid-half,
	.grid-third,
	.hero-header,
	.category-lead,
	.category-description,
	.singular-content,
	.singular-container,
	.key-icons,
	.product-footer-image {
		margin-bottom: 50px;
	}
}
@media (min-width: 992px) {
	.grid-half,
	.grid-third,
	.hero-header,
	.category-lead,
	.category-description,
	.singular-content,
	.singular-container,
	.key-icons,
	.product-footer-image {
		margin-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.grid-half,
	.grid-third,
	.hero-header,
	.category-lead,
	.category-description,
	.singular-content,
	.singular-container,
	.key-icons,
	.product-footer-image {
		margin-bottom: 80px;
	}
}
*/





/* header */
#header-logo img,
#header-menu,
#header-menu ul,
#header-social-nav {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#header-logo {
	font-size: 0;
}
#header-logo img {
	height: 48px;
	margin-bottom: 3px;
	width: auto;
}
#header-menu li {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
@media (min-width: 600px) {
	#header-logo img {
		height: 54px;
    margin-bottom: 3px;
	}
}
@media (min-width: 768px) {
	#header-logo img {
		height: 68px;
		margin-left: 0px;
	}
}

@media (min-width: 992px) {
	#header-logo img {
		height: 86px;
	}
}
@media (min-width: 1200px) {
	#header-logo img {
		height: 94px;
	}
}



/* social icon menus */
#header-social-nav {}
#footer-social-nav {}

ul.link-icons {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 25px;
}
#grid-footer ul.link-icons {
	margin: 0;
}
.link-icons li.link-icon {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 2px 0 2px;
	width: 24px;
	height: 24px;
	border-radius: 24px;
}
.link-icons li.link-icon a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.link-icons img {
	width: 12px;
	height: 12px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}
@media (min-width: 992px) {
	ul.link-icons {
		margin: 0 0 5px 0;
	}
	.link-icons li.link-icon {
		margin: 0 4px 0 4px;
	}
}
@media (min-width: 1200px) {
	ul.link-icons {
		margin: 0 0 6px 0;
	}
	.link-icons li.link-icon {
		margin: 0 5px 0 5px;
	}
}




#header-social-nav .link-icons li.link-icon,
#off-canvas-social .link-icons li.link-icon {
	background-color: rgba(127,75,157,0.8);
}
#header-social-nav .link-icons li.link-icon:hover,
#off-canvas-social .link-icons li.link-icon:hover {
	background-color: rgba(127,75,157,1.0);
}
#header-social-nav .link-icons img,
#off-canvas-social .link-icons img {
	filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}
#footer-social-nav .link-icons li.link-icon {
	background-color: rgba(255,255,255,0.9);
}
#footer-social-nav .link-icons li.link-icon:hover {
	background-color: rgba(255,255,255,1.0);
}
#footer-social-nav .link-icons img {
	filter: invert(0) sepia(1) saturate(5) hue-rotate(175deg);
}



/*
#header-social-nav .link-icons li.link-icon,
#off-canvas-social .link-icons li.link-icon {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background-color: rgba(127,75,157,0.8);
}
#header-social-nav .link-icons li.link-icon:hover,
#off-canvas-social .link-icons li.link-icon:hover {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background-color: rgba(127,75,157,1.0);
}
#header-social-nav .link-icons img,
#off-canvas-social .link-icons img {
	width: 12px;
	height: 12px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}
*/

/*
	Main Menu Styling
	- allows for 1 level nested Menu
	- CSS only
*/
.header-menu-nav {
	display: none;
}
.header-menu-nav ul {
	float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* first level */
.header-menu-nav > ul {}
.header-menu-nav > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: 100%;
	float: left;
	line-height: 1.6rem;
	padding-left: 10px;
	padding-right: 0px;
}

/* second level */
.header-menu-nav li ul  {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 3;
}
.header-menu-nav li:hover ul {
	display: block;
	text-align: left;
}


@media (min-width: 480px) {


}
@media (min-width: 600px) {}
@media (min-width: 768px) {
	.header-menu-nav {
	}
	#header-social-nav {
		text-align: right;
	}
	.header-menu-nav {
		display: block;
		text-align: right;
		margin-top: 0px;
	}
	.header-menu-nav a {
		padding: 1px 5px;
	}
}
@media (min-width: 992px) {
	.header-menu-nav {
		clear: both;
	}
	.header-menu-nav > ul > li {
		padding-left: 16px;
	}
	.header-menu-nav a {
		padding: 2px 7px;
	}

}
@media (min-width: 1200px) {
	.header-menu-nav > ul > li {
		padding-left: 18px;
	}
	.header-menu-nav a {
		padding: 2px 8px;
	}
}


/* nav reveal button */
#off-canvas-button {
  position: absolute;
	top: 21px;
	right: 0px;
  width: 26px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 220ms ease-in-out;
  -moz-transition: 220ms ease-in-out;
  -o-transition: 220ms ease-in-out;
  transition: 220ms ease-in-out;
  cursor: pointer;
}

#off-canvas-button span {
  display: block;
  position: absolute;
  background-color: rgb(127,75,157);
  height: 2px;
  width: 100%;
  border-radius: 6px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 220ms ease-in-out;
  -moz-transition: 220ms ease-in-out;
  -o-transition: 220ms ease-in-out;
  transition: 220ms ease-in-out;
}
.site-nav-left #off-canvas-button {
  left: 20px;
}
.site-nav-right #off-canvas-button {
  right: 20px;
}

#off-canvas-button span:nth-child(1) {
  top: 0px;
}

#off-canvas-button span:nth-child(2) {
  top: 8px;
}

#off-canvas-button span:nth-child(3) {
  top: 16px;
}

#off-canvas-button.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#off-canvas-button.open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

#off-canvas-button.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (min-width: 600px) {
	/* nav reveal button */
	#off-canvas-button {
	  position: absolute;
		top: 24px;
		right: 0px;
	  width: 32px;
	  height: 28px;
	}
	#off-canvas-button span:nth-child(2) {
	  top: 9px;
	}
	#off-canvas-button span:nth-child(3) {
	  top: 18px;
	}
	#off-canvas-button.open span:nth-child(1) {
	  top: 8px;
	}
	#off-canvas-button.open span:nth-child(3) {
	  top: 8px;
	}
}
@media (min-width: 768px) {
	#off-canvas-button {
		display: none;
	}
}




/* Off Canvas Navigation */
#site-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
	padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
#site-canvas {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
	padding: 0;
}
.site-nav-left.show-nav #site-canvas {
  -webkit-transform: translateX(230px);
  transform: translateX(230px);
  transform: translate3d(230px, 0, 0);
  -webkit-transform: translate3d(230px, 0, 0);
}
.site-nav-right.show-nav #site-canvas {
  -webkit-transform: translateX(-230px);
  transform: translateX(-230px);
  transform: translate3d(-230px, 0, 0);
  -webkit-transform: translate3d(-230px, 0, 0);
}
#site-off-canvas {
  width: 230px;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
}
#site-off-canvas h3 {
	text-transform: lowercase;
	padding-left: 25px;
	padding-right: 20px;
	margin: 14px 0 10px 0;
	font-size: 1.3rem;
	font-weight: 100;
	letter-spacing: 4px;
	line-height: 42px;
	text-align: right;
	border-bottom: 0px;
}
#site-off-canvas p {
	padding-left: 25px;
	padding-right: 20px;
}
#site-off-canvas ul {
    list-style: none;
}





@media (min-width: 480px) {
	#site-off-canvas {
	  width: 260px;
	}
	.site-nav-left.show-nav #site-canvas {
	  -webkit-transform: translateX(260px);
	  transform: translateX(260px);
	  transform: translate3d(260px, 0, 0);
	  -webkit-transform: translate3d(260px, 0, 0);
	}
	.site-nav-right.show-nav #site-canvas {
	  -webkit-transform: translateX(-260px);
	  transform: translateX(-260px);
	  transform: translate3d(-260px, 0, 0);
	  -webkit-transform: translate3d(-260px, 0, 0);
	}
}

@media (min-width: 768px) {
	#site-off-canvas {
	  width: 280px;
	}
	.site-nav-left.show-nav #site-canvas {
	  -webkit-transform: translateX(280px);
	  transform: translateX(280px);
	  transform: translate3d(280px, 0, 0);
	  -webkit-transform: translate3d(280px, 0, 0);
	}
	.site-nav-right.show-nav #site-canvas {
	  -webkit-transform: translateX(-280px);
	  transform: translateX(-280px);
	  transform: translate3d(-280px, 0, 0);
	  -webkit-transform: translate3d(-280px, 0, 0);
	}
}

.site-nav-left #site-off-canvas {
  right: 100%;
}
.site-nav-right #site-off-canvas {
  left: 100%;
}

/* menu transition styles */
.ease { -webkit-transition: 240ms ease all; transition: 240ms ease all; }
.bounce { -webkit-transition: all 240ms cubic-bezier(0.32,1.25,0.375,1.15); transition: all 240ms cubic-bezier(0.32,1.25,0.375,1.15); }
.snap { -webkit-transition: all 220ms cubic-bezier(.694, .0482, .335, 1); transition: all 220ms cubic-bezier(.694, .0482, .335, 1); }

/* off canvas menu items (ul,li) */
.off-canvas-menu > a {}
.off-canvas-menu:not( :target ) > a:first-of-type,
.off-canvas-menu:target > a:last-of-type {
    display: block;
}
/* first level */
.off-canvas-menu > ul {
	float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.off-canvas-menu:target > ul {
    display: block;
}
.off-canvas-menu li {
	display: block;
	position: relative;
	margin: 0;
	padding: 1px 0 0 0;
  line-height: 4rem;
	border-bottom: 0px;
}
.off-canvas-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	padding-left: 25px;
	padding-right: 20px;
	text-decoration: none;
}
.off-canvas-menu > ul > li {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #aaffff;
  width: 100%;
  float: none;
  line-height: 2.5em;
}

.off-canvas-menu a .fa {
	margin-left: 6px;
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 120ms linear;
  -webkit-transition: all 120ms linear;
  transition: all 120ms linear;
}

.off-canvas-menu a.sub-menu-visible .fa {
	padding-left: 6px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}






/* second level */
.off-canvas-menu li ul {
  position: relative;
	top: 100%;
	z-index: 3;
}
.off-canvas-menu ul ul {
	margin: 0;
}

.off-canvas-menu li ul > li {
  width: 100%;
}
.off-canvas-menu ul ul a {
	padding-left: 40px;
  line-height: 2.0rem;
}
.sub-menu-link {}


@media (min-width: 480px) {}

@media (min-width: 768px) {}





/* HOME */
section {}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-slider.bg-cover {
  height: 100vh;
}
.home-block {
	margin-bottom: 60px;
}
.home-block-info {
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 94%;
	text-align: center;
}
.home-block-info p {
	text-align: justify;
}
@media (min-width: 768px) {
	.home-block-info {
		margin-bottom: 35px;
		max-width: 80%;
	}
	.home-block-info p {
		text-align: center;
	}
}




.grid-item {
	position: relative;
}
.grid-item-caption {
	position: absolute;
	overflow: hidden;
  z-index:777;
  opacity: 0;
	margin: 0;
	padding: 0px;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 120ms linear;
  -webkit-transition: opacity 120ms linear;
  transition: opacity 120ms linear;
}

.bxslider a.grid-item-link,
.bxslider a.grid-item-link:hover,
.bxslider .grid-item-caption,
a.grid-item-link:hover .grid-item-caption {
	opacity: 0.88;
}
.grid-item-caption-inner {
	position: relative;
  z-index:888;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.grid-item-caption-inner-center {
	position: absolute;
  z-index:999;
  margin: 0;
  width: 100%;
	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-item-caption-inner h3,
.grid-item-caption-inner p {
	text-align: center;
	padding: 0 15%;
	margin: 0;
}



@media (min-width: 600px) {
	#home-slider.bg-cover {
	  height: 500px;
	}
}
@media (min-width: 768px) {
	#home-slider.bg-cover {
	  height: 400px;
	}
}
@media (min-width: 992px) {
	#home-slider.bg-cover {
	  height: 500px;
	}
}



.key-icons {
	text-align: center;
	padding-top: 15px;
	padding-right:10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.key-icons-image {
	height:auto;
}
.product-icons-productfeatures {
	margin: 20px auto 20px auto;
  width: auto;
  height: auto;
  max-height: 90px;
}
.key-icons-clients {
	margin: 20px auto 20px auto;
	width: 80%;
	height:auto;
}
#home-icons .product-icons-productfeatures {
	margin-bottom: 0px;
}
#home-icons .key-icons-clients {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.key-icons-image {
	}
	.product-icons-productfeatures {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.key-icons-clients {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	#home-icons .key-icons-clients {
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.key-icons-image {
	}
	.product-icons-productfeatures {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.key-icons-clients {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#home-icons .key-icons-clients {
		margin-top: 20px;
	}
}


.hero-header {
	position: relative;
	width: 100%;
	height: auto;
}
.hero-header-title {
	position: absolute;
	margin: 0;
	bottom: 0;
  /* top:50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 85%;
  z-index:999;
}



#home-get-in-touch {
	margin-top: 30px;
	margin-bottom: 50px;
}
.bg-image {
  background-image: none;
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
}
.curved-divider {
	display: none;
}
.floating-block {
  text-align: center;
  padding: 30px 40px;

}
.floating-block-content {

}

#home-get-in-touch .btn-contact {
	margin-top: 20px;
}


@media (min-width: 500px) {
	.floating-block {
	  padding: 30px 60px;
	}
}

@media (min-width: 600px) {
	#home-get-in-touch {
		min-height: 320px;
		margin-top: 60px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		padding-bottom: 100px;
	}
	#home-get-in-touch.bg-image {
		background-image: url('img/bg-road_780.jpg');
	}
	.curved-divider {
		display: block;
	  position: relative;
	  overflow: hidden;
	  line-height: 0;
	  z-index: 2;
	  pointer-events: none;
	}
	.curved-divider-top {
	  height: 80px;
	  width: 100%;
	  color: #ffffff;
	  z-index: 1;
	  top: 0;
	}
	.curved-divider svg:not(:root) {
		overflow: hidden;
	}
	.curved-divider-flipY svg {
	  -webkit-transform: rotateY(180deg);
	  transform: rotateY(180deg);
	}
	.curved-divider-flipX svg {
	  -webkit-transform: rotateX(180deg);
	  transform: rotateX(180deg);
	}
	.curved-divider svg {
	  width: 100%;
	  height: 100%;
	  fill: currentColor;
	}
	.curved-divider svg:not(:root) {
		overflow: hidden;
	}
	.floating-block {
		position: relative;
	  z-index:999;
		margin-top: -90px;
	  background-color: #bbbbff;
	   padding: 35px 75px;
	}

}
@media (min-width: 768px) {

	#home-get-in-touch {
		margin-top: 80px;
	}
	#home-get-in-touch.bg-image {
		background-image: url('img/bg-road_992.jpg');
	}
	.floating-block {
	    padding: 70px 90px;
	}
}
@media (min-width: 992px) {
	#home-get-in-touch {
		margin-top: 90px;
	}
	#home-get-in-touch.bg-image {
		background-image: url('img/bg-road_1200.jpg');

	}
	.floating-block {
	    padding: 90px 120px;
	}
}
@media (min-width: 1200px) {
	#home-get-in-touch {
		margin-top: 90px;
	}
	#home-get-in-touch.bg-image {
		background-image: url('img/bg-road_1500.jpg');
	}
	.floating-block {
	    padding: 100px 180px;
	}
}






/* Catagory - special for products and normal categories */
.category-container {
	margin-bottom: 70px;
}

.category-car-showrooms .category-content,
.fashion-retail .category-content,
.health-fitness .category-content,
.pubs-bars-resturants .category-content {

}

.category-item-image,
.category-item-image-link,
.category-item-image img {
	font-size: 0;
	content: "";
	margin: 0 0 6px 0;
	padding: 0;
}
.category-item-image img {
	width: 100%;
	height: auto;
}

.category-item-image-link {}
.category-item-text {
	position: relative;
	margin-bottom: 30px;
}
.category-item-text .text-container {
	padding: 0px;
}

.category-item-text h2 {
	margin: 0 10px;
	padding: 0;
	font-size: 2.7rem;
	text-align: center;
}
.category-item-text p {
	margin: 0 10px;
	padding: 0;
	text-align: justify;
}
.category-item-text p.category-item-text-nav {
	padding: 0;
}

.category-item-text-nav a {
	text-decoration: none;
}
a.category-item-text-link {
}
.category-description {
	margin-bottom: 40px;
	max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
	.category-item-text h2 {
		font-size: 3.2rem;
	}
}
@media (min-width: 768px) {
	.category-item-image {
		margin: 0;
	}
	.category-car-showrooms .text-container,
	.category-fashion-retail .text-container,
	.category-health-fitness .text-container,
	.category-pubs-bars-resturants .text-container {
		position: absolute;
		margin: 0;
		padding: 0;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  text-align: center;
	  width: 86%;
	}
	.category-description {
		margin-bottom: 60px;
	}
	.category-item-text {
		margin-bottom: 0;
	}
	.category-item-text .text-container {
		padding: 0px 20px 0px 20px;
	}
	.category-item-text h2 {
		text-align: left;
		font-size:2.9rem;
	}
}
@media (min-width: 992px) {
	.category-description {
		margin-bottom: 80px;
	}
	.category-item-text .text-container {
		padding: 25px 20px 0px 20px;
	}
	.category-item-text h2 {
		font-size:3.8rem;
	}
}
@media (min-width: 1200px) {
	.category-item-text .text-container {
		padding: 40px 30px 0px 30px;
	}
	.category-item-text h2 {
		font-size:4.2rem;
	}
}


/* Catagory: news/blog */







/* Products Posts */
.icon-download {
	display: block;
	float: right;
	margin: 0 0 20px 25px;
}
.product-image {
	position: relative;
	z-index: 1;
}
.product-image-caption {
	display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 4.5%;
  left: 3.5%;
  width: auto;
  max-width: 90%;
  z-index: 999;
}
.product-footer-image {
	padding-top: 20px;
	padding-bottom: 30px;
}
.product-footer-image img {
	width: 100%;
	height: auto;
}





.product-columns {
	margin: 0 0 60px 0;
}
.product-desc {}
.product-specs {}
.product-desc h2 {
	margin-bottom: 0.3rem;
}
.product-specs h3 {
	margin-top: 3.5rem;
	margin-bottom: 0.7rem;
}
.product-specs table {
	line-height: 1.15em;
}
.product-specs td {
	padding: 0 10px 8px 0;
	vertical-align: top;
}
@media (min-width: 768px) {
	.product-specs h3 {
		font-size: 1.0em;
	}
	.product-specs table {
		font-size: 0.84em;
		line-height: 1.15em;
	}

}



/* forms */




/* footer */
#grid-footer,
#footer-column-1 {}
#footer-column-2 {}
#footer-column-3 {}
#footer-column-3 a {
	font-size: 0.90em;
	line-height: 1.1em;
	text-decoration: none;
}
#footer-credits {
	font-size: 0.9em;
	line-height: 1.1em;
}

.footer-logo {}

#grid-footer p,
#grid-footer h3,
#grid-footer td,
#grid-footer th {
	margin: 0;
	padding: 0;
}
#grid-footer table {
	width: auto;
	margin: 0 auto;
}
#grid-footer td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}


@media (min-width: 600px) {
	#grid-footer table {

		float: right;
		padding-right: 0px;
	}
	#grid-footer table td {
		text-align: right;
		padding-right: 0px;
	}

}







/*
 *  -----  BX SLIDER CORE -----
 *
 */

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
.bxslider-block {
	margin: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);

}
/** THEME
===================================*/
.bx-wrapper {
  width: 100%;
  height: 100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #eee;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('img/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	/*
  background-position: 0 0;*/
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('img/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {}



.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	  filter: brightness(1.3);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  filter: brightness(1.8);
  transform: scale(1.1);
}



.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('img/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	margin: 0;
	bottom: 0;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 85%;
}




/* Box shadow fx */
.bxslider-block,
.grid-item-image-wrapper,
.hero-header,
.bx-pager-link,
.floating-block {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
}

.bx-caption,
.hero-header h1 {
	-webkit-box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.40);
	box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.40);
}

#digital-signage .grid-item {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.rounded-corners {
	border-radius: 20px;
}

/* hide recaptcha */
.grecaptcha-badge {
	visibility: hidden;
}
