@charset "utf-8";



.ie8-warning {
	display: none;
}



/*OVERRIDE OF DEFAULT */
html, body {
	height: 100%;
}

.row { max-width: 1600px; }
/* .columns { border: 1px dotted blue; } */

table.standard tr:nth-of-type(even) {
	background: #dcf3fc;
}

.button {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1rem;
}







.blue-line-bottom {
	border-bottom: 1px solid #0065a2;
}

.blue-line-above {
	border-top: 1px solid #0065a2;
}
@media only screen and (min-width: 768px)  {
    .blue-line-above {
		border-top: 1px solid #0065a2;
	}
}

.page-container {
	overflow: inherit;
	padding: 0;
	min-height: 100%;
	padding-bottom: 170px;
}


#header {
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #0065a2;
}

.logo {
	margin: 10px 0 10px 10px;
	float: left;
}
.logo img {
	width: 150px;
}
.logo-centre {
	margin: 10px auto;
	text-align: center;
}
.logo-centre img {
	width: auto;
}

.rhs_headeritems {
	float: right;
	margin: 20px 10px 0 0;
}
.strap {
	display: table-cell;
	vertical-align: bottom;
	width: 48%;
	text-align: left;
	margin: 0;
}
.strap .tel-label, .strap .tel {
	display: block;
}
.strap-centre {
	margin: 10px auto;
	text-align: center;
}

.strap h2, .strap-centre h2 {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 80%;
	line-height: 130%;
	color: #000000;
	text-align: center;
	margin-bottom: 0;
}
.strap .tel, .strap-centre .tel {
	font-size: 200%;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	color: #0065a2;
	font-weight: 300;
	line-height: 100%;
	width: 100%;
}
.strap-centre .tel {
	font-size: 180%;
}
.basket {
	display: table-cell;
	vertical-align: bottom;
	width: 48%;
	text-align: left;
	margin: 0 0px 0 10px;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.basket p {
	font-size: 80%;
	line-height: 90%;
	text-align: right;
	margin-bottom: 0.6em;
}

#footer {
	border-top: 1px solid #0065a2;
}
#footer p {
	font-size: 75%;
	color: #000000;
	padding: 0.7em 20px 0 0;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	border-bottom: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #0065a2;
}
.footerleft {
	text-align: left;
	margin-left: 2%;
}
.footerright {
	text-align: right;
	margin-right: 2%;
}
.footer-panel {
	border-top: 1px solid #0065a2;
	background: #ffffff;
	padding: 2px 0;
	height: 170px;
	margin-top: -170px;
	position: relative;
}
.footer-panel .columns {
	text-align: center;
}
.footer-accreditations {
	margin-left: 2%;
}
.footer-socialmedia {
	margin-right: 2%;
}
.footer-accreditations img {
	margin: 10px 10px 0 0;
	height: 100px;
}
.footer-socialmedia img {
	margin: 25px 5px 10px 5px;
}

@media only screen and (max-width: 1100px) {
	.footer-accreditations img {
		height: 80px;
		margin: 15px 7px 10px 7px;
	}
	.footer-socialmedia img {
		height: 40px;
		margin: 35px 5px 10px 5px;
	}
}
@media only screen and (max-width: 940px) {
	.footer-accreditations img {
		height: 52px;
		margin: 10px 4px 10px 4px;
	}
	.footer-socialmedia img {
		height: 30px;
		margin: 25px 5px 10px 5px;
	}
}





/* Menu */
.hug-bottom {
	position: relative;
}
.menu-container {
	position: absolute;
	bottom: 10px;
	left: 180px;
}
.menu {
	text-align: left;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font-size: 80%;
}
.menu ul li.spacer {
	color: #ffffff;
	margin-top: 11px;
}
.menu ul li a.last  {
	
}
.menu ul a {
	display: block;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 110%;
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	padding: 0px 3px 0px 9px;
	margin:0;
}
.menu ul a:hover, .menu ul a:active, .menu ul a.last:hover, .menu ul a.last:active {
	color: #0065a2;
}
.menu ul a.selected {
	color: #0065a2;
}
/*------------drop down elements-----------*/
.menu ul div.toggle_container {
	position: absolute;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	clear: both;
	z-index: 1000;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background: #e31f24;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2d2d2), to(#f2f2f2));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #d2d2d2, #f2f2f2);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #d2d2d2, #f2f2f2);
	/* IE 10 */
	background: -ms-linear-gradient(top, #d2d2d2, #f2f2f2);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #d2d2d2, #f2f2f2);
	padding: 0;
	min-width: 200px;
	border-left: 1px solid #0065a2;
	border-bottom: 1px solid #0065a2;
	border-right: 1px solid #0065a2;
}
.menu ul .clicked div.toggle_container {
	height: auto;
	opacity: 1;
	overflow: hidden;
}
.menu ul div.toggle_container ul {
	margin-left: 0;
}
.menu ul div.toggle_container ul li {
	height: auto;
	width: auto;
	float: none;
}
.menu ul div.toggle_container a, .menu ul div.toggle_container a:link, .menu ul div.toggle_container a:visited {
	font-family:Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 130%;
	padding: 10px 20px 10px 20px;
	height: auto;
	background: none;
	color: #0065a2;
	border-radius: 0;
	text-decoration: none;
	display: block;
}
.menu ul div.toggle_container a:hover, .menu ul div.toggle_container a:active {
	background: #0065a2;
	color: #ffffff;
	text-decoration: underline;
}

.menu ul div.toggle_container a.selected {
	background: none;
	color: #000000;
}



/***************************STANDARD FORMS **********************************/
/*form.standard {
	margin-bottom: 20px;
}
form.standard input, form.standard textarea, form.standard select, form.standard option {
	background: #dcf3fc;
	border: none;
	color: #000000;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;;
	height: 20px;
	width: 250px;
	margin: 0 0 2px 0;
	font-size: 90%;
}
form.standard textarea { 
	font-family: Rajdhani, Arial, Helvetica, sans-serif;;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 2em;
	margin: 0 0 0 0;
}
form.standard label {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	padding-top: 4px;
	text-align: left;
	color: #3b2700;
}
form.standard p {
	margin-bottom: 0;
}

form.small label {
	width: 240px;
	font-size: 0.8em;
	text-align: left;
}
form.small input, form.small textarea {
	width: 240px;
	margin: 0;
	padding: 0;
}
form.small p {
	margin: 0 0 2px 0;
}
form.small input.checkbox {
	
}
form.search {
	margin-bottom: 0;
}
form.search input {
	width: 150px;
	height: auto;
	font-size: 70%;
	padding: 2px 5px;
	margin-top: 0;
}
form.search .submitbut {
	width: auto;
	height: 18px;
	font-size: 70%;
	padding: 2px 5px;
	margin-left: 10px;
	margin-top: 1px;
}
*/
form.mini-basket {
	margin: 0;
	padding: 0;
	width: 100%;
}

form.mini-basket input {
	width: 70%;
	height: 20px;
	padding: 0.1em;
	font-size: 0.8em;
	float: right;
	margin: 0 0 2px 0;
	background: #dcf3fc;
	border: none;
	color: #000000;
}
form.mini-basket .submitbut {
	width: 20%;
	font-size: 0.8em;
	font-weight: 500;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	float: right;
	margin-left: 0.2em;
}
/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 10px 0 10px 0;
}

.button {
	color: #ffffff;
	border: none;
	background: #02528f;
	text-align: center;
}
.green {
	background: #00b816;
	color: #ffffff;
}
.red {
	background: #c71f1f;
	color: #ffffff;
}
.down {
	background: #8f0101;
	color: #ffffff;
}
.downred {
	background: #c71f1f;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}


/*=================Carousel and News ticker==========================*/

.carousel-container {
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #0065a2;
}
#carousel {
	margin: 0 0;
}
.slide {
	display: none;
	margin: 0;
	padding: 0;
}
.slide img {
	margin: 0;
	padding: 0;
}
.cycle-nav {
	cursor: pointer;
}

.textpanel {
	position: absolute;
	background: none;
	top: 0;
	right: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
}
.textpanel h2 {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	color: #0065a2;
	font-weight: 600;
	font-size: 160%;
	padding: 0 0 0 75%;
	margin: 10px 10px 10px 0;
	
}
.textpanel p {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #0065a2;
	padding: 0;
	font-weight: 400;
	margin: 10px 10px 10px 0;
	padding: 0 0 0 75%;
}
@media only screen and (max-width: 960px)  {
    .textpanel h2 {
		font-size: 120%;
	}
	.textpanel p {
		font-size: 100%;
	}
}
@media only screen and (max-width: 768px) {
    .textpanel h2 {
		font-size: 100%;
	}
	.textpanel p {
		font-size: 90%;
	}
}
@media only screen and (max-width: 650px) {
    .textpanel {
	    position: relative;
		background: none;
		top: 0;
		right: 0;
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: visible;
    }
    .textpanel h2 {
		font-size: 80%;
		padding: 0 2em;
		text-align: center;
	}
	.textpanel p {
		font-size: 80%;
		padding: 0 2em;
		text-align: center;
	}
}


/* Home - RHS panels */
.rhspanel {
	border: 1px solid #0065a2;
	background: #ffffff;
	color: #000000;
	margin: 1em 0 0 0;
	padding: 0;
	overflow: hidden;
	max-width: 340px;
}
.rhspanel h3 {
	color: #ffffff;
	display: block;
	background: #0065a2;
	padding: 2px 8px;
	margin: 0;
	font-size: 100%;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.rhspanel p {
	color: #000000;
	font-size: 85%;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	margin: 0 5px 0 0;
	padding: 2px 8px;	
	font-weight: 400;
}
.home-panel {
	/*min-height: 350px;*/
	margin-bottom: 10px;
}

/* ticker */
.latestnews {
	background: none;
	overflow: hidden;
	height: 200px;
}
.latestnews div {
	min-height: 190px;
}
.latest_story p.newsheadline {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 0.9em;
	color: #005caa;
	display: block;
}
.latest_story p {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.8rem;
	color: #373737;
	display: block;
}
.latest_story p.newsreadmore {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #005caa;
	display: block;
	clear: right;
}

/* News display */
/*====-----News page----=====*/
.newsstory {
	background: none;
	border: none;
	color: #464646;
	padding: 10px;
	margin: 10px 20px 10px 0;
}
.newsstory_sel {
	background: #66a6ef;
	border: none;
	padding: 10px;
	margin: 10px 20px 10px 0;
}
.newsstorydate {
	font-size: 70%;
	color: #464646;
	float: left;
	width: 110px;
}
.newsstoryheadline {
	display: inline-block;
	width: 320px;
}
.newsstory p, .newsstory_sel p {
	display: inline-block;
	margin-left: 110px;
}
.newsstory h3 {
	border-bottom: none;
	background: none;
}
.newsstory_sel h3, .newsstory_sel p, .newsstory_sel .newsstorydate {
	border-bottom: none;
	background: none;
	color: #ffffff;
}
@media only screen and (max-width: 430px)  {
	.newsstory {
		margin: 5px 10px 5px 0;
	}
	.newsstory_sel {
		margin: 5px 10px 5px 0;
	}
	.newsstory p, .newsstory_sel p {
		margin-left: 0;
		font-size: 80%;
	}
}




/* Standard formatting */
.home-content {
	margin-top: 1em;
}
.home-content img
{
	
}
h1 {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 180%;
	color: #0065a2;
	margin: 0 0 7px 0;
}

h2 {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 130%;
	color: #0065a2;
	margin: 0 0 7px 0;
}
h3 {
	font-size: 120%;
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0 0 10px 0;
	line-height: 150%;
	color: #000000;
}
p, li {
	font-family: Rajdhani, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-size: 90%;
	line-height: 135%;
	color: #000000;
}
li li {
	font-size: 80%;
}
li {
	margin-bottom: 2px;
	font-size: 80%;
	line-height: 130%;
}
a, a:link, a:hover, a:active {
	color: #0065a2;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 90%;
	margin-left: 2px;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	background: #8a2629;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b43e42), to(#8a2629));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b43e42, #8a2629);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b43e42, #8a2629);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b43e42, #8a2629);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b43e42, #8a2629);
	border: 1px solid #8a2629;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #f4f4f4;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#686868));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #f4f4f4, #686868);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f4f4f4, #686868);
	/* IE 10 */
	background: -ms-linear-gradient(top, #f4f4f4, #686868);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #f4f4f4, #686868);
	/*border: 1px solid  #f4f4f4;*/
	color: #000000;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 10px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.address-panel {
	border: 1px dashed #dedede;
	background: none;
	padding: 10px;
	margin: 10px 0 10px 20px;
}

.addresspanel h3 {
	margin: 0;
}


/*Tables */
table.standard tr.row_selected {
	background: #ff7e30;
}
table.standard th {
	font-size: 70%;
	padding: 0.4rem;
}
table.standard td {
	font-size: 70%;
	padding: 0.4rem;
}


/* Product panels */
.blue-border {
	border: 1px solid #0065a2;
	background: none;
}
.black-border {
	border: 1px solid #0065a2;
	background: #0065a2;
}
.prod-box {
	display: inline-block;
	width: 280px;
	float: left;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.prod-image {
	overflow: hidden;
	width: 120px;
	height: 148px;
	float: left;
}
.prod-title {
	float: left;
	margin: 10px 0px 5px 15px;
	overflow: hidden;
	width: 135px;
}
.prod-title h2 {
	font-size: 120%;
	font-weight: 600;
	line-height: 120%;
}
.prod-title h3 {
	font-size: 100%;
	color: #0065a2;
	font-weight: 300;
}
.black-border .prod-title h2, .black-border .prod-title h3 {
	color: #ffffff;
}


/*Product detail page */
.product-detail-image {
	border: 1px solid #0065a2;
	/*width: 100%;*/
	max-width: 360px;
	overflow: hidden;
	text-align: center;
}
.product-detail-image img {
	/*width: 100%;
	*/
}
.product-detail-text {
	padding-bottom: 10px;
}
/* Product images */
/*.thumbs {
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
.thumb-row {
	display: table-row;
}
.thumb-container {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 180px;
	height: 175px;
	background: #f2f2f2;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.thumb-image {
	
}
*/
.thumbnail {
	height: 175px;
	width: 180px;
	background: #f2f2f2;
	position: relative;
	display: inline-block;
	margin-right: 0.5rem;
	overflow: hidden;
}
.helper {
	padding-top: 100%; /* forces 1:1 aspect ratio */
}
.thumbnail-image {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}
.thumbnail-image:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.thumbnail-image img {
    vertical-align: middle;
    display: inline-block;
}





/*Product admin - images */
.prod-image-panel {
	border: 1px solid #d2d2d2;
	display: block;
	width: 100%;
	height: 235px;
	margin-bottom: 10px;
	padding: 5px;
	clear: right;
}
.prod-image-img {
	border: 1px solid #000000;
	margin: 2px;
	padding: 4px;
	width: 221px;
	height: 221px;
	float: left;
	text-align: center;
}
.prod-image-caption {
	margin-left: 10px;
	float: left;
}
.img-del-link {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

