html, body {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
	background: #2f7cbf;
	color: #000000;
}


.inner {
	width: 1250px;
	margin: 0px auto;
	padding: 15px 0px;
	overflow: hidden;
	position: relative
}
a {
	color: #ffffff;
	text-decoration: none;
}
a img {
	display: block;
	border: none;
}

/* Generic */
img.floatRight {
	float: right;
	height: auto;
	display: block;
	padding-left: 15px;
}
@media screen and (max-width: 600px) {
	img.floatRight {
		float: none;
		padding-left: 0px;
		padding: 15px 0px;
	}
}

a.fixed {
	position: fixed;
}
a.bottom {
	bottom: 0px;
}
a.right15 {
	right: 15px;
}
a.arrow {
	width: 48px;
	height: 0px;
	
	text-indent: -99999px;
	display: block;
	background: url("/images/structure/page_up.png") no-repeat top left;
	
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
}
a.fixed.arrow.visible {
	width: 48px;
	height: 35px;
	z-index: 499;
}
a.fixed.arrow.visible:hover {
	width: 48px;
	height: 47px;
}

a.backButton {
    display: inline-block;
    background-image: url("/images/icons/back.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    width: 20px;
    height: 16px;
    box-sizing: border-box;
    margin-right: 10px;
    vertical-align: top;
    text-indent: -999999px;
}

div.pagination {
    line-height: 20px;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px dashed #e7e6e6;
    border-bottom: 1px dashed #e7e6e6;
    text-align: center;
}

/* Header */
h1 {
	font-size: 45px;
    line-height: 45px;
    margin: 0px 0px 15px 0px;
    color: #525f71;
    font-weight: 100;
}
h2 {
	font-size: 36px;
    line-height: 36px;
    margin: 0px 0px 15px 0px;
    color: #525f71;
    font-weight: 100;
}
h2.style1 {
	background-image: url(/images/structure/style1.jpg);
	background-repeat: repeat-x;
	background-size: auto 4px;
	background-position: 0px 50%;
}
h2.style1 span {
	background: #f5f5f5;
	padding-right: 15px;
	display: inline-block;
}

h2.style2 {
	background: rgba(47,124,191,1);
    font-size: 24px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}
h3 {
	font-size: 15px;
	color: #525f71;
}
h4 {
	margin: 5px 0px 5px 0px;
	color: #525f71;
}
h5 {
	margin: 25px 0px 5px 0px;
    font-size: 12px;
	color: #525f71;
}
h6 {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #525f71;
}
dt {
	font-weight: bold;
}

/* Generic Wrappers */
div.wrapper {
	overflow: hidden;
}
div.wrapper div.left {
	width: 50%;
	float: left;
}
div.wrapper div.right {
	width: 50%;
	float: right;
}

div.wrapper div.left.p45, div.wrapper div.right.p45 {
	width: 45%;
}

@media screen and (max-width: 500px) {
	div.wrapper div.left, div.wrapper div.right, div.wrapper div.left.p45, div.wrapper div.right.p45 {
		width: auto;
		float: none;
	}
}

/* Header */
div#header {
	padding-top: 32px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	height: 70vh;
	box-sizing: border-box;
}
div#header div.mainBanner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-indeX:999;
}
div#header div.mainBanner .slide {
	height: 70vh !important;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}
div#header .inner {
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: visible;
	z-index: 99999;
}
div#header div.logo {
    float: left;
    background: transparent url(../../images/structure/logo.png) no-repeat bottom left;
	background-size: contain;
    min-height: 71px;
    min-width: 250px;
    margin: 0px;
    text-indent: -999999px;
}

/* Menu */
div#header div#menu {
	float: right;
	text-align: right;
	width: calc( 100% - 290px );
}
div#header div#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: visible;
}
div#header div#menu ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	font-size: 13px;
	margin-right: 3px;
}
div#header div#menu ul li a {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
div#header div#menu ul li a, div#header div#menu ul li span {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 43px;
	display: block;
	padding-left: 17px;
	padding-right: 17px;
	transition: color 0.7s ease, background 0.7s ease;
	box-sizing: border-box;
	font-size: 15px;
}

@media screen and (min-width: 671px) {
	div#header div#menu div.menuopener, div#header div#menu div.submenuopener {
		display: none;
	}
	div#header div#menu ul li span, div#header div#menu ul li a:hover {
		color: #2f7cbf;
	}
	div#header div#menu ul li span, div#header div#menu ul li:hover a {
		background: rgba(0,0,0,0.6);
	}
	div#header div#menu ul li:hover ul {
		transition: opacity 300ms ease-in-out;
	   -moz-transition: opacity 300ms ease-in-out;
	   -webkit-transition: opacity 300ms ease-in-out;
	}
}

div#header div#menu ul li ul {
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 43px;
	background: transparent;
    width: 200px;
	text-align: left;
}
div#header div#menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

div#header div#menu ul li ul li{
	padding: 0px;
	margin: 0px;
	display: block;
}
div#header div#menu ul li ul li a, div#header div#menu ul li ul li span {
	color: #ffffff;
	line-height: 43px;
	display: block;
	padding-left: 17px;
	padding-right: 17px;
	transition: color 0.7s ease, background 0.7s ease;
	box-sizing: border-box;
	border-top: 1px dashed transparent;
	border-bottom: 1px dashed transparent;
	font-weight: 700;
}
@media screen and (min-width: 671px) {
	div#header div#menu ul li ul li span, div#header div#menu ul li ul li a:hover {
		color: #2f7cbf;
		background: rgba(0,0,0,0.7);
		border-top: 1px solid rgba(204, 204, 204, 0.3);
		border-bottom: 1px solid rgba(204, 204, 204, 0.3);
	}
}


/* Content */
div#content {
	background: #f5f5f5;
	color: #718097;
	font-size: 16px;
	line-height: 26px;
}
div#content .inner {
	padding-top: 25px;
	padding-bottom: 25px;
}
div#content a {
	color: #525f71;
	font-weight: 700;
}
div#content a:hover {
	color: #73a2b7;
}

/* Social Reviews */
div#social_reviews {
	background: #ffffff;
}

div#social_reviews .twitter {
	width: calc( ( 100% / 3 ) - 16px );
	margin-right: 16px;
	float: left;
}
div#social_reviews .bestof {
	width: calc( ( 100% / 3 ) - 16px );
	margin-left: 8px;
	margin-right: 8px;
	float: left;
}
div#social_reviews .checkatrade {
	width: calc( ( 100% / 3 ) - 16px );
	margin-left: 16px;
	float: left;
	display: block;
}
div#social_reviews .checkatrade img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 310px;
}

div#social_reviews .bestof iframe {
	width: 100% !important;
}


@media screen and (max-width: 800px) {
	div#social_reviews .inner {
		padding-top: 25px;
		padding-bottom: 0px;
	}
	div#social_reviews .twitter, div#social_reviews .bestof, div#social_reviews .checkatrade {
		width: 100%;
		float: none;
		cleaR: both;
		margin-bottom: 25px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* Suppliers */
div#suppliers {
	background: #f5f5f5;
}


/* Showcase */
div.showcase {
	overflow: hidden;
}
div.showcase .item {
	width: calc( 100% / 3 );
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	float: left;
}
div.showcase .item img {
	width: 100%;
	height: auto;
	display: block;
}
div.showcase .item a {
	width: calc( 100% - 20px );
	height: calc( 100% - 20px );
    margin: 10px;
	transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
div.showcase .item a:hover {
	opacity: 1;
}
div.showcase .item a .overlay {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	background: rgba(0,0,0,0.3);
}
div.showcase .item a .overlay span.view {
	font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    padding-top: 70px;
    background: url(/images/icons/view.png) no-repeat center top;
    display: block;
    width: 100%;
    text-align: center;
    background-size: 100px auto;
}
div.showcase .item a .overlay span.name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	box-sizing: border-box;
	background: rgba(47,124,191,1);
	color: #ffffff;
	max-height: 0px;
	overflow: hidden;
	
    transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	
	transition: padding 0.4s, max-height 0.4s;
    -moz-transition: padding 0.4s, max-height 0.4s;
    -webkit-transition: padding 0.4s, max-height 0.4s;
}
div.showcase .item a:hover .overlay span.name {
	padding: 7px;
	max-height: 900px;
}


a.formatAsButton, input.btn {
	display: inline-block;
    cursor: pointer;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 25px;
    text-decoration: none;
    font-weight: bold;
    background: #2f7cbf;
    border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	-webkit-transition: background 0.4s;
}
a.formatAsButton:hover, input.btn:hover {
    background: rgba(0,0,0,0.6);
}


/* footer_menus */
div#footer_menus {
	background: #ffffff;
	padding: 25px 0px;
}
div#footer_menus dl {
	padding: 0px;
	margin: 0px;
	width: 25%;
	float: left;
}
div#footer_menus dl, div#footer_menus dl dt, div#footer_menus dl dd, div#footer_menus dl ul, div#footer_menus dl ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
div#footer_menus dl dt {
	font-size: 24px;
	padding-bottom: 20px;
	color: #ffffff;
	font-weight: 100;
	color: #525f71;
	line-height: 28px;
}
div#footer_menus dl dd {
	line-height: 22px;
    font-size: 15px;
	color: #718097;
}
div#footer_menus dl dd a, div#footer_menus dl dd span {
	color: #718097;
	font-weight: bold;
}
div#footer_menus dl dd a:hover {
	color: #73a2b7;
}
div#footer_menus dl ul li {
    padding: 3px 0px;
}


/* footer */
div#footer {
	color: #ffffff;
	padding-bottom: 25px;
}
div#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
div#footer ul li {
	display: inline-block;
	padding: 0px;
	margin: 9px 0px;
	padding-right: 5px;
	border-right: 1px solid #ffffff;
	margin-right: 5px;
}
div#footer a {
	color: #ffffff;
}
div#footer a:hover {
	color: #0c3b7b;
}

div#footer ul li.last {
	padding-right: 0px;
	border-right: 0px solid #ffffff;
	margin-right: 0px;
}
div#footer p {
	color: #ffffff;
	text-align: center;
	margin: 0px;
    padding: 0px;
}


/* Contact Us Styling */
div#map {
	width: 100%;
	height:350px;
	margin-bottom: 25px;
}


/* Carousel Overrides */
.slick-next:before, .slick-prev:before {
	content: none !important;
}
.slick-prev, .slick-next {
	width: 30px !important;
	height: 30px !important;
	top: calc( 50% - 15px ) !important;
}
.slick-prev {
	background: url(/images/icons/left.png) no-repeat center !important;
	background-size: contain !important;
}
.slick-next {
	background: url(/images/icons/right.png) no-repeat center !important;
	background-size: contain !important;
}
div#content .inner .slick-slider, div#suppliers .inner .slick-slider {
    padding-left: 38px;
    padding-right: 38px;
}
div.carousel-large {
	padding-bottom: 25px;
}
div.carousel-large .slick-slide img {
	height: auto;
	width: auto;
	display: block;
	padding-left: 15px;
	box-sizing: border-box;
	max-height: 400px;
	max-width: 50vw;
}
div.carousel .slick-slide img {
	height: 150px;
	max-width: calc(100vw - 130px);
	width: auto;
	display: block;
	padding-left: 15px;
	box-sizing: border-box;
}

/* Testimonial */
div.testimonial {
	padding-bottom: 20px;
}
div.testimonial div.bubble {
    position: relative;
    padding: 15px;
    text-align: left;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	font-size: 15px;
	line-height: 19px;
}
div.testimonial div.by {
	position: relative;
}
div.testimonial div.by div.point {
	overflow: hidden;
	width: 36px;
}
div.testimonial div.by div.left, div.testimonial div.by div.right {
	width: 50%;
	background: #f5f5f5;
	height: 15px;
}
div.testimonial div.by div.left {
	float: left;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
div.testimonial div.by div.right {
	float: right;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
div.testimonial div.by span {
	display: block;
	font-weight: bold;
    font-style: italic;
    font-size: 12px;
}


/* Odd */
div.testimonial.odd {
	padding-right: 30%;
	box-sizing: border-box;
}
div.testimonial.odd div.by div.point, div.testimonial.odd div.bubble {
	background: rgba(47,124,191,0.75);
}
div.testimonial.odd div.by {
	padding-left: 30px;
}

/* Even */
div.testimonial.even {
	padding-left: 30%;
	box-sizing: border-box;
}
div.testimonial.even div.by div.point, div.testimonial.even div.bubble {
	background: rgba(47,124,191,0.75);
}
div.testimonial.even div.by {
	padding-right: 30px;
}
div.testimonial.even div.by div.point {
	float: right;
	overflow: hidden;
	width: 36px;
}
div.testimonial.even div.by span {
	text-align: right;
	clear: both;
	font-weight: bold;
    font-style: italic;
    font-size: 12px;
}


/* Call To Action */
div#content a.callToAction {
	margin: 25px 0px;
	padding: 50px 70px;
	text-align: center;
	background: #f06387;
	color: #ffffff;
	font-size: 28px;
	font-weight: 100;
	line-height: 100%;
	display: block;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
div#content a.callToAction:hover {
	background: #2f7cbf;
	
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}



a.inAssociationWith {
	display: block;
	/*border-top: 2px solid #2f7cbf;*/
    margin-top: 15px;
    /*padding-top: 15px;*/
}
a.inAssociationWith::before {
	content: "In association with";
	display: block;
	line-height: 28px;
	margin-bottom: 8px;
	
	font-size: 24px;
    font-weight: 100;
    color: #525f71;
    line-height: 28px;
}
a.inAssociationWith img {
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
}