/* Minification failed. Returning unminified contents.
(3626,82): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.85em'
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/* Spacing consistency */

.page-block {
	margin: 10px 0;
}

	.page-block:before,
	.page-block:after {
		content: " ";
		display: table;
	}

/* Grid system */
/* This grid system is deprecated in favor of bootstrap's grid system. See http://getbootstrap.com for documentation*/

.colwrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .colwrap:after { /* IE6 */
	zoom: 1;
}

*:first-child + html .colwrap { /* IE7 */
	zoom: 1;
}

.page-row {
	margin: 10px 0;
}

	.page-row:before,
	.page-row:after {
		content: " ";
		display: table;
	}

	.page-row:after {
		clear: both;
	}

.one-half {
	width: 49.5%;
}

.one-third {
	width: 32.66666667%;
}

.two-thirds {
	width: 66.33333333%;
}

.one-fourth {
	width: 24.25%;
}

.three-fourths {
	width: 74.75%;
}

.one-fifth {
	width: 19.2%;
}

.two-fifths {
	width: 39.4%;
}

.three-fifths {
	width: 59.6%;
}

.four-fifths {
	width: 79.8%;
}

.one-sixth {
	width: 15.83333333%;
}

.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .one-sixth, .four-fifths {
	display: inline; /*ie6*/
	float: left;
	margin-left: 1%;
	box-sizing: border-box;
}

	.one-half:first-child, .one-third:first-child, .two-thirds:first-child, .one-fourth:first-child, .three-fourths:first-child, .one-fifth:first-child, .two-fifths:first-child, .three-fifths:first-child, .one-sixth:first-child, .four-fifths:first-child {
		margin-left: 0;
	}

/* Grid helper classes */

.grid-item-image, .list-item-image {
	max-width: 100%;
}

.grid-item-image-wrap, .grid-item-name-wrap, .grid-item-sku-wrap, .grid-item-weight-wrap {
	margin-bottom: 5px;
}

.variant-grid-item .add-to-cart-form {
	text-align: center;
}

.grid-item-inner, .list-item-inner {
	padding: 4px;
}

.grid-item-inner {
	text-align: center;
	padding: 4px;
}

.two-thirds .grid-column-inner {
	padding: 0 0 0 15px;
}


/* Extend the bootstrap grid to support five columns */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

/* Utility classes */

.left { /* Deprecated. Use Bootstrap's pull-left instead */
	float: left;
}

.right { /* Deprecated. Use Bootstrap's pull-right instead */
	float: right;
}

.clear { /* Deprecated. Use Bootstrap's clearfix instead */
	clear: both;
}

/* Use this to Hide an element that can be shown with jquery show(). 
Bootstrap uses !important on their hide and hidden classs so jQuery show() won't work */
.off {
	display: none;
}

.btn-space { /* Use this to get space around buttons that might flow to two lines */
	margin: 2px;
}

.text-area-tall {
	min-height: 300px;
}

/* Use these to align text to the right for a given viewport */

@media(min-width: 768px) {
	.text-right-sm {
		text-align: right;
	}

	.text-left-sm {
		text-align: left;
	}
}

@media(min-width: 992px) {
	.text-right-md {
		text-align: right;
	}

	.text-left-md {
		text-align: left;
	}
}

@media(min-width: 1200px) {
	.text-right-lg {
		text-align: right;
	}

	.text-left-lg {
		text-align: left;
	}
}

/* Global headers */

.group-header {
	display: block;
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px solid #efefef;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #666;
}

/* Notices (errors or alerts) */

.notice-wrap {
	margin-bottom: 15px;
}

.notice {
	padding: 15px;
	border-radius: 3px;
	margin: 2px 0;
}

.notice-info {
	background: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.notice-success {
	background: #DFF0D8;
	border-color: #D6E9C6;
	color: #3C763D;
}

.notice-warning {
	background: #fbf1e4;
	border-color: #f7dcb9;
	color: #f0ad4e;
}

.notice-failure {
	background: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
}

.field-validation-error {
	color: #A94442;
}

/* Action elements */
.actionelement {
	cursor: pointer;
}

/* Forms */
.form-control-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}

.form-text {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	width: 100%;
}

.radio:first-child, .checkbox:first-child {
	margin-top: 0;
}

/* Specific text box sizes */

.text-1, .text-2, .text-3, .text-4, .text-sm, .text-md, .text-lg, .text-xs,
.form-control.text-1, .form-control.text-2, .form-control.text-3, .form-control.text-4, .form-control.text-sm, .form-control.text-md, .form-control.text-lg, .form-control.text-xs {
	max-width: 100%;
}

.text-1, .form-control.text-1 {
	width: 38px;
}

.text-2, .form-control.text-2 {
	width: 48px;
}

.text-3, .form-control.text-3 {
	width: 60px;
}

.text-4, .form-control.text-4 {
	width: 70px;
}

.text-xs, .form-control.text-xs {
	width: 100px;
}

.text-sm, .form-control.text-sm {
	width: 180px;
}

.text-md, .form-control.text-md {
	width: 270px;
}

.text-lg, .form-control.text-lg {
	width: 450px;
}

.text-multiline, .form-control.text-multiline {
	min-height: 200px;
}

/* Add to cart form */

.quantity-field {
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}

.quantity-select, .size-select, .color-select {
	display: inline;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.price-field {
	display: inline;
	width: 100px;
}

/* Price styles */

.price-wrap {
	font-weight: bold;
	margin-bottom: 5px;
}

.product-page .price-wrap {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

.regular-price {
	color: #888;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.sale-price {
	color: #902003;
}

/* PayPal banners */
.paypal-banner-wrap img {
	max-width: 100%;
	height: auto;
}

.paypal-banner-wrap {
	margin-bottom: 15px;
}

/* Signin page */

.login-layout-table {
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.login-form {
	padding-bottom: 16px;
}

@media (min-width: 768px) {
	.register-half .register-form, .register-half .anon-form {
		padding: 0 0 25px 50px;
	}
}

/* Create account page and account page */

.account-form {
	margin-bottom: 24px;
}

.address-wrap {
	margin-bottom: 15px;
}

	.address-wrap .address-header {
		font-weight: bold;
	}

	.address-wrap .address-view {
		font-size: 12px;
	}

.page-action-bar {
	margin-bottom: 15px;
}

/* Recurring Page */

.recurring-buttons {
	margin-bottom: 15px;
}

/* Payment page */

#payment-method-choices .payment-option {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	background-color: #F8F8F8;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin: 5px;
}

/* Checkout and account page links */

.page-links {
	margin-bottom: 10px;
}

/* Tool tips */

.discount-table-tooltip, .card-code-tooltip {
	padding: 8px;
	font-size: 12px;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* Shipping and tax estimator */

.estimate-buttons, .estimate-button-wrap {
	text-align: right;
}

.shipping-tax-estimator-address, .shipping-tax-estimator {
	width: 100%;
}

	.shipping-tax-estimator-address .header, .shipping-tax-estimator .header {
		font-weight: bold;
	}

	.shipping-tax-estimator-address .caption, .shipping-tax-estimator .caption {
		vertical-align: top;
	}

	.shipping-tax-estimator-address .value, .shipping-tax-estimator .value {
		vertical-align: top;
		text-align: right;
	}

	.shipping-tax-estimator-address .error {
		width: 100%;
		color: Red;
		font-weight: bold;
	}

	.shipping-tax-estimator tr td, .shipping-tax-estimator-address td {
		border-top: solid 1px #ddd;
		padding: 4px;
	}

/* Stock hints */

.stock-hint {
	display: block;
	margin-bottom: 5px;
}

.out-stock-hint {
	color: #bb0000;
}

.in-stock-hint {
	color: #0066c0;
}

/* Kit specific styles */

.selected-kit-items {
	padding-left: 15px;
}

.kit-prices {
	margin-bottom: 15px;
}

.kit-item-image {
	margin-bottom: 2px;
	margin-top: 2px;
}

.kit-item-description {
	font-style: italic;
	color: darkgray;
}

.kit-add-to-cart-button-wrap {
	display: inline-block;
	margin: 2px;
}

.kit-regular-base-price, .kit-regular-base-price label {
	text-decoration: line-through;
}

a.kit-panel-title-link, a.kit-panel-title-link label {
	cursor: pointer;
}

a.kit-panel-title-link {
	display: block;
}

.panel-title > a {
	outline: none;
	text-decoration: none;
}

.kit-panel-heading .panel-title {
	font-size: inherit;
}

.kit-panel-heading .form-label {
	margin-bottom: 0;
}

.kit-group-description {
	padding-bottom: 15px;
}

.kit-description-toggle {
	float: right;
	margin-left: 8px;
}

	.kit-description-toggle .fa {
		display: none;
	}

.kit-panel-title-link[aria-expanded='false'] .expand-control {
	display: block;
}

.kit-panel-title-link[aria-expanded='true'] .collapse-control {
	display: block;
}

.kit-item-image-wrap {
	float: left;
	margin-right: 15px;
}

.read-only-kit-item-list {
	padding-left: 15px;
}
/* Promotions */

.promo-wrap {
	padding-bottom: 5px;
}

.promotion-call-to-action {
	background: none repeat scroll 0 0 transparent;
	color: #902003;
	font-weight: bold;
	padding: 3px;
}

/* Downloads Page */

.downloads-page .downloads-wrap {
	margin: 0 0 20px 0;
}

.downloads-page .downloads-info {
	margin: 0 0 10px 0;
}

.downloads-page .related-product-wrap {
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.downloads-page .related-product {
	float: left;
	padding: 15px 0 15px 30px;
	text-align: center;
}

	.downloads-page .related-product .related-product {
		width: 150px;
	}

/* Product page */

.quantity-discount-header {
	font-weight: bold;
}

.product-image {
	max-width: 100%;
}

.product-page .product-info-wrap .price-wrap {
	font-size: 20px;
	margin: 10px 0 10px 0;
}

.product-page .product-info-wrap .regular-price {
	font-size: 16px;
}

.email-a-friend-link {
	background: url('../images/mailicon.gif') no-repeat scroll left center;
	padding: 9px 0 9px 34px;
	line-height: 32px;
	vertical-align: middle;
}

.email-a-friend-wrap, .nav-links-wrap, .product-options, .product-description-wrap {
	margin-bottom: 15px;
}

.product-image-wrap {
	text-align: center;
	margin-bottom: 15px;
}

.product-promotions {
	margin-bottom: 8px;
}

.pop-large-link {
	display: inline-block;
	background: url(../images/magnify.png) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
}

.medium-image {
	margin-bottom: 4px;
}

.medium-image-cursor {
	cursor: pointer;
}

.variant-name-wrap {
	font-size: 24px;
	margin-bottom: 5px;
}

.variant-info-wrap {
	border-top: solid 1px #ddd;
	padding-top: 10px;
	margin-top: 10px;
}

.product-options .form-control {
	display: inline-block;
	width: auto;
}

.product-gallery-items {
	margin-bottom: 8px;
}

.product-gallery-item {
	display: inline-block;
	max-width: 32%;
}

.gallery-item-inner {
	padding: 2px;
}

.product-gallery-image {
	max-width: 100%;
}


/* Tab setup */

ul.tabbitTabs, .tabbitTabs li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabbitTabs {
}

	.tabbitTabs li {
		display: inline;
		line-height: 24px;
		font-size: 14px;
	}

		.tabbitTabs li a {
			text-decoration: none;
			display: inline-block;
			padding: 0 10px;
			background: #ddd;
			border: solid 1px #ccc;
			border-bottom: none;
			margin-bottom: -1px;
			color: #333;
			font-weight: bold;
			outline: none;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}

			.tabbitTabs li a:hover {
				background: #eee;
			}

	.tabbitTabs a.state-active, .tabbitTabs a.state-active:hover {
		background: #fff;
		cursor: default;
		border-bottom: solid 1px #fff;
	}

.tabbitTabWrap {
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

	/*hide redundant headers*/

	.tabbitTabWrap .group-header {
		display: none;
	}

/* List items */
.list-item-name-wrap, .list-item-sku-wrap {
	margin-bottom: 5px;
}

.list-item {
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.list-item-name-wrap {
	font-size: 1.5em;
	margin-bottom: 5px;
}

.list-item-image-wrap {
	text-align: center;
}

	.list-item-image-wrap .product-image {
		display: inline-block;
	}

/* Order Confirmation Page */
.orderconfirmation-page {
	width: 100%;
	text-align: center;
}

	.orderconfirmation-page div {
		margin-top: 5px;
		margin-bottom: 5px;
	}

.orderconfirmation-received {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.orderconfirmation-thanks {
	color: #737373;
}

.orderconfirmation-ordernumber, .orderconfirmation-customerid {
	font-weight: bold;
}

	.orderconfirmation-ordernumber span, .orderconfirmation-customerid span {
		font-weight: normal;
	}

.admin-alert-wrap {
	width: 100%;
	background-color: #FFFF00;
	text-align: center;
}

.admin-alert-text {
	font-weight: bold;
	color: #FF0000;
}

.news-body {
	margin-bottom: 15px;
}

/* 3dSecure Page */
.three-d-secure-iframe {
	width: 100%;
	height: 500px;
}

/* Product Landing Page  */
.product-banner {
	background: #fff;
	box-shadow: 52px 52px 32px rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.03);
	border-left: 1px solid rgba(0,0,0,.03);
	max-width: 500px;
	max-height: 500px;
	margin-bottom: 24px;
}

.product-landing-page .product-info {
	margin-bottom: 32px;
}

.product-description-wrap {
	clear: both;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 32px;
}

.product-landing-page .price-wrap {
	font-size: 44px;
	line-height: 50px;
	font-weight: 200;
	margin-bottom: 24px;
}

.product-summary {
	margin-bottom: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 28px;
}

.product-landing-page .add-to-cart-group {
	margin-bottom: 24px;
}

.product-summary-heading {
	text-align: center;
}

.summary-content {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 28px;
}

.description-heading {
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px solid #efefef;
	font-weight: 200;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.product-ratings hr {
	display: none;
}

.product-rating-stars {
	font-size: 40px;
}

.site-map-group ul {
	padding-left: 5px;
}

/* Session Warning Windows */
.session-warning-top-line {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.session-warning-middle-line, .session-warning-bottom-line {
	padding-bottom: 15px;
}

.session-modal .modal-body {
	text-align: center;
	font-size: 20px;
}

/* Checkout */

.continue-shopping-text {
	font-size: 16px;
}

.checkout-header, .order-header {
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
}

	.checkout-header:first-child, .order-header:first-child {
		margin-top: 0;
	}

.checkout-header {
	position: relative;
}

.checkout-block, .order-block {
	margin-bottom: 15px;
}

	.checkout-block.checkout-sign-out {
		margin-bottom: 0px;
	}

.order-details, .shipping-estimator {
	padding: 15px;
	background: #f8f8f8;
	border: solid 1px #e7e7e7;
	margin-bottom: 15px;
	border-radius: 4px;
}

	.order-details .order-block:last-child {
		margin-bottom: 0;
	}

.cart-item {
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
}

.cart-item-image {
	width: 80px;
	border: solid 1px #e7e7e7;
}

.checkout-actions {
	text-align: right;
}

.address-actions button {margin-top:1em} /* compunix 07272017 */

.checkout-action-row {
	margin-top: 15px;
	text-align: right;
}

.cart-upsell-item, .cart-order-option {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.cart-upsell-image {
	max-width: 50px;
	border: 1px solid #e7e7e7;
}

.order-option-cost {
	white-space: nowrap;
}

.cart-detail {
	font-size: 0.85em;
	color: #666;
}

.hidden-shipping-methods {
	display: none;
}

.alternative-payment-button {
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
}

.loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}

.loading-message-wrap {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}

.loading-message {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
}

/* Payment methods */

.third-party-payment-button {
	background: transparent;
	border: none 0;
	padding: 0;
}

.on-site-payment-methods, .off-site-payment-methods {
	margin-bottom: 6px;
}

.choose-payment-method-button {
	text-align: left;
	width: 170px;
	margin-bottom: 5px;
}

.choose-payment-method-offsite-button {
	margin-bottom: 5px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}

.payment-method-detail {
	margin-bottom: 8px;
}

/* Shipping methods */

.shipping-method-icon {
	width: 30px;
	vertical-align: middle;
}

.block-success .checkout-header {
	color: #3c763d;
	border-bottom: solid 1px #b1c6a9;
}

.block-danger .checkout-header {
	color: #a94442;
	border-bottom: solid 1px #d79e9e;
}

/* Mini Cart */

.minicart-modal {
	text-align: left;
}

.minicart-item, .minicart-message-area, .empty-mini-cart-text {
	padding-left: 15px;
	padding-right: 15px;
}

.minicart-modal .modal-body {
	padding-left: 0;
	padding-right: 0;
}

.minicart-item-image {
	width: 50px;
}

.minicart-item-actions {
	margin-left: 4px;
	float: right;
}

	.minicart-item-actions a {
		text-decoration: none;
		font-size: 14px;
	}

.minicart-selected-kit-items {
	margin-bottom: 4px;
	padding-left: 15px;
}

.cart-product-name {
	font-weight: bold;
}

.cart-edit-link {
	font-size: 12px;
}

.minicart-product-name {
	font-weight: bold;
}

.minicart-item {
	padding-top: 15px;
	border-top: solid 1px #E5E5E5;
}

	.minicart-item:first-of-type {
		padding-top: 0;
		border-top: none 0;
		margin-top: 0;
	}

.minicart-detail {
	font-size: 0.85em;
}

.minicart-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}

.minicart-loading {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}

.loading-animation {
	display: block;
	font-size: 50px;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 40px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.7s infinite ease;
	animation: loading 1.7s infinite ease;
	border: none;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
}

@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
}

.minicart-loading-message {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@keyframes spin {
	100% {
		transform: rotate(359deg);
	}
}

.minicart-contents-loading-overlay {
	margin-top: -10px;
}

.minicart-contents-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.8;
	z-index: 1;
}

.minicart-contents-loading {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -40px;
	bottom: 0;
	z-index: 2;
}

.minicart-contents-loading-message {
	padding-bottom: 8px;
	text-transform: uppercase;
}

.minicart-content-wrap {
	position: relative;
	max-height: 246px;
	overflow: auto;
}

.minicart-total-area {
	margin-bottom: 15px;
}

.minicart-total-wrap {
	font-size: 18px;
}

.minicart-subtotal-label {
	display: none;
}

@media (min-height:608px) {
	.minicart-content-wrap {
		max-height: 398px;
	}
}

@media (max-width:767px) {
	.minicart-subtotal-label {
		display: inline;
	}
}

.user-links {
	padding: 0;
	text-decoration: none;
}

	.user-links > li {
		display: inline-block;
		list-style: none;
		margin: 0 4px;
	}

a.user-link {
	text-decoration: none;
}

.switch-mini-link {
	font-size: 12px;
	text-decoration: none;
	color: #bbb;
}

	.switch-mini-link:focus {
		outline: none;
	}

	.switch-mini-link:hover {
		text-decoration: none;
		color: #bbb;
		cursor: pointer;
	}

/* Form entry and validation */

.form-label-suffix {
	font-weight: normal;
	font-style: italic;
}

.form-label-prefix-required, .form-label-suffix-required {
	color: #a94442;
}

.form-label-suffix::before, .form-label-prefix::after {
	content: " ";
}

.form-label-suffix-optional {
	color: darkgray;
}

.form-description {
	font-style: italic;
	color: darkgray;
}

.entry-feedback-wrapper {
	position: relative;
	max-width: 100%;
}

.form-control-feedback::before,
.braintree-hosted-fields-valid + span::before,
.braintree-hosted-fields-invalid + span::before {
	font-size: 1.2em;
	line-height: 34px;
}

.has-success .form-control-feedback::before,
.braintree-hosted-fields-valid + span::before {
	content: "\f00c"; /* fa-check */
	color: #3c763d;
}

.has-error .form-control-feedback::before,
.braintree-hosted-fields-invalid + span::before {
	content: "\f00d"; /* fa-times */
	color: #a94442;
}

.has-success .form-control-feedback {
	bottom: 0;
}

.has-feedback .form-control {
	padding-right: 12px;
}

	.has-feedback .form-control.text-box {
		padding-right: 12px;
	}

.has-feedback.has-success .form-control.text-box,
.has-feedback.has-error .form-control.text-box {
	padding-right: 32px;
}

.form-group-xsmall .entry-feedback-wrapper,
.form-group-xsmall select.form-control {
	/* 6 characters */
	width: 18ex;
}

.form-group-small .entry-feedback-wrapper,
.form-group-small select.form-control {
	/* 12 characters */
	width: 28ex;
}

.form-group-medium .entry-feedback-wrapper,
.form-group-medium select.form-control {
	/* 24 characters */
	width: 48ex;
}

.form-group-large .entry-feedback-wrapper,
.form-group-large select.form-control {
	/* 36 characters */
	width: 68ex;
}

.form-group-full .entry-feedback-wrapper,
.form-group-full select.form-control {
	/* This just uses the default form-control styling */
}

select + .form-control-feedback {
	padding-right: 20px;
}

.input-group-addon-captchaimage {
	padding: 0;
}

/* Gift Card Setup Styles */

.gift-card-row {
	border-bottom: 1px solid #efefef;
}

#amazonAddressWidget,
#walletWidgetDiv {
	height: 228px;
}

.wallet-card {
	border-bottom: solid 1px #efefef;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.whats-this {
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-label {
	font-weight: normal;
}

.checkbox-vert {
	vertical-align: top;
}

.not-found-suggestion {
	margin-bottom: 10px;
}

html,body,div,header,footer,main,section,article,nav,aside,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,span,a,strong,em,img,iframe,details,br,hr,sub,sup,time,blockquote,q,cite,address,summary,form,label,fieldset,legend,input,textarea,select,option,button,table,caption,thead,tbody,tfoot,th,tr,td,figure,figcaption,video,audio,canvas{margin:0;padding:0;border:0;outline:0;text-decoration:none}header,footer,section,nav,article,aside,main,details,summary,figure{display:block}ul,ol{list-style:none}input,textarea,select,option,button,label,legend{font-family:inherit;color:inherit;font-size:inherit;font-weight:inherit}button{cursor:pointer;background:none;line-height:inherit}button::-moz-focus-inner{border:0;padding:0}address,cite{font-style:normal}table{border-collapse:separate;border-spacing:0;word-wrap:break-word}html{text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;background-color:#e2ddd3;background-image:linear-gradient(#e2ddd3, #998675 100vh);background-attachment:fixed;font-size:20px}body{min-width:300px;max-width:1200px;background-color:#fff;box-shadow:0 0 0.3em 0.1em #998675;font-family:'Calibri', 'Verdana', 'Arial', sans-serif;color:#333;line-height:1;margin:0 auto}sup,sub{font-size:.6em}p{padding:0 0 1em;font-size:.8em;line-height:1.3em}p a{text-decoration:underline;word-wrap:break-word}a{color:#0071bc}a:hover,a:focus{color:#0090ef}img{display:block;max-width:100%;height:auto}textarea{resize:none;-webkit-appearance:none;-webkit-overflow-scrolling:touch}input[type="search"],input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="date"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;-webkit-appearance:none}input[type="number"]{-moz-appearance:textfield}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none}input[type="button"],input[type="submit"]{-webkit-appearance:none}input::-webkit-search-decoration,input::-webkit-search-cancel-button,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none}input::-ms-clear{display:none}:focus::-webkit-input-placeholder{opacity:0;transition:opacity 0.2s 0.2s ease}:focus::-moz-placeholder{opacity:0;transition:opacity 0.2s 0.2s ease}:focus::input-placeholder{opacity:0;transition:opacity 0.2s 0.2s ease}::-webkit-input-placeholder{color:#b7a992}::-moz-placeholder{color:#b7a992;opacity:1}:-ms-input-placeholder{color:#b7a992}::input-placeholder{color:#b7a992}input,textarea,select,fieldset,legend,label,button{display:block}label{display:table;padding:0 0 .3em;font-size:.8em;color:#736357}fieldset{padding:0 0 1em}legend{padding:.3em 0 .6em;font-size:.8em;color:#736357}input,textarea,select{box-sizing:border-box;max-width:100%;padding:.3em .5em;background-color:#fff;border:1px solid #d4cbbe;border-color:#b7a992;border-radius:0;font-size:.8em;color:#736357;margin:0 0 1em;text-overflow:ellipsis;transition:background-color .2s, color .2s, border-color .2s}input:focus,textarea:focus,select:focus{border-color:#998675}.select-container>div{box-sizing:border-box;display:inline-block;max-width:100%;position:relative;margin:0 0 1em}.select-container>div:before{box-sizing:border-box;display:block;width:1.5em;width:calc(1.5em + 1px + 1px);background-color:#b7a992;border-radius:0;position:absolute;top:0;bottom:0;right:0;pointer-events:none;content:"";transition:background-color .2s}.select-container>div:after{display:block;width:1em;height:1em;background:url(images/icon-sprite.svg) no-repeat -4em center;background-size:auto 100%;font-size:1.1rem;position:absolute;top:.25rem;right:.25rem;pointer-events:none;content:""}.select-container>div:hover:before{background-color:#998675}.select-container>div select{padding-right:1.6em;margin-bottom:0}textarea{min-height:5em;overflow:auto}input[type='checkbox'],input[type='radio']{float:left;clear:left;width:auto;padding:0;border:none;box-shadow:none;background:transparent;margin:0}input[type='checkbox']+label,input[type='radio']+label{padding:0 .3em .8em .5em;position:relative}input[type='checkbox']+label:hover,input[type='radio']:not(:checked)+label:hover{color:#b7a992}input[type='checkbox']+label:before,input[type='radio']+label:before{box-sizing:border-box;display:block;width:.8em;height:.8em;background-color:#e2ddd3;font-size:1rem;position:absolute;top:0;left:-.8em;margin:0 0 0 1px;content:"";pointer-events:none}input[type='radio']+label:before{border-radius:50%}input[type='checkbox']:checked+label:before,input[type='radio']:checked+label:before{background-color:#998675}input[type='checkbox']+label:not([for]):hover,input[type='radio']+label:not([for]):hover{color:#736357}input[type='checkbox']+label:not([for]):before,input[type='radio']+label:not([for]):before{display:none;pointer-events:none}button,input[type="button"],input[type="submit"]{background-color:#998675;padding:.7em 1.5em;border-radius:0;font-size:.8em;text-transform:uppercase;color:#fff;margin:0 0 1em;cursor:pointer}input[type="button"],input[type="submit"]{border:none;line-height:1em;transition:background-color .2s, color .2s}button:hover,input[type="button"]:hover,input[type="submit"]:hover,button:focus,input[type="button"]:focus,input[type="submit"]:focus{background-color:#736357}a,a:before,a:after,button,button:before,button:after,label{transition:color .2s, background-color .2s, border-color .2s}.CompunixCategoryProductRating img{display:inline}ul.bullet-list,.product .product-info>ul:not([class]),main>ul:not([class]){max-width:50rem}ul.bullet-list li,.product .product-info>ul:not([class]) li,main>ul:not([class]) li{padding:0 0 .5em .6em;font-size:.8em;line-height:1.2em;position:relative}ul.bullet-list li:before,.product .product-info>ul:not([class]) li:before,main>ul:not([class]) li:before{display:block;width:.3em;height:.3em;background-color:#b7a992;border-radius:50%;position:absolute;top:.5em;left:0;content:""}ul.bullet-list a,.product .product-info>ul:not([class]) a,main>ul:not([class]) a{font-weight:bold}.social-links:after{display:block;clear:both;content:""}.social-links li{float:left;margin:0 .7em .7em 0}.social-links a{overflow:hidden;display:block;width:1em;height:1em;background-color:#b7a992;border-radius:50%;font-size:2.5em;position:relative;cursor:pointer}.social-links a:before{display:block;height:200%;content:""}.social-links a:after{display:block;width:1em;height:1em;background:url(images/social-icon-sprite.svg) no-repeat 0 center;background-size:auto 100%;position:absolute;top:50%;left:50%;font-size:.5em;margin:-.5em 0 0 -.5em;content:""}.social-links a:hover,.social-links a:focus{background-color:#0071bc}.social-links .wordpress a:after{font-size:.7em}.social-links .wordpress a:hover,.social-links .wordpress a:focus{background-color:#0085be}.social-links .facebook a:after{background-position:-2em center}.social-links .facebook a:hover,.social-links .facebook a:focus{background-color:#3966c4}.social-links .twitter a:after{background-position:-4em center}.social-links .twitter a:hover,.social-links .twitter a:focus{background-color:#1889ce}.social-links .google a:after{background-position:-6em center}.social-links .google a:hover,.social-links .google a:focus{background-color:#c33d2c}.social-links .youtube a:after{background-position:-8em center}.social-links .youtube a:hover,.social-links .youtube a:focus{background-color:#be1918}.image-float,.welcome>img{clear:both;display:table;max-height:30em;box-shadow:0.1em 0.1em 0.2em 0 rgba(0,0,0,0.2);margin:.5em auto}.image-float img,.welcome>img img{max-height:30em}@media (min-width: 800px){.image-float,.welcome>img{display:block;max-width:40%}.image-float.left,.welcome>img.left{clear:left;float:left;margin-right:1.5em}.image-float.right,.welcome>img{clear:right;float:right;margin-left:1.5em}#ctl00_PageContent_pnlContent h1+.image-float,#ctl00_PageContent_pnlContent .welcome>h1+img,#ctl00_PageContent_pnlContent h2+.image-float,#ctl00_PageContent_pnlContent .welcome>h2+img,#ctl00_PageContent_pnlContent h3+.image-float,#ctl00_PageContent_pnlContent .welcome>h3+img,#ctl00_PageContent_pnlContent>.image-float:first-child,.welcome#ctl00_PageContent_pnlContent>img:first-child{margin-top:0}}header.site{padding:.4em .5rem;background-color:#000;border-bottom:1px solid #d4cbbe;border-color:#b7a992;color:#fff;position:relative}header.site:after{display:block;clear:both;content:""}header.site .header-logo{overflow:hidden;display:block;width:230px;height:83px;background:url(images/ovation-press-logo.svg) no-repeat center;background-size:contain;color:#fff;margin:0 auto .2em}header.site .header-logo:before{display:block;height:200%;content:""}@media (min-width: 800px){header.site .header-logo{float:left;margin-left:.5em;margin-bottom:-1.2em}}header.site .utility-menu{display:table;margin:0 auto}header.site .utility-menu li{float:left}header.site .utility-menu a{display:block;padding:.7em 1.2em;font-size:.7em;color:#b7a992;cursor:pointer}header.site .utility-menu a:hover,header.site .utility-menu a:focus{color:#998675}header.site .utility-menu a[disabled]{pointer-events:none}@media (min-width: 800px){header.site .utility-menu{display:block;float:right;padding-top:.8em}header.site .utility-menu li:last-child a{padding-right:.5em}}header.site .header-search{box-sizing:border-box;padding:.5em 0 0}header.site .header-search:after{display:block;clear:both;content:""}header.site .header-search label{font:0/0 a}header.site .header-search input[type="text"]{box-sizing:border-box;width:-webkit-calc(100% - 2rem);width:calc(100% - 2rem);height:1.7rem;float:left;padding:.3em .5em;border-color:#736357;font-size:.6em;margin:0}header.site .header-search button,header.site .header-search input[type="submit"]{float:right;width:2rem;height:1.7rem;padding:0;border:1px solid #d4cbbe;border-left:none;border-color:#736357;font-size:.7em;margin:0}@media (min-width: 800px){header.site .header-search{float:right;width:31%;padding-top:.8em;margin-right:1em;position:relative}}@media (min-width: 1000px){header.site .header-search{width:34%;margin-right:2.5em}}header.site #tsearch_results{clear:both;padding:.3em 0 0 0}header.site #tsearch_results ul{max-height:20em;max-height:50vh;background-color:#998675;border:1px solid #d4cbbe;border-color:#736357;border-radius:0;overflow-y:auto}header.site #tsearch_results li{padding:.2em .2em;background-color:#fff;border-radius:0;border-top:1px solid #d4cbbe;overflow:hidden}header.site #tsearch_results li:first-child{border-top:0}header.site #tsearch_results img{box-sizing:border-box;display:inline-block;vertical-align:middle;width:25%;max-width:5em;padding:0 .5em 0 0}header.site #tsearch_results a{box-sizing:border-box;display:inline-block;vertical-align:middle;max-width:70%;font-size:.8em;color:#998675}header.site #tsearch_results a:hover,header.site #tsearch_results a:focus{color:#736357}@media (min-width: 800px){header.site #tsearch_results{padding-top:0;position:absolute;top:100%}header.site #tsearch_results ul{box-shadow:0.05em 0.1em 0.2em 0.1em rgba(0,0,0,0.5)}}.banner{background-color:#000;color:#fff;position:relative}.banner img{margin:0 auto}.banner h1{box-sizing:border-box;width:100%;padding:.1em;font-size:1.3em;font-size:7vw;line-height:1.2;font-weight:normal;font-style:italic;color:#fff;text-align:center;text-shadow:0.15rem 0.15rem 0.05rem rgba(0,0,0,0.9);position:absolute;top:50%;margin:-1.7em 0 0}.banner h1 span{display:block}@media (min-width: 500px){.banner h1{font-size:2em;font-size:5vw;margin-top:-2.1em}}@media (min-width: 900px){.banner h1{margin-top:-1.8em}}@media (min-width: 1200px){.banner h1{font-size:3em}}.main-search{box-sizing:border-box;width:calc(100% - 1rem);max-width:950px;padding:.7em;background-color:#e2ddd3;border-radius:.7em;position:relative;margin:-1em auto 0}@media (min-width: 500px){.main-search{width:calc(100% - 2rem);margin-top:-2em}}@media (min-width: 1200px){.main-search{margin-top:-2.5em}}.main-search h2{padding:0 0 .6em;font-size:1.2em;color:#998675;font-style:italic;text-align:center}.main-search h2 span{display:inline-block}.main-search label{font:0/0 a}.main-search .select-container>div{width:100%;margin:0 0 .5em}.main-search .select-container>div:before{background-color:#998675;border:1px solid #d4cbbe;border-color:#736357}.main-search .select-container>div:hover:before{background-color:#736357}.main-search select{width:100%;height:1.6rem;padding:.6em .3em;border-color:#736357;font-size:.6em;text-transform:uppercase}.main-search button{width:100%;border:1px solid #d4cbbe;border-color:#736357;margin:0}@media (min-width: 600px){.main-search .select-container{box-sizing:border-box;float:left;width:50%}}@media (min-width: 600px) and (max-width: 899px){.main-search .select-container:nth-of-type(2n+1){padding-right:.25em}.main-search .select-container:nth-of-type(2n+2){padding-left:.25em}}@media (min-width: 900px){.main-search .select-container{box-sizing:border-box;float:left;width:21%;width:calc((100% - 6.5rem) / 4);padding-right:.5rem;margin-bottom:0}.main-search button{width:6.5rem;padding:.5em .5em;height:1.6rem}}main{clear:both;min-height:20em;max-width:930px;padding:1.5rem 1rem 2rem;margin:0 auto;overflow:hidden}@media (max-width: 499px){main{padding-left:.5rem;padding-right:.5rem}}main h1,main h2,main h3,main h4,main h5,main h6{padding:0 0 .8em}main h1{font-size:.9em;text-transform:uppercase}main h2{font-size:.8em;font-style:italic}main h3{font-size:.7em}footer.site{padding:1em 1rem;background:#000;color:#b7a992}@media (max-width: 499px){footer.site{padding-left:.5rem;padding-right:.5rem}}footer.site>section{padding:0 0 2em}footer.site>section h2{font-size:1.2em;text-transform:uppercase;font-weight:normal}footer.site>section p{font-size:.7em}@media (max-width: 500px), (min-width: 1000px) and (max-width: 1199px){footer.site>section .social-links li{margin-right:.3em}}footer.site>section .footer-email-signup{max-width:19rem;overflow:hidden}footer.site>section .footer-email-signup label{font:0/0 a}footer.site>section .footer-email-signup input{float:left;height:2.3rem;width:calc(100% - 5rem);padding-top:1em;padding-bottom:.9em;font-size:.7em;text-transform:uppercase;margin:0}footer.site>section .footer-email-signup button{display:block;float:right;height:2.3rem;width:5rem;padding:.9em 1em;background-color:#736357;font-size:.7em;color:#e2ddd3;margin:0}footer.site>section .footer-email-signup button:hover,footer.site>section .footer-email-signup button:focus{background-color:#998675;color:#fff}footer.site>section>ul:not(.social-links){padding:.5em 0 0;font-size:1.05em;margin:0 0 0 -.5em}footer.site>section>ul:not(.social-links) a{display:block;padding:.3em .5em;color:#b7a992}footer.site>section>ul:not(.social-links) a:hover,footer.site>section>ul:not(.social-links) a:focus{color:#e2ddd3}@media (min-width: 500px) and (max-width: 699px){footer.site>section:nth-last-of-type(-n+2){float:left;width:50%}}@media (min-width: 700px){footer.site>section{box-sizing:border-box;float:left;width:50%}}@media (min-width: 700px) and (max-width: 999px){footer.site>section:nth-last-of-type(2){clear:left}}@media (min-width: 1000px){footer.site>section{width:17%;padding:0 0 1.5em}footer.site>section:nth-of-type(1){width:30%}footer.site>section:nth-of-type(2){width:34%;padding-right:2em}footer.site>section:nth-of-type(3){width:18%}footer.site>section:nth-of-type(4){width:16%}}@media (min-width: 1200px){footer.site>section:nth-of-type(2){width:39%}footer.site>section:nth-of-type(3){width:17%}footer.site>section:nth-of-type(4){width:14%}}footer.site .footer-utility-menu{clear:both;text-align:center}footer.site .footer-utility-menu li{display:inline-block}footer.site .footer-utility-menu a{display:block;padding:.3em .5em;font-size:.7em;color:#b7a992}footer.site .footer-utility-menu a:hover,footer.site .footer-utility-menu a:focus{color:#e2ddd3}footer.site .footer-copyright{padding:1em 0 .5em;font-size:.7em;line-height:1.2;text-align:center}footer.site .footer-copyright span{display:inline-block}.welcome{padding:0 0 3em;overflow:hidden}.welcome>img{max-height:10em}.welcome p{padding-top:1.7em;font-size:1.3em;font-style:italic}@media (min-width: 800px){.welcome>img.image-float.right,.welcome>img{margin-left:3em;margin-right:1em}}.content-tabs{clear:both;margin:0 auto 2em}.content-tabs>section>h2{padding:1em .8rem;background-color:#e2ddd3;border:1px solid #d4cbbe;border-top:none;font-size:.7em;font-weight:normal;font-style:normal;cursor:pointer;transition:background-color .2s}.content-tabs>section>h2:hover,.content-tabs>section>h2:focus{background-color:#b7a992}.content-tabs>section:first-of-type>h2{border-top:1px solid #d4cbbe}.content-tabs>section>h2.open{background-color:#fff;pointer-events:none}.content-tabs>section>div{height:0;overflow:hidden;transition:height .2s}.content-tabs>section>div>div{padding:1em .8em .5em;border:1px solid #d4cbbe;border-top:none}.content-tabs>section>div.open{height:auto}@media (max-width: 799px){.content-tabs>section>h2{position:relative}.content-tabs>section>h2:after{display:block;height:0;width:0;border:0 solid transparent;border-width:.5em .4em 0;border-top-color:#736357;border-bottom-color:#736357;position:absolute;right:1em;top:50%;margin:-.25em 0 0;content:""}.content-tabs>section>h2.open:after{opacity:.2}}@media (min-width: 800px){.content-tabs{padding-top:2.15em;position:relative}.content-tabs:after{display:block;border:1px solid #d4cbbe;position:absolute;top:2.15em;bottom:0;left:0;right:0;content:""}.content-tabs>section>h2{box-sizing:border-box;width:16em;border:1px solid #d4cbbe;text-align:center;position:absolute;top:0;left:0;left:calc((100% - 48em - (1px * 8)) / 2);z-index:1}.content-tabs>section:nth-of-type(2)>h2{left:16em;left:calc((100% - 16em - (1px * 8)) / 2);margin-left:1px}.content-tabs>section:nth-of-type(3)>h2{left:32em;left:calc((100% + 16em - (1px * 8)) / 2);margin-left:2px}.content-tabs>section>h2.open{border-bottom-color:#fff}.content-tabs>section>div{position:relative;opacity:0;transition:height .1s .1s, opacity .2s 0s}.content-tabs>section>div>div{border:none}.content-tabs>section>div.open{z-index:1;opacity:1;transition-delay:.1s, .2s}}.product-listing li:not(:last-child) a:after{display:block;height:1px;background:#d4cbbe;position:absolute;bottom:.25em;left:.75em;right:.75em;content:""}.product-listing a{display:block;padding:.5em 0;color:#333;position:relative;overflow:hidden}.product-listing a>img{width:6.25em;margin:0 auto 1em}.product-listing a h3{padding:0 0 1em;font-size:.7em;line-height:1.2;font-weight:normal;text-decoration:underline;transition:color .2s}.product-listing a:hover h3,.product-listing a:focus h3{color:#0090ef}.product-listing a p{font-size:.7em;overflow:hidden}.product-listing a p i{font-style:normal;text-decoration:underline;transition:color .2s}.product-listing a:hover p i,.product-listing a:focus p i{color:#0090ef}.product-listing a>div{clear:both;text-align:center}.product-listing a>div img{width:3.75em;border:1px solid #d4cbbe;border-color:#b7a992;margin:0 auto .3em}.product-listing a>div>div{font-size:.65em;font-weight:bold}@media (min-width: 500px){.product-listing a>img{float:left;margin:0 1em .5em 0}}@media (min-width: 600px){.product-listing a{min-height:6.5em;padding-right:5em;position:relative}.product-listing a>div{width:4em;position:absolute;top:.5em;right:0}}.sort{clear:both;padding:3em 0 .5em;overflow:hidden}.sort .results-count{padding:.8em 0 .5em;font-size:.6em;color:#998675}.sort .sort-by label{font:0/0 a}.sort .sort-by .select-container>div{margin:0}.sort .sort-by select{min-width:16em;padding-top:.6em;padding-bottom:.5em;font-size:.6em;text-transform:uppercase}@media (min-width: 500px){.sort .results-count{float:left}.sort .sort-by{float:right}}.product-table{clear:both;border-collapse:collapse;border:1px solid #d4cbbe;font-size:.6em;text-align:left;margin:0 0 2em}.product-table th{padding:1em .7em;background-color:#e2ddd3;border-bottom:1px solid #d4cbbe;font-weight:bold;text-transform:uppercase}.product-table tbody tr{border-bottom:1px solid #d4cbbe}.product-table td{vertical-align:top;padding:1em .7em;line-height:1.1;position:relative}.product-table a{color:#333}.product-table a:hover,.product-table a:focus{color:#0090ef}.product-table tr:not(:last-child) td:first-child:after,.product-table tr:not(:last-child) td:last-child:after{display:block;width:.7em;height:1px;background-color:#fff;position:absolute;bottom:-1px;left:0;content:""}.product-table tr:not(:last-child) td:last-child:after{left:auto;right:0}.product-table h2{font-weight:normal;font-style:normal;font-size:1em}.product-table td:last-child a{display:block;width:6em;padding:.5em .5em;background-color:#b7a992;color:#fff;text-align:center;margin:2em 0 0}.product-table td:last-child a:hover,.product-table td:last-child a:focus{background-color:#998675}@media (max-width: 799px){.product-table{font-size:1em}.product-table,.product-table thead,.product-table tbody,.product-table th,.product-table tr,.product-table td{display:block;border:none}.product-table thead{display:none}.product-table tr:not(:last-child) td:first-child:after,.product-table tr:not(:last-child) td:last-child:after{display:none}.product-table tr{padding:.5em;border:1px solid #d4cbbe;margin:0 0 .5em}.product-table td{padding:0 0 .5em;font-size:.8em}.product-table td:before{display:block;font-size:.75em;font-weight:bold;text-transform:capitalize;content:attr(data-th) ":"}.product-table td:last-child a{margin-top:1em}}@media (max-width: 799px) and (min-width: 600px){.product-table{margin-left:-.5em;overflow:hidden}.product-table tr{box-sizing:border-box;float:left;width:47%;width:calc(50% - .5em);margin-left:.5em}.product-table tr:nth-child(2n+3){clear:left}.product-table td{height:2.2em;overflow:hidden}.product-table td:nth-child(2){height:4.7em}.product-table td:last-child{height:auto}}@media (max-width: 599px){.product-table tr{width:auto}}.pagination{display:table;padding:.5em 0;margin:0 auto;overflow:hidden}.pagination:after{display:block;clear:both;content:""}.pagination li{float:left;margin:0 .25em .5em 0}.pagination li:empty{display:none}.pagination a,.pagination span{box-sizing:border-box;display:block;height:2.5em;min-width:2.5em;padding:.7em .5em .5em;background-color:#fff;border:1px solid #d4cbbe;border-radius:0;font-size:.6em;text-align:center;color:#333}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus{background-color:#b7a992;border-color:#b7a992;color:#fff}.pagination li:first-child a,.pagination li:first-child span,.pagination li:last-child a,.pagination li:last-child span{overflow:hidden;border-color:#fff;position:relative}.pagination li:first-child a:before,.pagination li:first-child span:before,.pagination li:last-child a:before,.pagination li:last-child span:before{display:block;height:200%;content:""}.pagination li:first-child a:after,.pagination li:first-child span:after,.pagination li:last-child a:after,.pagination li:last-child span:after{display:block;width:1em;height:1em;background:url(images/icon-sprite.svg) no-repeat 0 center;background-size:auto 100%;font-size:.9rem;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;content:""}.pagination li:first-child a:hover,.pagination li:first-child a:focus,.pagination li:first-child span:hover,.pagination li:first-child span:focus,.pagination li:last-child a:hover,.pagination li:last-child a:focus,.pagination li:last-child span:hover,.pagination li:last-child span:focus{background-color:#fff}.pagination li:last-child a:after,.pagination li:last-child span:after{background-position:-2em center}.pagination .disabled{background-color:#998675;pointer-events:none}.pagination li:first-child .disabled,.pagination li:last-child .disabled{background-color:#fff;opacity:.5}.pagination .paging-ellipses span{pointer-events:none}.pagination .active a{background-color:#b7a992;border-color:#b7a992;color:#fff;pointer-events:none}.product{margin:0 0 2em}.product>div:first-child{padding:0 0 .5em}.product>div:first-child h1{padding:0 0 .2em;font-size:1.05em;line-height:1.2;text-transform:none}.product>div:first-child h2{padding:0 0 .5em}.product>div:first-child div{padding:0 0 .5em;font-size:.8em;font-style:italic;font-weight:bold}.product .product-images{padding:0 0 1.2em}.product .product-images .product-image{border:1px solid #d4cbbe;border-color:#000;box-shadow:0.2em 0.2em 0 0.2em #e2ddd3;margin:0 auto}.product .product-add{clear:right;padding:.5em;background:#e2ddd3;border:1px solid #d4cbbe;margin:0 0 1em;overflow:hidden}.product .product-add>h2{text-transform:uppercase}.product .product-add input[type='checkbox']+label:before,.product .product-add input[type='radio']+label:before{background:#fff}.product .product-add input[type='checkbox']:checked+label:before,.product .product-add input[type='radio']:checked+label:before{background-color:#736357}.product .product-add .add-to-cart-group .add-to-cart-group{padding-bottom:0}.product .product-add .quantity-label{display:inline-block}.product .product-add .quantity-field{display:inline-block;width:3em;text-align:center}.product .product-add .add-to-cart-quantity{display:block}.product .product-add .add-to-cart-quantity label{display:inline-block}.product .product-add .add-to-cart-quantity input{display:inline-block;width:3em;text-align:center}.product .product-add .add-to-cart{display:block;width:80%;font-weight:bold;margin:1em auto 0}.product .product-add .login-note{padding:.5em 0 0;max-width:23em;font-size:.7em;text-align:center;margin:0 auto}.product .product-share{margin:0 0 1em}.product .product-share h2{float:left;padding-right:.5em}.product table.product-attribute-table{font-size:.7em;text-align:left;margin:0 0 2em;overflow:hidden}.product table.product-attribute-table a{color:#333}.product table.product-attribute-table a:hover,.product table.product-attribute-table a:focus{color:#0090ef}.product table.product-attribute-table th,.product table.product-attribute-table td{vertical-align:top;padding:.4em}.product table.product-attribute-table th{padding-right:.4em;font-weight:bold}.product table.product-attribute-table th:after{content:":"}.product div.product-attribute-table{font-size:.7em;line-height:1.2em;margin:0 0 2em;overflow:hidden}.product div.product-attribute-table span{display:inline-block;min-width:7.5em;padding:.6em .5em 0 0}.product div.product-attribute-table a{color:#333}.product div.product-attribute-table a:hover,.product div.product-attribute-table a:focus{color:#0090ef}.product .product-info{clear:both;overflow:hidden}@media (max-width: 799px){.product .product-images .product-image{max-height:20em}}@media (min-width: 800px){.product{padding:1em 1em .5em;border:1px solid #d4cbbe}.product>div:first-child{float:right;width:calc(100% - 46%)}.product .product-images{box-sizing:border-box;float:left;width:46%;max-width:440px;padding:0 2em 1em 0}}.group-header{padding:0 0 .5em;font-size:.9em;font-weight:bold;margin-bottom:1em}.form-text{padding:0 0 1em;font-size:.8em;line-height:1.3;margin:0}.form-group{padding:0 0 1em}.form-group input,.form-group textarea,.form-group select{margin-bottom:0}.checkout-content>.form-group:last-child{padding-bottom:.3em}.form-description{padding:.4em 0 0;font-size:.6em}.field-validation-error{display:block;padding:.3em 0 0;font-size:.6em;font-style:italic}label input[type='checkbox'],label input[type='radio']{margin-right:.5em}.popover{display:block;max-width:10em;padding:.5em;background:#e2ddd3;border-radius:0;box-shadow:0.1em 0.1em 0.2em rgba(0,0,0,0.6);font-size:.6rem;position:absolute !important}.entry-feedback-wrapper{display:table;width:auto !important}.entry-feedback-wrapper .fa{display:block}.entry-feedback-wrapper .form-control-feedback{position:absolute;top:0;right:-1.3em}@media (min-width: 600px){.login-form .form-group-full{box-sizing:border-box;float:left;max-width:300px;padding-right:2em}.login-form .form-group:not(.form-group-full){clear:both}}.account-form .phone{clear:both}.account-form .phone label{display:inline-block}@media (min-width: 600px){.account-form .row:after{display:block;clear:both;content:""}.account-form .row>div:not(:only-child){box-sizing:border-box;float:left;max-width:300px;padding-right:2em}}@media (min-width: 900px){.account-form .row:not(:first-child){float:left;padding-right:2em}}@media (min-width: 600px){.address-control .row:after{display:block;clear:both;content:""}.address-control .row>div:not(:only-child){box-sizing:border-box;float:left;max-width:300px;padding-right:2em}.address-control .phone-number,.address-control .company{box-sizing:border-box;float:left;max-width:300px;padding-right:2em}.address-control .address-one{box-sizing:border-box;clear:left;float:left;max-width:300px;padding-right:2em}.address-control .postal-code{box-sizing:border-box;clear:left;float:left;max-width:300px;padding-right:2em}}@media (min-width: 900px){.address-control .address-one+.row{clear:none;float:left}.address-control .address-one+.row>div:last-of-type{max-width:140px}.address-control .address-one+.row>div:last-of-type label{width:200px;max-width:140px}.address-control .address-one+.row>div:last-of-type input{box-sizing:border-box;max-width:140px}.address-control .address-one+.row+.row{box-sizing:border-box;float:left;max-width:200px;padding-left:2em}}.address-row:after{display:block;clear:both;content:""}.address-wrap{margin-bottom:0}.address-wrap .address-header{padding:0 0 .5em;font-size:.8em;font-weight:bold}.address-wrap .address-edit{display:table;padding:.5em 0;font-size:.8em}.address-wrap .address-view{padding:0 0 1em;font-size:.8em}.address-wrap .address-new{padding:0 0 1em}@media (min-width: 600px){.address-wrap{box-sizing:border-box;float:left;min-width:300px;padding-right:2em;padding-bottom:2em}}.order-history{padding:0 0 2em}.order-history table{width:100%;border-collapse:collapse;font-size:.7em;text-align:center}.order-history th,.order-history td{padding:.5em .2em;border:1px solid #d4cbbe}.order-history th{background-color:#4d4d4d;border-color:#fff;color:#fff;font-weight:normal}.order-history th:first-of-type{border-left-color:#4d4d4d}.order-history th:last-of-type{border-right-color:#4d4d4d}.order-history table+span{display:block;padding:.5em 0;font-size:.8em}@media (max-width: 599px){.order-history .table-header{display:none}.order-history tr,.order-history td{display:block}.order-history tr{padding:.2em 0;border:1px solid #d4cbbe}.order-history tr:not(:nth-child(2)){border-top:none}.order-history td{padding-left:.5em;border:none;text-align:left}}.address-page{display:block;padding:0 0 2em}.address-page .address-row{padding:0;font-size:.8em;line-height:1.2}.address-page .address-row{overflow:hidden}.address-page .address-row .address-column{padding:0 0 1em}@media (min-width: 500px){.address-page .address-row .address-column{float:left;padding-right:2em}}.address-page .address-actions{padding:1em 0 0}.address-page .address-actions a{display:table}.address-page .back-address-button{display:inline-block;padding:.5em 0;font-size:.8em}.checkout-page .add-promo-checkout-button{margin-top:.5em}.checkout-page .form-group.terms-and-conditions{padding-bottom:0}.checkout-page .form-group.terms-and-conditions .form-group{padding-bottom:0}

/* Colin's CSS Edits */
blockquote {font-size: .8em; padding: .5em 0 1.5em; line-height: 1.3em; padding-left: 2em; color: #666;}
p.product-special {font-size: 1em; text-align: center; font-weight: bold;}
.editorimagediv {float: left; margin: 0 10px 10px 0;}
.product-table {font-size: .8em;}
.score-table-header {text-align: center;}
.product-attribute-table {clear: right; padding: .5em; background: #e2ddd3; border: 1px solid #d4cbbe; margin: 0 0 1em; overflow: hidden;}
.product-attribute-table {clear: right; padding: .5em; background: #e2ddd3; border: 1px solid #d4cbbe; margin: 0 0 1em; overflow: hidden;}
.product-attribute-table h1 {font-size: 1em;}
.product-attribute-table h2 {font-size: 0.95em;}
.product div.product-attribute-table, .product div.product-attribute-table span {0.85em;}

/*# sourceMappingURL=styles.css.map */

/*.social-links a:after {
    background: url(../images/social-icon-sprite.svg) no-repeat 0 center;

}*/

/*.product-options.form-group {
    display:none;
}*/

input[type='checkbox'], input[type='radio'] {
    clear: none;
}

.btn.btn-default.add-to-wishlist.js-wishlist-button
{
    display:none;
}

.price-wrap, .variant-price {
    display:inline-block;
}

.pop-large-wrap a
{display:none}

.select-container>div:after {
    background: url(../images/icon-sprite.svg) no-repeat -4rem center;
}

.btn.btn-default.search-go {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #736357;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  float: right;
  font-size: 0.7em;
  height: 1.7rem;
  margin: 0;
  padding: 0;
  width: 2rem;
}
.BottomPaging a, .BottomPaging span {
  background-color: #ffffff;
  border: 1px solid #d4cbbe;
  border-radius: 0;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-family: "Roboto Slab";
  font-size: 0.6em;
  height: 2.5em;
  min-width: 2.5em;
  padding: 0.7em 0.5em 0.5em;
  text-align: center;
}
.BottomPaging {
  display: table;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.5em 0;
}

.BottomPaging a {
  float: left;
  margin: 0 0.25em 0.5em 0;
}

.BottomPaging a.ActivePageLink  {
  background-color: #b7a992;
  border-color: #b7a992;
  color: #ffffff;
  pointer-events: none;
}

/*.select-container > div:after {
    right: .05rem;
}*/
.product-table {
  width: 100%;
}

.sort .sort-by {
    font-size: 0.7em;
}
.select-container > div select {
  padding-right: 0;
}

#ISearchContent {padding:0}



/*---MINICART MODAL BOX (from bootstrap)----------------------------------------------------------------------------------*/
.modal-open {overflow:hidden}
.modal {position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog {-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}
.modal.in .modal-dialog {-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}

/*---content wrapper---*/
.modal-dialog {position:relative;width:auto;margin:10px}

/*---content area---*/
.modal-content {position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}

/*---overlay backdrop---*/
.modal-backdrop {position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade {filter:alpha(opacity=0);opacity:0}
.modal-backdrop.in {filter:alpha(opacity=50);opacity:.5}
.modal-header {padding:.5em;border-bottom:1px solid #e5e5e5}
.modal-header .close {margin-top:-2px}
.modal-title {margin:0}
.modal-body {position:relative;padding:.5em}
.modal-footer {padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer .btn + .btn {margin-bottom:0;margin-left:5px}
.modal-footer .btn-group .btn + .btn {margin-left:-1px}
.modal-footer .btn-block + .btn-block {margin-left:0}
.modal-scrollbar-measure {position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}

    @media (min-width: 768px) {
        .modal-dialog {width:600px;margin:30px auto}
        .modal-content {-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}
        .modal-sm {width:300px}
        }

    @media (min-width: 992px) {
        .modal-lg {width:900px}
    }






/*---removes a JS-set inline style---*/
.minicart-modal {padding-right:0 !important}






/*---MINICART CONTENT----------------------------------------------------------------------------------*/
.modal-content {}

    /*---heading---*/
    .modal-content .modal-title {font-size:.8em;text-transform:uppercase}

    /*---close button---*/
    .modal-content .close {float:right;padding:0;width:2em;height:2em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSItMC4wMiAtMC4wMiAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMC4wMiAtMC4wMiAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTE4LjY0IDQuOTZDMTUuOSAwLjI3IDkuNjgtMS40MyA0Ljk2IDEuMzIgMC4yNyA0LjA2LTEuNDMgMTAuMjggMS4zMiAxNWMyLjc0IDQuNyA4Ljk2IDYuMzkgMTMuNjggMy42NEMxOS43IDE1LjkgMjEuNCA5LjY4IDE4LjY0IDQuOTYgMTcuNzUgMy40MyAxOS41NCA2LjUgMTguNjQgNC45NnpNMTYuMTIgMTMuNTRjLTEuOTQgMy4zMi02LjM0IDQuNTMtOS42OSAyLjU4QzMuMSAxNC4xNyAxLjkgOS43NyAzLjg1IDYuNDNjMS45NC0zLjMyIDYuMzQtNC41MyA5LjY5LTIuNThDMTYuODYgNS43OSAxOC4wNyAxMC4xOSAxNi4xMiAxMy41NCAxNS40OCAxNC42MiAxNi43NSAxMi40NSAxNi4xMiAxMy41NHpNMTQuMjcgMTIuMzdsLTEuOSAxLjljLTAuMTcgMC4xNy0wLjQzIDAuMTctMC42IDBsLTEuNzgtMS43OEw4LjIgMTQuMjdjLTAuMTcgMC4xNy0wLjQzIDAuMTctMC42IDBsLTEuOS0xLjljLTAuMTctMC4xNy0wLjE3LTAuNDMgMC0wLjZsMS43OC0xLjc4TDUuNyA4LjJjLTAuMTctMC4xNy0wLjE3LTAuNDMgMC0wLjZsMS45LTEuOWMwLjE3LTAuMTcgMC40My0wLjE3IDAuNiAwbDEuNzggMS43OCAxLjc4LTEuNzhjMC4xNy0wLjE3IDAuNDMtMC4xNyAwLjYgMGwxLjkgMS45YzAuMTcgMC4xNyAwLjE3IDAuNDMgMCAwLjZsLTEuNzggMS43OCAxLjc4IDEuNzhDMTQuNDQgMTEuOTQgMTQuNDQgMTIuMiAxNC4yNyAxMi4zNyAxNC4yNyAxMi4zNyAxNC4zNSAxMi4yOCAxNC4yNyAxMi4zN3oiLz48L3N2Zz4=) no-repeat center;background-size:50% auto;font-size:1em;margin:-.5em -.5em 0 .2em;opacity:.2;transition:opacity .2s}
        .modal-content .close:hover, .modal-content .close:focus {opacity:.5}
	.modal-content .close i.fa {display:none}/* compunix 07272017 */

    /*---item list area---*/
    .minicart-content-wrap {}


    /*---product item-------------------------------------------------*/
    .minicart-item {padding:.5em .5em;overflow:hidden}

        /*---image---*/
        .minicart-item-image-wrap {display:none}
        .minicart-item-image {}

        /*---delete---*/
  		/* compunix 09062017 */
		.minicart-item-actions {margin:0 -.2em 0 .2em}
        /* .minicart-item-actions {margin:-.2em -.2em 0 .2em} */
        /*.minicart-delete-link {display:block;padding:0;width:1.5em;height:1.5em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSItMC4wMiAtMC4wMiAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMC4wMiAtMC4wMiAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzg5MzAyZiIgZD0iTTE4LjY0IDQuOTZDMTUuOSAwLjI3IDkuNjgtMS40MyA0Ljk2IDEuMzIgMC4yNyA0LjA2LTEuNDMgMTAuMjggMS4zMiAxNWMyLjc0IDQuNyA4Ljk2IDYuMzkgMTMuNjggMy42NEMxOS43IDE1LjkgMjEuNCA5LjY4IDE4LjY0IDQuOTYgMTcuNzUgMy40MyAxOS41NCA2LjUgMTguNjQgNC45NnpNMTYuMTIgMTMuNTRjLTEuOTQgMy4zMi02LjM0IDQuNTMtOS42OSAyLjU4QzMuMSAxNC4xNyAxLjkgOS43NyAzLjg1IDYuNDNjMS45NC0zLjMyIDYuMzQtNC41MyA5LjY5LTIuNThDMTYuODYgNS43OSAxOC4wNyAxMC4xOSAxNi4xMiAxMy41NCAxNS40OCAxNC42MiAxNi43NSAxMi40NSAxNi4xMiAxMy41NHpNMTQuMjcgMTIuMzdsLTEuOSAxLjljLTAuMTcgMC4xNy0wLjQzIDAuMTctMC42IDBsLTEuNzgtMS43OEw4LjIgMTQuMjdjLTAuMTcgMC4xNy0wLjQzIDAuMTctMC42IDBsLTEuOS0xLjljLTAuMTctMC4xNy0wLjE3LTAuNDMgMC0wLjZsMS43OC0xLjc4TDUuNyA4LjJjLTAuMTctMC4xNy0wLjE3LTAuNDMgMC0wLjZsMS45LTEuOWMwLjE3LTAuMTcgMC40My0wLjE3IDAuNiAwbDEuNzggMS43OCAxLjc4LTEuNzhjMC4xNy0wLjE3IDAuNDMtMC4xNyAwLjYgMGwxLjkgMS45YzAuMTcgMC4xNyAwLjE3IDAuNDMgMCAwLjZsLTEuNzggMS43OCAxLjc4IDEuNzhDMTQuNDQgMTEuOTQgMTQuNDQgMTIuMiAxNC4yNyAxMi4zNyAxNC4yNyAxMi4zNyAxNC4zNSAxMi4yOCAxNC4yNyAxMi4zN3oiLz48L3N2Zz4=) no-repeat center;background-size:50% auto;font-size:1em;opacity:.7;transition:opacity .2s}
            .minicart-delete-link:hover, .minicart-delete-link:focus {opacity:1}
		*/
		/* compunix 09062017 */
        /*---title---*/
        .minicart-item-title {padding:0 0 .5em;font-family:'Roboto';font-size:.7em}

        /*---quantity---*/
        .minicart-details .col-sm-7 {float:left;font-size:.7em}

        /*---price---*/
        .minicart-details .col-sm-5 {float:right;font-size:.7em}


    /*---minicart footer-------------------------------------------------*/
    .modal-footer {overflow:hidden}

        /*---totals--------------------*/
        @media (min-width: 768px) {
            .modal-footer .col-sm-6  {float:left}
        }

            /*---discount---*/
            .minicart-discount {font-size:.8em}

            /*---total---*/
            .minicart-total-area {padding:.4em 0 0}
                .minicart-total-wrap {font-size:1em;font-weight:bold}

                @media (min-width:768px) {
                    .minicart-total-area {margin-bottom:0}
                }


        /*---buttons--------------------*/
        .modal-footer .col-sm-6 + .col-sm-6 {padding-top:0;float:right}

            /*---close---*/
            .close-minicart-button {clear:none;float:left;padding-left:1em;padding-right:1em;background:#aaa;margin:0}
            .close-minicart-button:hover, .close-minicart-button:focus {background:#999}

            /*---checkout---*/
            .minicart-checkout-button {clear:none;float:left;padding-left:1em;padding-right:1em;margin:0}

		.session-button {cursor:pointer} /* compunix 07272017 */



/*---CHECKOUT------------------------------------------------------------------------------------------------------------------------*/
.checkout-page {}


    /*---main sections/columns-------------------------------------------*/

    /*---checkout column---*/
    .checkout-page .col-md-8 {}

        @media (min-width:800px) {
            .checkout-page .col-md-8 {box-sizing:border-box;float:left;width:58%;padding:0 1em 0 0}
        }


    /*---cart column---*/
    .checkout-page .col-md-4 {}

        @media (min-width:800px) {
            .checkout-page .col-md-4 {box-sizing:border-box;float:right;width:42%}
        }


    .checkout-page .checkout-content .form-description {padding:.5em 0 0;font-size:.7em}


    /*---steps/sections---------------------------*/
    .checkout-page .checkout-block, .checkout-page .cart-details, .checkout-page .order-block {padding:.5em;border:1px solid #d4cbbe;margin:0 0 1em}

    /*---section headings------------------------*/
    .checkout-page .checkout-header {padding:0 0 1em;font-family:'Times New Roman', Times, Baskerville, Georgia, serif;text-transform:uppercase;margin-bottom:1em}

    /*---required field note---*/
    .checkout-page .form-label-suffix-required {padding:0 0 0 .5em;font-size:.7em}

    /*---form fields---*/
    .checkout-page .checkout-content input.text-box.single-line {width:100%}

    /*---buttons---*/
    .checkout-page .btn {margin-bottom:0}

    /*---payment options---*/
    /* .payment-method-options {padding:0 0 .5em} compunix 07272017 */


    /*---cart----------------------------------------------------------------------*/

    /*---cart items---*/
    .checkout-page .cart-item {padding:0 0 .5em;border-bottom:1px solid #d4cbbe;margin:0 0 .5em;overflow:hidden}

        /*---item title---*/
        .checkout-page .cart-item-title {font-size:.9em}

        /*---quantity---*/
        .checkout-page .cart-item-quantity {float:left;overflow:hidden}
        .checkout-page .cart-item-quantity label {padding:.5em .5em 0 0;font-size:.7em;float:left}
        .checkout-page .cart-item-quantity input {max-width:3em;text-align:center;margin-bottom:0}
        .checkout-page .cart-item-quantity .cart-delete-link {font-family:'Roboto';font-size:.7em;font-weight:bold;text-transform:uppercase}

        /*---item subtotal---*/
        /*.checkout-page .cart-subtotal-wrap {float:right;font-family:'Roboto';font-size:.7em} compunix 10162017 */
            .checkout-page .cart-subtotal {font-weight:bold}


    /*---summary-------------------------------------------------------------------*/
    .checkout-details-bar .checkout-content [class^="order-summary-"] {clear:both;padding:.5em 0;border-top:1px solid #d4cbbe;font-family:'Roboto';font-size:.8em;font-weight:bold;overflow:hidden}
        .checkout-details-bar .checkout-content [class^="order-summary-"] label {padding:0;font-size:1em}

        /*---totals---*/
        .checkout-details-bar .checkout-content [class^="order-summary-"] .left {float:left}
        .checkout-details-bar .checkout-content [class^="order-summary-"] .right {float:right}

        /*---total---*/
        .checkout-details-bar .checkout-content .order-summary-total {font-size:1em}


    /*---place order-------------------------------------------------------------------*/

        /*---checkbox groups---*/
        .checkout-details-bar .form-group {padding:0 0 .5em}

        /*---checkboxes---*/
        .checkout-details-bar .checkbox-label input {margin-right:.5em}

        /*---submit button---*/
        .checkout-details-bar .place-order-button {margin-top:0}



/*


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
*/

/* compunix 06222017 
    .filterList {
    float:left;
    width:28%;
}*/ 
DynamicFilterTable {padding:0 0 1em;overflow:hidden}
.filterList {padding:0 0 1em}
.FilterTop {padding:.2em 0 0}
.filterList .expandBtn, .FilterClear {padding:.2em 0;font-size:.8em;cursor:pointer}
.filterList .expandBtn:hover, .FilterClear:hover {color:#0071bc}
@media (min-width:600px) {
    .filterList {box-sizing:border-box;padding-left:1em;
        float:left;
        width:24.333333333333%;
    }
    .filterList:nth-child(3n+5) {clear:left}
}
/* compunix 06222017 */
.sort {
padding: 0.5em 0 0.5em;

}
.sort .sort-by {
    display: none;
}
.PageNumberDisplay { 
    display:none;
}
.pageControlsWrapper > .pageControlWrapper:last-of-type {
    display:none;
}
.quantity-discount-wrap {
    display:none;
}

.product-page .price-wrap {
    font-size: inherit;
}

.sort + table {
    display: none;
}
.FilterLabel {
    font-weight: bold;
}
.FilterClear {
    padding: 0.5em 0;
}
.divSearchWrapper.row
{
	display:none;
}
.sub-entity-list {
    list-style: inside none disc;
}
.sub-entity-list-item {
    margin-bottom: 0.7rem;
}

.filterList .expandBtn, .FilterClear, .collapseBtn {
    cursor: pointer;
    font-size: 0.8em;
    padding: 0.2em 0;
}
.social-links a::after {
    background: rgba(0, 0, 0, 0) url("/images/social-icon-sprite.svg") no-repeat scroll 0 center / auto 100%;
}
div.filterList:nth-of-type(4) ul ul
{
display:none;

}

header.site .header-logo {
    background: rgba(0, 0, 0, 0) url("../images/ovation-press-logo.svg") no-repeat scroll center center / contain ;

}

form.form.js-disable-buttons-on-submit > div.form-group:first-of-type {
    display: none;
}

.medium-image-wrap {
    margin-bottom: 15px;
}

li.signon {
        position: relative;
        z-index:1;/*compunix 09052017 */
}
ul.signon {

        position: absolute;
    top: 0;
    left: 0;
    margin-top: 1em;
    z-index:-1;/*compunix 09052017 */
    background-color:#000;/*compunix 09052017 */

    /*margin-left: -40px;*/
}

ul.signon a {padding-top:.5em !important;padding-bottom:.5em !important} /*compunix 09052017 */

/*.notice-wrap compunix 10062017
{
display:none;

}*/

/*.address-wrap:last-of-type {
    display: none;
}*/

/* Downloads Page */

.downloads-page .downloads-wrap {
	margin: 0 0 20px 0;
}

.downloads-page .downloads-info {
	margin: 0 0 10px 0;
}

.downloads-page .related-product-wrap {
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.downloads-page .related-product {
	float: left;
	padding: 15px 0 15px 30px;
	text-align: center;
}

	.downloads-page .related-product .related-product {
		width: 150px;
	}



table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b3b3b3;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #efefef;
  font-size: 14px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #efefef;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #efefef;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #efefef;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #efefef;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.image-controls a {
    margin-right:5px;

}
.image-controls img
{
    display:inline-block;
}

.image-controls {
    display:none;
}

.product .product-add .login-note {
    padding: 0;
    max-width: 23em;
    font-size: .7em;
    text-align: center;
    margin: 0 auto;
}

.product .product-add .login-note {

    font-size: inherit;
    text-align: inherit;

}

.notice.notice-success {
    display: none;
}
div#shipping-wrap {
    display: none;
}

.topic-page {
    line-height: 1.4em;
}

.cart-subtotal-wrap {
    display: inline-block;
    vertical-align: middle;
}
/* update the padding top 0.5 to 0.6 */

.checkout-page .cart-item-quantity label {
    padding: .6em .5em 0 0;
    font-size: 0.7em;
    float: left;
}

.product > div.product-title > h2 {
    display:none;
}

.add-to-cart-form .form-group {
    padding: 0 0;
}

.variant-info-wrap {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

.product-page .price-wrap {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}

input[type='checkbox']+label, input[type='radio']+label {
    padding: 0 .3em .5em .5em;
    position: relative;
}

.pageControlWrapper select {
    margin-top: 2px;
}

ul.usertext  {
    list-style-type: disc;
    list-style-position: inside;
}

#shareLinks li:nth-of-type(2) img {
    display: block;
    max-width: 22px;
    height: auto;
    border-radius: 3px;
}

.product table.product-attribute-table {
    font-size: 1em;

}

.PageNumberLinks a, .PageNumberLinks span {
  background-color: #ffffff;
  border: 1px solid #d4cbbe;
  border-radius: 0;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-family: "Roboto Slab";
  font-size: 0.6em;
  height: 2.5em;
  min-width: 2.5em;
  padding: 0.7em 0.5em 0.5em;
  text-align: center;
}
.PageNumberLinks {
  display: table;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.5em 0;
}

.PageNumberLinks a,.PageNumberLinks span {
  float: left;
  margin: 0 0.25em 0.5em 0;
}

.PageNumberLinks a.ActivePageLink, .PageNumberLinks span.ActivePageLink  {
  background-color: #b7a992;
  border-color: #b7a992;
  color: #ffffff;
  pointer-events: none;
}
.Paging div.PageNumberLinks  a {
    cursor: pointer;
    padding: 0.7em 0.5em 0.5em;
    margin: 0 0.25em 0.5em 0;
    border: 1px solid #d4cbbe;
    background-color: #ffffff;
    border-radius: 0;
}


