/**
Add your custom styles here

Orange colour #fe5000

**/
/*Global CSS*/
body, p, ul, ol, li, a, button, form, h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif !important;
}

a:hover, a:active{
	color: #ed7921 !important;
	text-decoration: none !important;
}

.head {
	background-color:#fe5000;
}

/* CSS to make page full width and then centre rwo content in 1200px */
.row {
    margin-bottom: 20px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.container {
    width: 100% !important;
}

/* CSS to make footer of page full width with a 2px solid charcoal line */
.row.hide-md {
    border-top: 3px solid #fe5000;
    border-bottom: 1px solid #fe5000;
    max-width: 100%;
		background-color:#313140;
		margin:0px;
}

.newsletter {
    background-color: transparent;
}

.newsletter .row {
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.footer {
    background-color: #313140;
    padding-top: 10px;
    color: white;
}

/* Footer nav - titles */
.footer h4 {
    color: white;
}

/* Footer nav - links */
.footer li a {
    color: white;
}

/** Top of the page **/

.main {
    margin-top: 0px;
		padding-bottom:0px;
}

.head {
	margin:0px;
}

.row .relative {
	margin:bottom:0px !important
}

.strap-line {
	margin-top:5px;
	font-size:1.5em;
	letter-spacing:1px;
	color:white;
}

.top-catalogue-search {
	margin-top:17px;
}


/** Mega Menu **/
.mega-menu {
	background-color:#313140;
}

.row .menu-item {
	width: 114px;
	word-wrap: break-word;
  padding: 0px;
	font-size: 12px;
	vertical-align: middle;
}

nav .row ul li a {
  padding-left: 0px;
  padding-right: 0px;
	margin: 0;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:middle
}

nav .row ul li a:hover,
nav .row ul li:visited:hover,
nav .row ul li a:hover,
nav .row ul li:visited:hover {
    background-color: #313140;
}

nav .row ul li .main-sub.active {
  padding-top: 0px !important;
} 

nav .row ul li .main-sub ul {
  width: 100%;
  margin: 0;
}

nav .row ul li .main-sub ul li.title {
  width: 100%;
  font-size: 1.1em;
  color: #005eb8;
}

nav .row ul li .main-sub ul li.title a {
  color: #005eb8; 
	padding: 0px;
}

nav .row ul li .main-sub ul li.title a:hover {
  color: #ff0000;
}

nav .row ul li .main-sub ul li.sub {
  float: left;
	font-size: 14px;
  width: 23%;
  margin-left: 0;
  margin-right: 2%;
  padding: 5px 0;
  border: none;
}

nav .row ul li .main-sub ul li.sub a:hover {
  color: #fe5000;
}

nav .row ul li .main-sub ul ul {
  padding: 5px 0;
}

nav .row ul li .main-sub.active {
  height: auto;
  padding: 20px;
  overflow: auto;
  border-left: 3px solid #313140;
  border-right: 3px solid #313140;
  border-bottom: 3px solid #313140;
  border-top: 3px solid #313140;

}

nav .row ul li:hover a, nav .row ul li:active a {
  background-color: #313140;
  color: #152B50;
}

nav .row ul li:visited:hover {
  background-color: #eeeeee;
  color: white;
}

nav .row ul {
  list-style: none; padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.0em; 
}

nav .row .col-16 .wrap {
  background: #313140; 
  /* Old browsers */
  background: -moz-linear-gradient(top, #313140 0%, #313140 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313140), color-stop(100%, #313140));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #313140 0%, #313140 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #313140 0%, #313140 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #313140 0%, #313140 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #313140 0%, #313140 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}


/** END Mega Menu **/


/** Feature Categories colour **/

.feature-categories {
  border: 3px solid #fe5000;
  background: #f7941d;
}
.feature-categories ul li {
  margin: 0;
  padding: 0;
  height: 12.5%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #fe5000;
  line-height: 2.1em;
  background-color: #ffffff;
}

.feature-categories ul li.title {
  display: block;
  padding-top: 1px;
  background-color: #fe5000;
  color: white;
  font-size: 1.1em;
  line-height: 1.8em;
}

.feature-categories ul li a {
    height: 100%;
    display: block;
    padding: 5px 15px;
    line-height: 1.8em;
    color: #f7941d;
}

.feature-categories ul li .sub.active {
  padding: 20px;
  border-top: 3px solid #fe5000;
  border-right: 3px solid #fe5000;
  border-bottom: 3px solid #fe5000;
}

.feature-categories ul li:hover a,
.feature-categories ul liactive a {
  color: #f7941d; !important;
}

.feature-categories ul li:hover .sub ul li a,
.feature-categories ul liactive .sub ul li a {
  color: #f7941d !important;
}


/** CSS to display product codes when on product page **/
.pcodes {
		font-size: 1.2em;
}

.pcodes ul {
    display: block;
    margin: 0;
    padding: 0;
}

.pcodes ul li {
    display: inline-block;
}

/** end **/

h1 {
	font-size:1.8em;
}

/* Category browisng CSS *.
/* Category mouse over colours */
.category {
		cursor:pointer;
}

.category:hover,
.category:active {
    border-color: #fe5000;
}

.category:hover .info,
.category:active .info {
    background: #fe5000;
    color: white;
}

/* Category height */
.product .info {
    min-height: 280px;
		cursor:pointer;
}

.category .info {
    min-height: 120px;
}

.key-info {
	font-family:Courier, monospace;
	font-size:0.8em;
}
