/*
Theme Name: HGR
Theme URI: http://www.hgrinc.com/
Author: Graydian
Author URI: http://www.graydian.com/
Description: HGR Wordpress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Survey Button */

a.survey-button {
	position: fixed;
    top: 50%;
    left: -3px;
    background: url(images/survey.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: none !important;
    width: 45px;
    height: 400px;
    margin-top: -200px;
}

/* HGR CORE */
.main-content-area {
  margin: 2% 0;
}

.content-area {
	background: #fff;
	box-shadow: 0px 1px 5px #7D7D7D;
	padding: 1%;
}

/*
:focus {
	outline: 0;
	border: 0;
}
*/

a.grid-thumb:focus {
	outline: 0;
}

.clear     { clear: both; width: 100%; height: 20px }
.margin    { margin-top: 2.5em }
.padding   { padding-top: 2.5em }
.no-margin { margin: 0; padding: 0 }
.center    { float: none; margin: 0 auto }
/* .remove    { display: none } */
.hide      { visibility: hidden }

.wow { visibility: hidden }

ol.unstyled, 
ul.unstyled {
  list-style: none none;
  margin: 0;
  padding: 0
}

a {
	font-weight: 600;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

img {
  max-width: 100%;
  height: auto
}

.alignleft {
  display: inline;
  float: left
}

.alignright {
  display: inline;
  float: right
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.alignnone {
  margin: 1em 0 2em
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em
}

.wp-caption.alignnone {
  margin: 2em 0 2em
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.site .skip-link {
  background-color: #f1f1f1;
  -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

.wp-smiley {
  max-height: 13px;
  margin: 0
}

.comment-content img,
.widget img, 
img.avatar {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.entry-content a, 
.entry-summary a, 
.page-content a, 
.comment-content a, 
.pingback 
.comment-body > a {
  border-bottom: 1px solid #ddd;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
  border-bottom: 0;
}

label {
  display: block;
  font-weight: 300;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

/* GALLERY */ 
.gallery { margin-bottom: 1.6em }

.gallery-item {
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: top;
  display: inline-block
}

.gallery dl {
  float: left;
  margin-top: 10px
}

.gallery dl img {
  border: 2px solid #fff
}

.gallery-caption {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  bottom: 0;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transform: scale(0.9);
  padding: 10px
}

.gallery-item:hover .gallery-caption {
  visibility: visible;
  opacity: 1;
  transform: scale(1)
}

.gallery-item .wp-caption-text.gallery-caption {
  font-weight: 500;
  font-size: 12px;
  color: #fff
}

.gallery-item:hover a {
  text-decoration: none
}

.gallery-icon img {
  margin: 0 auto
}

.gallery-icon a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all .2s ease 0s;
  width: 100%
}

.gallery-item:hover .gallery-icon a:before {
  opacity: 1
}

.gallery-columns-2 .gallery-item { max-width: 50% }
.gallery-columns-3 .gallery-item { max-width: 33.33% }
.gallery-columns-4 .gallery-item { max-width: 25% }
.gallery-columns-5 .gallery-item { max-width: 20% }
.gallery-columns-6 .gallery-item { max-width: 16.66% }
.gallery-columns-7 .gallery-item { max-width: 14.28% }
.gallery-columns-8 .gallery-item { max-width: 12.5% }
.gallery-columns-9 .gallery-item { max-width: 11.11% }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display:none
}

#image-navigation .nav-next a,#image-navigation .nav-previous a {
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block
}

#image-navigation .nav-next a:hover, #image-navigation .nav-previous a:hover {
  background-color: #DA4453;
  color: #fff
}

#image-navigation .nav-next, #image-navigation .nav-previous {
  margin: 10px 0
}

/* CAPTIONS */
.wp-caption {
  max-width: 100%;
  text-align: center
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px;
  background: #3a53a4;
  color: #fff;
  font-size: 14px;
  font-style: normal
}

.wp-caption-text.gallery-caption {
  margin: 0
}

.wp-caption .wp-caption-text a {
  color: #fff;
  text-decoration: underline
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none
}

/* BOOTSTRAP EDIT */

.navbar {
	min-height: 110px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; /* or 950px */
}

.btn {
/*
  border: 0;
  border-radius: 2px;
  border-bottom: 0;
  border-left: 0;
  box-shadow: inset 0 -2.2px rgba(0,0,0,.12),inset 2px 0 rgba(0,0,0,.1);
  margin-right: 5px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s
*/
}

.btn.active, 
.btn:active {
  background-image: none;
  position: relative;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.125)!important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125)!important;
/*
  top: 1px;
  left: -1px
*/
}

.btn-xlg {
  padding: 24px 48px;
  font-size: 24px
}

.btn-xlg [class*=" icon-"],
.btn-xlg [class^=icon-] {
  margin-right: 10px
}

.btn-min-block {
  display: block;
  max-width: 170px
}

.btn.btn-clear {
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.btn-clear:hover {
  background-color: #fff;
  color: #3a53a4;
  box-shadow: none
}

.btn-success {
  background-color: #2ecc5b
}

.btn-default {
  color: #fff;
  background-color: #3a53a4;
  border-color: #3a53a4
}

.btn-default:hover {
  color: #fff;
  background-color: #3a53a4;
  border-color: #3a53a4
}

.btn-autosize {
  padding: 5px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .btn-autosize {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .btn-autosize {
    padding: 13px 19px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #3a53a4;
}

.form-control:focus {
  border-color: #3a53a4;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(178,175,232,.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(178,175,232,.6)
}

@media screen and (max-width: 768px) {
  #search_dropdown {
    display: none !important
  }

  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: auto;
    margin-left: auto
  }

  #site-nav .navbar-collapse {
    max-height: 420px;
    overflow-y: auto
  }
}

.btn-excerpt {
  display: block;
  margin-top: 15px
}

.pager li > a, 
.pager li > span {
  border-radius: 2px;
}

.pager li > a:focus, .pager li > a:hover {
  background-color: #3a53a4;
  color: #fff
}

.pager > .active > a,
.pager > .active > a:focus,
.pager > .active > a:hover,
.pager > .active > span, 
.pager > .active > span:focus, 
.pager > .active > span:hover {
  background-color: #3a53a4;
  border-color: #eee;
  color: #fff
}

@media screen and (max-width: 360px) {
  .pager li > a, 
  .pager li > span {
    padding: 3px 8px;
    font-size: 12px
  }
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-form input {
  min-width: 220px
}

.dropdown-menu .dropdown-menu {
  top: 0;
  right: 100%
}

.nav-animation {
/*
  animation: fadeIn .5s;
  -webkit-animation: fadeIn .5s
*/
}

.search-animation {
  animation: zoomIn .2s;
  -webkit-animation: zoomIn .2s
}

/* HEADERS */
.admin-bar #masthead {
  margin-top: 32px !important;
}

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky-header {
  opacity: 0.95;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}

ul.header-contact li.header-phone a:before { 
  content: '\f095';
  font-family: FontAwesome;
  margin-right: 5px
}

ul.header-contact li.header-email a:before { 
  content: '\f0e0';
  font-family: FontAwesome;
  margin-right: 5px
}

ul.header-contact li.header-link a:before { 
  content: '\f08e';
  font-family: FontAwesome;
  margin-right: 5px
}

ul.header-contact li {
  display: inline-block;
  margin-right: 5px
}

ul.header-contact li > a {
  font-size: 12px;
  display: block;
  line-height: 32px;
}

#header-social {
  text-align: right;
}

#header-social > ul > li {
  display: inline-block
}

#header-social > ul > li > a {
  display: inline-block;
  font-size: 1em;
  display: block;
  width: 34px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

#header-social > ul > li > a:hover {
  color: #fff;
}

#header-social > ul > li a.facebook:hover  { background-color: #507CBE }
#header-social > ul > li a.twitter:hover   { background-color: #63CDF1 }
#header-social > ul > li a.google:hover    { background-color: #F16261 }
#header-social > ul > li a.pinterest:hover { background-color: #cc2127 }
#header-social > ul > li a.dribbble:hover  { background-color: #E46387 }
#header-social > ul > li a.linkedin:hover  { background-color: #035a87 }
#header-social > ul > li a.flickr:hover    { background-color: #E474AF }
#header-social > ul > li a.vimeo:hover     { background-color: #87D3E0 }
#header-social > ul > li a.rss:hover       { background-color: #ffac3d }

.site-title {
  margin: 5px 0 0;
}

#sub-header {
  padding: 2em 1em
}

.sub-header-title, .bio-name {
  font-size: 18px;
  margin-top: 10px
}

#breadcrumbs {
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px
}

#breadcrumbs a, .current {
  padding: 0 5px
}

@media (max-width: 768px) {
  #breadcrumbs {
    padding: 10px 0
  }
}

/* CONTENT */
.single-featured {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto 15px auto;
/*   transition: opacity 0.3s linear 0s */
}

/*
.single-featured:hover {
  opacity: .8;
  box-shadow: 0 0 0 5px #644C80 inset
}
*/

.hentry {
  padding: 20px 25px 5px;
  border-radius: 3px;
/*
  box-shadow: 0 1px 0 #ccc;
  margin-bottom: 3em;
*/
  position: relative
}

/*
.hentry:after {
  border-bottom-color: #ccc!important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-style: solid;
  border-top: 5px solid transparent;
  border-width: 5px;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0
}
*/

.sticky {
  display: block;
  border-color: rgba(178,175,232,.5);
  background: #f7fcf7!important;
  border-style: solid;
  border-width: 1px;
}

.sticky-pin:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQ0M3NjlDNTlENEUxMUU0QUU4MTg4NTQ5MTdDQkY1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQ0M3NjlDNjlENEUxMUU0QUU4MTg4NTQ5MTdDQkY1OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDQzc2OUMzOUQ0RTExRTRBRTgxODg1NDkxN0NCRjU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDQzc2OUM0OUQ0RTExRTRBRTgxODg1NDkxN0NCRjU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZWNvTAAAAMJJREFUeNpi/P//PwMpgBGImYGY4+kchmncHAwxQDYTmpovf/8x1AvHMfSBDAdJsgGx2M/fDFpYFIMAD1CdB4wDUsAKxHx//jGw43IGUAMnsgaY04gCTAwkggHS8PErw73bLxj2YpNjQRf48p3hdlQfQ/rRmwwMZ3sZ/imLM7his+E/EyPDv68/GG7VLWPwBSq+AhR7aVzM0PT8PcNmdEP5gFjj8gSGxemuDKrQeAHFviAQg/gqd2YwZEDi4z8DQIABANZoORUoDZmXAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  content: "";
  padding: 10px;
  position: absolute;
  top: -5px;
  right:-5px
}

.updated-on, 
.updated:not(.published) { display: none }

.group-blog .byline, .single .byline { display: inline }

.page-links {
  margin: 0 0 25px;
}

.page-links span {
  background-color: #3a53a4;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 3px 10px
}

.page-links a span {
  background-color: #fff;
  color: #333;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s
}

.page-links a:hover span {
  background-color: #644c80;
  color: #fff
}

.edit-link { 
  opacity: 0; 
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
}

.hentry:hover .edit-link { opacity: 1 }

.page-title:before {
  border-bottom: 1px solid #3a53a4;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 40px
}

.page-title {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
  position: relative;
  color: #3a53a4;
}

.entry-meta:before {
  border-bottom: 1px solid #ccc;
  bottom: -1px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 25px
}

.entry-meta {
  border-bottom: 1px solid #f3f3f3;
}

.entry-meta {
  border-top: 1px solid #f3f3f3;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase
}

/*
.entry-footer {
  border-top: 1px solid #f3f3f3;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase
}
*/

.entry-meta:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px
}

.entry-content {
  padding: 25px 0
}

.entry-content,
.comment-content {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #3a53a4;
    color: #fff;
}

.entry-content dd {
/*   font-size: .9em; */
  color: #787878;
  margin-bottom: 1.5em
}

.entry-content pre {
  background: #f3f3f3;
  border: 1px solid #cecece;
  padding: 10px
}

/*
.entry-footer:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px
}
*/

.entry-meta, 
.entry-footer { padding: 10px 0 }

.entry-meta i, 
.entry-footer i { 
  padding-right: 2px; 
  padding-left: 2px 
}

.sticky-post, 
.byline, 
.cat-links, 
.comments-link, 
.posted-on, 
.tags-links,
.updated-on, 
.vcard {
  margin-right: 5px
}

.bypostauthor { display:block }

.entry-attachment img { width:100% }

.format-chat .entry-content > p {
  clear: both;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  margin-top: 10px;
  position: relative
}

.format-chat .entry-content > p:nth-child(2n+1) {
  background: none repeat scroll 0 0 #f6f6f6;
  border-radius: 0 12px 12px 12px;
  float: left;
  -webkit-box-shadow: inset 1px -1px rgba(0,0,0,.15);
  box-shadow: inset 1px -1px rgba(0,0,0,.15)
}

.format-chat .entry-content > p:nth-child(2n) {
  background: none repeat scroll 0 0 #e4f5e4;
  border-radius: 12px 0 12px 12px;
  float: right;
  -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.15);
  box-shadow: inset 0 -1px rgba(0,0,0,.15)
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
  opacity: 0.5;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
}


/* AUTHOR BOX */
.author-bio {
  padding: 20px;
  box-shadow: 0 1px 0 #ccc;
  margin-bottom: 40px;
  position: relative
}

.author-bio .bio-avatar {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 64px
}

.author-bio .bio-avatar img {
  width: 100%
}

.author-bio .bio-name {
  margin-top: 0;
  font-weight: 600
}

.author-bio .bio-name a {
  color: #bab8cc
}

.author-bio .bio-name a:hover, 
.author-bio .bio-name a:focus  {
  color: #d5d4e0
}

.author-socials {
  text-align: right
}

ul.author-social-bar {
  display: inline-block;
  padding-left: 0px;
}

.author-social-bar-text {
  margin: 0 5px;
  margin-left: 0;
  font-size: 11px;
  text-transform: uppercase
}

ul.author-social-bar li {
  display: inline-block;
  margin: 0 3px
}

ul.author-social-bar li a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 20px;
  text-align: center;
  width: 20px;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s
}

ul.author-social-bar i {
  font-size: 13px
}

ul.author-social-bar li a:hover { color: #fff }
.author-social-bar a.facebook { background-color: #3b5998 }
.author-social-bar .facebook:hover { background-color: #2d4373 }
.author-social-bar a.google_plus { background-color: #dd4b39 }
.author-social-bar a.google_plus:hover { background-color: #c23321 }
.author-social-bar a.twitter { background-color: #55acee }
.author-social-bar a.twitter:hover { background-color: #2795e9 }
.author-social-bar .linkedin { background-color: #007bb6 }
.author-social-bar a:hover { background-color: #005983 }

/* COMMENTS */
#comments { margin-top: 3em }
.comment-reply-title { margin-top: 2em }
.comments-header { margin-top: 1em }

.commentlist {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0
}

.commentlist li .comment-body {
  background: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 25px 25px 15px;
  margin-bottom: 15px;
  margin-top: 1em;
  position: relative;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #dadada;
  border-radius: 4px
}

.commentlist .children li { list-style:none }
.commentlist .children li.comment > div[id*=comment-] { background:#f7fcf7 }
#reviews #comments ol.commentlist li img,
.commentlist > li .photo {
  display: block;
  float: left;
  height: 64px;
  line-height: 0;
  margin-right: 15px;
  overflow: hidden;
  width: 64px
}

.commentlist > li .comment-author {
  font-size: 13px;
  font-weight: 600
}

.commentlist > li .comment-meta { font-size: 12px }
.commentlist > li .comment-meta a { color: #999 }
.commentlist > li .comment-meta a:hover, .commentlist > li .comment-meta a:focus { 
  color: #757399 
}

.commentlist > li .comment-meta a.comment-edit-link:hover,
.commentlist > li .comment-meta a.comment-edit-link:focus { 
  color: #222
}

.pingback .edit-link a:hover,
.pingback .edit-link a:focus { 
  color: #222 
}

.commentlist > li .reply {
  position: absolute;
  right: 0;
  bottom: 0
}

.commentlist > li .comment-reply-link {
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px 0 4px;
  text-transform: uppercase
}

.commentlist > li .comment-meta .comment-edit-link {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0 4px;
  color: #9da0a4;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px;
  position: absolute;
  right: -1px;
  top: -1px
}

.wpbs-textarea { margin-top: 15px }

.form-allowed-tags code {
  white-space: inherit;
  word-wrap: break-word
}

/* SIDEBAR */
#sidebar { border-radius: 3px }

.sidebar-padder ul {
  list-style: none;
  padding: 5px
}

.widget-area { padding: 20px }

@media screen and (max-width: 480px) {
  aside.widget-area {
    font-size: 7mm
  }
}

.widget { margin-bottom: 20px }

#sidebar .widget_archive li:before,#sidebar .widget_categories li:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #888;
  margin-right: 5px
}

#sidebar .widget_archive li a:hover,
#sidebar .widget_categories li a:hover {
 position: relative;
 top: 1px;
}

.widget-title:before {
  border-bottom: 1px solid #3a53a4;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 40px
}

.widget-title {
  border-bottom: 1px solid rgba(119,119,119,.1);
  padding: 10px 0;
  position: relative
}

.tagcloud { padding: 10px }

.cat-count-span {
  float: right;
  color: #777
}

/* FOOTER */
img.footer-logo {
  float: left;
  margin: 0 10px;
}

.footer-wrapper {
  border-top: 3px solid #757399;
  padding-top: 20px;
  font-size: 13px
}

.footer-widgets { margin: 15px 0 }

.footer-widget-title:before {
  border-bottom: 1px solid #757399;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 40px
}

.footer-widget-title {
  font-size: 18px;
  font-family: inherit;
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding: 10px 0;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase
}

.footer-content .footer-widgets ul {
  list-style: none;
  padding-left: 5px
}

.footer-content .footer-widgets li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px
}

#footer-socials { 
  background: #222; 
  clear: both 
}

#footer-socials .social-bar {
  color: #aaa;
  padding: 10px;
  margin: 0 5px;
  text-align: left
}

.social-bar-text {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px
}

.social-bar a {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  line-height: 26px;
  width: 28px;
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  margin-right: 3px;
  transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s
}

.social-bar a.twitter:hover      { background: #63CDF1 }
.social-bar a.facebook:hover     { background: #507CBE }
.social-bar a.google_plus:hover  { background: #F16261 }
.social-bar a.pinterest:hover    { background: #cc2127 }
.social-bar a.dribbble:hover     { background: #E46387 }
.social-bar a.linkedin:hover     { background: #035a87 }
.social-bar a.flickr:hover       { background: #E474AF }
.social-bar a.vimeo:hover        { background: #87D3E0 }
.social-bar a.rss:hover          { background: #ffac3d }

.social-bar a > i {
  color: #eee 
}

.copyrights-area {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-nav ul {
  padding-left: 0
}

.footer-nav { 
  text-align: right
}

.footer-nav li {
  display: inline-block;
  border-left: 1px solid #777;
  line-height: 10px;
  margin-left: 4px
}

.footer-nav li:first-child { border-left: none }

.footer-nav li a {
  padding-left: 8px;
  transition: all .4s ease 0s;
  -webkit-transition: all .2s ease 0s
}

.footer-nav li a:hover, 
.footer-nav li a:active, 
.footer-nav li a:focus {
  color: #908dbd
}

@media (max-width: 767px) {
  .copyright-text, .footer-nav {
    text-align: center !important;
    padding: 5px 0
  }
}

/* TO TOP */
.to-top {
  background: rgba(0, 0, 0, 0.1);
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 15px;
  height: 35px;
  width: 35px;
  line-height: 33px;
  margin-right: -75px;
  position: fixed;
  text-align: center;
  z-index: 999;
  transition: all .4s ease 0s;
  -webkit-transition: all .2s ease 0s
}

.to-top:hover {
  background: #222;
}

.to-top.in {
  margin-right: 0;
}

.to-top.in:hover, 
.to-top.in:active, 
.to-top.in:focus {
  color: #fff;
}

/* ERROR 404 */
.error-404 {
  background: #fff;
  padding: 20px
}

.error-404-box {
  margin: 0 0 50px;
  padding: 0;
  text-align: center
}

.error-message {
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.12);
  color: #999;
  margin: 20px 0;
  padding: 20px
}

.error-message:before {
  content: "\f05a";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #999
}

@media (max-width: 767px) {
  .error-message {
    font-size: 30px
  }
}




/* Grid Padding Adjustment Added by Jon */

.container-fluid {
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 992px) {
	.container-fluid {
/*
	    padding-right: 1%;
	    padding-left: 1%;
*/
	    margin-right: auto;
	    margin-left: auto;
	}
}

@media (max-width: 767px) {
	.container-fluid {
/*
	    padding-right: 4%;
	    padding-left: 4%;
*/
	    margin-right: auto;
	    margin-left: auto;
	}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 1%;
    padding-left: 1%;
}

@media (max-width: 479px) {
	.product.col-xs-6 {
		width: 100%;
	}
}






/* HGR Specific */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

h1, h2, h3 {
	margin-bottom: 10px;
}

h4, h5, h6 {
	margin-bottom: 5px;
}

hr {
	margin: 15px 0;
}

.header-container {
	height: 110px;
}

.navbar-header {
	height: 110px;
}

.navbar {
	box-shadow: 0px 0px 9px #666;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    -webkit-transition: none;
    transition: none;
}

.navbar-nav {
    padding: 35px 0 0 20px;
}

#site-menu {
    min-height: 115px;
    padding-top: 50px;
    padding-right: 0 !important;
}

a:hover, a:active, a:focus {
    color: #2c4598;
    text-decoration: none;
    -webkit-transition: none !important;
    transition: none !important;
}

.login-buttons {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	z-index: 10;
}

.login-buttons a.btn {
	display: inline-block;
}


.login-buttons a.btn-signup {
	background-color: #eee;
	color: #3a53a4;
	border: 1px solid #eee;
	font-weight: 600;
}

.login-buttons div.myHGR {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*
.login-buttons a.btn-login {
	
}
*/


/* 404 Page */

.not-found-wrapper {
	position: relative;
}

.not-found-header {
	position: absolute;
	bottom: 20px;
	left: 50px;
	color: #e4cd35;
	text-shadow: 0px 2px 6px #000;
	font-style: italic;
}


/* Mega Menu */

.black_overlay {
	position: absolute;
	left: 0%;
	top: 115px;
	width: 100%;
	/*height: 300%;*/
	background-color: black;
	z-index:11;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}

.mm-container {
	display: block;
    background: none;
    width: 100%;
    position: absolute;
    z-index: 200;
    top: 108px;
}

.mm-inner-container {
	background: #fff;
	position: relative;
/* 	border-bottom: 10px solid #DADADA; */
}

.mm-close {
	position: absolute;
    top: 0;
    right: 7px;
    font-size: 24px;
    z-index: 10;
	cursor:pointer;
}

.mm-category-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	border-right: 1px solid #eee;
}

.mm-category-wrapper > h4,
.mm-content-wrapper > h4 {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 7px;
}

.mm-content-wrapper {
	padding: 0 !important;
	margin: 0 !important;
}

.mm-category-list {
	float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 370px;
}

.mm-category-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: #eee;
}
.mm-category-list::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.mm-category-list > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mm-category-list > ul > li {
	list-style: none;
	margin:0;
	float: left;
	width: 100%;
	clear: left;
	display: block;
	line-height: 1.5;
	padding: 3px 9px;
	border-bottom: 1px solid #eee;
	display: inline;
}

.mm-category-list > ul > li:last-of-type {
	border-bottom: 0;
}

.mm-category-list > ul > li:after {
	font-family: fontawesome;
	content: '\f054';
	float: right;
	color: #eee;
	line-height: 1.6;
}

.mm-category-list > ul > li:hover {
	background-color: #f9f9f9;
}

.mm-category-list > ul > li.mm-active:after {
	color: #fff;
}

.mm-category-list > ul > li.mm-active {
	background-color: #3a53a4;
	color: #fff;
}

.mm-category-list > ul > li.mm-active a {
	color: #fff;
}

.mm-category-list > ul > li > a:hover {
	text-decoration: underline;
}



/*
.mm-show-all {
	margin: 5px 10px;
	float: right;
}
*/

.mm-featured-products {
	float: left;
	width: 100%;
	padding: 15px;
}

.mm-featured-products > h5.featured-items {
	margin-bottom: 10px;
}

.mm-featured-products > div > h5.show-all {
	margin-top: 15px;
}

.mm-featured-products > div.product > a.product-box {
	margin-bottom: 0;
	min-height: 245px;
}

.mm-featured-products > div.product {
    padding-right: 1%;
    padding-left: 1%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mm-featured-products .btn-view-more-info {
	text-align: left;
}

.mm-featured-products .btn-view-more-info .fa-chevron-right {
	float: right;
	line-height: 1.6;
}

/* Regular Bootstrap Dropdowns */

.navbar-nav {
	padding: 0;
}

.navbar-nav > li > a {
    padding: 6px 11px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
	border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.navbar-nav ul.dropdown-menu {
	min-width: 230px;
}

a.mm-category-button {
	float: left;
	margin-right: 5px;
}

a.mm-category-button:after {
	font-family: fontawesome;
	content: '\f0d7';
	color: #fff;
	margin: 0 0 0 10px;
	display: inline-block;
	width: 10px;
}

a.mm-category-button.mm-on:after {
	font-family: fontawesome;
	content: '\f00d';
	color: #fff;
	margin: 0 0 0 10px;
	display: inline-block;
	width: 10px;
}

a.dropdown-toggle .fa-caret-down {
	margin: 0 0 0 2px;
}

.open > .dropdown-menu {
	z-index: 1000 !important;
}


/*
.navbar-nav > li.mm-blog-button a {
	border-radius: 4px !important;
}

.navbar-nav > li.mm-blog-button a ul li a {
	border-radius: 0 !important;
}
*/

.dropdown-menu > .active > a {
	color: #333 !important;
	background-color: transparent !important;
}

.dropdown-menu > .active > a:hover {
	color: #fff !important;
	background-color: #3a53a4 !important;
}

/* Chat */


.chat-box {
	text-align: center;
}

.chat-box img {
	margin-bottom: 15px;
}

.hgr-chat-online {
	display: inline-block;
	margin-bottom: 15px;
	background: url(images/online-1241690542.png) no-repeat;
	text-decoration: none;
	width: 185px;
	height: 86px;
	text-indent: -9999px;
}



.hgr-chat-offline {
	display: none !important;
}


/*
.promo {
	background: #fff;
	height: 58px;
	border: 1px solid #ccc;
	margin-bottom: 8px;
}

.promo-01 {
	margin-bottom: 8px;
}
*/

/* Promo Area */

.promo-boxes-below {
	margin: 20px 0;
}

.promo-boxes-below a {
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	text-align: center;
}

.promo-boxes-below a img {
	width: 100%;
	height: auto;
}

.promo-boxes-below a:hover {
	border: 1px solid #3a53a4;
}


/* Typeahead */


.twitter-typeahead {
	display: table !important;
	width: 100%;
}

.tt-hint {
	display: none;
}

.tt-query {
	background-color: #fff !important;
	color: #333;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 0px;
    padding: 0;
    background-color: #fff;
	border-top: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 15px 5px;
    font-size: 18px;
    line-height: 26px; 
}

.tt-suggestion p {
	margin: 0;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #3a53a4;
    -webkit-tap-highlight-color: #3a53a4;
}



/* Filter */

.hgr-filter {
	padding-right: 0;
}

.filter-box {
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    padding: 42px 4% 4% 4%;
    position: relative;
}

.filter-box h4 {
    font-size: 15px;
}

.filter-box .filter-header {
	position: absolute;
    top: 0;
    left: 0;
    background: #3a53a4;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 8px;
}

.filter-box .enabled-filter {
    background-color: #2ecc5b;
    color: #fff;
    display: block;
    border-radius: 4px;
    padding: 3px 1px 2px 6px;
    margin-bottom: 3px;
    position: relative;
}

.filter-box .enabled-filter span.glyphicon-remove-circle {
    float: right;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 2px 4px 3px 0;
}

.filter-box .enabled-filter #from_to_remove_filter_span {
	float: none !important;
    position: absolute !important;
    top: 32% !important;
    right: 1px !important;
}

.filter-box .enabled-filter span.arrival-date {
	display: block;
	line-height: 1.3;
}

.filter-box .enabled-filter span.to-from {
	display: block;
	font-size: 12px;
	color: #FBF74D;
	line-height: 1.3;
}

from_to_remove_filter_span

.filter-box hr {
	margin: 10px 0;
	clear: both;
}

.filter-box select {
/* 	height: 25px; */
}

.filter-box .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-box .category-box label {
	font-size: 12px;
	margin-bottom: 2px;
}

.filter-box .category-box select {
	margin-bottom: 9px;
}  

.filter-box .datepicker {
	margin-bottom: 5px;
}

.filter-box .datepicker input {
	height: 28px;
    padding: 3px 10px;
}

.filter-box .datepicker .input-group-addon {
	padding: 5px 10px;
}

.filter-box .price-range {
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 1px;
}

.filter-box .price-range .input-group {
	margin-bottom: 5px;
}

.filter-box span.min-price,
.filter-box span.max-price {
	font-size: 11px;
}

.filter-box .price-range span.min-price {
	position: relative;
	left: -8px;
}

.filter-box .aisle-column01,
.filter-box .aisle-column02 {
	float: left;
	width: 40%;
	padding-bottom: 5px;
}

.filter-box .clear_filter {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	color: #3a53a4;
	cursor: pointer;
}

input#model_search_text,
input#model_search_text_responsive {
	margin-bottom: 8px;
}

input#manufacturer_search_text,
input#manufacturer_search_text_responsive {
    margin-bottom: 8px;
}

/*
.filter-box .price-range-box {
	overflow-y: scroll;
    height: 100px;
} 
*/

/*
.filter-box .aisle-box {
	overflow-y: scroll;
    height: 100px;
} 
*/

.collapse-button {
    position: absolute;
    right: 9px;
    color: #ccc;
}

.collapse-button::before {
	content: '\f146';
	font-family: fontawesome;
	color: #ccc;
}

.collapse-button.collapsed::before {
	content: '\f0fe';
	font-family: fontawesome;
	color: #ccc;
}

/*
.price-range-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background-color: #eee;
}
.price-range-box::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.aisle-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background-color: #eee;
}
.aisle-box::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/

/* Search Box */

.search-box {
	margin-bottom: 15px;
}

div.hgr-search.affix {
	z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    padding: 9px 5px 4px 5px;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 6px #7B7B7B;
}

div.hgr-search.affix .search-box {
	margin-bottom: 5px;
}

/* Sort Box */

.sorting-box {
/* 	border: 1px solid #000; */
	float: left;
	width: 100%;
	margin-bottom: 15px;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-group .btn {
	border: 1px solid #ccc;
	color: #666;
}

.btn-group .btn.btn-default {
	border: 1px solid #3a53a4;
	color: #fff;
}

.sorting-box .sorting-dropdown {
	text-align: left;
}

.sorting-box .sorting-view {
	text-align: left;
}

.sorting-box .sorting-show {
	text-align: left;
}

.sorting-box .sorting-items {
	text-align: left;
}

.sorting-box .sorting-items span {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #eee;
    font-weight: bold;
	width: 100%;
}

.sorting-box span.new-arrival-title,
#new_arrivals_tri_buttons_responsive span.new-arrival-title {
    background-color: #219c44;
    padding: 1px 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}


#new_arrivals_tri_buttons .btn-default,
#markdowns_tri_buttons .btn-default {
	border-color: #ccc !important;
	color: #3a53a4 !important;
    background-color: #ffd050 !important;
    font-weight: bold;
}


/* Mobile Filter and Sort */

.hgr-mobile-filter-and-sort {
	padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.hgr-mobile-filter-and-sort a.btn {
	text-align: left;
}

.hgr-mobile-filter-and-sort i.fa {
	float: right;
	line-height: 1.6;
}

.white-popup .mfp-close {
	color: #333 !important;
}


/* Pagination */

.hgr-pagination {
	text-align: center;
	padding: 20px 0 15px 0;
	font-size: 16px;
	clear: both;
}

.hgr-pagination .current-page {
    display: inline-block;
    padding: 3px 10px;   
}

#pagination_controls {
	text-align: center;
}

#pagination_controls a {
    border: 1px solid #D8D8D8;
    display: inline-block;
    padding: 3px 10px;
    background-color: #fff;
}

#pagination_controls a:hover {
    border: 1px solid #3a53a4;
}

/* Category Page Text */

.cat-text-wrapper {
	margin-bottom: 15px;
	clear: both;
}

#cat_the_short_desc {
	padding: 25px 30px 33px 308px;
    vertical-align: top;
    color: #fff;
    background-color: #3a53a4;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;	
	clear: both;
}

#cat_the_short_desc h1 {
	font-weight: 400;
	font-size: 28px;
}

#cat_the_short_desc p {
	margin-top: 10px;
	margin-bottom: 0;
}

#category_info_two {
	clear: both;
	padding: 30px 15px;
}

#category_info_two h6 {
	font-size: 16px;
}

a.cat-jump {
	color: #ffd050;
	margin-top: 10px;
}

a.cat-jump:hover {
	color: #fff;
}



/* Prices & Badges */

/* -- Prices & Badges: Grid View and Mega Menu -- */

.prod_mm_reg_price,
.prod_grid_box_reg_price {
	font-size: 16px;
	color: #3a53a4;
}

.prod_mm_markdown_reg_price,
.prod_grid_box_markdown_reg_price {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;	
}

.prod_mm_markdown_markdown_price,
.prod_grid_box_markdown_markdown_price {
	font-size: 16px;
	color: #3a53a4;
}

.prod_mm_markdown_label,
.prod_grid_box_markdown_label {
	float: right;
    font-size: 12px;
    background-color: #e27c1e;   
    padding: 1px 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    
}

.prod_mm_new_arrival_reg_price,
.prod_grid_box_new_arrival_reg_price {
	font-size: 16px;
	color: #3a53a4;
}

.prod_mm_new_arrival_label,
.prod_grid_box_new_arrival_label {
	float: right;
    font-size: 12px;
    background-color: #219c44;   
    padding: 1px 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;    
}

/* -- Prices & Badges: Grid View Drawer -- */

.prod_grid_drawer_reg_price {
	font-size: 18px;
	color: #3a53a4;
}

.prod_grid_drawer_markdown_reg_price {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;	
}

.prod_grid_drawer_markdown_markdown_price {
	font-size: 18px;
	color: #3a53a4;
}

.prod_grid_drawer_markdown_label {
	float: right;
    font-size: 12px;
    background-color: #e27c1e;   
    padding: 1px 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    
}

.prod_grid_drawer_new_arrival_reg_price {
	font-size: 18px;
	color: #3a53a4;
}

.prod_grid_drawer_new_arrival_label {
	float: right;
    font-size: 12px;
    background-color: #219c44;   
    padding: 1px 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em; 
}


/* -- Prices & Badges: List View -- */


.prod_list_box_reg_price {
	padding: 4px 0 4px 4px;
	font-size: 15px;
	color: #3a53a4;
}


.prod_list_box_markdown_reg_price {
	padding: 4px 0 2px 4px;
	text-decoration: line-through;
	font-size: 12px;
	color: #999;
}

.prod_list_box_markdown_markdown_price {
	padding: 0 0 0 4px;
	font-size: 15px;
	color: #3a53a4;
	display: block;
    clear: both;
}

.prod_list_box_markdown_label {
	float: right;
    font-size: 11px;
    background-color: #e27c1e;   
    padding: 1px 4px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    position: absolute;
    top: 3px;
    right: 3px;
}



.prod_list_box_new_arrival_reg_price {
	padding: 4px 0 4px 4px;
	font-size: 15px;
	color: #3a53a4;
}

.prod_list_box_new_arrival_label {
	float: right;
    font-size: 11px;
    background-color: #219c44;   
    padding: 1px 4px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    position: absolute;
    top: 3px;
    right: 3px;
}

/* -- Prices & Badges: List View Drawer -- */

.prod_list_drawer_reg_price {
	font-size: 16px;
	color: #3a53a4;
}

.prod_list_drawer_markdown_reg_price {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;
}

.prod_list_drawer_markdown_markdown_price {
	font-size: 16px;
	color: #3a53a4;
}

.prod_list_drawer_markdown_label {
	float: right;
    font-size: 12px;
    background-color: #e27c1e;   
    padding: 1px 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.prod_list_drawer_new_arrival_reg_price {
	font-size: 16px;
	color: #3a53a4;
}

.prod_list_drawer_new_arrival_label {
	float: right;
    font-size: 12px;
    background-color: #219c44;   
    padding: 1px 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}


/* -- Prices & Badges: Product Detail --  */

.prod_details_reg_price {
	font-size: 20px;
	color: #3a53a4;
}

.prod_details_markdown_reg_price {
	text-decoration: line-through;
	font-size: 14px;
	color: #999;
}

.prod_details_markdown_markdown_price {
	font-size: 20px;
	color: #3a53a4;
}

.prod_details_markdown_label {
	float: left;
    font-size: 15px;
    background-color: #e27c1e;   
    padding: 1px 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
    display: block;
}

.prod_details_new_arrival_reg_price {
	font-size: 20px;
	color: #3a53a4;
}

.prod_details_new_arrival_label {
	float: left;
    font-size: 15px;
    background-color: #219c44;   
    padding: 1px 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
    display: block;
}


/* Product Grid View */

a.product-box {
/* 	border: 1px solid #000; */
	margin-bottom: 7%;
	min-height: 335px;
    background: #fff;
    box-shadow: 0px 1px 5px #7D7D7D;
    display: block;
    width: 100%;
    border: 1px solid #fff;
    text-align: left;
    padding: 2%;
    color: #000;
    position: relative;
}

a.product-box:hover {
	cursor: pointer;
}

a.product-box:hover, a.product-box:active, a.product-box:focus {
	color: #000;
}

.label-new-arrival {
    background-color: #219c44;
}

.label-markdown {
    background-color: #e27c1e;
}

.label-last-chance {
    background-color: #e61c15;
    width: 91px !important;
}


.last-chance-red a {
	color: #FF0000 !important;
}

.last_chance_label_responsive {
	color: #FF0000 !important;
}

.last_chance_label {
	color: #FF0000 !important;
}


.btn-last-chance {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}


.product-box .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 60%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: right;
    width: 78px;
}

.product-box h6 {
	margin: 4px 0;
}

.product-box h4 {
	margin: 4px 0;
	font-size: 15px;
}

/*
.product-box h4:first-of-type {
	min-height: 40px;
}
*/

/*
.product-box h4.price {
	font-style: italic;
	color: #3a53a4;
}
*/


.product-box table {
	margin: 0;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-box table tr td {
	padding: 1px;
}

.product-box table tr td.product-box-td-label {
	width: 27%;
}

.product-box table tr td.product-box-td-value {
	width: 72%;
}

.product-box .marked-down {
	text-decoration: line-through;
	color: #3a53a4;
	font-size: 13px;
}

.product-box .markdown-price {
	text-decoration: none;
	margin-left: 5px;
	color: #e27c1e;
}

.product-box .last-chance-price {
	text-decoration: none;
	margin-left: 5px;
	color: #e61c15;
}

.product-box .info-circle {
/* 	float: right; */
	color: #fff;
	font-size: 13px;
}

.plus-overlay {
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
    cursor: pointer;
    background-color: #3a53a4;
    color: #fff;
    padding: 4px 5px 3px;
    line-height: .1;
    font-size: 14px;
}

.plus-overlay .fa-plus:before {
    content: "\f0d7";
}

.active-tool .plus-overlay .fa-plus:before {
    content: "\f0d8";
}

.product-box-image {
	height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
/*     width: 500px; */
    text-align: center;
/*     display: table-cell; */
    vertical-align: middle;
    align-content: center;
    /* border: 1px solid #eee; */
    background: #eee;
    padding: 0px;
}

.product-box-image img {
	display: inline-block;
	max-height: 100%;
}


/* Product List View */

a.product-list {
    margin-bottom: 13px;
    background: #fff;
    box-shadow: 0px 2px 5px #A3A3A3;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    /* padding: 5px; */
    color: #000;
    position: relative;
    line-height: 16px;
}

a.product-list:hover {
	cursor: pointer;
}

a.product-list:hover, a.product-list:active, a.product-list:focus {
	color: #000;
}

/*
.label-new-arrival {
    background-color: #369734;
}

.label-markdown {
    background-color: #e27c1e;
}
*/

.product-list .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: right;
    width: 72px;
}

/*
.product-list table {
	margin: 0;
	font-size: 12px;
	background: #fff;
}

.product-list table tr td {
	vertical-align: middle;
}

.product-list .table-bordered>tbody>tr>td:last-of-type {
	border-right: 0 !important;
}

.product-list .table-bordered {
	border-right: 0 !important;
}

.product-list table tr.headers td {
	font-weight: bold;
}

.product-list table tr.headers td.image {
	background: #fff;
}
*/

.product-list div.column {
	float: left;
	min-height: 80px;
}

.product-list div.column h5 {
	font-size: 12px;
	display: block;
	width: 100%;
	background-color: #eee;
	padding: 4px 0 4px 4px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.product-list div.column span.item-data {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 4px 0 4px 4px;
	font-weight: normal;
}

.product-list div.column.product-list-image { width: 11%; border-right: 1px solid #ccc; }
.product-list div.column.inventory-no { width: 14%; border-right: 1px solid #ccc; }
.product-list div.column.title { width: 16%; border-right: 1px solid #ccc; }
.product-list div.column.qty { width: 7%; border-right: 1px solid #ccc; }
.product-list div.column.manufacturer { width: 14%; border-right: 1px solid #ccc; }
.product-list div.column.capacity { width: 12%; border-right: 1px solid #ccc; }
.product-list div.column.model-no { width: 13%; border-right: 1px solid #ccc; }
.product-list div.column.price { width: 13%; }

.product-list div.column span {
	clear: both;
	display: block;
}


.product-list .marked-down {
	text-decoration: line-through;
/* 	color: #3a53a4; */
/* 	font-size: 13px; */
}

.product-list .markdown-price {
	text-decoration: none;
	margin-left: 5px;
	color: #e27c1e;
	font-weight: 600;
	font-size: 13px;
}

.product-list .last-chance-price {
	text-decoration: none;
	margin-left: 5px;
	color: #e61c15;
	font-weight: 600;
	font-size: 13px;
}



.product-list-image {
    height: 75px;
    overflow: hidden;
    /* margin-bottom: 5px; */
    /* width: 500px; */
    text-align: center;
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* align-content: center; */
    /* border: 1px solid #eee; */
    /* background: #eee; */
    /* padding: 0px; */
}

.product-list-image img {
	display: inline-block;
	max-height: 100%;
}



/* Product Content Drawer */

.product-content {
	min-height: 300px;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 7px;
	box-shadow: 0px 1px 5px #7D7D7D;
	border: 1px solid #3a53a4;
	float: left;
	background: #fff;
}

/*
.drawer-left-column {
	position: relative;
	top: -15px;
}
*/

.active-tool > .product-box {
    border: 1px solid #3a53a4;
}

.active-tool > .product-box::after {
    content: '\f0d8';
    position: absolute;
    bottom: -41px;
    left: 47%;
    font-size: 35px;
    font-family: fontawesome;
    color: #3a53a4;
}

.active-tool > .product-list {
    border: 1px solid #3a53a4;
}

.active-tool > .product-list::after {
    content: '\f0d8';
    position: absolute;
    bottom: -20px;
    left: 4.5%;
    font-size: 35px;
    font-family: fontawesome;
    color: #3a53a4;
}

.product-content .gallery {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.product-content .gallery-inner {
	width: 100%;
}

.product-content table {
	margin-bottom: 5px;
	border: 1px solid #ccc;
}

.product-content table td {
	padding: 4px 6px !important;
	line-height: 1.3 !important;
	min-height: 40px !important;
	font-size: 14px;
}

.product-content table td small {
	font-weight: bold;
}

/*
.product-content .bottom-buttons {
	padding-top: 4px;
	padding-left: 0;
	padding-right: 0;
}
*/

a.btn-submit-inquiry {
    color: #fff !important;
    background-color: #219c44 !important;
    border-color: #219c44 !important;
}


a.btn-submit-inquiry-disabled {
	color: #fff !important;
    background-color: #219c44 !important;
    border-color: #219c44 !important;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=50);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .50;
}

a.btn-submit-inquiry-disabled:hover {
	pointer-events: none;
    cursor: not-allowed;
}


a.btn-view-more-info {
    color: #3a53a4 !important;
    background-color: #ffd050 !important;
    border-color: #ffd050 !important;
    font-weight: bold;
}

.product-content h4.price {
/* 	font-style: italic; */
	color: #3a53a4;
}

.product-content h3 {
	margin-bottom: 5px;
}

.product-content .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 70%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: right;
/*     width: 78px; */
}

.product-content .marked-down {
	text-decoration: line-through;
	color: #3a53a4;
	font-size: 13px;
}

.product-content .markdown-price {
	text-decoration: none;
	margin-left: 5px;
	color: #e27c1e;
}

.product-content .last-chance-price {
	text-decoration: none;
	margin-left: 5px;
	color: #e61c15;
}

.product-content .info-circle {
/* 	float: right; */
	color: #fff;
	font-size: 13px;
}


.drawer-upper-right-buttons {
	position: absolute;
	top: -1px;
    right: 4px;
    z-index: 10;
    min-width: 33%;
    text-align: right;
}

.drawer-upper-right-buttons > a.new-tab {
	display: inline-block;
	width: 93px;
	height: 24px;
	margin-left: 3px;
	margin-right: 3px;	
}

.drawer-upper-right-buttons > a.new-tab:hover {
	cursor:pointer;	
}

.yith-wcwl-add-to-wishlist {
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	clear: both;
}

div.hgr-content.hgr-product-detail .yith-wcwl-add-to-wishlist {
	margin-bottom: 3px;
}

div.hgr-content.hgr-product-detail .watchlist-container {
	margin-bottom: 10px;
	display: block;
}

.yith-wcwl-add-to-wishlist .show {
	display: inline-block !important;
}


.yith-wcwl-add-button i.fa {
	font-size: 21px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.watchlist-container i.fa {
	font-size: 21px;
	position: relative;
	top: 3px;
	margin-right: 4px;
}


.yith-wcwl-wishlistaddedbrowse i.fa {
	font-size: 21px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

span.in-your-watchlist,
span.added-to-watchlist,
span.add-to-watchlist,
span.view-watchlist {
	font-size: 12px;
}

span.in-your-watchlist,
span.added-to-watchlist {
	color: #219c44;
	font-weight: bold;
}

.fa-check-watchlist {
	color: #219c44;
}

.fa-star-watchlist {
	color: #3a53a4;
}

.fa-heart-watchlist {
	color: #3a53a4;
}


#yith-wcwl-popup-message {
	display: none !important;
    background: #3a53a4;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 1px 6px #333;
    -webkit-box-shadow: 0px 1px 6px #333;
    -moz-box-shadow: 0px 1px 6px #333;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000;
}

.jaf-close {
		position: absolute;
    top: -9px;
    right: -11px;
    font-size: 16px;
    cursor: pointer;
    z-index: 998;
    background-color: #3a53a4;
    color: #fff;
    border-radius: 25px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.jaf-close:hover {
    background-color: #294192;
    color: #fff;
}

.jaf-close i.fa {
		display: inline-block;
    font: inherit;
    font-family: FontAwesome;
    line-height: 25px;    
}


.product-content .top-buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-content .top-buttons .top-button-column {
	padding-right: 4px;
	padding-left: 4px;
}

.product-content .top-buttons a.btn {
  font-size: 13px;
  /* height: 50px; */
  white-space: normal;
  line-height: 15px;
  padding: 5px 0;
}

.product-content .top-buttons a.btn i.fa {
	position: relative;
  font-size: 15px;
	display: block;
}


.product-content td.product-drawer-td-specs-left {
	width: 50%;
}

.product-content td.product-drawer-td-specs-right {
	width: 50%;
}

.grid-thumb {
		display: block;
		float: left;
		width: 20%;
    height: 100px;
    text-align: center;
    overflow: hidden;
    background-color: #eee;
    margin-bottom: 7px;
    border-left: 3px solid #fff;
}

.grid-thumb > img {
/* 	width: 100%; */
	max-width: 100%;
/* 	height: auto; */
	display: inline-block;
	height: 100px;
}

.btn-expand {
	padding: 2px 9px;
  font-size: 13px;
}

.more-photos-text {
    margin-bottom: 8px;
    display: block;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
}

.thumb-expand-button {
	padding: 16px 0;
}


.contact-sales-staff {
	border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.contact-sales-staff h4 {
	margin-bottom: 10px;
}

.contact-sales-staff select {
    margin: 0 0 5px 0;
}

.contact-sales-staff .fa-users {
	color: #219c44;
}

/*
.bottom-buttons a.btn {
	margin-bottom: 4px;
}
*/

/*
.contact-sales-staff .form-control,
.product-content .btn {
	margin: 5px 0;
}
*/


/* Favorites Page */

div.watchlist {
	padding: 2% 3%;
}

div.watchlist .page-title:before {
    border-bottom: 0;
    bottom: 0;
    content: "";
    position: inherit;
    width: inherit;
}

.woocommerce .woocommerce-message {
    border-top-color: #3a53a4;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #3a53a4;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #3a53a4;
}

table.wishlist_table thead th,
table.wishlist_table tbody td {
    border-color: #e7e7e7;
}

table.wishlist_table tbody td {
    padding: 16px 12px;
}


table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
}


table.wishlist_table {
    font-size: 100%;
    margin-bottom: 15px;
}


/* Favorites Table Header Styles */

table.wishlist_table thead .product-checkbox {
	padding: 12px;
}
table.wishlist_table thead .product-remove {
	padding: 9px 12px;
}
table.wishlist_table thead .product-thumbnail {
	padding: 9px 12px;
}

table.wishlist_table thead .product-name {
	padding: 9px 12px;
}

table.wishlist_table thead .product-price {
	padding: 9px 12px;
}
table.wishlist_table thead .product-add-to-cart {
	padding: 9px 12px;
}


/* Favorites Table Body Styles */

table.wishlist_table tbody .product-checkbox {
	width: 5%;
}
table.wishlist_table tbody .product-remove {
	width: 5%;
}

table.wishlist_table tbody .product-remove a.remove {
	display: block;
	font-size: 24px;
	line-height: .9;
	color: #d20000;
}

table.wishlist_table tbody .product-remove a.remove:hover {
	cursor: pointer;
}

table.wishlist_table tbody .product-thumbnail {
	width: 20%;
}

table.wishlist_table tbody .product-thumbnail a {
	max-width: 150px;
}

table.wishlist_table tbody .product-name {
	width: 30%;
	font-size: 16px;
}

table.wishlist_table tbody .product-price {
	width: 25%;
	text-align: left;
}

table.wishlist_table tbody .product-add-to-cart {
	width: 15%;
	text-align: center;
}

table.wishlist_table tbody .product-add-to-cart a.remove_from_wishlist {
	display: block;
	text-align: center;
	font-weight: normal;
	color: #d20000;
	margin: 10px 0;
}

table.wishlist_table tbody .product-add-to-cart a.remove_from_wishlist:hover {	
	cursor: pointer;
	text-decoration: underline;
}


table.wishlist_table>tfoot>tr>td {
	padding-top: 20px;
	padding-bottom: 10px;
}



.favs-more-info {
	font-size: 12px;
}

.favs-more-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.favs-more-info li {
	list-style: none;
	padding: 0;
	margin: 0;
}



/* Product Detail */

.hgr-above-content {
	margin-bottom: 1%;
}

.hgr-product-detail {
	background: #fff;
    box-shadow: 0px 1px 5px #7D7D7D;
    padding: 1%;
}

.hgr-product-detail .utility-buttons {
	position: absolute;
	top: 0;
	right: 2%;
}

.hgr-product-detail .detail-manuf,
.hgr-product-detail .detail-title {
	width: 67%
}

.hgr-product-detail .price {
	margin-bottom: 5px;
	color: #3a53a4;
}

.hgr-product-detail  .marked-down {
	text-decoration: line-through;
	color: #3a53a4;
	font-size: 13px;
}

.hgr-product-detail  .markdown-price {
	text-decoration: none;
	margin-left: 5px;
	color: #e27c1e;
}

.hgr-product-detail .last-chance-price {
    color: #e61c15;;
}

.hgr-product-detail .label-last-chance {
    background-color: #e61c15;
    width: inherit !important;
}

.hgr-product-detail .notes-section {
	margin-top: 15px;
	margin-bottom: 25px;
}

.hgr-product-detail span.label {
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: right;
}

.hgr-product-detail .panel-sold {
	margin: 20px 0;
	text-align: center;
}

.hgr-product-detail .panel-danger {
	border-color: #D00000;
}

.hgr-product-detail .panel-heading {
    color: #fff;
    background-color: #D00000;
    border-color: #D00000;
}

.hgr-product-detail table.grid-table td {
	padding: 3px;
	line-height: 1.4;
}

.hgr-product-detail table.grid-table td.description-cell {
	height: 70px;
}

.hgr-product-detail table.grid-table small {
	font-weight: 600;
}

.hgr-product-detail .flexslider {
	margin: 0 !important; 
}

.hgr-product-detail .flexslider .slides > li {
    background: #eee;
}

.hgr-product-detail .flexslider .slides > li > a {
	height: 435px;
	width: 685px;
    overflow: hidden;
    text-align: center;
    display: table-cell !important;
    vertical-align: middle;
    align-content: center;
    background: #eee;
    padding: 0px;
}

.hgr-product-detail .flexslider .slides > li > a > img {
	max-width: 100% !important;
    display: inline-block;
    max-height: 100%;
}

.hgr-product-detail .flexslider .slides > li > a:focus {
	border: 0;
	outline: 0;
}

.hgr-product-detail .flexslider .flex-control-paging {
	display: none !important;
}

.hgr-product-detail #carousel .flex-viewport li {
    height: 75px;
    overflow: hidden;
    text-align: center;
    display: table-cell !important;
    vertical-align: middle;
    align-content: center;
    background: #eee;
    padding: 0px;
    width: 105px !important;
    float: none !important;
    margin: 2px !important;
    padding: 4px;
    border-right: 5px solid #fff;
}

.hgr-product-detail #carousel .flex-viewport li.flex-active-slide {
    background-color: #3A53A4;
}


/*
.hgr-product-detail .flexslider .flex-control-thumbs {
	width: 4000px;
}
*/

.hgr-product-detail #carousel .flex-viewport li:last-of-type {
    border-right: 0;
}


.hgr-product-detail #carousel .flex-viewport img {
	max-width: 100% !important;
    display: inline-block;
    max-height: 100%;
}

.hgr-product-detail .click-to-zoom {
	padding: 10px;
}

.hgr-product-detail .item-notes {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

.hgr-product-detail .item-notes,
.hgr-product-detail .contact-sales-staff {
	padding: 15px 10px;
	min-height: 120px;
	box-shadow: 0 0px 4px #BEBEBE;
}

/*
.hgr-product-detail .contact-sales-staff {
	padding: 15px 15px 15px 5px;
}
*/

.hgr-product-detail .contact-sales-staff label {
	margin-left: 3px;
	color: #9C9C9C;
}

.hgr-product-detail .contact-sales-staff h4 {
	margin-bottom: 6px;
	margin-left: 8px;
}

.hgr-product-detail .contact-sales-staff select {
	margin: inherit;
}


.hgr-product-detail .item-notes .fa-file {
	color: #F7D655;
}

.hgr-product-detail .contact-sales-staff .fa-users {
	color: #219c44;
}

.hgr-product-detail .specs-and-manuals,
.hgr-product-detail .recommendations,
.hgr-product-detail .recently-viewed,
.hgr-product-detail .word-cloud {
	margin-bottom: 35px;
}

.hgr-product-detail .specs-and-manuals h4,
.hgr-product-detail .recommendations h4,
.hgr-product-detail .recently-viewed h4,
.hgr-product-detail .word-cloud h4 {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.hgr-product-detail .recommendations .product-box {
	min-height: inherit;
}

.hgr-product-detail .recommendations .product-box:hover {
	border-color: #3a53a4;
}

.hgr-product-detail .recommendations .product-box h5 {
	text-align: center;
}


/* Generic Page  */

article hr {
	clear: both;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
	color: #3a53a4;
	font-style: italic;
}

.widget_nav_menu .current_page_item a:before {
	font-family: fontawesome;
	content: '\f053';
	position: relative;
	left: -7px;
	color: #000;	
}

.widget_nav_menu a {
	font-weight: 400;
}

.widget_nav_menu .current_page_item a {
	padding: 4px 0;	
	font-weight: 600;
	color: #000 !important;
	display: block;
	position: relative;
	left: -10px;
}

.ytc-promotion { 
	display: none !important; 
}

.example-grid-system [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}


/* Show Room Page */

.showroom-page div p {
	min-height: 130px;
    border-bottom: 1px solid #eee;
}

/* Policy Pages */

.textbox.policy ol {
	list-style: none;
	padding-left: 0;
	font-weight: bold;
}

.textbox.policy ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.textbox.policy ol li ol {
	color: #000;
	font-weight: normal;
}

.textbox.policy ol li p {
	color: #000;
	font-weight: normal;
}

.textbox.policy ol.d1>li {
    color: #303f7f;
    margin-top: 30px;
}

/* Sales Team Page  */

.sales-team {
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	position: relative;
}

.sales-team .team-member {
	margin-bottom: 30px;
	padding: 10px 5px;
	float: left;
	width: 100%;
	box-shadow: 0px 1px 6px #666;
}

.sales-team .team-member img {
	max-height: 180px;
}

.sales-team address {
	margin: 0;
	padding: 5px;
	text-align: right;
}

.sales-team a {
	font-size: 12px;
}

.sales-team hr {
	margin: 5px 0;
}

.sales-team address .fa {
	color: #aaaaaa;
	min-width: 15px;
}

/* Buyer Team Page */

.buyer-team {
	padding-left: 3%;
	padding-right: 3%;
}

.buyer-team .panel-heading {
	padding: 10px 8px;
}

.buyer-team .panel-heading h4 {
	margin: 0;
}

.buyer-team .panel-body {
	padding: 0 15px;
}

.buyer-team .buyers {
	padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.buyer-team .buyers div {
	line-height: 43px;
}


/* Buyer Locator Page */


.buyer-team #slect_state_div {
	padding: 20px;
}

.buyer-team #select_county_div {
	padding: 0 20px 20px;
}


.buyer-locator {
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	position: relative;
  width: 75%;
  margin: 0 auto;
  font-size: 14px;
}

.buyer-locator .team-member {
	margin-bottom: 30px;
	padding: 10px 5px;
	float: left;
	width: 100%;
	box-shadow: 0px 1px 6px #666;
}

.buyer-locator .team-member img {
	width: 100%;
	height: auto;
}

.buyer-locator #buyer_name_s {
	font-size: 16px;
}

.buyer-locator address {
	margin: 0;
	padding: 5px;
	text-align: right;
}

.buyer-locator a {
	font-size: 13px;
}

.buyer-locator hr {
	margin: 5px 0;
}

.buyer-locator address .fa {
	color: #aaaaaa;
	min-width: 15px;
}




/*
.buyer-team div.buyers:nth-child(2n) {
	background-color: #fff;
}
*/

/*
.buyers:nth-child(even) {
	background-color: #eee;
}

.buyers:nth-child(odd) {
	background-color: #fff;
}
*/

/*
table.buyer-staff th {
	font-weight: 400;
}

table.buyer-staff tr td {
	vertical-align: middle;
}
*/

span.region {
    background: #e7e7e7;
    color: #333;
    width: 25px;
    display: inline-block;
    height: 25px;
    border-radius: 20px;
    text-align: center;
    line-height: 25px;
    margin: 0 0 0 3px;
    font-size: 11px;
    font-weight: 700;
}

area {
    display: inline;
    cursor: pointer;
}

area:focus {
    outline: 0;
}

/*
#map1 area:hover {
	border: 1px solid #000;
}
*/

/* Sales Rep Popup */

/*
div#wpcf7-f133178-o1 {
	margin-bottom: 50px;
}
*/

.wpcf7 br {
	display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875em;
	padding: 0.5em;
	height: 2.3125em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	margin: 0 0 10px 0;
}

.wpcf7 textarea {
  height: 130px;
  margin-bottom: 15px;
}

.wpcf7 input[type="submit"] {
	float: right;
	font-weight: 400;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff !important;
    background-color: #219c44 !important;
    border-color: #219c44 !important;
}

span.wpcf7-not-valid-tip {
  position: relative;
  top: -13px;
}


/* Sell Your Surplus Page */

.sellList {
	float: left;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
}

.sellList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 25%;
}

.sellList li {
	list-style: none;
	margin: 0;
	padding: 6px 8px;
	background-color: #f3f3f3;
	border-right: 2px solid #fff;
	min-height: 32px;
}

.sellList li.odd {
	background-color: #fdfdfd;
}

.sellList li a {
	color: #000;
	text-decoration: underline;
	border-bottom: 0;
}


.sellListAside {
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	background-image: url(images/bg_sell_surplus.png);
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
	padding: 2% 41% 2% 4%;
	border-radius: 5px;
	margin-bottom: 0;
	min-height: 227px;
}

.sell-well-left {
	background-color: #3a53a4;
    color: #fff;
    text-align: center;
    min-height: 172px;
}

.sell-well-left hr {
	border-top: 1px solid #637bcc;
}

.sell-well-right {
	background-color: #ffbb48;
    color: #303f7f;
    text-align: center;
    padding: 35px;
    min-height: 172px;
}

/* Blog Styles */

#sidebar .sidebar-padder {
	background-color: transparent !important;
}

.widget_recent_entries a {
	display: block;
}

.widget_recent_entries ul li {
	margin-bottom: 15px;
	line-height: 1.3;
}

.widget_recent_entries span.post-date {
	display: block;
	font-size: 12px;
	color: #aaa;
}

.blog-comments {
    padding-left: 20px;
    padding-right: 20px;
}


/* HGR Organizations */

.hgr-orgs {
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    padding: 7% 12%;
    text-align: center;
}

.hgr-orgs > h5 {
	margin-bottom: 30px;
}

.hgr-orgs > a.org-logo {
	display: block;
	margin: 0 auto 30px auto;
	-webkit-filter: grayscale(100%) opacity(0.7);
	-moz-filter: grayscale(100%) opacity(0.7);
	-ms-filter: grayscale(100%) opacity(0.7);
	-o-filter: grayscale(100%) opacity(0.7);
	filter: grayscale(100%) opacity(0.7);
	filter: gray; /* IE 6-9 */
}

.hgr-orgs > a.org-logo:hover {
	-webkit-filter: grayscale(0) opacity(1);
	-moz-filter: grayscale(0) opacity(1);
	-ms-filter: grayscale(0) opacity(1);
	-o-filter: grayscale(0) opacity(1);
	filter: grayscale(0) opacity(1);
	filter: none; /* IE 6-9 */
}

.hgr-orgs > a.org-logo.bbb {
/* 	width: 75%; */
}

.hgr-orgs > a.org-logo.afw {
	width: 85%;
}


.hgr-orgs > a.org-logo.ira {
	width: 70%;
}

.hgr-orgs > a.org-logo:last-of-type {
	margin: 0 auto;
}


/* Footer */

.footer-wrapper {
    border-top: 5px solid #3a53a4;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

.footer-wrapper a {
	font-size: 15px;
	font-weight: 600;
}

.footer-wrapper a:hover {
	text-decoration: underline;
}

.footer-extra-links {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.footer-extra-links a {
	display: block;
}

.footer-links {
    padding: 15px 0 5px 0;
    margin-top: 20px;
/*     border-top: 1px solid #ccc; */
}

.footer-links a {
	margin: 0 8px;
}

.footer-copyright {
	padding: 5px 0;
}

.sales-rep-selection {
	margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
    line-height: 1.7;
}

.footer-wrapper a.btn {
	color: #fff;
}

.footer-wrapper a.btn:hover,
.footer-wrapper a.btn:active,
.footer-wrapper a.btn:focus {
	color: #fff;
	text-decoration: none;
}

.footer-badges {
	text-align: right;
}

.footer-badges a {
	margin-left: 5px;
}

/* For Magnific Popup */

/*
.mfp-arrow-left { left: 25% !important; }

.mfp-arrow-right { right: 25% !important; }
*/

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* Fixes Image Zoom Bug */

/*
.mfp-figure figure {
    padding: 40px 0 !important;
}

img.mfp-img {
	padding: 0 !important;
	max-height: 500px !important;
}
*/






/*
.tooltip-inner {
	text-align: left !important;
}
*/


/* Print Styles Only */


@media print {
	
	@page {
		size: auto;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.hgr-product-detail {
		page-break-inside: avoid;
	}
	
	* {
		-webkit-transition: none !important;
	    transition: none !important;
	}
	
	
	body, html {
		margin: 0 !important;
		padding: 0 !important;
		background: 0 0 !important;
	}
	
	a[href]:after {
		content: none;
	}
	
	a.btn-print, a.btn-watchlist {
		display: none !important;
	}
	
	.hgr-product-detail table {
		page-break-after: avoid;
		margin-bottom: 5px;
	}
	
	.navbar {
	    display: none;
	}
	
	.navbar-brand>img {
		width: 107px;
		height: 54px;
	}
	
	#header-nav, .header-container, .navbar-header {
		min-height: 80px;
		height: 80px;
	}
	
	.main-content-area {
	    margin: 0 !important;
	}
	
	#mobile-nav, #site-menu, .click-to-zoom, .specs-and-manuals, .recently-viewed, .word-cloud, .hgr-above-content  {
		display: none !important;
	}
	
	.hgr-product-detail .contact-sales-staff  {
		display: none !important;
	}
	
	.hgr-product-detail .btn-detail-action {
		display: none !important;
	}
	
	.hgr-product-detail .flexslider .slides > li {
		background: 0 0 !important;
		background-color: #fff !important;
	}
	
	.hgr-product-detail .flexslider .slides > li > a {
		height: 200px;
		background: 0 0 !important;
		background-color: #fff !important;
	}
	
	.flex-control-thumbs img {
		opacity: 1 !important;
	}
	
	.flex-control-thumbs {
		margin-bottom: 15px !important;
	}
	
	a.to-top {
		display: none !important;
	}
	
	.hgr-ask-about, .footer-extra-links, .footer-badges, .footer-links {
		display: none !important;
	}
	
	.footer-copyright {
		text-align: left;
	}
	
	footer .row-fluid .container-fluid {
		padding: 0 !important;
	}
	
	a.btn-mobile-detail {
		display: none !important;
	}
	
	.hgr-filter {
		display: none !important;
	}
	
	#sidebar {
		display: none !important;
	}

	#primary {
		width: 100% !important;
	}
	
	.hgr-content {
		width: 100% !important;
	}
	
	.hgr-product-detail div.col-xs-12.col-sm-12.col-md-6 {
		width: 100% !important;
	}
	
	.item-notes {
		page-break-inside: avoid !important;
		min-height: 75px !important;
	}
	
	.notes-section div.col-xs-12.col-sm-6.col-md-6 {
		width: 100% !important;
	}
	
	.recommendations {
		display: none !important;
	}
	
	.login-buttons {
		display: none !important;
	}
	
	.flex-control-nav {
		display: none !important;
	}
	
	footer.footer-wrapper {
		display: none !important;
	}
	
	.hgr-product-detail .notes-section {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.prod_details_new_arrival_label {
	    float: right !important;
	    position: absolute !important;
	    top: 0 !important;
	    right: 0 !important;
	    background-color: #219c44 !important;
	    color: #fff !important;
	}
	
	.prod_details_markdown_label {
	    float: right !important;
	    position: absolute !important;
	    top: 0 !important;
	    right: 0 !important;
	    background-color: #e27c1e !important;
	    color: #fff !important;
	}
	
	.hgr-product-detail #carousel {
		display: none !important;
	}
	
	.hgr-product-detail .yith-wcwl-add-to-wishlist {
		display: none !important;	
	}
	
	.hgr-product-detail .watchlist-container {
		display: none !important;
	}
	
	.notes-section .item-notes {
		padding: 0 !important;
		border: 0 !important;
	}
	
	.notes-section .item-notes i.fa {
		display: none !important;
	}

}


/* Custom Blog Queries and Pagination */

body.page-template-page-hgr-community .page-title {
	margin-bottom: 30px;
}

.entry-footer .cat-links {
	display: none;
}

.custom-pagination {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.custom-pagination .page-num {
	display: none;
}

.custom-pagination a,
.custom-pagination span {
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #eee;
    width: 35px;
    padding: 5px;
}

.custom-pagination span.current {
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #eee;
    width: 35px;
    padding: 5px;
		background-color: #3a53a4;
		border-color: #eee;
		color: #fff;
}

.custom-pagination a:focus, .custom-pagination a:hover {
  background-color: #3a53a4;
  color: #fff
}



/* Subcats */

#sub_cats_main_div_wrap {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.sub-cats-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border: 1px solid #ccc;
  padding-top: 0px;
  padding-bottom: 10px;
}

.sub-cats-wrapper .sub-cats-header {
	display: block;
	padding: 7px 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
	float: left;
	width: 100%;
	background-color: #eee;
  border-bottom: 1px solid #ccc;
}

.sub-cats-wrapper .single-sub-cat {
	text-align: left;
	margin-bottom: 10px;
}

.sub-cats-toggle {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  width: 100%;
  background-color: #eee;
  padding: 4px 0;
  margin-bottom: 0;
  border-radius: 0 0 8px 8px;
  border: 1px solid #ccc;
  border-top: 0 !important;
}

.sub-cats-toggle:hover {
  background-color: #ccc;
}



