@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,700italic,600");
@import url("//fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
/* Comprensys - Variables */
/*!
 *  Font Awesome 4.6.1 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("../../default/fonts/fontawesome-webfont.eot");
  src: url("../../default/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../default/fonts/fontawesome-webfont.woff2") format("woff2"), url("../../default/fonts/fontawesome-webfont.woff") format("woff"), url("../../default/fonts/fontawesome-webfont.ttf") format("truetype"), url("../../default/fonts/fontawesome-webfont.svg#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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.custom-theme html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
.custom-theme body {
  margin: 0; }
.custom-theme article, .custom-theme aside, .custom-theme details, .custom-theme figcaption, .custom-theme figure, .custom-theme footer, .custom-theme header, .custom-theme hgroup, .custom-theme main, .custom-theme menu, .custom-theme nav, .custom-theme section, .custom-theme summary {
  display: block; }
.custom-theme audio, .custom-theme canvas, .custom-theme progress, .custom-theme video {
  display: inline-block;
  vertical-align: baseline; }
.custom-theme audio:not([controls]) {
  display: none;
  height: 0; }
.custom-theme [hidden], .custom-theme template {
  display: none; }
.custom-theme a {
  background-color: transparent; }
.custom-theme a:active, .custom-theme a:hover {
  outline: 0; }
.custom-theme abbr[title] {
  border-bottom: 1px dotted; }
.custom-theme b, .custom-theme strong {
  font-weight: 700; }
.custom-theme dfn {
  font-style: italic; }
.custom-theme h1 {
  margin: .67em 0;
  font-size: 2em; }
.custom-theme mark {
  color: #000;
  background: #ff0; }
.custom-theme small {
  font-size: 80%; }
.custom-theme sub, .custom-theme sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
.custom-theme sup {
  top: -.5em; }
.custom-theme sub {
  bottom: -.25em; }
.custom-theme img {
  border: 0; }
.custom-theme svg:not(:root) {
  overflow: hidden; }
.custom-theme figure {
  margin: 1em 40px; }
.custom-theme hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.custom-theme pre {
  overflow: auto; }
.custom-theme code, .custom-theme kbd, .custom-theme pre, .custom-theme samp {
  font-family: monospace,monospace;
  font-size: 1em; }
.custom-theme button, .custom-theme input, .custom-theme optgroup, .custom-theme select, .custom-theme textarea {
  margin: 0;
  font: inherit;
  color: inherit; }
.custom-theme button {
  overflow: visible; }
.custom-theme button, .custom-theme select {
  text-transform: none; }
.custom-theme button, .custom-theme html input[type=button], .custom-theme input[type=reset], .custom-theme input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }
.custom-theme button[disabled], .custom-theme html input[disabled] {
  cursor: default; }
.custom-theme button::-moz-focus-inner, .custom-theme input::-moz-focus-inner {
  padding: 0;
  border: 0; }
.custom-theme input {
  line-height: normal; }
.custom-theme input[type=checkbox], .custom-theme input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }
.custom-theme input[type=number]::-webkit-inner-spin-button, .custom-theme input[type=number]::-webkit-outer-spin-button {
  height: auto; }
.custom-theme input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }
.custom-theme input[type=search]::-webkit-search-cancel-button, .custom-theme input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }
.custom-theme fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }
.custom-theme legend {
  padding: 0;
  border: 0; }
.custom-theme textarea {
  overflow: auto; }
.custom-theme optgroup {
  font-weight: 700; }
.custom-theme table {
  border-spacing: 0;
  border-collapse: collapse; }
.custom-theme td, .custom-theme th {
  padding: 0; }
@media print {
  .custom-theme *, .custom-theme :after, .custom-theme :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .custom-theme a, .custom-theme a:visited {
    text-decoration: underline; }
  .custom-theme a[href]:after {
    content: " (" attr(href) ")"; }
  .custom-theme abbr[title]:after {
    content: " (" attr(title) ")"; }
  .custom-theme a[href^="javascript:"]:after, .custom-theme a[href^="#"]:after {
    content: ""; }
  .custom-theme blockquote, .custom-theme pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .custom-theme thead {
    display: table-header-group; }
  .custom-theme img, .custom-theme tr {
    page-break-inside: avoid; }
  .custom-theme img {
    max-width: 100% !important; }
  .custom-theme h2, .custom-theme h3, .custom-theme p {
    orphans: 3;
    widows: 3; }
  .custom-theme h2, .custom-theme h3 {
    page-break-after: avoid; }
  .custom-theme .navbar {
    display: none; }
  .custom-theme .btn > .caret, .custom-theme .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .custom-theme .label {
    border: 1px solid #000; }
  .custom-theme .table {
    border-collapse: collapse !important; }
  .custom-theme .table td, .custom-theme .table th {
    background-color: #fff !important; }
  .custom-theme .table-bordered td, .custom-theme .table-bordered th {
    border: 1px solid #ddd !important; } }
@font-face {
  .custom-theme {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); } }
.custom-theme .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.custom-theme .glyphicon-asterisk:before {
  content: "\2a"; }
.custom-theme .glyphicon-plus:before {
  content: "\2b"; }
.custom-theme .glyphicon-eur:before, .custom-theme .glyphicon-euro:before {
  content: "\20ac"; }
.custom-theme .glyphicon-minus:before {
  content: "\2212"; }
.custom-theme .glyphicon-cloud:before {
  content: "\2601"; }
.custom-theme .glyphicon-envelope:before {
  content: "\2709"; }
.custom-theme .glyphicon-pencil:before {
  content: "\270f"; }
.custom-theme .glyphicon-glass:before {
  content: "\e001"; }
.custom-theme .glyphicon-music:before {
  content: "\e002"; }
.custom-theme .glyphicon-search:before {
  content: "\e003"; }
.custom-theme .glyphicon-heart:before {
  content: "\e005"; }
.custom-theme .glyphicon-star:before {
  content: "\e006"; }
.custom-theme .glyphicon-star-empty:before {
  content: "\e007"; }
.custom-theme .glyphicon-user:before {
  content: "\e008"; }
.custom-theme .glyphicon-film:before {
  content: "\e009"; }
.custom-theme .glyphicon-th-large:before {
  content: "\e010"; }
.custom-theme .glyphicon-th:before {
  content: "\e011"; }
.custom-theme .glyphicon-th-list:before {
  content: "\e012"; }
.custom-theme .glyphicon-ok:before {
  content: "\e013"; }
.custom-theme .glyphicon-remove:before {
  content: "\e014"; }
.custom-theme .glyphicon-zoom-in:before {
  content: "\e015"; }
.custom-theme .glyphicon-zoom-out:before {
  content: "\e016"; }
.custom-theme .glyphicon-off:before {
  content: "\e017"; }
.custom-theme .glyphicon-signal:before {
  content: "\e018"; }
.custom-theme .glyphicon-cog:before {
  content: "\e019"; }
.custom-theme .glyphicon-trash:before {
  content: "\e020"; }
.custom-theme .glyphicon-home:before {
  content: "\e021"; }
.custom-theme .glyphicon-file:before {
  content: "\e022"; }
.custom-theme .glyphicon-time:before {
  content: "\e023"; }
.custom-theme .glyphicon-road:before {
  content: "\e024"; }
.custom-theme .glyphicon-download-alt:before {
  content: "\e025"; }
.custom-theme .glyphicon-download:before {
  content: "\e026"; }
.custom-theme .glyphicon-upload:before {
  content: "\e027"; }
.custom-theme .glyphicon-inbox:before {
  content: "\e028"; }
.custom-theme .glyphicon-play-circle:before {
  content: "\e029"; }
.custom-theme .glyphicon-repeat:before {
  content: "\e030"; }
.custom-theme .glyphicon-refresh:before {
  content: "\e031"; }
.custom-theme .glyphicon-list-alt:before {
  content: "\e032"; }
.custom-theme .glyphicon-lock:before {
  content: "\e033"; }
.custom-theme .glyphicon-flag:before {
  content: "\e034"; }
.custom-theme .glyphicon-headphones:before {
  content: "\e035"; }
.custom-theme .glyphicon-volume-off:before {
  content: "\e036"; }
.custom-theme .glyphicon-volume-down:before {
  content: "\e037"; }
.custom-theme .glyphicon-volume-up:before {
  content: "\e038"; }
.custom-theme .glyphicon-qrcode:before {
  content: "\e039"; }
.custom-theme .glyphicon-barcode:before {
  content: "\e040"; }
.custom-theme .glyphicon-tag:before {
  content: "\e041"; }
.custom-theme .glyphicon-tags:before {
  content: "\e042"; }
.custom-theme .glyphicon-book:before {
  content: "\e043"; }
.custom-theme .glyphicon-bookmark:before {
  content: "\e044"; }
.custom-theme .glyphicon-print:before {
  content: "\e045"; }
.custom-theme .glyphicon-camera:before {
  content: "\e046"; }
.custom-theme .glyphicon-font:before {
  content: "\e047"; }
.custom-theme .glyphicon-bold:before {
  content: "\e048"; }
.custom-theme .glyphicon-italic:before {
  content: "\e049"; }
.custom-theme .glyphicon-text-height:before {
  content: "\e050"; }
.custom-theme .glyphicon-text-width:before {
  content: "\e051"; }
.custom-theme .glyphicon-align-left:before {
  content: "\e052"; }
.custom-theme .glyphicon-align-center:before {
  content: "\e053"; }
.custom-theme .glyphicon-align-right:before {
  content: "\e054"; }
.custom-theme .glyphicon-align-justify:before {
  content: "\e055"; }
.custom-theme .glyphicon-list:before {
  content: "\e056"; }
.custom-theme .glyphicon-indent-left:before {
  content: "\e057"; }
.custom-theme .glyphicon-indent-right:before {
  content: "\e058"; }
.custom-theme .glyphicon-facetime-video:before {
  content: "\e059"; }
.custom-theme .glyphicon-picture:before {
  content: "\e060"; }
.custom-theme .glyphicon-map-marker:before {
  content: "\e062"; }
.custom-theme .glyphicon-adjust:before {
  content: "\e063"; }
.custom-theme .glyphicon-tint:before {
  content: "\e064"; }
.custom-theme .glyphicon-edit:before {
  content: "\e065"; }
.custom-theme .glyphicon-share:before {
  content: "\e066"; }
.custom-theme .glyphicon-check:before {
  content: "\e067"; }
.custom-theme .glyphicon-move:before {
  content: "\e068"; }
.custom-theme .glyphicon-step-backward:before {
  content: "\e069"; }
.custom-theme .glyphicon-fast-backward:before {
  content: "\e070"; }
.custom-theme .glyphicon-backward:before {
  content: "\e071"; }
.custom-theme .glyphicon-play:before {
  content: "\e072"; }
.custom-theme .glyphicon-pause:before {
  content: "\e073"; }
.custom-theme .glyphicon-stop:before {
  content: "\e074"; }
.custom-theme .glyphicon-forward:before {
  content: "\e075"; }
.custom-theme .glyphicon-fast-forward:before {
  content: "\e076"; }
.custom-theme .glyphicon-step-forward:before {
  content: "\e077"; }
.custom-theme .glyphicon-eject:before {
  content: "\e078"; }
.custom-theme .glyphicon-chevron-left:before {
  content: "\e079"; }
.custom-theme .glyphicon-chevron-right:before {
  content: "\e080"; }
.custom-theme .glyphicon-plus-sign:before {
  content: "\e081"; }
.custom-theme .glyphicon-minus-sign:before {
  content: "\e082"; }
.custom-theme .glyphicon-remove-sign:before {
  content: "\e083"; }
.custom-theme .glyphicon-ok-sign:before {
  content: "\e084"; }
.custom-theme .glyphicon-question-sign:before {
  content: "\e085"; }
.custom-theme .glyphicon-info-sign:before {
  content: "\e086"; }
.custom-theme .glyphicon-screenshot:before {
  content: "\e087"; }
.custom-theme .glyphicon-remove-circle:before {
  content: "\e088"; }
.custom-theme .glyphicon-ok-circle:before {
  content: "\e089"; }
.custom-theme .glyphicon-ban-circle:before {
  content: "\e090"; }
.custom-theme .glyphicon-arrow-left:before {
  content: "\e091"; }
.custom-theme .glyphicon-arrow-right:before {
  content: "\e092"; }
.custom-theme .glyphicon-arrow-up:before {
  content: "\e093"; }
.custom-theme .glyphicon-arrow-down:before {
  content: "\e094"; }
.custom-theme .glyphicon-share-alt:before {
  content: "\e095"; }
.custom-theme .glyphicon-resize-full:before {
  content: "\e096"; }
.custom-theme .glyphicon-resize-small:before {
  content: "\e097"; }
.custom-theme .glyphicon-exclamation-sign:before {
  content: "\e101"; }
.custom-theme .glyphicon-gift:before {
  content: "\e102"; }
.custom-theme .glyphicon-leaf:before {
  content: "\e103"; }
.custom-theme .glyphicon-fire:before {
  content: "\e104"; }
.custom-theme .glyphicon-eye-open:before {
  content: "\e105"; }
.custom-theme .glyphicon-eye-close:before {
  content: "\e106"; }
.custom-theme .glyphicon-warning-sign:before {
  content: "\e107"; }
.custom-theme .glyphicon-plane:before {
  content: "\e108"; }
.custom-theme .glyphicon-calendar:before {
  content: "\e109"; }
.custom-theme .glyphicon-random:before {
  content: "\e110"; }
.custom-theme .glyphicon-comment:before {
  content: "\e111"; }
.custom-theme .glyphicon-magnet:before {
  content: "\e112"; }
.custom-theme .glyphicon-chevron-up:before {
  content: "\e113"; }
.custom-theme .glyphicon-chevron-down:before {
  content: "\e114"; }
.custom-theme .glyphicon-retweet:before {
  content: "\e115"; }
.custom-theme .glyphicon-shopping-cart:before {
  content: "\e116"; }
.custom-theme .glyphicon-folder-close:before {
  content: "\e117"; }
.custom-theme .glyphicon-folder-open:before {
  content: "\e118"; }
.custom-theme .glyphicon-resize-vertical:before {
  content: "\e119"; }
.custom-theme .glyphicon-resize-horizontal:before {
  content: "\e120"; }
.custom-theme .glyphicon-hdd:before {
  content: "\e121"; }
.custom-theme .glyphicon-bullhorn:before {
  content: "\e122"; }
.custom-theme .glyphicon-bell:before {
  content: "\e123"; }
.custom-theme .glyphicon-certificate:before {
  content: "\e124"; }
.custom-theme .glyphicon-thumbs-up:before {
  content: "\e125"; }
.custom-theme .glyphicon-thumbs-down:before {
  content: "\e126"; }
.custom-theme .glyphicon-hand-right:before {
  content: "\e127"; }
.custom-theme .glyphicon-hand-left:before {
  content: "\e128"; }
.custom-theme .glyphicon-hand-up:before {
  content: "\e129"; }
.custom-theme .glyphicon-hand-down:before {
  content: "\e130"; }
.custom-theme .glyphicon-circle-arrow-right:before {
  content: "\e131"; }
.custom-theme .glyphicon-circle-arrow-left:before {
  content: "\e132"; }
.custom-theme .glyphicon-circle-arrow-up:before {
  content: "\e133"; }
.custom-theme .glyphicon-circle-arrow-down:before {
  content: "\e134"; }
.custom-theme .glyphicon-globe:before {
  content: "\e135"; }
.custom-theme .glyphicon-wrench:before {
  content: "\e136"; }
.custom-theme .glyphicon-tasks:before {
  content: "\e137"; }
.custom-theme .glyphicon-filter:before {
  content: "\e138"; }
.custom-theme .glyphicon-briefcase:before {
  content: "\e139"; }
.custom-theme .glyphicon-fullscreen:before {
  content: "\e140"; }
.custom-theme .glyphicon-dashboard:before {
  content: "\e141"; }
.custom-theme .glyphicon-paperclip:before {
  content: "\e142"; }
.custom-theme .glyphicon-heart-empty:before {
  content: "\e143"; }
.custom-theme .glyphicon-link:before {
  content: "\e144"; }
.custom-theme .glyphicon-phone:before {
  content: "\e145"; }
.custom-theme .glyphicon-pushpin:before {
  content: "\e146"; }
.custom-theme .glyphicon-usd:before {
  content: "\e148"; }
.custom-theme .glyphicon-gbp:before {
  content: "\e149"; }
.custom-theme .glyphicon-sort:before {
  content: "\e150"; }
.custom-theme .glyphicon-sort-by-alphabet:before {
  content: "\e151"; }
.custom-theme .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }
.custom-theme .glyphicon-sort-by-order:before {
  content: "\e153"; }
.custom-theme .glyphicon-sort-by-order-alt:before {
  content: "\e154"; }
.custom-theme .glyphicon-sort-by-attributes:before {
  content: "\e155"; }
.custom-theme .glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }
.custom-theme .glyphicon-unchecked:before {
  content: "\e157"; }
.custom-theme .glyphicon-expand:before {
  content: "\e158"; }
.custom-theme .glyphicon-collapse-down:before {
  content: "\e159"; }
.custom-theme .glyphicon-collapse-up:before {
  content: "\e160"; }
.custom-theme .glyphicon-log-in:before {
  content: "\e161"; }
.custom-theme .glyphicon-flash:before {
  content: "\e162"; }
.custom-theme .glyphicon-log-out:before {
  content: "\e163"; }
.custom-theme .glyphicon-new-window:before {
  content: "\e164"; }
.custom-theme .glyphicon-record:before {
  content: "\e165"; }
.custom-theme .glyphicon-save:before {
  content: "\e166"; }
.custom-theme .glyphicon-open:before {
  content: "\e167"; }
.custom-theme .glyphicon-saved:before {
  content: "\e168"; }
.custom-theme .glyphicon-import:before {
  content: "\e169"; }
.custom-theme .glyphicon-export:before {
  content: "\e170"; }
.custom-theme .glyphicon-send:before {
  content: "\e171"; }
.custom-theme .glyphicon-floppy-disk:before {
  content: "\e172"; }
.custom-theme .glyphicon-floppy-saved:before {
  content: "\e173"; }
.custom-theme .glyphicon-floppy-remove:before {
  content: "\e174"; }
.custom-theme .glyphicon-floppy-save:before {
  content: "\e175"; }
.custom-theme .glyphicon-floppy-open:before {
  content: "\e176"; }
.custom-theme .glyphicon-credit-card:before {
  content: "\e177"; }
.custom-theme .glyphicon-transfer:before {
  content: "\e178"; }
.custom-theme .glyphicon-cutlery:before {
  content: "\e179"; }
.custom-theme .glyphicon-header:before {
  content: "\e180"; }
.custom-theme .glyphicon-compressed:before {
  content: "\e181"; }
.custom-theme .glyphicon-earphone:before {
  content: "\e182"; }
.custom-theme .glyphicon-phone-alt:before {
  content: "\e183"; }
.custom-theme .glyphicon-tower:before {
  content: "\e184"; }
.custom-theme .glyphicon-stats:before {
  content: "\e185"; }
.custom-theme .glyphicon-sd-video:before {
  content: "\e186"; }
.custom-theme .glyphicon-hd-video:before {
  content: "\e187"; }
.custom-theme .glyphicon-subtitles:before {
  content: "\e188"; }
.custom-theme .glyphicon-sound-stereo:before {
  content: "\e189"; }
.custom-theme .glyphicon-sound-dolby:before {
  content: "\e190"; }
.custom-theme .glyphicon-sound-5-1:before {
  content: "\e191"; }
.custom-theme .glyphicon-sound-6-1:before {
  content: "\e192"; }
.custom-theme .glyphicon-sound-7-1:before {
  content: "\e193"; }
.custom-theme .glyphicon-copyright-mark:before {
  content: "\e194"; }
.custom-theme .glyphicon-registration-mark:before {
  content: "\e195"; }
.custom-theme .glyphicon-cloud-download:before {
  content: "\e197"; }
.custom-theme .glyphicon-cloud-upload:before {
  content: "\e198"; }
.custom-theme .glyphicon-tree-conifer:before {
  content: "\e199"; }
.custom-theme .glyphicon-tree-deciduous:before {
  content: "\e200"; }
.custom-theme .glyphicon-cd:before {
  content: "\e201"; }
.custom-theme .glyphicon-save-file:before {
  content: "\e202"; }
.custom-theme .glyphicon-open-file:before {
  content: "\e203"; }
.custom-theme .glyphicon-level-up:before {
  content: "\e204"; }
.custom-theme .glyphicon-copy:before {
  content: "\e205"; }
.custom-theme .glyphicon-paste:before {
  content: "\e206"; }
.custom-theme .glyphicon-alert:before {
  content: "\e209"; }
.custom-theme .glyphicon-equalizer:before {
  content: "\e210"; }
.custom-theme .glyphicon-king:before {
  content: "\e211"; }
.custom-theme .glyphicon-queen:before {
  content: "\e212"; }
.custom-theme .glyphicon-pawn:before {
  content: "\e213"; }
.custom-theme .glyphicon-bishop:before {
  content: "\e214"; }
.custom-theme .glyphicon-knight:before {
  content: "\e215"; }
.custom-theme .glyphicon-baby-formula:before {
  content: "\e216"; }
.custom-theme .glyphicon-tent:before {
  content: "\26fa"; }
.custom-theme .glyphicon-blackboard:before {
  content: "\e218"; }
.custom-theme .glyphicon-bed:before {
  content: "\e219"; }
.custom-theme .glyphicon-apple:before {
  content: "\f8ff"; }
.custom-theme .glyphicon-erase:before {
  content: "\e221"; }
.custom-theme .glyphicon-hourglass:before {
  content: "\231b"; }
.custom-theme .glyphicon-lamp:before {
  content: "\e223"; }
.custom-theme .glyphicon-duplicate:before {
  content: "\e224"; }
.custom-theme .glyphicon-piggy-bank:before {
  content: "\e225"; }
.custom-theme .glyphicon-scissors:before {
  content: "\e226"; }
.custom-theme .glyphicon-bitcoin:before {
  content: "\e227"; }
.custom-theme .glyphicon-btc:before {
  content: "\e227"; }
.custom-theme .glyphicon-xbt:before {
  content: "\e227"; }
.custom-theme .glyphicon-yen:before {
  content: "\00a5"; }
.custom-theme .glyphicon-jpy:before {
  content: "\00a5"; }
.custom-theme .glyphicon-ruble:before {
  content: "\20bd"; }
.custom-theme .glyphicon-rub:before {
  content: "\20bd"; }
.custom-theme .glyphicon-scale:before {
  content: "\e230"; }
.custom-theme .glyphicon-ice-lolly:before {
  content: "\e231"; }
.custom-theme .glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }
.custom-theme .glyphicon-education:before {
  content: "\e233"; }
.custom-theme .glyphicon-option-horizontal:before {
  content: "\e234"; }
.custom-theme .glyphicon-option-vertical:before {
  content: "\e235"; }
.custom-theme .glyphicon-menu-hamburger:before {
  content: "\e236"; }
.custom-theme .glyphicon-modal-window:before {
  content: "\e237"; }
.custom-theme .glyphicon-oil:before {
  content: "\e238"; }
.custom-theme .glyphicon-grain:before {
  content: "\e239"; }
.custom-theme .glyphicon-sunglasses:before {
  content: "\e240"; }
.custom-theme .glyphicon-text-size:before {
  content: "\e241"; }
.custom-theme .glyphicon-text-color:before {
  content: "\e242"; }
.custom-theme .glyphicon-text-background:before {
  content: "\e243"; }
.custom-theme .glyphicon-object-align-top:before {
  content: "\e244"; }
.custom-theme .glyphicon-object-align-bottom:before {
  content: "\e245"; }
.custom-theme .glyphicon-object-align-horizontal:before {
  content: "\e246"; }
.custom-theme .glyphicon-object-align-left:before {
  content: "\e247"; }
.custom-theme .glyphicon-object-align-vertical:before {
  content: "\e248"; }
.custom-theme .glyphicon-object-align-right:before {
  content: "\e249"; }
.custom-theme .glyphicon-triangle-right:before {
  content: "\e250"; }
.custom-theme .glyphicon-triangle-left:before {
  content: "\e251"; }
.custom-theme .glyphicon-triangle-bottom:before {
  content: "\e252"; }
.custom-theme .glyphicon-triangle-top:before {
  content: "\e253"; }
.custom-theme .glyphicon-console:before {
  content: "\e254"; }
.custom-theme .glyphicon-superscript:before {
  content: "\e255"; }
.custom-theme .glyphicon-subscript:before {
  content: "\e256"; }
.custom-theme .glyphicon-menu-left:before {
  content: "\e257"; }
.custom-theme .glyphicon-menu-right:before {
  content: "\e258"; }
.custom-theme .glyphicon-menu-down:before {
  content: "\e259"; }
.custom-theme .glyphicon-menu-up:before {
  content: "\e260"; }
.custom-theme * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.custom-theme :after, .custom-theme :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.custom-theme html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }
.custom-theme body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }
.custom-theme button, .custom-theme input, .custom-theme select, .custom-theme textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.custom-theme a {
  color: #337ab7;
  text-decoration: none; }
.custom-theme a:focus, .custom-theme a:hover {
  color: #23527c;
  text-decoration: underline; }
.custom-theme a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.custom-theme figure {
  margin: 0; }
.custom-theme img {
  vertical-align: middle; }
.custom-theme .carousel-inner > .item > a > img, .custom-theme .carousel-inner > .item > img, .custom-theme .img-responsive, .custom-theme .thumbnail a > img, .custom-theme .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }
.custom-theme .img-rounded {
  border-radius: 6px; }
.custom-theme .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.custom-theme .img-circle {
  border-radius: 50%; }
.custom-theme hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }
.custom-theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.custom-theme .sr-only-focusable:active, .custom-theme .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
.custom-theme [role=button] {
  cursor: pointer; }
.custom-theme .h1, .custom-theme .h2, .custom-theme .h3, .custom-theme .h4, .custom-theme .h5, .custom-theme .h6, .custom-theme h1, .custom-theme h2, .custom-theme h3, .custom-theme h4, .custom-theme h5, .custom-theme h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
.custom-theme .h1 .small, .custom-theme .h1 small, .custom-theme .h2 .small, .custom-theme .h2 small, .custom-theme .h3 .small, .custom-theme .h3 small, .custom-theme .h4 .small, .custom-theme .h4 small, .custom-theme .h5 .small, .custom-theme .h5 small, .custom-theme .h6 .small, .custom-theme .h6 small, .custom-theme h1 .small, .custom-theme h1 small, .custom-theme h2 .small, .custom-theme h2 small, .custom-theme h3 .small, .custom-theme h3 small, .custom-theme h4 .small, .custom-theme h4 small, .custom-theme h5 .small, .custom-theme h5 small, .custom-theme h6 .small, .custom-theme h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }
.custom-theme .h1, .custom-theme .h2, .custom-theme .h3, .custom-theme h1, .custom-theme h2, .custom-theme h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
.custom-theme .h1 .small, .custom-theme .h1 small, .custom-theme .h2 .small, .custom-theme .h2 small, .custom-theme .h3 .small, .custom-theme .h3 small, .custom-theme h1 .small, .custom-theme h1 small, .custom-theme h2 .small, .custom-theme h2 small, .custom-theme h3 .small, .custom-theme h3 small {
  font-size: 65%; }
.custom-theme .h4, .custom-theme .h5, .custom-theme .h6, .custom-theme h4, .custom-theme h5, .custom-theme h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
.custom-theme .h4 .small, .custom-theme .h4 small, .custom-theme .h5 .small, .custom-theme .h5 small, .custom-theme .h6 .small, .custom-theme .h6 small, .custom-theme h4 .small, .custom-theme h4 small, .custom-theme h5 .small, .custom-theme h5 small, .custom-theme h6 .small, .custom-theme h6 small {
  font-size: 75%; }
.custom-theme .h1, .custom-theme h1 {
  font-size: 36px; }
.custom-theme .h2, .custom-theme h2 {
  font-size: 30px; }
.custom-theme .h3, .custom-theme h3 {
  font-size: 24px; }
.custom-theme .h4, .custom-theme h4 {
  font-size: 18px; }
.custom-theme .h5, .custom-theme h5 {
  font-size: 14px; }
.custom-theme .h6, .custom-theme h6 {
  font-size: 12px; }
.custom-theme p {
  margin: 0 0 10px; }
.custom-theme .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
@media (min-width: 768px) {
  .custom-theme .lead {
    font-size: 21px; } }
.custom-theme .small, .custom-theme small {
  font-size: 85%; }
.custom-theme .mark, .custom-theme mark {
  padding: .2em;
  background-color: #fcf8e3; }
.custom-theme .text-left {
  text-align: left; }
.custom-theme .text-right {
  text-align: right; }
.custom-theme .text-center {
  text-align: center; }
.custom-theme .text-justify {
  text-align: justify; }
.custom-theme .text-nowrap {
  white-space: nowrap; }
.custom-theme .text-lowercase {
  text-transform: lowercase; }
.custom-theme .text-uppercase {
  text-transform: uppercase; }
.custom-theme .text-capitalize {
  text-transform: capitalize; }
.custom-theme .text-muted {
  color: #777; }
.custom-theme .text-primary {
  color: #337ab7; }
.custom-theme a.text-primary:focus, .custom-theme a.text-primary:hover {
  color: #286090; }
.custom-theme .text-success {
  color: #3c763d; }
.custom-theme a.text-success:focus, .custom-theme a.text-success:hover {
  color: #2b542c; }
.custom-theme .text-info {
  color: #31708f; }
.custom-theme a.text-info:focus, .custom-theme a.text-info:hover {
  color: #245269; }
.custom-theme .text-warning {
  color: #8a6d3b; }
.custom-theme a.text-warning:focus, .custom-theme a.text-warning:hover {
  color: #66512c; }
.custom-theme .text-danger {
  color: #a94442; }
.custom-theme a.text-danger:focus, .custom-theme a.text-danger:hover {
  color: #843534; }
.custom-theme .bg-primary {
  color: #fff;
  background-color: #337ab7; }
.custom-theme a.bg-primary:focus, .custom-theme a.bg-primary:hover {
  background-color: #286090; }
.custom-theme .bg-success {
  background-color: #dff0d8; }
.custom-theme a.bg-success:focus, .custom-theme a.bg-success:hover {
  background-color: #c1e2b3; }
.custom-theme .bg-info {
  background-color: #d9edf7; }
.custom-theme a.bg-info:focus, .custom-theme a.bg-info:hover {
  background-color: #afd9ee; }
.custom-theme .bg-warning {
  background-color: #fcf8e3; }
.custom-theme a.bg-warning:focus, .custom-theme a.bg-warning:hover {
  background-color: #f7ecb5; }
.custom-theme .bg-danger {
  background-color: #f2dede; }
.custom-theme a.bg-danger:focus, .custom-theme a.bg-danger:hover {
  background-color: #e4b9b9; }
.custom-theme .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }
.custom-theme ol, .custom-theme ul {
  margin-top: 0;
  margin-bottom: 10px; }
.custom-theme ol ol, .custom-theme ol ul, .custom-theme ul ol, .custom-theme ul ul {
  margin-bottom: 0; }
.custom-theme .list-unstyled {
  padding-left: 0;
  list-style: none; }
.custom-theme .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }
.custom-theme .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }
.custom-theme dl {
  margin-top: 0;
  margin-bottom: 20px; }
.custom-theme dd, .custom-theme dt {
  line-height: 1.42857143; }
.custom-theme dt {
  font-weight: 700; }
.custom-theme dd {
  margin-left: 0; }
@media (min-width: 768px) {
  .custom-theme .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .custom-theme .dl-horizontal dd {
    margin-left: 180px; } }
.custom-theme abbr[data-original-title], .custom-theme abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }
.custom-theme .initialism {
  font-size: 90%;
  text-transform: uppercase; }
.custom-theme blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
.custom-theme blockquote ol:last-child, .custom-theme blockquote p:last-child, .custom-theme blockquote ul:last-child {
  margin-bottom: 0; }
.custom-theme blockquote .small, .custom-theme blockquote footer, .custom-theme blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }
.custom-theme blockquote .small:before, .custom-theme blockquote footer:before, .custom-theme blockquote small:before {
  content: '\2014 \00A0'; }
.custom-theme .blockquote-reverse, .custom-theme blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }
.custom-theme .blockquote-reverse .small:before, .custom-theme .blockquote-reverse footer:before, .custom-theme .blockquote-reverse small:before, .custom-theme blockquote.pull-right .small:before, .custom-theme blockquote.pull-right footer:before, .custom-theme blockquote.pull-right small:before {
  content: ''; }
.custom-theme .blockquote-reverse .small:after, .custom-theme .blockquote-reverse footer:after, .custom-theme .blockquote-reverse small:after, .custom-theme blockquote.pull-right .small:after, .custom-theme blockquote.pull-right footer:after, .custom-theme blockquote.pull-right small:after {
  content: '\00A0 \2014'; }
.custom-theme address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }
.custom-theme code, .custom-theme kbd, .custom-theme pre, .custom-theme samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
.custom-theme code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }
.custom-theme kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
.custom-theme kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }
.custom-theme pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
.custom-theme pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }
.custom-theme .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.custom-theme .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 768px) {
  .custom-theme .container {
    width: 750px; } }
@media (min-width: 992px) {
  .custom-theme .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .custom-theme .container {
    width: 1170px; } }
.custom-theme .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
.custom-theme .row {
  margin-right: -15px;
  margin-left: -15px; }
.custom-theme .col-lg-1, .custom-theme .col-lg-10, .custom-theme .col-lg-11, .custom-theme .col-lg-12, .custom-theme .col-lg-2, .custom-theme .col-lg-3, .custom-theme .col-lg-4, .custom-theme .col-lg-5, .custom-theme .col-lg-6, .custom-theme .col-lg-7, .custom-theme .col-lg-8, .custom-theme .col-lg-9, .custom-theme .col-md-1, .custom-theme .col-md-10, .custom-theme .col-md-11, .custom-theme .col-md-12, .custom-theme .col-md-2, .custom-theme .col-md-3, .custom-theme .col-md-4, .custom-theme .col-md-5, .custom-theme .col-md-6, .custom-theme .col-md-7, .custom-theme .col-md-8, .custom-theme .col-md-9, .custom-theme .col-sm-1, .custom-theme .col-sm-10, .custom-theme .col-sm-11, .custom-theme .col-sm-12, .custom-theme .col-sm-2, .custom-theme .col-sm-3, .custom-theme .col-sm-4, .custom-theme .col-sm-5, .custom-theme .col-sm-6, .custom-theme .col-sm-7, .custom-theme .col-sm-8, .custom-theme .col-sm-9, .custom-theme .col-xs-1, .custom-theme .col-xs-10, .custom-theme .col-xs-11, .custom-theme .col-xs-12, .custom-theme .col-xs-2, .custom-theme .col-xs-3, .custom-theme .col-xs-4, .custom-theme .col-xs-5, .custom-theme .col-xs-6, .custom-theme .col-xs-7, .custom-theme .col-xs-8, .custom-theme .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.custom-theme .col-xs-1, .custom-theme .col-xs-10, .custom-theme .col-xs-11, .custom-theme .col-xs-12, .custom-theme .col-xs-2, .custom-theme .col-xs-3, .custom-theme .col-xs-4, .custom-theme .col-xs-5, .custom-theme .col-xs-6, .custom-theme .col-xs-7, .custom-theme .col-xs-8, .custom-theme .col-xs-9 {
  float: left; }
.custom-theme .col-xs-12 {
  width: 100%; }
.custom-theme .col-xs-11 {
  width: 91.66666667%; }
.custom-theme .col-xs-10 {
  width: 83.33333333%; }
.custom-theme .col-xs-9 {
  width: 75%; }
.custom-theme .col-xs-8 {
  width: 66.66666667%; }
.custom-theme .col-xs-7 {
  width: 58.33333333%; }
.custom-theme .col-xs-6 {
  width: 50%; }
.custom-theme .col-xs-5 {
  width: 41.66666667%; }
.custom-theme .col-xs-4 {
  width: 33.33333333%; }
.custom-theme .col-xs-3 {
  width: 25%; }
.custom-theme .col-xs-2 {
  width: 16.66666667%; }
.custom-theme .col-xs-1 {
  width: 8.33333333%; }
.custom-theme .col-xs-pull-12 {
  right: 100%; }
.custom-theme .col-xs-pull-11 {
  right: 91.66666667%; }
.custom-theme .col-xs-pull-10 {
  right: 83.33333333%; }
.custom-theme .col-xs-pull-9 {
  right: 75%; }
.custom-theme .col-xs-pull-8 {
  right: 66.66666667%; }
.custom-theme .col-xs-pull-7 {
  right: 58.33333333%; }
.custom-theme .col-xs-pull-6 {
  right: 50%; }
.custom-theme .col-xs-pull-5 {
  right: 41.66666667%; }
.custom-theme .col-xs-pull-4 {
  right: 33.33333333%; }
.custom-theme .col-xs-pull-3 {
  right: 25%; }
.custom-theme .col-xs-pull-2 {
  right: 16.66666667%; }
.custom-theme .col-xs-pull-1 {
  right: 8.33333333%; }
.custom-theme .col-xs-pull-0 {
  right: auto; }
.custom-theme .col-xs-push-12 {
  left: 100%; }
.custom-theme .col-xs-push-11 {
  left: 91.66666667%; }
.custom-theme .col-xs-push-10 {
  left: 83.33333333%; }
.custom-theme .col-xs-push-9 {
  left: 75%; }
.custom-theme .col-xs-push-8 {
  left: 66.66666667%; }
.custom-theme .col-xs-push-7 {
  left: 58.33333333%; }
.custom-theme .col-xs-push-6 {
  left: 50%; }
.custom-theme .col-xs-push-5 {
  left: 41.66666667%; }
.custom-theme .col-xs-push-4 {
  left: 33.33333333%; }
.custom-theme .col-xs-push-3 {
  left: 25%; }
.custom-theme .col-xs-push-2 {
  left: 16.66666667%; }
.custom-theme .col-xs-push-1 {
  left: 8.33333333%; }
.custom-theme .col-xs-push-0 {
  left: auto; }
.custom-theme .col-xs-offset-12 {
  margin-left: 100%; }
.custom-theme .col-xs-offset-11 {
  margin-left: 91.66666667%; }
.custom-theme .col-xs-offset-10 {
  margin-left: 83.33333333%; }
.custom-theme .col-xs-offset-9 {
  margin-left: 75%; }
.custom-theme .col-xs-offset-8 {
  margin-left: 66.66666667%; }
.custom-theme .col-xs-offset-7 {
  margin-left: 58.33333333%; }
.custom-theme .col-xs-offset-6 {
  margin-left: 50%; }
.custom-theme .col-xs-offset-5 {
  margin-left: 41.66666667%; }
.custom-theme .col-xs-offset-4 {
  margin-left: 33.33333333%; }
.custom-theme .col-xs-offset-3 {
  margin-left: 25%; }
.custom-theme .col-xs-offset-2 {
  margin-left: 16.66666667%; }
.custom-theme .col-xs-offset-1 {
  margin-left: 8.33333333%; }
.custom-theme .col-xs-offset-0 {
  margin-left: 0; }
@media (min-width: 768px) {
  .custom-theme .col-sm-1, .custom-theme .col-sm-10, .custom-theme .col-sm-11, .custom-theme .col-sm-12, .custom-theme .col-sm-2, .custom-theme .col-sm-3, .custom-theme .col-sm-4, .custom-theme .col-sm-5, .custom-theme .col-sm-6, .custom-theme .col-sm-7, .custom-theme .col-sm-8, .custom-theme .col-sm-9 {
    float: left; }
  .custom-theme .col-sm-12 {
    width: 100%; }
  .custom-theme .col-sm-11 {
    width: 91.66666667%; }
  .custom-theme .col-sm-10 {
    width: 83.33333333%; }
  .custom-theme .col-sm-9 {
    width: 75%; }
  .custom-theme .col-sm-8 {
    width: 66.66666667%; }
  .custom-theme .col-sm-7 {
    width: 58.33333333%; }
  .custom-theme .col-sm-6 {
    width: 50%; }
  .custom-theme .col-sm-5 {
    width: 41.66666667%; }
  .custom-theme .col-sm-4 {
    width: 33.33333333%; }
  .custom-theme .col-sm-3 {
    width: 25%; }
  .custom-theme .col-sm-2 {
    width: 16.66666667%; }
  .custom-theme .col-sm-1 {
    width: 8.33333333%; }
  .custom-theme .col-sm-pull-12 {
    right: 100%; }
  .custom-theme .col-sm-pull-11 {
    right: 91.66666667%; }
  .custom-theme .col-sm-pull-10 {
    right: 83.33333333%; }
  .custom-theme .col-sm-pull-9 {
    right: 75%; }
  .custom-theme .col-sm-pull-8 {
    right: 66.66666667%; }
  .custom-theme .col-sm-pull-7 {
    right: 58.33333333%; }
  .custom-theme .col-sm-pull-6 {
    right: 50%; }
  .custom-theme .col-sm-pull-5 {
    right: 41.66666667%; }
  .custom-theme .col-sm-pull-4 {
    right: 33.33333333%; }
  .custom-theme .col-sm-pull-3 {
    right: 25%; }
  .custom-theme .col-sm-pull-2 {
    right: 16.66666667%; }
  .custom-theme .col-sm-pull-1 {
    right: 8.33333333%; }
  .custom-theme .col-sm-pull-0 {
    right: auto; }
  .custom-theme .col-sm-push-12 {
    left: 100%; }
  .custom-theme .col-sm-push-11 {
    left: 91.66666667%; }
  .custom-theme .col-sm-push-10 {
    left: 83.33333333%; }
  .custom-theme .col-sm-push-9 {
    left: 75%; }
  .custom-theme .col-sm-push-8 {
    left: 66.66666667%; }
  .custom-theme .col-sm-push-7 {
    left: 58.33333333%; }
  .custom-theme .col-sm-push-6 {
    left: 50%; }
  .custom-theme .col-sm-push-5 {
    left: 41.66666667%; }
  .custom-theme .col-sm-push-4 {
    left: 33.33333333%; }
  .custom-theme .col-sm-push-3 {
    left: 25%; }
  .custom-theme .col-sm-push-2 {
    left: 16.66666667%; }
  .custom-theme .col-sm-push-1 {
    left: 8.33333333%; }
  .custom-theme .col-sm-push-0 {
    left: auto; }
  .custom-theme .col-sm-offset-12 {
    margin-left: 100%; }
  .custom-theme .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .custom-theme .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .custom-theme .col-sm-offset-9 {
    margin-left: 75%; }
  .custom-theme .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .custom-theme .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .custom-theme .col-sm-offset-6 {
    margin-left: 50%; }
  .custom-theme .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .custom-theme .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .custom-theme .col-sm-offset-3 {
    margin-left: 25%; }
  .custom-theme .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .custom-theme .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .custom-theme .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .custom-theme .col-md-1, .custom-theme .col-md-10, .custom-theme .col-md-11, .custom-theme .col-md-12, .custom-theme .col-md-2, .custom-theme .col-md-3, .custom-theme .col-md-4, .custom-theme .col-md-5, .custom-theme .col-md-6, .custom-theme .col-md-7, .custom-theme .col-md-8, .custom-theme .col-md-9 {
    float: left; }
  .custom-theme .col-md-12 {
    width: 100%; }
  .custom-theme .col-md-11 {
    width: 91.66666667%; }
  .custom-theme .col-md-10 {
    width: 83.33333333%; }
  .custom-theme .col-md-9 {
    width: 75%; }
  .custom-theme .col-md-8 {
    width: 66.66666667%; }
  .custom-theme .col-md-7 {
    width: 58.33333333%; }
  .custom-theme .col-md-6 {
    width: 50%; }
  .custom-theme .col-md-5 {
    width: 41.66666667%; }
  .custom-theme .col-md-4 {
    width: 33.33333333%; }
  .custom-theme .col-md-3 {
    width: 25%; }
  .custom-theme .col-md-2 {
    width: 16.66666667%; }
  .custom-theme .col-md-1 {
    width: 8.33333333%; }
  .custom-theme .col-md-pull-12 {
    right: 100%; }
  .custom-theme .col-md-pull-11 {
    right: 91.66666667%; }
  .custom-theme .col-md-pull-10 {
    right: 83.33333333%; }
  .custom-theme .col-md-pull-9 {
    right: 75%; }
  .custom-theme .col-md-pull-8 {
    right: 66.66666667%; }
  .custom-theme .col-md-pull-7 {
    right: 58.33333333%; }
  .custom-theme .col-md-pull-6 {
    right: 50%; }
  .custom-theme .col-md-pull-5 {
    right: 41.66666667%; }
  .custom-theme .col-md-pull-4 {
    right: 33.33333333%; }
  .custom-theme .col-md-pull-3 {
    right: 25%; }
  .custom-theme .col-md-pull-2 {
    right: 16.66666667%; }
  .custom-theme .col-md-pull-1 {
    right: 8.33333333%; }
  .custom-theme .col-md-pull-0 {
    right: auto; }
  .custom-theme .col-md-push-12 {
    left: 100%; }
  .custom-theme .col-md-push-11 {
    left: 91.66666667%; }
  .custom-theme .col-md-push-10 {
    left: 83.33333333%; }
  .custom-theme .col-md-push-9 {
    left: 75%; }
  .custom-theme .col-md-push-8 {
    left: 66.66666667%; }
  .custom-theme .col-md-push-7 {
    left: 58.33333333%; }
  .custom-theme .col-md-push-6 {
    left: 50%; }
  .custom-theme .col-md-push-5 {
    left: 41.66666667%; }
  .custom-theme .col-md-push-4 {
    left: 33.33333333%; }
  .custom-theme .col-md-push-3 {
    left: 25%; }
  .custom-theme .col-md-push-2 {
    left: 16.66666667%; }
  .custom-theme .col-md-push-1 {
    left: 8.33333333%; }
  .custom-theme .col-md-push-0 {
    left: auto; }
  .custom-theme .col-md-offset-12 {
    margin-left: 100%; }
  .custom-theme .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .custom-theme .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .custom-theme .col-md-offset-9 {
    margin-left: 75%; }
  .custom-theme .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .custom-theme .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .custom-theme .col-md-offset-6 {
    margin-left: 50%; }
  .custom-theme .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .custom-theme .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .custom-theme .col-md-offset-3 {
    margin-left: 25%; }
  .custom-theme .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .custom-theme .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .custom-theme .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .custom-theme .col-lg-1, .custom-theme .col-lg-10, .custom-theme .col-lg-11, .custom-theme .col-lg-12, .custom-theme .col-lg-2, .custom-theme .col-lg-3, .custom-theme .col-lg-4, .custom-theme .col-lg-5, .custom-theme .col-lg-6, .custom-theme .col-lg-7, .custom-theme .col-lg-8, .custom-theme .col-lg-9 {
    float: left; }
  .custom-theme .col-lg-12 {
    width: 100%; }
  .custom-theme .col-lg-11 {
    width: 91.66666667%; }
  .custom-theme .col-lg-10 {
    width: 83.33333333%; }
  .custom-theme .col-lg-9 {
    width: 75%; }
  .custom-theme .col-lg-8 {
    width: 66.66666667%; }
  .custom-theme .col-lg-7 {
    width: 58.33333333%; }
  .custom-theme .col-lg-6 {
    width: 50%; }
  .custom-theme .col-lg-5 {
    width: 41.66666667%; }
  .custom-theme .col-lg-4 {
    width: 33.33333333%; }
  .custom-theme .col-lg-3 {
    width: 25%; }
  .custom-theme .col-lg-2 {
    width: 16.66666667%; }
  .custom-theme .col-lg-1 {
    width: 8.33333333%; }
  .custom-theme .col-lg-pull-12 {
    right: 100%; }
  .custom-theme .col-lg-pull-11 {
    right: 91.66666667%; }
  .custom-theme .col-lg-pull-10 {
    right: 83.33333333%; }
  .custom-theme .col-lg-pull-9 {
    right: 75%; }
  .custom-theme .col-lg-pull-8 {
    right: 66.66666667%; }
  .custom-theme .col-lg-pull-7 {
    right: 58.33333333%; }
  .custom-theme .col-lg-pull-6 {
    right: 50%; }
  .custom-theme .col-lg-pull-5 {
    right: 41.66666667%; }
  .custom-theme .col-lg-pull-4 {
    right: 33.33333333%; }
  .custom-theme .col-lg-pull-3 {
    right: 25%; }
  .custom-theme .col-lg-pull-2 {
    right: 16.66666667%; }
  .custom-theme .col-lg-pull-1 {
    right: 8.33333333%; }
  .custom-theme .col-lg-pull-0 {
    right: auto; }
  .custom-theme .col-lg-push-12 {
    left: 100%; }
  .custom-theme .col-lg-push-11 {
    left: 91.66666667%; }
  .custom-theme .col-lg-push-10 {
    left: 83.33333333%; }
  .custom-theme .col-lg-push-9 {
    left: 75%; }
  .custom-theme .col-lg-push-8 {
    left: 66.66666667%; }
  .custom-theme .col-lg-push-7 {
    left: 58.33333333%; }
  .custom-theme .col-lg-push-6 {
    left: 50%; }
  .custom-theme .col-lg-push-5 {
    left: 41.66666667%; }
  .custom-theme .col-lg-push-4 {
    left: 33.33333333%; }
  .custom-theme .col-lg-push-3 {
    left: 25%; }
  .custom-theme .col-lg-push-2 {
    left: 16.66666667%; }
  .custom-theme .col-lg-push-1 {
    left: 8.33333333%; }
  .custom-theme .col-lg-push-0 {
    left: auto; }
  .custom-theme .col-lg-offset-12 {
    margin-left: 100%; }
  .custom-theme .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .custom-theme .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .custom-theme .col-lg-offset-9 {
    margin-left: 75%; }
  .custom-theme .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .custom-theme .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .custom-theme .col-lg-offset-6 {
    margin-left: 50%; }
  .custom-theme .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .custom-theme .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .custom-theme .col-lg-offset-3 {
    margin-left: 25%; }
  .custom-theme .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .custom-theme .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .custom-theme .col-lg-offset-0 {
    margin-left: 0; } }
.custom-theme table {
  background-color: transparent; }
.custom-theme caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }
.custom-theme th {
  text-align: left; }
.custom-theme .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
.custom-theme .table > tbody > tr > td, .custom-theme .table > tbody > tr > th, .custom-theme .table > tfoot > tr > td, .custom-theme .table > tfoot > tr > th, .custom-theme .table > thead > tr > td, .custom-theme .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }
.custom-theme .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }
.custom-theme .table > caption + thead > tr:first-child > td, .custom-theme .table > caption + thead > tr:first-child > th, .custom-theme .table > colgroup + thead > tr:first-child > td, .custom-theme .table > colgroup + thead > tr:first-child > th, .custom-theme .table > thead:first-child > tr:first-child > td, .custom-theme .table > thead:first-child > tr:first-child > th {
  border-top: 0; }
.custom-theme .table > tbody + tbody {
  border-top: 2px solid #ddd; }
.custom-theme .table .table {
  background-color: #fff; }
.custom-theme .table-condensed > tbody > tr > td, .custom-theme .table-condensed > tbody > tr > th, .custom-theme .table-condensed > tfoot > tr > td, .custom-theme .table-condensed > tfoot > tr > th, .custom-theme .table-condensed > thead > tr > td, .custom-theme .table-condensed > thead > tr > th {
  padding: 5px; }
.custom-theme .table-bordered {
  border: 1px solid #ddd; }
.custom-theme .table-bordered > tbody > tr > td, .custom-theme .table-bordered > tbody > tr > th, .custom-theme .table-bordered > tfoot > tr > td, .custom-theme .table-bordered > tfoot > tr > th, .custom-theme .table-bordered > thead > tr > td, .custom-theme .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }
.custom-theme .table-bordered > thead > tr > td, .custom-theme .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }
.custom-theme .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.custom-theme .table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }
.custom-theme table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }
.custom-theme table td[class*=col-], .custom-theme table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }
.custom-theme .table > tbody > tr.active > td, .custom-theme .table > tbody > tr.active > th, .custom-theme .table > tbody > tr > td.active, .custom-theme .table > tbody > tr > th.active, .custom-theme .table > tfoot > tr.active > td, .custom-theme .table > tfoot > tr.active > th, .custom-theme .table > tfoot > tr > td.active, .custom-theme .table > tfoot > tr > th.active, .custom-theme .table > thead > tr.active > td, .custom-theme .table > thead > tr.active > th, .custom-theme .table > thead > tr > td.active, .custom-theme .table > thead > tr > th.active {
  background-color: #f5f5f5; }
.custom-theme .table-hover > tbody > tr.active:hover > td, .custom-theme .table-hover > tbody > tr.active:hover > th, .custom-theme .table-hover > tbody > tr:hover > .active, .custom-theme .table-hover > tbody > tr > td.active:hover, .custom-theme .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }
.custom-theme .table > tbody > tr.success > td, .custom-theme .table > tbody > tr.success > th, .custom-theme .table > tbody > tr > td.success, .custom-theme .table > tbody > tr > th.success, .custom-theme .table > tfoot > tr.success > td, .custom-theme .table > tfoot > tr.success > th, .custom-theme .table > tfoot > tr > td.success, .custom-theme .table > tfoot > tr > th.success, .custom-theme .table > thead > tr.success > td, .custom-theme .table > thead > tr.success > th, .custom-theme .table > thead > tr > td.success, .custom-theme .table > thead > tr > th.success {
  background-color: #dff0d8; }
.custom-theme .table-hover > tbody > tr.success:hover > td, .custom-theme .table-hover > tbody > tr.success:hover > th, .custom-theme .table-hover > tbody > tr:hover > .success, .custom-theme .table-hover > tbody > tr > td.success:hover, .custom-theme .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }
.custom-theme .table > tbody > tr.info > td, .custom-theme .table > tbody > tr.info > th, .custom-theme .table > tbody > tr > td.info, .custom-theme .table > tbody > tr > th.info, .custom-theme .table > tfoot > tr.info > td, .custom-theme .table > tfoot > tr.info > th, .custom-theme .table > tfoot > tr > td.info, .custom-theme .table > tfoot > tr > th.info, .custom-theme .table > thead > tr.info > td, .custom-theme .table > thead > tr.info > th, .custom-theme .table > thead > tr > td.info, .custom-theme .table > thead > tr > th.info {
  background-color: #d9edf7; }
.custom-theme .table-hover > tbody > tr.info:hover > td, .custom-theme .table-hover > tbody > tr.info:hover > th, .custom-theme .table-hover > tbody > tr:hover > .info, .custom-theme .table-hover > tbody > tr > td.info:hover, .custom-theme .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }
.custom-theme .table > tbody > tr.warning > td, .custom-theme .table > tbody > tr.warning > th, .custom-theme .table > tbody > tr > td.warning, .custom-theme .table > tbody > tr > th.warning, .custom-theme .table > tfoot > tr.warning > td, .custom-theme .table > tfoot > tr.warning > th, .custom-theme .table > tfoot > tr > td.warning, .custom-theme .table > tfoot > tr > th.warning, .custom-theme .table > thead > tr.warning > td, .custom-theme .table > thead > tr.warning > th, .custom-theme .table > thead > tr > td.warning, .custom-theme .table > thead > tr > th.warning {
  background-color: #fcf8e3; }
.custom-theme .table-hover > tbody > tr.warning:hover > td, .custom-theme .table-hover > tbody > tr.warning:hover > th, .custom-theme .table-hover > tbody > tr:hover > .warning, .custom-theme .table-hover > tbody > tr > td.warning:hover, .custom-theme .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }
.custom-theme .table > tbody > tr.danger > td, .custom-theme .table > tbody > tr.danger > th, .custom-theme .table > tbody > tr > td.danger, .custom-theme .table > tbody > tr > th.danger, .custom-theme .table > tfoot > tr.danger > td, .custom-theme .table > tfoot > tr.danger > th, .custom-theme .table > tfoot > tr > td.danger, .custom-theme .table > tfoot > tr > th.danger, .custom-theme .table > thead > tr.danger > td, .custom-theme .table > thead > tr.danger > th, .custom-theme .table > thead > tr > td.danger, .custom-theme .table > thead > tr > th.danger {
  background-color: #f2dede; }
.custom-theme .table-hover > tbody > tr.danger:hover > td, .custom-theme .table-hover > tbody > tr.danger:hover > th, .custom-theme .table-hover > tbody > tr:hover > .danger, .custom-theme .table-hover > tbody > tr > td.danger:hover, .custom-theme .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }
.custom-theme .table-responsive {
  min-height: .01%;
  overflow-x: auto; }
@media screen and (max-width: 767px) {
  .custom-theme .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .custom-theme .table-responsive > .table {
    margin-bottom: 0; }
  .custom-theme .table-responsive > .table > tbody > tr > td, .custom-theme .table-responsive > .table > tbody > tr > th, .custom-theme .table-responsive > .table > tfoot > tr > td, .custom-theme .table-responsive > .table > tfoot > tr > th, .custom-theme .table-responsive > .table > thead > tr > td, .custom-theme .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .custom-theme .table-responsive > .table-bordered {
    border: 0; }
  .custom-theme .table-responsive > .table-bordered > tbody > tr > td:first-child, .custom-theme .table-responsive > .table-bordered > tbody > tr > th:first-child, .custom-theme .table-responsive > .table-bordered > tfoot > tr > td:first-child, .custom-theme .table-responsive > .table-bordered > tfoot > tr > th:first-child, .custom-theme .table-responsive > .table-bordered > thead > tr > td:first-child, .custom-theme .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .custom-theme .table-responsive > .table-bordered > tbody > tr > td:last-child, .custom-theme .table-responsive > .table-bordered > tbody > tr > th:last-child, .custom-theme .table-responsive > .table-bordered > tfoot > tr > td:last-child, .custom-theme .table-responsive > .table-bordered > tfoot > tr > th:last-child, .custom-theme .table-responsive > .table-bordered > thead > tr > td:last-child, .custom-theme .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .custom-theme .table-responsive > .table-bordered > tbody > tr:last-child > td, .custom-theme .table-responsive > .table-bordered > tbody > tr:last-child > th, .custom-theme .table-responsive > .table-bordered > tfoot > tr:last-child > td, .custom-theme .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
.custom-theme fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
.custom-theme legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
.custom-theme label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }
.custom-theme input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.custom-theme input[type=checkbox], .custom-theme input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }
.custom-theme input[type=file] {
  display: block; }
.custom-theme input[type=range] {
  display: block;
  width: 100%; }
.custom-theme select[multiple], .custom-theme select[size] {
  height: auto; }
.custom-theme input[type=file]:focus, .custom-theme input[type=checkbox]:focus, .custom-theme input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.custom-theme output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }
.custom-theme .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.custom-theme .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.custom-theme .form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }
.custom-theme .form-control:-ms-input-placeholder {
  color: #999; }
.custom-theme .form-control::-webkit-input-placeholder {
  color: #999; }
.custom-theme .form-control[disabled], .custom-theme .form-control[readonly], .custom-theme fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }
.custom-theme .form-control[disabled], .custom-theme fieldset[disabled] .form-control {
  cursor: not-allowed; }
.custom-theme textarea.form-control {
  height: auto; }
.custom-theme input[type=search] {
  -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-theme input[type=date].form-control, .custom-theme input[type=time].form-control, .custom-theme input[type=datetime-local].form-control, .custom-theme input[type=month].form-control {
    line-height: 34px; }
  .custom-theme .input-group-sm input[type=date], .custom-theme .input-group-sm input[type=time], .custom-theme .input-group-sm input[type=datetime-local], .custom-theme .input-group-sm input[type=month], .custom-theme input[type=date].input-sm, .custom-theme input[type=time].input-sm, .custom-theme input[type=datetime-local].input-sm, .custom-theme input[type=month].input-sm {
    line-height: 30px; }
  .custom-theme .input-group-lg input[type=date], .custom-theme .input-group-lg input[type=time], .custom-theme .input-group-lg input[type=datetime-local], .custom-theme .input-group-lg input[type=month], .custom-theme input[type=date].input-lg, .custom-theme input[type=time].input-lg, .custom-theme input[type=datetime-local].input-lg, .custom-theme input[type=month].input-lg {
    line-height: 46px; } }
.custom-theme .form-group {
  margin-bottom: 15px; }
.custom-theme .checkbox, .custom-theme .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
.custom-theme .checkbox label, .custom-theme .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }
.custom-theme .checkbox input[type=checkbox], .custom-theme .checkbox-inline input[type=checkbox], .custom-theme .radio input[type=radio], .custom-theme .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }
.custom-theme .checkbox + .checkbox, .custom-theme .radio + .radio {
  margin-top: -5px; }
.custom-theme .checkbox-inline, .custom-theme .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
.custom-theme .checkbox-inline + .checkbox-inline, .custom-theme .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }
.custom-theme fieldset[disabled] input[type=checkbox], .custom-theme fieldset[disabled] input[type=radio], .custom-theme input[type=checkbox].disabled, .custom-theme input[type=checkbox][disabled], .custom-theme input[type=radio].disabled, .custom-theme input[type=radio][disabled] {
  cursor: not-allowed; }
.custom-theme .checkbox-inline.disabled, .custom-theme .radio-inline.disabled, .custom-theme fieldset[disabled] .checkbox-inline, .custom-theme fieldset[disabled] .radio-inline {
  cursor: not-allowed; }
.custom-theme .checkbox.disabled label, .custom-theme .radio.disabled label, .custom-theme fieldset[disabled] .checkbox label, .custom-theme fieldset[disabled] .radio label {
  cursor: not-allowed; }
.custom-theme .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
.custom-theme .form-control-static.input-lg, .custom-theme .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }
.custom-theme .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.custom-theme select.input-sm {
  height: 30px;
  line-height: 30px; }
.custom-theme select[multiple].input-sm, .custom-theme textarea.input-sm {
  height: auto; }
.custom-theme .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.custom-theme .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.custom-theme .form-group-sm select[multiple].form-control, .custom-theme .form-group-sm textarea.form-control {
  height: auto; }
.custom-theme .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }
.custom-theme .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.custom-theme select.input-lg {
  height: 46px;
  line-height: 46px; }
.custom-theme select[multiple].input-lg, .custom-theme textarea.input-lg {
  height: auto; }
.custom-theme .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.custom-theme .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.custom-theme .form-group-lg select[multiple].form-control, .custom-theme .form-group-lg textarea.form-control {
  height: auto; }
.custom-theme .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.custom-theme .has-feedback {
  position: relative; }
.custom-theme .has-feedback .form-control {
  padding-right: 42.5px; }
.custom-theme .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }
.custom-theme .form-group-lg .form-control + .form-control-feedback, .custom-theme .input-group-lg + .form-control-feedback, .custom-theme .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
.custom-theme .form-group-sm .form-control + .form-control-feedback, .custom-theme .input-group-sm + .form-control-feedback, .custom-theme .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.custom-theme .has-success .checkbox, .custom-theme .has-success .checkbox-inline, .custom-theme .has-success .control-label, .custom-theme .has-success .help-block, .custom-theme .has-success .radio, .custom-theme .has-success .radio-inline, .custom-theme .has-success.checkbox label, .custom-theme .has-success.checkbox-inline label, .custom-theme .has-success.radio label, .custom-theme .has-success.radio-inline label {
  color: #3c763d; }
.custom-theme .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.custom-theme .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.custom-theme .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }
.custom-theme .has-success .form-control-feedback {
  color: #3c763d; }
.custom-theme .has-warning .checkbox, .custom-theme .has-warning .checkbox-inline, .custom-theme .has-warning .control-label, .custom-theme .has-warning .help-block, .custom-theme .has-warning .radio, .custom-theme .has-warning .radio-inline, .custom-theme .has-warning.checkbox label, .custom-theme .has-warning.checkbox-inline label, .custom-theme .has-warning.radio label, .custom-theme .has-warning.radio-inline label {
  color: #8a6d3b; }
.custom-theme .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.custom-theme .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.custom-theme .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }
.custom-theme .has-warning .form-control-feedback {
  color: #8a6d3b; }
.custom-theme .has-error .checkbox, .custom-theme .has-error .checkbox-inline, .custom-theme .has-error .control-label, .custom-theme .has-error .help-block, .custom-theme .has-error .radio, .custom-theme .has-error .radio-inline, .custom-theme .has-error.checkbox label, .custom-theme .has-error.checkbox-inline label, .custom-theme .has-error.radio label, .custom-theme .has-error.radio-inline label {
  color: #a94442; }
.custom-theme .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.custom-theme .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.custom-theme .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
.custom-theme .has-error .form-control-feedback {
  color: #a94442; }
.custom-theme .has-feedback label ~ .form-control-feedback {
  top: 25px; }
.custom-theme .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
.custom-theme .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
@media (min-width: 768px) {
  .custom-theme .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .custom-theme .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .custom-theme .form-inline .form-control-static {
    display: inline-block; }
  .custom-theme .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .custom-theme .form-inline .input-group .form-control, .custom-theme .form-inline .input-group .input-group-addon, .custom-theme .form-inline .input-group .input-group-btn {
    width: auto; }
  .custom-theme .form-inline .input-group > .form-control {
    width: 100%; }
  .custom-theme .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .custom-theme .form-inline .checkbox, .custom-theme .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .custom-theme .form-inline .checkbox label, .custom-theme .form-inline .radio label {
    padding-left: 0; }
  .custom-theme .form-inline .checkbox input[type=checkbox], .custom-theme .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .custom-theme .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.custom-theme .form-horizontal .checkbox, .custom-theme .form-horizontal .checkbox-inline, .custom-theme .form-horizontal .radio, .custom-theme .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }
.custom-theme .form-horizontal .checkbox, .custom-theme .form-horizontal .radio {
  min-height: 27px; }
.custom-theme .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
@media (min-width: 768px) {
  .custom-theme .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.custom-theme .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .custom-theme .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .custom-theme .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.custom-theme .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
.custom-theme .btn.active.focus, .custom-theme .btn.active:focus, .custom-theme .btn.focus, .custom-theme .btn:active.focus, .custom-theme .btn:active:focus, .custom-theme .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.custom-theme .btn.focus, .custom-theme .btn:focus, .custom-theme .btn:hover {
  color: #333;
  text-decoration: none; }
.custom-theme .btn.active, .custom-theme .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.custom-theme .btn.disabled, .custom-theme .btn[disabled], .custom-theme fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }
.custom-theme a.btn.disabled, .custom-theme fieldset[disabled] a.btn {
  pointer-events: none; }
.custom-theme .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
.custom-theme .btn-default.focus, .custom-theme .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }
.custom-theme .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }
.custom-theme .btn-default.active, .custom-theme .btn-default:active, .custom-theme .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }
.custom-theme .btn-default.active.focus, .custom-theme .btn-default.active:focus, .custom-theme .btn-default.active:hover, .custom-theme .btn-default:active.focus, .custom-theme .btn-default:active:focus, .custom-theme .btn-default:active:hover, .custom-theme .open > .dropdown-toggle.btn-default.focus, .custom-theme .open > .dropdown-toggle.btn-default:focus, .custom-theme .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }
.custom-theme .btn-default.active, .custom-theme .btn-default:active, .custom-theme .open > .dropdown-toggle.btn-default {
  background-image: none; }
.custom-theme .btn-default.disabled, .custom-theme .btn-default.disabled.active, .custom-theme .btn-default.disabled.focus, .custom-theme .btn-default.disabled:active, .custom-theme .btn-default.disabled:focus, .custom-theme .btn-default.disabled:hover, .custom-theme .btn-default[disabled], .custom-theme .btn-default[disabled].active, .custom-theme .btn-default[disabled].focus, .custom-theme .btn-default[disabled]:active, .custom-theme .btn-default[disabled]:focus, .custom-theme .btn-default[disabled]:hover, .custom-theme fieldset[disabled] .btn-default, .custom-theme fieldset[disabled] .btn-default.active, .custom-theme fieldset[disabled] .btn-default.focus, .custom-theme fieldset[disabled] .btn-default:active, .custom-theme fieldset[disabled] .btn-default:focus, .custom-theme fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }
.custom-theme .btn-default .badge {
  color: #fff;
  background-color: #333; }
.custom-theme .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
.custom-theme .btn-primary.focus, .custom-theme .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }
.custom-theme .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }
.custom-theme .btn-primary.active, .custom-theme .btn-primary:active, .custom-theme .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }
.custom-theme .btn-primary.active.focus, .custom-theme .btn-primary.active:focus, .custom-theme .btn-primary.active:hover, .custom-theme .btn-primary:active.focus, .custom-theme .btn-primary:active:focus, .custom-theme .btn-primary:active:hover, .custom-theme .open > .dropdown-toggle.btn-primary.focus, .custom-theme .open > .dropdown-toggle.btn-primary:focus, .custom-theme .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }
.custom-theme .btn-primary.active, .custom-theme .btn-primary:active, .custom-theme .open > .dropdown-toggle.btn-primary {
  background-image: none; }
.custom-theme .btn-primary.disabled, .custom-theme .btn-primary.disabled.active, .custom-theme .btn-primary.disabled.focus, .custom-theme .btn-primary.disabled:active, .custom-theme .btn-primary.disabled:focus, .custom-theme .btn-primary.disabled:hover, .custom-theme .btn-primary[disabled], .custom-theme .btn-primary[disabled].active, .custom-theme .btn-primary[disabled].focus, .custom-theme .btn-primary[disabled]:active, .custom-theme .btn-primary[disabled]:focus, .custom-theme .btn-primary[disabled]:hover, .custom-theme fieldset[disabled] .btn-primary, .custom-theme fieldset[disabled] .btn-primary.active, .custom-theme fieldset[disabled] .btn-primary.focus, .custom-theme fieldset[disabled] .btn-primary:active, .custom-theme fieldset[disabled] .btn-primary:focus, .custom-theme fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }
.custom-theme .btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }
.custom-theme .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
.custom-theme .btn-success.focus, .custom-theme .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }
.custom-theme .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }
.custom-theme .btn-success.active, .custom-theme .btn-success:active, .custom-theme .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }
.custom-theme .btn-success.active.focus, .custom-theme .btn-success.active:focus, .custom-theme .btn-success.active:hover, .custom-theme .btn-success:active.focus, .custom-theme .btn-success:active:focus, .custom-theme .btn-success:active:hover, .custom-theme .open > .dropdown-toggle.btn-success.focus, .custom-theme .open > .dropdown-toggle.btn-success:focus, .custom-theme .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }
.custom-theme .btn-success.active, .custom-theme .btn-success:active, .custom-theme .open > .dropdown-toggle.btn-success {
  background-image: none; }
.custom-theme .btn-success.disabled, .custom-theme .btn-success.disabled.active, .custom-theme .btn-success.disabled.focus, .custom-theme .btn-success.disabled:active, .custom-theme .btn-success.disabled:focus, .custom-theme .btn-success.disabled:hover, .custom-theme .btn-success[disabled], .custom-theme .btn-success[disabled].active, .custom-theme .btn-success[disabled].focus, .custom-theme .btn-success[disabled]:active, .custom-theme .btn-success[disabled]:focus, .custom-theme .btn-success[disabled]:hover, .custom-theme fieldset[disabled] .btn-success, .custom-theme fieldset[disabled] .btn-success.active, .custom-theme fieldset[disabled] .btn-success.focus, .custom-theme fieldset[disabled] .btn-success:active, .custom-theme fieldset[disabled] .btn-success:focus, .custom-theme fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }
.custom-theme .btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }
.custom-theme .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
.custom-theme .btn-info.focus, .custom-theme .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }
.custom-theme .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }
.custom-theme .btn-info.active, .custom-theme .btn-info:active, .custom-theme .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }
.custom-theme .btn-info.active.focus, .custom-theme .btn-info.active:focus, .custom-theme .btn-info.active:hover, .custom-theme .btn-info:active.focus, .custom-theme .btn-info:active:focus, .custom-theme .btn-info:active:hover, .custom-theme .open > .dropdown-toggle.btn-info.focus, .custom-theme .open > .dropdown-toggle.btn-info:focus, .custom-theme .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }
.custom-theme .btn-info.active, .custom-theme .btn-info:active, .custom-theme .open > .dropdown-toggle.btn-info {
  background-image: none; }
.custom-theme .btn-info.disabled, .custom-theme .btn-info.disabled.active, .custom-theme .btn-info.disabled.focus, .custom-theme .btn-info.disabled:active, .custom-theme .btn-info.disabled:focus, .custom-theme .btn-info.disabled:hover, .custom-theme .btn-info[disabled], .custom-theme .btn-info[disabled].active, .custom-theme .btn-info[disabled].focus, .custom-theme .btn-info[disabled]:active, .custom-theme .btn-info[disabled]:focus, .custom-theme .btn-info[disabled]:hover, .custom-theme fieldset[disabled] .btn-info, .custom-theme fieldset[disabled] .btn-info.active, .custom-theme fieldset[disabled] .btn-info.focus, .custom-theme fieldset[disabled] .btn-info:active, .custom-theme fieldset[disabled] .btn-info:focus, .custom-theme fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }
.custom-theme .btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }
.custom-theme .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
.custom-theme .btn-warning.focus, .custom-theme .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }
.custom-theme .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }
.custom-theme .btn-warning.active, .custom-theme .btn-warning:active, .custom-theme .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }
.custom-theme .btn-warning.active.focus, .custom-theme .btn-warning.active:focus, .custom-theme .btn-warning.active:hover, .custom-theme .btn-warning:active.focus, .custom-theme .btn-warning:active:focus, .custom-theme .btn-warning:active:hover, .custom-theme .open > .dropdown-toggle.btn-warning.focus, .custom-theme .open > .dropdown-toggle.btn-warning:focus, .custom-theme .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }
.custom-theme .btn-warning.active, .custom-theme .btn-warning:active, .custom-theme .open > .dropdown-toggle.btn-warning {
  background-image: none; }
.custom-theme .btn-warning.disabled, .custom-theme .btn-warning.disabled.active, .custom-theme .btn-warning.disabled.focus, .custom-theme .btn-warning.disabled:active, .custom-theme .btn-warning.disabled:focus, .custom-theme .btn-warning.disabled:hover, .custom-theme .btn-warning[disabled], .custom-theme .btn-warning[disabled].active, .custom-theme .btn-warning[disabled].focus, .custom-theme .btn-warning[disabled]:active, .custom-theme .btn-warning[disabled]:focus, .custom-theme .btn-warning[disabled]:hover, .custom-theme fieldset[disabled] .btn-warning, .custom-theme fieldset[disabled] .btn-warning.active, .custom-theme fieldset[disabled] .btn-warning.focus, .custom-theme fieldset[disabled] .btn-warning:active, .custom-theme fieldset[disabled] .btn-warning:focus, .custom-theme fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }
.custom-theme .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }
.custom-theme .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
.custom-theme .btn-danger.focus, .custom-theme .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }
.custom-theme .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }
.custom-theme .btn-danger.active, .custom-theme .btn-danger:active, .custom-theme .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }
.custom-theme .btn-danger.active.focus, .custom-theme .btn-danger.active:focus, .custom-theme .btn-danger.active:hover, .custom-theme .btn-danger:active.focus, .custom-theme .btn-danger:active:focus, .custom-theme .btn-danger:active:hover, .custom-theme .open > .dropdown-toggle.btn-danger.focus, .custom-theme .open > .dropdown-toggle.btn-danger:focus, .custom-theme .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }
.custom-theme .btn-danger.active, .custom-theme .btn-danger:active, .custom-theme .open > .dropdown-toggle.btn-danger {
  background-image: none; }
.custom-theme .btn-danger.disabled, .custom-theme .btn-danger.disabled.active, .custom-theme .btn-danger.disabled.focus, .custom-theme .btn-danger.disabled:active, .custom-theme .btn-danger.disabled:focus, .custom-theme .btn-danger.disabled:hover, .custom-theme .btn-danger[disabled], .custom-theme .btn-danger[disabled].active, .custom-theme .btn-danger[disabled].focus, .custom-theme .btn-danger[disabled]:active, .custom-theme .btn-danger[disabled]:focus, .custom-theme .btn-danger[disabled]:hover, .custom-theme fieldset[disabled] .btn-danger, .custom-theme fieldset[disabled] .btn-danger.active, .custom-theme fieldset[disabled] .btn-danger.focus, .custom-theme fieldset[disabled] .btn-danger:active, .custom-theme fieldset[disabled] .btn-danger:focus, .custom-theme fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }
.custom-theme .btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }
.custom-theme .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
.custom-theme .btn-link, .custom-theme .btn-link.active, .custom-theme .btn-link:active, .custom-theme .btn-link[disabled], .custom-theme fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
.custom-theme .btn-link, .custom-theme .btn-link:active, .custom-theme .btn-link:focus, .custom-theme .btn-link:hover {
  border-color: transparent; }
.custom-theme .btn-link:focus, .custom-theme .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }
.custom-theme .btn-link[disabled]:focus, .custom-theme .btn-link[disabled]:hover, .custom-theme fieldset[disabled] .btn-link:focus, .custom-theme fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }
.custom-theme .btn-group-lg > .btn, .custom-theme .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.custom-theme .btn-group-sm > .btn, .custom-theme .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.custom-theme .btn-group-xs > .btn, .custom-theme .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.custom-theme .btn-block {
  display: block;
  width: 100%; }
.custom-theme .btn-block + .btn-block {
  margin-top: 5px; }
.custom-theme input[type=button].btn-block, .custom-theme input[type=reset].btn-block, .custom-theme input[type=submit].btn-block {
  width: 100%; }
.custom-theme .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
.custom-theme .fade.in {
  opacity: 1; }
.custom-theme .collapse {
  display: none; }
.custom-theme .collapse.in {
  display: block; }
.custom-theme tr.collapse.in {
  display: table-row; }
.custom-theme tbody.collapse.in {
  display: table-row-group; }
.custom-theme .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }
.custom-theme .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.custom-theme .dropdown, .custom-theme .dropup {
  position: relative; }
.custom-theme .dropdown-toggle:focus {
  outline: 0; }
.custom-theme .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.custom-theme .dropdown-menu.pull-right {
  right: 0;
  left: auto; }
.custom-theme .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.custom-theme .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }
.custom-theme .dropdown-menu > li > a:focus, .custom-theme .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }
.custom-theme .dropdown-menu > .active > a, .custom-theme .dropdown-menu > .active > a:focus, .custom-theme .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }
.custom-theme .dropdown-menu > .disabled > a, .custom-theme .dropdown-menu > .disabled > a:focus, .custom-theme .dropdown-menu > .disabled > a:hover {
  color: #777; }
.custom-theme .dropdown-menu > .disabled > a:focus, .custom-theme .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none; }
.custom-theme .open > .dropdown-menu {
  display: block; }
.custom-theme .open > a {
  outline: 0; }
.custom-theme .dropdown-menu-right {
  right: 0;
  left: auto; }
.custom-theme .dropdown-menu-left {
  right: auto;
  left: 0; }
.custom-theme .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }
.custom-theme .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }
.custom-theme .pull-right > .dropdown-menu {
  right: 0;
  left: auto; }
.custom-theme .dropup .caret, .custom-theme .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }
.custom-theme .dropup .dropdown-menu, .custom-theme .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }
@media (min-width: 768px) {
  .custom-theme .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .custom-theme .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.custom-theme .btn-group, .custom-theme .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.custom-theme .btn-group-vertical > .btn, .custom-theme .btn-group > .btn {
  position: relative;
  float: left; }
.custom-theme .btn-group-vertical > .btn.active, .custom-theme .btn-group-vertical > .btn:active, .custom-theme .btn-group-vertical > .btn:focus, .custom-theme .btn-group-vertical > .btn:hover, .custom-theme .btn-group > .btn.active, .custom-theme .btn-group > .btn:active, .custom-theme .btn-group > .btn:focus, .custom-theme .btn-group > .btn:hover {
  z-index: 2; }
.custom-theme .btn-group .btn + .btn, .custom-theme .btn-group .btn + .btn-group, .custom-theme .btn-group .btn-group + .btn, .custom-theme .btn-group .btn-group + .btn-group {
  margin-left: -1px; }
.custom-theme .btn-toolbar {
  margin-left: -5px; }
.custom-theme .btn-toolbar .btn, .custom-theme .btn-toolbar .btn-group, .custom-theme .btn-toolbar .input-group {
  float: left; }
.custom-theme .btn-toolbar > .btn, .custom-theme .btn-toolbar > .btn-group, .custom-theme .btn-toolbar > .input-group {
  margin-left: 5px; }
.custom-theme .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }
.custom-theme .btn-group > .btn:first-child {
  margin-left: 0; }
.custom-theme .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.custom-theme .btn-group > .btn:last-child:not(:first-child), .custom-theme .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-theme .btn-group > .btn-group {
  float: left; }
.custom-theme .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.custom-theme .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .custom-theme .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.custom-theme .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-theme .btn-group .dropdown-toggle:active, .custom-theme .btn-group.open .dropdown-toggle {
  outline: 0; }
.custom-theme .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }
.custom-theme .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }
.custom-theme .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.custom-theme .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }
.custom-theme .btn .caret {
  margin-left: 0; }
.custom-theme .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }
.custom-theme .dropup .btn-lg .caret {
  border-width: 0 5px 5px; }
.custom-theme .btn-group-vertical > .btn, .custom-theme .btn-group-vertical > .btn-group, .custom-theme .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.custom-theme .btn-group-vertical > .btn-group > .btn {
  float: none; }
.custom-theme .btn-group-vertical > .btn + .btn, .custom-theme .btn-group-vertical > .btn + .btn-group, .custom-theme .btn-group-vertical > .btn-group + .btn, .custom-theme .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.custom-theme .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.custom-theme .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.custom-theme .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }
.custom-theme .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.custom-theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .custom-theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.custom-theme .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.custom-theme .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
.custom-theme .btn-group-justified > .btn, .custom-theme .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }
.custom-theme .btn-group-justified > .btn-group .btn {
  width: 100%; }
.custom-theme .btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }
.custom-theme [data-toggle=buttons] > .btn input[type=checkbox], .custom-theme [data-toggle=buttons] > .btn input[type=radio], .custom-theme [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .custom-theme [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
.custom-theme .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
.custom-theme .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }
.custom-theme .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }
.custom-theme .input-group-lg > .form-control, .custom-theme .input-group-lg > .input-group-addon, .custom-theme .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.custom-theme select.input-group-lg > .form-control, .custom-theme select.input-group-lg > .input-group-addon, .custom-theme select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }
.custom-theme select[multiple].input-group-lg > .form-control, .custom-theme select[multiple].input-group-lg > .input-group-addon, .custom-theme select[multiple].input-group-lg > .input-group-btn > .btn, .custom-theme textarea.input-group-lg > .form-control, .custom-theme textarea.input-group-lg > .input-group-addon, .custom-theme textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }
.custom-theme .input-group-sm > .form-control, .custom-theme .input-group-sm > .input-group-addon, .custom-theme .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.custom-theme select.input-group-sm > .form-control, .custom-theme select.input-group-sm > .input-group-addon, .custom-theme select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }
.custom-theme select[multiple].input-group-sm > .form-control, .custom-theme select[multiple].input-group-sm > .input-group-addon, .custom-theme select[multiple].input-group-sm > .input-group-btn > .btn, .custom-theme textarea.input-group-sm > .form-control, .custom-theme textarea.input-group-sm > .input-group-addon, .custom-theme textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }
.custom-theme .input-group .form-control, .custom-theme .input-group-addon, .custom-theme .input-group-btn {
  display: table-cell; }
.custom-theme .input-group .form-control:not(:first-child):not(:last-child), .custom-theme .input-group-addon:not(:first-child):not(:last-child), .custom-theme .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.custom-theme .input-group-addon, .custom-theme .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }
.custom-theme .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }
.custom-theme .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }
.custom-theme .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }
.custom-theme .input-group-addon input[type=checkbox], .custom-theme .input-group-addon input[type=radio] {
  margin-top: 0; }
.custom-theme .input-group .form-control:first-child, .custom-theme .input-group-addon:first-child, .custom-theme .input-group-btn:first-child > .btn, .custom-theme .input-group-btn:first-child > .btn-group > .btn, .custom-theme .input-group-btn:first-child > .dropdown-toggle, .custom-theme .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .custom-theme .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.custom-theme .input-group-addon:first-child {
  border-right: 0; }
.custom-theme .input-group .form-control:last-child, .custom-theme .input-group-addon:last-child, .custom-theme .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .custom-theme .input-group-btn:first-child > .btn:not(:first-child), .custom-theme .input-group-btn:last-child > .btn, .custom-theme .input-group-btn:last-child > .btn-group > .btn, .custom-theme .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-theme .input-group-addon:last-child {
  border-left: 0; }
.custom-theme .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
.custom-theme .input-group-btn > .btn {
  position: relative; }
.custom-theme .input-group-btn > .btn + .btn {
  margin-left: -1px; }
.custom-theme .input-group-btn > .btn:active, .custom-theme .input-group-btn > .btn:focus, .custom-theme .input-group-btn > .btn:hover {
  z-index: 2; }
.custom-theme .input-group-btn:first-child > .btn, .custom-theme .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }
.custom-theme .input-group-btn:last-child > .btn, .custom-theme .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }
.custom-theme .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.custom-theme .nav > li {
  position: relative;
  display: block; }
.custom-theme .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }
.custom-theme .nav > li > a:focus, .custom-theme .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }
.custom-theme .nav > li.disabled > a {
  color: #777; }
.custom-theme .nav > li.disabled > a:focus, .custom-theme .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }
.custom-theme .nav .open > a, .custom-theme .nav .open > a:focus, .custom-theme .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }
.custom-theme .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.custom-theme .nav > li > a > img {
  max-width: none; }
.custom-theme .nav-tabs {
  border-bottom: 1px solid #ddd; }
.custom-theme .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }
.custom-theme .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }
.custom-theme .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }
.custom-theme .nav-tabs > li.active > a, .custom-theme .nav-tabs > li.active > a:focus, .custom-theme .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }
.custom-theme .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }
.custom-theme .nav-tabs.nav-justified > li {
  float: none; }
.custom-theme .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }
.custom-theme .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }
@media (min-width: 768px) {
  .custom-theme .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .custom-theme .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.custom-theme .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }
.custom-theme .nav-tabs.nav-justified > .active > a, .custom-theme .nav-tabs.nav-justified > .active > a:focus, .custom-theme .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }
@media (min-width: 768px) {
  .custom-theme .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .custom-theme .nav-tabs.nav-justified > .active > a, .custom-theme .nav-tabs.nav-justified > .active > a:focus, .custom-theme .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.custom-theme .nav-pills > li {
  float: left; }
.custom-theme .nav-pills > li > a {
  border-radius: 4px; }
.custom-theme .nav-pills > li + li {
  margin-left: 2px; }
.custom-theme .nav-pills > li.active > a, .custom-theme .nav-pills > li.active > a:focus, .custom-theme .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }
.custom-theme .nav-stacked > li {
  float: none; }
.custom-theme .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }
.custom-theme .nav-justified {
  width: 100%; }
.custom-theme .nav-justified > li {
  float: none; }
.custom-theme .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }
.custom-theme .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }
@media (min-width: 768px) {
  .custom-theme .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .custom-theme .nav-justified > li > a {
    margin-bottom: 0; } }
.custom-theme .nav-tabs-justified {
  border-bottom: 0; }
.custom-theme .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }
.custom-theme .nav-tabs-justified > .active > a, .custom-theme .nav-tabs-justified > .active > a:focus, .custom-theme .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }
@media (min-width: 768px) {
  .custom-theme .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .custom-theme .nav-tabs-justified > .active > a, .custom-theme .nav-tabs-justified > .active > a:focus, .custom-theme .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.custom-theme .tab-content > .tab-pane {
  display: none; }
.custom-theme .tab-content > .active {
  display: block; }
.custom-theme .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.custom-theme .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
@media (min-width: 768px) {
  .custom-theme .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .custom-theme .navbar-header {
    float: left; } }
.custom-theme .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
.custom-theme .navbar-collapse.in {
  overflow-y: auto; }
@media (min-width: 768px) {
  .custom-theme .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .custom-theme .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .custom-theme .navbar-collapse.in {
    overflow-y: visible; }
  .custom-theme .navbar-fixed-bottom .navbar-collapse, .custom-theme .navbar-fixed-top .navbar-collapse, .custom-theme .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.custom-theme .navbar-fixed-bottom .navbar-collapse, .custom-theme .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
  .custom-theme .navbar-fixed-bottom .navbar-collapse, .custom-theme .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
.custom-theme .container-fluid > .navbar-collapse, .custom-theme .container-fluid > .navbar-header, .custom-theme .container > .navbar-collapse, .custom-theme .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }
@media (min-width: 768px) {
  .custom-theme .container-fluid > .navbar-collapse, .custom-theme .container-fluid > .navbar-header, .custom-theme .container > .navbar-collapse, .custom-theme .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }
.custom-theme .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
@media (min-width: 768px) {
  .custom-theme .navbar-static-top {
    border-radius: 0; } }
.custom-theme .navbar-fixed-bottom, .custom-theme .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
@media (min-width: 768px) {
  .custom-theme .navbar-fixed-bottom, .custom-theme .navbar-fixed-top {
    border-radius: 0; } }
.custom-theme .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }
.custom-theme .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }
.custom-theme .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
.custom-theme .navbar-brand:focus, .custom-theme .navbar-brand:hover {
  text-decoration: none; }
.custom-theme .navbar-brand > img {
  display: block; }
@media (min-width: 768px) {
  .custom-theme .navbar > .container .navbar-brand, .custom-theme .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.custom-theme .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
.custom-theme .navbar-toggle:focus {
  outline: 0; }
.custom-theme .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }
.custom-theme .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }
@media (min-width: 768px) {
  .custom-theme .navbar-toggle {
    display: none; } }
.custom-theme .navbar-nav {
  margin: 7.5px -15px; }
.custom-theme .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }
@media (max-width: 767px) {
  .custom-theme .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .custom-theme .navbar-nav .open .dropdown-menu .dropdown-header, .custom-theme .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .custom-theme .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .custom-theme .navbar-nav .open .dropdown-menu > li > a:focus, .custom-theme .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }
@media (min-width: 768px) {
  .custom-theme .navbar-nav {
    float: left;
    margin: 0; }
  .custom-theme .navbar-nav > li {
    float: left; }
  .custom-theme .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.custom-theme .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
@media (min-width: 768px) {
  .custom-theme .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .custom-theme .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .custom-theme .navbar-form .form-control-static {
    display: inline-block; }
  .custom-theme .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .custom-theme .navbar-form .input-group .form-control, .custom-theme .navbar-form .input-group .input-group-addon, .custom-theme .navbar-form .input-group .input-group-btn {
    width: auto; }
  .custom-theme .navbar-form .input-group > .form-control {
    width: 100%; }
  .custom-theme .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .custom-theme .navbar-form .checkbox, .custom-theme .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .custom-theme .navbar-form .checkbox label, .custom-theme .navbar-form .radio label {
    padding-left: 0; }
  .custom-theme .navbar-form .checkbox input[type=checkbox], .custom-theme .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .custom-theme .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .custom-theme .navbar-form .form-group {
    margin-bottom: 5px; }
  .custom-theme .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .custom-theme .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.custom-theme .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.custom-theme .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.custom-theme .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
.custom-theme .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }
.custom-theme .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }
.custom-theme .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .custom-theme .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }
@media (min-width: 768px) {
  .custom-theme .navbar-left {
    float: left !important; }
  .custom-theme .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .custom-theme .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.custom-theme .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
.custom-theme .navbar-default .navbar-brand {
  color: #777; }
.custom-theme .navbar-default .navbar-brand:focus, .custom-theme .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }
.custom-theme .navbar-default .navbar-text {
  color: #777; }
.custom-theme .navbar-default .navbar-nav > li > a {
  color: #777; }
.custom-theme .navbar-default .navbar-nav > li > a:focus, .custom-theme .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }
.custom-theme .navbar-default .navbar-nav > .active > a, .custom-theme .navbar-default .navbar-nav > .active > a:focus, .custom-theme .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }
.custom-theme .navbar-default .navbar-nav > .disabled > a, .custom-theme .navbar-default .navbar-nav > .disabled > a:focus, .custom-theme .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }
.custom-theme .navbar-default .navbar-toggle {
  border-color: #ddd; }
.custom-theme .navbar-default .navbar-toggle:focus, .custom-theme .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }
.custom-theme .navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }
.custom-theme .navbar-default .navbar-collapse, .custom-theme .navbar-default .navbar-form {
  border-color: #e7e7e7; }
.custom-theme .navbar-default .navbar-nav > .open > a, .custom-theme .navbar-default .navbar-nav > .open > a:focus, .custom-theme .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }
@media (max-width: 767px) {
  .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .custom-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }
.custom-theme .navbar-default .navbar-link {
  color: #777; }
.custom-theme .navbar-default .navbar-link:hover {
  color: #333; }
.custom-theme .navbar-default .btn-link {
  color: #777; }
.custom-theme .navbar-default .btn-link:focus, .custom-theme .navbar-default .btn-link:hover {
  color: #333; }
.custom-theme .navbar-default .btn-link[disabled]:focus, .custom-theme .navbar-default .btn-link[disabled]:hover, .custom-theme fieldset[disabled] .navbar-default .btn-link:focus, .custom-theme fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }
.custom-theme .navbar-inverse {
  background-color: #222;
  border-color: #080808; }
.custom-theme .navbar-inverse .navbar-brand {
  color: #9d9d9d; }
.custom-theme .navbar-inverse .navbar-brand:focus, .custom-theme .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }
.custom-theme .navbar-inverse .navbar-text {
  color: #9d9d9d; }
.custom-theme .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }
.custom-theme .navbar-inverse .navbar-nav > li > a:focus, .custom-theme .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }
.custom-theme .navbar-inverse .navbar-nav > .active > a, .custom-theme .navbar-inverse .navbar-nav > .active > a:focus, .custom-theme .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }
.custom-theme .navbar-inverse .navbar-nav > .disabled > a, .custom-theme .navbar-inverse .navbar-nav > .disabled > a:focus, .custom-theme .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }
.custom-theme .navbar-inverse .navbar-toggle {
  border-color: #333; }
.custom-theme .navbar-inverse .navbar-toggle:focus, .custom-theme .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }
.custom-theme .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }
.custom-theme .navbar-inverse .navbar-collapse, .custom-theme .navbar-inverse .navbar-form {
  border-color: #101010; }
.custom-theme .navbar-inverse .navbar-nav > .open > a, .custom-theme .navbar-inverse .navbar-nav > .open > a:focus, .custom-theme .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }
@media (max-width: 767px) {
  .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .custom-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }
.custom-theme .navbar-inverse .navbar-link {
  color: #9d9d9d; }
.custom-theme .navbar-inverse .navbar-link:hover {
  color: #fff; }
.custom-theme .navbar-inverse .btn-link {
  color: #9d9d9d; }
.custom-theme .navbar-inverse .btn-link:focus, .custom-theme .navbar-inverse .btn-link:hover {
  color: #fff; }
.custom-theme .navbar-inverse .btn-link[disabled]:focus, .custom-theme .navbar-inverse .btn-link[disabled]:hover, .custom-theme fieldset[disabled] .navbar-inverse .btn-link:focus, .custom-theme fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }
.custom-theme .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
.custom-theme .breadcrumb > li {
  display: inline-block; }
.custom-theme .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }
.custom-theme .breadcrumb > .active {
  color: #777; }
.custom-theme .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
.custom-theme .pagination > li {
  display: inline; }
.custom-theme .pagination > li > a, .custom-theme .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
.custom-theme .pagination > li:first-child > a, .custom-theme .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.custom-theme .pagination > li:last-child > a, .custom-theme .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.custom-theme .pagination > li > a:focus, .custom-theme .pagination > li > a:hover, .custom-theme .pagination > li > span:focus, .custom-theme .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }
.custom-theme .pagination > .active > a, .custom-theme .pagination > .active > a:focus, .custom-theme .pagination > .active > a:hover, .custom-theme .pagination > .active > span, .custom-theme .pagination > .active > span:focus, .custom-theme .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }
.custom-theme .pagination > .disabled > a, .custom-theme .pagination > .disabled > a:focus, .custom-theme .pagination > .disabled > a:hover, .custom-theme .pagination > .disabled > span, .custom-theme .pagination > .disabled > span:focus, .custom-theme .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }
.custom-theme .pagination-lg > li > a, .custom-theme .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.custom-theme .pagination-lg > li:first-child > a, .custom-theme .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.custom-theme .pagination-lg > li:last-child > a, .custom-theme .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
.custom-theme .pagination-sm > li > a, .custom-theme .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.custom-theme .pagination-sm > li:first-child > a, .custom-theme .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.custom-theme .pagination-sm > li:last-child > a, .custom-theme .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.custom-theme .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
.custom-theme .pager li {
  display: inline; }
.custom-theme .pager li > a, .custom-theme .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }
.custom-theme .pager li > a:focus, .custom-theme .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }
.custom-theme .pager .next > a, .custom-theme .pager .next > span {
  float: right; }
.custom-theme .pager .previous > a, .custom-theme .pager .previous > span {
  float: left; }
.custom-theme .pager .disabled > a, .custom-theme .pager .disabled > a:focus, .custom-theme .pager .disabled > a:hover, .custom-theme .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }
.custom-theme .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
.custom-theme a.label:focus, .custom-theme a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
.custom-theme .label:empty {
  display: none; }
.custom-theme .btn .label {
  position: relative;
  top: -1px; }
.custom-theme .label-default {
  background-color: #777; }
.custom-theme .label-default[href]:focus, .custom-theme .label-default[href]:hover {
  background-color: #5e5e5e; }
.custom-theme .label-primary {
  background-color: #337ab7; }
.custom-theme .label-primary[href]:focus, .custom-theme .label-primary[href]:hover {
  background-color: #286090; }
.custom-theme .label-success {
  background-color: #5cb85c; }
.custom-theme .label-success[href]:focus, .custom-theme .label-success[href]:hover {
  background-color: #449d44; }
.custom-theme .label-info {
  background-color: #5bc0de; }
.custom-theme .label-info[href]:focus, .custom-theme .label-info[href]:hover {
  background-color: #31b0d5; }
.custom-theme .label-warning {
  background-color: #f0ad4e; }
.custom-theme .label-warning[href]:focus, .custom-theme .label-warning[href]:hover {
  background-color: #ec971f; }
.custom-theme .label-danger {
  background-color: #d9534f; }
.custom-theme .label-danger[href]:focus, .custom-theme .label-danger[href]:hover {
  background-color: #c9302c; }
.custom-theme .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }
.custom-theme .badge:empty {
  display: none; }
.custom-theme .btn .badge {
  position: relative;
  top: -1px; }
.custom-theme .btn-group-xs > .btn .badge, .custom-theme .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }
.custom-theme a.badge:focus, .custom-theme a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
.custom-theme .list-group-item.active > .badge, .custom-theme .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }
.custom-theme .list-group-item > .badge {
  float: right; }
.custom-theme .list-group-item > .badge + .badge {
  margin-right: 5px; }
.custom-theme .nav-pills > li > a > .badge {
  margin-left: 3px; }
.custom-theme .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }
.custom-theme .jumbotron .h1, .custom-theme .jumbotron h1 {
  color: inherit; }
.custom-theme .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }
.custom-theme .jumbotron > hr {
  border-top-color: #d5d5d5; }
.custom-theme .container .jumbotron, .custom-theme .container-fluid .jumbotron {
  border-radius: 6px; }
.custom-theme .jumbotron .container {
  max-width: 100%; }
@media screen and (min-width: 768px) {
  .custom-theme .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .custom-theme .container .jumbotron, .custom-theme .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .custom-theme .jumbotron .h1, .custom-theme .jumbotron h1 {
    font-size: 63px; } }
.custom-theme .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }
.custom-theme .thumbnail a > img, .custom-theme .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }
.custom-theme a.thumbnail.active, .custom-theme a.thumbnail:focus, .custom-theme a.thumbnail:hover {
  border-color: #337ab7; }
.custom-theme .thumbnail .caption {
  padding: 9px;
  color: #333; }
.custom-theme .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
.custom-theme .alert h4 {
  margin-top: 0;
  color: inherit; }
.custom-theme .alert .alert-link {
  font-weight: 700; }
.custom-theme .alert > p, .custom-theme .alert > ul {
  margin-bottom: 0; }
.custom-theme .alert > p + p {
  margin-top: 5px; }
.custom-theme .alert-dismissable, .custom-theme .alert-dismissible {
  padding-right: 35px; }
.custom-theme .alert-dismissable .close, .custom-theme .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }
.custom-theme .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
.custom-theme .alert-success hr {
  border-top-color: #c9e2b3; }
.custom-theme .alert-success .alert-link {
  color: #2b542c; }
.custom-theme .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
.custom-theme .alert-info hr {
  border-top-color: #a6e1ec; }
.custom-theme .alert-info .alert-link {
  color: #245269; }
.custom-theme .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
.custom-theme .alert-warning hr {
  border-top-color: #f7e1b5; }
.custom-theme .alert-warning .alert-link {
  color: #66512c; }
.custom-theme .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
.custom-theme .alert-danger hr {
  border-top-color: #e4b9c0; }
.custom-theme .alert-danger .alert-link {
  color: #843534; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.custom-theme .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.custom-theme .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }
.custom-theme .progress-bar-striped, .custom-theme .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }
.custom-theme .progress-bar.active, .custom-theme .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }
.custom-theme .progress-bar-success {
  background-color: #5cb85c; }
.custom-theme .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.custom-theme .progress-bar-info {
  background-color: #5bc0de; }
.custom-theme .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.custom-theme .progress-bar-warning {
  background-color: #f0ad4e; }
.custom-theme .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.custom-theme .progress-bar-danger {
  background-color: #d9534f; }
.custom-theme .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.custom-theme .media {
  margin-top: 15px; }
.custom-theme .media:first-child {
  margin-top: 0; }
.custom-theme .media, .custom-theme .media-body {
  overflow: hidden;
  zoom: 1; }
.custom-theme .media-body {
  width: 10000px; }
.custom-theme .media-object {
  display: block; }
.custom-theme .media-object.img-thumbnail {
  max-width: none; }
.custom-theme .media-right, .custom-theme .media > .pull-right {
  padding-left: 10px; }
.custom-theme .media-left, .custom-theme .media > .pull-left {
  padding-right: 10px; }
.custom-theme .media-body, .custom-theme .media-left, .custom-theme .media-right {
  display: table-cell;
  vertical-align: top; }
.custom-theme .media-middle {
  vertical-align: middle; }
.custom-theme .media-bottom {
  vertical-align: bottom; }
.custom-theme .media-heading {
  margin-top: 0;
  margin-bottom: 5px; }
.custom-theme .media-list {
  padding-left: 0;
  list-style: none; }
.custom-theme .list-group {
  padding-left: 0;
  margin-bottom: 20px; }
.custom-theme .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
.custom-theme .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.custom-theme .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
.custom-theme a.list-group-item, .custom-theme button.list-group-item {
  color: #555; }
.custom-theme a.list-group-item .list-group-item-heading, .custom-theme button.list-group-item .list-group-item-heading {
  color: #333; }
.custom-theme a.list-group-item:focus, .custom-theme a.list-group-item:hover, .custom-theme button.list-group-item:focus, .custom-theme button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }
.custom-theme button.list-group-item {
  width: 100%;
  text-align: left; }
.custom-theme .list-group-item.disabled, .custom-theme .list-group-item.disabled:focus, .custom-theme .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }
.custom-theme .list-group-item.disabled .list-group-item-heading, .custom-theme .list-group-item.disabled:focus .list-group-item-heading, .custom-theme .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }
.custom-theme .list-group-item.disabled .list-group-item-text, .custom-theme .list-group-item.disabled:focus .list-group-item-text, .custom-theme .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }
.custom-theme .list-group-item.active, .custom-theme .list-group-item.active:focus, .custom-theme .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
.custom-theme .list-group-item.active .list-group-item-heading, .custom-theme .list-group-item.active .list-group-item-heading > .small, .custom-theme .list-group-item.active .list-group-item-heading > small, .custom-theme .list-group-item.active:focus .list-group-item-heading, .custom-theme .list-group-item.active:focus .list-group-item-heading > .small, .custom-theme .list-group-item.active:focus .list-group-item-heading > small, .custom-theme .list-group-item.active:hover .list-group-item-heading, .custom-theme .list-group-item.active:hover .list-group-item-heading > .small, .custom-theme .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }
.custom-theme .list-group-item.active .list-group-item-text, .custom-theme .list-group-item.active:focus .list-group-item-text, .custom-theme .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }
.custom-theme .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }
.custom-theme a.list-group-item-success, .custom-theme button.list-group-item-success {
  color: #3c763d; }
.custom-theme a.list-group-item-success .list-group-item-heading, .custom-theme button.list-group-item-success .list-group-item-heading {
  color: inherit; }
.custom-theme a.list-group-item-success:focus, .custom-theme a.list-group-item-success:hover, .custom-theme button.list-group-item-success:focus, .custom-theme button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }
.custom-theme a.list-group-item-success.active, .custom-theme a.list-group-item-success.active:focus, .custom-theme a.list-group-item-success.active:hover, .custom-theme button.list-group-item-success.active, .custom-theme button.list-group-item-success.active:focus, .custom-theme button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }
.custom-theme .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }
.custom-theme a.list-group-item-info, .custom-theme button.list-group-item-info {
  color: #31708f; }
.custom-theme a.list-group-item-info .list-group-item-heading, .custom-theme button.list-group-item-info .list-group-item-heading {
  color: inherit; }
.custom-theme a.list-group-item-info:focus, .custom-theme a.list-group-item-info:hover, .custom-theme button.list-group-item-info:focus, .custom-theme button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }
.custom-theme a.list-group-item-info.active, .custom-theme a.list-group-item-info.active:focus, .custom-theme a.list-group-item-info.active:hover, .custom-theme button.list-group-item-info.active, .custom-theme button.list-group-item-info.active:focus, .custom-theme button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }
.custom-theme .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }
.custom-theme a.list-group-item-warning, .custom-theme button.list-group-item-warning {
  color: #8a6d3b; }
.custom-theme a.list-group-item-warning .list-group-item-heading, .custom-theme button.list-group-item-warning .list-group-item-heading {
  color: inherit; }
.custom-theme a.list-group-item-warning:focus, .custom-theme a.list-group-item-warning:hover, .custom-theme button.list-group-item-warning:focus, .custom-theme button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }
.custom-theme a.list-group-item-warning.active, .custom-theme a.list-group-item-warning.active:focus, .custom-theme a.list-group-item-warning.active:hover, .custom-theme button.list-group-item-warning.active, .custom-theme button.list-group-item-warning.active:focus, .custom-theme button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }
.custom-theme .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }
.custom-theme a.list-group-item-danger, .custom-theme button.list-group-item-danger {
  color: #a94442; }
.custom-theme a.list-group-item-danger .list-group-item-heading, .custom-theme button.list-group-item-danger .list-group-item-heading {
  color: inherit; }
.custom-theme a.list-group-item-danger:focus, .custom-theme a.list-group-item-danger:hover, .custom-theme button.list-group-item-danger:focus, .custom-theme button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }
.custom-theme a.list-group-item-danger.active, .custom-theme a.list-group-item-danger.active:focus, .custom-theme a.list-group-item-danger.active:hover, .custom-theme button.list-group-item-danger.active, .custom-theme button.list-group-item-danger.active:focus, .custom-theme button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }
.custom-theme .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }
.custom-theme .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }
.custom-theme .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.custom-theme .panel-body {
  padding: 15px; }
.custom-theme .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.custom-theme .panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }
.custom-theme .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
.custom-theme .panel-title > .small, .custom-theme .panel-title > .small > a, .custom-theme .panel-title > a, .custom-theme .panel-title > small, .custom-theme .panel-title > small > a {
  color: inherit; }
.custom-theme .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.custom-theme .panel > .list-group, .custom-theme .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
.custom-theme .panel > .list-group .list-group-item, .custom-theme .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }
.custom-theme .panel > .list-group:first-child .list-group-item:first-child, .custom-theme .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.custom-theme .panel > .list-group:last-child .list-group-item:last-child, .custom-theme .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.custom-theme .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.custom-theme .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }
.custom-theme .list-group + .panel-footer {
  border-top-width: 0; }
.custom-theme .panel > .panel-collapse > .table, .custom-theme .panel > .table, .custom-theme .panel > .table-responsive > .table {
  margin-bottom: 0; }
.custom-theme .panel > .panel-collapse > .table caption, .custom-theme .panel > .table caption, .custom-theme .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }
.custom-theme .panel > .table-responsive:first-child > .table:first-child, .custom-theme .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.custom-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .custom-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .custom-theme .panel > .table:first-child > tbody:first-child > tr:first-child, .custom-theme .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.custom-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .custom-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .custom-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .custom-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .custom-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .custom-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .custom-theme .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .custom-theme .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }
.custom-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .custom-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .custom-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .custom-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .custom-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .custom-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .custom-theme .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .custom-theme .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }
.custom-theme .panel > .table-responsive:last-child > .table:last-child, .custom-theme .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.custom-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .custom-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .custom-theme .panel > .table:last-child > tbody:last-child > tr:last-child, .custom-theme .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.custom-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .custom-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .custom-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .custom-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .custom-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .custom-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .custom-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .custom-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }
.custom-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .custom-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .custom-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .custom-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .custom-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .custom-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .custom-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .custom-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }
.custom-theme .panel > .panel-body + .table, .custom-theme .panel > .panel-body + .table-responsive, .custom-theme .panel > .table + .panel-body, .custom-theme .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.custom-theme .panel > .table > tbody:first-child > tr:first-child td, .custom-theme .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }
.custom-theme .panel > .table-bordered, .custom-theme .panel > .table-responsive > .table-bordered {
  border: 0; }
.custom-theme .panel > .table-bordered > tbody > tr > td:first-child, .custom-theme .panel > .table-bordered > tbody > tr > th:first-child, .custom-theme .panel > .table-bordered > tfoot > tr > td:first-child, .custom-theme .panel > .table-bordered > tfoot > tr > th:first-child, .custom-theme .panel > .table-bordered > thead > tr > td:first-child, .custom-theme .panel > .table-bordered > thead > tr > th:first-child, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .custom-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .custom-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .custom-theme .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .custom-theme .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }
.custom-theme .panel > .table-bordered > tbody > tr > td:last-child, .custom-theme .panel > .table-bordered > tbody > tr > th:last-child, .custom-theme .panel > .table-bordered > tfoot > tr > td:last-child, .custom-theme .panel > .table-bordered > tfoot > tr > th:last-child, .custom-theme .panel > .table-bordered > thead > tr > td:last-child, .custom-theme .panel > .table-bordered > thead > tr > th:last-child, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .custom-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .custom-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .custom-theme .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .custom-theme .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }
.custom-theme .panel > .table-bordered > tbody > tr:first-child > td, .custom-theme .panel > .table-bordered > tbody > tr:first-child > th, .custom-theme .panel > .table-bordered > thead > tr:first-child > td, .custom-theme .panel > .table-bordered > thead > tr:first-child > th, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .custom-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .custom-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }
.custom-theme .panel > .table-bordered > tbody > tr:last-child > td, .custom-theme .panel > .table-bordered > tbody > tr:last-child > th, .custom-theme .panel > .table-bordered > tfoot > tr:last-child > td, .custom-theme .panel > .table-bordered > tfoot > tr:last-child > th, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .custom-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .custom-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .custom-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }
.custom-theme .panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }
.custom-theme .panel-group {
  margin-bottom: 20px; }
.custom-theme .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }
.custom-theme .panel-group .panel + .panel {
  margin-top: 5px; }
.custom-theme .panel-group .panel-heading {
  border-bottom: 0; }
.custom-theme .panel-group .panel-heading + .panel-collapse > .list-group, .custom-theme .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }
.custom-theme .panel-group .panel-footer {
  border-top: 0; }
.custom-theme .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }
.custom-theme .panel-default {
  border-color: #ddd; }
.custom-theme .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }
.custom-theme .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }
.custom-theme .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }
.custom-theme .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }
.custom-theme .panel-primary {
  border-color: #337ab7; }
.custom-theme .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
.custom-theme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }
.custom-theme .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }
.custom-theme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }
.custom-theme .panel-success {
  border-color: #d6e9c6; }
.custom-theme .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
.custom-theme .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }
.custom-theme .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }
.custom-theme .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }
.custom-theme .panel-info {
  border-color: #bce8f1; }
.custom-theme .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
.custom-theme .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }
.custom-theme .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }
.custom-theme .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }
.custom-theme .panel-warning {
  border-color: #faebcc; }
.custom-theme .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
.custom-theme .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }
.custom-theme .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }
.custom-theme .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }
.custom-theme .panel-danger {
  border-color: #ebccd1; }
.custom-theme .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
.custom-theme .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }
.custom-theme .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }
.custom-theme .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }
.custom-theme .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
.custom-theme .embed-responsive .embed-responsive-item, .custom-theme .embed-responsive embed, .custom-theme .embed-responsive iframe, .custom-theme .embed-responsive object, .custom-theme .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }
.custom-theme .embed-responsive-16by9 {
  padding-bottom: 56.25%; }
.custom-theme .embed-responsive-4by3 {
  padding-bottom: 75%; }
.custom-theme .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.custom-theme .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }
.custom-theme .well-lg {
  padding: 24px;
  border-radius: 6px; }
.custom-theme .well-sm {
  padding: 9px;
  border-radius: 3px; }
.custom-theme .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }
.custom-theme .close:focus, .custom-theme .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }
.custom-theme button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }
.custom-theme .modal-open {
  overflow: hidden; }
.custom-theme .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
.custom-theme .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%); }
.custom-theme .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.custom-theme .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.custom-theme .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
.custom-theme .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, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
.custom-theme .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
.custom-theme .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }
.custom-theme .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }
.custom-theme .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
.custom-theme .modal-header .close {
  margin-top: -2px; }
.custom-theme .modal-title {
  margin: 0;
  line-height: 1.42857143; }
.custom-theme .modal-body {
  position: relative;
  padding: 15px; }
.custom-theme .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
.custom-theme .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }
.custom-theme .modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }
.custom-theme .modal-footer .btn-block + .btn-block {
  margin-left: 0; }
.custom-theme .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 768px) {
  .custom-theme .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .custom-theme .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .custom-theme .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .custom-theme .modal-lg {
    width: 900px; } }
.custom-theme .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }
.custom-theme .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }
.custom-theme .tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }
.custom-theme .tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }
.custom-theme .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }
.custom-theme .tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }
.custom-theme .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }
.custom-theme .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.custom-theme .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.custom-theme .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.custom-theme .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.custom-theme .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.custom-theme .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.custom-theme .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.custom-theme .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.custom-theme .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.custom-theme .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }
.custom-theme .popover.top {
  margin-top: -10px; }
.custom-theme .popover.right {
  margin-left: 10px; }
.custom-theme .popover.bottom {
  margin-top: 10px; }
.custom-theme .popover.left {
  margin-left: -10px; }
.custom-theme .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }
.custom-theme .popover-content {
  padding: 9px 14px; }
.custom-theme .popover > .arrow, .custom-theme .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.custom-theme .popover > .arrow {
  border-width: 11px; }
.custom-theme .popover > .arrow:after {
  content: "";
  border-width: 10px; }
.custom-theme .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }
.custom-theme .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }
.custom-theme .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }
.custom-theme .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }
.custom-theme .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }
.custom-theme .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }
.custom-theme .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
.custom-theme .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }
.custom-theme .carousel {
  position: relative; }
.custom-theme .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
.custom-theme .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }
.custom-theme .carousel-inner > .item > a > img, .custom-theme .carousel-inner > .item > img {
  line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
  .custom-theme .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .custom-theme .carousel-inner > .item.active.right, .custom-theme .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .custom-theme .carousel-inner > .item.active.left, .custom-theme .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .custom-theme .carousel-inner > .item.active, .custom-theme .carousel-inner > .item.next.left, .custom-theme .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.custom-theme .carousel-inner > .active, .custom-theme .carousel-inner > .next, .custom-theme .carousel-inner > .prev {
  display: block; }
.custom-theme .carousel-inner > .active {
  left: 0; }
.custom-theme .carousel-inner > .next, .custom-theme .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }
.custom-theme .carousel-inner > .next {
  left: 100%; }
.custom-theme .carousel-inner > .prev {
  left: -100%; }
.custom-theme .carousel-inner > .next.left, .custom-theme .carousel-inner > .prev.right {
  left: 0; }
.custom-theme .carousel-inner > .active.left {
  left: -100%; }
.custom-theme .carousel-inner > .active.right {
  left: 100%; }
.custom-theme .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }
.custom-theme .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x; }
.custom-theme .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x; }
.custom-theme .carousel-control:focus, .custom-theme .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }
.custom-theme .carousel-control .glyphicon-chevron-left, .custom-theme .carousel-control .glyphicon-chevron-right, .custom-theme .carousel-control .icon-next, .custom-theme .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }
.custom-theme .carousel-control .glyphicon-chevron-left, .custom-theme .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }
.custom-theme .carousel-control .glyphicon-chevron-right, .custom-theme .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }
.custom-theme .carousel-control .icon-next, .custom-theme .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }
.custom-theme .carousel-control .icon-prev:before {
  content: '\2039'; }
.custom-theme .carousel-control .icon-next:before {
  content: '\203a'; }
.custom-theme .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
.custom-theme .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }
.custom-theme .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }
.custom-theme .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.custom-theme .carousel-caption .btn {
  text-shadow: none; }
@media screen and (min-width: 768px) {
  .custom-theme .carousel-control .glyphicon-chevron-left, .custom-theme .carousel-control .glyphicon-chevron-right, .custom-theme .carousel-control .icon-next, .custom-theme .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .custom-theme .carousel-control .glyphicon-chevron-left, .custom-theme .carousel-control .icon-prev {
    margin-left: -15px; }
  .custom-theme .carousel-control .glyphicon-chevron-right, .custom-theme .carousel-control .icon-next {
    margin-right: -15px; }
  .custom-theme .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .custom-theme .carousel-indicators {
    bottom: 20px; } }
.custom-theme .btn-group-vertical > .btn-group:after, .custom-theme .btn-group-vertical > .btn-group:before, .custom-theme .btn-toolbar:after, .custom-theme .btn-toolbar:before, .custom-theme .clearfix:after, .custom-theme .clearfix:before, .custom-theme .container-fluid:after, .custom-theme .container-fluid:before, .custom-theme .container:after, .custom-theme .container:before, .custom-theme .dl-horizontal dd:after, .custom-theme .dl-horizontal dd:before, .custom-theme .form-horizontal .form-group:after, .custom-theme .form-horizontal .form-group:before, .custom-theme .modal-footer:after, .custom-theme .modal-footer:before, .custom-theme .nav:after, .custom-theme .nav:before, .custom-theme .navbar-collapse:after, .custom-theme .navbar-collapse:before, .custom-theme .navbar-header:after, .custom-theme .navbar-header:before, .custom-theme .navbar:after, .custom-theme .navbar:before, .custom-theme .pager:after, .custom-theme .pager:before, .custom-theme .panel-body:after, .custom-theme .panel-body:before, .custom-theme .row:after, .custom-theme .row:before {
  display: table;
  content: " "; }
.custom-theme .btn-group-vertical > .btn-group:after, .custom-theme .btn-toolbar:after, .custom-theme .clearfix:after, .custom-theme .container-fluid:after, .custom-theme .container:after, .custom-theme .dl-horizontal dd:after, .custom-theme .form-horizontal .form-group:after, .custom-theme .modal-footer:after, .custom-theme .nav:after, .custom-theme .navbar-collapse:after, .custom-theme .navbar-header:after, .custom-theme .navbar:after, .custom-theme .pager:after, .custom-theme .panel-body:after, .custom-theme .row:after {
  clear: both; }
.custom-theme .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.custom-theme .pull-right {
  float: right !important; }
.custom-theme .pull-left {
  float: left !important; }
.custom-theme .hide {
  display: none !important; }
.custom-theme .show {
  display: block !important; }
.custom-theme .invisible {
  visibility: hidden; }
.custom-theme .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.custom-theme .hidden {
  display: none !important; }
.custom-theme .affix {
  position: fixed; }
@-ms-viewport {
  .custom-theme {
    width: device-width; } }
.custom-theme .visible-lg, .custom-theme .visible-md, .custom-theme .visible-sm, .custom-theme .visible-xs {
  display: none !important; }
.custom-theme .visible-lg-block, .custom-theme .visible-lg-inline, .custom-theme .visible-lg-inline-block, .custom-theme .visible-md-block, .custom-theme .visible-md-inline, .custom-theme .visible-md-inline-block, .custom-theme .visible-sm-block, .custom-theme .visible-sm-inline, .custom-theme .visible-sm-inline-block, .custom-theme .visible-xs-block, .custom-theme .visible-xs-inline, .custom-theme .visible-xs-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .custom-theme .visible-xs {
    display: block !important; }
  .custom-theme table.visible-xs {
    display: table !important; }
  .custom-theme tr.visible-xs {
    display: table-row !important; }
  .custom-theme td.visible-xs, .custom-theme th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .custom-theme .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .custom-theme .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .custom-theme .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-theme .visible-sm {
    display: block !important; }
  .custom-theme table.visible-sm {
    display: table !important; }
  .custom-theme tr.visible-sm {
    display: table-row !important; }
  .custom-theme td.visible-sm, .custom-theme th.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-theme .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-theme .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-theme .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-theme .visible-md {
    display: block !important; }
  .custom-theme table.visible-md {
    display: table !important; }
  .custom-theme tr.visible-md {
    display: table-row !important; }
  .custom-theme td.visible-md, .custom-theme th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-theme .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-theme .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-theme .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .custom-theme .visible-lg {
    display: block !important; }
  .custom-theme table.visible-lg {
    display: table !important; }
  .custom-theme tr.visible-lg {
    display: table-row !important; }
  .custom-theme td.visible-lg, .custom-theme th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .custom-theme .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .custom-theme .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .custom-theme .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .custom-theme .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-theme .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-theme .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .custom-theme .hidden-lg {
    display: none !important; } }
.custom-theme .visible-print {
  display: none !important; }
@media print {
  .custom-theme .visible-print {
    display: block !important; }
  .custom-theme table.visible-print {
    display: table !important; }
  .custom-theme tr.visible-print {
    display: table-row !important; }
  .custom-theme td.visible-print, .custom-theme th.visible-print {
    display: table-cell !important; } }
.custom-theme .visible-print-block {
  display: none !important; }
@media print {
  .custom-theme .visible-print-block {
    display: block !important; } }
.custom-theme .visible-print-inline {
  display: none !important; }
@media print {
  .custom-theme .visible-print-inline {
    display: inline !important; } }
.custom-theme .visible-print-inline-block {
  display: none !important; }
@media print {
  .custom-theme .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .custom-theme .hidden-print {
    display: none !important; } }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.custom-theme {
  /*# sourceMappingURL=bootstrap-theme.css.map */ }
  .custom-theme .btn-default,
  .custom-theme .btn-primary,
  .custom-theme .btn-success,
  .custom-theme .btn-info,
  .custom-theme .btn-warning,
  .custom-theme .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-theme .btn-default:active,
  .custom-theme .btn-primary:active,
  .custom-theme .btn-success:active,
  .custom-theme .btn-info:active,
  .custom-theme .btn-warning:active,
  .custom-theme .btn-danger:active,
  .custom-theme .btn-default.active,
  .custom-theme .btn-primary.active,
  .custom-theme .btn-success.active,
  .custom-theme .btn-info.active,
  .custom-theme .btn-warning.active,
  .custom-theme .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .custom-theme .btn-default.disabled,
  .custom-theme .btn-primary.disabled,
  .custom-theme .btn-success.disabled,
  .custom-theme .btn-info.disabled,
  .custom-theme .btn-warning.disabled,
  .custom-theme .btn-danger.disabled,
  .custom-theme .btn-default[disabled],
  .custom-theme .btn-primary[disabled],
  .custom-theme .btn-success[disabled],
  .custom-theme .btn-info[disabled],
  .custom-theme .btn-warning[disabled],
  .custom-theme .btn-danger[disabled],
  .custom-theme fieldset[disabled] .btn-default,
  .custom-theme fieldset[disabled] .btn-primary,
  .custom-theme fieldset[disabled] .btn-success,
  .custom-theme fieldset[disabled] .btn-info,
  .custom-theme fieldset[disabled] .btn-warning,
  .custom-theme fieldset[disabled] .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .custom-theme .btn-default .badge,
  .custom-theme .btn-primary .badge,
  .custom-theme .btn-success .badge,
  .custom-theme .btn-info .badge,
  .custom-theme .btn-warning .badge,
  .custom-theme .btn-danger .badge {
    text-shadow: none; }
  .custom-theme .btn:active,
  .custom-theme .btn.active {
    background-image: none; }
  .custom-theme .btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc; }
  .custom-theme .btn-default:hover,
  .custom-theme .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px; }
  .custom-theme .btn-default:active,
  .custom-theme .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb; }
  .custom-theme .btn-default.disabled,
  .custom-theme .btn-default[disabled],
  .custom-theme fieldset[disabled] .btn-default,
  .custom-theme .btn-default.disabled:hover,
  .custom-theme .btn-default[disabled]:hover,
  .custom-theme fieldset[disabled] .btn-default:hover,
  .custom-theme .btn-default.disabled:focus,
  .custom-theme .btn-default[disabled]:focus,
  .custom-theme fieldset[disabled] .btn-default:focus,
  .custom-theme .btn-default.disabled.focus,
  .custom-theme .btn-default[disabled].focus,
  .custom-theme fieldset[disabled] .btn-default.focus,
  .custom-theme .btn-default.disabled:active,
  .custom-theme .btn-default[disabled]:active,
  .custom-theme fieldset[disabled] .btn-default:active,
  .custom-theme .btn-default.disabled.active,
  .custom-theme .btn-default[disabled].active,
  .custom-theme fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none; }
  .custom-theme .btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580; }
  .custom-theme .btn-primary:hover,
  .custom-theme .btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px; }
  .custom-theme .btn-primary:active,
  .custom-theme .btn-primary.active {
    background-color: #265a88;
    border-color: #245580; }
  .custom-theme .btn-primary.disabled,
  .custom-theme .btn-primary[disabled],
  .custom-theme fieldset[disabled] .btn-primary,
  .custom-theme .btn-primary.disabled:hover,
  .custom-theme .btn-primary[disabled]:hover,
  .custom-theme fieldset[disabled] .btn-primary:hover,
  .custom-theme .btn-primary.disabled:focus,
  .custom-theme .btn-primary[disabled]:focus,
  .custom-theme fieldset[disabled] .btn-primary:focus,
  .custom-theme .btn-primary.disabled.focus,
  .custom-theme .btn-primary[disabled].focus,
  .custom-theme fieldset[disabled] .btn-primary.focus,
  .custom-theme .btn-primary.disabled:active,
  .custom-theme .btn-primary[disabled]:active,
  .custom-theme fieldset[disabled] .btn-primary:active,
  .custom-theme .btn-primary.disabled.active,
  .custom-theme .btn-primary[disabled].active,
  .custom-theme fieldset[disabled] .btn-primary.active {
    background-color: #265a88;
    background-image: none; }
  .custom-theme .btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e; }
  .custom-theme .btn-success:hover,
  .custom-theme .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px; }
  .custom-theme .btn-success:active,
  .custom-theme .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e; }
  .custom-theme .btn-success.disabled,
  .custom-theme .btn-success[disabled],
  .custom-theme fieldset[disabled] .btn-success,
  .custom-theme .btn-success.disabled:hover,
  .custom-theme .btn-success[disabled]:hover,
  .custom-theme fieldset[disabled] .btn-success:hover,
  .custom-theme .btn-success.disabled:focus,
  .custom-theme .btn-success[disabled]:focus,
  .custom-theme fieldset[disabled] .btn-success:focus,
  .custom-theme .btn-success.disabled.focus,
  .custom-theme .btn-success[disabled].focus,
  .custom-theme fieldset[disabled] .btn-success.focus,
  .custom-theme .btn-success.disabled:active,
  .custom-theme .btn-success[disabled]:active,
  .custom-theme fieldset[disabled] .btn-success:active,
  .custom-theme .btn-success.disabled.active,
  .custom-theme .btn-success[disabled].active,
  .custom-theme fieldset[disabled] .btn-success.active {
    background-color: #419641;
    background-image: none; }
  .custom-theme .btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9; }
  .custom-theme .btn-info:hover,
  .custom-theme .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px; }
  .custom-theme .btn-info:active,
  .custom-theme .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9; }
  .custom-theme .btn-info.disabled,
  .custom-theme .btn-info[disabled],
  .custom-theme fieldset[disabled] .btn-info,
  .custom-theme .btn-info.disabled:hover,
  .custom-theme .btn-info[disabled]:hover,
  .custom-theme fieldset[disabled] .btn-info:hover,
  .custom-theme .btn-info.disabled:focus,
  .custom-theme .btn-info[disabled]:focus,
  .custom-theme fieldset[disabled] .btn-info:focus,
  .custom-theme .btn-info.disabled.focus,
  .custom-theme .btn-info[disabled].focus,
  .custom-theme fieldset[disabled] .btn-info.focus,
  .custom-theme .btn-info.disabled:active,
  .custom-theme .btn-info[disabled]:active,
  .custom-theme fieldset[disabled] .btn-info:active,
  .custom-theme .btn-info.disabled.active,
  .custom-theme .btn-info[disabled].active,
  .custom-theme fieldset[disabled] .btn-info.active {
    background-color: #2aabd2;
    background-image: none; }
  .custom-theme .btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13; }
  .custom-theme .btn-warning:hover,
  .custom-theme .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px; }
  .custom-theme .btn-warning:active,
  .custom-theme .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13; }
  .custom-theme .btn-warning.disabled,
  .custom-theme .btn-warning[disabled],
  .custom-theme fieldset[disabled] .btn-warning,
  .custom-theme .btn-warning.disabled:hover,
  .custom-theme .btn-warning[disabled]:hover,
  .custom-theme fieldset[disabled] .btn-warning:hover,
  .custom-theme .btn-warning.disabled:focus,
  .custom-theme .btn-warning[disabled]:focus,
  .custom-theme fieldset[disabled] .btn-warning:focus,
  .custom-theme .btn-warning.disabled.focus,
  .custom-theme .btn-warning[disabled].focus,
  .custom-theme fieldset[disabled] .btn-warning.focus,
  .custom-theme .btn-warning.disabled:active,
  .custom-theme .btn-warning[disabled]:active,
  .custom-theme fieldset[disabled] .btn-warning:active,
  .custom-theme .btn-warning.disabled.active,
  .custom-theme .btn-warning[disabled].active,
  .custom-theme fieldset[disabled] .btn-warning.active {
    background-color: #eb9316;
    background-image: none; }
  .custom-theme .btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28; }
  .custom-theme .btn-danger:hover,
  .custom-theme .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px; }
  .custom-theme .btn-danger:active,
  .custom-theme .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28; }
  .custom-theme .btn-danger.disabled,
  .custom-theme .btn-danger[disabled],
  .custom-theme fieldset[disabled] .btn-danger,
  .custom-theme .btn-danger.disabled:hover,
  .custom-theme .btn-danger[disabled]:hover,
  .custom-theme fieldset[disabled] .btn-danger:hover,
  .custom-theme .btn-danger.disabled:focus,
  .custom-theme .btn-danger[disabled]:focus,
  .custom-theme fieldset[disabled] .btn-danger:focus,
  .custom-theme .btn-danger.disabled.focus,
  .custom-theme .btn-danger[disabled].focus,
  .custom-theme fieldset[disabled] .btn-danger.focus,
  .custom-theme .btn-danger.disabled:active,
  .custom-theme .btn-danger[disabled]:active,
  .custom-theme fieldset[disabled] .btn-danger:active,
  .custom-theme .btn-danger.disabled.active,
  .custom-theme .btn-danger[disabled].active,
  .custom-theme fieldset[disabled] .btn-danger.active {
    background-color: #c12e2a;
    background-image: none; }
  .custom-theme .thumbnail,
  .custom-theme .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
  .custom-theme .dropdown-menu > li > a:hover,
  .custom-theme .dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .dropdown-menu > .active > a,
  .custom-theme .dropdown-menu > .active > a:hover,
  .custom-theme .dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  .custom-theme .navbar-default .navbar-nav > .open > a,
  .custom-theme .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }
  .custom-theme .navbar-brand,
  .custom-theme .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
  .custom-theme .navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px; }
  .custom-theme .navbar-inverse .navbar-nav > .open > a,
  .custom-theme .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
  .custom-theme .navbar-inverse .navbar-brand,
  .custom-theme .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .custom-theme .navbar-static-top,
  .custom-theme .navbar-fixed-top,
  .custom-theme .navbar-fixed-bottom {
    border-radius: 0; }
  @media (max-width: 767px) {
    .custom-theme .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .custom-theme .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .custom-theme .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
      background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
      background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
      background-repeat: repeat-x; } }
  .custom-theme .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .custom-theme .alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1; }
  .custom-theme .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea; }
  .custom-theme .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e; }
  .custom-theme .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7; }
  .custom-theme .progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .custom-theme .list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
  .custom-theme .list-group-item.active,
  .custom-theme .list-group-item.active:hover,
  .custom-theme .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a; }
  .custom-theme .list-group-item.active .badge,
  .custom-theme .list-group-item.active:hover .badge,
  .custom-theme .list-group-item.active:focus .badge {
    text-shadow: none; }
  .custom-theme .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .custom-theme .panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x; }
  .custom-theme .well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/theme/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/theme/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/theme/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/theme/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/theme/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Comprensys - Variables */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */ }

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1; }

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left; }

address {
  font-style: normal; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

img {
  display: block; }

ol,
ul {
  list-style: none; }

q:before,
q:after {
  content: ''; }

input:focus,
input[type="search"]:focus {
  outline-offset: -2px; }

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body,
button,
.button,
input,
select,
table,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  border-radius: 4px !important; }

select {
  margin-top: 4px;
  border: 0;
  color: #666; }

a {
  color: #666;
  text-decoration: none; }

a:hover {
  color: #595959; }

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

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em; }

.availability {
  margin-bottom: 0;
  font-size: 13px; }

.availability .label {
  display: none; }

.availability.in-stock {
  color: #ff6f00; }

.availability.available-soon,
.availability.out-of-stock {
  color: #c0c0c0; }

.availability-only {
  color: #DF280A;
  margin-bottom: 10px; }

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1,
h2.product-name {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 26px;
  text-transform: none;
  margin-bottom: 7px;
  border-bottom: 0 !important; }

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

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px; }

.col-left-first .block:last-of-type {
  margin-bottom: 0; }

.block-title {
  text-transform: none;
  padding: 7px 10px 7px 7px;
  border-top: 0;
  color: #444;
  font-size: 15px !important;
  margin-bottom: 10px;
  margin-left: -7px;
  border-bottom: 1px solid #F4F4F4; }
  .block-title h2,
  .block-title h3,
  .block-title strong {
    line-height: 21px !important;
    font-size: 15px !important;
    font-weight: 600; }
  .block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #A0A0A0; }

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0; }

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px; }

.block-content {
  margin-top: 5px; }

.block-content.unpad {
  padding: 0; }

.block-content li.item {
  margin: 0 0 10px 9px; }

.block-content li.item:last-child {
  margin-bottom: 0; }

.block .actions {
  margin: 10px 0 0; }
  .block .actions:after {
    content: '';
    display: table;
    clear: both; }
  .block .actions a {
    float: left; }
  .block .actions .button {
    float: right; }

.page {
  padding-top: 167px; }

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px; }

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0; }
    .sidebar .block:not(.block-layered-nav) .block-title {
      padding: 0;
      margin-top: 0;
      border-bottom: none;
      border-top: none;
      margin-bottom: 0; }
      .sidebar .block:not(.block-layered-nav) .block-title > strong {
        margin: 0;
        margin-bottom: 10px;
        color: #444;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-bottom: 1px solid #F4F4F4;
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        border-bottom: 0; }
        .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #666;
          border-right: none;
          left: 10px;
          top: 50%;
          margin-top: -3px; }
      .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        margin: 0;
        margin-bottom: 10px;
        color: #444;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-bottom: 1px solid #F4F4F4;
        position: relative; }
        .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top: 4px solid #666;
          border-bottom: none;
          left: 10px;
          top: 50%;
          margin-top: -3px; }
    .sidebar .block:not(.block-layered-nav) .block-content {
      padding: 10px;
      margin-top: 0;
      border-width: 0 1px;
      border-style: solid;
      border-color: #F4F4F4; }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #F4F4F4; }
  .sidebar .block-progress {
    padding-left: 0;
    border-left: 0;
    border-bottom: 0 !important; }
    .sidebar .block-progress .block-content {
      border: 0 !important;
      border-width: 0 !important; } }
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none; }
.block-account li,
.block-cms-menu li {
  text-transform: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 7px 0; }
  .block-account li strong,
  .block-cms-menu li strong {
    font-weight: 400;
    color: #666; }
  .block-account li a,
  .block-cms-menu li a {
    color: #444; }
    .block-account li a:hover,
    .block-cms-menu li a:hover {
      color: #666; }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #444;
  padding: 7px 15px; }
  .cart .buttons-set .button:hover,
  .cart-table .button:hover,
  .sidebar .actions .button:hover,
  .button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer; }
  .cart .buttons-set .button:active,
  .cart-table .button:active,
  .sidebar .actions .button:active,
  .button.button-secondary:active {
    background: #c4c4c4;
    color: #444; }
  .cart .buttons-set .button:focus,
  .cart-table .button:focus,
  .sidebar .actions .button:focus,
  .button.button-secondary:focus {
    color: #444;
    background: #c4c4c4;
    outline: none; }

.sidebar .actions .button {
  white-space: normal; }

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #666;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap; }
  .button:hover,
  .cart-table .product-cart-actions .button:hover,
  #co-shipping-method-form .buttons-set .button:hover,
  .footer .button:hover {
    background: #595959;
    cursor: pointer; }
  .button:active,
  .cart-table .product-cart-actions .button:active,
  #co-shipping-method-form .buttons-set .button:active,
  .footer .button:active {
    background: #4d4d4d;
    color: #FFFFFF; }
  .button:focus,
  .cart-table .product-cart-actions .button:focus,
  #co-shipping-method-form .buttons-set .button:focus,
  .footer .button:focus {
    background-color: #4d4d4d;
    outline: none;
    color: #FFFFFF; }
  .button.btn-action,
  .cart-table .product-cart-actions .button.btn-action,
  #co-shipping-method-form .buttons-set .button.btn-action,
  .footer .button.btn-action {
    background-color: #ff6f00; }
    .button.btn-action:hover,
    .cart-table .product-cart-actions .button.btn-action:hover,
    #co-shipping-method-form .buttons-set .button.btn-action:hover,
    .footer .button.btn-action:hover {
      background-color: #666; }

a.button {
  text-decoration: none; }

a.button:hover {
  color: #FFFFFF; }

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed; }

/* Adjacent buttons */
.button + .button {
  margin-left: 5px; }

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle; }

.button2:focus {
  outline: none; }

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-transform: none;
  display: inline-block;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .button2 span:hover,
  .button2 span span:hover {
    text-decoration: none;
    color: #404040; }

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .col2-set .buttons-set .back-link {
    display: none; }
  .col2-set .buttons-set .required {
    display: none; } }
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px; }
  .buttons-set .back-link {
    display: none; }
  .buttons-set .required {
    display: none; } }
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left; }

.paypal-after .paypal-or {
  float: left; }

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px; }

.paypal-after .paypal-button {
  float: left; }

.paypal-button {
  line-height: 0px; }

.paypal-button img {
  display: inline; }

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px; }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #F4F4F4;
  text-align: right; }
  .buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right; }
  .buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px; }
  .buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px; }
  .buttons-set .button {
    float: right;
    margin-left: 5px;
    min-width: 140px; }
  .buttons-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px; }

.breadcrumbs li {
  float: left;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0 5px 0; }
  .breadcrumbs li.home {
    padding: 0; }
    .breadcrumbs li.home a {
      padding: 5px; }

.breadcrumbs a {
  float: left;
  color: #444; }
  .breadcrumbs a.back {
    background-color: #666;
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 4px;
    margin-right: 10px; }
    .breadcrumbs a.back:hover {
      color: #fff; }

.breadcrumbs a:hover {
  color: #666; }

.breadcrumbs strong {
  color: #444;
  font-weight: normal; }

.breadcrumbs span {
  float: left;
  padding: 0 3px; }

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none; } }
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #F4F4F4;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }
  .btn-remove:hover,
  .btn-previous:hover {
    background-color: #666;
    border-color: #666; }

.btn-remove:after {
  content: 'X';
  color: #666;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none; }

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top; }
  .btn-remove2:after {
    display: none; }
  .btn-remove2:hover {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #666;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px; }
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none; }

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px; }

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px; }

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #F4F4F4;
  background: #F4F4F4; }

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px; }

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px; }
  .main-container:after,
  .footer-container:after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px; } }
.footer-container {
  padding-top: 18px; }

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.col-left,
.col-right,
.col-main {
  padding: 0 10px; }

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left; }
  .col-left img {
    max-width: 100%; }

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */ }
  .col-right img {
    max-width: 100%; }

.col-main {
  position: relative;
  float: left;
  width: 75%; }

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */ }

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */ }

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */ }

.col3-layout .col-right {
  width: 20.83333%; }
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%; }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%; }
  .col3-layout .col-wrapper .col-left {
    width: 26.31579%; }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%; }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%; }
    .col3-layout .col-wrapper .col-main {
      float: right;
      width: 75%; }
    .col3-layout .col-wrapper .col-left {
      width: 25%; } }
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto; }

  .col3-layout .col-wrapper {
    float: none;
    width: auto; }

  .col-main {
    float: none;
    width: auto; }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */ } }
/* Content Columns */
.col2-set {
  width: 100%; }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
    padding: 20px; }
    @media only screen and (max-width: 770px) {
      .col2-set .col-1,
      .col2-set .col-2 {
        padding: 10px; } }
  .col2-set .col-1 {
    float: left;
    padding-left: 0; }
  .col2-set .col-2 {
    float: right;
    padding-right: 0; }
  @media only screen and (max-width: 479px) {
    .col2-set .col-1,
    .col2-set .col-2 {
      float: none;
      width: auto;
      border: 0;
      padding-right: 0;
      padding-left: 0; } }
  .col2-set .narrow {
    width: 33%; }
  .col2-set .wide {
    width: 65%; }
  .col2-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; }
    .top-container .widget.widget-static-block a:hover img {
      opacity: 0.8; }
    .top-container .widget.widget-static-block img {
      width: 100%;
      border-radius: 0 0 4px 4px; } }
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 12px; }
  .global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 12px;
    min-height: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-image: url("../images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat; }
  .global-site-notice p {
    margin-bottom: 0; }

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #666;
  text-align: center;
  margin: 10px;
  text-transform: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11B400; }

.error {
  color: #DF280A;
  font-weight: bold; }

.notice {
  color: #E26703;
  font-weight: bold; }

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px; }

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 15px; }

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px; }

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7; }

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none; }

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6; }

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none; }

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA; }

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11B400;
  border-right: none; }

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%; }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px; }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0; } }
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto; }

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px; }

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px; }

.payment-methods dt {
  padding: 5px 0; }

.payment-methods dd {
  padding-top: 10px; }

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #F4F4F4;
  background: #F4F4F4; }

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -11px;
  left: 30px; }

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px; }

.payment-methods .form-list li:last-child {
  margin-bottom: 0; }

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */ }
  .please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px; }

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .price-box .regular-price .price,
  .price-box .full-product-price .price,
  .price-box .minimal-price .price {
    color: #ff6f00;
    font-weight: bold;
    font-size: 20px; }
  .price-box .full-product-price {
    display: block; }
  .price-box .price-from,
  .price-box .price-to {
    display: none; }
  .price-box .old-price {
    position: relative; }
    .price-box .old-price .price {
      color: #ff6f00 !important;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none !important; }
    .price-box .old-price:before {
      -webkit-transform: rotate(-18deg);
      -moz-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
      -o-transform: rotate(-18deg);
      transform: rotate(-18deg);
      border-top: 0.1rem #ff6f00 solid;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 50%; }
  .price-box .minimal-price-link .label,
  .price-box .minimal-price-link .price {
    color: #444 !important;
    font-size: 12px !important; }
  .price-box .special-price .price {
    color: #ff6f00;
    font-weight: bold;
    font-size: 20px; }

.price-box p {
  margin-bottom: 0; }

.price-notice {
  color: #A0A0A0; }

.price-box .price {
  color: #666;
  font-size: 16px; }

.price-box .price,
.price {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.price-box .price-label {
  color: #444;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #666;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */ }
  .price-box .minimal-price-link .label {
    color: #A0A0A0; }

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block; }
  .price-box .old-price .price-label,
  .price-box .special-price .price-label {
    display: none; }
  .price-box .old-price .price,
  .price-box .special-price .price {
    display: inline-block; }

.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through; }

.price-box .special-price {
  color: #666;
  padding-left: 1em; }
  .price-box .special-price .price-label {
    color: #D84D3C; }

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block; }

span.weee {
  display: block; }

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  margin-bottom: 25px; }
  .product-pricing li,
  .tier-prices li,
  .tier-prices-grouped li {
    font-size: 13px; }
  .product-pricing .benefit,
  .tier-prices .benefit,
  .tier-prices-grouped .benefit {
    font-style: italic;
    color: #ff6f00; }
  .product-pricing .price,
  .tier-prices .price,
  .tier-prices-grouped .price {
    font-weight: bold;
    color: #ff6f00; }

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .item-options:after {
    content: '';
    display: table;
    clear: both; }
  .item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic; }
    .item-options dt:after {
      content: ': '; }
  .item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px; }

.truncated,
.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px; }
  .truncated a.details:hover {
    text-decoration: none; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 300; }

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #666;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px; }
  .truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #666;
    border-top: none;
    left: 97px;
    top: -7px; }

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: none;
  margin-bottom: 8px; }

.truncated .show .item-options {
  display: block; }

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit; }
    .truncated a.details {
      display: none; }
    .truncated .truncated_full_value .item-options {
      display: block;
      position: static;
      z-index: 1;
      width: 100%;
      border: none;
      background-color: transparent; }
      .truncated .truncated_full_value .item-options p {
        float: none; }
      .truncated .truncated_full_value .item-options:after {
        display: none; } }
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF; }

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0; }
  .add-to-links a {
    display: inline-block;
    padding: 0px 3px 3px; }

.add-to-links .separator {
  display: none; }

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block; }

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #F4F4F4; } }
.no-touch .product-image:hover {
  border-color: #666; }

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  position: relative;
  margin: 2px 0; }
  .ratings i {
    color: #ff6f00; }
  .ratings .rating-box,
  .ratings .rating-links {
    margin: 5px 0; }
  .ratings .amount {
    display: block;
    margin: 5px auto; }
  .ratings .rating-links a {
    color: #444; }
    .ratings .rating-links a:hover {
      color: #666; }
  .ratings .rating-links .separator {
    margin: 0 3px; }

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em; }

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em; }

.std ol li {
  margin-left: 2em; }

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em; }

.std ul li {
  margin-left: 2em; }

.std .note {
  color: #A0A0A0;
  font-size: 13px; }

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF; }

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-bottom: 15px;
  border-bottom: 1px solid #F4F4F4;
  padding: 5px 0 0 0; }
  .toolbar:after {
    content: '';
    display: table;
    clear: both; }

.pager-no-toolbar {
  margin-bottom: 10px; }

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px; }

.toolbar,
.pager {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  line-height: 30px;
  font-size: 13px; }

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal; }

.sorter {
  float: left;
  margin-bottom: 5px; }
  .sorter label {
    float: left;
    margin-right: 5px; }
    .sorter label:after {
      content: ':'; }

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px; }
  .sorter > .sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block; }
  .sorter > .sort-by .sort-by-switcher--asc {
    background-position: 4px -542px; }
    .sorter > .sort-by .sort-by-switcher--asc:hover {
      background-position: -46px -542px; }
  .sorter > .sort-by .sort-by-switcher--desc {
    background-position: 4px -567px; }
    .sorter > .sort-by .sort-by-switcher--desc:hover {
      background-position: -46px -567px; }

.sorter > .view-mode {
  float: right;
  margin-left: 30px; }
  .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px; }
  .sorter > .view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px; }
  .sorter > .view-mode strong.grid,
  .sorter > .view-mode a.grid:hover {
    background-position: -42px -492px; }
  .sorter > .view-mode .list {
    background-position: 11px -517px; }
  .sorter > .view-mode strong.list,
  .sorter > .view-mode a.list:hover {
    background-position: -39px -517px; }

.pager {
  float: right;
  overflow: hidden; }
  .pager > .count-container {
    float: left; }
  .pager .amount {
    float: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin: 1px 40px 0 0; }
  .pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 15px; }
  .pager .amount,
  .pager .limiter,
  .pager .pages {
    margin-bottom: 5px; }

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px; }
  .pages strong {
    display: none; }

.pages li {
  float: left; }

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pages a:hover,
  .pages .current:hover {
    color: #666; }

.pages .current,
.pages .current:hover {
  color: #444;
  font-weight: bold;
  font-size: 1.5em;
  cursor: default; }

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative; }
  .pages .next:hover,
  .pages .previous:hover {
    border: 1px solid #666; }

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #666;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px; }
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #404040;
  border-right: none; }

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #666;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px; }
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #404040;
  border-left: none; }

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none; }

  .pages {
    float: left; }

  .limiter label {
    display: none; } }
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%; }
  .col1-layout .pager {
    float: left;
    clear: both; }
    .col1-layout .pager .pages {
      float: left;
      margin-left: 0; }
    .col1-layout .pager .count-container {
      float: right; } }
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%; }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both; }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
      float: left;
      margin-left: 0; }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
      float: right; } }
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none; } }
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer; }
  #checkout-review-table .summary-collapse:before,
  #shopping-cart-totals-table .summary-collapse:before,
  body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #666;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px; }
  #checkout-review-table .summary-collapse:hover:before,
  #shopping-cart-totals-table .summary-collapse:hover:before,
  body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #404040;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px; }
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #666;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #404040;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px; }

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center; }

.a-right,
.align-right {
  text-align: right; }

.no-display {
  display: none !important; }

.nobr,
.nowrap {
  white-space: nowrap; }

.width-full {
  width: 100%; }

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none; }

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px; }

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto; }

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px; }
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 13px;
  margin-top: 0px; }

.fieldset + .fieldset {
  margin-top: 5px; }

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #F4F4F4; }

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px; }
  .input-box:after {
    content: '';
    display: table;
    clear: both; }

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle; }

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%; }

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

label.required em,
span.required em {
  display: none; }

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #A0A0A0;
  font-size: 13px; }

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px; }

select + select {
  margin-left: 5px; }

select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  padding: 5px; }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px; }

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px; }
  .input-text:focus {
    border: 1px solid #666; }

.input-text.validation-failed {
  border-color: #DF280A; }

.input-text.validation-failed:focus {
  outline-color: #ef9485; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%; }

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */ } }
.ie8 .input-text {
  max-width: none; }

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle; }

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0; }

input:-moz-placeholder {
  color: #A0A0A0; }

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block; }

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top; }

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px; }

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px; }
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%; }
.form-list .input-range .input-text {
  width: 74px; }
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */ }
  .form-list .control div.input-box,
  .sp-methods dt div.input-box,
  #checkout-shipping-method-load .sp-methods dd div.input-box,
  #co-shipping-method-form .sp-methods dd div.input-box,
  .product-options ul.options-list div.input-box {
    display: inline;
    float: left; }
    .form-list .control div.input-box:after,
    .sp-methods dt div.input-box:after,
    #checkout-shipping-method-load .sp-methods dd div.input-box:after,
    #co-shipping-method-form .sp-methods dd div.input-box:after,
    .product-options ul.options-list div.input-box:after {
      display: none; }
  .form-list .control input.radio,
  .form-list .control input.checkbox,
  .sp-methods dt input.radio,
  .sp-methods dt input.checkbox,
  #checkout-shipping-method-load .sp-methods dd input.radio,
  #checkout-shipping-method-load .sp-methods dd input.checkbox,
  #co-shipping-method-form .sp-methods dd input.radio,
  #co-shipping-method-form .sp-methods dd input.checkbox,
  .product-options ul.options-list input.radio,
  .product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px; }
  .form-list .control label,
  .sp-methods dt label,
  #checkout-shipping-method-load .sp-methods dd label,
  #co-shipping-method-form .sp-methods dd label,
  .product-options ul.options-list label {
    color: #444;
    background-color: #F4F4F4;
    padding: 5px 10px;
    background-color: transparent;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 20px; }
  .form-list .control .no-display + label,
  .sp-methods dt .no-display + label,
  #checkout-shipping-method-load .sp-methods dd .no-display + label,
  #co-shipping-method-form .sp-methods dd .no-display + label,
  .product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent; }
    .form-list .control .no-display + label:hover,
    .sp-methods dt .no-display + label:hover,
    #checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
    #co-shipping-method-form .sp-methods dd .no-display + label:hover,
    .product-options ul.options-list .no-display + label:hover {
      background-color: transparent; }

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  max-width: 100%; }

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit; }

.form-list .control {
  margin-top: 10px; }
  .form-list .control label {
    float: none; }
  .form-list .control .radio,
  .form-list .control .checkbox {
    margin-right: 6px; }
  .form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0; }

form .form-instructions {
  font-style: italic;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #A0A0A0; }

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px; }

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%; }
  .data-table tr.even {
    /*background-color: $c-table-background;*/ }

.data-table td,
.data-table th {
  padding: 5px 10px;
  vertical-align: top; }

.data-table th {
  padding: 5px 2px; }

.data-table th {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-weight: 600;
  white-space: normal;
  text-align: left;
  padding: 5px 10px; }
  .data-table th.left {
    text-align: left; }

.data-table tbody td,
.data-table tfoot td {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px; }
  .data-table tbody td .item-options dt:after {
    content: ':'; }

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px; }
  .info-box h2 {
    font-weight: bold;
    font-size: 13px; }

.info-table th,
.info-table td {
  vertical-align: top; }

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0; }

.info-table td {
  padding: 4px 0; }

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0; }
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent; }
.zebra-table tr {
  background-color: #EEEDED; }
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5; }

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */ }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
      display: block; }
    .linearize-table thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table thead th.lin-hide {
      display: none; }
    .linearize-table thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table tbody tr {
      position: relative;
      border-bottom: 1px solid #F4F4F4; }
    .linearize-table tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table tbody td.lin-hide {
      display: none; }
    .linearize-table tbody td:first-child {
      padding-top: 10px; }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
      font-weight: bold; }
    .linearize-table tbody td[data-rwd-label] {
      text-align: left;
      padding-left: 30px; }
    .linearize-table tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 13px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding-right: 5px;
      text-transform: uppercase; }
    .linearize-table tfoot tr {
      display: block;
      text-align: right; }
    .linearize-table tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    .linearize-table tfoot td {
      display: block;
      float: left; }
    .linearize-table tfoot td.lin-hide {
      display: none; }
    .linearize-table tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table tfoot td:nth-child(even) {
      text-align: left;
      width: 40%; }
    .linearize-table .linearize-hide {
      display: none; }
    .linearize-table .linearize-unpad {
      padding: 0; }
    .linearize-table .linearize-show {
      display: block; } }
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */ }
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
      display: block; }
    .linearize-table-large thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table-large thead th.lin-hide {
      display: none; }
    .linearize-table-large thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table-large tbody tr {
      position: relative;
      border-bottom: 1px solid #F4F4F4; }
    .linearize-table-large tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table-large tbody td.lin-hide {
      display: none; }
    .linearize-table-large tbody td:first-child {
      padding-top: 10px; }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
      font-weight: bold; }
    .linearize-table-large tbody td[data-rwd-label] {
      text-align: left;
      padding-left: 30px; }
    .linearize-table-large tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 13px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding-right: 5px;
      text-transform: uppercase; }
    .linearize-table-large tfoot tr {
      display: block;
      text-align: right; }
    .linearize-table-large tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    .linearize-table-large tfoot td {
      display: block;
      float: left; }
    .linearize-table-large tfoot td.lin-hide {
      display: none; }
    .linearize-table-large tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table-large tfoot td:nth-child(even) {
      text-align: left;
      width: 40%; }
    .linearize-table-large .linearize-hide {
      display: none; }
    .linearize-table-large .linearize-unpad {
      padding: 0; }
    .linearize-table-large .linearize-show {
      display: block; } }
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none; } }
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%; }

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF; }

.wrapper:after {
  content: '';
  display: table;
  clear: both; }

/* ============================================ *
 * Header
 * ============================================ */
.header-usp .usp-container {
  height: 32px;
  overflow: hidden; }

.header-link {
  display: inline-block; }

.usp-container {
  margin: 0 auto;
  padding: 0; }
  .usp-container ul li {
    padding: 0 8px 8px 0;
    margin-left: 20px;
    color: #444;
    text-decoration: none !important; }
    .usp-container ul li.right {
      float: right; }
    .usp-container ul li a {
      display: block;
      color: #444;
      text-decoration: none !important; }
      .usp-container ul li a:hover {
        color: #666; }
    .usp-container ul li i {
      margin-right: 4px;
      margin-left: -20px;
      font-size: 1.2em;
      color: #ff6f00; }
    .usp-container ul li.reviews {
      margin-left: 0; }
      .usp-container ul li.reviews i {
        margin-left: 0; }

@media only screen and (min-width: 771px) {
  .header-usp {
    background-color: #EDEDED; }
    .header-usp .usp-container {
      max-width: 1260px;
      padding: 0 30px; }
      .header-usp .usp-container ul li {
        padding-top: 6px;
        display: inline-block; }

  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; }

  .page-header-container {
    position: relative; } }
.header-language-container,
.page-header {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #666;
  text-transform: uppercase; }
  .header-language-background .header-language-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .header-language-background:after {
    content: '';
    display: table;
    clear: both; }
  .header-language-background .form-language,
  .header-language-background .currency-switcher {
    float: left;
    margin-right: 10px; }
  .header-language-background .welcome-msg {
    float: right; }

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px; }
  .page-header-container .store-language-container label {
    display: none; }
  .page-header-container .store-language-container select {
    max-width: 100%; }

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px; }
    .page-header-container .store-language-container select {
      font-size: 13px; } }
.header-language-background,
.header-language-background a {
  color: #E6E6E6; }

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none; } }
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  text-align: center;
  padding: 18px 0; }
  .logo img {
    max-width: 100%; }
  .logo .small {
    display: block; }
  .logo .large {
    display: none; }

.logo:hover {
  opacity: 0.8; }

@media only screen and (min-width: 771px) {
  .logo {
    max-width: 220px;
    min-height: 45px; }
    .logo .small {
      display: none; }
    .logo .large {
      display: block; } }
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED; }

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0; } }
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #444;
  line-height: 42px;
  text-align: center; }

a.skip-link {
  text-decoration: none; }

.skip-link:not(.skip-active):hover {
  opacity: 0.8; }

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED; }

  .skip-link:last-child {
    border-right: 0; } }
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%; } }
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

  .skip-link.skip-active span {
    color: inherit; } }
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle; }

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px; }

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px; } }
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none; }

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline; } }
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none; }

.skip-content.skip-active {
  display: block;
  background: #EDEDED; }

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #F4F4F4;
    text-align: left;
    color: #444;
    text-transform: uppercase;
    line-height: 30px; }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0; }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #F4F4F4;
    text-decoration: none; } }
.account-cart-wrapper {
  position: absolute;
  top: 20px;
  right: 0px; }
  @media only screen and (max-width: 770px) {
    .account-cart-wrapper {
      position: static; } }
  .account-cart-wrapper i {
    margin-right: 3px; }

.skip-nav {
  width: 40%; }
  .skip-nav:not(.skip-active):hover {
    text-decoration: none; }
    .skip-nav:not(.skip-active):hover .icon {
      background-position: -46px 4px; }

.skip-nav .label {
  display: inline; }

.skip-nav .icon {
  background-position: 4px 4px; }

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%; } }
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none; } }
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0; } }
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #F4F4F4; } }
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px; } }
/* Default styling */
.container-main-header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }

.nav-primary a,
.nav-primary span {
  text-decoration: none;
  position: relative;
  display: block;
  color: #fff;
  font-family: "Rajdhani", sans-serif; }
.nav-primary span {
  cursor: default; }
  .nav-primary span:hover {
    color: #444 !important; }
.nav-primary span.level0:hover {
  color: #666 !important; }
.nav-primary > li > ul {
  opacity: 0;
  transition: all .15s ease .10s; }
.nav-primary li {
  position: relative; }

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
  cursor: default; }

/* Mobile */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a,
  .nav-primary span.level0,
  .nav-primary span {
    line-height: 35px; }
  .nav-primary li.level0 ul {
    display: none; }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px; }
  .nav-primary li.level1 a,
  .nav-primary li.level1 span {
    padding: 0 15px 0 25px; }
  .nav-primary li.parent > a:after,
  .nav-primary li.parent > span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px; }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after,
  .nav-primary li.parent.sub-menu-active > span:after,
  .nav-primary li.parent.menu-active > span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px; }
  .nav-primary li.menu-active > a,
  .nav-primary li.menu-active > span,
  .nav-primary li.sub-menu-active > a,
  .nav-primary li.sub-menu-active > span {
    color: #666; } }
/* Desktop */
@media only screen and (min-width: 771px) {
  #header-nav {
    background-color: #666;
    border-bottom: 0; }
    #header-nav .nav-primary {
      max-width: 1260px;
      margin: 0 auto;
      padding: 0 30px; }
      #header-nav .nav-primary a,
      #header-nav .nav-primary span {
        text-decoration: none;
        position: relative;
        display: block;
        color: #fff;
        font-family: "Rajdhani", sans-serif;
        font-weight: 600; }
      #header-nav .nav-primary ul.level0 {
        display: none; }
      #header-nav .nav-primary li.level0 {
        display: inline-block;
        position: relative; }
        #header-nav .nav-primary li.level0 > a,
        #header-nav .nav-primary li.level0 > span {
          color: #fff;
          font-size: 18px;
          font-size: 1.3em;
          padding: 15px 12px; }
        #header-nav .nav-primary li.level0.active {
          background-color: #fff; }
          #header-nav .nav-primary li.level0.active > a,
          #header-nav .nav-primary li.level0.active > span {
            color: #666; }
        #header-nav .nav-primary li.level0:hover {
          background-color: #fff;
          cursor: pointer; }
          #header-nav .nav-primary li.level0:hover > a,
          #header-nav .nav-primary li.level0:hover > span {
            color: #666; }
          #header-nav .nav-primary li.level0:hover > span {
            cursor: default; }
          #header-nav .nav-primary li.level0:hover ul.level0 {
            display: block;
            position: absolute;
            background-color: #fff;
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            overflow: hidden;
            z-index: 999; }
            #header-nav .nav-primary li.level0:hover ul.level0 a,
            #header-nav .nav-primary li.level0:hover ul.level0 span {
              color: #444; }
              #header-nav .nav-primary li.level0:hover ul.level0 a:hover,
              #header-nav .nav-primary li.level0:hover ul.level0 span:hover {
                color: #666; }
            #header-nav .nav-primary li.level0:hover ul.level0 > li.level1 {
              display: inline-block;
              width: 200px;
              vertical-align: top;
              padding: 20px 20px 15px 20px; }
              #header-nav .nav-primary li.level0:hover ul.level0 > li.level1.static-block {
                width: 400px;
                float: right; }
                #header-nav .nav-primary li.level0:hover ul.level0 > li.level1.static-block a:hover {
                  opacity: 0.8; }
                #header-nav .nav-primary li.level0:hover ul.level0 > li.level1.static-block img {
                  width: 100%;
                  border-radius: 4px; }
              #header-nav .nav-primary li.level0:hover ul.level0 > li.level1 a,
              #header-nav .nav-primary li.level0:hover ul.level0 > li.level1 span {
                margin-bottom: 5px;
                font-weight: normal;
                font-size: 1em; }
              #header-nav .nav-primary li.level0:hover ul.level0 > li.level1 > a,
              #header-nav .nav-primary li.level0:hover ul.level0 > li.level1 > span {
                font-weight: bold;
                font-size: 1.1em;
                padding-bottom: 8px; } }
.nav-primary li.menu-active > ul {
  display: block;
  opacity: 100; }

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none; } }
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px; }

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    top: 20px;
    left: 250px;
    width: 32%;
    height: 50px;
    padding: 0; } }
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0; }
  #search_mini_form .input-box .container-search-results {
    display: none;
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 20px;
    padding-bottom: 0;
    z-index: 200; }
    #search_mini_form .input-box .container-search-results h3 {
      position: relative;
      display: block;
      float: left;
      font-weight: 600;
      margin-bottom: 14px;
      padding: 7px 10px 7px 10px;
      border-bottom: 1px solid #F4F4F4;
      font-size: 15px;
      margin-left: -10px; }
    #search_mini_form .input-box .container-search-results h4 {
      font-weight: normal;
      font-size: 12px; }
      #search_mini_form .input-box .container-search-results h4:hover {
        color: #666; }
    #search_mini_form .input-box .container-search-results ul {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 20px; }
    #search_mini_form .input-box .container-search-results a {
      display: block;
      float: left;
      color: #444;
      padding: 5px 0;
      width: 100%; }
      #search_mini_form .input-box .container-search-results a:hover {
        color: #666; }
        #search_mini_form .input-box .container-search-results a:hover img {
          opacity: 0.8; }
    #search_mini_form .input-box .container-search-results .results-products {
      width: 45%;
      float: left;
      min-height: 160px; }
    #search_mini_form .input-box .container-search-results .results-information,
    #search_mini_form .input-box .container-search-results .results-categories,
    #search_mini_form .input-box .container-search-results .results-brands {
      width: 45%;
      float: right; }
      #search_mini_form .input-box .container-search-results .results-information a,
      #search_mini_form .input-box .container-search-results .results-categories a,
      #search_mini_form .input-box .container-search-results .results-brands a {
        padding: 0; }
    #search_mini_form .input-box .container-search-results img {
      display: inline-block;
      float: left;
      border-radius: 4px;
      width: 50px;
      height: 50px;
      margin-right: 10px; }
    #search_mini_form .input-box .container-search-results .all {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 10px; }

#search_mini_form label {
  display: none; }

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px; }

#search_mini_form .search-button {
  position: absolute;
  top: 0;
  right: 4px;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  color: #c0c0c0;
  font-size: 20px; }

#search_mini_form .search-button:hover {
  color: #666; }

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
@media only screen and (min-width: 771px) {
  .skip-service {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    background: #FFFFFF;
    color: #636363;
    line-height: 42px;
    text-align: center;
    text-decoration: none !important; }

  .skip-account,
  .skip-service {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    font-size: 1.2em; }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #F4F4F4;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px; }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #444;
    line-height: 2; }

  #header-account a:hover {
    color: #666; } }
/* -------------------------------------------- *
 * Account Links
 */
.account-cart-wrapper {
  padding: 5px; }

#header-account {
  padding: 5px 0; }

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center; }

#header-account a:hover {
  color: #666; }

/* ============================================ *
 * Header - Cart
 * ============================================ */
@media only screen and (min-width: 771px) {
  .header-link {
    width: auto;
    padding: 0 6px;
    color: #444;
    font-size: 1.1em; }

  #header-link.skip-active {
    background: #FBFBFB;
    border: solid 1px #F4F4F4;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white; } }
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.header-cart {
  margin-left: 10px; }

span.count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: auto;
  background: rgba(102, 102, 102, 0.9);
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.header-link.skip-active .count {
  color: white; }

.header-link.no-count .count {
  display: none; }

@media only screen and (max-width: 499px) {
  .header-cart .count {
    margin-left: -12px; } }
/*@include bp(min-width, $bp-medium + 1) {*/
span.count {
  border-radius: 4px;
  background-color: #444;
  color: #fff;
  position: static;
  margin-left: 3px;
  font-size: 13px;
  padding: 3px 6px;
  width: auto; }

.header-cart {
  color: #ff6f00;
  font-size: 1.4em; }
  .header-cart .count {
    border-radius: 4px;
    background-color: #ff6f00;
    color: #fff;
    position: static;
    margin-left: 3px;
    font-size: 13px;
    padding: 3px 6px;
    width: auto; }
  .header-cart:hover {
    text-decoration: none; }
    .header-cart:hover .count {
      background-color: #666; }

.header-cart .count,
.header-link.skip-active .count {
  color: #fff; }

/*}*/
.header-cart .count.empty {
  display: none; }

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center; }

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px; }

.cart-menu .actions .button {
  float: left;
  width: 48%; }

.cart-menu .actions .button + .button {
  margin-left: 4%; }

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2; }

/* List */
.mini-cart-list {
  margin-bottom: 5px; }

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #F4F4F4;
  font-size: 13px;
  line-height: 1.35; }

.mini-cart-list .product-name {
  display: inline-block; }

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px; }

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px; }

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 13px; }

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #F4F4F4;
  font-size: 13px; }

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.footer-container {
  background-color: #EDEDED;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .footer-container .copyright {
    background-color: #fff;
    border-radius: 4px; }

.footer {
  clear: both;
  width: 100%;
  text-transform: none;
  /* -------------------------------------------- *
   * Social icons
   */ }
  @media only screen and (max-width: 479px) {
    .footer {
      padding-top: 15px; } }
  .footer a.go-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    color: #666;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 10px;
    display: none;
    z-index: 999999;
    opacity: 0.7; }
    .footer a.go-top:hover {
      background-color: #666;
      color: #fff; }
  .footer a.comprensys {
    position: absolute;
    bottom: 3px;
    left: 10px;
    width: 30px;
    z-index: 999999; }
    .footer a.comprensys img {
      width: 100%; }
    .footer a.comprensys:hover {
      opacity: 0.7; }
  .footer .block-title {
    border-bottom: 1px solid #c0c0c0; }
  .footer .block-title strong {
    font-weight: normal;
    font-size: 19px;
    line-height: 32px; }
  .footer .links {
    float: left;
    width: 30%;
    padding: 0 30px 0 0;
    margin-bottom: 30px; }
    .footer .links.double {
      width: 40%; }
    .footer .links:nth-child(3n + 0) {
      padding-right: 0; }
    .footer .links li {
      word-break: normal;
      padding: 4px 0; }
    .footer .links ul.social {
      font-size: 25px; }
      .footer .links ul.social li {
        display: inline-block; }
        .footer .links ul.social li a {
          padding: 5px; }
    .footer .links a {
      color: #444; }
      .footer .links a:hover {
        color: #666; }
  .footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px; }
  .footer .links,
  .footer .block-subscribe {
    text-transform: none;
    font-size: 13px; }
  .footer .form-subscribe-header {
    display: none; }
  .footer .links.social-media em {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .footer .links.social-media em {
      background-image: url(../images/social_icons@2x.png);
      background-size: 50px 125px; } }
  .footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px; }
  .footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px; }
  .footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px; }
  .footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px; }
  .footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px; }
  .footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px; }
  .footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px; }
  .footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px; }
  .footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px; }
  .footer .links.social-media a:hover em.rss {
    background-position: -25px -99px; }
  .footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0; }
  .footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .footer .block-subscribe .block-content {
    padding-top: 7px; }
    .footer .block-subscribe .block-content:after {
      content: '';
      display: table;
      clear: both; }
  .footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0; }
  .footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left; }
  .footer .bugs,
  .footer address {
    clear: both; }
  .footer .bugs {
    display: none; }
  .footer .form-language,
  .footer .currency-switcher,
  .footer .store-switcher {
    clear: both;
    margin-bottom: 10px; }
  .footer .form-language,
  .footer .currency-switcher {
    display: none; }
  .footer address {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 30px;
    padding: 30px; }
    .footer address .logo-container {
      margin: 20px 0 10px 0; }
    .footer address .input-box {
      display: inline-block;
      overflow: hidden;
      margin-bottom: 5px; }
      .footer address .input-box input {
        width: 180px;
        height: 33px; }
    .footer address .actions {
      display: inline-block;
      overflow: hidden;
      margin-bottom: 5px; }
  @media only screen and (max-width: 1199px) {
    .footer .links {
      width: 22.65625%;
      padding-right: 0;
      margin-right: 3.125%; }
    .footer .links:nth-child(4) {
      margin-right: 0; }
    .footer .block-subscribe {
      clear: both;
      float: none;
      margin: 0 auto 30px auto; } }
  @media only screen and (max-width: 770px) {
    .footer .form-language,
    .footer .currency-switcher {
      display: block; } }
  @media only screen and (max-width: 599px) {
    .footer .links {
      width: 48.4375%;
      margin-right: 0; }
    .footer .links:nth-child(odd) {
      margin-right: 3.125%;
      clear: both; }
    .footer .block-subscribe {
      clear: both;
      float: left;
      width: 100%; } }

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
  color: #444; }

.category-title.category-page h1 {
  border-bottom: 1px solid #EDEDED !important;
  padding-bottom: 7px; }

.block-title strong {
  font-size: 19px;
  line-height: 32px; }

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal; }

.products-grid .actions .button-cart,
.products-grid .actions .button-detail {
  float: right;
  padding: 5px 9px;
  font-size: 20px;
  background-color: #ff6f00;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #ff6f00; }
  .products-grid .actions .button-cart:hover,
  .products-grid .actions .button-detail:hover {
    background-color: #666;
    color: #fff;
    border: 1px solid #666; }

.products-grid .actions .button-detail {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  margin-right: 5px; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4; }
  h2.product-name a,
  h3.product-name a,
  h4.product-name a,
  h5.product-name a,
  p.product-name a {
    color: #444; }
    h2.product-name a:hover,
    h3.product-name a:hover,
    h4.product-name a:hover,
    h5.product-name a:hover,
    p.product-name a:hover {
      color: #666;
      text-decoration: none; }

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 5px;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .products-grid .product-name a,
  .products-list .product-name a {
    font-weight: 500; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative; }

.products-grid:after {
  content: '';
  display: table;
  clear: both; }

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
  .products-grid > li:after {
    content: '';
    display: table;
    clear: both; }

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px; }

.products-grid .product-image img {
  width: 100%;
  height: auto;
  border-radius: 4px; }
  .products-grid .product-image img:hidden {
    display: none; }

.products-grid.compare > li {
  width: 100% !important;
  max-width: 250px; }
  .products-grid.compare > li .link-compare {
    display: none; }
  .products-grid.compare > li .product-info {
    min-height: 200px !important; }

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%; }

.products-grid .product-info {
  position: relative;
  padding-bottom: 75px; }
  .products-grid .product-info .ratings {
    position: absolute;
    top: 5px; }
  .products-grid .product-info .availability {
    position: absolute;
    top: 35px;
    font-size: 13px !important; }

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 65px;
  width: 100%; }

.products-grid .ratings .rating-box {
  margin: 0 auto; }

.products-grid .ratings .amount {
  display: none; }

.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 10px 0 10px; }

.products-grid .sale,
.product-image .sale {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ff6f00;
  color: #fff;
  font-size: 1.8rem;
  left: -2.4rem;
  line-height: 2.6rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 1.5rem;
  width: 10.4rem; }

.products-grid > li {
  overflow: hidden; }
.products-grid .add-to-links {
  display: none;
  position: absolute;
  right: 10px;
  top: 4px;
  margin-bottom: 0; }
  .products-grid .add-to-links li {
    display: inline-block;
    margin: 2px; }
    .products-grid .add-to-links li .link-wishlist,
    .products-grid .add-to-links li .link-compare {
      padding: 5px 6px;
      background-color: #fff;
      color: #444;
      border-radius: 4px; }
      .products-grid .add-to-links li .link-wishlist i,
      .products-grid .add-to-links li .link-compare i {
        font-size: 18px; }
      .products-grid .add-to-links li .link-wishlist:hover,
      .products-grid .add-to-links li .link-compare:hover {
        background-color: #666;
        color: #fff; }

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 100%;
  margin-right: 0; }
  .products-grid > li:hover {
    opacity: 0.8; }
    .products-grid > li:hover .add-to-links {
      display: block; }

.products-grid > li:nth-child(odd) {
  clear: left; }

.products-grid > li:nth-child(even) {
  margin-right: 0; }

.products-grid .product-image {
  margin-bottom: 15px; }
  .products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .products-grid .product-image:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .products-grid .product-image.loading {
    position: relative; }
    .products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
      display: block; }

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */ }
    .products-grid > li:nth-child(odd) {
      clear: none; }
    .products-grid > li:nth-child(even) {
      margin-right: 3.7037%; }
    .products-grid > li {
      width: 30.8642%;
      margin-right: 3.7037%; }
    .products-grid > li:nth-child(3n+1) {
      clear: left; }
    .products-grid > li:nth-child(3n) {
      margin-right: 0; } }
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none; }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none; }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%; }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%; }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%; }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left; }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0; }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none; }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none; }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%; }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%; }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%; }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left; }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0; }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none; }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none; }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%; }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%; }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%; }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left; }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0; } }
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F4F4; }
    .products-list > li:after {
      content: '';
      display: table;
      clear: both; }
    .products-list > li .product-image {
      float: left;
      width: 33.33333%; }
      .products-list > li .product-image img {
        width: 100%;
        max-width: 100%; }
  .products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px; }
  .products-list .product-shop .product-name {
    margin-bottom: 0; }
  .products-list .product-shop .ratings {
    margin: 0; }
    .products-list .product-shop .ratings .rating-box,
    .products-list .product-shop .ratings .rating-links {
      float: left;
      margin-right: 7px; }
    .products-list .product-shop .ratings .rating-links {
      margin-top: 4px; }
  .products-list .product-shop .price-box {
    margin-top: 0; }
  .products-list .product-shop .price-box .price {
    font-size: 18px; }
  .products-list .product-shop .action {
    margin: 7px 0; }
  .products-list .product-shop .desc {
    margin-top: 7px; }
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right; }

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px; } }
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%; } }
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left; } }
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px; }
  .mini-products-list .product-image:hover {
    opacity: 0.8; }
  .mini-products-list .product-image img {
    border-radius: 4px; }
.mini-products-list .product-details {
  margin-left: 60px; }
.mini-products-list .product-details .product-name {
  padding-top: 10px; }
.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }
  .mini-products-list li:after {
    content: '';
    display: table;
    clear: both; }

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both; }
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0; }
  .mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px; }
  .mini-products-images-list li.item .product-image {
    display: block; }
    .mini-products-images-list li.item .product-image img {
      width: 100%;
      max-width: 100%; }

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px; }
  .category-image img:hidden {
    display: none; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  cursor: pointer; }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #666;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }

.block-layered-nav .block-content .toggle-tabs {
  display: none; }
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  display: block; }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #666;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0; }

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px; }
  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 5px 0;
    display: block; }
  .block-layered-nav dl dd ol > li > a .count-products {
    color: #A0A0A0; }
  .block-layered-nav dl dd.block-filter-values {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto; }
    .block-layered-nav dl dd.block-filter-values a {
      color: #444; }
      .block-layered-nav dl dd.block-filter-values a:hover {
        text-decoration: none;
        color: #666; }
      .block-layered-nav dl dd.block-filter-values a i {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 3px;
        width: 15px; }

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px; }
    .block-layered-nav .block-content > dl > dt:after {
      display: none; } }
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; }

  .block-layered-nav--no-filters .block-title {
    display: none; }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px; }
    .block-layered-nav .block-content > dl > dt {
      cursor: pointer;
      border-bottom-width: 0; }
      .block-layered-nav .block-content > dl > dt:hover {
        color: #666; }
      .block-layered-nav .block-content > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #666;
        border-right: none; }
      .block-layered-nav .block-content > dl > dt.last {
        border-bottom-width: 1px; }
    .block-layered-nav .block-content > dl > dd {
      display: none; }
    .block-layered-nav .block-content.accordion-open > dl > dt.current {
      border-bottom-width: 1px; }
    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #666;
      border-bottom: none;
      left: 6px;
      top: 50%;
      margin-top: -3px; }
    .block-layered-nav .block-content.accordion-open > dl > dd.current {
      display: block; }

  .block-layered-nav .block-subtitle--filter {
    background-color: #666;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF; }
    .block-layered-nav .block-subtitle--filter:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #FFFFFF;
      border-right: none;
      right: 10px;
      top: 50%;
      margin-top: -5px; }
    .block-layered-nav .block-subtitle--filter:hover {
      background-color: #595959;
      color: #FFFFFF; }
    .block-layered-nav .block-subtitle--filter.active:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #FFFFFF;
      border-bottom: none;
      right: 10px;
      top: 50%;
      margin-top: -3px; }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #F4F4F4;
    border-top: 0; }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px; }

  .block-layered-nav dl ol > li > a {
    color: #444;
    background-color: #F4F4F4;
    padding: 5px 10px; }
    .block-layered-nav dl ol > li > a:hover {
      text-decoration: none;
      background: #ededed; } }
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid #F4F4F4;
  margin-top: 15px; }
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px; }
.block-layered-nav .currently ol li {
  margin-bottom: 5px; }
  .block-layered-nav .currently ol li .label {
    font-weight: bold; }
  .block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both; }

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px; }

.widget-products .item .actions {
  display: none; }
.widget-products .item .configurable-swatch-list {
  display: none; }
.widget-products .item .price-box .old-price .price {
  font-size: 14px !important; }
.widget-products .item .price-box .regular-price .price
.price-box .special-price .price {
  font-size: 20px !important; }

.compare-table .remove {
  text-align: left; }
  .compare-table .remove .fa {
    color: #ff6f00;
    font-size: 30px; }
    .compare-table .remove .fa:hover {
      color: #666; }

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view th.label {
  text-align: left !important; }
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left; }
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px; }
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both; }
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both; }
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #444;
  margin-bottom: 10px;
  border: 0; }
.product-view .product-shop {
  width: 50%;
  float: left; }
  .product-view .product-shop .product-block {
    width: 100%;
    float: left;
    margin-bottom: 40px !important; }
  .product-view .product-shop h2 {
    font-weight: 600;
    margin-bottom: 14px;
    padding: 7px 10px 7px 10px;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
    display: block;
    font-size: 15px;
    margin-left: -10px; }
  .product-view .product-shop .product-name {
    float: left;
    width: 100%; }
  .product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px; }
  .product-view .product-shop .extra-info {
    float: right;
    text-align: right; }
  .product-view .product-shop .price-info {
    float: left;
    min-height: 60px; }
  .product-view .product-shop .extra-info {
    margin-bottom: 10px;
    width: 40%; }
  .product-view .product-shop .price-info {
    margin-bottom: 10px;
    width: 60%; }
  .product-view .product-shop .short-description {
    text-align: justify;
    clear: both; }
  .product-view .product-shop .ratings {
    margin-bottom: 8px; }
  .product-view .product-shop .availability {
    font-size: 16px; }
  .product-view .product-shop .points i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 3px; }
  .product-view .product-shop .points li {
    padding: 5px 5px 5px 0; }
  .product-view .product-shop .points .strong li i {
    color: #ff6f00; }
  .product-view .product-shop .points .weak li i {
    color: #f16d62; }
  .product-view .product-shop .price-box {
    margin-top: 0; }
    .product-view .product-shop .price-box .old-price,
    .product-view .product-shop .price-box .special-price,
    .product-view .product-shop .price-box .regular-price {
      padding-right: 0;
      line-height: 1.2; }
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price {
      color: #ff6f00;
      font-size: 24px; }
    .product-view .product-shop .price-box .special-price .price-label {
      font-size: 16px;
      text-transform: uppercase; }
    .product-view .product-shop .price-box .special-price span.weee {
      color: #444; }
      .product-view .product-shop .price-box .special-price span.weee span.price {
        font-size: 16px; }
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
      display: block;
      line-height: 1.2;
      color: #444; }
      .product-view .product-shop .price-box .price-excluding-tax .label,
      .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
        font-weight: 300; }
      .product-view .product-shop .price-box .price-excluding-tax .price,
      .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px; }
.product-view .price-box.map-info a {
  display: inherit; }
.product-view .old-price .price-label {
  display: none; }
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  float: right; }
.product-view .add-to-cart-wrapper {
  padding-left: 0 !important;
  margin-bottom: 30px; }

.grouped-items-table-wrapper .price {
  font-size: 16px !important; }
.grouped-items-table-wrapper .old-price .price {
  font-size: 12px !important; }

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px; }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px; } }
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both; }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px; }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px; } }
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px; }
    .product-view .product-shop .price-box .price-excluding-tax span,
    .product-view .product-shop .price-box .price-including-tax span {
      display: block; } }
.product-img-box {
  width: 50%;
  float: left; }
  .product-img-box .product-name h1 {
    border: 0; }
  .product-img-box .product-image {
    margin-bottom: 8px;
    overflow: hidden; }
  .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto; }

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px; } }
.product-image-gallery {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .product-image-gallery .video {
    position: relative;
    padding-bottom: 95.5%;
    padding-top: 25px;
    height: 0; }
  .product-image-gallery .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-image-gallery .gallery-image {
    display: none; }
    .product-image-gallery .gallery-image.visible {
      display: block; }
      .product-image-gallery .gallery-image.visible.hidden {
        visibility: hidden; }
  .product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .product-image-gallery.loading {
    position: relative; }
    .product-image-gallery.loading:before, .product-image-gallery.loading:after {
      display: block; }

.product-image-thumbs li {
  display: inline-block;
  margin-right: 4px; }
.product-image-thumbs li:first-child {
  margin-left: -1px; }
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  width: 75px;
  height: 75px;
  background-size: cover;
  border-radius: 4px; }
  .product-image-thumbs a i {
    position: absolute;
    top: 20px;
    font-size: 30px;
    color: #fff;
    left: 22px;
    opacity: 0.7; }
  .product-image-thumbs a:hover i {
    color: #e52d27;
    opacity: 1; }

.no-touch .product-image-thumbs a:hover {
  opacity: 0.8; }

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 30px; }

.product-view .product-shop.left {
  padding-left: 0;
  padding-right: 30px;
  float: left; }

.product-view .product-shop.right {
  padding-left: 30px;
  padding-right: 0;
  float: right; }

.product-img-box {
  padding-right: 15px; }

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px; }

.product-view {
  /* Set a min-height so that the floated elements break appropriately */ }
  .product-view .stockalert.subscribed {
    color: #ff6f00; }
  .product-view .stockalert.button {
    margin-top: 5px; }
  .product-view .add-to-box {
    float: right; }
  .product-view .quick-order.product-block .add-to-box {
    width: 50%; }
  .product-view .add-to-box:after,
  .product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .add-to-cart {
    padding-bottom: 3px;
    float: right; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart-buttons {
    min-height: 40px; }
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart-buttons .button,
  .product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left; }
  .product-view .add-to-cart .qty-wrapper label {
    line-height: 40px; }
  .product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px; }
  .product-view .add-to-cart-buttons {
    float: left;
    max-width: 100%; }
    .product-view .add-to-cart-buttons .paypal-logo {
      clear: left;
      text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-button {
        margin: 0 auto;
        display: block;
        width: 170px; }
      .product-view .add-to-cart-buttons .paypal-logo .bml_button {
        display: block;
        width: 174px;
        margin: 0 auto; }
        .product-view .add-to-cart-buttons .paypal-logo .bml_button a {
          text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-or {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        line-height: 1;
        text-align: center; }
  .product-view .add-to-cart-buttons .button {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 30px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal;
    background-color: #ff6f00;
    border-radius: 4px;
    text-transform: none; }
    .product-view .add-to-cart-buttons .button:hover {
      background-color: #666; }
  .product-view .alert-price,
  .product-view .alert-stock {
    clear: both; }

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px; }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none; }

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  float: right; }
  .product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .add-to-links li {
    float: left; }
  .product-view .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #F4F4F4;
    color: #444; }
    .product-view .add-to-links a:hover {
      color: #666; }
  .product-view .add-to-links li:first-child a {
    margin-left: 0px; }
  .product-view .add-to-links li:last-child a {
    border-right: 0px; }

.product-view .sharing-links {
  float: left; }
  .product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px; }
  .product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px; }
  .product-view .sharing-links a:hover {
    opacity: 0.8; }
  .product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px; }
  .product-view .sharing-links a.link-compare {
    background-position: 0px -250px; }
  .product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px; }
  .product-view .sharing-links a.link-facebook {
    background-position: 0px -425px; }
  .product-view .sharing-links a.link-twitter {
    background-position: 0px -372px; }

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0; } }
.product-collateral {
  clear: both; }

.collateral-tabs dd h2 {
  display: none; }

.box-collateral {
  clear: both; }

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4; }
    .product-collateral .toggle-tabs li {
      float: left;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent; }
      .product-collateral .toggle-tabs li > span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 13px;
        position: relative;
        bottom: -1px; }
    .product-collateral .toggle-tabs li.current {
      border-right: 1px solid #F4F4F4;
      border-left: 1px solid #F4F4F4; }
      .product-collateral .toggle-tabs li.current > span {
        background-color: #FFFFFF;
        z-index: 5; }
    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
      color: #666; }
    .product-collateral .toggle-tabs li:first-child {
      border-left: none; }
    .product-collateral .toggle-tabs:after {
      content: '';
      display: table;
      clear: both; }
  .product-collateral > dl {
    width: 100%; }
    .product-collateral > dl > dt {
      display: none; }
    .product-collateral > dl > dd {
      width: 100%;
      display: none;
      padding: 15px; }
    .product-collateral > dl > dd.current {
      display: block; } }
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none; }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #444;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
    display: block; }
    .product-collateral > dl > dt:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #666;
      border-bottom: none;
      left: 10px;
      top: 50%;
      margin-top: -3px; }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0; }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0; }
    .product-collateral > dl > dt:hover {
      color: #666; }
    .product-collateral > dl > dt:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #666;
      border-right: none; }
    .product-collateral > dl > dt.last {
      border-bottom-width: 1px; }
  .product-collateral > dl > dd {
    display: none; }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px; }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #666;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px; }
  .product-collateral.accordion-open > dl > dd.current {
    display: block; } }
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: left;
    padding-right: 0 !important;
    padding-left: 0 !important; } }
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block; }

  .product-img-box .product-name {
    display: none; } }
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px; } }
.product-view .ratings .rating-links {
  position: absolute;
  top: 0;
  right: 80px;
  margin-top: 0; }

.product-view .reviews-header-stars {
  float: right; }
  .product-view .reviews-header-stars .ratings .amount {
    display: none; }

#product-attribute-specs-table {
  max-width: 50em; }

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px; }
  .grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none; }
  @media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
      margin-bottom: 15px; } }

.grouped-items-table .name-wrapper {
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal; }
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
  text-align: right; }
.grouped-items-table .qty-label {
  margin-left: 7px;
  font-size: 12px;
  font-weight: normal; }
.grouped-items-table td {
  padding: 4px; }
  .grouped-items-table td:last-child {
    width: 30%;
    text-align: left; }
.grouped-items-table .price-box {
  text-align: right; }
.grouped-items-table .image img {
  border-radius: 4px;
  margin-bottom: 6px; }

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #CCCCCC;
  clear: both;
  position: relative;
  border-radius: 4px; }
  .product-options select {
    border: 1px solid #CCCCCC;
    color: #444;
    padding: 5px;
    font-size: 13px; }
  .product-options .input-box label {
    background-color: transparent !important;
    padding: 6px 10px 0 20px !important; }
  .product-options img {
    display: inline-block; }
  .product-options input.checkbox,
  .product-options input.radio {
    margin-left: 0 !important; }

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right; }

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static; } }
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal; }

.product-options dt:first-child {
  margin-top: 0; }

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0; }

.product-options dd .qty-holder .qty {
  width: 3em; }

.product-options dd .qty-holder label {
  vertical-align: middle; }

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px; }

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #F4F4F4; }

.product-options dl.last dd.last,
.product-options dd:last-child {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0; }

.product-options dd .input-text {
  width: 98%; }

.product-options dd .input-box {
  padding-top: 0; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd select {
  width: 100%;
  max-width: 100%; }

.product-options ul.options-list {
  margin-right: 5px; }

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px; }

.product-options ul.options-list li:last-child {
  margin-bottom: 0; }

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px; }

.product-options ul.options-list .label {
  display: block; }

.product-options ul.options-list label {
  font-weight: normal; }

.product-options p.note {
  margin: 0;
  font-size: 12px; }

.product-options-bottom {
  padding-top: 20px;
  margin-bottom: 20px; }

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both; }

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #444; }
  @media only screen and (max-width: 1199px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
      float: none;
      width: 100%;
      text-align: right;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-bottom: 1px solid #CCCCCC; } }

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #444; }

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0; }

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right; }
    .product-options-bottom .price-box .price-as-configured .price-label {
      display: block; } }
.product-options-bottom .price-tax {
  float: left; }

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px; }
.block-related .block-title {
  border-bottom: none; }
  .block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #444;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin-bottom: 0; }
.block-related .block-subtitle {
  margin-bottom: 7px; }
.block-related .product {
  margin-left: 20px;
  position: relative; }
.block-related .checkbox {
  float: left;
  margin-top: 36px; }
.block-related .product-details {
  margin-left: 90px; }
.block-related .product-name {
  margin-bottom: 3px; }
.block-related .product-details .price-box {
  margin: 2px 0 3px; }
  .block-related .product-details .price-box a,
  .block-related .product-details .price-box p,
  .block-related .product-details .price-box span {
    float: left;
    margin-left: 3px; }
    .block-related .product-details .price-box a:first-child,
    .block-related .product-details .price-box p:first-child,
    .block-related .product-details .price-box span:first-child {
      margin-left: 0;
      font-size: 16px;
      padding-right: 5px;
      padding-left: 5px; }
  .block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both; }
.block-related .link-wishlist {
  display: none; }

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px; }
  .box-up-sell .ratings {
    display: none; }

.product-usp .usp-container ul li {
  padding: 6px 8px 0 0;
  color: #444;
  text-decoration: none !important; }
  .product-usp .usp-container ul li i {
    margin-right: 4px;
    font-size: 1.2em;
    color: #ff6f00; }

.quick-order.product-block .qty-wrapper {
  display: none; }

.upsell .item .actions,
.related .item .actions {
  display: none; }
.upsell .item .configurable-swatch-list,
.related .item .configurable-swatch-list {
  display: none; }
.upsell .item .price-box .old-price .price,
.related .item .price-box .old-price .price {
  font-size: 14px !important; }
.upsell .item .price-box .regular-price .price,
.upsell .item .price-box .special-price .price,
.related .item .price-box .regular-price .price,
.related .item .price-box .special-price .price {
  font-size: 20px !important; }

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px; }

.map-popup {
  background: #FFFFFF;
  border: 5px solid #F4F4F4;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100; }
  @media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
      left: 10px !important; }
    .map-popup.map-popup-left {
      left: auto !important;
      right: 10px !important; } }
  @media only screen and (max-width: 770px) {
    .map-popup {
      width: 100%;
      left: 0px !important; } }
  .map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto; }
    .map-popup .map-popup-heading h3 {
      font-size: 13px;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      word-wrap: break-word;
      text-align: left;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 479px) {
        .map-popup .map-popup-heading h3 {
          text-align: center; } }
  .map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center; }
  .map-popup .map-popup-content {
    border-top: 1px solid #F4F4F4;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-content {
        text-align: center; } }
  .map-popup .map-popup-checkout {
    padding: 10px 0; }
    .map-popup .map-popup-checkout form:after {
      content: '';
      display: table;
      clear: both; }
    .map-popup .map-popup-checkout span {
      display: block; }
    .map-popup .map-popup-checkout .button {
      float: left;
      margin: 0 2px;
      clear: left; }
    .map-popup .map-popup-checkout .additional-addtocart-box {
      float: left;
      min-width: 210px; }
      .map-popup .map-popup-checkout .additional-addtocart-box li {
        list-style-type: none; }
    .map-popup .map-popup-checkout .paypal-logo {
      width: auto; }
      .map-popup .map-popup-checkout .paypal-logo a {
        display: inline-block;
        float: left;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: left;
        text-align: center;
        padding: 5px 15px;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo:after {
        content: '';
        display: table;
        clear: both; }
      .map-popup .map-popup-checkout .paypal-logo .bml_button a {
        clear: left; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-checkout {
        text-align: center; }
        .map-popup .map-popup-checkout .button,
        .map-popup .map-popup-checkout .additional-addtocart-box,
        .map-popup .map-popup-checkout .paypal-logo a,
        .map-popup .map-popup-checkout .paypal-logo .paypal-or {
          float: none; }
        .map-popup .map-popup-checkout .additional-addtocart-box {
          min-width: 0px; }
        .map-popup .map-popup-checkout .paypal-logo .paypal-or {
          margin: 0px;
          margin-bottom: 10px; } }
    .map-popup .map-popup-checkout:after {
      content: '';
      display: table;
      clear: both; }
  .map-popup .map-popup-price {
    padding: 10px 0; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px; } }
    .map-popup .map-popup-price .price-box,
    .map-popup .map-popup-price .price-box .special-price {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .map-popup .map-popup-price .price-box .minimal-price-link {
      display: inline-block; }
  .map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word; }
  .map-popup .map-popup-text,
  .map-popup .map-popup-only-text {
    border-top: 1px solid #F4F4F4; }

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center; }

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both; }

.compare-table .product-image {
  display: inline-block; }

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0; }
.compare-table .product-shop-row.bottom td {
  padding-top: 0; }

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.a-right {
  text-align: right !important; }

.a-left {
  text-align: left !important; }

.product-cart-sku {
  display: none !important; }

.product-cart-remove {
  white-space: nowrap; }
  .product-cart-remove .fa {
    font-size: 16px; }
  .product-cart-remove a {
    margin-left: 5px; }

.cart-table {
  float: left;
  width: 60%; }
  .cart-table th {
    font-weight: 600; }

.btn-proceed-checkout {
  background-color: #ff6f00 !important;
  width: 100%; }

.cart .button {
  white-space: normal; }

.cart-forms,
.cart-totals-wrapper,
.crosssell,
.cart-usps-wrapper {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px; }

.crosssell {
  width: 100% !important;
  padding-left: 0; }

.cart-totals,
.cart-contents,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  border: 1px solid #F4F4F4;
  border-radius: 4px; }

.cart-table,
.cart-totals,
.cart-contents,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px; }

.checkout-cart-index #postcode {
  width: 100%; }

.display-both-prices .cart-table {
  float: none;
  width: 100%; }
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0; }
.display-both-prices .cart-totals-wrapper,
.display-both-prices .cart-usps-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px; }
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .cart-usps-wrapper,
.display-both-prices .crosssell {
  width: 50%; }
.display-both-prices .crosssell {
  clear: right;
  float: right; }

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%; }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0; }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .cart-usps-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px; }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .cart-usps-wrapper,
  .display-single-price .crosssell {
    width: 50%; }
  .display-single-price .crosssell {
    clear: right;
    float: right; } }
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none; }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .cart-usps-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .cart-usps-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%; } }
.display-single-price:after {
  content: '';
  display: table;
  clear: both; }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 20px; }
  .cart .page-title:after {
    content: '';
    display: table;
    clear: both; }
  .cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px; }

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */ }
  .checkout-types li {
    vertical-align: top;
    margin: 0; }
    .checkout-types li:after {
      content: '';
      display: table;
      clear: both; }
    .checkout-types li img {
      display: inline;
      vertical-align: top; }
  .checkout-types li:first-child {
    margin-left: 0; }
  .checkout-types .method-checkout-cart-methods-multishipping {
    display: block; }
  .checkout-types.top li {
    display: inline-block; }
  .checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top; }
    .checkout-types.top .bml_button img {
      display: block; }
  .checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px; }
  .checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block; }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center; }

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px; } }
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 3px;
  width: 100%; }

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center; }
    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
      width: auto;
      float: none; }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0; } }
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%; } }
.cart-table {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cart-table th,
  .cart-table td,
  .cart-table tbody td {
    border-bottom: none;
    vertical-align: top; }
  .cart-table h2 {
    color: #444;
    font-size: 13px;
    margin-bottom: 0; }
  .cart-table thead th,
  .cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions {
    padding-left: 15px; }
  .cart-table tr {
    border-bottom: 1px solid #F4F4F4; }
    .cart-table tr.bar {
      border-bottom: 0; }
  .cart-table tfoot tr {
    background: none; }
  .cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both; }
  .cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove,
  .cart-table .product-cart-actions .button {
    display: none; }
  .cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0; }
    .cart-table .product-cart-image .product-image img {
      max-width: 100%;
      width: 100%;
      border-radius: 4px; }
    .cart-table .product-cart-image a.cart-edit {
      display: none; }
  .cart-table .product-cart-sku {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 13px;
    margin: 5px 0 12px; }
    .cart-table .product-cart-sku .label {
      font-weight: 600; }
  .cart-table .btn-empty {
    float: left; }
  .cart-table .product-cart-total,
  .cart-table .product-cart-price {
    text-align: right; }
  .cart-table .cart-tax-total {
    position: relative;
    cursor: pointer; }
    .cart-table .cart-tax-total:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 6px solid #666;
      border-left: none;
      position: absolute;
      top: 3px;
      right: -11px; }
    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 6px solid #666;
      border-bottom: none;
      right: -15px;
      top: 6px; }
  .cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px; }
    .cart-table .cart-links > li > a {
      display: block; }
    .cart-table .cart-links > li:last-child {
      margin-bottom: 0; }
  .cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center; }
    .cart-table .product-cart-actions .qty {
      height: 30px;
      border-color: #C0C0C0;
      border-radius: 0;
      margin-bottom: 10px;
      text-align: center;
      width: 3.2em; }
    .cart-table .product-cart-actions .button {
      margin-bottom: 5px; }
  .cart-table .item-options {
    padding-left: 15px; }

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 13px; }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px; }
  .cart-table .product-cart-actions > li {
    white-space: inherit; } }
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none; } }
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none; }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%; }
    .cart-table tr:after {
      content: '';
      display: table;
      clear: both; }
    .cart-table tr:last-child {
      margin-bottom: 0; }
  .cart-table tfoot tr {
    padding-bottom: 0; }
  .cart-table td {
    border: none;
    display: block; }
    .cart-table td[data-rwd-label] {
      padding-left: 15px;
      margin-bottom: 6px; }
      .cart-table td[data-rwd-label] .price {
        font-weight: normal; }
      .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 13px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-right: 5px;
        text-transform: none; }
    .cart-table td.product-cart-price {
      text-align: left; }
  .cart-table h2 {
    font-size: 13px; }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px; }
    .cart-table .cart-links > li {
      white-space: normal;
      text-align: center; }
      .cart-table .cart-links > li > a {
        padding: 2px 0px; }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px; }
    .cart-table .cart-tax-info .price {
      font-size: 13px; }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0; }
    .cart-table .product-cart-image a.cart-edit {
      display: block;
      font-size: 16px;
      text-align: center;
      text-transform: none; }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right; }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none; }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block; }
  .cart-table .product-cart-actions .button {
    display: none; }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px; }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px; }
  .cart-table .product-cart-actions {
    text-align: left; }
    .cart-table .product-cart-actions .qty {
      margin-right: 7px;
      margin-bottom: 7px; }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%; }
    .cart-table .cart-footer-actions #empty_cart_button {
      float: right; }
    .cart-table .cart-footer-actions .btn-continue {
      float: left; }
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
      display: none; }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px; }
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0; }
.shipping select.validation-failed {
  border-color: #DF280A; }
.shipping .shipping-desc {
  display: none; }
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0; }
.shipping .form-list .shipping-country {
  width: 37%; }
.shipping .form-list .shipping-region {
  width: 41%; }
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%; }
  .shipping .form-list .shipping-postcode input {
    margin-top: 4px; }
.shipping .form-list .input-box {
  padding-top: 0; }
.shipping .form-list input {
  height: 30px;
  margin-top: 4px; }
.shipping .form-list label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap; }
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left; }
  .shipping .sp-methods dd {
    margin-bottom: 10px; }
  .shipping .sp-methods label {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: italic;
    min-width: 100px; }
    .shipping .sp-methods label span {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0; }
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #F4F4F4;
  background-color: #ededed;
  min-width: 220px; }
  .shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: gainsboro; }

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; }
    .shipping .shipping-form .form-list > li label {
      display: block; }
    .shipping .shipping-form .form-list > li input,
    .shipping .shipping-form .form-list > li select {
      width: 100%; } }
.cart .cart-totals {
  text-align: right; }
  .cart .cart-totals:after {
    content: '';
    display: table;
    clear: both; }
  .cart .cart-totals table {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: none;
    width: 100%; }
    .cart .cart-totals table td {
      padding: 2px 0px; }
    .cart .cart-totals table td:first-child {
      padding-right: 10px;
      min-width: 120px; }
    .cart .cart-totals table tbody tr:last-child td,
    .cart .cart-totals table tbody tr:last-child th {
      padding-bottom: 10px; }
    .cart .cart-totals table tfoot td {
      font-size: 24px;
      padding: 2px 0;
      vertical-align: top; }
    .cart .cart-totals table tfoot strong span,
    .cart .cart-totals table tfoot span.price {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .cart .cart-totals table tfoot strong {
      font-weight: 400; }

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right; } }
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px; } }
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

#discount-coupon-form,
.cart .giftcard {
  width: 100%; }
  #discount-coupon-form h2,
  .cart .giftcard h2 {
    display: none; }
  #discount-coupon-form label,
  .cart .giftcard label {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px; }
  #discount-coupon-form .field-wrapper,
  .cart .giftcard .field-wrapper {
    display: inline-block; }
  #discount-coupon-form .validation-advice,
  .cart .giftcard .validation-advice {
    display: inline; }
  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom; }
    #discount-coupon-form .button-wrapper > button,
    .cart .giftcard .button-wrapper > button {
      float: left; }
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 0;
    width: 190px; }

.cart .giftcard p {
  margin-bottom: 7px; }

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px; }
  .cart .giftcard .check-gc-status > span > span {
    font-size: 13px;
    text-transform: none; }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell {
  margin-top: 40px; }
  .crosssell h2 {
    font-weight: 600;
    margin-bottom: 14px;
    padding: 7px 10px 7px 10px;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
    display: block;
    font-size: 15px;
    margin-left: -10px; }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
    /*.crosssell {
        .products-grid > li:nth-child(even),
        .products-grid > li:nth-child(3n),
        .products-grid > li {
            width: percentage(210 / 440);
            margin-right: percentage(20 / 440);
        }

        .products-grid > li:nth-child(odd) {
            clear: left;
        }

        .products-grid > li:nth-child(even) {
            margin-right: 0;
        }

        .products-grid > li:nth-child(3n+1) {
            clear: none;
        }
    }*/ }
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px; }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px; } }
@media only screen and (max-width: 320px) {
    /*.crosssell {
        ul {
            .item {
                padding: 0 0px 40px;
            }

            .product-details .crosssell-actions {
                padding: 0 5px;
            }
        }
    }*/ }
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  /*display: none;*/ }

.checkout-onepage-index .col-main {
  width: auto;
  float: none; }

label {
  cursor: pointer; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px; }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block; }
  .checkout-onepage-index .col-right {
    padding-left: 0; } }
.opc select {
  width: 365px; }

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .opc .section .step-title:after {
    content: '';
    display: table;
    clear: both; }

.opc .section.allow:not(.active) .step-title {
  cursor: pointer; }

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4; }

.opc .section .step-title a {
  display: none; }

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px; }

.no-touch .opc .section .step-title a:hover {
  text-decoration: none; }

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #666;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
  border-radius: 4px; }

.opc .section.allow .step-title .number {
  background-color: #b3b3b3; }

.opc .section.allow .step-title h2 {
  color: #A0A0A0; }

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #666; }

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px; }

.opc .section .step {
  padding: 20px; }
  .opc .section .step:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 979px) {
    .opc .section .step {
      padding: 10px; } }

.opc select {
  max-width: 350px;
  width: 100%; }

.opc h3 {
  font-weight: 500; }

.opc .buttons-set {
  text-align: left; }
  .opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0; }
  .opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0; }
  .opc .buttons-set .back-link {
    float: right;
    margin: 0; }
  .opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0; }

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0; } }
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px; }

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none; } }
#opc-payment .note {
  padding: 10px; }

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0; }

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0; }

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0; }

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  /*opacity: 0;*/ }

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  /*width: 0px;
  overflow: hidden;*/ }

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  /*margin-left: 0px;*/ }

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold; }
    .sp-methods dt:first-child {
      margin: 0 0 5px; }
  .sp-methods dd li {
    margin: 5px 0; }
  .sp-methods label img {
    float: left; }
  .sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px; }
  .sp-methods .price {
    font-weight: bold; }
  .sp-methods .form-list {
    padding-left: 20px; }
    .sp-methods .form-list li {
      margin: 0 0 8px; }
  .sp-methods select.month {
    width: 120px;
    margin-right: 10px; }
  .sp-methods select.year {
    width: 96px; }
  .sp-methods input.cvv {
    width: 4em !important; }
  .sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px; }
  .sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both; }
  .sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left; }
  .sp-methods .checkmo-list address {
    float: left; }
  @media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
      padding-left: 0; }
      .sp-methods .checkmo-list label {
        width: 135px; } }
  .sp-methods .release-amounts {
    margin: 0.5em 0; }
  .sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0; }

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #F4F4F4;
  padding-left: 20px;
  margin-bottom: 30px; }
  .block-progress .block-content {
    font-size: 13px; }
  .block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #444;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 6px;
    font-size: inherit;
    text-transform: none;
    font-weight: normal;
    color: #A0A0A0; }
  .block-progress dt.complete {
    color: #444; }
  .block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic; }
    .block-progress dd address {
      font-style: italic; }
  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px; }
  .block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #444;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px; }
    .block-progress .payment-info dt:after {
      content: ': '; }
  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px; }
  .block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both; }

/* review step */
#checkout-review-table .btn-remove img {
  display: none; }
#checkout-review-table th {
  padding: 5px 10px;
  font-weight: 600; }

#checkout-review-table-wrapper {
  clear: both; }

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  #review-buttons-container .btn-checkout {
    min-width: 220px; }
  #review-buttons-container .please-wait {
    float: left;
    margin-right: 10px; }
  #review-buttons-container .f-left {
    float: right; }

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; } }
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; } }
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline; }

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none; }

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0; }
  #checkout-step-review .opc-block-progress .block-title {
    display: none; }
  #checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0; }
    #checkout-step-review .opc-block-progress .block-content > dl > div {
      float: left;
      width: 50%; }
    @media only screen and (max-width: 479px) {
      #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto; } }
    #checkout-step-review .opc-block-progress .block-content .changelink {
      display: none; }

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none; }
    #checkout-review-table thead > tr > th:first-child {
      display: block; }

  #checkout-review-table thead > tr > th:first-child {
    display: block; } }
#checkout-step-review .centinel > p {
  margin-bottom: 10px; }
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px; }
  .gift-messages-form .item h5 {
    font-weight: bold; }
  .gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px; }
  .gift-messages-form .item .details {
    float: left; }

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block; }
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px; }
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }
.gift-message-form .gift-wrapping-form img {
  float: left; }
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px; }
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC; }
  .gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-item .product-img-box {
    width: 200px; }
    .gift-message-form .gift-item .product-img-box .product-image {
      width: 75px;
      margin-left: auto;
      margin-right: auto; }
    .gift-message-form .gift-item .product-img-box .product-name {
      display: block; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 200px; }

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%; }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px; }
    .gift-message-form .gift-item .fieldset textarea {
      width: 100%; } }
.form-list .control label {
  padding-left: 35px; }

.checkout-onepage-index #header-search,
.checkout-onepage-index #header-nav,
.checkout-onepage-index .skip-nav,
.checkout-onepage-index .skip-search,
.checkout-onepage-index .footer-container,
.checkout-onepage-index .header-link,
.checkout-onepage-success #header-search,
.checkout-onepage-success #header-nav,
.checkout-onepage-success .skip-nav,
.checkout-onepage-success .skip-search,
.checkout-onepage-success .footer-container,
.checkout-onepage-success .header-link {
  display: none !important; }

.checkout-onepage-index .page {
  padding-top: 130px; }
.checkout-onepage-index .button {
  background-color: #ff6f00 !important; }
  .checkout-onepage-index .button:hover {
    background-color: #666 !important; }
.checkout-onepage-index .subtotal {
  text-align: right;
  font-weight: 600;
  margin-top: 20px; }
.checkout-onepage-index .block-title {
  text-transform: none;
  padding: 7px 10px 7px 7px;
  border-top: 0;
  color: #444;
  margin-bottom: 10px;
  margin-left: -7px;
  border-bottom: 1px solid #F4F4F4; }
  .checkout-onepage-index .block-title strong {
    line-height: 1.4;
    font-size: 15px;
    font-weight: 600; }
.checkout-onepage-index .block-content li.item {
  margin-left: 0; }
.checkout-onepage-index .block-content .product-name {
  padding-top: 0;
  margin-bottom: 0; }
.checkout-onepage-index .control {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .checkout-onepage-index .control label {
    padding-left: 8px; }
  .checkout-onepage-index .control input.radio,
  .checkout-onepage-index .control input.checkbox {
    margin-left: 0;
    margin-right: 0; }
.checkout-onepage-index .sp-methods input.radio {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 5px !important; }
.checkout-onepage-index .sp-methods input.checkbox {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important; }
.checkout-onepage-index .sp-methods label {
  padding: 0 !important;
  padding-left: 6px !important; }
.checkout-onepage-index .agree input.checkbox {
  margin-top: 5px; }
.checkout-onepage-index textarea {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-bottom: 20px; }
.checkout-onepage-index .postnl-container {
  border: 0;
  border-top: 1px solid #bbbbbc; }
  .checkout-onepage-index .postnl-container .add-location {
    border-bottom: 0; }
.checkout-onepage-index .fields {
  max-width: 383px;
  clear: both; }
  .checkout-onepage-index .fields .field.half {
    width: 46%;
    clear: none;
    display: inline-block;
    margin-right: 10px;
    float: left; }
.checkout-onepage-index .success-msg {
  color: #ff6f00; }
.checkout-onepage-index .notice-msg,
.checkout-onepage-index .error-msg {
  color: #f16d62; }
.checkout-onepage-index #change_address_link {
  display: none; }

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0; }
.checkout-onepage-success .buttons-set {
  margin: 10px 0; }
  .checkout-onepage-success .buttons-set button {
    float: none;
    background-color: #ff6f00; }
    .checkout-onepage-success .buttons-set button:hover {
      background-color: #666; }
.checkout-onepage-success .page {
  padding-top: 130px; }
.checkout-onepage-success .buttons-set .button {
  margin-left: 0; }
.checkout-onepage-success #header-search,
.checkout-onepage-success #header-nav,
.checkout-onepage-success .footer-container,
.checkout-onepage-success .header-link {
  display: none !important; }
.checkout-onepage-success .block .block-title {
  text-transform: none;
  padding: 7px 10px 7px 7px !important;
  border-top: 0;
  color: #444;
  margin-bottom: 10px !important;
  margin-left: -7px;
  border-bottom: 1px solid #F4F4F4 !important; }
  .checkout-onepage-success .block .block-title strong {
    line-height: 21px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px !important;
    padding: 0 !important; }
  .checkout-onepage-success .block .block-title.active strong {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important; }
.checkout-onepage-success .no-display {
  display: block !important; }
.checkout-onepage-success .block-title strong:after {
  display: none !important; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-success .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px; }
  .checkout-onepage-success .col-right,
  .checkout-onepage-success .col-left {
    width: 31.25%;
    display: block; }
  .checkout-onepage-success .col-right {
    padding-left: 0; } }
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both; }

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  color: #444;
  text-decoration: none;
  box-sizing: content-box; }

.swatch-link {
  border: 2px solid transparent;
  margin: 0 0 3px; }
  .swatch-link img {
    border-radius: 3px; }
  .swatch-link:hover {
    cursor: pointer;
    text-decoration: none; }
  .swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_x.png) center no-repeat transparent;
    z-index: 10; }
  .swatch-link.has-image .swatch-label {
    position: relative; }
  .swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0; }

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4; }

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px); }
  .configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px; }
  .products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 8px 3px 3px; }
  .configurable-swatch-list .not-available .x {
    display: block; }
  .configurable-swatch-list .not-available .swatch-link {
    border-color: #F4F4F4;
    position: relative; }
    .configurable-swatch-list .not-available .swatch-link.has-image img {
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff; }
  .configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px; }
  .configurable-swatch-list .not-available a:focus {
    outline: 0; }

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%; }
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 24px;
  margin-right: 2px;
  text-align: left; }
  #narrow-by-list dd .swatch-link.has-image {
    line-height: inherit; }
  #narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #666; }
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 2px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap; }
  #narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: content-box; }
#narrow-by-list dd .has-image .swatch-label {
  padding: 0; }

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left; } }
.currently .swatch-current {
  position: relative; }
  .currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .currently .swatch-current span {
    display: block;
    float: left; }
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px; }
  .currently .swatch-link:hover {
    border-color: #F4F4F4;
    cursor: default; }

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover,
.configurable-swatch-list .swatch-label.selected {
  border-width: 2px;
  border-color: #666 !important;
  border-radius: 5px; }

.configurable-swatch-box {
  background: none !important; }
  .configurable-swatch-box select.swatch-select {
    display: none; }
  .configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #DF280A;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 2px; }

/* CUSTOM */
.availability.out-of-stock span {
  color: #A0A0A0; }

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0; }
  .product-view .product-options .swatch-attr label,
  .product-view .product-options .swatch-attr .select-label {
    font-size: 13px; }
  .product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3; }
  .product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #666;
    padding-left: 5px; }
.product-view .product-options dd .input-box {
  width: auto;
  height: auto; }
.product-view .product-options .select-label {
  display: none; }
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default; }

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px; }
.customer-account-login h2 {
  font-size: 16px; }
.customer-account-login .form-instructions,
.customer-account-login .benefits {
  display: none; }
.customer-account-login .buttons-set button,
.customer-account-login .buttons-set .button {
  background-color: #ff6f00; }
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0; }
  .customer-account-login .col2-set .buttons-set button,
  .customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0; }
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px; }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px; }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px; } }
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0; }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px; } }
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px; }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #F4F4F4; } }
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none; } }

.customer-account-create .scaffold-form label:first-child {
  width: 140px; }

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #A0A0A0; }

.remember-me-box a.hide {
  display: none; }
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px; }

.remember-me-popup {
  display: none;
  border: 1px solid #F4F4F4;
  padding: 10px;
  position: relative; }
  .remember-me-popup.show {
    display: block; }
  .remember-me-popup p {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 13px; }
  .remember-me-popup .remember-me-popup-close-button {
    display: none; }

.customer-account-create .buttons-set {
  max-width: 455px; }
  .customer-account-create .buttons-set button {
    background-color: #ff6f00; }
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 0; }
  @media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
      margin-left: 0; } }
.customer-account-create .fieldset .hidden {
  display: none; }
.customer-account-create #remember-me-popup {
  max-width: 455px; }

.customer-account-changeforgotten .fieldset,
.customer-account-changeforgotten .buttons-set,
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 0;
  max-width: 455px; }
  .customer-account-changeforgotten .fieldset button,
  .customer-account-changeforgotten .buttons-set button,
  .customer-account-forgotpassword .fieldset button,
  .customer-account-forgotpassword .buttons-set button {
    background-color: #ff6f00; }
  @media only screen and (max-width: 479px) {
    .customer-account-changeforgotten .fieldset,
    .customer-account-changeforgotten .buttons-set,
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
      margin-left: 0; } }
.customer-account-changeforgotten .fieldset .input-box input.input-text,
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }
.customer-account-changeforgotten h2,
.customer-account-forgotpassword h2 {
  display: none; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
  border-bottom: 1px solid #F4F4F4 !important;
  padding-bottom: 7px; }
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
  body.customer-account .my-account .title-buttons h1 {
    text-align: left; }
  body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0; }
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px; }
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #F4F4F4; }
body.customer-account .my-account .addresses-list h3 {
  font-size: 13px;
  font-weight: 600; }
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px; }
body.customer-account .data-table {
  margin-top: 5px; }
  body.customer-account .data-table td a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: normal;
    font-size: 13px; }
  body.customer-account .data-table span.nobr {
    white-space: normal; }
    body.customer-account .data-table span.nobr a {
      white-space: nowrap; }
  body.customer-account .data-table td.view a {
    display: block; }
  body.customer-account .data-table .separator {
    display: none; }
body.customer-account .sidebar .block {
  border-bottom: 0 !important; }
  body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0; }
  body.customer-account .sidebar .block .block-content {
    border-width: 0 !important; }
    body.customer-account .sidebar .block .block-content p.block-subtitle {
      margin-bottom: 15px; }
    body.customer-account .sidebar .block .block-content .actions {
      margin-top: 30px; }
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px; }
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left; }

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 7px; }
  .dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0; }
  .dashboard .box-head a {
    padding: 10px; }
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: none;
  font-size: 13px; }
.dashboard .box-account {
  padding-bottom: 40px;
  margin-bottom: 45px; }
  .dashboard .box-account p,
  .dashboard .box-account address {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic; }
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0; }
  .dashboard .col2-set .col-1 .box-title,
  .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px; }
    .dashboard .col2-set .col-1 .box-title h2,
    .dashboard .col2-set .col-1 .box-title h3,
    .dashboard .col2-set .col-2 .box-title h2,
    .dashboard .col2-set .col-2 .box-title h3 {
      font-weight: 600;
      font-size: 13px;
      margin-bottom: 0; }
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a {
      line-height: 18.2px; }
.dashboard .box-reviews.box-account {
  padding-bottom: 0; }
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #F4F4F4; }
  .dashboard .box-reviews li:first-child {
    border-top: 0; }
  .dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px; }
  .dashboard .box-reviews li .details {
    margin-left: 20px; }
    .dashboard .box-reviews li .details .ratings {
      content: '';
      display: table;
      clear: both;
      margin-bottom: 0; }
      .dashboard .box-reviews li .details .ratings strong {
        float: left;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        margin-right: 5px; }
      .dashboard .box-reviews li .details .ratings .rating-box {
        float: left;
        margin: 3px 0 0 0; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    padding-bottom: 0; }
  .my-account .addresses-list .item {
    margin: 0 0 30px 0; }
    .my-account .addresses-list .item p {
      margin-top: 10px; }
  @media only screen and (max-width: 770px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .my-account .addresses-list .col-1 li.empty,
      .my-account .addresses-list .col-2 li.empty {
        width: 100%; } }
  @media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
      white-space: nowrap; } }

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4;
  width: 100%;
  margin-bottom: 30px; }
  .order-info dt,
  .order-info dd,
  .order-info ul,
  .order-info li {
    display: inline; }
  .order-info dt {
    margin-right: 20px; }
  .order-info li {
    margin: 0 0 0 20px; }
    .order-info li.current {
      font-weight: 600; }
    .order-info li:first-child {
      margin-left: 0; }

.order-date {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none; }

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px; }
  .order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #F4F4F4; }
  .order-info-box .col-1 {
    padding-right: 0;
    width: 48%; }
  .order-info-box .col-2 {
    width: 52%; }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left; }
    .order-info-box .box-title h2 {
      font-size: 13px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      line-height: 1.5; }
      .order-info-box .box-title h2:after {
        content: ':'; }
  .order-info-box .box-content {
    float: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .order-info-box .box-content td,
    .order-info-box .box-content th {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 1.3; }
    .order-info-box .box-content th {
      padding-top: 10px; }
    .order-info-box .box-content td {
      padding-left: 15px; }
    .order-info-box .box-content strong {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      text-transform: none; }

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic; }
#my-orders-table .option-value {
  margin-left: 20px; }
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  ol#cart-sidebar-reorder li input {
    margin-right: 10px; }
ol#cart-sidebar-reorder p.product-name {
  display: inline; }

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px; }
  #my-orders-table .option-value {
    margin-left: 35px; }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px; }
  #my-orders-table tr.bundle {
    border-color: #F4F4F4; }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0; }
    #my-orders-table tbody:last-child tr:last-child td:last-child {
      padding-bottom: 15px; }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }
.order-additional {
  margin: 40px 0; }

.order-gift-message dd {
  margin-top: 10px; }

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0; }

  body.customer-account .data-table td.view a {
    white-space: normal; } }
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
      top: -12px; } }
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none; }

  .order-info-box .box-content {
    clear: left; }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }

  .order-info dt {
    display: none; }

  .dashboard .page-title {
    margin-top: 20px; }
    .dashboard .page-title h1 {
      margin-top: 0;
      border-bottom: 1px solid #F4F4F4 !important;
      padding-bottom: 7px; }
  .dashboard .welcome-msg {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dashboard .welcome-msg .hello {
      font-style: italic; }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; }
  .dashboard .col2-set .col-2 {
    float: right; } }
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0; } }
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    border-bottom: 1px solid #F4F4F4 !important;
    padding-bottom: 7px; }
  body.customer-account .my-account .title-buttons {
    text-align: center; }
    body.customer-account .my-account .title-buttons .button {
      width: 100%;
      position: static;
      margin-bottom: 15px; }
      body.customer-account .my-account .title-buttons .button + .button {
        margin-left: 0px; }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .buttons-set {
    border-top: 0; }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto; }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px; }

  .order-info {
    margin-top: 15px; }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none; }
  .data-table.orders td.view {
    text-align: right; }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px; }

  .order-info-box {
    margin: 0; }
    .order-info-box .col-1,
    .order-info-box .col-2 {
      width: 100%;
      border-bottom: 1px solid #F4F4F4;
      padding: 15px 0; }
    .order-info-box + .order-info-box {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 30px; }

  #my-reviews-table .nobr {
    white-space: normal; } }
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }

.customer-account .data-table td,
.customer-account .data-table th {
  white-space: nowrap !important; }
  .customer-account .data-table td *,
  .customer-account .data-table th * {
    white-space: nowrap !important; }

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px; }
  .contacts-index-index .buttons-set p.required {
    float: left; }
  @media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
      max-width: 330px;
      margin-left: 0; }
      .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px; }
      .contacts-index-index .buttons-set p.required {
        float: right; } }

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px; } }

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4; }
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0; }
  .paypal-review-order .buttons-set button {
    margin-bottom: 10px; }
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0; }
  .paypal-review-order .field.inactive {
    display: none; } }

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center; }
  .top-container .bml-ad span {
    display: inline-block; }
    .top-container .bml-ad span a {
      display: block; }

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px; }
  .bml-ad span {
    display: block;
    line-height: 0; }
  .bml-ad a {
    display: inline-block;
    max-width: 100%; }
  .bml-ad a:hover {
    opacity: 0.7; }
  .bml-ad img {
    height: auto !important;
    max-width: 100%; }

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0; }

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block; } }
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block; } }
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%; }
  div.paypal-logo span {
    display: block;
    width: 100%; }
    div.paypal-logo span a {
      display: inline-block;
      max-width: 100%; }
      div.paypal-logo span a img {
        max-width: 100%; }
  div.paypal-logo span > img {
    display: none; }

.checkout-types div.paypal-logo {
  text-align: right; }

.bml-checkout-type {
  list-style-type: none; }

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0; }
  .sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%; }
    .sidebar .paypal-logo > a:hover {
      opacity: 0.8; }
    .sidebar .paypal-logo > a img {
      display: block; }
  .sidebar .paypal-logo .label {
    margin-top: 4px; }
    .sidebar .paypal-logo .label a {
      font-size: 13px;
      line-height: 1.5; }

/* ============================================ *
 * Review - Customer
 * ============================================ */
.form-add {
  display: none; }
  .form-add.open {
    display: block; }

.reviews.product-block,
#customer-reviews {
  width: auto;
  float: none;
  color: #444; }
  .reviews.product-block .review-heading,
  #customer-reviews .review-heading {
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 0 5px; }
    .reviews.product-block .review-heading:after,
    #customer-reviews .review-heading:after {
      content: '';
      display: table;
      clear: both; }
    .reviews.product-block .review-heading h2,
    #customer-reviews .review-heading h2 {
      float: left;
      display: block; }
    .reviews.product-block .review-heading .pager,
    #customer-reviews .review-heading .pager {
      clear: none;
      float: right;
      width: auto; }
      .reviews.product-block .review-heading .pager .count-container .limiter,
      #customer-reviews .review-heading .pager .count-container .limiter {
        margin-bottom: 0; }
        .reviews.product-block .review-heading .pager .count-container .limiter label,
        #customer-reviews .review-heading .pager .count-container .limiter label {
          font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 10px; }
      .reviews.product-block .review-heading .pager .amount,
      #customer-reviews .review-heading .pager .amount {
        display: none; }
  .reviews.product-block h2 span,
  #customer-reviews h2 span {
    color: #444; }
  .reviews.product-block h3,
  #customer-reviews h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal; }
    .reviews.product-block h3 span,
    #customer-reviews h3 span {
      color: #666; }
  .reviews.product-block .fieldset h4,
  #customer-reviews .fieldset h4 {
    border-bottom: 1px solid #F4F4F4;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 5px; }
    .reviews.product-block .fieldset h4 em,
    #customer-reviews .fieldset h4 em {
      display: none; }
  .reviews.product-block .fieldset .form-list,
  #customer-reviews .fieldset .form-list {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 10px 0; }
    .reviews.product-block .fieldset .form-list .inline-label:after,
    #customer-reviews .fieldset .form-list .inline-label:after {
      content: '';
      display: table;
      clear: both; }
    .reviews.product-block .fieldset .form-list label,
    #customer-reviews .fieldset .form-list label {
      font-size: 13px;
      font-weight: normal; }
    .reviews.product-block .fieldset .form-list textarea,
    #customer-reviews .fieldset .form-list textarea {
      border: 1px solid #F4F4F4;
      border-radius: 0;
      min-width: 100%;
      -webkit-appearance: none; }
    .reviews.product-block .fieldset .form-list input,
    #customer-reviews .fieldset .form-list input {
      border: 1px solid #F4F4F4;
      border-radius: 0; }
      .reviews.product-block .fieldset .form-list input[type="text"],
      #customer-reviews .fieldset .form-list input[type="text"] {
        width: 100%; }
  .reviews.product-block .buttons-set,
  #customer-reviews .buttons-set {
    border: none;
    margin: 0; }
  .reviews.product-block dl,
  #customer-reviews dl {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px; }
    .reviews.product-block dl dt,
    #customer-reviews dl dt {
      margin: 10px 0;
      font-weight: 600;
      color: #444;
      font-size: 14px;
      line-height: 20px; }
      .reviews.product-block dl dt .review-title-posted,
      #customer-reviews dl dt .review-title-posted {
        display: block;
        font-weight: normal;
        font-size: 13px; }
    .reviews.product-block dl dd,
    #customer-reviews dl dd {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px;
      margin: 10px 0;
      text-align: justify; }
      .reviews.product-block dl dd .ratings-table,
      #customer-reviews dl dd .ratings-table {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 100%; }
        .reviews.product-block dl dd .ratings-table tr,
        #customer-reviews dl dd .ratings-table tr {
          margin-right: 15px; }
        .reviews.product-block dl dd .ratings-table .review-label,
        #customer-reviews dl dd .ratings-table .review-label {
          width: 175px; }
      .reviews.product-block dl dd table,
      #customer-reviews dl dd table {
        margin: 15px 0; }
      .reviews.product-block dl dd .review-meta,
      #customer-reviews dl dd .review-meta {
        color: #666;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: normal; }

.review-summary-table {
  border-bottom: 1px solid #F4F4F4;
  margin: 0 0 10px; }
  .review-summary-table thead {
    background: transparent; }
    .review-summary-table thead th {
      background: transparent;
      border: none;
      padding: 15px 7px 10px 8px; }
  .review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 13px; }
  .review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0; }
    .review-summary-table tbody td label {
      width: 100%;
      display: block;
      padding: 11px 0; }
  .review-summary-table .rating-box .rating-number {
    display: none; }
    .review-summary-table .rating-box .rating-number:after {
      content: "";
      display: inline-block;
      background-position: 0px -599px;
      width: 13px;
      height: 13px;
      margin-left: 5px;
      position: relative;
      top: 2px; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }
  .ratings-table th {
    padding-right: 10px;
    color: #ff6f00; }
  .ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px; }
    .ratings-table .rating-box .rating {
      background-position: 0 -600px;
      background-repeat: repeat-x;
      float: left;
      height: 13px;
      text-indent: -9999px; }

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0; }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%; }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
      margin: 10px 0;
      width: 100%; }
      body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px; } }
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0; }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
      float: none;
      margin-right: 0; } }
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%; }
    #customer-reviews .fieldset .form-list {
      width: 100%; }
      #customer-reviews .fieldset .form-list .inline-label label,
      #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none; }
  #customer-reviews .buttons-set {
    width: 100%; }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px; }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px; }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px; }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 18.2px;
    width: 100%; }
    #customer-reviews .review-summary-table .rating-box .rating {
      display: none; }
    #customer-reviews .review-summary-table .rating-box .rating-number {
      display: inline-block; } }
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none; } }
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
  .review-product-view .product-review .product-img-box > a {
    width: 100%; }
  .review-product-view .product-review .product-img-box .product-image {
    width: 100%; }

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%; } }
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 0;
  border-radius: 4px; }
  .slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 4px; }
    .slideshow-container .slideshow > li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0;
      display: block;
      margin: 0; }
      .slideshow-container .slideshow > li:first-child {
        position: static;
        z-index: 100; }
      .slideshow-container .slideshow > li img {
        max-width: 100%;
        width: 100%;
        border-radius: 4px; }

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .slideshow-pager span {
    font-family: arial;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer; }
    .slideshow-pager span:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-left: -8px;
      margin-top: -8px;
      border-radius: 4px;
      background-color: #FFFFFF;
      position: relative; }
    .slideshow-pager span:hover:before {
      background-color: #595959; }
    .slideshow-pager span.cycle-pager-active:before {
      background-color: #4d4d4d; }
  .slideshow-pager > * {
    cursor: pointer; }

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .slideshow-prev:before,
  .slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px; }
  .slideshow-prev:hover,
  .slideshow-next:hover {
    opacity: 1; }
  .slideshow-prev.disabled,
  .slideshow-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default; }

.slideshow-prev {
  left: 8px; }
  .slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px; }
  .slideshow-prev:hover:before {
    border-color: transparent #595959 transparent transparent; }

.slideshow-next {
  right: 8px; }
  .slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px; }
  .slideshow-next:hover:before {
    border-color: transparent transparent transparent #595959; }

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110; }

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5; }

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center; }
#wishlist-table.clean-table {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: normal;
  width: 100%; }
  #wishlist-table.clean-table th {
    font-weight: 600;
    padding: 5px 10px; }
  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top; }
  #wishlist-table.clean-table thead th {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: normal; }
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: normal; }
  #wishlist-table .product-name a {
    color: #666; }
#wishlist-table .wishlist-sku {
  display: none;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 5px 0; }
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #wishlist-table textarea::-webkit-input-placeholder {
    text-transform: normal; }
  #wishlist-table textarea:-moz-placeholder {
    text-transform: normal; }
  #wishlist-table textarea::-moz-placeholder {
    text-transform: normal; }
  #wishlist-table textarea:-ms-input-placeholder {
    text-transform: normal; }
  #wishlist-table textarea:focus {
    border: 1px solid #666; }
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
  #wishlist-table .item-manage .button {
    font-size: 12px;
    padding: 3px 5px; }
#wishlist-table .cart-cell {
  text-align: center; }
#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
  #wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%; }
  #wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center; }
  #wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top; }
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal; }
#wishlist-table .price-box {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }
  #wishlist-table .price-box .price {
    color: #444; }
#wishlist-table .giftregisty-add {
  margin-top: 5px; }
  #wishlist-table .giftregisty-add .change {
    display: none; }
  #wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #666;
    margin-bottom: 3px; }
#wishlist-table .truncated .details {
  background: none;
  color: #666; }
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600; }

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px; }
    #wishlist-table.clean-table td textarea {
      height: 100px; }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
      width: 110px; }
  #wishlist-table .product-name {
    font-size: 13px; } }
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both; }
  #wishlist-table .product-name {
    font-size: 16px; }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%; }
  #wishlist-table .item-manage {
    max-width: 100%; }
  #wishlist-table tr {
    position: relative; }
    #wishlist-table tr:after {
      content: '';
      display: table;
      clear: both; }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px; }
    #wishlist-table td.customer-wishlist-item-image img {
      width: 70px;
      height: 70px; }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px; }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px; } }
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0; }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none; } }
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative; }
  #wishlist-table th.customer-wishlist-item-image {
    display: block; }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide; }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden; }
    #wishlist-table td.customer-wishlist-item-image a {
      float: left; }
      #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px; }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left; }
    #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
      float: left;
      margin-right: 15px; }
    #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
      text-align: left; }
    #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
      margin-top: 0; }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%; }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px; }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%; } }
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px; }
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px; }
.block-wishlist .price-box {
  float: left;
  margin: 0; }
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 13px; }
.block-wishlist .link-cart {
  float: left;
  text-transform: normal;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #F4F4F4; }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block; }
  @media only screen and (max-width: 770px) {
    .header-minicart {
      display: block; } }
  .header-minicart .minicart-message {
    display: block;
    padding: 10px; }
  .header-minicart .empty {
    padding: 10px;
    text-align: center; }
  .header-minicart .minicart-wrapper {
    clear: both;
    position: relative; }
    .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: none; }
    .header-minicart .minicart-wrapper:before {
      background-color: white;
      opacity: 0.8;
      z-index: 2; }
    .header-minicart .minicart-wrapper:after {
      background-image: url("../images/opc-ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 3; }
    .header-minicart .minicart-wrapper.loading {
      position: relative; }
      .header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
        display: block; }
  .header-minicart .block-cart {
    display: none; }
  .header-minicart .block-subtitle {
    color: #50A4CF;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px; }
    .header-minicart .block-subtitle .close {
      width: 40px;
      float: right;
      display: block;
      color: #444;
      text-decoration: none;
      font-weight: normal;
      font-size: 30px;
      position: absolute;
      top: -8px;
      right: -3px; }
  .header-minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px; }
    .header-minicart .mini-products-list li {
      padding: 8px 5px 8px 11px;
      border-bottom: 1px solid #DDDDDD;
      position: relative; }
      .header-minicart .mini-products-list li.last {
        border: none; }
      .header-minicart .mini-products-list li .product-details {
        position: relative; }
  .header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold; }
    .header-minicart .product-details .product-name a {
      color: #666; }
  .header-minicart .info-wrapper {
    margin-bottom: 0.5em; }
    .header-minicart .info-wrapper th {
      text-transform: uppercase;
      padding-right: 10px; }
    .header-minicart .info-wrapper td {
      color: #666;
      clear: right; }
    .header-minicart .info-wrapper .qty-wrapper td {
      height: 33px;
      line-height: 33px; }
    .header-minicart .info-wrapper .qty {
      padding-left: 4px;
      padding-right: 4px;
      margin-right: 2px;
      width: 3.2em;
      text-align: center;
      height: 30px; }
    .header-minicart .info-wrapper .quantity-button {
      opacity: 0;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -moz-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      -webkit-transition-duration: 100ms;
      transition-duration: 100ms; }
      .header-minicart .info-wrapper .quantity-button[disabled] {
        cursor: default; }
      .header-minicart .info-wrapper .quantity-button.visible {
        opacity: 1; }
  .header-minicart .subtotal {
    background-color: #DDDDDD;
    text-align: center;
    line-height: 2em; }
    .header-minicart .subtotal .label {
      color: white;
      text-transform: uppercase; }
    .header-minicart .subtotal .price {
      color: #666; }
  .header-minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .header-minicart .minicart-actions .checkout-button {
      min-width: 145px; }
    .header-minicart .minicart-actions .cart-link {
      height: 33px;
      line-height: 39px;
      text-transform: uppercase;
      font-size: 13px; }
    .header-minicart .minicart-actions .paypal-logo .paypal-or {
      line-height: 1.6; }
  .header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none; }
  .header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none; }
  .header-minicart .jcarousel-control-prev,
  .header-minicart .jcarousel-control-next {
    display: none; }

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block; }

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center; } }
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1; } }
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #444; }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED; }
  .header-minicart .quantity-button {
    float: none; }
  .header-minicart .header-minicart .block-cart {
    padding: 15px; }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px; }
  .header-minicart .minicart-actions {
    padding-bottom: 33px; }
    .header-minicart .minicart-actions .cart-link {
      bottom: 0;
      right: 10px;
      position: absolute; }
    .header-minicart .minicart-actions .checkout-types.minicart li {
      display: inline-block; }
      .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
        display: inline; }
      .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top; }
      .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px; } }
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6; } }
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; } }
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
  .search-autocomplete ul {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #666;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .search-autocomplete ul li {
      border-bottom: 1px solid #F4F4F4;
      color: #666;
      cursor: pointer;
      font-size: 13px;
      padding: 4px 6px;
      text-align: left; }
      .search-autocomplete ul li:hover {
        color: #595959; }
      .search-autocomplete ul li.selected {
        background-color: #666;
        color: white; }
      .search-autocomplete ul li .amount {
        float: right;
        font-weight: bold; }
      .search-autocomplete ul li:last-child {
        border-bottom: none; }
  .search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #666;
    border-top: none;
    left: 50%;
    top: -7px; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  padding: 30px; }
  .advanced-search select.multiselect option {
    border-bottom: 1px solid #F4F4F4;
    padding: 2px 5px; }

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px; } }
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #F4F4F4;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }
.product-review .product-img-box .rating-box {
  margin: 15px 0; }
.product-review .product-details h2 {
  border-bottom: 1px solid #F4F4F4;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 10px; }
.product-review .ratings-table {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .product-review .ratings-table th {
    padding-right: 10px; }
  .product-review .ratings-table tr {
    float: left;
    font-size: 13px;
    margin-right: 10px;
    text-transform: uppercase; }
.product-review .ratings-description dt {
  border-bottom: 1px solid #F4F4F4;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none; } }
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px; } }
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none; } }
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none; }
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%; }
.cms-page-view .std p,
.cms-no-route .std p {
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px; }
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #666; }
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #666; }
.cms-page-view .std li,
.cms-no-route .std li {
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 24px; }
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both; }

.cms-no-route .std img {
  width: 100%; }

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px; }
  .cms-page-view .std .messages ul,
  .cms-home .std .messages ul,
  .cms-no-route .std .messages ul {
    margin-bottom: 0; }
  .cms-page-view .std .messages li,
  .cms-home .std .messages li,
  .cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#accordion .toggle-tabs {
  display: none; }
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  display: block; }
  #accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #666;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
#accordion > dl > dd {
  padding: 10px;
  margin: 0; }
#accordion li {
  position: relative;
  overflow: hidden; }
  #accordion li .plusimage h2 {
    margin-right: 10px; }

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
  .page-sitemap .links a {
    position: relative; }
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 13px; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }

.contacts-index-index h1 {
  border: none; }

#contactForm {
  padding-left: 40px; }
  #contactForm h2 {
    display: none; }
  #contactForm:after {
    content: '';
    display: table;
    clear: both; }
  #contactForm .fieldset .legend + .required {
    margin: 0; }

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0; } }
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

.map-info {
  white-space: nowrap; }

.catalog-product-view .map-info {
  white-space: normal; }
  .catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px; }
  .catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%; }

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; }
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
  .notice-cookie .notice-text p {
    padding-bottom: 14px;
    line-height: 1.3; }
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14px; }

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%; } }
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px; }
    .notice-cookie .notice-text {
      max-width: 82%;
      padding-top: 0; } }
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px; }
    .notice-cookie .notice-inner {
      background-position: left 10px; }
      .notice-cookie .notice-inner:after {
        content: '';
        display: table;
        clear: both; }
    .notice-cookie .notice-text {
      float: none;
      max-width: 100%;
      padding-top: 0; }
    .notice-cookie .actions {
      text-align: left; } }
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px; }

#addTagForm .form-add {
  margin-top: 10px; }

.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%; }

.product-tags li {
  float: left;
  margin-right: 15px; }

.product-tags li.last {
  margin-right: 0px; }

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.tags-list > li {
  float: left;
  margin-right: 10px; }

.block-tags .actions > a {
  font-size: 12px; }

.my-tag-edit .button.btn-remove {
  padding: 0; }
  .my-tag-edit .button.btn-remove:after {
    color: white; }

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none; } }
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px; }

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear; }

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%; }

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px; }

.captcha-img {
  border: 20px solid #bbb; }

.captcha-input-container {
  margin-bottom: 10px; }

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both; }
  .control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both; }

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%; }

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%; }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%; } }
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal; }
  #recurring_profile_list_view th span {
    white-space: inherit; }
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 13px; }
    #recurring_profile_list_view a {
      font-size: inherit; }
    #recurring_profile_list_view th,
    #recurring_profile_list_view td {
      padding: 2px; } }

.recurring-profiles-title {
  float: left; }
  .recurring-profiles-title h1 {
    margin-bottom: 7px; }

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px; }
  @media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
      text-align: center;
      float: none; } }
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static; }

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both; }

#recurring_start_date_trig {
  display: inline; }

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px; }
  .billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both; }
  .billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%; }
  .billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px; }
  .billing-agreements .info-box .button {
    float: right;
    margin-top: 7px; }
    @media only screen and (max-width: 479px) {
      .billing-agreements .info-box .button {
        width: 100%;
        float: none; } }
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px; }

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%; }
  @media only screen and (max-width: 479px) {
    .billing-agreement-view-header-wrapper .heading {
      max-width: 100%; } }

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px; }

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none; } }
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%; }

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px; }

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%; }
  @media only screen and (min-width: 771px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
      max-width: 100px; } }

.widget {
  clear: both; }

.widget .pager {
  float: none;
  width: 100%; }

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */ }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
      margin-right: 2.22222%; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
      margin-right: 2.22222%; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
      width: 23.33333%;
      margin-right: 2.22222%; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
      clear: left; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
      margin-right: 0; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
      margin-right: 2.22222%; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
      margin-right: 2.22222%; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
      width: 18.22222%;
      margin-right: 2.22222%; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
      clear: left; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
      margin-right: 0; } }
@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */ }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
      margin-right: 2.22222%; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
      margin-right: 2.22222%; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
      width: 23.33333%;
      margin-right: 2.22222%; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
      clear: left; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
      margin-right: 0; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
      margin-right: 2.22222%; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
      margin-right: 2.22222%; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
      width: 18.22222%;
      margin-right: 2.22222%; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
      clear: left; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
      margin-right: 0; } }
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #F4F4F4;
    text-transform: uppercase;
    border-bottom: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    margin-bottom: 10px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.active {
      background-color: #DDDDDD; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.last {
      border-right: 0px; }
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%; }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: right; }
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px; }
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%; }
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%; }
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%; }
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px; }
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold; }
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right; }
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right; }

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px; }

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px; }
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px; }
  .checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px; }
  .checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px; }

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 10px;
  font-size: 14px; }
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 10px;
  font-size: 14px; }
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px; }

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%; }

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none; }

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both; }

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px; }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px; }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px; }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px; }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%; }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px; }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right; }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px; }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0; } }
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px; } }
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block; } }
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate; }
  div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none; }

.icon_s50,
.pp_s50 {
  filter: none !important;
  -webkit-filter: none !important; }

.icon_s50 {
  background: url("../images/sprite_icons.png") no-repeat 50px 50px transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: bottom; }
  .icon_s50:after {
    padding: 2px;
    display: none;
    position: relative;
    top: -30px;
    right: -30px;
    width: 200px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .icon_s50:hover:after {
    display: block; }
  .icon_s50.webwinkelkeur {
    background-position: 0 -250px; }
    .icon_s50.webwinkelkeur:after {
      content: 'Webwinkelkeur'; }
  .icon_s50.thuiswinkel {
    background-position: 0 -50px; }
    .icon_s50.thuiswinkel:after {
      content: 'Thuiswinkel Waarborg'; }
  .icon_s50.webshopkeurmerk {
    background-position: 0 -300px; }
    .icon_s50.webshopkeurmerk:after {
      content: 'Webshop Keurmerk'; }
  .icon_s50.postnl {
    background-position: 0 0; }
    .icon_s50.postnl:after {
      content: 'PostNL'; }
  .icon_s50.dpd {
    background-position: 0 -100px; }
    .icon_s50.dpd:after {
      content: 'DPD'; }
  .icon_s50.dhl {
    background-position: 0 -200px; }
    .icon_s50.dhl:after {
      content: 'DHL'; }
  .icon_s50.gls {
    background-position: 0 -150px; }
    .icon_s50.gls:after {
      content: 'GLS'; }

/* Sprite image CSS */
.pp_s50 {
  background: url("../images/sprite_payment.png") no-repeat 50px 50px transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: bottom; }
  .pp_s50:after {
    padding: 2px;
    display: none;
    position: relative;
    top: -30px;
    right: -30px;
    width: 200px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .pp_s50:hover:after {
    display: block; }

/* ideal */
.pp_s50.pp10 {
  background-position: 0 0;
  width: 50px;
  height: 50px; }
  .pp_s50.pp10:after {
    content: 'iDeal'; }

/* creditcard */
.pp_s50.pp11, .pp_s50.pp706, .pp_s50.pp709, .pp_s50.pp902 {
  background-position: 0 -100px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp11:after, .pp_s50.pp706:after, .pp_s50.pp709:after, .pp_s50.pp902:after {
    content: 'Credit Card'; }

/* overboeking */
.pp_s50.pp136 {
  background-position: 0 -200px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp136:after {
    content: 'Overboeking'; }

/* transfer */
.pp_s50.pp136.gb {
  background-position: 0 -300px;
  width: 50px;
  height: 50px; }

/* incasso */
.pp_s50.pp137 {
  background-position: 0 -400px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp137:after {
    content: 'Incasso'; }

/* direct debit */
.pp_s50.pp137.gb {
  background-position: 0 -500px;
  width: 50px;
  height: 50px; }

/* incasse storno */
.pp_s50.pp445 {
  background-position: 0 -600px;
  width: 50px;
  height: 50px; }

/* paypal */
.pp_s50.pp138 {
  background-position: 0 -700px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp138:after {
    content: 'PayPal'; }

/* click & buy */
.pp_s50.pp139 {
  background-position: 0 -800px;
  width: 50px;
  height: 50px; }

/* mistercash */
.pp_s50.pp436 {
  background-position: 0 -900px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp436:after {
    content: 'MisterCash / Bancontact'; }

/* paysafecard */
.pp_s50.pp553 {
  background-position: 0 -1000px;
  width: 50px;
  height: 50px; }

/* direct e-banking */
.pp_s50.pp556, .pp_s50.pp559, .pp_s50.pp562, .pp_s50.pp565, .pp_s50.pp568, .pp_s50.pp571, .pp_s50.pp574, .pp_s50.pp577, .pp_s50.pp580, .pp_s50.pp583, .pp_s50.pp586, .pp_s50.pp589, .pp_s50.pp592, .pp_s50.pp595, .pp_s50.pp598, .pp_s50.pp601, .pp_s50.pp604, .pp_s50.pp607 {
  background-position: 0 -1100px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp556:after, .pp_s50.pp559:after, .pp_s50.pp562:after, .pp_s50.pp565:after, .pp_s50.pp568:after, .pp_s50.pp571:after, .pp_s50.pp574:after, .pp_s50.pp577:after, .pp_s50.pp580:after, .pp_s50.pp583:after, .pp_s50.pp586:after, .pp_s50.pp589:after, .pp_s50.pp592:after, .pp_s50.pp595:after, .pp_s50.pp598:after, .pp_s50.pp601:after, .pp_s50.pp604:after, .pp_s50.pp607:after {
    content: 'Direct e-Banking'; }

/* giropay */
.pp_s50.pp694 {
  background-position: 0 -1200px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp694:after {
    content: 'Giropay'; }

/* postepay */
.pp_s50.pp707, .pp_s50.pp708 {
  background-position: 0 -1300px;
  width: 50px;
  height: 50px; }

/* carte bleue */
.pp_s50.pp710, .pp_s50.pp711 {
  background-position: 0 -1400px;
  width: 50px;
  height: 50px; }

/* maestro */
.pp_s50.pp712, .pp_s50.pp715 {
  background-position: 0 -1500px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp712:after, .pp_s50.pp715:after {
    content: 'Maestro'; }

/* afterpay */
.pp_s50.pp740, .pp_s50.pp739 {
  background-position: 0 -1600px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp740:after, .pp_s50.pp739:after {
    content: 'AfterPay'; }

/* minitix */
.pp_s50.pp808 {
  background-position: 0 -1700px;
  width: 50px;
  height: 50px; }

/* webshopgiftcard */
.pp_s50.pp811 {
  background-position: 0 -1800px;
  width: 50px;
  height: 50px; }

/* microincasso */
.pp_s50.pp825 {
  background-position: 0 -1900px;
  width: 50px;
  height: 50px; }

/* mobile content billing */
.pp_s50.pp829 {
  background-position: -100px 0;
  width: 50px;
  height: 50px; }

/* betaal me later */
.pp_s50.pp958 {
  background-position: -100px -100px;
  width: 50px;
  height: 50px; }

/* paylink */
.pp_s50.pp961 {
  background-position: -100px -200px;
  width: 50px;
  height: 50px; }

/* e-bon */
.pp_s50.pp998 {
  background-position: -100px -300px;
  width: 50px;
  height: 50px; }

/* mopay */
.pp_s50.pp999 {
  background-position: -100px -400px;
  width: 50px;
  height: 50px; }

/* mybank */
.pp_s50.pp1588 {
  background-position: -100px -500px;
  width: 50px;
  height: 50px; }

/* bitcoin */
.pp_s50.pp1594 {
  background-position: -100px -600px;
  width: 50px;
  height: 50px; }

/* gezondheidsbon */
.pp_s50.pp812 {
  background-position: -100px -700px;
  width: 50px;
  height: 50px; }

/* fashioncheque */
.pp_s50.pp815 {
  background-position: -100px -800px;
  width: 50px;
  height: 50px; }

/* podium cadeaukaart */
.pp_s50.pp816 {
  background-position: -100px -900px;
  width: 50px;
  height: 50px; }

/* yourgift */
.pp_s50.pp1645 {
  background-position: -100px -1000px;
  width: 50px;
  height: 50px; }

/* Pfp */
.pp_s50.pp1600 {
  background-position: -100px -1100px;
  width: 50px;
  height: 50px; }

/* Wijncadeau */
.pp_s50.pp1666 {
  background-position: -100px -1200px;
  width: 50px;
  height: 50px; }

/* Fashion Giftcard */
.pp_s50.pp1669 {
  background-position: -100px -1300px;
  width: 50px;
  height: 50px; }

/* Giveacard */
.pp_s50.pp1657 {
  background-position: -100px -1400px;
  width: 50px;
  height: 50px; }

/* Billink */
.pp_s50.pp1672 {
  background-position: -100px -1500px;
  width: 50px;
  height: 50px; }
  .pp_s50.pp1672:after {
    content: 'Billink'; }

/* Focum */
.pp_s50.pp1702 {
  background-position: -100px -1600px;
  width: 50px;
  height: 50px; }

/* AMEX */
.pp_s50.pp1705 {
  background-position: -100px -1700px;
  width: 50px;
  height: 50px; }

/* VVV Giftcard */
.pp_s50.pp1714 {
  background-position: -100px -1800px;
  width: 50px;
  height: 50px; }

/* Instore payments */
.pp_s50.pp1729 {
  background-position: -100px -1900px;
  width: 50px;
  height: 50px; }

/* Capayable */
.pp_s50.pp1744 {
  background-position: -200px 0;
  width: 50px;
  height: 50px; }
  .pp_s50.pp1744:after {
    content: 'Capayable'; }

/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .slideshow-container {
  margin-top: 0; }

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555; }

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px; }

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px; }

  .slideshow .banner-msg h2 strong {
    font-size: 24px; } }
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%; }

  .slideshow .banner-msg h2 {
    font-size: 14px; }

  .slideshow .banner-msg h2 strong {
    font-size: 16px; } }
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 20px 0 40px 0;
  padding: 0;
  width: 100%; }

.promos:after {
  content: '';
  display: table;
  clear: both; }

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.promos > li:last-child {
  margin-bottom: 0; }

.promos img {
  max-width: 100%;
  width: 100%;
  border-radius: 4px; }

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block; }

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555; }

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block; }

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px; }

  .promos strong {
    font-size: 17px; }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%; }

  .promos > li:nth-child(3n) {
    margin-right: 0; } }
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px; }

  .promos strong {
    font-size: 24px; } }
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  /*display: none;*/ }

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #666;
  font-weight: 600;
  border-bottom: 1px solid #F4F4F4;
  border-top: 1px solid #F4F4F4; }

.cms-index-noroute h2.subtitle {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #444;
  background-color: #fff; }

a.fa-button-link i {
  color: #ff6f00; }
  a.fa-button-link i:hover {
    color: #666; }

.cms-page-view .std p, .cms-no-route .std p {
  font-style: normal; }

.block .actions a {
  float: right;
  color: #ff6f00; }
  .block .actions a:hover {
    color: #666; }

.block.cmp-menu a {
  color: #444; }
.block.cmp-menu .active a,
.block.cmp-menu a:hover {
  color: #666; }

.category-description {
  margin-top: 15px;
  margin-bottom: 50px; }
  .category-description h1, .category-description h2, .category-description h3, .category-description h4, .category-description h5 {
    font-weight: 600; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.pp_s50,
.icon_s50 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-right: 10px;
  margin-bottom: 10px; }

.col-main .footer .links {
  width: 50%; }
  .col-main .footer .links a.inline {
    display: inline-block; }

.widget .block-content {
  margin-bottom: 20px; }
  .widget .block-content .login-container label {
    display: block;
    margin: 6px 0; }
  .widget .block-content .login-container input[type="text"],
  .widget .block-content .login-container input[type="email"],
  .widget .block-content .login-container input[type="password"] {
    width: 100%; }
  .widget .block-content .login-container .actions {
    margin-top: 10px;
    float: right; }
    .widget .block-content .login-container .actions button[type="submit"] {
      background-color: #ff6f00;
      color: #fff;
      margin-left: 10px; }
      .widget .block-content .login-container .actions button[type="submit"]:hover {
        background-color: #666; }

.customerservice-container ul li {
  padding: 0 8px 8px 0;
  margin-left: 20px;
  color: #444;
  line-height: 17px;
  text-decoration: none !important; }
  .customerservice-container ul li strong {
    font-size: 16px; }
  .customerservice-container ul li a {
    display: block;
    color: #444;
    text-decoration: none !important;
    margin-bottom: 3px; }
    .customerservice-container ul li a:hover {
      color: #666; }
  .customerservice-container ul li i {
    float: left;
    margin-right: 4px;
    margin-left: -20px;
    font-size: 1.2em;
    color: #ff6f00; }

.product-view .add-to-links li.social a {
  padding: 2px;
  margin: 0; }

.chat-button {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  zoom: 1;
  background: #fff;
  border: 1px solid #666;
  color: #666;
  cursor: pointer;
  display: block;
  position: fixed;
  right: -43px;
  top: 40%;
  font-size: 20px;
  padding: 6px 10px;
  border-radius: 4px;
  z-index: 999;
  width: 120px;
  text-align: center; }
  .chat-button:hover {
    background-color: #666;
    color: #fff; }

.ajax-loader {
  z-index: 10001;
  top: 50%;
  left: 50%;
  font-size: 30px;
  display: block;
  position: fixed;
  color: #666;
  margin-top: -15px;
  margin-left: -15px; }

.ajax-loader-mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.mfp-content p {
  margin: 15px 0 7px 0; }

.products-grid.compare li.item {
  width: 100% !important; }

.page-title h1 {
  border: 0;
  text-align: left;
  border-bottom: 1px solid #F4F4F4 !important;
  padding-bottom: 7px; }
.page-title.has-image h1 {
  margin-bottom: 0 !important; }

.catalogsearch-result-index .page-title:not(.category-page) h1,
.catalog-category-view .page-title:not(.category-page) h1,
.checkout-onepage-index .page-title:not(.category-page) h1,
.checkout-cart-index .page-title:not(.category-page) h1 {
  border-bottom: 0 !important; }

.description-page {
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 20px; }

.main-container {
  overflow: hidden; }
  .main-container .breadcrumbs {
    width: 1000px; }
    .main-container .breadcrumbs select,
    .main-container .breadcrumbs select:focus {
      margin-top: -1px;
      font-size: 13px; }

.a-center {
  text-align: center !important; }

@media (max-width: 770px) {
  .page {
    padding-top: 137px !important; }

  .tablet-hidden {
    display: none !important; }

  .container-main-header {
    position: absolute; }
    .container-main-header .header-usp {
      display: none; }
    .container-main-header .logo {
      display: block;
      float: left;
      position: relative;
      width: 230px;
      left: 50%;
      margin-left: -115px; }
    .container-main-header .nav-primary a {
      color: #444;
      text-transform: none; }
    .container-main-header .nav-primary .static-block {
      display: none; }
    .container-main-header .nav-primary li.menu-active > a {
      color: #444;
      font-weight: bold; }
    .container-main-header .container-search-results .results-products,
    .container-main-header .container-search-results .results-brands,
    .container-main-header .container-search-results .results-categories,
    .container-main-header .container-search-results .results-information {
      width: 100% !important; }
    .container-main-header .skip-nav {
      width: auto;
      height: auto;
      line-height: normal;
      padding: 12px; }
    .container-main-header .skip-links {
      border-top: none;
      border-bottom: none;
      padding: 0 5px; }
      .container-main-header .skip-links .skip-link {
        width: auto;
        height: auto;
        line-height: normal;
        padding: 15px 10px;
        border-right: none; }
        .container-main-header .skip-links .skip-link:hover {
          color: #444;
          opacity: 1; }
        .container-main-header .skip-links .skip-link .fa {
          font-size: 16px;
          line-height: 16px; }
        .container-main-header .skip-links .skip-link .label {
          font-size: 16px;
          line-height: 16px; }
    .container-main-header .account-cart-wrapper {
      padding: 0;
      position: relative;
      top: 0;
      right: auto; }
      .container-main-header .account-cart-wrapper .header-minicart a {
        padding: 10px 2px 10px 10px; }
      .container-main-header .account-cart-wrapper a {
        display: block;
        float: left;
        padding: 15px 10px; }
        .container-main-header .account-cart-wrapper a .fa {
          font-size: 16px;
          line-height: 16px;
          color: #444; }
        .container-main-header .account-cart-wrapper a .label {
          display: none; }
        .container-main-header .account-cart-wrapper a.header-cart {
          margin-left: 0;
          float: right; }
          .container-main-header .account-cart-wrapper a.header-cart .fa {
            color: #ff6f00; }
          .container-main-header .account-cart-wrapper a.header-cart .count {
            background-color: #ff6f00; }

  .top-container .widget-static-block {
    display: none; }

  .main-container .breadcrumbs {
    display: block !important;
    margin-top: 0; }
    .main-container .breadcrumbs ul {
      overflow: hidden;
      width: 100%; }
      .main-container .breadcrumbs ul li {
        white-space: nowrap; }
  .main-container .category-image {
    display: none; }
  .main-container .block-layered-nav a {
    background: none !important; }
  .main-container .block-layered-nav dt {
    border-bottom-width: 0 !important;
    margin-top: 0 !important; }
  .main-container .block-layered-nav dd {
    margin-bottom: 20px !important; }
  .main-container .block-layered-nav .block-subtitle--filter {
    border-radius: 4px; }
  .main-container .block-layered-nav #narrow-by-list {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .main-container .block-layered-nav .block-title {
    display: none; }
  .main-container .block-layered-nav .block-subtitle--filter {
    padding-left: 10px;
    font-weight: normal; }
    .main-container .block-layered-nav .block-subtitle--filter:after {
      display: none; }
  .main-container .products-grid > li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px; }
  .main-container .limiter,
  .main-container .count-container {
    display: none; }
  .main-container .pager {
    clear: none;
    width: auto; }
  .main-container .sorter {
    width: auto;
    float: right; }
    .main-container .sorter .view-mode {
      display: none; }
    .main-container .sorter .sort-by label {
      display: none; }

  .upsell.product-block .products-grid > li,
  .related.product-block .products-grid > li,
  .widget-products .products-grid > li {
    margin-bottom: 0 !important; }
    .upsell.product-block .products-grid > li .product-info,
    .related.product-block .products-grid > li .product-info,
    .widget-products .products-grid > li .product-info {
      padding-bottom: 30px !important;
      min-height: auto !important; }

  .product-view .price-info.full {
    width: 100% !important;
    min-height: auto; }
    .product-view .price-info.full .price-box {
      text-align: right; }
    .product-view .price-info.full .tier-prices {
      float: right; }
  .product-view .extra-info {
    width: 100% !important; }

  .footer-container {
    padding-top: 5px; }
    .footer-container .footer .chat-button {
      display: none; }
    .footer-container .footer .links,
    .footer-container .footer .links.double {
      margin-right: 0;
      width: 100%; }
    .footer-container .footer .logo-container li:hover:after {
      display: none; }

  .col-main .footer .links {
    width: 100%; } }
@media (min-width: 481px) {
  .main-container .products-grid > li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 40px; }
    .main-container .products-grid > li:nth-child(2n + 0) {
      margin-right: 0; }
    .main-container .products-grid > li:nth-child(3n + 1) {
      clear: inherit !important; } }
@media (min-width: 641px) and (max-width: 770px) {
  #header-nav {
    font-size: 1.2em; }

  .container-main-header .container-search-results .results-products,
  .container-main-header .container-search-results .results-brands,
  .container-main-header .container-search-results .results-categories,
  .container-main-header .container-search-results .results-information {
    width: 45% !important; }

  .main-container .col-right.sidebar .widget {
    float: left;
    clear: none;
    margin-right: 5%;
    width: 47.5%;
    margin-bottom: 30px; }
    .main-container .col-right.sidebar .widget:nth-child(2n + 0) {
      margin-right: 0; }
  .main-container .promos li {
    float: left;
    clear: none;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px; }
    .main-container .promos li:nth-child(3n + 0) {
      margin-right: 0; }

  .footer .chat-button {
    display: block; }
  .footer .links,
  .footer .links.double {
    margin-right: 5% !important;
    width: 47.5% !important; }
    .footer .links:nth-child(2n + 0),
    .footer .links.double:nth-child(2n + 0) {
      margin-right: 0 !important; } }
@media (min-width: 771px) and (max-width: 1200px) {
  .tablet-hidden {
    display: none !important; }

  .page {
    padding-top: 0 !important; }

  .container-main-header {
    position: relative; } }
@media (min-width: 1024px) {
  /* big landscape tablets, laptops, and desktops */
  .main-container .products-grid > li {
    width: 31% !important;
    margin-right: 3.5% !important;
    margin-bottom: 40px; }
    .main-container .products-grid > li:nth-child(3n + 0) {
      margin-right: 0 !important; }
  .main-container .products-grid.full-width > li {
    width: 23% !important;
    margin-right: 2.65% !important;
    margin-bottom: 40px; }
    .main-container .products-grid.full-width > li:nth-child(4n + 0) {
      margin-right: 0 !important; } }
@media (min-width: 1280px) {
  /* hi-res laptops and desktops */ }
.team {
  display: block;
  float: left;
  position: relative;
  clear: both;
  width: 100%; }
  .team > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    float: left;
    width: 100%;
    position: relative;
    margin-right: 0%;
    margin-bottom: 20px;
    overflow: hidden; }
    .team > li:hover {
      opacity: 0.8; }
    .team > li h3 {
      color: #fff;
      font-size: 18px;
      bottom: 0;
      position: absolute;
      left: 0;
      margin-bottom: 0;
      padding: 5px 8px;
      background-color: rgba(0, 0, 0, 0.3);
      width: 100%; }
      .team > li h3 span {
        clear: both;
        display: block;
        font-size: 14px;
        font-weight: normal; }

.new {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ff6f00;
  color: #fff;
  font-size: 1.4rem;
  left: -5rem;
  line-height: 2.6rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 4rem;
  width: 20rem; }

@media (min-width: 481px) {
  .team > li {
    width: 48%;
    margin-right: 4%; }
    .team > li:nth-child(2n + 0) {
      margin-right: 0; } }
@media only screen and (min-width: 768px) {
  .team > li {
    width: 31.62%;
    margin-right: 2.62%; }
    .team > li:nth-child(2n + 0) {
      margin-right: 2.38095%; }
    .team > li:nth-child(3n + 0) {
      margin-right: 0; } }
@media (min-width: 1024px) {
  .team > li {
    width: 18%;
    margin-right: 2.62%; }
    .team > li:nth-child(2n + 0) {
      margin-right: 2.38095%; }
    .team > li:nth-child(3n + 0) {
      margin-right: 2.38095%; }
    .team > li:nth-child(5n + 0) {
      margin-right: 0; } }
.page {
  padding-top: 0 !important; }

.product-view th.label {
  text-align: left !important;
  padding-left: 0; }

.category-boot-samenstellen .main-container,
.product-biker-boot-adventure .main-container {
  max-width: none !important;
  padding: 0 !important;
  float: left;
  width: 100%; }

.cms-dealer .col-main {
  max-width: 500px !important;
  width: 100%; }

.cms-page-view .std h2, .cms-no-route .std h2 {
  color: #444; }

.category-description a u {
  color: #fff;
  background-color: #ff6f00;
  padding: 5px;
  border-radius: 6px; }

.sublink-option {
  display: block;
  float: left;
  color: #444 !important;
  margin-top: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.bb-selections .sublink-option {
  color: #fff !important; }

.stock-contact {
  padding-top: 10px; }
  .stock-contact .messages {
    display: none; }
  .stock-contact input {
    margin-bottom: 10px; }

.form-list .input-box {
  width: auto; }

.affiliate-page .main-container {
  display: block;
  clear: both; }

.formbuilder-form .product-options {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0; }
  .formbuilder-form .product-options li {
    margin-left: 0 !important; }
    .formbuilder-form .product-options li label {
      font-style: normal;
      color: #444;
      max-width: 100%; }
    .formbuilder-form .product-options li .input-box {
      max-width: 100%; }
.formbuilder-form .button {
  background: #ff6f00;
  float: left !important; }
.formbuilder-form .buttons-set .required {
  display: none; }

#checkout-review-table {
  width: 100% !important; }
  #checkout-review-table .a-right {
    clear: both; }

.quick-menu {
  display: block;
  position: fixed;
  right: 0;
  text-align: right;
  top: 35%;
  z-index: 999;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff; }
  .quick-menu ul {
    margin-bottom: 0 !important; }
  .quick-menu li .button-icon {
    display: block;
    background-color: #ff6f00;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer; }
  .quick-menu li:hover {
    opacity: 0.8; }

.products-grid .sale,
.products-image .sale {
  font-size: 1.4rem !important; }

.button.bb-account {
  background: #ff6f00;
  line-height: 30px;
  font-size: 17px;
  float: right; }
  .button.bb-account:hover {
    opacity: 0.8; }

.validation-advice {
  display: block;
  float: left; }

.grey {
  color: #999;
  white-space: nowrap; }

.range-slider-label {
  margin-left: 20px !important; }

.custom-theme {
  /* for equal height */
  /* Main Styles */
  /*styling open close button*/
  /**/
  /* Media Css */
  /* Custom, iPhone Retina */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
  /* Extra Small Devices, Phones */ }
  .custom-theme body {
    background: #fff;
    font-family: 'Rajdhani', sans-serif; }
  .custom-theme .container.fullwidth {
    width: 100%; }
  @media (min-width: 1240px) {
    .custom-theme .container {
      width: 1230px; } }
  .custom-theme #header .navbar-default {
    box-shadow: none !important; }
  .custom-theme .row-eq-height {
    min-height: 260px; }
  .custom-theme .center-block {
    float: none; }
  .custom-theme .column-centered {
    margin: 0px auto;
    float: none; }
  .custom-theme .flush {
    padding: 0px; }
  .custom-theme .flush-left {
    padding-left: 0px; }
  .custom-theme .flush-right {
    padding-right: 0px; }
  .custom-theme a:hover {
    text-decoration: none; }
  .custom-theme .tablerow {
    display: table;
    width: 100%;
    height: 100%; }
  .custom-theme .tablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .custom-theme img {
    max-width: 100%;
    display: inline-block; }
  .custom-theme h1, .custom-theme h2, .custom-theme h3, .custom-theme h4, .custom-theme h5, .custom-theme h6, .custom-theme p, .custom-theme ul, .custom-theme a {
    font-family: 'Rajdhani', sans-serif; }
  .custom-theme #topbar {
    float: left;
    width: 100%;
    background: #ff6f00;
    padding: 12px 0px; }
  .custom-theme #topbar ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .custom-theme #topbar ul li {
    display: inline-block; }
  .custom-theme #topbar ul p {
    margin: 0px; }
  .custom-theme #topbar ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block; }
  .custom-theme #topbar ul li span {
    color: #cc5900;
    font-size: 20px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle; }
  .custom-theme #header {
    float: left;
    width: 100%; }
  .custom-theme #header .navbar-brand > img {
    display: inline-block;
    max-height: 110px; }
  .custom-theme #header .navbar-brand {
    height: auto; }
  .custom-theme #header .navbar {
    min-height: 140px;
    background: none;
    border: none;
    border-radius: 0px; }
  .custom-theme #header .nav > li > a {
    color: #1d1d1d;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }
  .custom-theme #header .nav {
    margin-top: 60px; }
  .custom-theme #topbar-for-small {
    float: left;
    width: 100%;
    background: #1d1d1d;
    display: none; }
  .custom-theme #topbar-for-small .navbar-brand > img {
    display: inline-block; }
  .custom-theme #logo img {
    max-width: 280px; }
  .custom-theme #topbar-for-small .navbar-collapse {
    background: #ff6f00; }
  .custom-theme #topbar-for-small .navbar-brand {
    height: auto; }
  .custom-theme #topbar-for-small .navbar {
    min-height: 50px;
    background: none;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px; }
  .custom-theme #topbar-for-small .nav > li > a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }
  .custom-theme #topbar-for-small .nav > li > a.active {
    color: #1d1d1d; }
  .custom-theme #topbar-for-small .links {
    float: left;
    width: 100%;
    text-align: center; }
  .custom-theme #topbar-for-small p {
    margin: 0px; }
  .custom-theme #topbar-for-small .links ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px; }
  .custom-theme #topbar-for-small .links ul li {
    float: left;
    padding: 0px 13px;
    line-height: 50px;
    border-left: 1px solid #fff;
    width: 16.25%; }
  .custom-theme #topbar-for-small .links ul li:first-child {
    border-left: none;
    width: 35%; }
  .custom-theme #topbar-for-small .links ul li:last-child {
    line-height: 0px;
    padding: 0px; }
  .custom-theme #topbar-for-small .navbar-toggle {
    margin: 0px;
    line-height: 48px;
    float: left;
    margin-top: 0px;
    border: none;
    border-radius: 0px !important;
    padding: 0px 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .custom-theme #banner {
    float: left;
    width: 100%;
    background: url(../images/theme/bg_banner.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 40px 0px 0px 0px; }
    .custom-theme #banner h5 a {
      color: #1d1d1d;
      font-size: 18px;
      margin-left: 20px; }
  .custom-theme #banner h3 {
    color: #1d1d1d;
    font-size: 55px;
    font-weight: bold;
    margin: 0px 0px 35px 0px; }
  .custom-theme #banner p {
    color: #1d1d1d;
    font-size: 35px;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
    padding-left: 20px; }
  .custom-theme #banner p img {
    vertical-align: sup;
    margin-left: -20px; }
  .custom-theme #banner a.btn {
    display: inline-block;
    background: url(../images/theme/icon_arrow.png) 94% 50% no-repeat, url(../images/theme/bg_btn.png) 50% 50%;
    width: 320px;
    line-height: 60px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    font-size: 30px;
    text-align: left;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 0px 7px rgba(25, 22, 25, 0.7);
    box-shadow: 5px 0px 10px rgba(25, 22, 25, 0.3);
    border-radius: 0px;
    margin: 40px 0px 55px 0px; }
  .custom-theme #banner a.btn img {
    float: right;
    margin-top: 13px;
    margin-right: 15px; }
  .custom-theme #banner .bg-white {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0px; }
  .custom-theme #banner h5 {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 500; }
  .custom-theme #banner h5 img {
    margin-right: 5px; }
  .custom-theme #banner b {
    font-size: 24px;
    margin: 0px 5px; }
  .custom-theme #slider {
    float: left;
    width: 100%;
    background: url(../images/theme/bg_slider.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 40px 0px 0px 0px; }
  .custom-theme #slider p {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-style: italic;
    margin-top: 60px; }
  .custom-theme #slider h4 {
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 500; }
  .custom-theme #slider h4 a {
    color: #ff6600;
    font-size: 18px; }
  .custom-theme #slider h4 a img {
    margin-left: 5px; }
  .custom-theme #slider .bxslider {
    list-style: none;
    margin: 0px auto; }
  .custom-theme #slider .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    padding: 0px;
    box-shadow: none;
    margin: 0px auto;
    height: 325px !important; }
  .custom-theme #slider .bx-wrapper .bx-viewport li p {
    height: 140px;
    overflow: hidden; }
  .custom-theme .catalog-product-view #slider .bx-wrapper .bx-viewport {
    height: 270px !important; }
  .custom-theme #slider img {
    display: inline-block; }
  .custom-theme #slider .bx-wrapper .bx-controls-direction a {
    width: 17px;
    height: 27px;
    top: 72%; }
  .custom-theme #slider .bx-wrapper .bx-prev {
    background: url(../images/theme/arrow_left_grey.png) no-repeat;
    left: 5%; }
  .custom-theme #slider .bx-wrapper .bx-next {
    background: url(../images/theme/arrow_right_grey.png) no-repeat;
    right: 5%; }
  .custom-theme #slider img.align {
    margin-bottom: -60px; }
  .custom-theme #product {
    float: left;
    width: 100%;
    padding: 50px 0px 56px 0px; }
    .custom-theme #product .details {
      display: none; }
      .custom-theme #product .details:first-child {
        display: block; }
  .custom-theme #product h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: bold;
    margin: 0px 0px 5px 0px; }
  .custom-theme #product p {
    color: #1d1d1d;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin: 0px 0px 45px 0px; }
  .custom-theme #product a.btn {
    display: inline-block;
    background: url(../images/theme/icon_arrow.png) 96% 50% no-repeat, url(../images/theme/bg_btn.png) 50% 50%;
    line-height: 60px;
    padding: 0px 60px 0px 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 7px rgba(25, 22, 25, 0.7);
    box-shadow: 5px 2px 10px rgba(25, 22, 25, 0.3);
    border-radius: 0px;
    margin: 50px 0px 0px 0px;
    text-align: left;
    float: right; }
  .custom-theme #product a.btn img {
    float: right;
    margin-top: 13px;
    margin-left: 20px; }
  .custom-theme #newsletter {
    float: left;
    width: 100%;
    /*background: #1d1d1d;*/
    background: url(../images/theme/bg_info.png) 50% 50% no-repeat;
    padding: 10px 0px; }
  .custom-theme #newsletter h3 {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin: 0px 0px 0px 0px; }
  .custom-theme #newsletter h3 b {
    font-size: 25px;
    font-weight: bold; }
  .custom-theme #newsletter input[type="text"] {
    font-style: italic;
    color: #1d1d1d;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
    background: none;
    border: none;
    box-shadow: none;
    height: 34px;
    border-bottom: 1px solid #1d1d1d;
    outline: none;
    margin: 0px; }
  .custom-theme #newsletter ::-webkit-input-placeholder {
    color: #999999; }
  .custom-theme #newsletter input[type="submit"] {
    color: #ff6600;
    font-size: 19px;
    padding-right: 26px;
    font-weight: 500;
    outline: none;
    font-family: 'Rajdhani', sans-serif;
    background: url(../images/theme/arrow_right_white.png) 100% 50% no-repeat;
    border: none;
    box-shadow: none;
    height: 34px;
    text-transform: uppercase;
    margin: 0px; }
  .custom-theme #info {
    float: left;
    width: 100%;
    background: url(../images/theme/bg_info.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 50px 0px 55px 0px; }
  .custom-theme #info h3 {
    color: #1d1d1d;
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    margin: 0px 0px 30px 0px; }
  .custom-theme #info h3 span {
    font-size: 30px;
    font-weight: 500; }
  .custom-theme #info h4 {
    color: #1d1d1d;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin: 0px 0px 0px 0px; }
  .custom-theme #info h4 span {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase; }
  .custom-theme #info p {
    color: #1d1d1d;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px 0px 18px 0px;
    text-transform: uppercase; }
  .custom-theme #info p.normal {
    text-transform: inherit; }
  .custom-theme #info a.link {
    color: #ff6600;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500; }
  .custom-theme #info a.link img {
    width: 17px;
    margin-left: 3px; }
  .custom-theme #footer {
    float: left;
    width: 100%;
    background: #1d1d1d;
    padding: 60px 0px 50px 0px; }
  .custom-theme #footer h3 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin: 0px 0px 0px 0px; }
  .custom-theme #footer p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 0px 20px 0px; }
  .custom-theme #footer p img {
    margin: 8px 8px 0px 0px; }
  .custom-theme #footer p a {
    color: #fff; }
  .custom-theme #footer p.grey,
  .custom-theme #footer p.grey a {
    color: #999999; }
  .custom-theme #footer p.grey i {
    color: #fff;
    font-size: 15px; }
  .custom-theme #footer input[type="text"] {
    float: left;
    width: 100%;
    font-style: italic;
    color: #999999;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
    background: none;
    border: none;
    box-shadow: none;
    height: 34px;
    border-bottom: 1px solid #cccccc;
    outline: none;
    margin: 15px 0px 0px 0px; }
  .custom-theme #footer ::-webkit-input-placeholder {
    color: #999999; }
  .custom-theme #footer input[type="submit"] {
    color: #ff6600;
    font-size: 19px;
    padding-right: 26px;
    font-weight: 500;
    outline: none;
    font-family: 'Rajdhani', sans-serif;
    background: url(../images/theme/arrow_right_white.png) 100% 50% no-repeat;
    border: none;
    box-shadow: none;
    height: 34px;
    text-transform: uppercase;
    margin: 15px 0px 30px 0px; }
  .custom-theme #footer .bxslider {
    margin: 0px auto; }
  .custom-theme #footer .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    padding: 0px;
    box-shadow: none;
    margin: 0px auto; }
  .custom-theme #footer img {
    display: inline-block; }
  .custom-theme #footer .outside {
    margin-bottom: -40px; }
  .custom-theme #footer .bxslider-footer h3 {
    margin-bottom: 20px; }
  .custom-theme #footer #slider-prev, .custom-theme #footer #slider-next {
    position: relative;
    z-index: 9999999999; }
  .custom-theme #footer .bxslider-footer p {
    color: #c3c3c3;
    font-style: italic; }
  .custom-theme #footer h4 {
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .custom-theme #footer h5 {
    color: #fff;
    font-size: 25px;
    line-height: 29px;
    font-weight: bold; }
  .custom-theme #footer h5 img {
    margin-right: -2px; }
  .custom-theme #footer h5 img.first {
    margin-left: 10px; }
  .custom-theme #links {
    float: left;
    width: 100%;
    padding: 20px 0px 5px 0px; }
  .custom-theme #links ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0px; }
  .custom-theme #links ul li {
    display: inline-block; }
  .custom-theme #links ul p {
    margin: 0px; }
  .custom-theme #links ul li a {
    color: #1d1d1d;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block; }
  .custom-theme #links ul li span {
    color: #ff6f00;
    font-size: 15px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: sup; }
  .custom-theme #links p {
    color: #1d1d1d;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block; }
  .custom-theme #links p img {
    margin-right: 6px; }
  .custom-theme #links p img.last {
    margin-right: 0px; }
  .custom-theme #banner.product {
    min-height: 350px; }
  .custom-theme #slider.product {
    background: #1d1d1d; }
  .custom-theme #slider.product h3 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin: -10px 0px 12px 0px; }
  .custom-theme #slider.product h5 {
    color: #ff6f00;
    font-size: 18px;
    font-family: "Open Sans";
    text-transform: none;
    font-weight: 600; }
  .custom-theme #slider.product h4 {
    color: #fff;
    font-size: 40px;
    line-height: 25px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    text-transform: inherit; }
    .custom-theme #slider.product h4 span {
      font-size: 25px;
      font-weight: normal; }
  .custom-theme #slider.product h4.bottom {
    margin-bottom: 10px; }
  .custom-theme #slider.product p {
    display: inline-block;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    margin: 0px 0px 10px 0px; }
  .custom-theme #slider.product label {
    float: left;
    width: auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold; }
  .custom-theme #slider.product select {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #1d1d1d;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    font-family: 'Rajdhani', sans-serif;
    height: 26px; }
  .custom-theme #slider.product ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 30px; }
  .custom-theme #slider.product ul li {
    float: left;
    width: 22%;
    margin-right: 3%; }
  .custom-theme #slider.product ul li.width {
    width: 9%; }
  .custom-theme #slider.product input[type="submit"] {
    float: right;
    background: url(../images/theme/icon_arrow.png) 96% 50% no-repeat, url(../images/theme/bg_submit.png) 50% 50%;
    width: 320px;
    line-height: 60px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 9px rgba(25, 22, 25, 0.7);
    box-shadow: 5px 2px 10px rgba(25, 22, 25, 0.3);
    border-radius: 0px;
    outline: none;
    margin: 0px 0px 10px 0px; }
  .custom-theme #slider.product a.link img {
    margin: -4px 0px 17px 0px; }
  .custom-theme #slider.back {
    background: url(../images/theme/bg_slider_grey.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 0px 0px 20px 0px; }
  .custom-theme #slider.back .bx-wrapper .bx-prev {
    background: url(../images/theme/arrow_grey_left.png) no-repeat;
    top: 85%; }
  .custom-theme #slider.back .bx-wrapper .bx-next {
    background: url(../images/theme/arrow_grey_right.png) no-repeat;
    top: 85%; }
  .custom-theme #slider.back a img {
    width: 17px; }
  .custom-theme #slider.back p {
    color: #1d1d1d;
    font-size: 29px;
    line-height: 44px;
    margin-top: 50px; }
  .custom-theme #product.product {
    background: url(../images/theme/bg_pattern.png) 50% 50% no-repeat;
    background-size: cover; }
  .custom-theme #product.product h3 {
    font-size: 22px;
    line-height: 25px; }
  .custom-theme #product.product p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px; }
  .custom-theme #product .top-minus {
    margin-top: -19%;
    margin-bottom: -9%; }
  .custom-theme #boot {
    float: left;
    width: 100%;
    padding: 150px 0px 100px 0px; }
  .custom-theme #boot ul {
    list-style: none; }
  .custom-theme #boot .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px auto; }
  .custom-theme .show-for-small {
    display: none; }
  .custom-theme #boot .bx-wrapper .bx-controls-direction a {
    width: 8px;
    height: 13px;
    top: 62%; }
  .custom-theme #boot .bx-wrapper .bx-prev {
    background: url(../images/theme/arrow_small_left.png) no-repeat;
    left: -12px; }
  .custom-theme #boot .bx-wrapper .bx-next {
    background: url(../images/theme/arrow_small_right.png) no-repeat;
    right: -12px; }
  .custom-theme #photos {
    float: left;
    width: 100%;
    background: #1d1d1d;
    padding: 35px 0px 20px 0px; }
  .custom-theme #photos h3 {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin: 0px; }
  .custom-theme #photos p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0px 0px 15px 0px; }
  .custom-theme #photos .text ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .custom-theme #photos .text ul li {
    float: left;
    position: relative;
    width: 5.5%;
    margin-right: 30px;
    margin-bottom: 20px; }
  .custom-theme #photos ul li.none {
    margin-right: 0px; }
  .custom-theme #photos ul li .choose {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    background: url(../images/theme/icon_plus.png) 50% 50% no-repeat; }
  .custom-theme #photos ul li img {
    border: 1px solid #000;
    width: 100%; }
  .custom-theme #photos ul li img:hover {
    border: 1px solid #fff; }
  .custom-theme #photos ul li {
    cursor: pointer; }
  .custom-theme #photos ul li.active .choose {
    background: url(../images/theme/icon_correct.png) 50% 50% no-repeat; }
  .custom-theme #photos .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px auto; }
  .custom-theme #photos .bx-wrapper .bx-controls-direction a {
    width: 8px;
    height: 13px;
    top: 61%; }
  .custom-theme #photos .bx-wrapper .bx-prev {
    background: url(../images/theme/arrow_small_grey_left.png) no-repeat;
    left: -12px; }
  .custom-theme #photos .bx-wrapper .bx-next {
    background: url(../images/theme/arrow_small_grey_right.png) no-repeat;
    right: -12px; }
  .custom-theme #newsletter.product {
    background: #ff6f00;
    padding: 35px 0px 30px 0px; }
  .custom-theme #newsletter.product h3 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 45px 0px 0px 0px; }
  .custom-theme #newsletter.product h4 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin: 0px; }
  .custom-theme #newsletter.product p {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin: 0px; }
  .custom-theme #newsletter.product .text h4 {
    color: #fff;
    font-size: 40px;
    line-height: 25px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    text-transform: inherit; }
  .custom-theme #newsletter.product .text p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px 0px 10px 0px; }
  .custom-theme #newsletter.product a.btn {
    display: inline-block;
    background: url(../images/theme/arrow_orange.png) 96% 50% no-repeat, url(../images/theme/bg_btn_black.png) 50% 50%;
    line-height: 63px;
    padding: 0px 70px 0px 20px;
    color: #fff;
    font-size: 40px;
    text-align: left;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 9px rgba(25, 22, 25, 0.7);
    box-shadow: 5px 2px 10px rgba(25, 22, 25, 0.3);
    border-radius: 0px;
    outline: none;
    margin: 0px 0px 10px 0px; }
  .custom-theme #newsletter.product a.btn img {
    margin-left: 13px;
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    width: 33px; }
  .custom-theme #topbar-for-small .button {
    display: inline;
    /*	position:absolute;
     right:10px;
     top:6px;*/
    z-index: 999;
    font-size: 30px;
    background: #ff6f00; }
  .custom-theme #topbar-for-small .button a span {
    text-decoration: none;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    top: 76%;
    padding: 0px 2px;
    line-height: 8px;
    text-align: center; }
  .custom-theme #topbar-for-small .span span {
    display: none; }
  .custom-theme #topbar-for-small .navbar-default .navbar-toggle:focus, .custom-theme #topbar-for-small .navbar-default .navbar-toggle:hover {
    background: #ff6f00;
    box-shadow: none !important; }
  .custom-theme #topbar-for-small .btn-open, .custom-theme #topbar-for-small .btn-close {
    float: left;
    width: 100%;
    text-decoration: none; }
  .custom-theme #topbar-for-small .btn-open:after {
    color: #fff;
    content: "\f0c9";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s; }
  .custom-theme #topbar-for-small .btn-open:hover:after {
    color: #fff; }
  .custom-theme #topbar-for-small .btn-close:after {
    color: #fff;
    content: "\f00d";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s; }
  .custom-theme #topbar-for-small .btn-close:hover:after {
    color: #fff; }
  .custom-theme #logo {
    float: left;
    width: 100%;
    padding: 20px 0px;
    display: none; }
  .custom-theme #product .top-minus {
    margin: 0px; }
  .custom-theme #product .position {
    float: left;
    width: 84%;
    position: relative;
    margin-top: -19%;
    margin-bottom: -14%;
    margin-left: 8%; }
  .custom-theme #product .position .bullet {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    opacity: 0.3;
    filter: alpha(opacity=30); }
    .custom-theme #product .position .bullet:hover, .custom-theme #product .position .bullet.active {
      opacity: 1;
      filter: alpha(opacity=100); }
    .custom-theme #product .position .bullet img {
      width: 70%; }
  .custom-theme .col-lg-1, .custom-theme .col-lg-10, .custom-theme .col-lg-11, .custom-theme .col-lg-12, .custom-theme .col-lg-2, .custom-theme .col-lg-3, .custom-theme .col-lg-4, .custom-theme .col-lg-5, .custom-theme .col-lg-6, .custom-theme .col-lg-7, .custom-theme .col-lg-8, .custom-theme .col-lg-9 {
    float: left; }
  .custom-theme a:hover,
  .custom-theme button:hover,
  .custom-theme input[type="submit"]:hover,
  .custom-theme .btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .custom-theme .image-popup {
    cursor: pointer; }
  .custom-theme .col-lg-12.text-center {
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    .custom-theme #header .nav > li > a {
      font-size: 25px; } }
  @media only screen and (max-width: 1050px) {
    .custom-theme #banner h5 a {
      float: left;
      margin-top: 15px;
      width: 100%;
      text-align: center; }
    .custom-theme #banner.product {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .custom-theme .small-text-center {
      text-align: center; }
    .custom-theme #slider.product h5 {
      display: none; }
    .custom-theme #banner.product {
      display: none; }
    .custom-theme #product .position {
      margin-top: -15%;
      margin-bottom: -19%; }
    .custom-theme .col-lg-12.text-center {
      width: 100%; }
    .custom-theme #newsletter.product {
      padding: 0; }
    .custom-theme #newsletter.product h4 {
      margin-bottom: 20px; }
    .custom-theme .col-custom-12 {
      width: 100% !important; }
    .custom-theme #footer {
      padding-top: 0; }
    .custom-theme #footer h3 {
      margin-top: 30px; }
    .custom-theme #product a.btn {
      margin-top: 0;
      margin-bottom: 30px; }
    .custom-theme .flush-for-small {
      padding: 0px; }
    .custom-theme .container {
      padding: 0px; }
    .custom-theme #topbar ul li a {
      font-size: 14px; }
    .custom-theme #topbar ul li span {
      padding-left: 8px;
      padding-right: 3px; }
    .custom-theme #header .navbar {
      min-height: 100px;
      box-shadow: none !important; }
    .custom-theme #header .nav {
      margin-top: 10px;
      text-align: center; }
    .custom-theme #header .container {
      padding: 0px 15px; }
    .custom-theme #header .navbar-toggle {
      margin-top: 40px; }
    .custom-theme #header .navbar-brand {
      padding-right: 0px; }
    .custom-theme #header .navbar-brand > img {
      width: 62%; }
    .custom-theme #banner h3 {
      font-size: 27px; }
    .custom-theme #banner p {
      font-size: 17px; }
    .custom-theme #banner p img {
      width: 15px; }
    .custom-theme #banner h5 img {
      margin-bottom: 10px; }
    .custom-theme #slider p {
      font-size: 21px;
      line-height: 37px; }
    .custom-theme #product a.btn {
      width: 100%;
      font-size: 23px; }
    .custom-theme #newsletter input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }
    .custom-theme #info h3 {
      font-size: 29px;
      line-height: 26px; }
    .custom-theme #info h3 span {
      font-size: 24px;
      line-height: 26px; }
    .custom-theme #footer input[type="submit"] {
      width: 100%;
      text-align: right; }
    .custom-theme #links p img {
      margin-bottom: 8px; }
    .custom-theme #slider.product input[type="submit"] {
      width: 100%;
      font-size: 23px;
      text-align: left;
      padding: 0px;
      padding-left: 15px; }
    .custom-theme #newsletter.product a.btn {
      width: 100%;
      line-height: 63px;
      font-size: 26px; }
    .custom-theme #slider.product h3 {
      font-size: 28px; }
    .custom-theme #slider.product h4 {
      font-size: 29px;
      display: inline-block;
      width: 100%; }
    .custom-theme #slider.product ul {
      float: left;
      width: 100%; }
    .custom-theme #slider.product ul li {
      float: left;
      width: 100% !important;
      margin-right: 0px !important;
      margin-bottom: 15px; }
    .custom-theme #boot img {
      margin-bottom: 20px; }
    .custom-theme #photos ul li {
      width: 33.33%;
      margin-right: 0px;
      text-align: center; }
    .custom-theme #photos ul li img {
      display: inline-block; }
    .custom-theme #slider.back p {
      font-size: 21px;
      line-height: 37px; }
    .custom-theme #topbar {
      display: none; }
    .custom-theme #topbar-for-small, .custom-theme #logo {
      display: block; }
    .custom-theme #header {
      display: none; }
    .custom-theme #product .position .align img {
      width: 33%; }
    .custom-theme #product .position .align img.border {
      display: none !important; }
    .custom-theme #boot {
      padding: 40px 0px; }
    .custom-theme #boot .container {
      padding: 0px 6px; }
    .custom-theme #photos .container {
      padding: 0px 6px; }
    .custom-theme #photos .text ul {
      display: none; }
    .custom-theme .hide-for-small {
      display: none; }
    .custom-theme .show-for-small {
      display: block; }
    .custom-theme #boot img {
      margin-bottom: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 1225px) {
    .custom-theme #topbar ul li a {
      font-size: 14px; }
    .custom-theme #topbar ul li span {
      padding: 0px 5px; }
    .custom-theme #banner h3 {
      font-size: 35px; }
    .custom-theme #banner p {
      font-size: 21px;
      padding-left: 30px; }
    .custom-theme #banner p img {
      margin-left: -30px; }
    .custom-theme #slider p {
      font-size: 23px;
      line-height: 33px; }
    .custom-theme #product a.btn {
      font-size: 21px; }
    .custom-theme #product h3 {
      font-size: 30px; }
    .custom-theme #product p {
      font-size: 22px;
      line-height: 26px; }
    .custom-theme #newsletter input[type="text"] {
      width: 100%; }
    .custom-theme #footer input[type="submit"] {
      width: 100%;
      text-align: right; }
    .custom-theme #info h3 {
      font-size: 22px;
      line-height: 26px; }
    .custom-theme #info h3 span {
      font-size: 21px; }
    .custom-theme #links p img {
      margin-bottom: 8px; }
    .custom-theme #slider.product h4.bottom {
      margin-top: 50px;
      display: inline-block;
      width: 100%; }
    .custom-theme #slider.product p {
      width: 100%; }
    .custom-theme #photos ul li {
      width: 11.5%; }
    .custom-theme #newsletter.product a.btn {
      width: 100%;
      line-height: 60px;
      font-size: 23px; }
    .custom-theme #product .position .align img.border {
      width: 60%; }
    .custom-theme #product .position .align img.border.two {
      width: 79%; }
    .custom-theme #product .position .align img.border.three {
      width: 85%; }
    .custom-theme #product .position .align img.border.five {
      width: 40%; }
    .custom-theme #product .position .align img.border.six {
      width: 43%; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .custom-theme #header .nav {
      margin-top: 33px; }
    .custom-theme #header .navbar {
      min-height: 93px; }
    .custom-theme #header .navbar-header {
      width: 20%; }
    .custom-theme #product .position .align img.border.two {
      width: 88%; } }
  @media only screen and (min-width: 992px) and (max-width: 1240px) {
    .custom-theme #product .position .align img.border {
      width: 62%; }
    .custom-theme #product .position .align img.border.one {
      width: 58%; }
    .custom-theme #product .position .align img.border.two {
      width: 89%; }
    .custom-theme #product .position .align img.border.three {
      width: 87%;
      top: 42%; }
    .custom-theme #product .position .align img.border.five {
      width: 38%; }
    .custom-theme #product .position .align img.border.six {
      width: 39%; } }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .custom-theme #header .nav > li > a {
      font-size: 20px; } }
  @media only screen and (max-width: 480px) {
    .custom-theme #product .position {
      margin-top: 8%;
      margin-bottom: -26%; } }

@media only screen and (max-width: 480px) {
  #opc_postnl_ce {
    width: 100% !important; }

  #opc_postnl_ce .field {
    width: 46% !important;
    margin-right: 10px !important; }
    #opc_postnl_ce .field .input-box {
      width: 100% !important; }
      #opc_postnl_ce .field .input-box input {
        width: 100% !important; }

  input[type=text],
  input[type=email] {
    width: 100% !important; } }
ul.level0 {
  display: none; }

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6,
.product-name h1,
.product-name h2,
.product-name h3,
.product-name h4,
.product-name h5,
.product-name h6 {
  font-family: "Rajdhani", sans-serif !important; }

.checkout-onepage-index .page,
.checkout-onepage-success .page {
  padding-top: 0; }
.checkout-onepage-index #header-search,
.checkout-onepage-index #header-nav,
.checkout-onepage-index .skip-nav,
.checkout-onepage-index .skip-search,
.checkout-onepage-index .footer-container,
.checkout-onepage-index .header-link,
.checkout-onepage-index #topbar,
.checkout-onepage-index #footer,
.checkout-onepage-index #links,
.checkout-onepage-index ul.navbar-nav,
.checkout-onepage-success #header-search,
.checkout-onepage-success #header-nav,
.checkout-onepage-success .skip-nav,
.checkout-onepage-success .skip-search,
.checkout-onepage-success .footer-container,
.checkout-onepage-success .header-link,
.checkout-onepage-success #topbar,
.checkout-onepage-success #footer,
.checkout-onepage-success #links,
.checkout-onepage-success ul.navbar-nav {
  display: none !important; }

@media only screen and (max-width: 7687) {
  .storelocator-page .button.dealer {
    display: none; } }
.catalog-product-view #slider .bx-wrapper .bx-viewport li p {
  height: auto !important;
  overflow: hidden; }

.catalog-product-view #slider .bx-wrapper .bx-viewport {
  height: auto !important; }

/*# sourceMappingURL=styles.css.map */
