#product-download {
	padding: 7px;
	width: 28px;
	text-align: center;
	cursor: pointer;
    	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}
#product-download:hover {
	background-color: #466c94;
	color: #fff;
}
#product-share {
	position: relative;
	cursor: pointer;
	padding: 7px;
	width: 28px;
	text-align: center;
	z-index: 100;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}
#product-share i {
	width: 28px;
	text-align: center;
}
#product-share:hover {
	background-color: #466c94;
	color: #fff;
}
#product-share:hover i {
	background-color: transparent;
	color: #000;
}
#product-share:hover i:hover {
	background-color: #466c94;
	color: #fff;
}
#product-share .shares {
	position: absolute;
	left: 0;
	top: 28px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-moz-transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
	transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
}
#product-share .shares.open {
	opacity: 1;
	max-height: 150px;
}
#product-share .shares i {
	padding: 7px;
}

.productDetail .productName {
	min-height: 40px;
}
#productSharer {
	position: relative;
    top: -26px;
}

.list-group-item.active {
	background-color: #ee3333;
	transition-property: none;
}

.introduction {
	display: none;
}

h2 {
	transition-property: none;
}

#top {
    width:100%;
    z-index:99; 
    height:auto;
}
.navbar {
	background:#616263;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0;
	border-bottom:8px solid #ee3333;
	border-top:3px solid #ddd;
}
.navbar .nav li a {
	padding-bottom:15px;
	padding-top:15px;
	color:white;
}
.navbar .nav li a:hover {
	color:#555;
	background:none;
}
.dsgbar {
	background:#616263;
	border-bottom:5px solid #616263;
	transition-property: none;
}
.brand-select img {
	max-width: 100%;
	height: auto;
}
.eLinks {
	margin-top:0px;
	font-size:12px;
}

.bartxt {
	display:inline-block;
	color:#fff;
	padding-top:5px;
}
.bartxt a {color:#fff;}
.barbtn {
	display:inline-block;
	font-weight:normal;
	color:white;
	border:none;
	border-bottom:none;
	border-top:none;
	padding:12px 15px;
	cursor:pointer;
}
.barbtn:hover {
	color:white;
	background:#bb6600;
	text-decoration:none;
}
.barlink {
	color:white;
}
/* drop menu */
#drop_menu {
	display: none;
	position:absolute;
	background:#bb6600;
	z-index:100;
	margin:10px 0px 0px -15px;
}
#drop_menu a {
	color:white;
	text-decoration:none;
	padding:10px;
	display:block;
	text-align:left;
	border-bottom:#ee8800 1px solid;
}
#drop_menu a:hover {
	color:white;
	background:#dd8833;
}

/* category search filter */
.searchform, .bodysearchform {
	display:inline-block;
	padding-top:7px;
	padding-bottom:6px;
	margin-right:15px;
    position:relative;
}
.searchform input, .bodysearchform input {
	width:170px;
	padding:4px 5px;
      display: inline-block;
}
.searchform .findbtn, .bodysearchform .findbtn {
    min-width: inherit;
    min-width: initial;
    width: 30px;
    padding: 5px 0;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    font-size: inherit;
}
#category-filter-results {
    display:none;
    position: absolute;
    top: auto;
    z-index: 999;
    right: 1px;
    width: 99%;
    text-align: left;
    padding: 10px;
    background: #fff;
}

#category-filter-results a {
    display:block;
    padding:3px;
}

#category-filter-results a:hover{
    background-color: #F7DC6F;
    text-decoration:none;
    font-weight:bold;
}

#category-filter-results a.not-active {
    display:none;
}

.container-fluid.brands {
	background: #eee;
    position:relative;
}
.container-fluid.brands .row {
	max-width: 1200px;
	margin: 0 auto;
}


#no-search-results {
    display: none;
    padding-top: 40px;
    min-height: 400px;
}

.bodysearchform {
    margin: 0;
    display: block;
    text-align: right;
}

.bodysearchform .findbtn {
    position: relative;
    top: -1px;
}

#Footer {
	background:#616161;
	text-align:center;
	border-top:5px solid #BB6600;
	height:110px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
	z-index:10;
	}
#desLogo { /* ---------- DESIGNATRONICS LOGO ----- */
	text-align:left;
	margin-left:2%;
	float:left;
	color:#999;
	position:absolute;
	height:inherit;
	line-height:105px;
}
#desLogo img {
	position:relative;
	top:10px;
}
#desLogo a {
	display:inline-block;
}
#txtFooter { /* ---------- ADDRESS DIV ----- */
	color:#fff;
	float:right;
	text-align:right;
	font-size:14px;
	height:inherit;
	line-height:110px;
	margin-right:2%;
}
#txtFooter span {
	position:relative;
	top:18px;
	left:8px;
}
#footerBottom { /* -------- COPYRIGHT DIV ---- */
	background:#333; 
	font-size:11px;
	clear:both;
	position:absolute;
	z-index:-1;
	width:100%;
	padding-bottom:20px;
}
#copyRight {
	margin-left:1.8%;
	line-height:50px;
	color:#bbb;
}
#footerInfo {
	height:90px;
	margin-left:1.8%;
	margin-right:1.8%;
}
#footerInfo div {
	float:left;
	margin-right:5%;
	margin-top:10px;
}
#footerInfo strong {
	color:#888;
}
#footerInfo a { /* ------ FOOTER NAVIGATION ---- */
	text-decoration:none;
	color:#666;
	font-size:11px;
	display:block;
}
#footerInfo a:hover {
	color:#BB6600;
}
#events {
	background-color:#ccc; 
	height:200px; 
	text-align:center; 
	width:auto;
}





/* Stacktable JS Styles */
.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }



@media (min-width:768px) {
    #top {
        top: 0;
        position: fixed;
    }
    .fixed-header #top .brands {
        opacity: .9;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    #wrapper {
        margin-top: 128px;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    .fixed-header #wrapper {
        margin-top: 60px;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
}

@media (max-width: 855px) {
    #top .brands {
        min-height:80px;
    }
    .barbtn {
        padding: 5px;
    }
}
	#compare-product-wrap {
		overflow-x: scroll
	}


@media (max-width: 767px) {

    #top .dsgbar {
        position:fixed;
        width:100%;
        height: auto;
        min-height:48px;
        z-index:99;
    }
    #top .brands {
        position:relative;
        top:48px;
    }
    #wrapper {
        margin-top: 48px;
    }
	.brands .col-sm-4 {
		text-align: center !important;
	}
	.brand-select img {
		max-height: 50px;
		width: auto;
	}
    #facets {
    padding: 0 50px;
    }
}

@media (max-width: 747px) {
    #top .brands {
        position:relative;
        top:75px;
    }
    #wrapper {
        margin-top:75px;
    }
	.dsgbar .col-md-9 {
		text-align: left !important;
		padding: 0 0 0 10px !important;
	}
	.searchform {
		white-space: nowrap;
            margin-right: 2px;
	}
	#txtFooter {
		display: none;
	}
}

@media (max-width: 489px) {
	.brand-select img {
		max-height: 40px;
	}
	    #top .brands {
        top:90px;
    }
	#wrapper {
    margin-top: 85px;
		}
}

@media (max-width: 480px) {
    #footerInfo div {
        min-width: 300px;
    }

    #productListImage img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    /* Stacktable JS Styles */
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
    .productDetail .pricingTable th.st-head-row { 
    padding-top: 1em; 
    width: 50%;
    position:absolute;
    top: 0;
    right: 0;
    border: 0;
    }
    .productDetail .pricingTable th.st-head-row-main {text-align:left; position: static;}
    .st-key { width: 49%; text-align: right; padding-right: 1%; }
    .st-val { width: 49%; padding-left: 1%; }

    #cart .cartManagement .heading div, #cart .cartManagement .product div {font-size:11px;}
    .xs-text-left {text-align:left !important}
    .xs-text-center {text-align:center !important}
}
@media (max-width: 388px) {
	.brand-select img {
		max-height: 40px;
	}
    .searchform input {
        width: 130px;
    }

}
@media (max-width: 375px) {
    .eLinks {
    font-size: 11px;
    }
    #facets {
    padding: 0 30px;
    }
}

@media (max-width: 320px) {
    #top .brands {
        top:90px;
    }
   .brand-select img {
		max-height: 30px;
	}
    #wrapper {
        margin-top:90px;
    }
    #catalog {
        padding: 10px 0;
    }
}

/* **** 
====  .sdp .qtc .qbc Theme Styles ====== 
**** */

body.sdp .introduction.sdp, body.qtc .introduction.qtc, body.qbc .introduction.qbc {
	display: block;
}

body.sdp .list-group-item.active {
	background-color: #ee3333;
}
body.qtc .list-group-item.active {
	background-color: #aa0033;
}
body.qbc .list-group-item.active {
	background-color: #005080;
}

body.sdp .dsgbar {
	border-bottom-color: #ee3333;
}

body.qtc .dsgbar {
	border-bottom-color: #aa0033;
}

body.qbc .dsgbar {
	border-bottom-color: #005080;
}

body.sdp h2, 
body.sdp .partSingle a:not(.btn),
body.sdp #products .listUtility .util-item.active,
body.sdp #catalog .productDetail h1 {
	color: #ee3333;
}
body.qtc h2, 
body.qtc .partSingle a:not(.btn),
body.qtc #products .listUtility .util-item.active,
body.qtc #catalog .productDetail h1 {
	color: #aa0033;
}
body.qbc h2, 
body.qbc .partSingle a:not(.btn),
body.qbc #products .listUtility .util-item.active,
body.qbc #catalog .productDetail h1 {
	color: #005080;
}
body.qbc h2,
body.qbc .partSingle a:not(.btn),
body.qtc h2,
body.qtc .partSingle a:not(.btn),
body.sdp h2,
body.sdp .partSingle a:not(.btn) {
    font-size: 24px;
}
body.sdp .btn-default, .btn-default,
body.sdp .account .contourNavigation .btn {
	background-color: #ee3333;
	border-color: #b02626;
	color:#fff;
}

body.qtc .btn-default,
body.qtc .account .contourNavigation .btn{
	background-color: #aa0033;
	border-color: #780024;
	color:#fff;
}

body.qbc .btn-default,
body.qbc .account .contourNavigation .btn{
	background-color: #005080;
	border-color: #00385a;
	color:#fff;
}

.btn-powergrid{
	background-color: #D9B32A;
	border-color: #8C6E00;
	color:#000;
	font-weight:bold;
}

.navbar .nav li a.dsg:hover {
	background:#bb6600; 
	color:#fff;
}

.navbar .nav li a.sdp:hover {
	background:#ee3333; 
	color:#fff;
}

.navbar .nav li a.qtc:hover {
	background:#aa0033; 
	color:#fff;
}

.navbar .nav li a.qbc:hover {
	background-color:#005088;
	color:#fff;
}

/* Swiper Slideshow */
#banner-slideshow, #banner-slideshow .swiper-container {
  max-height: 400px;
  max-width:1200px;
  overflow:hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #060000; }
a.swiper-slide {
  color: #060000; }
.swiper-slide img.img-responsive {
  width: 100%; }
html .swiper-container > .swiper-pagination {
  background:rgba(0,0,0,0.05);
  bottom: 0;
  padding: 2px 0 4px; }
.swiper-pagination-bullets {
  max-width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 0 0 20px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2); }
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #333739; }


/* eof styles */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
