/** NE Electrical custom styles here **/
nav .row ul {
   font-size: 1.0em;
}

nav .row ul li:hover a,
nav .row ul li:active a {
  background-color: #314597;
  color: white;
text-decoration: none;
}
nav .row ul li:visited:hover {
  background-color:#314597; padding: 0;
  color: white;}

/** Mega Menu **/

.menu-item {

  word-wrap: break-word;
  font-size: 13.5px;
  vertical-align: middle;
}

.menu-item-large {
  width: 170px
}

.menu-item-medium {
  width: 110px
}

.menu-item-short {
  width: 85px
}


nav .row ul li a {
  padding-left: 3px;
  padding-right: 3px;
  margin: 0;
  padding-top:8px;
  vertical-align:middle
}

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: #da291c;
}

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 #008C00;
  border-right: 3px solid #314597;
  border-bottom: 3px solid #314597;
  border-top: 3px solid #314597;
}

nav .row ul li:hover a, nav .row ul li:active a {
  background-color: #314597;
  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: #314597;
  /* Old browsers */
  background: -moz-linear-gradient(top, #314597 0%, #314597 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #314597), color-stop(100%, #314597));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #314597 0%, #314597 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #314597 0%, #314597 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #314597 0%, #314597 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #314597 0%, #314597 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}

nav .row ul li .main-sub.active
{
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #909ca3;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #909ca3;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #909ca3;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #909ca3;
}

/** END Mega Menu **/


/* Style class used on pages with google maps */

#google_map {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  width: 100%;
  height: 900px;
  margin-bottom:10px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto
}

#map {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  width: 100%;
  height: 900px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #000033
}


.info_window {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size:14px;
  padding-left:5px;
  padding-top:3px;
  padding-bottom:3px;
  line-height:1.35;
  min-width:320px;
}


.infobox-wrapper {
  display:none;
}

#infobox {
  border:2px solid black;
  margin-top: 8px;
  background:#333;
  color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding: .5em 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow:0 -1px #000000;
  -webkit-box-shadow: 0 0  8px #000;
  box-shadow: 0 0 8px #000;
}

/** Strap Title in Header **/

.wholesale-title {
  margin-top: 16px;
  font-size: 1.8em;
  text-align: left;
  font-weight:bold;
  color: #314597;
}

.wholesale-title-checkout {
  margin-top: 16px;
  font-size: 1.8em;
  text-align: left;
  font-weight:bold;
  color: #314597;
}


.wholesale-title small {
  display: block;
  margin-top: 6px;
  font-size: 0.7em;
  font-weight: normal;
  color: #6e6e6e;
}


/** Button for PDF Links **/
.pdflink {
    background: #D3D3D3;
    color: #DC143C;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #D3D3D3;
    -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;
}

.pdflink:visited {
    color: #DC143C;
}

.pdflink:hover,
.pdflink:active {
    background: #DC143C;
    border: 1px solid #DC143C;
    color: #D3D3D3;
    text-decoration: none;
    -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;
}

.pdflink.small {
    padding: 2px 7px;
    font-size: 10px;
}


/** Feature Categories **/

.feature-categories {
  border: 3px solid #314597;
  height: 330px;
}

.feature-categories ul li {
  height: 14.3%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #314597;
  line-height: 2.5em;
  background-color: #ffffff;
}

.feature-categories ul li.title {
  display: block;
  background-color: #314597;
  color: white;
  font-size: 1.1em;
}

.feature-categories {
  border: 3px solid #314597;
  height: 330px;
}

.feature-categories ul li .sub.active {
  width: 903px;
  padding: 20px;
  border-top: 3px solid #106ac6;
  border-right: 3px solid #106ac6;
  border-bottom: 3px solid #106ac6;
}

.feature-categories ul li:hover a,
.feature-categories ul li:active a {
  color: #da291c !important;
}

.feature-categories ul li:hover .sub ul li a,
.feature-categories ul li:active .sub ul li a {
  color: #666666 !important;
}

.topper .account-menu li a,
.topper .account-menu li:visited {
  color: #313140; font-weight: bold;
}

.topper .account-menu li a:hover,
.topper .account-menu li:visited:hover,
.topper .account-menu li a:active,
.topper .account-menu li:visited:active {
    color: red;
}

/** Basket mouse over in topper **/

.basket > a:hover,
.basket > a:visited:hover,
.basket > a:active,
.basket > a:visited:active {
    color: red;
}

.basket {
    z-index: 999;
    float: right;
    height: 30px;
    background: #efefef;
    padding: 10px;
    margin-top: -10px;
    position: relative;
}

.basket .containing {
    font-weight: bold;
    display: inline-block;
    height: 20px;
    font-size: 0.9em;
    padding: 0px 5px 5px;
    float: right;
    margin: 0 0 0 10px;
}

.basket .basket-content {
    visibility: hidden;
    opacity: 0.0;
    position: absolute;
    top: 41px;
    right: -10px;
    width: auto;
    margin-right: 10px;
    padding: 20px 5px 15px;
    background: white;
    z-index: 999;
    height: auto;
    overflow: auto;
    border-bottom: 3px solid #ff6c00;
    -webkit-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    -moz-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    -ms-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    -o-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
    transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
}

.delete-item {
    background: #FDF3EB;
    font-family: 'Ek Mukta', sans-serif;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #FDF3EB;
    -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;
    margin-left:15px;
}

.delete-item:visited {
    color: white;
}

.delete-item:hover,
.delete-item:active {
    background: #008C00;
    border: 1px solid #008C00;
    color: white;
    -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;
}


/** End Feature Categories **/

/* banner styles */

.banner .cycle-slideshow .slide .img img {
    width: 100% !important;
}

.banner .cycle-slideshow {
  background: url(/assets/file/slider/slider-bg1.png) no-repeat;
  width: 100%; height: 330px;
}

.banner .cycle-slideshow .slide .txt .title {
  margin-top: 40px;
  font-size: 2.0em;
  color: #313140;
	font-weight:bold;
  text-transform: uppercase;
  display: block;
}

.banner .cycle-slideshow .slide .txt .bannersubhead {
  text-transform: uppercase;
  color: #313140;
  font-size: 1.8em;
}

.bannerthirdline {
	color: #313140;
  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: none;
}

/* end of banner styles

/** banner styles and nav media mobile **/


@media (max-width: 767px) {


.wholesale-title {
  margin-top: 10px;
  font-size: 1.2em;
  text-align: left;
  font-weight:bold;
  color: #314597;
}
.banner .cycle-slideshow {
  background: url(/assets/file/img/bg.jpg) no-repeat;
  width: 100%; height: 100%;

}
.banner .cycle-slideshow .slide .txt .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-top: -15px;
}

.banner .cycle-slideshow .slide .txt .bannersubhead {
  text-transform: uppercase;
  color: #313140;
  font-size: 1.2em;
}

.banner {
    overflow: hidden !important;
  }

  .banner .cycle-slideshow {
    background-repeat: repeat !important;
    height: 400px !important;
  }

  .banner .cycle-slideshow .slide .img {
    float: none !important;
    width: 85% !important;
    height: 85% !important;
    margin-top: 0 !important;
    text-align: center !important;
  }

  .banner .cycle-slideshow .slide .img img {
    width: 80% !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

}

@media (max-width: 1024px) and (min-width: 960px) {

.feature-categories ul li a {
    padding: 5px 15px;
    line-height: 1.3em;
}
  .feature-categories ul li {
    padding: 5px 15px;
    line-height: 1.3em;
    font-size: 1.0em;
  }

   .menu-item-large {
    font-size: 10px;
    width: 125px
  }

  .menu-item-medium {
    font-size: 10px;
    width: 85px
  }

  .menu-item-short {
    font-size: 10px;
    width: 70px
  }

 .banner .cycle-slideshow .slide .txt .title {

   text-transform: uppercase;
   display: block;
   margin-bottom: 10px;
   font-size: 1.6em;
   line-height: 1.1em;
   margin-top: 30px;
}
}

@media (max-width: 959px) and (min-width: 768px) {

  .banner .cycle-slideshow .slide .img img {
    width: 100% !important;
  }
.banner .cycle-slideshow .slide .txt .title {

  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.1em;
  margin-top: 40px;
}
}

/** end of banner for mobile **/

.slider-button {
  background: #313140;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #313140;
  -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:hover,
.slider-button:active {
 text-decoration: none; color: #ffffff;  background: #ff0000;
}

.slider-button:hover {color: #ffffff; }
.slider-button:active {
  background: #84898B
  border: 1px solid #ffffff;
  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;
}

.slider-button:visited {
  color: white;
}

/* end of banner styles */

.newsletter {
    background-color: #313140;
}

.side-categories {
  border: 1px solid #314597;
}

.side-categories ul li {
  height: 12.5%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #314597;
  line-height: 2.2em;
  background-color: #ffffff;
  font-size: 1.0em;
}

.side-categories ul li.title,
.side-filters ul li.title {
    border-bottom: 1px solid #314597;
    border-left: 1px solid #314597;
    border-right: 1px solid #314597;
    background-color: #314597;
    font-size: 1.2em;
}

.side-categories ul li:hover a,
.side-categories ul li:active a {
  color: #da291c !important;
}

.side-categories ul li:hover .sub ul li a,
.side-categories ul li:active .sub ul li a {
  color: #666666 !important;
}

.search select.select,
.search input[type="text"].select {
    font-weight: bold;
}

.search .search-button {
    color: red;
    font-size:1.5em;
}

.filter::after {
    font-size: 1.1em;
    color: red;
    margin-top: -6px;
}

checkout {
   color: white;
   text-decoration:none;
}
.checkout-procedure li.active {
    background: #314597;
    position: relative;
}
.checkout-procedure li.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #314597;
    z-index: 2;
}
a.checkout:link {
   color: white;
   text-decoration:underline;
}
a.checkout:visited {
   color: white;
   text-decoration:none;
}
a.checkout:hover
{
   color: white;
   text-decoration:underline;
}
a.checkout:active {
   color: white;
   text-decoration:none;
}

.checkout-procedure li {
  width: 20%;
}

.primary {
    background: #313140;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #314597;
    -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;
}

.primary:visited {
    color: white;
}

.primary.disabled{
    background:gray ! important;
    border:gray ! important;
}

.primary:hover,
.primary:active {
    background: green;
    border: 1px solid #313140;
    color: white;
    text-decoration: none;
    -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;
}

.pagination {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.pagination ul {
    display: block;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.pagination ul li span {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px 0;
    color: white;
    background: #313140;
    border: 1px solid black;
}


.pagination ul li.active span {
    text-align: center;
    padding: 5px 0;
    color: white;
    background: green;
    border: 1px solid darkgreen;
}
.pagination ul li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    background: #313140;
    border: 1px solid black;
}

.pagination ul li a:hover,
.pagination ul li a:active {
    background: green;
    color: whote;
    border: 1px solid darkgreen;
}

.pagination ul li.last {
    display: inline;
    float: right;
    padding-top: 7px;
    text-align: right;
}
