/** Hawk Fasteners Custom Styles **/

/*
Hawk Red : #E7322A

*/

//** Top of the page note **/

.main {
	margin-top: 0px;
	padding-bottom:0px;
}

.head {
	margin:0px;
}

.row .relative {
	margin:bottom:0px !important
}

./** Add your custom styles here **/

/** Make search arrow ranged right in header **/
.search select.select,
.search input[type="text"].select {
	background-color: #E7322A;
	padding: 0 0px;
padding-left: 20px;
}
/** end search header **/

/** make Search Magnifying Glass bigger **/
.search .search-button {
	font: normal normal normal 20px/1 FontAwesome; right: 15px;
	top: 0;
	position: absolute;
	color: #E7322A;
	border: none;
	background: none;
	margin: 0;
	padding: 0;

/* Change position and style of magnifying glass */
@media (min-width: 768px) {
	.search .search-button {
		right: 27px;
		font-size: 1.5em;
		position: relative;
		color: #E7322A;
	}
}
}
/** end Mag Glass **/

/** Hide the right log on mobile devices **/
@media screen and (max-width: 600px) {
  .right-logo {
		visibility:hidden;
    display: none;
  }
}

/** start search box size **/
.search input[type="text"] {
	min-width: 650px;
}
/* Extend search box for larger screens */
@media (min-width: 768px) {
	.search input[type="text"] {
		min-width: 650px;
	}
}
/** end search box size **/

/** Strap Title in Header **/

.wholesale-title {
	font-size: 2.0em;
	letter-spacing: 2px;
	text-align: center;
	font-weight:bold;
	line-height: 26px;
	color: #313140;
	padding-top:5px;
	padding-bottom:20px;
}


.header-contact,
.header-contact.a,
.header-contact.a:active,
.header-contact.a:hover,
.header-contact.a:visited {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #313140;
}

.header-contact.a:hover {
	text-decoration: underline;
}

@media (max-width: 960px) {
	.wholesale-title {
		display: none;
	}
}
/** end of strapline in header **/

/* Adjust to 15px as there is no topper */
.main {
	margin-top: 15px;
}

/* banner styles */

.banner .cycle-slideshow {
  background: url(/assets/file/slider/slider-background.png) no-repeat;
width: 100%; height: 330px;

}

.banner .cycle-slideshow .slide .txt .title {
  color:#ff6c00;
  text-transform: uppercase;
  display: block;
  font-size: 1.8em;
  line-height: 0.5em;
  margin-top: 60px;
}
.bannersubhead {
  color: #ff6c00;
  font-size: 0.9em;
}

.bannerthirdline {
	color: #ff6c00;
  font-size: 0.9em;
  font-weight:bold;
}

.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
  color: #da291c;
}

.banner .cycle-slideshow .slide {
  padding-top: 20px;
	padding-bottom: 0px;
  width: 100%;
}


.banner .cycle-slideshow .slide .txt {
  float: right;
  width: 50%;
}

.banner .cycle-slideshow .slide .img {
  text-align: right;
  float: left;
}

.banner .pager span.cycle-pager-active {
  color: #53AA3E;
}

.slider-button {
	background: #313140;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #ff6c00;
	-webkit-transition: background-color 0.2s linear 0;
	-moz-transition: background-color 0.2s linear 0;
	-ms-transition: background-color 0.2s linear 0;
	-o-transition: background-color 0.2s linear 0;
	transition: background-color 0.2s linear 0;
	text-shadow: none;
	border-radius: 3px;
	padding: 7px 14px;
	display: inline-block;
	font-size: 16px;
}

.slider-button:visited{
  color: white;
}

.slider-button:hover {
  background: #84898B;
	text-decoration: none;
}
.slider-button:active {
  color: white;
}


/* end of banner styles */


/* start of Feature Categories styles */

.feature-categories {
    border: 3px solid #E7322A;
    height: 330px;
}

.feature-categories ul li.title {
    background-color: #E7322A;
}
.feature-categories ul li {
    height: 14.3%;
    border-bottom: 1px solid #E7322A;
    line-height: 2.5em;
}

.feature-categories ul li a:hover, .feature-categories ul li aactive {
    color: #E7322A;
}
.feature-categories ul li:hover a, .feature-categories ul liactive a {
    color: #E7322A !important;
}

/* end of Feature Categories styles */

.prod-info ul {
	list-style: inside;
}

/* start of Pagination styles */

.pagination {
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
	padding: 0px 10px 20px 0px;
}

.pagination ul li span {
	background: #E7322A;
	border: 1px solid #E7322A;
}

.pagination ul li a:hover, .pagination ul li a:active {
	background: #313140;
	color: white;
	border: 1px solid #313140;
}

/* end of Pagination styles */

/* start of list button styles */

.display ul li a.active {
	color: white;
	background: #E7322A;
	border: 1px solid #E7322A;
}

.display ul li a:hover {
    background: #313140;
    color: white;
    border: 1px solid #313140;
}
.display ul li a {
	color: #E7322A;
	background: white;
	border: 1px solid #E7322A;
}

/** start of making Search Magnifying Glass bigger **/
.search .search-button {
  font: normal normal normal 20px/1 FontAwesome; right: 15px;
  top: 0;
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
/** end of making Search Magnifying Glass bigger **/

/** nav bar **/
nav .row .col-16 .wrap {
  background: #E7322A; 
  /* Old browsers */
  background: -moz-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C91F16), color-stop(100%, #E7322A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #C91F16 0%, #E7322A 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 100%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}

nav .row ul li:hover a,
nav .row ul liactive a {
  background-color: #ff0000;
  color: white;
}

nav .row ul li .main-sub.active {
  height: auto; bg-color: #e6e6e6;
  padding: 20px;
  overflow: auto;
  border-left: 3px solid #C91F16;
  border-right: 3px solid #C91F16;
  border-bottom: 3px solid #C91F16;
  border-top: 3px solid #C91F16;
}
nav .row ul li a,
nav .row ul li:visited {
  padding: 8px 20px;
  color: white;
  display: block;
}

nav .row ul li .main-sub ul {
  width: 100%;
  margin: 0;
}


nav .row ul li .main-sub ul li.sub {
  float: left;
  width: 18%;
  margin-left: 0;
  margin-right: 2%;
  padding: 5px 0;
  border: none;
}

/** end nav bar **/

/* start of mega menu */
.menu-item {
	width: 140px;
	word-wrap: break-word;
	padding: 0px;
}

/* end of mega menu */

/* start of Categories */
/* set colour to red */
.category:hover,
.category:active {
  border-color: #E7322A;
}
.category:hover .info,
.category:active .info {
  background: #E7322A;
  color: white;
}

/* start of Categories */

/* start of change to buttons */
/* Primary button */
.primary {
  background: #888888;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #888888;
}
.primary:visited {
  color: white;
}
.primary:hover,
.primary:active {
  background: #E7322A;
  border: 1px solid #E7322A;
}

/* end of change to buttons */

/* start of changes to banner styles */

.banner .cycle-slideshow {
  background: url(/assets/file/img/bg-slider.jpg) no-repeat;
width: 100%; height: 400px;
  
} 
.banner .cycle-slideshow .slide .txt .title {
  color: white;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 2.8em;
  line-height: 1.1em;
  margin-top: 70px;
}
.bannersubhead {color: #ffffff; font-size: 1.2em; }
.bannerthirdline {color: #000000; font-size: 1.1em; font-weight:bold;}



.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
  color: #da291c;
}

.banner .cycle-slideshow .slide {
  padding: 0px 20px;
  width: 100%;
}


.banner .cycle-slideshow .slide .txt {
  float: right;
  width: 45%;
}

.banner .cycle-slideshow .slide .img {
  margin-top: 40px;
  width: 50%;
  height: 5%;
  text-align: right;
  float: left;
}

/* end of banner styles */

/** button for banner **/

.primarybanner {
  background: #da291c;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 0.2s linear 0;
  -moz-transition: background-color 0.2s linear 0;
  -ms-transition: background-color 0.2s linear 0;
  -o-transition: background-color 0.2s linear 0;
  transition: background-color 0.2s linear 0;
  text-shadow: none;
  border-radius: 3px;
  padding: 7px 14px;
  display: inline-block;
  font-size: 12px;
}

.primarybanner:hover,
.primarybanner:active {
 text-decoration: none; color: #ffffff;  background: #ff0000;
}


.primarybanner:hover {color: #ffffff; }
.primarybanner:active {
  background: #ffffff;
  border: 1px solid #da291c;
  color: #da291c;
  -webkit-transition: background-color 0.2s linear 0.2s;
  -moz-transition: background-color 0.2s linear 0.2s;
  -ms-transition: background-color 0.2s linear 0.2s;
  -o-transition: background-color 0.2s linear 0.2s;
  transition: background-color 0.2s linear 0.2s;
}
.primarybanner:visited {
  color: white;
}
/* end of changes to banner styles */

