/* --------- RESET --------- */
html,body,a,p,h1,h2,h3,h4,h5,h6,ul,li,img{
	margin:0;
	padding:0;
	font-size:1em;
	border:0;
}
/* --------- ELEMENTS --------- */
html{
	height:100%;
	width:100%;
}
body{
	height:100%;
	width:100%;
	background:#fff;
	color:#000;
	font-size:1em;
}
h1,h2,h3,h4,h5,h6{
	color:#35322F !important;
	font-size:3.6em;
	line-height:1.4em;
	margin-bottom:40px;
	letter-spacing:1px;
}
h2,h3,h4,h5,h6{
	font-size:2em;
	margin:0;
	max-width:100%;
	font-weight: 700;
	padding-bottom:25px;
  transform-origin:top left;
  writing-mode:vertical-lr;
	position:absolute;
	text-transform: uppercase;
	text-align:left;
	white-space: nowrap;
}
h3{

}
h4{
	
}
h5{
	
}
h6{
	
}
a{
	text-decoration:none;
	color:#414141;
}
*:focus{
	outline:0;
}
p{
	font-size:1.4em;
	line-height:1.8em;
	color:#4D4D4F;
	margin:0 0 40px 0;
}
ul{
	list-style-type:none;
}

img{
	max-width:100%;
}
input,textarea,select{
	color:#706450;
	padding:10px 20px;
	font-size:0.9em;
	background:#fff;
	border:2px solid #ddd;
	border-radius:6px;
	padding:10px;
	max-width:100%;
}
select{
	margin:10px 0;
	width:100%;
}
option{
	padding:0px 20px;
	width:100%;
}
input.text{
	margin-bottom:20px;
	border:1px solid #e8e8d1;
	background:#f7f7f7;
}
textarea{
	margin-bottom:20px;
	border:1px solid #e8e8d1;
	background:#f7f7f7;
	font-family:inherit;
}
input.submit{}
input.submit:hover{
	background:#454545;
	color:#fff;
	cursor:pointer;
}
input.first-name{
	display:none !important;
}
input[type='checkbox']{
	width:auto!important;
	margin-left:10px;
}
iframe{
	border:0;
	margin:0;
}
form{
		width:100%;
}
hr{
	border:0;
	height:3px;
	margin:30px 0 30px 0;
	border-bottom:2px solid #f0f0f0;
}
strong{
	font-weight:bold;
}
.svg-color{
    fill: red;
}
/* --------- IDS --------- */
#container{
	z-index:1;
	position:relative;
	overflow:auto;
	max-width:100%;
	margin:0 auto;
	background:#fff;
	animation: lights 1s;
}
@keyframes lights{
    from {background:#222;}
    to {background:#fff;}
}
#header{
	width:100%;
	min-height:50px;
	text-align:center;
	box-sizing:border-box;
	padding-top:30px;
	padding-bottom:30px;
	color:#000;
	clear:both;
	overflow:auto;
}
#header .limit{
	height:100%;
	max-width:1440px;
}
#header .icon{
	vertical-align:middle;
	height:30px;
	width:30px;
	float:left;
	margin-left:10px;
}
.icon-email{
	height:40px !important;
	margin-top:-5px;
}
.icon-search{
    height:25px !important;
	margin-top:3px;
}
#logo{
  color:#000 !important;
  font-size:2.4em;
	margin:0 auto;
	float:none;
	font-weight: 700;
	letter-spacing:3px;
	width:100%;
	max-width:400px !important;
}
#header-actions{
	float:right;
	box-sizing:border-box;
	font-size:1em;
	text-align:right;
	position:relative;
	z-index:9999;
	margin-top:-40px;
}
#header-actions a{
  color:#000;
  transition:all 0.3s;
}
#header-actions a:hover{
	color:#aaaaaa;
}
.header-actions{
	vertical-align: middle;
	display:inline-block;
	width:auto;
	box-sizing:border-box;
}
.header-actions:first-of-type{

}
.header-actions div{
	text-align:left;
}
#header-actions img{
	filter:brightness(0);
}
.contact{
	float:right !important;
	width:60%;
	margin-right:10%;
}
#menu-icons{
	float:right;
	text-align:left;
	max-width:17.7%;
	min-width:120px;
	padding-top:18px;
}
#search{
	max-width:200px;
}
.search-icon{
	float:left;
	margin-right:12px;
}
#search img{
	margin-top:5px;
}
#search .icon{
    width:auto;
    max-width:30px;
    float:left;
}
#search form{
	width:auto;
	margin:0;
}
#search input[type="text"]{
	background:none;
	border:0;
	border-radius:0;
	max-width:300px;
}
#menu-wrapper{
	background: #fff; 	
	/*min-height:50px;
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #555555 0%,#333333 100%); 
	background: linear-gradient(to bottom, #555555 0%,#333333 100%); 	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );	
	clear:both;*/
}
#menu{
	text-align:center;
	clear:both;
	font-size:1.3em;
	margin:0 auto;
	margin-top:0;
	display:table;
	width:83.3%;
	max-width:100%;
	z-index:5;
	float:left;
}
#submenu{
	position:absolute;
	z-index:6;
}
#menu ul{
	margin:0 auto;
	position:relative;
	display:table-row;
}
#menu ul li{
	display:table-cell;
	position:relative;
}
#menu a{
	transition:all 0.5s;
	display:block;
	text-decoration:none;
	color:#423E3B !important;
  padding:30px !important;
}
#submenu ul li a{
	width:150px;
}	
#menu ul li a.current{
	color:#333;
}
#menu ul li a:hover{
	color:#333;
}
#submenu ul li a:hover{
	color:#000;
}
#menu ul li ul {
	position:absolute;
	left:0;
	right:0;
	z-index:9999;
	width:100%;
}
#menu ul li ul li{
	width:100%;
	display:block;
}
#menu ul li ul li a{
	border-radius:0;
	color:#444444;
}
#menu ul .drop {
	position:relative;
	padding-left:17px;
	/*background:url('img/drop.png') no-repeat right;*/}
#menu ul strong{
	padding-left:4px;
	font-size:0.8em;
	color:#333;
}
#menu ul .drop:hover,
#menu ul .active {
	color:#333;
}
#menu a:focus{
	background:#333;
	border-color:#aaaaaa;
}
#menu a.current:focus {
	color:#444444;
}
#menu .no-js ul {
	display:none;
}
#menu .no-js:hover ul {
	display:block;
}
#menu-icons{
	margin-top:10px;
}
#menu-icons .icon{
	width:30px;
	height:25px;
	float:left;
	margin-left:30px;
}
#info{
	background:#eee;
	color:#fff !important;
	padding:30px 50px 30px 190px;
	-webkit-box-shadow:0px 30px 20px -20px #000;
	-moz-box-shadow:0px 30px 20px -20px #000;
	box-shadow:0px 30px 20px -20px #000;
	z-index:5;
	position:relative;
}
#info h1 {
	color:#fff !important;
}
#breadcrumbs{
	margin-top:60px;
	color:#000;
	font-weight:300;
	font-size:1.4em;
	margin-bottom:30px;
	text-align:center;
}
#breadcrumbs strong{
	font-weight:300;
	color:#707070 !important;
}
#breadcrumbs a{
	color:#555555;
}
#banner-wrap{
	max-width:1440px;
	margin:0 auto;
	position:relative;
}
#banner{
	width:100%;
	position:relative;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
	z-index:2;
	background:#fff;
}
#banner ul,
#banner li{
	width:100%;
}
#banner li{
	max-height:inherit;
	overflow:hidden;
}
#banner	img{
	position:static !important;
	width:100%;
	max-width:1440px;
	height:100%;
	display:block;
	float:right;
}
#banner img {
	/* -webkit-clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%) content-box; */	/* clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%) content-box;*/}
.sub-banner{
	min-height:0 !important;
}

.banner-caption{
  display:block;
	top:100px;
	position:absolute;
	width:auto;
	max-width:40%;
	text-align:left;
	box-sizing:border-box;
	padding:60px;
	overflow:auto;
}
.banner-label{
	position:relative;
	font-size:2em;
	font-weight:400;
}
.banner-caption p{
	width:100%;
	clear:both;
	font-size:1.46em;
	max-width:40%;
	line-height:1.6em;
}
p.banner-headline{
	font-size:4em;
	line-height:75px;
	max-width:530px;
}
.banner-label,
.banner-caption p,
.banner-headline{
	color:#eee;
	text-shadow: 2px 0px 2px #000,-1px 0 1px #000,0 1px 1px #000,0 -1px 1px #000;
}
#banner .action{
	
}
#banner .action:hover{
	background:#eee;
	color:#000;
}
#content-wrapper{
	min-height:100%;
	background:#fff;
	padding-bottom:100px;
}
#content img{
	max-width:100%;
	height:auto;
}
#content li:before{
	}
#content{
	overflow:auto;
	padding-bottom:100px;
}
#content-first{
	overflow:auto;
	position:relative;
	text-align:center;
	
}
#content-first h1{
	width:100%;
}
#content-first p{
	font-size:1.8em;
	text-align:center;
	}
#content-first span{
	flex-basis:100%;
	columns:1;
}
#content-first li a{}
#content-first li a:hover{}
#content-bg{
	overflow:auto;
}
.content-text{
	box-sizing:border-box;
	margin-bottom:10px;
	overflow:auto;
	max-width:100%;
	height:100%;
	padding-top:50px;
	padding-bottom:50px;
	display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;/* stretch? */
align-content:space-between;
column-gap: 70px;
	box-sizing: border-box;
}
.content-text span{
	columns:2;
	column-gap:0;
}
.content-text p,
.content-text ul{
	margin:0 70px 50px 70px;
	text-align: left;
}
.content-text ul{
	margin-top:12px;
}
.content-text li{
	font-size:1.3em;
	padding:20px !important;
	border-left:1px solid #ccc;
}
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6{
	text-align:left !important;
	margin-top:12px;
	position:relative;
	float:left;
}
#content-first .content-text{
	columns: 1;
}
.content-text li{
    padding:5px 0;
}
.content-text.center{
	text-align:center;
	margin:0 auto;
	padding-bottom:40px;
	columns: 1;
	display:block;
}
.content-text.center h2,
.content-text.center h3,
.content-text.center h4,
.content-text.center h5,
.content-text.center h6,
.content-text.center p{
	text-align:center !important;
	position:relative !important;
	margin:10px auto 0;
	max-width:960px;
	transform-origin:initial;
  writing-mode:initial;
	clear:both;
	display:block;
	float:none;
}
.content-text.center iframe{
	
}
.content-text a{
    display:inline-block;
    padding-bottom:12px;
    border-bottom:2px solid #1a1a1a;
    font-size:0.8em;
}
.content-block{
    clear:both;
    padding-top:40px;
}
#content-main{
	box-sizing:border-box;
	padding-bottom:40px;
	clear:both;
}
#images{
	}
#reviews{
	padding:80px 0;
	text-align:center;
	clear:both;
}

#reviews h2{
	margin:0 auto;
	font-size:1.8em;
}
#footer{
	clear:both;
	overflow:auto;
	background:#1a1a1a;
	color:#fff;
	position:relative;
	z-index:2;
	clear:both;
	overflow:auto;
	box-sizing:border-box;
	line-height:16px;
	font-size:1.1em;
	padding-top:190px;
	font-weight:300 !important;
	text-align:center;
}
#footer-logo{
	clear:both;
	font-size:1.7em;
	line-height:1.5em;
	margin-bottom:30px;
}
#footer h6,
#footer p{
	color:#fff !important;
	margin-right:85px;
}
#footer h6{
	font-size:1.3em;
}
#footer p{
	font-size:1em;
}
#footer a{
	transition:0.3s all;
}
#footer a:hover{
	/*! color:#aaaaaa; */
}
#footer ul{
	columns:2;
	margin:0 auto;
	text-align:left;
	padding-left:60px;
}
#footer ul li a{
	color:#fff;
	padding:10px;
	font-size:1em;
	
}
#footer ul li{
	margin-bottom:40px;
}
#footer #contact-details{
	margin-bottom:25px;
	overflow:hidden;
	padding-left:60px;
}
#footer #contact-details strong{
	display:block;
	margin-bottom:10px;
}
#footer .icon{
	height:30px;
	width:30px;
	margin:0 20px 20px 0;
	float:left;
	display:none;
}
.bullet{
	font-size:1.3em;
	line-height:20px;
	margin:0 0 30px 0;
}
.bullet li{
	background:url('../img/bullet.png') no-repeat 0px 8px;
	padding-left:24px;
	display:block;
}
.footer-col{
	width:50%;
	width: calc(100% / 2);
	float:left;
	box-sizing:border-box;
	margin-bottom:50px;
}
#footer .footer-col:first-child{
	}
#address{
	width:100%;
	color:#fff;
	position:relative;
	min-height:80px;
	font-size:1em;
	overflow:auto;
	margin-top:125px;
	padding-top:50px;
	text-align: left;
	border-top:1px solid #ccc;
	display:inline-block;
}
#copy{
	text-align:left;
	float:left;
}
#copy a{
	color:#fff;
	text-align:left;
}
#menu-copy{
	float:right;
}
#menu-copy a{
	display:inline-block;
	margin-left:40px;
	color:#aaaaaa;
}
#menu-copy a:hover{
	color:#fff;
}
#contact-details{
	text-align:left;
	font-size:1em;
}
#contact-details a{
	color:#fff;
	display:inline-block;
	margin:5px 0 10px 0;
}
#contact-heading{
	font-size:0.7em;
	font-weight:normal;
	color:#000;
}
#contact-information{
	float:left;
	max-width:50%;
	font-size:1.4em;
	padding-bottom:60px;
}
.contact-label{
	display:block;
}
#top{
	position:fixed;
	bottom:30px;
	left:50%;
	height:50px;
	width:50px;
	z-index:1000;
	margin-left:-15px;
}
#featured{
    columns:3;
    column-gap:30px;
    margin-bottom:60px;
    background:#1a1a1a;
    padding:100px 0;
}
#featured .limit{
    padding:0 70px;
}
.featured-thumb h3{
    position:absolute;
    top:50%;
    left:50%; 
    text-align:center;
    transform: translateX(-50%) translateY(-50%);
    color:#fff !important;
    font-size:2.4em;
	transition:all 0.3s;
	padding:5px 10px !important;
}
.featured-thumb img{
	transition:all 0.3s;
  opacity:0.5;
}
.featured-thumb:hover img{
	 opacity:1;
}
.featured-thumb:hover h3{
	color:#FEBF49 !important;
	background:#282523;
}
.featured-thumb{
    position:relative;
    max-width:352px;
    max-height:352px;
    background:#282523;
}
#manufacturers{
	max-width:100%;
	clear:both;
	text-align:center !important;
	padding:40px;
}
#manufacturers h5{
	clear:both;
	margin:0 auto;
	margin-bottom:20px;
}
.manufacturer-thumb{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
}
#catalogue{
	overflow:auto;
	text-align:center;
	padding:150px 0;
	background:#1a1a1a;
}
#catalogue .limit{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
	grid-gap:70px;
}
.catalogue-thumb,
.blog-thumb{
	text-align:center;
	max-width:720px;
	clear:none !important;
	box-sizing:border-box;
	position:relative;
	transition:all 3s;
	border:0;
	background:#1a1a1a;
	overflow:hidden;
	padding:35px;
}
.catalogue-thumb:hover{
	background:#fff;
}
.blog-thumb{
	max-width:380px;
	background:#fff;
	text-align:left;
	border:0;
	padding:30px;
	box-shadow:0 0 7px #ccc;
	transition:all 0.3s;
}
.blog-thumb:hover{
	box-shadow:0 0 15px #666;
}
.catalogue-thumb::after{
    
}
.catalogue-thumb:hover::after{
	
}
.catalogue-thumb img{
	margin:0 auto;
	transition:5s;
	z-index:1;
	position:relative;
}
.catalogue-thumb:hover img{
	filter:saturate(200%);
}
.catalogue-thumb h2{
	background:#fff;
	font-size:1.8em;
	text-align: center !important;
	font-weight:500 !important;
	margin:0 auto;
	padding:20px !important;
	min-height:60px;
	margin-bottom:0;
	display:block;
	vertical-align:bottom;
	transition:all 0.5s;
	text-align:left;
	border:0;
	z-index:2;
	position:relative;
	margin-top:-4px;
	float:left;
}
.catalogue-thumb p{
  color:#808080;
  padding:105px;
	font-size:1.6em;
	text-align:left;
}
.catalogue-thumb .product-price{
	color:#000 !important;
}
.zoom,
.zoom-2{
	height:96px;
	width:96px;
	position:absolute;
	background:url('../img/zoom.png') no-repeat;
	z-index:10;
	top:0;
	right:0;
}
.zoom-2{
	background:url('../img/zoom-2.png') no-repeat;
}
.action{
	background:#121212;
	border:0;
	color:#fff;
	font-size:1.1em;
	display:table;
	padding:20px 40px;
	width:auto;
	transition:all 0.5s;
	margin:20px 20px 20px 0px;
	text-transform:uppercase;
	border-radius:0;
	cursor:pointer;
}
.action:hover{
	background:#ddd;
	color:#000;
}
.action-cart{
	background:none;
	border:none;
	padding:0;
	margin:0;
	display:inline;
	font-size:2em;
	line-height:36px;
}
.action-update{
	font-size:1.2em;
}
.action-cart:hover{
	cursor:pointer;
}
/* --------- CART -------- */
#cart{
	text-align:left;
}
#cart input{
	width:75px;
	border:0;
	padding:0;
	text-align:center;
}
#cart input[type="text"]{
	font-size:1.2em;
}
#checkout{
	max-width:536px;
	text-align:left;
	margin-bottom:40px;
	overflow:auto;
}
#checkout input,
#checkout select{
	width:100%;
	box-sizing:border-box;
	margin:5px 0;
	font-size:1.2em;
}
#cart{
	margin-top:30px;
	box-sizing:border-box;
	width:100%;
	border-spacing:0;
	font-size:1.2em;
}
#cart tr:first-child td{
	border-left:1px solid #ddd;
}
#cart tr:last-child td{
	border-right:1px solid #ddd;
}
#cart th{
	font-weight:700;
	border-top:1px solid #ddd;
}
#cart th,
#cart td{
	border-bottom:1px solid #ddd;
}
#cart th,
#cart td{
	padding:20px;
}
#cart tr th:first-of-type{
	border-radius:6px 0 0 0;
}
#cart tr th:first-of-type,
#cart tr td:first-of-type{
	border-left:1px solid #ddd;
}
#cart tr th:last-of-type{
	border-radius:0 6px 0 0;
}
#cart tr th:last-of-type,
#cart tr td:last-of-type{
	border-right:1px solid #ddd;
}
#cart tr#shipping td:last-of-type{
	border-radius:0 0 6px 0;
}
#cart tr#shipping td:first-of-type{
	border-radius:0 0 0 6px;
}
#cart tr#total td{
	border:0}
#cart tr#total td{
	padding:20px 20px 10px 20px;
}
#cart th:last-of-type,
#cart tr td:last-of-type{}
#cart .grand{
	font-size:1.6em;
}
#discount_form{
	float:right;
	max-width:242px;
	margin-top:40px;
}
input.discount{
	margin:20px 20px 0 0;
	font-size:1.2em;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
#details{
	float:left;
	text-align:left;
	padding:0 20px;
}
#details span.label{
	display:block;
	color:#000;
	font-size:1.6em;
	font-weight:300;
}
/* --------- STATIC PAGES --------- */
#home{
		}
#home a.link-button{
	margin-left:10px;
}
#home img{
	float:none;
	margin:30px auto;
	margin-bottom:0;
}
#home p{
	font-size:2em;
	line-height:30px;
}
#home h1{
	font-size:3em; 	margin:30px 0;
}
#gallery{
	text-align:center;
	margin:0 auto;
	padding:120px;
}
.grid{
	padding-bottom:100px;
}
/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-sizer,
.grid-item {
	width:25%;
	box-sizing:border-box;
	border:5px solid transparent;
}
.grid-item {
	float: left;
}
.grid-item a img{
	display: block;
	max-width: 100%;
}
#home-collage{
	width:66.6%;
	float:right;
}
#newsletter-overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%; 	background:rgba(0,0,0,0.7);
	z-index:9998;
}
#newsletter{
	display:none;
	width:500px;
	height:400px;
	background:#000;
	position:absolute;
	left:50%;
	top:50%;
	color:#fff !important;
	padding:30px;
	margin-left:-250px;
	margin-top:-200px;
	transition:all 0.5s ease;
	z-index:9999;
}
#newsletter h5{
	color:#fff !important;
}
#newsletter-form{}
#call-to-action{
	padding:30px 0;
	overflow:auto;
	clear:both;
	color:#fbfef9;
	background:#333333;
}
#call-to-action h1{
	color:#fbfef9;
	font-weight:400;
	text-transform:none;
	margin-top:0;
	font-size:2.8em;
	line-height:1.4em;
	max-width:720px;
}
#services{
	overflow:auto;
	clear:both;
	padding-bottom:50px;
}

.service{
	display:table-cell;
	border:1px solid red;
}
h2.service-heading{
	color:#fff !important;
}
.service *{
	color:#fbfef9;
}
.service p{
	font-weight:300;
}
.service a,
.inline{
	color:#aaaaaa;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:700;
	display:inline-block;
}
#services a img{
	float:right;
	margin-top:5px;
	padding-left:10px;
}
.service-heading{
	max-width:100%;
}
.bullet-large{
	display:block;
	background:url('../img/bullet-large.jpg') left top no-repeat;
	padding:0 60px !important;
	font-size:1.6em;
	min-height:45px;
}
.bullet-large a{
	display:block;
	width:100%;
	height:100%;
	margin-top:-8px;
}
#contact{
	clear:both;
	overflow:auto;
	box-sizing:border-box;
	max-width:100%;
	margin:150px 70px;
}
#contact-home{
	width:100%;
	max-width:48%;
	float:left;
	border-left:2px solid #999;
	padding-left:50px;
	margin-top:30px;
	box-sizing:border-box;
}
#contact-home h5{
	margin:0 0 30px 0;
	font-size:3em;
}
#contact span.form,
#contact-home span.form{
	width:100%;
	margin:0;
	padding:0;
}
#contact form,
#contact-home form{
	width:100%;
	margin:0;
	padding:0;
}
#contact-home form{
	max-width:100%;
}
#contact input,
#contact-home input{
	margin:5px 0;
}
#contact form div,
#contact-home form div{
	box-sizing:border-box;
	margin:0;
	width:50%;
}
#contact-home form div{
	width:50%;
	padding-right:0;
}
#contact form div:first-of-type,
#contact-home form div:first-of-type{
	padding-right:5px;
}
#contact textarea,
#contact-home textarea{
	float:left;
	width:auto;
	margin:0;
	width:100%;
	box-sizing:border-box;
	padding-bottom:14px;
}
#contact-home textarea{
	float:none;
	clear:both;
	width:100%;
}
#contact .submit{
	float:right;
	text-align:right;
}
#contact-map{
	width:100%;
	clear:both;
}
#contact-map iframe{
	width:100%;
}
.first-name{
	display:none !important;
}
.form {
	position:relative;
	z-index:1;
	display:block;
	padding:0;
	margin-top:30px;
	float:left;
}
.form p{
	padding:10px 0px;
}
.form form {
	position:relative;
	margin:0;
}
.form h3 {
	margin:0;
}
.form input[type="text"],
.form input[type="password"],
.form textarea, 
.form select{
	position:relative;
	display:block;
	width:100%;
	margin:20px 0 !important;
	padding:20px;
	outline:none;
	border-radius:2px;
	background:#fff !important;
	border:1px solid #B3B2B1;
	color:#222;
	font-size:1.1em;
	box-sizing:border-box;
}
.form textarea{
	padding-bottom:18px !important;
}
.form select{
	width:100%;
}
.form option{
	margin:0;
	padding-left:10px;
}
.form input[type="checkbox"]{
	margin-left:10px;
	margin-right:10px;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
	font-weight:bold;
}
.form input[type="text"].invalid,
.form textarea.invalid {
	border-color:red;
}
#product{
	text-align:left;
	width:100%;
	overflow:auto;
	margin-bottom:100px;
}
#used{
	margin-left:-72px;
}
#product-title{
	border:0;
	margin-top:0;
}
#product-images{
	position:relative;
	max-width:1440px;
	box-sizing:border-box;
	background:#fff;
	text-align:center;
	margin:100px 0;
}
#product-image{
	max-width:1440px;
	position:relative;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}
#product-image ul,
#product-image li{
	width:100%;
}
#product-image li{
	margin-bottom:-3px;
}
#product-image img{
	position:static !important;
	max-width:100%;
	height:auto;
	display:block;
	cursor:zoom-in;
	margin:0 auto;
}
#product-manufacturer{
	float:right;
}
#product-featured,
#product-related{
	overflow:auto;
	clear:both;
	text-align:center;
	padding:100px 0;
	min-height: 300px;
	background:#1a1a1a;
	margin-bottom:100px;
	}
#product-featured h2:first-child,
#product-related h4:first-child{
    color:#fff !important;
	min-height:300px
}
#product-featured .limit,
#product-related .limit{
    max-width:1298px;
    padding:0 70px;
    display:grid;
    position:relative;
    grid-template-columns:repeat(2, 1fr);
}
#product-spec{
	background:#fefefe;
	padding:10px;
	border:2px solid #999;
}
#product-details{
	box-sizing:border-box;
	padding:0 60px;
	overflow:auto;
	max-width:100%}
#product-description{
	font-size:0.8em;
}
#product-notes{
	font-size:0.8em;
}
#product-price,
#product-price2{
	font-size:1.6em;
	color:#555555;
	font-weight:700;
	margin-bottom:30px;
	display:block;
}
.product-colour{
	height:50px;
	width:25%;
	padding-bottom:5px;
	padding-right:10px;
	box-sizing:border-box;
	float:left;
	border:2px solid #fff;
}
.product-colour input[type='radio']{
	display:block;
	height:100%;
	width:100%;
}
#selected-colour{
	text-align:right;
	padding:10px;
}
.product-stat{
	}
#product-panel{
	position:relative;
	clear:both;
	max-width:75%;
}
#product-panel ul:first-child{
	display:flex;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:0.9em;
	box-sizing:border-box;
	justify-content: space-between;
	border-collapse:collapse;
}
#product-panel ul:first-child li{
	display:block;
	margin:0;
	box-sizing:border-box;
	flex:1 1 100%;
}
#product-panel ul:first-child li a{
	width:100%;
	padding:20px;
	display:block;
	color:#414141;
	box-sizing:border-box;
	border:2px solid #fff;
	border-radius:3px 3px 0 0 ;
	border-bottom:0;
	background:#f7f7f7;
	z-index:1;
	position:relative;
}
#product-panel ul:first-child li a.selected{
	border-color:#aaaaaa;
	background:#fff;
	z-index:3;
	color:#ffffff;
}
.product-panel{
	margin-top:-2px;
	border:2px solid #aaaaaa;
	box-sizing:border-box;
	padding:60px;
	margin-bottom:60px;
	z-index:2;
	position:relative;
}
.pdf{
	font-size:1.2em;
}
.pdf:before{
	content:url('../img/icons/pdf.svg');
	width:30px;
	height:30px;
	display:inline-block;
	margin-right:20px;
}
.label{
	font-weight:700;
	font-size:1em;
	display:inline-block;
	min-width:200px;
	margin-bottom:10px;
	color:#555555;
}
.rslides li{
	opacity:0;
}
.rslides_nav{
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	z-index:999;
	bottom:50px;
}
.rslides_tabs {
	font-size:1.1em;
	list-style:none;
	margin:0 auto 50px;
	max-width:430px;
	padding:10px 0;
	text-align:center;
	width:100%;
	position:absolute;
	right:0px;
	z-index:50;
	bottom:20px;
}
.rslides_tabs li {
	display:list-item;
	float:none;
	margin-right:1px;
}
.rslides_tabs a {
	width:auto;
	line-height:20px;
	padding:10px 20px;
	height:auto;
	background:#000;
	color:#fff;
	display:inline;
}
.rslides_tabs a:hover {
	border:0;
}
.rslides_tabs li:first-child {
	margin-left:0;
}
.rslides_tabs .rslides_here a {
	background:#929292;
	color:#fff;
	font-weight:bold;
}
.rslides_nav.prev{
	background:url('../img/prev.png');
	right:60px;
}
#banner .rslides_nav.prev{
	right:60px;
}
.rslides_nav.next{
	background:url('../img/next.png');
	right:20px;
}
#banner .rslides_nav.next{
	right:20px;
}
.form{}
.form div{
	float:left !important;
	margin-right:20px;
}
/*.submit{
	clear:both;
	margin-top:10px;
	float:right;
}*/
/* --------- CLASSES - SPECIFIC --------- */
.ot{ /* One Third */	width:33.3%;
	float:left;
	padding:10px;
	box-sizing:border-box;
}
.tt{ /* Two Thirds */	width:66.6%;
	float:left;
	padding:10px;
	box-sizing:border-box;
}
.ot a img{
	transition:all 0.3s;
}
.ot a:hover img{
	opacity:0.8;
}
.cols-2{
	-webkit-column-count:2; /* Chrome, Safari, Opera */	-moz-column-count:2; /* Firefox */	column-count:2;
}
a.link-button{
	background:#494949;
	padding:10px 20px;
	text-transform:uppercase;
	color:#aaa !important;
	width:auto;
	display:table;
}
.static-block{
	clear:both;
	margin-bottom:30px;
}
.quote{
	font-size:1.7em;
	width:100%;
	position:relative;
	color:#fff;
}
.review div{
	margin:0 auto;
	clear:both;
}
.review{
	text-align:center;
	margin:0 auto;
	float:none;
}
.review-content{
	position:relative;
	float:none;
	font-size:1.2em !important;
	padding-top:10px;
}
.review-content p{
	margin:60px 0 30px 0;
	font-style:none;
}
.review-locale{
	font-size:1.2em;
	padding-bottom:10px;
}
.review-author{
	font-size:1.2em;
}
.logo{
	border:2px solid #fff;
	padding:15px;
}
.social-icons{
	display:none;
	clear:both;
	text-align: right;
	margin-top:50px;
}
.social-icons a{
	display:block;
	height:40px;
	width:40px;
	margin-left:15px;
	transition:all 0.5s;
	filter: grayscale(0) brightness(1);
}
.social-icons div{
	display:inline-block;
}
.social-twitter a{
	background:url('../img/icons/twitter.svg') no-repeat;
}
.social-facebook a{
	background:url('../img/icons/facebook.svg') no-repeat;
}
.social-instagram a{
	background:url('../img/icons/instagram.svg') no-repeat;
}
.social-pinterest a{
	background:url('../img/icons/pinterest.svg') no-repeat;
}
.social-linkedin a{
	background:url('../img/icons/linkedin.svg') no-repeat;
}
.social-youtube a{
	background:url('../img/icons/youtube.svg') no-repeat;
}
.social-icons a:hover{
	filter: grayscale(1) brightness(2);
}
.square-off{
    text-align:center;
    font-size:1.7em;
    color:#4D4D4F;
}
#feeds{
	float:none;
	clear:both;
	padding-top:40px;
}
#feed-instagram{
	float:left;
	padding:20px 0px 20px 20px;
	width:100%;
	max-width:33.3%;
	box-sizing:border-box;
}
#instagram img{
	max-width:33%;
}
#blog-home,
#blog-thumbs{
	width:100%;
	max-width:1200px;
	box-sizing:padding-box;
	padding:40px;
	margin:0 auto;
	margin-bottom:60px;
	
}
#blog-home .limit{
    display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:30px;
}
#blog-home{
	max-width:1200px;
	margin:0 auto;
}
#blog-home h3{
	color:#414141;
}
#blog-home img{
	float:none;
	max-width:320px;
	height:auto;
}
#feed-twitter{
	float:left;
	padding:20px;
	height:100%;
	max-width:33.3%;
	box-sizing:border-box;
}
.gallery-product{
	display:inline-block;
	margin-bottom:20px;
	position:relative;
}
.news-story{
		margin-bottom:25px;
}
.news-anchor{
	color:#eef;
}
.news-date{
	color:#eef;
}
.quote-mark-ld,
.quote-mark-rd{
	font-size:3em !important;
	float:left;
	clear:both;
	width:100%;
	text-align:left;
	position:absolute;
}
.quote-mark-ld{
	top:0;
	left:0;
}
.quote-mark-rd{
	right:0;
	bottom:0;
	position:relative;
	text-align:right;
	margin-top:-10px;
}
.twitter-timeline{}
.content-image{
	padding:0;
	max-width:1440px;
	height:auto;
	box-sizing:border-box;
	width:auto;
	margin-bottom:62px;
	margin-top:100px;
	clear:both;
}
.content-image img{
	position:relative;
	vertical-align:middle;
}
.product-image{
	max-width:100%;
	height:auto;
	clear:both;
	display:block;
	box-shadow:none;
	margin:0;
}
.content-image img{
	display:block;
	margin:auto;
}
.product-image img{
	width:25%;
	top:-150px;
}
.product-image:first-of-type{
	width:100%;
}
.content-image img:hover,
.product-image img:hover{
	cursor:zoom-in;
}
.thumb{
	max-width:500px;
	width:50%;
	max-height:500px;
	float:left;
	clear:none;
	box-sizing:border-box;
	margin-bottom:9px;
}
.thumb img{
	margin-top:20px;
}
#product-tags{
	float:right;
}
#product-tags a.submit{
	background:#e1e1e1;
	color:#888;
	padding:5px 10px;
	display:inline-block;
	margin-bottom:3px;
	transition:all 0.2s;
}
#product-tags a.submit:hover{
	background:#018FD1;
	color:#fff;
}
/* --------- BLOG --------- */
#blog{
	overflow:auto;
	padding-bottom:40px;
}
#blog-thumbs .limit{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:30px;
}
.blog-post{
	overflow:auto;
	background:#fff;
	padding:30px;
}
#blog .blog-post{
	box-shadow:none;
}
.blog-post
.blog-button{
	display:inline;
	margin-right:10px;
}
.blog-date{
	font-style:italic;
	color:#666;
	font-size:0.9em;
	margin-bottom:10px;
}
.blog-user{
	margin-bottom:10px;
	clear:both;
}
.blog-data{
	margin-bottom:10px;
	font-style:italic;
}
.blog-title h3{
	border-bottom:0;
}
.blog-vid{
	text-align:center;
	position:relative;
	padding-bottom:56.25%;
	padding-top:20px;
	height:0; 	overflow:hidden;
	margin-bottom:20px;
}
.blog-vid iframe,
.blog-vid object,
.blog-vid embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.blog-vid-small{
	position:relative;
	display:inline-block;
}
.blog-vid-block{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
.blog-vid-small iframe{
	z-index:2;
}
.blog-pic{
	/*text-align:center;*/}
.blog-pic img{
	max-width:1024px;
	width:100%;
	border:0 !important;
	float:right;
	height:auto;
}
.blog-link{
	margin-bottom:10px;
}
.blog-logout{
	text-align:center;
	margin-left:25px;
	width:100px;
}
/*----------------*/
.blog-form {
	position:relative;
	z-index:1;
	max-width:500px;
	padding:0;
	min-height:150px;
}
.blog-form form {
	position:relative;
	margin:0;
	}
.blog-form h3 {
	margin:0;
}
.blog-form input[type="text"],
.blog-form input[type="password"],
.blog-form textarea {
	position:relative;
	display:block;
	width:90%;
	margin:5px;
	padding:8px;
	outline:none;
	background:#fefefe;
	border:1px solid #ccc;
	color:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);
	font-family:sans-serif;
	font-size:1.1em;
}
.blog-form textarea {
	width:100%;
}
#blog-image{
	position:relative;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
}
#blog-image input {
	position:absolute;
	top:0;
	right:0;
	filter:alpha(opacity=1);
	opacity:0.01;
	-moz-opacity:0.01;
	cursor:hand;
	cursor:pointer;
	height:40px;
}
#blog-image .image-button {
	display:inline-block !important;
	font-family:sans-serif;
	font-size:1.1em;
}
.image-holder,
.image-current{
	color:#000;
	margin-left:10px;
}
.blog-form input[type="text"]:focus,
.blog-form input[type="password"]:focus,
.blog-form textarea:focus {
	background:#eee;
	font-weight:bold;
}
.blog-form input[type="text"].invalid,
.blog-form textarea.invalid {
	border-color:red;
}
.blog-form .submit {
	text-align:center;
	padding:15px 0 0;
}
.blog-button input[type="submit"],
.blog-actions input[type="submit"],
#blog-image .image-button,
.blog-form input[type="submit"] {
	padding:12px 20px;
	color:white;
	font-size:16px;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	background:#bbb;
	border:none;
	outline:none;
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999), color-stop(100%, #bbb));
	background:-webkit-linear-gradient(#999, #bbb);
	background:-moz-linear-gradient(#999, #bbb);
	background:-o-linear-gradient(#999, #bbb);
	background:linear-gradient(#999, #bbb);
	-webkit-box-shadow:0 1px 0 #999 inset;
	-moz-box-shadow:0 1px 0 #999 inset;
	box-shadow:0 1px 0 #999 inset;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	cursor:hand;
	cursor:pointer;
}
.blog-actions input[type="submit"]:active,
.blog-form input[type="submit"]:active {
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbb), color-stop(100%, #aaa));
	background:-webkit-linear-gradient(#bbb, #aaa);
	background:-moz-linear-gradient(#bbb, #aaa);
	background:-o-linear-gradient(#bbb, #aaa);
	background:linear-gradient(#bbb, #aaa);
}
#blog-pagination{
	width:100%;
	margin:30px;
	font-size:1.2em;
	text-align:center;
	clear:both;
	padding:30px 0 60px;
}
#blog-pagination a{
	display:inline-block;
	padding:2px;
	width:27px;
	color:#fff;
	background:#3BB3E5;
	transition:all 0.3s;
}
#blog-pagination a.current,
#blog-pagination a:hover{
	background:#5BE5B2;
}
/* --------- CLASSES - GENERIC --------- */
.first{
	}
.limit{
	max-width:1440px;
	margin:0 auto;
	padding:0 20px;
}
.limit-small{
	}
.left{
	float:left !important;
}
.right{
	float:right !important;
}
.clear{
	display:block !important;
	clear:both !important;
}
.no-margin{
	margin:0 !important;
}
.alert,
.alert *{
	color:#ae372f !important;
}
.white{
	color:#fff !important;
}
.large{
	font-size:1.2em;
}
.inline-image{
	max-width:calc(50% - 70px);
}
.inline-image.right{
	margin-left:80px;
	overflow: hidden;
}
.inline-image img{
	position:relative;
	vertical-align:middle;
	}
.inline{
	display:inline-block;
	font-size:0.9em;
	transition:all 0.3s;
}
.inline:hover{
	color:#333333;
}
#services .inline:hover{
	color:#fff;
}
.inline::after{
	position:relative;
	left:20px;
	content:url('../img/icon-arrow.png');
	transition:all 0.3s;
}
.inline:hover::after{
	left:100px;
}
.featured{
	font-size:1.4em;
	text-align:center;
}
.featured h3{
	margin-bottom:42px;
}
.featured p{
	line-height:42px !important;
}
.fullwidth{
    width:100%;
	  max-width:100%;
}
.fullwidth p{
	columns:1;
}
.fullwidth h1,
.fullwidth h2,
.fullwidth h3,
.fullwidth h4,
.fullwidth h5,
.fullwidth h6,
.fullwidth p{
    max-width:100%;
    text-align:center;
}
.fullwidth{
	columns:1;
}
.services ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-bottom:10px;
}
/* --------- CLASSES - GENERIC --------- */
#cycle-images{
	position:relative;
}
#cycle-images img{
	position:absolute;
	z-index:1;
}
#cycle-images img.active{
	z-index:3;
}
.owl-dot{
	margin:8px;
}
.owl-dot span{
	background:none !important;
	border:2px solid #aaaaaa;
	padding:3px;
}
.owl-dot.active span{
	background:#aaaaaa !important;
}

.content-text.imgB{
	background:#666;
	max-width:570px;
	float:right;
	vertical-align:middle;
	min-height:400px;
	margin-top:100px;
}
.content-text.imgB h1,
.content-text.imgB h2,
.content-text.imgB h3,
.content-text.imgB h4,
.content-text.imgB h5,
.content-text.imgB h6,
.content-text.imgB p{
    color:#fff !important;
	text-align:left !important;
}
.content-text.imgB p{
	font-size:1.5em;
	line-height:36px;
}
.content-text.imgS{
	
}
.content-text.imgS span{
    columns:1;
}
img.imgS{
	float:left;
	margin-right:70px;
}
.content-text.imgL span{
	columns:1;
}
.inline-image.right{
    margin-right:0;
}
.content-text.imgS ul{
	list-style-type:disc !important;
	column-count:2 !important;
	column-gap:20px !important;
	margin-top:0 !important;
}
.content-text.imgS li{
	background:url('../img/bullet2.png') left 9px no-repeat;
	padding-left:15px !important;
	margin-bottom:10px !important;
}
.flex {
    display:flex;
    flex-wrap:wrap;
}

.flex-item {
    height:30vh;
    flex-grow:1;
}

.flex-item img {
    max-height:100%;
    min-width:100%;
    object-fit:cover;
    vertical-align:bottom;
}
.flex-item:last-child {
    flex-grow:10;
}
@media (max-aspect-ratio: 1/1) {
    .flex-item {
        height:30vh;
    }
}
@media (max-height: 480px) {
    .flex-item {
        height:80vh;
    }
}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
    .flex {
        flex-direction:row;
    }
    .flex-item {
        height: auto;
        width:100%;
    }
    .flex-item img {
        width:100%;
        max-height:75vh;
        min-width:0;
    }
}
html.sr h1,
html.sr #content-first,
html.sr #banner,
html.sr .content-text span,
html.sr .inline-image,
html.sr .catalogue-thumb,
html.sr .blog-thumb,
html.sr .featured-thumb,
html.sr .featured-thumb,
html.sr .flex-item,
html.sr #product,
html.sr .footer-col{
	visibility:hidden;
}