* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	max-height:99999999px;
}
body {
	-webkit-text-size-adjust:100%;
	color:#565656;
	font-family: 'Lato',sans-serif;
	font-size: 16px;
}
#bg {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f1f2f2;
	z-index:-1;	
}
a {
	text-decoration:none;
	color: #223B88;
	outline:none;
	font-weight:500;
}
.whitetext a {
	color: #fff;
}
a:not(.no-hover):hover, {
	color: #223B88;
}
.whitetext a:not(.no-hover):hover {
	color: #fff;
}
a.fonta {
	font-weight:normal;
	color: #fff;
}
input[type='submit'] { 
	-webkit-appearance:none;
}
h2 {
	font-size: 32px;
	margin-bottom:15px;
	color:#223B88;
	line-height: 130%;
	font-weight:600;
}
h1, h3 {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 120%;
	font-weight:600;
	color:#010637;
}
.blog h1, .blog h3 {
	font-size: 38px;
}
h1 em, h3 em {
    font-style: normal;
    color: #0DC6E1;
}
.whitetext h1 em, .whitetext h3 em {
	color:#fff;
}
h1 a, h3 a {
	font-weight:bold;
	color: #010637;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5 {
	text-shadow: 1px 1px 1px #fff;
}
.whitetext h1, .whitetext h3 {
	font-size: 44px;
	font-weight:600;
}
.whitetext h4, .whitetext h5 {
	font-weight:600;
}
.whitetext strong {
	font-weight:bold;
}
h4 {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 130%;
	font-weight:600;
	color:#223B88;
}
h5 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 130%;
	font-weight:600;
	color:#223B88;
}
h6 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 130%;
    font-weight:600;
	color:#223B88;
}
h1 strong, h2 strong, h3 strong, h4 strong {
	
}
p {
	margin-bottom:15px;	
	font-size: 16px;
	line-height:150%;
}
#multimap p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 130%;
	color:#0089D1;
}
.infoboxes li {
	line-height:150%;	
}
#testimonial p, #testimonial a {

}

img {
	max-width:100%;
	height:auto;
	border:none;
	margin: 0 auto;	
}

img.logos {
min-height:100px;	
}
.cimg {
    max-width: 30%;
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
    border: none;
    margin-top: 5px;
    clear: right;
}
img.tabicon {
    position: absolute;
    width: 100px;
    margin-top: 7px;
}
#brands img {
	width:100%;	
}
#wrapper {	
	width: 100%;
}
.row {
	width: 100%;
	clear: both;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
}
.row-inner {
	width: 100%;
	clear: both;
	margin:auto;
	position:relative;
	max-width:1300px;
}
.footer {
    background-color: #777777;
    padding-top: 15px;
    padding-bottom: 15px;
    /* color: #fff; */
}
#topnav ul {
	margin-top:5px;
	display:inline-block;
	list-style-type: none;
}
#topnav ul li {
	float: left;
}
#topnav ul li a {
	font-size: 14px;
}
#sliderow {
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	min-height:11px;
}
h4.line {
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	background-image: url(../images/bluepx.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
h4.line span  {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	width:auto;
	background-color: #FFF;
}
.center {
	text-align: center;
}
.footer p {
}
.footer a {
	font-weight:400;
	color: #646464;
}
.footer a:hover {
	color: #223B88;
}
.footer ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0!important;
}
.footer ul li {
	margin-bottom:5px;
}
#products a {
	display:block;
	padding:3% 1%;
}
#products a div {
	display:block;
	width:100%;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-position: center center;	
	background-size:contain;
	border: 1px solid #E8E8E8;	
}
#product-range h4 a {
	display:inline;
	color: #EC3C00;
}
#product-range h4 em {
	font-style: normal;	
}
#product-range a {
	display:block;
	background-size:cover;
	color:#fff;
}
#product-range a div {
	width:100%;
	padding-bottom:50%;
	max-height:235px;
	background-repeat:repeat;
	background-image: url(../images/opa30.png);
	position:relative;	
}
#product-range a div p {
	display:none;	
}
#product-range a div.detail {
	width:100%;
	position:absolute;
	bottom:20px;
	text-align:center;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:0;
	background-image:none;
}
.clear {
	clear:both;
}
#content img {
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:15px;
	max-width:49%;
	overflow:hidden;	
}
.scroll p {
    margin: 0;
    margin-bottom: 0px;
    padding: 8px 12px;
}
.product p strong, .scroll p strong {
	font-size:15px;
}
.product p.price, .scroll p.price {
	color:#9F0000;
}
.product p.price.large, .scroll p.price.large {
	font-size:18px;
}
.map-outer {
	width:100%;
	padding-top:18%;
}
.img-outer {
	background-size:cover;
	width:100%;
	padding-top:18%;
}
.map-container {
	width:100%;
	position:relative;
}
.map-inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
}
.map-inner img { 
    max-width: none !important; 
    height: auto !important; 
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#form * {
}
#form label {
	width: 30%;
	display: block;
	float: left;
	min-height:5px;
	font-size:16px;
	margin-right:5%;
	margin-bottom:4px;
	padding: 10px 0;
	clear: left;
	font-weight:600;
}
#form input, #form select {
    width: 65%;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #FFF;
    border: none;
    color: #3c3c3b;
    float: left;
    height: auto;
    font-size: 17px;
}

.col50.contact input, .col50.contact select {
    width: 100% !important;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #FFF;
    border: none;
    color: #3c3c3b;
    float: left;
    height: auto;
    font-size: 17px;
}

.col50.contact input[type='submit'] {
	width:100px !important;	 
	border: 3px solid white !important;
	float: right !important;
}

.col50.contact textarea {
width: 100% !important;
height: 130px;
font-size: 17px;
}

#form h5 {
	clear:both;	
}
#form textarea {
	width: 65%;
	margin-bottom:5px;
	padding:16px;
	background-color: #FFF;
	border: none;
	color:#3c3c3b;
	float:left;
}
.smaller {
	/* width: 27%!important; */
}
#selector select {
	margin-bottom:5px;
	padding:5px;
	border: solid 1px #999999;
}
#form input[type=radio] {
	width:8%;
	float:left;
	margin-top:4px;
}
#form input[type=checkbox] {
	width:8%;
	margin-top:4px;
	clear:both;
	float:left;
	background-color:transparent;
}
.checkbox label {
	width:90%!important;
	margin-left:8%!important;
	font-size:13px;
	margin-top:-19px;
	float:none;
}
.radio label {
	font-size:13px;
	margin-top:4px;
	margin-bottom:5px;
}
.formspacer {
	clear:both;
	height:10px;
}
.gallery {
	margin:0 -1%;
	clear:both;
}
.gallery.larger {
	padding-right:3%;
	padding-left:3%;
	margin:auto;
	clear:both;
	max-width:100%;
	padding-bottom:25px;
	margin-top:-10px;
}
.gall a {
    display: block;
    margin: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 70%;
}
a.tile {
    display: table;
    margin: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 80%;
    width: 100%;
    box-shadow: 2px 2px 10px #bbb;
    border: 2px solid #fff;
}
.gall a:hover {
}
.larger .gall a {
	width:82%;
	background-size:cover;
	padding-top:50%;
}
.gall a span.table-cell {
	display:table-cell;
	height:100%;
	width:100%;
	vertical-align:middle;
	text-align:center;
	top:0;
	left:0;
	font-size:20px;
	background-color:#fff;
	color:#000;
	opacity:0;
	padding:5%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.jdpicker_w .date_selector {
top:1px!important;
left:45%!important;
}
.content.visible {
z-index:1;
}
.content-outer {
position:relative;
}
.map-container img {
	float:none;
	max-width:100%;
}
#grabs img {
	width:100%;
	margin-bottom:3%;
}
.col100 ul {
	margin-bottom:25px;	
}
#ctas a {
	background-image: url(../images/tel1.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #3c3c3b;
	padding-left: 23px;
}
.email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
/* Filter */
dl {
	color: #777;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dt, dd {
	float: left;
}
dt { margin-right: 5px; }
.filter li { float: left; }
.filter a {
	color: #939393;
	text-decoration: none;
	display: block;
	margin-right: 20px;
	font-size: 18px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	text-transform:uppercase;
	font-weight:400;
}
.filter .current a {
	font-weight: 600;
	color: #fff;

}



/* Portfolio Items */
.portfolio li {
	margin-right: 1%;
	margin-left:1%;
	margin-bottom: 2.5%;
	display:inline-block;
	max-width:22%;
	min-width:195px;
}

.portfo {
	width: 205px;
	height: 178px;
	padding-top:115px;
	max-width:100%;
	overflow:hidden;
	text-align:left;
	background-repeat: no-repeat;
}


/* Custom Classes
------------------------------------------------------------ */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

ul.portfolio.group {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:inline-block;
	height:100%!important;
	width:100%;
}
.portfo p {
	background-image: url(../images/portfobg.png);
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	padding-top: 9px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	height: 63px;
	font-weight:300;
	text-transform:uppercase;
}
.portfo p span {
	line-height:115%!important;
}
.portfo p strong {
	font-weight:600;
	text-transform:none;
	line-height:15px;
}
.portfolio.group .item a {
	color: #000;
	text-decoration: none;
}
.portfolio.group .item a:hover {
	color: #6FA23C;
}
.filter {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;






}
.group {
	margin-top: 25px;
}
#problem {
	background-color:#F3F3F3;
	padding-bottom:1000px;
	margin-bottom:-990px
}
#process {
	background-color:#E4E4E4;
	padding-bottom:1000px;

	margin-bottom:-990px	
}
#delivered {
	background-color:#D6D6D6;
	padding-bottom:1000px;
	margin-bottom:-990px
}
#radio {
	margin-left:-20px;
	margin-right:-20px;	
}
ul, ol {
	margin-bottom:25px;
	list-style-position: outside;
	padding-left:20px;
}
#header ul {
	margin-bottom:0;
	padding-left:0;
	text-align: right;
	list-style-type: none;
}
.content-inner ul li {
	margin-bottom: 8px;
}
::-webkit-input-placeholder {
   color: #3c3c3b;
   font-family:Arial, Helvetica, sans-serif;  
}

:-moz-placeholder { /* Firefox 18- */
   color: #3c3c3b;
   font-family:Arial, Helvetica, sans-serif;    
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #3c3c3b;
   font-family:Arial, Helvetica, sans-serif;    
}

:-ms-input-placeholder {  
   color: #3c3c3b;
   font-family:Arial, Helvetica, sans-serif;  
}
.col50.left {
	padding-right: 2.5%!important;
}
.col50.right {
	padding-left: 2.5%!important;
}
#cta {
	background-color:#b6c3cf;
	background-image: url(../images/ctabg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top:15px;
	padding-bottom:1px;
}
#testimonial {
	background-color:#b6c3cf;
	background-image: url(../images/ctabg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	/* position: fixed; */
	z-index: 1051;
	background-color: #000000;
	top: 0;
	/* background-image: url('/images/headerbg.png'); */
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto;
}
.offer-boxes {
	width:285px;
	float:right;
	margin-left:40px;
	padding-top:5px;	
}
.offer {
	display:block;
	margin-bottom:30px;	
	border:none;
}
.offer.last {
	margin-bottom:0;	
}
.offer h3 {
	padding:12px;
	background-color: #1c2f75;
	background-image: url(../images/navbg.png);
	background-repeat: repeat-x;
	background-position: center top;

	margin-bottom:0;
	color:#fff;	
	text-align:center;
	display:block;
}
.offer p {
	margin-bottom:0;
	padding:17px 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cad3de;
	border-left-color: #cad3de;
	font-size:18px;
	font-weight:normal;
	color: #182b69;
}
.offer span {
	padding:10px 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cad3de;
	border-left-color: #cad3de;
	border-bottom-color: #cad3de;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight:bold;
	display:block;
	color: #182b69;
	background-image: url(../images/ctabg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:17px;
}
.social a:hover {
	color:#0DC6E1;	
}
.image-gallery {
	max-width:960px;
	margin:auto;
}
.img-gall {
	max-width:960px;
	margin:auto;
	position:relative;
	margin-bottom:15px;
}
.img-gall .col100 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-image: url(../images/opa50.png);	
	
}
#full-logo img {
	max-width:75%;
}
#services {
	margin:0;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
	/* padding-bottom: 15px; */
	box-shadow: 0 -4px 30px 0px rgba(43,43,43,0.5)!important;
}
.homep #services {
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: -webkit-all 500ms ease;
    -moz-transition: -moz-all 1000ms ease;
    -ms-transition: -ms-all 1000ms ease;
    -o-transition: -o-all 1000ms ease;
    transition: all 1000ms ease;
	box-shadow: none;
}
.not-at-top #services  {
	background-color: #fff;
	box-shadow: 0 -4px 30px 0px rgba(43,43,43,0.5)!important;
}
#services.homepage {
	display:block;
}
#serv {
	display:table;
	table-layout:fixed;	
	width:100%;
	margin:0;
	padding:0;
}
.service {
	width:auto;
	display:table-cell;
	vertical-align:top;
	text-align:center;
	/* height: 100px; */
	font-size:13px;
	padding-bottom: 15px;
}
.service a {
	display:block;
height:80%;
}
.service.last {
	border-right: none;
}
.serviceimg {
	width: 40%;
	padding-top: 45px;
	margin-bottom: 10px;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	margin-left:auto;
	margin-right:auto;
}
.service span {
	display:block;
	width:90%;
	margin:auto;
	white-space:normal;
	font-size: 13px;
	color: #333333;
	/* text-transform:uppercase; */
	font-weight:600;
}		
.servnav {
	cursor:pointer;	
}
.service-img {
	width:100%;
	height:100%;
	background-size:cover	
}
.service ul {
	position:absolute;
	z-index:9;
	list-style-type:none;
	display:none;
	padding:0;
	margin:0;
	margin-left:-1px;
	margin-bottom: -1px;
}
.service ul li.selected a {
	color:#4d4d4f;	
}
.service ul li {
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	margin:0!important;
	position:relative;
}
.service ul li a {
	color: #333333;
	/* text-transform:uppercase; */
	font-weight: 600;
	display:block;
	padding:5% 12% 5% 7%;
	text-align:left;
	font-size: 14px;
}
.service ul li.last {
	/* border-bottom: none; */
}
.fade-box {
	display:none;	
}
.fade-text {
	opacity:0;	
	-webkit-transition-duration: 2s;
    transition-duration: 2s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.pdf {
	font-weight:normal;
	display:inline-block;
	padding-left:25px;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size:20px 20px;	
	margin-bottom:5px;
	min-height:20px;	
}
.pdf span {
	color: #4d4d4f;	
}
.office-maps p {
	font-size:12px;
	margin-bottom:5px;	
}
.view-on-map {
	cursor:pointer;
	display:inline-block;
	padding-left:20px;
	background-image: url(../images/mag.png);
	background-repeat: no-repeat;
	background-position: left center;	
	min-height:16px;	
}
.emailadd {
	display:inline-block;
	padding-left:25px;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;	
	min-height:16px;	
}
#downloads {
	max-width: 1600px;
	margin: auto;
}
.dload {
	display: inline-block;
	padding: 30px 8px 0 8px;
	border-top: 1px solid #ddd;
	max-width:40%;
}
.home {
    z-index: 1027;
    top: 10px;
    position: absolute;
    display: block;
    left: 0;
    -webkit-transition: -webkit-all 200ms ease;
    -moz-transition: -moz-all 200ms ease;
    -ms-transition: -ms-all 200ms ease;
    -o-transition: -o-all 200ms ease;
    transition: all 200ms ease;
}
.not-at-top .home {
    top: 9px;
    left: 3%;
}
.servnav {
	position:fixed;
	top:0;
	right:0;
	z-index:999;
}
#header #nav {
    text-align: center;
    position: absolute;
    right: 0;
    width: 100%;
    top: 90px;
    display: block;
    background-color: #fff;
    z-index: 9998;
}
#header #nav ul {
	
}
#header #nav ul li {
    display: table-cell;
    text-align: center;
    padding: 0 17px 0 17px;
    margin: 0;
    height: 110px;
    vertical-align: middle;
}
#header #nav ul li a {
	font-size: 14px;
	display: table-cell;
	color: #333333;
	/* text-transform: uppercase; */
	font-weight:600;
	padding: 0 0 0 65px;
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center left;
	text-align: left;
	background-size: auto 40px;
	height: 75px;
	vertical-align: middle;
	max-width: 200px;
}
#header #nav ul li:hover {
    background-image: url('../images/navbg1.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}
#header #nav ul li.subitems:hover {
    background-image: url('../images/navbg.png');
}
#header #nav ul li a:hover {
	color: #223B88;
}
#header #nav ul li ul {
  position: absolute;
  display: none;
  overflow: hidden;
  border: none;
  margin: auto;
  /* background-image: url('/images/opaw95.png'); */
  min-width:250px;
}
#header #nav ul li ul li ul {
	top:55px;
}
#header #nav ul li.selected a {
  font-weight:600;
  color:#223B88;
}
#header #nav ul li.selected:hover ul li a {
 color: #333333;
 font-weight: normal!important;
}
#header #nav ul li ul li a {
}
li.second a {
	color:#000;	
}
li.second.selected a, li.second:hover a {
	color:#fff;	
}
li.third a {
	color:#000!important;	
}
li.third.selected a, li.third:hover a {
	color:#fff!important;	
}
.expanded li a {
  font-weight: 400!important;
}
#header #nav ul ul li ul li a {
  font-weight: 300;
}
.expanded li ul li a {
  font-weight: 300!important;
}
#header #nav ul li span {
  right: 10px;
  position: absolute;
  color: #333333;
  font-size: 12px;
  top: 27px;
  z-index: 999;
  text-align: right;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;
}
#nav-inner {
}
#ct {
    max-width: 1300px;
    margin: auto;
    position: relative;
    padding: 8px 0;
    width: 100%;
    height: 42px;
}
#wh-outer {
    width: 100%;
    top: 42px;
	background-color:#fff;
}
#wh {
    max-width: 1300px;
    margin: auto;
    position: relative;
    padding: 7px 0 0 0;
    width: 100%;
    height: 36px;
}
#ct span {
    display: inline-block;
    font-size: 18px;
    margin-right: 13px;
    font-weight: normal;
    color: #fff;
}
#ct p {
	margin-bottom:0;
	margin-left: 5px;
	float: right;
}
#ct i {
	font-style:normal;
}
p.imagetitle {
  font-size: 56px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  display: block;
  margin-left: calc(100% - 400px);
  padding-right: 3%;
  font-weight:600;
  line-height: 110%;
  padding-bottom: 3%;
  width:400px;
  text-shadow: 1px 1px #281f31;
}
.infoboxes {
	overflow:hidden;	
}
#logos img {
	width:auto;
	display:inline;
}
.float-right {
	float:right!important;	
}
.contactimg {
  bottom: 0;
  top: 0;
  right: 0;
  left:auto;
  width: 50%;
  background-size: cover;
  background-position: center;
  text-align:right;
}
.contactimg.cmap {
  width: 100%;
}
.contactimg.left {
  left:0;
  right:auto;
}
.contactimg .book {
	margin-top:0;	
}
#links .book {
	margin-top:0;	
}
#links {
  position: absolute;
  z-index: 99;
  text-align: right;
}
.contacts a {
  display: inline-block;
}
.map-container {
	height:100%;
}
.heading img {
  float: right;
  margin-left: 5%;
  margin-bottom: 5px;
  max-width: 45%;
  margin-top:5px;
}
#links1 {
  position: absolute;
  top: 0;
  right: 0;
}
#slides .col100 {
	bottom:0;	
}
#slide-outer h1 {
	position:absolute;
	margin-top:-300px;	
}
.slidesjs-pagination {
  display: none;
}
.slidesjs-container {
	width:100%!important;
	max-width:100%!important;	
}
.slidesjs-container * {
	max-width:100%!important;	
}
.overlay {
	width:100%;
	height:100%;
	background-size: 100% 100%;
}
.infoboxes img, .fullimg img {
	max-width:40%;	
}
.maintext {
    padding-top: 120px;
    padding-bottom: 75px;
    position: relative;
}
.scrolldown {
  position: absolute;
  left: 0;
  bottom: 155px;
  text-align: center;
  right: 0;
  cursor:pointer;
}
.scrolldown img {
	max-width:30%;
	cursor: pointer;	
}
.mob-only {
	display:none;	
}
.mainlogo {
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
}
.mainlogo img {
  width: 15%;
  margin-top: -5%;
}
p.tiny {
	font-size:11px;
	margin-bottom:5px;	
}
img.product {
	max-width:80%;	
	max-height:450px;
}
.product-details table {
	width:100%;
	margin-left:-5px;	
}
.product-details td {
  padding: 3px 15px 6px 3px;
  vertical-align: top;

}
.tile.full {
    min-height:200px;
	margin-bottom:0;
	padding-bottom:50%;
	background-color:#E0E0E0;
	position:relative;
	display:block;
	background-size: cover;
    background-position: center;
}
.tile.full p {
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	font-size:15px;
	color:#fff;
	padding:10px;
	font-weight:normal;
	margin-bottom:0;
	text-align:center;
	text-transform:uppercase;
	background-image:url('../images/opa50.png');
}
.slidetext {
	padding-top:70px;	
}
.wallop-slider-nav {
  position:absolute;
  z-index:2;
  top: 45%;
}
.wallop-slider-nav .col50 {
  float:right!important;
  margin-bottom:15px;
}
.book, #form input.submit {
    display: inline-block;
    padding: 12px;
    color: #646464;
    margin-top: 0px;
    /* border: 2px solid #223B88; */
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    height: auto;
    background-color: #223B88;
    color: #fff;
}
.book:hover, #form input.submit:hover {
    background-color: #223B88!important;
    color:#fff!important;
}
.book.wider {
	width:90%;
	padding:12px 2px;
}
.content-inner img {
    max-width: 39%;
    float: right;
    margin-left: 1%;
    margin-top: 15px;


}


.blogimage {
    max-width: 50%;
    float: right;
    margin-left: 3%;
    /* margin-top: 15px; */
    margin-bottom: 2%;
}

.yt-holder {
	width: 30%;
    float: right;
    margin-left: 3%;
    /* margin-top: 15px; */
    margin-bottom: 2%;
}
.yt-holder .yt {
	border:none;
	padding-top:56%;
}
.footer p {color: #646464;}
.wallop-slider {
  margin-bottom:10px;
}
.hide {
	display:none;	
}
.number, .symbol {
    font-weight: bold;
    color: #24B6EA;
}
#currency {
  background: #ccc;
  background: -webkit-linear-gradient(top, #bbb, #ddd);
  background: -moz-linear-gradient(top, #bbb, #ddd);
  background: linear-gradient(top, #bbb, #ddd);

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  border: 1px solid #aaa;
  height: 22px;
  outline:none;
}
.answer {
    height: 0px;
    overflow: hidden;
}
.answer.open {
    height: auto;

    overflow: visible;
}
.question h5 {
    cursor:pointer;
	display:inline-block
}
.question h5 i {
    color:#24B6EA;
}
#counter-bar .col25 {
    width:25%;
	border-right: 5px solid #f1f1f1;
}
#counter-bar .col25.last {
    border-right: none;
}
.booknow {
    padding: 9px 15px 9px 15px;
    background-color: #e31e24;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight:600!important;
    /* text-shadow: 1px 1px 1px #000000; */
    display: inline-block;
    margin-top: -8px;
}
.topfade {
    top: 0;
    width: 100%;
    padding-top:10%;
    position: absolute;
	background-image:url('../images/topfade.png');
	background-size:100% 100%;
	min-height:50px;
}
.bottomfade {
    bottom: 0;
    width: 100%;
    padding-top:10%;
    position: absolute;
	background-image:url('../images/bottomfade.png');
	background-size:100% 100%;
	min-height:50px;
}
.tabmenu {
	padding:0;
	border-bottom: 1px solid #223B88;
	/* display: inline-block; */
	/* margin-bottom: 30px!important; */
}
.tabmenu li {
    display: inline-block;
    padding: 10px 20px 0 0;
    margin: 0;
}
.tabmenu li a {
    display: block;
    font-weight:600;
    padding-bottom: 12px;
    border-bottom: 0;
    font-size: 1.1em;
    color: #565656;
}
.tabmenu li.active a {
    padding-bottom: 10px;
    border-bottom: 4px solid #223B88;
}
.wallop-slider__btn {
    border: none;
    width: 5%;
    display: inline-block;
    background-color: transparent;
    outline: none;
    margin-top: -2.5%;
    cursor: pointer;
    padding: 0 2px;
}
.wallop-slider__btn:disabled {
	opacity:.3;	
}
.wallop-slider__btn.btn--next {
    float: right;
}
#newsletter input {
    padding: 8px;
    border: none;
    max-width: 79%;
    height: 33px;
    display: block;
    float: left;
}
#newsletter input.submit {
    background-color: #0DC6E1;
    color: #fff;
    text-transform: uppercase;
	margin-left: -1px;
	text-shadow: 1px 1px 1px #000000;
	font-family: FontAwesome;
	padding: 9px;
	max-width:20%;
	cursor:pointer;	
}
.subscribe-top input {
    padding: 3px 6px;
    border: none;
	width: 150px;
	height:23px;
}
.subscribe-top input.submit {
    background-color: #0DC6E1;
    color: #fff;
    text-transform: uppercase;
    margin-left: -1px;
    text-shadow: 1px 1px 1px #000000;
    width: auto;
    font-family: FontAwesome;
    padding: 4px 6px;
    cursor: pointer;
    display: block;
    float: right;
}
.two-cols, .content-inner ul {

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	text-align:left;
}
.two-cols *:last-child, .content-inner ul *:last-child {
	margin-bottom:0;
}
.col100 .two-cols ul, .content-inner ul {
	margin-bottom:0;
}
@-webkit-keyframes glow {
	from {  text-shadow: 1px 1px 1px #666; }
	to { text-shadow: 0 0 20px #fff; }
}
.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(.85);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);	
	}
	50% {

		-webkit-transform: scale(.85);
	}	
	100% {
		-webkit-transform: scale(1);
	}			
}
.content {
	text-align:left;	
}
#ct .fa.fa-lg.fa-phone, i.fa.healcode  {
    font-size: 16px;




}

.no-hover {
	cursor:default;	
}
.tabmenu .no-hover {
	cursor:pointer;	
}
.tiled p {
	font-size:14px;	
}
.blogimg {
	display:block;
	padding-bottom:60%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
}
.para .whitetext .content a {
	text-decoration:underline!important;	
}
.maintext * {
    text-shadow: 5px 5px 10px #000;
}
#tiles {
	padding-left:3%;


	padding-right:3%;	
}
.tile span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
}
.tile span em {
	display: table-cell;
	background-color: rgba(227, 30, 36, 0.85);
	color: #fff;
	padding: 7px;
	vertical-align: middle;
	height: 50px;
	width: 100%;
	position: relative;
	font-style: normal;
	font-weight: normal;
}
.tile:hover span em {
	/* background-color: #223B88; */
}
a.tile.icon {
    box-shadow: none;
    border: none;
    padding-top: 50%;
    background-size: contain;
    background-position: top center;
}
.tile.icon span {
    position: relative;
}
.tile.icon span em {
    background-color: transparent;
    color: #646464;
    padding-top: 10px;
	vertical-align: top;
	font-weight: bold;
}
.lower-footer {
    background-color: #b9080d;
    padding: 15px 0;
}
.lower-footer p {
    font-size: 13px;
    color: #fff!important;
}
.lower-footer a {
    color: #fff;
}
.footer a {
    color: #fff;
}

.footer h6 {
    color: #223B88;
}
td.label {
    width: 40%;
}

td.comment {
    width: 30%;
}

td.score {
    width: 30%;
    text-align: center;
}
#commentlist td.label {
    width: 25%;
	font-weight:600;
}
#commentlist td.comment {
    width: 45%;
}
#form td.comment textarea, #form td.comment input {
    width: 100%;
}
#form td.score input {
    margin:auto;
	float:none;
	height:auto;
	color:#fff;
	background-color:#223B88;
	border:none;
}
#commentform td, #commentlist td {
	padding-bottom:17px;
	vertical-align:top;
	line-height:145%;
}
#commentform td strong, #commentlist td strong {
	margin-bottom:3px;
	display:inline-block;
}
.separator {
	height:35px;	
}
.small {
    font-weight: normal;
    font-size: .9em;
}
#commentlist .buttons {
    width: auto;
    float: right;
	margin-top:4px;
}
#commentlist .buttons input {
    color:#fff;
	background-color:#223B88;
	border:none;
	padding:3px;
	outline:none;
	
}
#ct-outer {
    position: fixed;
    background-color: #223B88;
    width: 100%;
    z-index: 9999;
    top: 0;
    background-image: url('../images/ctbg.png');
    background-repeat: repeat-x;
	-webkit-transition: -webkit-all 200ms ease;
    -moz-transition: -moz-all 200ms ease;
    -ms-transition: -ms-all 200ms ease;
    -o-transition: -o-all 200ms ease;
    transition: all 200ms ease;
}
.not-at-top #ct-outer {
	overflow:hidden;
	box-shadow: 0px 2px 20px rgba(43,43,43,0.3);	
}
.home img {
    -webkit-transition: -webkit-all 200ms ease;
    -moz-transition: -moz-all 200ms ease;
    -ms-transition: -ms-all 200ms ease;
    -o-transition: -o-all 200ms ease;
    transition: all 200ms ease;
    /* margin-left: -50%; */
    display: block;
    background-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.07);
}
.not-at-top .home img {
	background-color: transparent;
    box-shadow: none;
}
#header ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
}
#header ul li a {
    font-weight:600;
}
.jshowoff-slidelinks {
    position: absolute;
    top: -45px;
    right: 0;
}
.jshowoff-slidelinks a {
    font-size:0px;
	text-indent:500px;
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#010637;
	margin-right:5px;
}
a.jshowoff-active {
	background-color:#1F6CD6;
}
.testm {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.testm p {
    margin-left: 180px;
	font-size:1.2em;
}
.rateitholder {
    display: inline-block;
    width: 160px;
    float: left;
}
p.review-text {	
	text-align:right;
	margin-bottom:0;
	margin-top:5px;
	font-size: 1.2em;
}
p.review-text  a {	
	font-weight:bold;
}
.title-holder {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    padding-top: 15px;
	z-index: 1;
}
#makeMeScrollable {
	width:100%;
	position:relative;
	overflow-y:hidden;
}
.scroll {
	float: left;
	margin-right: 20px;
	text-decoration:none;
	background-color: #EEEEEE;
	display:block;
	padding:0;
}
.scroll span {
	display:block;
	width:100%;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-position: center center;	
	background-size:cover;
}
#footer_review {
    background-image: url('../images/vertbg.png');
    background-size: 100% 100%;
    background-position: bottom;
}
@media screen and (min-width:980px) and (max-width:1300px) {
#header #nav ul {
    margin-right: -30px;
}

/*





#header #nav ul li {
    max-width: 22%;
    vertical-align: top;
    padding: 0 10px;
    min-width: 14%;
}
*/
#header #nav ul li a {

}
#header #nav ul li ul li a {
	height:auto;
}
}
@media screen and (min-width:980px) and (max-width:1200px) {
#header #nav ul {
    width: calc(100% - 220px);
}
.home {
    /* width: 199px!important; */
}
#header #nav ul li a {
    font-size: 11px;
    /* margin-top: 1px; */
}
#header #nav ul li a {
	font-size: 12px;
	padding: 0px 0 0 45px;
	background-size: auto 27px;
	/* width: auto; */
}
}
@media screen and (min-width:1600px) {
.min-height .col100 {
	min-height:600px;	
}
#tabmenu li a span {

}
#header #nav ul li a {
 max-width: 220px;
}
.tile.full p {
	font-size:20px;
}
}
@media screen and (min-width:1900px) {
.min-height .col100 {
	min-height:870px;	
}

}
@media screen and (min-width:2200px) {
.min-height .col100 {
	min-height:1175px;	
}
}
@media screen and (min-width:980px) {
#wrapper {
	padding-top: 78px;
}
.home {/* width: 300px; */}
.row.no-para {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.para {
	background-size:100% auto;
}
.para.fullheight {
	background-size:cover;
}
.bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 60%;
  background-size: cover;
  background-position: top center;
}
.menu {
	display:none;
}
.dskhide {
	display:none;
}
.col100 {
	float: none;
	clear:both;
	padding:5%;
}
.servnav {
	display:none;	
}
.service {
	position: relative;
}
.firstrow .row-inner {
	padding-top:160px!important;	
}
.tx2, .tx2 .row-inner {
	padding-top:40px!important;		
}
.tx4, .tx4 .row-inner {
	padding-top:160px!important;		
}
.tx6, .tx6 .row-inner {
	padding-top:240px!important;		
}
.tx8, .tx8 .row-inner {
	padding-top:320px!important;		
}
.tx10, .tx10 .row-inner {
	padding-top:400px!important;		
}
.bx2 {
	padding-bottom:40px!important;		
}
.bx4 {
	padding-bottom:160px!important;		
}
.bx6 {
	padding-bottom:240px!important;		
}
.bx8 {
	padding-bottom:320px!important;		
}
.bx10 {
	padding-bottom:400px!important;		
}
.col70 {
	float: left;
	width: 70%;
	padding: 5%;
}
.col66 {
	float: left;
	width: 66%;
	margin-bottom: 0;
	padding: 5%;
}
.col60 {
	float: left;
	width: 60%;
	margin-bottom: 0;
	padding: 5%;
}
.col50 {
	float: left;
	width: 50%;
	margin-bottom: 0;
	padding: 5%;
}
.col50.tiled:nth-child(2n+3) {
	clear:left;
}
.col40 {
	float: left;
	width: 40%;
	padding: 5%;
}
.col33 {
	float: left;
	width: 33.3%;
	padding: 5%;
}
.col25.gall {
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}
#videos .col33 {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}
#videos .col100 {
    margin-right: -5px;
	margin-left: -5px;
}
.col33:nth-child(3n+4) {
	clear:left;
}
.col30 {
	float: left;
	width: 30%;
	margin-bottom: 0;
	padding: 5%;
}
.col25 {float: left;width: 25%;padding: 2%;}
.col20 {
	float: left;
	width: 20%;
	padding: 5%;
}
.col20.gall {
	float: left;
	width: 20%;
	padding: 1%;
}
#header .col25 {
	padding-left: 0;
	position:absolute;
	padding-top: 0;
	z-index:99;
}
#topnav {
	text-align:right;
}
.map-container {
    padding-top: 90%;
}
#form {
}

.application {
	width:100%;
}
label.fullwidth {
	width:100%!important;	
}
#form #rightapp {
	padding-right:0;
}
#form #leftapp {
	padding-right:2.5%;
}
.radio label {
	width:25%!important;
	margin-left:0!important;
}
.not-at-top .home img {
	height: 90px;
}
.home img {
    height: 185px;
}
#slides {

}
#ctas a {
	margin-right: 1%;
}
.email {

}
.main {
  margin-bottom: 0;

  display: table;
  float:right;
}
#form .col50 {
	padding:5% 3%;	
}
#form .col50 .col100 {
	padding:5%;	
}
#grabs img.narrow {
	width:48%;
}
#grabs img.narrowfirst {
	margin-right:3.5%;
}
#grabs {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;	
}
.quote {
	display:block;
	font-size:40px;
	line-height:120%;
	padding-left:55px;
	padding-right:0;
	padding-top:10px;
	min-height:50px;		
}
.quote.qmrk {
	padding-left:80px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.quote.small {
	font-size:30px;		
}
.qt {
	position:absolute;
	display:block;
	width:100%;
	right:10px;
	text-align:right;
	margin-top:-35px;	
}
#header #nav ul li span {
	display:none;
}
.slideimgcontainer {
	height:300px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;	
}
.slidetable {
	height:425px;
	display:table;	

	margin-top:-15px;
}
.static .slidetable {
	height:365px;
}
.slidetablecell {
	display:table-cell;	
	vertical-align:middle;
}
a#profile { 

  margin-top: -120px;        /* Size of fixed header */
  padding-bottom: 120px; 
  display: block; 
}
#ctas {

	margin-top:-95px;	
}
.content-text {
	width: calc(100% - 325px);
	float:left;	

}
.gall-spacer {
	width:12.5%;
	height:100px;
	float:left;	
}
.gallery.only3 .gall:first-child {
	margin-left:12.5%;	
}
#hometext {
	max-width:800px;
	margin-bottom:165px;
	float:right;	
}
.spacer {
	height:20px;	
}
.whitebg {

	background-color:#fff;	
}
#services {width: 100%;}
#serv {
	position:relative;
	/* max-width: 1300px; */
}
.service ul {
	width: 100%;
	min-width:250px;
}
.service.last ul {
	right:0;
}
.hidehome .service ul {
	top:100%;
}
.homepage .service ul {
	bottom:180px;
}
#left-arrow, #right-arrow {
	display:none;	
}
.left-holder {
	float:right;
	max-width:665px;
	width:95%;	
}
.right-holder {
	max-width:675px;
	width:100%;	
}
.service:hover {
	background-color: #fff;
}
.service.subitems:hover {
	/* background-image: url(/images/servnavhover1.png); */
	/* background-repeat: no-repeat; */
	/* background-position: center bottom; */
	/* background-size:17% auto; */
}
.homepage .service.subitems:hover {
	/* background-image: url(/images/servnavhover.png); */
	/* background-position: center top; */
}
.service:hover ul {
	display:block;
}
.case-study {
	display:table!important;
}
.csimg, .cstext {
	float:none!important;
	display:table-cell!important;
	vertical-align:middle;
	border-top:1px solid #d1d3d4;
}
.csimg.last, .cstext.last {
	border-bottom:1px solid #d1d3d4;
	margin-bottom:30px;

}
.csimg {
	padding-left:0;
}
#cstitle {
	padding-left:0;
}	
.contactimg.wider {
  width: 75%;
}
#links {
  width:75%;
}
#header #nav ul li ul li {
  display: block;
  text-align: left;
  padding: 0 0;
  background-image: url('../images/opaw95.png')!important;
  height: auto;
}
#header #nav ul li:hover ul li a {
    padding: 18px 35px 18px 20px;
    border-bottom: solid 1px #BBBBBB;
    height: auto;
    display: block;
    max-width: none;
}

#header #nav ul li:hover ul {
  display: block;
  margin-left: -17px;
  padding: 17px 0 20px 0;
  margin-top: 0;
  width: auto;
}
#header #nav ul li:hover ul li ul {
	 display:none;
}
#header #nav ul li ul li:hover ul {
	 display:block;
}
#header #nav ul li ul li:hover {
    background-color: #223B88;
}
#header #nav ul li:hover ul li a {
    font-weight: normal;
    padding: 15px;
}
#header #nav ul li:hover ul li:hover a {color: #fff;}

#header #nav {
    display: block!important;
    top: 0;
    /* height: 110px; */
    padding-top: 0;
    padding-bottom: 0;
}
#nav-inner {
	background-color:transparent;
	max-width:1300px;
	margin:auto;
}
.no-top-padding-desktop {
	padding-top:0!important;
}
.no-bottom-padding-desktop {
	padding-bottom:0!important;
}
.no-left-padding-desktop {
	padding-left:0!important;
}

.no-right-padding-desktop {
	padding-right:0!important;
}
.no-padding-desktop {
	padding:0!important;
}
.overlay {
	background-image: url(../images/halfgrey.png);
}
#ct a {
	color:#fff;
	font-weight: normal;	

}
#ct a:not(.no-hover):hover, #ct a:not(.no-hover):hover span {
	/* color: #223B88; */
}
.booknow:hover {
	/* color: #223B88!important; */
}
.subscribe-top {
	position:absolute;
	left:128px;
	top: 9px;	
}
.floater {
    position: fixed;
    z-index: 999;
    right: -5px;
    top: 120px;
}

.floater a {
    display: block;
    padding: 25px;
    width: 140px;
    background-color: #fff;
    border: 4px solid #fff;
    text-align: center;
    color: #fff!important;
    background-color: #e31e24;
    border-right: none;
    margin-bottom: 10px;
    font-weight: 600;
}
a#btnlink {
    box-shadow: 6px 6px 22px rgba(43, 43, 43, 0.7);
}
.with-icon {
	padding-left:140px;	
}
a.close {
	display:none!important;
}
.scroll {
	width:325px;
}
}
@media screen and (max-width:979px) {
#wrapper {
    padding-top: 60px;
}
.expanded {
	display:none;	

}
#spacer {
	
}
body {
	font-size: 16px;
}
#bg {
	background-position: center center;	
}


.bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  background-size: cover;
  background-position: top center;
}
#header #nav {
    /* top: 35px; */
    /* padding-top: 55px; */
    /* right: 0; */
    /* left: 0; */
    /* height: auto; */
    /* background-image: url('/images/opaw95.png'); */
    /* background-color: #fff; */
    /* overflow-y: scroll; */
    /* text-align: center; */
    /* height: auto; */
    /* -webkit-transition: max-height .5s; */
    -moz-transition: max-height .5s;
    /* transition: max-height .5s; */
}
#header #nav.nav-up {
  max-height:0;
}
#header #nav ul li {
  display: block;
  text-align: center;
  padding: 0;
  position:relative;
  height: auto;
  background-image: url('../images/navbg1.png')!important;
  background-repeat: repeat-x!important;
  background-position: bottom center!important;
}
#header #nav ul li a {padding-left: 90px!important;font-weight:600;}
#header #nav ul li ul li a {padding: 0 0 20px 0;display: block;height: auto;font-weight: normal;color: #333333!important;font-weight: normal!important;}
#header #nav ul li ul {
	left: 0px;

	right: 0px;
	bottom: 0px;
	border: none;
	background:none;
}
#header #nav ul li ul li {
  text-align: left;
  padding: 0;
  position:relative;
  height: auto;
  background-image: url('../images/opaw95.png')!important;
  background-repeat: repeat!important;
}
#header a.menu {
    display: none;
    /* margin-top: 4px; */
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 37px;
    right: 0;
    width: 50px;
    z-index: 99;
    border-left: 20px solid #fff;
    border-bottom: 19px solid #fff;
    background-color: #fff;
    border-right: 10px solid #fff;
    border-top: 20px solid #fff;
    z-index: 9999;
}
#header a.menu span {
font-size: 10px;
position:absolute;
top:6px;
margin-left:5px;

}
.col100 {
	float: none;
	clear:both;
	padding: 5%;
}
.firstrow .row-inner {
	padding-top:140px!important;	
}
.tx2, .tx2 .row-inner {
	padding-top:20px!important;	
}
.tx4, .tx4 .row-inner {
	padding-top:80px!important;		
}
.tx6, .tx6 .row-inner {
	padding-top:120px!important;		
}
.tx8, .tx8 .row-inner {
	padding-top:160px!important;		
}
.tx10, .tx10 .row-inner {
	padding-top:200px!important;		
}
.bx2 {
	padding-bottom:20px!important;		
}
.bx4 {
	padding-bottom:80px!important;		
}
.bx6 {
	padding-bottom:120px!important;		
}
.bx8 {
	padding-bottom:160px!important;		
}
.bx10 {
	padding-bottom:200px!important;		
}
.col70 {
	float: none;
	clear:both;
	width: 100%;
	padding:5%;
}
.col66 {
	float: none;
	clear:both;
	width: 100%;
	padding:5%;
}
.col60 {
	float: left;
	clear:none;







	width: 60%;
	padding:5%;

}
.product-details .col60 {

	float: left;
	clear: none;
	width: 60%;	
}
.product-details .col60 .col60 {
	width:100%;	
}
.product-details .col60 .col40 {
	width:50%;	
}
.col50 {
	float: left;
	clear:none;
	width: 50%;
	padding:5%;
}
#form .col50 {
	float: none;
	clear:both;
	width: 100%;
	padding:3%;
}
.col40 {

	float: left;
	clear:none;
	width: 40%;
	padding:5%;
}
.product-details .col40 {
	float: left;
	clear: none;
	width: 40%;	
}
.col33 {
	float: left;
	width: 33.3%;
	padding: 5%;
}
.col33:nth-child(3n+4) {
	clear:left;
}
.pronav .col33 {
	float: left!important;

	width: 33.3%!important;
	clear:none!important;
}
.col33.tiled, .col50.tiled {
	width:50%;	
}
.col33.tiled:nth-child(3n+4), .col50.tiled:nth-child(3n+4) {
	clear:none;
}
.col33.tiled:nth-child(2n+3), .col50.tiled:nth-child(2n+3) {
	clear:left;
}
.col25.gall {
	float: left;
	clear:none;
	width: 50%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.col30 {
	float: none;
	clear:both;

	width: 100%;
	padding:3% 5%;
}
.footer .col25 {

	float: left;
	clear:none;
	width: 50%;
	padding: 3%;
}
.col25 {
	float: left;
	clear:none;
	width: 25%;
	padding: 2%;
}
.col20 {
	float: left;
	clear:none;
	width: 20%;
	padding:3% 5%;
}
.col20.gall {
	float: left;
	width: 25%;
	padding:2% 1%;
}
.col16 {
	display:block;
	float: left;

	clear:none;
	width: 16.6%;
	padding:3% 5%;
}
#header .col25 {
	width: 65%;
	position:absolute;
	z-index:9999;
}
#topnav {
	text-align:center;
}
.gall {
	font-size:13px;
}
.gall a span {
	display:block;
	margin-top:-8px;
}
h1, h3 {
	font-size: 26px!important;
}
.whitetext h1, .whitetext h3 {
	font-size: 36px;
}
h2 {
    font-size: 23px;
    margin-bottom: 20px;
}
h4 {
	font-size: 20px;

}
h5 {
	font-size: 18px;

}
#form input[type=radio] {
	width:6.5%;
}
.radio label {
	width:15%!important;
margin-bottom:5px;
}
.jdpicker_w .date_selector {
top:1px!important;
left:45%!important;
}
#form label {
	font-size:15px;	
}
img.revlog {
	max-width:70%;
}
#header {
	top: 0;
	/* height:100px; */
	/* background-color: #fff; */
	/* box-shadow: 0px 2px 20px rgba(43,43,43,0.3); */
}
#ctas {
	position: absolute;
	right:0;
	z-index:99;
	width:50%;
	padding:0 8px 5px 8px;
	top:15px;	
}
#ctas a {
	float:right;	
}
.portfolio li {
	max-width:31%;
}
#slide-outer {
/*	margin-top:101px;	 */
}
.quote {
	display:block;
	font-size:24px;
	line-height:120%;
	padding-left:20px;
	padding-right:15px;
	padding-top:40px;
	min-height:135px;
	margin-bottom:20px;		
}
.quote.qmrk {
	padding-left:50px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	background-size:30px;	
}
.quote.small {
	font-size:18px;	
}
.qt {
	position:absolute;
	display:block;
	width:100%;
	right:0;
	text-align:right;
	margin-top:-15px;
	width:30px;
	margin-right:10px;	
}
#slides .col50 img {
	max-height:200px;	
}
.footer p img {
}
.footer p span {
	width:100%;
	display:block;
	clear:both;
	padding-top:15px;	
}
.slideimgcontainer {
	height:200px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;	
}
a#profile { 
  margin-top: -102px;        /* Size of fixed header */
  padding-bottom: 102px; 
  display: block; 
}
#slides .overlay {
	display:block;
	background-image:url(../images/opaw40.png);	
}
#slides .overlay.white {
	display:block;
	background-image:url(../images/opa30.png);	
}
.offer-boxes {
	width:100%;
	float:none;
	padding-top:20px;
	margin-left:0;
}
.offer {
	width: calc(50% - 10px);

	margin-bottom:20px;	
	float:left;
}
.offer.odd {
	margin-left:20px;	
}
.gallery.only3 .gall:nth-child(3) {
	margin-left:25%;	
}

#full-logo {
	text-align:center;	
}
#full-logo img {
	max-width:45%;	
}
#hometext {
	clear:both;
	width:100%;	
}
#services {
	width: 100%;
	z-index:999;
	overflow-x:scroll;
	overflow-y:hidden;
	-webkit-overflow-scrolling:auto;
	/* margin-top:-1px; */
	/* margin: 0 3%; */
}
#services.homepage {
	
}
#serv {
    display: table;
    overflow: scroll;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 20px;
}
.less-than-four #serv {
	table-layout: auto;
    padding-left: 0;
    padding-right: 0;
}
.less-than-four .service {
	width:25%!important;
}
.service {/* height:160px; */width:160px;}
.serviceimg {width: 40%;padding-top: 40px;margin-bottom: 12px;margin-top: 17px;}
.service span {
	width:70%;
	font-size: 11px;
}
.service ul {
	left:0;
	right:0;
}
.service ul li {
	min-width:100%;
	border-bottom: none;
}
.service ul li a {
	padding:15px;

}
.arrow {
	width: 17px;
	position: fixed;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px auto;
	background-color: #223B88;
	z-index: 1000;
	box-shadow: 0px 5px 6px 3px rgba(0,0,0,.2);
}
#left-arrow {	
	left: 0;	
	background-image: url(../images/leftarrow.png);	
}
#right-arrow {

	background-image: url(../images/rightarrow.png);
	right: 0;
}
.map-outer {
	width:100%;
	padding-top:30%;
	min-height:300px;
	margin:2% 0 0 0;
}
.img-outer {
	width:100%;
	padding-top:30%;
	min-height:200px;
	margin:0 0 0 0;
	margin-top:-1px!important;
}
.map-container {
    width: 100%;
    padding-top: 0;
    height: 250px;
}	



.service.hovered {
	background-color: #fff;
}
.service.subitems.hovered {
	/* background-image: url(/images/servnavhover1.png); */
	/* background-repeat: no-repeat; */
	/* background-position: center bottom; */
	/* background-size:17% auto; */
}
.service.subitems.hovered ul {
	display:block;
}
.service-img {
	padding-top:75%;	
}
p.imagetitle {
  font-size: 48px;
}
#links {
  width:calc(67% + 12px);
}
.servnav {
  right: 10px;
  top: 26px;
  width: 20px;
}
.home {
    left: -30px;
}
.home img {
	height: 136px;
}
#ct img {
}
.mainlogo img {
  width: 180px;
  margin-top: -60px;
}
.tabhide {
	display:none!important;
}
#header #nav ul li a {
  max-width: none;
  margin: auto;
  font-size: 14px;
  background-position: 10px center;
}
#header #nav ul li ul {
	position:relative;
	display:none;
	width: 100%;
}
.contactimg {
  position:relative;
  width: 100%!important;
  background-size: cover;
  background-position: center;
  padding-top:40%;
}
.contactimg.cmap {
  padding-top:0!important;
}
.no-top-padding-tab {
	padding-top:0!important;
}
.no-bottom-padding-tab {
	padding-bottom:0!important;
}
.no-left-padding-tab {
	padding-left:0!important;
}
.no-right-padding-tab {
	padding-right:0!important;
}
.no-padding-mobile {
	padding:0!important;
}
.center-tab {

	text-align:center;	
}
img.product {
	width:100%;	
}
.contacts .col60, .contacts .col40 {
	width:100%!important;
}
.defra-approved li {
	display:none!important;	
}
.defra-approved li.defra {
	display:block!important;	
}
.tile.full {
    min-height:0;
	padding-bottom:65%;

}
.tile.full p {
	font-size:14px;
}
#ct {
    /* background-color: #1972bd; */
    padding: 6px 0 0 7px;
    height: 30px;
}
#ct span {font-size: 16px;color: #fff;}
#ct a i {
	/* color:#fff; */
}
.booknow {
    padding: 3px 10px 4px 10px;
    font-size: 13px;
    font-weight: bold!important;
    color: #fff;
    display: block;
    float: right;
    margin-top: -4px;
}
.tab-center {
 	text-align:center;
}
.book.wider {
	width:100%;
}
.subscribe-top {
	display:none!important;	
}
.row.no-para {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.location .col60, .location .col40 {
    width: 100%;
}
.glow {
	-webkit-animation-duration: 2s;
	-webkit-animation-name: glow;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-name: glow;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.overlay {
	background-image: url(../images/opaw.png);
}
.cimg {
    max-width: 35%;
}
.yt-holder {
	width: 35%;
}
.tabmenu {
    border-bottom: none;
}
.not-at-top .home {
	top:5px;
	left: -12px;
}
.not-at-top .home img {
	height: 70px;
	margin-left: 0;
}
a.close {
    display: block;
    position: absolute;
    z-index: 99;
    min-width: 30px;
    background-color: #fff;
    right: 7px;
    top: -38px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
a.close {
    color:#223B88;
	padding: 7px 7px;
}
#ct p {
    margin-top: -3px;
}
#wh {
	padding: 5px 0 0 0;
	height: 30px;
}
#header ul li {
    font-size: 15px;
}
.rateitholder {
    display: block;
}
#footer_review #commentlist {
    margin-top: 20px;
    /* margin-bottom: 20px; */
}
}
@media screen and (max-width:750px) {
#commentform td, #commentlist td {
    width: 100%!important;
	display:block;
	text-align:left;
	padding-bottom:8px;
}
}
@media screen and (max-width:700px) {
.mob-only {
	display:block;	
}
#tabmenu li a span {

}
.tile.full p {
	font-size:13px;
}
.midhide {
	display:none;	
}
#ct {
    /* padding: 4px 0 0 7px; */
}
#ct span {
    font-size: 14px;
    margin-right:10px;
}
.booknow {
	/* padding: 8px 8px 3px 8px; */
	/* font-size: 12px; */
}
}
@media screen and (max-width:550px) {
.gall a {
	font-size:13px;
}
#spacer {
	
}
.footer {
    padding-left: 0;
    text-align: center;
}
.footer .overlay {
    padding-top: 20px;
    padding-bottom: 20px;
}
#content img {
	float:none;
	margin-left:0;
	margin-bottom:5px;
	max-width:100%;	
}
#product-range .detail p {
	display:none;
}
#form input, #form select, #form textarea, #form label, #selector select, #selector label {
	width: 100%;
	display:block;
	clear:both;
}
#form input[type=radio] {
	width:10%;
}
#form label {
  padding: 0;

}
.radio label {
	width:40%!important;

}




.jdpicker_w .date_selector {
top:22px!important;
left:0!important;
}
.slidesjs-pagination {
	margin-top:-50px!important;
}
#facebook .col50 {
    width: 100% !important;
}
.smaller {



	width: 48%!important;
	float:left;
	margin-right:2%;
	clear:none!important;
}
#rightapp {
	padding-top:10px!important;	
}
.portfolio li {
	min-width:47%!important;
}
#slides .col50 {
	width:100%;	
}
#slides .overlay {
	background-size:100% auto!important;	
}
#slides .col50.center {
	padding-bottom:0;	
}
.col60 {
	float: none;
	clear:both;
	width: 100%;
}
.col50, .col50.tiled {
	float: none;
	clear:both;
	width: 100%;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
}
.col40 {
	float: none;
	clear:both;
	width: 100%;
}
.col50.left {
	padding-right: 5%!important;
}
.col50.right {
	padding-left: 0!important;
	padding-right: 0!important;
}
.col33 {
	float: none;
	clear: both;
	width: 100%;
}
.col33.tiled {

	width:100%;	
}
.col25 {
	width: 50%;
}
.footer .col25, .contacts .col25 {
	width: 100%;
	text-align: center;
}
.col33.profile {
	width: 75%;
	float:none;
	margin:auto;
}
h1, h3 {
	font-size:26px!important;
}
.whitetext h1, .whitetext h3 {
	font-size: 30px;
}
.offer p {
	font-size:15px;
}
.cimg.full {
	max-width:100%;
	float:none;
	margin-left:0;	
}
.icon {
	width:45%;
	padding-top:65%;
	background-size:100% auto;
	margin-bottom:0;
}
#full-logo {
	margin-left:0;
}
#full-logo img {
	max-width:60%;	
}
.service {
	/* height:100px; */
	width: 120px;
}
.serviceimg {
	/* width: 35%; */
	/* padding-top:25%; */
	margin-bottom:12px;
	margin-top:17px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	margin-left:auto;
	margin-right:auto;
}
.service span {
	font-size:9px;
}
.service ul {
	left:0;
	right:0;
}
.service ul li {	
	min-width:100%;
}
#left-arrow, #right-arrow {
	height:100px;
}
.map-outer {
	width:100%;
	padding-top:50%;
	margin-top:5%;
}
.map-container {
  padding-top: 60%;
}
#downloads .col33 {
	padding-left:0!important;
	padding-right:0!important;	
}
.csimg {
	margin-bottom:10px;
}

.cstext {
	margin-bottom:25px;
}
#header #nav ul li {
	/* padding:0!important; */
}
#ct span {
	 font-size: 14px;
	 margin-right:10px;

}
.mobhide {
	display:none!important;
}
p.imagetitle {
  font-size: 30px;

  width:90%;

  margin:auto;
}
.map-container {
	margin-top:0;
	min-height:0;
}
#header #nav {
  width: 100%;
}
.mainlogo img {
  width: 36%;
  margin-top: -12%;
  min-width: 0;
}
.no-top-padding-mobile {
	padding-top:0!important;
}
.no-bottom-padding-mobile {
	padding-bottom:0!important;
}
.no-left-padding-mobile {
	padding-left:0!important;
}
.no-right-padding-mobile {
	padding-right:0!important;
}
.no-padding-mobile {
	padding:0!important;
}
.contactimg {
  padding-top:60%;
}
.product-details .col60, .product-details .col40 {
	width:100%;	
}
img.product {
	width:65%;	
}
#tabmenu li {

}
#tabmenu li a span {

}
.contacts .col60, .contacts .col40 {
	text-align:center;	
}
.col20.gall {
	width: 33%;
	padding:2%;

}
.tile.full {
	padding-bottom:65%;
}
.servnav {
    top: 18px;
}
.slidetext {
	padding-top:10px;	
	padding-bottom:20px;
}
.col70 {
	width: 100%;
}
.fonta .fa-lg {
    /* font-size: 1em; */
    /* line-height: 1em; */
    /* vertical-align: 0; */
}
.two-cols {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
#ct .fa.fa-lg.fa-phone, i.fa.healcode, i.fa.fa-map-marker  {
    font-size: 16px;
    vertical-align: -15%;
}
#newsletter input {
    display: inline-block;
    float: none;
}
#newsletter input.submit {
    margin-left: -3px;
}
#counter-bar .col25:nth-child(2n+3) {
	clear:left;	
}
.blogimage {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
}
.yt-holder {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
}

.cimg {
    max-width: 50%;
    margin-left: 15px;
    margin-right: auto;
    margin-bottom: 5px;
    border: none;
    display: block;
}
.tabmenu li a {
    font-size: 1em;
}
#footer_review .col60 {
	text-align:center;	
}
.home {
    /* width: 200px; */
}
.testm p {
    margin-left: 0;
	font-size:1em;
	text-align:center;
	margin-top:10px;
}
.rateitholder {
    display: block;
    width: 100%;
    float: none;
	text-align:center;
}
p.review-text {
    text-align: center;
}
}
@media screen and (max-width:369px) {
.home {
    /* width: 120px; */
}
.gall a {

}
.offer {
	width: 100%;
}
.offer.odd {
	margin-left:0;	
}
.col20.gall {
	width: 50%;
}
.gall {
	clear:none;	
}
.gall:nth-child(3n+4) {
	clear:none;	
}
.gall:nth-child(2n+3) {
	clear:left;	

}
#ct {

}
#ct span {
	font-size:11px;
}
.tiny-hide {
	display:none!important;	
}
.col25 {
	width:100%;	
}
}
@media screen and (max-width:250px) {
.portfolio li {

	min-width:55%!important;
}
}
.no-bottom-padding {
	padding-bottom:0!important;
}
.no-top-padding {
	padding-top:0!important;
}
.no-left-padding {
padding-left:0!important;
}
.no-right-padding {
padding-right:0!important;
}
.no-padding {
padding:0!important;
}
.whitetext, .whitetext p {
	color: #ffffff;
	/* font-weight: 300; */
}
.book:disabled {
	opacity:.5;
	background-color:#a0a0a0;
}



.whitetext .book, .whitetext #form input.submit {
    color: #fff;
    background-color: transparent;
    border: none;
    font-weight: 600;
    border: 2px solid #fff;
	box-shadow: 6px 6px 22px rgba(43, 43, 43, 0.7);
	text-shadow: 5px 5px 10px #000;
}
.book.white {
	background-color:#fff;
	color:#281f31;
}
.yt {
    width: 100%;
    padding-top: 54%;
    position: relative;
    border: 10px solid #fff;
}
.yt iframe {
	left: 0;	
	top: 0;
    position: absolute;
}
.col100 .yt {
	margin-left:auto;
	margin-right:auto;	
}
#slides {
	padding-top:0!important;
	padding-bottom:0!important;	
}
#slides a {
	color:#3c3c3b;	
}
#slides .row-inner, #slides .row, #slides .overlay {
	height:100%;
}

#header #nav a em, .footer ul li a em {
    color: #fff200!important;
}