/* Table of Content
==================================================
	#Site Styles
	#Media Queries

/* #Site Styles
================================================== */

/* Wraps
-------------------------------------------------- */

	#topWrap, #headerWrap, #searchWrap, #contentWrap, #featureWrap, #footerWrap {
		width: 100%;
		position: relative;
	}
	
	#topWrap {
		padding: 5px 0 5px;
		background: #022c5e;
	}
	
	#headerWrap {
		background: url(../images/bg-header.png);
		padding: 24px 0 30px;
		z-index: 101;
		border-bottom: 1px solid #375b88
	}
	
	#navWrap {
		background: url(../images/bg-nav.png);
		padding: 20px 0 0;
		z-index: 101;
		-moz-box-shadow: 0 0 1px rgba(0,0,0, 0.8);
		-webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.8);
		box-shadow: 0 0 1px rgba(0,0,0, 0.8);
	}
	
	#breadcrumbWrap {
		padding: 20px 0 0;
		z-index: 100;
	}
	
	#contentWrap {
		position: relative;
		padding: 40px 0 20px;
	}
	
	#mapWrap {
		padding-bottom: 20px;
	}
	
	#featureWrap {
		border-top: 1px solid #2a5a8c;
		padding: 40px 0 20px;
		background: url(../images/bg-feature.png);
	}
	
	#bannerWrap {
		padding: 30px 0 28px;
		background: #0a4694
	}
	
	#footerWrap {
		padding: 45px 0 300px;
		background: url(../images/bg-footer.jpg) center top no-repeat;
	}

	
	
/* top bar
-------------------------------------------------- */

/* login */

p.login {
	float: left;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	color: #9fc1ea;
	margin: 0;
}
	p.login a {
		color: #9fc1ea;
	}
	p.login a:hover {
		color: #fff;
	}
	
	p.login span {
		float: left;
		width: 24px;
		height: 32px;
		margin-right: 10px;
		background: url('../images/sprite.png') no-repeat -148px -84px;
		background-size: 500px 500px !important;
	}
	
p.loggedin {
	float: left;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin: 0;
}

/* social buttons */

#social, #social li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#social li {
	float: right;
	margin-left: 5px;
}

#social li:last-child{
	margin-left: 0;
}

#social li a {
	display: block;
	width: 32px;
	height: 32px;
	background-size: 500px 500px !important;
	text-decoration: none;
}
	#social li a.fb  {
		background: url('../images/sprite.png') no-repeat -36px -88px;
	}
	#social li a.tw  {
		background: url('../images/sprite.png') no-repeat 0 -88px;
	}

	#social li a.fb:hover {
		background: url('../images/sprite.png') no-repeat -36px -120px;
	}
	#social li a.tw:hover  {
		background: url('../images/sprite.png') no-repeat 0 -120px;
	}

		
		
/* Header
-------------------------------------------------- */

#logo a {
	display: block;
	background: url('../images/sprite.png') no-repeat 0 0;
	background-size: 500px 500px;
	width: 280px;
	height: 72px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none;
}

/* search */

.qSearch {
	margin-top: 24px;
}

.qSearch input {
	float: left;
	margin-bottom: 0;
}

.qSearch input[type="text"] {
	width: 170px;
	margin-right: 10px;
}

.qSearch input[type="submit"] {
	width: 90px;
}

.qSearch ::-webkit-input-placeholder {
   color: #999;
}
.qSearch :-moz-placeholder { /* Firefox 18- */
   color: #999;  
}
.qSearch ::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}
.qSearch :-ms-input-placeholder {  
   color: #999;  
}

/* basket */

p.basket {
	font-family: 'UniversNW01-520CdMedium', Arial, sans-serif;
	font-size: 19px;
	line-height: 32px;
	color: #fff;
	margin: 26px 0 0;
}
	p.basket span.icon {
		display: block;
		float: left;
		margin: 0 10px 0 30px;
		width: 24px;
		height: 24px;
		background: url('../images/sprite.png') no-repeat -212px -85px;
		background-size: 500px 500px;
		line-height: 0;
	}
	
	p.basket .button {
		float: right;
		margin: 0 0 0 10px;
	}

/* navigation */

#nav {
	line-height: 17px;
}

#nav ul {
	list-style: none;
	margin: 0;
	text-align: justify !important;
}

#nav ul:after {
   content: '';
   display: inline-block;
   width: 100%;
}

#nav li {
	margin: 0;
	display: inline-block;
}

#nav li a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 15px;
	color: #0a4694;
}	
	
	#nav li.selected a, #nav li a:hover {
		color: #000;
	}
	
	#nav li.selected a {

	}
	
	/* subnav */

	ul.subNav, ul.subNav li, ul.subNav ul, ul.subNav ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.subNav {
		margin: 0 0 20px;
	}
		
	ul.subNav li a {
		font-size: 14px;
		display: block;
		padding: 6px 0 5px 8px;
		margin: 0;
		border-bottom: 1px solid #679cde;
		color: #333;
	}
		ul.subNav li.hasSub a {
			background: url(../images/arrow-subnav.png) right center no-repeat;
		}
	
	ul.subNav li.selected a, ul.subNav li.selected a:hover {
		border-bottom: 1px solid #679cde;
		color: #0a4694;
	}
	
	ul.subNav li:hover, ul.subNav li.selected {
		background: url(../images/bg-subnav.png);
	}
	
	ul.subNav li a:hover {
		border-bottom: 1px solid #20507b;
		color: #0a4694;
	}
	
		/* sub sub */
		
		ul.subNav li.hasSub ul li {
			background: #fff;
		}
		ul.subNav li.hasSub ul li a {
			background: none;
			padding-left: 16px;
		}
		ul.subNav li.hasSub ul li a:hover {
			padding-left: 24px;
			color: #111;
		}

	
	
	
/* tel */

p.tel {
	font-family: 'UniversNW01-620CdBold', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #0a4694;
	margin: 1px 0 0;
	text-align: right;
}

	p.tel span {
		display: block;
		float: right;
		width: auto;
	}

	p.tel span.tel {
		width: 16px;
		height: 16px;
		margin-right: 10px;
		background: url('../images/sprite.png') no-repeat -185px -88px;
		background-size: 500px 500px !important;
	}


/* Breadcrumb
-------------------------------------------------- */
	
		#breadcrumb {
			padding: 0 0 19px;
			border-bottom: 1px dashed #679cde;
		}
			#breadcrumb ul, #breadcrumb li {
				list-style: none;
				padding: 0;
				margin: 0;
			}
			
			#breadcrumb li {
				float: left;
				margin: 0;
				color: #000;
			}
			
			
/* Slider holder
-------------------------------------------------- */
			
.sliderHolder {
	background: #fff;
	padding: 20px 20px 50px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(182, 208, 240, .5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(182, 208, 240, .5);
	box-shadow: 0px 0px 5px 2px rgba(182, 208, 240, .5);
	margin-bottom: 30px;
}


/* Featured Products
-------------------------------------------------- */

.fProduct {
	text-align: center;
	margin-bottom: 40px !important;
}

.fProduct .imgLink {
	width: 100%;
	display: table;table-layout:fixed;height:210px;
}

.fProduct .imgLink a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;width:100%;height: 200px;
}

.fProduct img {
	margin: 0;max-width:100%;max-height:100%;
}

.fProduct .imgLink p.discountText {
	position: absolute;
	font-family: 'UniversNW01-620CdBold', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	background: #c00;
	width: 60px;
	height: 60px;
  text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	padding-top: 11px;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.fProduct .imgLink p.discountText.trade {
	background: #022c5e;
}

.fProduct p {
	font-family: 'UniversNW01-520CdMedium', Arial, sans-serif;
	margin-bottom: 15px;
}

.fProduct a.button {
	margin-bottom: 0;
}

/*.offset-by-one .fProduct p.desc {
    min-height: 95px;
}*/

.offset-by-one .fProduct p {
	text-overflow: ellipsis;
	overflow: hidden;
	/*height:auto !important*/
}


.fProduct p.price, .fProduct p .trade {
	font-family: 'UniversNW01-620CdBold', Arial, sans-serif;
	font-size: 20px;
	color: #f30;
	margin-bottom: 5px;
}

.fProduct p .trade {
	margin-right: 5px;
}

.fProduct p.vat {
	font-size: 12px;
	color: #333;
	margin-bottom: 15px;
}
	
.Tradediscount{
	font-size: 12px;
	color: #0a4693;
	margin-bottom: 15px;
}

/* Featured
-------------------------------------------------- */

.feature {
	position: relative;
	margin-bottom: 20px !important;
}

.feature p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

.feature h2, .feature h2 a {
	color: #fff;
}
	.feature h2 a:hover {
		color: #f90;
	}

.feature img {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	margin-bottom: 20px;
}

.feature img:hover {
	opacity: 0.8;
}


/* Map & results
-------------------------------------------------- */
		
#gMapHolder, #pImgHolder {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(182, 208, 240, .5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(182, 208, 240, .5);
	box-shadow: 0px 0px 5px 2px rgba(182, 208, 240, .5);
	line-height: 0;
}

#gMap {
	max-width: 100%;
	height: 400px;
}

#pImgHolder img {
	max-height: 400px;
	margin-bottom: 0;
}

/* To fix gmap infowindow bug */
.scrollFix {
		overflow: hidden;
		white-space: nowrap;
}
    .scrollFix p {
		line-height: 16px;
    }
		
		

/* Content
-------------------------------------------------- */

/* ribbon */

#ribbon {
  padding: 0 0 30px 0;
  width: 140px;
  margin: 0 0 30px;
  box-sizing: border-box;
  position: relative;
}

  #ribbon div {
	font-family: 'UniversNW01-620CdBold', Arial, sans-serif;
	font-size: 60px;
	line-height: 60px;
    background: #f60;
    color: #fff;
    padding: 25px 10px 20px;
    text-align: center;
	border-top: 1px solid rgba(0,0,0,0.2);
  }

  #ribbon div::after {
    border-left: 70px solid #f60;
    border-right: 70px solid #f60;
    border-bottom: 30px solid transparent;
    bottom:0;
    content:'';
    height: 0;
    left:0;
    position:absolute;
    width: 0;
  }

	
/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dist {
	-ms-word-break: break-all;

	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	
	/* Non standard for webkit */
	word-break: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.callOut {
	position: relative;
	background: #f9fafe;
	padding: 20px 20px 5px;
	border: 1px solid #cee3f6;
	margin-bottom: 20px;
}
	.callOut.addNew {
		text-align: center;
		background: rgba(0,70,148,0.1);
		border: 1px dashed rgba(10,70,148,0.3);
		height: 140px;
	}
.callOut form {
	margin: 0;
}
	.callOut h3 {
		color: #ed1c2c
	}
	.callOut .newText {
		position: relative;
		text-align: center;
		top: 50%;
		transform: translate(0, -50%);
	}
		
		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/sprite.png') no-repeat -87px -88px;
	background-size: 500px 500px;
	width: 48px;
	height: 48px;
	margin: 0 auto;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
}

#goTop a:hover {
	display: block;
	background: url('../images/sprite.png') no-repeat -87px -136px;
	background-size: 500px 500px;
}

#footerWrap ul, #footerWrap li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

#footerWrap p, #footerWrap li {
	font-size: 14px;
	color: #333;
	line-height: 21px;
	margin-right: 0;
}

#footerWrap li {
}

#footerWrap a {
	text-decoration: none;
	color: #0a4693;
	text-transform: uppercase;
}

#footerWrap a:hover {
	color: #000;
}

#footerWrap .logoSm {
	float: left;
	margin: 4px 15px 20px 0;
}

#fmLogo {
	width: 140px;
	height: 15px;
	background: url('../images/sprite.png') no-repeat 0 -268px;
	background-size: 500px 500px;
}

#ccards {
	display: block;
	background: url('../images/sprite.png') no-repeat 0 -350px;
	background-size: 500px 500px;
	width: 337px;
	height: 32px;
    margin-bottom: 20px;
}


/* #blog
-------------------------- */

/* author */

.author {
	font-size: 13px;
}
		
.author a {
	float: left;
	margin-right: 5px;
}
		
.author img {
	width: 24px;
}

.next_prev {
    width: auto;
    float: left;
}

.next_prev a {
    display: inline-block;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    background: #d5d6d7 !important;
    text-align: center;
}

.next_prev a:hover {
    background: #ec1b2d !important;
    color: #fff;
}


/* #Media Queries
================================================== */

	/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		
		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 393px 393px;
			width: 220px;
			height: 57px;
		}
		
		.qSearch input[type="text"] {
			width: 155px;
			margin-right: 5px;
		}
		.qSearch input[type="submit"] {
			width: 60px;
			padding: 0;
		}
		
		/* basket */
		
		p.basket span {
			margin: 0 !important;
		}
		
		p.basket span.icon {
			margin-right: 8px !important;
		}
		
		p.basket .button {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		/* nav */
		
		#nav li a {
			font-size: 15px;
		}
		
	}


	/* Tablet Portrait size to standard 960  */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.no-mob-all{
			display: none;
		}
		.mob-only-all {
			display: block !important;
		}
		
		input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select, label {
			width: 100%;
		}
		
		button.matchLabel,  input[type="submit"].matchLabel,  input[type="reset"].matchLabel,  input[type="button"].matchLabel {
			margin-left: 0;
		}
		
		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 307px 307px;
			width: 172px;
			height: 44px;
		}
		
		.searchHolder {
			margin-left: -34px !important;
			width: 216px !important;
		}
		
		.qSearch {
			margin-top: 10px;
		}		
		.qSearch input[type="text"] {
			width: 149px;
			margin-right: 5px;
		}
		.qSearch input[type="submit"] {
			width: 60px;
			padding-left: 0;
			padding-right: 0;
		}
		
		/* basket */
		
		p.basket {
			font-size: 16px;
			margin-top: 10px;
		}

		p.basket span {
			display: none !important;
		}
		
		p.basket .button {
			padding-left: 8px;
			padding-right: 8px;
			margin-left: 5px;
			float: right;
		}
		
		p.basket .button.dkBlue {
			margin: 0;
		}
		
		/* nav */
		
		#nav li a, p.tel {
			font-size: 13px;
		}
		
		/* footer */
		
		#goTop a {
			background: url('../images/sprite.png') no-repeat -67px -68px;
			background-size: 385px 385px;
			width: 37px;
			height: 37px;
		}
		
		#goTop a:hover {
			display: block;
			background: url('../images/sprite.png') no-repeat -67px -105px;
			background-size: 385px 385px;
		}
		
		#footerWrap p, #footerWrap li {
			font-size: 13px;
			line-height: 20px;
			margin-right: 0;
		}
		
		#fmLogo {
			width: 108px;
			height: 12px;
			background: url('../images/sprite.png') no-repeat 0 -206px;
			background-size: 385px 385px;
		}

        #ccards {
	        background: url('../images/sprite.png') no-repeat 0 -302px;
	        background-size: 432px 432px;
	        width: 236px;
	        height: 28px;
        }
		
	}

	/* All Mobile Sizes  */
	@media only screen and (max-width: 767px) {
		
		#footerWrap {
			padding: 45px 0 190px;
		}
		
		/* top bar
		-------------------------------------------------- */
		
		.no-mob, .no-mob-all {
			display: none !important;
		}
		.mob-only, .mob-only-all {
			display: block !important;
		}
		hr {
			padding-top: 12px;
			margin: 0 0 30px;
		}
		
		p.login, p.loggedin  {
			font-size: 14px;
			width: 100%;
		}
		
		#logout {
			padding: 8px 10px;
			float: right;
		}
		
		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 307px 307px;
			width: 172px;
			height: 44px;
			margin: 0 auto;
		}
		
		.searchHolder {
			margin: 0;
		}
		
		.qSearch input {
			float: left;
			box-sizing: border-box !important;
			margin: 0 !important
		}
		
		.qSearch input[type="text"] {
			width: 70% !important;
			margin-right: 1% !important;
		}
		.qSearch input[type="submit"] {
			width: 29% !important;
		}
		
		p.basket {
			margin-top: 18px;
		}
		
		p.basket span {
			display: none !important;
		}
		
		p.tel {
			display: none;
			text-align: center !important;
			color: #777;
			margin-top: 20px;
		}
		
		p.tel span {
			float: none;
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 10px;
		}
		
		p.tel span.tel {
			display: none;
		}
		
		#navWrap {
			background: url(../images/bg-nav.png);
			padding: 0;
			z-index: 101;
		}
		
		/* nav */
		
		#nav ul {  
			display: none;  
			height: auto; 
			margin: 0 0 10px; 
			padding: 0;
			text-align: left !important;
		} 
					
		#nav ul li {
			display: block; 
			margin: 0;
			font-size: 14px;
		}
			
		#nav ul li a, #nav ul li a.selected {
			display: block;
			font-weight: 400;
			font-size: 14px; 
			width: auto;
			color: #333;
			border-bottom: 1px solid #b1cad1;
			margin: 0;
			padding: 12px 0 12px 30px !important;
			text-transform: uppercase;
			background: #ecf2f4;
		}
			#nav ul li.selected a {
				background: #fff;
				border-bottom: 1px solid #b1cad1;
			}
			#nav ul li a:hover{
				color: #fff;
				background: url(../images/bg-header.png);
				border-right: none;
				border-bottom: 1px solid #231f1e
			}
		#nav ul:after {
		   display: none;
		}
		
		#nav a#pull {
			display: block;     
			position: relative;
			height: 46px;
			line-height: 34px;
			color: #0a4694;
			margin-bottom: 0;
			text-decoratiotransparent;
			/*border-top: 1px solid rgba(0, 0, 0, .3);
			border-bottom: 1px solid rgba(0, 0, 0, .3);*/
		} 
		 
		#nav a#pull:after {
			font-family: 'UniversNW01-520CdMedium', Arial, sans-serif;
			font-size: 18px; 
			text-transform: uppercase; 
			content:"Navigation";    
			display: block; 
			position: relative; 
			left: 0;  
			top: 7px;
			padding-left: 30px;
			background: url(../images/i-nav.png) 0 7px no-repeat			
		}
		
		/* tabs */
		
		ul.tabNavigation {
			border: none;
			margin-bottom: 30px;
			clear: both;
		}
		ul.tabNavigation li {
			display: block;
			width: 100%;
			margin-top: 5px;
		}
		ul.tabNavigation li a {
			border: none;
			border-radius: 0; 
			-moz-border-radius: 0; 
			-webkit-border-radius: 0;
			padding: 10px 12px 8px;
		}
		ul.tabNavigation li a:hover {
			border: none;
			-webkit-box-shadow: inset 0px 0px 2px 0px rgba(67,62,58,0.9);
			-moz-box-shadow:    inset 0px 0px 2px 0px rgba(67,62,58,0.9);
			box-shadow:         inset 0px 0px 2px 0px rgba(67,62,58,0.9);
		}
		ul.tabNavigation li a.selected {
			border: none;
		}
		
		.twelve.columns.center {
			text-align: left;
		}
		
		.sliderHolder, #gMapHolder {
			background: transparent !important;
			padding: 0 0 40px !important;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			margin-bottom: 30px;
		}
		
		#basketTbl th, #basketTbl td {
			font-size: 13px;
		}
			
		.half h3 {
			font-size: 18px;
			margin-bottom: 10px !important;
		}
		
				p .button.flo-r {
			margin-top: 10px;
			float: none !important;
		}
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait  */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		#headerWrap {
			padding: 20px 0;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size  */
	@media only screen and (max-width: 479px) {
		
		#headerWrap {
			padding: 15px 0;
		}
		
		.no-mob-p {
			display: none !important;
		}
		
		.mob-only-p {
			display: block;
		}
		
		ol, ul {
			margin-left: 18px;
		}
		
		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 214px 214px;
			width: 120px;
			height: 30px;
			margin: 0 auto;
		}
		
		.searchHolder {
			margin-bottom: 2px !important;
		}
		
		button.matchLabel,  input[type="submit"].matchLabel,  input[type="reset"].matchLabel,  input[type="button"].matchLabel {
			margin-left: 0;
		}
		
		input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select, label {
			width: 100%;
		}
		
		p.basket {
			font-size: 18px;
			margin-top: 15px;
		}
		
		p.basket .button {
			padding-left: 8px;
			padding-right: 8px;
			margin-left: 5px;
		}
		
		.callOut ul {
			margin-left: 20px;
		}
		
		
	}
	
	.text-right { text-align:right;}