@charset "utf-8";

@keyframes rotate { 100% { transform:rotate(-360deg); } }

body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 76%;
	color: #333;
	line-height: 20px;
	background-color: #221E2B;
}

/* 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: #F5E061;
}
.yellow-trans {
	background-color: rgba(245, 223, 101, 0.6);
}

.white {
	background-color: #FFF;
}
.black {
	background-color: #000;
}



.green {
	background-color: #BEC800;
}
.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: #425363;
}

.ltgrey {
	background-color: #f2f2f2;
}

.ltorange {
	background-color: #FADEC5;
}


.text-white {
	color: #FFF;
}
.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-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: #2A9363;
	text-decoration: none;
	background-color: #F5DF65;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px;
}


.link-button-yellow:hover {
	background-color: #333333;
	color: #FFF;
}
.link-button-green {
	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: 14px;
	font-weight: bold;
	line-height: 16px;
}


.link-button-green:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
	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: #000000;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000000;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000000;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}
.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(2) rotate(30deg);
/* WebKit */
-webkit-transform: scale(1.2) rotate(30deg);
/* Opera */
-o-transform: scale(2) rotate(30deg);
/* Standard */
transform: scale(2) rotate(30deg);
}

.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;

}
.NEWformfieldsCap {
	height: 20px;
	width: 100px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	border: 1px solid #FFF;
	background-color: #BEC800;
}
.NEWformjumpCap {
	height: 42px;
	padding: 10px;
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	width: 122px;
	background-color: #BEC800;
}

.inputButtons {
	color: #BEC800;
	text-decoration: none;
	padding: 10px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: Arial;
	width: 100%;
	margin-top: 10px;
}
.inputButtons:hover {
	text-decoration: none;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
}

.NEWformfields {
	height: 20px;
	width: 100px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	border: 1px solid #FFF;
	background-color: #BEC800;
}
.NEWcaptcha {
	width: 100%;
	margin: 0px;
	padding-bottom: 5px;
}




.NEWsectiontitles {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 512px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding-top: 6px;
	padding-left: 8px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	background-color: #B42B23;
	border: 1px solid #666;
}

.NEWformjump {
	height: 42px;
	padding: 10px;
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	background-color: #BEC800;
	width: 130px;
}

.NEWformfieldsDOB {
	background: url(/images/bg_formfield.jpg) repeat-x;
	height: 20px;
	width: 30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 2px;
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#enquiryform td {
	padding-bottom: 10px;
	font-size: 14px;
	color: #333;
}

.FormfieldsHome {
	height: 22px;
	width: 90%;
	color: #333;
	background-color: #FFF;
	font-size: 14px;
	padding-left: 8px;
	border: 1px solid #999;
}
.FormfieldsMulti {
	height: 60px;
	width: 90%;
	color: #333;
	background-color: #FFF;
	font-size: 14px;
	border: 1px solid #999;
}

.FormfieldsJump {
	height: 30px;
	color: #333;
	font-size: 14px;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #333;
}
.callbackButton {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #000000;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.callbackButton:hover {
	color: #FFF;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
}

.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;
}
.whitebox-highlight {
	background-color: #FFF;
	padding: 5%;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
}
.redbox-highlight {
	background-color: #D14D28;
	padding: 5%;
	margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	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;
}

.stick {
	position:fixed;
	top:0px;
}
.buttonLeft {
	background-color: #584536;
	height: 100px;
	width: 40px;
	position: static;
	left: 0px;
	top: 50px;
}









DESKTOP {
}
h1 {
	font-size: 42px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	line-height: 50px;
	color: #221E2B;
	display: block;
	letter-spacing: -1px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 26px;
	color: #221E2B;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 22px;
	color: #221E2B;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
	color: #221E2B;
}
h5 {
	font-size: 16px;
}
h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    line-height: 20px;
}


.gridContainer {
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: none;
	float: none;
	padding: 0%;
}




.zeroMargin_desktop {
margin-left: 0;
}


.container_topbar {
	width: 100%;
	margin: 0px;
	color: #FFF;
	background-color: #000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 14px;
	text-align: right;
}

.container_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	z-index: 200;
	background-color: #221E2B;
}

.container_banner {
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container_banner_sub {
	width: 100%;
	margin: 0px;
	background-color: #FFF;
	min-height: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.container {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_sectiontitles {
	width: 100%;
	margin-top: 140px;
}


.container_footer {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}
.container_footer a {
	color: #FFFFFF;
	line-height: normal;
}



.banner-content {
	width: 100%;
	margin: 0px;
}
.banner-content h1 {
	font-weight: normal;
	color: #FFF;
	font-size: 50px;
	padding: 0px;
	line-height: 52px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.banner-content h2 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D14D28;
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.banner-left {
	width: 350px;
	float: left;
	padding-right: 4%;
	text-align: center;
	padding-top: 30px;
}

.banner-right {
	width: 57%;
	float: right;
	position: relative;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	margin-top: 150px;
	color: #FFF;
	padding: 0px;
}

.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: 100%;
	max-width: 960px;
	margin: auto;
	clear: none;
	float: none;
	padding: 0%;
}
.header-logo {
	float: left;
	width: 230px;
	z-index: 999;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
}
.header-tagline {
	float: right;
	width: 75%;
	display: block;
	margin-top: 30px;
	margin-left: 0px;
	text-align: right;
	font-size: 28px;
	font-weight: normal;
	color: #FFF;
}
.header-tagline2{
	display: none;
	float: left;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
}
.header-nav {
	float: right;
	width: 75%;
	display: block;
	margin-top: 20px;
	margin-left: 0px;
	text-align: center;
	height: 60px;
}
.header-navicon {
	display:none;
}
.icon {
	display: block;
	width: 26px;
	height: 24px;
	background-image: url(/images/nav-icon.png);
	background-repeat: no-repeat;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	oveflow: hidden;
}
.icon:hover
{
	background-position: 0 -24px;
}
.home-left {
	width: 49%;
	clear: none;
	margin-right: 2%;
}
.background {
	background-image: url(/images/bg_page.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.home-box-wrap {
	width: 24%;
	clear: none;
	margin-right: 2%;
}

.home-mid {
	width: 24%;
	clear: none;
	margin-right: 2%;
}

.home-right {
	width: 48%;
	clear: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align: bottom;
}
.home-right-content {
	width: 72%;
	position: absolute;
	top: 0px;
	text-align: right;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	right: 0px;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 0%;
	z-index: 100;
}


.content {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #666;
}
.bannerVideo {
	width: 40%;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.bannerVideoTestimonial {
	display: block;
	float: left;
	color: #FFF;
	background-color: #D14D28;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}





.content li {
	margin-left: 20px;
	list-style-image: url(/images/bullets.png);
}
.content h2 {
	padding-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
}


.content-pad {
	width: 94%;
	float: left;
	padding: 3%;
	position: relative;
}
.content-pad h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left: 0%;
	line-height: normal;
}

.content-pad li {
	margin-left: 20px;
	list-style-image: url(/images/bullets.png);
}

.columns1 {
	width: 100%;
	float: left;
}



.columns2 {
	width: 48%;
	margin-right: 4%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	overflow: hidden;
	position: relative;
}
.hire-me {
	position: absolute;
	top: 70px;
	right: 70px;
	height: 114px;
	width: 125px;
}


.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}




.columns2-center {
	width: 44%;
	margin-right: 4%;
	clear: none;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}

.columns2-wide {
    width: 60%;
    margin-right: 5%;
    clear: none;
    float: left;
}



.columns2-wide-sidebar {
	width: 30%;
    clear: none;
    float: left;
}
.columns2-wide li {
	clear: none;
	margin-left: 20px;
	list-style-image: url(/images/bullets.png);
}

.columns2-wide-news {
	width: 65%;
	margin-right: 5%;
	clear: none;
}
.columns2-wide-news ul {
	clear: none;
	padding-left: 20px;
}

.columns2-wide-news li {
	clear: none;
	list-style-image: none;
	list-style-type: 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: 32%;
	clear: none;
	margin-right: 2%;
}
.columns3-pad {
    width: 26%;
    clear: none;
    margin-right: 2%;
    padding: 3%;
}



.columns3-table {
display: table;
width: 100%;
}


.columns3-table-cell {
	display: table-cell;
	position: relative;
	width: 29.333%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 60px;
	padding-left: 2%;
}
.columns3-table-cell li {
	margin-left: -20px;
	list-style-image: url(/images/bullet-arrow-white.png);
}
.columns3-table-cell {
}

.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 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: 24%;
	line-height: normal;
	font-size: 14px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-right: 1.3%;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columns4 h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	padding-left: 7%;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}
.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-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 {
	width: 32%;
	clear: none;
	margin-right: 2%;
	color: #FFF;
}
.teasers p {
	clear: none;
	padding-top: 0%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
}
.teasers h4 {
	clear: none;
	padding-top: 6%;
	padding-bottom: 0px;
	padding-right: 6%;
	padding-left: 6%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}





.columns-wrap {
    margin-bottom: 3%;
    padding: 0px;
    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: 100%;
	color: #CCC;
	line-height: normal;
	text-align: center;
	padding-top: 15px;
	padding-right: 0%;
	padding-bottom: 15px;
	padding-left: 0%;
	font-size: 12px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.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;
}
.hide-mobile {
	display: block;
}
.hide-desktop {
	display: none;
}

.brush-wrap {

}
.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 rotate { 100% { transform:rotate(-360deg); } }

.quote {
	font-size: 16px;
	color: #E00071;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*div { 
width:100px; 
height:100px; 
margin-top:100px; 
transform-origin:90% center; 
position:relative; 
animation:rotate 2s linear infinite; 
}*/

/*div:before { 
content:''; 
position:absolute; 
height:100%; 
width:100%; 
background:blue; 
animation:rotate 2s linear reverse infinite; 
}*/


.test {
	width: 100px;
	height: 100px;
	margin-top: 100px;
	transform-origin: 90% center;
	position: relative;
	animation: rotate 2s linear infinite;
	background-color: #3CF;
	overflow: hidden;
}
.test:before { content:''; position:absolute; height:100%; width:100%; background:blue; animation:rotate 2s linear reverse infinite; }


#prices img {
	width: 100%;
}


.form_text {
    font-family: 'Montserrat', Arial, sans-serif;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
    color: #000000;
}
.form_textarea {
    font-family: 'Montserrat', Arial, sans-serif;
    width: 94%;
    border: 0px solid #49A2DB;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    color: #000000;
}

.form_select {
    font-family: 'Montserrat', Arial, sans-serif;
	width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
}

.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}


.alert{
    padding: 18px 18px;
    border-radius: 0px;
    border: 1px solid;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.alert-success{background:#ecfdf5; border-color:#a7f3d0; color:#065f46;}
.alert-error{background:#fef2f2; border-color:#fecaca; color:#7f1d1d;}	
	
/* Honeypot */
.hp-wrap {
    position: absolute;
    left: -999em;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Move/clip reCAPTCHA badge: bottom-left, hide blue box text */
.grecaptcha-badge{
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 70px !important;     /* show icon + Privacy/Terms only */
  height: 60px !important;
  overflow: hidden !important;
  z-index: 1000 !important;
}
input:required {
  background-color: #ffffff;
}




/* Tablet Layout: 960px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 960px) {



TABLET {
}

h1 {
	font-size: 40px;
	line-height: 42px;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}

.gridContainer {
	width: 96%;
	clear: none;
	float: none;
	padding-right: 2%;
	padding-left: 2%;
	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;
	margin: 0px;
	padding: 0px;
}

.container_banner {
	height: auto;
	z-index: 0;
	margin-bottom: 10px;
}

.container_banner_sub {
	min-height: 200px;
}

.container {

}



.container_footer {

}

.container_sectiontitles {
	width: 100%;
	margin-top: 0px;
}

.header-wrap {
	width: 100%;
	max-width: 960px;
	clear: none;
	float: none;
	margin: 0px;
}


.header-logo {
	clear: none;
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-left: 2%;
}
.header-tagline {
	display: none;
}
.header-navicon {
	clear: none;
	display: block;
	width: 30px;
	text-align: center;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-right: 2%;
}
.header-nav {
	width: 100%;
	display: block;
	clear: both;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 0px;
}

.home-right-content {
	font-size: 13px;
	line-height: 15px;
}

.banner-content h1 {
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 0px;

}
.banner-content h2 {
	font-size: 16px;
	line-height: 18px;
}


.banner-left {
	width: 35%;
	float: left;
	padding-right: 4%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.banner-right {
	width: 57%;
	position: relative;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
}

.banner-services {
	background-image: url(/images/banner-images/services_tablet.jpg);
}

.banner-aboutus {
	background-image: url(/images/banner-images/about-us_tablet.jpg);
}

.banner-technology {
	background-image: url(/images/banner-images/technology_tablet.jpg);
}

.banner-investmgt {
	background-image: url(/images/banner-images/investment-mgt_tablet.jpg);
}

.banner-joinus {
	background-image: url(/images/banner-images/join-us_tablet.jpg);
}

.banner-contactus {
	background-image: url(/images/banner-images/contact-us_tablet.jpg);
}

.banner-publications {
	background-image: url(/images/banner-images/publications_tablet.jpg);
}

.content {
}





.columns2 {
}

.columns2 img {
	clear: none;
	padding-bottom: 10px;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}



 
.columns2-center {
	width: 45%;
	margin-right: 2%;
	text-align: center;
	clear: none;
	padding: 2%;
}


.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;
	width: 32%;
	margin-right: 2%;
}
    
    
.columns3-pad {
}    
    

.columns3-table h5 {
	font-size: 18px;
}

.columns4{

}
.columns4-center {

}

.columns5-table-cell {
	display: block;
	position: relative;
	width: 96%;
	padding: 2%;
}

#contact-form td {
	padding-bottom: 10px;
	margin: 0px;
	color: #FFF;
}
#contact-form input {
	padding: 8px;
	width: 80px;
}

#contact-form select {
	width: 98px;
}
#contact-form img {
	width: 99px;
}



.submitButton {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	width: 100%;
	text-align: center;
}
.submitButton:hover {
	color: #FFF;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #F4A118;
}

.rightMenu a {
	font-size: 14px;
}



.view p {
	display: none;
}


.quote {
	font-size: 14px;
	line-height: 16px;
}
    
.form_text {

}
.form_textarea {
    width: 92%;
    padding-left: 4%;
}

.form_select {

}	    

}




@media only screen and (max-width: 481px) {



MOBILE {
}


/* Mobile Layout: 480px and below. */
  
h1 {
	font-size: 32px;
	line-height: 34px;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {
    font-size: 16px;
    line-height: 18px;

}

.gridContainer {
	width: 90%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}


.zeroMargin_mobile {
margin-left: 0;
}

.container_topbar {
	width: 100%;
}

.container_header {
	position: relative;
}

.container_banner {
	padding-bottom: 0px;
	width: 100%;
	margin-bottom: 0px;
}

.container_banner_sub {
}


.container {
	font-size: 15px;
	line-height: normal;
}

.container_footer {
}

.container_sectiontitles {
	width: 100%;
	margin-top: 0px;
}


.topbar_buttons {
	width: 50%;
}

.topbar-button2 {
	font-size: 12px;
	text-align: center;
}

.topbar-button1 {
	font-size: 12px;
	text-align: center;
}

.header-wrap {
	width: 100%;
	max-width: 960px;
	padding: 0px;
	margin: 0px;
	float: none;
	clear: none;
}



.header-nav {
}

.header-logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: both;
	float: none;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.header-navicon {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	margin-right: 0px;
}
.header-tagline2 {

}

.home-left {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
}

.home-mid {
	width: 48.5%;
	margin-right: 0%;
	clear: none;
}

.home-right {
	width: 100%;
	margin-right: 0%;
	margin-top: 3%;
}
.banner-content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.banner-content h1 {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 15px;
}
.banner-content h2 {
	display: none;
}
.banner-left {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


.banner-right {
	width: 100%;
	float: left;
	position: relative;
	font-size: 36px;
	line-height: 38px;
	padding: 0px;
	margin-top: 20px;
}


.bannerVideo {
	width: 100%;
	float: none;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bannerVideoTestimonial {
	width: 100%;
	margin-bottom: 10px;
}


.content {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	margin: 0px;
}
.content-pad {
	margin: 0px;
	padding: 5%;
	width: 90%;
}

.columns1 {
	padding: 0px;
}






.columns2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.columns2 img {
	clear: none;
	padding-bottom: 10px;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}





.columns2-center {
	text- align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


.columns2-wide {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 0%;
    padding-bottom: 5%;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}
.columns2-wide h2 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	padding-top: 5%;
	padding-left: 5%;
	padding-bottom: 0px;
	line-height: 26px;
}



.columns2-wide-data {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.columns2-wide-data-sidebar {
	width: 100%;
}


.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 {
}



.columns2-materials-left {
	width: 100%;
	margin-bottom: 10px;
}

.columns2-materials-right {
	width: 100%;
}



.columns3 {
	clear: none;
	margin-bottom: 10px;
	width: 100%;
}
    
.columns3-pad {
}    
    

.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 {

}
.teasers {
	width: 100%;
	margin-bottom: 15px;
}
.columns4 {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.columns4 h4 {
	padding-left: 0%;
}
.columns4 p {
	padding-left: 0%;
}


.hide-mobile {
	display: none;
}
.hide-desktop {
	display: block;
}

}
