html{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
img{
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}
body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-style: normal;	 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	background-color: #3A3A3A !important;
}
li{
	list-style: none;
}
ul{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
a{
	outline: 0;
}
#header{
	position: fixed;
	display: block;
	width: 100%;
	height: 70px;
	top: 0;
	background-color: #222222;
	color: #ffffff;
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.75);
}
.smilingwoman{
	background: url('../images/smilingwoman.jpg') #4E4E4E no-repeat top center fixed;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/smilingwoman.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/smilingwoman.jpg', sizingMethod='scale')";
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
		 -o-background-size: 100%;
			background-size: 100%;
}
.dropshadow{
	-webkit-box-shadow: 0px 39px 37px -38px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 39px 37px -38px rgba(0,0,0,0.75);
			box-shadow: 0px 39px 37px -38px rgba(0,0,0,0.75);
}
.shadow{
	-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
}
#header2{
	position: fixed;
	display: block;
	width: 100%;
	height: 70px;
	top: 0;
	color: #ffffff;
	z-index: 9999;
}
#logo{
	left: 0;
	position: relative;
	top: 0;
	width: 232px;
	z-index: 1;
	float: left;
	padding: 0 14px;
}
#logo img{
	width: 100%;
	padding: 15px 0;
	outline: 0;
	border: 0;
}
#logo a{
	outline: 0;
	border: 0;
}
#menu{
	position: relative;
	top: 5px;
	z-index:9998;
	float:right;
}
#menu button{
	background: none;
}
.submenu{
	width: 100%;
	padding: 1.9em 0;
	top: 70px;
	position: fixed;
	float: right;
	z-index: 300;
	background-color: #222222;
	background-color: rgba(34, 34, 34, 0.95);
	display: none;
	color: #ffffff;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.75);
}
#menu a{
	float: left;
	margin-top: 11.55555555555555555555555px;
	color: #fff;
	font-size: 2.3em;
	text-decoration: none;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
#menu a:hover{
	color: #A02D7B;
	-webkit-transition: all 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: all 0.3s linear 0s, color 0.3s linear 0s;
			transition: all 0.3s linear 0s, color 0.3s linear 0s;
}
.transparent{
	width: 100%;
	-khtml-opacity: 0.95;
	  -moz-opacity: 0.95;
		   opacity: 0.95;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
			   filter: alpha(opacity=95);
}
.fully_transparent{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#section0, #section1, #section2, #section3, #section4, #section6 {
    padding-right: 1.2em !important;
    padding-left: 1.2em !important;
}
.section{
	position: relative;
	overflow: hidden;
	padding-top: 18px;
	padding-bottom: 40px;
}
.submenu h3{
	display: block;
	font-weight: 300;
	font-size: 1.3em;
	margin: 0.72em 0;
	padding-left: 5px;
}
.submenu h2{
	display: block;
	line-height: 1;
	font-size: 1.1em;
	margin: .6em 0;
	font-weight: 100;
}
.submenu .fa{
	margin-right: 0.4em;
}
.submenu .col{
	position: relative;
	display: table-cell;
	width: 260px;
	padding: 8px 22px;
	border-right: 1px dashed #888888;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.submenu .col .link{
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 1em;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
.submenu .col .link:hover{
	text-decoration: none;
	background-color: #A02D7B;
	z-index: 9998;
	-webkit-transition: all 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: all 0.3s linear 0s, color 0.3s linear 0s;
			transition: all 0.3s linear 0s, color 0.3s linear 0s;
}
.submenu > div .button{
	padding: 4px 8px;
	font-size: 8pt;
	margin: 1.2em 0;
}
.button{
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
	color: #ffffff;
	background-color: #848484;
	border-bottom: 2px solid #686868;
	text-decoration: none;
	padding: 6px 12px;
	margin: 0;
	cursor: pointer;
	border: none;
	outline: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
					box-sizing: border-box;
					-webkit-transition: all 0.2s linear;
					   -moz-transition: all 0.2s linear;
						-ms-transition: all 0.2s linear;
						 -o-transition: all 0.2s linear;
							transition: all 0.2s linear;
}
.button:hover{
	color: #faf7ed;
	top: 1px;
	border-bottom: 2px solid #686868;
	text-decoration: none;
}
.orangeb{
	background-color: #ff810a;
	border-bottom: 2px solid #C5660C;
}
.orangeb:hover{
	background-color: #d76800;
	border-bottom: 2px solid #c5660c;
}
.section h1{
	display: block;
	font-weight: 300;
	font-size: 2.7em;
}
.section h2{
	display: block;
	font-weight: 300;
	font-size: 1.8em;
}
.section h3{
	font-weight: 300;
	font-size: 1.4em;
	text-align: center;
}
.section p{
	position: relative;
	display: block;
	font-size: 1.2em;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
}
#product_container{
	overflow: hidden;
	width: 650px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#sub_container{
	position: relative;
	overflow: hidden;
	width: 650px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.1);
}
#section0{
	position: relative;
	display:block;
	width:100%;
	height:100%;
	height: 100vh;
	overflow: hidden;
	z-index: 30;
	box-sizing: border-box;
}
.mod{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.mod:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#promo_text{
	position: absolute;
	display: block;
	top: 40%;
	margin-top: -124px;
	text-align: center;
	width: 100%;
}
#promo_text h1{
	text-transform: uppercase;
}
#section0 .header__quotes{
	position: absolute;
	color: #ffffff;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	font-weight: lighter;
	z-index: 100;
	width: 95%;
	font-size: 3.3em;
	line-height: 1.6em;
	text-transform: uppercase;
}
#section0 h1 b{
	font-weight: 600;
}
.header_wording {
    display: inline;
    background-color: rgba(136, 136, 136, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
}
#spidergram-colour{
	position: relative;
	width: 600px;
	margin: 20px auto 0;
	top: 0;
	left: 0;
	-webkit-transition: all 700ms ease;
	   -moz-transition: all 700ms ease;
		-ms-transition: all 700ms ease;
			transition: all 700ms ease;
			-webkit-filter: grayscale(100%);
			   -moz-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
					filter: grayscale(100%);
}
#spidergram_container .spider__gram--active{
	-webkit-filter: grayscale(0%);
	   -moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
			filter: grayscale(0%);
}
#clients_container{
	position: relative;
	width: 100%;
	max-width: 800px;
  	margin: 0 auto;
}
.clients{
	width: 100%;
	max-width: 800px;
}
#clients-bw{
	position: relative;
	top: 0;
	left: 0;
}
#clients-colour{
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	  -moz-opacity: 1;
		   opacity: 1;
}
#section0 .header__quotes span{
	padding: 0px;
    margin: 5px;
}
.blog_item{
	position: relative;
	display: block;
	padding: 5px;
	float: left;
	height: 300px;
	width: 33.3333333333%;
	background-color: #cccccc;
	color: #000;
	overflow: hidden;
	padding: 8px;
	border-left: 1px dashed #888888;
  	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
  			box-sizing: border-box;
		  	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		  	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		  		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		  		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
					transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
.blog_item:hover{
	background-color: #eeeeee;
	cursor: pointer;
	-webkit-transition: all 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: all 0.3s linear 0s, color 0.3s linear 0s;
			transition: all 0.3s linear 0s, color 0.3s linear 0s;
}
.blog_item p{
	display: block;
	padding: 5px;
	font-weight: 400;
	font-size: 1em;
}
.blog_item h3{
	display: block;
	font-weight: 300;
	font-size: 1.3em;
}
.grey1{
	background-color: #DDDDDD;
	color: #000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EEEEEE),
	color-stop(1, #CCCCCC));
	background-image: -o-linear-gradient(bottom, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(bottom, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(bottom, #EEEEEE 0%, #CCCCCC 100%);
	background-image: linear-gradient(to bottom, #EEEEEE 0%, #CCCCCC 100%);
}
.grey2{
	background-color: #f2f2f2;
	color: #000;
}
.grey3{
	background-color: #6A6A6A;
	color: #ffffff;
}
.black{
	background-color: #333333;
	background-image: -o-linear-gradient(bottom, #3E3E3E 0%, #353535 100%);
	background-image: -moz-linear-gradient(bottom, #3E3E3E 0%, #353535 100%);
	background-image: -webkit-linear-gradient(bottom, #3E3E3E 0%, #353535 100%);
	background-image: -ms-linear-gradient(bottom, #3E3E3E 0%, #353535 100%);
	background-image: linear-gradient(to bottom, #3E3E3E 0%, #353535 100%);
	color:#ffffff;
}
.white{
	background-color: #ffffff;
	color: #000;
}
.bounce{
	-webkit-animation: bounce 2s 2;
	   -moz-animation: bounce 2s 2;
		 -o-animation: bounce 2s 2;
			animation: bounce 2s 2;
			opacity:0.8 !important;
}
.intro_arrow {
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
#footer{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #3A3A3A;
	color: #ffffff;
	z-index: 30;
}
#footer h3{
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 1.3em;
	margin: 1em 0;
	z-index: 1;
}
#footer .col{
	position: relative;
	text-align: center;
	float: left;
	width: 22%;
	height: 320px;
	padding: 8px;
	margin: 0 auto;
	background-color: #3A3A3A;
	border-right: 1px dashed #797979;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#footer .link{
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 1em;
	text-decoration: none;
	padding: 5px;
	z-index: 1;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
#footer .link:hover{
	text-decoration: none;
	background-color: #B83695;
	z-index: 9998;
	-webkit-transition: all 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: all 0.3s linear 0s, color 0.3s linear 0s;
			transition: all 0.3s linear 0s, color 0.3s linear 0s;
}
#footer .col .link{
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 1em;
	text-decoration: none;
	padding: 5px;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
#footer .col .link:hover{
	text-decoration: none;
	background-color: #A02D7B;
	z-index: 9998;
	-webkit-transition: all 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: all 0.3s linear 0s, color 0.3s linear 0s;
			transition: all 0.3s linear 0s, color 0.3s linear 0s;
}
.footer_section{
	position: relative;
	margin-top: 20px;
}
#footer_menu{
	position: relative;
	height: 100%;
	width: 100%;
	height: 320px;
	background-image: url('../images/footer__map__cover.png');
	background-position: center right;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.section_centre{
	display: block;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#section6{
	position: relative;
	z-index: 10;
}
#section6 .card__button:hover{
	color: #fff;
}
.middle{
	text-align: center;
}
.headpoint{
	position: relative;
	height: auto;
    font-weight: 300;
    font-size: 1.8em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.point{
	position: relative;
	min-height: 202px;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.point:last-of-type{
	padding-bottom: 15px;
	border-bottom: 0 dashed #999999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.point h3{
	font-size: 1.6em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.point img{
	width: 50px;
}
.point .hdng{
	display: block;
	font-size: 1.3em;
}
.point .title{
	font-weight: 300;
	display: block;
	font-size: 1.8em;
}
.point .text{
	display: block;
    font-size: 1.05em;
    font-weight: 400;
    line-height: 1.5;
    color: #3b393d;
}
.menu_block{
	width: 170px;
	background-color: #ff0000;
}
#social{
	position: relative;
	display: block;
	top: 6px;
	overflow: hidden;
}
#social img{
	width: 22px;
	padding-left: 0;
	padding-right: 4px;
	display: none;
}
.social__foot{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25%;
	display: block;
	font-size: 2.2em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.social__foot a{
	margin: 0 .1em;
	color: #fff;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
.social__foot a:hover{
	color: #9c2375;
}
#header_right{
	position: relative;
	display: block;
	float: right;
}
#social_float{
	float: right;
}
#contact_form{
	position: relative;
}
.input__label{
	position: relative;
	display: block;
	padding: .3em 0 .3em .7em;
	font-size: .8em;
	background-color: #E8E8E8;
	color: #333;
	z-index: 10;
}
.contact__input{
	position: relative;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: .95em;
	width: 80%;
	padding: 8px;
	background: #cccccc;
	color: #000000;
	outline: 0;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
				box-sizing:border-box;
				-webkit-transition: all 0.3s linear 0s, color 0.3s linear 0s;
				   -moz-transition: all 0.3s linear 0s, color 0.3s linear 0s;
					-ms-transition: all 0.3s linear 0s, color 0.3s linear 0s;
					 -o-transition: all 0.3s linear 0s, color 0.3s linear 0s;
						transition: all 0.3s linear 0s, color 0.3s linear 0s;
}
textarea.contact__input{
	height: 170px;
}
.contact__input:hover{
	background: #eeeeee;
}
.contact__input:focus{
	background: #eeeeee;
	-webkit-box-shadow: 0 -10px 38px 0 #9c2375;
	   -moz-box-shadow: 0 -10px 38px 0 #9c2375;
			box-shadow: 0 -10px 38px 0 #9c2375;
}
.contact__input:disabled{
	opacity: 0.5;
}
.sec{
	position: relative;
	width: 48%;
	border-left: 1px dashed #888888;
	color: #fff;
	display: block;
	float: left;
	overflow: hidden;
	padding: 8px;
	background-color: rgb(171, 171, 171);
    border-radius: 3px;
    border: 1px solid #858585;
    margin: 0 1% 0 1%;
    height: 338px;
    box-shadow: 0 0 6px -3px #333;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    		box-sizing: border-box;
			-webkit-transition: all 0.3s linear 0s, color 0.3s linear 0s;
			   -moz-transition: all 0.3s linear 0s, color 0.3s linear 0s;
				-ms-transition: all 0.3s linear 0s, color 0.3s linear 0s;
				 -o-transition: all 0.3s linear 0s, color 0.3s linear 0s;
					transition: all 0.3s linear 0s, color 0.3s linear 0s;
}
.sec:hover{
	box-shadow: 0 0 16px -3px #333;
}
.sec img{
	height: 150px;
	margin: .8em 0;
}
.secimg{
	width: 140px;
}
.noleftb{
	border-left: 0 dashed #888888 !important;
}
.norightb{
	border-right: 0 dashed #888888 !important;
}
#footer .norightb{
	width: 33%;
	background-color: inherit;
	cursor: pointer;
}
.norightb img{
	position: absolute;
	top: 0;
	left: -3px;
	z-index: 0;
	height: 320px;
}
.webchat_tab{
	right: 0;
	top: 220px;
	position: fixed;
	padding: 20px 12px 16px 12px;
	cursor: pointer;
	z-index: 99999;
	overflow: hidden;
	border: 0;
	display: block;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
.webchat_tab img{
	width: 20px;
}
.webchat_tab:hover{
	background-color: #330066 !important;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
.request_a_demo_tab{
	right: 0;
	top: 490px;
	position: fixed;
	padding: 20px 12px 16px 12px;
	cursor: pointer;
	z-index: 99999;
	overflow: hidden;
	border: 0;
	display: block;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
.request_a_demo_tab img{
	width: 20px;
}
.request_a_demo_tab:hover{
	background-color: #330066 !important;
	-webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
	   -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		-ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
		 -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
			transition: background-color 0.3s linear 0s, color 0.3s linear 0s;
}
.menuSelect{
	display: none;
}
.menuSelect > ul > li a > i{
	margin-bottom: 3px;
	color: #c5c5c5;
}
.menuSelect > ul > li{
	font-family: FontAwesome;
	list-style: none;
	text-align: center;
	font-size: 32pt;
}
#blog{
	width: 100%;
	height: 50%;
	border: 0;
	margin-bottom: -30px;
	z-index: 200;
}
#videoHead{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	   -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
			transform: translateX(-50%) translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;
}
.fullBlog{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100vh !important;
}
span.readMore{
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	margin: 6px 4px;
	color: #7694CF;
}
.hide{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right !important;
}
.pointWrapper{
	position: relative;
}
#learnCloud{
	position: relative;
	margin: 0 auto;
	height: 694px;
	max-width: 650px;
	width: 100%;
	padding: 40px 22px;
	display: none;
	box-sizing: border-box;
}
#learnCloud a{
	position: relative;
	color: #fff;
	margin: 0 2px;
	text-decoration: none;
	box-sizing: border-box;
}
#learnCloud a span{
	position: relative;
	display: inline-block;
	padding: .8em 1.6em;
	width: 48%;
	height: 20%;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26);
	    margin: 40% 0;
	box-sizing: border-box;
}
#learnCloud a span:before{
	position: absolute;
	font: 17pt'Open Sans', Verdana, Helvetica sans-serif;
	content: attr(title);
	text-align: left;
	left: 0;
	padding: 0 0.8em;
}
#learnCloud a span > .fa{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: .001em .09em;
	font-size: 32pt;

}
.center{
	position: absolute;
	top: 50%;
	margin-top: -18.4844px;
	left: 50%;
	margin-left: -77.6565px;
	z-index: 100;
	width: 150px;
	padding: .6em .2em;
	font-size: 100%;
}
.quick__links{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 60px;
	background-color: rgba(51,51,51,0.80);
    box-shadow: 0 0 30px #000;
}
.quick__links a{
	padding: .96em .1em;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	border-right: 2px #f2f2f2 solid;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 60px;
	width: 20%;
	font-size: 1.4em;
	-webkit-transition: all ease 500ms;
	   -moz-transition: all ease 500ms;
		-ms-transition: all ease 500ms;
		 -o-transition: all ease 500ms;
			transition: all ease 500ms;
}
.quick__links a:hover{
	background-color: #222222;
}
.quick__links .fa{
	margin-right: 0.3em;
}
.quick__links > a:nth-child(1){
	border-left: 2px #f2f2f2 solid;
}
.c-hamburger{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 62px;
	height: 62px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
			transition: background 0.3s;
}
.c-hamburger:focus{
	outline: none;
}
.c-hamburger span{
	display: block;
	position: absolute;
	top: 32px;
	left: 18px;
	right: 18px;
	height: 4px;
	background: white;
	-webkit-transition: all ease 500ms;
	   -moz-transition: all ease 500ms;
		-ms-transition: all ease 500ms;
		 -o-transition: all ease 500ms;
			transition: all ease 500ms;
}
.c-hamburger:hover span{
	background: #A02D7B;
	-webkit-transition: background 0.2s;
	   -moz-transition: background 0.2s;
		-ms-transition: background 0.2s;
		 -o-transition: background 0.2s;
			transition: background 0.2s;
}
.c-hamburger:hover span::before{
	background: #A02D7B;
	-webkit-transition: background 0.2s;
	   -moz-transition: background 0.2s;
		-ms-transition: background 0.2s;
		 -o-transition: background 0.2s;
			transition: background 0.2s;
}
.c-hamburger:hover span::after{
	background: #A02D7B;
	-webkit-transition: background 0.2s;
	   -moz-transition: background 0.2s;
		-ms-transition: background 0.2s;
		 -o-transition: background 0.2s;
			transition: background 0.2s;
}
.c-hamburger span::before,
.c-hamburger span::after{
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	content: "";
}
.c-hamburger span::before{
	top: -10px;
}
.c-hamburger span::after{
	bottom: -10px;
}
.c-hamburger--htx{
}
.c-hamburger--htx span{
	-webkit-transition: background 0s 0.3s;
			transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after{
	-webkit-transition-duration: 0.3s, 0.3s;
			transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
			transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before{
	-webkit-transition-property: top, -webkit-transform;
			transition-property: top, transform;
}
.c-hamburger--htx span::after{
	-webkit-transition-property: bottom, -webkit-transform;
			transition-property: bottom, transform;
}
.c-hamburger--htx.is-active{
}
.c-hamburger--htx.is-active span{
	background: none;
}
.c-hamburger--htx.is-active span::before{
	background-color: #A02D7B;
	top: 0;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after{
	background-color: #A02D7B;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after{
	-webkit-transition-delay: 0s, 0.2s;
			transition-delay: 0s, 0.2s;
}
#menu_float > a > span{
	display: none;
	position: absolute;
	overflow: hidden;
	width: 214px;
	right: -144px;
	opacity: 0;
}
#menu_float .fa-phone{
	transition: all ease 200ms;
	margin-right: 0;
}
#menu_float .fa-phone:hover{
	transform: rotateZ(48deg);
}
#livechat{
	display: none;
}
.quote__area{
	position: relative;
	height: 300px;
	font-size: 130%;
}
.block{
	min-height: 100px;
	line-height: 100px;
	text-align: justify;
	font-family: "Open Sans", sans-serif;
}
.block .citation{
	font-size: .67em;
	line-height: 1.6em;
	width: 223px;
	margin: 72px auto 0;
	padding: 0 2px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.block .author{
	position: absolute;
	color: #838eca;
	opacity: 0;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 22px;
	-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
			transform: translateY(-50px);
}
.client__background{
	position: absolute;
	top: 0;
	background-image: url('../images/clients__all.png');
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	opacity: 0.1222222;
}
.inner__head{
	position: absolute;
	height: 68px;
	width: 100%;
	left: 0;
	box-shadow: 0 0 3px;
	background-color: rgba(236, 236, 236, 0.6);
}
.inner__head img{
	height: 33px;
	width: auto;
	margin: 10px 0 0 0;
	padding: 0 20px;
}
.section__highlight{
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 4em 0 6em 0;
}
.dark__gray{
	background-color: #2D2D2D;
	color: #fff;
}
.dark__gray .card__button:hover{
	color: #fff;
}
.light__gray{
	background-color: #f2f2f2;
	color: #333;
}
.light__gray .content__text > *{
	text-align: center;
}
.section__bottom .card__button{
	margin: 1.2em auto 0 auto;
}
.contact__form{
	position: relative;
	display: block;
	z-index: 200;
	width: 42%;
	margin: 0 auto;
	padding: 3.3em .2em;
	text-align: center;
	max-height: 500px;
	height: 500px;
	box-shadow: 0 0 50px -14px #000;
	background: rgb(45, 23, 64) url('../images/pattern.png');
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact__social{
	position: relative;
	padding: .3em .2em;
	width: 100%;
}
.contact__form > form > span{
	position: relative;
	width: 94%;
	margin: 0 auto;
	background: #f2f2f2;
	height: 1px;
	display: block;
}
.contact__form h3{
	font-weight: 100;
	margin: -.8em 0 .8em 0;
}
.contact__social a{
	display: inline-block;
	padding: .2em .9em;
	color: #fff;
	font-size: 1.2em;
	-webkit-transition: all ease 200ms;
	   -moz-transition: all ease 200ms;
		-ms-transition: all ease 200ms;
		 -o-transition: all ease 200ms;
			transition: all ease 200ms;
}
.contact__social a:hover{
	opacity: .5;
}
.contact__form h2{
	text-align: center;
    margin: -28px 0 6px 0;
}
.map__wrapper{
	position: relative;
	clear: both;
}
.map__wrapper p{
	position: absolute;
	top: 0;
	left: 0;
	margin: 1.3em 0 0 1.3em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	z-index: 100;
}
.contact__form label{
	position: absolute;
	z-index: 100;
	display: inline-block;
	background: #FF810A;
	width: 34px;
	height: 34px;
	padding: 8px 0;
	border-radius: 0 0 0 3px;
	border-bottom: 2px solid #C5660C;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.contact__form div{
	margin: .4em 0;
}
label.textLabel{
	height: 170px;
}
.contact__form textarea{
	background: #f2f2f2;
	margin: 0 0 0 34px;
	padding: 7px;
	resize: none;
	border-bottom: 2px solid #C5660C;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.contact__form input[type="text"]{
	background: #f2f2f2;
	margin: 0 0 0 34px;
	padding: 7px;
	border-bottom: 2px solid #C5660C;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.contact__form select{
	background: #f2f2f2;
	margin: 0 0 0 34px;
	padding: 6px;
	border-bottom: 2px solid #C5660C;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}
.contact__form select:after{
	content: "\f107";
	position: absolute;
	right: 0;
}
.contact__form .inner__paragraph{
	margin: .1em 1.9em;
	padding: 0;
	font-size: .8em;
}
.contact__form .button{
	position: relative;
	font-size: .8em;
	margin: 0.3em 2.7em 0.99em 6em;
	width: 132px;
	outline: 0;
	float: left;
	text-decoration: none;
	background-color: #FF810A;
	border-bottom: 3px solid #D87211;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-appearance: none;
			   -moz-appearance: none;
				-webkit-box-sizing: content-box;
				   -moz-box-sizing: content-box;
						box-sizing: content-box;
						-webkit-transition: all 0.1s linear;
						   -moz-transition: all 0.1s linear;
							-ms-transition: all 0.1s linear;
							 -o-transition: all 0.1s linear;
								transition: all 0.1s linear;
}
.showcase__brands{
	padding: 31em 0;
}
.hero__shot__idmobile__ie{
	background: transparent url('../images/id__mobile__hero.png') 19% 0 no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	overflow: visible;
	bottom: -100%;
	-webkit-transition: all 1200ms ease-in-out;
	   -moz-transition: all 1200ms ease-in-out;
			transition: all 1200ms ease-in-out;
}
.section__inner{
	position: absolute;
	width: 33%;
	right: 14%;
	opacity: 0;
	top: 50%;
	margin: -212.664px 0 0 0;
	z-index: 100;
	-webkit-transition: all 700ms ease-in-out;
	   -moz-transition: all 700ms ease-in-out;
			transition: all 700ms ease-in-out;
}
.section__inner h1{
	margin: 0;
}
.section__showcase{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: .7em 0 1.5em;
}
.section__showcase img{
	box-sizing: border-box;
	height: 42px;
	padding: 0 .6em;
	margin: 1.8em 0;
}
#section3 .card__button:hover{
	color: #fff;
}
.synthetix__introduction{
	padding: 8em 0;
}
#scroll__top{
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 1em;
	margin: .4em .4em;
	width: 60px;
	height: 60px;
	z-index: 900;
	line-height: 0;
	display: none;
	font-size: 4em;
	cursor: pointer;
	background-color: #9c2375;
	-webkit-box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.4);
			box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.4);
	border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
}
#scroll__top:hover{
	background-color: #80799E;
}
#scroll__top .fa{
	line-height: 51px;
}
#selfservice,
#contactcentre{
	position: relative;
}
.contact__info{
	position: relative;
	display: block;
	float: left;
	width: 33.33%;
	margin: 0 auto;
	padding: 3.3em .2em;
	text-align: center;
	max-height: 500px;
	height: 500px;
	background: rgb(45, 23, 64) url('../images/pattern.png');
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.sec .title{
	font-size: 2.6em;
	text-align: center;
	font-weight: 500;
}
.submenu span{
	position: absolute;
	left: 36px;
}
.head__section{
	position: relative;
	background-color: #f6f8f7;
	color: #3b393d;
	text-align: center;
	padding: 2.2em 0;
}
.left__present__title{
	position: relative;
	width: 100%;
	font-weight: 300;
	margin-bottom: 0px;
	margin-bottom: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.left__present__title .fa{
	padding: 0 .3em 0 0;
}
.section_centre .left__present__content{
	text-align: center;
	font-weight: 400;
	font-size: 1.02em;
	width: 100%;
	margin: 0;
}
.section_centre .right__present__title{
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 160%;
	margin-bottom: .5em
}
.section_centre .right__present__content{
	text-align: justify;
	font-weight: 400;
	font-size: .9em;
	width: 100%;
	margin: 0;
}
.server__secure__animation{
	position: absolute;
	width: 500px;
	top: 98px;
}
.section__accreditations{
	position: relative;
	min-height: 275px;
	text-align: center;
}
.accreditations{
	position: relative;
	width: 33.33%;
	float: left;
	padding: 0 1.3em;
	box-sizing: border-box;
	margin: 4em 0 2.5em 0;
	text-align: center;
}
.accreditations__button{
	margin: 40px auto 0 auto;
}
.accreditations img{
	position: relative;
	width: 160px;
	height: 160px;
}
.accreditations h2{
	margin-top: 10px;
}
.server__secure__animation .comp{
	position: absolute;
	top: 0px;
	width: 120px;
	height: 90px;
	border: 3px solid #333;
	border-radius: 5px;
}
.server__secure__animation .lock{
	position: absolute;
	left: 190px;
	font-size: 2.2em;
	top: 26px;
	z-index: 100;
	color: #333;
}
.server__secure__animation .comp:after{
	content: '';
	position: absolute;
	z-index: 5;
	top: 39px;
	left: 7px;
	width: 100px;
	height: 10px;
	border-radius: 360px;
	border: 3px solid #333;
}
.server__secure__animation .loader{
	position: absolute;
	z-index: 5;
	top: 46.1px;
	left: 15px;
	width: 8px;
	height: 8px;
	border-radius: 360px;
	background: #FF810A;
	-webkit-animation: process 5s infinite linear 0.5s;
	   -moz-animation: process 5s infinite linear 0.5s;
		 -o-animation: process 5s infinite linear 0.5s;
			animation: process 5s infinite linear 0.5s;
}
.server__secure__animation .con{
	position: absolute;
	top: 49px;
	left: 126px;
	width: 144px;
	height: 3px;
	background: #333;
}
.server__secure__animation .byte{
	position: absolute;
	top: 46px;
	left: 123px;
	height: 9px;
	width: 9px;
	background: #333;
	border-radius: 360px;
	z-index: 6;
	opacity: 0;
	-webkit-animation: transfer__byte 5s infinite linear 0.5s;
	   -moz-animation: transfer__byte 5s infinite linear 0.5s;
	     -o-animation: transfer__byte 5s infinite linear 0.5s;
			animation: transfer__byte 5s infinite linear 0.5s;
}
.server__secure__animation .server{
	position: absolute;
	top: -22px;
	width: 0;
	right: 232px;
	height: 0;
	z-index: 1;
	background: initial;
	border-radius: 360px;
	font-size: 8em;
	color: #333;
}
#section4 .left__present__content{
	float: right;
}
#section4 .card__button{
	color: #fff;
}
#section4 .card__button:hover{
	color: #6CA5D8;
}
.services__card{
	position: relative;
	width: 50%;
	color: #fff;
	float: left;
	padding: .3em 3.2em;
	box-sizing: border-box;
	margin-top: 3em;
	min-height: 300px;
	margin-bottom: 21px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	padding-right: 0;
}
.card__border{
	border-right: 1px solid #a1a1a1;
	padding-left: 0;
	padding-right: 3.2em;
}
.section2--chrome:before{
	content: ' ';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/sc__centre__cloud__cover.jpg") no-repeat center center;
	background-color: #fff;
	background-size: cover;
	will-change: transform;
	pointer-events: none;
	-webkit-pointer-events: none;
	z-index: -1;
}
#section1{
	position: relative;
	z-index: 30;
}
#section2{
	position: relative;
	z-index: 20;
    padding: 4em 0;
}
#section2 .card__button:hover{
	color: #fff;
}
#section4,
#section6{
	padding: 4em 0 6em 0;
}
.section6--chrome:before{
	content: ' ';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/whats__new__background__cover.jpg") no-repeat center center;
	background-color: #fff;
	background-size: cover;
	will-change: transform;
	z-index: -1;
}
.section2__background{
	background-attachment: fixed;
	background-size: cover;
	background-image: url("../images/sc__centre__cloud__cover.jpg");
	background-position: center center;
}
.section6__background{
	background-attachment: fixed;
	background-size: cover;
	background-image: url("../images/whats__new__background__cover.jpg");
	background-position: center center;
}
#section7{
	position: relative;
	background-color: #3a3a3a;
}
.cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#section2 h1{
	color: #fff;
}
#section2 p{
	color: #fff;
}
.services__card h1{
	text-align: center;
	font-size: 2.2em;
	margin-bottom: 0;
}
.services__card p{
	font-weight: normal;
	text-align: center;
	font-size: 1.02em;
	min-height: 78px;
}
.services__card div{
	display: inline-table;
	width: 30%;
    box-sizing: border-box;
}
.services__card label{
	display: block;
	font-weight: 500;
}
.services__card .product__list{
	position: relative;
	width: 100%;
	color: #fff;
	font-weight: 100;
	box-sizing: border-box;
	padding: 1.2em 3.2em 4.2em 3.2em;
}
.services__card .fa{
	font-size: 3.3em;
	margin-bottom: 10px;
}
.footer__button{
	position: relative;
	width: initial;
	background: initial;
	outline: 0;
	display: inline-block;
	margin: 1.2em auto 0 auto !important;
	padding: 0.8em 3.3em;
	font-size: 1.2em;
	font-weight: 600;
	margin: 1.2em auto;
	color: inherit;
	z-index: 30;
	border: 2px solid #6CA5D8;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
.footer__button:hover{
	background-color: #6CA5D8;
	color: #fff;
	text-decoration: none;
}
.card__button{
	position: relative;
	width: initial;
	outline: 0;
	display: inline-block;
	background-color: #6CA5D8;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	margin: 1.2em auto 0 auto !important;
	padding: 0.8em 3.3em;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin: 1.2em auto;
	color: #fff;
	z-index: 30;
	border: 2px solid #6CA5D8;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
    -webkit-appearance: none;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
.card__button:hover{
	background: inherit;
	color: #6CA5D8;
	text-decoration: none;
}
.partner__showcase{
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.partner__showcase img{
	position: relative;
	width: 200px;
	display: inline-table;
	margin: 40px 1.3em 0 1.3em;
	vertical-align: middle;
}
.text__black{
	color: #333;
}
.text__white{
	color: #fff;
}
#section5{
	padding-top: 0;
}
.dialog__close{
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	color: #fff;
	margin: .3em .6em;
}
.cookie__policy{
	position: fixed;
	bottom: -50px;
	left: 0;
	z-index: 900;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
			transition: all 250ms ease;
}
.cookie__policy--active{
	bottom: 0;
}
.cookie__policy .dialog__close{
	position: relative;
	margin: 0 1.4em 0 0;
	font-size: 1.3em;
	display: inline-block;
}
.footer__copyright,
.cookie__policy{
	font-size: .7em;
	height: 45px;
	width: 100%;
	background-color: #2D2D2D;
	padding: 1.4em 1.8em;
	color: #A2A2A2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.footer__copyright p{
	display: inline-block;
	color: #A2A2A2;
	font-weight: 600;
	font-size: 1.2em;
	margin: 0;
}
.footer__copyright a{
	color: #A2A2A2;
	font-size: 1.2em;
	text-decoration: none;
}
.footer__copyright a:hover{
	color: #A2A2A2;
	text-decoration: underline;
}
.cookie__policy p{
	display: inline-block;
	color: #A2A2A2;
	font-weight: 600;
	font-size: 1.2em;
	margin: 0;
}
.cookie__policy a{
	color: #A2A2A2;
	font-size: 1.2em;
	text-decoration: none;
}
.cookie__policy a:hover{
	color: #A2A2A2;
	text-decoration: underline;
}
.right__align{
	display: inline-block;
	float: right;
	font-weight: 600;
	margin: 0 68px 0 0;
}
#footer .col label{
	font-weight: 600;
	font-size: 1em;
	margin-right: 1em;
}
#footer .col label a{
	font-weight: 600;
	font-size: 1em;
	color: #fff;
}
#section__down{
	position: absolute;
	bottom: 80px;
	width: 72px;
	height: 42px;
	z-index: 1;
	color: #fff;
	font-size: 5.2em;
	line-height: 0;
	cursor: pointer;
	left: 50%;
	opacity: 0;
	margin-left: -36px;
	background-image: url('../images/down__arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#section__down:hover{
	opacity: 1;
}
.download__section{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.grid h4{
	font-weight: 600;
	margin-bottom: .3em;
}
.download__grid{
	position: relative;
	float: left;
	width: 33.33%;
	padding-left: 0.3em;
	margin-bottom: 0.4em;
	overflow: hidden;
}
.download__grid .cover{
	position: absolute;
	display: block;
	z-index: 10;
    background: #2D2D2D;
    opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.download__card {
	height: 450px;
}
.content__info{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 1.3em;
	z-index: 20;
}
.content__image{
	position: relative;
	display: block;
	min-height: 250px;
	max-height: 525px;
	overflow: hidden;
}
.content__image img{
	width: 100%;
	margin: 0;
	margin-bottom: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.download__grid:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.download__content{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
	left: 0;
	top: 0;
}
a.download__bt {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -81px !important;
	text-decoration: none;
}
a.download__bt:hover {
	text-decoration: none !important;
}
.content__info{
	color: #fff;
	background-color: #222222;
	opacity: 0.9;
	height: 55%;
}
.content__info .content__title{
	cursor: pointer;
	font-weight: 800;
}
.content__info .content__title:hover{
	opacity: .8;
	text-decoration: underline;
}
.content__tags{
	margin-bottom: .6em;
}
.content__info .content__tags, .content__download{
	font-size: .7em;
}
.content__info .content__download{
	text-align: center;
}
.content__tags li{
	display: inline-block;
}
.content__info a{
	color: #fff;
}
.content__tags a:hover{
	text-decoration: underline;
}
.content__download a:hover{
	text-decoration: underline;
}
.content__info .fa{
	margin-right: .4em;
}
.content__info .content__description{
	font-size: .8em;
}
#spidergramma{
	width: 600px;
	height: 545px;
	background: url('../images/Multichannel_Spidergram_2016.png');
	margin: 10px auto; padding: 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.spidergramma{
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.spidergramma--colour{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
#spidergramma li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
#spidergramma li,
#spidergramma a{
	height: 108px;
	width: 100px;
	display: block;
}
.spidergramma .product__tip{
	position: absolute;
	cursor: pointer;
}
.product__tip--show{
	position: absolute;
	z-index: 30;
	background: #5A5A5A;
	padding: .3em 1em;
	border-radius: 5px;
	box-shadow: 0 0 8px #333;
	color: #fff;
	width: 325px;
}
.product__tip--show h3{
	margin-bottom: 0;
}
.product__tip--show p{
	margin-top: 0;
}
.product__tip--one{
	left: 138px;
	width: 100px;
	top: 26px;
}
.product__tip--two{
	left: 362px;
	top: 22px;
}
.product__tip--three{
	left: 475px;
	top: 216px;
}
.product__tip--four{
	left: 362px;
	bottom: 26px;
}
.product__tip--five{
	left: 138px;
	bottom: 26px;
}
.product__tip--six{
	left: 26px;
	top: 216px;
}
.product__tip--seven{
	top: 188px;
	left: 218px;
	height: 165px !important;
	width: 165px !important;
}
.dummies__infographic{
	position: absolute;
	left: -515px;
	height: 400.5px;
	margin-top: 180px;
	pointer-events: none;
	-webkit-transition: all 1250ms ease;
	   -moz-transition: all 1250ms ease;
		 -o-transition: all 1250ms ease;
			transition: all 1250ms ease;
			-webkit-filter: dropshadow(0 8px 14px);
			   -moz-filter: dropshadow(0 8px 14px);
					filter: dropshadow(0 8px 14px);
}
.dummies__active{
	left: 0;
}
.tooltip{
	position: absolute;
	display: none;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);#
	background-color: #f2f2f2;
	text-shadow: -1px -1px 0 #f4f4f4;
	color: #444;
	font-weight: bold;
	font-size: 1.1em;
	padding: .6em 1.4em;
	z-index: 20;
}
.header__quotes{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.header__quotes--active{
	opacity: 1;
	visibility: visible;
}
#section0,
#section1,
#section3,
#section4,
#section5,
#section7{
	position: relative;
	z-index: 30;
}
.float__image{
	width: 300px;
	float: right;
}
.float__image img{
	position: relative;
	width: 100%;
}
.synthetix_agent--hide{
	display: none !important;
}
.accreditations__area{
	padding: 8px 0 0 0;
}
.accreditations__area img{
	width: 98px;
	height: auto;
	padding: 0 .3em;
	-webkit-filter: grayscale(80%);
	filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray80'><feColorMatrix in='SourceGraphic' type='saturate' values='0.8' /></filter></svg>#gray80");
	filter:grayscale(80%);
}
#section6 img{
	height: 300px;
	display: block;
	margin: 0 auto 1em;
	padding: 2em 4em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#333')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#333')";
	-webkit-filter: drop-shadow(0 0 10px #333);
	filter: drop-shadow(0 0 10px #333);
}
#section6 .services__card h1{
	min-height: 129px;
}
.emoji{
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
.emoji:hover{
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
			transform: scale(1.2);
}