/*
===============================================================================================================
Theme Name:     John Guest Speedfit 2014
Theme URI:		http://www.johnguest.com/speedfit
Description: 	New build and refresh for the 2014 version of the multilingual John Guest Speedfit micro-site.
Author:         Rooster Creative Marketing
Author URI:     http://www.roostercreativemarketing.com
===============================================================================================================
*/

/*
======
Fonts
======
*/

@import url("//hello.myfonts.net/count/2b4b57");

/* Eurostile condensed */
@font-face {
	font-family: 'EurostileLTStd-Cn';
		src: url('../fonts/2B4B57_1_0.eot');
		src: url('../fonts/2B4B57_1_0.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/2B4B57_1_0.woff') format('woff'),
			 url('../fonts/2B4B57_1_0.ttf') format('truetype');
}

/* Eurostile bold */
@font-face {
	font-family: 'EurostileLTStd-Bold';
		src: url('../fonts/2B4B57_0_0.eot');
		src: url('../fonts/2B4B57_0_0.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/2B4B57_0_0.woff') format('woff'),
			 url('../fonts/2B4B57_0_0.ttf') format('truetype');
}

/* Open sans semi-bold */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

/*
==============
Simple resets
==============
*/

/* Remove all browser-default styles (margin, padding etc.) */
* {
	font: 400 1em/1 'EurostileLTStd-Cn', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	list-style: none inside;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		    box-sizing: border-box; /* Ensures elements don't expand their specified width with padding, borders etc. */
}

/* HTML5 reset for older browsers */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
video {
	display: block;
}

/* Maintain aspect ratio of images in responsive layouts */
img {
	max-width: 100%;
	height: auto;
}

/* Change colour of text/background in highlighted text */
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background-color: #00aeef;
}

::selection {
    color: #fff;
    text-shadow: none;
    background-color: #00aeef;
}

/*
================
Global elements
================
*/

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

body {
	background-color: #fff;
}

h1 {
	font: bold 2.2em/1 'EurostileLTStd-Cn';
	color: #000;
	text-align: center;
}

h2 {
	font-size: 1.65em;
	color: #00aeef;
	margin: 34px 0 10px;
}

a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

a:hover {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

ol {
    padding-left: 18px;
}

ol li {
	list-style: decimal outside;
	line-height: 1.3;
    margin-bottom: 10px;
}

ol li:last-of-type {
    margin-bottom: 0px;
}

.back-to-top {
	position: fixed;
	left: 0;
	top: 50%;
	width: 66px;
	height: 59px;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 26px;
	background: #00aeef url(../images/top-arrow.png) no-repeat center 12px;
	z-index: 9999;
}

.back-to-top:hover {
	background-color: #089ad1;
}

.mask {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 9997;
	background-color: #000;
}

.pop-up {
	position: fixed;
	width: 899px;
	height: 530px;
	display: none;
	z-index: 9998;
	border: 2px solid #00aeef;
	background-color: #fff;
}

.pop-up iframe {
	display: block;
	margin: 25px auto;
}

.pop-up .close-button {
	position: absolute;
	top: -17px;
	right: -17px;
	z-index: 9999;
	cursor: pointer;
}

/*
=============
Contact form
=============
*/

.contact-us {
	height: 580px;
}

.wpcf7-form {
	margin: 30px 0;
}

.wpcf7-form p {
	display: inline;
}

.wpcf7-form label {
	width: 11%;
	font-size: 1.1em;
	color: #00aeef;
	display: inline-block;
	margin-bottom: 32px;
}

.wpcf7-form input {
	width: 249px;
	height: 26px;
	color: #353535;
	margin-right: 12px;
	padding-left: 4px;
	border: 1px solid #999;
}

.wpcf7-form textarea {
	width: 625px;
	height: 100px;
	padding: 3px 4px;
	border: 1px solid #999;
}

.wpcf7-form input.wpcf7-submit,
.wpcf7-form input.reset {
	width: 119px;
	height: 27px;
	color: #fff;
	cursor: pointer;
	float: right;
	padding: 0;
	margin-right: 19px;
	border: 0;
	background-color: #00aeef;
}

.wpcf7-form input.reset {
	background-color: #464646;
}

/* Google Map */
.page-template-templatescontact-page-php .main-wrapper.full {
	position: relative;
}

.map {
	width: 100%;
	height: 400px;
}

.map img {
	max-width: none !important;
}

.map-address {
	position: absolute;
	width: 264px;
	height: 100%;
	z-index: 9997;
	margin-left: 11.1%;
	padding: 22px 22px 0;
	background: url(../images/map-overlay-bg.png) repeat;
}

.map-address img.contact-flag {
	display: none !important;
}

/*
===================
Layout & structure
===================
*/
/*
============
Header area
============
*/

header {
	width: 100%;
	height: 650px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #000000;
}

header.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
}

div.inner-header {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.inner-header {
	width: 1200px;
	min-height: 650px;
	height: 100%;
	margin: 0 auto;
	padding-top: 35px;
}

/*.inner-header h2{
	font: bold 2.2em/1 'EurostileLTStd-Cn';
    color: #000;
    text-align: center;
    font-size:2.2em;
}*/

div.inner-header h1 {
	color: #ffffff;
	font-size: 2.6em;
	line-height: 1.1em;
	padding: 0 20px;
}

div.inner-header div.banner-text {
	max-width: 600px;
  	text-align: left;
  	color: #ffffff;
}

div.inner-header div.banner-text h1,
div.inner-header div.banner-text h2 {
	padding: 0;
	text-align: left;
	font-family: 'Antenna-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 2.6em;
    line-height: 1.1em;
    color: #ffffff;
}

div.inner-header div.banner-text span {
	font-family: 'Antenna-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

div.inner-header div.banner-text p {
  	color: #ffffff;
	line-height: 1.3em;
	margin-top: 10px;
	font-family: 'Antenna-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

div.inner-header div.banner-text p:first-of-type {
    margin-top: 20px;
}

/* Small logos */
.inner-header .small-logo {
	float: left;
	margin: 0 30px 0 0;
	max-width: 150px;
}

.inner-header .small-logo a {
	display: block;
}

/* Main menu */
.inner-header .mobile-nav-button {
	width: 37px;
	height: 26px;
	cursor: pointer;
	display: none;
	float: left;
	margin: 6px 0 0 18px;
	background: url(../images/mobile-nav-bg.svg) no-repeat left top;
}

.inner-header nav {
	width: auto;
	float: left;
	background: rgb(248,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,247,247,1) 0%, rgba(236,235,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(248,247,247,1) 0%,rgba(236,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(248,247,247,1) 0%,rgba(236,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f7', endColorstr='#ecebeb',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.inner-header nav ul li {
	font-size: 0.9em;
	text-align: center;
	display: inline;
	float: left;
	border-right: 1px solid #bdbcbc;
}

.inner-header nav ul li:last-child {
	border: 0;
}

.inner-header nav ul li.menu-item-has-children {
	position: relative;
}

.inner-header nav ul li.menu-item-16,
.inner-header nav ul li.menu-item-18 {
	width: 198px;
	border-right: 1px solid #c6c6c6;
}

.inner-header nav ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 13px 30px 14px;
}

.inner-header nav ul li a:hover,
.inner-header nav ul li.current-menu-item a,
.inner-header nav ul li.current-menu-parent a,
.inner-header nav ul li.current-page-ancestor a {
	color: #fff;
	background-color: #464646;
}

.inner-header nav ul li:first-child a:hover,
.inner-header nav ul li.current-menu-item:first-child a,
.inner-header nav ul li.current-menu-parent:first-child a,
.inner-header nav ul li.current-page-ancestor:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.inner-header nav ul li:last-child a:hover,
.inner-header nav ul li.current-menu-item:last-child a,
.inner-header nav ul li.current-menu-parent:last-child a,
.inner-header nav ul li.current-page-ancestor:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

/* Main menu drop-downs */
.inner-header nav ul li ul {
	position: absolute;
	top: 41px;
	width: 215px;
	display: none;
	z-index: 9998;
	padding: 14px 17px;
	/*border: 3px solid #464646;*/
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	     -o-border-radius: 0 0 4px 4px;
	    -ms-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
	background-color: rgba(255, 255, 255, 0.8);
}

.inner-header nav ul li ul li:last-child a {
	padding-bottom: 0;
}

.inner-header nav ul li ul li:last-child a:hover {
	padding-bottom: 0;
}

.inner-header nav ul li.menu-item-14 ul {
	width: 361px;
}

.inner-header nav ul li ul li {
	font-size: 1em;
	text-align: left;
	display: block;
	float: none;
	border: 0;
}

.inner-header nav ul li ul li.right,
.inner-header nav ul li ul li.right + li {
	width: 130px;
	float: right;
	padding-left: 17px;
	border-left: 1px solid #c6c6c6;
}

.inner-header nav ul li ul li.right + li {
	clear: right;
}

.inner-header nav ul li ul li a {
	padding: 0 0 8px;
}

.inner-header nav ul li.current-menu-item ul li a,
.inner-header ul li.current-menu-parent ul li a,
.inner-header nav ul li.current-page-ancestor ul li a {
	color: #000;
	padding: 0 0 8px;
	background: none;
}

.inner-header nav ul li ul li a:hover,
.inner-header nav ul li ul li.current-menu-item a,
.inner-header nav ul li ul li.current-page-ancestor a {
	color: #ed1b2e;
	padding: 0 0 8px;
	background: none;
}

/* Mobile menu */
.inner-header nav.mobile-nav {
	width: 100%;
	height: auto;
	display: none;
	border-radius: 0px;
	background: none;
	position: absolute;
	top: 75px;
}
	
.inner-header nav.mobile-nav ul li {
	position: relative;
	width: 100%;
	font-family: 'Open Sans';
	font-size: 0.95em;
	text-align: left;
	text-transform: uppercase;
	display: block;
	float: none;
	border-bottom: 2px solid #fff;
	background-color: #00aeef;
}

.inner-header nav.mobile-nav ul li:nth-child(2) ul li:nth-child(1),
.inner-header nav.mobile-nav ul li:nth-child(2) ul li:nth-child(3) {
	display: none;
}

.inner-header nav.mobile-nav ul li ul li.right + li {
	width: 100%;
	float: none;
	clear: none;
	padding-left: 16px;
	border-left: 0;
}

/*.inner-header nav.mobile-nav ul li.menu-item-has-children:after*/
.inner-header nav.mobile-nav ul li span.mobile-expand {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 100%;
	font-size: 2.7em;
	line-height: 1.15em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	z-index: 2;
	background-color: #0291c6;
}
	
.inner-header nav.mobile-nav ul li a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	padding: 17px 19px;
}
	
.inner-header nav.mobile-nav ul li a:hover {
	padding: 17px 19px;
	background-color: transparent;
}
	
.inner-header nav.mobile-nav ul li.current-menu-item a:hover {
	background-color: #464646;
}

.inner-header nav.mobile-nav ul li ul {
	position: static;
	width: 100%;
	padding: 0;
	border-radius: 0px;
	background-color: #00aeef;
}

.inner-header nav.mobile-nav ul li ul li {
	font-size: 0.8em;
	padding-left: 16px;
	background-color: #0291c6;
}

.inner-header nav.mobile-nav ul li ul li:last-child {
	border: 0;
}

.inner-header nav.mobile-nav ul li ul li a:hover {
	color: #fff;
	background-color: #0291c6 !important;
}

.inner-header nav.mobile-nav ul li.current-menu-item ul li a,
.inner-header nav.mobile-nav ul li.current-menu-parent ul li a,
.inner-header nav.mobile-nav ul li.current-page-ancestor ul li a {
	color: #fff;
	padding: 17px 19px;
}

.inner-header nav.mobile-nav ul li.current-menu-item a:hover,
.inner-header nav.mobile-nav ul li.current-menu-parent a:hover,
.inner-header nav.mobile-nav ul li.current-page-ancestor a:hover {
	background-color: #464646;
}

.inner-header nav.mobile-nav ul li.current-menu-item ul li a:hover,
.inner-header nav.mobile-nav ul li ul li.current-menu-item a:hover {
	background-color: #0291c6;
}

/* Language picker */
.language {
	position: absolute;
	right: 35px;
	top: 38px;
	width: 52px;
	height: 34px;
	cursor: pointer;
	float: left;
	margin: 0;
	z-index: 9999;
}

.language.region {
	margin-left: 12px;
}

.language .arrow {
	cursor: pointer;
	margin-left: 6px;
}

.language .flag.active {
	cursor: pointer;
}

.language .drop-down {
	margin-top: 20px;
	float: right;
	width: 160px;
	display: none;
	padding: 20px;
	/*padding: 0 17px 14px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.8);
}

.language .drop-down ul li {
	margin-bottom: 20px;
}

.language .drop-down ul li a {
	position: relative;
	/*height: 34px;*/
	color: #353535;
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.language .drop-down ul li a:hover p {
	color: #00aeef;
}

.language .drop-down ul li img {
	float: left;
	margin-right: 10px;
}

.language .drop-down ul li p {
	font-size: 0.9em;
}

div.inner-page-menu {
	display: block;
	margin: 0 auto;
	width: 100%;
}

div.inner-page-menu nav.sub-nav {
	padding: 40px 0;
}

div.inner-page-menu nav.sub-nav ul {
	text-align: center;
}

div.inner-page-menu nav.sub-nav ul li {
	display: inline;
	font-size: 1.2em;
    margin-right: 25px;
}

div.inner-page-menu nav.sub-nav ul li a {
	text-decoration: none;
	color: #353535;
}

div.inner-page-menu nav.sub-nav ul li.current-menu-item a,
div.inner-page-menu nav.sub-nav ul li a:hover {
	color: #00aeef;
}

/* Main logo */
a.main-logo {
	width: 468px;
	display: block;
	margin: 40px auto 0;
}

a.main-logo img {
	display:block;
	margin:auto;
}

/* Search form */
.search-form {
	margin-left: 30px;
	/*width: 300px;
	margin: 25px auto 35px;*/
}

.search-form.banner-search {
	display: none;
}

.search-form a.mobile-search img {
	display: none;
	margin-top: 4px;
	max-width: 35px;
}

.search-form input {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
	width: 150px;
	float: left;
	font-size: 0.9em;
	padding: 12px 45px 12px 15px;
	margin-left: 15px;
	line-height: 1.2em;
	text-overflow: ellipsis;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/search-icon.svg);
	background-size: 15%;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
}

.search-form input::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
}

.search-form input:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}

.search-form input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}

a.speedfit-link {
    display: -webkit-flex;
	display: flex;
    width: 100%;
    max-width: 150px;
    align-self: center;
}

a.speedfit-link img.speedfit-logo {
	width: 100%;
	max-width: 150px;
	padding-bottom: 35px;
	margin: 0 auto;
}

.safari a.speedfit-link img.speedfit-logo {
	height: 80px;
}

/* Main sub-menus */
.inner-header nav.sub-nav {
	width: auto;
	height: auto;
	display: table;
	float: none;     
	margin: 36px auto 0;
	background: none;
}

.single .inner-header nav.sub-nav,
.category nav.sub-nav,
.page-template-news-page .inner-header nav.sub-nav{
	display: none;
}

.inner-header nav.sub-nav ul li {
	font-size: 1.2em;
	text-align: left;
	margin-right: 25px;
	border: 0;
}

.inner-header nav.sub-nav ul li:first-child {
	width: auto;
	text-indent: 0px;
	background: none;
}

.inner-header nav.sub-nav ul li a {
	color: #353535;
	display: inline;
	padding: 0;
	background-color:transparent;
}

.inner-header nav.sub-nav ul li a:hover,
.inner-header nav.sub-nav ul li.current-menu-item a,
.inner-header nav.sub-nav ul li.current-page-ancestor a {
	color: #ed1b2e;
	background-color: transparent;
	padding: 0;
}

p.mobile-current-page {
	font-size: 1.1em;
	color: #00aeef;
	display: none;
	cursor: default;
	margin-bottom: 30px;
}

/*
=============
Main content
=============
*/

/* Main wrapper styles */
.main-wrapper {
	width: 1010px;
    margin: 0 auto;
    margin-top: 50px;
	background-color: #fff;
}

.home .main-wrapper {
	background-color: transparent;
}

.main-wrapper.full {
	width: 100%;
	margin: 0;
}

.main-wrapper.competition {
	width: 960px;
}

.main-wrapper p {
	font-size: 0.95em;
	line-height: 20px;
	color: #353535;
	margin-bottom: 20px;
}

.main-wrapper p a {
	color: #00aeef;
	text-decoration: none;
}

.main-wrapper p a:hover {
	text-decoration: underline;
}

.main-wrapper ul {
	margin-top: 5px;
	display: block;
}

.main-wrapper ul li {
	font-size: 0.95em;
	line-height: 20px;
	color: #353535;
	list-style: none outside;
	margin-bottom: 10px;
	padding-left: 13px;
	background: url(../images/list-marker.png) no-repeat left 7px;
}

.main-wrapper img.loading {
	display: block;
	margin: 30px auto;
}

/*
==================
Home page banners
==================
*/

.home-banners {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 670px;
	z-index: -1;
}

/*
======================
Home page thumb boxes
======================
*/

.home-thumb-box {
	width: 250px;
	text-align: center;
	float: left;
	margin: 50px 3px 0 0;
}

.home-thumb-box:nth-of-type(4) {
	margin-right: 0;
}

.home-thumb-box p {
	font-size: 1.1em;
	margin-bottom: 10px;
}

/*
===========================================
Product/category listings - Product boxes
===========================================
*/

.product-box {
	position: relative;
	width: 200px;
	height: 177px;
	text-align: center;
	float: left;
	margin: 23px 68px 23px 0;
}

.product-box:nth-of-type(4n+4) {
	margin-right: 0;
}

.tax-product_category .product-box:nth-of-type(4n+4) {
	margin-right: 0;
}

.page-id-5 .product-box:nth-of-type(4n+4) {
	margin-right: 0;
}

.product-box .rollover {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	color: #fff;
	z-index: 2;
	overflow: scroll;
	opacity: 0;
	background-color: #00aeef;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.product-box:hover .rollover {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
	opacity: 1;
}

.product-box .rollover p {
	font-size: 0.95em;
	color: #fff;
	text-align: center;
	margin: 12px 0 12px 12px;
}

.product-box .rollover table {
	font-size: 0.9em;
	color: #fff;
	text-align: left;
	margin-top: 12px;
}

.product-box .rollover table th {
	font-weight: bold;
	padding: 0 6px 6px;
}

.product-box .rollover table td {
	padding: 0 6px 4px;
}

.product-box a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}

.product-box p {
	font-size: 1.05em;
	margin-top: 10px;
}

.product-box h2 {
	font-size: 1.05em;
	margin-top: 10px;
	color:#000;
}

/*
========================
Individual Product page
========================
*/

.product-main {
	width: 45%;
	padding-top: 22px;
}

h1.product-name {
	text-align: left;
	color: #353535;
}

.product-main table {
	font-size: 0.95em;
	color: #353535;
	margin: 26px 0;
}

.product-main table th {
	color: #00aeef;
	text-align: left;
	padding-bottom: 8px;
}

.product-main table td {
	padding: 0 80px 6px 0;
}

/* Further info (technical spec., accreditations etc.) */
.further-info {
	margin-top: 70px;
}

.further-info img.open-close {
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

.further-info span.open-close {
	font-size: 2.5em;
	color: #00aeef;
	cursor: pointer;
}

.further-info h2 {
	cursor: pointer;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 18px;
}

.further-info .full-text {
	display: none;
}

.further-info .full-text div {
	width: 46%;
	float: left;
	margin: 20px 40px 15px 0;
}

.further-info .full-text div:nth-of-type(2n+2) {
	margin-right: 0;
}

.further-info .full-text div img {
	float: left;
	margin: 20px 20px 30px 0;
}

.further-info .full-text div.clear {
	width: auto;
	float: none;
	clear: both;
	margin: 0;
}

.further-info table {
	width: 640px !important;
	margin: 8px 0 24px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.further-info table tr {
	border-bottom: 1px solid #00aeef;
}

.further-info table tr:last-child {
	border: 0;
}

.further-info table th {
	color: #fff;
	text-align: left;
	padding: 6px 18px;
	background-color: #00aeef;
}

.further-info table td {
	color: #00aeef;
	padding: 10px 18px;
}

/* Sidebar (image/videos etc.) */
aside.product-sidebar {
	width: 50%;
	height: 600px;
	float: right;
	padding-top: 22px;
}

aside.product-sidebar .product-video {
	text-align: center;
	float: left;
	margin-top: 38px;
}

aside.product-sidebar .product-video:first-of-type {
	margin-right: 10px;
}

/*
==============
Sub-page rows
==============
*/

.sub-page-row {
	width: 100%;
	height: 297px;
	margin-bottom: 6px;
		opacity: 0.65;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.sub-page-row:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.large-banner-section .sub-page-row{
	padding:0 0 0 100px;
}

.large-banner-section{
	margin-top:30px!important;
}

.summary {
	width: 264px;
	height: 100%;
	margin-left: 11.5%;
	padding: 40px 8px 0 22px;
	background: url(../images/summary-bg.png) repeat;
}

.large-banner-section .summary{
	width:100%;
	max-width:50%;
	margin-left:0;
}

.summary h2 {
	font-size: 1.9em;
	color: #353535;
	margin: 0 0 10px;
}

.summary h2 a {
	color: #00aeef;
	text-decoration: none;
}

.summary h2 a:hover {
	text-decoration: underline;
}

.summary p {
	font-size: 1em;
	line-height: 22px;
	margin-bottom: 10px;
	padding-right: 22px;
}

.summary img {
	margin-top: 10px;
}

/* Sliding banners */
.sub-page-row-inner {
	width: 1010px;
	height: 100%;
	margin: 0 auto;
}

.sliders {
	position: relative;
	width: 629px;
	height: 100%;
	float: right;
}

.sliders ul {
	margin: 0;
}

.sliders ul li,
.text-slides ul li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: none;
}

.sliders ul.custom-arrows {
	position: absolute;
	top: 132px;
	width: 100%;
	z-index: 9996;
}

.sliders ul.custom-arrows li {
	position: static;
	width: 35px;
	height: 34px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0;
}

.sliders ul.custom-arrows li.slider-prev {
	float: left;
	margin-left: 12px;
	background: url(../images/slider-left.png) no-repeat;
}

.sliders ul.custom-arrows li.slider-next {
	float: right;
	margin-right: 12px;
	background: url(../images/slider-right.png) no-repeat;
}

.flex-direction-nav {
	display: none !important;
}

/*
=====================
Innovation & quality
=====================
*/

.award {
	position: relative;
	width: 191px;
	height: 147px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 26px 60px 50px 0;
}

.award:nth-of-type(4n+4) {
	margin-right: 0;
}

.award .rollover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 2;
	padding: 0 20px;
	opacity: 0;
	background-color: #00aeef;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.award:hover .rollover {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.award .rollover p {
	color: #fff;
}

/*
====================
Technical downloads
====================
*/

.right-block {
	width: 755px;
	float: right;
}

.download {
	width: 245px;
	height: 245px;
	float: left;
	margin: 0 10px 10px 0;
}

.download:nth-of-type(3n+3) {
	margin-right: 0;
}

.download a {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
}

.download a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	text-align: center;
	padding-top: 42px;
	opacity: 0;
	background-color: #000;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.download a:hover:after {
	content: url(../images/download-icon.png);
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.download .download-info {
	height: 91px;
	padding: 5px 15px;
	background-color: #00aeef;
}

.download .download-info p {
	font-size: 1.05em;
	line-height: 21px;
	color: #fff;
}

/* Videos */
.tech-video {
	width: 245px;
	height: 195px;
	float: left;
	margin-right: 10px;
}

.tech-video:nth-child(3n+1) {
	margin: 0;
}

.tech-video p {
	text-align: center;
	margin-top: 10px;
}

/* Downloads sidebar */
aside.left-sidebar {
	width: 255px;
	float: left;
}

aside.left-sidebar h2 {
	margin-top: 0;
}

.left-sidebar select {
	width: 213px;
	height: 26px;
	color: #353535;
	margin-top: 7px;
	padding-left: 4px;
	border: 1px solid #999;
}

.left-sidebar .address {
	width: 213px;
	margin: auto;
    margin-top: 20px;
}

.left-sidebar .address img.contact-flag {
	margin-bottom: 11px;
}

.left-sidebar .address strong {
	font-weight: bold;
}

aside.left-sidebar ul li {
	padding: 0;
	background: none;
}

aside.left-sidebar ul li a {
	color: #353535;
	text-decoration: none;
}

aside.left-sidebar ul li.active a,
aside.left-sidebar ul li a:hover {
	color: #00aeef;
}

/*
=============
Contact form
=============
*/

.wpcf7-form {
	margin: 30px 0;
}

.wpcf7-form p {
	display: inline;
}

.wpcf7-form label {
	width: 11%;
	font-size: 1.1em;
	color: #00aeef;
	display: inline-block;
	margin-bottom: 32px;
}

.wpcf7-form input {
	width: 249px;
	height: 26px;
	color: #353535;
	margin-right: 12px;
	padding-left: 4px;
	border: 1px solid #999;
}

.wpcf7-form textarea {
	width: 625px;
	height: 100px;
	padding: 3px 4px;
	border: 1px solid #999;
}

.wpcf7-form input.wpcf7-submit,
.wpcf7-form input.reset {
	width: 119px;
	height: 27px;
	color: #fff;
	cursor: pointer;
	float: right;
	padding: 0;
	margin-right: 19px;
	border: 0;
	background-color: #00aeef;
}

.wpcf7-form input.reset {
	background-color: #464646;
}

/*
====================
Competition page(s)
====================
*/

.competition-images {
	width: 411px;
	/*height: 500px;*/
}

.competition-images .top-text {
	width: 100%;
	height: 406px;
	display: table;
	border: 1px solid #d1d1d1;
}

.competition-images .top-text div {
	display: table-cell;
	vertical-align: middle;
}

.competition-images .top-text h1 {
	font: bold 5.3em/1 'EurostileLTStd-Bold';
	margin: 0;
}

.competition-images .top-text h2 {
	font: bold 2.1em/1 'EurostileLTStd-Bold';
	margin: 4px 0 24px 0;
}

.competition-images .top-text h1 span,
.competition-images .top-text h2 span {
	font-weight: bolder;
}

.competition-images .top-text p {
	font-size: 1.65em;
	line-height: 33px;
	color: #000;
}

.competition-images .top-text strong {
	font-weight: bold;
}

.competition-images .comp-videos .product-video {
	height: 147px;
	float: left;
	margin: 11px 15px 0 0;
	border: 1px solid #d1d1d1;
}

.competition-images .comp-videos .product-video:nth-of-type(2n+2) {
	margin-right: 0;
}

.competition-images .comp-videos .product-video a {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
}

.competition-images .comp-videos .product-video a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: #000;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.competition-images .comp-videos .product-video a:hover:after {
	content: url(../images/play-icon.png);
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

/* Form */
.competition-form {
	width: 502px;
	float: right;
}

.competition-form .wpcf7-form p {
	display: block;
	margin-bottom: 0;
}

.competition-form .wpcf7-form label {
	width: 24%;
	margin-bottom: 29px;
}

.competition-form .wpcf7-form input,
.competition-form .wpcf7-form textarea {
	width: 368px;
}

.competition-form .wpcf7-form select {
	width: 170px;
	height: 26px;
	border: 1px solid #999;
}

.competition-form .wpcf7-form input.reset,
.competition-form .wpcf7-form input.wpcf7-submit {
	width: 119px;
}

.competition-form span.wpcf7-not-valid-tip {
	margin: -18px 0 18px 120px;
}

/*
===============================
Kawasaki pictures upload page
===============================
*/

/* Form */
.kawasaki form.wpcf7-form {
	max-width: 780px;
	margin: 50px auto;
}

.kawasaki form.wpcf7-form label {
	width: 16%;
}

.safari .kawasaki form.wpcf7-form label.desc {
	float: left;
}

.kawasaki form.wpcf7-form input {
	width: 248px;
}

.kawasaki form.wpcf7-form input[type="file"] {
	border: 0;
}

.kawasaki form.wpcf7-form input.wpcf7-submit,
.kawasaki form.wpcf7-form input.reset {
	width: 119px;
}

.kawasaki form.wpcf7-form textarea {
	width: 637px;
	float: right;
	margin-right: 18px;
	margin-bottom: 20px;
}

.kawasaki form.wpcf7-form input.wpcf7-not-valid,
.kawasaki form.wpcf7-form textarea.wpcf7-not-valid {
	border-color: Red;
}

.kawasaki form.wpcf7-form .wpcf7-not-valid-tip,
.kawasaki form.wpcf7-form .wpcf7-validation-errors {
	display: none;
}

/* Images */
.kawasaki-pics {
	max-width: 960px;
	display: block;
	margin: 20px auto;
}

.kawasaki-pic {
	width: 300px;
	float: left;
	margin: 0 30px 30px 0;
}

.kawasaki-pic:nth-child(3n+3) {
	margin-right: 0;
}

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

.lb-data .lb-caption {
	font-size: 18px;
	display: inline-block !important;
	margin-bottom: 10px;
}

.lb-data .lb-caption p {
	margin-top: 4px;
}

/*
===============
Search results
===============
*/

.search-results article {
	width: 1010px;
	height: 297px;
	margin: 0 auto 6px;
	background-color: #ddd;
}

.search-results article img.pic {
	max-height: 100%;
	float: right;
}

.search-results .next {
	float: left;
	margin-top: 30px;
}

.search-results .previous {
	float: right;
	margin-top: 30px;
}

.search-results .next a,
.search-results .previous a {
	color: #00aeef;
	text-decoration: none;
}

.search-results .next a:hover,
.search-results .previous a:hover {
	text-decoration: underline;
}

/*
============
Footer area
============
*/

footer {
	width: 1010px;
	font-size: 0.9em;
	text-align: center;
	margin: 57px auto 28px;
	padding-top: 24px;
	border-top: 1px solid #ccc;
}

footer p {
	color: #888;
	line-height: 21px;
}

footer a {
	color: #888;
	text-decoration: none;
	display: inline-block;
}

footer a:hover {
	text-decoration: underline;
}

footer a img {
	display: inline-block;
	margin-right: 12px;
}

footer .textwidget {
	margin-bottom: 9px;
}

/*
============
HTML Sitemap
============
*/

.kwayy-html-sitemap-wrapper ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00aeef;
    list-style-position: inside;
    list-style-type: disc;
}

.kwayy-html-sitemap-wrapper ul li a {
    color: #00aeef;
    text-decoration: none;
}

.kwayy-html-sitemap-wrapper h2 {
    color: #000000;
    margin-bottom: 1em;
}

/*
========================
Breadcrumbs
========================
*/

.breadcrumb {
    margin-bottom: 2em;
}

.breadcrumb a {
    color: #00aeef;
    text-decoration: none;
}

.breadcrumb span {
    line-height: 1.6em;
}

/*
========================
Postcode Finder
========================
*/

#postcode_lookup #opc_input {
    display: inline;
    width: 60%;
    margin-right: 2%;
    color: #999999 !important;
    font-size: 0.95em;
    margin-left: -4px; 
}

#postcode_lookup button#opc_button {
    border: none;
    background-color: #ed1b2e;
    font-size: 0.95em;
    padding: 4px 25px;
    color: #ffffff;
}

#postcode_lookup select#opc_dropdown {
    border: 1px solid #999999;
    width: 100%;
    margin-bottom: 1em;
}

.wpcf7 .wpcf7-form.entry-from,
.wpcf7-form.trade-event-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.wpcf7 .wpcf7-form.entry-from,
.wpcf7-form.trade-event-form p {
	/*color: #00aeef;*/
	display: block;
	margin-bottom: 0px;
}

.wpcf7 .wpcf7-form.entry-from p#opc_error_message
.wpcf7-form.trade-event-form p#opc_error_message {
	color: #ed1b2e;
	margin-bottom: 1em;
}

.wpcf7 .wpcf7-form.entry-from span.wpcf7-not-valid-tip,
.wpcf7-form.trade-event-form span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7 .wpcf7-form.entry-from label,
.wpcf7-form.trade-event-form label {
	width: 100%;
	margin-bottom: 1em;
}

.wpcf7 .wpcf7-form.entry-from input,
.wpcf7-form.trade-event-form input {
	margin-bottom: 1em;
	width: 100%;
}

.wpcf7 .wpcf7-form.entry-from textarea {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;	
}

.wpcf7 .wpcf7-form.entry-from input.wpcf7-submit,
.wpcf7-form.trade-event-form input.wpcf7-submit {
    margin-right: 0;
}

.wpcf7 .wpcf7-form.entry-from input.wpcf7-submit,
.wpcf7-form.trade-event-form input.wpcf7-submit, 
.wpcf7-form input.reset {
    width: 119px;
}

.wpcf7 .wpcf7-form.entry-from div.wpcf7-response-output,
.wpcf7-form.trade-event-form div.wpcf7-response-output {
    margin: 45px 0 0;
}

.wpcf7-form.trade-event-form .event select{
	 width: 100%;
    background-color: #fff;
    border: none;
    webkit-appearance: none;
    -webkit-border-radius: 0px; 
    color:#00aeef;
}

.wpcf7-form.trade-event-form .event-wrap{
	border:1px solid #999;
	margin-bottom: 25px;
	padding:2px 0px;
}

/*Contact form UK*/
.wpcf7-form.contact-form-uk select{
	width:235px;
    -webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
   	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color:#00aeef;
    margin-right: 0;
    padding-left: 0;
    margin-right: 12px;
    padding-left: 4px;
    border: 1px solid #999;
    height: 30px;
    background-color: transparent;
}

.wpcf7-form.contact-form-uk input{
	height:30px;
}

.wpcf7-form.contact-form-uk #postcode_lookup{
	display:inline;
}

.wpcf7-form.contact-form-uk.invalid .wpcf7-not-valid{
	border:1px solid red;
}

.wpcf7-form.contact-form-uk input{
	width:235px;
}

.wpcf7-form.contact-form-uk #postcode_lookup select#opc_dropdown {
    max-width: 598px;
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
}

.wpcf7-form.contact-form-uk #postcode_lookup #opc_input {
    width: 235px;
}

.wpcf7-form.contact-form-uk #postcode_lookup button#opc_button {
    padding: 7px 25px;
}

#wpcf7-f14719-p2022-o1{
	display:block;
}

#wpcf7-f2027-p2022-o2{
	display:none;
}

.wpcf7-form.contact-form-uk span.wpcf7-not-valid-tip, .wpcf7-form.contact-form span.wpcf7-not-valid-tip{
	display:none!important;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.page-template-templates .contact-us{
	height:auto!important;
}

.wpcf7-form.contact-form-uk .reset, .wpcf7-form.contact-form-uk .wpcf7-submit{
	border:none!important;
}


/* GDPR */

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}


.page-template-templates .contact-us {
	float: right;
	width: calc(100% - 255px);
}

.checkbox.gdpr-terms {
	display: inline-block;
	padding: 0 0 10px 0;
}

.checkbox.gdpr-terms label {
	font-size: 16px;
	color: #353535;
	width: 100%;
	line-height: 18px;
}

.checkbox.gdpr-terms label a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #00aeef;
}

.checkbox.gdpr-terms label a:hover {
	text-decoration: underline;
}

.checkbox.gdpr-terms input[type="checkbox"] {
	margin: 0 8px 5px 0;
	position: relative;
	width: 14px;
	height: 14px;
	top: 2px;
	cursor: pointer;
	display: inline;
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

.checkbox.gdpr-terms .wpcf7-list-item {
	margin: 0;
}

.checkbox.gdpr-terms .wpcf7-list-item-label {
	display: inline;
}

div.wpcf7 .ajax-loader {
	float: right;
}

/* Email Signup - Popup */

div.email-signup-popup {
	visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 600px;
    background-color: #223A45;
    padding: 40px;
    z-index: 9999;
    text-align: left;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

div.email-signup-popup.active {
    visibility: visible;
    opacity: 1;
}

div.email-signup-popup p {
    color: #ffffff;
}

div.email-signup-popup h3 {
	font-size: 18px;
	margin-bottom: 1em;
}

div.email-signup-popup a {
	color: #00aeef;
	text-decoration: none;
}

/*div.email-signup-popup .mktoForm .mktoFormRow:nth-of-type(5n) .mktoFormCol {
    width: 400px !important;
}*/

div.email-signup-popup span.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}

/*
===================================
SITEMAP
===================================
*/

.sitemap-title {
    font-size: 2em;
    color: #00aeef;
    margin: 34px 0 10px;
}

ul.kwayy-html-sitemap-post-list {
	margin-bottom: 65px;
}

/*
===================================
News Page
===================================
*/


/*
===================================
Single Page
===================================
*/

.single-post .single-content img{
	margin:20px 0;
}  

.single-post h2{
	margin-top:0;
}

.single-post .single-sidebar h3{
	font-size:22px;
	margin:0 0 5px 0;
	color:#00aeef;
}

.single-post .single-sidebar .category-sidebar{
	padding:0;
	margin:30px 0 0 0;
}

.single-post .single-sidebar .category-sidebar li{
	margin:0 0 20px 0;
	font-size:20px;
	color:#00aeef;
}

.single-post .single-sidebar .category-sidebar li ul li{
	margin:0 0 7px 0;
	font-size:16px;
}

.single-post .single-sidebar .category-sidebar li ul{
	margin:15px 0 0 0;
}

.single-post p{
	line-height:1.3;
	margin:0 0 10px 0;
}

.single-post li a, .single-post a{
	color:#00aeef;
	text-decoration: none;
}

.single-post .single-sidebar a {
	cursor:pointer;
	display:inline-block;
	color:#000;
}

.single-post .single-sidebar a:hover {
	color:#00aeef;
}

.single-post .single-sidebar .social-sharing img{
	width:37px;
	height:auto;
	margin:0 10px 0 0;
}

.single-post .grid-8{
	width:64%;
	margin: 0 4% 0 0;
}

.single-post .single-content ul {
	margin-top: 5px;
	display: block;
}

.single-post .single-content ul li {
	font-size: 0.95em;
	line-height: 20px;
	color: #353535;
	list-style: none outside;
	margin-bottom: 10px;
	padding-left: 13px;
	background: url(../images/list-marker.png) no-repeat left 7px;
}

/*.single-post .inner-header nav.sub-nav, .page-template-news-page .inner-header nav.sub-nav, .category .inner-header nav.sub-nav{
	display:none;
}*/

.single-post .site-content{
	padding:40px 30px 0 30px;
}

.category .main-wrapper{
	padding:80px 30px 0 30px;
}

.news-content{
	padding-right:50px;
}

.news-content .news-post .image{
	width:100%;
	height:200px;
	background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

.news-content .news-post h2{
	margin-top:0;
}

.news-content .news-post h2  a {
	text-decoration: none;
	color:#00aeef;
}

.news-content .news-post .post-data span.date{
	display:block;
	margin-bottom: 10px;
}

.single-post .single-content .author{
	margin-top:30px;
}

.news-content .news-post{
	margin:0 0 50px 0;
}

.news-content .news-post .read-more{
	background-color: #000;
	color:#fff;
	padding: 10px 15px;
	float:right;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.single-post .single-content .direction-wrap{
	margin:40px 0 20px 0;
	text-align:center;
}

.news-post-content img.next {
    margin: 0;
    position: relative;
    top: 6px;
    width:15px;
}

.direction-wrap span{
	padding:0 10px;
}

.single-post .single-content .direction-wrap .post-btn{
	background-color:#00aeef;
	color:#fff;
	margin-right:10px;
	padding: 10px 5px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
	width:126px;
}


input.post-btn{
	background-color:#00aeef;
	color:#fff;
	margin-right:10px;
	padding:8px 15px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.single-post .single-content .direction-wrap .blog-btn{
	margin-right:6px;
	padding:10px;
}

.single-post .single-content .direction-wrap .post-btn:hover, input.post-btn:hover, .news-content .news-post .read-more:hover, .news-posts .wpcf7-submit:hover{
	color:#d0d0d0;
}

.news-posts .wpcf7-submit{
	-webkit-transition: all 0.3s ease-in-out 0s;
		   -moz-transition: all 0.3s ease-in-out 0s;
		     -o-transition: all 0.3s ease-in-out 0s;
		    -ms-transition: all 0.3s ease-in-out 0s;
		        transition: all 0.3s ease-in-out 0s;
}

.view-more.post-btn{
	background-color:#00aeef;
	color:#fff;
	padding:8px 15px;
	margin-right:10px;
	cursor:pointer;
	text-decoration:none;
	margin: auto;
    display: block;
    width: 120px;
    text-align: center;
}

.view-more.post-btn:hover{
	color: #d0d0d0;
}

.loading-gif{
	margin:auto;
	display:block;
	width:40px;
	height:auto;
}

input.post-btn{
	margin-top:20px;
}

.news-posts{
	padding:35px 0 0 0;
}

.news-posts .right-sidebar .sidebar-widgets {
	margin-bottom:10px;
}

.news-posts .right-sidebar h3{
	margin-bottom:15px;
	color: #00aeef;
	font-size: 18px;
}

.news-posts .right-sidebar p{
	margin-bottom:10px;
}

.news-posts .right-sidebar .category-wrap .checkbox{
	-webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    -ms-appearance: checkbox;
	appearance: checkbox;
	margin-bottom:10px;
}

.news-posts .right-sidebar .sidebar-widgets input, #cat-search-bar {
    width: 100%;
    height: 30px;
    float: left;
    padding-left: 15px;
    border: 1px solid #808384;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -o-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0.5;
    margin-bottom:20px;
    background: url(../images/search-box.png) no-repeat right;
    background: url(../images/search-box.png) no-repeat right;
    background: url(../images/search-box.png) no-repeat right;
    background: url(../images/search-box.png) no-repeat right;
    background: url(../images/search-box.png) no-repeat right;
    background: url(../images/search-box.png) no-repeat right;
    background: url(../images/search-box.png) no-repeat right;
    background-position-x: 100%;
}

.news-posts .right-sidebar .sidebar-widgets input.search-submit {
    width: 35px;
    cursor: pointer;
    padding: 0;
    border-left: 0;
    border-right: 1px solid #00aeef;
    -webkit-border-radius: 0px 25px 25px 0;
    -moz-border-radius: 0px 25px 25px 0;
    -o-border-radius: 0px 25px 25px 0;
    -ms-border-radius: 0px 25px 25px 0;
    border-radius: 0px 25px 25px 0;
    background: #616161 url(../images/search-icon.png) no-repeat center;
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
    background: url(../images/search-icon.png) no-repeat center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#2e2e2e));
    background: url(../images/search-icon.png) no-repeat center, -webkit-linear-gradient(top, #00aeef 0%,#00aeef 100%);
    background: url(../images/search-icon.png) no-repeat center, -moz-linear-gradient(top, #00aeef 0%, #00aeef 100%);
    background: url(../images/search-icon.png) no-repeat center, -o-linear-gradient(top, #00aeef 0%,#00aeef 100%);
    background: url(../images/search-icon.png) no-repeat center, -ms-linear-gradient(top, #00aeef 0%,#00aeef 100%);
    background: url(../images/search-icon.png) no-repeat center, linear-gradient(to bottom, #00aeef 0%,#00aeef 100%);
}

#cat-search-form{
	margin-bottom:40px;
}

.cat-search-form li{
	margin-bottom:7px;
}

.cat-search-form li a{
	color:#000;
	text-decoration:none;
}

.cat-search-form li a:hover{
	color:#00aeef;
}

/*Bottom sidebar widgets*/
.bottom-sidebar-widgets{
	border:1px solid #00aeef;
	padding: 25px 10px;
}

.bottom-sidebar-widgets .wpcf7-form input{
	margin-bottom:10px;
}

.bottom-sidebar-widgets .wpcf7-form input{
	width:100%;
	margin-right:0;
}

.bottom-sidebar-widgets .wpcf7-form input.wpcf7-submit{
	width:auto;
	padding: 8px 15px 22px 15px;
	float:none;
}

.bottom-sidebar-widgets .wpcf7-form input.wpcf7-submit{
	margin-bottom:0;
	width: 100px;
}

.bottom-sidebar-widgets .wpcf7-form label {
    width: 100%;
    font-size: 1.1em;
    color: #00aeef;
    display: block;
    margin-bottom: 10px;
}

/*Search bar amends for news page*/
/*.page-template-news-page .inner-header .search-form input, .category .inner-header .search-form input, .single .inner-header .search-form input{
	display:none;
}

.page-template-news-page .inner-header a.main-logo, .category .inner-header a.main-logo, .single .inner-header a.main-logo{
	margin-bottom: 80px;  
}*/

/*
===================================
Grid
===================================
*/


.grid-1 { width: 6.5%; }
.grid-2 { width: 15%; }
.grid-3 { width: 23.5%; }
.grid-4 { width: 32%; }
.grid-5 { width: 40.5%; }
.grid-6 { width: 49%; }
.grid-7 { width: 57.5%; }
.grid-8 { width: 66%; }
.grid-9 { width: 74.5%; }
.grid-10 { width: 83%; }
.grid-11 { width: 91.5%; }
.grid-12 { width: 100%; }

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  margin: 0 2% 0 0;
  float: left;
  display: block;
}

.alpha { margin-left:0; }
.omega { margin-right:0; }

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left:30px;
  padding-right:30px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.error404 .main-wrapper ul li a {
    color: #00aeef;
    text-decoration: none;
}

.error404 .main-wrapper {
    padding-left: 2%;
    padding-right: 2%;
}

/*
=================================
LINK BLOCK SECTIONS - 28-07-16
=================================
*/

.link-block-sections {
	width: 100%;
	clear: both;
	padding-top: 20px;	
}

.link-block-sections .item {
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
	position: relative;
	border: 1px solid #00aeef;
	padding: 20px 20px 60px 20px;	
}

.link-block-sections .item:nth-child(2n+2) {
	margin-right: 0;	
}

.link-block-sections .item h3 {
	font-size: 1.65em;
    color: #00aeef;
    margin: 0 0 20px 0;	
}

.link-block-sections .item a.bottom-strip {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 15px;
	height: 40px;
	background-color: #00aeef;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.link-block-sections .item a.bottom-strip:hover {
	text-decoration: underline;	
}

.page-template-templateslink-blocks-page-php strong {
	font-weight: bold;
}

/* TESTIMONIALS SLIDER */

.testimonial-slider {
	padding-top: 10px;
	max-width: 60%;
	margin: 0 auto;
}

.customer-testimonials h2 {
	text-align: center;	
}

.testimonial-slider ul li {
	list-style-type: none;
	background-image: none;
	padding: 0 10px;
}

.testimonial-slider ul li blockquote p {
	font-size: 1em;
	position: relative;
	line-height: 1.313em;
	text-align: center;
}

.testimonial-slider ul li blockquote p:before,
.testimonial-slider ul li blockquote p:after {
    width: 20px;
    height: 20px;
    display: inline-block;
	font-size: 2.4em;
	color: #00aeef;
	font-family: Arial, Helvetica, sans-serif;
}

.testimonial-slider ul li blockquote p:before {
	content: '"';
	top: 10px;
	position: relative;
	left: 0px;
}

.testimonial-slider ul li blockquote p:after {
	content: '"';
	bottom: -5px;
	margin-left: 0px;
	position: absolute;
}

.testimonial-slider .flex-control-paging li a.flex-active {
	background-color: #00aeef;
}

.testimonial-slider ul li p.author-text {
	text-align: center;
}

/* ENTRY FORM */
.wpcf7-form #postcode_lookup {
    display: inline;
}

.wpcf7 .entry-from #postcode_lookup input[type="text"] {
	max-width: 249px;	
}

/*
===================================
TECHNICAL SUPPORT TABS 23-8-16
===================================
*/

.page-template-technical-page .inner-header nav.sub-nav {
	margin-bottom: 20px;
	width: 100%;
    max-width: 755px;
    float: right;	
}

.page-template-technical-page .inner-header nav.sub-nav ul li {
	border: 1px solid #00aeef;
	border-bottom: 0;
	margin-right: 20px;	
}

.page-template-technical-page .inner-header nav.sub-nav ul li:last-child {
	margin-right: 0;	
}

.page-template-technical-page .inner-header nav.sub-nav ul li a {
	padding: 10px 20px;
	display: block;
}

.page-template-technical-page .inner-header nav.sub-nav ul li a:hover,
.page-template-technical-page .inner-header nav.sub-nav ul li.active-tab a {
	color: #00aeef;
}

/*
===================================
HIDE - REGIONISED LINKS IN MENUS
===================================
*/

.uk-region ul.menu li.menu-item.uk-hide,
.irl-region ul.menu li.menu-item.irl-hide,
.au-region ul.menu li.menu-item.au-hide,
.nz-region ul.menu li.menu-item.nz-hide,
.eu-region ul.menu li.menu-item.eu-hide,
.rotw-region ul.menu li.menu-item.rotw-hide,
.us-region ul.menu li.menu-item.us-hide {
	display: none;
}


/*
===================================
EVENTS CONTACT FORM
===================================
*/

#wpcf7-f17659-p17656-o1 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

#wpcf7-f17659-p17656-o1 .wpcf7-form label {
    width: auto;
    margin-right: 15px;
}

#wpcf7-f17659-p17656-o1 .button-wrap {
	text-align: center;
}

#wpcf7-f17659-p17656-o1 .wpcf7-form p {
    display: block;
}

#wpcf7-f17659-p17656-o1 .wpcf7-form label {
    display: block;
    margin-bottom: 5px;
}

#wpcf7-f17659-p17656-o1 .wpcf7-form input {
    width: 100%;
}

#wpcf7-f17659-p17656-o1 .wpcf7-form {
    padding: 0 20px;
}


#wpcf7-f17659-p17656-o1 .wpcf7-form input.wpcf7-submit, 
#wpcf7-f17659-p17656-o1 .wpcf7-form input.reset {
	float: none;
	width: 119px;
}

/*
=======================
GDPR COOKIE
=======================
*/

#gdpr-cookie-message {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 600px;
	background-color: #223A45;
	padding: 20px;
	z-index: 9999;
	text-align: left;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#gdpr-cookie-message h4 {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
	color: #ffffff;
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1.4rem;
}

#gdpr-cookie-message p, #gdpr-cookie-message li {
	color: #ffffff;
	font-size: 0.813rem;
	line-height: 1.125rem;
	font-weight: 300;
}

#gdpr-cookie-message ul {
 	padding: 0;
}

#gdpr-cookie-message ul li {
	width: 49%;
	display: inline-block;
	margin-bottom: 7px;
}

#gdpr-cookie-message #gdpr-cookie-types {
	margin-top: 20px;
}

#gdpr-cookie-message a {
	color: #00bee8;
	display: inline-block;
	text-decoration: none;
	font-size: 0.813rem;
	margin-top: 10px;
	border-bottom: 1px solid;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touchevents #gdpr-cookie-message a:hover {
	color: #00bee8;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#gdpr-cookie-message a:focus {
	outline: 0;
}

#gdpr-cookie-message button {
	padding: 10px 20px;
	min-width: 160px;
	width: 100%;
	display: inline-block;
	color: #00bee8;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border: 2px solid #00bee8;
	font-weight: bold;
	line-height: 1.125rem;
	font-size: 0.750rem;
	letter-spacing: 0.03rem;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#gdpr-cookie-message button#gdpr-cookie-accept {
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #00bee8;
}

#gdpr-cookie-message input {
	margin-right: 5px;
}

#gdpr-cookie-message #gdpr-cookie-types + p {
	margin: 20px 0 0 0;
}