@font-face {
  font-family: 'FontAwesome';
  src: url('/Assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('/Assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/Assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/Assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/Assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/Assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.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 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/*
 * BASE
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/fonts/glyphicons-halflings-regular.eot?v=21.3.0);
  src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url(/assets/fonts/glyphicons-halflings-regular.woff?v=21.3.0) format('woff'), url(/assets/fonts/glyphicons-halflings-regular.ttf?v=21.3.0) format('truetype'), url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?v=21.3.0) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.table-cartsummary > thead {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
.table-cartsummary > thead {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6,
.table-cartsummary > thead {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 68%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 100%) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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, 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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 40px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static,
.dl-formstatic dd {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 28px;
  line-height: 28px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  min-height: 33px;
}
.input-lg {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 40px;
  line-height: 40px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 40px;
  line-height: 40px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  min-height: 35px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
  top: 40px;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
  top: 40px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
  top: 40px;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link,
.main .btn-link,
.main .btn.btn-link,
.main .btn.main .btn-link,
.main .main .btn.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.main .btn-link,
.main .btn-link:active,
.main .btn-link.active,
.main .btn-link[disabled],
fieldset[disabled] .main .btn-link,
.main .btn.btn-link,
.main .btn.btn-link:active,
.main .btn.btn-link.active,
.main .btn.btn-link[disabled],
fieldset[disabled] .main .btn.btn-link,
.main .btn.main .btn-link,
.main .btn.main .btn-link:active,
.main .btn.main .btn-link.active,
.main .btn.main .btn-link[disabled],
fieldset[disabled] .main .btn.main .btn-link,
.main .main .btn.btn-link,
.main .main .btn.btn-link:active,
.main .main .btn.btn-link.active,
.main .main .btn.btn-link[disabled],
fieldset[disabled] .main .main .btn.btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.main .btn-link,
.main .btn-link:hover,
.main .btn-link:focus,
.main .btn-link:active,
.main .btn.btn-link,
.main .btn.btn-link:hover,
.main .btn.btn-link:focus,
.main .btn.btn-link:active,
.main .btn.main .btn-link,
.main .btn.main .btn-link:hover,
.main .btn.main .btn-link:focus,
.main .btn.main .btn-link:active,
.main .main .btn.btn-link,
.main .main .btn.btn-link:hover,
.main .main .btn.btn-link:focus,
.main .main .btn.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.main .btn-link:hover,
.main .btn-link:focus,
.main .btn.btn-link:hover,
.main .btn.btn-link:focus,
.main .btn.main .btn-link:hover,
.main .btn.main .btn-link:focus,
.main .main .btn.btn-link:hover,
.main .main .btn.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.main .btn-link[disabled]:hover,
fieldset[disabled] .main .btn-link:hover,
.main .btn-link[disabled]:focus,
fieldset[disabled] .main .btn-link:focus,
.main .btn.btn-link[disabled]:hover,
fieldset[disabled] .main .btn.btn-link:hover,
.main .btn.btn-link[disabled]:focus,
fieldset[disabled] .main .btn.btn-link:focus,
.main .btn.main .btn-link[disabled]:hover,
fieldset[disabled] .main .btn.main .btn-link:hover,
.main .btn.main .btn-link[disabled]:focus,
fieldset[disabled] .main .btn.main .btn-link:focus,
.main .main .btn.btn-link[disabled]:hover,
fieldset[disabled] .main .main .btn.btn-link:hover,
.main .main .btn.btn-link[disabled]:focus,
fieldset[disabled] .main .main .btn.btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.3rem;
  font-size: 13px;
  font-size: 0.8125pxrem;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block,
.mobile-device .btn.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block,
.mobile-device .btn.btn-block + .mobile-device .btn.btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block,
input[type="submit"].mobile-device .btn.btn-block,
input[type="reset"].mobile-device .btn.btn-block,
input[type="button"].mobile-device .btn.btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 100%) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link,
.btn-group.open .dropdown-toggle.main .btn-link,
.btn-group.open .dropdown-toggle.main .btn.btn-link,
.btn-group.open .dropdown-toggle.main .btn.main .btn-link,
.btn-group.open .dropdown-toggle.main .main .btn.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 100%) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 100%) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 100%) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 100%) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 100%) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 100%) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 13px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 100%) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 100%) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 99%) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 100%) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 99%) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 100%) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 100%) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 100%) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 99%) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link,
.navbar-default .main .btn-link,
.navbar-default .main .btn.btn-link,
.navbar-default .main .btn.main .btn-link,
.navbar-default .main .main .btn.btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus,
.navbar-default .main .btn-link:hover,
.navbar-default .main .btn-link:focus,
.navbar-default .main .btn.btn-link:hover,
.navbar-default .main .btn.btn-link:focus,
.navbar-default .main .btn.main .btn-link:hover,
.navbar-default .main .btn.main .btn-link:focus,
.navbar-default .main .main .btn.btn-link:hover,
.navbar-default .main .main .btn.btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus,
.navbar-default .main .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .main .btn-link:hover,
.navbar-default .main .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .main .btn-link:focus,
.navbar-default .main .btn.btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .main .btn.btn-link:hover,
.navbar-default .main .btn.btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .main .btn.btn-link:focus,
.navbar-default .main .btn.main .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .main .btn.main .btn-link:hover,
.navbar-default .main .btn.main .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .main .btn.main .btn-link:focus,
.navbar-default .main .main .btn.btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .main .main .btn.btn-link:hover,
.navbar-default .main .main .btn.btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .main .main .btn.btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 99%) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link,
.navbar-inverse .main .btn-link,
.navbar-inverse .main .btn.btn-link,
.navbar-inverse .main .btn.main .btn-link,
.navbar-inverse .main .main .btn.btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus,
.navbar-inverse .main .btn-link:hover,
.navbar-inverse .main .btn-link:focus,
.navbar-inverse .main .btn.btn-link:hover,
.navbar-inverse .main .btn.btn-link:focus,
.navbar-inverse .main .btn.main .btn-link:hover,
.navbar-inverse .main .btn.main .btn-link:focus,
.navbar-inverse .main .main .btn.btn-link:hover,
.navbar-inverse .main .main .btn.btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus,
.navbar-inverse .main .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .main .btn-link:hover,
.navbar-inverse .main .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .main .btn-link:focus,
.navbar-inverse .main .btn.btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .main .btn.btn-link:hover,
.navbar-inverse .main .btn.btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .main .btn.btn-link:focus,
.navbar-inverse .main .btn.main .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .main .btn.main .btn-link:hover,
.navbar-inverse .main .btn.main .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .main .btn.main .btn-link:focus,
.navbar-inverse .main .main .btn.btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .main .main .btn.btn-link:hover,
.navbar-inverse .main .main .btn.btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .main .main .btn.btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 13px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-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;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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);
}
.progress-bar,
.progress-checkout .progress-step {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 22px;
  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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 25px 15px;
}
.panel-heading {
  padding: 15px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 15px 15px;
  background-color: #f2f2f2;
  border-top: 1px solid #b3b3b3;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 25px 15px;
  padding-right: 25px 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #b3b3b3;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #b3b3b3;
}
.panel-default {
  border-color: #b3b3b3;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #b3b3b3;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b3b3b3;
}
.panel-default > .panel-heading .badge {
  color: #f2f2f2;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-primary {
  border-color: #b3b3b3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #131738;
  border-color: #b3b3b3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b3b3b3;
}
.panel-primary > .panel-heading .badge {
  color: #131738;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block,
.modal-footer .mobile-device .btn.btn-block + .mobile-device .btn.btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #000;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.tastingsstate-page-type .homeListType2 li:before,
.tastingsstate-page-type .homeListType2 li:after,
.dl-formstatic:before,
.dl-formstatic:after,
.footer ul:before,
.footer ul:after,
.mattskinner-toppick-page-page-type .pickListing:before,
.mattskinner-toppick-page-page-type .pickListing:after,
.mattskinner-toppick-page-page-type .bundleSingle:before,
.mattskinner-toppick-page-page-type .bundleSingle:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.tastingsstate-page-type .homeListType2 li:after,
.dl-formstatic:after,
.footer ul:after,
.mattskinner-toppick-page-page-type .pickListing:after,
.mattskinner-toppick-page-page-type .bundleSingle:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.tastingsstate-page-type .homeListType2 li:before,
.tastingsstate-page-type .homeListType2 li:after,
.dl-formstatic:before,
.dl-formstatic:after,
.footer ul:before,
.footer ul:after,
.mattskinner-toppick-page-page-type .pickListing:before,
.mattskinner-toppick-page-page-type .pickListing:after,
.mattskinner-toppick-page-page-type .bundleSingle:before,
.mattskinner-toppick-page-page-type .bundleSingle:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.tastingsstate-page-type .homeListType2 li:after,
.dl-formstatic:after,
.footer ul:after,
.mattskinner-toppick-page-page-type .pickListing:after,
.mattskinner-toppick-page-page-type .bundleSingle:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * SITE SPECIFIC
 */
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ==========================================================================
   SMACSS: http://smacss.com/book/type-base

   Base rules are the defaults. They are almost exclusively single element
   selectors but it could include attribute selectors, pseudo-class selectors,
   child selectors or sibling selectors. Essentially, a base style says that
   wherever this element is on the page, it should look like this.
   ========================================================================== */
@font-face {
  font-family: 'FuturaStdBoldCondensed';
  src: url(/assets/fonts/futurastd-condensedbold-webfont.eot?v=21.3.0);
  src: url('/assets/fonts/futurastd-condensedbold-webfont.eot?') format('embedded-opentype'), url(/assets/fonts/futurastd-condensedbold-webfont.woff?v=21.3.0) format('woff'), url(/assets/fonts/futurastd-condensedbold-webfont.ttf?v=21.3.0) format('truetype'), url(/assets/fonts/futurastd-condensedbold-webfont.svg#FuturaStdBoldCondensed?v=21.3.0) format('svg');
  font-weight: normal;
  /* Apply as ->
	  	font-family: '@{font-name}', 'Arial', Helvetica, sans-serif;
	    font-weight: @font-weight;
	    */
}
@font-face {
  font-family: 'FuturaBoldBT';
  src: url(/assets/fonts/futuraboldbt-webfont.eot?v=21.3.0);
  src: url('/assets/fonts/futuraboldbt-webfont.eot?') format('embedded-opentype'), url(/assets/fonts/futuraboldbt-webfont.woff?v=21.3.0) format('woff'), url(/assets/fonts/futuraboldbt-webfont.ttf?v=21.3.0) format('truetype'), url(/assets/fonts/futuraboldbt-webfont.svg#FuturaBoldBT?v=21.3.0) format('svg');
  font-weight: bold;
  /* Apply as ->
	  	font-family: '@{font-name}', 'Arial', Helvetica, sans-serif;
	    font-weight: @font-weight;
	    */
}
.colour-primary {
  color: #252d6c !important;
}
.colour-secondary {
  color: #000 !important;
}
.colour-tertiary {
  color: #abbf00 !important;
}
.colour-quarternary {
  color: #777777 !important;
}
.colour-white {
  color: #fff;
}
.colour-black {
  color: #000;
}
.background-primary {
  background: #252d6c !important;
}
/* Element tag resets --------------------------- */
h1,
h2,
h3 {
  margin-top: 0;
}
address {
  margin-bottom: 0;
}
/* Spacing Helpers ------------------------------ */
.module-pad-vert {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.module-pad-hori {
  padding-left: 30px;
  padding-right: 30px;
}
.module-pad-bottom {
  padding-bottom: 30px;
}
.module-pad-all {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 30px;
  padding-right: 30px;
}
.module-pad-top-small {
  padding-top: 15px;
}
.module-margin-vert-small {
  margin-top: 15px;
  margin-bottom: 15px;
}
.spacing-outer-bottom-regular {
  margin-bottom: 22.5px;
}
.spacing-outer-vert-regular {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
.vr-right {
  border-right: 1px solid #eeeeee;
}
/* ----------------------- */
.panel-with-bg-border {
  background-color: #f2f2f2;
  border-bottom: 1px solid #eeeeee;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 -20px;
}
.panel-with-bg-border:first-of-type {
  margin-top: -17px;
}
.divider-line {
  /* USE a hr */
  margin: 20px 0;
  height: 1px;
  border: 0;
  background: #bfbfbf;
}
.marginBtm10 {
  margin-bottom: 10px;
}
.floatright {
  float: right;
}
@media (min-width: 1200px) {
  /* Pulls */
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-left {
    float: left !important;
  }
}
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html:not(.no-js) .sr-no-js,
.sr-no-js .lt-ie8 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Gutters */
.gutter-xs-small:not(:last-child),
.gutter-small:not(:last-child) {
  padding-right: 7.5px;
}
.gutter-xs-small:not(:first-child),
.gutter-small:not(:first-child) {
  padding-left: 7.5px;
}
/* Form Elements ------------------------------ */
.is-android select {
  -webkit-appearance: listbox !important;
  background: url(/assets/images/mobile/ico-android-selector.png?v=21.3.0) 99% 50% no-repeat #ffffff !important;
  background-size: 14px 5px !important;
  height: 32px !important;
  line-height: 32px !important;
  padding-left: 10px !important;
  padding-right: 20px !important;
}
@font-face {
  font-family: "coles-icons";
  src: url(/assets/fonts/coles-icons/coles-icons.eot?v=21.3.0);
  src: url('/assets/fonts/coles-icons/coles-icons.eot?#iefix') format('eot'), url(/assets/fonts/coles-icons/coles-icons.woff?v=21.3.0) format('woff'), url(/assets/fonts/coles-icons/coles-icons.ttf?v=21.3.0) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "coles-icons";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  position: relative;
  text-rendering: auto;
  vertical-align: -2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 1rem;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
:not(.lte-ie8) .input-radio input[type="radio"],
:not(.lte-ie8) .input-checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.lte-ie8) .input-radio input[type="radio"] + .input-img:after,
:not(.lte-ie8) .input-checkbox input[type="checkbox"] + .input-img:after {
  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;
  transform: translate(0, 0);
  position: absolute;
  text-align: center;
  width: 25px;
  line-height: 25px;
  left: 0;
  top: 0;
}
:not(.lte-ie8) .input-radio input[type="radio"]:focus + .input-img,
:not(.lte-ie8) .input-checkbox input[type="checkbox"]:focus + .input-img,
:not(.lte-ie8) .input-radio input[type="radio"]:focus + .input-img + .input-label,
:not(.lte-ie8) .input-checkbox input[type="checkbox"]:focus + .input-img + .input-label {
  outline: dotted 1px;
}
:not(.lte-ie8) .input-radio input[type="radio"] + .input-img,
:not(.lte-ie8) .input-checkbox input[type="checkbox"] + .input-img {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: content-box;
}
:not(.lte-ie8) .input-radio input[type="radio"] + .input-img + .input-label,
:not(.lte-ie8) .input-checkbox input[type="checkbox"] + .input-img + .input-label {
  vertical-align: middle;
  line-height: 26px;
  display: inline-block;
}
:not(.lte-ie8) .input-radio input[type="radio"] + .input-img + .input-label.multiLine,
:not(.lte-ie8) .input-checkbox input[type="checkbox"] + .input-img + .input-label.multiLine {
  line-height: 1.5;
}
:not(.lte-ie8) .lead.input-radio input[type="radio"] + .input-img + .input-label,
:not(.lte-ie8) .lead.input-checkbox input[type="checkbox"] + .input-img + .input-label {
  margin-top: 0;
}
:not(.lte-ie8) .input-checkbox input[type="checkbox"] + .input-img {
  border: 1px solid #d1d3d4;
  background: white;
}
:not(.lte-ie8) .input-checkbox input[type="checkbox"] + .input-img:after {
  font-size: 16px;
}
:not(.lte-ie8) .input-checkbox input[type="checkbox"]:checked + .input-img {
  color: black;
  border: 1px solid #d1d3d4;
  background: white;
}
:not(.lte-ie8) .input-checkbox input[type="checkbox"]:checked + .input-img:after {
  content: "\f00c";
}
:not(.lte-ie8) .input-radio input[type="radio"] + .input-img {
  border-radius: 50%;
  border: 1px solid #d1d3d4;
  background: white;
}
:not(.lte-ie8) .input-radio input[type="radio"] + .input-img:after {
  font-size: 12px;
}
:not(.lte-ie8) .input-radio input[type="radio"]:checked + .input-img {
  color: black;
  border: 1px solid #d1d3d4;
  background: white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
:not(.lte-ie8) .input-radio input[type="radio"]:checked + .input-img:after {
  content: "\f111";
}
:not(.lte-ie8) .input-radio > label {
  display: block;
}
input[type="radio"] ~ .input-label,
input[type="checkbox"] ~ .input-label {
  margin-left: 1rem;
}
input-label > a {
  display: block;
}
/*
 * MODULES
 * Thanks to LESS, just comment out imports you don't need.
 */
/* =================================================================================
   SMACSS: http://smacss.com/book/type-layout

   Layout rules divide the page into sections. Layouts hold one or more modules
   together.

   MOBILE LAYOUT
   ================================================================================= */
.home-page-type #content .main {
  padding: 0;
}
.productList .outOfStock,
.productList .limitedAvailability,
.productList .specials {
  float: left;
}
/* Homepage */
.home-page-type .module-pad-vert {
  padding: 20px;
  margin: 20px -20px 0;
  border-top: 1px solid #eeeeee;
}
.home-page-type .module-pad-vert .h2 {
  margin-bottom: 5px;
}
.home-page-type .module-pad-vert .module-pad-top-small {
  padding-top: 0;
}
.home-page-type .home-signup p {
  font-size: 1.333em;
  line-height: 1.2em;
  margin-bottom: 0;
}
.home-page-type .home-signup .btn {
  padding-right: 5px;
  padding-left: 5px;
}
.home-page-type .home-signup .module-pad-all {
  display: table;
}
.home-page-type .home-signup .module-pad-all > .row {
  display: table-cell;
}
.home-page-type .home-signup .module-pad-all > .row > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  float: none;
}
.home-page-type .home-signup .module-pad-all > .row > div.caption {
  width: 71%;
  padding-right: 10px;
}
.home-page-type .homePromoContainer {
  padding: 10px 20px;
}
.home-page-type .homePromoContainer h1 {
  color: #000;
  font-size: 1.333em;
  margin: 10px 0;
}
.home-page-type .homePromoContainer h2 {
  font-size: 1em;
  color: #777777;
  font-weight: normal;
  margin-bottom: 10px;
  min-height: 20px;
}
.home-page-type .homePromoContainer h3 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -7px;
  min-height: 30px;
}
.home-page-type .homePromoContainer .homeListType1 li {
  display: inline-block;
}
.home-page-type .homePromoContainer .homeListType1 > li {
  float: left;
  position: relative;
  clear: left;
  width: 51%;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 10px;
}
.home-page-type .homePromoContainer .homeListType1 > li:nth-child(even) {
  clear: none;
  padding-right: 0;
  width: 48%;
}
.home-page-type .homePromoContainer .homeListType1 > li .thumb {
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.home-page-type .homePromoContainer .homeListType1 > li .thumb img {
  max-height: 125px;
}
.home-page-type .homePromoContainer .homeListType1 > li .thumb + div {
  float: left;
  width: 65%;
}
.home-page-type .homePromoContainer .homeListType1 > li .limitedAvailability {
  color: #ff9428;
  background: none;
  font-weight: normal;
  padding: 0;
  margin: 10px 0 0;
  font-size: 11px;
}
.home-page-type .homePromoContainer .homeListType1 > li .eachPrice {
  min-height: 30px;
  color: #777777;
}
.home-page-type .homePromoContainer .homeListType1 > li .eachPrice .line2 {
  min-height: 0;
}
.home-page-type .homePromoContainer .homeListType1 > li .qtyInputContainer {
  display: none !important;
}
.home-page-type .homePromoContainer .homeListType1 > li .addToCart_spinner {
  position: absolute;
  bottom: -38px;
}
.home-page-type .homePromoContainer .homeListType1 > li #AddToCart_ConfirmationMessage {
  padding-top: 5px;
  margin: 0;
  font-size: 10px;
}
@media only screen and (min-width: 480px) {
  .home-page-type .homePromoContainer .homeListType1 > li {
    width: 33.33%;
    clear: none;
    min-height: 260px;
    padding-right: 10px;
  }
  .home-page-type .homePromoContainer .homeListType1 > li:nth-child(even) {
    padding-right: 10px;
    width: 33.33%;
  }
  .home-page-type .homePromoContainer .homeListType1 > li .thumb {
    width: 28%;
  }
  .home-page-type .homePromoContainer .homeListType1 > li .thumb + div {
    width: 60%;
  }
}
.home-page-type .homePromoContainer .homeListType1.productBundles {
  clear: both;
}
.home-page-type .homePromoContainer .homeListType1.productBundles h3 {
  height: auto;
}
.home-page-type .homePromoContainer .homeListType1.productBundles li {
  width: 100%;
  padding-right: 0;
  min-height: 0;
}
.home-page-type .homePromoContainer .homeListType1.productBundles li .line2 {
  height: auto;
}
.home-page-type .homePromoContainer .homeListType1.productBundles li .limitedAvailability {
  height: auto;
}
.home-page-type .homePromoContainer .homeListType1.productBundles li .thumb {
  width: 45%;
}
.home-page-type .homePromoContainer .homeListType1.productBundles li .thumb + div {
  width: 45%;
}
@media only screen and (min-width: 480px) {
  .home-page-type .homePromoContainer .homeListType1.productBundles {
    clear: none;
  }
  .home-page-type .homePromoContainer .homeListType1.productBundles h3 {
    min-height: 30px;
  }
  .home-page-type .homePromoContainer .homeListType1.productBundles li {
    width: 50%;
    min-height: 260px;
  }
  .home-page-type .homePromoContainer .homeListType1.productBundles li .thumb {
    width: 46%;
  }
  .home-page-type .homePromoContainer .homeListType1.productBundles li .line2 {
    height: 50px;
  }
  .home-page-type .homePromoContainer .homeListType1.productBundles li .limitedAvailability {
    height: 20px;
  }
}
.home-page-type .valueContainer .line1 {
  display: block;
}
.home-page-type .valueContainer .line1 .valueLarge {
  position: relative;
}
.home-page-type .valueContainer .line1 .price {
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
}
.home-page-type .valueContainer .line1 .price .currency {
  font-size: 0.4em;
  position: absolute;
  top: 4px;
  left: -7px;
}
.home-page-type .valueContainer .line1 .price .cents {
  font-size: 0.4em;
  position: absolute;
}
.home-page-type .valueContainer .line2 {
  color: #777777;
  min-height: 20px;
  display: block;
}
.home-page-type .valueContainer .line2 .price {
  color: #000;
  font-weight: bold;
  line-height: 1.3em;
}
.home-page-type.mobile-device .actions {
  margin-top: 10px;
  position: relative;
}
.home-page-type.mobile-device .actions div {
  overflow: hidden;
}
.home-page-type.mobile-device .actions .soldOutMessage,
.home-page-type.mobile-device .actions .btnAddToCart {
  width: auto;
  padding: 10px 5px;
  height: auto;
  line-height: 1em;
  white-space: normal;
}
#home-popover .popover-close {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
}
#home-popover .popover-close .glyphicon-remove {
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 7px;
  background: none;
  font-size: 18px;
}
/* Product details page */
.product-page-type h1.titleRed {
  font-size: 1.666em;
}
.product-page-type .productDetails .fullImg img {
  max-height: 165px;
}
.product-page-type .productDetails .valueContainer .line1 .currency {
  margin-right: 2px;
  line-height: 0.6em;
}
/* Store Location */
#suburbresultslist .searchResultSuburb {
  display: block;
}
#georesults #listresults a {
  display: block;
}
.c-store-info {
  display: inline-block !important;
  max-width: 50%;
}
.c-store-info .glyphicon {
  display: none;
}
.storeNearby .list-view-locations a {
  display: block;
}
.storefinder-page-type .main,
.statestores-page-type .main {
  background-color: #f2f2f2;
}
.storefinder-page-type .main #storesearchregion,
.statestores-page-type .main #storesearchregion,
.storefinder-page-type .main #suburbresults,
.statestores-page-type .main #suburbresults {
  background-color: #fff;
  margin: -17px -20px -20px;
  padding: 20px;
}
.storefinder-page-type .main .tab-content,
.statestores-page-type .main .tab-content {
  background-color: #fff;
  margin: 0 -20px -20px;
  padding: 20px;
}
#mapresults {
  padding: 10px;
}
#georesults h2 {
  margin-bottom: 10px;
}
/* In Store Tasting */
.tastingsstate-page-type h2 {
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
}
.tastingsstate-page-type .border-img {
  float: right;
  border: 1px solid #d8d8d8;
  margin: 0 0 10px 20px;
  width: 25%;
  min-width: 100px;
  max-width: 230px;
}
.tastingsstate-page-type .simple-form {
  margin-bottom: 10px;
  display: inline-block;
}
.tastingsstate-page-type .simple-form .inputContainer {
  margin: 10px 0;
}
.tastingsstate-page-type .tasting-hours {
  margin-bottom: 20px;
  width: 300px;
}
.tastingsstate-page-type .tasting-hours tr td {
  padding: 0 0 5px;
}
.tastingsstate-page-type .price {
  font-weight: bold;
  font-size: 3rem;
  font-size: 30px;
  font-size: 1.875pxrem;
  color: #000;
  padding-right: 8px;
}
.tastingsstate-page-type .price .currency,
.tastingsstate-page-type .price .cents {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  top: -11px;
  position: relative;
}
.tastingsstate-page-type .eachPrice {
  margin-top: 10px;
}
.tastingsstate-page-type .line2 .price {
  font-weight: bold;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  color: #000;
  padding-right: 8px;
}
.tastingsstate-page-type .line2 .price .currency,
.tastingsstate-page-type .line2 .price .cents {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  top: 0px;
  position: relative;
}
.tastingsstate-page-type .homeListType2 li {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0px;
  padding: 20px 0px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.tastingsstate-page-type .homeListType2 li .hotspot {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.tastingsstate-page-type .homeListType2 li .image {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.tastingsstate-page-type .homeListType2 li .image img {
  margin: 0 auto;
}
.tastingsstate-page-type .homeListType2 li .image .valueMed {
  display: none;
}
.tastingsstate-page-type .homeListType2 li .shoutout {
  left: 0px;
}
.tastingsstate-page-type .homeListType2 li .details {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.tastingsstate-page-type .homeListType2 li h3 {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  color: #d2232a;
  margin-bottom: 16px;
  display: table;
  width: 100%;
}
.tastingsstate-page-type .homeListType2 li h3 .text,
.tastingsstate-page-type .homeListType2 li h3 .glyphicon {
  display: table-cell;
  vertical-align: top;
}
.tastingsstate-page-type .homeListType2 li h3 .glyphicon {
  color: #000;
  margin-left: 12px;
}
.tastingsstate-page-type .homeListType2 li .actions {
  margin-bottom: 20px;
}
.tastingsstate-page-type .homeListType2 li .priceStockDetail {
  display: table;
  margin-bottom: 16px;
  width: 100%;
}
.tastingsstate-page-type .homeListType2 li .unit {
  color: #777777;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  display: inline;
}
.tastingsstate-page-type .homeListType2 li .value {
  display: table;
  width: 100%;
}
.tastingsstate-page-type .homeListType2 li .value .price {
  width: auto;
  display: table-cell;
  width: 25%;
}
.tastingsstate-page-type .homeListType2 li .value .unit {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  padding-right: 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.tastingsstate-page-type .homeListType2 li .specials {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  margin-bottom: 12px;
}
.tastingsstate-page-type .homeListType2 li #AddToCart_ConfirmationMessage {
  line-height: 28px;
  margin: 0px;
}
.tastingsstate-page-type .homeListType2 li .qtyInputContainer {
  display: none !important;
}
.tastingsstate-page-type .homeListType2 li .actions .btnAddToCart {
  z-index: 2;
  position: relative;
  padding: 0px 12px;
  font-weight: bold;
  line-height: 28px;
  margin-right: 12px;
}
.tastingsstate-page-type .main .homeListType2 li {
  margin: 0px;
}
.applyClearBoth {
  clear: both;
}
/* Category/Product Listing, Product Set pages */
.componentpage-page-type ul.productList li .hotspot,
.search-page-type ul.productList li .hotspot,
.category-page-type ul.productList li .hotspot,
.productset-page-type ul.productList li .hotspot,
.bundles-page-type ul.productList li .hotspot,
.productset-single-page-type ul.productList li .hotspot,
.productset-bundle-page-type ul.productList li .hotspot,
.clearances-page-type ul.productList li .hotspot {
  background-position: 96% 34%;
}
.componentpage-page-type .cartbutton,
.search-page-type .cartbutton,
.category-page-type .cartbutton,
.productset-page-type .cartbutton,
.bundles-page-type .cartbutton,
.productset-single-page-type .cartbutton,
.productset-bundle-page-type .cartbutton,
.clearances-page-type .cartbutton,
.componentpage-page-type .soldOutMessage,
.search-page-type .soldOutMessage,
.category-page-type .soldOutMessage,
.productset-page-type .soldOutMessage,
.bundles-page-type .soldOutMessage,
.productset-single-page-type .soldOutMessage,
.productset-bundle-page-type .soldOutMessage,
.clearances-page-type .soldOutMessage {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  width: 94px !important;
  text-align: center;
}
.componentpage-page-type .status,
.search-page-type .status,
.category-page-type .status,
.productset-page-type .status,
.bundles-page-type .status,
.productset-single-page-type .status,
.productset-bundle-page-type .status,
.clearances-page-type .status {
  text-align: right;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 137px !important;
  font-size: 11px;
}
.componentpage-page-type .productList h2,
.search-page-type .productList h2,
.category-page-type .productList h2,
.productset-page-type .productList h2,
.bundles-page-type .productList h2,
.productset-single-page-type .productList h2,
.productset-bundle-page-type .productList h2,
.clearances-page-type .productList h2 {
  font-size: 12px;
  margin-bottom: 10px;
}
.componentpage-page-type .priceStockDetail,
.search-page-type .priceStockDetail,
.category-page-type .priceStockDetail,
.productset-page-type .priceStockDetail,
.bundles-page-type .priceStockDetail,
.productset-single-page-type .priceStockDetail,
.productset-bundle-page-type .priceStockDetail,
.clearances-page-type .priceStockDetail {
  display: table;
  width: 100% !important;
  padding-right: 20px;
  margin-bottom: 0px;
}
.componentpage-page-type .priceStockDetail .value,
.search-page-type .priceStockDetail .value,
.category-page-type .priceStockDetail .value,
.productset-page-type .priceStockDetail .value,
.bundles-page-type .priceStockDetail .value,
.productset-single-page-type .priceStockDetail .value,
.productset-bundle-page-type .priceStockDetail .value,
.clearances-page-type .priceStockDetail .value {
  width: 58%;
  float: left;
}
.componentpage-page-type .priceStockDetail .value .type,
.search-page-type .priceStockDetail .value .type,
.category-page-type .priceStockDetail .value .type,
.productset-page-type .priceStockDetail .value .type,
.bundles-page-type .priceStockDetail .value .type,
.productset-single-page-type .priceStockDetail .value .type,
.productset-bundle-page-type .priceStockDetail .value .type,
.clearances-page-type .priceStockDetail .value .type {
  display: inline-block;
  width: 40px;
  color: #707070;
}
.componentpage-page-type .priceStockDetail .value .price,
.search-page-type .priceStockDetail .value .price,
.category-page-type .priceStockDetail .value .price,
.productset-page-type .priceStockDetail .value .price,
.bundles-page-type .priceStockDetail .value .price,
.productset-single-page-type .priceStockDetail .value .price,
.productset-bundle-page-type .priceStockDetail .value .price,
.clearances-page-type .priceStockDetail .value .price {
  width: 25%;
  padding-right: 8px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.componentpage-page-type .priceStockDetail .value .currency,
.search-page-type .priceStockDetail .value .currency,
.category-page-type .priceStockDetail .value .currency,
.productset-page-type .priceStockDetail .value .currency,
.bundles-page-type .priceStockDetail .value .currency,
.productset-single-page-type .priceStockDetail .value .currency,
.productset-bundle-page-type .priceStockDetail .value .currency,
.clearances-page-type .priceStockDetail .value .currency,
.componentpage-page-type .priceStockDetail .value .cents,
.search-page-type .priceStockDetail .value .cents,
.category-page-type .priceStockDetail .value .cents,
.productset-page-type .priceStockDetail .value .cents,
.bundles-page-type .priceStockDetail .value .cents,
.productset-single-page-type .priceStockDetail .value .cents,
.productset-bundle-page-type .priceStockDetail .value .cents,
.clearances-page-type .priceStockDetail .value .cents {
  font-size: 12px;
  position: relative;
  top: -11px;
}
.componentpage-page-type .priceStockDetail .value-for-each,
.search-page-type .priceStockDetail .value-for-each,
.category-page-type .priceStockDetail .value-for-each,
.productset-page-type .priceStockDetail .value-for-each,
.bundles-page-type .priceStockDetail .value-for-each,
.productset-single-page-type .priceStockDetail .value-for-each,
.productset-bundle-page-type .priceStockDetail .value-for-each,
.clearances-page-type .priceStockDetail .value-for-each {
  top: -11px;
  display: table-cell;
  width: 25%;
  padding-left: 8px;
  vertical-align: middle;
  border-left: 1px solid #7f7f7f;
  padding-top: 2px;
}
.componentpage-page-type .priceStockDetail .value-for-each .price,
.search-page-type .priceStockDetail .value-for-each .price,
.category-page-type .priceStockDetail .value-for-each .price,
.productset-page-type .priceStockDetail .value-for-each .price,
.bundles-page-type .priceStockDetail .value-for-each .price,
.productset-single-page-type .priceStockDetail .value-for-each .price,
.productset-bundle-page-type .priceStockDetail .value-for-each .price,
.clearances-page-type .priceStockDetail .value-for-each .price {
  font-weight: bold;
  display: block;
}
.componentpage-page-type .priceStockDetail .value-for-each .type,
.search-page-type .priceStockDetail .value-for-each .type,
.category-page-type .priceStockDetail .value-for-each .type,
.productset-page-type .priceStockDetail .value-for-each .type,
.bundles-page-type .priceStockDetail .value-for-each .type,
.productset-single-page-type .priceStockDetail .value-for-each .type,
.productset-bundle-page-type .priceStockDetail .value-for-each .type,
.clearances-page-type .priceStockDetail .value-for-each .type {
  color: #707070;
}
.componentpage-page-type .priceStockDetail .outOfStock,
.search-page-type .priceStockDetail .outOfStock,
.category-page-type .priceStockDetail .outOfStock,
.productset-page-type .priceStockDetail .outOfStock,
.bundles-page-type .priceStockDetail .outOfStock,
.productset-single-page-type .priceStockDetail .outOfStock,
.productset-bundle-page-type .priceStockDetail .outOfStock,
.clearances-page-type .priceStockDetail .outOfStock,
.componentpage-page-type .priceStockDetail .specials,
.search-page-type .priceStockDetail .specials,
.category-page-type .priceStockDetail .specials,
.productset-page-type .priceStockDetail .specials,
.bundles-page-type .priceStockDetail .specials,
.productset-single-page-type .priceStockDetail .specials,
.productset-bundle-page-type .priceStockDetail .specials,
.clearances-page-type .priceStockDetail .specials,
.componentpage-page-type .priceStockDetail .limitedAvailability,
.search-page-type .priceStockDetail .limitedAvailability,
.category-page-type .priceStockDetail .limitedAvailability,
.productset-page-type .priceStockDetail .limitedAvailability,
.bundles-page-type .priceStockDetail .limitedAvailability,
.productset-single-page-type .priceStockDetail .limitedAvailability,
.productset-bundle-page-type .priceStockDetail .limitedAvailability,
.clearances-page-type .priceStockDetail .limitedAvailability {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
}
.componentpage-page-type .priceStockDetail .specials + .limitedAvailability,
.search-page-type .priceStockDetail .specials + .limitedAvailability,
.category-page-type .priceStockDetail .specials + .limitedAvailability,
.productset-page-type .priceStockDetail .specials + .limitedAvailability,
.bundles-page-type .priceStockDetail .specials + .limitedAvailability,
.productset-single-page-type .priceStockDetail .specials + .limitedAvailability,
.productset-bundle-page-type .priceStockDetail .specials + .limitedAvailability,
.clearances-page-type .priceStockDetail .specials + .limitedAvailability {
  margin-top: 0;
}
.componentpage-page-type .rating .reviews a,
.search-page-type .rating .reviews a,
.category-page-type .rating .reviews a,
.productset-page-type .rating .reviews a,
.bundles-page-type .rating .reviews a,
.productset-single-page-type .rating .reviews a,
.productset-bundle-page-type .rating .reviews a,
.clearances-page-type .rating .reviews a {
  display: none;
}
.componentpage-page-type.is-VC .starSet,
.search-page-type.is-VC .starSet,
.category-page-type.is-VC .starSet,
.productset-page-type.is-VC .starSet,
.bundles-page-type.is-VC .starSet,
.productset-single-page-type.is-VC .starSet,
.productset-bundle-page-type.is-VC .starSet,
.clearances-page-type.is-VC .starSet {
  background-image: url(/assets/images/mobile/sprite_ratings.png?v=21.3.0);
  background-repeat: no-repeat;
  height: 18px;
}
.componentpage-page-type.is-VC .starSet.stars5,
.search-page-type.is-VC .starSet.stars5,
.category-page-type.is-VC .starSet.stars5,
.productset-page-type.is-VC .starSet.stars5,
.bundles-page-type.is-VC .starSet.stars5,
.productset-single-page-type.is-VC .starSet.stars5,
.productset-bundle-page-type.is-VC .starSet.stars5,
.clearances-page-type.is-VC .starSet.stars5 {
  background-position: 0 0;
}
.componentpage-page-type.is-VC .starSet.stars4,
.search-page-type.is-VC .starSet.stars4,
.category-page-type.is-VC .starSet.stars4,
.productset-page-type.is-VC .starSet.stars4,
.bundles-page-type.is-VC .starSet.stars4,
.productset-single-page-type.is-VC .starSet.stars4,
.productset-bundle-page-type.is-VC .starSet.stars4,
.clearances-page-type.is-VC .starSet.stars4 {
  background-position: 0 -22px;
}
.componentpage-page-type.is-VC .starSet.stars3,
.search-page-type.is-VC .starSet.stars3,
.category-page-type.is-VC .starSet.stars3,
.productset-page-type.is-VC .starSet.stars3,
.bundles-page-type.is-VC .starSet.stars3,
.productset-single-page-type.is-VC .starSet.stars3,
.productset-bundle-page-type.is-VC .starSet.stars3,
.clearances-page-type.is-VC .starSet.stars3 {
  background-position: 0 -44px;
}
.componentpage-page-type.is-VC .starSet.stars2,
.search-page-type.is-VC .starSet.stars2,
.category-page-type.is-VC .starSet.stars2,
.productset-page-type.is-VC .starSet.stars2,
.bundles-page-type.is-VC .starSet.stars2,
.productset-single-page-type.is-VC .starSet.stars2,
.productset-bundle-page-type.is-VC .starSet.stars2,
.clearances-page-type.is-VC .starSet.stars2 {
  background-position: 0 -66px;
}
.componentpage-page-type.is-VC .starSet.stars1,
.search-page-type.is-VC .starSet.stars1,
.category-page-type.is-VC .starSet.stars1,
.productset-page-type.is-VC .starSet.stars1,
.bundles-page-type.is-VC .starSet.stars1,
.productset-single-page-type.is-VC .starSet.stars1,
.productset-bundle-page-type.is-VC .starSet.stars1,
.clearances-page-type.is-VC .starSet.stars1 {
  background-position: 0 -88px;
}
.componentpage-page-type.is-VC .starSet.stars0,
.search-page-type.is-VC .starSet.stars0,
.category-page-type.is-VC .starSet.stars0,
.productset-page-type.is-VC .starSet.stars0,
.bundles-page-type.is-VC .starSet.stars0,
.productset-single-page-type.is-VC .starSet.stars0,
.productset-bundle-page-type.is-VC .starSet.stars0,
.clearances-page-type.is-VC .starSet.stars0 {
  background-position: 0 -110px;
}
.productset-page-type #mobilerefine {
  margin-top: 20px;
}
.productset-page-type .productList {
  margin-top: 0;
}
/* Check out page */
.checkout-page-type #removeallitems {
  background: url(/assets/images/icons/ico-remove-all-items-checkout.png?v=21.3.0) 0 50% no-repeat;
  background-size: 12px 12px;
  font-weight: bold;
  padding-left: 20px;
}
.checkout-page-type .emptyCart h1 {
  font-size: 2.7em;
  font-family: 'FuturaStdBoldCondensed', Arial, Helvetica, sans-serif;
  color: #353535;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 30px;
}
.checkout-page-type .emptyCart h1 > strong {
  color: #d2232a;
}
.checkout-page-type .emptyCart p {
  font-size: 1.25em;
}
.checkout-page-type .emptyCart .btn {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-page-type.is-VC .emptyCart h1 {
  font-size: 2em;
}
.checkout-page-type.is-VC .emptyCart h1 > strong {
  color: #b00035;
}
.lead {
  margin-bottom: 22px;
  font-size: 1.3rem;
  font-size: 13px;
  font-size: 0.8125pxrem;
  font-weight: 200;
  line-height: 22px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.3rem;
    font-size: 13px;
    font-size: 0.8125pxrem;
  }
}
h1,
.h1 {
  font-weight: bold;
  color: #000;
}
h2,
.h2 {
  font-weight: bold;
  color: #333333;
}
h3,
.h3 {
  font-weight: bold;
  color: #333333;
}
h4,
.h4 {
  font-weight: normal;
  color: #333333;
}
h5,
.h5 {
  font-weight: bold;
  color: #333333;
}
h6,
.h6,
.table-cartsummary > thead {
  font-weight: normal;
  color: #333333;
}
.heading-campaign {
  font-family: 'FuturaStdBoldCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  font-size: 20px;
  font-size: 1.25pxrem;
  color: #000;
}
hr {
  margin-top: 30px;
}
.fineprint {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  color: #777777;
}
.dl-horizontal dd {
  margin-bottom: 0.5em;
}
.dl-formstatic {
  margin-bottom: 1em;
}
.dl-formstatic dt {
  font-weight: bold;
  padding-top: 7px;
  text-align: right;
  clear: left;
}
.form-group-lg .dl-formstatic dt {
  padding-top: 11.333333px;
}
.form-group-lg .dl-formstatic dd {
  padding-top: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
}
select.form-control {
  border-color: #bfbfbf;
  height: 36px;
  padding: 0;
  border-radius: 0;
}
select.form-control:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
input.form-control {
  border-color: #bfbfbf;
  height: 36px;
  border-radius: 0;
}
input.form-control:focus {
  outline: none;
  border: 1px solid #bfbfbf;
  box-shadow: none;
}
.form-control {
  height: auto;
}
textarea.form-control,
.form-group-lg textarea.form-control {
  height: auto;
  max-width: 100%;
}
label {
  font-weight: inherit;
}
.control-label {
  font-weight: bold;
}
.form-group,
.form-group .clearfix,
.form-group .dl-horizontal dd,
.form-group .container,
.form-group .container-fluid,
.form-group .row,
.form-group .form-horizontal .form-group,
.form-group .btn-toolbar,
.form-group .btn-group-vertical > .btn-group,
.form-group .nav,
.form-group .navbar,
.form-group .navbar-header,
.form-group .navbar-collapse,
.form-group .pager,
.form-group .panel-body,
.form-group .modal-footer,
.form-group .tastingsstate-page-type .homeListType2 li,
.form-group .dl-formstatic,
.form-group .footer ul,
.form-group .mattskinner-toppick-page-page-type .pickListing,
.form-group .mattskinner-toppick-page-page-type .bundleSingle {
  position: relative;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #333333;
}
.has-success .form-control {
  border-color: #ccc;
  -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);
}
.has-success .form-control:focus {
  border-color: #b3b3b3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #333333;
  border-color: #ccc;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #333333;
  top: 40px;
}
.form-horizontal .control-label {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
  }
}
.help-block.help-important {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
}
.has-error .help-block,
.has-success .help-block,
.has-warning .help-block {
  color: #737373;
}
.control-label.required:after,
.form-group.required .control-label:after {
  content: "*";
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .input-select .form-control {
  padding-right: 0;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
  font-size: 16px;
}
.form-horizontal .form-control-feedback {
  right: 15px;
}
.form-horizontal .form-control-feedback.feedback-outside {
  right: -36px;
}
.form-group-lg .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.form-horizontal .form-group-lg .form-control-feedback {
  right: 15px;
}
.form-horizontal .form-group-lg .form-control-feedback.feedback-outside {
  right: -40px;
}
.form-control-message {
  display: none;
}
.form-control-message a {
  text-decoration: underline;
}
.form-control-message a:hover,
.form-control-message a:focus {
  text-decoration: none;
}
.has-success .form-control-feedback:before,
.has-warning .form-control-feedback:before,
.has-error .form-control-feedback:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.has-success .form-control-message,
.has-warning .form-control-message,
.has-error .form-control-message {
  margin-top: 11px;
}
.has-success .control-label,
.has-warning .control-label,
.has-error .control-label {
  color: #333333;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-success .form-control-feedback:before {
  content: "\e013";
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error .form-control-feedback:before {
  content: "\e014";
}
.has-error .form-control-message {
  display: block;
  color: #a94442;
}
.input-qas {
  position: relative;
}
.input-radio {
  margin-bottom: 1rem;
}
.control-label {
  margin: 1rem 0 0.5rem 0;
}
#Delivery h2 {
  margin-bottom: 1rem;
}
fieldset {
  width: 100%;
}
/* Refine */
#mobilerefine {
  margin-bottom: 10px;
}
#mobilerefine .mobilerefine_content {
  padding: 0;
  margin: 0px -20px 0;
  transition: padding 200ms;
  -moz-transition: padding 200ms;
  -webkit-transition: padding 200ms;
  -o-transition: padding 200ms;
}
#refinebutton {
  margin: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 8px;
}
#refinebutton:focus,
#refinebutton:active:focus,
#refinebutton.active:focus,
#refinebutton.focus,
#refinebutton:active.focus,
#refinebutton.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#refinebutton:hover,
#refinebutton:focus,
#refinebutton.focus {
  color: #333;
  text-decoration: none;
}
#refinebutton:active,
#refinebutton.active {
  outline: 0;
  background-image: none;
  -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);
}
#refinebutton.disabled,
#refinebutton[disabled],
fieldset[disabled] #refinebutton {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#refinebutton:hover,
#refinebutton:focus,
#refinebutton.focus,
#refinebutton:active,
#refinebutton.active,
.open > .dropdown-toggle#refinebutton {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#refinebutton:active,
#refinebutton.active,
.open > .dropdown-toggle#refinebutton {
  background-image: none;
}
#refinebutton.disabled,
#refinebutton[disabled],
fieldset[disabled] #refinebutton,
#refinebutton.disabled:hover,
#refinebutton[disabled]:hover,
fieldset[disabled] #refinebutton:hover,
#refinebutton.disabled:focus,
#refinebutton[disabled]:focus,
fieldset[disabled] #refinebutton:focus,
#refinebutton.disabled.focus,
#refinebutton[disabled].focus,
fieldset[disabled] #refinebutton.focus,
#refinebutton.disabled:active,
#refinebutton[disabled]:active,
fieldset[disabled] #refinebutton:active,
#refinebutton.disabled.active,
#refinebutton[disabled].active,
fieldset[disabled] #refinebutton.active {
  background-color: #fff;
  border-color: #ccc;
}
#refinebutton .badge {
  color: #fff;
  background-color: #333;
}
#refinebutton:hover,
#refinebutton:focus,
#refinebutton:active,
#refinebutton.active,
.open .dropdown-toggle#refinebutton {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#refinebutton.disabled,
#refinebutton[disabled],
fieldset[disabled] #refinebutton,
#refinebutton.disabled:hover,
#refinebutton[disabled]:hover,
fieldset[disabled] #refinebutton:hover,
#refinebutton.disabled:focus,
#refinebutton[disabled]:focus,
fieldset[disabled] #refinebutton:focus,
#refinebutton.disabled:active,
#refinebutton[disabled]:active,
fieldset[disabled] #refinebutton:active,
#refinebutton.disabled.active,
#refinebutton[disabled].active,
fieldset[disabled] #refinebutton.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#refinebutton:hover,
#refinebutton:focus,
#refinebutton.focus,
#refinebutton:active,
#refinebutton.active,
.open > .dropdown-toggle#refinebutton {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
#refinebutton:active,
#refinebutton.active,
.open > .dropdown-toggle#refinebutton {
  background-image: none;
}
#refinebutton.disabled,
#refinebutton[disabled],
fieldset[disabled] #refinebutton,
#refinebutton.disabled:hover,
#refinebutton[disabled]:hover,
fieldset[disabled] #refinebutton:hover,
#refinebutton.disabled:focus,
#refinebutton[disabled]:focus,
fieldset[disabled] #refinebutton:focus,
#refinebutton.disabled.focus,
#refinebutton[disabled].focus,
fieldset[disabled] #refinebutton.focus,
#refinebutton.disabled:active,
#refinebutton[disabled]:active,
fieldset[disabled] #refinebutton:active,
#refinebutton.disabled.active,
#refinebutton[disabled].active,
fieldset[disabled] #refinebutton.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#refinebutton .badge {
  color: #337ab7;
  background-color: #fff;
}
#refinebutton:hover,
#refinebutton:focus,
#refinebutton:active,
#refinebutton.active,
.open .dropdown-toggle#refinebutton {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#refinebutton.disabled,
#refinebutton[disabled],
fieldset[disabled] #refinebutton,
#refinebutton.disabled:hover,
#refinebutton[disabled]:hover,
fieldset[disabled] #refinebutton:hover,
#refinebutton.disabled:focus,
#refinebutton[disabled]:focus,
fieldset[disabled] #refinebutton:focus,
#refinebutton.disabled:active,
#refinebutton[disabled]:active,
fieldset[disabled] #refinebutton:active,
#refinebutton.disabled.active,
#refinebutton[disabled].active,
fieldset[disabled] #refinebutton.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#refinebutton .glyphicon-chevron-down {
  font-size: 1rem;
  font-size: 10px;
  font-size: 0.625pxrem;
  margin-left: 4px;
}
#mobilerefine.open .mobilerefine_content {
  background: none;
  padding-top: 0px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
  position: relative;
  overflow: visible !important;
}
#mobilerefine.open .mobilerefine_content:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eeeeee;
  position: absolute;
  top: -10px;
  left: 40px;
  content: "";
}
#mobilerefine.open .mobilerefine_content:after {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -9px;
  left: 41px;
  content: "";
}
#filterselector {
  clear: both;
  position: relative;
  display: none;
}
#filterselector .filterselector_label {
  padding: 15px 20px 15px;
  z-index: 1;
  display: block;
}
#filterselector > div {
  border-bottom: solid 1px #ededed;
  position: relative;
  min-height: 45px;
  overflow: hidden;
}
#filterselector > div.last {
  border: none;
}
#filterselector > div .glyphicon {
  color: #d2232a;
  right: 20px;
  top: 15px;
}
#filterselector > div:hover .glyphicon {
  color: #fff;
}
#filterselector > div.active {
  color: #cbcbcb;
}
#filterselector > div.active .glyphicon {
  color: #cbcbcb;
  right: 20px;
  top: 15px;
}
#filterselector > div.active:hover .glyphicon {
  color: #fff;
}
#filterselector select {
  width: 100%;
  margin: 0;
  border: 0 none;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
}
#filterselector div.active select {
  cursor: default;
}
.main .btn,
.btn {
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.main .btn:hover,
.btn:hover,
.main .btn:focus,
.btn:focus,
.main .btn.focus,
.btn.focus,
.main .btn:active,
.btn:active,
.main .btn.active,
.btn.active,
.open > .dropdown-toggle.main .btn,
.open > .dropdown-toggle.btn {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.main .btn:active,
.btn:active,
.main .btn.active,
.btn.active,
.open > .dropdown-toggle.main .btn,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.main .btn.disabled,
.btn.disabled,
.main .btn[disabled],
.btn[disabled],
fieldset[disabled] .main .btn,
fieldset[disabled] .btn,
.main .btn.disabled:hover,
.btn.disabled:hover,
.main .btn[disabled]:hover,
.btn[disabled]:hover,
fieldset[disabled] .main .btn:hover,
fieldset[disabled] .btn:hover,
.main .btn.disabled:focus,
.btn.disabled:focus,
.main .btn[disabled]:focus,
.btn[disabled]:focus,
fieldset[disabled] .main .btn:focus,
fieldset[disabled] .btn:focus,
.main .btn.disabled.focus,
.btn.disabled.focus,
.main .btn[disabled].focus,
.btn[disabled].focus,
fieldset[disabled] .main .btn.focus,
fieldset[disabled] .btn.focus,
.main .btn.disabled:active,
.btn.disabled:active,
.main .btn[disabled]:active,
.btn[disabled]:active,
fieldset[disabled] .main .btn:active,
fieldset[disabled] .btn:active,
.main .btn.disabled.active,
.btn.disabled.active,
.main .btn[disabled].active,
.btn[disabled].active,
fieldset[disabled] .main .btn.active,
fieldset[disabled] .btn.active {
  background-color: #fff;
  border-color: #ccc;
}
.main .btn .badge,
.btn .badge {
  color: #fff;
  background-color: #333;
}
.main .btn:hover,
.btn:hover,
.main .btn:focus,
.btn:focus,
.main .btn:active,
.btn:active,
.main .btn.active,
.btn.active,
.open .dropdown-toggle.main .btn,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.main .btn.disabled,
.btn.disabled,
.main .btn[disabled],
.btn[disabled],
fieldset[disabled] .main .btn,
fieldset[disabled] .btn,
.main .btn.disabled:hover,
.btn.disabled:hover,
.main .btn[disabled]:hover,
.btn[disabled]:hover,
fieldset[disabled] .main .btn:hover,
fieldset[disabled] .btn:hover,
.main .btn.disabled:focus,
.btn.disabled:focus,
.main .btn[disabled]:focus,
.btn[disabled]:focus,
fieldset[disabled] .main .btn:focus,
fieldset[disabled] .btn:focus,
.main .btn.disabled:active,
.btn.disabled:active,
.main .btn[disabled]:active,
.btn[disabled]:active,
fieldset[disabled] .main .btn:active,
fieldset[disabled] .btn:active,
.main .btn.disabled.active,
.btn.disabled.active,
.main .btn[disabled].active,
.btn[disabled].active,
fieldset[disabled] .main .btn.active,
fieldset[disabled] .btn.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.btn-fullwidth {
  width: 100%;
}
.btn-default,
.btn-primary {
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.btn-default:hover,
.btn-primary:hover,
.btn-default:focus,
.btn-primary:focus,
.btn-default:active,
.btn-primary:active,
.btn-default.active,
.btn-primary.active,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-default[disabled],
.btn-primary[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
.btn-default.disabled:hover,
.btn-primary.disabled:hover,
.btn-default[disabled]:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-primary:hover,
.btn-default.disabled:focus,
.btn-primary.disabled:focus,
.btn-default[disabled]:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-primary:focus,
.btn-default.disabled:active,
.btn-primary.disabled:active,
.btn-default[disabled]:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-primary:active,
.btn-default.disabled.active,
.btn-primary.disabled.active,
.btn-default[disabled].active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-primary.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.btn-secondary {
  border-width: 1px;
  color: #d2232a;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#f7f7f7), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f7f7f7 50%, #f7f7f7 50%);
  background-image: -moz-linear-gradient(top, #f7f7f7 50%, #f7f7f7 50%);
  background-image: linear-gradient(to bottom, #f7f7f7 50%, #f7f7f7 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #d2232a;
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#dedede), to(#dedede));
  background-image: -webkit-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: -moz-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: linear-gradient(to bottom, #dedede 50%, #dedede 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffdedede', GradientType=0);
  border-color: #a6a6a6;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#dedede), to(#dedede));
  background-image: -webkit-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: -moz-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: linear-gradient(to bottom, #dedede 50%, #dedede 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffdedede', GradientType=0);
  border-color: #a6a6a6;
}
.btn-tertiary {
  border-width: 1px;
  color: #d2232a;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff 50%, #fff 50%);
  background-image: -moz-linear-gradient(top, #fff 50%, #fff 50%);
  background-image: linear-gradient(to bottom, #fff 50%, #fff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #d2232a;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: -moz-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: linear-gradient(to bottom, #e6e6e6 50%, #e6e6e6 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #a6a6a6;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: -moz-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: linear-gradient(to bottom, #e6e6e6 50%, #e6e6e6 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #a6a6a6;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#f0ad4e), to(#f0ad4e));
  background-image: -webkit-linear-gradient(top, #f0ad4e 50%, #f0ad4e 50%);
  background-image: -moz-linear-gradient(top, #f0ad4e 50%, #f0ad4e 50%);
  background-image: linear-gradient(to bottom, #f0ad4e 50%, #f0ad4e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#fff0ad4e', GradientType=0);
  border-color: #eea236;
  font-weight: normal;
  font-family: inherit;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#ec971f), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #ec971f 50%, #ec971f 50%);
  background-image: -moz-linear-gradient(top, #ec971f 50%, #ec971f 50%);
  background-image: linear-gradient(to bottom, #ec971f 50%, #ec971f 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec971f', endColorstr='#ffec971f', GradientType=0);
  border-color: #df8a13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ec971f;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#ec971f), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #ec971f 50%, #ec971f 50%);
  background-image: -moz-linear-gradient(top, #ec971f 50%, #ec971f 50%);
  background-image: linear-gradient(to bottom, #ec971f 50%, #ec971f 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec971f', endColorstr='#ffec971f', GradientType=0);
  border-color: #df8a13;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d9534f), to(#d9534f));
  background-image: -webkit-linear-gradient(top, #d9534f 50%, #d9534f 50%);
  background-image: -moz-linear-gradient(top, #d9534f 50%, #d9534f 50%);
  background-image: linear-gradient(to bottom, #d9534f 50%, #d9534f 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd9534f', GradientType=0);
  border-color: #d43f3a;
  font-weight: normal;
  font-family: inherit;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#c9302c), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #c9302c 50%, #c9302c 50%);
  background-image: -moz-linear-gradient(top, #c9302c 50%, #c9302c 50%);
  background-image: linear-gradient(to bottom, #c9302c 50%, #c9302c 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9302c', endColorstr='#ffc9302c', GradientType=0);
  border-color: #b52b27;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c9302c;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#c9302c), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #c9302c 50%, #c9302c 50%);
  background-image: -moz-linear-gradient(top, #c9302c 50%, #c9302c 50%);
  background-image: linear-gradient(to bottom, #c9302c 50%, #c9302c 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9302c', endColorstr='#ffc9302c', GradientType=0);
  border-color: #b52b27;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#5cb85c), to(#5cb85c));
  background-image: -webkit-linear-gradient(top, #5cb85c 50%, #5cb85c 50%);
  background-image: -moz-linear-gradient(top, #5cb85c 50%, #5cb85c 50%);
  background-image: linear-gradient(to bottom, #5cb85c 50%, #5cb85c 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff5cb85c', GradientType=0);
  border-color: #4cae4c;
  font-weight: normal;
  font-family: inherit;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#449d44), to(#449d44));
  background-image: -webkit-linear-gradient(top, #449d44 50%, #449d44 50%);
  background-image: -moz-linear-gradient(top, #449d44 50%, #449d44 50%);
  background-image: linear-gradient(to bottom, #449d44 50%, #449d44 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff449d44', endColorstr='#ff449d44', GradientType=0);
  border-color: #6ec06e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #449d44;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#449d44), to(#449d44));
  background-image: -webkit-linear-gradient(top, #449d44 50%, #449d44 50%);
  background-image: -moz-linear-gradient(top, #449d44 50%, #449d44 50%);
  background-image: linear-gradient(to bottom, #449d44 50%, #449d44 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff449d44', endColorstr='#ff449d44', GradientType=0);
  border-color: #6ec06e;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#5bc0de), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #5bc0de 50%, #5bc0de 50%);
  background-image: -moz-linear-gradient(top, #5bc0de 50%, #5bc0de 50%);
  background-image: linear-gradient(to bottom, #5bc0de 50%, #5bc0de 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #46b8da;
  font-weight: normal;
  font-family: inherit;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#31b0d5), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #31b0d5 50%, #31b0d5 50%);
  background-image: -moz-linear-gradient(top, #31b0d5 50%, #31b0d5 50%);
  background-image: linear-gradient(to bottom, #31b0d5 50%, #31b0d5 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff31b0d5', endColorstr='#ff31b0d5', GradientType=0);
  border-color: #28a1c5;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #31b0d5;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#31b0d5), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #31b0d5 50%, #31b0d5 50%);
  background-image: -moz-linear-gradient(top, #31b0d5 50%, #31b0d5 50%);
  background-image: linear-gradient(to bottom, #31b0d5 50%, #31b0d5 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff31b0d5', endColorstr='#ff31b0d5', GradientType=0);
  border-color: #28a1c5;
}
.btn-link,
.main .btn-link,
.main .btn.btn-link,
.main .btn.main .btn-link,
.main .main .btn.btn-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
  color: #337ab7;
  text-decoration: underline;
  border: none;
}
.btn-link,
.btn-link:hover,
.main .btn-link,
.main .btn-link:hover,
.main .btn.btn-link,
.main .btn.btn-link:hover,
.main .btn.main .btn-link,
.main .btn.main .btn-link:hover,
.main .main .btn.btn-link,
.main .main .btn.btn-link:hover {
  background: none;
}
.btn-link:hover,
.btn-link:focus,
.main .btn-link:hover,
.main .btn-link:focus,
.main .btn.btn-link:hover,
.main .btn.btn-link:focus,
.main .btn.main .btn-link:hover,
.main .btn.main .btn-link:focus,
.main .main .btn.btn-link:hover,
.main .main .btn.btn-link:focus {
  color: #337ab7;
  text-decoration: none;
  background: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 12px;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block,
.mobile-device .btn.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block,
.mobile-device .btn.btn-block + .mobile-device .btn.btn-block {
  margin-top: 5px;
}
.state-loading {
  display: inline-block;
  border-radius: 0;
  position: relative;
  cursor: progress;
  background: #000;
}
[class^="col-"] > .state-loading {
  display: block;
}
.state-loading:before {
  content: "\e030";
}
.state-loading:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  position: absolute;
  margin-right: -15px;
  right: 50%;
  top: 50%;
  font-size: 1.6em;
  line-height: 0;
  background: transparent;
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #fff;
  z-index: 2;
}
.state-loading input {
  z-index: 1;
}
.carousel-primary {
  padding: 30px 5px 23px;
  background: #f2f2f2;
}
.carousel-primary:before,
.carousel-primary:after {
  content: " ";
  display: table;
}
.carousel-primary:after {
  clear: both;
}
.carousel-primary:before,
.carousel-primary:after {
  content: " ";
  display: table;
}
.carousel-primary:after {
  clear: both;
}
.carousel-primary:before,
.carousel-primary:after {
  content: " ";
  display: table;
}
.carousel-primary:after {
  clear: both;
}
.carousel-primary:before,
.carousel-primary:after {
  content: " ";
  display: table;
}
.carousel-primary:after {
  clear: both;
}
.sliderViewport {
  text-align: center;
}
.sliderViewport > .item > img,
.sliderViewport > .item > a > img {
  width: 100%;
  height: auto;
}
.sliderViewport > .item > a {
  display: block;
}
.sliderControls {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
  text-align: center;
  line-height: .6;
  z-index: 15;
}
.sliderControls span,
.sliderControls span.cycle-pager-active {
  margin: 0 2px;
  font-size: 30px;
}
.sliderControls span {
  color: #777777;
}
.sliderControls .cycle-pager-active {
  color: #000;
}
.popover {
  background: #abbf00;
  top: auto;
  bottom: 15px;
  left: 50%;
  z-index: 999;
  position: fixed;
  width: 280px;
  margin-left: -140px;
  border: 0;
}
.popover.top .arrow:after {
  border-top-color: #abbf00;
}
.popover-content {
  padding: 12px 14px 12px 14px;
  color: #fff;
}
.popover-content .icon-addToHome {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 10px;
}
.popover-content .h6 {
  color: #fff;
  padding-right: 0;
}
.popover-close {
  color: #fff;
  width: 20px;
  position: absolute;
  top: 12px;
  right: 8px;
  cursor: pointer;
}
.icon {
  display: block;
}
.icon.icon-location {
  width: 18px;
  height: 24px;
  background: url(/assets/images/mobile/shared/icons/icon-location.png?v=21.3.0) top center no-repeat;
  background-size: 18px 24px;
  text-indent: -9999em;
}
.icon.icon-cart {
  width: 27px;
  height: 24px;
  background: url(/assets/images/mobile/shared/icons/icon-cart.png?v=21.3.0) top center no-repeat;
  background-size: 27px 24px;
  text-indent: -9999em;
}
.icon.icon-twitter {
  width: 32px;
  height: 31px;
  background: url(/assets/images/mobile/1C/UI/icon-twitter.png?v=21.3.0) top center no-repeat;
  background-size: 32px 31px;
  text-indent: -9999em;
}
.icon.icon-facebook {
  width: 32px;
  height: 32px;
  background: url(/assets/images/mobile/1C/UI/icon-facebook.png?v=21.3.0) top center no-repeat;
  background-size: 32px 32px;
  text-indent: -9999em;
}
.icon.icon-addToHome {
  width: 24px;
  height: 20px;
  background: url(/assets/images/mobile/shared/icons/icon-addToHome.png?v=21.3.0) top center no-repeat;
  background-size: 24px 20px;
  text-indent: -9999em;
}
.icon.icon-addToHome.icon-addToHome-ios7 {
  width: 24px;
  height: 30px;
  background: url(/assets/images/mobile/shared/icons/icon-addToHome-ios7.png?v=21.3.0) top center no-repeat;
  background-size: 24px 30px;
}
.icon.icon-list-view {
  width: 27px;
  height: 26px;
  background: url(/assets/images/mobile/icons/icon-list-view.png?v=21.3.0) left center no-repeat;
  background-size: 27px 16px;
}
.icon.icon-map-view {
  width: 25px;
  height: 26px;
  background: url(/assets/images/mobile/icons/icon-map-view.png?v=21.3.0) left center no-repeat;
  background-size: 25px 26px;
}
.ico-with-text {
  margin-right: 10px;
}
.list-view-locations {
  counter-reset: section;
  list-style: none;
  padding: 0;
}
.list-view-locations li:before {
  counter-increment: section;
  content: counter(section) " ";
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  width: 18px;
  height: 40px;
  background: url(/assets/images/mobile/1c/UI/location-pin.png?v=21.3.0) left top no-repeat;
  background-size: 18px 24px;
  margin: 0 10px 0 0;
  float: left;
  padding-top: 4px;
}
.list-view-locations li {
  float: none;
  padding: 20px 35px 20px 0 !important;
  border-bottom: 1px solid #eeeeee;
  color: #000;
  position: relative;
}
.list-view-locations li .glyphicon {
  position: absolute;
  right: 0;
  top: 40%;
  color: #333333;
}
.list-view-locations li:last-of-type {
  border-bottom: none;
}
.list-view-locations a {
  font-weight: bold;
  color: #000;
}
.list-view-locations .u-firstchoice-store-selector {
  padding-right: 0 !important;
}
.list-view-locations .u-firstchoice-store-selector > .btn,
.list-view-locations .u-firstchoice-store-selector > p {
  float: right;
}
.list-features {
  padding: 0;
  list-style: none;
}
.list-features li {
  padding: 0 0 10px 0;
}
.list-features li:last-child {
  padding: 0;
}
.list-styled {
  margin-left: 1.5em;
}
.list-styled > li {
  list-style: disc;
}
/*
 * Style tweaks
 * --------------------------------------------------
 */
html {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
footer {
  padding: 30px 0;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
.offcanvas-body-wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.offcanvas-body-wrapper:before,
.offcanvas-body-wrapper:after {
  content: " ";
  display: table;
}
.offcanvas-body-wrapper:after {
  clear: both;
}
.offcanvas-body-wrapper:before,
.offcanvas-body-wrapper:after {
  content: " ";
  display: table;
}
.offcanvas-body-wrapper:after {
  clear: both;
}
.offcanvas-body-wrapper:before,
.offcanvas-body-wrapper:after {
  content: " ";
  display: table;
}
.offcanvas-body-wrapper:after {
  clear: both;
}
.offcanvas-body-wrapper:before,
.offcanvas-body-wrapper:after {
  content: " ";
  display: table;
}
.offcanvas-body-wrapper:after {
  clear: both;
}
.offcanvas-body-wrapper .row-offcanvas .offcanvas-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.offcanvas-body-wrapper .row-offcanvas.active .offcanvas-overlay {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  opacity: 1;
  color: #fff;
  position: absolute;
  top: 0;
  padding-top: 15px;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  height: 100%;
}
.offcanvas-body-wrapper .row-offcanvas.active .offcanvas-overlay:before {
  content: "\e014";
}
.offcanvas-body-wrapper .row-offcanvas.active .offcanvas-overlay,
.offcanvas-body-wrapper .row-offcanvas.active .offcanvas-overlay:empty {
  width: 100%;
}
.offcanvas-body-wrapper .row-offcanvas-left.active .offcanvas-overlay {
  padding-right: 15px;
  text-align: right;
}
.offcanvas-body-wrapper .row-offcanvas-right.active .offcanvas-overlay {
  padding-left: 15px;
}
.row-offcanvas {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  height: 100%;
}
.row-offcanvas-right .sidebar-offcanvas,
.row-offcanvas-left .sidebar-offcanvas {
  margin: 0;
  padding: 0;
  width: 80%;
}
.row-offcanvas-right .sidebar-offcanvas {
  left: -80%;
}
.row-offcanvas-left .sidebar-offcanvas {
  right: -80%;
}
.row-offcanvas-right.active {
  left: 80%;
}
.row-offcanvas-left.active {
  right: 80%;
}
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  background: #252d6c;
  z-index: 2000;
}
.navbar {
  margin: 0;
  border: 0;
}
.navbar-header {
  position: relative;
  width: 100%;
  padding: 5px 20px 10px 20px;
  background: #252d6c;
}
.navbar-header .navbar-toggle {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  margin: 15px 0 0 0;
  border-radius: 0;
  box-shadow: 0;
  background: none;
}
.navbar-header .navbar-toggle .icon-bar {
  width: 30px;
  height: 5px;
  background: #ffffff;
}
.navbar-header .navbar-toggle .menu-copy {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  padding: 0;
  margin: 0;
  display: block;
}
.navbar-header .navbar-toggle:hover {
  background: none;
}
.navbar-header .navbar-toggle:focus {
  background: none;
  outline: none;
}
.navbar-header .navbar-brand {
  float: none;
  display: block;
  padding: 0;
  margin: 5px auto;
  width: 139px;
  height: 55px;
}
.navbar-header .navbar-brand img {
  width: 139px;
  height: 55px;
}
.header-nav {
  position: absolute;
  top: 20px;
  right: 20px;
}
.header-nav li {
  width: auto;
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}
.navbar-nav {
  margin: 0;
}
.nav-search {
  /* See legacy.css */
}
.nav-offcanvas {
  background: #fff;
  margin: 0;
  padding: 0;
}
.nav-offcanvas a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.nav-offcanvas a small {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  color: #333333;
  font-weight: normal;
}
.nav-offcanvas a:hover,
.nav-offcanvas a.active {
  color: #fff;
  background: #000;
  font-weight: bold;
}
.nav-offcanvas a:hover .glyphicon,
.nav-offcanvas a.active .glyphicon {
  color: #fff;
}
.nav-offcanvas a:hover small,
.nav-offcanvas a.active small {
  color: #fff;
}
.nav-offcanvas li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
}
.nav-offcanvas li a {
  padding: 15px 20px;
}
.nav-offcanvas ul {
  border-top: 1px solid #d9d9d9;
  background: #f2f2f2;
  padding: 0;
}
.nav-offcanvas ul > li {
  font-weight: normal;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  border-bottom: 1px solid #d9d9d9;
}
.nav-offcanvas ul > li a {
  color: #231f20;
  padding-left: 40px;
}
.nav-offcanvas ul > li a .glyphicon {
  color: #333333;
}
.nav-offcanvas ul > li:last-child {
  border: none;
}
.nav-offcanvas .active .glyphicon-chevron-down:before {
  content: "\e113";
}
.nav-account {
  background: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #d9d9d9;
}
.nav-account:before,
.nav-account:after {
  content: " ";
  display: table;
}
.nav-account:after {
  clear: both;
}
.nav-account:before,
.nav-account:after {
  content: " ";
  display: table;
}
.nav-account:after {
  clear: both;
}
.nav-account:before,
.nav-account:after {
  content: " ";
  display: table;
}
.nav-account:after {
  clear: both;
}
.nav-account:before,
.nav-account:after {
  content: " ";
  display: table;
}
.nav-account:after {
  clear: both;
}
.nav-account a {
  width: 50%;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  padding: 20px 0 20px 20px;
  color: #333333;
  border-right: 1px solid #d9d9d9;
  text-decoration: none;
}
.nav-account a:last-child {
  border-right: 0;
}
.nav-account a:hover,
.nav-account a.active {
  color: #fff;
  background: #000;
  font-weight: bold;
}
.nav-location-picker {
  background: #252d6c;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #525887;
  padding: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  color: #fff;
}
.nav-location-picker:before,
.nav-location-picker:after {
  content: " ";
  display: table;
}
.nav-location-picker:after {
  clear: both;
}
.nav-location-picker:before,
.nav-location-picker:after {
  content: " ";
  display: table;
}
.nav-location-picker:after {
  clear: both;
}
.nav-location-picker:before,
.nav-location-picker:after {
  content: " ";
  display: table;
}
.nav-location-picker:after {
  clear: both;
}
.nav-location-picker:before,
.nav-location-picker:after {
  content: " ";
  display: table;
}
.nav-location-picker:after {
  clear: both;
}
.nav-location-picker label {
  margin: 0;
}
.is-mobile.is-firstchoice .nav-location-picker {
  display: none;
}
#georesultscnc .nav-tabs,
#georesults .nav-tabs {
  margin: 0 -20px;
}
#georesultscnc .nav-tabs > li,
#georesults .nav-tabs > li,
#georesultscnc .nav-pills > li,
#georesults .nav-pills > li {
  background: #f2f2f2;
  float: left;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
  width: 50%;
  opacity: .6;
  padding-bottom: 0;
}
#georesultscnc .nav-tabs > li a,
#georesults .nav-tabs > li a,
#georesultscnc .nav-pills > li a,
#georesults .nav-pills > li a {
  padding: 7px 0 17px;
  font-weight: bold;
  color: #000;
  margin: 0;
  border-radius: 0;
  background-image: url(/assets/images/mobile/tab-gradient-shadow.png?v=21.3.0);
  background-repeat: repeat-x;
  background-position: 0 100%;
}
#georesultscnc .nav-tabs > li.active,
#georesults .nav-tabs > li.active,
#georesultscnc .nav-pills > li.active,
#georesults .nav-pills > li.active {
  background: #fff;
  opacity: 1;
}
#georesultscnc .nav-tabs > li.active a,
#georesults .nav-tabs > li.active a,
#georesultscnc .nav-pills > li.active a,
#georesults .nav-pills > li.active a {
  background-image: none;
}
#georesultscnc .nav-tabs > li span,
#georesults .nav-tabs > li span,
#georesultscnc .nav-pills > li span,
#georesults .nav-pills > li span {
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 10px;
}
#georesultscnc .nav-tabs,
#georesults .nav-tabs,
#georesultscnc .nav-pills,
#georesults .nav-pills {
  text-align: center;
}
.nav-tabarrows {
  padding-bottom: 16px;
}
.nav-tabarrows > li {
  float: left;
  min-width: 62px;
}
.nav-tabarrows > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  text-decoration: underline;
  background-color: #fff;
  border: 1px solid transparent;
  color: #333333;
  font-family: inherit;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
}
.nav-tabarrows > li > a:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -16px;
  z-index: 2;
}
.nav-tabarrows > li > a:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
  z-index: 1;
}
.nav-tabarrows > li > a:hover,
.nav-tabarrows > li > a:focus {
  background-color: #fff;
  border-color: #d9d9d9;
  color: #333333;
  text-decoration: underline;
}
.nav-tabarrows > li > a:hover:before,
.nav-tabarrows > li > a:focus:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0 none;
  border-top: 16px solid #fff;
}
.nav-tabarrows > li > a:hover:after,
.nav-tabarrows > li > a:focus:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0 none;
  border-top: 16px solid #d9d9d9;
}
.nav-tabarrows > li.disabled > a:hover,
.nav-tabarrows > li.disabled > a:focus {
  background-color: #fff;
  border-color: transparent;
}
.nav-tabarrows > li.disabled > a:hover:before,
.nav-tabarrows > li.disabled > a:focus:before,
.nav-tabarrows > li.disabled > a:hover:after,
.nav-tabarrows > li.disabled > a:focus:after {
  display: none;
}
.nav-tabarrows > li.active > a,
.nav-tabarrows > li.active > a:hover,
.nav-tabarrows > li.active > a:focus {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  color: #333333;
  cursor: default;
  text-decoration: none;
}
.nav-tabarrows > li.active > a:before,
.nav-tabarrows > li.active > a:hover:before,
.nav-tabarrows > li.active > a:focus:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0 none;
  border-top: 16px solid #f2f2f2;
}
.nav-tabarrows > li.active > a:after,
.nav-tabarrows > li.active > a:hover:after,
.nav-tabarrows > li.active > a:focus:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0 none;
  border-top: 16px solid #d9d9d9;
}
.nav-tabarrows.nav-justified {
  width: 100%;
}
.nav-tabarrows.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-tabarrows.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 5px;
}
.responsive-map {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-map iframe,
.responsive-map object,
.responsive-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infoWindowContainer {
  background-color: white !important;
  color: #333333 !important;
}
.infoWindow {
  color: #333333;
  padding: 10px !important;
  width: 100%;
}
.infoWindow .phone a {
  color: #333333 !important;
  text-decoration: underline;
}
.infoWindow .btn {
  color: white;
  margin-top: 10px !important;
}
.gm-style-iw {
  width: 90% !important;
}
.pointerL > div,
.pointerR > div {
  background-color: white !important;
}
.pointerL > div {
  -webkit-transform: skewX(40deg) !important;
}
.pointerR > div {
  -webkit-transform: skewX(-40deg) !important;
}
.closeBtnContainer {
  background: url(/assets/images/mobile/1c/UI/map-close-btn.png?v=21.3.0) 50% 50% no-repeat;
  opacity: 1 !important;
}
.closeBtnContainer img {
  display: none;
}
#content .main #geomap img {
  max-width: none;
}
#georesults #mapresults {
  padding: 0 !important;
}
#footerWrapper a {
  line-height: 1.25;
}
.footer {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 30px;
  padding-right: 30px;
  color: #777777;
}
.footer a {
  color: #777777;
  text-decoration: none;
  font-weight: bold;
}
.footer a:hover,
.footer a:active {
  color: #d2232a;
}
.footer ul {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul:before,
.footer ul:after {
  content: " ";
  display: table;
}
.footer ul:after {
  clear: both;
}
.footer ul:before,
.footer ul:after {
  content: " ";
  display: table;
}
.footer ul:after {
  clear: both;
}
.footer ul:before,
.footer ul:after {
  content: " ";
  display: table;
}
.footer ul:after {
  clear: both;
}
.footer ul:before,
.footer ul:after {
  content: " ";
  display: table;
}
.footer ul:after {
  clear: both;
}
.footer ul li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer ul li a {
  margin: 15px 0;
  display: block;
}
.footer .divider {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.footer .divider:before,
.footer .divider:after {
  content: " ";
  display: table;
}
.footer .divider:after {
  clear: both;
}
.footer .divider:before,
.footer .divider:after {
  content: " ";
  display: table;
}
.footer .divider:after {
  clear: both;
}
.footer .divider:before,
.footer .divider:after {
  content: " ";
  display: table;
}
.footer .divider:after {
  clear: both;
}
.footer .divider:before,
.footer .divider:after {
  content: " ";
  display: table;
}
.footer .divider:after {
  clear: both;
}
.footer-links {
  background: #252d6c;
}
.footer-links a {
  color: #fff;
}
.footer-links a:hover,
.footer-links a:active {
  color: #d2232a;
}
.footer-social {
  background: #000;
}
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.footer-social a.icon {
  font-size: 0;
  text-indent: -999em;
  vertical-align: top;
}
.footer-social a:hover,
.footer-social a:active {
  color: #d2232a;
}
.footer-social p {
  padding: 10px 0 0 0;
  margin-bottom: 0;
  color: #fff;
}
.footer-social .divider {
  display: none;
}
.footer-disclaimer {
  padding-bottom: 0;
}
.sticky-panel-spacer {
  display: none;
  /* by default, hidden */
}
.sticky-panel-holder {
  z-index: 1030;
}
.sticky-panel-holder .sticky-panel-content {
  z-index: 1031;
  background-color: #fff;
}
.sticky-panel-holder .mobilestateswitcher,
.sticky-panel-holder .stateselector {
  border-bottom: solid 1px #d9d9d9;
}
.sticky-panel-holder .mobilestateswitcher .module-pad-all {
  padding-bottom: 15px;
  padding-top: 15px;
}
.sticky-panel-holder .mobilestateswitcher .module-pad-all hr {
  margin: 10px 0 15px;
}
.sticky-panel-holder.is-sticky.has-prepanel {
  position: absolute;
  top: 0;
}
.sticky-panel-holder.is-sticky .sticky-panel-content {
  position: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #d9d9d9;
}
.sticky-panel-holder.is-sticky .sticky-panel-content:after {
  bottom: 0;
}
.sticky-panel-holder.is-sticky .sticky-panel-spacer {
  display: block;
}
.header-cart {
  overflow: visible;
  position: relative;
}
.header-cart:after {
  position: absolute;
  right: 30px;
  bottom: -9px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  border-top: 10px solid #fff;
  z-index: 1;
}
.header-store {
  overflow: visible;
  position: relative;
}
.header-store:after {
  position: absolute;
  right: 90px;
  bottom: -9px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  border-top: 10px solid #fff;
  z-index: 1;
}
.wineplanoverview-page-type .header-store:after,
.wineplanselect-page-type .header-store:after,
.wineplanreview-page-type .header-store:after,
.wineplandeliverydetails-page-type .header-store:after {
  right: 20px;
}
.is-android .sticky-panel-content,
.sticky-panel-holder.is-sticky .is-android .sticky-panel-content {
  position: relative !important;
}
.sticky-panel-holder.is-sticky .is-android .sticky-panel-spacer {
  height: auto !important;
}
/* shared */
.mattskinner-about-page-page-type #content .main,
.tipandtrick-page-page-type #content .main,
.mattskinner-toppick-page-page-type #content .main,
.tipandtrick-page-type #content .main {
  padding: 0;
}
.mattskinner-about-page-page-type #content .main .breadcrumbs,
.tipandtrick-page-page-type #content .main .breadcrumbs,
.mattskinner-toppick-page-page-type #content .main .breadcrumbs,
.tipandtrick-page-type #content .main .breadcrumbs {
  margin: 0px;
  background-color: #f2f2f2;
}
.mattskinner-about-page-page-type #content .main .contentBanner,
.tipandtrick-page-page-type #content .main .contentBanner,
.mattskinner-toppick-page-page-type #content .main .contentBanner,
.tipandtrick-page-type #content .main .contentBanner {
  padding: 0 20px 20px;
  background-color: #f2f2f2;
  border-bottom: solid 1px #eeeeee;
}
.mattskinner-about-page-page-type #content .main .contentMain,
.tipandtrick-page-page-type #content .main .contentMain,
.mattskinner-toppick-page-page-type #content .main .contentMain,
.tipandtrick-page-type #content .main .contentMain {
  padding-left: 20px;
  padding-right: 20px;
}
.mattskinner-about-page-page-type #content .main .contentMain h2,
.tipandtrick-page-page-type #content .main .contentMain h2,
.mattskinner-toppick-page-page-type #content .main .contentMain h2,
.tipandtrick-page-type #content .main .contentMain h2 {
  padding: 20px 0;
}
.mattskinner-about-page-page-type #content .main .contentMain img,
.tipandtrick-page-page-type #content .main .contentMain img,
.mattskinner-toppick-page-page-type #content .main .contentMain img,
.tipandtrick-page-type #content .main .contentMain img {
  float: left;
  padding: 0 20px 10px 0;
}
.mattskinner-toppick-page-page-type #content .main .breadcrumbs,
.mattskinner-about-page-page-type #content .main .breadcrumbs,
.tipandtrick-page-page-type #content .main .breadcrumbs {
  border-bottom-color: #f2f2f2;
}
.mattskinner-toppick-page-page-type #content .main .contentBanner,
.mattskinner-about-page-page-type #content .main .contentBanner,
.tipandtrick-page-page-type #content .main .contentBanner {
  text-align: center;
}
.mattskinner-toppick-page-page-type #content .main .contentBanner img,
.mattskinner-about-page-page-type #content .main .contentBanner img,
.tipandtrick-page-page-type #content .main .contentBanner img {
  margin: 0 auto;
}
.mattskinner-toppick-page-page-type #content .main .contentSide,
.mattskinner-about-page-page-type #content .main .contentSide,
.tipandtrick-page-page-type #content .main .contentSide {
  padding: 20px;
  margin-top: 50px;
  background-color: #f2f2f2;
  border-top: solid 1px #eeeeee;
}
.mattskinner-about-page-page-type #content .main .contentSide h4 {
  margin: -52px auto 0;
  display: block;
  width: 249px;
}
.mattskinner-about-page-page-type #content .main .contentMain img {
  max-width: 100%;
  min-width: 120px;
  width: 25%;
}
.mattskinner-about-page-page-type #content .main .factsList ul li {
  list-style: none;
  background: url(/assets/images/mobile/1C/UI/ms-bullet.png?v=21.3.0) no-repeat top left;
  padding: 4px 20px 9px 30px;
}
.mattskinner-about-page-page-type #content .main .factsList ul li p {
  margin: 0;
}
/* tips list */
.tipandtrick-page-page-type #content .main {
  padding: 0 0 20px 0px;
}
.tipandtrick-page-page-type #content .main h2 {
  margin: 16px 20px 0;
}
.tipandtrick-page-page-type #content .main h3 {
  margin: 10px 20px 5px;
  color: #94b339;
}
.tipandtrick-page-page-type #content .main p {
  margin: 0 20px 0;
}
.tipandtrick-page-page-type .tipcategory h2 a {
  color: #353535;
}
.tipandtrick-page-page-type .tipcategory h2 a .glyphicon-chevron-down {
  display: none;
}
.tipandtrick-page-page-type .tipcategory h2 a .glyphicon-chevron-up {
  display: inline-block;
}
.tipandtrick-page-page-type .tipcategory h2 a.collapsed .glyphicon-chevron-down {
  display: inline-block;
}
.tipandtrick-page-page-type .tipcategory h2 a.collapsed .glyphicon-chevron-up {
  display: none;
}
.tipandtrick-page-page-type .tipcategory h2 a:hover {
  text-decoration: none;
}
.tipandtrick-page-page-type .tipslist,
.tipandtrick-page-type .tipslist {
  border-top: solid 1px #eeeeee;
  padding: 0;
  margin: 20px 20px 0;
}
.tipandtrick-page-page-type .tipslist li,
.tipandtrick-page-type .tipslist li {
  border-bottom: solid 1px #eeeeee;
  padding: 0;
}
.tipandtrick-page-page-type .tipslist li a,
.tipandtrick-page-type .tipslist li a {
  color: #353535;
}
.tipandtrick-page-page-type .tipslist li img,
.tipandtrick-page-type .tipslist li img {
  float: left;
  padding: 10px 20px 10px 0;
  margin: 0 !important;
}
.tipandtrick-page-page-type .tipslist li h5,
.tipandtrick-page-type .tipslist li h5 {
  color: #468dae;
  padding-right: 20px;
  height: 65px;
  vertical-align: middle;
  display: table-cell;
}
.tipandtrick-page-page-type .tipslist li .glyphicon-chevron-right,
.tipandtrick-page-type .tipslist li .glyphicon-chevron-right {
  padding-top: 24px;
}
.tipandtrick-page-type .tipslist {
  margin: 0;
}
.tipandtrick-page-type .tipslist h5,
.tipandtrick-page-type .tipslist .glyphicon-chevron-right {
  padding: 15px 0px;
}
/* tip detail */
.tipandtrick-page-type #content .main {
  padding: 0 0 20px 0px;
}
.tipandtrick-page-type #content .main h1 {
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  line-height: 18px;
  margin-bottom: 1em;
}
.tipandtrick-page-type #content .main h3 {
  padding: 0px;
}
.tipandtrick-page-type #content .main p {
  margin: 0 0 20px 0;
}
.tipandtrick-page-type #content .main p:empty,
.tipandtrick-page-type #content .main p b:empty {
  display: none;
}
.tipandtrick-page-type #tipdetail {
  padding: 10px 20px 0;
}
.tipandtrick-page-type #tipdetail .headerimage {
  text-align: center;
}
.tipandtrick-page-type #tipdetail .headerimage img {
  margin: 0 auto;
}
.tipandtrick-page-type #tipdetail iframe {
  margin-bottom: 20px;
}
.tipandtrick-page-type #tipdetail .viewVideo {
  position: relative;
  z-index: 2;
  top: 96px;
  left: 27px;
  text-indent: -9999em;
  display: block;
  width: 62px;
  height: 63px;
  background: url(/assets/images/icons/squircle_play-video-sml.png?v=21.3.0) no-repeat scroll center top transparent;
}
.tipandtrick-page-type #tipdetail .videoimage {
  float: left;
  padding: 0 20px 10px 0;
  max-width: 140px;
}
.mattskinner-toppick-page-page-type {
  /*
	.contentPagination {
		text-align: center;
		font-family: 'FuturaStdBold','Trebuchet MS',Arial,Helvetica,sans-serif;
		font-size: 0.625em;
		font-weight: bold;
		margin: 50px 0 20px;
	}
	#content .contentPagination a {
		display: inline-block;
		background: #71a8c2;
		border: 1px solid #71a8c2;
		padding: 5px 9px 5px 8px;
		margin: 0 0 0 3px;
		color: #fff !important;
		text-decoration: none;
		cursor: pointer;

		&:hover,
		&.currentPage {
			background: #fff;
			color: #71a8c2 !important;
		}
	}
	*/
}
.mattskinner-toppick-page-page-type #content .main .contentBanner {
  border-bottom: none;
}
.mattskinner-toppick-page-page-type .rating {
  margin-bottom: 20px;
}
.mattskinner-toppick-page-page-type .picksFilter {
  padding: 0 20px 0px 20px;
  background-color: #f2f2f2;
  border-bottom: solid 1px #eeeeee;
}
.mattskinner-toppick-page-page-type #activefilters a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-width: 1px;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-image: none;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
  border-radius: 0px;
}
.mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a:active:focus,
.mattskinner-toppick-page-page-type #activefilters a.active:focus,
.mattskinner-toppick-page-page-type #activefilters a.focus,
.mattskinner-toppick-page-page-type #activefilters a:active.focus,
.mattskinner-toppick-page-page-type #activefilters a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a.focus {
  color: #333;
  text-decoration: none;
}
.mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.active {
  outline: 0;
  background-image: none;
  -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);
}
.mattskinner-toppick-page-page-type #activefilters a.disabled,
.mattskinner-toppick-page-page-type #activefilters a[disabled],
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a.focus,
.mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.active,
.open > .dropdown-toggle.mattskinner-toppick-page-page-type #activefilters a {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.active,
.open > .dropdown-toggle.mattskinner-toppick-page-page-type #activefilters a {
  background-image: none;
}
.mattskinner-toppick-page-page-type #activefilters a.disabled,
.mattskinner-toppick-page-page-type #activefilters a[disabled],
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a,
.mattskinner-toppick-page-page-type #activefilters a.disabled:hover,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:hover,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a.disabled:focus,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:focus,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a.disabled.focus,
.mattskinner-toppick-page-page-type #activefilters a[disabled].focus,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a.focus,
.mattskinner-toppick-page-page-type #activefilters a.disabled:active,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.disabled.active,
.mattskinner-toppick-page-page-type #activefilters a[disabled].active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a.active {
  background-color: #fff;
  border-color: #ccc;
}
.mattskinner-toppick-page-page-type #activefilters a .badge {
  color: #fff;
  background-color: #333;
}
.mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.active,
.open .dropdown-toggle.mattskinner-toppick-page-page-type #activefilters a {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.mattskinner-toppick-page-page-type #activefilters a.disabled,
.mattskinner-toppick-page-page-type #activefilters a[disabled],
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a,
.mattskinner-toppick-page-page-type #activefilters a.disabled:hover,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:hover,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a.disabled:focus,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:focus,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a.disabled:active,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.disabled.active,
.mattskinner-toppick-page-page-type #activefilters a[disabled].active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a.focus,
.mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.active,
.open > .dropdown-toggle.mattskinner-toppick-page-page-type #activefilters a {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.active,
.open > .dropdown-toggle.mattskinner-toppick-page-page-type #activefilters a {
  background-image: none;
}
.mattskinner-toppick-page-page-type #activefilters a.disabled,
.mattskinner-toppick-page-page-type #activefilters a[disabled],
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a,
.mattskinner-toppick-page-page-type #activefilters a.disabled:hover,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:hover,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a.disabled:focus,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:focus,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a.disabled.focus,
.mattskinner-toppick-page-page-type #activefilters a[disabled].focus,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a.focus,
.mattskinner-toppick-page-page-type #activefilters a.disabled:active,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.disabled.active,
.mattskinner-toppick-page-page-type #activefilters a[disabled].active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.mattskinner-toppick-page-page-type #activefilters a .badge {
  color: #337ab7;
  background-color: #fff;
}
.mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.active,
.open .dropdown-toggle.mattskinner-toppick-page-page-type #activefilters a {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.mattskinner-toppick-page-page-type #activefilters a.disabled,
.mattskinner-toppick-page-page-type #activefilters a[disabled],
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a,
.mattskinner-toppick-page-page-type #activefilters a.disabled:hover,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:hover,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:hover,
.mattskinner-toppick-page-page-type #activefilters a.disabled:focus,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:focus,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:focus,
.mattskinner-toppick-page-page-type #activefilters a.disabled:active,
.mattskinner-toppick-page-page-type #activefilters a[disabled]:active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a:active,
.mattskinner-toppick-page-page-type #activefilters a.disabled.active,
.mattskinner-toppick-page-page-type #activefilters a[disabled].active,
fieldset[disabled] .mattskinner-toppick-page-page-type #activefilters a.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.mattskinner-toppick-page-page-type #activefilters a:hover {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.mattskinner-toppick-page-page-type #activefilters a .glyphicon {
  margin-left: 6px;
}
.mattskinner-toppick-page-page-type .pickListing {
  margin-left: -15px;
  margin-right: -15px;
}
.mattskinner-toppick-page-page-type .pickListing ul {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.mattskinner-toppick-page-page-type .pickListing .noResults {
  padding: 20px;
}
.mattskinner-toppick-page-page-type .bundleSingle {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.mattskinner-toppick-page-page-type .bundleSingle .hotspot {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.mattskinner-toppick-page-page-type .bundleSingle .reviews a {
  z-index: 3;
  position: relative;
  display: none;
}
.mattskinner-toppick-page-page-type .bundleSingle .actions .btnAddToCart {
  z-index: 2;
  position: relative;
  padding: 0px 12px;
  font-weight: bold;
  line-height: 28px;
  margin-right: 12px;
}
.mattskinner-toppick-page-page-type .bundleSingle .image {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.mattskinner-toppick-page-page-type .bundleSingle .image img {
  margin: 0 auto;
}
.mattskinner-toppick-page-page-type .bundleSingle .image .valueMed {
  display: none;
}
.mattskinner-toppick-page-page-type .bundleSingle .shoutout {
  left: 0px;
}
.mattskinner-toppick-page-page-type .bundleSingle .details {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.mattskinner-toppick-page-page-type .bundleSingle h3 {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  color: #d2232a;
  margin-bottom: 16px;
  display: table;
  width: 100%;
}
.mattskinner-toppick-page-page-type .bundleSingle h3 .text,
.mattskinner-toppick-page-page-type .bundleSingle h3 .glyphicon {
  display: table-cell;
  vertical-align: top;
}
.mattskinner-toppick-page-page-type .bundleSingle h3 .glyphicon {
  color: #000;
  margin-left: 12px;
}
.mattskinner-toppick-page-page-type .bundleSingle .stock-status-limited {
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  color: #ff9428;
  margin-bottom: 12px;
  display: inline-block;
}
.mattskinner-toppick-page-page-type .bundleSingle .priceStockDetail {
  display: table;
  margin-bottom: 16px;
  width: 100%;
}
.mattskinner-toppick-page-page-type .bundleSingle .unit {
  color: #777777;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  display: inline;
}
.mattskinner-toppick-page-page-type .bundleSingle .price {
  font-weight: bold;
  font-size: 3rem;
  font-size: 30px;
  font-size: 1.875pxrem;
  color: #000;
  padding-right: 8px;
}
.mattskinner-toppick-page-page-type .bundleSingle .price .currency,
.mattskinner-toppick-page-page-type .bundleSingle .price .cents {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  top: -11px;
  position: relative;
}
.mattskinner-toppick-page-page-type .bundleSingle .value {
  display: table;
  width: 100%;
}
.mattskinner-toppick-page-page-type .bundleSingle .value .price {
  width: auto;
  display: table-cell;
  width: 25%;
}
.mattskinner-toppick-page-page-type .bundleSingle .value .unit {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  padding-right: 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.mattskinner-toppick-page-page-type .bundleSingle .value .type {
  width: 40px;
  display: inline-block;
}
.mattskinner-toppick-page-page-type .bundleSingle .value-for-each {
  display: table-cell;
  width: 25%;
  top: -11px;
  vertical-align: middle;
  padding-left: 8px;
  border-left: 1px solid #777777;
}
.mattskinner-toppick-page-page-type .bundleSingle .value-for-each .price {
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  padding-right: 0px;
}
.mattskinner-toppick-page-page-type .bundleSingle .value-for-each .currency,
.mattskinner-toppick-page-page-type .bundleSingle .value-for-each .cents,
.mattskinner-toppick-page-page-type .bundleSingle .value-for-each .unit {
  top: auto;
}
.mattskinner-toppick-page-page-type .bundleSingle #AddToCart_ConfirmationMessage {
  line-height: 28px;
  margin: 0px;
}
.mattskinner-toppick-page-page-type .bundleSingle .qtyInputContainer {
  display: none !important;
}
.mattskinner-toppick-page-page-type .main .bundleSingle {
  margin: 0 20px;
}
.mattskinner-toppick-page-page-type .pagination {
  display: block;
  margin: 0 20px 20px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
}
.mattskinner-toppick-page-page-type .pagination fieldset.row {
  margin: 0px;
}
.mattskinner-toppick-page-page-type .pagination label {
  padding-left: 0px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  color: #777777;
  font-weight: normal;
}
.mattskinner-toppick-page-page-type .pagination select {
  padding: 0px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
}
.partyPlannerStep1Header > label {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.partyPlannerStep1Header > label small,
.partyPlannerStep1Header > label .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.partyPlannerStep1Header > label small,
.partyPlannerStep1Header > label .small {
  font-size: 65%;
}
.partyPlannerStep1Content {
  margin-bottom: 0.5em;
}
.partyPlannerStep1Content .fieldRadioOption {
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
}
.partyPlannerStep1Content .fieldRadioOption label {
  font-weight: normal;
  cursor: pointer;
  display: block;
  padding: 5px 0;
}
.partyPlannerStep2Content {
  margin-bottom: 1em;
}
.partyPlannerStep2Content .fieldInput,
.partyPlannerStep2Content .fieldSelect {
  margin-bottom: 1em;
}
.partyPlannerStep2Content label {
  font-weight: normal;
}
.partyPlannerStep2Content .fieldInput input,
.partyPlannerStep2Content .fieldSelect select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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, 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;
  height: auto;
  margin-top: 0.5em;
}
.partyPlannerStep2Content .fieldInput input:focus,
.partyPlannerStep2Content .fieldSelect select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.partyPlannerStep2Content .fieldInput input::-moz-placeholder,
.partyPlannerStep2Content .fieldSelect select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.partyPlannerStep2Content .fieldInput input:-ms-input-placeholder,
.partyPlannerStep2Content .fieldSelect select:-ms-input-placeholder {
  color: #999;
}
.partyPlannerStep2Content .fieldInput input::-webkit-input-placeholder,
.partyPlannerStep2Content .fieldSelect select::-webkit-input-placeholder {
  color: #999;
}
.partyPlannerStep2Content .fieldInput input[disabled],
.partyPlannerStep2Content .fieldSelect select[disabled],
.partyPlannerStep2Content .fieldInput input[readonly],
.partyPlannerStep2Content .fieldSelect select[readonly],
fieldset[disabled] .partyPlannerStep2Content .fieldInput input,
fieldset[disabled] .partyPlannerStep2Content .fieldSelect select {
  background-color: #eeeeee;
  opacity: 1;
}
.partyPlannerStep2Content .fieldInput input[disabled],
.partyPlannerStep2Content .fieldSelect select[disabled],
fieldset[disabled] .partyPlannerStep2Content .fieldInput input,
fieldset[disabled] .partyPlannerStep2Content .fieldSelect select {
  cursor: not-allowed;
}
textarea.partyPlannerStep2Content .fieldInput input,
textarea.partyPlannerStep2Content .fieldSelect select {
  height: auto;
}
textarea.partyPlannerStep2Content .fieldInput input,
textarea.partyPlannerStep2Content .fieldSelect select,
.form-group-lg textarea.partyPlannerStep2Content .fieldInput input,
.form-group-lg textarea.partyPlannerStep2Content .fieldSelect select {
  height: auto;
  max-width: 100%;
}
.is-android .partyPlannerStep2Content .fieldInput input,
.is-android .partyPlannerStep2Content .fieldSelect select {
  line-height: 1em !important;
}
.partyPlannerStep2Content .btnSubmit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit:active:focus,
.partyPlannerStep2Content .btnSubmit.active:focus,
.partyPlannerStep2Content .btnSubmit.focus,
.partyPlannerStep2Content .btnSubmit:active.focus,
.partyPlannerStep2Content .btnSubmit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit.focus {
  color: #333;
  text-decoration: none;
}
.partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.active {
  outline: 0;
  background-image: none;
  -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);
}
.partyPlannerStep2Content .btnSubmit.disabled,
.partyPlannerStep2Content .btnSubmit[disabled],
fieldset[disabled] .partyPlannerStep2Content .btnSubmit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit.focus,
.partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.active,
.open > .dropdown-toggle.partyPlannerStep2Content .btnSubmit {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.active,
.open > .dropdown-toggle.partyPlannerStep2Content .btnSubmit {
  background-image: none;
}
.partyPlannerStep2Content .btnSubmit.disabled,
.partyPlannerStep2Content .btnSubmit[disabled],
fieldset[disabled] .partyPlannerStep2Content .btnSubmit,
.partyPlannerStep2Content .btnSubmit.disabled:hover,
.partyPlannerStep2Content .btnSubmit[disabled]:hover,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit.disabled:focus,
.partyPlannerStep2Content .btnSubmit[disabled]:focus,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit.disabled.focus,
.partyPlannerStep2Content .btnSubmit[disabled].focus,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit.focus,
.partyPlannerStep2Content .btnSubmit.disabled:active,
.partyPlannerStep2Content .btnSubmit[disabled]:active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.disabled.active,
.partyPlannerStep2Content .btnSubmit[disabled].active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit.active {
  background-color: #fff;
  border-color: #ccc;
}
.partyPlannerStep2Content .btnSubmit .badge {
  color: #fff;
  background-color: #333;
}
.partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.active,
.open .dropdown-toggle.partyPlannerStep2Content .btnSubmit {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.partyPlannerStep2Content .btnSubmit.disabled,
.partyPlannerStep2Content .btnSubmit[disabled],
fieldset[disabled] .partyPlannerStep2Content .btnSubmit,
.partyPlannerStep2Content .btnSubmit.disabled:hover,
.partyPlannerStep2Content .btnSubmit[disabled]:hover,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit.disabled:focus,
.partyPlannerStep2Content .btnSubmit[disabled]:focus,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit.disabled:active,
.partyPlannerStep2Content .btnSubmit[disabled]:active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.disabled.active,
.partyPlannerStep2Content .btnSubmit[disabled].active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit.focus,
.partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.active,
.open > .dropdown-toggle.partyPlannerStep2Content .btnSubmit {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.active,
.open > .dropdown-toggle.partyPlannerStep2Content .btnSubmit {
  background-image: none;
}
.partyPlannerStep2Content .btnSubmit.disabled,
.partyPlannerStep2Content .btnSubmit[disabled],
fieldset[disabled] .partyPlannerStep2Content .btnSubmit,
.partyPlannerStep2Content .btnSubmit.disabled:hover,
.partyPlannerStep2Content .btnSubmit[disabled]:hover,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit.disabled:focus,
.partyPlannerStep2Content .btnSubmit[disabled]:focus,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit.disabled.focus,
.partyPlannerStep2Content .btnSubmit[disabled].focus,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit.focus,
.partyPlannerStep2Content .btnSubmit.disabled:active,
.partyPlannerStep2Content .btnSubmit[disabled]:active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.disabled.active,
.partyPlannerStep2Content .btnSubmit[disabled].active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.partyPlannerStep2Content .btnSubmit .badge {
  color: #337ab7;
  background-color: #fff;
}
.partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.active,
.open .dropdown-toggle.partyPlannerStep2Content .btnSubmit {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.partyPlannerStep2Content .btnSubmit.disabled,
.partyPlannerStep2Content .btnSubmit[disabled],
fieldset[disabled] .partyPlannerStep2Content .btnSubmit,
.partyPlannerStep2Content .btnSubmit.disabled:hover,
.partyPlannerStep2Content .btnSubmit[disabled]:hover,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:hover,
.partyPlannerStep2Content .btnSubmit.disabled:focus,
.partyPlannerStep2Content .btnSubmit[disabled]:focus,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:focus,
.partyPlannerStep2Content .btnSubmit.disabled:active,
.partyPlannerStep2Content .btnSubmit[disabled]:active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit:active,
.partyPlannerStep2Content .btnSubmit.disabled.active,
.partyPlannerStep2Content .btnSubmit[disabled].active,
fieldset[disabled] .partyPlannerStep2Content .btnSubmit.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.partyPlannerErrors {
  color: #a94442;
}
.partyPlannerErrors ul {
  list-style: disc;
  padding-left: 1em;
}
.partyPlannerStep1Content,
.partyPlannerStep2Header,
.partyPlannerResultsHeader,
.partyPlannerResultsProductsHeader,
.partyPlannerResultsSuggestionsHeader,
.partyPlannerResultsInfoHeader {
  margin-bottom: 1em;
}
.partyPlannerTable table {
  margin-bottom: 1.5em;
  width: 100%;
}
.partyPlannerTable table th {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}
.partyPlannerTable table td {
  padding: 5px 0;
}
.partyPlannerTable table td input {
  border: 0 none;
  width: 50px;
}
.partyPlannerTable table .colQty {
  width: 20%;
}
.partyPlannerTable table .colUnit {
  width: 30%;
}
.partyPlannerResultsPrint {
  display: none;
}
.table-cartsummary {
  margin-bottom: 0;
}
.table-cartsummary > thead > tr > th,
.table-cartsummary > tbody > tr > th,
.table-cartsummary > tfoot > tr > th,
.table-cartsummary > thead > tr > td,
.table-cartsummary > tbody > tr > td,
.table-cartsummary > tfoot > tr > td {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
}
.table-cartsummary > thead {
  color: #777777;
}
.table-cartsummary > tfoot,
.table-cartsummary > tbody + tbody {
  border-top-width: 1px;
  border-top-style: solid;
}
.table-cartsummary .col-price {
  width: 30%;
}
.table-cartfull .col-price,
.table-carttotal .col-price,
.table-cartsummary .col-price {
  text-align: right;
  font-weight: bold;
}
.table-cartfull .col-qty,
.table-carttotal .col-qty,
.table-cartsummary .col-qty {
  text-align: center;
}
.table-cartfull .row-total,
.table-carttotal .row-total,
.table-cartsummary .row-total {
  font-size: 2.4rem;
  font-size: 24px;
  font-size: 1.5pxrem;
}
.panel {
  background-color: #f2f2f2;
}
/*

// Panel contents
.panel-body {
  padding: @panel-body-padding;
  &:extend(.clearfix all);
}
*/
.panel-heading {
  font-family: 'Futura Std Medium', Arial, Helvetica, sans-serif;
  padding: 15px 15px;
  border-width: 1px;
  border-style: solid;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
  margin: -1px;
  font-size: 1.3rem;
  font-size: 13px;
  font-size: 0.8125pxrem;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
/*
// Optional footer (stays gray in every modifier class)
.panel-footer {
  padding: @panel-footer-padding;
  background-color: @panel-footer-bg;
  border-top: 1px solid @panel-inner-border;
  .border-bottom-radius((@panel-border-radius - 1));
}


// List groups in panels
//
// By default, space out list group content from panel headings to account for
// any kind of custom content between the two.

.panel {
  > .list-group,
  > .panel-collapse > .list-group {
    margin-bottom: 0;

    .list-group-item {
      border-width: 1px 0;
      border-radius: 0;
    }

    // Add border top radius for first one
    &:first-child {
      .list-group-item:first-child {
        border-top: 0;
        .border-top-radius((@panel-border-radius - 1));
      }
    }
    // Add border bottom radius for last one
    &:last-child {
      .list-group-item:last-child {
        border-bottom: 0;
        .border-bottom-radius((@panel-border-radius - 1));
      }
    }
  }
}
// Collapse space between when there's no additional content.
.panel-heading + .list-group {
  .list-group-item:first-child {
    border-top-width: 0;
  }
}
.list-group + .panel-footer {
  border-top-width: 0;
}

// Tables in panels
//
// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and
// watch it go full width.

.panel {
  > .table,
  > .table-responsive > .table,
  > .panel-collapse > .table {
    margin-bottom: 0;

    caption {
      padding-left: @panel-body-padding;
      padding-right: @panel-body-padding;
    }
  }
  // Add border top radius for first one
  > .table:first-child,
  > .table-responsive:first-child > .table:first-child {
    .border-top-radius((@panel-border-radius - 1));

    > thead:first-child,
    > tbody:first-child {
      > tr:first-child {
        border-top-left-radius: (@panel-border-radius - 1);
        border-top-right-radius: (@panel-border-radius - 1);

        td:first-child,
        th:first-child {
          border-top-left-radius: (@panel-border-radius - 1);
        }
        td:last-child,
        th:last-child {
          border-top-right-radius: (@panel-border-radius - 1);
        }
      }
    }
  }
  // Add border bottom radius for last one
  > .table:last-child,
  > .table-responsive:last-child > .table:last-child {
    .border-bottom-radius((@panel-border-radius - 1));

    > tbody:last-child,
    > tfoot:last-child {
      > tr:last-child {
        border-bottom-left-radius: (@panel-border-radius - 1);
        border-bottom-right-radius: (@panel-border-radius - 1);

        td:first-child,
        th:first-child {
          border-bottom-left-radius: (@panel-border-radius - 1);
        }
        td:last-child,
        th:last-child {
          border-bottom-right-radius: (@panel-border-radius - 1);
        }
      }
    }
  }
  > .panel-body + .table,
  > .panel-body + .table-responsive,
  > .table + .panel-body,
  > .table-responsive + .panel-body {
    border-top: 1px solid @table-border-color;
  }
  > .table > tbody:first-child > tr:first-child th,
  > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  > .table-bordered,
  > .table-responsive > .table-bordered {
    border: 0;
    > thead,
    > tbody,
    > tfoot {
      > tr {
        > th:first-child,
        > td:first-child {
          border-left: 0;
        }
        > th:last-child,
        > td:last-child {
          border-right: 0;
        }
      }
    }
    > thead,
    > tbody {
      > tr:first-child {
        > td,
        > th {
          border-bottom: 0;
        }
      }
    }
    > tbody,
    > tfoot {
      > tr:last-child {
        > td,
        > th {
          border-bottom: 0;
        }
      }
    }
  }
  > .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
}
*/
.panel-default {
  border-color: #b3b3b3;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #b3b3b3;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b3b3b3;
}
.panel-default > .panel-heading .badge {
  color: #f2f2f2;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-primary {
  border-color: #b3b3b3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #131738;
  border-color: #131738;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b3b3b3;
}
.panel-primary > .panel-heading .badge {
  color: #131738;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-primary .table > tbody,
.panel-primary .table > tfoot,
.panel-primary hr,
.panel-primary .hr {
  border-color: #b3b3b3;
}
.alert ul {
  list-style: disc;
  margin-left: 1.5em;
}
.alert p,
.alert ul {
  margin-bottom: 0.5em;
}
.alert :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.alert a {
  text-decoration: underline;
}
.alert a:hover,
.alert a:focus {
  text-decoration: none;
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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);
}
.progress-bar,
.progress-checkout .progress-step {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 22px;
  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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-checkout {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  background: transparent;
  height: 72px;
  border-top: 1px solid rgba(217, 217, 217, 0.6);
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  border-right: 1px solid rgba(217, 217, 217, 0.6);
  margin: 0 -30px;
  counter-reset: progress-checkout;
}
.progress-checkout .progress-step {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: visible;
  font-family: inherit;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  text-align: center;
  line-height: 1em;
  padding: 15px 15px;
  width: 25%;
  counter-increment: progress-checkout;
  background: #f2f2f2;
  color: #333333;
}
.progress-checkout .progress-step .progress-step-label:before {
  display: block;
  content: counter(progress-checkout);
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 5px;
}
.progress-checkout .progress-step.state-default + .state-default,
.progress-checkout .progress-step.state-visited + .state-visited,
.progress-checkout .progress-step.state-active + .state-active {
  border-left: 1px solid rgba(217, 217, 217, 0.6);
}
.progress-checkout .progress-step.state-visited + .state-visited:before,
.progress-checkout .progress-step.state-active + .state-active:before {
  position: absolute;
  top: 26px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  border-left: 8px solid rgba(217, 217, 217, 0.6);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.progress-checkout .progress-step:not(:last-child):after {
  position: absolute;
  right: -8px;
  top: 27px;
}
.progress-checkout .progress-step.state-active {
  background: #0068a1;
  color: #fff;
}
.progress-checkout .progress-step.state-active:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  border-left: 8px solid #0068a1;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.progress-checkout .progress-step.state-visited {
  background: #131738;
  color: #fff;
}
.progress-checkout .progress-step.state-visited:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  border-left: 8px solid #131738;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.progress-checkout .progress-step:nth-child(1) {
  z-index: 4;
}
.progress-checkout .progress-step:nth-child(2) {
  z-index: 3;
}
.progress-checkout .progress-step:nth-child(3) {
  z-index: 2;
}
.progress-checkout .progress-step:nth-child(4) {
  z-index: 1;
}
@font-face {
  font-family: 'Futura-Book';
  src: url(/fonts/futura-book.eot?v=21.3.0);
  src: url(/fonts/futura-book.eot) format('embedded-opentype'), url(/fonts/futura-book.woff?v=21.3.0) format('woff'), url(/fonts/futura-book.ttf?v=21.3.0) format('truetype'), url(/fonts/futura-book.svg#Futura-Book?v=21.3.0) format('svg');
  font-weight: normal;
  /* Apply as ->
	  	font-family: '@{font-name}', 'Arial', Helvetica, sans-serif;
	    font-weight: @font-weight;
	    */
}
.blog-page a:hover,
.blog-page a:active,
.blog-page a:focus {
  text-decoration: none;
}
.blog-page .heading-title > a,
.blog-page .heading-section > a,
.blog-page .heading-article > a,
.blog-page .heading-featured > a,
.blog-page .heading-category > a,
.blog-page .heading-label > a {
  color: inherit;
}
.blog-page .heading-title,
.blog-page h1,
.blog-page .h1 {
  font-family: inherit;
  font-size: 3.2rem;
  font-size: 32px;
  font-size: 2pxrem;
  line-height: 1.1em;
  color: inherit;
}
.blog-page h2,
.blog-page .h2 {
  font-family: inherit;
  font-size: 2rem;
  font-size: 20px;
  font-size: 1.25pxrem;
}
.blog-page .heading-section {
  font-family: inherit;
  font-size: 2rem;
  font-size: 20px;
  font-size: 1.25pxrem;
  text-align: center;
  margin-bottom: 20px;
}
.blog-page .heading-section:after {
  content: "";
  position: relative;
  display: block;
  width: 45px;
  border-bottom: 4px solid #252d6c;
  padding-top: 10px;
}
.blog-page .heading-section:after {
  margin: 0 auto;
}
.blog-page .heading-article,
.blog-page h3,
.blog-page .h3 {
  font-family: inherit;
  font-size: 2rem;
  font-size: 20px;
  font-size: 1.25pxrem;
  line-height: 1.2em;
}
.blog-page .heading-featured,
.blog-page h4,
.blog-page .h4 {
  font-family: inherit;
  font-size: 2rem;
  font-size: 20px;
  font-size: 1.25pxrem;
  text-transform: uppercase;
}
.blog-page .heading-category,
.blog-page h5,
.blog-page .h5 {
  font-family: inherit;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
}
.blog-page .heading-label,
.blog-page h6,
.blog-page .h6 {
  font-family: inherit;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  text-transform: uppercase;
}
.blog-page hr,
.blog-page .hr {
  border: 0;
  color: transparent;
  border-top: 1px solid #ebebeb;
  height: 0;
  margin: 30px 0;
}
.blog-page .ico-social {
  margin-left: 3px;
  display: inline-block;
  background: transparent url(/assets/images/icons/ico-social_sprite-mask.png?v=21.3.0) no-repeat;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
.blog-page .ico-social.facebook {
  background-position: -5px -5px;
}
.blog-page .ico-social.twitter {
  background-position: -45px -5px;
}
.blog-page .ico-social.pinterest {
  background-position: -85px -5px;
}
.blog-page .ico-social.googleplus {
  background-position: -125px -5px;
}
.blog-page .blog-social .heading-label {
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  padding-right: 3px;
}
.blog-page .blog-social .ico-social {
  vertical-align: middle;
}
.blog-page .item-tags a {
  display: inline-block;
  border-radius: 0;
  border: 0;
  background: #d2232a;
  color: #FFF;
  font-size: 12px;
  font-family: 'Arial', Helvetica, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}
.blog-page .item-tags a:hover {
  background: #fa0d23;
  color: #FFF;
  text-decoration: underline;
}
.blog-page .item-info {
  font-family: inherit;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  text-transform: uppercase;
  color: #959595;
}
.blog-page .item-info > a {
  color: inherit;
}
.blog-page #blogArticlesTiles h3.heading-article {
  color: #252d6c;
}
.blog-page .image-container {
  text-align: center;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.blog-page .image-container img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .blog-page .blog-post-content {
    width: 60%;
    float: left;
    overflow: hidden;
  }
  .blog-page .blog-post-aside {
    width: 30%;
    float: right;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.blog-page .blog-landing-header {
  margin-bottom: 30px;
}
.blog-page .blog-landing-header .hero-image.has-video a {
  display: block;
  position: relative;
}
.blog-page .blog-landing-header .hero-image.has-video a:after {
  /*width: 28px;
						height: 28px;
						background: url(/assets/images/Brand_VC/vcblog/post-tag_video.png?v=21.3.0) no-repeat center center;
						position: absolute;
						right: 7px;
						bottom: 22px;
						content: "";*/
  display: none;
}
.blog-page .blog-masthead {
  margin-bottom: 10px;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead .blog-logo .blogtitle {
  background: transparent url(/assets/images/Brand_VC/vcblog/grapevine-logo.png?v=21.3.0) left top no-repeat;
  display: block;
  width: 202px;
  height: 68px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blog-page .blog-masthead .blog-logo {
    float: left;
  }
}
.blog-page .blog-masthead .blog-social {
  float: right;
  color: #b7b7b7;
  padding-top: 5px;
  display: none;
}
.blog-page .blog-masthead .blog-social .ico-social {
  background-color: #b7b7b7;
}
.blog-page .blog-masthead .blog-social .ico-social:hover {
  background-color: #8c8c8c;
}
@media (min-width: 768px) {
  .blog-page .blog-masthead .blog-social {
    display: block;
  }
}
.blog-page .blog-menucategory {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
}
.blog-page .blog-menucategory .heading-menu {
  z-index: 2;
  background: #d2232a;
  color: #ffffff;
  padding: 10px;
  position: relative;
  display: block;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.blog-page .blog-menucategory .heading-menu:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 13px;
  -webkit-transition: transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
}
.blog-page .blog-menucategory .heading-menu:before {
  content: "\e114";
}
.blog-page .blog-menucategory .heading-menu.is-open {
  border-radius: 2px 2px 0 0;
}
.blog-page .blog-menucategory .heading-menu.is-open:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.blog-page .blog-menucategory ul {
  z-index: 1;
  padding-left: 0;
  list-style: none;
  width: 100%;
}
html.js .blog-page .blog-menucategory ul {
  position: absolute;
  -webkit-transition: transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
}
html.js .blog-page .blog-menucategory ul.is-open {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.blog-page .blog-menucategory ul li {
  padding: 0;
}
.blog-page .blog-menucategory ul a {
  display: block;
  background: #d2232a;
  color: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #d2232a;
}
.blog-page .blog-menucategory ul li:last-child a {
  border-bottom: 0;
  border-radius: 0 0 2px 2px;
}
.blog-page .blog-breadcrumb {
  margin-bottom: 15px;
}
.blog-page .blog-breadcrumb ul {
  padding-left: 0;
  list-style: none;
  line-height: 1.5em;
}
.blog-page .blog-breadcrumb ul li {
  display: inline;
  padding: 0;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
}
.blog-page .blog-breadcrumb ul li.active {
  color: #000;
}
.blog-page .blog-breadcrumb a {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  color: #b7b7b7;
}
.blog-page .blog-breadcrumb a:focus,
.blog-page .blog-breadcrumb a:hover {
  color: #8c8c8c;
  text-decoration: underline;
}
.blog-page .blog-social-media-area {
  background-color: #f2f2f2;
  padding: 30px 20px 30px 20px;
  margin: 20px -20px;
  text-align: center;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area .twitter-feed {
  position: relative;
  overflow: hidden;
  width: 94%;
  margin: 0 auto 20px;
}
.blog-page .blog-social-media-area .instagram-feed iframe {
  margin: 0 auto;
}
.blog-page .blog-landing-footer .blog-social,
.blog-page .blog-post-footer .blog-social {
  color: #b7b7b7;
  text-align: center;
}
.blog-page .blog-landing-footer .blog-social .heading-label,
.blog-page .blog-post-footer .blog-social .heading-label {
  display: block;
  margin-bottom: 10px;
}
.blog-page .blog-landing-footer .blog-social .ico-social,
.blog-page .blog-post-footer .blog-social .ico-social {
  background-color: #b7b7b7;
}
.blog-page .blog-landing-footer .blog-social .ico-social:hover,
.blog-page .blog-post-footer .blog-social .ico-social:hover {
  background-color: #8c8c8c;
}
.blog-page .blog-posts-list-item .item-info {
  margin-top: 10px;
}
.blog-page .hero-container {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #abbf00;
  margin-left: -10px;
  margin-right: -10px;
}
.blog-page .hero-container .hero-image {
  min-height: 360px;
  margin: 0;
}
html.backgroundsize .blog-page .hero-container .hero-image img {
  display: none;
}
.blog-page .hero-container .hero-text {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.blog-page .hero-container .hero-text .heading-category,
.blog-page .hero-container .hero-text .heading-featured {
  color: #ffffff;
  margin-bottom: 15px;
}
.blog-page .hero-container .hero-text .heading-category > a,
.blog-page .hero-container .hero-text .heading-featured > a {
  color: inherit;
}
.blog-page .hero-container .hero-text .heading-featured {
  margin-bottom: 15px;
}
.blog-page .hero-container .hero-text .title-description {
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  line-height: 1.5em;
  max-width: 600px;
  margin: 0 auto 30px;
  /* fallback */
  /* fallback */
  /* fallback */
  /* fallback */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  line-height: 1.42857143em;
  /* fallback */
  max-height: 2.85714286em;
  /* fallback */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.blog-page .blog-posts-list {
  margin-bottom: 20px;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
@media (min-width: 768px) {
  .blog-page .blog-posts-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-page .blog-posts-list .blog-posts-list-item {
  margin-bottom: 30px;
}
.blog-page .blog-posts-list .blog-posts-list-item p {
  line-height: 1.8em;
}
.blog-page .blog-posts-list .blog-posts-list-item .item-image a {
  display: block;
  position: relative;
}
.blog-page .blog-posts-list .blog-posts-list-item.has-video .item-image a:after {
  width: 28px;
  height: 28px;
  background: url(/assets/images/Brand_VC/vcblog/post-tag_video.png?v=21.3.0) no-repeat center center;
  position: absolute;
  right: 7px;
  bottom: 30px;
  content: "";
}
@media (min-width: 768px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-page .blog-posts-list .blog-posts-list-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-page .blog-posts-list .blog-posts-list-item:nth-child(2n+1) {
    clear: none;
  }
  .blog-page .blog-posts-list .blog-posts-list-item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    float: left;
    width: 33.33333333%;
  }
}
.blog-page .blog-posts-list-footer {
  text-align: center;
}
.blog-page .blog-pagination {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
  color: #8c8c8c;
}
.blog-page .blog-pagination a {
  display: block;
  min-width: 25px;
  height: 25px;
  padding: 7px 6px 3px;
  border-radius: 3px;
  color: inherit;
  font-family: inherit;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  -webkit-transition: background-color 150ms, color 150ms;
  -o-transition: background-color 150ms, color 150ms;
  transition: background-color 150ms, color 150ms;
}
.blog-page .blog-pagination a:hover {
  color: #fff;
  background-color: #8c8c8c;
}
.blog-page .blog-pagination a.current {
  color: #fff;
  background-color: #000;
}
.blog-page .blog-pagination li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.blog-page .blog-pagination li.previous span,
.blog-page .blog-pagination li.next span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.blog-page .blog-pagination li.previous a,
.blog-page .blog-pagination li.next a {
  position: relative;
}
.blog-page .blog-pagination li.previous a:after,
.blog-page .blog-pagination li.next a:after {
  position: relative;
  top: -5px;
  display: block;
  font-size: 1.8rem;
  font-size: 18px;
  font-size: 1.125pxrem;
}
.blog-page .blog-pagination li.previous {
  margin-right: 10px;
}
.blog-page .blog-pagination li.previous a:after {
  content: "\2039";
}
.blog-page .blog-pagination li.next {
  margin-left: 10px;
}
.blog-page .blog-pagination li.next a:after {
  content: "\203A";
}
.blog-page .blog-post-meta {
  background: #f7f7f7;
  padding: 25px;
  margin-bottom: 30px;
}
.blog-page .blog-post-meta .blog-social {
  padding: 20px 0;
  color: #252d6c;
}
.blog-page .blog-post-meta .blog-social .ico-social {
  background-color: #252d6c;
}
.blog-page .blog-post-meta .blog-social .ico-social:hover {
  background-color: #333333;
}
.blog-page .blog-post-meta .blog-social .ico-social.facebook {
  background-position: -5px -45px;
}
.blog-page .blog-post-meta .blog-social .ico-social.twitter {
  background-position: -45px -45px;
}
.blog-page .blog-post-meta .blog-social .ico-social.pinterest {
  background-position: -85px -45px;
}
.blog-page .blog-post-meta .blog-social .ico-social.googleplus {
  background-position: -125px -45px;
}
.blog-page .blog-post-author-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.blog-page .blog-post-author-info:before,
.blog-page .blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-page .blog-post-author-info:after {
  clear: both;
}
.blog-page .blog-post-author-info:before,
.blog-page .blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-page .blog-post-author-info:after {
  clear: both;
}
.blog-page .blog-post-author-info:before,
.blog-page .blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-page .blog-post-author-info:after {
  clear: both;
}
.blog-page .blog-post-author-info:before,
.blog-page .blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-page .blog-post-author-info:after {
  clear: both;
}
.blog-page .blog-post-author-info .author-image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.blog-page .blog-post-author-info .author-label {
  margin: 0 0 0 80px;
  position: absolute;
  bottom: 21px;
  color: #b7b7b7;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  line-height: 1.5em;
  font-weight: normal;
}
.blog-page .blog-post-author-info .author-label .author-name {
  display: block;
  color: #000;
  font-weight: bold;
}
.blog-page .blog-article-likes a {
  display: block;
  border-radius: 3px;
  background-color: #262626;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  line-height: 1em;
  padding: 15px 20px 10px;
  text-align: justify;
  line-height: 0;
}
.blog-page .blog-article-likes a:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.blog-page .blog-article-likes a span {
  display: inline-block;
  vertical-align: middle;
}
.blog-page .blog-article-likes a:before {
  display: inline-block;
  content: "";
  background: no-repeat 0 center url(/Assets/images/icons/like-open.png?v=21.3.0);
  height: 16px;
  padding-right: 25px;
  vertical-align: middle;
}
.blog-page .blog-article-likes a:focus,
.blog-page .blog-article-likes a:hover,
.blog-page .blog-article-likes a.voted {
  background-color: #252d6c;
}
.blog-page .blog-article-likes a:focus:before,
.blog-page .blog-article-likes a:hover:before,
.blog-page .blog-article-likes a.voted:before {
  background-image: url(/Assets/images/icons/like-filled.png?v=21.3.0);
}
.blog-page .blog-article-likes .counter {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #252d6c;
}
.blog-page .blog-post-intro {
  padding-top: 15px;
  margin-bottom: 30px;
}
.blog-page .blog-post-intro:after {
  content: "";
  position: relative;
  display: block;
  width: 45px;
  border-bottom: 4px solid #252d6c;
  padding-top: 10px;
}
.blog-page .blog-post-intro:after {
  margin: 0 auto;
}
.blog-page .blog-post-intro .heading-title {
  margin-bottom: 10px;
}
.blog-page .blog-post-intro .item-info {
  margin-bottom: 20px;
}
.blog-page .blog-post-intro .text-lead {
  font-family: inherit;
  font-size: 1.8rem;
  font-size: 18px;
  font-size: 1.125pxrem;
  line-height: 1.5em;
}
.blog-page .blog-post-body,
.blog-page .blog-post-body p {
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  line-height: 1.8em;
}
.blog-page .blog-post-body iframe {
  width: 320px;
  height: 180px;
}
.blog-page .blog-post-products {
  padding: 0 10px;
}
.blog-page .blog-post-products h1 {
  color: #000;
  font-size: 1.333em;
  margin: 10px 0;
}
.blog-page .blog-post-products h2 {
  font-size: 1em;
  color: #777777;
  font-weight: normal;
  margin-bottom: 10px;
  min-height: 20px;
}
.blog-page .blog-post-products h3 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -7px;
  min-height: 30px;
}
.blog-page .blog-post-products .homeListType1 li {
  float: left;
  position: relative;
  clear: left;
  width: 52%;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 10px;
}
.blog-page .blog-post-products .homeListType1 li:nth-child(even) {
  clear: none;
  padding-right: 0;
  width: 48%;
}
.blog-page .blog-post-products .homeListType1 li .thumb {
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.blog-page .blog-post-products .homeListType1 li .thumb img {
  max-height: 125px;
}
.blog-page .blog-post-products .homeListType1 li .thumb + div {
  float: left;
  width: 65%;
}
.blog-page .blog-post-products .homeListType1 li .limitedAvailability {
  color: #ff9428;
  background: none;
  font-weight: normal;
  padding: 0;
  margin: 10px 0 0;
  font-size: 11px;
}
.blog-page .blog-post-products .homeListType1 li .eachPrice {
  min-height: 30px;
  color: #777777;
}
.blog-page .blog-post-products .homeListType1 li .eachPrice .line2 {
  min-height: 0;
}
.blog-page .blog-post-products .homeListType1 li .qtyInputContainer {
  display: none !important;
}
.blog-page .blog-post-products .homeListType1 li .addToCart_spinner {
  position: absolute;
  bottom: -38px;
}
.blog-page .blog-post-products .homeListType1 li #AddToCart_ConfirmationMessage {
  padding-top: 5px;
  margin: 0;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .blog-page .blog-post-products .homeListType1 li {
    width: 33.33%;
    clear: none;
    min-height: 270px;
    padding-right: 10px;
  }
  .blog-page .blog-post-products .homeListType1 li:nth-child(even) {
    padding-right: 10px;
    width: 33.33%;
  }
  .blog-page .blog-post-products .homeListType1 li .thumb {
    width: 28%;
  }
  .blog-page .blog-post-products .homeListType1 li .thumb + div {
    width: 60%;
  }
}
.blog-page .blog-post-products .homeListType1.productBundles {
  clear: both;
}
.blog-page .blog-post-products .homeListType1.productBundles h3 {
  height: auto;
}
.blog-page .blog-post-products .homeListType1.productBundles li {
  width: 100%;
  padding-right: 0;
  min-height: 0;
}
.blog-page .blog-post-products .homeListType1.productBundles li .line2 {
  height: auto;
}
.blog-page .blog-post-products .homeListType1.productBundles li .limitedAvailability {
  height: auto;
}
.blog-page .blog-post-products .homeListType1.productBundles li .thumb {
  width: 45%;
}
.blog-page .blog-post-products .homeListType1.productBundles li .thumb + div {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .blog-page .blog-post-products .homeListType1.productBundles {
    clear: none;
  }
  .blog-page .blog-post-products .homeListType1.productBundles h3 {
    min-height: 30px;
  }
  .blog-page .blog-post-products .homeListType1.productBundles li {
    width: 50%;
    min-height: 260px;
  }
  .blog-page .blog-post-products .homeListType1.productBundles li .thumb {
    width: 46%;
  }
  .blog-page .blog-post-products .homeListType1.productBundles li .line2 {
    height: 50px;
  }
  .blog-page .blog-post-products .homeListType1.productBundles li .limitedAvailability {
    height: 20px;
  }
}
.blog-page .blog-post-products .valueContainer .line1 {
  display: block;
}
.blog-page .blog-post-products .valueContainer .line1 .valueLarge {
  position: relative;
}
.blog-page .blog-post-products .valueContainer .line1 .price {
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
}
.blog-page .blog-post-products .valueContainer .line1 .price .currency {
  font-size: 0.4em;
  position: absolute;
  top: 4px;
  left: -7px;
}
.blog-page .blog-post-products .valueContainer .line1 .price .cents {
  font-size: 0.4em;
  position: absolute;
}
.blog-page .blog-post-products .valueContainer .line2 {
  color: #777777;
  min-height: 20px;
  display: block;
}
.blog-page .blog-post-products .valueContainer .line2 .price {
  color: #000;
  font-weight: bold;
  line-height: 1.3em;
}
.blog-page .blog-post-products .actions {
  margin-top: 10px;
  position: relative;
}
.blog-page .blog-post-products .actions div {
  overflow: hidden;
}
.blog-page .blog-post-products .actions .soldOutMessage,
.blog-page .blog-post-products .actions .btnAddToCart {
  width: auto;
  padding: 10px 5px;
  height: auto;
  line-height: 1em;
  white-space: normal;
}
.blog-page .blog-post-products .description {
  clear: both;
  margin-top: 10px;
}
.blog-page .blog-post-products .applyEllipsis {
  /* fallback */
  /* fallback */
  /* fallback */
  /* fallback */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  line-height: 1.42857143em;
  /* fallback */
  max-height: 4.28571429em;
  /* fallback */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.blog-related-articles {
  margin-bottom: 25px;
}
.blog-related-articles .heading {
  display: none;
}
.blog-related-articles .item-image {
  margin-left: -10px;
  margin-right: -10px;
}
#content .blog-related-articles .item-image img {
  margin-bottom: 10px;
}
.blog-related-articles .item-title {
  margin-bottom: 5px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  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;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  padding: 8px 8px;
  color: #353535;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e8e8e8;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e8e8e8;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e8e8e8;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #e8e8e8;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e8e8e8;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e8e8e8;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e8e8e8;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e8e8e8;
}
.tooltip a {
  cursor: pointer;
  font-weight: bold;
  display: block;
}
.productList .m-cnc-product-availability .js-delivery + .tooltip {
  margin-left: -3px;
  margin-top: 0;
}
.productList .m-cnc-product-availability .js-delivery + .tooltip .tooltip-inner {
  min-width: 130px;
}
#fancybox-wrap {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 345px;
}
.is-VC #fancybox-close {
  right: -1px;
}
#fancybox-close {
  right: 1px;
  top: 1px;
}
.mdo-modal {
  /* Modal Container */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  background: #fff;
  padding: 35px 20px 15px;
  margin: 0 auto;
  /* Modal Text */
  /* Search Input */
  /* Autocomplete results */
  /* Selected Postcode display */
  /* Delivery cost breakdown table */
  /* End */
}
.mdo-modal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mdo-modal-header {
  font-size: 18px;
  font-weight: bold;
  color: #353535;
  font-family: 'FuturaStdBoldCondensed', 'Arial Narrow', Helvetica, sans-serif;
  margin-bottom: 5px;
}
.mdo-modal-strong {
  font-weight: bold;
  font-size: 13px;
  font-family: 'Arial', Helvetica, sans-serif;
}
.mdo-modal-highlight-text {
  color: #d2232a;
  font-weight: bold;
}
.mdo-modal-disclaimer {
  font-size: 12px;
  margin-top: 20px;
  color: #4a4a4a;
}
.mdo-modal-input-container {
  position: relative;
  margin-bottom: 30px;
}
.mdo-modal-input-container .icon {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 16px;
  color: #585858;
}
.mdo-modal-input-container.is-fetching:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/assets/images/spinner.gif?v=21.3.0) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 13px;
  right: -25px;
}
.mdo-modal-input {
  height: 35px;
  border: 1px solid #b7b7b7;
  width: 100%;
  padding: 7px;
  font-size: 11px;
}
.mdo-modal-search-result * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mdo-modal-search-result .autocomplete {
  padding-top: 0;
  margin-top: 1px;
  border: 1px solid #b7b7b7;
}
.mdo-modal-search-result .autocomplete > div {
  padding: 12px 15px;
  font-size: 13px;
  font-family: 'Arial', Helvetica, sans-serif;
  font-weight: bold;
}
.mdo-modal-search-result .autocomplete > div strong {
  color: #d2232a;
  font-weight: bold;
}
.mdo-modal-search-result .autocomplete > div.selected {
  background: #e9e9e9;
}
.mdo-modal-search-result .autocomplete > div:hover {
  cursor: pointer;
}
.mdo-modal-search-result .autocomplete > div:last-child {
  display: none;
}
.mdo-modal-store-container {
  margin-bottom: 15px;
  padding-top: 5px;
}
.mdo-modal-delivery-breakdown.is-fetching table {
  opacity: 0.3;
}
.mdo-modal-delivery-breakdown table {
  width: 100%;
}
.mdo-modal-delivery-breakdown th {
  background: #eee;
  padding: 5px 15px;
}
.mdo-modal-delivery-breakdown th:first-child {
  border-right: 2px solid #fff;
}
.mdo-modal-delivery-breakdown td {
  padding: 10px 15px;
  border-bottom: 1px solid #dedede;
}
.mdo-modal-delivery-breakdown tr:last-child td {
  border-bottom: none;
}
.mdo-modal-delivery-detail {
  font-size: 12px;
}
.mdo-modal-price {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 14px;
}
/* helpers */
.mdo-is-hidden {
  display: none;
}
.mdo-is-not-available {
  color: #c7c7c7 !important;
}
.mdo-modal-disable-scroll {
  overflow: hidden;
}
.u-cnc-row:before,
.u-cnc-row:after {
  content: " ";
  display: table;
}
.u-cnc-row:after {
  clear: both;
}
.u-cnc-row:before,
.u-cnc-row:after {
  content: " ";
  display: table;
}
.u-cnc-row:after {
  clear: both;
}
.u-cnc-row:before,
.u-cnc-row:after {
  content: " ";
  display: table;
}
.u-cnc-row:after {
  clear: both;
}
.u-cnc-row:before,
.u-cnc-row:after {
  content: " ";
  display: table;
}
.u-cnc-row:after {
  clear: both;
}
.m-cnc-product-availability {
  font-family: 'Arial', Helvetica, sans-serif;
}
.m-cnc-product-availability:before,
.m-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability:before,
.m-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability:before,
.m-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability:before,
.m-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability > ul {
  padding-left: 0;
  margin: 5px 0 0 0;
  max-width: 180px;
}
.m-cnc-product-availability > ul:before,
.m-cnc-product-availability > ul:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability > ul:after {
  clear: both;
}
.m-cnc-product-availability > ul:before,
.m-cnc-product-availability > ul:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability > ul:after {
  clear: both;
}
.m-cnc-product-availability > ul:before,
.m-cnc-product-availability > ul:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability > ul:after {
  clear: both;
}
.m-cnc-product-availability > ul:before,
.m-cnc-product-availability > ul:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability > ul:after {
  clear: both;
}
.m-cnc-product-availability li {
  vertical-align: bottom;
  padding: 0!important;
  display: inline-block;
}
.m-cnc-product-availability .c-cnc-product-availability {
  /*box-sizing: border-box;
    width: auto !important;
    list-style: none;
    padding: 0 !important;
    border-bottom: none !important;
    float: left !important;
    clear: none !important;*/
  font-size: 26px;
  color: transparent;
}
.m-cnc-product-availability .c-cnc-product-availability:before,
.m-cnc-product-availability .c-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability .c-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability .c-cnc-product-availability:before,
.m-cnc-product-availability .c-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability .c-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability .c-cnc-product-availability:before,
.m-cnc-product-availability .c-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability .c-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability .c-cnc-product-availability:before,
.m-cnc-product-availability .c-cnc-product-availability:after {
  content: " ";
  display: table;
}
.m-cnc-product-availability .c-cnc-product-availability:after {
  clear: both;
}
.m-cnc-product-availability .c-cnc-product-availability:hover {
  cursor: pointer;
}
.u-cnc-product-availability .c-cnc-product-availability:hover {
  color: transparent;
}
.u-cnc-product-availability .c-cnc-product-availability.is-disabled .icon {
  color: #d2232a;
}
.u-cnc-product-availability .c-cnc-product-availability .icon {
  color: #72ad00;
}
.u-cnc-product-availability .c-cnc-product-availability span {
  font-size: 12px;
  float: left;
  width: 80%;
}
.is-mobile .c-cnc-product-availability .icon-cart {
  height: auto;
  background: none !important;
  text-indent: 0 !important;
}
.shoppingCartTable.is-click-and-collect .js-in-store {
  display: none;
}
.detailsCol .u-cnc-product-availability {
  padding-top: 10px;
}
.is-mobile .productList > li {
  padding-bottom: 40px;
}
.u-notice {
  color: #d33333;
  margin-top: -10px;
  margin-bottom: 10px;
}
.u-cnc-product-availability-detail {
  padding-bottom: 5px;
}
.u-cnc-product-availability-detail .m-cnc-product-availability .c-cnc-product-availability {
  font-size: 28px;
  padding-right: 10px;
  display: block;
}
.is-click-and-collect.shoppingCartTable td {
  border-bottom: none;
}
.is-click-and-collect .u-cnc-availability-row {
  border-bottom: 1px #d8d8d8 solid !important;
  padding-top: 0;
}
.is-click-and-collect .u-cnc-availability-row .m-cnc-product-availability > ul {
  max-width: none;
}
.is-click-and-collect .u-cnc-availability-row .u-cnc-product-availability .c-cnc-product-availability .icon {
  width: 30px;
}
.is-click-and-collect .u-cnc-availability-row .u-cnc-product-availability .c-cnc-product-availability span {
  position: relative;
  top: 4px;
}
.u-product-listing {
  position: static !important;
}
.u-product-listing:before,
.u-product-listing:after {
  content: " ";
  display: table;
}
.u-product-listing:after {
  clear: both;
}
.u-product-listing:before,
.u-product-listing:after {
  content: " ";
  display: table;
}
.u-product-listing:after {
  clear: both;
}
.u-product-listing:before,
.u-product-listing:after {
  content: " ";
  display: table;
}
.u-product-listing:after {
  clear: both;
}
.u-product-listing:before,
.u-product-listing:after {
  content: " ";
  display: table;
}
.u-product-listing:after {
  clear: both;
}
.u-product-listing .u-cnc-product-availability {
  float: right;
  position: static !important;
}
.u-product-listing .m-cnc-product-availability {
  margin-top: 0;
  position: static !important;
  padding-bottom: 0;
}
.productFeaturedPick .u-product-listing .m-cnc-product-availability {
  padding-bottom: 5px;
}
.u-product-availability-listing {
  position: absolute;
  right: 84px;
  bottom: 54px;
}
.is-cnc-available.u-product-availability-listing {
  right: 18px;
}
.panel .h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.m-mobile-store-selector {
  color: #fff;
  text-align: right;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 30px;
}
.u-store-selector-search #searchproducts {
  right: 10px !important;
}
.u-checkout-cart {
  float: right;
  top: 4px;
}
.c-mobile-store-selector-info {
  color: #fff;
  font-size: 11px;
  display: block;
}
.c-mobile-store-selector-info:hover,
.c-mobile-store-selector-info:active,
.c-mobile-store-selector-info:visited,
.c-mobile-store-selector-info:focus {
  text-decoration: none;
  color: #fff;
}
.c-mobile-store-selector-info .glyphicon {
  top: 36%;
  position: absolute;
  font-size: 20px;
  right: 7px;
}
.c-store-selector-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-store-selector .navbar-brand {
  position: relative;
  left: 18%;
}
.u-detail-view-btn {
  margin-bottom: 10px !important;
}
@font-face {
  font-family: 'icomoon';
  src: url('/Assets/fonts/Brand_1C/icon-font/icomoon.eot?63qe 43');
  src: url('/Assets/fonts/Brand_1C/icon-font/icomoon.eot?63qe 43#iefix') format('embedded-opentype'), url('/Assets/fonts/Brand_1C/icon-font/icomoon.ttf?63qe 43') format('truetype'), url('/Assets/fonts/Brand_1C/icon-font/icomoon.woff?63qe 43') format('woff'), url('/Assets/fonts/Brand_1C/icon-font/icomoon.svg?63qe 43#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cnc-red:before {
  content: "\e900";
}
.icon-cnc-green:before {
  content: "\e901";
}
.icon-cnc:before {
  content: "\e902";
}
.icon-delivery-red:before {
  content: "\e903";
}
.icon-delivery-green:before {
  content: "\e904";
}
.icon-delivery:before {
  content: "\e905";
}
.icon-instore-red:before {
  content: "\e906";
}
.icon-instore-green:before {
  content: "\e907";
}
.icon-instore:before {
  content: "\e908";
}
.setYourStore-modal .main {
  padding: 0!important;
}
.icon-cnc:before {
  content: "\e902";
}
.icon-delivery:before {
  content: "\e905";
  vertical-align: -2px;
  top: -2px;
}
.icon-instore:before {
  content: "\e908";
  vertical-align: -2px;
  top: -2px;
}
.icon-cnc-red:before {
  content: "\e900";
}
.icon-cnc-green:before {
  content: "\e901";
}
.icon-delivery-red:before {
  content: "\e903";
  top: 0px;
}
.icon-delivery-green:before {
  content: "\e904";
  top: 0px;
}
.icon-instore-red:before {
  content: "\e906";
  top: 0px;
}
.icon-instore-green:before {
  content: "\e907";
  top: 0px;
}
.icon {
  font-family: "coles-icons";
}
.icon-magnifiying-glass:before {
  content: "\EA01";
}
.icon-cart:before {
  content: "\EA02";
}
.icon-store:before {
  content: "\EA03";
}
.icon-truck:before {
  content: "\EA04";
}
.icon-clock:before {
  content: "\EA05";
}
.icon-laptop:before {
  content: "\EA06";
}
.icon-magnifiying-glass-alt:before {
  content: "\EA07";
}
.icon-phone:before {
  content: "\EA08";
}
.CnC-Delivery ul {
  padding: 0;
}
.CnC-Delivery i {
  font-size: 3rem;
  vertical-align: middle;
  margin: 0 0 0 0.75rem;
}
.CnC-Delivery li .input-label {
  margin-bottom: 0;
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}
.CnC-Delivery .input-img {
  margin: 0;
}
.CnC-Delivery .mdo-top-line {
  margin-right: 1rem;
}
.CnC-Delivery li {
  font-family: inherit;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d1d3d4;
}
.CnC-Delivery li label:focus {
  border: none;
}
.CnC-Delivery li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.CnC-Delivery li a:focus {
  border: none;
}
.CnC-Delivery li:hover,
.CnC-Delivery li.is-active {
  border-color: #131738;
  background: #131738;
}
.CnC-Delivery li:hover *,
.CnC-Delivery li.is-active * {
  color: white;
}
.CnC-Delivery label {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.CnC-Delivery small {
  font-family: Arial;
  display: block;
}
.form-control-icon-search-container {
  position: relative;
}
.cnc-choose-store .form-control-icon-search {
  position: absolute;
  top: 0;
  line-height: 44px;
  background: transparent;
  border: 0;
  color: red;
  width: 44px;
  height: 44px;
  right: 0;
}
.cnc-choose-store .form-control-message {
  display: none;
}
.cnc-choose-store #loading {
  text-align: center;
}
body {
  position: relative;
}
/* Checkout Overlay */
#checkout-overlay {
  background: #000;
  cursor: pointer;
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  height: 100%;
}
#checkout-spinner {
  display: none;
  width: 220px;
  height: 220px;
  margin: -110px 0px 0px -110px;
  background: url(/Assets/images/spinner.gif?v=21.3.0) #FFF;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat !important;
  background-position: center;
}
.input-checkbox > label {
  display: block;
  padding-left: 0;
}
.prod-list {
  margin-bottom: 1rem;
}
.prod-list .u-product-quantity {
  padding: 1rem;
  margin: 0;
  min-width: 20px;
}
.prod-list td {
  vertical-align: middle;
}
.prod-list img {
  max-height: 50px;
}
.mainContent.candc .choosenStoreDetails.fullWidth .cnc-pickup-input {
  float: none;
  width: 100%;
  padding-bottom: 6rem;
}
.cnc-pickup.cnc-choose-store {
  position: relative;
}
.c-cnc-store-selector-suggestion {
  left: 0!important;
  top: 65px!important;
  width: 100%;
}
.c-cnc-store-selector-suggestion .autocomplete {
  font-size: 1rem;
  width: 100%!important;
}
#Delivery .panel {
  margin-top: 20px;
}
#Delivery .btn.addAddress {
  margin: -10px 0 20px 0;
}
#Delivery fieldset.last .input-checkbox {
  margin: 1rem 0 2rem;
}
#Delivery .js-cnc-store-selector-checkout {
  width: 100%;
}
.ui-tabs li a {
  font-size: 18;
  font-size: 1.8rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.h4.js-delivery-cnc {
  display: none!important;
}
.panel-heading {
  margin-bottom: 1rem;
}
.has-error.has-feedback .form-control-message {
  color: #252d6c;
  margin-bottom: 1rem;
}
.panel .row-total {
  font-size: 1.5rem;
}
form-group.has-feedback.has-error .form-control-message > span {
  color: #252d6c;
  margin: -15px 0 15px 0;
}
.mdo-search-icon {
  position: absolute;
  right: 1.5rem;
  top: 0;
  height: 44px;
  width: 44px;
}
.storeList.collectFrom li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d1d3d4;
  position: relative;
}
.storeList.collectFrom li .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.storeChoosenBtn .btn {
  margin-top: 1rem;
}
.mdo-searchbar-inner {
  position: relative;
}
.emailSignupCheckbox {
  margin-bottom: 2rem;
}
.emailSignupCheckbox .input-label {
  width: 90%;
}
.saveTime {
  margin-bottom: 2rem;
}
.flybuys {
  margin-top: 2rem;
}
.ui-tabs ul a {
  font-size: 20;
  font-size: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.cnc-pickup-input #gmap {
  height: 150px;
}
.control-label h2 {
  display: inline-block;
}
input[type="checkbox"] ~ .input-label {
  width: 83%;
}
.form-control-static > a {
  margin: 0 0 2rem 0;
}
.form-control-static,
.dl-formstatic dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: block;
}
.prod-list {
  margin-bottom: 1rem;
}
.cnc-pickup-details strong {
  font-weight: normal;
}
.cnc-pickup-input.has-success input {
  margin-bottom: 0;
}
.mdo-delivery-box {
  width: 48%;
  margin: 0 2% 2% 0;
}
.mdo-delivery-box:nth-of-type(even) {
  margin-right: 0;
}
.mdo-delivery-box {
  width: 100%;
  margin: 0 0 1% 0;
}
.mdoScrollContainer {
  height: auto;
  margin-bottom: 0.5rem;
}
.js-delivery-standard .input-label {
  width: 85%;
}
.required > label {
  display: inline-block;
}
.billingSection .form-control > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.billingSection .input-qas ~ .form-control-message > span {
  margin: -20px 0 20px 0;
}
.payPalUserID .back {
  display: block;
  margin-bottom: 1rem;
}
.payPalUserID .buttonRow {
  margin-top: 1rem;
}
.mainContent .arrow {
  display: none;
}
.choosenStoreDetails {
  margin-bottom: 2rem;
}
.choosenStoreDetails padding {
  margin: 0;
}
.CnC-Delivery li {
  padding: 1rem;
}
.CnC-Delivery small {
  font-size: 11px;
}
.cnc-pickup-details p {
  margin: 0;
}
.CnCnotAvailable {
  color: red;
  font-weight: bold;
}
.CnC-Delivery input[type="radio"] ~ .input-label {
  margin-left: 0.5rem;
}
section {
  border-top: 1px solid #d1d3d4;
  padding-top: 1rem;
  margin-top: 1rem;
}
.prod-list .u-product-quantity {
  min-width: 55px!important;
}
.reviewCart.pull-right {
  float: none!important;
}
.btn-choose {
  margin-top: 1rem!important;
}
.fullWidth .btn-choose {
  display: none;
}
.mdo-price-ref {
  text-align: center;
  margin: 0;
  box-sizing: content-box;
  padding: 0 0.5rem;
  margin: 1rem 0;
  border-left: 1px solid #d1d3d4;
  font-size: 1.25rem;
  min-width: 40px;
  width: 20%;
  font-family: inherit;
}
.mdo-delivery-box .input-radio {
  padding: 0 0 0 0.5rem!important;
}
.mdo-delivery-box {
  display: table;
  width: 100%;
  padding: 0.5rem 0!important;
}
.mdo-delivery-box > div {
  display: table-cell;
  vertical-align: middle;
}
:not(.lte-ie8) .billingAdressSection .input-radio input[type="radio"] + .input-img,
:not(.lte-ie8) .billingAdressSection .input-checkbox input[type="checkbox"] + .input-img {
  vertical-align: top!important;
}
#Delivery .fineprint {
  margin: 0!important;
}
.dullWidth #cncProductNotAvailable {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d1d3d4;
}
.store-not-chosen .btn-choose {
  display: none;
}
.CnC-Delivery i {
  display: inline-block;
  margin: 0 0 0 0.25rem!important;
}
.CnC-Delivery i {
  font-size: 2rem!important;
}
.CnC-Delivery {
  margin-bottom: 1rem;
}
.CnC-Delivery .input-radio {
  margin-bottom: 0;
}
.CnC-Delivery li .input-label {
  display: inline-block;
}
.choosenStoreDetails.fullwidth .btn-choose {
  display: none;
}
.authenticatedBillingAddress {
  padding: 0!important;
  margin-top: 1rem;
}
.authenticatedBillingAddress input.billingAddress {
  padding: 0;
  margin: 0;
  color: black;
}
.storeDetails address p {
  margin: 0;
}
.delivery-address-qas.has-feedback .form-control {
  padding-right: 0;
}
.delivery-address-qas.has-feedback .form-control > span {
  height: 38px;
  display: block;
  overflow: hidden;
}
.prod-list .CnCnotAvailable {
  display: none!important;
}
/*** Product Page specials ***/
.product-page-type .specials {
  font-weight: bold !important;
}
/* Alert for Age Identification for Delivery*/
p.deliveryIDalert {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.42857143;
  color: #333333;
  margin: 2em 0 1.3em 0;
}
.mdo-delivery-box {
  background: white;
  border: 1px solid #d1d3d4;
  margin: 0 0 0.5rem 0;
  position: relative;
  padding: 1rem 0;
}
.mdo-delivery-box .input-radio {
  padding: 0 1rem;
}
.mdo-delivery-box:not(.mdo-delivery-ghosted) {
  cursor: pointer;
}
.mdo-delivery-box.mdo-delivery-ghosted {
  background-color: #eee;
}
.mdo-delivery-box:hover,
.mdo-delivery-box.mdo-delivery-selected {
  background: #131738;
  color: #fff;
}
.mdo-delivery-box.mdo-delivery-ghosted {
  color: #999;
}
.mdo-delivery-box.mdo-delivery-ghosted:hover {
  color: #999;
  background: #eee;
}
.mdo-delivery-box input[type="radio"] {
  float: left;
}
.mdo-delivery-box label,
.mdo-delivery-box span {
  margin: 0;
}
.mdo-delivery-box .mdo-top-line {
  margin-right: 0.5rem;
  font-family: inherit;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
#mdo-delivery-options-boxes > p {
  margin-top: 1rem;
}
section:not(.no-border) {
  border-top: 1px solid #d1d3d4;
  padding-top: 2rem;
  margin-top: 2rem;
}
.mdo-searchbar-inner {
  position: relative;
}
.mdo-searchbar-inner .mdo-search-icon {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
}
.mdo-search-icon:after,
.cnc-modal-input-container .icon:before,
.searchBtn:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f002";
  color: #252d6c;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  line-height: 44px;
}
.mdo-delivery-box .input-radio > span {
  display: inline-block;
  vertical-align: middle;
}
.mdo-delivery-box .input-img {
  margin-right: 1rem;
}
.mdo-delivery-box .input-radio {
  display: block;
  cursor: pointer;
  width: 100%;
}
.mdo-delivery-box span {
  display: inline-block;
}
/* ==========================================================================
   Assign THEME based variables here

   1ST CHOICE
   ========================================================================== */
#mainWrapper {
  margin: 85px 0 30px 0;
}
#mainWrapper h1,
.futura,
#mainWrapper h2 {
  font-family: 'FuturaStdBoldCondensed';
  font-size: 1.7em;
  margin: 0 0 0.7em;
  color: #000;
  font-weight: normal;
  line-height: 1.2em;
}
ul#mainWrapper li {
  margin-bottom: 20px;
}
ul#mainWrapper li p,
ul#features li p {
  font-size: 12px;
  line-height: 17px;
}
ul#mainWrapper li a.btnStart,
ul#faq li a.btnStart {
  display: block;
  width: 270px;
  height: 55px;
  background-position: 0px -353px;
  clear: both;
}
ul#mainWrapper li a.btnStart:hover,
ul#faq li a.btnStart:hover {
  background-position: -270px -353px;
}
ul#mainWrapper li#block01 h1 {
  width: 60%;
  margin-top: -180px;
}
ul#mainWrapper li#block01 img {
  float: left;
  margin: 5px 0;
}
ul#mainWrapper li#block01 p:first-child {
  width: 150px;
  float: right;
}
ul#mainWrapper li#block01 p:last-child {
  clear: both;
}
ul#mainWrapper li#block02 #img02 {
  width: 280px;
  height: 110px;
  background: url(/assets/images/mobile/wineplanner02.png?v=21.3.0) no-repeat;
}
ul#mainWrapper li#block03 {
  clear: both;
}
ul#mainWrapper li#block03 p {
  background: url(/assets/images/mobile/wineplanner03.png?v=21.3.0) no-repeat scroll 0 0 transparent;
  min-height: 87px;
  padding-top: 16px;
  margin: 15px 0;
  padding-left: 100px;
  font-size: 14px;
  font-weight: bold;
}
ul#mainWrapper li#block03 p.feature-sec {
  background-position: 0 -105px;
}
ul#mainWrapper li#block03 p.feature-third {
  background-position: 0 -220px;
}
ul#mainWrapper li#block03 .steps {
  float: left;
  margin-right: 10px;
}
ul#mainWrapper li#block03 .step1 {
  width: 95px;
}
ul#mainWrapper li#block03 .step2 {
  width: 85px;
}
ul#mainWrapper li#block03 .step3 {
  width: 80px;
  margin-right: 0;
}
ul#mainWrapper li#block03 h2,
#features h2,
.case h2 {
  font-family: 'FuturaStdBoldCondensed';
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0.4em;
}
ul#mainWrapper li#block03 h2 {
  font-size: 1.7em;
}
ul#mainWrapper li#block03 #img03 {
  /*width: 100%;
   height: 100px;
   margin: 15px 0px;
   background: url(../images/wineplanner03.png?v=21.3.0) no-repeat -3px 0;*/
  display: none;
}
#img01 {
  width: 100%;
  height: 100px;
  position: relative;
}
ul#features {
  padding: 15px 0px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
ul#features li {
  background: url(/assets/images/mobile/icn_features.png?v=21.3.0) no-repeat;
  padding-left: 90px;
  min-width: 45%;
}
ul#features li h2 {
  font-size: 18px;
}
ul#features li#icn01 {
  background-position: 0 0;
}
ul#features li#icn02 {
  background-position: 0 -180px;
}
ul#features li#icn03 {
  background-position: -5px -348px;
}
ul#features li#icn04 {
  background-position: 0 -530px;
}
ul#features li#icn05 {
  background-position: 0 -750px;
}
ul#features li#icn06 {
  background-position: 0 -935px;
}
ul#faq {
  float: left;
  padding: 30px 0px 50px 0px;
}
ul#faq li {
  font-size: 20px;
  font-weight: bold;
  color: #d2232a;
}
ul#faq li a {
  text-decoration: none;
  color: #d2232a;
}
ul#faq li a:hover {
  text-decoration: underline;
}
ul#faq li.faqTxt {
  padding-bottom: 22px;
}
#selectorWrapper {
  margin: 0 -20px 0 -20px;
  background-color: #353535;
}
#selector {
  color: #fff;
}
#selector ul li {
  padding: 10px 25px;
  background: #1e1e1e;
  cursor: pointer;
  position: relative;
}
#selector ul li.second-child,
#selector ul li.first-child {
  padding: 0px;
  background: #353535 url(/assets/images/mobile/ico_expand.png?v=21.3.0) no-repeat 95% -23px;
  border-bottom: 1px solid #5a5a5a;
}
#selector ul li.open {
  background-color: #1e1e1e;
  background-position: 95% 15px;
  border-color: #1e1e1e;
}
#selector h1 {
  font-size: 1.5em;
  font-family: 'FuturaStdBoldCondensed';
  padding: 11px 10px 10px 35px;
  font-weight: normal;
  color: #fff;
  margin: 0px 20px;
  background: url(/assets/images/mobile/ico_wineglass.png?v=21.3.0) no-repeat 0 5px;
}
#selector ul#col02 h1 {
  background-position: 0px -33px;
}
#selector ul#col03 h1#sparkling {
  background-position: 0px -75px;
}
#selector ul#col03 h1#mystery {
  background-position: 0px -115px;
}
#selector label.label_check {
  padding: 7px 0px 7px 40px;
  text-align: left;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  background: url(/assets/images/mobile/ico_tickboxes.png?v=21.3.0) 0 0 no-repeat;
}
#selector .counter {
  background: url(/assets/images/mobile/ico_counter.png?v=21.3.0) no-repeat 0 0;
  position: absolute;
  right: 20%;
  top: 9px;
  width: 27px;
  height: 25px;
  color: #1e1e1e;
  font-size: 1.333em;
  font-weight: bold;
  padding: 5px 0 0 9px;
}
#selector .options {
  display: none;
  border-bottom: 1px solid #5A5A5A;
  padding: 15px 0;
  background: #1E1E1E;
  width: 100%;
}
#selector .options > div {
  padding: 10px 25px;
}
.selector_bundle_wrapper {
  width: 100%;
}
#selector label.c_on {
  background: url(/assets/images/mobile/ico_tickboxes.png?v=21.3.0) 0 -54px no-repeat;
}
#selector .label_check input {
  position: absolute;
  left: -9999px;
}
#selectorWrapper a.submit_inactive {
  display: block;
  width: 213px;
  height: 46px;
  margin: 20px auto;
  cursor: default;
  background: url(/assets/images/mobile/ico_inactive-arrow.png?v=21.3.0) 187px 19px #5a5a5a no-repeat;
  color: #353535;
  font-size: 16px;
  padding: 12px 20px 7px 50px;
}
#selectorWrapper a.submit_inactive:hover,
#selectorWrapper a.submit_active:hover {
  text-decoration: none;
}
#selectorWrapper a.submit_active {
  display: block;
  width: 213px;
  height: 46px;
  margin: 20px auto;
  cursor: pointer;
  background: url(/assets/images/mobile/ico_active-arrow.png?v=21.3.0) 187px 19px #d2232a no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px 7px 50px;
}
#disclaimer {
  font-size: 10px;
  padding: 50px 0 0 0;
}
#disclaimer p {
  font-size: 10px;
}
#selector_bar {
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.selector_bar-wrapper,
#selectorBar-wrapper2 {
  color: #353535;
  background: #fafafa;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  position: relative;
  padding: 4px 0;
  height: 60px;
  margin: 0 0 18px;
  width: 100%;
  overflow: visible !important;
}
/*.selector_bar-wrapper:before,
 	#selectorBar-wrapper2:before, */
.selector_bar-wrapper:after,
#selectorBar-wrapper2:after {
  content: "";
  position: absolute;
}
/*#selectorBar-wrapper2:before,
 	.selector_bar-wrapper:before {

 		bottom: 3px;
 		height: 163px;
 		left: 63px;
 		width: 134px;
 		z-index: -1;
 	}*/
#selectorBar-wrapper2:after,
.selector_bar-wrapper:after {
  background: url(/assets/images/mobile/bg_selector_bar-wrapper.png?v=21.3.0) no-repeat 50% 0;
  /*background: none repeat scroll 0 0 #fafafa;*/
  bottom: -20px;
  height: 21px;
  left: 50%;
  width: 48px;
  margin-left: -24px;
}
.selectorBar-wrapper2 {
  width: 100%;
}
.selector_bar-wrapper {
  position: relative;
  margin: 0 -20px 18px;
  width: auto;
  height: 55px;
  padding: 4px 0;
}
#selector_bar ul {
  width: 310px;
  margin: 0 auto;
}
#selector_bar ul li {
  float: left;
  font-weight: bold;
  font-size: 12px;
  color: #353535;
  padding-top: 5px;
  border-right: 1px dotted #e5e5e5;
}
#selector_bar ul li.title {
  width: 65px;
  padding: 5px 0 0 7px;
}
#selector_bar ul li.title span {
  padding-left: 17px;
  display: inline-block;
}
#selector_bar ul li.title strong {
  text-align: center;
  display: inline-block;
  width: 100%;
}
#selector_bar ul li.estPrice {
  width: 75px;
  padding: 5px 7px 0 7px;
}
#selector_bar ul li.estPrice span {
  padding-left: 11px;
  display: inline-block;
}
#selector_bar ul li.title {
  line-height: 20px;
}
#selector_bar ul li.title span {
  font-size: 13px;
}
#selector_bar ul li.title span.second {
  color: #000;
  font-weight: bold;
}
#selector_bar ul li.number,
ul.bundleCase li.number {
  font-size: 16px;
}
#selector_bar ul li.alert {
  font-size: 12px;
  color: #d2232a;
  width: 100px;
  padding: 15px 60px 0px 30px;
}
#selector_bar ul li.icoFlybuys,
#order-success .icoFlybuys {
  width: 65px;
  height: 43px;
  background: url(/assets/images/mobile/ico-flybuys.png?v=21.3.0) no-repeat 6px 10px;
  font-size: 13px;
  padding: 5px 0 10px 29px;
}
#selector_bar ul li.icoFlybuys .extrapoint {
  font-size: 8px;
  text-align: center;
  margin-left: -4px;
}
#order-success .icoFlybuys {
  float: left;
  margin-bottom: 15px;
  padding: 3px 0 0;
  background-position: 0 0;
  background: url(/assets/images/mobile/ico-flybuys-thankyou.png?v=21.3.0) no-repeat 0 0;
  width: 121px;
  height: 144px;
}
#order-success .message {
  padding-top: 6px;
  font-size: 18px;
  font-weight: bold;
}
#selector_bar ul li.icoFlybuys span {
  font-size: 20px;
}
#selector_bar ul li.last {
  padding-left: 10px;
  border-right: none;
}
#selector_bar a.checkoutBtn {
  float: right;
  display: block;
  width: 226px;
  height: 55px;
}
#selector_bar a#checkout_active {
  height: 36px;
  line-height: 24px;
}
#selector_bar a#checkout_inactive {
  background: #dedede;
  color: #fff;
  cursor: default;
  height: 36px;
  line-height: 24px;
  border-color: #cccccc !important;
}
#selector_bar a#checkout {
  background-position: -226px -64px;
}
#selector_bar a#checkout:hover {
  background-position: -452px -64px;
}
.addmore,
.alert {
  padding-top: 10px;
  font-weight: bold;
  color: #D2232A;
}
.addmore {
  font-size: 16px;
}
.addmore {
  color: #A0AC3E;
  margin-bottom: 0;
}
.bundles {
  border-top: 1px solid #aebd22;
  margin-top: 20px !important;
}
.bundles h2 {
  margin: 0;
  position: relative;
}
.bundles h2 input {
  position: absolute;
  right: 45px;
  top: 10px;
  border: 1px solid #aebd22;
  font-size: 15px;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  text-align: right;
  padding: 4px 9px 4px 4px;
}
.bundles h2 a {
  display: block;
  background: url(/assets/images/mobile/ico_bundles.png?v=21.3.0) right 20px no-repeat #f2f5db;
  color: #353535;
  font-family: 'FuturaStdBoldCondensed';
  font-size: 18px;
  border-bottom: 1px solid #aebd22;
  padding: 10px 78px 10px 10px;
  height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bundles h2 a.active {
  background-position: right -120px;
  background-color: #fff;
  border-bottom: 0;
}
.bundles h2 a:hover {
  text-decoration: none;
}
.bundles input {
  width: 27px;
}
.selector_bundle {
  border-bottom: 1px solid #AEBD22;
  width: 100%;
}
.selector_bundle ul.bundle_left {
  width: 300px;
  margin: 0 auto;
}
.selector_bundle ul.bundle_left li {
  padding: 0px 15px 15px;
  margin-bottom: 15px;
}
.selector_bundle ul.bundle_left li:first-child {
  border: none;
  padding-left: 11px;
}
.selector_bundle ul.bundle_left li .similar {
  text-indent: -999em;
  background: url(/assets/images/mobile/bg_likethis.png?v=21.3.0) 0 0 no-repeat;
  width: 280px;
  height: 52px;
  margin: 30px auto 0;
}
.selector_bundle ul.bundle_left li.last {
  border-bottom: 1px solid #e9e8e8;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.selector_bundle ul.bundle_left li.last:before,
.selector_bundle ul.bundle_left li.last:after {
  content: "";
  position: absolute;
}
.selector_bundle ul.bundle_left li.last:before {
  -moz-transform: rotate(-42deg) skewX(185deg);
  -webkit-transform: rotate(-42deg) skewX(185deg);
  -ms-transform: rotate(-42deg) skewX(185deg);
  -o-transform: rotate(-42deg) skewX(185deg);
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e9e8e8;
  bottom: 3px;
  height: 163px;
  left: 80px;
  width: 134px;
  z-index: -1;
}
.selector_bundle ul.bundle_left li.last:after {
  background: none repeat scroll 0 0 #fff;
  bottom: -1px;
  height: 1px;
  left: 142px;
  width: 32px;
}
.selector_bundle ul.bundle_left li .image {
  width: 95px;
  float: left;
  text-align: center;
}
.selector_bundle ul.bundle_left li p {
  margin-bottom: 1em;
  padding: 0px;
}
.selector_bundle ul.bundle_left li p.meta {
  color: #dadada;
}
.selector_bundle ul.bundle_left li p.meta span {
  font-weight: bold;
  color: #353535;
}
.selector_bundle ul.bundle_right {
  margin: 22px auto 0;
  width: 300px;
}
.selector_bundle ul.bundle_right li {
  float: left;
}
.selector_bundle ul.bundle_right li.save {
  padding: 6px 14px 9px 13px;
  border-right: 1px dotted #bfca51;
}
.selector_bundle ul.bundle_right li.save,
.selector_bundle ul.bundle_right li.block {
  border-bottom: 1px dotted #bfca51;
  padding: 6px 14px 9px 13px;
}
.selector_bundle ul.bundle_right li.block {
  padding: 6px 0 9px 13px;
}
.selector_bundle ul.bundle_right li.block .amount {
  width: 61px;
}
.selector_bundle ul.bundle_right li.block p {
  padding-right: 8px;
}
.selector_bundle ul.bundle_right li h2 {
  float: left;
  max-width: 135px;
  font-size: 23px !important;
  line-height: 24px;
  margin-top: 22px !important;
  margin-bottom: 20px;
  font-family: 'FuturaStdBoldCondensed';
}
.selector_bundle ul.bundle_right p {
  float: left;
  width: 55px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.selector_bundle ul.bundle_right .amount {
  float: left;
  text-align: left;
  width: 45px;
  color: #000;
  font-size: 30px;
}
.selector_bundle ul.bundle_right .currency {
  font-size: 15px;
  font-weight: bold;
  padding-top: 3px;
  float: left;
}
.selector_bundle ul.bundle_right .number,
ul.bundlePrice .number {
  font-weight: bold;
}
.selector_bundle ul.bundle_right li.price {
  float: left;
  margin: 25px 0px 20px 15px;
  text-align: right;
}
.selector_bundle ul.bundle_right li.price div {
  float: right;
  font-size: 50px;
  font-weight: bold;
  color: #353535;
}
.selector_bundle ul.bundle_right li.price div.superscript {
  font-size: 25px;
  padding-top: 5px;
}
.selector_bundle ul.bundle_right li.price div.decimal {
  font-size: 30px;
  padding-top: 17px;
}
.selector_bundle ul.bundle_right li.counter {
  margin-bottom: 20px;
  position: relative;
}
.selector_bundle ul.bundle_right li.counter .field {
  width: 73px;
  float: left;
}
.selector_bundle ul.bundle_right li.counter .field label {
  font-size: 12px;
  font-weight: bold;
}
.selector_bundle ul.bundle_right li.counter .field .counterInput {
  width: 73px;
  height: 41px;
  background: url(/assets/images/mobile/bg/input.gif?v=21.3.0) no-repeat;
  margin-top: 5px;
}
.selector_bundle ul.bundle_right li.counter .field .counterInput input {
  width: 73px;
  height: 41px;
  font-size: 30px;
  font-weight: bold;
  color: #353535;
  text-align: center;
  border: none;
  background: none;
}
.selector_bundle ul.bundle_right li.counter .counterBtn {
  display: block;
  width: 59px;
  height: 50px;
  margin-top: 6px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 66px;
  padding: 5px 0 0 19px;
  line-height: 0.7em;
  float: left;
}
.selector_bundle ul.bundle_right li.counter .btnMinus {
  margin-left: 25px;
  background-position: -9px -132px;
}
.selector_bundle ul.bundle_right li.counter .btnMinus:hover {
  background-position: -87px -132px;
}
.selector_bundle ul.bundle_right li.counter .btnPlus {
  margin-left: 3px;
  background-position: -9px -203px;
}
.selector_bundle ul.bundle_right li.counter .btnPlus:hover {
  background-position: -87px -203px;
}
.selector_bundle ul.bundle_right li.counter .selectorBtn {
  display: block;
  width: 257px;
  height: 50px;
  margin-top: 6px;
  border: none;
  cursor: pointer;
  background: #d2232a;
  color: #fff;
  font-size: 23px;
  -webkit-appearance: none;
}
.ajax-anim {
  display: none;
  background: url(/assets/images/mobile/ajax-loader.gif?v=21.3.0) 0 0 no-repeat;
  height: 16px;
  left: 75px;
  position: absolute;
  top: 27px;
  width: 16px;
}
.selector_bundle ul.bundle_right li.counter .btnPlus-disabled,
.selector_bundle ul.bundle_right li.counter .btnPlus-disabled:hover {
  background-position: -165px -203px;
}
.selector_bundle ul.bundle_right li.counter .btnMinus-disabled,
.selector_bundle ul.bundle_right li.counter .btnMinus-disabled:hover {
  background-position: -164px -132px;
}
.selector_bundle ul.bundle_right li.counter .selectorBtn-disabled,
.selector_bundle ul.bundle_right li.counter .selectorBtn-disabled:hover {
  background-color: #dedede;
}
.bundles-mystery .selector_bundle .bundle_left li {
  float: left;
  padding-left: 20px;
  padding-right: 5px;
}
#content .bundles-mystery .selector_bundle .bundle_left li img {
  height: 184px;
}
.case {
  clear: both;
  border-top: 1px solid #aebd22;
  border-bottom: 1px dotted #aebd22;
  margin: 0 -20px;
  padding: 5px 20px;
  cursor: pointer;
  background: #f2f5db url(/assets/images/mobile/ico_bundles.png?v=21.3.0) no-repeat right 12px;
}
.case.open {
  background-position: right -123px;
}
.case h2 {
  border-bottom: 1px dotted #d9dfa0;
  padding-bottom: 5px;
}
.desc {
  background: #fafafa;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 15px -20px 0 -20px;
  padding: 10px 20px;
  display: none;
  box-shadow: inset 0 0 4px  #dedede;
  color: #353535;
  position: relative;
}
.desc:before {
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  width: 13px;
  height: 7px;
  left: 210px;
  background: url(/assets/images/mobile/arrow_desc.png?v=21.3.0) no-repeat top left;
}
.desc strong,
.desc li,
.desc ul,
.desc li span {
  display: inline-block;
  font-weight: bold;
}
.desc ul {
  border-left: 1px solid #dadada;
  margin: 10px 0;
}
.desc li {
  border-right: 1px solid #dadada;
  margin: 0 !important;
  padding: 0 10px !important;
}
.reviewWrapper > li > div:nth-child(3):before {
  left: 55px;
}
.reviewWrapper > li > div:nth-child(4):before {
  left: 105px;
}
.reviewWrapper > li > div:nth-child(5):before {
  left: 160px;
}
.reviewWrapper > li > div:nth-child(3) {
  display: block;
}
ul.reviewWrapper {
  margin-bottom: 30px;
  display: none;
  margin: 0 -20px;
  border-bottom: 1px solid #aebd22;
}
ul.reviewWrapper li {
  padding: 10px 20px 0 20px;
}
ul.reviewWrapper li p.bundleName {
  font-family: 'FuturaStdBoldCondensed';
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
ul.reviewWrapper li span.bundleName {
  font-family: 'FuturaStdBoldCondensed';
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
ul.reviewWrapper li.liBtn {
  text-align: center;
  padding: 20px 0;
  clear: both;
  min-height: 80px;
  line-height: 85px;
  border-top: 1px solid #d9d9d9;
  background: url(/assets/images/mobile/ico_addabundle.png?v=21.3.0) no-repeat 50% 50%;
}
ul.reviewWrapper li a.btnAddBundle {
  background: url(/assets/images/mobile/ico-add.gif?v=21.3.0) no-repeat;
  height: 17px;
  padding: 5px 0 5px 25px;
}
ul.wineBundles {
  width: 212px;
  padding: 12px 15px 0px 15px;
}
ul.wineBundles li {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 0px 5px;
  margin: 0px;
}
ul.wineBundles li .image img {
  height: 118px !important;
}
ul.tableBlock ul.bundleCase {
  padding: 27px 25px 27px 10px;
}
ul.bundleCase {
  display: inline-block;
  position: relative;
  float: left;
  width: 58px;
}
ul.bundleCaseNoFlybuys li.icoFlybuys,
ul.bundleCaseNoFlybuys li.number {
  color: #666666;
}
ul.bundleCase li {
  clear: both;
}
ul.bundleCase li.number {
  width: 26px;
  padding: 0 0px 0px 0px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
ul.bundleCase li.number span {
  display: inline;
  float: left;
  margin-top: 1px;
  text-align: center;
  width: 24px;
  margin-left: 4px;
}
ul.bundleCase li.number .extrapoint {
  font-size: 7px;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  text-align: center;
  margin-top: 5px;
}
ul.bundleCase li.script {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  position: absolute;
  top: -31px;
  left: 180px;
}
ul.bundleCase li.icoFlybuys {
  width: 11px;
  height: 32px;
  background: url(/assets/images/mobile/ico-flybuys.png?v=21.3.0) no-repeat 0 4px;
  font-size: 18px;
  padding: 5px 0px 5px 27px;
  color: #000;
  display: block;
  float: left;
}
ul.bundleCase li.inactive {
  background: url(/assets/images/mobile/ico-flybuys.png?v=21.3.0) 0 -30px no-repeat;
}
ul.bundlePrice {
  display: inline-block;
}
ul.bundlePrice li {
  display: inline-block;
  width: 99px;
  text-align: right;
}
ul.bundlePrice li.first-child {
  border-left: 1px dotted #d9dfa0;
  border-right: 1px dotted #d9dfa0;
  padding: 0px 5px 0px 5px;
}
ul.bundlePrice li p {
  font-size: 12px;
  font-weight: bold;
  color: #353535;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  display: inline-block;
}
ul.bundlePrice li p.price-amount {
  width: 55px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
ul.bundlePrice li.first-child p.price-amount {
  width: 50px;
}
ul.bundlePrice li p.price-amount sup {
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  position: relative;
}
ul#total-price {
  clear: both;
  padding: 30px 0px 5px 0px;
  margin-bottom: 30px;
}
ul#total-price li {
  font-size: 14px;
}
ul#total-price li#column01 {
  width: 485px;
}
ul#total-price li#column03 {
  width: 265px;
  float: right;
}
ul#total-price li#column03 ul.subtotal {
  width: 265px;
  text-align: right;
}
ul#total-price li#column03 ul.subtotal li {
  float: left;
  display: inline;
  font-weight: bold;
}
ul#total-price li#column03 ul.subtotal li.left-child {
  width: 170px;
}
ul#total-price li#column03 ul.subtotal li.right-child {
  float: right;
}
ul#total-price li#column03 ul.firstRow li.left-child {
  font-size: 14px;
}
ul#total-price li#column03 ul.firstRow li.left-child span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  margin: 10px 0;
}
ul#total-price li#column03 ul.firstRow li.right-child {
  font-size: 17px;
}
ul#total-price li#column03 ul.secondRow li.left-child {
  font-size: 20px;
}
ul#total-price li#column03 ul.secondRow li.right-child {
  font-size: 22px;
}
ul#reviewAction {
  padding: 40px 0;
  float: right;
}
ul#reviewAction li {
  display: inline;
}
ul#reviewAction li#changeOrderBtn {
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}
ul#reviewAction li#changeOrderBtn a {
  display: inline-block;
  margin-bottom: 20px;
}
ul#reviewAction a#continueBtn {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  background-image: none;
  font-size: 1.333em;
}
ul#reviewAction a#continueBtn:hover {
  background-position: -325px -502px;
}
#progressMeter {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #b9c032;
}
#icon_winedrop {
  background-image: url(/assets/images/mobile/b-new-winedrop.png?v=21.3.0);
  background-size: 142px 80px;
  float: left;
  width: 142px;
  height: 80px;
  margin-left: 18px;
}
#flybuys {
  position: absolute;
  top: -121px;
  right: 0;
  width: 113px;
  height: 159px;
  background-image: url(/assets/images/mobile/flybuys-b.png?v=21.3.0);
  background-size: 113px 159px;
}
#order-success {
  padding: 0 !important;
  font-size: 1.2em;
}
#order-success p.subHeader {
  font-weight: bold;
  margin: 0;
  padding: 0px 0px 15px 0px;
}
#order-success p.tellFriends {
  margin: 0;
  padding: 0;
}
#order-success ul#tellFriendsBtn {
  float: left;
  padding: 15px 0px;
}
#order-success ul#tellFriendsBtn li {
  float: left;
  display: block;
  height: 40px;
  width: 90px;
}
#order-success ul#tellFriendsBtn li a {
  display: block;
  /*
   width: 31px;
   height: 31px;*/
  /*background: url(../images/ico-tellFriends.png?v=21.3.0) no-repeat;*/
}
#order-success ul#tellFriendsBtn li a#tellFriends-fb {
  padding-right: 8px;
}
#order-success ul#tellFriendsBtn li a#tellFriends-tw {
  background-position: -39px 0px;
}
a.btnContinue {
  clear: both;
  display: block;
  width: 238px;
  height: 55px;
  background-position: 0px -429px;
}
a.btnContinue:hover {
  background-position: -238px -429px;
}
ul.steps {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-top: 12px;
  width: 65px;
  height: 70px;
  float: left;
}
ul.steps li {
  color: #6c7111;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}
ul.steps li a:hover {
  text-decoration: none;
}
ul.steps li.active a,
ul.steps li.active {
  color: #fff;
  font-weight: bold;
}
.buttons {
  background: url(/assets/images/mobile/buttons.png?v=21.3.0) no-repeat scroll 0 0 transparent;
}
/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #header .headerLogo {
    background-image: url(/assets/images/logos/logo-1st-choice-liquor-header-NEW.png?v=21.3.0);
    background-size: 56px 56px;
  }
  ul#mainWrapper li a.btnStart,
  ul#faq li a.btnStart {
    background-image: url(/assets/images/mobile/btn_start-case-b.gif?v=21.3.0);
    background-size: 270px 56px;
    background-position: 0 0;
  }
  ul#mainWrapper li a.btnStart:hover,
  ul#faq li a.btnStart:hover {
    background-position: 0 0;
  }
  #selectorWrapper a.submit_active {
    background-image: url(/assets/images/mobile/ico_active-arrow-b.png?v=21.3.0);
    background-size: 9px 6px;
  }
  ul#mainWrapper li#block02 #img02 {
    background-image: url(/assets/images/mobile/imes/wineplanner02-b.png?v=21.3.0);
    background-size: 279px 93px;
  }
  ul#mainWrapper li#block03 p {
    background-image: url(/assets/images/mobile/wineplanner03-b.png?v=21.3.0);
    background-size: 82px auto;
  }
  ul#mainWrapper li#block03 p.feature-sec {
    background-position: 0 -98px;
  }
  ul#mainWrapper li#block03 p.feature-third {
    background-position: 0 -208px;
  }
  ul#features li {
    background-image: url(/assets/images/mobile/icn_features-b.png?v=21.3.0);
    background-size: 76px auto;
  }
  ul#features li#icn01 {
    background-position: 0 0;
  }
  ul#features li#icn02 {
    background-position: 0 -356px;
  }
  ul#features li#icn03 {
    background-position: 0 -692px;
  }
  ul#features li#icn04 {
    background-position: 0 -182px;
  }
  ul#features li#icn05 {
    background-position: 0 -530px;
  }
  ul#features li#icn06 {
    background-position: 0 -840px;
  }
  #selector h1 {
    background-image: url(/assets/images/mobile/ico_wineglass-b.png?v=21.3.0);
    background-size: 20px auto;
    background-position: 0 7px;
  }
  #selector ul#col02 h1 {
    background-position: 0 -33px;
  }
  #selector ul#col03 h1#sparkling {
    background-position: 0 -75px;
  }
  #selector ul#col03 h1#mystery {
    background-position: 0 -120px;
  }
  #selector ul li.second-child,
  #selector ul li.first-child {
    background-image: url(/assets/images/mobile/ico_expand-b.png?v=21.3.0);
    background-size: 13px auto;
    background-position: 95% -24px;
  }
  #selector label.label_check {
    background-image: url(/assets/images/mobile/ico_tickboxes-b.png?v=21.3.0);
    background-size: 26px auto;
  }
  #selector label.c_on {
    background-position: 0 -52px;
  }
  #selector .counter {
    background-image: url(/assets/images/mobile/ico_counter-b.png?v=21.3.0);
    background-size: 27px 27px;
    padding: 6px 0 0 8px;
    height: 29px;
    width: 28px;
    background-position: 0px 2px;
    top: 7px;
  }
  #selector_bar ul li.icoFlybuys,
  ul.bundleCase li.icoFlybuys,
  ul.bundleCase li.inactive {
    background-image: url(/assets/images/mobile/ico-flybuys-b.png?v=21.3.0);
    background-size: 26px 36px;
    background-position: 6px 9px;
  }
  #selector_bar ul li.icoFlybuys {
    padding-bottom: 15px;
  }
  ul.bundleCase li.icoFlybuys {
    background-size: 26px 36px;
    background-position: 0 2px;
  }
  ul.bundleCase li.inactive {
    background-image: url(/assets/images/mobile/ico-flybuys-b-inactive.png?v=21.3.0);
    background-size: 26px 36px;
    background-position: 0 2px;
  }
  ul.bundleCase li.icoFlybuys {
    background-size: 18px 25px;
    background-position: 0 0;
  }
  .selector_bundle ul.bundle_left li .similar {
    background-image: url(/assets/images/mobile/bg_likethis-b.png?v=21.3.0);
    background-size: 280px 52px;
  }
  .bundles h2 a,
  .case {
    background-image: url(/assets/images/mobile/ico_bundles-b.png?v=21.3.0);
    background-size: 23px auto;
  }
  .bundles h2 a.active {
    background-position: right -123px;
  }
  .case.open {
    background-position: right -126px;
  }
  #selectorBar-wrapper2:after,
  .selector_bar-wrapper:after {
    background-image: url(/assets/images/mobile/bg_selector_bar-wrapper-b.png?v=21.3.0);
    background-size: 48px 16px;
  }
  #order-success ul#tellFriendsBtn li a {
    background-image: url(/assets/images/mobile/ico-tellFriends-b.png?v=21.3.0);
    background-size: 48px 16px;
  }
  #order-success .icoFlybuys {
    background-image: url(/assets/images/mobile/ico-flybuys-thankyou-b.png?v=21.3.0);
    background-size: 109px 148px;
  }
}
/*
LEGACY:
Uncomment lecagy styles you need.
Then override any legacy styles at the end of legacy.less
*/
@font-face {
  font-family: 'Futura Std Medium';
  src: url(/Assets/fonts/FuturaStd/FuturaStd-Medium.eot?v=21.3.0);
  src: url('/Assets/fonts/FuturaStd/FuturaStd-Medium.eot?') format('embedded-opentype'), url(/Assets/fonts/FuturaStd/FuturaStd-Medium.woff?v=21.3.0) format('woff'), url(/Assets/fonts/FuturaStd/FuturaStd-Medium.ttf?v=21.3.0) format('truetype'), url(/Assets/fonts/FuturaStd/FuturaStd-Medium.svg#Futura Std Medium?v=21.3.0) format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Std Heavy';
  src: url(/Assets/fonts/FuturaStd/FuturaStd-Heavy.eot?v=21.3.0);
  src: url('/Assets/fonts/FuturaStd/FuturaStd-Heavy.eot?') format('embedded-opentype'), url(/Assets/fonts/FuturaStd/FuturaStd-Heavy.woff?v=21.3.0) format('woff'), url(/Assets/s/fonts/FuturaStd/FuturaStd-Heavy.ttf?v=21.3.0) format('truetype'), url(/Assets/fonts/FuturaStd/FuturaStd-Heavy.svg#Futura Std Heavy?v=21.3.0) format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Std Medium Oblique';
  src: url(/Assets/fonts/FuturaStd/FuturaStd-MediumOblique.eot?v=21.3.0);
  src: url('/Assets/fonts/FuturaStd/FuturaStd-MediumOblique.eot?') format('embedded-opentype'), url(/assets/fonts/FuturaStd/FuturaStd-MediumOblique.woff?v=21.3.0) format('woff'), url(/assets/fonts/FuturaStd/FuturaStd-MediumOblique.ttf?v=21.3.0) format('truetype'), url(/Assets/fonts/FuturaStd/FuturaStd-MediumOblique.svg#Futura Std Medium Oblique?v=21.3.0) format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Std Bold Oblique';
  src: url(/Assets/fonts/FuturaStd/FuturaStd/FuturaStd-BoldOblique.eot?v=21.3.0);
  src: url('/Assets/fonts/FuturaStd/FuturaStd/FuturaStd-BoldOblique.eot?') format('embedded-opentype'), url(/assets/fonts/FuturaStd/FuturaStd-BoldOblique.woff?v=21.3.0) format('woff'), url(/assets/fonts/FuturaStd/FuturaStd-BoldOblique.ttf?v=21.3.0) format('truetype'), url(/assets/fonts/FuturaStd/FuturaStd-BoldOblique.svg#Futura Std Bold Oblique?v=21.3.0) format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Std Condensed ExtBd';
  src: url(/Assets/fonts/FuturaStd/FuturaStd/FuturaStd-CondensedExtraBd.eot?v=21.3.0);
  src: url('/Assets/fonts/FuturaStd/FuturaStd/FuturaStd-CondensedExtraBd.eot?') format('embedded-opentype'), url(/assets/fonts/FuturaStd/FuturaStd-CondensedExtraBd.woff?v=21.3.0) format('woff'), url(/assets/fonts/FuturaStd/FuturaStd-CondensedExtraBd.ttf?v=21.3.0) format('truetype'), url(/assets/fonts/FuturaStd/FuturaStd-CondensedExtraBd.svg#Futura Std Condensed ExtBd?v=21.3.0) format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'FuturaStdBoldCondensed';
  src: url(/Assets/fonts/FuturaStd/FuturaStd-CondensedBd.eot?v=21.3.0);
  src: url('/Assets/fonts/FuturaStd/FuturaStd-CondensedBdt.eot?') format('embedded-opentype'), url(/Assets/fonts/FuturaStd/FuturaStd-CondensedBd.woff?v=21.3.0) format('woff'), url(/Assets/fonts/FuturaStd/FuturaStd-CondensedBd.ttf?v=21.3.0) format('truetype'), url(/Assets/fonts/FuturaStd/FuturaStd-CondensedBdt.svg#FuturaStdBoldCondensed?v=21.3.0) format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'FuturaBoldBT';
  src: url(/Assets/fonts/FuturaStd/FuturaStd-Bold.eot?v=21.3.0);
  src: url('/Assets/fonts/FuturaStd/fonts/FuturaStd-Bold.eot?') format('embedded-opentype'), url(/Assets/fonts/FuturaStd/FuturaStd-Bold.woff?v=21.3.0) format('woff'), url(/Assets/fonts/FuturaStd/FuturaStd-Bold.ttf?v=21.3.0) format('truetype'), url(/Asset/fonts/FuturaStd/FuturaStd-Bold.svg#FuturaBoldBT?v=21.3.0) format('svg');
  font-weight: bold;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
}
.main a {
  color: #D2232A;
}
/**********************************************  HEADER  **********************************************/
/************ Header Search ************/
/************ Header Search - Autocomplete ************/
.searchac .autocomplete {
  font-size: 1.167em;
  margin-top: 10px;
}
#footer {
  color: #fff;
  background: #d2232a;
}
#footer ul li a {
  color: #fff;
  padding-right: 5px;
}
#footer ul li {
  padding-right: 5px;
}
#header .shoppingCart span {
  color: #D6DAF3;
}
/********************************************  STAR SETS  *********************************************/
.starSet {
  float: left;
  height: 12px;
  width: 62px;
  background: url(/assets/images/icons/ico-stars.png?v=21.3.0);
  text-indent: -9999em;
}
.starSet.stars5 {
  background-position: 0 0;
}
.starSet.stars4 {
  background-position: 0 -12px;
}
.starSet.stars3 {
  background-position: 0 -24px;
}
.starSet.stars2 {
  background-position: 0 -36px;
}
.starSet.stars1 {
  background-position: 0 -48px;
}
.starSet.stars0 {
  background-position: 0 -60px;
}
.starSetActive {
  float: left;
  padding: 0 1px;
  height: 12px;
  width: 60px;
  text-indent: -9999em;
}
.starSetActive ol {
  background: url(/assets/images/icons/ico-stars.png?v=21.3.0);
  height: 12px;
  width: 60px;
}
.starSetActive ol.stars5,
body .starSetActive ol.stars5Hover {
  background-position: 0 0;
}
.starSetActive ol.stars4,
body .starSetActive ol.stars4Hover {
  background-position: 0 -12px;
}
.starSetActive ol.stars3,
body .starSetActive ol.stars3Hover {
  background-position: 0 -24px;
}
.starSetActive ol.stars2,
body .starSetActive ol.stars2Hover {
  background-position: 0 -36px;
}
.starSetActive ol.stars1,
body .starSetActive ol.stars1Hover {
  background-position: 0 -48px;
}
.starSetActive ol.stars0,
body .starSetActive ol.stars0Hover {
  background-position: 0 -60px;
}
.starSetActive li {
  float: left;
}
.starSetActive a {
  display: block;
  width: 12px;
  height: 12px;
}
.productList .rating .reviews {
  padding: 2px 0;
}
.productDetails .valueContainer .line1 .currency {
  font-weight: bold;
  vertical-align: baseline;
  font-size: 0.7em;
  height: 0;
  line-height: 1;
  position: relative;
  bottom: 0.5ex;
}
/************* Product List *****************/
.category-page-type #content h1 small {
  display: block;
}
.cartLimits {
  display: block;
  font-weight: bold;
  font-family: 'Arial', Helvetica, sans-serif;
  color: #FF0000;
}
/****************************************** BUTTONS **********************************************/
/************* Product Details *****************/
.product-page-type h1.titleRed {
  color: #D2232A;
}
/******************************************  ACCOUNT PAGE  *******************************************/
.main .tabNavigation {
  border-bottom: 1px solid #d8d8d8;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
.main .tabNavigation li {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1em;
}
.tabNavigation li a {
  display: block;
  padding: 13px 30px;
  color: #fff;
  background: #d2232a;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}
.tabNavigation li a:hover {
  text-decoration: none;
}
.tabNavigation li a.selected {
  background: #fff;
  color: #353535;
  padding: 12px 30px 13px;
  border: 1px solid #d8d8d8;
  border-bottom-color: #fff;
  position: static;
}
.ie7 .tabNavigation li a.selected {
  border-top: 2px solid #d8d8d8;
  margin-top: -1px;
  overflow: hidden;
}
/******************************************  CART CONTROLS  *******************************************/
.actions .btnAddToCart {
  background: #d2232a;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  float: left;
  margin-left: 10px;
  font-size: 1.1666em;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  width: 97px;
  -webkit-appearance: none;
}
.actions .btnAddToCart:hover {
  background-color: #f11921;
}
/******************************************  STORE FINDER  *******************************************/
.storeList li .marker {
  background-image: url(/assets/images/mobile/ico-map-marker-b.png?v=21.3.0);
  background-size: 25px;
  width: 24px;
  padding-top: 7px;
}
.StateMapContainer .showOnMobileOnly {
  background: url(/assets/images/content/stores-map-sprite.png?v=21.3.0) no-repeat 0 0;
  background-size: 280px;
  height: 260px;
}
/******************************************  REGISTER FORM  *******************************************/
.checkoutForm.register-form hr {
  border-bottom: 1px solid #d8d8d8;
  border-top: none;
}
.checkoutForm.register-form .ttl {
  margin: 15px 0 10px;
  font-weight: bold;
}
.checkoutForm.register-form #body_2_BillingAddressControl_txtState {
  width: 70px;
}
.checkoutForm.register-form #body_2_BillingAddressControl_rfvTxtState {
  margin: 8px 0 0 -5px;
}
.checkoutForm label,
.checkoutForm span.label,
.simple-form label {
  font-weight: normal;
}
.checkoutForm p,
.checkoutForm p {
  font-weight: normal;
}
/******************************************  CHECKOUT  *******************************************/
#full-shopping-cart .btnLg {
  font-size: 14px;
}
#full-shopping-cart .btnXLg,
#divCheckoutWebPart .btnXLg {
  font-size: 16px;
}
.shoppingCartTable .addOns .expander,
.shoppingCartTable .addOns .expanded .expander {
  background-position: 98% -92px;
}
.shoppingCartTable .addOns .promoCode .addOnContent {
  margin-left: 0;
}
.shoppingCartTable .addOns .addOnContent label,
.shoppingCartTable .addOns .addOnContent span {
  display: block;
  clear: both;
}
.shoppingCartTable .addOns .expanded .addOnContent {
  width: 100%;
}
.checkout-page-type .inlineInputRegionState .error {
  margin: -27px -19px 0 0;
  float: right;
}
.shoppingCartTable .addOns .expander {
  padding: 8px 23px 9px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  background: #353535 url(/assets/images/ico-arrows.png?v=21.3.0) no-repeat 98% -92px;
}
.shoppingCartTable .addOns .expander:hover {
  background-color: #818181;
}
/******************************************  ICONS  *******************************************/
.fullImg .type_clearance {
  background-position: -100px 0;
  width: 59px;
  height: 54px;
  top: 0;
  left: 13%;
}
.isBundle .fullImg .type_clearance {
  left: 13%;
}
.productList .thumb .type_clearance {
  /*Listing*/
  background-position: -100px 0;
  width: 48px;
  height: 47px;
  top: -10px;
  left: -15px;
  bottom: auto;
  right: auto;
}
.homeListType2 .type_clearance {
  /* Home2: Left Small */
  top: auto;
  left: auto;
  bottom: 0;
  right: -10px;
  background-size: 100px;
  width: 40px;
  height: 37px;
}
/************************************  404 PRODUCT NOT FOUND  **************************************/
/**************  No Product Found  ***************/
#productNotFoundWrapper {
  padding: 10px 15px 15px;
}
#productNotFoundWrapper .productNotFound {
  background: url(/assets/Brand_1C/MobileOnly/images/ico_prod-not-found_x2.png?v=21.3.0) no-repeat left 0;
  background-size: 47px;
  padding-left: 55px;
  min-height: 47px;
  _height: 47px;
}
#productNotFoundWrapper .productNotFound_Title {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Arial', Helvetica, sans-serif;
  margin: 5px 0;
}
/******************************************  Slideshow  *******************************************/
.homeSlider {
  overflow: hidden;
  position: relative;
  margin: 10px 0 0 0;
  height: 283px;
}
.homeSlider .sliderViewport {
  width: 960px;
  height: 256px;
  position: relative;
  z-index: 1;
  margin: 0 auto 17px auto;
  overflow: hidden;
}
.homeSlider .sliderViewport div {
  overflow: visible ! important;
}
.homeSlider .sliderViewport li {
  float: left;
  width: 632px;
  height: 256px;
  padding: 0 0 0 0;
}
.homeSlider .sliderViewport a {
  display: block;
}
.homeSlider .sliderViewport a.bannerImgLeft {
  float: left;
}
.homeSlider .sliderViewport a.bannerImgRight {
  float: right;
}
.homeSlider .sliderControls {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
}
.homeSlider .sliderControls a {
  display: block;
  width: 10px;
  height: 10px;
  background: url(/assets/images/icons/ico-small.png?v=21.3.0) left -801px;
  text-indent: -9999em;
  float: left;
  margin: 0 5px 0 0;
}
.homeSlider .sliderControls a.activeSlide {
  background-position: left -901px;
}
/******************************************  SPECIAL TAGS  *******************************************/
.fullImg .type0,
.homeListType2 .type0,
.main .productList .thumb .type0,
.homePromoContainer .type0,
.bundleSingle .type0 {
  background-image: url(/assets/images/mobile/1c/specialtags/ico-product-special-lowRes.png?v=21.3.0);
}
.fullImg .type1,
.homeListType2 .type,
.main .productList .thumb .type1,
.homePromoContainer .type1,
.bundleSingle .type1 {
  background-image: url(/assets/images/mobile/1c/specialtags/ico-product-bonus-lowRes.png?v=21.3.0);
}
.fullImg .type2,
.homeListType2 .type2,
.main .productList .thumb .type2,
.homePromoContainer .type2,
.bundleSingle .type2 {
  background-image: url(/asset/images/mobile/1c/specialtags/ico-product-award-lowRes.png?v=21.3.0);
}
.fullImg .type3,
.homeListType2 .type3,
.main .productList .thumb .type3,
.homePromoContainer .type3,
.bundleSingle .type3 {
  background-image: url(/assets/images/mobile/1c/specialtags/ico-product-panel-pick-lowRes.png?v=21.3.0);
}
.fullImg .type_clearance,
.main .productList .thumb .type_clearance,
.homeListType2 .type_clearance,
.homePromoContainer .type_clearance,
.bundleSingle .type_clearance {
  background-image: url(/assets/images/mobile/1c/specialtags/ico-product-reduced-lowRes.png?v=21.3.0);
}
.main .productList .thumb .type0,
.fullImg .type0,
.homeListType2 .type0,
.homePromoContainer .type0,
.bundleSingle .type0,
.main .productList .thumb .type1,
.fullImg .type1,
.homeListType2 .type1,
.homePromoContainer .type1,
.bundleSingle .type1,
.main .productList .thumb .type2,
.fullImg .type2,
.homeListType2 .type2,
.homePromoContainer .type2,
.bundleSingle .type2,
.main .productList .thumb .type3,
.fullImg .type3,
.homeListType2 .type3,
.homePromoContainer .type3,
.bundleSingle .type3,
.fullImg .type_clearance,
.main .productList .thumb .type_clearance,
.homeListType2 .type_clearance,
.homePromoContainer .type_clearance,
.bundleSingle .type_clearance {
  background-size: 30px 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -999em;
  font-size: 0;
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 18px;
  left: -13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .main .productList .thumb .type0,
  .homeListType2 .type0,
  .fullImg .type0,
  .homePromoContainer .type0,
  .bundleSingle .type0 {
    background-image: url(/assets/images/mobile/1c/specialtags/ico-product-special-highRes.png?v=21.3.0) !important;
  }
  .main .productList .thumb .type1,
  .homeListType2 .type1,
  .fullImg .type1,
  .homePromoContainer .type1,
  .bundleSingle .type1 {
    background-image: url(/assets/images/mobile/1c/specialtags/ico-product-bonus-highRes.png?v=21.3.0) !important;
  }
  .main .productList .thumb .type2,
  .homeListType2 .type2,
  .fullImg .type2,
  .homePromoContainer .type2,
  .bundleSingle .type2 {
    background-image: url(/assets/images/mobile/1c/specialtags/ico-product-award-highRes.png?v=21.3.0) !important;
  }
  .main .productList .thumb .type3,
  .homeListType2 .type3,
  .fullImg .type3,
  .homePromoContainer .type3,
  .bundleSingle .type3 {
    background-image: url(/assets/images/mobile/1c/specialtags/ico-product-panel-pick-highRes.png?v=21.3.0) !important;
  }
  .fullImg .type_clearance,
  .main .productList .thumb .type_clearance,
  .homeListType2 .type_clearance,
  .homePromoContainer .type_clearance,
  .bundleSingle .type_clearance {
    background-image: url(/assets/images/mobile/1c/specialtags/ico-product-reduced-highRes.png?v=21.3.0) !important;
  }
  .main .productList .thumb .type0,
  .homeListType2 .type0,
  .fullImg .type0,
  .homePromoContainer .type0,
  .bundleSingle .type0,
  .main .productList .thumb .type1,
  .homeListType2 .type1,
  .fullImg .type1,
  .homePromoContainer .type1,
  .bundleSingle .type1,
  .main .productList .thumb .type2,
  .homeListType2 .type2,
  .fullImg .type2,
  .homePromoContainer .type2,
  .bundleSingle .type2,
  .main .productList .thumb .type3,
  .homeListType2 .type3,
  .fullImg .type3,
  .homePromoContainer .type3,
  .bundleSingle .type3,
  .fullImg .type_clearance,
  .main .productList .thumb .type_clearance,
  .homeListType2 .type_clearance,
  .homePromoContainer .type_clearance,
  .bundleSingle .type_clearance {
    -webkit-background-size: 40px auto;
    width: 40px;
    height: 50px;
  }
}
/* mobile refine */
#activefilters a {
  background-image: url(/Assets/images/mobile/1c/sprite_mobile-refine_x2.png?v=21.3.0);
  background-repeat: no-repeat;
  background-size: 35px;
}
#refinebutton {
  background-color: #d2232a;
  background-position: right -37px;
}
#refinebutton.open {
  background-position: right 13px;
}
#activefilters a {
  background-position: 10px -240px;
}
#activefilters a:hover {
  color: #d2232a;
}
#filterselector > div {
  background-position: right -82px;
}
#filterselector > div:hover {
  background-position: right -132px;
  background-color: #d2232a;
  color: #fff;
}
/******************************************  HOME PROMOTIONS  *******************************************/
.home-page-type .homePromoContainer h1 {
  color: #d2232a;
  font-size: 1.25em;
  border-bottom: 2px solid #d2232a;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.home-page-type .homePromoContainer .btn.viewMoreBtn {
  color: #333;
  font-size: 1em;
}
.home-page-type .homePromoContainer .btn.viewMoreBtn:hover {
  color: #333;
}
/* END OF CSS */
#checkout-spinner {
  zoom: 0.5;
}
/* View Cart Page */
.txtdeliverycalculatorpostcode {
  float: left;
  margin-left: 5px;
  margin-top: 0px !important;
  padding: 7px;
  width: 85px !important;
  height: 30px !important;
}
.deliverybutton-btn {
  float: left !important;
  margin-left: 5px !important;
  margin-top: 0px !important;
}
.shoppingCartTable .deliveryestimateRow td {
  font-size: .875em;
  border: 0;
  margin-top: 0!important;
}
.shoppingCartTable .deliveryestimateRow.toprow td {
  padding-top: 20px !important;
  border-top: 1px solid silver;
}
.shoppingCartTable .deliveryestimateRow.bottomrow td {
  padding-bottom: 20px!important;
  border-bottom: 1px solid silver;
  padding-top: 0px;
}
.continueshoppinglink {
  font-weight: bold !important;
  text-decoration: underline;
}
.scrolldelivery {
  color: white;
}
.deliverycalculatorerror {
  color: Red;
  padding-top: 10px;
  clear: both;
}
.deliverycalculatorControls {
  float: left;
  margin-bottom: 10px;
}
.deliveryCalculatorresult {
  text-align: right;
}
.deliveryCalculatorresult .priceCol.feetitle {
  float: right;
  margin-right: 5%;
}
.disableCheckoutbutton {
  background: silver !important;
  cursor: not-allowed !important;
}
/* Your details Page */
.LoginOptions {
  margin-top: -20px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.LoginOptions .field-left {
  margin-top: 10px;
}
.LoginOptions td {
  padding-top: 10px;
}
.LoginOptions input {
  margin-right: 10px;
}
.chkBoxRow {
  float: left !important;
  margin-right: 7px !important;
}
.chkBoxRow.logincheckbox {
  width: 120px !important;
  margin-right: 0px !important;
}
.forgotpasswordlink {
  font-size: 11px;
  text-decoration: underline;
  margin-bottom: 10px;
  float: left;
  margin-top: 10px;
  margin-right: 7px !important;
}
.loginButton {
  float: left;
}
.field-left {
  min-width: 150px;
}
.registration-part {
  float: left;
  width: 100%;
}
.logincontent {
  margin-left: 20px;
}
.logincontent td {
  padding-top: 10px;
  padding-bottom: 15px;
}
.notselected {
  display: none;
}
.login-part {
  border: 0px;
}
.silvertitle {
  width: 100%;
  background-color: silver;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.logininfo {
  font-size: 0PX;
  color: WHITE;
}
.bottomsummarytext {
  padding-right: 10px;
  text-align: right;
}
.deliverypageButtonSet,
.deliverypageButtonSet input[type=submit] {
  float: right !important;
}
.deliverypageButtonSet .totalRow {
  font-size: 1.4em;
}
.dtt {
  margin: 5px 0 10px;
  font-weight: bold;
}
.AddNewdeliveryAddresslink {
  background: white;
  border: 0px;
  color: #d2232a;
  font-weight: bold;
  font-size: .875em;
  padding-top: 4px;
}
.AddNewdeliveryAddresslink:hover {
  text-decoration: underline;
}
.floatleft {
  float: left;
  margin-right: 10px;
}
.checkout-delivery-details {
  margin-top: 20px;
  clear: Both;
}
.checkoutLoginErrors {
  font-size: 12px;
  margin-top: 15px;
  color: #d2232a;
  font-weight: bold;
}
.emptycartlink,
.TClink {
  font-size: 12px !important;
}
.italic {
  font-style: italic !important;
}
.ddDeliveryAddresses {
  width: 300px;
  margin-bottom: 10px;
}
.Coles_PopupWindow input[type="button"] {
  margin-bottom: 10px;
}
.fontadjust12.limitesStockError {
  font-size: 12px;
  color: #d2232a;
}
/* Click & Collect elements */
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
/* Products not available */
.cnc-not-available .control-label {
  display: none;
}
.cnc-not-available .is-highlighted {
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 10px;
}
.cnc-not-available .btn {
  margin-bottom: 20px;
  border-radius: 0;
  font-size: 16px;
  text-transform: none;
  width: 100%;
}
.cnc-not-available .pad-l {
  padding-left: 20px;
  padding-right: 20px;
}
/* Product listing and store selector */
.main table.prod-list {
  margin: 0;
  padding: 0;
  border: none;
}
.main table.prod-list td {
  vertical-align: bottom;
  padding-bottom: 15px;
}
.main table.prod-list img {
  display: block;
  margin: 0 5px 0 0 !important;
  height: 55px !important;
}
.main table.prod-list .prod-name {
  font-size: 14px;
  font-weight: bold;
  padding-left: 16px;
  margin-bottom: 2px;
}
.main .cnc-pickup-input .control-label {
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
.main .cnc-pickup {
  margin-bottom: 1em;
}
.main .cnc-pickup:before,
.main .cnc-pickup:after {
  content: " ";
  display: table;
}
.main .cnc-pickup:after {
  clear: both;
}
.main .cnc-pickup strong span {
  color: #ff0000;
}
.main .cnc-pickup .btn-choose {
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  text-transform: none;
}
.main .cnc-pickup .storeList {
  margin-top: 10px;
}
.main .cnc-pickup .storeList li {
  padding: 0 110px 0 0 !important;
  border: none;
  float: left;
  clear: left;
  position: relative;
}
.main .cnc-pickup .storeList li .marker {
  height: 60px;
}
.main .cnc-pickup .storeList li .btn {
  position: absolute;
  right: 0;
  top: 10px;
}
.main .cnc-pickup .storeList address {
  margin-bottom: 5px;
}
.is-highlighted {
  color: #ff0000;
  font-weight: bold;
}
/* Store selector input */
.cnc-pickup-input #gMap {
  margin-top: 9px;
  height: 150px;
}
.cnc-pickup-input .control-label {
  color: #ef0909;
}
.ConfirmationPage h1 {
  margin-bottom: 0.5em;
  font-family: 'Futura Std Heavy', Arial, Helvetica, sans-serif;
}
/* Thank you page */
.row-delivery-type h2,
.row-further-info h2 {
  margin-bottom: 8px;
}
/* Component - Store Selector */
.c-cnc-store-selector-suggestion .autocomplete {
  padding-top: 0;
  border: none;
  margin-top: 13px;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.4);
}
.c-cnc-store-selector-suggestion .autocomplete:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: 6px;
  right: 50px;
}
.c-cnc-store-selector-suggestion .autocomplete > div {
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: FuturaStdBoldCondensed, 'Arial Narrow', Helvetica, sans-serif;
}
.c-cnc-store-selector-suggestion .autocomplete > div strong {
  color: #d2232a;
}
.c-cnc-store-selector-suggestion .autocomplete > div.selected {
  background: #e9e9e9;
}
.c-cnc-store-selector-suggestion .autocomplete > div:hover {
  cursor: pointer;
}
.c-cnc-store-selector-suggestion .autocomplete > div:last-child {
  display: none;
}
.c-cnc-store-selector-suggestions-container {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  color: #000;
  width: 320px;
  right: -20px;
  top: 43px;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.4);
  padding: 15px;
}
.autocomplete-alt-position .autocomplete:before {
  display: none;
}
.autocomplete-alt-position .autocomplete-w1 {
  position: relative;
}
.c-cnc-store-selector-suggestions-list {
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}
.c-cnc-store-selector-suggestion-item {
  padding: 15px 0 15px 5px !important;
  border-bottom: 1px solid rgba(210, 35, 42, 0.2);
  list-style: none !important;
  float: none !important;
  border-left: none !important;
  border-right: none !important;
  width: auto !important;
  overflow: auto !important;
}
.c-cnc-store-selector-suggestion-item:last-child {
  border-bottom: none !important;
}
.setYourStore-modal {
  background: #f2f2f2;
}
.setYourStore-modal .search-content,
.setYourStore-modal .tab-content {
  padding: 20px;
}
.setYourStore-modal .tab-content {
  background: white;
}
body,
html {
  height: 100%;
}
#fancybox-content {
  width: 100%!important;
  height: 100%!important;
  overflow: auto!important;
}
#fancybox-wrap {
  padding: 0%!important;
  left: 0%!important;
  min-width: 100%!important;
  top: 0!important;
  height: 100%!important;
  overflow: hidden!important;
  position: fixed!important;
}
.cnc-modal-input-container {
  position: relative;
}
.cnc-modal-input-container input {
  margin: 10px 0;
}
.cnc-modal-input-container .icon {
  position: absolute;
  right: 20px;
  top: 3px;
  font-size: 20px;
}
.mobile-device .btn.u-selected[disabled] {
  background-color: #eee;
  color: #222;
  background-image: none;
  border: none;
}
.mobile-device .btn.btn-new.btn-primary {
  background-color: #0068a1;
}
.mobile-device .btn.btn-new.btn-primary:hover,
.mobile-device .btn.btn-new.btn-primary:focus {
  background-color: #131738;
  background-image: none;
  border: none;
}
.mobile-device .btn.btn-new {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 1.3rem;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  text-transform: uppercase;
  text-decoration: none;
  height: auto;
  font-family: 'Futura Std Heavy', Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
.mdo-modal-search-result .autocomplete {
  width: 91%;
}
.list-view-locations p {
  margin: 0;
}
.overflow {
  height: 100%;
  overflow: hidden;
}
.cnc-modal-parent-container {
  position: relative;
}
.cnc-modal-parent-container .cnc-modal-search-result {
  position: absolute;
  left: 0!important;
  top: 62px!important;
}
.cnc-modal-search-result * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cnc-modal-search-result .autocomplete {
  padding-top: 0;
  margin-top: 1px;
  border: 1px solid #b7b7b7;
}
.cnc-modal-search-result .autocomplete > div {
  padding: 12px 15px;
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.cnc-modal-search-result .autocomplete > div strong {
  font-weight: bold;
  color: #d2232a;
}
.cnc-modal-search-result .autocomplete > div.selected {
  background: #e9e9e9;
}
.cnc-modal-search-result .autocomplete > div:hover {
  cursor: pointer;
}
.cnc-modal-search-result .autocomplete > div:last-child {
  display: none;
}
.cnc-modal-parent-container {
  position: relative;
}
.cnc-modal-parent-container .cnc-modal-search-result {
  position: absolute;
  left: 0!important;
  top: 35px!important;
}
#fancybox-content > div {
  height: 100%!important;
  overflow-y: scroll!important;
}
.c-cnc-product-availability li {
  display: inline-block;
  vertical-align: top;
}
.setYourStore-modal h2 {
  padding: 20px;
}
.flyOut-container .infoWindow {
  padding: 0!important;
}
.flyOut-container p {
  margin: 0;
  line-height: 1.5;
}
.flyOut-container .c-store-info {
  max-width: 100%;
}
.setYourStore-modal .responsive-map {
  margin: 0;
  padding-top: 0;
}
.setYourStore-modal #mapresults {
  padding: 0;
}
.u-cnc-product-availability .c-cnc-product-availability .icon {
  font-size: 21px;
}
.setYourStore-modal #listresults .storeList > div {
  padding-left: 10px;
}
.setYourStore-modal .tab-content .table > div > div {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 90%;
  padding-left: 37px;
}
.setYourStore-modal #listresults .table > div > div {
  padding-left: 37px;
}
.setYourStore-modal .tab-content .table > div {
  position: relative;
}
.setYourStore-modal #listresults .table > div > .last {
  position: absolute;
  right: 0;
  text-align: right;
  top: 30px;
  width: auto;
}
.setYourStore-modal #listresults .table > div > .storeList {
  padding-left: 0;
}
.setYourStore-modal .infoWindow .table > div > div {
  width: 50%;
}
.setYourStore-modal .infoWindow .table > div > div {
  min-width: 155px;
  display: table-cell;
  vertical-align: top;
}
.setYourStore-modal .infoWindow .table > div > .storeList {
  min-width: 0;
  padding-left: 0;
}
.setYourStore-modal .infoWindow .table > div > .last {
  padding: 0;
  display: block;
}
.setYourStore-modal .infoWindow .table > div > div {
  padding-left: 15px;
}
.setYourStore-modal .infoWindow .table > div > div > p:first-of-type {
  margin-top: 23px;
}
.setYourStore-modal .infoWindow .table {
  margin-bottom: 0;
  max-width: 275px;
}
.u-cnc-product-availability .c-cnc-product-availability .icon {
  padding: 0 3px;
}
.mdo-modal-search-result.cnc {
  left: 0!important;
  top: 34px!important;
}
body,
html,
#map,
#map_container,
.setYourStore-modal,
.js-cnc-modal-delivery-options,
.js-cnc-modal-delivery-options #content,
.setYourStore-modal .tab-content,
.main,
.js-state-stores-container,
#mapresults,
.setYourStore-modal .responsive-map {
  height: 100%;
}
.flyOut-content,
.flyOut-content > div,
.gm-style .gm-style-iw {
  overflow: visible!important;
}
#cncIconClick {
  padding: 0 20px 20px;
}
.search-content {
  padding: 20px 20px 0!important;
}
.productList > li {
  overflow: visible;
}
.mobile-device .btn.btn-secondary.btn-paypall:hover,
.mobile-device .btn.btn-secondary.btn-paypal {
  background-image: url(/Assets/images/Paypal/img_paypal.png?v=21.3.0);
  background-color: #eee;
  border-color: #ccc;
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  padding: 8px;
}
.main .btn.btn-paypal.isLinked {
  display: inline-block;
  background: url(/Assets/images/Paypal/img_paypal-sm.png?v=21.3.0) no-repeat #d2232a;
  background-position: 110px 9px;
  background-size: 32%;
  text-align: left;
}
.cnc-choose-store #gMap {
  height: 200px;
  margin-top: 1rem;
}
.payPalUserID {
  margin: 50px 0 0 0;
}
.payPalUserID img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.payPalUserID p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 80%;
}
.payPalUserID p a {
  margin: 0;
  font-size: 12px;
  line-height: 36px;
}
.homePage_3colRow h5 {
  text-transform: uppercase;
  font-weight: bold;
}
.homePage_3colRow .row > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.homePage_3colRow img,
.homePage_3colRow .icon {
  width: 100%;
  height: auto;
}
.homePage_3colRow .icon {
  font-size: 5rem;
  font-family: 'icomoon';
}
.c-cnc-promo-overview-item .icon,
.c-cnc-promo-steps-item .icon {
  font-family: "coles-icons" !important;
}
.row.homePage_3colRow {
  margin: 3rem 0 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url(/Assets/fonts/fontawesome/fontawesome-webfont.eot?v=21.3.0);
  src: url('/Assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url(/Assets/fonts/fontawesome/fontawesome-webfont.woff2?v=21.3.0) format('woff2'), url(//Assets/fonts/fontawesome/fontawesome-webfont.woff?v=21.3.0) format('woff'), url(/Assets/fonts/fontawesome/fontawesome-webfont.ttf?v=21.3.0) format('truetype'), url(/Assets/fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=21.3.0) format('svg');
  font-weight: normal;
  font-style: normal;
}
.homePage_3colRow > div > div {
  position: relative;
}
.homePage_3colRow > div > div > a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-indent: -999px;
  height: 100%;
  z-index: 1;
}
.homePage_3colRow > div > div > a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  text-align: right;
  color: #b10036;
  font-size: 3rem;
  display: block;
  position: absolute;
  right: 10px;
}
.homePage_3colRow .copy {
  padding-right: 6rem;
}
.homePage_3colRow {
  display: table;
}
.homePage_3colRow > div {
  margin-bottom: 1rem;
}
.homePage_3colRow padding {
  margin: 0;
}
.mdo-searchbar-inner {
  position: relative;
}
.blog-masthead .blog-social {
  text-align: right;
}
.blog-post-products .applyEllipsis {
  /* fallback */
  /* fallback */
  /* fallback */
  /* fallback */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  line-height: 1.42857143em;
  /* fallback */
  max-height: 4.28571429em;
  /* fallback */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.blog-article-likes a {
  display: block;
  text-align: justify;
  line-height: 0;
}
.blog-article-likes a:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.blog-article-likes a span {
  display: inline-block;
  vertical-align: middle;
  line-height: calc(42px);
}
.blog-article-likes a:before {
  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;
  transform: translate(0, 0);
  content: "\f004";
  margin-right: 25px;
  vertical-align: middle;
}
.blog-article-likes a:focus,
.blog-article-likes a:hover,
.blog-article-likes a.voted {
  background-color: #252d6c;
}
.blog-article-likes a .counter {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero-container .hero-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-posts-list-item.has-video .item-image a:after {
  position: absolute;
  right: 7px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  content: "";
  background-color: #252d6c;
  border-radius: 1000px;
}
.blog-pagination {
  margin-bottom: 30px;
  color: #8c8c8c;
  text-align: center;
  vertical-align: middle;
}
.blog-pagination a {
  display: block;
  height: 20px;
  min-width: 20px;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  border-radius: 2px;
  -webkit-transition: background-color 150ms, color 150ms;
  -o-transition: background-color 150ms, color 150ms;
  transition: background-color 150ms, color 150ms;
}
.blog-pagination a:hover,
.blog-pagination a.current {
  color: #fff;
  background-color: #252d6c;
}
.blog-pagination li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.blog-pagination li.previous span,
.blog-pagination li.next span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.blog-pagination li.previous a,
.blog-pagination li.next a {
  position: relative;
}
.blog-pagination li.previous a:after,
.blog-pagination li.next a:after {
  position: relative;
  top: -2px;
  display: block;
  font-size: 18px;
}
.blog-pagination li.previous {
  margin-right: 10px;
}
.blog-pagination li.previous a:after {
  content: "\2039";
}
.blog-pagination li.next {
  margin-left: 10px;
}
.blog-pagination li.next a:after {
  content: "\203A";
}
.blog-post-meta {
  background: #f7f7f7;
  padding: 25px;
  margin-bottom: 30px;
}
.blog-post-meta .blog-social {
  padding: 20px 0;
  color: #252d6c;
}
.ico-social {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  background-color: #252d6c;
  font-size: 1rem;
  border-radius: 1000px;
  color: #fff;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
.ico-social:hover {
  background-color: #252d6c;
  color: #fff;
}
.ico-social:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.ico-social.facebook:before {
  content: "\f09a";
}
.ico-social.twitter:before {
  content: "\f099";
}
.ico-social.googleplus {
  display: none;
}
.blog-post-author-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.blog-post-author-info:before,
.blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-post-author-info:after {
  clear: both;
}
.blog-post-author-info:before,
.blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-post-author-info:after {
  clear: both;
}
.blog-post-author-info:before,
.blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-post-author-info:after {
  clear: both;
}
.blog-post-author-info:before,
.blog-post-author-info:after {
  content: " ";
  display: table;
}
.blog-post-author-info:after {
  clear: both;
}
.blog-post-author-info .author-image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.blog-post-author-info .author-label {
  color: #b7b7b7;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem;
}
.blog-post-author-info .author-label .author-name {
  display: block;
  color: #000;
  font-weight: bold;
}
.blog-post-intro {
  padding-top: 15px;
  margin-bottom: 30px;
}
.blog-post-intro .heading-title {
  margin-bottom: 10px;
}
.blog-post-intro .item-info {
  margin-bottom: 20px;
}
.blog-post-intro .text-lead {
  font-family: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.item-tags > a {
  border-radius: 7px 0;
  text-transform: uppercase;
  font-size: 16px;
  height: 44px;
  line-height: calc(42px);
  border: 1px solid #252d6c;
  background: #fff;
  color: #252d6c;
  padding: 0 15px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-tags > a:hover,
.item-tags > a:focus {
  background: #fff;
  border-color: #252d6c;
  color: #252d6c;
  text-decoration: none;
}
.blog-posts-list-item .item-info {
  margin-top: 10px;
}
.blog-posts-list-item img {
  margin-bottom: 1rem;
}
.blog-posts-list-item .item-tags a {
  width: 100%;
}
.main .blog-breadcrumb.breadcrumbs {
  margin: 0;
  padding: 1rem 0;
}
.blog-page hr,
.blog-page .hr {
  border: 0;
  color: transparent;
  border-top: 1px solid #ebebeb;
  height: 0;
  margin: 30px 0;
}
.blog-page .image-container {
  text-align: center;
  overflow: hidden;
}
.blog-page .image-container img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .blog-page .blog-post-content {
    width: 60%;
    float: left;
    overflow: hidden;
  }
  .blog-page .blog-post-aside {
    width: 30%;
    float: right;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.blog-page .blog-landing-header {
  margin-bottom: 30px;
}
.blog-page .blog-landing-header .hero-image.has-video a {
  display: block;
  position: relative;
}
.blog-page .blog-landing-header .hero-image.has-video a:after {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 7px;
  bottom: 22px;
  content: "";
}
.blog-page .blog-masthead {
  margin-bottom: 10px;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead:before,
.blog-page .blog-masthead:after {
  content: " ";
  display: table;
}
.blog-page .blog-masthead:after {
  clear: both;
}
.blog-page .blog-masthead .blog-logo .blogtitle {
  display: block;
  width: 202px;
  height: 68px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blog-page .blog-masthead .blog-logo {
    float: left;
  }
}
.blog-page .blog-masthead .blog-social {
  float: right;
  color: #b7b7b7;
  padding-top: 5px;
  display: none;
}
.blog-page .blog-masthead .blog-social .ico-social {
  background-color: #b7b7b7;
}
.blog-page .blog-masthead .blog-social .ico-social:hover {
  background-color: #8c8c8c;
}
@media (min-width: 768px) {
  .blog-page .blog-masthead .blog-social {
    display: block;
  }
}
.blog-page .blog-menucategory {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875pxrem;
}
.blog-page .blog-menucategory .heading-menu {
  z-index: 2;
  background: #252d6c;
  color: #fff;
  font-family: inherit;
  padding: 10px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 2px;
  text-transform: uppercase;
  text-align: center;
}
.blog-page .blog-menucategory .heading-menu:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 13px;
  -webkit-transition: transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
}
.blog-page .blog-menucategory .heading-menu:before {
  content: "\e114";
}
.blog-page .blog-menucategory .heading-menu.is-open {
  border-radius: 2px 2px 0 0;
}
.blog-page .blog-menucategory .heading-menu.is-open:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.blog-page .blog-menucategory ul {
  z-index: 1;
  width: 100%;
}
html.js .blog-page .blog-menucategory ul {
  position: absolute;
  -webkit-transition: transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
}
html.js .blog-page .blog-menucategory ul.is-open {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  font-family: inherit;
  background: #252d6c;
}
.blog-page .blog-menucategory ul li {
  padding: 0;
}
.blog-page .blog-menucategory ul a {
  display: block;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #252d6c;
}
.blog-page .blog-menucategory ul li:last-child a {
  border-bottom: 0;
  border-radius: 0 0 2px 2px;
}
.blog-page .blog-social-media-area {
  background-color: #f2f2f2;
  padding: 30px 20px 30px 20px;
  margin: 20px -20px;
  text-align: center;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area:before,
.blog-page .blog-social-media-area:after {
  content: " ";
  display: table;
}
.blog-page .blog-social-media-area:after {
  clear: both;
}
.blog-page .blog-social-media-area .twitter-feed {
  position: relative;
  overflow: hidden;
  width: 94%;
  margin: 0 auto 20px;
}
.blog-page .blog-social-media-area .instagram-feed iframe {
  margin: 0 auto;
}
.blog-page .blog-landing-footer .blog-social,
.blog-page .blog-post-footer .blog-social {
  color: #b7b7b7;
  text-align: center;
}
.blog-page .blog-landing-footer .blog-social .heading-label,
.blog-page .blog-post-footer .blog-social .heading-label {
  display: block;
  margin-bottom: 10px;
}
.blog-page .blog-landing-footer .blog-social .ico-social,
.blog-page .blog-post-footer .blog-social .ico-social {
  background-color: #b7b7b7;
}
.blog-page .blog-landing-footer .blog-social .ico-social:hover,
.blog-page .blog-post-footer .blog-social .ico-social:hover {
  background-color: #8c8c8c;
}
.blog-page .hero-container {
  position: relative;
  background-position: center center;
  background-size: cover;
}
.blog-page .hero-container .hero-image {
  min-height: 360px;
  margin: 0;
}
html.backgroundsize .blog-page .hero-container .hero-image img {
  display: none;
}
.blog-page .hero-container .hero-text {
  padding-left: 10px;
  padding-right: 10px;
}
.blog-page .hero-container .hero-text .heading-category,
.blog-page .hero-container .hero-text .heading-featured {
  color: #fff;
  margin-bottom: 15px;
}
.blog-page .hero-container .hero-text .heading-category > a,
.blog-page .hero-container .hero-text .heading-featured > a {
  color: inherit;
}
.blog-page .hero-container .hero-text .heading-featured {
  margin-bottom: 15px;
}
.blog-page .hero-container .hero-text .title-description {
  font-size: 14px;
  font-size: 0.875pxrem;
  line-height: 1.5em;
  max-width: 600px;
  margin: 0 auto 30px;
  /* fallback */
  /* fallback */
  /* fallback */
  /* fallback */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  line-height: 1.42857143em;
  /* fallback */
  max-height: 2.85714286em;
  /* fallback */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.blog-page .blog-posts-list {
  margin-bottom: 20px;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list .list-wrapper:before,
.blog-page .blog-posts-list .list-wrapper:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list .list-wrapper:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
.blog-page .blog-posts-list:before,
.blog-page .blog-posts-list:after {
  content: " ";
  display: table;
}
.blog-page .blog-posts-list:after {
  clear: both;
}
@media (min-width: 768px) {
  .blog-page .blog-posts-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-page .blog-posts-list .blog-posts-list-item {
  margin-bottom: 30px;
}
.blog-page .blog-posts-list .blog-posts-list-item p {
  line-height: 1.8em;
}
.blog-page .blog-posts-list .blog-posts-list-item .item-image a {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-page .blog-posts-list .blog-posts-list-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-page .blog-posts-list .blog-posts-list-item:nth-child(2n+1) {
    clear: none;
  }
  .blog-page .blog-posts-list .blog-posts-list-item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog-page .blog-posts-list .blog-posts-list-item {
    float: left;
    width: 33.33333333%;
  }
}
.blog-page .blog-posts-list-footer {
  text-align: center;
}
.blog-page .blog-post-body iframe {
  width: 320px;
  height: 180px;
}
.blog-page .blog-post-products .homeListType1 .thumb {
  padding-right: 1rem;
}
.blog-page .blog-posts-list > h3 {
  margin: 0;
  padding-top: 1rem;
}
.blog-page .blog-post-products .btn {
  width: 100%;
}
.blog-page .blog-post-products .description {
  clear: both;
  margin-top: 10px;
}
.blog-related-articles {
  margin-bottom: 25px;
}
.blog-related-articles .heading {
  display: none;
}
#content .blog-related-articles .item-image img {
  margin-bottom: 1rem;
  width: 100%;
  margin-top: 1.5rem;
}
.blog-related-articles .item-title {
  margin-bottom: 5px;
}
.mdo-sub-line {
  font-size: 12px;
}
.mdo-delivery-box {
  padding: 0.5rem 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.75rem;
}
.mdo-details {
  width: 80%;
}
.CnC-Delivery li .input-label {
  width: 60%;
  line-height: 1.25;
}
:not(.lte-ie8) .billingAdressSection .input-radio input[type="radio"]:checked + .input-img {
  vertical-align: top;
}
.clearfix.help-block p,
.dl-horizontal dd.help-block p,
.container.help-block p,
.container-fluid.help-block p,
.row.help-block p,
.form-horizontal .form-group.help-block p,
.btn-toolbar.help-block p,
.btn-group-vertical > .btn-group.help-block p,
.nav.help-block p,
.navbar.help-block p,
.navbar-header.help-block p,
.navbar-collapse.help-block p,
.pager.help-block p,
.panel-body.help-block p,
.modal-footer.help-block p,
.tastingsstate-page-type .homeListType2 li.help-block p,
.dl-formstatic.help-block p,
.footer ul.help-block p,
.mattskinner-toppick-page-page-type .pickListing.help-block p,
.mattskinner-toppick-page-page-type .bundleSingle.help-block p {
  margin: 0;
}
#Delivery h3,
.h3 {
  font-size: 20px;
}
#Delivery span.required {
  color: #d2232a;
}
.tableButtonSet,
.detailsContainer {
  font-size: 12px;
}
.proceedToCheckout .h1 {
  font-size: 2.5rem;
}
.SubtotalHeadingText.feetitle {
  margin-right: 1rem;
}
.overflow .has-feedback .form-control {
  padding: 5px!important;
}
.CnC-Delivery .input-radio {
  width: 100%;
}
.choosenStoreDetails h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.checkoutAddAddress .checkoutForm > fieldset {
  padding: 0;
  margin: 0;
}
.mobile-device .store-not-chosen .btn-choose {
  display: none;
}
/*** Layout Change for Product details page ***/
.is-mobile.is-firstchoice.product-page-type.mobile-device .productDetails .productInfo .actions .u-cnc-product-availability-detail .u-cnc-row.js-product-availability.u-cnc-product-availability .m-cnc-product-availability li {
  display: block !important;
}
/*** Product details page - description display - mobile ***/
.is-mobile.is-firstchoice.product-page-type.mobile-device .productDetails .priceStockDetail {
  width: 40% !important;
  float: right;
  padding-bottom: 13px;
}
.is-mobile.is-firstchoice.product-page-type.mobile-device .productDetails .actions {
  width: 60% !important;
  float: left;
  margin-bottom: 15px;
}
.is-mobile.is-firstchoice.product-page-type.mobile-device .productDetails .productInfo .actions .u-cnc-product-availability-detail .u-cnc-row.js-product-availability.u-cnc-product-availability .m-cnc-product-availability > ul {
  padding-left: 0;
  margin: 5px 0 0 0;
  max-width: 200px !important;
  float: left;
  margin-left: -5px !important;
}
.is-mobile.is-firstchoice.product-page-type.mobile-device .productDetails .productInfo .actions .u-cnc-product-availability-detail .u-cnc-row.js-product-availability.u-cnc-product-availability .m-cnc-product-availability li {
  display: block !important;
  margin-bottom: 1.0em;
}
.is-mobile.checkouttemplate-page-type.mobile-device .payPalUserID {
  border-top: none;
}
.product-page-type p.product-cnc-description {
  position: absolute;
  font-size: 12px;
  width: 50%;
  margin-top: -1.3em;
  margin-left: 2.7em;
}
.product-page-type p.product-del-description {
  position: absolute;
  font-size: 12px;
  width: 50%;
  margin-top: -1.3em;
  margin-left: 2.7em;
}
.product-page-type p.product-store-description {
  position: absolute;
  font-size: 12px;
  width: 50%;
  margin-top: -1.3em;
  margin-left: 2.7em;
}
/*** product unavailable in checkout page - Cart  ***/
.delUnavailableProductDetails .delUnavailable p.CnCnotAvailable {
  font-weight: bold;
  color: #d2232a;
}
.delUnavailableProductDetails .delUnavailable p.prod-name {
  margin-top: -2em;
}
/*** Checkout page - Change store details display alignment ***/
.is-mobile.is-firstchoice.checkouttemplate-page-type.mobile-device.autocomplete-alt-position .storeDetails .storeList .phNum {
  margin-left: 1.6em;
}
/*** C&C icons FC mobile homepage ***/
.is-mobile.is-firstchoice.home-page-type.widepage.mobile-device .row.homePage_3colRow .homePage_3colRow .icon {
  margin-top: -0.6em;
}
.homePage_3colRow img,
.homePage_3colRow .icon {
  margin-top: -0.6em;
}
/*** Remove button - checkout page ***/
.is-mobile.is-firstchoice.checkouttemplate-page-type.mobile-device.autocomplete-alt-position .delUnavailableProductDetails .Remove-links {
  float: left;
  font-size: 0.8em;
  padding: 0 0 0 12px;
  margin: 0 0 0 15px;
  color: #d2232a !important;
}
.is-mobile.is-firstchoice.checkouttemplate-page-type.mobile-device.autocomplete-alt-position .delUnavailableProductDetails .Remove-links:hover {
  color: #d2232a !important;
  text-decoration: underline !important;
}
.is-mobile.is-firstchoice.checkouttemplate-page-type.mobile-device.autocomplete-alt-position .delUnavailableProductDetails .Remove-links::before {
  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;
  transform: translate(0, 0);
  content: "\f00d";
  color: #ec1a29;
  margin-left: -15px;
  margin-right: 5px;
}
/* Checkout Page Changes*/
h1.CheckoutTitle input.CheckOutTop {
  float: right;
}
.updateCart {
  font-family: Arial;
  color: #d2232a;
  background: none;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  border: 0;
  float: right;
}
div#promotionExpander:after {
  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;
  transform: translate(0, 0);
  font-size: 1.5rem;
  content: "\f078";
  color: #ec1a29;
  float: right;
}
div#giftExpander:after {
  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;
  transform: translate(0, 0);
  font-size: 1.5rem;
  content: "\f078";
  color: #ec1a29;
  float: right;
}
.shoppingCartTable .addOns .expander {
  background: none !important;
  font-size: 16px !important;
  color: #585454 !important;
  border-top: 1px solid #cdcdcd;
}
/* promo and gift wrap- Apply button*/
input.btn.btnLg.btnSecondary {
  font-family: Arial;
  color: rgba(255, 0, 0, 0.85);
  background: #dad9d9 !important;
  font-weight: 600;
  margin-top: 0px;
}
.deliveryestimateRow td {
  border-bottom: none !important;
}
.shoppingCartTable .totalRow td {
  border-top: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
p.SubtotalHeadingText {
  margin: 0;
  float: left;
}
.hideForMobile {
  display: none;
}
td.priceCol.test_col {
  float: right !important;
  margin-right: -100px !important;
}
/* To Style the Checkout Promocode Total Table*/
tr.discountRow td {
  padding-bottom: 0px;
}
/* To style in Order Billing Details*/
tr.row-promo-discount td {
  line-height: 7px !important;
}
tr.row-subtotal td,
tr.row-mycoles-discount td {
  border: none !important;
  line-height: 7px !important;
}
tr.promoContent:nth-child(3) {
  border-bottom: #b3b3b3 solid 1px;
}
/* External Catalogue  */
.zmags-mobile h1 {
  font-size: 1.6em;
}
.zmags-mobile.zmags-single .zmag-image-container {
  width: 20%;
  padding: 0 15px 0 7px;
  text-align: center;
}
.zmags-mobile.zmags-single .zmag-image-container img {
  width: auto;
  max-height: 200px;
}
.zmags-mobile.zmags-single .zmag-detail-container {
  width: 70%;
  padding: 0;
}
.zmags-mobile.zmags-bundle .zmag-image-container {
  width: 90%;
  height: 104px;
  padding: 0;
  margin: 0 5% 10px;
}
.zmags-mobile.zmags-bundle .zmag-image-container img {
  max-height: 80px;
  width: auto;
}
.zmags-mobile.zmags-bundle .zmag-detail-container {
  width: 92%;
  padding: 0 4%;
}
.zmags-mobile .zmag-tabs-container .zmag-tab-content .productDetails,
.zmags-mobile .zmag-tabs-container .zmag-tab-content .productDetailsPanel {
  height: auto;
}
.zmags-mobile .zmag-tabs-container-container {
  height: 230px;
}
.zmags-mobile .priceStockDetail .priceStockDetail {
  width: 90%!important;
  height: 100px;
}
.zmags-mobile .priceStockDetail .priceStockDetail dl {
  width: 100%;
}
.zmags-mobile .priceStockDetail .priceStockDetail dt {
  width: 40%;
}
.zmags-mobile .priceStockDetail .priceStockDetail dd {
  width: 60%;
}
.zmags-mobile .zmag-add-to-cart-container {
  width: auto;
  margin-top: -35px;
  position: relative;
}
.zmags-mobile .zmag-tabs-container .zmag-tab-content .productDetails .productDetailsPanel {
  height: auto;
}
/********************************************  CSS RESET  *********************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
ol,
ul {
  list-style: none;
  line-height: 1;
}
table {
  border-collapse: inherit !important;
  border-spacing: 0;
}
input {
  padding: 0;
  margin: 0;
  font-size: 100%;
}
blockquote,
q {
  quotes: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
th {
  text-align: left;
}
address {
  font-style: normal;
}
.clearFloat {
  clear: both;
}
.clear {
  clear: both !important;
  display: block !important;
  float: none !important;
  font-size: 1px !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  visibility: hidden !important;
  width: auto !important;
}
.hidden {
  display: none;
}
body,
select,
input,
textarea {
  font-family: 'Arial', Helvetica, sans-serif;
}
textarea {
  margin: 0;
  font-size: 100%;
  overflow: auto;
}
input[type="hidden"] {
  display: none !important;
  visibility: hidden !important;
  height: 0px !important;
}
.block-label {
  display: block;
}
.form-override {
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
}
.form-override:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
p {
  line-height: 1.25em;
  margin: 0 0 1.5em 0;
}
/************ Header Search ************/
#header .headerSearch {
  position: relative;
}
#header .headerSearch .searchInputTextbox {
  border-radius: 0;
  border: none;
  background: #454c82;
  color: #fff;
  height: 32px;
  width: 100%;
  padding: 15px 70px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .headerSearch .searchInputTextbox:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
#header .headerSearch .searchInputTextbox::-webkit-input-placeholder,
#header .headerSearch .searchInputTextbox::-moz-input-placeholder,
#header .headerSearch .searchInputTextbox:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
#header .headerSearch .defaultValue {
  color: #fff;
}
#header .headerSearch input.hidebackground {
  background: #ffffff;
}
#header .headerSearch #searchproducts,
#header .headerSearch #clearsearch {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 35px;
  font-size: 19px;
  border: none;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
}
#header .headerSearch #searchproducts:empty,
#header .headerSearch #clearsearch:empty {
  width: 35px;
}
#header .headerSearch #searchproducts {
  /*.glyphicon-search;*/
  right: 0;
  color: #fff;
}
#header .headerSearch #clearsearch {
  display: none;
  right: 35px;
  color: #a2a6c1;
}
#header .headerSearch #clearsearch:before {
  content: "\e083";
}
#header .headerSearch #clearsearch.inactive {
  display: none;
  cursor: default;
}
#header .headerSearch #clearsearch.active {
  display: block;
}
#header .headerSearch.headerSearch_active .searchInputTextbox {
  background: #fff;
  color: #000;
}
#header .headerSearch.headerSearch_active #searchproducts {
  color: #000;
}
#header .headerSearch.headerSearch_active #clearsearch {
  color: #adb3e3;
}
.searchac {
  background: none;
  padding: 0;
  margin-left: 0;
}
.searchac,
.searchac .autocomplete {
  width: 100% !important;
}
.searchac .noresults {
  padding: 11px 13px;
  background-color: white;
  font-size: 14px;
}
.searchac .noresults ul {
  list-style: disc inside;
  margin: 8px 0;
}
.selReadMoreLegal {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
.selReadMoreLegal:before,
.selReadMoreLegal:after {
  content: " ";
  display: table;
}
.selReadMoreLegal:after {
  clear: both;
}
.selReadMoreLegal:before,
.selReadMoreLegal:after {
  content: " ";
  display: table;
}
.selReadMoreLegal:after {
  clear: both;
}
.selReadMoreLegal:before,
.selReadMoreLegal:after {
  content: " ";
  display: table;
}
.selReadMoreLegal:after {
  clear: both;
}
.selReadMoreLegal:before,
.selReadMoreLegal:after {
  content: " ";
  display: table;
}
.selReadMoreLegal:after {
  clear: both;
}
.selReadMoreLegalTrigger {
  padding-bottom: 15px;
}
/*******************************************  PAGE LAYOUT  ********************************************/
body.error {
  background: url(/assets/images/bg/bg-error.jpg?v=21.3.0) no-repeat center 180px;
}
#content .main {
  padding: 20px;
}
.home #content {
  /*width: 960px;*/
}
.full-width {
  margin: 0 -20px;
}
#content .main img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
/*******************************************  BREADCRUMBS  ********************************************/
.main .breadcrumbs {
  line-height: 22px;
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  margin: -20px -20px 0;
  padding: 15px 20px;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
}
.main .breadcrumbs:before,
.main .breadcrumbs:after {
  content: " ";
  display: table;
}
.main .breadcrumbs:after {
  clear: both;
}
.main .breadcrumbs:before,
.main .breadcrumbs:after {
  content: " ";
  display: table;
}
.main .breadcrumbs:after {
  clear: both;
}
.main .breadcrumbs:before,
.main .breadcrumbs:after {
  content: " ";
  display: table;
}
.main .breadcrumbs:after {
  clear: both;
}
.main .breadcrumbs:before,
.main .breadcrumbs:after {
  content: " ";
  display: table;
}
.main .breadcrumbs:after {
  clear: both;
}
.main .breadcrumbs > li {
  display: inline-block;
}
.main .breadcrumbs > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.main .breadcrumbs > .active {
  color: #777777;
}
.main .breadcrumbs li {
  color: #a2a2a2;
  display: inline;
  margin: 0 5px 0 0;
  padding-bottom: 0;
}
.main .breadcrumbs li + li:before {
  content: "";
  padding: 0;
  color: #ccc;
}
.main .breadcrumbs a {
  font-weight: bold;
  margin: 0 5px 0 0;
}
.main .breadcrumbs li.active,
.main .breadcrumbs span {
  font-weight: normal;
  color: #a2a2a2;
}
/***************************************  SHOPPING CART TABLE  ****************************************/
.shoppingCartTable td {
  vertical-align: middle;
}
.shoppingCartTable .promoCode .field01 label,
.shoppingCartTable #giftingEntry .form-layout01 ol li label {
  display: block;
}
.shoppingCartTable td.priceCol {
  vertical-align: middle;
  padding-top: 7px;
}
.shoppingCartTable h2 {
  font-size: 1em;
}
.shoppingCartTable {
  color: #353535;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.shoppingCartTable th {
  border-bottom: 1px #d8d8d8 solid;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.shoppingCartTable th.productCol {
  padding-left: 5px;
}
.shoppingCartTable td {
  padding: 10px 0;
  border-bottom: 1px #d8d8d8 solid;
}
.shoppingCartTable .thumbCol {
  width: 50px;
  text-align: left;
}
.shoppingCartTable .thumbCol a {
  display: block;
  width: 25px;
}
.shoppingCartTable .thumbCol a img {
  max-height: 79px;
}
.shoppingCartTable .qtyCol {
  width: 30px;
  font-weight: bold;
  vertical-align: top;
}
.is-order-review-page .shoppingCartTable .qtyCol {
  padding-top: 56px;
}
.shoppingCartTable .detailsContainer h2 {
  margin-bottom: 0;
}
.shoppingCartTable .qtyCol .txtInput {
  border: 1px solid #cecece;
  color: #202020;
  float: left;
  font-weight: bold;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin: 40px 0 0 3px;
  padding: 0 3px;
  text-align: center;
  width: 30px;
}
.shoppingCartTable .qtyCol a {
  position: relative;
  right: -20px;
  top: 0;
  font-size: .75em;
  padding: 0;
  display: block;
  text-indent: -999em;
  margin: 46px 0 0 10px;
  background: url(/assets/images/mobile/ico-small.png?v=21.3.0) no-repeat -2px -496px;
  width: 20px;
  height: 20px;
}
.shoppingCartTable .trDeleteGiftAccessory .qtyCol a {
  margin-top: 16px;
}
.shoppingCartTable .trDeleteGiftAccessory td.priceCol {
  padding-top: 25px;
}
.shoppingCartTable .shoppingCartTable .qtyCol a.btn {
  background-position: -2px -194px;
  background-color: #ececec;
}
.shoppingCartTable td.priceCol {
  font-size: 1em;
  font-weight: bold;
  vertical-align: top;
  padding-top: 56px;
}
.is-order-receipt-page .shoppingCartTable td.priceCol {
  padding-top: 48px;
}
.shoppingCartTable td.priceCol span {
  font-weight: bold;
}
.shoppingCartTable dl {
  font-size: 1em;
  width: 140px;
  margin-top: 3px;
  display: block;
  clear: both;
  overflow: hidden;
}
.shoppingCartTable dt {
  float: left;
  margin: 0 10px 5px 0;
}
.shoppingCartTable dd {
  float: left;
  margin: 0 0 5px 0;
  width: 50px;
  font-weight: bold;
}
.shoppingCartTable dd span {
  font-weight: bold;
}
.shoppingCartTable .promoCode,
.shoppingCartTable .packaging {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.shoppingCartTable .addOns .addOnContent {
  margin: 15px 0 10px 0;
  position: relative;
  display: none;
}
.shoppingCartTable .addOns .expanded .addOnContent {
  display: block;
}
.shoppingCartTable #body_3_checkout_ctl00_CheckoutControl_0_LblStaffIDValidationError {
  display: block;
  clear: both;
  color: #cc0606 !important;
}
.shoppingCartTable .addOns .addOnContent li {
  margin: 0 0 12px 0;
}
.shoppingCartTable .addOns .addOnContent label,
.shoppingCartTable .addOns .addOnContent span {
  font-size: 1em;
  font-weight: bold;
}
.shoppingCartTable .addOns .packaging .addOnContent label {
  font-weight: bold;
}
.shoppingCartTable .addOns .packaging .addOnContent label span {
  font-style: italic;
}
.shoppingCartTable .addOns .addOnContent select {
  width: 233px;
  padding: 3px 3px 3px 4px;
  border: 1px #888 solid;
  color: #353535;
  margin: 5px 0 0 0;
}
.shoppingCartTable .addOns .addOnContent .txtInput,
.shoppingCartTable .addOns .addOnContent textarea,
.disabled-field input {
  width: 226px;
  padding: 3px 0 3px 5px;
  border: 1px #888 solid;
  margin: 5px 0 7px 0;
}
.disabled-field input {
  margin: 5px 0 0;
}
.shoppingCartTable .addOns .addOnContent textarea {
  height: 100px;
}
.disabled-field {
  margin-top: 10px;
}
.shoppingCartTable .addOns .packaging .addOnContent .packagingPreview {
  position: absolute;
  display: none;
  right: -253px;
  top: -15px;
  width: 233px;
  height: 263px;
  background: #fff url(/assets/images/mobile/ico-ajax-loader.gif?v=21.3.0) no-repeat center center;
}
.shoppingCartTable .addOns .addOnContent .note {
  font-size: 0.95em;
  font-style: italic;
  margin: 5px 0 0 0;
}
.shoppingCartTable .addOns .addOnContent .chkboxRow {
  overflow: hidden;
}
.shoppingCartTable .addOns .addOnContent .chkboxRow input {
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  float: left;
}
.shoppingCartTable .addOns .addOnContent .chkboxRow label {
  float: left;
  width: 205px;
  font-size: 1em;
  margin: 1px 0 0 0;
}
.shoppingCartTable .addOns .btn {
  float: right;
  margin: 15px 0 0 0;
}
.shoppingCartTable .subTotalRow td {
  padding-top: 10px;
  padding-bottom: 0px;
}
.shoppingCartTable .subTotalRow td.priceCol {
  padding-top: 10px;
}
.shoppingCartTable .estimateRow td {
  border: 0;
  white-space: nowrap;
  padding-bottom: 0px;
}
.shoppingCartTable .estimateRow td.priceCol {
  padding-top: 10px;
}
.shoppingCartTable .totalRow td {
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 0 !important;
}
.shoppingCartTable .totalRow .TOTALText {
  float: left;
  font-size: 1.425em;
  font-weight: bold;
  padding-right: 8px;
}
.shoppingCartTable .totalRow .GSTtext {
  float: left;
  padding-top: 3px;
}
.shoppingCartTable .totalRow td.priceCol {
  font-size: 1.4em;
  padding-top: 10px;
}
.shoppingCartTable .gstRow td.priceCol,
.shoppingCartTable .discountRow td.priceCol {
  padding-top: 10px;
}
.shoppingCartTable .detailsCol dt {
  font-weight: normal;
}
.tableButtonSet {
  float: right;
  padding: 20px 0;
}
.tableButtonSet .link {
  font-size: 1em;
  margin: 0 15px 0 0;
}
.deliveryRow td,
.gstRow td,
.promocodeRow td,
.subtotalRow td,
.subTotalRow td {
  border-bottom: 0;
}
.deliveryAddress {
  clear: both;
  margin: 0 !important;
}
.deliveryAddress,
.billingAddress,
.contactDetails {
  clear: both;
  margin: 20px 0;
}
.deliveryAddress h4,
.billingAddress h4,
.contactDetails h4 {
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0;
}
.deliveryAddress h4 span,
.billingAddress h4 span,
.contactDetails h4 span,
.deliveryAddress h4 div,
.billingAddress h4 div,
.contactDetails h4 div {
  font-weight: bold;
}
.deliveryAddress p,
.billingAddress p,
.contactDetails p {
  margin: 5px 0;
}
.contactDetails b {
  font-weight: bold;
}
.tblAddressResults {
  font-size: 1rem;
  margin-bottom: 20px;
}
.tblAddressResults caption {
  text-align: left;
  font-weight: bold;
  padding: 15px 0;
}
.tblAddressResults tr td,
.tblAddressResults tr th {
  padding: 8px 12px 8px 0;
}
.tblAddressResults thead tr th {
  font-weight: bold;
}
/******************************************  ACCOUNT PAGE  *******************************************/
.account-welcome {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 .4em 0;
}
.tab-wineclub h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.tab-wineclub .point-container table span {
  font-weight: bold;
}
.tab-wineclub .point-container table .th {
  text-align: right;
  padding: 5px 25px 10px 0;
  font-size: 35px;
  font-weight: bold;
}
.tab-wineclub .wineclub-points,
.tab-wineclub .wineclub-capt {
  border-bottom: 1px #dfdfdf solid;
}
.tab-wineclub .point-container {
  background: #f8f8f8;
  border: 1px solid #dedbdb;
  padding: 7px 15px 0px;
  margin-bottom: 10px;
}
.tab_content .iframe-popup-25percent,
.tab_content #needhelp,
.tab_content .iframe-popup {
  position: relative;
  top: -10px;
}
.tab_content #needhelp {
  margin-left: 20px;
}
.main #faqs {
  margin: -35px 0px 20px;
}
.main .faqs .faqs-col dt,
.faqs .faqs-col dd {
  padding-left: 8px;
}
.main .faqs .faqs-col dt {
  padding-bottom: 5px;
  color: #b10035;
  background: url(/assets/images/mobile/icons/faq-gt.gif?v=21.3.0) no-repeat 0 3px;
}
.main .faqs .faqs-col dd {
  padding-bottom: 10px;
}
.faqs .faqs-help {
  clear: both;
  padding-top: 6px;
  font-size: 12px;
  padding-bottom: 6px;
}
.address-table {
  width: 100%;
  margin: 20px 0;
}
.address-table tr td,
.address-table tr th {
  padding: 7px;
}
.address-table tr.no-pad td,
.address-table tr.no-pad th {
  padding: 7px 0;
}
.address-table tr th {
  font-weight: bold;
}
.address-table tr.dark td {
  background: #F2F2F2;
}
.address-table tr .center {
  text-align: center;
}
.address-table tr .right {
  text-align: right;
}
.shoppingCartTable {
  width: 100%;
}
.shoppingCartTable tr.dark td {
  background: #fff;
}
.address-table .edit-wishlist tr td {
  padding: 20px 0;
}
#content .edit-wishlist .detailsContainer h2 {
  font-size: 1em;
  font-family: 'Arial', Helvetica, sans-serif;
}
.edit-wishlist .qtyCol {
  width: 320px;
}
.edit-wishlist dl,
.edit-wishlist .qtyCol a {
  font-size: 1em;
}
.edit-wishlist td.priceCol {
  font-size: 1.166em;
}
.edit-wishlist .qtyCol a {
  margin: 11px 0 0 5px;
}
.edit-wishlist .qtyCol .btnAdd {
  background-position: -2px -194px !important;
  background-color: #ececec;
}
.edit-wishlist .qtyCol .txtInput {
  margin: 0px;
}
.tab_content .addOns .expander {
  font-size: 1em;
  margin-bottom: 15px;
  font-weight: bold;
}
#litProfileUpdateMessage ul {
  margin-top: 5px;
}
/******************************************  CHECKOUT FORM  *******************************************/
.checkoutSteps {
  width: 280px;
  height: 19px;
  margin: 2rem 0 0;
  background-image: url(/assets/images/mobile/bg-checkout-steps.png?v=21.3.0);
}
.checkoutSteps.step1 {
  background-position: 0 38px;
}
.checkoutSteps.step2 {
  background-position: 0 -38px;
}
.checkoutSteps.step3 {
  background-position: 0 -38px;
}
.checkoutSteps li {
  float: left;
  width: 91px;
  padding: 0 5px 0 0;
  text-align: center;
  color: #fff;
  font-size: .8em;
  font-weight: bold;
  height: 19px;
  line-height: 18px;
}
.checkoutSteps li a {
  color: #fff;
  text-decoration: none;
}
.captcha {
  padding: 20px 0;
}
.checkoutForm ol {
  margin-bottom: 20px;
}
.checkoutForm p span,
.checkoutForm label span {
  color: #d2232a;
}
.checkoutForm fieldset {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  margin: 0 -20px 20px;
  border-bottom: 1px solid #d8d8d8;
}
.login-part .checkoutForm fieldset {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
.login-part {
  margin-bottom: 20px;
}
.checkoutForm fieldset li {
  margin: 0 0 5px 0;
  clear: both;
}
.simple-form label {
  font-weight: bold;
}
.checkoutForm label[for=useSameAddress],
.checkoutForm label[for=termsConditions],
.checkoutForm label[for=receivePromo] {
  font-weight: normal;
  width: 90%;
  line-height: 1.2em;
}
.checkoutForm .inputContainer {
  padding: 8px 0 10px 0;
  width: 100%;
  overflow: hidden;
}
.checkoutForm .error .inputContainer {
  background: url(/assets/images/mobile/ico-small.png?v=21.3.0) no-repeat right -387px;
}
.checkoutForm .inputContainer .error {
  color: Red;
}
.checkoutForm .txtInput,
.addOns .txtInput {
  width: 222px;
  border: 1px #c8c8c8 solid;
  float: left;
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
}
.checkoutForm .txtInput:focus,
.addOns .txtInput:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
.checkoutForm .txtInput.short {
  width: 80px;
  margin-top: 5px;
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
}
.checkoutForm .txtInput.short:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
.checkoutForm .error .txtInput {
  border-color: #cc0606;
}
.checkoutForm .login-form .txtInput,
.checkoutForm .register-form .txtInput,
.checkoutForm .captcha-reg-form .txtInput,
.checkoutForm .delivery-form .txtInput,
.sectionProfileDetails .col .txtInput,
#addressEntry .txtInput {
  float: left;
}
.checkoutForm .login-form .inputContainer .error,
.checkoutForm .register-form .inputContainer .error,
.checkoutForm .captcha-reg-form .inputContainer .error,
.checkoutForm .delivery-form .inputContainer .error,
.checkoutForm .chkBoxRow .inputContainer .error,
.sectionProfileDetails .col .error {
  background: url(/assets/images/mobile/ico-small.png?v=21.3.0) no-repeat scroll right -395px transparent;
  display: block;
  height: 26px;
  text-indent: -999em;
  width: 20px;
  float: left;
}
.checkoutForm .chkBoxRow .inputContainer div:first-child {
  width: 80%;
}
.checkoutForm .chkBoxRow .inputContainer .error {
  margin-top: -5px;
}
.sectionProfileDetails .col .inlineFields .error {
  background-position: -9px -385px;
}
.checkoutForm select {
  width: 222px;
  border: 1px #c8c8c8 solid;
  color: #353535;
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
  padding-right: 0px;
}
.checkoutForm select:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
.checkoutForm .error select {
  border-color: #cc0606;
}
.checkoutForm select.short {
  width: 70px;
  margin: 5px 5px 0 0;
}
.checkoutForm .medium {
  width: 100px;
  margin: 5px 5px 0 0;
}
.checkoutForm .ccList {
  overflow: hidden;
  margin: 0 0 5px 0;
  width: 255px;
}
.checkoutForm .ccList li {
  margin: 0 10px 0 0;
  float: left;
}
.checkoutForm .ccvInfo {
  display: inline;
  position: relative;
  vertical-align: top;
}
.checkoutForm .customBanner {
  float: right;
  width: 160px;
  height: 328px;
  background: #f1f1f1;
}
.checkoutForm .ccvInfo .tooltipTrigger {
  color: #252d6c;
  font-size: .6875em;
  border-bottom: 1px #252d6c dotted;
  cursor: help;
  margin: 0 0 0 8px;
}
.checkoutForm .tooltipTrigger {
  cursor: help;
}
.checkoutForm .tooltipContainer {
  position: relative;
  width: 20px;
  height: 20px;
}
.checkoutForm .tooltipContent {
  width: 211px;
  padding: 17px;
  display: none;
  position: absolute;
  top: -163px;
  left: 80px;
  opacity: 0;
  background: #f1f1f1;
  border: 1px #b6b6b6 solid;
}
.checkoutForm .tooltipContent p {
  margin: 1.5em 0 0 0;
  color: #555;
  font-size: .6875em;
}
.checkoutForm .tooltipContent.open {
  display: block;
}
.checkoutForm .tooltipContent .tooltipArrow {
  position: absolute;
  left: -9px;
  top: 50%;
  background: url(/assets/images/mobile/ico-tooltip-arrows.gif?v=21.3.0) no-repeat 0 0;
  width: 9px;
  height: 20px;
}
.checkoutStepLinks {
  padding: 20px 0;
}
.checkoutStepLinks input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.checkoutStepLinks input:focus,
.checkoutStepLinks input:active:focus,
.checkoutStepLinks input.active:focus,
.checkoutStepLinks input.focus,
.checkoutStepLinks input:active.focus,
.checkoutStepLinks input.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkoutStepLinks input:hover,
.checkoutStepLinks input:focus,
.checkoutStepLinks input.focus {
  color: #333;
  text-decoration: none;
}
.checkoutStepLinks input:active,
.checkoutStepLinks input.active {
  outline: 0;
  background-image: none;
  -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);
}
.checkoutStepLinks input.disabled,
.checkoutStepLinks input[disabled],
fieldset[disabled] .checkoutStepLinks input {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkoutStepLinks input:hover,
.checkoutStepLinks input:focus,
.checkoutStepLinks input.focus,
.checkoutStepLinks input:active,
.checkoutStepLinks input.active,
.open > .dropdown-toggle.checkoutStepLinks input {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.checkoutStepLinks input:active,
.checkoutStepLinks input.active,
.open > .dropdown-toggle.checkoutStepLinks input {
  background-image: none;
}
.checkoutStepLinks input.disabled,
.checkoutStepLinks input[disabled],
fieldset[disabled] .checkoutStepLinks input,
.checkoutStepLinks input.disabled:hover,
.checkoutStepLinks input[disabled]:hover,
fieldset[disabled] .checkoutStepLinks input:hover,
.checkoutStepLinks input.disabled:focus,
.checkoutStepLinks input[disabled]:focus,
fieldset[disabled] .checkoutStepLinks input:focus,
.checkoutStepLinks input.disabled.focus,
.checkoutStepLinks input[disabled].focus,
fieldset[disabled] .checkoutStepLinks input.focus,
.checkoutStepLinks input.disabled:active,
.checkoutStepLinks input[disabled]:active,
fieldset[disabled] .checkoutStepLinks input:active,
.checkoutStepLinks input.disabled.active,
.checkoutStepLinks input[disabled].active,
fieldset[disabled] .checkoutStepLinks input.active {
  background-color: #fff;
  border-color: #ccc;
}
.checkoutStepLinks input .badge {
  color: #fff;
  background-color: #333;
}
.checkoutStepLinks input:hover,
.checkoutStepLinks input:focus,
.checkoutStepLinks input:active,
.checkoutStepLinks input.active,
.open .dropdown-toggle.checkoutStepLinks input {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.checkoutStepLinks input.disabled,
.checkoutStepLinks input[disabled],
fieldset[disabled] .checkoutStepLinks input,
.checkoutStepLinks input.disabled:hover,
.checkoutStepLinks input[disabled]:hover,
fieldset[disabled] .checkoutStepLinks input:hover,
.checkoutStepLinks input.disabled:focus,
.checkoutStepLinks input[disabled]:focus,
fieldset[disabled] .checkoutStepLinks input:focus,
.checkoutStepLinks input.disabled:active,
.checkoutStepLinks input[disabled]:active,
fieldset[disabled] .checkoutStepLinks input:active,
.checkoutStepLinks input.disabled.active,
.checkoutStepLinks input[disabled].active,
fieldset[disabled] .checkoutStepLinks input.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.checkoutStepLinks input:hover,
.checkoutStepLinks input:focus,
.checkoutStepLinks input.focus,
.checkoutStepLinks input:active,
.checkoutStepLinks input.active,
.open > .dropdown-toggle.checkoutStepLinks input {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.checkoutStepLinks input:active,
.checkoutStepLinks input.active,
.open > .dropdown-toggle.checkoutStepLinks input {
  background-image: none;
}
.checkoutStepLinks input.disabled,
.checkoutStepLinks input[disabled],
fieldset[disabled] .checkoutStepLinks input,
.checkoutStepLinks input.disabled:hover,
.checkoutStepLinks input[disabled]:hover,
fieldset[disabled] .checkoutStepLinks input:hover,
.checkoutStepLinks input.disabled:focus,
.checkoutStepLinks input[disabled]:focus,
fieldset[disabled] .checkoutStepLinks input:focus,
.checkoutStepLinks input.disabled.focus,
.checkoutStepLinks input[disabled].focus,
fieldset[disabled] .checkoutStepLinks input.focus,
.checkoutStepLinks input.disabled:active,
.checkoutStepLinks input[disabled]:active,
fieldset[disabled] .checkoutStepLinks input:active,
.checkoutStepLinks input.disabled.active,
.checkoutStepLinks input[disabled].active,
fieldset[disabled] .checkoutStepLinks input.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.checkoutStepLinks input .badge {
  color: #337ab7;
  background-color: #fff;
}
.checkoutStepLinks input:hover,
.checkoutStepLinks input:focus,
.checkoutStepLinks input:active,
.checkoutStepLinks input.active,
.open .dropdown-toggle.checkoutStepLinks input {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.checkoutStepLinks input.disabled,
.checkoutStepLinks input[disabled],
fieldset[disabled] .checkoutStepLinks input,
.checkoutStepLinks input.disabled:hover,
.checkoutStepLinks input[disabled]:hover,
fieldset[disabled] .checkoutStepLinks input:hover,
.checkoutStepLinks input.disabled:focus,
.checkoutStepLinks input[disabled]:focus,
fieldset[disabled] .checkoutStepLinks input:focus,
.checkoutStepLinks input.disabled:active,
.checkoutStepLinks input[disabled]:active,
fieldset[disabled] .checkoutStepLinks input:active,
.checkoutStepLinks input.disabled.active,
.checkoutStepLinks input[disabled].active,
fieldset[disabled] .checkoutStepLinks input.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.checkoutStepLinks input.orderreview {
  float: right;
}
.checkoutStepLinks .back {
  margin: 11px 15px 0 0;
  float: left;
}
.checkoutStepLinks .back.orderreview {
  margin: 11px 15px 0 0;
  float: right;
  margin-top: 0;
}
#btnGoBack2 {
  margin-right: 15px;
}
.account-buttons {
  padding: 26px 0;
}
.checkoutFormErrors {
  margin: 0 0 20px 0;
}
.checkoutFormErrors strong,
.sectionProfileDetails strong {
  color: #cc0606;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}
.scfValidationSummary {
  margin-left: 0 !important;
}
.checkoutFormErrors ul,
.sectionProfileDetails ul,
.scfValidationSummary ul {
  color: #cc0606;
  list-style-type: disc;
  margin: 0 0 0 15px;
}
.scfValidationSummary ul {
  margin-bottom: 15px;
}
.scfCaptchaBorder {
  display: none;
}
.checkoutFormErrors li,
.sectionProfileDetails li,
.scfValidationSummary li {
  margin: 0 0 4px 0;
}
.checkoutForm .note {
  font-size: .9em;
  margin: 0 0 20px 0;
}
.checkoutForm .inlineInput {
  float: left;
  width: 70px;
  margin: 0 10px 0 0;
}
.checkoutForm .inlineInputRegionState {
  width: 110px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.checkoutForm .inlineInputRegionStatePostcode {
  width: 136px;
}
.checkoutForm .inlineInputRegionStatePostcode .txtInput {
  margin-right: 0;
}
.checkoutForm .register-form .inputContainer .inlineInputRegionStatePostcode .error {
  background-position: right -387px;
}
.checkoutForm .inlineFields .inputContainer {
  overflow: hidden;
}
.checkoutForm .chkBoxRow {
  margin: 0;
}
.checkoutForm .chkBoxRow input {
  vertical-align: top;
}
.checkoutForm .chkBoxRow input {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
}
.checkoutForm .chkBoxRow label {
  float: left;
  margin: 1px 0 0 0;
  width: 70%;
}
.checkoutForm .chkBoxRow .checkbox {
  display: inline;
  padding-left: 0px;
}
.checkoutForm .chkBoxRow a {
  font-weight: bold;
}
.is-order-review-page .giftAccessories .priceCol {
  padding-top: 23px;
}
/********************************************  LOGIN FORM  ********************************************/
.checkoutForm .loginBtn {
  margin: 5px 0 20px 0;
  width: 230px;
}
.main .signup-part {
  margin-bottom: 35px;
}
.checkoutForm .loginBtn input,
.main .signup-part .btn,
#DryZoneClose {
  width: 237px;
}
#DryZoneClose {
  display: block;
}
.DryZoneErrorMessage {
  display: inline-block;
  padding-bottom: 10px;
}
.main .signup-part .btn {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.main .signup-part .btn:focus,
.main .signup-part .btn:active:focus,
.main .signup-part .btn.active:focus,
.main .signup-part .btn.focus,
.main .signup-part .btn:active.focus,
.main .signup-part .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main .signup-part .btn:hover,
.main .signup-part .btn:focus,
.main .signup-part .btn.focus {
  color: #333;
  text-decoration: none;
}
.main .signup-part .btn:active,
.main .signup-part .btn.active {
  outline: 0;
  background-image: none;
  -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);
}
.main .signup-part .btn.disabled,
.main .signup-part .btn[disabled],
fieldset[disabled] .main .signup-part .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main .signup-part .btn:hover,
.main .signup-part .btn:focus,
.main .signup-part .btn.focus,
.main .signup-part .btn:active,
.main .signup-part .btn.active,
.open > .dropdown-toggle.main .signup-part .btn {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.main .signup-part .btn:active,
.main .signup-part .btn.active,
.open > .dropdown-toggle.main .signup-part .btn {
  background-image: none;
}
.main .signup-part .btn.disabled,
.main .signup-part .btn[disabled],
fieldset[disabled] .main .signup-part .btn,
.main .signup-part .btn.disabled:hover,
.main .signup-part .btn[disabled]:hover,
fieldset[disabled] .main .signup-part .btn:hover,
.main .signup-part .btn.disabled:focus,
.main .signup-part .btn[disabled]:focus,
fieldset[disabled] .main .signup-part .btn:focus,
.main .signup-part .btn.disabled.focus,
.main .signup-part .btn[disabled].focus,
fieldset[disabled] .main .signup-part .btn.focus,
.main .signup-part .btn.disabled:active,
.main .signup-part .btn[disabled]:active,
fieldset[disabled] .main .signup-part .btn:active,
.main .signup-part .btn.disabled.active,
.main .signup-part .btn[disabled].active,
fieldset[disabled] .main .signup-part .btn.active {
  background-color: #fff;
  border-color: #ccc;
}
.main .signup-part .btn .badge {
  color: #fff;
  background-color: #333;
}
.main .signup-part .btn:hover,
.main .signup-part .btn:focus,
.main .signup-part .btn:active,
.main .signup-part .btn.active,
.open .dropdown-toggle.main .signup-part .btn {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.main .signup-part .btn.disabled,
.main .signup-part .btn[disabled],
fieldset[disabled] .main .signup-part .btn,
.main .signup-part .btn.disabled:hover,
.main .signup-part .btn[disabled]:hover,
fieldset[disabled] .main .signup-part .btn:hover,
.main .signup-part .btn.disabled:focus,
.main .signup-part .btn[disabled]:focus,
fieldset[disabled] .main .signup-part .btn:focus,
.main .signup-part .btn.disabled:active,
.main .signup-part .btn[disabled]:active,
fieldset[disabled] .main .signup-part .btn:active,
.main .signup-part .btn.disabled.active,
.main .signup-part .btn[disabled].active,
fieldset[disabled] .main .signup-part .btn.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.main .signup-part .btn:hover,
.main .signup-part .btn:focus,
.main .signup-part .btn.focus,
.main .signup-part .btn:active,
.main .signup-part .btn.active,
.open > .dropdown-toggle.main .signup-part .btn {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.main .signup-part .btn:active,
.main .signup-part .btn.active,
.open > .dropdown-toggle.main .signup-part .btn {
  background-image: none;
}
.main .signup-part .btn.disabled,
.main .signup-part .btn[disabled],
fieldset[disabled] .main .signup-part .btn,
.main .signup-part .btn.disabled:hover,
.main .signup-part .btn[disabled]:hover,
fieldset[disabled] .main .signup-part .btn:hover,
.main .signup-part .btn.disabled:focus,
.main .signup-part .btn[disabled]:focus,
fieldset[disabled] .main .signup-part .btn:focus,
.main .signup-part .btn.disabled.focus,
.main .signup-part .btn[disabled].focus,
fieldset[disabled] .main .signup-part .btn.focus,
.main .signup-part .btn.disabled:active,
.main .signup-part .btn[disabled]:active,
fieldset[disabled] .main .signup-part .btn:active,
.main .signup-part .btn.disabled.active,
.main .signup-part .btn[disabled].active,
fieldset[disabled] .main .signup-part .btn.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.main .signup-part .btn .badge {
  color: #337ab7;
  background-color: #fff;
}
.main .signup-part .btn:hover,
.main .signup-part .btn:focus,
.main .signup-part .btn:active,
.main .signup-part .btn.active,
.open .dropdown-toggle.main .signup-part .btn {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.main .signup-part .btn.disabled,
.main .signup-part .btn[disabled],
fieldset[disabled] .main .signup-part .btn,
.main .signup-part .btn.disabled:hover,
.main .signup-part .btn[disabled]:hover,
fieldset[disabled] .main .signup-part .btn:hover,
.main .signup-part .btn.disabled:focus,
.main .signup-part .btn[disabled]:focus,
fieldset[disabled] .main .signup-part .btn:focus,
.main .signup-part .btn.disabled:active,
.main .signup-part .btn[disabled]:active,
fieldset[disabled] .main .signup-part .btn:active,
.main .signup-part .btn.disabled.active,
.main .signup-part .btn[disabled].active,
fieldset[disabled] .main .signup-part .btn.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
/********************* FORGOT PASSWORD  ***********************/
.accountforgottenpassword-page-type .checkoutForm .error .inputContainer {
  background-position: 231px -387px;
}
.accountforgottenpassword-page-type .checkoutForm .submitBtn {
  margin-top: 10px;
}
/*******************************************  PRODUCT LIST  *******************************************/
.colMain .productToolbar {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.colMain .productToolbar .sort {
  overflow: hidden;
  padding-bottom: 15px;
}
.colMain .productToolbar .resuls {
  overflow: hidden;
}
.colMain .productToolbar label {
  float: left;
  margin: 2px 0 0 0;
}
.colMain .productToolbar select {
  float: left;
  margin: 0 5px;
}
.colMain .pagination {
  overflow: hidden;
  font-size: 1.1em;
  margin: 15px 0;
  padding: 0;
}
.colMain .pageResult {
  padding-bottom: 15px;
}
.colMain .pageControls li {
  list-style: none;
  float: left;
  margin: 0 0 0 6px;
}
.colMain .pageControls li:first-child {
  margin-left: 0;
}
.colMain .pageControls a {
  padding: 2px;
}
.colMain .pageControls .current a {
  color: #353535;
  cursor: default;
}
.colMain .pageControls .current a:hover {
  text-decoration: none;
}
.colMain .productList {
  border-top: 1px #d8d8d8 solid;
  margin-bottom: 15px;
}
.colMain.productListWithNoPaging .productList {
  border-top: 0px;
}
.productList {
  margin: 20px -20px 0 -20px;
}
.productList > li {
  border-bottom: 1px #d8d8d8 solid;
  padding: 25px 0 25px 25%;
  overflow: hidden;
  position: relative;
}
.productList .hotspot {
  position: absolute;
  right: 15px;
  top: 40%;
  height: 15px;
  width: 30%;
  background: url(/assets/images/mobile/ico_next.png?v=21.3.0) no-repeat 96% 50%;
}
.productList .thumb {
  float: left;
  position: relative;
  left: -25%;
  margin: 0 -25% 0 0;
  width: 20%;
  min-width: 50px;
  height: 100%;
}
.productList .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.productList .thumb .shoutout {
  position: absolute;
  left: -20px;
  top: -10px;
  text-indent: -9999em;
  display: block;
  width: 60px;
  height: 70px;
  background-repeat: no-repeat;
}
.specials {
  font-size: 1rem;
  font-weight: bold !important;
}
.productList h2 {
  margin-right: 10%;
}
.productList p {
  margin: 0 0 1em 0;
}
.productList .rating {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.productList .rating .starSet {
  margin: 3px 4px 0 0;
}
.productList .rating .reviews {
  float: left;
}
.productList .rating .reviews a {
  margin: 0 0 0 4px;
}
.productList .priceStockDetail {
  width: 74%;
}
.productList .priceStockDetail dl {
  overflow: hidden;
  margin: 5px 0 0 0;
  width: 90%;
}
.productList .priceStockDetail dt {
  width: 45%;
  float: left;
  padding: 0 0 5px 0;
  clear: left;
  font-weight: normal;
}
.productList .priceStockDetail dd {
  width: 30%;
  float: left;
  text-align: right;
  padding: 0 0 5px 0;
  font-weight: bold;
}
.productList .priceStockDetail dd span {
  font-weight: bold;
}
.productList .limitedAvailability {
  font-size: 0.9em;
  padding: 6px 0 3px 26px;
}
select#sortByTop {
  width: 237px;
  padding: 3px 3px 3px 4px;
  border: 1px #888 solid;
  color: #353535;
}
.limitedAvailability {
  font-weight: bold;
  line-height: 1em;
  padding: 3px 0 3px 26px;
  background: url(/assets/images/mobile/ico-small.png?v=21.3.0) no-repeat left -597px;
  display: inline-block;
}
.productList .valueSmall {
  float: left;
}
.productList .actions {
  width: auto;
  padding-top: 10px;
}
.productList .actions .btnAddToCart:hover {
  background-color: #333333;
}
.search-page-type .colLeft {
  margin-bottom: 25px;
}
.colLeft .filterBlock {
  margin: 0 0 15px 0;
  max-height: 150px;
  overflow-y: auto;
}
.colLeft .filterBlock .filterHeading {
  font-size: 1.3em;
  margin: 0 0 5px 4px;
  font-family: 'FuturaStdBoldCondensed';
  text-transform: capitalize;
}
.colLeft .filterBlock ul {
  border-top: 1px #d8d8d8 solid;
}
.colLeft .filterBlock li {
  border-bottom: 1px #d8d8d8 solid;
  padding-bottom: 0;
}
.colLeft .filterBlock.filterActive li {
  display: none;
}
.colLeft .filterBlock.filterActive .expandLink {
  display: none;
}
.colLeft .filterBlock.filterActive li.selected {
  display: list-item;
}
.colLeft .filterBlock a:hover {
  background-color: #f7f7f7 !important;
  text-decoration: none;
}
.colLeft .filterBlock li.selected a {
  background: url(/assets/images/mobile/ico-filter-close.png?v=21.3.0) no-repeat 125px center;
}
.colLeft .filterBlock li.selected a {
  background: url(/assets/images/mobile/ico-small.png?v=21.3.0) no-repeat 120px -491px;
}
.colLeft .filterBlock .expandLink {
  color: #d2232a;
  font-weight: bold;
  font-size: .75em;
  padding: 6px 4px;
  cursor: pointer;
}
.colLeft .filterBlock .expandLink:hover {
  text-decoration: underline;
}
.colLeft .filterBlock a {
  display: block;
  font-weight: normal;
  padding: 6px 20px 6px 4px;
}
/******************************************  PRODUCT DETAIL  ******************************************/
.fullImg {
  position: relative;
  margin: 10px 0 10px 0;
  width: 50%;
  float: left;
  text-align: center;
}
.fullImg .shoutout {
  width: 50px;
  height: 70px;
  position: absolute;
  left: 19px;
  top: 2px;
  text-indent: -9999em;
  display: block;
}
.productDetails p {
  margin: 0 0 1.5em;
}
.productDetails .valueContainer {
  float: right;
  width: 50%;
  position: relative;
  padding-bottom: 10px;
}
.productDetails .valueContainer .line1 {
  font-size: 3em;
  font-weight: bold;
}
.productDetails .valueContainer .line1 span {
  font-weight: bold;
}
.productDetails .valueContainer .line2 {
  font-weight: bold;
}
.productDetails .rating {
  float: right;
  width: 50%;
  padding-bottom: 3px;
}
.productDetails .rating .starSet {
  margin: 4px 4px 0 0;
}
.productDetails .rating .reviews {
  padding: 2px 0;
}
.productDetails .rating .reviews {
  float: left;
}
.productDetails .priceStockDetail {
  width: 50%;
  float: right;
  padding-bottom: 13px;
}
.productDetails .priceStockDetail dl {
  overflow: hidden;
}
.productDetails .priceStockDetail .specials {
  font-size: 1em;
}
.productDetails .priceStockDetail dt {
  width: 35px;
  float: left;
  padding: 0 0 7px 0;
}
.productDetails .reviewForm p {
  margin-top: 15px;
}
.productDetails .priceStockDetail dd {
  width: 50px;
  float: left;
  padding: 0 0 7px 0;
  font-weight: bold;
  margin: 0;
}
.productDetails .priceStockDetail dd span {
  font-weight: bold;
}
.productDetails .priceStockDetail dd.stockLevel0 {
  color: #252d6c;
}
.productDetails .priceStockDetail dd.stockLevel1 {
  color: #737373;
}
.productDetails .priceStockDetail dd.stockLevel2 {
  color: #7fb90e;
}
.productDetails .actions {
  width: 50%;
  float: right;
  margin-bottom: 15px;
}
.productDetails .expandable {
  border-top: 1px solid #d8d8d8;
}
.productDetails .expandable h2 {
  margin: 0;
}
.productDetails .expandable h2 a {
  display: block;
  font-size: 1em;
  padding: 20px;
  background: url(/assets/images/mobile/ico_expand.png?v=21.3.0) no-repeat right -10px;
}
.productDetails .expandable h2 a.active {
  background-position: right 30px;
}
.productDetails .expandable h2 a:hover {
  text-decoration: none;
}
.productDetails .expandable > div {
  padding: 0 20px 5px;
}
.productDetails dl dt {
  font-weight: bold;
}
.productDetails dl dd {
  margin-bottom: 1em;
}
.productReviews h2 {
  font-size: 1.25em;
  color: #363636;
}
.productReviews li {
  margin: 0 0 15px 0;
}
.productReviews .reviewHeadingContainer {
  overflow: hidden;
}
.productReviews .reviewHeading {
  float: left;
  margin: 0 0 8px 0;
}
.productReviews .starSet {
  margin: 0 8px 0 0;
}
.postReview {
  margin: 0 0 30px 0;
}
.postReview .reviewForm {
  display: none;
}
.postReview.expanded .reviewForm {
  display: block;
  font-size: 1.33333em;
  margin-top: 15px;
}
.postReview .postReviewHeading {
  font-size: .875em;
  border-bottom: 5px #d2232a solid;
  padding: 0 0 4px 12px;
  cursor: pointer;
  background: url(/assets/images/mobile/ico-small.png?v=21.3.0) no-repeat -8px -196px;
}
.postReview.expanded h2 {
  background-position: -8px -296px;
}
.postReview li {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.postReview label,
.postReview span.label {
  color: #393939;
  font-size: .75em;
  float: left;
  width: 86px;
  margin: 4px 0 5px;
}
.postReview span.error {
  color: #ff0000;
}
.postReview .txtInput {
  font-size: .75em;
  width: 155px;
  padding: 3px 0 3px 5px;
  border: 1px #e5e5e5 solid;
  background: #fbfbfb;
}
.postReview textarea {
  font-size: .75em;
  padding: 3px 0 3px 5px;
  border: 1px #e5e5e5 solid;
  background: #fbfbfb;
  height: 100px;
}
.postReview .starSetActive {
  margin: 5px 0 0 0;
  height: 18px;
}
.postReview .chkboxRow {
  padding: 15px 0;
}
.postReview .chkboxRow input {
  float: left;
  margin: 1px 5px 0 86px;
  width: 15px;
  height: 15px;
}
.productDetails .postReview .chkboxRow input {
  margin-left: 0;
}
.postReview .chkboxRow label {
  float: none;
}
.postReview .submitBtn {
  background: #232323;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  color: #fff;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 86px;
  overflow: visible;
  width: auto;
}
.postReview .submitBtn:hover {
  background: #444;
}
.addToCart_spinner {
  padding: 0!important;
  float: left;
  width: 22px;
  margin-left: 8px!important;
  margin-right: 0!important;
  margin-bottom: 0!important;
  margin-top: 5px!important;
  position: relative;
  display: none;
}
/********************************************  STAR SETS  *********************************************/
.starSet {
  float: left;
  height: 12px;
  width: 62px;
  background: url(/assets/images/mobile/ico-stars.png?v=21.3.0);
  text-indent: -9999em;
}
.starSet.stars5 {
  background-position: 0 0;
}
.starSet.stars4 {
  background-position: 0 -12px;
}
.starSet.stars3 {
  background-position: 0 -24px;
}
.starSet.stars2 {
  background-position: 0 -36px;
}
.starSet.stars1 {
  background-position: 0 -48px;
}
.starSet.stars0 {
  background-position: 0 -60px;
}
.starSetActive {
  float: left;
  padding: 0 1px;
  height: 12px;
  width: 60px;
  text-indent: -9999em;
}
.starSetActive ol {
  background: url(/assets/images/mobile/ico-stars.png?v=21.3.0);
  height: 12px;
  width: 60px;
}
.starSetActive ol.stars5,
body .starSetActive ol.stars5Hover {
  background-position: 0 0;
}
.starSetActive ol.stars4,
body .starSetActive ol.stars4Hover {
  background-position: 0 -12px;
}
.starSetActive ol.stars3,
body .starSetActive ol.stars3Hover {
  background-position: 0 -24px;
}
.starSetActive ol.stars2,
body .starSetActive ol.stars2Hover {
  background-position: 0 -36px;
}
.starSetActive ol.stars1,
body .starSetActive ol.stars1Hover {
  background-position: 0 -48px;
}
.starSetActive ol.stars0,
body .starSetActive ol.stars0Hover {
  background-position: 0 -60px;
}
.starSetActive li {
  float: left;
}
.starSetActive a {
  display: block;
  width: 12px;
  height: 12px;
}
/*****************************************  RELATED PRODUCTS  *****************************************/
.relatedProducts {
  position: relative;
  right: -20px;
}
.relatedProducts .relatedProductsHeader1,
.relatedProducts .relatedProductsHeader2 {
  width: 196px;
  text-indent: -9999em;
  background: url(/assets/images/mobile/bg/bg-related-products-headers.png?v=21.3.0);
}
.relatedProducts .relatedProductsHeader1 {
  height: 63px;
  background-position: 0 0;
}
.relatedProducts .relatedProductsHeader2 {
  height: 61px;
  background-position: 0 -63px;
}
.relatedProducts ul {
  padding: 0 0 6px 0;
  overflow: hidden;
  background: url(/assets/images/mobile/bg/bg-related-products-bottom.png?v=21.3.0) no-repeat left bottom;
}
.relatedProducts li {
  border-left: 3px #aebd22 solid;
  border-right: 3px #aebd22 solid;
  padding: 15px 11px 15px 85px;
  overflow: hidden;
  float: left;
  width: 94px;
}
.relatedProducts .thumb {
  float: left;
  position: relative;
  left: -75px;
  margin: 0 -80px 0 0;
}
.relatedProducts h3 {
  font-size: .75em;
  line-height: 1.25em;
  padding: 0 0 15px 0;
}
.relatedProducts h3 a {
  color: #222;
}
.relatedProducts .valueMed {
  margin: 0 0 17px 0;
}
.relatedProducts .rating .reviews {
  font-size: 10px;
  color: #444;
}
.relatedProducts .rating {
  padding: 0 0 10px 0;
}
.relatedProducts .actions {
  width: 94px;
}
.relatedProducts .actions .btnAddToCart {
  font-size: 9px;
  height: 20px;
  line-height: 20px;
  width: 66px;
}
/******************************************  CONTACT US  *******************************************/
.main .scfForm {
  font-size: 12px;
  font-family: 'Arial', Helvetica, sans-serif;
}
.main .scfForm h1,
.main .scfCaptchaLabel {
  display: none;
}
.main .scfIntroBorder {
  font-weight: bold;
  margin-bottom: 2em;
}
.main .scfDropListLabel,
.main .scfEmailLabel,
.main .scfMultipleLineTextLabel,
.main .scfSingleLineTextLabel,
.main .scfPasswordLabel,
.main .scfNumberLabel,
.main .scfDatePickerLabel,
.main .scfDateLabel,
.main .scfRadioButtonListLabel,
.main .scfCheckBoxListLabel,
.main .scfListBoxLabel,
.main .scfFileUploadLabel,
.main .scfDateSelectorLabel,
.main .scfCreditCardLabel,
.main .scfConfirmPasswordLabel,
.main .scfTelephoneLabel,
.main .scfSmsTelephoneLabel {
  width: 100%;
  padding-bottom: 6px;
  font-weight: bold;
}
.main .scfForm input,
.main .scfListBox,
.main .scfDropList,
.scfForm textarea {
  color: #353535;
}
.main .scfListBox,
.main .scfDropList {
  width: 237px;
  padding: 3px 3px 3px 4px;
  border: 1px solid #888888;
  margin-bottom: 15px;
}
.main .scfDropListGeneralPanel,
.main .scfSingleLineGeneralPanel,
.main .scfEmailGeneralPanel,
.main .scfTelephoneGeneralPanel,
.main .scfMultipleLineGeneralPanel {
  width: 248px;
}
.main .scfValidatorRequired,
.main .scfCaptchaLimitGeneralPanel .scfRequired,
.main .scfRequired,
.checkoutForm .inputContainer .error {
  float: left;
}
.main .scfValidatorRequired,
.checkoutForm .inputContainer .error {
  background: url(/assets/images/mobile/ico-small.png?v=21.3.0) no-repeat scroll right -393px transparent;
  display: block;
  height: 26px;
  text-indent: -999em;
  width: 15px;
}
.checkoutForm .inlineInputRegionState .error {
  background: url(/assets/mobile/mobile/ico-small.png?v=21.3.0) no-repeat scroll right -393px transparent;
  display: block;
  height: 26px;
  text-indent: -999em;
  width: 20px;
  float: left;
  margin-top: 5px;
}
.main .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
  margin-top: 10px;
}
.main .scfCaptchStrongTextPanel {
  width: 193px;
  margin-bottom: 20px;
}
.scfForm .scfSingleLineTextBox,
.scfForm .scfEmailTextBox,
.scfForm .scfTelephoneTextBox,
.scfForm .scfMultipleLineTextBox,
.scfForm .scfCaptchaTextBox {
  padding: 3px 0 3px 5px;
  width: 237px;
  margin-bottom: 15px;
  border: 1px solid #888888;
}
.scfForm .scfCaptchaLabelText {
  margin: 10px 0 0;
  display: block;
}
.scfForm .scfCaptchaTextBox {
  width: 182px;
  margin: 10px 0;
}
/* specific styles for contact-form submit button */
.scfForm .scfSubmitButtonBorder {
  padding: 10px 0;
}
.scfForm .scfSubmitButtonBorder input {
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.scfForm .scfSubmitButtonBorder input:hover,
.scfForm .scfSubmitButtonBorder input:focus,
.scfForm .scfSubmitButtonBorder input:active,
.scfForm .scfSubmitButtonBorder input.active,
.open .dropdown-toggle.scfForm .scfSubmitButtonBorder input {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.scfForm .scfSubmitButtonBorder input.disabled,
.scfForm .scfSubmitButtonBorder input[disabled],
fieldset[disabled] .scfForm .scfSubmitButtonBorder input,
.scfForm .scfSubmitButtonBorder input.disabled:hover,
.scfForm .scfSubmitButtonBorder input[disabled]:hover,
fieldset[disabled] .scfForm .scfSubmitButtonBorder input:hover,
.scfForm .scfSubmitButtonBorder input.disabled:focus,
.scfForm .scfSubmitButtonBorder input[disabled]:focus,
fieldset[disabled] .scfForm .scfSubmitButtonBorder input:focus,
.scfForm .scfSubmitButtonBorder input.disabled:active,
.scfForm .scfSubmitButtonBorder input[disabled]:active,
fieldset[disabled] .scfForm .scfSubmitButtonBorder input:active,
.scfForm .scfSubmitButtonBorder input.disabled.active,
.scfForm .scfSubmitButtonBorder input[disabled].active,
fieldset[disabled] .scfForm .scfSubmitButtonBorder input.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.scfSectionBorderAsFieldSet {
  padding: 0px !important;
  margin: 0px !important;
}
/* styles specific for contact page, to make generic remove .contact-us-page-type and move to forms.less */
.contact-us-page-type .scfForm select.scfDropList,
.contact-us-page-type .scfForm input[type="text"],
.contact-us-page-type .scfForm textarea.scfMultipleLineTextBox {
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
}
.contact-us-page-type .scfForm select.scfDropList:focus,
.contact-us-page-type .scfForm input[type="text"]:focus,
.contact-us-page-type .scfForm textarea.scfMultipleLineTextBox:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
.contact-us-page-type .scfForm select.scfDropList {
  padding-right: 0px;
}
.contact-us-page-type .scfForm textarea.scfMultipleLineTextBox {
  height: auto;
  padding: 10px;
}
.contact-us-page-type h2 {
  margin: 1em 0 0.5em 0;
}
/*******************************************  STORE FINDER  *******************************************/
.storeList {
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}
.storeList address {
  display: block;
  margin-bottom: 10px;
}
.storeList address padding {
  margin: 0;
}
.storeList .phNum {
  display: block;
  margin-bottom: 10px;
}
.storeList h3 {
  margin: 0 0 3px 0;
  color: #000;
}
.storeList h3 a {
  color: #000;
}
.storeList .viewstoredetails {
  display: none;
}
.storeList li .marker {
  width: 18px;
  height: 80px;
  padding: 4px 0 0 0;
  text-align: center;
  color: #fff;
  background: url(/assets/images/mobile/1c/UI/location-pin.png?v=21.3.0) no-repeat 0 0;
  background-size: 18px 24px;
  float: left;
  margin: 0 10px 20px 0;
}
/******************************************  CART CONTROLS  *******************************************/
.actions .qtyInput {
  border: 1px solid #cecece;
  color: #202020;
  font-weight: bold;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  padding: 0 3px;
  text-align: center;
  width: 28px;
  float: left;
  margin-right: 2px;
}
.actions .btnAddToCart {
  background: #337ab7;
  border: 0 none;
  float: left;
  margin-left: 0;
  font-size: 1.1666em;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  width: 97px;
  -webkit-appearance: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.actions .btnAddToCart:focus,
.actions .btnAddToCart:active:focus,
.actions .btnAddToCart.active:focus,
.actions .btnAddToCart.focus,
.actions .btnAddToCart:active.focus,
.actions .btnAddToCart.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.actions .btnAddToCart:hover,
.actions .btnAddToCart:focus,
.actions .btnAddToCart.focus {
  color: #333;
  text-decoration: none;
}
.actions .btnAddToCart:active,
.actions .btnAddToCart.active {
  outline: 0;
  background-image: none;
  -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);
}
.actions .btnAddToCart.disabled,
.actions .btnAddToCart[disabled],
fieldset[disabled] .actions .btnAddToCart {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.actions .btnAddToCart:hover,
.actions .btnAddToCart:focus,
.actions .btnAddToCart.focus,
.actions .btnAddToCart:active,
.actions .btnAddToCart.active,
.open > .dropdown-toggle.actions .btnAddToCart {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.actions .btnAddToCart:active,
.actions .btnAddToCart.active,
.open > .dropdown-toggle.actions .btnAddToCart {
  background-image: none;
}
.actions .btnAddToCart.disabled,
.actions .btnAddToCart[disabled],
fieldset[disabled] .actions .btnAddToCart,
.actions .btnAddToCart.disabled:hover,
.actions .btnAddToCart[disabled]:hover,
fieldset[disabled] .actions .btnAddToCart:hover,
.actions .btnAddToCart.disabled:focus,
.actions .btnAddToCart[disabled]:focus,
fieldset[disabled] .actions .btnAddToCart:focus,
.actions .btnAddToCart.disabled.focus,
.actions .btnAddToCart[disabled].focus,
fieldset[disabled] .actions .btnAddToCart.focus,
.actions .btnAddToCart.disabled:active,
.actions .btnAddToCart[disabled]:active,
fieldset[disabled] .actions .btnAddToCart:active,
.actions .btnAddToCart.disabled.active,
.actions .btnAddToCart[disabled].active,
fieldset[disabled] .actions .btnAddToCart.active {
  background-color: #fff;
  border-color: #ccc;
}
.actions .btnAddToCart .badge {
  color: #fff;
  background-color: #333;
}
.actions .btnAddToCart:hover,
.actions .btnAddToCart:focus,
.actions .btnAddToCart:active,
.actions .btnAddToCart.active,
.open .dropdown-toggle.actions .btnAddToCart {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.actions .btnAddToCart.disabled,
.actions .btnAddToCart[disabled],
fieldset[disabled] .actions .btnAddToCart,
.actions .btnAddToCart.disabled:hover,
.actions .btnAddToCart[disabled]:hover,
fieldset[disabled] .actions .btnAddToCart:hover,
.actions .btnAddToCart.disabled:focus,
.actions .btnAddToCart[disabled]:focus,
fieldset[disabled] .actions .btnAddToCart:focus,
.actions .btnAddToCart.disabled:active,
.actions .btnAddToCart[disabled]:active,
fieldset[disabled] .actions .btnAddToCart:active,
.actions .btnAddToCart.disabled.active,
.actions .btnAddToCart[disabled].active,
fieldset[disabled] .actions .btnAddToCart.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.actions .btnAddToCart:hover,
.actions .btnAddToCart:focus,
.actions .btnAddToCart.focus,
.actions .btnAddToCart:active,
.actions .btnAddToCart.active,
.open > .dropdown-toggle.actions .btnAddToCart {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.actions .btnAddToCart:active,
.actions .btnAddToCart.active,
.open > .dropdown-toggle.actions .btnAddToCart {
  background-image: none;
}
.actions .btnAddToCart.disabled,
.actions .btnAddToCart[disabled],
fieldset[disabled] .actions .btnAddToCart,
.actions .btnAddToCart.disabled:hover,
.actions .btnAddToCart[disabled]:hover,
fieldset[disabled] .actions .btnAddToCart:hover,
.actions .btnAddToCart.disabled:focus,
.actions .btnAddToCart[disabled]:focus,
fieldset[disabled] .actions .btnAddToCart:focus,
.actions .btnAddToCart.disabled.focus,
.actions .btnAddToCart[disabled].focus,
fieldset[disabled] .actions .btnAddToCart.focus,
.actions .btnAddToCart.disabled:active,
.actions .btnAddToCart[disabled]:active,
fieldset[disabled] .actions .btnAddToCart:active,
.actions .btnAddToCart.disabled.active,
.actions .btnAddToCart[disabled].active,
fieldset[disabled] .actions .btnAddToCart.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.actions .btnAddToCart .badge {
  color: #337ab7;
  background-color: #fff;
}
.actions .btnAddToCart:hover,
.actions .btnAddToCart:focus,
.actions .btnAddToCart:active,
.actions .btnAddToCart.active,
.open .dropdown-toggle.actions .btnAddToCart {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.actions .btnAddToCart.disabled,
.actions .btnAddToCart[disabled],
fieldset[disabled] .actions .btnAddToCart,
.actions .btnAddToCart.disabled:hover,
.actions .btnAddToCart[disabled]:hover,
fieldset[disabled] .actions .btnAddToCart:hover,
.actions .btnAddToCart.disabled:focus,
.actions .btnAddToCart[disabled]:focus,
fieldset[disabled] .actions .btnAddToCart:focus,
.actions .btnAddToCart.disabled:active,
.actions .btnAddToCart[disabled]:active,
fieldset[disabled] .actions .btnAddToCart:active,
.actions .btnAddToCart.disabled.active,
.actions .btnAddToCart[disabled].active,
fieldset[disabled] .actions .btnAddToCart.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.actions .btnAddToWishlist {
  background: #f7f7f7;
  border: 1px #d1d3d4 solid;
  cursor: pointer;
  color: #353535;
  height: 26px;
  line-height: 26px;
  width: 135px;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.actions .btnAddToWishlist:hover {
  background-color: #e8e8e8;
}
.actions .wishlist-dropdown {
  border: 1px solid #D1D3D4;
  padding: 10px;
  width: 113px;
}
.actions .wishlist-dropdown span,
.actions .wishlist-dropdown .remove-from .remove-from-span {
  display: block;
  padding-bottom: 8px;
}
.actions .wishlist-dropdown .add-to {
  padding-bottom: 5px;
}
.actions .wishlist-dropdown .btnCreateNewWishList {
  padding-top: 10px;
}
.actions .wishlist-dropdown .remove-from span,
.actions .wishlist-dropdown span.add-to-label {
  padding-bottom: 0;
}
.actions .wishlist-dropdown .remove-from {
  padding-top: 10px;
}
#wishListsPanelNewWishListDiv .txtInput {
  width: 106px;
  padding: 3px;
  margin-bottom: 10px;
}
.main #btnCreateNewWishListAdd,
.main .btnCancelCreateNewWishList {
  padding: 0 9px;
  height: 26px;
  line-height: 26px;
}
.divAddToWishListControl {
  clear: both;
}
.divAddToWishListControl #messageDIV {
  padding-top: 10px;
}
.actions .soldOutMessage {
  width: 128px;
  background: #252d6c;
  color: #fff;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
}
/******************************************  Party planner  *******************************************/
.party-planner {
  width: 100%;
  margin-bottom: 30px;
}
.party-planner tr td,
.party-planner tr th {
  padding: 7px 0;
  width: 32%;
}
.party-planner tr th {
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
}
.party-planner tr td input {
  border: 1px solid #888888;
  padding: 3px 0 3px 5px;
  width: 39px;
}
.party-planner tr.last-row td {
  padding-bottom: 20px;
}
.party-planner tr.button-row td {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}
.btn-right {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0;
}
.partyplanner-page-type .print-btn {
  display: none;
}
/******************************************  TASTINGS  *******************************************/
.homeListType2 .shoutout {
  width: 50px;
  height: 63px;
  position: absolute;
  left: -10px;
  top: 25px;
  text-indent: -9999em;
  display: block;
}
.pb8 {
  padding-bottom: 8px;
  display: block;
}
.noBorder {
  border: none !important;
}
.main ul.list {
  list-style: disc outside none;
  margin: 0 0 20px 15px;
}
ul li {
  padding-bottom: 10px;
}
/* Container */
#simplemodal-container {
  width: 250px;
  color: #000000;
  background-color: #fff;
  border: 4px solid #f9f8f8;
  padding: 29px 25px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  height: auto !important;
}
#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}
.press-tiles {
  margin-top: 20px;
  margin-bottom: 20px;
}
.press-tiles a {
  display: block;
  padding-bottom: 10px;
}
.overview-footer {
  margin-top: 20px;
}
#simplemodal-container .popup-link {
  color: #333333;
  text-decoration: underline;
  margin-left: 5px;
  font-size: 13px;
}
#simplemodal-container select {
  margin-bottom: 10px;
}
#StateChangedPanel span {
  display: block;
}
.freeItemPopup_spinner {
  position: relative;
  display: none;
  background: url(/assets/images/mobile/ajax-loader.gif?v=21.3.0) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.freeItemPopup_DropDownListContainer {
  clear: both;
  height: 30px;
  width: 150px;
}
#FreeProductSelectionPopup #errormessage {
  color: red;
  font-weight: bold;
  font-size: 0.8em;
  display: none;
  padding-bottom: 10px;
}
.disabled-label {
  color: Gray;
}
/***********************
Bundle Product Details
***********************/
.bundleProductDetails .actions {
  width: 140px;
  margin: 0 0 1.667em;
  overflow: hidden;
}
/* Bundle Product What's Included *************************/
.bundleIncludesList .thumb {
  display: block;
  width: 50px;
  height: 70px;
  text-align: center;
  position: relative;
  float: left;
}
#content .bundleIncludesList .thumb img {
  height: 60px;
}
.main ul.bundleIncludesList li {
  padding: 0 0 20px;
}
.bundleIncludesList h3 {
  margin: 0.313em 0 0 65px;
  font-size: 1.167em;
  line-height: 1.286em;
}
.bundleIncludesList h3 a {
  color: #414141;
}
.bundleIncludesList .content {
  min-height: 40px;
  position: relative;
  width: 288px;
  clear: left;
  font-size: 1em;
  line-height: 1.250em;
}
.bundleIncludesList .content_clip {
  width: 288px;
  position: relative;
}
.bundleIncludesList .content_more {
  background: #fff;
  position: relative;
}
.bundleIncludesList .detailsTable {
  width: 100%;
  color: #414141;
  margin: 20px 0 0 0;
}
.bundleIncludesList .detailsTable th {
  width: 100px;
  font-weight: bold;
}
.bundleIncludesList .detailsTable th,
.bundleIncludesList .detailsTable td {
  padding: 0.417em;
}
.bundleIncludesList .detailsTable tr.dark th,
.bundleIncludesList .detailsTable tr.dark td {
  background: #f1f2f2;
}
.bundleIncludesList .thumb .shoutout {
  background-size: 100%;
  display: block;
  height: 30px;
  left: 1px;
  position: absolute;
  text-indent: -9999em;
  top: -5px;
  width: 25px;
}
/****************************************
   BUNDLED PRODUCT DETAILS PAGE
****************************************/
.bundleProductDetails .fullImg {
  width: 100% !important;
}
#AddToCart_ConfirmationMessage {
  clear: both;
  display: none;
}
/* ADDRESS ENTRY + QAS */
.autoCompleteInput {
  width: 400px;
}
.autocomplete {
  padding-top: 3px;
  font-size: 12px;
  font-family: 'Arial', Helvetica, sans-serif;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
}
.autocomplete .selected {
  background: #C6C6C6;
}
.autocomplete .category {
  background: #eee;
  font-family: 'ProximaNovaExtraCondens1529447', Helvetica, Arial, sans-serif;
  padding: 5px 15px;
}
.autocomplete .summary {
  background: #eee;
  font-family: 'ProximaNovaExtraCondens1529447', Helvetica, Arial, sans-serif;
  padding: 5px 15px;
}
.autocomplete div {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete strong {
  font-weight: normal;
  color: #3399FF;
}
.qasLinkChange {
  font-size: 12px;
  display: none;
  text-align: right;
  height: 15px;
  line-height: 15px;
}
.qasAddressLineContainer {
  width: 280px;
  vertical-align: bottom;
}
.register-form .qasEnabled .txtInput,
#addressEntry .qasEnabled .txtInput {
  /*width: 300px;*/
}
.register-form .qasEnabled p,
#addressEntry p {
  font-weight: normal !important;
}
.qasSpinner1 {
  display: none;
  visibility: hidden;
  width: 22px;
  height: auto;
}
.qasSpinner2 {
  display: block;
  visibility: hidden;
}
/* ----------- mobile signup form ----------- */
#mobilesignupform {
  width: 280px;
}
#mobilesignupform #signup,
#mobilesignupform #preferences,
#mobilesignupform #thankyou {
  margin-bottom: 20px;
}
#mobilesignupform label {
  color: black;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
#mobilesignupform fieldset li input[type='text'],
#mobilesignupform fieldset li input[type='email'],
#mobilesignupform fieldset li input[type='tel'],
#mobilesignupform fieldset div input[type='text'] {
  width: 222px;
  margin-top: 10px;
  clear: both;
  border: 1px solid #e2e9ef;
  border-top-color: #acadb2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 14px;
  padding: 5px 3px;
  border-radius: 0px;
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
}
#mobilesignupform fieldset li input[type='text']:focus,
#mobilesignupform fieldset li input[type='email']:focus,
#mobilesignupform fieldset li input[type='tel']:focus,
#mobilesignupform fieldset div input[type='text']:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
#mobilesignupform .error {
  color: #D2232A;
  font-size: 11px;
  display: block;
}
#mobilesignupform .over18 {
  margin-bottom: 20px;
  font-size: 11px;
}
#mobilesignupform fieldset div label input {
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #282828;
}
#mobilesignupform fieldset div label input#sms,
#mobilesignupform fieldset div label input#calls {
  background: #e5e5e5;
}
#mobilesignupform .last {
  margin-bottom: 10px;
}
#mobilesignupform .email-prefs {
  margin: 10px 0px;
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0px 25px 35px;
}
#mobilesignupform .email-prefs label {
  width: 50%;
  float: left;
  color: white;
}
#mobilesignupform #signupbutton,
#preferences #preferencesbutton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
#mobilesignupform #signupbutton:focus,
#preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton:active:focus,
#preferences #preferencesbutton:active:focus,
#mobilesignupform #signupbutton.active:focus,
#preferences #preferencesbutton.active:focus,
#mobilesignupform #signupbutton.focus,
#preferences #preferencesbutton.focus,
#mobilesignupform #signupbutton:active.focus,
#preferences #preferencesbutton:active.focus,
#mobilesignupform #signupbutton.active.focus,
#preferences #preferencesbutton.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mobilesignupform #signupbutton:hover,
#preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton:focus,
#preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton.focus,
#preferences #preferencesbutton.focus {
  color: #333;
  text-decoration: none;
}
#mobilesignupform #signupbutton:active,
#preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.active,
#preferences #preferencesbutton.active {
  outline: 0;
  background-image: none;
  -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);
}
#mobilesignupform #signupbutton.disabled,
#preferences #preferencesbutton.disabled,
#mobilesignupform #signupbutton[disabled],
#preferences #preferencesbutton[disabled],
fieldset[disabled] #mobilesignupform #signupbutton,
fieldset[disabled] #preferences #preferencesbutton {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mobilesignupform #signupbutton:hover,
#preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton:focus,
#preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton.focus,
#preferences #preferencesbutton.focus,
#mobilesignupform #signupbutton:active,
#preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.active,
#preferences #preferencesbutton.active,
.open > .dropdown-toggle#mobilesignupform #signupbutton,
.open > .dropdown-toggle#preferences #preferencesbutton {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#mobilesignupform #signupbutton:active,
#preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.active,
#preferences #preferencesbutton.active,
.open > .dropdown-toggle#mobilesignupform #signupbutton,
.open > .dropdown-toggle#preferences #preferencesbutton {
  background-image: none;
}
#mobilesignupform #signupbutton.disabled,
#preferences #preferencesbutton.disabled,
#mobilesignupform #signupbutton[disabled],
#preferences #preferencesbutton[disabled],
fieldset[disabled] #mobilesignupform #signupbutton,
fieldset[disabled] #preferences #preferencesbutton,
#mobilesignupform #signupbutton.disabled:hover,
#preferences #preferencesbutton.disabled:hover,
#mobilesignupform #signupbutton[disabled]:hover,
#preferences #preferencesbutton[disabled]:hover,
fieldset[disabled] #mobilesignupform #signupbutton:hover,
fieldset[disabled] #preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton.disabled:focus,
#preferences #preferencesbutton.disabled:focus,
#mobilesignupform #signupbutton[disabled]:focus,
#preferences #preferencesbutton[disabled]:focus,
fieldset[disabled] #mobilesignupform #signupbutton:focus,
fieldset[disabled] #preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton.disabled.focus,
#preferences #preferencesbutton.disabled.focus,
#mobilesignupform #signupbutton[disabled].focus,
#preferences #preferencesbutton[disabled].focus,
fieldset[disabled] #mobilesignupform #signupbutton.focus,
fieldset[disabled] #preferences #preferencesbutton.focus,
#mobilesignupform #signupbutton.disabled:active,
#preferences #preferencesbutton.disabled:active,
#mobilesignupform #signupbutton[disabled]:active,
#preferences #preferencesbutton[disabled]:active,
fieldset[disabled] #mobilesignupform #signupbutton:active,
fieldset[disabled] #preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.disabled.active,
#preferences #preferencesbutton.disabled.active,
#mobilesignupform #signupbutton[disabled].active,
#preferences #preferencesbutton[disabled].active,
fieldset[disabled] #mobilesignupform #signupbutton.active,
fieldset[disabled] #preferences #preferencesbutton.active {
  background-color: #fff;
  border-color: #ccc;
}
#mobilesignupform #signupbutton .badge,
#preferences #preferencesbutton .badge {
  color: #fff;
  background-color: #333;
}
#mobilesignupform #signupbutton:hover,
#preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton:focus,
#preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton:active,
#preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.active,
#preferences #preferencesbutton.active,
.open .dropdown-toggle#mobilesignupform #signupbutton,
.open .dropdown-toggle#preferences #preferencesbutton {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#mobilesignupform #signupbutton.disabled,
#preferences #preferencesbutton.disabled,
#mobilesignupform #signupbutton[disabled],
#preferences #preferencesbutton[disabled],
fieldset[disabled] #mobilesignupform #signupbutton,
fieldset[disabled] #preferences #preferencesbutton,
#mobilesignupform #signupbutton.disabled:hover,
#preferences #preferencesbutton.disabled:hover,
#mobilesignupform #signupbutton[disabled]:hover,
#preferences #preferencesbutton[disabled]:hover,
fieldset[disabled] #mobilesignupform #signupbutton:hover,
fieldset[disabled] #preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton.disabled:focus,
#preferences #preferencesbutton.disabled:focus,
#mobilesignupform #signupbutton[disabled]:focus,
#preferences #preferencesbutton[disabled]:focus,
fieldset[disabled] #mobilesignupform #signupbutton:focus,
fieldset[disabled] #preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton.disabled:active,
#preferences #preferencesbutton.disabled:active,
#mobilesignupform #signupbutton[disabled]:active,
#preferences #preferencesbutton[disabled]:active,
fieldset[disabled] #mobilesignupform #signupbutton:active,
fieldset[disabled] #preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.disabled.active,
#preferences #preferencesbutton.disabled.active,
#mobilesignupform #signupbutton[disabled].active,
#preferences #preferencesbutton[disabled].active,
fieldset[disabled] #mobilesignupform #signupbutton.active,
fieldset[disabled] #preferences #preferencesbutton.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#mobilesignupform #signupbutton:hover,
#preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton:focus,
#preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton.focus,
#preferences #preferencesbutton.focus,
#mobilesignupform #signupbutton:active,
#preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.active,
#preferences #preferencesbutton.active,
.open > .dropdown-toggle#mobilesignupform #signupbutton,
.open > .dropdown-toggle#preferences #preferencesbutton {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
#mobilesignupform #signupbutton:active,
#preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.active,
#preferences #preferencesbutton.active,
.open > .dropdown-toggle#mobilesignupform #signupbutton,
.open > .dropdown-toggle#preferences #preferencesbutton {
  background-image: none;
}
#mobilesignupform #signupbutton.disabled,
#preferences #preferencesbutton.disabled,
#mobilesignupform #signupbutton[disabled],
#preferences #preferencesbutton[disabled],
fieldset[disabled] #mobilesignupform #signupbutton,
fieldset[disabled] #preferences #preferencesbutton,
#mobilesignupform #signupbutton.disabled:hover,
#preferences #preferencesbutton.disabled:hover,
#mobilesignupform #signupbutton[disabled]:hover,
#preferences #preferencesbutton[disabled]:hover,
fieldset[disabled] #mobilesignupform #signupbutton:hover,
fieldset[disabled] #preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton.disabled:focus,
#preferences #preferencesbutton.disabled:focus,
#mobilesignupform #signupbutton[disabled]:focus,
#preferences #preferencesbutton[disabled]:focus,
fieldset[disabled] #mobilesignupform #signupbutton:focus,
fieldset[disabled] #preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton.disabled.focus,
#preferences #preferencesbutton.disabled.focus,
#mobilesignupform #signupbutton[disabled].focus,
#preferences #preferencesbutton[disabled].focus,
fieldset[disabled] #mobilesignupform #signupbutton.focus,
fieldset[disabled] #preferences #preferencesbutton.focus,
#mobilesignupform #signupbutton.disabled:active,
#preferences #preferencesbutton.disabled:active,
#mobilesignupform #signupbutton[disabled]:active,
#preferences #preferencesbutton[disabled]:active,
fieldset[disabled] #mobilesignupform #signupbutton:active,
fieldset[disabled] #preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.disabled.active,
#preferences #preferencesbutton.disabled.active,
#mobilesignupform #signupbutton[disabled].active,
#preferences #preferencesbutton[disabled].active,
fieldset[disabled] #mobilesignupform #signupbutton.active,
fieldset[disabled] #preferences #preferencesbutton.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#mobilesignupform #signupbutton .badge,
#preferences #preferencesbutton .badge {
  color: #337ab7;
  background-color: #fff;
}
#mobilesignupform #signupbutton:hover,
#preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton:focus,
#preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton:active,
#preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.active,
#preferences #preferencesbutton.active,
.open .dropdown-toggle#mobilesignupform #signupbutton,
.open .dropdown-toggle#preferences #preferencesbutton {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#mobilesignupform #signupbutton.disabled,
#preferences #preferencesbutton.disabled,
#mobilesignupform #signupbutton[disabled],
#preferences #preferencesbutton[disabled],
fieldset[disabled] #mobilesignupform #signupbutton,
fieldset[disabled] #preferences #preferencesbutton,
#mobilesignupform #signupbutton.disabled:hover,
#preferences #preferencesbutton.disabled:hover,
#mobilesignupform #signupbutton[disabled]:hover,
#preferences #preferencesbutton[disabled]:hover,
fieldset[disabled] #mobilesignupform #signupbutton:hover,
fieldset[disabled] #preferences #preferencesbutton:hover,
#mobilesignupform #signupbutton.disabled:focus,
#preferences #preferencesbutton.disabled:focus,
#mobilesignupform #signupbutton[disabled]:focus,
#preferences #preferencesbutton[disabled]:focus,
fieldset[disabled] #mobilesignupform #signupbutton:focus,
fieldset[disabled] #preferences #preferencesbutton:focus,
#mobilesignupform #signupbutton.disabled:active,
#preferences #preferencesbutton.disabled:active,
#mobilesignupform #signupbutton[disabled]:active,
#preferences #preferencesbutton[disabled]:active,
fieldset[disabled] #mobilesignupform #signupbutton:active,
fieldset[disabled] #preferences #preferencesbutton:active,
#mobilesignupform #signupbutton.disabled.active,
#preferences #preferencesbutton.disabled.active,
#mobilesignupform #signupbutton[disabled].active,
#preferences #preferencesbutton[disabled].active,
fieldset[disabled] #mobilesignupform #signupbutton.active,
fieldset[disabled] #preferences #preferencesbutton.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
#mobilesignupform .cancel {
  background: #bbb;
}
#mobilesignupform input[type='text'] {
  font-size: 1em;
  width: 200px;
  padding: 8px 0 4px 5px;
  border: 1px #888 solid;
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
}
#mobilesignupform input[type='text']:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
#mobilesignupform select {
  padding: 3px 3px 3px 4px;
  border: 1px solid #888;
  border-color: #bfbfbf;
  height: 36px;
  padding: 0 10px;
  border-radius: 0;
}
#mobilesignupform select:focus {
  outline: none;
  border-color: #bfbfbf;
  box-shadow: none;
}
#preferences h4 {
  margin-top: 25px;
  font-weight: bold;
  font-size: 14px;
}
#preferences p {
  margin-top: 10px;
}
#preferences fieldset h4:last-of-type {
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
}
#mobilesignupform #signupbutton:hover,
#preferences #preferencesbutto:hover {
  background: #D2232A;
}
.addthis_toolbox {
  padding: 1px 0;
  margin-left: 0;
  margin-bottom: 15px;
}
.addthis_toolbox .addthis_button_pinterest_pinit {
  top: 0px;
  margin-left: 0px;
}
.at_PinItButton {
  background-image: url(/assets/images/mobile/pinit.png?v=21.3.0) !important;
  height: 18px;
  line-height: 23px;
}
.at_PinItButton:hover {
  background-position: 0px -8px;
}
.addthis_toolbox .addthis_button_tweet {
  width: 61px;
  overflow: hidden;
}
.addthis_toolbox .addthis_button_facebook_like {
  width: 80px;
}
.addthis_toolbox .addthis_button_pinterest_pinit {
  width: 42px;
}
.addthis_toolbox .addthis_button_email {
  width: 59px;
  height: 20px;
  background: url(/assets/images/mobile/icons/share_email.png?v=21.3.0) no-repeat 0 0;
  display: inline-block;
  text-decoration: none;
}
.addthis_toolbox .addthis_button_email:hover {
  background-position: 0 -100px;
}
/* ------------------ Clear Fix */
.clearFix {
  display: inline-block;
}
.clearFix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
}
* html .clearFix {
  height: 1%;
}
.clearFix {
  display: block;
}
#mobilerefine .sort {
  float: right;
  padding: 0;
}
#mobilerefine .sort label {
  font-weight: bold;
  float: left;
  padding: 10px 6px 0 0;
}
.is-android #mobilerefine .sort label {
  padding-top: 15px;
}
#mobilerefine .sort select {
  background: white 62px 16px no-repeat;
  border: solid 1px #d9d9d9;
  height: 35px;
  margin: 0;
}
#mobilerefine .sort .sbHolder {
  float: right;
}
#activefilters {
  padding: 0 20px 12px;
}
#mobilerefine.open #activefilters {
  border-bottom: solid 1px #ededed;
}
#activefilters a {
  padding: 7px 12px 7px 28px;
  margin: 10px 5px 0 0;
  float: left;
  font-size: 1.167em;
  font-weight: bold;
  color: #333;
  border: solid 1px #d9d9d9;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#activefilters a:hover {
  text-decoration: none;
}
#mobilerefine .closed #activefilters {
  padding-bottom: 13px;
  background: left bottom repeat-x url(/assets/images/mobile/mobilerefine_bottom_x2.png?v=21.3.0);
  background-size: 1px;
  border: 0 none;
}
.search-page-type .mobilesearchheader:before {
  content: "\002018";
}
.search-page-type .mobilesearchheader:after {
  content: "\002019";
}
/* TEMPORARY :: Overrides other files */
/******************************************  Slideshow  *******************************************/
.homeSlider {
  width: 100%;
  height: auto;
}
.homeSlider .sliderViewport {
  width: 100%;
  height: auto;
}
.homeSlider .sliderViewport ul,
.homeSlider .sliderViewport li,
.homeSlider .sliderViewport img {
  width: 100%;
  height: auto;
}
.homeSlider .sliderViewport ul {
  padding: 0;
  margin: 0;
}
.homeSlider .sliderViewport ul:before,
.homeSlider .sliderViewport ul:after {
  content: " ";
  display: table;
}
.homeSlider .sliderViewport ul:after {
  clear: both;
}
.homeSlider .sliderViewport ul:before,
.homeSlider .sliderViewport ul:after {
  content: " ";
  display: table;
}
.homeSlider .sliderViewport ul:after {
  clear: both;
}
.homeSlider .sliderViewport ul:before,
.homeSlider .sliderViewport ul:after {
  content: " ";
  display: table;
}
.homeSlider .sliderViewport ul:after {
  clear: both;
}
.homeSlider .sliderViewport ul:before,
.homeSlider .sliderViewport ul:after {
  content: " ";
  display: table;
}
.homeSlider .sliderViewport ul:after {
  clear: both;
}
.homeSlider .sliderViewport img {
  max-width: 100%;
}
.homeSlider .sliderViewport a {
  display: block;
}
.homeSlider .sliderControls {
  position: relative;
  bottom: auto;
  right: auto;
}
.homeSlider .sliderControls a {
  border-radius: 50%;
  background: #777777;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.homeSlider .sliderControls a.activeSlide,
.homeSlider .sliderControls a:hover,
.homeSlider .sliderControls a:active {
  background: #000;
}
/* Checkout Overlay */
#checkout-overlay {
  background: #000000;
  cursor: pointer;
  display: none;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
#checkout-spinner {
  display: none;
  width: 220px;
  height: 220px;
  margin: -110px 0px 0px -110px;
  background: url(/Assets/images/spinner.gif?v=21.3.0) #FFF;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
}
.mobile-device .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1pxrem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px;
  color: #fff;
  background-color: #d2232a;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#d2232a), to(#d2232a));
  background-image: -webkit-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: -moz-linear-gradient(top, #d2232a 50%, #d2232a 50%);
  background-image: linear-gradient(to bottom, #d2232a 50%, #d2232a 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2232a', endColorstr='#ffd2232a', GradientType=0);
  border-color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
}
.mobile-device .btn:focus,
.mobile-device .btn:active:focus,
.mobile-device .btn.active:focus,
.mobile-device .btn.focus,
.mobile-device .btn:active.focus,
.mobile-device .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mobile-device .btn:hover,
.mobile-device .btn:focus,
.mobile-device .btn.focus {
  color: #333;
  text-decoration: none;
}
.mobile-device .btn:active,
.mobile-device .btn.active {
  outline: 0;
  background-image: none;
  -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);
}
.mobile-device .btn.disabled,
.mobile-device .btn[disabled],
fieldset[disabled] .mobile-device .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-device .btn:hover,
.mobile-device .btn:focus,
.mobile-device .btn.focus,
.mobile-device .btn:active,
.mobile-device .btn.active,
.open > .dropdown-toggle.mobile-device .btn {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.mobile-device .btn:active,
.mobile-device .btn.active,
.open > .dropdown-toggle.mobile-device .btn {
  background-image: none;
}
.mobile-device .btn.disabled,
.mobile-device .btn[disabled],
fieldset[disabled] .mobile-device .btn,
.mobile-device .btn.disabled:hover,
.mobile-device .btn[disabled]:hover,
fieldset[disabled] .mobile-device .btn:hover,
.mobile-device .btn.disabled:focus,
.mobile-device .btn[disabled]:focus,
fieldset[disabled] .mobile-device .btn:focus,
.mobile-device .btn.disabled.focus,
.mobile-device .btn[disabled].focus,
fieldset[disabled] .mobile-device .btn.focus,
.mobile-device .btn.disabled:active,
.mobile-device .btn[disabled]:active,
fieldset[disabled] .mobile-device .btn:active,
.mobile-device .btn.disabled.active,
.mobile-device .btn[disabled].active,
fieldset[disabled] .mobile-device .btn.active {
  background-color: #fff;
  border-color: #ccc;
}
.mobile-device .btn .badge {
  color: #fff;
  background-color: #333;
}
.mobile-device .btn:hover,
.mobile-device .btn:focus,
.mobile-device .btn:active,
.mobile-device .btn.active,
.open .dropdown-toggle.mobile-device .btn {
  color: #fff;
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.mobile-device .btn.disabled,
.mobile-device .btn[disabled],
fieldset[disabled] .mobile-device .btn,
.mobile-device .btn.disabled:hover,
.mobile-device .btn[disabled]:hover,
fieldset[disabled] .mobile-device .btn:hover,
.mobile-device .btn.disabled:focus,
.mobile-device .btn[disabled]:focus,
fieldset[disabled] .mobile-device .btn:focus,
.mobile-device .btn.disabled:active,
.mobile-device .btn[disabled]:active,
fieldset[disabled] .mobile-device .btn:active,
.mobile-device .btn.disabled.active,
.mobile-device .btn[disabled].active,
fieldset[disabled] .mobile-device .btn.active {
  background-color: #e0484e;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e0484e), to(#e0484e));
  background-image: -webkit-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: -moz-linear-gradient(top, #e0484e 50%, #e0484e 50%);
  background-image: linear-gradient(to bottom, #e0484e 50%, #e0484e 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0484e', endColorstr='#ffe0484e', GradientType=0);
  border-color: #e0484e;
}
.mobile-device .btn-xs {
  padding: 1px 5px;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  line-height: 1.5;
  border-radius: 0;
}
.mobile-device .btn-sm {
  font-size: 1.1rem;
  font-size: 11px;
  font-size: 0.6875pxrem;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 0.75pxrem;
  line-height: 1.5;
  border-radius: 0;
}
.mobile-device .btnXLg,
.mobile-device .btn-lg {
  padding: 10px 16px;
  font-size: 1.3rem;
  font-size: 13px;
  font-size: 0.8125pxrem;
  padding: 10px 12px;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 0.875pxrem;
  line-height: 1.3333333;
  border-radius: 0;
}
.mobile-device .btn.btn-secondary {
  border-width: 1px;
  color: #d2232a;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#f7f7f7), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f7f7f7 50%, #f7f7f7 50%);
  background-image: -moz-linear-gradient(top, #f7f7f7 50%, #f7f7f7 50%);
  background-image: linear-gradient(to bottom, #f7f7f7 50%, #f7f7f7 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.mobile-device .btn.btn-secondary:hover,
.mobile-device .btn.btn-secondary:focus,
.mobile-device .btn.btn-secondary:active,
.mobile-device .btn.btn-secondary.active,
.open .dropdown-toggle.mobile-device .btn.btn-secondary {
  color: #d2232a;
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#dedede), to(#dedede));
  background-image: -webkit-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: -moz-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: linear-gradient(to bottom, #dedede 50%, #dedede 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffdedede', GradientType=0);
  border-color: #a6a6a6;
}
.mobile-device .btn.btn-secondary.disabled,
.mobile-device .btn.btn-secondary[disabled],
fieldset[disabled] .mobile-device .btn.btn-secondary,
.mobile-device .btn.btn-secondary.disabled:hover,
.mobile-device .btn.btn-secondary[disabled]:hover,
fieldset[disabled] .mobile-device .btn.btn-secondary:hover,
.mobile-device .btn.btn-secondary.disabled:focus,
.mobile-device .btn.btn-secondary[disabled]:focus,
fieldset[disabled] .mobile-device .btn.btn-secondary:focus,
.mobile-device .btn.btn-secondary.disabled:active,
.mobile-device .btn.btn-secondary[disabled]:active,
fieldset[disabled] .mobile-device .btn.btn-secondary:active,
.mobile-device .btn.btn-secondary.disabled.active,
.mobile-device .btn.btn-secondary[disabled].active,
fieldset[disabled] .mobile-device .btn.btn-secondary.active {
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#dedede), to(#dedede));
  background-image: -webkit-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: -moz-linear-gradient(top, #dedede 50%, #dedede 50%);
  background-image: linear-gradient(to bottom, #dedede 50%, #dedede 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffdedede', GradientType=0);
  border-color: #a6a6a6;
}
.mobile-device .btn.btn-tertiary {
  border-width: 1px;
  color: #d2232a;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff 50%, #fff 50%);
  background-image: -moz-linear-gradient(top, #fff 50%, #fff 50%);
  background-image: linear-gradient(to bottom, #fff 50%, #fff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
}
.mobile-device .btn.btn-tertiary:hover,
.mobile-device .btn.btn-tertiary:focus,
.mobile-device .btn.btn-tertiary:active,
.mobile-device .btn.btn-tertiary.active,
.open .dropdown-toggle.mobile-device .btn.btn-tertiary {
  color: #d2232a;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: -moz-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: linear-gradient(to bottom, #e6e6e6 50%, #e6e6e6 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #a6a6a6;
}
.mobile-device .btn.btn-tertiary.disabled,
.mobile-device .btn.btn-tertiary[disabled],
fieldset[disabled] .mobile-device .btn.btn-tertiary,
.mobile-device .btn.btn-tertiary.disabled:hover,
.mobile-device .btn.btn-tertiary[disabled]:hover,
fieldset[disabled] .mobile-device .btn.btn-tertiary:hover,
.mobile-device .btn.btn-tertiary.disabled:focus,
.mobile-device .btn.btn-tertiary[disabled]:focus,
fieldset[disabled] .mobile-device .btn.btn-tertiary:focus,
.mobile-device .btn.btn-tertiary.disabled:active,
.mobile-device .btn.btn-tertiary[disabled]:active,
fieldset[disabled] .mobile-device .btn.btn-tertiary:active,
.mobile-device .btn.btn-tertiary.disabled.active,
.mobile-device .btn.btn-tertiary[disabled].active,
fieldset[disabled] .mobile-device .btn.btn-tertiary.active {
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left 50%, left 50%, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: -moz-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
  background-image: linear-gradient(to bottom, #e6e6e6 50%, #e6e6e6 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #a6a6a6;
}
.mobile-device .btn.btn-fullwidth {
  width: 100%;
}
.ConfirmationPage h1 {
  font-size: 1.60em;
}
.ConfirmationPageTopPanel {
  margin-top: 10px;
  width: 100%;
  background-color: #EAEAEA;
}
.ConfirmationPageTopPanel .AddressPanel {
  padding: 20px;
  padding-bottom: 0px;
  background-color: #EAEAEA;
}
.ConfirmationPageTopPanel h4 {
  font-size: 1.2em;
  font-family: 'Arial', Helvetica, sans-serif;
  padding-bottom: 10px;
  font-weight: bold;
}
.ConfirmationPageTopPanel .PromotionsPanel {
  padding: 20px;
  background-color: #EAEAEA;
  padding-bottom: 0px;
}
.ConfirmationPageTopPanel .CostPanel {
  padding: 20px;
  background-color: #EAEAEA;
}
.ConfirmationPageTopPanel .CostPanel .totalCost {
  font-weight: bold;
  font-size: 40px;
}
.ConfirmationPageTopPanel .DividerPanel {
  width: 100%;
  height: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.ConfirmationPageTopPanel .Divider {
  background-color: #C5C5C5;
  height: 2px;
}
.ConfirmationPageSecondPanel {
  height: 80px;
}
.ConfirmationPageSecondPanel .ItemsInThisOrder {
  display: none;
}
.ConfirmationPageSecondPanel .PlaceOrderButton {
  padding-top: 10px;
  float: right;
}
.checkoutForm .AddressTopFull select {
  width: 100%;
}
#simplemodal-container .btn {
  margin-bottom: 5px;
}
.date-of-birth-validator {
  color: #a94442;
}
.date-of-birth-validator img {
  display: none;
}
.date-of-birth-validator:after {
  content: "You must be above 18 years of age to submit an order";
  position: relative;
  display: block;
  margin-top: 11px;
}
/*** ID and Credit Card ***/
.mainContent.delivery p.creditcardcnc {
  display: none;
}
p.creditcardcnc,
p.deliveryIDalert {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25em;
  color: #333333;
  margin: 1.3em 0 1em 0;
  font-weight: bold;
}
/************** Mobile Updates - August 2017 ****************/
/*Buttons*/
/*Your Details Buttons*/
.pay-panel {
  border: 2px solid #eeeeee;
  padding: 0;
  height: 850px;
  min-height: 850px;
  /*padding: 20px 5px 10px 5px;*/
  padding: 10px 0px;
  margin: 0;
  width: 100%;
  top: -15px;
  position: relative;
}
/*All Buttons*/
.mobile-device .btn:hover {
  text-decoration: underline;
}
.mobile-device .btn:focus {
  text-decoration: underline;
}
/*Display layers*/
#ccPaypalContainer {
  display: none;
}
#mb-payWithCardContainer,
mb-masterPassContainer,
mb-payPalContainer {
  display: block;
}
#body_4_btnEdit {
  background: #333333 !important;
  color: #fff !important;
  border-color: #333333  !important;
  margin-top: 1em;
}
#body_4_btnEdit:hover {
  background: #cccccc !important;
  color: #fff !important;
  border-color: #cccccc  !important;
}
#body_4_btnEdit:active {
  color: #fff !important;
  background-color: #00476e  !important;
  border-color: #00476e  !important;
}
.payPalUserID {
  margin-top: 2em !important;
  border-top: 2px solid #cccccc;
  padding-top: 1em;
}
/*tranfer to DEV - START*/
.prefilledDetails {
  border: none;
}
.mobile-device .pay-option-button {
  /*Active Button*/
  margin: 0.5em 0;
  /*end .btn*/
  /*STATE - active*/
  /*end .active*/
}
.mobile-device .pay-option-button .fa {
  z-index: 100;
  position: absolute;
  right: 50px;
  top: 20px;
}
.mobile-device .pay-option-button .btn {
  /*font-size:1em;*/
  color: #333333;
  border-radius: 7px;
  height: 42px;
  border: 2px solid #d1d3d4;
  /*end PaywithCard*/
  /*end Pay now*/
  /*end PayPal*/
}
.mobile-device .pay-option-button .btn.btn-payWithCard {
  width: 100%;
  text-transform: none;
  background: #0068a1;
  border-color: #0068a1;
  color: #fff;
  font-weight: 700;
}
.mobile-device .pay-option-button .btn.btn-payWithCard:hover {
  border-color: #ccc;
  background: #ccc;
  color: #0068a1;
}
.mobile-device .pay-option-button .btn.btn-payWithCard:active {
  border-color: #ccc;
  background: #ccc;
  color: #0068a1;
}
.mobile-device .pay-option-button .btn.btn-payWithCard:focus {
  border-color: #d1d3d4;
}
.mobile-device .pay-option-button .btn.btn-payNow {
  margin: 20px 0;
}
.mobile-device .pay-option-button .btn.btn-masterpass {
  border: none;
  height: 42px;
}
.mobile-device .pay-option-button .btn.btn-paypal {
  background-image: url(/Assets/images/Paypal/img_paypal.png?v=21.3.0);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 90px;
  background-color: #fff;
  border: 2px solid #d1d3d4;
  text-indent: -99999px;
}
.mobile-device .pay-option-button .btn.btn-paypal:hover {
  border-color: #ccc;
  opacity: 0.8;
}
.mobile-device .pay-option-button .btn.btn-paypal:focus {
  border-color: #ccc;
}
.mobile-device .pay-option-button.active {
  z-index: 100;
}
.mobile-device .pay-option-button.active .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-width: 2px;
  border-color: #eee;
  border-bottom: none;
  position: relative;
  top: 2px;
  z-index: 100;
}
.mobile-device .pay-option-button.active .fa {
  top: 20px;
}
.mobile-device .pay-option-button.active .fa:before {
  content: "\f077";
}
/*end .pay-option-button*/
.mobile-device .btn-masterpass {
  position: relative;
  background: #000;
  color: #000;
  width: 100%;
  height: 100%;
}
.mobile-device .btn-masterpass:hover {
  opacity: 0.8;
  background: #000;
}
.mobile-device .btn-masterpass:focus {
  opacity: 1;
  background: #000;
}
.mobile-device .btn-masterpass img {
  position: absolute;
  top: 0;
  right: 0;
  height: 68px;
  width: 250px;
}
.mobile-device .btn-masterpass img.desktop {
  display: none;
}
.mobile-device .btn-masterpass img.mobile {
  display: block;
}
.payPalUserID p.button-wrapper {
  width: 95%;
  margin-top: 2rem;
}
.payPalUserID input {
  float: right;
}
.payPalUserID a {
  float: right;
  margin-right: 1em;
}
/*fix bugs*/
.dl-formstatic dt,
.dl-formstatic dd {
  line-height: 24px;
  text-align: left;
}
.mobile-device .pay-option-button {
  margin: 0.5em 0;
}
h1 {
  margin: 0 0 0 0;
}
.h2,
h2,
h3,
.h3 {
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.snc_container {
  padding-left: 15px;
  padding-right: 15px;
}
.fa-chevron-down {
  display: none;
}
.mobile-device .pay-option-button.active .btn {
  top: -7px;
}
#simplemodal-container {
  width: 90% !important;
  left: 1em !important;
  top: 20em !important;
}
#mb-ccPaymentIframe.mbZeroCard {
  height: 850px;
}
#mb-ccPaymentIframe.mpOneCard {
  height: 850px;
}
#mb-ccPaymentIframe.mpTwoCards {
  height: 850px;
}
#mb-ccPaymentIframe.mpThreeCards {
  height: 950px;
}
#mb-ccPaymentIframe.mpFourCards {
  height: 1100px;
}
.mobile-device #content .btn-masterpass img {
  left: 0;
  height: 42px;
}
/*Paypal*/
.mobile-device .payPal-button-wrapper.pay-option-button.active .btn {
  top: -5px;
}
.payPalUserID p.button-wrapper .btn-lg {
  background: #0068a1;
  border-color: #0068a1;
  color: #fff;
  font-weight: 700;
}
.payPalUserID p.button-wrapper .btn-lg:hover {
  border-color: #ccc;
  background: #ccc;
  color: #0068a1;
}
.payPalUserID p.button-wrapper .btn-lg:active {
  border-color: #ccc;
  background: #ccc;
  color: #0068a1;
}
.payPalUserID p.button-wrapper .btn-lg:active {
  border-color: #d1d3d4;
}
.payPalUserID p.button-wrapper .linkText {
  margin-right: 2em;
}
.payPalUserID {
  /*margin: 50px 0 0 0;*/
}
.payPalUserID img {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}
.payPalUserID p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 80%;
}
.payPalUserID p a {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  margin-top: 15px;
  text-decoration: underline;
  border: none !important;
  text-align: right;
  text-align: -webkit-right;
}
.mobile-device .btn-masterpass {
  position: relative;
  background: #000;
  color: #000;
  width: 100%;
  height: 100%;
}
.mobile-device .btn-masterpass:hover {
  opacity: 0.8;
  background: #000;
}
.mobile-device .btn-masterpass:focus {
  opacity: 1;
  background: #000;
}
.mobile-device .btn-masterpass img {
  position: absolute;
  top: 0;
  right: 0;
  height: 68px;
  width: 250px;
}
.mobile-device .btn-masterpass img.desktop {
  display: none;
}
.mobile-device .btn-masterpass img.mobile {
  display: none;
}
.mobile-device .pay-option-button .btn.btn-masterpass {
  background: #000 url(/Assets/images/mp_chk_btn_180x042px.svg?v=21.3.0) no-repeat right top;
  border: none;
  /*background: transparent;*/
}
/*tranfer to DEV - END*/
.checkoutSteps {
  width: 280px;
  height: 19px;
  margin: 2em 0 0;
  background-image: url(/assets/images/mobile/bg-checkout-steps.png?v=21.3.0);
  /*added*/
  width: 100%;
  margin: 2em 0;
  background-size: cover;
  padding: 7px 0 0 3px;
  font-size: inherit;
  /*added*/
}
.checkoutSteps.step0 {
  /*added*/
  background-position: 0 -1px;
  /*added*/
}
.checkoutSteps.step1 {
  background-position: 0 38px;
  /*added*/
  background-position: 0 43px;
  /*added*/
}
.checkoutSteps.step2 {
  background-position: 0 -38px;
  /*added*/
  background-position: 0 21px;
  /*added*/
}
.checkoutSteps.step3 {
  background-position: 0 -46px;
}
.checkoutSteps li {
  float: left;
  width: 33%;
  /*edited*/
  padding: 0 5px 0 0;
  font-size: inherit;
  height: 18px;
  line-height: 18px;
  /*added*/
  padding: 0 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 55%;
  font-weight: bold;
  height: 19px;
  line-height: 6px;
  /*added*/
}
.payWithCard .fa-credit-card {
  color: white !important;
  top: 14px !important;
  right: 0 !important;
  left: 55px !important;
  font-size: 110% !important;
  display: block !important;
}
.mobile-device .pay-option-button .btn.btn-payWithCard {
  padding-left: 30px !important;
}
.spacing-outer-vert-regular {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
.spacing-outer-vert-regular .save-and-continue .state-loading {
  width: 100%;
}
/*Account Preference*/
#content .main .credit-card-icon {
  height: 50px;
}
.card_list .card-type {
  padding: 10px 20px;
  background: #fff;
}
.card_list .card-number {
  white-space: nowrap;
}
#savedCreditCardList table,
#savedCreditCardList tbody {
  display: inline-block;
}
#savedCreditCardList tr {
  display: block;
}
#savedCreditCardList td {
  display: inline-block;
}
.exp-date {
  padding-left: 0.6rem;
}
#savedCreditCardList .button-wrapper {
  display: block;
}
.button-wrapper a {
  display: inline-block;
  width: 49%;
}
#savedCreditCardList .card_list {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
}
#savedCreditCardList .footer ul li a {
  color: #fff;
}
.MasterPassHideMobileCss {
  display: none;
}
.pay-option div.payWithCard.active .fa-credit-card {
  z-index: 1000;
  top: 6px !important;
}
.first-nopadding {
  padding: 0;
}
.form-group-lg .form-control {
  padding: 0px 16px;
}
.has-error .form-control-feedback,
.has-success .form-control-feedback {
  top: 0px;
}
/*BAU-150*/
/*Product Image styling */
.product-img {
  max-height: 300px;
  margin: 20px auto 5px auto;
}
.product-img-column {
  text-align: center;
  text-align: -webkit-center;
}
/* Title styling and row*/
.zmag-page-row {
  position: relative;
}
.zmag-title {
  font-size: 200%;
  border-bottom: none;
  text-align: center;
  text-align: -webkit-center;
  margin: 20px 0;
  line-height: 30px;
}
/* Bubble positioning*/
.zmag-price-single {
  right: 10px;
  top: 105px;
}
.zmag-price-many {
  right: 10px;
}
.zmag-hot-price {
  right: 25px;
  top: 210px;
}
/* Bubbles */
.zmag-bubble {
  background-color: #d2232a;
  padding: 48px;
  border-radius: 100px;
  color: #FFF;
  width: 0px;
  position: absolute;
  z-index: 1;
}
.zmag-bubble-content {
  position: absolute;
  left: -2px;
  top: 35px;
  width: 100px;
  text-align: center;
  text-align: -webkit-center;
  line-height: 20px;
}
.zmag-bubble-content span.price {
  font-family: 'Volkswagen-Bold', Helvetica, Arial, serif;
  font-size: 2.5rem;
  display: block;
  margin-top: -7px;
}
.zmag-bubble-content span.bubble-text {
  font-family: 'Volkswagen-Bold', Helvetica, Arial, serif;
  font-size: 120%;
}
.zmag-bubble-content .price span.currency {
  font-size: 50% !important;
  vertical-align: 9px !important;
}
.zmag-bubble-content .price span.cents {
  font-size: 50% !important;
  vertical-align: 11px !important;
}
.bubble-text p {
  margin: 0;
}
/*Single Price Bubble*/
.zmag-price-single {
  background-color: #FFF;
  border: 2px solid #D2232A;
  color: #D2232A;
}
/*Many Price Bubble*/
.zmag-price-many {
  border: 2px solid #D2232A;
}
/*Hot Price Bubble*/
.zmag-hot-price {
  background-color: #252D6C;
  padding: 33px;
  border-radius: 100px;
}
.zmag-hot-price .zmag-bubble-content {
  top: 15px;
  width: 70px;
}
.zmag-hot-price .bubble-text p {
  font-size: 100%;
  line-height: 20px;
}
/* Cart button related*/
.btn.btnAddToCart.defaultButton {
  background-color: #D2232A;
  color: #FFF;
  border-radius: 0;
}
.cart-related {
  text-align: right;
}
.qtyInput {
  margin-right: 0;
  width: 40px;
  height: 35px;
  text-align: -webkit-center;
  text-align: center;
}
.cart-fields {
  padding-right: 0;
}
.cart-fields .btn.btnAddToCart.defaultButton {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0%;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.qtyInputContainer {
  width: 40px;
  margin-right: 0px;
  float: right;
}
.addToCart_spinner {
  margin-left: -25px !important;
}
.pop-window {
  display: none;
  font-size: 110%;
  position: absolute;
  top: -195px;
  background-color: #252D6C;
  color: #FFF;
  width: 400px;
  min-height: 100px;
  right: 0px;
  text-align: left;
  text-align: -webkit-left;
  padding: 30px 30px 20px 30px;
}
.pop-window p {
  padding-bottom: 20px;
}
.pop-window:after {
  z-index: 51;
  position: absolute;
  top: 100%;
  left: 92.5%;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 10px #252D6C;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.pop-btn-no {
  padding: 10px 20px;
  background-color: #FFF;
  color: #000;
  float: right;
}
.pop-btn-no:hover,
.pop-btn-yes:hover,
.Xmarks:hover {
  cursor: pointer;
}
.pop-btn-yes {
  padding: 10px;
  background-color: #D2232A;
  color: #FFF;
  float: right;
  margin-left: 10px;
}
.Xmarks {
  position: absolute;
  z-index: 51;
  top: -10px;
  right: -10px;
  background-color: #FFF;
  padding: 3px 9px;
  border-radius: 40px;
  border: solid 2px #252D6C;
  color: #252D6C;
}
.Xmarks:hover {
  text-decoration: none;
  color: #D2232A;
}
a.store-locator {
  padding: 0px 20px;
  margin-left: 0px;
  height: 37px;
  line-height: 37px;
}
p#AddToCart_ConfirmationMessage {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 100px;
  right: 0px;
}
/* Extra Small Devices, Phones */
@media screen and (min-width: 480px) {
  .pop-window:after {
    left: 92.5%;
  }
}
/*end*/
/* Small Devices, Tablets */
@media screen and (min-width: 768px) {
  .zmag-price-single {
    right: 100px;
    top: 113px;
  }
  .zmag-price-many {
    right: 100px;
  }
  .zmag-hot-price {
    right: 120px;
    top: 230px;
  }
  .addToCart_spinner {
    margin-left: -40px !important;
  }
  .pop-window:after {
    left: 59%;
  }
  p#AddToCart_ConfirmationMessage {
    top: 50px;
    right: 10px;
  }
}
/*end*/
/* Medium Devices, Desktops */
@media screen and (min-width: 992px) {
  .zmag-price-single {
    right: 100px;
    top: 113px;
  }
  .zmag-price-many {
    right: 100px;
  }
  .zmag-hot-price {
    right: 120px;
  }
  .addToCart_spinner {
    margin-left: -40px !important;
  }
  .pop-window:after {
    left: 59%;
  }
  p#AddToCart_ConfirmationMessage {
    top: 50px;
    right: 10px;
  }
}
/*end*/
/* Large Devices, Wide Screens */
@media screen and (min-width: 1200px) {
  .zmag-price-single {
    right: 100px;
    top: 113px;
  }
  .zmag-price-many {
    right: 100px;
  }
  .zmag-hot-price {
    right: 120px;
  }
  .addToCart_spinner {
    margin-left: -40px !important;
  }
  .pop-window:after {
    left: 59%;
  }
  p#AddToCart_ConfirmationMessage {
    top: 50px;
    right: 10px;
  }
}
/*end*/
/*END Bubble Text*/
.zmag-iframe {
  width: inherit;
}
.lzPopupContainer iframe {
  height: 600px !important;
}
.lasoo-page-page-type .lzmodal {
  width: 95% !important;
  height: 95% !important;
  max-width: inherit !important;
}
.lasoo-page-page-type .lzmodal .lzmodal-close {
  line-height: 30px;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 650px) {
  .lasoo-page-page-type .lzmodal {
    width: 600px !important;
    max-width: inherit !important;
  }
}
/*Special Template Styling BAU-271*/
/*upper content*/
.productset-special-page-type #mainform #content {
  max-width: 960px;
  width: inherit !important;
  margin: 0 auto;
}
.productset-special-page-type #mainform #content .main {
  padding: 0;
}
.productset-special-page-type #mainform #content .main .breadcrumbs {
  margin: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 90%;
}
.productset-special-page-type .productToolbar {
  display: none;
}
.list-productImage a img {
  max-height: 200px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-productImage {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  margin-top: 10px;
  width: 100%;
  height: 200px;
  white-space: nowrap;
  position: relative;
}
/* Page Title */
.list-title {
  padding: 0 5%;
  border: none;
  margin-top: 10px !important;
  padding-top: 0 !important;
  border-top: none !important;
}
.list-title h1 {
  text-align: center;
  color: #d2232a;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
/* List Styling */
.list-product {
  padding-bottom: 0px;
}
.list-product a {
  color: inherit;
}
.list-product a:hover {
  text-decoration: underline;
}
.list-productName {
  height: 50px;
  overflow: hidden;
  margin: 20px 0px 10px 0px;
}
.list-productName h2 {
  font-size: 110% !important;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  font-family: "FuturaStdBoldCondensed", "Arial Narrow", Helvetica, sans-serif;
}
.list-productPrice {
  font-size: 160%;
  font-weight: 600;
  margin-top: 2px;
}
.list-productPrice sup {
  font-size: 55%;
  padding: 0 1px;
}
.list-productCart {
  text-align: right;
  font-size: 70%;
  margin-top: 10px;
}
/* Price Styling */
.list-productPrice span.price {
  font-size: 130%;
  font-weight: 400;
  font-family: 'FuturaStdBoldCondensed', 'Arial Narrow', Helvetica, sans-serif;
}
.list-productPrice span.price span.currency {
  position: relative;
  font-size: 0.6em;
  bottom: 0.5em;
  font-weight: 400;
}
.list-productPrice span.price span.cents {
  position: relative;
  font-size: 0.6em;
  bottom: 0.5em;
  font-weight: 400;
}
/* Product Availability Styling */
.list-productAvailability .m-cnc-product-availability {
  padding: 0;
  padding-top: 2px;
  text-align: right;
  text-align: -moz-right;
  text-align: -webkit-right;
}
.productset-special-page-type .m-cnc-product-availability li {
  display: inline-block;
}
.list-productCart #quantity {
  height: 30px;
  width: 30px;
  font-size: 150%;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
div.list-productCart .btn.btnAddToCart.defaultButton {
  color: #FFF;
  font-weight: 400;
  padding: 5px 50px;
  background-color: #d2232a;
  background: #d2232a;
  font-size: 120%;
  border: 1px solid #d2232a;
  text-transform: uppercase;
  font-family: "FuturaStdBoldCondensed", "Arial Narrow", Helvetica, sans-serif;
}
div.list-productCart .btn.btnAddToCart.defaultButton:hover {
  color: #d2232a;
  font-weight: 400;
  background-color: #FFF;
  background: #FFF;
  border: 1px solid #d2232a;
  text-decoration: none;
}
section.list-showcase {
  border: none;
  padding: 0;
  margin: 0;
}
.qtyInputContainer {
  width: 30px;
  margin: 0px !important;
  padding: 0px !important;
  float: left;
}
/*pagination styling*/
.productset-special-page-type #mainform #content .main .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0 0 0;
  border-radius: 3px;
  width: 100%;
  border-top: 1px solid #d1d3d4;
  padding-top: 30px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  font-size: 90%;
}
.productset-special-page-type #mainform #content .main .pagination .pageResult {
  margin-bottom: 20px;
}
.productset-special-page-type #mainform #content .main .pagination .pageControls li {
  display: inline-block;
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  section.list-product {
    padding: 20px 17%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  section.list-product {
    padding: 20px 4%;
  }
}
/*BAU 206*/
.confirm-text-title {
  font-family: "Futura Std Medium", "Arial", Helvetica, sans-serif;
  font-size: 120%;
}
.confirm-text-title span {
  font-family: "FuturaStdBoldCondensed", "Arial", Helvetica, sans-serif;
  font-size: 140%;
  font-weight: 800;
}
.confirm-text-content {
  font-family: 'Futura Std Medium', 'Arial', Helvetica, sans-serif;
  font-size: 120%;
  margin-top: 20px;
}
#CartSummary .panel-body .text-right a {
  text-decoration: underline;
}
/*BAU-187*/
.checkouttemplate-page-type #footerLine2 {
  display: none;
}
/*Mobile single page icons layout fix*/
.product-page-type .actions .m-cnc-product-availability li {
  padding: 5px 0!important;
  display: block;
}
