@charset "utf-8";

@keyframes rotate { 100% { transform:rotate(-360deg); } }

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: 300;
    line-height: 26px;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	margin: 0px;
	padding: 0px;
}
.imgfade:hover {
	opacity: 0.8;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red {
	background-color: #BE1621;
}
.orange {
	background-color: #F39200;
}
.yellow {
	background-color: #e2e941;
}
.yellow-trans {
	background-color: rgba(245, 223, 101, 0.6);
}

.white {
	background-color: #FFF;
}


.green {
	background-color: #0e562c;
}
.ltgreen {
	background-color: #9cca22;
}
.dkgreen {
	background-color: #16341e;
}

.green-trans {
	background: rgba(42, 147, 99, 0.6);
}
.brown-trans {
	background-color: rgba(176, 164, 114, 0.6);
}


.pink {
	background-color: #E00071;
}
.ltpink {
	background-color: #FFBEDB;
}


.pink-gradient {
	background-image: url(/images/bg_topbar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}



.grey {
	background-color: #333333;
}

.ltgrey {
	background-color: #f2f2f2;
}

.ltorange {
	background-color: #FADEC5;
}


.text-white {
	color: #FFF;
}
.text-yellow {
	color: #0074c8;
}

.text-red-highlight {
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	display: inline-block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.text-orange {
	color: #F39200;
}

.text-center {
	text-align: center;
}
.link-arrow-orange {
	background-image: url(/images/link-arrow-orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #E87D1D;
	text-decoration: none;
}
.link-white {
	color: #FFF;
	text-decoration: none;
}
.link-yellow {
	color: #0074c8;
	text-decoration: none;
}

.link-button-white {
	color: #BE1621;
	text-decoration: none;
	background-color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-top: 5px;
}
.link-button-white:hover {
	background-color: #333;
	color: #FFFFFF;
}

.link-button-yellow {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0074c8;
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	line-height: 16px;
	padding: 12px;
}


.link-button-yellow:hover {
	background-color: #333333;
	color: #FFF;
}

.link-button-grey {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0074C8;
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	line-height: 16px;
	padding: 12px;
	border: 1px solid #FFF;
}


.link-button-grey:hover {
	background-color: #333333;
	color: #FFF;
}



.link-button-green {
	color: #2b7b42;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border: 1px solid #2b7b42;
}


.link-button-green:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #16341e;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.link-button-green2 {
	color: #FFF;
	text-decoration: none;
	background-color: #2A9363;
	font-size: 16px;
	font-weight: bold;
	padding: 2%;
	width: 96%;
	display: block;
	line-height: normal;
}
.link-button-green3 {
	color: #FFF;
	text-decoration: none;
	background-color: #2A9363;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}



.link-white:hover {
	color: #333;
	text-decoration: none;
}

*::-webkit-input-placeholder {
    color: #738577;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #738577;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #738577;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #738577;
}
.link-rotate {
	/* Firefox */
-moz-transition: all 1s ease;
/* WebKit */
-webkit-transition: all 1s ease;
/* Opera */
-o-transition: all 1s ease;
/* Standard */
transition: all 1s ease;
}

.link-rotate:hover {
	 -moz-transform: scale(1) rotate(360deg);
/* WebKit */
-webkit-transform: scale(1) rotate(360deg);
/* Opera */
-o-transform: scale(1) rotate(360deg);
/* Standard */
transform: scale(1) rotate(360deg);
}

.link-translate {
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;	
}

.link-translate:hover {
	-ms-transform: translate(20px,0px); /* IE 9 */
   	-webkit-transform: translate(20px,0px); /* Chrome, Safari, Opera */
    transform: translate(20px,0px);	
}

.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.link-opacity {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.link-opacity:hover {
	opacity: 0.5;

}
.border-grey {
	border: 1px solid #999;
}

#enquiryform td {
	padding-bottom: 10px;
	font-size: 14px;
	color: #333;
}

#enquiryform input {
	width: 94%;
	padding: 2%;
	background-color: #16341E;
	border: 1px solid #738577;
	color: #738577;
}
#enquiryform textarea {
	width: 94%;
	padding-right: 2%;
	padding-left: 2%;
	height: 60px;
	background-color: #16341E;
	border: 1px solid #738577;
	color: #738577;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}




#cookie-law {
	background:#333;
	margin:0px;
	width: 100%;
	text-align: center;
}
 
#cookie-law p {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}
 
#cookie-law a {
	font-size: 14px;
	font-weight: bold;
	color: #BEC800;
	text-decoration: none;
}

.right-column-info {
	width: 80%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	padding: 10%;
}
.freedelivery {
	color: #333333;
	text-decoration: none;
	background-color: #F5DF65;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding: 15px;
}
.publicationsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.highlight {
	background-color: #d39e0a;
	padding: 3%;
	margin-top: 15px;
	font-weight: 600;
	color: #333;
	display: block;
}
.redbox-highlight {
	background-color: #d39e0a;
	padding: 5%;
	margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
}
.link-diytutorials {
	overflow: hidden;
	font-size: 16px;
	color: #2A9363;
	text-decoration: none;
	display: inline-block;
	line-height: 16px;
}
.link-diytutorials:hover {
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}



.border-green {
	border: 1px solid #2A9363;
}
div#sticker {
	width: 30px;
	background-color: #D14D28;
	height: 200px;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);


/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #FFF;
	position: sticky;
}
.promotion {
	color: #FFF;
	background-color: #D14D28;
	display: block;
	padding: 2%;
	width: 96%;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height: normal;
}
.margin-zero {
	margin: 0px;
	padding: 0px;
}
.test {
	overflow: hidden;
	background-image: url(/images/bgd_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}



.stick {
	position:fixed;
	top:0px;
}
.buttonLeft {
	background-color: #584536;
	height: 100px;
	width: 40px;
	position: static;
	left: 0px;
	top: 50px;
}
.quote {
    background-color: #eeeeee;
    text-align: center;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 26px;
}

.Box {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.Box2 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.Box3 {
	margin: 0px;
	width: 96%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}




.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:600px; /* your iframe height */
   top:600px;  /* your iframe height */
   margin-top:-600px;  /* your iframe height */
}









DESKTOP {
}
h1 {
    font-size: 34px;
    font-weight: 300;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    line-height: 36px;
    color: #daa003;
    letter-spacing: -1px;
    text-align: center;
}
h2 {
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 22px;
    font-weight: normal;
    display: block;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 22px;
    display: block;
}
h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 22px;
    text-align: center;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	line-height: 22px;
}


.gridContainer {
	width: 100%;
	max-width: 996px;
	margin: auto;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}




.zeroMargin_desktop {
margin-left: 0;
}


.container_topbar {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.container_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 200;
	background-color: #FFF;
}

.container_banner {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.container_banner_sub {
	width: 100%;
	margin: 0px;
	min-height: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}


.container {
    width: 100%;
    position: relative;
}

.topbar_buttons {
	float: right;
}


.topbar-button2 {
	color: #FFF;
	text-align: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	padding-top: 10px;
	font-size: 14px;
	text-decoration: none;
	background-image: url(/images/bg_white-transparency.png);
	background-repeat: repeat;
}
.topbar-button2:hover {
	background-color: #333333;
	color: #FFF;
}

.topbar-button1 {
	color: #FFF;
	text-align: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	padding-top: 10px;
	font-size: 14px;
	text-decoration: none;
	background-image: url(/images/bg_white-transparency.png);
	background-repeat: repeat;
}
.topbar-button1:hover {
	background-color: #E5332A;
	color: #FFF;
}
.header-wrap {
	width: 94%;
	max-width: 996px;
	margin: auto;
	clear: none;
	float: none;
	padding-top: 0px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 3%;
}
.header-logo {
	float: left;
	z-index: 999;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 119px;
}
.header-tagline {
	float: right;
	width: 65%;
	display: block;
	margin-left: 0px;
	text-align: right;
	font-size: 24px;
	color: #999999;
	letter-spacing: -1px;
	line-height: 26px;
	margin-bottom: 3px;
	margin-top: 50px;
	margin-right: 1%;
}
.header-tagline2{
	display: none;
	float: left;
	font-weight: 900;
	color: #333;
	font-size: 30px;
}
.header-nav {
	float: right;
	width: 65%;
	display: block;
	margin-top: 55px;
	margin-left: 0px;
	text-align: center;
}
.header-navicon {
	display:none;
}



.banner-content {
	width: 100%;
	margin: 0px;
	float: left;
}
.banner-content_sub {
	width: 92.1%;
	margin: 0px;
	float: left;
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5%;
	padding-right: 4%;
	padding-bottom: 5%;
	padding-left: 4%;
}

.banner-content-table-cell {
	width: 100%;
	margin: 0px;
	float: left;
	height: 100%;
	display: inline-block;
	background-color: #0F3;
	text-align: center;
	vertical-align: middle;
}


.banner-left {
	width: 60%;
	float: left;
	margin-top: 6%;
	text-align: left;
	clear: none;
}
.banner-left h3 {
	font-size: 32px;
	font-weight: 600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
.banner-left h4 {
	font-size: 75px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	line-height: 75px;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px #000;
}



.banner-right {
	width: 40%;
	float: left;
	position: relative;
	margin-top: 6%;
	padding: 0px;
	text-align: right;
	clear: none;
}
.icon {
	display: block;
	width: 26px;
	height: 24px;
	background-image: url(/images/nav-icon.png);
	background-repeat: no-repeat;
	border: 0;
	oveflow: hidden;
	float: right;
}
.icon:hover
{
	background-position: 0 -24px;
}


.content {
    width: 100%;
    float: left;
    position: relative;
    background-color: #FFF;
}

.content.pad {
	width: 96%;
	float: left;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding-right: 2%;
	padding-left: 2%;
}
.content-columns {
	width: 98%;
	float: left;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding-left: 2%;
}
.content-columns li {
	margin-left: 20px;
	list-style-image: url(/images/bullet-yellow.png);
	padding-bottom: 6px;
}
.columns-wrap {
	float: left;
	width: 100%;
}



.columns1 {
    width: 90%;
    float: left;
    margin: 0px;
    padding: 5%;
}
.icons-wrap {
	width: 96%;
	float: left;
	margin: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}





.columns2 {
	width: 48%;
	margin-right: 4%;
	clear: none;
	padding: 0%;
	margin-bottom: 25px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 0%;
}



.columns2-wide {
	width: 64%;
	margin-right: 3%;
	clear: none;
	font-size: 14px;
	padding: 3%;
}
.columns2-wide li {
	clear: none;
	margin-left: 20px;
	list-style-image: url(/images/bullets.png);
}



.columns2-wide-sidebar {
	width: 27%;
	clear: none;
	position: relative;
	padding: 0px;
}


.columns2-wide-data {
	width: 65%;
	margin-right: 5%;
	clear: none;
}

.columns2-wide-data-sidebar {
	width: 30%;
	clear: none;
	position: relative;
}



.columns2-table {
	display: table;
	width: 100%;
	margin: 0px;
}
.columns2-table-title {
	display: block;
	width: 96%;
	font-size: 56px;
	font-weight: bold;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	line-height: normal;
	text-align: center;
}
.columns2-table-button {
	display: block;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #BEC800;
	line-height: normal;
	text-align: center;
	padding-top: 0%;
	padding-bottom: 4%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}





.columns2-table-cell {
	display: table-cell;
	width: 49%;
	position: relative;
	background-color: #eee;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.columns2-table-spacer {
	margin: 0px;
	padding: 0px;
	width: 2%;
}



.columns3 {
	width: 30%;
	clear: none;
	margin-right: 5%;
	float: left;
	margin-bottom: 5%;
	position: relative;
}

.columns3-teasers {
	width: 29.333%;
	clear: none;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
	position: relative;
	min-height: 340px;
	margin-left: 2%;
}



.columns3-pad {
	width: 24%;
	clear: none;
	margin-right: 2%;
	padding: 4%;
}



.columns3-table {
display: table;
width: 100%;
}


.columns3-table-cell {
	display: table-cell;
	position: relative;
	width: 29.333%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 4%;
}

.columns3-table-link {
	position: absolute;
	margin-left: 5%;
	left: 0;
	right: 0;
	background-color: #FFF;
	width: 90%;
	text-align: center;
	bottom: 20px;
	margin-right: 5%;
	display: block;
	padding: 0px;
}
.columns3-table-link-circle {
	position: absolute;
	left: 0;
	right: 0;
	width: 58px;
	height: 58px;
	border-radius: 29px;
	font-size: 24px;
	color: #fff;
	line-height: 58px;
	text-align: center;
	background: #000;
	bottom: 20px;
}



.columns3-table-link a {
	color: #E67A00;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}


.columns3-table-link a:hover {
	color: #FFF;
	background-color: #000;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}



.columns3-table-link-arrow {
	position: absolute;
	margin-left: 5%;
	left: 0;
	right: 0;
	background-color: #FFF;
	width: 90%;
	bottom: 20px;
	margin-right: 5%;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}


.columns3-table-link-arrow a {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #BEC800;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-decoration: none;
	font-size: 14px;
}


.columns3-table-link-arrow a:hover {
	color: #FFF;
	background-color: #333;
}

.columns3-table h5 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.columns3-table h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.columns4{
	position: relative;
	width: 21%;
	clear: none;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	float: left;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}
.columns4-teasers {
	width: 21%;
	clear: none;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
	position: relative;
	min-height: 340px;
	margin-left: 2%;
}
.columns4 h4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	padding-left: 0%;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 20px;
}
.columns4 h6 {
	position: relative;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
.columns4 p {
	padding-left: 7%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.columns4-center {
	clear: none;
	z-index: 200;
	position: relative;
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
}
.columns5 {
	width: 16%;
	clear: none;
	float: left;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	height: 72px;
	text-align: center;
	background-color: #FFF;
	vertical-align: middle;
	display: inline-block;
}
.columns5 img {
	max-height: 72px;
	display: inline-block;
	vertical-align: middle;
}



.columns5-table {
	display: table;
	width: 100%;
}


.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 16%;
	font-size: 14px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.teasers-top {
	width: 100%;
	float: left;
	position: relative;
}
.teasers-bot {
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}
.teasers-bot h5 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #16341e;
	text-align: center;
}






.columns-wrap {
	width: 100%;
	float: left;
}

.rightMenu {
}
.rightMenu p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightMenu a {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	font-size: 14px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-decoration: none;
}

.rightMenu a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #FFF;
}

.footer {
	width: 90%;
	text-align: center;
	font-size: 14px;
	padding-right: 5%;
	padding-left: 5%;
	color: #666;
	padding-top: 1%;
	padding-bottom: 1%;
	float: left;
}

.view {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	margin-bottom: 7%;
}
.view .mask,.view .content {
	width: 100%;
	min-height: 230px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-decoration: none;
}
.view img {
   display: block;
   position: relative;
}
.view h6 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #333;
}
.view p {
	font-size: 14px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 14px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #333;
   color: #fff;
}
.view-link {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	color: #fff;
	background-color: #333;
}
.brush {
	height: 61px;
	width: 180px;
	left: 0px;
	top: 230px;
	float: left;
	background-color: #0F0;
	transform-origin:90% center; 
	position:relative; 
	animation:rotate 2s linear infinite;
}

.brush:before {
	position: absolute;
	height: 61px;
	width: 180px;
	left: 0px;
	top: 230px;
	float: left;
	background-color: #0F0;
	transform-origin:90% center; 
	animation:rotate 2s linear infinite;
}
@keyframes }
.map-overlay {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	background-color: rgba(51,51,51,0.8);
	z-index: 100;
}
.map-content {
	background-color: #000;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}


.test:before { content:''; position:absolute; height:100%; width:100%; background:blue; animation:rotate 2s linear reverse infinite; }
.product-highlight {
	background-color: #d39e0a;
	padding: 4%;
	font-weight: 600;
	color: #333;
	display: inline-block;
	float: left;
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
}
.hide-mobile {
	display: block;
}
.hide-tablet-mobile {
	display: block;
}

.hide-desktop {
	display: none;
}




/* Tablet Layout: 996px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 996px) {



TABLET {
}

h1 {

}
h2 {

}
h3 {

}
h4 {


}
h5 {

}
h6 {
	font-size: 18px;
	line-height: 20px;

}

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.zeroMargin_tablet {
margin-left: 0;
}

.container_topbar {
	width: 100%;
	z-index: 100;
}


.container_header {
	width: 100%;
	z-index: 100;
	position: relative;
}

.container_banner {
	z-index: 0;
}

.container {

}


.header-wrap {
	width: 100%;
	max-width: 996px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}

.header-logo {
	clear: none;
	display: block;
	text-align: center;
	margin-right: 4%;
	margin-left: 4%;
}
.header-tagline {
	padding-right: 1%;
	width: 50%;
	display: block;
	float: right;
	margin-top: 25px;
}
.header-navicon {
	clear: none;
	display: block;
	width: 50%;
	text-align: right;
	float: right;
	margin-right: 2%;
	margin-top: 2%;
}
.header-nav {
	width: 100%;
	display: block;
	clear: both;
	float: none;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}



.content {
}

.banner-left {
	width: 100%;
	padding: 0px;
	text-align: left;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.banner-left h4 {
	font-size: 55px;
	line-height: 60px;
}



.columns2 {
}


.columns2-wide {

}

.columns2-wide-sidebar {

}


.columns2-wide-data {
	width: 60%;
	margin-right: 5%;
	clear: none;
}

.columns2-wide-data-sidebar {
	width: 30%;
	clear: none;
	position: relative;
}




.columns3 {
	clear: none;
}

.columns4{
	width: 46%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}

.hide-tablet-mobile {
	display: none;
}

}




@media only screen and (max-width: 481px) {



MOBILE {
}


/* Mobile Layout: 480px and below. */
  
h1 {
	font-size: 30px;
	line-height: 32px;
}
h2 {

}
h3 {


}
h4 {


}
h5 {

}
h6 {


}

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}


.zeroMargin_mobile {
margin-left: 0;
}

.container_topbar {
	width: 100%;
}

.container_header {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.container_banner {
	padding-bottom: 0px;
	width: 100%;
	margin-bottom: 0px;
}

.container_banner_sub {
}


.container {
	font-size: 15px;
	line-height: normal;
}


.topbar_buttons {
	width: 50%;
}

.topbar-button2 {
	font-size: 12px;
	text-align: center;
}

.topbar-button1 {
	font-size: 12px;
	text-align: center;
}
.header-logo {
	float: none;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-bottom: 20px;
}

.header-navicon {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.icon {
	display: block;
	width: 26px;
	height: 24px;
	background-image: url(/images/nav-icon.png);
	background-repeat: no-repeat;
	border: 0;
	oveflow: hidden;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.icon:hover
{
	background-position: 0 -24px;
}

.header-tagline {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;

}



.header-tagline2 {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 900;
	font-size: 40px;
	line-height: 36px;
	padding-bottom: 26px;
}
.banner-content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.banner-left {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.banner-left h3 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 10%;
}
.banner-left h4 {
	font-size: 50px;
	line-height: 55px;
	margin-top: 4%;
}




.content {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	margin: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

.columns1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0%;
	padding-bottom: 8%;
}






.columns2 {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


.columns2-wide {
	width: 90%;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}


.columns2-table {
	display: table;
	width: 100%;
	margin-top: 0px;
}

.columns2-table-cell {
	width: 90%;
	display: block;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	margin-bottom: 0px;
}
.columns2-table-spacer {
	height: 20px;
	display: none;
}

.columns2-table-title {
	font-size: 30px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5%;
}

.columns2-table-button {
	display: block;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #BEC800;
	line-height: normal;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 6%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


.columns2-table-cell {
	margin: 0px;
	padding-bottom: 2%;
}
.columns2-table-spacer {
}



.columns3 {
	clear: none;
	width: 100%;
	margin-bottom: 4%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
.columns3-teasers {
	clear: none;
	width: 100%;
	margin-bottom: 4%;
}



.columns3-table {
display: table;
width: 100%;
}

.columns3-table-cell {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
	font-size: 16px;
}


.columns3-table-link {
}


.columns3-table-link a {

}
.columns4 {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.columns4 p {
	padding-left: 0%;
}
.columns5 {
	clear: none;
	width: 100%;
	margin-bottom: 4%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.hide-mobile {
	display: none;
}
.hide-tablet-mobile {
	display: none;
}
.hide-desktop {
	display: block;
}

}
