/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*jme 070819 removed some urls*/
@font-face { font-family: 'FontAwesome'; font-display: swap; src: /*url('fonts/fontawesome-webfont.eot?v=4.5.0')*/;
src: /*url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),*/ url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), /*url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),*/ url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */

.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw { width: 1.28571429em; text-align: center; }
.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }
.fa-ul > li { position: relative; }
.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; }
.fa-li.fa-lg { left: -1.85714286em; }
.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }
.fa-pull-left { float: left; }
.fa-pull-right { float: right; }
.fa.fa-pull-left { margin-right: .3em; }
.fa.fa-pull-right { margin-left: .3em; }
/* Deprecated as of 4.4.0 */

.pull-right { float: right; }
.pull-left { float: left; }
.fa.pull-left { margin-right: .3em; }
.fa.pull-right { margin-left: .3em; }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin { 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
@keyframes fa-spin { 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: #ffffff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before { content: "\f000"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-user:before { content: "\f007"; }
.fa-film:before { content: "\f008"; }
.fa-th-large:before { content: "\f009"; }
.fa-th:before { content: "\f00a"; }
.fa-th-list:before { content: "\f00b"; }
.fa-check:before { content: "\f00c"; }
.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }
.fa-power-off:before { content: "\f011"; }
.fa-signal:before { content: "\f012"; }
.fa-gear:before, .fa-cog:before { content: "\f013"; }
.fa-trash-o:before { content: "\f014"; }
.fa-home:before { content: "\f015"; }
.fa-file-o:before { content: "\f016"; }
.fa-clock-o:before { content: "\f017"; }
.fa-road:before { content: "\f018"; }
.fa-download:before { content: "\f019"; }
.fa-arrow-circle-o-down:before { content: "\f01a"; }
.fa-arrow-circle-o-up:before { content: "\f01b"; }
.fa-inbox:before { content: "\f01c"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-list-alt:before { content: "\f022"; }
.fa-lock:before { content: "\f023"; }
.fa-flag:before { content: "\f024"; }
.fa-headphones:before { content: "\f025"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-book:before { content: "\f02d"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-print:before { content: "\f02f"; }
.fa-camera:before { content: "\f030"; }
.fa-font:before { content: "\f031"; }
.fa-bold:before { content: "\f032"; }
.fa-italic:before { content: "\f033"; }
.fa-text-height:before { content: "\f034"; }
.fa-text-width:before { content: "\f035"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-justify:before { content: "\f039"; }
.fa-list:before { content: "\f03a"; }
.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }
.fa-indent:before { content: "\f03c"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }
.fa-pencil:before { content: "\f040"; }
.fa-map-marker:before { content: "\f041"; }
.fa-adjust:before { content: "\f042"; }
.fa-tint:before { content: "\f043"; }
.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }
.fa-share-square-o:before { content: "\f045"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-arrows:before { content: "\f047"; }
.fa-step-backward:before { content: "\f048"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-backward:before { content: "\f04a"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-step-forward:before { content: "\f051"; }
.fa-eject:before { content: "\f052"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-times-circle:before { content: "\f057"; }
.fa-check-circle:before { content: "\f058"; }
.fa-question-circle:before { content: "\f059"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-mail-forward:before, .fa-share:before { content: "\f064"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-asterisk:before { content: "\f069"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-gift:before { content: "\f06b"; }
.fa-leaf:before { content: "\f06c"; }
.fa-fire:before { content: "\f06d"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }
.fa-plane:before { content: "\f072"; }
.fa-calendar:before { content: "\f073"; }
.fa-random:before { content: "\f074"; }
.fa-comment:before { content: "\f075"; }
.fa-magnet:before { content: "\f076"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-retweet:before { content: "\f079"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-camera-retro:before { content: "\f083"; }
.fa-key:before { content: "\f084"; }
.fa-gears:before, .fa-cogs:before { content: "\f085"; }
.fa-comments:before { content: "\f086"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-star-half:before { content: "\f089"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-linkedin-square:before { content: "\f08c"; }
.fa-thumb-tack:before { content: "\f08d"; }
.fa-external-link:before { content: "\f08e"; }
.fa-sign-in:before { content: "\f090"; }
.fa-trophy:before { content: "\f091"; }
.fa-github-square:before { content: "\f092"; }
.fa-upload:before { content: "\f093"; }
.fa-lemon-o:before { content: "\f094"; }
.fa-phone:before { content: "\f095"; }
.fa-square-o:before { content: "\f096"; }
.fa-bookmark-o:before { content: "\f097"; }
.fa-phone-square:before { content: "\f098"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }
.fa-github:before { content: "\f09b"; }
.fa-unlock:before { content: "\f09c"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-feed:before, .fa-rss:before { content: "\f09e"; }
.fa-hdd-o:before { content: "\f0a0"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-bell:before { content: "\f0f3"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-up:before { content: "\f0a6"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-globe:before { content: "\f0ac"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-filter:before { content: "\f0b0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-group:before, .fa-users:before { content: "\f0c0"; }
.fa-chain:before, .fa-link:before { content: "\f0c1"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-flask:before { content: "\f0c3"; }
.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }
.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }
.fa-square:before { content: "\f0c8"; }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-underline:before { content: "\f0cd"; }
.fa-table:before { content: "\f0ce"; }
.fa-magic:before { content: "\f0d0"; }
.fa-truck:before { content: "\f0d1"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-google-plus-square:before { content: "\f0d4"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-money:before { content: "\f0d6"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-columns:before { content: "\f0db"; }
.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }
.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }
.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }
.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }
.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }
.fa-comment-o:before { content: "\f0e5"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }
.fa-lightbulb-o:before { content: "\f0eb"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-suitcase:before { content: "\f0f2"; }
.fa-bell-o:before { content: "\f0a2"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-cutlery:before { content: "\f0f5"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-building-o:before { content: "\f0f7"; }
.fa-hospital-o:before { content: "\f0f8"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-fighter-jet:before { content: "\f0fb"; }
.fa-beer:before { content: "\f0fc"; }
.fa-h-square:before { content: "\f0fd"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-double-up:before { content: "\f102"; }
.fa-angle-double-down:before { content: "\f103"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle:before { content: "\f111"; }
.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }
.fa-github-alt:before { content: "\f113"; }
.fa-folder-o:before { content: "\f114"; }
.fa-folder-open-o:before { content: "\f115"; }
.fa-smile-o:before { content: "\f118"; }
.fa-frown-o:before { content: "\f119"; }
.fa-meh-o:before { content: "\f11a"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-keyboard-o:before { content: "\f11c"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-terminal:before { content: "\f120"; }
.fa-code:before { content: "\f121"; }
.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-crop:before { content: "\f125"; }
.fa-code-fork:before { content: "\f126"; }
.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }
.fa-question:before { content: "\f128"; }
.fa-info:before { content: "\f129"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-superscript:before { content: "\f12b"; }
.fa-subscript:before { content: "\f12c"; }
.fa-eraser:before { content: "\f12d"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-shield:before { content: "\f132"; }
.fa-calendar-o:before { content: "\f133"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-rocket:before { content: "\f135"; }
.fa-maxcdn:before { content: "\f136"; }
.fa-chevron-circle-left:before { content: "\f137"; }
.fa-chevron-circle-right:before { content: "\f138"; }
.fa-chevron-circle-up:before { content: "\f139"; }
.fa-chevron-circle-down:before { content: "\f13a"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-anchor:before { content: "\f13d"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-bullseye:before { content: "\f140"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-rss-square:before { content: "\f143"; }
.fa-play-circle:before { content: "\f144"; }
.fa-ticket:before { content: "\f145"; }
.fa-minus-square:before { content: "\f146"; }
.fa-minus-square-o:before { content: "\f147"; }
.fa-level-up:before { content: "\f148"; }
.fa-level-down:before { content: "\f149"; }
.fa-check-square:before { content: "\f14a"; }
.fa-pencil-square:before { content: "\f14b"; }
.fa-external-link-square:before { content: "\f14c"; }
.fa-share-square:before { content: "\f14d"; }
.fa-compass:before { content: "\f14e"; }
.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }
.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }
.fa-euro:before, .fa-eur:before { content: "\f153"; }
.fa-gbp:before { content: "\f154"; }
.fa-dollar:before, .fa-usd:before { content: "\f155"; }
.fa-rupee:before, .fa-inr:before { content: "\f156"; }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }
.fa-won:before, .fa-krw:before { content: "\f159"; }
.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }
.fa-file:before { content: "\f15b"; }
.fa-file-text:before { content: "\f15c"; }
.fa-sort-alpha-asc:before { content: "\f15d"; }
.fa-sort-alpha-desc:before { content: "\f15e"; }
.fa-sort-amount-asc:before { content: "\f160"; }
.fa-sort-amount-desc:before { content: "\f161"; }
.fa-sort-numeric-asc:before { content: "\f162"; }
.fa-sort-numeric-desc:before { content: "\f163"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-youtube-square:before { content: "\f166"; }
.fa-youtube:before { content: "\f167"; }
.fa-xing:before { content: "\f168"; }
.fa-xing-square:before { content: "\f169"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-dropbox:before { content: "\f16b"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-flickr:before { content: "\f16e"; }
.fa-adn:before { content: "\f170"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-bitbucket-square:before { content: "\f172"; }
.fa-tumblr:before { content: "\f173"; }
.fa-tumblr-square:before { content: "\f174"; }
.fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-apple:before { content: "\f179"; }
.fa-windows:before { content: "\f17a"; }
.fa-android:before { content: "\f17b"; }
.fa-linux:before { content: "\f17c"; }
.fa-dribbble:before { content: "\f17d"; }
.fa-skype:before { content: "\f17e"; }
.fa-foursquare:before { content: "\f180"; }
.fa-trello:before { content: "\f181"; }
.fa-female:before { content: "\f182"; }
.fa-male:before { content: "\f183"; }
.fa-gittip:before, .fa-gratipay:before { content: "\f184"; }
.fa-sun-o:before { content: "\f185"; }
.fa-moon-o:before { content: "\f186"; }
.fa-archive:before { content: "\f187"; }
.fa-bug:before { content: "\f188"; }
.fa-vk:before { content: "\f189"; }
.fa-weibo:before { content: "\f18a"; }
.fa-renren:before { content: "\f18b"; }
.fa-pagelines:before { content: "\f18c"; }
.fa-stack-exchange:before { content: "\f18d"; }
.fa-arrow-circle-o-right:before { content: "\f18e"; }
.fa-arrow-circle-o-left:before { content: "\f190"; }
.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-wheelchair:before { content: "\f193"; }
.fa-vimeo-square:before { content: "\f194"; }
.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }
.fa-plus-square-o:before { content: "\f196"; }
.fa-space-shuttle:before { content: "\f197"; }
.fa-slack:before { content: "\f198"; }
.fa-envelope-square:before { content: "\f199"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-openid:before { content: "\f19b"; }
.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }
.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }
.fa-yahoo:before { content: "\f19e"; }
.fa-google:before { content: "\f1a0"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-reddit-square:before { content: "\f1a2"; }
.fa-stumbleupon-circle:before { content: "\f1a3"; }
.fa-stumbleupon:before { content: "\f1a4"; }
.fa-delicious:before { content: "\f1a5"; }
.fa-digg:before { content: "\f1a6"; }
.fa-pied-piper:before { content: "\f1a7"; }
.fa-pied-piper-alt:before { content: "\f1a8"; }
.fa-drupal:before { content: "\f1a9"; }
.fa-joomla:before { content: "\f1aa"; }
.fa-language:before { content: "\f1ab"; }
.fa-fax:before { content: "\f1ac"; }
.fa-building:before { content: "\f1ad"; }
.fa-child:before { content: "\f1ae"; }
.fa-paw:before { content: "\f1b0"; }
.fa-spoon:before { content: "\f1b1"; }
.fa-cube:before { content: "\f1b2"; }
.fa-cubes:before { content: "\f1b3"; }
.fa-behance:before { content: "\f1b4"; }
.fa-behance-square:before { content: "\f1b5"; }
.fa-steam:before { content: "\f1b6"; }
.fa-steam-square:before { content: "\f1b7"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-automobile:before, .fa-car:before { content: "\f1b9"; }
.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }
.fa-tree:before { content: "\f1bb"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-deviantart:before { content: "\f1bd"; }
.fa-soundcloud:before { content: "\f1be"; }
.fa-database:before { content: "\f1c0"; }
.fa-file-pdf-o:before { content: "\f1c1"; }
.fa-file-word-o:before { content: "\f1c2"; }
.fa-file-excel-o:before { content: "\f1c3"; }
.fa-file-powerpoint-o:before { content: "\f1c4"; }
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }
.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }
.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }
.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }
.fa-file-code-o:before { content: "\f1c9"; }
.fa-vine:before { content: "\f1ca"; }
.fa-codepen:before { content: "\f1cb"; }
.fa-jsfiddle:before { content: "\f1cc"; }
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }
.fa-circle-o-notch:before { content: "\f1ce"; }
.fa-ra:before, .fa-rebel:before { content: "\f1d0"; }
.fa-ge:before, .fa-empire:before { content: "\f1d1"; }
.fa-git-square:before { content: "\f1d2"; }
.fa-git:before { content: "\f1d3"; }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; }
.fa-tencent-weibo:before { content: "\f1d5"; }
.fa-qq:before { content: "\f1d6"; }
.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }
.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }
.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }
.fa-history:before { content: "\f1da"; }
.fa-circle-thin:before { content: "\f1db"; }
.fa-header:before { content: "\f1dc"; }
.fa-paragraph:before { content: "\f1dd"; }
.fa-sliders:before { content: "\f1de"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-bomb:before { content: "\f1e2"; }
.fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; }
.fa-tty:before { content: "\f1e4"; }
.fa-binoculars:before { content: "\f1e5"; }
.fa-plug:before { content: "\f1e6"; }
.fa-slideshare:before { content: "\f1e7"; }
.fa-twitch:before { content: "\f1e8"; }
.fa-yelp:before { content: "\f1e9"; }
.fa-newspaper-o:before { content: "\f1ea"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-bell-slash:before { content: "\f1f6"; }
.fa-bell-slash-o:before { content: "\f1f7"; }
.fa-trash:before { content: "\f1f8"; }
.fa-copyright:before { content: "\f1f9"; }
.fa-at:before { content: "\f1fa"; }
.fa-eyedropper:before { content: "\f1fb"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-area-chart:before { content: "\f1fe"; }
.fa-pie-chart:before { content: "\f200"; }
.fa-line-chart:before { content: "\f201"; }
.fa-lastfm:before { content: "\f202"; }
.fa-lastfm-square:before { content: "\f203"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-bicycle:before { content: "\f206"; }
.fa-bus:before { content: "\f207"; }
.fa-ioxhost:before { content: "\f208"; }
.fa-angellist:before { content: "\f209"; }
.fa-cc:before { content: "\f20a"; }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; }
.fa-meanpath:before { content: "\f20c"; }
.fa-buysellads:before { content: "\f20d"; }
.fa-connectdevelop:before { content: "\f20e"; }
.fa-dashcube:before { content: "\f210"; }
.fa-forumbee:before { content: "\f211"; }
.fa-leanpub:before { content: "\f212"; }
.fa-sellsy:before { content: "\f213"; }
.fa-shirtsinbulk:before { content: "\f214"; }
.fa-simplybuilt:before { content: "\f215"; }
.fa-skyatlas:before { content: "\f216"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-cart-arrow-down:before { content: "\f218"; }
.fa-diamond:before { content: "\f219"; }
.fa-ship:before { content: "\f21a"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-street-view:before { content: "\f21d"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-venus:before { content: "\f221"; }
.fa-mars:before { content: "\f222"; }
.fa-mercury:before { content: "\f223"; }
.fa-intersex:before, .fa-transgender:before { content: "\f224"; }
.fa-transgender-alt:before { content: "\f225"; }
.fa-venus-double:before { content: "\f226"; }
.fa-mars-double:before { content: "\f227"; }
.fa-venus-mars:before { content: "\f228"; }
.fa-mars-stroke:before { content: "\f229"; }
.fa-mars-stroke-v:before { content: "\f22a"; }
.fa-mars-stroke-h:before { content: "\f22b"; }
.fa-neuter:before { content: "\f22c"; }
.fa-genderless:before { content: "\f22d"; }
.fa-facebook-official:before { content: "\f230"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-server:before { content: "\f233"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-times:before { content: "\f235"; }
.fa-hotel:before, .fa-bed:before { content: "\f236"; }
.fa-viacoin:before { content: "\f237"; }
.fa-train:before { content: "\f238"; }
.fa-subway:before { content: "\f239"; }
.fa-medium:before { content: "\f23a"; }
.fa-yc:before, .fa-y-combinator:before { content: "\f23b"; }
.fa-optin-monster:before { content: "\f23c"; }
.fa-opencart:before { content: "\f23d"; }
.fa-expeditedssl:before { content: "\f23e"; }
.fa-battery-4:before, .fa-battery-full:before { content: "\f240"; }
.fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; }
.fa-battery-2:before, .fa-battery-half:before { content: "\f242"; }
.fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; }
.fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; }
.fa-mouse-pointer:before { content: "\f245"; }
.fa-i-cursor:before { content: "\f246"; }
.fa-object-group:before { content: "\f247"; }
.fa-object-ungroup:before { content: "\f248"; }
.fa-sticky-note:before { content: "\f249"; }
.fa-sticky-note-o:before { content: "\f24a"; }
.fa-cc-jcb:before { content: "\f24b"; }
.fa-cc-diners-club:before { content: "\f24c"; }
.fa-clone:before { content: "\f24d"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-hourglass-o:before { content: "\f250"; }
.fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; }
.fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; }
.fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; }
.fa-hourglass:before { content: "\f254"; }
.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; }
.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; }
.fa-hand-scissors-o:before { content: "\f257"; }
.fa-hand-lizard-o:before { content: "\f258"; }
.fa-hand-spock-o:before { content: "\f259"; }
.fa-hand-pointer-o:before { content: "\f25a"; }
.fa-hand-peace-o:before { content: "\f25b"; }
.fa-trademark:before { content: "\f25c"; }
.fa-registered:before { content: "\f25d"; }
.fa-creative-commons:before { content: "\f25e"; }
.fa-gg:before { content: "\f260"; }
.fa-gg-circle:before { content: "\f261"; }
.fa-tripadvisor:before { content: "\f262"; }
.fa-odnoklassniki:before { content: "\f263"; }
.fa-odnoklassniki-square:before { content: "\f264"; }
.fa-get-pocket:before { content: "\f265"; }
.fa-wikipedia-w:before { content: "\f266"; }
.fa-safari:before { content: "\f267"; }
.fa-chrome:before { content: "\f268"; }
.fa-firefox:before { content: "\f269"; }
.fa-opera:before { content: "\f26a"; }
.fa-internet-explorer:before { content: "\f26b"; }
.fa-tv:before, .fa-television:before { content: "\f26c"; }
.fa-contao:before { content: "\f26d"; }
.fa-500px:before { content: "\f26e"; }
.fa-amazon:before { content: "\f270"; }
.fa-calendar-plus-o:before { content: "\f271"; }
.fa-calendar-minus-o:before { content: "\f272"; }
.fa-calendar-times-o:before { content: "\f273"; }
.fa-calendar-check-o:before { content: "\f274"; }
.fa-industry:before { content: "\f275"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-map-o:before { content: "\f278"; }
.fa-map:before { content: "\f279"; }
.fa-commenting:before { content: "\f27a"; }
.fa-commenting-o:before { content: "\f27b"; }
.fa-houzz:before { content: "\f27c"; }
.fa-vimeo:before { content: "\f27d"; }
.fa-black-tie:before { content: "\f27e"; }
.fa-fonticons:before { content: "\f280"; }
.fa-reddit-alien:before { content: "\f281"; }
.fa-edge:before { content: "\f282"; }
.fa-credit-card-alt:before { content: "\f283"; }
.fa-codiepie:before { content: "\f284"; }
.fa-modx:before { content: "\f285"; }
.fa-fort-awesome:before { content: "\f286"; }
.fa-usb:before { content: "\f287"; }
.fa-product-hunt:before { content: "\f288"; }
.fa-mixcloud:before { content: "\f289"; }
.fa-scribd:before { content: "\f28a"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-pause-circle-o:before { content: "\f28c"; }
.fa-stop-circle:before { content: "\f28d"; }
.fa-stop-circle-o:before { content: "\f28e"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-basket:before { content: "\f291"; }
.fa-hashtag:before { content: "\f292"; }
.fa-bluetooth:before { content: "\f293"; }
.fa-bluetooth-b:before { content: "\f294"; }
.fa-percent:before { content: "\f295"; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 29, 2015 */




@font-face { font-family: 'open_sanssemibold'; font-display: swap; src: url('fonts/opensans-semibold-webfont.eot'); src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibold-webfont.woff2') format('woff2'), url('fonts/opensans-semibold-webfont.woff') format('woff'), url('fonts/opensans-semibold-webfont.ttf') format('truetype'), url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sanssemibold_italic'; font-display: swap; src: url('fonts/opensans-semibolditalic-webfont.eot'); src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), url('fonts/opensans-semibolditalic-webfont.woff') format('woff'), url('fonts/opensans-semibolditalic-webfont.ttf') format('truetype'), url('fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sanslight_italic'; src: url('fonts/opensans-lightitalic-webfont.eot'); src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-lightitalic-webfont.woff2') format('woff2'), url('fonts/opensans-lightitalic-webfont.woff') format('woff'), url('fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sanslight'; src: url('fonts/opensans-light-webfont.eot'); src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sansregular'; font-display: swap; src: url('fonts/opensans-regular-webfont.eot'); src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sansitalic'; src: url('fonts/opensans-italic-webfont.eot'); src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-italic-webfont.woff2') format('woff2'), url('fonts/opensans-italic-webfont.woff') format('woff'), url('fonts/opensans-italic-webfont.ttf') format('truetype'), url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sansextrabold_italic'; src: url('fonts/opensans-extrabolditalic-webfont.eot'); src: url('fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'), url('fonts/opensans-extrabolditalic-webfont.woff') format('woff'), url('fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'), url('fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sansextrabold'; src: url('fonts/opensans-extrabold-webfont.eot'); src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('fonts/opensans-extrabold-webfont.woff') format('woff'), url('fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sansbold'; font-display: swap; src: url('fonts/opensans-bold-webfont.eot'); src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff2') format('woff2'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'open_sansbold_italic'; src: url('fonts/opensans-bolditalic-webfont.eot'); src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'), url('fonts/opensans-bolditalic-webfont.woff') format('woff'), url('fonts/opensans-bolditalic-webfont.ttf') format('truetype'), url('fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto_slabbold'; font-display: swap; src: url('fonts/robotoslab-bold-webfont.eot'); src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslab-bold-webfont.woff2') format('woff2'), url('fonts/robotoslab-bold-webfont.woff') format('woff'), url('fonts/robotoslab-bold-webfont.ttf') format('truetype'), url('fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto_slablight'; font-display: swap; src: url('fonts/robotoslab-light-webfont.eot'); src: url('fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslab-light-webfont.woff2') format('woff2'), url('fonts/robotoslab-light-webfont.woff') format('woff'), url('fonts/robotoslab-light-webfont.ttf') format('truetype'), url('fonts/robotoslab-light-webfont.svg#roboto_slablight') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto_slabregular'; font-display: swap; src: url('fonts/robotoslab-regular-webfont.eot'); src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslab-regular-webfont.woff2') format('woff2'), url('fonts/robotoslab-regular-webfont.woff') format('woff'), url('fonts/robotoslab-regular-webfont.ttf') format('truetype'), url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto_slabthin'; src: url('fonts/robotoslab-thin-webfont.eot'); src: url('fonts/robotoslab-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslab-thin-webfont.woff2') format('woff2'), url('fonts/robotoslab-thin-webfont.woff') format('woff'), url('fonts/robotoslab-thin-webfont.ttf') format('truetype'), url('fonts/robotoslab-thin-webfont.svg#roboto_slabthin') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'footable'; src: url('fonts/footable.eot'); src: url('fonts/footable.eot?#iefix') format('embedded-opentype'), url('fonts/footable.woff') format('woff'), url('fonts/footable.ttf') format('truetype'), url('fonts/footable.svg#footable') format('svg'); font-weight: normal; font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face { font-family: 'footable'; src: url('fonts/footable.svg#footable') format('svg'); font-weight: normal; font-style: normal; }
}
.footable { width: 100%;/** SORTING **//** PAGINATION **/ }
.footable.breakpoint > tbody > tr.footable-detail-show > td { border-bottom: none; }
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e001"; }
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) { cursor: pointer; }
.footable.breakpoint > tbody > tr > td.footable-cell-detail { background: #eee; border-top: none; }
.footable.breakpoint > tbody > tr > td > span.footable-toggle { display: inline-block; font-family: 'footable'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; padding-right: 5px; font-size: 14px; color: #888888; }
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before { content: "\e000"; }
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e005"; }
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before { content: "\e004"; }
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e003"; }
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before { content: "\e002"; }
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e007"; }
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before { content: "\e006"; }
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e009"; }
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before { content: "\e008"; }
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e00f"; }
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before { content: "\e011"; }
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e013"; }
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before { content: "\e015"; }
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e01b"; }
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before { content: "\e01d"; }
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e00b"; }
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before { content: "\e00d"; }
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e01f"; }
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before { content: "\e021"; }
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before { content: "\e017"; }
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before { content: "\e019"; }
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle { font-size: 18px; }
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle { font-size: 24px; }
.footable > thead > tr > th { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; }
.footable > thead > tr > th.footable-sortable:hover { cursor: pointer; }
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before { content: "\e013"; }
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before { content: "\e012"; }
.footable > thead > tr > th > span.footable-sort-indicator { display: inline-block; font-family: 'footable'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; padding-left: 5px; }
.footable > thead > tr > th > span.footable-sort-indicator:before { content: "\e022"; }
.footable > tfoot .pagination { margin: 0; }
.footable.no-paging .hide-if-no-paging { display: none; }
.footable-row-detail-inner { display: table; }
.footable-row-detail-row { display: table-row; line-height: 1.5em; }
.footable-row-detail-group { display: block; line-height: 2em; font-size: 1.2em; font-weight: bold; }
.footable-row-detail-name { display: table-cell; font-weight: bold; padding-right: 0.5em; text-align: right; vertical-align: top; }
.footable-row-detail-value { display: table-cell; text-align: left; }
.footable-odd { background-color: #f7f7f7; }
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1;
z-index: 100; }
.bx-wrapper img { max-width: 100%; display: block; }
 @media(max-width:991px) {
.w2m_home_ads .item #CompanyInfoSlider img { width: auto !important; }
}
/** THEME
===================================*/


.bx-wrapper .bx-viewport { -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: 5px solid #fff; left: -5px; background: #fff; /*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; }
/* LOADER */


.bx-wrapper .bx-loading { min-height: 50px; background: url(images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }
/* PAGER */


.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }
/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-prev { left: 10px; background: url(images/controls.png) no-repeat 0 -32px; }
.bx-wrapper .bx-next { right: 10px; background: url(images/controls.png) no-repeat -43px -32px; }
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* AUTO CONTROLS (START / STOP) */


.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }
/* IMAGE CAPTIONS */


.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }
html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-x: hidden; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget { border: none; box-shadow: none; margin: 0 0 20px 0; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .itemListing { display: flex; flex-direction: row; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .itemListing .tableNode { padding: 15px; border: 1px solid #cccccc; margin: 0 10px; max-width: 350px; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .content { border: none; padding: 0 15px; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .content .itemContainer div.detailsArea span.pid3_label { display: inline-block; width: 80px; font-weight: bold; color: #333333; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .header { color: #333; border: none !important; padding: 0; background-color: transparent; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .header h2 { font-weight: normal; line-height: 1.1; font-family: 'open_sansbold'; margin-top: 0; margin-bottom: 20px; font-size: 18px; color: #333333; }
#productPage .relatedProductsWidget span[style*="padding-left"] { padding: 0 !important; }
#productPage .productDisplay_refresh .relatedProductsWidget .rp_price_left { display: inline-block; width: 55%; }
#productPage .productDisplay_refresh .relatedProductsWidget .rp_price_left .price { display: inline-block; vertical-align: top; }
#productPage .productDisplay_refresh .relatedProductsWidget .rp_price_right { display: inline-block; width: 40%; vertical-align: top; }
#productPage div.productDisplay.productDisplay_refresh #tabs .tab-content { padding: 10px; border: 1px solid #cccccc; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bpd_sg_container { display: flex; align-items: center; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bpd_before_freeship { width: 75%; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship { width: 25%; position: relative; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship .free_shipping_refresh { position: absolute; top: 8px; right: 0; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship .free_shipping_refresh img { max-width: 142px; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship .free-shipping { float: right; }
#productPage div.productDisplay.productDisplay_refresh #tabs { margin: 0 0 40px 0; }
#productPage div.productDisplay.productDisplay_refresh #descPane img { display: inline-block; margin-bottom: 5px; }
#productPage div.productDisplay.productDisplay_refresh #tabs .nav > li { position: relative; display: block; margin-right: 5px; }
#productPage div.productDisplay.productDisplay_refresh #tabs .nav-tabs-justified { border-bottom: 0 }
#productPage div.productDisplay.productDisplay_refresh #tabs .nav-tabs-justified > li > a { border-bottom: none; border-radius: 0; background: #dddddd; border: 1px solid #bbbbbb; }
#productPage div.productDisplay.productDisplay_refresh #tabs .nav-tabs-justified > li > a:hover { border: 1px solid #ddd; background: #ffffff; }
#productPage div.productDisplay.productDisplay_refresh #tabs .nav-tabs-justified > .active > a, #productPage div.productDisplay.productDisplay_refresh .nav-tabs-justified > .active > a:hover, #productPage div.productDisplay.productDisplay_refresh .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; background: #ffffff; border-bottom: 1px solid #ffffff; border-radius: 0; }
#productPage .productDisplay_refresh .productAccessoriesPage .itemListing { display: flex; flex-flow: row wrap; width: 100%; margin-left: 0; margin-right: 0; }
#productPage .productDisplay_refresh .productAccessoriesPage .itemListing .tableNode { margin: 0 6px 10px 6px; width: 340px; float: none; padding-left: 0; padding-right: 0; }
#productPage .productDisplay_refresh .productAccessoriesPage .itemListing .tableNode .itemContainer { height: 100% !important; }
#productPage .productDisplay_refresh .productAccessoriesPage .itemListing .tableNode .itemContainer .w2m_actions { display: inline-block; height: 100%; margin: 15px 0; }
#productPage .productDisplay_refresh .productAccessoriesPage .col-xs-5, #productPage .productDisplay_refresh .productAccessoriesPage .col-sm-5, #productPage .productDisplay_refresh .productAccessoriesPage .col-md-5, #productPage .productDisplay_refresh .productAccessoriesPage .col-lg-5, #productPage .productDisplay_refresh .productAccessoriesPage .col-xs-7, #productPage .productDisplay_refresh .productAccessoriesPage .col-sm-7, #productPage .productDisplay_refresh .productAccessoriesPage .col-md-7, #productPage .productDisplay_refresh .productAccessoriesPage .col-lg-7, #productPage .productDisplay_refresh .productAccessoriesPage .col-xs-12, #productPage .productDisplay_refresh .productAccessoriesPage .col-sm-12, #productPage .productDisplay_refresh .productAccessoriesPage .col-md-12, #productPage .productDisplay_refresh .productAccessoriesPage .col-lg-12 { position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }
#productPage .productDisplay_refresh .productAccessoriesPage .col-md-4 { width: 35%; }
#productPage .productDisplay_refresh .productAccessoriesPage .col-md-8 { width: 65%; }
#productPage .productDisplay_refresh .buffer5px_right { padding-left: 5px; padding-right: 15px; }
#productPage .productDisplay_refresh .buffer5px_left { padding-left: 15px; padding-right: 5px; }
#productPage .productDisplay_refresh .additionalImages div.thumbnailsList div.thumbnailImage img.thumbnail { max-width: 75%; }
#productPage .productDisplay_refresh .breadCrumbs { padding: 0 15px; margin-bottom: 0; background-color: transparent; border-radius: 4px; }
#productPage .productDisplay_refresh div.mainImageArea div.mainImageWrapper div.mainImage img.productImage { margin: auto; max-height: 350px; }
#productPage .productDisplay_refresh div.simpleProduct div.productDetails .productLogo { margin-bottom: 10px; }
#productPage .productDisplay_refresh div.simpleProduct div.productDetails .productLogo .pl_padding { margin-right: 15px; }
#productPage .productDisplay_refresh .tab-content > #featuresPane.tab-pane { background: #b8f3df; background: -moz-linear-gradient(top, #b8f3df 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #b8f3df 0%, #ffffff 100%); background: linear-gradient(to bottom, #b8f3df 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f3df', endColorstr='#ffffff', GradientType=0 );
border: 1px solid #cccccc; padding: 10px; margin-bottom: 15px; }
.categoryGridPage1_refresh .col-md-1 { width: 16.33333333%; }
.categoryGridPage1_refresh .col-md-7 { width: 50.33333333%; }
#categoryPage .categoryGridPage1_refresh div.catalogWrapper div.categoryGridListing1 .cpoadr_mfgnum { display: inline-block; padding: 0 5px; width: 100%; max-width: 100%; }
#categoryPage .categoryGridPage1_refresh .yourpricewords { text-align: center; display: inline-block; width: 100%; font-size: 14px; padding-right: 0; margin-left: 0; }
#categoryPage .categoryGridPage1_refresh .prodprice { color: #b60000; font-family: 'open_sanssemibold'; font-size: 16px; }

#categoryPage .categoryGridPage1_refresh .cat_thumb img { padding: 0 5px; }
#categoryPage .categoryGridPage1_refresh .breadCrumbs { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 4px; }
#productPage .productDisplay_refresh .rp_price_left { display: inline-block; width: 49%; }
#productPage .productDisplay_refresh .rp_price_right { display: inline-block; width: 49%; }
#productPage .productDisplay_refresh .buyProductForm .rp_price_right .prod_buybtn .btn { font-weight: bold; position: relative; right: 0; top: 0; text-align: right; }
#productPage .productDisplay_refresh div.relatedProductsWidget .content .itemName a { cursor: pointer; }
article.product-item.product-single .prod-summary p { font-size: 14px; color: #333333; margin: 0; }
 @media (max-width: 991px) {
#outerPageContainer #header .zone { background: url(images/starrybgforthegpsstore9.jpg) -210px -340px repeat; display: inline-block; width: 100%; }
#productPage .productDisplay_refresh .w2m_mobiletab { margin-bottom: 20px; }
#productPage .productDisplay_refresh .w2m_mobiletab .link_item[aria-expanded="false"]:after { font-family: FontAwesome; content: "\f0da"; display: inline-block; padding-right: 3px; vertical-align: middle; float: right; font-size: 24px; line-height: normal; }
#productPage .productDisplay_refresh .w2m_mobiletab .link_item[aria-expanded="true"]:after { font-family: FontAwesome; content: "\f0d7"; display: inline-block; padding-right: 3px; vertical-align: middle; float: right; font-size: 24px; line-height: normal; }
#productPage .productDisplay_refresh .w2m_mobiletab .link_item { cursor: pointer; border-top: 1px solid #cccccc; padding: 16px 10px; font-weight: bold; }
#productPage .productDisplay_refresh .w2m_mobiletab .link_item span.item_name { }
#productPage .productDisplay_refresh .w2m_mobiletab .link_item span.caret_w2m { }
#productPage .productDisplay_refresh .w2m_mobiletab .link_item_last { border-bottom: 1px solid #cccccc; }
#productPage .productDisplay_refresh .w2m_mobiletab .link_content { padding: 16px 12px; }
#productPage .productDisplay_refresh .w2m_mobiletab .description_icons img { display: inline-block; }
#productPage .productDisplay_refresh div.simpleProduct div.productDetails { margin-bottom: 40px; }
#productPage .productDisplay_refresh div.relatedProductsWidget .content .itemContainer .productDetail .price { display: block; }
#productPage .productDisplay_refresh div.relatedProductsWidget .content .itemContainer .productDetail .instock2 { display: block; }
#productPage .productDisplay_refresh .productAccessoriesPage .itemListing .tableNode { margin: 0 2.5% 30px 2.5%; width: 100%; float: none; padding-left: 0; padding-right: 0; }
#productPage .productDisplay_refresh .w2m_mobiletab #features_mobile.link_content { background: #b8f3df; background: -moz-linear-gradient(top, #b8f3df 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #b8f3df 0%, #ffffff 100%); background: linear-gradient(to bottom, #b8f3df 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f3df', endColorstr='#ffffff', GradientType=0 );
border: 1px solid #cccccc; padding: 10px; margin-bottom: 15px; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_thumb { width: 20%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_a2c { width: 16.333333%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.w2mprice { width: 16.33333333%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_desc { width: 45%; }
}
@media (max-device-width: 800px) and (orientation: portrait) {
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_thumb { width: 20%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_a2c { width: 16.333333%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.w2mprice { width: 16.33333333%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_desc { width: 45%; }
}
@media(min-width:768px) and (max-width:768px) {
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_thumb { width: 20%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_a2c { width: 16.333333%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.w2mprice { width: 16.33333333%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_desc { width: 45%; }
#leftColumn .search .form-control-inline { width: 100%; max-width: 100%; }
}
@media (max-width: 767px) {
#productPage .productDisplay_refresh div.relatedProductsWidget .itemListing { display: flex; flex-direction: column; justify-content: normal; margin: 0; }
#productPage .productDisplay_refresh div.relatedProductsWidget .itemListing .tableNode { padding: 15px; border: 1px solid #cccccc; margin: 0 0 10px 0; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .itemListing { display: flex; flex-direction: column; justify-content: space-between; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .itemListing .tableNode { padding: 15px; border: 1px solid #cccccc; margin: 10px 0; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_thumb { width: 100%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_a2c { width: 40%; float: right; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.w2mprice { width: 40%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_desc { width: 59%; }
}
 @media (max-width: 600px) {
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_thumb { width: 100%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_a2c { width: 40%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.w2mprice { width: 40%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_desc { width: 59%; }
}
 @media (max-width: 480px) {
#productPage .productDisplay_refresh table.buyProductForm { border: 1px solid #cccccc; padding: 15px; display: inline-block; margin: 0 auto 15px; }
#productPage .productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship .free_shipping_refresh { position: relative; top: 0; }
}
 @media (max-width: 479px) {
#productPage div.productDisplay.productDisplay_refresh table.buyProductForm { border: 1px solid #cccccc; padding: 15px; display: inline-block; margin: 0 auto 15px; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bpd_sg_container { display: block; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship { width: 100%; margin-top: 10px; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship .free-shipping { float: none; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bpd_before_freeship { width: 100%; }
#productPage div.productDisplay.productDisplay_refresh table.buyProductForm { border: 1px solid #cccccc; padding: 15px; display: inline-block; margin: 0 auto 15px; }
#productPage .productDisplay_refresh .productAccessoriesPage .col-md-4 { width: 50%; }
#productPage .productDisplay_refresh .productAccessoriesPage .col-md-8 { width: 50%; }
#productPage .productDisplay_refresh .productAccessoriesPage .col-md-8 .details { margin-bottom: 10px; }
#productPage div.productDisplay.productDisplay_refresh div.buyProductDialog tr.bpd_layout .bp_freeship .free_shipping_refresh img { max-width: 120px; }
#productPage div.productDisplay.productDisplay_refresh span.rankingText { display: block; position: relative; top: -4px; font-size: 0.9em; }
.oneColumnLayout #productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .content .itemListingContainer { margin-left: 0; margin-right: 0; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .itemListing { display: flex; flex-direction: column; justify-content: space-between; }
#productPage div.productDisplay.productDisplay_refresh div.relatedProductsWidget .itemListing .tableNode { padding: 15px; border: 1px solid #cccccc; margin: 10px 0; }
}
 @media (max-width: 414px) {
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_thumb { width: 100%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_a2c { width: 40%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.w2mprice { width: 40%; }
#categoryPage .categoryGridPage1_refresh .col-xs-12.cat_desc { width: 59%; }
}
 // .storeLogo {
// position: relative;
//
}
// .storeLogo:after {
// position: absolute;
// right:-330px;
// top:15px;
// content:'';
// width:284px;
// height:195px;
// background:url(images/lights.png);
// background-repeat: no-repeat;
//
}
/*START OF OLD CSS WITHOUT CSS FROM OTHER FILES COPIED IN*/
/*! 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; position: relative; }
body > iframe[name="google_conversion_frame"] { position: absolute; }
iframe[src*="https://www.youtube.com"] { max-width: 100% !important; }
.w2m_container_full { display: block; margin: 0 auto !important; max-width: 1110px; width: 100%; }
.nomargin { margin: 0 -15px; }
.hidethis { display: none; }
a.hidethis { display: none; }
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:hover { outline: 0; }
a:active, a:focus { -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; }
a.w2m-touch-link:active, a.w2m-touch-link:focus, a.w2m-touch-link:hover { -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; text-decoration: underline; }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: bold }
dfn { font-style: italic }
h1 { font-size: 2em; margin: .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: -.5em }
sub { bottom: -.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: .35em .625em .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) ")" }
a[href]:after { content: none !important; }
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('fonts/glyphicons-halflings-regular.eot'); src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg') }
.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: "*" }
.glyphicon-plus:before { content: "+" }
.glyphicon-euro:before, .glyphicon-eur:before { content: "€" }
.glyphicon-minus:before { content: "−" }
.glyphicon-cloud:before { content: "☁" }
.glyphicon-envelope:before { content: "✉" }
.glyphicon-pencil:before { content: "✏" }
.glyphicon-glass:before { content: "" }
.glyphicon-music:before { content: "" }
.glyphicon-search:before { content: "" }
.glyphicon-heart:before { content: "" }
.glyphicon-star:before { content: "" }
.glyphicon-star-empty:before { content: "" }
.glyphicon-user:before { content: "" }
.glyphicon-film:before { content: "" }
.glyphicon-th-large:before { content: "" }
.glyphicon-th:before { content: "" }
.glyphicon-th-list:before { content: "" }
.glyphicon-ok:before { content: "" }
.glyphicon-remove:before { content: "" }
.glyphicon-zoom-in:before { content: "" }
.glyphicon-zoom-out:before { content: "" }
.glyphicon-off:before { content: "" }
.glyphicon-signal:before { content: "" }
.glyphicon-cog:before { content: "" }
.glyphicon-trash:before { content: "" }
.glyphicon-home:before { content: "" }
.glyphicon-file:before { content: "" }
.glyphicon-time:before { content: "" }
.glyphicon-road:before { content: "" }
.glyphicon-download-alt:before { content: "" }
.glyphicon-download:before { content: "" }
.glyphicon-upload:before { content: "" }
.glyphicon-inbox:before { content: "" }
.glyphicon-play-circle:before { content: "" }
.glyphicon-repeat:before { content: "" }
.glyphicon-refresh:before { content: "" }
.glyphicon-list-alt:before { content: "" }
.glyphicon-lock:before { content: "" }
.glyphicon-flag:before { content: "" }
.glyphicon-headphones:before { content: "" }
.glyphicon-volume-off:before { content: "" }
.glyphicon-volume-down:before { content: "" }
.glyphicon-volume-up:before { content: "" }
.glyphicon-qrcode:before { content: "" }
.glyphicon-barcode:before { content: "" }
.glyphicon-tag:before { content: "" }
.glyphicon-tags:before { content: "" }
.glyphicon-book:before { content: "" }
.glyphicon-bookmark:before { content: "" }
.glyphicon-print:before { content: "" }
.glyphicon-camera:before { content: "" }
.glyphicon-font:before { content: "" }
.glyphicon-bold:before { content: "" }
.glyphicon-italic:before { content: "" }
.glyphicon-text-height:before { content: "" }
.glyphicon-text-width:before { content: "" }
.glyphicon-align-left:before { content: "" }
.glyphicon-align-center:before { content: "" }
.glyphicon-align-right:before { content: "" }
.glyphicon-align-justify:before { content: "" }
.glyphicon-list:before { content: "" }
.glyphicon-indent-left:before { content: "" }
.glyphicon-indent-right:before { content: "" }
.glyphicon-facetime-video:before { content: "" }
.glyphicon-picture:before { content: "" }
.glyphicon-map-marker:before { content: "" }
.glyphicon-adjust:before { content: "" }
.glyphicon-tint:before { content: "" }
.glyphicon-edit:before { content: "" }
.glyphicon-share:before { content: "" }
.glyphicon-check:before { content: "" }
.glyphicon-move:before { content: "" }
.glyphicon-step-backward:before { content: "" }
.glyphicon-fast-backward:before { content: "" }
.glyphicon-backward:before { content: "" }
.glyphicon-play:before { content: "" }
.glyphicon-pause:before { content: "" }
.glyphicon-stop:before { content: "" }
.glyphicon-forward:before { content: "" }
.glyphicon-fast-forward:before { content: "" }
.glyphicon-step-forward:before { content: "" }
.glyphicon-eject:before { content: "" }
.glyphicon-chevron-left:before { content: "" }
.glyphicon-chevron-right:before { content: "" }
.glyphicon-plus-sign:before { content: "" }
.glyphicon-minus-sign:before { content: "" }
.glyphicon-remove-sign:before { content: "" }
.glyphicon-ok-sign:before { content: "" }
.glyphicon-question-sign:before { content: "" }
.glyphicon-info-sign:before { content: "" }
.glyphicon-screenshot:before { content: "" }
.glyphicon-remove-circle:before { content: "" }
.glyphicon-ok-circle:before { content: "" }
.glyphicon-ban-circle:before { content: "" }
.glyphicon-arrow-left:before { content: "" }
.glyphicon-arrow-right:before { content: "" }
.glyphicon-arrow-up:before { content: "" }
.glyphicon-arrow-down:before { content: "" }
.glyphicon-share-alt:before { content: "" }
.glyphicon-resize-full:before { content: "" }
.glyphicon-resize-small:before { content: "" }
.glyphicon-exclamation-sign:before { content: "" }
.glyphicon-gift:before { content: "" }
.glyphicon-leaf:before { content: "" }
.glyphicon-fire:before { content: "" }
.glyphicon-eye-open:before { content: "" }
.glyphicon-eye-close:before { content: "" }
.glyphicon-warning-sign:before { content: "" }
.glyphicon-plane:before { content: "" }
.glyphicon-calendar:before { content: "" }
.glyphicon-random:before { content: "" }
.glyphicon-comment:before { content: "" }
.glyphicon-magnet:before { content: "" }
.glyphicon-chevron-up:before { content: "" }
.glyphicon-chevron-down:before { content: "" }
.glyphicon-retweet:before { content: "" }
.glyphicon-shopping-cart:before { content: "" }
.glyphicon-folder-close:before { content: "" }
.glyphicon-folder-open:before { content: "" }
.glyphicon-resize-vertical:before { content: "" }
.glyphicon-resize-horizontal:before { content: "" }
.glyphicon-hdd:before { content: "" }
.glyphicon-bullhorn:before { content: "" }
.glyphicon-bell:before { content: "" }
.glyphicon-certificate:before { content: "" }
.glyphicon-thumbs-up:before { content: "" }
.glyphicon-thumbs-down:before { content: "" }
.glyphicon-hand-right:before { content: "" }
.glyphicon-hand-left:before { content: "" }
.glyphicon-hand-up:before { content: "" }
.glyphicon-hand-down:before { content: "" }
.glyphicon-circle-arrow-right:before { content: "" }
.glyphicon-circle-arrow-left:before { content: "" }
.glyphicon-circle-arrow-up:before { content: "" }
.glyphicon-circle-arrow-down:before { content: "" }
.glyphicon-globe:before { content: "" }
.glyphicon-wrench:before { content: "" }
.glyphicon-tasks:before { content: "" }
.glyphicon-filter:before { content: "" }
.glyphicon-briefcase:before { content: "" }
.glyphicon-fullscreen:before { content: "" }
.glyphicon-dashboard:before { content: "" }
.glyphicon-paperclip:before { content: "" }
.glyphicon-heart-empty:before { content: "" }
.glyphicon-link:before { content: "" }
.glyphicon-phone:before { content: "" }
.glyphicon-pushpin:before { content: "" }
.glyphicon-usd:before { content: "" }
.glyphicon-gbp:before { content: "" }
.glyphicon-sort:before { content: "" }
.glyphicon-sort-by-alphabet:before { content: "" }
.glyphicon-sort-by-alphabet-alt:before { content: "" }
.glyphicon-sort-by-order:before { content: "" }
.glyphicon-sort-by-order-alt:before { content: "" }
.glyphicon-sort-by-attributes:before { content: "" }
.glyphicon-sort-by-attributes-alt:before { content: "" }
.glyphicon-unchecked:before { content: "" }
.glyphicon-expand:before { content: "" }
.glyphicon-collapse-down:before { content: "" }
.glyphicon-collapse-up:before { content: "" }
.glyphicon-log-in:before { content: "" }
.glyphicon-flash:before { content: "" }
.glyphicon-log-out:before { content: "" }
.glyphicon-new-window:before { content: "" }
.glyphicon-record:before { content: "" }
.glyphicon-save:before { content: "" }
.glyphicon-open:before { content: "" }
.glyphicon-saved:before { content: "" }
.glyphicon-import:before { content: "" }
.glyphicon-export:before { content: "" }
.glyphicon-send:before { content: "" }
.glyphicon-floppy-disk:before { content: "" }
.glyphicon-floppy-saved:before { content: "" }
.glyphicon-floppy-remove:before { content: "" }
.glyphicon-floppy-save:before { content: "" }
.glyphicon-floppy-open:before { content: "" }
.glyphicon-credit-card:before { content: "" }
.glyphicon-transfer:before { content: "" }
.glyphicon-cutlery:before { content: "" }
.glyphicon-header:before { content: "" }
.glyphicon-compressed:before { content: "" }
.glyphicon-earphone:before { content: "" }
.glyphicon-phone-alt:before { content: "" }
.glyphicon-tower:before { content: "" }
.glyphicon-stats:before { content: "" }
.glyphicon-sd-video:before { content: "" }
.glyphicon-hd-video:before { content: "" }
.glyphicon-subtitles:before { content: "" }
.glyphicon-sound-stereo:before { content: "" }
.glyphicon-sound-dolby:before { content: "" }
.glyphicon-sound-5-1:before { content: "" }
.glyphicon-sound-6-1:before { content: "" }
.glyphicon-sound-7-1:before { content: "" }
.glyphicon-copyright-mark:before { content: "" }
.glyphicon-registration-mark:before { content: "" }
.glyphicon-cloud-download:before { content: "" }
.glyphicon-cloud-upload:before { content: "" }
.glyphicon-tree-conifer:before { content: "" }
.glyphicon-tree-deciduous:before { content: "" }
.glyphicon-cd:before { content: "" }
.glyphicon-save-file:before { content: "" }
.glyphicon-open-file:before { content: "" }
.glyphicon-level-up:before { content: "" }
.glyphicon-copy:before { content: "" }
.glyphicon-paste:before { content: "" }
.glyphicon-alert:before { content: "" }
.glyphicon-equalizer:before { content: "" }
.glyphicon-king:before { content: "" }
.glyphicon-queen:before { content: "" }
.glyphicon-pawn:before { content: "" }
.glyphicon-bishop:before { content: "" }
.glyphicon-knight:before { content: "" }
.glyphicon-baby-formula:before { content: "" }
.glyphicon-tent:before { content: "⛺" }
.glyphicon-blackboard:before { content: "" }
.glyphicon-bed:before { content: "" }
.glyphicon-apple:before { content: "" }
.glyphicon-erase:before { content: "" }
.glyphicon-hourglass:before { content: "⌛" }
.glyphicon-lamp:before { content: "" }
.glyphicon-duplicate:before { content: "" }
.glyphicon-piggy-bank:before { content: "" }
.glyphicon-scissors:before { content: "" }
.glyphicon-bitcoin:before { content: "" }
.glyphicon-btc:before { content: "" }
.glyphicon-xbt:before { content: "" }
.glyphicon-yen:before { content: "¥" }
.glyphicon-jpy:before { content: "¥" }
.glyphicon-ruble:before { content: "₽" }
.glyphicon-rub:before { content: "₽" }
.glyphicon-scale:before { content: "" }
.glyphicon-ice-lolly:before { content: "" }
.glyphicon-ice-lolly-tasted:before { content: "" }
.glyphicon-education:before { content: "" }
.glyphicon-option-horizontal:before { content: "" }
.glyphicon-option-vertical:before { content: "" }
.glyphicon-menu-hamburger:before { content: "" }
.glyphicon-modal-window:before { content: "" }
.glyphicon-oil:before { content: "" }
.glyphicon-grain:before { content: "" }
.glyphicon-sunglasses:before { content: "" }
.glyphicon-text-size:before { content: "" }
.glyphicon-text-color:before { content: "" }
.glyphicon-text-background:before { content: "" }
.glyphicon-object-align-top:before { content: "" }
.glyphicon-object-align-bottom:before { content: "" }
.glyphicon-object-align-horizontal:before { content: "" }
.glyphicon-object-align-left:before { content: "" }
.glyphicon-object-align-vertical:before { content: "" }
.glyphicon-object-align-right:before { content: "" }
.glyphicon-triangle-right:before { content: "" }
.glyphicon-triangle-left:before { content: "" }
.glyphicon-triangle-bottom:before { content: "" }
.glyphicon-triangle-top:before { content: "" }
.glyphicon-console:before { content: "" }
.glyphicon-superscript:before { content: "" }
.glyphicon-subscript:before { content: "" }
.glyphicon-menu-left:before { content: "" }
.glyphicon-menu-right:before { content: "" }
.glyphicon-menu-down:before { content: "" }
.glyphicon-menu-up:before { content: "" }
* { -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: open_sansregular, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background: url(images/body_bg.gif) top left repeat; overflow-x: hidden; }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit }
a { color: #006699; text-decoration: none; font-family: open_sansbold; }
a:hover, a:focus { color: #1b57b1; 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, .carousel-inner>.item>img, .carousel-inner>.item>a>img { display: block; max-width: 100%; height: auto }
.img-rounded { border-radius: 6px }
.img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto }
.img-circle { border-radius: 50% }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee }
.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 { font-weight: normal; line-height: 1.1; color: inherit; font-family: 'open_sansbold'; }
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: #777 }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px }
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 { margin-top: 10px; margin-bottom: 10px }
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: 22px }
h2, .h2 { font-size: 18px }
h3, .h3 { font-size: 16px }
h4, .h4 { font-size: 14px }
h5, .h5 { font-size: 14px }
h6, .h6 { font-size: 12px }
p { margin: 0 0 10px }
.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4 }
@media(min-width:992px) {
.lead { font-size: 21px }
}
small, .small { font-size: 85% }
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: #777 }
.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: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee }
ul, ol { margin-top: 0; margin-bottom: 10px }
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: 20px }
dt, dd { line-height: 1.42857143 }
dt { font-weight: bold }
dd { margin-left: 0 }
@media(min-width:992px) {
.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 #777 }
.initialism { font-size: 90%; text-transform: uppercase }
blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee }
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: #777 }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '— ' }
.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; 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: ' —' }
address { margin-bottom: 20px; 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: 4px }
kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25) }
kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none }
pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px }
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:992px) {
.container { width: auto }
}
@media(min-width:992px) {
.container { width: auto }
}
@media(min-width:1200px) {
.container { width: auto }
}
.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 }
 @media(min-width:300px) and (max-width:991px) {
.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:992px) {
.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: 50.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: 16.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: #777; text-align: left }
th { text-align: left }
.table { width: 100%; max-width: 100%; margin-bottom: 20px }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #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: .01% }
@media screen and (max-width:991px) {
.table-responsive { width: 100%; margin-bottom: 15px; 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: 20px; font-size: 21px; line-height: inherit; color: #333; 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: 14px; line-height: 1.42857143; color: #555 }
.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(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, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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: #eee; 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: 34px }
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: 30px }
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: 46px }
}
.form-group { margin-bottom: 15px }
.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px }
.radio label, .checkbox label { min-height: 20px; 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 { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px }
.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0 }
.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px }
select.input-sm { height: 30px; line-height: 30px }
textarea.input-sm, select[multiple].input-sm { height: auto }
.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px }
select.form-group-sm .form-control { height: 30px; line-height: 30px }
textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control { height: auto }
.form-group-sm .form-control-static { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; min-height: 32px }
.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px }
select.input-lg { height: 46px; line-height: 46px }
textarea.input-lg, select[multiple].input-lg { height: auto }
.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px }
select.form-group-lg .form-control { height: 46px; line-height: 46px }
textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control { height: auto }
.form-group-lg .form-control-static { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; min-height: 38px }
.has-feedback { position: relative }
.has-feedback .form-control { padding-right: 42.5px }
.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none }
.input-lg+.form-control-feedback { width: 46px; height: 46px; line-height: 46px }
.input-sm+.form-control-feedback { width: 30px; height: 30px; line-height: 30px }
/*.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, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(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 }
.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, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(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 }*/
.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, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(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 }
.has-feedback label~.form-control-feedback { top: 25px }
.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:992px) {
.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: 27px }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px }
@media(min-width:992px) {
.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:992px) {
.form-horizontal .form-group-lg .control-label { padding-top: 14.333333px }
}
@media(min-width:992px) {
.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: 14px; line-height: 1.42857143; border-radius: 4px; -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, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: .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 { color: #337ab7; font-weight: normal; border-radius: 0 }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent }
.btn-link:hover, .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 { color: #777; text-decoration: none }
.btn-lg, .btn-group-lg>.btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px }
.btn-sm, .btn-group-sm>.btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px }
.btn-xs, .btn-group-xs>.btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px }
.btn-block { display: block; width: 100% }
.btn-block+.btn-block { margin-top: 5px }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100% }*/
/*.btn-red { background-color: #b60000; border: 1px solid #000000; color: #ffffff; }*/
.btn-red, .btn-red:hover { width: 125px; height: 43px; background-image: url(images/add-to-cart_sm.png); background-color: transparent; border: none; color: transparent; text-indent: -99999px; }
.btn-red-md, .btn-red-md:hover { width: 125px; height: 43px; background-image: url(images/more-details_sm.png); background-color: transparent; border: none; color: transparent; text-indent: -99999px; }
.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .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: .35s; transition-duration: .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: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); background-clip: padding-box }
.dropdown-menu.pull-right { right: 0; left: auto }
.dropdown-menu .divider { height: 1px; margin: 9px 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: #333; 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: #777 }
.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: 12px; line-height: 1.42857143; color: #777; 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:992px) {
.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, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) }
.btn-group.open .dropdown-toggle.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: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0 }
.btn-group-vertical>.btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; 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: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px }
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn { height: 46px; line-height: 46px }
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: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px }
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn { height: 30px; line-height: 30px }
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: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px }
.input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px }
.input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px }
.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: #eee }
.nav>li.disabled>a { color: #777 }
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus { color: #777; text-decoration: none; background-color: transparent; cursor: not-allowed }
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus { background-color: #eee; border-color: #337ab7 }
.nav .nav-divider { height: 1px; margin: 9px 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: 4px 4px 0 0 }
.nav-tabs>li>a:hover { border-color: #eee #eee #ddd }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #555; 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:992px) {
.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: 4px }
.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:992px) {
.nav-tabs.nav-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 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: 4px }
.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:992px) {
.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: 4px }
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus { border: 1px solid #ddd }
@media(min-width:992px) {
.nav-tabs-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 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: 20px; border: 1px solid transparent }
@media(min-width:768px) {
.navbar { border-radius: 4px }
}
@media(min-width:992px) {
.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, .1); -webkit-overflow-scrolling: touch }
.navbar-collapse.in { overflow-y: auto }
@media(min-width:992px) {
.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:992px) {
.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:992px) {
.navbar-static-top { border-radius: 0 }
}
.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030 }
@media(min-width:992px) {
.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: 15px 15px; font-size: 18px; line-height: 20px; height: 50px }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none }
.navbar-brand>img { display: block }
@media(min-width:992px) {
.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: 4px }
.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:992px) {
.navbar-toggle { display: none }
}
.navbar-nav { margin: 7.5px -15px }
.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; line-height: 20px }
@media(max-width:991px) {
.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: 20px }
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus { background-image: none }
}
@media(min-width:992px) {
.navbar-nav { float: left; margin: 0 }
.navbar-nav>li { float: left }
.navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px }
}
.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, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); margin-top: 8px; margin-bottom: 8px }
@media(min-width:992px) {
.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:991px) {
.navbar-form .form-group { margin-bottom: 5px }
.navbar-form .form-group:last-child { margin-bottom: 0 }
}
@media(min-width:992px) {
.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: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0 }
.navbar-btn { margin-top: 8px; margin-bottom: 8px }
.navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px }
.navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px }
.navbar-text { margin-top: 15px; margin-bottom: 15px }
@media(min-width:992px) {
.navbar-text { float: left; margin-left: 15px; margin-right: 15px }
}
@media(min-width:992px) {
.navbar-left { float: left !important }
.navbar-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:991px) {
.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 { color: #777 }
.navbar-default .btn-link:hover, .navbar-default .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 { 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:991px) {
.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 { color: #9d9d9d }
.navbar-inverse .btn-link:hover, .navbar-inverse .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 { color: #444 }*/
.breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px }
.breadcrumb>li { display: inline-block }
.breadcrumb>li+li:before { content: "/ "; padding: 0 5px; color: #ccc }
.breadcrumb>.active { color: #777 }
/*.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px }
.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: 4px; border-top-left-radius: 4px }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-bottom-right-radius: 4px; border-top-right-radius: 4px }
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus { color: #23527c; background-color: #eee; 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: #777; background-color: #fff; border-color: #ddd; cursor: not-allowed }
.pagination-lg>li>a, .pagination-lg>li>span { padding: 10px 16px; font-size: 18px }
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span { border-bottom-left-radius: 6px; border-top-left-radius: 6px }
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span { border-bottom-right-radius: 6px; border-top-right-radius: 6px }
.pagination-sm>li>a, .pagination-sm>li>span { padding: 5px 10px; font-size: 12px }
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-bottom-left-radius: 3px; border-top-left-radius: 3px }
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span { border-bottom-right-radius: 3px; border-top-right-radius: 3px }
.pager { padding-left: 0; margin: 20px 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: #eee }
.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: #777; 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: #777 }
.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: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #777; 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: #eee }
.jumbotron h1, .jumbotron .h1 { color: inherit }
.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200 }
.jumbotron>hr { border-top-color: #d5d5d5 }
.container .jumbotron, .container-fluid .jumbotron { border-radius: 6px }
.jumbotron .container { max-width: 100% }*/
@media screen and (min-width:992px) {
.jumbotron { padding: 48px 0 }
.container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px }
.jumbotron h1, .jumbotron .h1 { font-size: 63px }
}
.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px }
.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 { 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: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) }
.progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease }
/*.progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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: 4px; border-top-left-radius: 4px }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px }
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: #eee; color: #777; 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: #777 }
.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: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05) }
.panel-body { padding: 15px }
.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px }
.panel-heading>.dropdown .dropdown-toggle { color: inherit }
.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit }
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a { color: inherit }
.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px }
.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: 3px; border-top-left-radius: 3px }
.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: 3px; border-bottom-left-radius: 3px }
.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: 15px; padding-right: 15px }
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px }
.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: 3px; border-top-right-radius: 3px }
.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: 3px }
.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: 3px }
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px }
.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: 3px; border-bottom-right-radius: 3px }
.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: 3px }
.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: 3px }
.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: 20px }
.panel-group .panel { margin-bottom: 0; border-radius: 4px }
.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 #ddd }
.panel-group .panel-footer { border-top: 0 }
.panel-group .panel-footer+.panel-collapse .panel-body { border-bottom: 1px solid #ddd }
.panel-default { border-color: #ddd }
.panel-default>.panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd }
.panel-default>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ddd }
.panel-default>.panel-heading .badge { color: #f5f5f5; background-color: #333 }
.panel-default>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ddd }
.panel-primary { border-color: #337ab7 }
.panel-primary>.panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7 }
.panel-primary>.panel-heading+.panel-collapse>.panel-body { border-top-color: #337ab7 }
.panel-primary>.panel-heading .badge { color: #337ab7; background-color: #fff }
.panel-primary>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #337ab7 }
.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: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) }
.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) }
.well-lg { padding: 24px; border-radius: 6px }
.well-sm { padding: 9px; border-radius: 3px }
.close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20) }
.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: .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 .3s ease-out; -moz-transition: -moz-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .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, .2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(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: .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 { margin-left: 0 }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll }
#accessoriesPage .modal.in .modal-dialog { z-index: 99999; }
#accessoriesPage .modal.in .modal-dialog .item_img { }
#accessoriesPage .modal.in .modal-dialog .item_img img { margin: 0 auto; }
#accessoriesPage .modal.in .modal-dialog .w2m_close { text-align: right; cursor: pointer; }
#accessoriesPage .modal.in .modal-dialog .w2m_close:after { content: "\f00d"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; display: inline-block; vertical-align: middle; font-size: 24px; cursor: pointer; }
#accessoriesPage .modal.in .modal-dialog .title { }
#accessoriesPage .modal.in .modal-dialog .title a { color: #006699; font-family: 'open_sansbold'; font-size: 18px; }
#accessoriesPage .modal.in .modal-dialog .w2m_label { font-weight: 600; margin-right: 5px; }
#accessoriesPage .modal.in .modal-dialog .w2m_label.w2m_label_price { }
#accessoriesPage .modal.in .modal-dialog .w2m_data { color: #009966; }
#accessoriesPage .modal.in .modal-dialog .w2m_data.w2m_data_price { color: #b60000; font-weight: bold; }
#accessoriesPage .modal.in .modal-dialog div.yellow_close { display: block; margin: 15px auto 0; }
#accessoriesPage .modal.in .modal-dialog div.yellow_close a { background: #fefa4c; color: #040e7b; font-weight: 600; box-shadow: 0 4px 6px -1px rgba(0, 71, 171, 0.1), 0 2px 4px -1px rgba(0, 71, 171, 0.06); padding: 6px 12px; }
#accessoriesPage .modal.in .modal-dialog div.yellow_close:active, #accessoriesPage .modal.in .modal-dialog div.yellow_close:focus { box-shadow: none; outline: none; }
#accessoriesPage td.pbs_col a.upsellName { cursor: pointer; }
#accessoriesPage td.pbs_col .addCheck input { cursor: pointer; }
.bundled_savings {margin: 15px auto;}
@media(min-width:992px) {
.modal-dialog { width: 600px; margin: 30px auto }
.modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) }
.modal-sm { width: 300px }
}
@media(min-width:992px) {
.modal-lg { width: 900px }
}
/*.tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.4; opacity: 0; filter: alpha(opacity=0) }
.tooltip.in { opacity: .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: 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: #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: 14px; 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, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(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: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 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: #999; border-top-color: rgba(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: #999; border-right-color: rgba(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: #999; border-bottom-color: rgba(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: #999; border-left-color: rgba(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: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .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 .6s ease-in-out; -moz-transition: -moz-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .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: .5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6) }
.carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(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, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(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: .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: '‹' }
.carousel-control .icon-next:before { content: '›' }
.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 #fff; 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: #fff }
.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, .6) }
.carousel-caption .btn { text-shadow: none }
@media screen and (min-width:992px) {
.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, #outerPageContainer:before, #outerPageContainer:after, #outerPageContainer #header:before, #outerPageContainer #header:after, #outerPageContainer #header #storeHeader #headerTop:before, #outerPageContainer #header #storeHeader #headerTop:after, #outerPageContainer #header #storeHeader #headerNavigation:before, #outerPageContainer #header #storeHeader #headerNavigation:after, #outerPageContainer #header #storeHeader #checkoutNavigation:before, #outerPageContainer #header #storeHeader #checkoutNavigation:after, #outerPageContainer #contentContainer:before, #outerPageContainer #contentContainer:after, #outerPageContainer #contentContainer .oneColumnLayout .columnsWrapper:before, #outerPageContainer #contentContainer .oneColumnLayout .columnsWrapper:after, #outerPageContainer #footer:before, #outerPageContainer #footer:after, #accountPage .tabstrip>ul:before, #accountPage .tabstrip>ul:after, #accountPage .paymentList:before, #accountPage .paymentList:after, .leftSidebarLayout .itemListing:before, .leftSidebarLayout .itemListing:after, .rightSidebarLayout .itemListing:before, .rightSidebarLayout .itemListing:after, .threeColumnLayout .itemListing:before, .threeColumnLayout .itemListing:after, .oneColumnLayout .itemListing:before, .oneColumnLayout .itemListing:after, #leftColumn .itemListing:before, #leftColumn .itemListing:after, #rightColumn .itemListing:before, #rightColumn .itemListing:after, #categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer:before, #categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer:after, #productPage div.productDisplay div.simpleProduct:before, #productPage div.productDisplay div.simpleProduct:after, div.checkoutProgressBar div.checkoutProgress:before, div.checkoutProgressBar div.checkoutProgress:after, #checkoutPage #checkout_startPage:before, #checkoutPage #checkout_startPage:after, #checkoutPage #checkout_billPage .column_1 .section:before, #checkoutPage #checkout_billPage .column_1 .section:after, div.widget .content:before, div.widget .content:after, .categorySearchSidebarWidget .criteriaPanel ul:before, .categorySearchSidebarWidget .criteriaPanel ul:after, div.simpleCategoryListWidget .category:before, div.simpleCategoryListWidget .category:after, div.paymentWidget .paymentFormContainer:before, div.paymentWidget .paymentFormContainer: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, #outerPageContainer:after, #outerPageContainer #header:after, #outerPageContainer #header #storeHeader #headerTop:after, #outerPageContainer #header #storeHeader #headerNavigation:after, #outerPageContainer #header #storeHeader #checkoutNavigation:after, #outerPageContainer #contentContainer:after, #outerPageContainer #contentContainer .oneColumnLayout .columnsWrapper:after, #outerPageContainer #footer:after, #accountPage .tabstrip>ul:after, #accountPage .paymentList:after, .leftSidebarLayout .itemListing:after, .rightSidebarLayout .itemListing:after, .threeColumnLayout .itemListing:after, .oneColumnLayout .itemListing:after, #leftColumn .itemListing:after, #rightColumn .itemListing:after, #categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer:after, #productPage div.productDisplay div.simpleProduct:after, div.checkoutProgressBar div.checkoutProgress:after, #checkoutPage #checkout_startPage:after, #checkoutPage #checkout_billPage .column_1 .section:after, div.widget .content:after, .categorySearchSidebarWidget .criteriaPanel ul:after, div.simpleCategoryListWidget .category:after, div.paymentWidget .paymentFormContainer: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:991px) {
.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:991px) {
.visible-xs-block { display: block !important }
}
@media(max-width:991px) {
.visible-xs-inline { display: inline !important }
}
@media(max-width:991px) {
.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:991px) {
.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 }
}
#outerPageContainer { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px }
@media(min-width:768px) {
#outerPageContainer { width: 100% }
}
@media(min-width:992px) {
#outerPageContainer { width: 100% }
}
@media(min-width:1200px) {
#outerPageContainer { width: 100% }
}
#outerPageContainer>.navbar-header, #outerPageContainer>.navbar-collapse { margin-right: -15px; margin-left: -15px }
@media(min-width:992px) {
#outerPageContainer>.navbar-header, #outerPageContainer>.navbar-collapse { margin-right: 0; margin-left: 0 }
}
#outerPageContainer #header { margin-left: -15px; margin-right: -15px; }
#outerPageContainer #header .zone { background: url(images/starrybgforthegpsstore9.jpg) -210px -340px repeat; display: inline-block; width: 100%; }
#outerPageContainer #header #storeHeader { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media(min-width:992px) {
#outerPageContainer #header #storeHeader { padding-top: 0; }
}
@media(min-width:992px) {
#outerPageContainer #header #storeHeader { float: left; width: 100% }
}
#outerPageContainer #header #storeHeader .line1 { display: inline-block; width: 100%; text-align: right; }
#outerPageContainer #header #storeHeader .line1 .fastlinks { width: 305px; height: 20px; display: inline-block; margin-right: 30px; }
#outerPageContainer #header #storeHeader .line1 .fastlinks .box { background-color : #ffffff; position : relative; display : block; height : 20px; width : 305px; text-align : center; margin : 0 auto; }
#outerPageContainer #header #storeHeader .line1 .fastlinks .box:before { content: ''; height: 20px; width: 20px; background-color: #ffffff; position: absolute; top: 0; left: -20px; transform: skewX(45deg); transform-origin: top; -webkit-transform: skewX(45deg); -webkit-transform-origin: 0 0; }
#outerPageContainer #header #storeHeader .line1 .fastlinks .box:after { content: ''; height: 20px; width: 20px; background-color: #ffffff; position: absolute; top: 0; right: -20px; left: auto; transform: skewX(-45deg); transform-origin: top; -webkit-transform: skewX(-45deg); -webkit-transform-origin: 0 0; }
#outerPageContainer #header #storeHeader .line1 .fastlinks .items { left: 0; position: relative; text-align: center; z-index: 999; }
 @media(max-width:350px) {
}
#outerPageContainer #header #storeHeader .line1 .fastlinks .items a { font-family: 'open_sanssemibold'; font-size: 13px; color: #006699; }
#outerPageContainer #header #storeHeader .line1 .fastlinks .items a:after { content: "|"; padding: 0 0 0 4px; }
#outerPageContainer #header #storeHeader .line1 .fastlinks .items a:last-child:after { content: ""; padding: 0; }
#outerPageContainer #header #storeHeader .line1 .fastlinks .items a:hover, #outerPageContainer #header #storeHeader .line1 .fastlinks .items a:active, #outerPageContainer #header #storeHeader .line1 .fastlinks .items a:focus { text-decoration: none; }
#outerPageContainer #header #storeHeader .line1 .ua_links { display: inline-block; }
#outerPageContainer #header #storeHeader .line1 .ua_links a { font-family: 'open_sansregular'; color: #ffffff; font-size: 13px; margin-right: 15px; }
#outerPageContainer #header #storeHeader .line1 .ua_links a:last-child { margin-right: 0; }
#outerPageContainer #header #storeHeader .line1 .ua_links a:hover, #outerPageContainer #header #storeHeader .line1 .ua_links a:active, #outerPageContainer #header #storeHeader .line1 .ua_links a:focus { text-decoration: none; }
#outerPageContainer #header #storeHeader .line2 { display: inline-block; width: 100%; }
#outerPageContainer #header #storeHeader .line2 .logo { position: relative; margin: -10px 0 25px 0; max-width: 400px; }
#outerPageContainer #header #storeHeader .line2 .logo img { max-width: 400px; }
#outerPageContainer #header #storeHeader .line2 .byline { color: #00ccff; font-family: 'open_sansbold'; font-size: 24px; font-size: 16px; max-width: 345px; text-align: center; margin: 5px auto 0; }
#outerPageContainer #header #storeHeader .line2 .search { display: inline-block; margin: 30px 0 0 0; max-width: 410px; padding: 0; float: right; }
#outerPageContainer #header #storeHeader .line2 .search .form-control-inline { background-color: #fff; background-image: none; border: 1px solid #3aa6d7; border-right: none; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; box-shadow: none; color: #555; display: inline-block; font-size: 14px; height: 34px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; max-width: 375px; }
#outerPageContainer #header #storeHeader .line2 .search .simpleSearchPanel a.btn { padding: 9px 12px; }
#outerPageContainer #header #storeHeader .line2 .search .btn { background: #05558d; border: 1px solid #3aa6d7; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-topleft: 0; -moz-border-radius-bottomleft: 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 0; border-bottom-left-radius: 0; box-shadow: none; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; margin-bottom: 0; padding: 10px; text-decoration: none; white-space: nowrap; width: auto; max-width: 44px; }
#outerPageContainer #header #storeHeader .line2 .search .btn i { color: #ffffff; }
#outerPageContainer #header #storeHeader .line3 { display: inline-block; width: 100%; background: #05558d; border: 1px solid #336699; border-left: none; border-right: none; }
@media(max-width:1100px) {
#outerPageContainer #header #storeHeader .line1 .w2m_container_full { padding: 0 15px; }
#outerPageContainer #header #storeHeader .line2 .w2m_container_full { padding: 0 15px; }
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (orientation: landscape) {
#outerPageContainer #header #storeHeader .line2 .col-xs-12 { width: 50%; }
#leftColumn .search .form-control-inline { max-width: 100%; }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
#outerPageContainer #header #storeHeader .line2 .col-xs-12 { width: 50%; }
#leftColumn .search .form-control-inline { max-width: 100%; }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#outerPageContainer #header #storeHeader .line2 .col-xs-12 { width: 50%; }
#outerPageContainer #header #storeHeader .line2 .logo img { max-width: 350px; }
#outerPageContainer #header #storeHeader .line2 .logo { position: relative; margin: 10px 0 15px 0; max-width: 400px; }
}
 @media(max-width:991px) {
#outerPageContainer #header #storeHeader .line2 .byline { margin: 10px auto 0; text-align: center; }
#outerPageContainer #header #storeHeader .line2 .search { display: table; float: none; margin: 10px auto 15px; max-width: 410px; padding: 0; text-align: center; }
#outerPageContainer #header #storeHeader .line2 .logo img { margin: 15px auto 0; max-width: 280px; }
#outerPageContainer #header #storeHeader .line2 .logo { margin: 0; }
#outerPageContainer #header #storeHeader .line1 { display: inline-block; text-align: center; width: 100%; }
}
 @media(max-width:580px) {
#outerPageContainer #header #storeHeader .line1 .fastlinks { margin-right: 0; }
#outerPageContainer #header #storeHeader .line1 .ua_links { display: inline-block; margin: 10px 0 0 0; }
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown { position: static; }
.yamm .container { position: relative; }
.yamm .dropdown-menu { left: auto; background: #262626 url("images/top-shadow-dark.gif") repeat-x top left; }
.yamm .yamm-content { padding: 0 30px; }
.yamm .yamm-content .row { margin-bottom: 10px; }
.yamm .yamm-content .row h2 { border-bottom: 1px solid #666; font-size: 14px; margin-top: 5px;/*margin: 5px;*/ }
.yamm .yamm-content .row h2 a { color: #ffffff; font-family: 'open_sansbold'; font-size: 16px; }
.yamm .yamm-content .row h2 a:hover, .yamm .yamm-content .row h2 a:active, .yamm .yamm-content .row h2 a:focus { color: #09c; }
.yamm li.dropdown a.dropdown-toggle { font-family: 'open_sansbold'; font-size: 16px; color: #ffffff; padding-top: 12.5px; padding-bottom: 12.5px; border: 1px solid #306598; }
.yamm li.dropdown a.dropdown-toggle:hover, .yamm li.dropdown a.dropdown-toggle:active, .yamm li.dropdown a.dropdown-toggle:focus { color: #09c; }
.yamm li.dropdown a.dropdown-toggle .caret { color: #46b197; margin-left: 5px; }
.yamm .yamm-content .row ul li a { color: #ffffff; /*font-family: 'roboto_slabregular';*/ font-family: 'open_sansregular'; font-size: 14px; }
.yamm .yamm-content .row ul li a:hover, .yamm .yamm-content .row ul li a:active, .yamm .yamm-content .row ul li a:focus { color: #09c; background-color: #333333; }
.yamm .yamm-content ul { margin: 0; padding: 0; }
.yamm .yamm-content ul li { list-style: none; }
.yamm .dropdown.yamm-fw .dropdown-menu { left: 0; right: 0; }
.gps_nav_menu .navbar-default .navbar-nav > .open > a, .gps_nav_menu .navbar-default .navbar-nav > .open > a:hover, .gps_nav_menu .navbar-default .navbar-nav > .open > a:focus { background-color: transparent; color: #ffffff; text-decoration: underline; }
.gps_nav_menu .navbar-default { background-color: transparent; border-color: transparent; }
.gps_nav_menu .align_lg { display: table; margin: 0 auto; text-align: center; }
.gps_nav_menu .navbar { border: none; margin-bottom: 0; min-height: 100%; position: relative; }
 /*@media(min-width:768px) {*/
 @media(min-width:992px) {
#outerPageContainer #header #storeHeader .line3 .yamm .navbar-header a.navbar-brand { display: none; }
}
@media(max-width:991px) {
#outerPageContainer #header #storeHeader .line3 .yamm .navbar-header a.navbar-brand { display: block; font-family: 'open_sansbold'; font-size: 18px; color: #ffffff; }
.yamm .navbar-toggle .icon-bar { background-color: #ffffff; }
.yamm .navbar-toggle { border-color: #ffffff; }
.yamm .navbar-toggle:hover, .yamm .navbar-toggle:focus { background-color: transparent; border: none; }
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown { border: none; box-shadow: none; }
#outerPageContainer #header #storeHeader .line3 .h_padding { padding: 0; }
.yamm .open .dropdown-menu { background-color: #262626; background: #262626 url("images/top-shadow-dark.gif") repeat-x top left; border: none; box-shadow: none; float: none; margin-top: 0; position: static; width: auto; }
.yamm .navbar-collapse { border-top: none; }
.yamm .navbar-header { border: none; }
.yamm .navbar-nav { margin: 0 -15px; }
.gps_nav_menu .align_lg { display: block; margin: 0; text-align: left; }
}
#outerPageContainer #header #storeHeader .line4 { display: inline-block; width: 100%; background: #efefef; border-top: 1px solid #05558d; border-bottom: 1px solid #05558d; border-left: none; border-right: none; }
#outerPageContainer #header #storeHeader .line4 .gps_logos { text-align: center; }
#outerPageContainer #header #storeHeader .line4 .gps_logos a { display: inline-block; margin: 0 15px 0 0; padding: 10px 0; vertical-align: middle; }
#outerPageContainer #header #storeHeader .line4 .gps_logos a:hover, #outerPageContainer #header #storeHeader .line4 .gps_logos a:active, #outerPageContainer #header #storeHeader .line4 .gps_logos a:focus { transition: ease-in-out, width .35s ease-in-out; outline: thin dotted #336699; outline: 5px auto -webkit-focus-ring-color #336699; outline-offset: -2px; padding: 1px; }
#outerPageContainer #header #storeHeader .line4 .gps_logos a:last-child { margin: 0; }
#outerPageContainer #header #storeHeader .line4 .gps_logos img.grayscale { -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity .5s ease-in-out; opacity: .5; cursor: pointer; }
#outerPageContainer #header #storeHeader .line4 .gps_logos a:hover img, #outerPageContainer #header #storeHeader .line4 .gps_logos a:active img, #outerPageContainer #header #storeHeader .line4 .gps_logos a:focus img { -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; }
#outerPageContainer #header #storeHeader .h_padding { padding: 0 15px; }
#outerPageContainer #header #storeHeader #headerTop { margin-left: -15px; margin-right: -15px }
@media(max-width:991px) {
#outerPageContainer #header #storeHeader #headerTop { display: none !important }
#outerPageContainer #header #storeHeader .line4 .gps_logos img.grayscale { filter: none; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity .5s ease-in-out; opacity: 1; cursor: pointer; }
#outerPageContainer #header #storeHeader .line4 .gps_logos a:hover img { -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; }
#outerPageContainer #header #storeHeader .line4 .gps_logos { display: none; }
}
#outerPageContainer #header #storeHeader #headerTop .column_1 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #header #storeHeader #headerTop .column_1 { float: left; width: 33.33333333% }
}
@media(min-width:992px) {
#outerPageContainer #header #storeHeader #headerTop .column_1 { float: left; width: 50% }
}
#outerPageContainer #header #storeHeader #headerTop .column_2 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:768px) {
#outerPageContainer #header #storeHeader #headerTop .column_2 { float: left; width: 66.66666667% }
}
@media(min-width:992px) {
#outerPageContainer #header #storeHeader #headerTop .column_2 { float: left; width: 50% }
}
#outerPageContainer #header #storeHeader #headerNavigation { margin-left: -15px; margin-right: -15px }
#outerPageContainer #header #storeHeader #headerNavigation .navigation { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #header #storeHeader #headerNavigation .navigation { float: left; width: 100% }
}
@media(max-width:767px) {
#outerPageContainer #header #storeHeader #headerNavigation .navigation { padding: 0 }
}
#outerPageContainer #header #storeHeader #headerBottom:before, #outerPageContainer #header #storeHeader #headerBottom:after { content: " "; display: table }
#outerPageContainer #header #storeHeader #headerBottom:after { clear: both }
#outerPageContainer #header #storeHeader #headerBottom:before, #outerPageContainer #header #storeHeader #headerBottom:after { content: " "; display: table }
#outerPageContainer #header #storeHeader #headerBottom:after { clear: both }
#outerPageContainer #header #storeHeader #checkoutNavigation { margin-left: -15px; margin-right: -15px }
@media(min-width:768px) {
#outerPageContainer #header #storeHeader #checkoutNavigation .checkoutProgressBar { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
}
@media(min-width:768px) and (min-width:992px) {
#outerPageContainer #header #storeHeader #checkoutNavigation .checkoutProgressBar { float: left; width: 100% }
}
.whitebg { background: #ffffff; }
.whitebg:before { content: " "; display: table; box-sizing: border-box; clear: both; }
.whitebg:after { content: " "; display: table; box-sizing: border-box; clear: both; }
#outerPageContainer #contentContainer.body_top_shadow { -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3); box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3); }
.body_shadow { -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);  /* Firefox 3.5 - 3.6 */ box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
.body_shadow:before { content: " "; display: table; box-sizing: border-box; clear: both; }
.body_shadow:after { content: " "; display: table; box-sizing: border-box; clear: both; }
.inner_top_shadow { -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2); box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2); display: block; height: 15px; margin-bottom: 10px; width: 100%; }
.inner_top_shadow:before { content: " "; display: table; box-sizing: border-box; clear: both; }
.inner_top_shadow:after { content: " "; display: table; box-sizing: border-box; clear: both; }
#outerPageContainer #contentContainer #mainColumn { }
#outerPageContainer #contentContainer #leftColumn { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
#outerPageContainer #contentContainer #leftColumn .simpleSearchPanel { }
 @media(min-width:992px) {
#outerPageContainer #contentContainer #leftColumn { float: left; width: 22.5% }
}
#outerPageContainer #contentContainer #rightColumn { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media(min-width:992px) {
#outerPageContainer #contentContainer #rightColumn { float: left; width: 22.5% }
}
#outerPageContainer #contentContainer .leftSidebarLayout { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .leftSidebarLayout { float: left; width: 77.5% }
}
#outerPageContainer #contentContainer .rightSidebarLayout { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .rightSidebarLayout { float: left; width: 77.5% }
}
#outerPageContainer #contentContainer .oneColumnLayout { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .oneColumnLayout { float: left; width: 100% }
}
#outerPageContainer #contentContainer .oneColumnLayout .columnsWrapper { margin-left: -15px; margin-right: -15px }
#outerPageContainer #contentContainer .oneColumnLayout .mainColumn { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .oneColumnLayout .mainColumn { float: left; width: 66.66666667% }
}
#outerPageContainer #contentContainer .oneColumnLayout .sidebarColumn { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .oneColumnLayout .sidebarColumn { float: left; width: 33.33333333% }
}
#outerPageContainer #contentContainer .oneColumnLayout .halfColumn { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .oneColumnLayout .halfColumn { float: left; width: 50% }
}
#outerPageContainer #contentContainer .oneColumnLayout .thirdsColumn { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .oneColumnLayout .thirdsColumn { float: left; width: 33.33333333% }
}
#outerPageContainer #contentContainer .threeColumnLayout { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#outerPageContainer #contentContainer .threeColumnLayout { float: left; width: 55% }
}
@media(min-width:992px) {
#outerPageContainer .leftSidebarResponsive .leftSidebarLayout { left: 25% }
}
@media(min-width:992px) {
#outerPageContainer .leftSidebarResponsive #leftColumn { right: 75% }
}
#outerPageContainer #footer { margin-left: 0; margin-right: 0; clear: both; }
#outerPageContainer #footer #storeFooter { position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; background: #efefef; }
@media(min-width:992px) {
#outerPageContainer #footer #storeFooter { float: none; width: 100% }
}
#outerPageContainer div.copyright { background-color: transparent; border: none; border-radius: 4px; box-shadow: none; margin-bottom: 15px; margin-top: 10px; text-align: center; }
#outerPageContainer div.copyright .content { text-align: center; padding: 0; }
#outerPageContainer div.copyright .content .copyright { margin: 0; padding: 0; font-family: 'roboto_slablight'; color: #666666; }
#storeFooter .store-links { }
#storeFooter .store-links h4 { font-family: 'roboto_slabregular'; color: #333333; border-bottom: 1px solid #333333; padding-bottom: 3px; }
#storeFooter .store-links ul { list-style: none; margin: 0; padding: 0; }
#storeFooter .store-links li { }
#storeFooter .store-links li a { color: #006699; font-family: 'open_sansregular'; }
#storeFooter .store-links li a:hover { }
#storeFooter .store-links .contact { font-family: 'open_sansregular'; color: #333333; }
#storeFooter .store-links .gps_soc { }
#storeFooter .store-links .gps_soc a { display: inline-block; margin-right: 5px; }
#storeFooter .store-links .gps_bldg { margin: 13px 0; }
#storeFooter .footer-imgs { }
#storeFooter .footer-imgs .confid { margin-bottom: 20px; }
#storeFooter .footer-imgs .confid a { display: inline-block; vertical-align: top; }
#storeFooter .footer-imgs .confid a:last-child { margin-right: 0; }
#storeFooter .footer-imgs .confid img { display: inline-block; margin-right: 5px; vertical-align: top; }
#storeFooter .footer-imgs .confid img.cc { margin-right: 25px; }
#storeFooter .footer-imgs .confid .mcaf_ts { display: inline-block; }
#storeFooter .footer-imgs .confid .mcaf_ts a { display: block; }
#storeFooter .footer-imgs .confid .mcaf_ts img { display: block; }
#storeFooter .footer-imgs .confid .mcaf_ts .trustedsite-trustmark { position: relative; top: 3px; }
#storeFooter .footer-imgs .gps_soc { }
#storeFooter .footer-imgs .gps_soc a { display: inline-block; margin-right: 5px; }
#storeFooter .footer-imgs .gps_soc a img { }
#storeFooter .footer-imgs .gps_soc a:last-child { margin-right: 0; }
.caption-full { padding: 0 0 15px 5px }
.priceDisplay { font-weight: bold }
span[itemprop="offers"] { font-weight: bold }
.goodCondition { color: #3c763d }
.warnCondition { color: #8a6d3b }
.errorCondition { color: #a94442 }
.requiredField { color: #f00; padding-bottom: 3px; margin-left: 3px; display: inline-block }
p.success { color: #3c763d }
p.error { color: #a94442 }
a.button { 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: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #333; background-color: #fff; border-color: #ccc; text-decoration: none }
a.button:focus, a.button:active:focus, a.button.active:focus, a.button.focus, a.button:active.focus, a.button.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }
a.button:hover, a.button:focus, a.button.focus { color: #333; text-decoration: none }
a.button:active, a.button.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) }
a.button.disabled, a.button[disabled], fieldset[disabled] a.button { cursor: not-allowed; pointer-events: none; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none }
a.button:hover, a.button:focus, a.button.focus, a.button:active, a.button.active, .open>.dropdown-togglea.button { color: #333; background-color: #e6e6e6; border-color: #adadad }
a.button:active, a.button.active, .open>.dropdown-togglea.button { background-image: none }
a.button.disabled, a.button[disabled], fieldset[disabled] a.button, a.button.disabled:hover, a.button[disabled]:hover, fieldset[disabled] a.button:hover, a.button.disabled:focus, a.button[disabled]:focus, fieldset[disabled] a.button:focus, a.button.disabled.focus, a.button[disabled].focus, fieldset[disabled] a.button.focus, a.button.disabled:active, a.button[disabled]:active, fieldset[disabled] a.button:active, a.button.disabled.active, a.button[disabled].active, fieldset[disabled] a.button.active { background-color: #fff; border-color: #ccc }
a.button .badge { color: #fff; background-color: #333 }
a.button:hover { text-decoration: none!important }
table.compact>thead>tr>th, table.compact>tbody>tr>th, table.compact>tfoot>tr>th, table.compact>thead>tr>td, table.compact>tbody>tr>td, table.compact>tfoot>tr>td { padding: 5px }
img { display: block; max-width: 100%; height: auto }
.form-control-inline { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(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; display: inline-block; width: auto }
.form-control-inline: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, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) }
.form-control-inline::-moz-placeholder {
color:#999;
opacity:1
}
.form-control-inline:-ms-input-placeholder {
color:#999
}
.form-control-inline::-webkit-input-placeholder {
color:#999
}
.form-control-inline[disabled], .form-control-inline[readonly], fieldset[disabled] .form-control-inline { background-color: #eee; opacity: 1 }
.form-control-inline[disabled], fieldset[disabled] .form-control-inline { cursor: not-allowed }
textarea.form-control-inline { height: auto }
.inputForm th, .inputForm .rowHeader { text-align: right; font-weight: bold; vertical-align: middle }
.inputForm td { vertical-align: middle; padding: 5px }
.inputForm td label { font-weight: normal; margin: 0 5px 0 5px; display: inline }
.ContactFormPanel .inputForm th { width: 80px }
.ContactFormPanel .inputForm td { padding: 5px 10px }
.ContactFormPanel .form-control-inline { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(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; display: inline-block; width: 60% !important }
.ContactFormPanel .form-control-inline: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, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) }
.ContactFormPanel .form-control-inline::-moz-placeholder {
color:#999;
opacity:1
}
.ContactFormPanel .form-control-inline:-ms-input-placeholder {
color:#999
}
.ContactFormPanel .form-control-inline::-webkit-input-placeholder {
color:#999
}
.ContactFormPanel .form-control-inline[disabled], .ContactFormPanel .form-control-inline[readonly], fieldset[disabled] .ContactFormPanel .form-control-inline { background-color: #eee; opacity: 1 }
.ContactFormPanel .form-control-inline[disabled], fieldset[disabled] .ContactFormPanel .form-control-inline { cursor: not-allowed }
textarea.ContactFormPanel .form-control-inline { height: auto }
@media(max-width:992px) {
.ContactFormPanel .form-control-inline { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(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; width: 100% !important }
.ContactFormPanel .form-control-inline: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, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) }
.ContactFormPanel .form-control-inline::-moz-placeholder {
color:#999;
opacity:1
}
.ContactFormPanel .form-control-inline:-ms-input-placeholder {
color:#999
}
.ContactFormPanel .form-control-inline::-webkit-input-placeholder {
color:#999
}
.ContactFormPanel .form-control-inline[disabled], .ContactFormPanel .form-control-inline[readonly], fieldset[disabled] .ContactFormPanel .form-control-inline { background-color: #eee; opacity: 1 }
.ContactFormPanel .form-control-inline[disabled], fieldset[disabled] .ContactFormPanel .form-control-inline { cursor: not-allowed }
textarea.ContactFormPanel .form-control-inline { height: auto }
}
@media(max-width:480px) {
.ContactFormPanel .inputForm td { padding: 0 }
}
#storeHeader .shortcuts { float: right !important; padding: 5px 0 10px 0 }
#storeHeader .shortcuts li>a>i { 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 }
#storeHeader .shortcuts li>a>i:before { margin-right: 5px }
#storeHeader .shortcuts .login i:before { content: "" }
#storeHeader .shortcuts .acct i:before { content: "" }
@media(max-width:991px) {
#storeHeader .shortcuts .wishlist { display: none !important }
}
#storeHeader .shortcuts .wishlist i:before { content: "" }
#storeHeader .shortcuts .basket i:before { content: "" }
@media(min-width:768px) and (max-width:991px) {
#storeHeader .shortcuts .admin { display: none !important }
}
#storeHeader .shortcuts .admin i:before { content: "" }
#storeHeader .shortcuts .home i:before { content: "" }
#storeHeader .shortcuts .contact i:before { content: "" }
#storeHeader .search { padding: 8px 0 }
@media(min-width:992px) {
/*#storeHeader .search .simpleSearchPanel { float: right !important; width: 300px }*/
}
@media(min-width:976px) {
	

#outerPageContainer #header #storeHeader .line2 .search .form-control-inline { width: 100%; max-width: 400px; min-width: 400px; }	
#outerPageContainer #header #storeHeader .line2 .search {
	display: inline-block;
	margin: 30px 0 0 0;
	max-width: 100%;
	padding: 0;
	float: right;
}
#storeHeader .search .simpleSearchPanel {
	float: right !important;
	width: 438px;
}	
}
#storeHeader .search .simpleSearchPanel a.btn { padding: 9px 12px }
#storeHeader .navigation .navbar-brand { padding: 10px }
@media(max-width:991px) {
#storeHeader .navigation .nav-basket { float: right; margin-bottom: 8px; margin-right: 15px; margin-top: 8px; padding: 9px 10px; 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: 1.2em }
#storeHeader .navigation .nav-basket:before { content: "" }
#storeHeader .navigation .nav a { display: inline-block; width: 100% }
#storeHeader .navigation .nav a:hover, #storeHeader .navigation .nav a:active, #storeHeader .navigation .nav a:focus { background-color: #fff }
#storeHeader .navigation .nav i { 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; margin: 0 15px }
#storeHeader .navigation .nav .finder:before { content: "" }
#storeHeader .navigation .nav .contact:before { content: "" }
#storeHeader .navigation .nav .acct:before { content: "" }
#storeHeader .navigation .nav .login:before { content: "" }
#storeHeader .navigation .nav .currency:before { content: "" }
}
@media(min-width:768px) {
.breadCrumbs { padding: 8px 15px; margin-bottom: 10px; background-color: transparent; border-radius: 4px }
}
div.pageHeader h1, #pageHeader h1 { padding-bottom: 0; margin: 10px 0; border-bottom: none }
@media(max-width:991px) {
div.pageHeader h1, #pageHeader h1 { font-size: 14px; margin: 5px 0 10px 0; text-align: center; font-weight: bold }
}
div.pageHeader div.links, #pageHeader div.links { right: 20px; top: 3px; position: absolute }
div.pageHeader div.links a.button, #pageHeader div.links a.button { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px }
.modalPopup { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); background-clip: padding-box; outline: 0 }
.modalPopup .modalPopupContent { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857143px }
.modalPopup .modalPopupHeader { padding: 10px; font-weight: bold }
#storeFooter { text-align: left; }
#storeFooter .shortcuts { margin-bottom: 5px }
#storeFooter .shortcuts a { color: #777; text-transform: uppercase; padding: 0 8px; border-left: 1px solid #dedede }
#storeFooter .shortcuts a:first-child { border-left: none }
#storeFooter p.ablecommerceLink>a { color: #777; font-size: 85% }
#storeFooter .mobileLinkPanel { display: none }
#adminPanel { padding: 10px 15px 10px 15px; border-top: 1px solid #000 }
@media(min-width:768px) and (max-width:991px) {
#adminPanel { display: none !important }
}
@media(max-width:767px) {
#adminPanel { display: none !important }
}
#adminPanel .editItemPanel { padding: 0 0 10px }
#adminPanel .editItemPanel span.rowHeader { color: #31708f }
#adminPanel .displayPagePanel label.rowHeader { color: #31708f }
#adminPanel .displayPagePanel select { width: auto !important; display: inline-block }
.validationSummary { margin-bottom: 6px }
.validationSummary ul { margin-left: 25px; list-style-type: disc }
.validationSummary ul li { color: #f00 }
#advancedSearchPage .searchPanel .inputForm { width: 100% }
#advancedSearchPage .searchPanel .inputForm td input[type="text"], #advancedSearchPage .searchPanel .inputForm td select { width: auto !important }
#basketPage div.basketContainer div.actions { margin: 10px 0 10px 0; text-align: center }
#basketPage .basket_cs div.actions span.price { color: #b60000; font-family: "open_sansbold"; }
#basketPage .basket_cs .itemListing .tableNode { float: left; width: 50%; }
#basketPage .basket_cs .itemListing .tableNode .itemContainer { height: 130px !important; }
#basketPage .basket_cs .itemContainer div.thumbnailArea { display: block; margin: 0 auto; }
 @media(max-width:975px) {
#basketPage .basket_cs .itemListing .tableNode .itemContainer { height: 150px !important; }
#basketPage .basket_cs .itemListing .tableNode .itemContainer { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; line-height: 1.42857; margin-bottom: 20px; padding: 4px; transition: border 0.2s ease-in-out 0s; }
}
@media(max-width:991px) {
#basketPage .basket_cs .itemListing .tableNode .itemContainer div.details div.summary { color: #777; height: auto; margin: 5px 0; overflow: hidden; }
#basketPage .basket_cs .itemListing .tableNode .itemContainer { display: inline-block; height: auto !important; }
#basketPage .basket_cs .itemListing .tableNode { float: left; width: 100%; }
#basketPage .basket_cs .itemContainer div.thumbnailArea { display: block; margin: 10px auto; }
}
#basketPage div.warnings { padding-left: 20px }
#basketPage div.emptyBasketPanel { text-align: center; color: #31708f }
#basketPage .quantity input[type='text'] { width: 60px !important }
div.pagingPanel, .paging { margin-top: 10px }
div.pagingPanel>td span, .paging>td span, div.pagingPanel>td a, .paging>td a { margin-right: 4px }
div.pagingPanel a, .paging a { padding: 6px 12px; line-height: 1.42857143; text-decoration: none; background-color: #efefef; border: 1px solid #ddd; color: #05558d }
div.pagingPanel a:hover, .paging a:hover, div.pagingPanel a:active, .paging a:active, div.pagingPanel a:focus, .paging a:focus { color: #fff; background-color: #05558d; border-color: #05558d }
div.pagingPanel a.current, .paging a.current { z-index: 2; color: #fff; background-color: #05558d; border-color: #05558d; cursor: default }
div.pagingPanel span, .paging span { padding: 6px 12px; line-height: 1.42857143; text-decoration: none; background-color: #efefef; border: 1px solid #ddd; color: #05558d; cursor: default }
table.pagedList { width: 100%; max-width: 100%; margin-bottom: 20px }
table.pagedList>thead>tr>th, table.pagedList>tbody>tr>th, table.pagedList>tfoot>tr>th, table.pagedList>thead>tr>td, table.pagedList>tbody>tr>td, table.pagedList>tfoot>tr>td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd }
table.pagedList>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd }
table.pagedList>caption+thead>tr:first-child>th, table.pagedList>colgroup+thead>tr:first-child>th, table.pagedList>thead:first-child>tr:first-child>th, table.pagedList>caption+thead>tr:first-child>td, table.pagedList>colgroup+thead>tr:first-child>td, table.pagedList>thead:first-child>tr:first-child>td { border-top: 0 }
table.pagedList>tbody+tbody { border-top: 2px solid #ddd }
table.pagedList .table { background-color: #fff }
table.pagedList>tbody>tr:nth-of-type(odd) { background-color: #f9f9f9 }
table.pagedList th.thumbnail { text-align: center; width: 60px }
table.pagedList td.thumbnail { text-align: center; width: 155px }
table.pagedList td.itemName { text-align: left }
table.pagedList th.quantity { width: 150px }
table.pagedList td.quantity { width: 150px }
table.pagedList th.sku { width: 100px }
table.pagedList td.sku { width: 100px; text-align: left }
table.pagedList th.price { width: 70px }
table.pagedList td.price { width: 70px }
table.pagedList th.manufacturer { width: 100px }
table.pagedList td.manufacturer { width: 100px }
table.pagedList th.categories { width: 120px }
table.pagedList td.categories { width: 120px }
table.pagedList th.actions { width: 100px }
table.pagedList td.actions { width: 100px }
table.pagedList th.orderItems { text-align: left }
table.pagedList td.orderItems { text-align: left }
table.pagedList tr.paging td { text-align: center }
table.basket { border: 0; border-collapse: collapse; width: 100% }
table.basket th.thumbnail { text-align: left; width: 60px }
table.basket td.thumbnail { text-align: center; width: 160px }
table.basket th.item { text-align: left }
table.basket td.item { text-align: left }
table.basket td.item div.setGiftOptions a { 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 }
table.basket td.item div.setGiftOptions a:before { content: "" }
table.basket td.item div.itemDetail { margin-bottom: 1em }
table.basket td.item div.itemActions a { margin-right: 8px; text-transform: lowercase }
table.basket th.quantity { text-align: center; width: 60px }
table.basket td.quantity { text-align: center; width: 60px }
table.basket td.footerSubtotalLabel { text-align: right }
.fieldHeaderRight{font-weight:bold;text-align:right;}
table.itemList { border: 0; border-collapse: collapse; width: 100% }
table.itemList th, table.itemList td { padding: 4px 8px; text-align: center; vertical-align: middle }
table.itemList th { border-bottom: 1px solid #ccc }
table.itemList td { padding-bottom: 10px; padding-top: 10px }
table.itemList td a { color: #416573 }
table.itemList td a:hover, table.itemList td a:active, table.itemList td a:focus { color: #788f03 }
table.itemList th.thumbnail { border-right: none; text-align: left; width: 60px }
table.itemList td.thumbnail { text-align: center; width: 160px }
table.itemList th.item { border-left: none; text-align: left }
table.itemList td.item { text-align: left }
table.itemList td.item div.setGiftOptions a { 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 }
table.itemList td.item div.setGiftOptions a:before { content: "" }
table.itemList th.quantity { width: 60px }
table.itemList td.quantity { width: 60px }
table.itemList th.sku { width: 80px }
table.itemList td.sku { width: 80px }
table.pagedList th.availability { width: 120px }
table.pagedList td.availability { width: 120px; text-align: left }
table.itemList th.price { width: 70px }
table.itemList td.price { width: 70px }
table.itemList th.total { width: 70px }
table.itemList td.total { width: 70px }
table.itemList th.shipTo { text-align: left }
table.itemList td.shipTo { text-align: left }
table.itemList th.giftOption { text-align: left; width: 300px }
table.itemList td.giftOption { text-align: left; width: 300px }
table.itemList td.giftOption div.message { margin-top: 10px }
table.itemList td.giftOption div.message textarea { height: 60px; width: 95% }
table.itemList th.paymentDate { width: 100px }
table.itemList td.paymentDate { width: 100px }
table.itemList th.paymentAmount { width: 100px }
table.itemList td.paymentAmount { width: 100px }
table.itemList th.paymentStatus { width: 100px }
table.itemList td.paymentStatus { width: 100px }
table.itemList th.paymentMethod { text-align: left }
table.itemList td.paymentMethod { text-align: left }
table.itemList th.noteDate { width: 140px }
table.itemList td.noteDate { width: 140px }
table.itemList th.noteAuthor { width: 140px }
table.itemList td.noteAuthor { width: 140px }
table.itemList th.noteText { text-align: left }
table.itemList td.noteText { text-align: left }
table.itemList th.digitalGood { text-align: left; width: 300px }
table.itemList td.digitalGood { text-align: left; width: 300px }
table.itemList th.download { width: 80px }
table.itemList td.download { width: 80px }
table.itemList th.remainingDownloads { width: 80px }
table.itemList td.remainingDownloads { width: 80px }
table.itemList th.serialKey { text-align: left }
table.itemList td.serialKey { text-align: left }
table.itemList th.giftCertificate { text-align: left }
table.itemList td.giftCertificate { text-align: left }
table.itemList th.giftCertificateStatus { width: 150px }
table.itemList td.giftCertificateStatus { width: 150px }
table.itemList th.giftCertificateExpiration { width: 150px }
table.itemList td.giftCertificateExpiration { width: 150px }
table.itemList th.subscription { text-align: left }
table.itemList td.subscription { text-align: left }
table.itemList th.subscriptionStatus { width: 150px }
table.itemList td.subscriptionStatus { width: 150px }
table.itemList th.subscriptionExpiration { width: 150px }
.addressBook .entries { margin-left: 10px }
.addressBook .entries .entry { vertical-align: top; margin: 5px; padding: 10px; overflow: hidden; display: inline-block; width: 256px; height: 200px; position: relative }
.addressBook .entries .entry .caption .links { float: right }
.addressBook .entries .entry .caption h2 { margin: 0 0 .5em 0; font-size: 1.2em; font-weight: bold; display: inline-block }
.addressBook .entries .entry .address { padding-left: 20px }
.addressBook .entries .entry .buttons { position: absolute; top: 150px }
.addressBook .entries .addEntry { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); padding: 9px; border-radius: 3px }
.addressBook .entries .addEntry blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) }
.addressBook .entries .addEntry .buttons { position: absolute }
#accountPage .tabstrip>ul { margin-bottom: 0; padding-left: 0; list-style: none; border-bottom: 1px solid #ddd; border-bottom: 0 }
#accountPage .tabstrip>ul>li { position: relative; display: block }
#accountPage .tabstrip>ul>li>a { position: relative; display: block; padding: 10px 15px }
#accountPage .tabstrip>ul>li>a:hover, #accountPage .tabstrip>ul>li>a:focus { text-decoration: none; background-color: #eee }
#accountPage .tabstrip>ul>li.disabled>a { color: #777 }
#accountPage .tabstrip>ul>li.disabled>a:hover, #accountPage .tabstrip>ul>li.disabled>a:focus { color: #777; text-decoration: none; background-color: transparent; cursor: not-allowed }
#accountPage .tabstrip>ul .open>a, #accountPage .tabstrip>ul .open>a:hover, #accountPage .tabstrip>ul .open>a:focus { background-color: #eee; border-color: #337ab7 }
#accountPage .tabstrip>ul .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5 }
#accountPage .tabstrip>ul>li>a>img { max-width: none }
#accountPage .tabstrip>ul>li { float: left; margin-bottom: -1px }
#accountPage .tabstrip>ul>li>a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0 }
#accountPage .tabstrip>ul>li>a:hover, #accountPage .tabstrip>ul>li>a:active, #accountPage .tabstrip>ul>li>a:focus { border-color: #eee #eee #ddd }
#accountPage .tabstrip>ul>li.active>a, #accountPage .tabstrip>ul>li.active>a:hover, #accountPage .tabstrip>ul>li.active>a:focus { color: #555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default }
#accountPage .tabstrip>ul.nav-justified { width: 100%; border-bottom: 0 }
#accountPage .tabstrip>ul.nav-justified>li { float: none }
#accountPage .tabstrip>ul.nav-justified>li>a { text-align: center; margin-bottom: 5px }
#accountPage .tabstrip>ul.nav-justified>.dropdown .dropdown-menu { top: auto; left: auto }
#accountPage .tabpane { padding: 10px 0; }
#account_credentialsPage .ui-notify-container { display: inline-block; max-width: 97%; margin: 0 auto; right: auto !important; left: auto !important; position: absolute !important; width: 100%; bottom: 10% !important; z-index: 999999; }
 @media(max-width:568px) {
#account_credentialsPage .ui-notify-container { display: inline-block; max-width: 80%; margin: 0 auto; right: auto !important; left: auto !important; position: absolute !important; width: 100%; bottom: 5% !important; z-index: 999999; }
}
@media(max-width:400px) {
.jc_mobile_heading { max-width: 300px; white-space: normal; }
.jc_mobile_text { max-width: 300px; }
#account_credentialsPage .ui-notify-container { display: inline-block; max-width: 80%; margin: 0 auto; right: auto !important; left: auto !important; position: absolute !important; width: 100%; bottom: 5% !important; z-index: 999999; }
}
 @media(min-width:992px) {
#accountPage .tabstrip>ul.nav-justified>li { display: table-cell; width: 1% }
#accountPage .tabstrip>ul.nav-justified>li>a { margin-bottom: 0 }
}
#accountPage .tabstrip>ul.nav-justified>li>a { margin-right: 0; border-radius: 4px }
#accountPage .tabstrip>ul.nav-justified>.active>a, #accountPage .tabstrip>ul.nav-justified>.active>a:hover, #accountPage .tabstrip>ul.nav-justified>.active>a:focus { border: 1px solid #ddd }
@media(min-width:992px) {
#accountPage .tabstrip>ul.nav-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0 }
#accountPage .tabstrip>ul.nav-justified>.active>a, #accountPage .tabstrip>ul.nav-justified>.active>a:hover, #accountPage .tabstrip>ul.nav-justified>.active>a:focus { border-bottom-color: #fff }
}
#accountPage .tabstrip>ul>li>a { margin-right: 0; border-radius: 4px }
#accountPage .tabstrip>ul>.active>a, #accountPage .tabstrip>ul>.active>a:hover, #accountPage .tabstrip>ul>.active>a:focus { border: 1px solid #ddd }
@media(min-width:992px) {
#accountPage .tabstrip>ul>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0 }
#accountPage .tabstrip>ul { border-bottom: 1px solid #ddd; }
#accountPage .tabstrip>ul>.active>a, #accountPage .tabstrip>ul>.active>a:hover, #accountPage .tabstrip>ul>.active>a:focus { border-bottom-color: #fff }
}
#accountPage #account_credentialsPage .inputForm { width: 100% }
#accountPage #account_serialKeyPage div.content { width: 100%; overflow: scroll }
#accountPage #account_wishlistPage .actions { text-align: center; margin: 10px 0 10px 0 }
#accountPage .column_1 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#accountPage .column_1 { float: left; width: 58.33333333% }
}
#accountPage .column_2 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#accountPage .column_2 { float: left; width: 41.66666667% }
}
#accountPage .paymentList { margin-left: -15px; margin-right: -15px }
#accountPage .mainContainer { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; margin-bottom: 15px }
@media(min-width:992px) {
#accountPage .mainContainer { float: left; width: 50% }
}
#accountPage .mainContainer .innerLeft { display: inline-block }
#accountPage .mainContainer .innerRight { display: inline-block; width: 90% }
#accountPage .mainContainer .paymentItem { height: 100px; min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) }
#accountPage .mainContainer .paymentItem blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) }
#accountPage .mainContainer .reference { float: left }
#accountPage .mainContainer .deafultPayment { float: left; padding: 0 10px; font-weight: bold; color: #31708f }
#accountPage .mainContainer .expiration { clear: left }
#accountPage .mainContainer .deleteLink { float: left }
#accountPage div.inputForm>div { padding: 5px; clear: both }
#accountPage div.inputForm div.mainContainer { float: none; width: 100% }
#accountPage div.inputForm div.rowHeader { text-align: right; width: 140px; display: inline-block }
#accountPage div.inputForm div.inputFied { text-align: left; display: inline-block }
.leftSidebarLayout .itemListing, .rightSidebarLayout .itemListing, .threeColumnLayout .itemListing, .oneColumnLayout .itemListing { margin-left: -15px; margin-right: -15px }
.leftSidebarLayout .itemListing .tableNode, .rightSidebarLayout .itemListing .tableNode, .threeColumnLayout .itemListing .tableNode, .oneColumnLayout .itemListing .tableNode { position: relative; float: left; width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
.leftSidebarLayout .itemListing .tableNode, .rightSidebarLayout .itemListing .tableNode, .threeColumnLayout .itemListing .tableNode, .oneColumnLayout .itemListing .tableNode { float: left; width: 50% }
}
@media(min-width:992px) {
.leftSidebarLayout .itemListing .tableNode, .rightSidebarLayout .itemListing .tableNode, .threeColumnLayout .itemListing .tableNode, .oneColumnLayout .itemListing .tableNode { float: left; width: 33.33333333% }
}
@media screen and (max-width:480px) {
.leftSidebarLayout .itemListing .tableNode, .rightSidebarLayout .itemListing .tableNode, .threeColumnLayout .itemListing .tableNode, .oneColumnLayout .itemListing .tableNode { padding: 0 5px }
}
.featuredProductsGrid .itemListing .tableNode { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
.featuredProductsGrid .itemListing .tableNode { float: left; width: 50% }
}
@media screen and (max-width:480px) {
.featuredProductsGrid .itemListing .tableNode { padding: 0 5px }
}
#leftColumn .itemListing, #rightColumn .itemListing { margin-left: -15px; margin-right: -15px }
#leftColumn .itemListing .tableNode, #rightColumn .itemListing .tableNode { float: left; width: 50%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#leftColumn .itemListing .tableNode, #rightColumn .itemListing .tableNode { float: left; width: 33.33333333% }
}
@media(min-width:992px) {
#leftColumn .itemListing .tableNode, #rightColumn .itemListing .tableNode { float: left; width: 100% }
}
@media screen and (max-width:480px) {
#leftColumn .itemListing .tableNode, #rightColumn .itemListing .tableNode { padding: 0 5px }
}
@media(max-width:991px) {
.searchSortHeader span { display: none !important }
}
.searchSortHeader .fieldHeader { display: inline-block }
.searchSortHeader .sortPanel { float: left !important }
.searchSortHeader .pageSizePanel { float: left !important; margin-left: 10px }
@media(max-width:991px) {
.searchSortHeader .pageSizePanel { display: none !important }
}
@media(max-width:991px) {
#categoryPage div.searchResults { display: table; width: 100% }
#categoryPage div.searchResults div.subCategories { display: block; }
#categoryPage div.searchResults div.searchSortHeader { display: table-header-group }
#categoryPage div.searchResults div.catalogWrapper { display: table-row-group }
}
#categoryPage div.subCategories { padding: 15px 0; display: none; }
#categoryPage div.subCategories .content > span { display: inline-block; width: 245px; }
#categoryPage div.subCategories .content a { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #777; border-radius: 10px; padding: 5px 10px; margin: 3px; font-weight: bold }
#categoryPage div.subcategory a.catbutton { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #777; border-radius: 10px; padding: 5px 10px; margin: 3px; font-weight: bold }
#categoryPage div.subCategories .content a:empty { display: none }
.btn #categoryPage div.subCategories .content a { position: relative; top: -1px }
.btn-xs #categoryPage div.subCategories .content a, .btn-group-xs>.btn #categoryPage div.subCategories .content a { top: 0; padding: 1px 5px }
a#categoryPage div.subCategories .content a:hover, a#categoryPage div.subCategories .content a:focus { color: #fff; text-decoration: none; cursor: pointer }
.list-group-item.active>#categoryPage div.subCategories .content a, .nav-pills>.active>a>#categoryPage div.subCategories .content a { color: #337ab7; background-color: #fff }
.list-group-item>#categoryPage div.subCategories .content a { float: right }
.list-group-item>#categoryPage div.subCategories .content a+#categoryPage div.subCategories .content a { margin-right: 5px }
.nav-pills>li>a>#categoryPage div.subCategories .content a { margin-left: 3px }
#leftColumn .search { display: inline-block; float: none; margin: 0 0 15px 0; max-width: 100%; padding: 0; }
#leftColumn .search .form-control-inline { background-color: #fff; background-image: none; border: 1px solid #3aa6d7; border-right: none; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; box-shadow: none; color: #555; display: inline-block; font-size: 14px; height: 34px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; max-width: 375px; }
#leftColumn .search .simpleSearchPanel a.btn { padding: 9px 12px; }
#leftColumn .search .btn { background: #05558d; border: 1px solid #3aa6d7; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-topleft: 0; -moz-border-radius-bottomleft: 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 0; border-bottom-left-radius: 0; box-shadow: none; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; margin-bottom: 0; padding: 10px; text-decoration: none; white-space: nowrap; width: auto; max-width: 44px; }
#leftColumn .search .btn i { color: #ffffff; }
#categoryPage .searchSortHeader { margin-top: 0; }
#categoryPage .searchSortHeader .row1 { margin: 10px 0 0 0; }
#categoryPage .searchSortHeader .row1 .form-control-inline { max-width: 100%; }
#categoryPage .searchSortHeader .catprod_oa_dr { display: inline-block; width: 100%; }
#categoryPage .searchSortHeader .catprod_oa_dr .sortPanel .form-control-inline { max-width: 180px; }
#categoryPage .searchSortHeader .catprod_oa_dr .sortPanel label { margin-bottom: 0; display: block; }
#categoryPage .searchSortHeader .catprod_oa_dr .searchSortHeader .fieldHeader { display: block !important; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel { margin-top: 20px; margin-bottom: 10px; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel a.current, #categoryPage .searchSortHeader .catprod_oa_dr .paging a.current { display: inline-block; }
#categoryPage .searchSortHeader .catprod_oa_dr .catprod_dr_mfg .mfg span { display: block; }
#categoryPage .searchSortHeader .catprod_oa_dr .catprod_dr_mfg select { width: 245px; }
 @media only screen and (min-width:992px) and (max-width: 999px) {
#categoryPage .searchSortHeader .catprod_oa_dr .searchSortHeader .sortPanel { }
#categoryPage .searchSortHeader .catprod_oa_dr .sortPanel { display: inline-block; margin-bottom: 15px; float: right !important; }
#categoryPage .searchSortHeader .catprod_oa_dr .catprod_dr_mfg { display: inline-block; margin-bottom: 15px; float: right; }
#categoryPage .searchSortHeader .catprod_oa_dr .catprod_dr_mfg .mfg { display: block; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel { margin-bottom: 10px; margin-top: 0; text-align: left; display: inline-block; float: right; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel a, #categoryPage .searchSortHeader .catprod_oa_dr .paging a { display: inline-block; float: left; height: 34px; width: 34px; margin-right: 5px; margin-bottom: 5px; }
#categoryPage .catprod_oa_dr .cat_res_count { font-weight: bold; text-align: left; }
#categoryPage .categoryGridPage1 .cat_res_count { clear: both; font-weight: bold; text-align: right; }
}
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (orientation: landscape) {
#leftColumn .search .form-control-inline { max-width: 100%; }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
#leftColumn .search .form-control-inline { max-width: 100%; }
}
@media only screen and (min-width:480px) and (max-width: 991px) {
#categoryPage .searchSortHeader .catprod_oa_dr .searchSortHeader .sortPanel { }
#categoryPage .searchSortHeader .catprod_oa_dr .sortPanel { display: inline-block; margin-bottom: 15px; }
#categoryPage .searchSortHeader .catprod_oa_dr .catprod_dr_mfg { display: inline-block; margin-bottom: 15px; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel { margin-bottom: 10px; margin-top: 0; text-align: left; display: inline-block; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel a, #categoryPage .searchSortHeader .catprod_oa_dr .paging a { display: inline-block; float: left; height: 34px; width: 34px; margin-right: 5px; margin-bottom: 5px; }
#categoryPage .catprod_oa_dr .cat_res_count { font-weight: bold; text-align: left; }
}
@media only screen and (min-width:320px) and (max-width: 479px) {
#categoryPage .searchSortHeader .catprod_oa_dr .sortPanel { display: inline-block; margin-bottom: 15px; }
#categoryPage .searchSortHeader .catprod_oa_dr .catprod_dr_mfg { display: inline-block; margin-bottom: 15px; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel { margin-bottom: 10px; margin-top: 0; text-align: left; display: inline-block; }
#categoryPage .searchSortHeader .catprod_oa_dr div.pagingPanel a, #categoryPage .searchSortHeader .catprod_oa_dr .paging a { display: inline-block; float: left; height: 34px; width: 34px; margin-right: 5px; margin-bottom: 5px; }
#categoryPage .catprod_oa_dr .cat_res_count { font-weight: bold; text-align: left; }
}
#categoryPage .searchSortHeader .row2 { margin: 10px 0 0 0; }
#categoryPage .searchSortHeader .row2 .form-control-inline { max-width: 100%; }
#categoryPage .gps_compare a.compare { font-family: 'open_sansregular'; font-size: 12px; display: inline-block; vertical-align: middle; }
#categoryPage .gps_compare input[type="checkbox"] { vertical-align: middle; margin-top: 0; }
#categoryPage .smallgrey { color: #999; display: inline-block; font-size: 12px; font-weight: bold; margin-top: 15px; }
#categoryPage .yourpricewords { color: #999999; }
@media (min-width: 992px) {
#categoryPage .yourpricewords { margin-left: 30px; }
.w2mprice .ourpricewords { margin-left: 30px; }
.w2mprice .wasprice { margin-left: 30px; }
.w2mprice .price { margin-left: 30px; }
}
#categoryPage .prodprice { color: #b60000; font-family: 'open_sanssemibold'; }
#categoryPage span.instock { color: #009966; font-family: 'open_sansbold'; font-size: 14px; }
#categoryPage .instock2 { color: #009966; font-family: 'open_sansregular'; }
.pagedList a.button, .productItemDisplay a.button, .buyProductDialog .button { background: #b60000; border: 1px solid #000000; border-radius: 4px; color: #ffffff; text-transform: uppercase; }
#categoryPage .red_add2_cart { margin-top: 8px; margin-left: 0; text-align: center; }
#categoryPage .red_add2_cart a.button, .productItemDisplay a.button, .buyProductDialog .button { background: #b60000; border: 1px solid #000000; border-radius: 4px; color: #ffffff; text-transform: uppercase; }
#categoryPage .categoryGridPage1 div.catalogWrapper div.categoryGridListing1 { padding: 5px 0 5px 0 }
#categoryPage .categoryGridPage1 div.catalogWrapper div.categoryGridListing1 .itemListing { margin-left: 0; margin-right: 0; }
#categoryPage .categoryGridPage1 div.catalogWrapper div.categoryGridListing1 .gps_compare { text-align: center; }
#categoryPage .categoryGridPage1 .mfg { font-weight: bold; }
#categoryPage .categoryGridPage1 div.catalogWrapper div.categoryGridListing1 .cpoadr_mfgnum { display: inline-block; max-width: 136px; padding: 0 5px; width: 16.6667%; }
#categoryPage .categoryGridPage1 div.catalogWrapper div.categoryGridListing1 .cpoadr_mfgnum .smallgrey { color: #999; display: inline-block; font-size: 12px; font-weight: bold; margin: 15px auto 0; text-align: center; width: 100%; }
#categoryPage .categoryGridPage1 .cat_res_count { text-align: right; font-weight: bold; }
#categoryPage .categoryGridPage1 div.pagingPanel { text-align: right; }
#categoryPage #categoryGridPage2 div.catalogWrapper div.categoryGridListing2 { padding: 5px 0 5px 0 }
#categoryPage #categoryGridPage3 div.catalogWrapper div.categoryGridListing3 { padding: 5px 0 5px 0 }
#categoryPage #categoryGridPage3 div.catalogWrapper div.categoryGridListing3 .productItemDisplay { height: auto }
#categoryPage #categoryGridPage3 div.catalogWrapper div.categoryGridListing3 .itemContainer div { text-align: center }
#categoryPage #categoryGridPage3 div.catalogWrapper div.actions { text-align: center; margin-bottom: 30px }
#categoryPage #categoryGridPage4 div.catalogWrapper div.categoryGridListing4 { padding: 5px 0 5px 0 }
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer { margin-left: -15px; margin-right: -15px; height: auto; margin: 10px }
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer div.itemDisplay { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer div.itemDisplay { float: left; width: 100% }
}
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer div.itemDisplay div.thumbnailArea { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; height: 130px; display: table }
@media(min-width:992px) {
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer div.itemDisplay div.thumbnailArea { float: left; width: 25% }
}
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer div.itemDisplay div.thumbnailArea div.thumbnailWrapper { display: table-cell; vertical-align: middle }
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer div.itemDisplay div.detailsArea { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; overflow: hidden; padding: 10px; text-align: left }
@media(min-width:992px) {
#categoryPage #categoryDetailsPage .categoryDetailsListing div.itemContainer div.itemDisplay div.detailsArea { float: left; width: 75% }
}
#categoryPage #categoryDetailsPage .categoryDetailsListing .articlesListing div.itemContainer div.itemDisplay { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#categoryPage #categoryDetailsPage .categoryDetailsListing .articlesListing div.itemContainer div.itemDisplay { float: left; width: 100% }
}
#categoryPage #categoryDetailsPage .categoryDetailsListing .articlesListing div.itemContainer div.itemDisplay div.detailsArea { width: auto }
#categoryPage #categoryListPage .searchSortHeader { padding: 5px 0 5px 0 }
@media(max-width:991px) {
#categoryPage #categoryListPage .searchSortHeader span { display: none !important }
}
#categoryPage #categoryListPage .searchSortHeader .fieldHeader { display: inline-block }
.productAccessoriesPage .actions { margin: 10px 0 }
.productAccessoriesPage .pageHeader { margin: 10px 0 20px 0; }
#accessoriesPage .inst_text { font-size: 16px; font-weight: bold; }
.catalogWrapper { padding-top: 15px }
@media(min-width:992px) {
.itemContainer { padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out }
}
.itemContainer div.productItemDisplay, .itemContainer div.categoryItemDisplay, .itemContainer div.webpageItemDisplay, .itemContainer div.linkItemDisplay { display: table; height: 100%; width: 100%; padding: 10px 0 }
.itemContainer div.thumbnailArea { display: table; margin: 0 auto }
.itemContainer div.detailsArea { display: table-row-group; text-align: center }
.itemContainer div.detailsArea .publishInfo { font-size: smaller }
.itemContainer div.details div.itemName a { text-decoration: none }
.itemContainer div.details div.rating { padding: 2px }
.itemContainer div.details div.price { padding: 5px 0 }
.itemContainer div.details div.price span.label { 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; background-color: #777; display: none; }
.itemContainer div.details div.price span.w2m_access_label { display: inline; background-color: transparent; border-radius: 0.25em; color: #333333; display: inline; font-size: 75%; font-weight: bold; line-height: 1; padding: 0; text-align: center; vertical-align: baseline; white-space: nowrap; }
a.itemContainer div.details div.price span.label:hover, a.itemContainer div.details div.price span.label:focus { color: #fff; text-decoration: none; cursor: pointer }
.itemContainer div.details div.price span.label:empty { display: none }
.btn .itemContainer div.details div.price span.label { position: relative; top: -1px }
.itemContainer div.details div.price span.label[href]:hover, .itemContainer div.details div.price span.label[href]:focus { background-color: #5e5e5e }
.itemContainer div.details div.price span.value { display: inline; padding: 0; font-size: 75%; font-weight: bold; line-height: 1; color: #db0b0b; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; background-color: transparent }
a.itemContainer div.details div.price span.value:hover, a.itemContainer div.details div.price span.value:focus { color: #fff; text-decoration: none; cursor: pointer }
.itemContainer div.details div.price span.value:empty { display: none }
.btn .itemContainer div.details div.price span.value { position: relative; top: -1px }
.itemContainer div.details div.price span.value[href]:hover, .itemContainer div.details div.price span.value[href]:focus { background-color: #c9302c }
.itemContainer div.details div.summary { height: 60px; margin: 5px 0; overflow: hidden; color: #777 }
.itemContainer div.actionsArea { display: table-footer-group }
.itemContainer div.actionsArea div.actions { display: table-cell; vertical-align: bottom; text-align: center }
#productPage div.buyProductDialog { text-align: center }
#productPage div.buyProductDialog tr.bpd_layout { display: block; text-align: left; }
#productPage div.buyProductDialog tr.bpd_layout td { display: inline-block; }
#productPage div.productDisplay div.simpleProduct { margin-left: -15px; margin-right: -15px }
#productPage div.productDisplay div.simpleProduct div.productImageArea { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#productPage div.productDisplay div.simpleProduct div.productImageArea { float: left; width: 50% }
}
#productPage div.productDisplay div.simpleProduct div.productDetails { text-align: center; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
#productPage div.productDisplay div.simpleProduct div.productDetails { float: none; width: 100% }
#productPage div.productDisplay div.simpleProduct div.productDetails .productLogo { margin-bottom: 20px; }
#productPage div.productDisplay .relatedProductsWidget .itemListing .tableNode { width: 100%; float: none; }
#productPage div.productDisplay .itemContainer div.detailsArea { text-align: left; }
#productPage div.productDisplay .extended_desc { text-align: left; }
#productPage div.productDisplay .extended_desc #details { background: #b8f3df; background: -moz-linear-gradient(top, #b8f3df 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #b8f3df 0%, #ffffff 100%); background: linear-gradient(to bottom, #b8f3df 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f3df', endColorstr='#ffffff', GradientType=0 );
border: 1px solid #cccccc; padding: 10px; margin-bottom: 15px; }
#productPage div.productDisplay .extended_desc #specfeats { background: #deeff9; background: -moz-linear-gradient(top, #deeff9 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #deeff9 0%, #ffffff 100%); background: linear-gradient(to bottom, #deeff9 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeff9', endColorstr='#ffffff', GradientType=0 );
border: 1px solid #cccccc; padding: 10px; }
 @media(min-width:992px) {
#productPage div.productDisplay div.simpleProduct div.productDetails { float: none; width: 100% }
}
#productPage div.productDisplay div.optionProduct div.productDetails { vertical-align: top; padding: 5px }
#productPage div.productDisplay .productsGrid .col-md-3 { width: 26.5%; }
#productPage div.productDisplay .productsGrid .col-sm-3 { width: 26.5%; }
#productPage div.productDisplay .productsGrid .col-md-7 { width: 56.75%; }
#productPage div.productDisplay .productsGrid .col-sm-7 { width: 56.75%; }
 @media(max-width:1030px) {
#productPage div.productDisplay .productsGrid .col-md-3 { width: 30%; }
#productPage div.productDisplay .productsGrid .col-sm-3 { width: 30%; }
#productPage div.productDisplay .productsGrid .col-md-7 { width: 53%; }
#productPage div.productDisplay .productsGrid .col-sm-7 { width: 53%; }
}
 @media(max-width:991px) {
#productPage div.productDisplay .productsGrid .col-md-2 { width: 100%; }
#productPage div.productDisplay .productsGrid .col-sm-2 { width: 100%; }
#productPage div.productDisplay .productsGrid .col-md-3 { width: 100%; }
#productPage div.productDisplay .productsGrid .col-sm-3 { width: 100%; }
#productPage div.productDisplay .productsGrid .col-md-7 { width: 100%; }
#productPage div.productDisplay .productsGrid .col-sm-7 { width: 100%; }
}
#productPage .productAccessoriesPage .itemListing .tableNode { float: left; width: 50%; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer { height: 150px !important; }
@media(max-width:1030px) {
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer { height: 175px !important; }
}
@media(max-width:991px) {
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer { height: 270px !important; }
}
@media(max-width:600px) {
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer { height: 315px !important; }
}
@media(max-width:460px) {
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer { height: 310px !important; }
}
@media(max-width:420px) {
#productPage .productAccessoriesPage .itemListing .tableNode { float: left; width: 100%; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer { height: 280px !important; }
}
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .details { }
#productPage .productAccessoriesPage .itemListing .tableNode.itemContainer div.details div.summary { color: #333333; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .details .sku { color: #006699; font-family: 'open_sansbold'; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .w2m_actions .price { text-align: right; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .w2m_actions .price .w2m_access_label { padding: 0 4px 0 0; }
@media(max-width:991px) {
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .w2m_actions .price { text-align: left; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; line-height: 1.42857; margin-bottom: 20px; padding: 4px; transition: border 0.2s ease-in-out 0s; }
}
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .w2m_actions .price span.price { color: #b60000; font-family: 'open_sansbold'; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .w2m_actions a.button { background-color: #b60000; border: 1px solid #000000; color: #ffffff; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer div.thumbnailArea { display: block; margin: 0 auto; }
#productPage .productAccessoriesPage .itemListing .tableNode .itemContainer .w2m_actions { display: inline-block; height: 100%; }
#productPage .w2m_desc { clear: both; }
#productPage .w2m_desc img { display: inline-block; }
#productPage div.mainImageArea { height: auto; margin: 10px auto }
#productPage div.mainImageArea div.mainImageWrapper div.mainImage img.productImage { margin: auto }
#productPage div.mainImageArea div.mainImageWrapper div.mainImage:hover { cursor: pointer }
#productPage .additionalImages div.thumbnailsList { text-align: center }
#productPage .additionalImages div.thumbnailsList ul { list-style: none; padding: 0 }
#productPage .additionalImages div.thumbnailsList ul li { display: inline }
#productPage .additionalImages div.thumbnailsList span { color: #31708f }
a#productPage .additionalImages div.thumbnailsList span:hover { color: #245269 }
#productPage .additionalImages div.thumbnailsList div.thumbnailImage { display: block; }
#productPage .additionalImages div.thumbnailsList div.thumbnailImage a img { border: none }
#productPage .additionalImages div.thumbnailsList div.thumbnailImage img.thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: none; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: block; max-width: 100%; height: auto }
#productPage div.productDisplay table.buyProductForm, #productPage div.productRowDisplay table.buyProductForm { margin: 0 auto }
#productPage div.productDisplay table.buyProductForm { border: 1px solid #cccccc; padding: 15px; display: block; margin: 0 auto 15px; }
#productPage div.productDisplay table.buyProductForm tbody { display: block; width: 100%; }
#productPage div.productDisplay table.buyProductForm h2 { margin-top: 0; }
#productPage div.productDisplay table.buyProductForm .rowHeader, #productPage div.productRowDisplay table.buyProductForm .rowHeader { font-weight: bold; border-width: 0; border-right: solid 1px #e4e4e4; text-align: right; padding-right: 3px; white-space: normal; width: 160px }
#productPage div.productDisplay table.buyProductForm .subscriptionRow th.rowHeader, #productPage div.productRowDisplay table.buyProductForm .subscriptionRow th.rowHeader { vertical-align: top; padding-top: 13px }
#productPage div.productDisplay table.buyProductForm .priceLabel th.rowHeader, #productPage div.productRowDisplay table.buyProductForm .priceLabel th.rowHeader { width: 58px }
#productPage div.productRowDisplay table.buyProductForm td, #productPage div.productDisplay table.buyProductForm th, #productPage div.productRowDisplay table.buyProductForm th { padding: 3px 0; vertical-align: middle }
table.buyProductForm td { padding: 3px 0 !important; vertical-align: top !important; }
#productPage div.productDisplay table.buyProductForm td, #productPage div.productRowDisplay table.buyProductForm td { text-align: left }
#productPage div.productDisplay table.buyProductForm tr.ranking_placeholder { height: 34.5px }
#productPage div.productDisplay table.buyProductForm td label, #productPage div.productRowDisplay table.buyProductForm td label { font-weight: normal }
#productPage div.productDisplay table.buyProductForm td p, #productPage div.productRowDisplay table.buyProductForm td p { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); padding: 9px; border-radius: 3px; color: #31708f }
#productPage div.productDisplay table.buyProductForm td p blockquote, #productPage div.productRowDisplay table.buyProductForm td p blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) }
a#productPage div.productDisplay table.buyProductForm td p:hover, a#productPage div.productRowDisplay table.buyProductForm td p:hover { color: #245269 }
#productPage div.productDisplay table.buyProductForm td p:empty, #productPage div.productRowDisplay table.buyProductForm td p:empty { display: none }
#productPage div.productDisplay table.buyProductForm td span.inventoryDetails, #productPage div.productRowDisplay table.buyProductForm td span.inventoryDetails { color: #a94442 }
a#productPage div.productDisplay table.buyProductForm td span.inventoryDetails:hover, a#productPage div.productRowDisplay table.buyProductForm td span.inventoryDetails:hover { color: #843534 }
#productPage div.productDisplay table.buyProductForm td select, #productPage div.productRowDisplay table.buyProductForm td select { width: 90% }
#productPage div.productDisplay table.buyProductForm td blockquote select, #productPage div.productRowDisplay table.buyProductForm td blockquote select { width: auto }
#productPage div.productDisplay table.buyProductForm td .quantityUpDown, #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown { display: inline }
#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text'], #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text'] { width: 60px!important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(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; display: inline-block; width: auto }
#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text']:focus, #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text']: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, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) }
#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text']::-moz-placeholder, #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text']::-moz-placeholder {
color:#999;
opacity:1
}
#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text']:-ms-input-placeholder, #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text']:-ms-input-placeholder {
color:#999
}
#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text']::-webkit-input-placeholder, #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text']::-webkit-input-placeholder {
color:#999
}
#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text'][disabled], #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text'][disabled], #productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text'][readonly], #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text'][readonly], fieldset[disabled] #productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text'], fieldset[disabled] #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text'] { background-color: #eee; opacity: 1 }
#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text'][disabled], #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text'][disabled], fieldset[disabled] #productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text'], fieldset[disabled] #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text'] { cursor: not-allowed }
textarea#productPage div.productDisplay table.buyProductForm td .quantityUpDown input[type='text'], textarea#productPage div.productRowDisplay table.buyProductForm td .quantityUpDown input[type='text'] { height: auto }
#productPage div.productDisplay table.buyProductForm td .quantityUpDown #Up, #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown #Up { background: url(images/up.gif) center no-repeat; display: block; width: 12px; height: 12px }
#productPage div.productDisplay table.buyProductForm td .quantityUpDown #Down, #productPage div.productRowDisplay table.buyProductForm td .quantityUpDown #Down { background: url(images/down.gif) center no-repeat; display: block; width: 12px; height: 12px }
#productPage div.productDisplay table.buyProductForm .subscriptionRow blockquote, #productPage div.productRowDisplay table.buyProductForm .subscriptionRow blockquote { border: none; font-size: 85% }
#productPage div.productDisplay table.buyProductForm .subscriptionRow td input[type='radio'], #productPage div.productRowDisplay table.buyProductForm .subscriptionRow td input[type='radio'] { margin-right: 2px }
#productPage div.productDisplay table.buyProductForm .subscriptionRow td input:nth-child(1), #productPage div.productRowDisplay table.buyProductForm .subscriptionRow td input:nth-child(1) { margin-left: -7px }
.prodprice, .mappricetxt { color: #b60000 !important; font-weight: bold; }
.prodprice_text { display: block; color: #006400; white-space: nowrap }
.ourprice span.msrp2 { color: #999; font-weight: normal; }
.productDetail span.msrp2, .price span.msrp2 { color: #999; font-weight: normal; }
.msrp, .yourpricewords { color: #999; font-size: 12px; }
.yourpricewords { color: #999; display: inline-block; float: left; font-size: 12px; padding-right: 5px; position: relative; top: 2px; }
#productPage div.relatedProductsWidget .yourpricewords { color: #999; display: none; }
#productPage div.relatedProductsWidget .productDetail span.msrp2:before { content: "Was"; font-weight: bold; font-size: 12px; padding-right: 5px; }
table.pagedList td a { color: #005b90; }
.instock { color: #009966; font-weight: bold; }
.outstock { color: #CC0000; font-size: 11px; }
.instock2 { color: #009966; font-weight: normal; }
.outstock2 { color: #CC0000; font-weight: normal; }
.sku span, .smallgrey { color: #1b57b1; font-size: 12px; font-weight: 700; }
table.buyProductForm .smallgrey { text-transform: uppercase; margin: 10px 0; }
span.inventoryDetails { display: block; width: 200px; }
table.buyProductForm .productDetail { font-weight: bold; width: 85px; }
#productPage div.productDisplay table.buyProductForm .prod_buybtn { text-align: right; position: relative; margin-top: 10px; height: 10px; }
#productPage .buyProductForm .prod_buybtn { text-align: right; }
#productPage .buyProductForm .prod_buybtn .btn { font-weight: bold; position: absolute; right: 0; top: -40px; }
10/10/19 (jld) changed button per Drew's request #productPage .buyProductForm .prod_buybtn .btn:hover {
text-decoration: none;
}
#productPage .buyProductForm .prod_buybtn_related { position: relative; }
#productPage #tabs { margin-top: 10px }
#productPage #tabs div.tab-content .widget .header { display: none }
@media screen and (max-width:480px) {
table.buyProductForm th, table.buyProductForm td, table.buyProductForm .rowHeader { position: relative; float: left; clear: both; text-align: left!important }
table.buyProductForm th, table.buyProductForm .rowHeader { padding: 5px 0 5px 0; border: none !important; white-space: normal !important; width: 100% !important }
div.inputForm div.rowHeader { text-align: left!important }
#productPage div.productDisplay table.buyProductForm { border: 1px solid #cccccc; padding: 15px; display: table-cell; margin: 0 auto 15px; }
#productPage .w2m_desc { margin-top: 15px; }
#productPage div.relatedProductsWidget { margin-top: 15px; }
#productPage div.relatedProductsWidget .content { padding: 0; }
}
.pricePopup { background-color: #e3efff; border-width: 3px; border-style: solid; border-color: #808080; padding: 3px; width: 300px; position: absolute; left: 50%; margin-left: -150px; z-index: 99 }
.pricePopup .header { background-color: #ddd; border: solid 1px #808080; color: #000; margin: -3px; padding: 6px; font-weight: bold }
.pricePopup span.fieldHeader { display: block; float: left; width: 135px; text-align: right; margin-right: 6px }
.pricePopup span.fieldValue { display: block; float: left }
div.aggregateRating { display: inline }
div.aggregateRating .ratingText { display: inline }
div.aggregateRating .ratingStar00, div.aggregateRating .ratingStar01, div.aggregateRating .ratingStar02, div.aggregateRating .ratingStar03, div.aggregateRating .ratingStar04, div.aggregateRating .ratingStar05, div.aggregateRating .ratingStar06, div.aggregateRating .ratingStar07, div.aggregateRating .ratingStar08, div.aggregateRating .ratingStar09, div.aggregateRating .ratingStar10 { background-position: 0 0; background-repeat: no-repeat; width: 50px; height: 9px; display: inline-block }
div.aggregateRating .ratingStar00 { background-image: url(images/ratings/rate_00.gif) }
div.aggregateRating .ratingStar01 { background-image: url(images/ratings/rate_01.gif) }
div.aggregateRating .ratingStar02 { background-image: url(images/ratings/rate_02.gif) }
div.aggregateRating .ratingStar03 { background-image: url(images/ratings/rate_03.gif) }
div.aggregateRating .ratingStar04 { background-image: url(images/ratings/rate_04.gif) }
div.aggregateRating .ratingStar05 { background-image: url(images/ratings/rate_05.gif) }
div.aggregateRating .ratingStar06 { background-image: url(images/ratings/rate_06.gif) }
div.aggregateRating .ratingStar07 { background-image: url(images/ratings/rate_07.gif) }
div.aggregateRating .ratingStar08 { background-image: url(images/ratings/rate_08.gif) }
div.aggregateRating .ratingStar09 { background-image: url(images/ratings/rate_09.gif) }
div.aggregateRating .ratingStar10 { background-image: url(images/ratings/rate_10.gif) }
#productImages img { border: 0 }
#productImages div.progress-bar { border: 1px solid #fff; background-color: #000 }
#productImages div.missing-thumbnail { background: #333 url('images/redx.gif') center center no-repeat; cursor: pointer; border: 1px solid #bbb }
#productImages div.error-message { color: #bbb; font-size: 1.2em; margin-top: -.6em; position: relative; text-align: center }
#productImages div.caption { background-color: #000; color: #fff }
#productImages div.caption a { color: #fff }
#productImages #gallery { margin: 20px auto; height: 520px; width: 750px; position: relative; color: #aaa; padding: 20px; overflow: hidden; border: 1px solid #888; background-color: #000 }
#productImages body, #productImages html { background-color: #333; margin: 0; padding: 0 }
@media(min-width:992px) {
div.checkoutProgressBar { margin-top: 25px }
}
@media(min-width:992px) {
div.checkoutProgressBar div.checkoutProgress { float: left }
}
.red { color: red; }
#checkoutPage { font-size: larger; }
#checkoutPage .shipnote table.shipnote { font-size: 14px; }
div.checkoutProgressBar div.checkoutProgress span { padding: 8px 5px 8px 5px; display: inline-block }
div.checkoutProgressBar div.checkoutProgress span span a { color: #777; text-transform: uppercase; text-decoration: none; font-size: 18px; }
div.checkoutProgressBar div.checkoutProgress span.on span a { color: #337ab7 }
div.checkoutProgressBar div.checkoutProgress span.on span a:hover, div.checkoutProgressBar div.checkoutProgress span.on span a:active, div.checkoutProgressBar div.checkoutProgress span.on span a:focus { color: #286090 }
#checkoutPage .deliveryschedule .modal-dialog { position: relative; transform: translate(0px, 0px); z-index: 999999; }
#checkoutPage .del_sch_link { cursor: pointer; color: #b60000; font-family: open_sansbold; display: none; }
#checkoutPage div.continueCheckoutWidget { height: auto !important; }
#checkoutPage .shipnote table.shipnote { border-collapse: separate; }
#checkoutPage #checkout_startPage { margin-left: -15px; margin-right: -15px; padding-top: 1em }
#checkoutPage #checkout_billPage .column_1 .section { margin-left: -15px; margin-right: -15px }
#checkoutPage #checkout_billPage .column_1 .section .content { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
#checkoutPage .inputForm th, #checkoutPage .inputForm .rowHeader { font-weight: bold; text-align: left; }
#checkoutPage div.shipmentWidget input[type="radio"], #checkoutPage div.shipmentWidget input[type="checkbox"] { display: inline-block; float: left; line-height: normal; margin: 4px 5px 0 0; width: 14px; }
/*#checkoutPage div.shipmentWidget label { display: inline-block; font-weight: bold; margin-bottom: 5px; width: auto; }*/
#checkoutPage div.shipmentWidget label { display: inline-block; font-weight: bold; margin-bottom: 5px; font-size: 15px; width: auto; }
#checkoutPage .applyCouponPanel { margin: 10px 0; }
#checkoutPage .shipmentSection div.continueCheckoutWidget input[type="submit"] { float: right; }
#checkoutPage #checkout_payPage .co_policy { max-width: 310px; float: right; }
#checkoutPage #checkout_payPage .co_policy .text { font-size: 10px; margin: 4px; }
.itemDetail.basketItemDetail { max-width: 285px; }
#checkoutPage #checkout_payPage .co_policy img { }
 @media(max-width:375px) {
#checkoutPage #checkout_payPage .co_policy { max-width: 275px; float: none; }
#checkoutPage #checkout_payPage .co_policy img { }
#checkoutPage div.shipmentWidget label { max-width: 230px; }
}
 @media(min-width:992px) {
#checkoutPage #checkout_billPage .column_1 .section .content { float: left; width: 100% }
}
#checkoutPage #checkout_billPage .column_1 .section .content table.inputForm { width: 100% }
@media(min-width:992px) {
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .address { float: left; width: 20% }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .items { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .items table.itemList td.thumbnail { float: left; width: 85px !important }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .items .label { color: #333 }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .method { float: left; width: 30% !important }
}
@media(min-width:992px) and (max-width:992px) {
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .items { float: left; width: 50% }
}
@media(min-width:992px) and (max-width:1100px) {
#checkoutPage div.shipmentWidget label { max-width: 230px; }
}
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .method { /*border: 1px solid #999999; padding: 0 0 5px 5px; */display: inline-block; }
#checkoutPage #checkout_shipMethodPage .div.shipmentWidget .address { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#checkoutPage #checkout_shipMethodPage .div.shipmentWidget .address { float: left; width: 25% }
}
#checkoutPage #checkout_shipMethodPage .div.shipmentWidget .items { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#checkoutPage #checkout_shipMethodPage .div.shipmentWidget .items { float: left; width: 50% }
}
#checkoutPage #checkout_shipMethodPage .div.shipmentWidget .method { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#checkoutPage #checkout_shipMethodPage .div.shipmentWidget .method { float: left; width: 25% }
}
#checkoutPage #checkout_payPage div.shipmentWidget .address { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#checkoutPage #checkout_payPage div.shipmentWidget .address { float: left; width: 25% }
}
#checkoutPage #checkout_payPage div.shipmentWidget .items { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#checkoutPage #checkout_payPage div.shipmentWidget .items { float: left; width: 75% }
}
#checkoutPage #checkout_payPage .orderTerms { height: 100px; overflow: auto; background-color: #d9edf7; padding: 5px }
#checkoutPage #checkout_receiptPage div.shipmentWidget .address { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#checkoutPage #checkout_receiptPage div.shipmentWidget .address { float: left; width: 25% }
}
#checkoutPage #checkout_receiptPage div.shipmentWidget .items { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
#checkoutPage #checkout_receiptPage div.shipmentWidget .items { float: left; width: 75% }
}
@media(max-width:991px) {
#checkoutPage #checkout_receiptPage .links { display: none !important }
}
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content { display: flex; flex-direction: row; justify-content: space-around; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content .address { order: 1; width: 20%; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content .items { order: 2; padding: 0 15px; width: 60%; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .method {  order: 3; width: 20%; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .method .method_box {border: 1px solid #999999; padding: 0 0 5px 5px;}
 @media(max-width:991px) {
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content { }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content .address { }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content .items { width: 40%; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .method { width: 35%; }
}
 @media(max-width:772px) {
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content { display: flex; flex-direction: column; justify-content: flex-start; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content .address { order: 1; width: 100%; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .content .items { width: 100%; padding: 15px 0; }
#checkoutPage #checkout_shipMethodPage div.shipmentWidget .method { width: 100%; }
}
#checkoutPage .shipmentSection:before, #checkoutPage .orderShipmentWidgets:before, #checkoutPage .orderNotesWidget:before, #checkoutPage #pageHeader:before, #checkoutPage .basketNonShippableItemsWidget:before, #checkoutPage .shipmentSection:after, #checkoutPage .orderShipmentWidgets:after, #checkoutPage .orderNotesWidget:after, #checkoutPage #pageHeader:after, #checkoutPage .basketNonShippableItemsWidget:after { content: " "; display: table }
#checkoutPage .shipmentSection:after, #checkoutPage .orderShipmentWidgets:after, #checkoutPage .orderNotesWidget:after, #checkoutPage #pageHeader:after, #checkoutPage .basketNonShippableItemsWidget:after { clear: both }
#checkoutPage .shipmentSection:before, #checkoutPage .orderShipmentWidgets:before, #checkoutPage .orderNotesWidget:before, #checkoutPage #pageHeader:before, #checkoutPage .basketNonShippableItemsWidget:before, #checkoutPage .shipmentSection:after, #checkoutPage .orderShipmentWidgets:after, #checkoutPage .orderNotesWidget:after, #checkoutPage #pageHeader:after, #checkoutPage .basketNonShippableItemsWidget:after { content: " "; display: table }
#checkoutPage .shipmentSection:after, #checkoutPage .orderShipmentWidgets:after, #checkoutPage .orderNotesWidget:after, #checkoutPage #pageHeader:after, #checkoutPage .basketNonShippableItemsWidget:after { clear: both }
#checkoutPage table.shipmentWidget td.address { width: 200px; padding: 8px }
#checkoutPage table.shipmentWidget td.address div { margin-bottom: 1em }
#checkoutPage table.shipmentWidget td.address span.links { margin-right: 20px; float: right }
#checkoutPage table.shipmentWidget td.items { padding-top: 8px }
#checkoutPage table.shipmentWidget td.method { width: 280px; background-color: #efefef }
#checkoutPage table.shipmentWidget td.method h3 { border-bottom: 1px solid #ccc; margin: 0; padding: 12px 8px 4px 8px }
#checkoutPage table.shipmentWidget td.method select { margin: 15px 8px }
#checkoutPage table.shipmentWidget td.method p { margin: 4px 8px }
#checkoutPage .balanceDueSection, #checkoutPage .orderInvalidSection { margin-bottom: 1em }
/*jme070918 */

#checkoutPage div.validAddressContainer { padding: 15px; margin-bottom: 20px; border: 1px solid #333333; border-radius: 4px; background-color: #efefef; color: #333333; }
#checkoutPage div.validAddressContainer strong { color: #05558d; }
/*end jme*/


#checkoutPage div.validAddressContainer h4 { margin-top: 0; color: inherit }
#checkoutPage div.validAddressContainer .alert-link { font-weight: bold }
#checkoutPage div.validAddressContainer>p, #checkoutPage div.validAddressContainer>ul { margin-bottom: 0 }
#checkoutPage div.validAddressContainer>p+p { margin-top: 5px }
#checkoutPage div.validAddressContainer hr { border-top-color: #f7e1b5 }
#checkoutPage div.validAddressContainer .alert-link { color: #66512c }


/*iPhone X in landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
#checkoutPage div.validAddressContainer { }
}

/*iPhone X in portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
#checkoutPage div.validAddressContainer { }
}


/*iPhone 6, 7, & 8 in landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
#checkoutPage div.validAddressContainer { }
}

/*iPhone 6, 7, & 8 in portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
#checkoutPage div.validAddressContainer { }
}

/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
#checkoutPage div.validAddressContainer { }
}

/*iPhone 6, 7, & 8 Plus in portrait*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
#checkoutPage div.validAddressContainer { }
}

/*iPhone 5 & 5S in landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
#checkoutPage div.validAddressContainer { }
}

/*iPhone 5 & 5S in portrait*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
#checkoutPage div.validAddressContainer { }
}
.checkoutErrorMessage { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; background-color: #f2dede; border-color: #ebccd1; color: #a94442 }
.checkoutErrorMessage h4 { margin-top: 0; color: inherit }
.checkoutErrorMessage .alert-link { font-weight: bold }
.checkoutErrorMessage>p, .checkoutErrorMessage>ul { margin-bottom: 0 }
.checkoutErrorMessage>p+p { margin-top: 5px }
.checkoutErrorMessage hr { border-top-color: #e4b9c0 }
.checkoutErrorMessage .alert-link { color: #843534 }
.cvvAmex { background-image: url(images/PaymentInstruments/cvv_amex.gif); background-repeat: no-repeat; border: 0; height: 169px; width: 249px }
.cvvVisa { background-image: url(images/PaymentInstruments/cvv_visa.gif); background-repeat: no-repeat; border: 0; height: 169px; width: 249px }
.checkHelp { background-image: url(images/PaymentInstruments/checkhelp.jpg); background-repeat: no-repeat; border: 0; height: 181px; width: 250px }
.opcOverlay { opacity: .5; filter: alpha(opacity=50); background-color: #ccc; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 900 }
.aboveOpcOverlay { z-index: 901; position: relative; background-color: #fff }
div.addressLink { padding: 0 5px 10px 5px }
div.addressText { font-size: 1.2em; font-weight: bold; line-height: 18px; padding: 5px 5px 4px 5px }
.left { float: left }
.right { float: right }
div.opcInputForm span.label { display: block; padding: 3px }
div.opcInputForm .small { padding: 2px; width: 90px }
div.opcInputForm .large { width: 200px }
#checkout_onePage div.itemDetail ul { list-style-type: disc; padding-left: 25px; text-align: left; margin: 5px 0 5px 0 }
#checkout_onePage table.itemList td.rowHeader { text-align: right; font-weight: bold; padding-top: 5px; padding-bottom: 5px }
#checkout_onePage table.itemList td.subTotals { padding-top: 5px; padding-bottom: 5px }
#checkout_onePage table.itemList tr.dividerRow td { border-bottom: 1px solid #ccc; width: 100%; padding: 0 }
#checkout_onePage div.emailList p { padding: 5px 5px 5px 25px; font-style: italic }
#checkout_onePage table.itemList th.price, #checkout_onePage table.itemList td.price { text-align: right }
table.basketSummary { width: 100%; margin-bottom: 1em }
table.basketSummary tr.evenRow { background-color: #fff }
table.basketSummary tr.oddRow { background-color: #f8f8f8 }
table.basketSummary tr.simpleRow { border-bottom: 0 }
table.basketSummary tr.importantRow { border-bottom: 0; font-weight: bold }
table.basketSummary tr.headerRow { border-bottom: 0 }
table.basketSummary th { text-align: right; font-weight: bold; white-space: nowrap; border-bottom: 0 }
table.basketSummary td { text-align: right; width: 80px; border-bottom: 0 }
table.basketSummary td.item { width: 60%; text-align: left }
table.basketSummary td.item div.setGiftOptions a { 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 }
table.basketSummary td.item div.setGiftOptions a:before { content: "" }
table.basketSummary th.sku { text-align: center; width: 80px }
table.basketSummary td.sku { text-align: center }
table.basketSummary th.quantity { text-align: center; width: 60px }
table.basketSummary td.quantity { text-align: center; width: 60px }
table.basketSummary tr.dividerRow td { border-bottom: 1px solid #ccc; width: 100% }
table.basketSummary tr.actionsRow td { text-align: center; width: 100% }
.gps_leftnav { }
.gps_leftnav .col-ad-blank { }
.gps_leftnav .blackborder { margin-bottom: 15px; }
.gps_leftnav .blackborder img { border: 1px solid #000000; }
.gps_leftnav div.widget { border: none; }
.gps_leftnav div.widget .header { background-color: #05558d; border-bottom: none; }
.gps_leftnav div.widget .header h2 { font-family: 'open_sansbold'; color: #ffffff; font-size: 14px; }
.gps_leftnav div.widget .header h2 a { font-family: 'open_sansbold'; color: #ffffff; font-size: 14px; }
.gps_leftnav div.widget .header h2 a:hover, .gps_leftnav div.widget .header h2 a:active, .gps_leftnav div.widget .header h2 a:focus { text-decoration: underline; color: #ffffff; cursor: pointer; }
.gps_leftnav div.widget .content { border: 1px solid #efefef; }
.gps_leftnav div.widget .content a { font-family: 'open_sansregular'; }
.gps_leftnav div.accessories { display: block; }
.gps_leftnav div.accessories .content { color: #006699; }
.gps_leftnav div.accessories_sm { display: none; }
.gps_leftnav div.brands { display: block; }
.gps_leftnav div.brands_sm { display: none; }
#rightColumn div.home_rsb { border: none; box-shadow: none; }
#rightColumn div.home_rsb .header { }
#rightColumn div.home_rsb .header h2 { }
#rightColumn div.home_rsb .content { padding: 0; }
#rightColumn div.home_rsb .content .boat_show { }
#rightColumn div.home_rsb .content .news-content { padding: 0; }
#rightColumn div.home_rsb .content .news-content .title { border-bottom: 2px solid #006699; margin: 0 0 12px 0; }
#rightColumn div.home_rsb .content .news-content .title h2 { font-family: 'open_sansbold'; color: #006699; font-size: 22px; margin: 0 0 5px 0; }
#rightColumn div.home_rsb .content .news-content .content { padding: 0; }
#rightColumn div.home_rsb .content .news-content .content .item { color: #666666; border-left: 8px solid #006699; margin: 0 0 12px 0; padding: 0 0 0 10px; }
#rightColumn div.home_rsb .content .news-content .content .item a { color: #006699; }
#rightColumn div.home_rsb .content .news-content .content .img_item { margin: 0 0 12px 0; }
#rightColumn div.home_rsb .banner_img { margin: 12px 0 25px 0; }
#rightColumn #jqslide { width: 220px; height: 154px; overflow: hidden; border-bottom: none; z-index: 0; }
#rightColumn #jqslide .slide01 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 0 no-repeat; }
#rightColumn #jqslide .slide02 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 10% no-repeat; }
#rightColumn #jqslide .slide03 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 20% no-repeat; }
#rightColumn #jqslide .slide04 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 30% no-repeat; }
#rightColumn #jqslide .slide05 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 40% no-repeat; }
#rightColumn #jqslide .slide06 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 50% no-repeat; }
#rightColumn #jqslide .slide07 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 60% no-repeat; }
#rightColumn #jqslide .slide08 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 70% no-repeat; }
#rightColumn #jqslide .slide09 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 80% no-repeat; }
#rightColumn #jqslide .slide10 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 90% no-repeat; }
#rightColumn #jqslide .slide11 { width: 100%; height: 100%; background: url(images/animation-sprite.jpg) 0 100% no-repeat; }
 @media only screen and (min-width:1000px) and (max-width: 1109px) {
#rightColumn #jqslide .slide01 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide02 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide03 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide04 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide05 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide06 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide07 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide08 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide09 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide10 { transform: scale(0.9); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide11 { transform: scale(0.9); transform-origin: 0 0 0; }
}
@media only screen and (min-width:875px) and (max-width: 999px) {
#rightColumn #jqslide .slide01 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide02 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide03 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide04 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide05 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide06 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide07 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide08 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide09 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide10 { transform: scale(0.85); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide11 { transform: scale(0.85); transform-origin: 0 0 0; }
}
@media only screen and (min-width:820px) and (max-width: 874px) {
#rightColumn #jqslide .slide01 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide02 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide03 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide04 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide05 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide06 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide07 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide08 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide09 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide10 { transform: scale(0.8); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide11 { transform: scale(0.8); transform-origin: 0 0 0; }
}
@media only screen and (min-width:768px) and (max-width: 819px) {
#rightColumn #jqslide .slide01 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide02 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide03 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide04 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide05 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide06 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide07 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide08 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide09 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide10 { transform: scale(0.75); transform-origin: 0 0 0; }
#rightColumn #jqslide .slide11 { transform: scale(0.75); transform-origin: 0 0 0; }
}
 @media(max-width:991px) {
.gps_leftnav div.accessories { display: none; }
.gps_leftnav div.accessories_sm { display: block; }
.gps_leftnav div.brands { display: none; }
.gps_leftnav div.brands_sm { display: block; }
.gps_leftnav div.accessories_sm .header[aria-expanded="true"] span.open { cursor: pointer; display: inline-block; float: right; position: relative; top: -5px; }
.gps_leftnav div.accessories_sm .header[aria-expanded="true"] span.closed { display: none; }
.gps_leftnav div.accessories_sm .header[aria-expanded="false"] span.open { display: none; }
.gps_leftnav div.accessories_sm .header[aria-expanded="false"] span.closed { cursor: pointer; display: inline-block; float: right; position: relative; top: -5px; }
.gps_leftnav div.brands_sm .header[aria-expanded="true"] span.open { cursor: pointer; display: inline-block; float: right; position: relative; top: -5px; }
.gps_leftnav div.brands_sm .header[aria-expanded="true"] span.closed { display: none; }
.gps_leftnav div.brands_sm .header[aria-expanded="false"] span.open { display: none; }
.gps_leftnav div.brands_sm .header[aria-expanded="false"] span.closed { cursor: pointer; display: inline-block; float: right; position: relative; top: -5px; }
div.categorySearchSidebarWidget div.header > h2 { }
div.categorySearchSidebarWidget div.header > h2 i { float: right; margin-top: -5px; }
}
div.widget { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: none; border-color: transparent; }
div.productReviewsPanel { margin: 20px auto 0; max-width: 300px; }
div.widget>.list-group, div.widget>.panel-collapse>.list-group { margin-bottom: 0 }
div.widget>.list-group .list-group-item, div.widget>.panel-collapse>.list-group .list-group-item { border-width: 1px 0; border-radius: 0 }
div.widget>.list-group:first-child .list-group-item:first-child, div.widget>.panel-collapse>.list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px }
div.widget>.list-group:last-child .list-group-item:last-child, div.widget>.panel-collapse>.list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px }
div.widget>.table, div.widget>.table-responsive>.table, div.widget>.panel-collapse>.table { margin-bottom: 0 }
div.widget>.table caption, div.widget>.table-responsive>.table caption, div.widget>.panel-collapse>.table caption { padding-left: 15px; padding-right: 15px }
div.widget>.table:first-child, div.widget>.table-responsive:first-child>.table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px }
div.widget>.table:first-child>thead:first-child>tr:first-child, div.widget>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, div.widget>.table:first-child>tbody:first-child>tr:first-child, div.widget>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px }
div.widget>.table:first-child>thead:first-child>tr:first-child td:first-child, div.widget>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, div.widget>.table:first-child>tbody:first-child>tr:first-child td:first-child, div.widget>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, div.widget>.table:first-child>thead:first-child>tr:first-child th:first-child, div.widget>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, div.widget>.table:first-child>tbody:first-child>tr:first-child th:first-child, div.widget>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child { border-top-left-radius: 3px }
div.widget>.table:first-child>thead:first-child>tr:first-child td:last-child, div.widget>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, div.widget>.table:first-child>tbody:first-child>tr:first-child td:last-child, div.widget>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, div.widget>.table:first-child>thead:first-child>tr:first-child th:last-child, div.widget>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, div.widget>.table:first-child>tbody:first-child>tr:first-child th:last-child, div.widget>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child { border-top-right-radius: 3px }
div.widget>.table:last-child, div.widget>.table-responsive:last-child>.table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px }
div.widget>.table:last-child>tbody:last-child>tr:last-child, div.widget>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, div.widget>.table:last-child>tfoot:last-child>tr:last-child, div.widget>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px }
div.widget>.table:last-child>tbody:last-child>tr:last-child td:first-child, div.widget>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, div.widget>.table:last-child>tfoot:last-child>tr:last-child td:first-child, div.widget>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, div.widget>.table:last-child>tbody:last-child>tr:last-child th:first-child, div.widget>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, div.widget>.table:last-child>tfoot:last-child>tr:last-child th:first-child, div.widget>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child { border-bottom-left-radius: 3px }
div.widget>.table:last-child>tbody:last-child>tr:last-child td:last-child, div.widget>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, div.widget>.table:last-child>tfoot:last-child>tr:last-child td:last-child, div.widget>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, div.widget>.table:last-child>tbody:last-child>tr:last-child th:last-child, div.widget>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, div.widget>.table:last-child>tfoot:last-child>tr:last-child th:last-child, div.widget>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child { border-bottom-right-radius: 3px }
div.widget>.panel-body+.table, div.widget>.panel-body+.table-responsive, div.widget>.table+.panel-body, div.widget>.table-responsive+.panel-body { border-top: 1px solid #ddd }
div.widget>.table>tbody:first-child>tr:first-child th, div.widget>.table>tbody:first-child>tr:first-child td { border-top: 0 }
div.widget>.table-bordered, div.widget>.table-responsive>.table-bordered { border: 0 }
div.widget>.table-bordered>thead>tr>th:first-child, div.widget>.table-responsive>.table-bordered>thead>tr>th:first-child, div.widget>.table-bordered>tbody>tr>th:first-child, div.widget>.table-responsive>.table-bordered>tbody>tr>th:first-child, div.widget>.table-bordered>tfoot>tr>th:first-child, div.widget>.table-responsive>.table-bordered>tfoot>tr>th:first-child, div.widget>.table-bordered>thead>tr>td:first-child, div.widget>.table-responsive>.table-bordered>thead>tr>td:first-child, div.widget>.table-bordered>tbody>tr>td:first-child, div.widget>.table-responsive>.table-bordered>tbody>tr>td:first-child, div.widget>.table-bordered>tfoot>tr>td:first-child, div.widget>.table-responsive>.table-bordered>tfoot>tr>td:first-child { border-left: 0 }
div.widget>.table-bordered>thead>tr>th:last-child, div.widget>.table-responsive>.table-bordered>thead>tr>th:last-child, div.widget>.table-bordered>tbody>tr>th:last-child, div.widget>.table-responsive>.table-bordered>tbody>tr>th:last-child, div.widget>.table-bordered>tfoot>tr>th:last-child, div.widget>.table-responsive>.table-bordered>tfoot>tr>th:last-child, div.widget>.table-bordered>thead>tr>td:last-child, div.widget>.table-responsive>.table-bordered>thead>tr>td:last-child, div.widget>.table-bordered>tbody>tr>td:last-child, div.widget>.table-responsive>.table-bordered>tbody>tr>td:last-child, div.widget>.table-bordered>tfoot>tr>td:last-child, div.widget>.table-responsive>.table-bordered>tfoot>tr>td:last-child { border-right: 0 }
div.widget>.table-bordered>thead>tr:first-child>td, div.widget>.table-responsive>.table-bordered>thead>tr:first-child>td, div.widget>.table-bordered>tbody>tr:first-child>td, div.widget>.table-responsive>.table-bordered>tbody>tr:first-child>td, div.widget>.table-bordered>thead>tr:first-child>th, div.widget>.table-responsive>.table-bordered>thead>tr:first-child>th, div.widget>.table-bordered>tbody>tr:first-child>th, div.widget>.table-responsive>.table-bordered>tbody>tr:first-child>th { border-bottom: 0 }
div.widget>.table-bordered>tbody>tr:last-child>td, div.widget>.table-responsive>.table-bordered>tbody>tr:last-child>td, div.widget>.table-bordered>tfoot>tr:last-child>td, div.widget>.table-responsive>.table-bordered>tfoot>tr:last-child>td, div.widget>.table-bordered>tbody>tr:last-child>th, div.widget>.table-responsive>.table-bordered>tbody>tr:last-child>th, div.widget>.table-bordered>tfoot>tr:last-child>th, div.widget>.table-responsive>.table-bordered>tfoot>tr:last-child>th { border-bottom: 0 }
div.widget>.table-responsive { border: 0; margin-bottom: 0 }
div.widget>.panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd }
div.widget>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ddd }
div.widget>.panel-heading .badge { color: #f5f5f5; background-color: #333 }
div.widget>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ddd }
div.widget div.header { color: #333; border-color: #ddd; padding: 10px 15px; border-bottom: 1px solid #ddd !important; background-color: #05558d; border-bottom: none; }
div.widget div.header+.panel-collapse>.panel-body { border-top-color: #ddd }
div.widget div.header .badge { color: #f5f5f5; background-color: #333 }
div.widget div.header>h2 { margin-top: 0; margin-bottom: 0; font-family: 'open_sansbold'; color: #ffffff; font-size: 14px; }
div.widget div.header>h2 a { font-family: 'open_sansbold'; color: #ffffff; font-size: 14px; }
div.widget div.header>h2 a:hover, div.widget div.header>h2 a:active, div.widget div.header>h2 a:focus { text-decoration: underline; color: #ffffff; cursor: pointer; }
div.widget div.header>h2>a, div.widget div.header>h2>small, div.widget div.header>h2>.small, div.widget div.header>h2>small>a, div.widget div.header>h2>.small>a { color: inherit }
div.widget .content { padding: 15px; border: 1px solid #efefef; }
div.miniBasket { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .45); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .45); box-shadow: 0 0 10px rgba(0, 0, 0, .45); }
div.miniBasket .content { padding: 10px; }
div.recentlyViewedWidget .itemContainer { height: 245px !important; }
div.socialMediaLinksDialog { margin: 15px auto; max-width: 265px; }
div.socialMediaLinksDialog .header { display: none; }
div.socialMediaLinksDialog .content { border: none; text-align: left; padding: 0; }
div.socialMediaLinksDialog .content #___plusone_0 { width: 65px !important; }
#productPage div.productDisplay div.relatedProductsWidget { border: none; box-shadow: none; }
#productPage div.productDisplay div.relatedProductsWidget .content { border: none; padding: 0 15px; }
#productPage div.productDisplay div.relatedProductsWidget .content .tableNode { border: 1px solid #cccccc; margin-bottom: 15px; padding: 15px; }
#productPage div.productDisplay div.relatedProductsWidget .content .itemContainer { border: none; height: auto !important; margin-bottom: 0; padding: 0; }
 @media(max-width:480px) {
.oneColumnLayout #productPage div.productDisplay div.relatedProductsWidget .content .itemListingContainer { margin-left: 15px; margin-right: 15px; }
.oneColumnLayout #productPage div.productDisplay div.relatedProductsWidget .content { /*padding: 0;*/ }
.oneColumnLayout #productPage div.productDisplay div.relatedProductsWidget .content span.price { display: block; }
.oneColumnLayout #productPage div.productDisplay div.relatedProductsWidget .content span.instock2 { display: block; }
}
#productPage div.productDisplay div.relatedProductsWidget .content .itemContainer div.productItemDisplay { padding: 0; }
#productPage div.productDisplay div.relatedProductsWidget .content .itemContainer div.detailsArea span.pid3_label { display: inline-block; width: 110px; font-weight: bold; color: #333333; }
#productPage div.productDisplay div.relatedProductsWidget .content .itemContainer .smallgrey { text-transform: uppercase; margin: 10px 0; }
#productPage div.productDisplay div.relatedProductsWidget .content .itemContainer .productDetail { padding: 3px 0; }
#productPage div.productDisplay div.relatedProductsWidget .content .itemContainer .buyProductForm h2 { margin-top: 0; }
 @media(max-width:991px) {
div.widget { border: none; box-shadow: none }
div.widget div.header { margin: 0; }
div.widget div.content { padding-left: 15px; padding-right: 15px; }
}
div.widget .content a { text-decoration: none }
div.widget .content a:hover, div.widget .content a:active, div.widget .content a:focus { text-decoration: underline }
div.widget .content .options { margin-bottom: 1em; padding: 0 5px 0 5px }
div.widget .content p.instruction { color: #337ab7 }
adiv.widget .content p.instruction:hover { color: #286090 }
table.widget { border-collapse: collapse; width: 100% }
table.widget td { padding: 0; vertical-align: top }
table.widget caption { padding: 6px; text-align: left; text-transform: uppercase }
.basketShippingEstimateWidget .content table.compact { width: 100% }
.basketShippingEstimateWidget .content table.compact th, .basketShippingEstimateWidget .content table.compact .rowHeader { text-align: right; font-weight: bold; vertical-align: middle }
.basketShippingEstimateWidget .content table.compact td { vertical-align: middle; padding: 5px }
.basketShippingEstimateWidget .content table.compact td label { font-weight: normal; margin: 0 5px 0 5px; display: inline }
.basketShippingEstimateWidget select { width: 90%!important }
.basketShippingEstimateWidget input[type='text'] { width: 110px!important }
.categorySearchSidebarWidget .header i.colexpIcon { 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; float: right !important; color: #337ab7; margin-right: 15px }
.categorySearchSidebarWidget .header i.colexpIcon:before { content: "−" }
@media(max-width:991px) {
.categorySearchSidebarWidget .header:hover { cursor: pointer }
}
.categorySearchSidebarWidget .collapsed i.colexpIcon:before { content: "+" }
.categorySearchSidebarWidget .criteriaPanel h3 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; font-size: 18px }
.categorySearchSidebarWidget .criteriaPanel h3 small, .categorySearchSidebarWidget .criteriaPanel h3 .small { font-weight: normal; line-height: 1; color: #777 }
.categorySearchSidebarWidget .criteriaPanel h3 small, .categorySearchSidebarWidget .criteriaPanel h3 .small { font-size: 75% }
.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #777; border-radius: 10px }
.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count:empty { display: none }
.btn .categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count { position: relative; top: -1px }
.btn-xs .categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count, .btn-group-xs>.btn .categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count { top: 0; padding: 1px 5px }
a.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count:hover, a.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count:focus { color: #fff; text-decoration: none; cursor: pointer }
.list-group-item.active>.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count, .nav-pills>.active>a>.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count { color: #337ab7; background-color: #fff }
.list-group-item>.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count { float: right }
.list-group-item>.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count+.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count { margin-right: 5px }
.nav-pills>li>a>.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count { margin-left: 3px }
.categorySearchSidebarWidget .criteriaPanel ul { margin-bottom: 0; padding-left: 0; list-style: none }
.categorySearchSidebarWidget .criteriaPanel ul>li { position: relative; display: block }
.categorySearchSidebarWidget .criteriaPanel ul>li>a { position: relative; display: block; padding: 10px 15px }
.categorySearchSidebarWidget .criteriaPanel ul>li>a:hover, .categorySearchSidebarWidget .criteriaPanel ul>li>a:focus { text-decoration: none; background-color: #eee }
.categorySearchSidebarWidget .criteriaPanel ul>li.disabled>a { color: #777 }
.categorySearchSidebarWidget .criteriaPanel ul>li.disabled>a:hover, .categorySearchSidebarWidget .criteriaPanel ul>li.disabled>a:focus { color: #777; text-decoration: none; background-color: transparent; cursor: not-allowed }
.categorySearchSidebarWidget .criteriaPanel ul .open>a, .categorySearchSidebarWidget .criteriaPanel ul .open>a:hover, .categorySearchSidebarWidget .criteriaPanel ul .open>a:focus { background-color: #eee; border-color: #337ab7 }
.categorySearchSidebarWidget .criteriaPanel ul .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5 }
.categorySearchSidebarWidget .criteriaPanel ul>li>a>img { max-width: none }
.categorySearchSidebarWidget .criteriaPanel ul>li { float: left }
.categorySearchSidebarWidget .criteriaPanel ul>li>a { border-radius: 4px }
.categorySearchSidebarWidget .criteriaPanel ul>li+li { margin-left: 2px }
.categorySearchSidebarWidget .criteriaPanel ul>li.active>a, .categorySearchSidebarWidget .criteriaPanel ul>li.active>a:hover, .categorySearchSidebarWidget .criteriaPanel ul>li.active>a:focus { color: #fff; background-color: #337ab7 }
.categorySearchSidebarWidget .criteriaPanel ul span.count { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #777; border-radius: 10px }
.categorySearchSidebarWidget .criteriaPanel ul span.count:empty { display: none }
.btn .categorySearchSidebarWidget .criteriaPanel ul span.count { position: relative; top: -1px }
.btn-xs .categorySearchSidebarWidget .criteriaPanel ul span.count, .btn-group-xs>.btn .categorySearchSidebarWidget .criteriaPanel ul span.count { top: 0; padding: 1px 5px }
a.categorySearchSidebarWidget .criteriaPanel ul span.count:hover, a.categorySearchSidebarWidget .criteriaPanel ul span.count:focus { color: #fff; text-decoration: none; cursor: pointer }
.list-group-item.active>.categorySearchSidebarWidget .criteriaPanel ul span.count, .nav-pills>.active>a>.categorySearchSidebarWidget .criteriaPanel ul span.count { color: #337ab7; background-color: #fff }
.list-group-item>.categorySearchSidebarWidget .criteriaPanel ul span.count { float: right }
.list-group-item>.categorySearchSidebarWidget .criteriaPanel ul span.count+.categorySearchSidebarWidget .criteriaPanel ul span.count { margin-right: 5px }
.nav-pills>li>a>.categorySearchSidebarWidget .criteriaPanel ul span.count { margin-left: 3px }
@media(min-width:992px) {
.categorySearchSidebarWidget .criteriaPanel ul>li { float: none }
.categorySearchSidebarWidget .criteriaPanel ul>li+li { margin-top: 2px; margin-left: 0 }
}
.categorySearchSidebarWidget .criteriaPanel ul.expandCategoryLinks>li>a { color: #a94442 }
a.categorySearchSidebarWidget .criteriaPanel ul.expandCategoryLinks>li>a:hover, a.categorySearchSidebarWidget .criteriaPanel ul.expandCategoryLinks>li>a:active, a.categorySearchSidebarWidget .criteriaPanel ul.expandCategoryLinks>li>a:focus { color: #843534 }
.categorySearchSidebarWidget .criteriaPanel td a { padding: 10px 15px; display: block }
.categorySearchSidebarWidget .criteriaPanel td a:hover, .categorySearchSidebarWidget .criteriaPanel td a:focus, .categorySearchSidebarWidget .criteriaPanel td a:active { text-decoration: none; background-color: #eee; border-radius: 4px }
.continueCheckoutWidget .info { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) }
.continueCheckoutWidget .info blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) }
.continueCheckoutWidget input[type='submit'] { background: url("images/spot1_btn_bg.jpg") repeat-x; color: #ffffff; font-family: "open_sansbold"; font-size: 18px; height: 38px; line-height: 38px; text-align: center; border: none; padding: 0 12px; }
.continueCheckoutWidget input[type='submit']:hover, .continueCheckoutWidget input[type='submit']:focus, .continueCheckoutWidget input[type='submit'].focus, .continueCheckoutWidget input[type='submit']:active, .continueCheckoutWidget input[type='submit'].active, .open>.dropdown-toggle.continueCheckoutWidget input[type='submit'] { color: #fff; background-color: #286090; border-color: #204d74 }
.continueCheckoutWidget input[type='submit']:active, .continueCheckoutWidget input[type='submit'].active, .open>.dropdown-toggle.continueCheckoutWidget input[type='submit'] { background-image: none }
.continueCheckoutWidget input[type='submit'].disabled, .continueCheckoutWidget input[type='submit'][disabled], fieldset[disabled] .continueCheckoutWidget input[type='submit'], .continueCheckoutWidget input[type='submit'].disabled:hover, .continueCheckoutWidget input[type='submit'][disabled]:hover, fieldset[disabled] .continueCheckoutWidget input[type='submit']:hover, .continueCheckoutWidget input[type='submit'].disabled:focus, .continueCheckoutWidget input[type='submit'][disabled]:focus, fieldset[disabled] .continueCheckoutWidget input[type='submit']:focus, .continueCheckoutWidget input[type='submit'].disabled.focus, .continueCheckoutWidget input[type='submit'][disabled].focus, fieldset[disabled] .continueCheckoutWidget input[type='submit'].focus, .continueCheckoutWidget input[type='submit'].disabled:active, .continueCheckoutWidget input[type='submit'][disabled]:active, fieldset[disabled] .continueCheckoutWidget input[type='submit']:active, .continueCheckoutWidget input[type='submit'].disabled.active, .continueCheckoutWidget input[type='submit'][disabled].active, fieldset[disabled] .continueCheckoutWidget input[type='submit'].active { background-color: #337ab7; border-color: #2e6da4 }
.continueCheckoutWidget input[type='submit'] .badge { color: #337ab7; background-color: #fff }
.shippingOptionsWidget .actions input[type='submit'] { background: url("images/spot1_btn_bg.jpg") repeat-x; color: #ffffff; font-family: "open_sansbold"; font-size: 18px; height: 38px; line-height: 38px; text-align: center; border: none; padding: 0 12px; }
.shippingOptionsWidget .actions input[type='submit']:hover, .shippingOptionsWidget .actions input[type='submit']:focus, .shippingOptionsWidget .actions input[type='submit'].focus, .shippingOptionsWidget .actions input[type='submit']:active, .shippingOptionsWidget .actions input[type='submit'].active, .open>.dropdown-toggle.shippingOptionsWidget .actions input[type='submit'] { color: #fff; background-color: #286090; border-color: #204d74 }
.shippingOptionsWidget .actions input[type='submit']:active, .shippingOptionsWidget .actions input[type='submit'].active, .open>.dropdown-toggle.shippingOptionsWidget .actions input[type='submit'] { background-image: none }
.shippingOptionsWidget .actions input[type='submit'].disabled, .shippingOptionsWidget .actions input[type='submit'][disabled], fieldset[disabled] .shippingOptionsWidget .actions input[type='submit'], .shippingOptionsWidget .actions input[type='submit'].disabled:hover, .shippingOptionsWidget .actions input[type='submit'][disabled]:hover, fieldset[disabled] .shippingOptionsWidget .actions input[type='submit']:hover, .shippingOptionsWidget .actions input[type='submit'].disabled:focus, .shippingOptionsWidget .actions input[type='submit'][disabled]:focus, fieldset[disabled] .shippingOptionsWidget .actions input[type='submit']:focus, .shippingOptionsWidget .actions input[type='submit'].disabled.focus, .shippingOptionsWidget .actions input[type='submit'][disabled].focus, fieldset[disabled] .shippingOptionsWidget .actions input[type='submit'].focus, .shippingOptionsWidget .actions input[type='submit'].disabled:active, .shippingOptionsWidget .actions input[type='submit'][disabled]:active, fieldset[disabled] .shippingOptionsWidget .actions input[type='submit']:active, .shippingOptionsWidget .actions input[type='submit'].disabled.active, .shippingOptionsWidget .actions input[type='submit'][disabled].active, fieldset[disabled] .shippingOptionsWidget .actions input[type='submit'].active { background-color: #337ab7; border-color: #2e6da4 }
.shippingOptionsWidget .actions input[type='submit'] .badge { color: #337ab7; background-color: #fff }
.productTellAFriendWidget table { width: 100% }
.productTellAFriendWidget input[type='text'] { width: 100%!important }
.productTellAFriendWidget input[type='submit'] { margin-top: 10px }
.emailListWidget .dialogSection .compactleft td input[type='submit'] { margin-top: 10px }
.orderSummaryWidget .content .orderDate h3, .orderSummaryWidget .content .orderStatus h3 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; font-size: 18px }
.orderSummaryWidget .content .orderDate h3 small, .orderSummaryWidget .content .orderStatus h3 small, .orderSummaryWidget .content .orderDate h3 .small, .orderSummaryWidget .content .orderStatus h3 .small { font-weight: normal; line-height: 1; color: #777 }
.orderSummaryWidget .content .orderDate h3 small, .orderSummaryWidget .content .orderStatus h3 small, .orderSummaryWidget .content .orderDate h3 .small, .orderSummaryWidget .content .orderStatus h3 .small { font-size: 75% }
.orderNotesWidget .content table.inputForm td textarea { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(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; width: auto !important }
.orderNotesWidget .content table.inputForm td textarea: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, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) }
.orderNotesWidget .content table.inputForm td textarea::-moz-placeholder {
color:#999;
opacity:1
}
.orderNotesWidget .content table.inputForm td textarea:-ms-input-placeholder {
color:#999
}
.orderNotesWidget .content table.inputForm td textarea::-webkit-input-placeholder {
color:#999
}
.orderNotesWidget .content table.inputForm td textarea[disabled], .orderNotesWidget .content table.inputForm td textarea[readonly], fieldset[disabled] .orderNotesWidget .content table.inputForm td textarea { background-color: #eee; opacity: 1 }
.orderNotesWidget .content table.inputForm td textarea[disabled], fieldset[disabled] .orderNotesWidget .content table.inputForm td textarea { cursor: not-allowed }
textarea.orderNotesWidget .content table.inputForm td textarea { height: auto }
div.actions span.checkout input[type='submit'] { background: url("images/spot1_btn_bg.jpg") repeat-x; color: #ffffff; font-family: "open_sansbold"; font-size: 18px; height: 38px; line-height: 38px; text-align: center; border: none; padding: 0 12px; }
div.actions span.checkout input[type='submit']:hover, div.actions span.checkout input[type='submit']:focus, div.actions span.checkout input[type='submit'].focus, div.actions span.checkout input[type='submit']:active, div.actions span.checkout input[type='submit'].active, .open>.dropdown-togglediv.actions span.checkout input[type='submit'] { color: #fff; background-color: #286090; border-color: #204d74 }
div.actions span.checkout input[type='submit']:active, div.actions span.checkout input[type='submit'].active, .open>.dropdown-togglediv.actions span.checkout input[type='submit'] { background-image: none }
div.actions span.checkout input[type='submit'].disabled, div.actions span.checkout input[type='submit'][disabled], fieldset[disabled] div.actions span.checkout input[type='submit'], div.actions span.checkout input[type='submit'].disabled:hover, div.actions span.checkout input[type='submit'][disabled]:hover, fieldset[disabled] div.actions span.checkout input[type='submit']:hover, div.actions span.checkout input[type='submit'].disabled:focus, div.actions span.checkout input[type='submit'][disabled]:focus, fieldset[disabled] div.actions span.checkout input[type='submit']:focus, div.actions span.checkout input[type='submit'].disabled.focus, div.actions span.checkout input[type='submit'][disabled].focus, fieldset[disabled] div.actions span.checkout input[type='submit'].focus, div.actions span.checkout input[type='submit'].disabled:active, div.actions span.checkout input[type='submit'][disabled]:active, fieldset[disabled] div.actions span.checkout input[type='submit']:active, div.actions span.checkout input[type='submit'].disabled.active, div.actions span.checkout input[type='submit'][disabled].active, fieldset[disabled] div.actions span.checkout input[type='submit'].active { background-color: #337ab7; border-color: #2e6da4 }
div.actions span.checkout input[type='submit'] .badge { color: #337ab7; background-color: #fff }
div.checkoutButtonsBox div.standardCheckout input.green[type='submit'] { background: url("images/spot1_btn_bg.jpg") repeat-x; color: #ffffff; font-family: "open_sansbold"; font-size: 18px; height: 38px; line-height: 38px; text-align: center; border: none; padding: 0 12px; }
div.checkoutButtonsBox div.standardCheckout input[type='submit']:hover, div.checkoutButtonsBox div.standardCheckout input[type='submit']:focus, div.checkoutButtonsBox div.standardCheckout input[type='submit'].focus, div.checkoutButtonsBox div.standardCheckout input[type='submit']:active, div.checkoutButtonsBox div.standardCheckout input[type='submit'].active, .open>.dropdown-togglediv.checkoutButtonsBox div.standardCheckout input[type='submit'] { color: #fff; background-color: #286090; border-color: #204d74 }
div.checkoutButtonsBox div.standardCheckout input[type='submit']:active, div.checkoutButtonsBox div.standardCheckout input[type='submit'].active, .open>.dropdown-togglediv.checkoutButtonsBox div.standardCheckout input[type='submit'] { background-image: none }
div.checkoutButtonsBox div.standardCheckout input[type='submit'].disabled, div.checkoutButtonsBox div.standardCheckout input[type='submit'][disabled], fieldset[disabled] div.checkoutButtonsBox div.standardCheckout input[type='submit'], div.checkoutButtonsBox div.standardCheckout input[type='submit'].disabled:hover, div.checkoutButtonsBox div.standardCheckout input[type='submit'][disabled]:hover, fieldset[disabled] div.checkoutButtonsBox div.standardCheckout input[type='submit']:hover, div.checkoutButtonsBox div.standardCheckout input[type='submit'].disabled:focus, div.checkoutButtonsBox div.standardCheckout input[type='submit'][disabled]:focus, fieldset[disabled] div.checkoutButtonsBox div.standardCheckout input[type='submit']:focus, div.checkoutButtonsBox div.standardCheckout input[type='submit'].disabled.focus, div.checkoutButtonsBox div.standardCheckout input[type='submit'][disabled].focus, fieldset[disabled] div.checkoutButtonsBox div.standardCheckout input[type='submit'].focus, div.checkoutButtonsBox div.standardCheckout input[type='submit'].disabled:active, div.checkoutButtonsBox div.standardCheckout input[type='submit'][disabled]:active, fieldset[disabled] div.checkoutButtonsBox div.standardCheckout input[type='submit']:active, div.checkoutButtonsBox div.standardCheckout input[type='submit'].disabled.active, div.checkoutButtonsBox div.standardCheckout input[type='submit'][disabled].active, fieldset[disabled] div.checkoutButtonsBox div.standardCheckout input[type='submit'].active { background-color: #337ab7; border-color: #2e6da4 }
div.checkoutButtonsBox div.standardCheckout input[type='submit'] .badge { color: #337ab7; background-color: #fff }
div.simpleCategoryListWidget .category { margin-bottom: 0; padding-left: 0; list-style: none }
div.simpleCategoryListWidget .category>li { position: relative; display: block }
div.simpleCategoryListWidget .category>li>a { position: relative; display: block; padding: 10px 15px }
div.simpleCategoryListWidget .category>li>a:hover, div.simpleCategoryListWidget .category>li>a:focus { text-decoration: none; background-color: #eee }
div.simpleCategoryListWidget .category>li.disabled>a { color: #777 }
div.simpleCategoryListWidget .category>li.disabled>a:hover, div.simpleCategoryListWidget .category>li.disabled>a:focus { color: #777; text-decoration: none; background-color: transparent; cursor: not-allowed }
div.simpleCategoryListWidget .category .open>a, div.simpleCategoryListWidget .category .open>a:hover, div.simpleCategoryListWidget .category .open>a:focus { background-color: #eee; border-color: #337ab7 }
div.simpleCategoryListWidget .category .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5 }
div.simpleCategoryListWidget .category>li>a>img { max-width: none }
div.simpleCategoryListWidget .category>li { float: left }
div.simpleCategoryListWidget .category>li>a { border-radius: 4px }
div.simpleCategoryListWidget .category>li+li { margin-left: 2px }
div.simpleCategoryListWidget .category>li.active>a, div.simpleCategoryListWidget .category>li.active>a:hover, div.simpleCategoryListWidget .category>li.active>a:focus { color: #fff; background-color: #337ab7 }
@media(min-width:992px) {
div.simpleCategoryListWidget .category>li { float: none }
div.simpleCategoryListWidget .category>li+li { margin-top: 2px; margin-left: 0 }
}
@media(max-width:991px) {
div.simpleCategoryListWidget .category>li { float: none }
div.simpleCategoryListWidget .category>li+li { margin-top: 2px; margin-left: 0 }
}
div.shipmentWidget .method select { width: 100% }
div.shipmentWidget .content .shippingAddress h3, div.shipmentWidget .content .shippingStatus h3, div.shipmentWidget .content .shippingMethod h3 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; font-size: 18px }
div.shipmentWidget .content .shippingAddress h3 small, div.shipmentWidget .content .shippingStatus h3 small, div.shipmentWidget .content .shippingMethod h3 small, div.shipmentWidget .content .shippingAddress h3 .small, div.shipmentWidget .content .shippingStatus h3 .small, div.shipmentWidget .content .shippingMethod h3 .small { font-weight: normal; line-height: 1; color: #777 }
div.shipmentWidget .content .shippingAddress h3 small, div.shipmentWidget .content .shippingStatus h3 small, div.shipmentWidget .content .shippingMethod h3 small, div.shipmentWidget .content .shippingAddress h3 .small, div.shipmentWidget .content .shippingStatus h3 .small, div.shipmentWidget .content .shippingMethod h3 .small { font-size: 75% }
div.paymentWidget .applyCouponPanel { padding: 6px 6px 12px 6px; margin-bottom: 1em; border-bottom: 1px dotted #ccc }
div.paymentWidget .applyCouponPanel label { margin-right: 4px }
div.paymentWidget .applyCouponPanel p { display: block; margin-top: 1em }
div.paymentWidget .paymentFormContainer { margin-left: -15px; margin-right: -15px }
div.paymentWidget .paymentFormContainer .paymentMethodList { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
div.paymentWidget .paymentFormContainer .paymentMethodList { float: left; width: 33.33333333% }
}
div.paymentWidget .paymentFormContainer .paymentForm { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media(min-width:992px) {
div.paymentWidget .paymentFormContainer .paymentForm { float: left; width: 66.66666667% }
}
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm { width: 100%; min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); display: block; }
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) }
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'] { background: url("images/spot1_btn_bg.jpg") repeat-x; color: #ffffff; font-family: "open_sansbold"; font-size: 18px; height: 38px; line-height: 38px; text-align: center; border: none; padding: 0 12px; }
/*jc 11/13/18 added to support checkout payment page button change*/


#checkoutPage a.lockbtn i, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td a.lockbtn i, #basketPage div.basketContainer div.actions a.lockbtn i { }
#checkoutPage a.lockbtn, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td a.lockbtn, #basketPage div.basketContainer div.actions a.lockbtn { background: url("images/spot1_btn_bg.jpg") repeat-x; color: #ffffff; font-family: "open_sansbold"; font-size: 18px; height: 38px; line-height: 38px; text-align: center; border: none; padding: 4px 12px; white-space: nowrap; }
#checkoutPage a.lockbtn:hover, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td a.lockbtn:hover, #basketPage div.basketContainer div.actions a.lockbtn:hover { text-decoration: none; }
#basketPage div.basketContainer div.actions span.checkout { display: inline-block; vertical-align: middle; }
#basketPage .disc_message { text-align: center; display: block; margin: 0 0 15px 0; }
/* END jc 11/13/18 added to support checkout payment page button change*/    


div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:hover, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:focus, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].focus, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:active, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].active, .open>.dropdown-togglediv.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'] { color: #fff; background-color: #286090; border-color: #204d74 }
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:active, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].active, .open>.dropdown-togglediv.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'] { background-image: none }
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].disabled, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'][disabled], fieldset[disabled] div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'], div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].disabled:hover, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'][disabled]:hover, fieldset[disabled] div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:hover, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].disabled:focus, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'][disabled]:focus, fieldset[disabled] div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:focus, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].disabled.focus, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'][disabled].focus, fieldset[disabled] div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].focus, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].disabled:active, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'][disabled]:active, fieldset[disabled] div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:active, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].disabled.active, div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'][disabled].active, fieldset[disabled] div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'].active { background-color: #337ab7; border-color: #2e6da4 }
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'] .badge { color: #337ab7; background-color: #fff }
@media(min-width:768px) and (max-width:991px) {
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td .linked { display: none !important }
}
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td .popover { max-width: none }
div.paymentWidget .paymentFormContainer .paymentForm input[id$='_Amount'] { width: 80px!important }
div.basketTotalSummaryWidget .message { font-style: italic }
div.orderSummaryWidget table.orderTotalSummary, div.basketTotalSummaryWidget table.orderTotalSummary, div.orderTotalSummaryWidget table.orderTotalSummary { width: 100% }
div.orderSummaryWidget table.orderTotalSummary th, div.basketTotalSummaryWidget table.orderTotalSummary th, div.orderTotalSummaryWidget table.orderTotalSummary th { text-align: right; font-weight: bold; white-space: nowrap; border-bottom: 0 }
div.orderSummaryWidget table.orderTotalSummary td, div.basketTotalSummaryWidget table.orderTotalSummary td, div.orderTotalSummaryWidget table.orderTotalSummary td { text-align: right; width: 80px; border-bottom: 0 }
div.orderSummaryWidget table.orderTotalSummary td.item, div.basketTotalSummaryWidget table.orderTotalSummary td.item, div.orderTotalSummaryWidget table.orderTotalSummary td.item { width: 60%; text-align: left }
div.orderSummaryWidget table.orderTotalSummary td.item div.setGiftOptions a, div.basketTotalSummaryWidget table.orderTotalSummary td.item div.setGiftOptions a, div.orderTotalSummaryWidget table.orderTotalSummary td.item div.setGiftOptions a { background: url(images/icons/gift-box.gif) center right no-repeat; height: 30px; line-height: 30px; padding-right: 25px }
div.orderSummaryWidget table.orderTotalSummary th.sku, div.basketTotalSummaryWidget table.orderTotalSummary th.sku, div.orderTotalSummaryWidget table.orderTotalSummary th.sku { text-align: center; width: 80px }
div.orderSummaryWidget table.orderTotalSummary td.sku, div.basketTotalSummaryWidget table.orderTotalSummary td.sku, div.orderTotalSummaryWidget table.orderTotalSummary td.sku { text-align: center }
div.orderSummaryWidget table.orderTotalSummary th.quantity, div.basketTotalSummaryWidget table.orderTotalSummary th.quantity, div.orderTotalSummaryWidget table.orderTotalSummary th.quantity { text-align: center; width: 60px }
div.orderSummaryWidget table.orderTotalSummary td.quantity, div.basketTotalSummaryWidget table.orderTotalSummary td.quantity, div.orderTotalSummaryWidget table.orderTotalSummary td.quantity { text-align: center; width: 60px }
div.orderSummaryWidget table.orderTotalSummary tr.dividerRow td, div.basketTotalSummaryWidget table.orderTotalSummary tr.dividerRow td, div.orderTotalSummaryWidget table.orderTotalSummary tr.dividerRow td { border-bottom: 1px solid #ccc; width: 100% }
div.orderSummaryWidget table.orderTotalSummary tr.importantRow, div.basketTotalSummaryWidget table.orderTotalSummary tr.importantRow, div.orderTotalSummaryWidget table.orderTotalSummary tr.importantRow { font-weight: bold }
div.orderSummaryWidget table.orderTotalSummary tr.actionsRow td, div.basketTotalSummaryWidget table.orderTotalSummary tr.actionsRow td, div.orderTotalSummaryWidget table.orderTotalSummary tr.actionsRow td { text-align: center; width: 100% }
div.currencyPreferenceWidget { clear: both }
div.currencyPreferenceWidget select { width: auto }
div.storeSearchWidget input[type='text'] { width: 70%!important }
.miniBasket .basketItemBox { border-bottom: 1px dashed #cccccc; margin-bottom: 1em; padding-bottom: .5em }
.miniBasket .basketItemBox input[type="text"], .miniBasket .basketItemBox .quantity { height: 30px; padding: 3px 6px; text-align: center; width: 30px !important; }
.miniBasket .basketItemBox .button { margin: 0 5px 2px 0 }
.miniBasket .basketItemBox div.actions a.button { padding: 4px; font-family: 'open_sanssemibold'; }
.miniBasket .basketItemBox .iconBox { width: 50px; height: 50px; float: left; overflow: hidden; margin-right: 5px }
.miniBasket .basketItemBox .titleBox { float: left }
.miniBasket .basketItemBox .noIcon { padding-left: 5px }
.miniBasket .basketItemBox .label { display: inline; padding: 0; font-size: 75%; font-weight: bold; line-height: 1; color: #333333; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; background-color: transparent }
a.miniBasket .basketItemBox .label:hover, a.miniBasket .basketItemBox .label:focus { color: #fff; text-decoration: none; cursor: pointer }
.miniBasket .basketItemBox .label:empty { display: none }
.btn .miniBasket .basketItemBox .label { position: relative; top: -1px }
.miniBasket .basketItemBox .label[href]:hover, .miniBasket .basketItemBox .label[href]:focus { background-color: #5e5e5e }
.miniBasket .basketItemBox .value { display: inline; padding: 0; font-size: 75%; font-weight: bold; line-height: 1; color: #db0b0b; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; background-color: transparent; }
a.miniBasket .basketItemBox .value:hover, a.miniBasket .basketItemBox .value:focus { color: #fff; text-decoration: none; cursor: pointer }
.miniBasket .basketItemBox .value:empty { display: none }
.btn .miniBasket .basketItemBox .value { position: relative; top: -1px }
.miniBasket .basketItemBox .value[href]:hover, .miniBasket .basketItemBox .value[href]:focus { background-color: #5e5e5e }
.miniBasket .basketItemBox .value[href]:hover, .miniBasket .basketItemBox .value[href]:focus { background-color: #c9302c }
.miniBasket .basketItemBox .actions { margin: 1em 0 }
.miniBasket .basketItemBox .actions input.quantity { width: 20px }
.miniBasket .discountLabel, .miniBasket .subTotalLabel { color: #333; width: 80px!important; text-align: right; display: inline-block }
.miniBasket .subTotalsBox { border-bottom: 1px solid #eee; margin-bottom: 1em; padding-bottom: .5em }
.miniBasket .checkoutButtonsBox .standardCheckout, .miniBasket .checkoutButtonsBox .alternateCheckouts { text-align: center }
.miniBasket .checkoutButtonsBox .alternateCheckouts div { padding-top: 6px }
.miniBasket .noResultsPanel { padding: 5px; font-style: italic }
.miniBasket .miniBasketItemDetail .subscriptions { clear: both }
.miniBasket .miniBasketItemDetail .subscriptions .lineBlock { display: block; font-size: small }
.miniBasket .miniBasketItemDetail .subTitle { padding: 0; text-indent: 0; margin: 0 7px; clear: both }
.miniBasket .miniBasketItemDetail .subTitle li { color: #788a95; list-style-type: none; margin: 4px 0 0 10px }
.miniBasket .miniBasketItemDetail .title { float: left; text-align: left; position: relative; max-width: 140px; }
.miniBasket .miniBasketItemDetail .title a { font-family: 'open_sanssemibold'; }
.productReviewsPanel .productReviewForm .registerForReview .info { padding: 15px 0 15px 0 }
.productReviewsPanel .productReviewForm .registerForReview .info .message { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; background-color: #d9edf7; border-color: #bce8f1; color: #31708f }
.productReviewsPanel .productReviewForm .registerForReview .info .message h4 { margin-top: 0; color: inherit }
.productReviewsPanel .productReviewForm .registerForReview .info .message .alert-link { font-weight: bold }
.productReviewsPanel .productReviewForm .registerForReview .info .message>p, .productReviewsPanel .productReviewForm .registerForReview .info .message>ul { margin-bottom: 0 }
.productReviewsPanel .productReviewForm .registerForReview .info .message>p+p { margin-top: 5px }
.productReviewsPanel .productReviewForm .registerForReview .info .message hr { border-top-color: #a6e1ec }
.productReviewsPanel .productReviewForm .registerForReview .info .message .alert-link { color: #245269 }
.productReviewsPanel .productReviewForm .registerForReview .actions { padding: 5px 0 }
.productReviewsPanel .reviewConfirmation .info { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d }
.productReviewsPanel .reviewConfirmation .info h4 { margin-top: 0; color: inherit }
.productReviewsPanel .reviewConfirmation .info .alert-link { font-weight: bold }
.productReviewsPanel .reviewConfirmation .info>p, .productReviewsPanel .reviewConfirmation .info>ul { margin-bottom: 0 }
.productReviewsPanel .reviewConfirmation .info>p+p { margin-top: 5px }
.productReviewsPanel .reviewConfirmation .info hr { border-top-color: #c9e2b3 }
.productReviewsPanel .reviewConfirmation .info .alert-link { color: #2b542c }
.productReviewsPanel .reviewsTable { width: 100% }
.loginWidget input[type='text'], .registerDialog input[type='text'], .loginWidget input[type='password'], .registerDialog input[type='password'] { width: 90%!important }
.contentArea { padding: 5px 10px 5px 10px }
div.noResultsPanel { padding: 10px; text-align: center }
.hiddenPanel { display: none !important }
span.label { font-weight: bold; color: #333 }
.fieldHeader { font-weight: bold }
span.msrp { text-decoration: none }
.hyperLinkButton { padding: 0 12px !important }
span.message { padding-left: 5px }
div.message { display: block !important; margin-bottom: 1em }
div.clear:before, div.clear:after { content: " "; display: table }
div.clear:after { clear: both }
div.clear:before, div.clear:after { content: " "; display: table }
div.clear:after { clear: both }
.ui-notify-container { margin: 10px }
.ui-notify-container .ui-notify-message h1 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; font-size: 18px }
.ui-notify-container .ui-notify-message h1 small, .ui-notify-container .ui-notify-message h1 .small { font-weight: normal; line-height: 1; color: #777 }
.ui-notify-container .ui-notify-message h1 small, .ui-notify-container .ui-notify-message h1 .small { font-size: 75% }
.ui-notify-container .ui-notify-message-style { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d }
.ui-notify-container .ui-notify-message-style h4 { margin-top: 0; color: inherit }
.ui-notify-container .ui-notify-message-style .alert-link { font-weight: bold }
.ui-notify-container .ui-notify-message-style>p, .ui-notify-container .ui-notify-message-style>ul { margin-bottom: 0 }
.ui-notify-container .ui-notify-message-style>p+p { margin-top: 5px }
.ui-notify-container .ui-notify-message-style hr { border-top-color: #c9e2b3 }
.ui-notify-container .ui-notify-message-style .alert-link { color: #2b542c }
.ui-notify-container .ui-notify-message-style h1 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; font-size: 18px }
.ui-notify-container .ui-notify-message-style h1 small, .ui-notify-container .ui-notify-message-style h1 .small { font-weight: normal; line-height: 1; color: #777 }
.ui-notify-container .ui-notify-message-style h1 small, .ui-notify-container .ui-notify-message-style h1 .small { font-size: 75% }
.ui-notify-container .ui-notify-close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20) }
.ui-notify-container .ui-notify-close:hover, .ui-notify-container .ui-notify-close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: .5; filter: alpha(opacity=50) }
button.ui-notify-container .ui-notify-close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none }
#ajaxProgressOuter { border: 0; padding: 0; margin: 0; position: fixed; width: 100%; height: 100%; left: 0; top: 0; bottom: 0; background-color: #444; opacity: .65; filter: alpha(opacity=65); z-index: 1000 }
#ajaxProgressInner { padding: 0; background: #fff url(images/processing.gif) no-repeat 50%; position: absolute; left: 48%; top: 25%; margin-left: -100px; width: 200px; height: 200px; border: solid 2px #444; opacity: 1; filter: alpha(opacity=100); z-index: 1001 }
@media(max-width:991px) {
.socialMediaLinksDialog { display: none }
}
.socialMediaLinksDialog .fb_edge_comment_widget { display: none !important }
#checkout_amazon div.section { margin-bottom: 1em; border: 1px solid #636363; border-radius: 5px; background-color: #e1e1e1 }
#checkout_amazon div.section .header { padding-left: 10px; background: url(images/amazon-header-bg.gif) top left repeat-x #e1e1e1; border-radius: 5px }
#checkout_amazon div.section .header h2 { font: bold 12px/29px arial, sans-serif; display: inline-block; letter-spacing: .5pt; margin: 0 }
#checkout_amazon div.section .content { margin: 0 3px 3px 3px; border: 1px solid #636363; padding: 10px 10px 10px 10px; background-color: #fff }
#checkout_amazon .sidebarColumn { width: 420px }
#checkout_amazon .mainColumn { width: 520px }
.webpage { list-style: outside none none; margin-bottom: 0; padding-left: 0 }
.webpage a { display: block; padding: 10px 15px; position: relative }
@media screen and (max-width:480px) {
table.inputForm th, table.inputForm td, table.inputForm .rowHeader { position: relative; float: left; clear: both; width: 100%; text-align: left }
table.inputForm th, table.inputForm .rowHeader { padding: 5px 0 5px 0 }
div.inputForm div.rowHeader { text-align: left }
}
/*Home Page*/

#homeContent { margin-bottom: 40px; word-wrap: break-word; overflow-wrap: break-word; }
#homeContent .shop { font-family: 'open_sansbold'; color: #ffffff; width: 140px; margin-top: 10px; }
#homeContent .shop .bg { background: url(images/spot1_btn_bg.jpg) repeat-x; height: 38px; line-height: 38px; text-align: center; font-family: 'open_sansbold'; color: #ffffff; font-size: 18px; }
#homeContent .shop a.bg { background: url(images/spot1_btn_bg.jpg) repeat-x scroll 0 0; color: #ffffff; display: inline-block; font-family: "open_sansbold"; font-size: 18px; height: 38px; line-height: 38px; width: 140px; text-align: center; }
#homeContent .shop a.bg { font-family: 'open_sansbold'; color: #ffffff; font-size: 18px; }
#homeContent .shop a.bg:hover { cursor: pointer; text-decoration: none; }
#homeContent .shop a { font-family: 'open_sansbold'; color: #ffffff; font-size: 18px; }
#homeContent .shop a:hover { cursor: pointer; text-decoration: none; }
#homeContent .shop .bg a:hover { cursor: pointer; text-decoration: none; }
#homeContent .title { color: #006699; font-family: 'open_sansbold'; font-size: 26.25px; }
#homeContent .title a { color: #006699; font-family: 'open_sansbold'; font-size: 26.25px; }
#homeContent .title a:hover { cursor: pointer; text-decoration: none }
#homeContent .desc { font-family: 'open_sansbold'; color: #666666; font-size: 16px; margin: 10px 0; }
#homeContent .price { font-family: 'open_sansbold'; color: #006699; font-style: italic; font-size: 18px; }
#homeContent .spotlight1 .sl_img { }
#homeContent .spotlight1 .sp1_img { width: 250px; padding: 0 }
#homeContent .spotlight1 .sp1_text { width: 305px; padding: 0 }
#homeContent .spotlight1 .sl_img img { margin: 20px 0; }
/* Slideshow Styling */


/*W2M Added These jc*/

#homeContent .spotwrap { width: 100%; }
#homeContent #spotlights { width: 100% !important; }
#homeContent #spotlights .spotlight1 { clear: both; border: 1px solid #006699; background: url("images/body_bg.gif") repeat scroll left top; display: inline-block; max-width: 100%; min-height: 377px }
/*END W2M Added These jc*/

/*W2M Changed These jc*/

#homeContent #spotlights .slide01 { width: 100% !important; margin-left: 0 }
#homeContent #spotlights .slide02 { width: 100% !important; margin-left: 0 }
#homeContent #spotlights .slide03 { width: 100% !important; margin-left: 0 }
/*END W2M Changed These jc*/


#homeContent #spotlights .spotlight1 .sl_img { margin: 0 }
#homeContent #spotlights .spotlight1 .sp1_img { padding: 0; width: 50% }
#homeContent #spotlights .spotlight1 .sp1_text { padding: 0; width: 50% }
 @media (max-width:991px) {
#homeContent #spotlights .spotlight1 .sp1_img img { width: 90% }
}
div#pagerhold { position: relative; float: right; margin-right: 55px }
div#pager a { background: #ccc; color: #ccc; margin: 2px; padding: 5px; border-radius: 5px; font-size: 2px }
div#pager a.activeSlide { background: #666; color: #666; margin: 2px; padding: 5px; border-radius: 5px; font-size: 2px }
/* End Slideshow Styling */


#homeContent .spotlight2 { clear: both; display: block; padding: 20px 0 10px 0; max-width: 100%; }
#homeContent .spotlight2 .sl_img img { margin: 20px 0; }
#homeContent .spotlight3 { border-top: 1px solid #cccccc; clear: both; display: block; padding: 10px 0 20px 0; max-width: 100%; }
#homeContent .spotlight3 .sl_img img { margin: 20px 0; }
#homeContent .two_item_block { clear: both; max-width: 100%; }
#homeContent .two_item_block .border { border: 1px solid #cccccc; border-left: none; border-right: none; padding: 0; }
#homeContent .two_item_block .item { text-align: center; }
#homeContent .two_item_block .item img { margin: 0 auto; max-height: 150px; }
#homeContent .two_item_block .title { font-family: 'roboto_slabregular'; color: #006699; font-size: 18px; }
#homeContent .two_item_block .desc { font-family: 'open_sansregular'; color: #666666; font-size: 16px; }
#homeContent .two_item_block .price { font-family: 'roboto_slabregular'; color: #006699; font-style: italic; margin-bottom: 30px; }
#homeContent .two_item_block .shop { margin: 25px auto 15px; }
#homeContent .two_item_block .shop img { }
#homeContent .specials { clear: both; padding: 15px 0 0 0; max-width: 100%; }
#homeContent .specials .content { border: 2px solid #ff0000; padding: 12px; display: inline-block; width: 100%; background: url("images/body_bg.gif") repeat scroll left top; }
#homeContent .specials .title { font-family: 'open_sansbold'; color: #ff0000; }
#homeContent .specials .title h2 { margin: 0; text-align: center; }
#homeContent .specials .brands { display: inline-block; margin: 0 auto; padding: 10px 0; position: relative; text-align: center; width: 100%; }
#homeContent .specials .brands img { display: inline-block; margin-right: 5px; text-align: center; vertical-align: middle; }
#homeContent .specials .shop { color: #ffffff; font-family: "open_sansbold"; margin: 0 auto; position: relative; top: -15px; width: 140px; }
#homeContent .specials .shop .bg { background: url("images/specials_btn_bg.jpg") repeat-x top left; height: 38px; line-height: 38px; text-align: center; }
#homeContent .specials .shop .bg a { font-family: 'open_sansbold'; color: #ffffff; }
#homeContent .specials .shop .bg a:hover { cursor: pointer; text-decoration: none; }
@media screen and (max-width:991px) {
.gps_leftnav .blackborder { margin: 0 auto 20px; }
.gps_leftnav .blackborder img { margin: 0 auto; }
}
@media screen and (max-width:991px) {
#homeContent .specials .brands img { display: inline-block; margin-bottom: 15px; margin-right: 5px; text-align: center; vertical-align: middle; }
}
 @media screen and (max-width:400px) {
#homeContent .spotlight1 .col-xs-3 { width: 41.6667%; }
#homeContent .spotlight1 .col-xs-9 { width: 58.3333%; }
}
.help_imgarea { }
.help_imgarea a { display: inline-block; vertical-align: middle; }
.help_imgarea img { }
.about_imgarea { display: inline-block; margin-bottom: 15px; }
.about_imgarea a { display: block; float: left; vertical-align: middle; }
.about_imgarea img { float: left; padding-right: 10px; vertical-align: middle; }
.nextopia_search_results { }
.nextopia_search_results table.NextopiaSearch td.SearchResults .itemListing .tableNode .itemContainer { height: 190px; }
.nextopia_search_results .RefineSearchColumns { display: inline-block; margin: 10px 0; width: 100%; }
.nextopia_search_results table.RefineSearchColumns { width: 100%; margin: 10px 0; }
.nextopia_search_results .nsr_displaytype span.nsr_img { display: inline-block; }
.nextopia_search_results .nsr_img img { display: inline-block; margin: 0 5px 0 1px; vertical-align: baseline; }
.nextopia_search_results .nsr_sort_container { border: 1px solid #000000; border-collapse: separate; margin-bottom: 10px; padding: 10px; width: 100%; display: inline-block; }
.nextopia_search_results .nsr_sort_container .nsr_sort { display: inline-block; }
.nextopia_search_results .nsr_sort_container .nsr_sort .nsr_sort_img { }
.nextopia_search_results .nsr_sort_container .nsr_sort .nsr_sort_img img { display: inline-block; }
.nextopia_search_results .itemContainer .thumbnail { }
.nextopia_search_results .itemContainer .thumbnail a { }
.nextopia_search_results .itemContainer .thumbnail a img { text-align: center; margin: 0 auto; }
.nextopia_search_results .itemContainer .title { text-align: center; }
.nextopia_search_results .listview { border-bottom: 1px solid #000000; margin-bottom: 10px; padding: 0 15px 10px 15px; }
.nextopia_search_results div.pagingPanel, .nextopia_search_results .paging { display: inline-block; margin: 10px 0 20px; }
.nextopia_search_results div.pagingPanel a, .nextopia_search_results .paging a { background-color: #efefef; border: 1px solid #ddd; color: #05558d; display: inline-block; float: none; line-height: 1.42857; margin-bottom: 5px; padding: 6px 12px; text-decoration: none; }
.nextopia_search_results .paging a.current { background: #05558d; color: #ffffff; }
.nextopia_search_results .paging a:hover, .nextopia_search_results .paging a:active, .nextopia_search_results .paging a:focus { background: #05558d; color: #ffffff; }
#MapPriceModelPopup { }
#MapPriceModelPopup.fade { background: rgba(0, 0, 0, 0.5); opacity: 1; position: fixed; width: 100%; }
#MapPriceModelPopup.modal.fade .modal-dialog { transform: translate(0px, 0%); transition: transform 0.3s ease-out 0s; }
/*Product Compare Page*/

.compare_item_listing { }
.compare_item_listing .tableNode { vertical-align: top; }
.compare_item_listing table.compare_table_padding { border-collapse: separate; border-right: 1px solid #cccccc; max-width: 385px; padding: 0 10px; overflow: auto; }
.compare_item_listing table.compare_table_padding td.header { }
.compare_item_listing table.compare_table_padding td.item_label { min-width: 175px; }
.compare_item_listing table.compare_table_padding td.prodname { min-width: 130px; white-space: nowrap; }
.gps_compare_small_device { display: none; }
.gps_compare_768_device .scroll_to_view { display: none; }
 @media (min-width:992px) {
.gps_compare_768_device .scroll_to_view { display: none; }
}
 @media(min-width:992px) and (max-width:945px) {
.gps_compare_768_device .scroll_to_view { display: block; }
}
@media (max-width:991px) {
.gps_compare_small_device { display: block; }
.gps_compare_768_device { display: none; }
}
 @media (min-width:992px) {
.gps_compare_768_device { display: block; }
}
.prodaccess_flatrate { }
.prodaccess_flatrate img { margin: 0 auto; }
span.spPrice { display: none; }
/*Star Rankings*/

span.rankingStar01, span.rankingStar02, span.rankingStar03, span.rankingStar04, span.rankingStar05, span.rankingStar06, span.rankingStar07, span.rankingStar08, span.rankingStar09, span.rankingStar10 { background-position: 0 0; background-repeat: no-repeat; width: 100px; height: 18px; display: inline-block }
span.rankingStar01 { background-image: url(images/stars/star_01.png); }
span.rankingStar02 { background-image: url(images/stars/star_02.png); }
span.rankingStar03 { background-image: url(images/stars/star_03.png); }
span.rankingStar04 { background-image: url(images/stars/star_04.png); }
span.rankingStar05 { background-image: url(images/stars/star_05.png); }
span.rankingStar06 { background-image: url(images/stars/star_06.png); }
span.rankingStar07 { background-image: url(images/stars/star_07.png); }
span.rankingStar08 { background-image: url(images/stars/star_08.png); }
span.rankingStar09 { background-image: url(images/stars/star_09.png); }
span.rankingStar10 { background-image: url(images/stars/star_10.png); }
span.rankingText { display: inline; position: relative; top: -4px; font-size: 0.9em; }
.w2mprice .ourpricewords { color: #999; display: inline-block; float: left; font-size: 12px; padding-right: 5px; position: relative; top: 2px; }
.w2mprice .wasprice { color: #999; display: inline-block; float: left; font-size: 12px; padding-right: 0; position: relative; top: 2px; white-space: nowrap; }
.w2mprice .price { display: inline-block; float: left; font-size: 14px; padding-right: 5px; position: relative; top: 2px; color: #b60000; font-family: "open_sanssemibold"; }
#categoryPage .categoryGridPage1_refresh .w2mprice .price { font-size: 16px; color: #b60000; font-family: "open_sanssemibold"; font-weight: bold; }
#outerPageContainer #header #storeHeader .line2 .logo .anniv_20 { display: inline-block; position: absolute; right: -110px; bottom: -18px; }
#outerPageContainer #header #storeHeader .line2 .logo .anniv_20 img { max-width: 150px; }
 @media (max-width:991px) {
#outerPageContainer #header #storeHeader .line2 .logo .anniv_20 { display: block; position: relative; left: auto; top: 0; right: auto; max-width: 345px; }
#outerPageContainer #header #storeHeader .line2 .logo .anniv_20 img { max-width: 150px; margin: 0 auto; }
}
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 3.5%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
.ds_container_2 { padding: 15px; }
.ds_container_2 .almost { font-size: 110%; font-weight: bold; text-align: center; width: 100%; }
.ds_container_2 .almost_content { font-size: 13px; margin-bottom: 10px; }
.ds_container_1 { background-color: black; margin: 10px 10px 0px 10px; padding: 15px 0px; }
.ds_container_1 img.ds_logo { margin: 0 auto; max-height: 45px; }
.pn13dsbg { position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index: 1001; -moz-opacity: 0.3; opacity: .30; filter: alpha(opacity=30); }
.pnl3DSPop { position: fixed; top: 30px; left: 50%; margin-left: -250px; height: 630px; border: 4px solid #05558d; background-color: white; z-index: 1002; }
.w2m_cclaunch_frame { height: 400px; border: none; outline: none; width: 100%; overflow-x: hidden; max-width: 100% !important; }
.w2m_cclaunch_frame iframe.authWindow { }
.w2m_cclaunch_frame iframe.authWindow table { width: 100% !important; }
 @media (min-width: 992px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 30%; overflow-y: auto; margin-right: 0; right: 30%; -webkit-overflow-scrolling: touch; }
}
 @media (max-width: 991px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 30%; overflow-y: auto; margin-right: 0; right: 30%; -webkit-overflow-scrolling: touch; }
}
 @media (max-width: 891px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 27%; overflow-y: auto; margin-right: 0; right: 27%; -webkit-overflow-scrolling: touch; }
}
 @media (max-width: 791px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 24%; overflow-y: auto; margin-right: 0; right: 24%; -webkit-overflow-scrolling: touch; }
}
 @media (max-width: 767px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 22%; overflow-y: auto; margin-right: 0; right: 22%; -webkit-overflow-scrolling: touch; }
}
 @media (max-width: 650px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 16%; overflow-y: auto; margin-right: 0; right: 16%; -webkit-overflow-scrolling: touch; }
}
 @media (max-width: 550px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 450px; max-height: 100%; margin-left: 0; left: 10%; overflow-y: auto; margin-right: 0; right: 10%; -webkit-overflow-scrolling: touch; }
}
 @media (max-width: 479px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 365px; max-height: 100%; margin-left: 0; left: 12%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
.ds_container_2 { padding: 5px; }
}
@media (max-width: 414px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 365px; max-height: 100%; margin-left: 0; left: 6%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
}
@media (max-width: 375px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 330px; max-height: 100%; margin-left: 0; left: 1%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
}
/*iphone 6*/
/*portrait*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 330px; max-height: 100%; margin-left: 0; left: 1%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
}
    
/*landscape   */ 
@media only screen and (device-height : 375px) and (device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
}
    

/*iphone 8*/
/*portrait*/
@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 330px; max-height: 100%; margin-left: 0; left: 1%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
}
    
/*landscape   */    
@media only screen and (device-height : 375px) and (device-width : 667px) and (-webkit-device-pixel-ratio : 2) {
}
@media (max-width: 360px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 340px; max-height: 100%; margin-left: 0; left: 1%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
}
@media (max-width: 320px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_pnl3DSPopup { width: 305px; max-height: 100%; margin-left: 0; left: 3%; overflow-y: auto; margin-right: 0; right: auto; -webkit-overflow-scrolling: touch; }
}
span.delivery-date { font-size: .85em; color: #b60000; font-style: italic; font-weight: normal; margin-right: 5px; }
.w2m_clear { clear: both; height: 10px; }
div.home_rsb { }
div.customHtml.home_rsb .content { border: 2px solid #006699; }
div.customHtml.home_rsb .content .news-content { }
div.customHtml.home_rsb .content .news-content .content { padding: 0; border: none; }
div.customHtml.home_rsb .content .news-content .item { margin-bottom: 10px; }
div.customHtml.home_rsb .content .news-content .title h2 { margin-top: 0; }
div.customHtml.home_rsb .content .news-content .item img { display: inline-block; margin-right: 5px; }
#homeContent div.customHtml.home_rsb .content .news-content .item span.desc { padding: 0 5px; color: #666666; font-family: open_sansregular, sans-serif; font-size: 14px; line-height: 1.42857143; }
#homeContent .two_item_block .item { text-align: left; }
#homeContent .two_item_block .shop { margin: 10px auto; }
#homeContent .two_item_block .item img { margin: 0 auto; max-width: 100%; }
#homeContent .home_spotlights .two_item_block .border .item { border: 1px solid #006699; display: inline-block; padding: 5px; }
#homeContent .home_spotlights .two_item_block .border { border: none; }
@media (min-width: 992px) {
#homeContent .home_spotlights .two_item_block .border .item .col-sm-6, #homeContent .home_spotlights .two_item_block .border .item .col-md-6 { min-height: 206px; }
}
#homeContent .two_item_block { clear: both; max-width: 100%; margin-bottom: 15px; display: inline-block; width: 100%; }
#homeContent .home_spotlights .two_item_block .sl_left, #homeContent .home_spotlights .two_item_block .sl_left { position: relative; min-height: 1px; padding-left: 15px; padding-right: 10px; }
#homeContent .home_spotlights .two_item_block .sl_right, #homeContent .home_spotlights .two_item_block .sl_right { position: relative; min-height: 1px; padding-left: 10px; padding-right: 15px; }
#homeContent .home_spotlights .title a { color: #006699; font-family: 'open_sansbold'; font-size: 20px; }
.w2m_home_ads .item { margin-bottom: 15px; }
#leftColumn .banner_img { margin-bottom: 15px; display: none; }
#leftColumn .bx-wrapper .bx-viewport, .w2m_home_ads .item .bx-wrapper .bx-viewport { box-shadow: none; border: none; left: 0; }
.w2m_home_ads .item .bx-wrapper { margin: 0 auto 0; height: 129px; }
#leftColumn .bx-wrapper .bx-viewport ul, .w2m_home_ads .item .bx-wrapper .bx-viewport ul { margin: 0; padding: 0; }
#homeContent .home_main_slider .bx-wrapper { margin: 0 auto 30px; }
#homeContent .home_main_slider .bx-wrapper .bx-viewport { border: 1px solid #006699; box-shadow: none; left: 0; }
#homeContent .home_main_slider ul { margin: 0; padding: 0; }
#homeContent .sl_img img { margin: 20px 0; }
#homeContent .home_main_slider .bx-wrapper .bx-viewport .sptlight1, #homeContent .home_main_slider .bx-wrapper .bx-viewport .spotlight2, #homeContent .home_main_slider .bx-wrapper .bx-viewport .spotlight3 { padding: 0 20px; }
.home_top_banner { padding: 0 15px; margin: -10px 0 10px 0; }
.home_top_banner .bx-wrapper { margin: 0 auto 0; }
.home_top_banner .bx-wrapper .bx-viewport { box-shadow: 2px 3px 8px #666666; border: 1px solid #666666; left: 0; }
.home_top_banner .bx-wrapper .bx-viewport ul#HomeTopBanner { magin: 0; padding: 0; }
.home_top_banner .bx-wrapper .bx-viewport .htb_content { display: inline-block; width: 100%; }
.home_top_banner .bx-wrapper .bx-viewport .htb_content .htb_text { color: #006699; font-family: 'open_sansbold'; font-size: 20px; text-align: center; padding: 10px 20px; }
#outerPageContainer #contentContainer.ghp_2018 #leftColumn { position: relative; min-height: 1px; padding-left: 15px; padding-right: 10px; }
#outerPageContainer #contentContainer.ghp_2018 .leftSidebarLayout { position: relative; min-height: 1px; padding-left: 10px; padding-right: 15px; }
.gps_leftnav div.widget .content a { font-family: 'open_sansregular'; font-size: 15px; }
 @media (max-width:991px) {
#homeContent .home_main_slider .bx-wrapper .bx-viewport .spotlight1 { padding: 0; }
#homeContent .spotlight1 .sl_img img { margin: 0; }
#homeContent .shop { font-family: 'open_sansbold'; color: #ffffff; width: 140px; margin-top: 10px; margin-bottom: 30px; }
}
#homeContent.flextest .home_spotlights .two_item_block .border .item { display: flex; align-items: stretch; flex-flow: row wrap; flex: 1 100%; height: 240px; }
#homeContent.flextest .two_item_block { display: flex; align-items: stretch; }
#homeContent .two_item_block .item .item_top { order: 0; flex: 1 auto; width: 100%; }
#homeContent .two_item_block .spot1 { }
#homeContent .two_item_block .spot1.spot1_right { flex: 1; }
#homeContent .two_item_block .spot1.spot1_left { flex: 1; margin-right: 15px; }
#homeContent .two_item_block .item .item_side { flex: 1; }
#homeContent .two_item_block .item .item_side.item_side_1 { order: 1; margin-right: 10px; }
#homeContent .two_item_block .item .item_side.item_side_2 { order: 2; }
@media (max-width:991px) {
#homeContent.flextest .home_spotlights .two_item_block .border .item { height: auto; }
#homeContent.flextest .two_item_block { display: block; align-items: stretch; }
#homeContent .two_item_block .spot1.spot1_left { width: 100%; margin-bottom: 15px; }
#homeContent .two_item_block .spot1.spot1_right { width: 100%; margin-bottom: 15px; }
#homeContent .two_item_block .item img { margin: 0 auto; max-height: 100%; max-width: 40%; }
}
@media (max-width:767px) {
#homeContent .two_item_block .item img { margin: 0 auto; max-height: 100%; max-width: 75%; }
}
/* END Home Page Redesign Rules*/


.w2m_mcafee { display: inline-block; vertical-align: middle; }
.w2m_mcafee_placeholder { width: 15%; float: left; margin-left: 10px; }
#basketPage .trustedsite-trustmark, #checkoutPage .trustedsite-trustmark, #storeFooter .trustedsite-trustmark { vertical-align: middle; }
#checkoutPage #checkout_payPage .co_policy { max-width: 310px; float: left; margin-bottom: 15px; }
div.paymentWidget .paymentFormContainer { margin-left: -15px; margin-right: -15px; width: 66.666%; float: left; }
div.paymentWidget .paymentFormContainer .paymentForm { float: left; width: 100%; }
.w2m_mcafee h1 { margin: 0; display: inline-block; font-weight: normal; font-family: open_sanssemibold; font-size: 30px; vertical-align: middle; }
.w2m_mcafee a { display: inline-block; vertical-align: middle; padding-left: 10px; }
div.paymentWidget .w2m_mcafee_placeholder { width: 33.33%; float: left; margin-left: 10px; }
div.paymentWidget .w2m_mcafee { display: inline-block; vertical-align: middle; text-align: center; margin: 0 auto; width: 100%; }
.w2m_mcafee .visa_master { margin-bottom: 15px; }
.w2m_mcafee .visa_master img { display: inline-block; max-width: 90px; }
.w2m_mcafee .visa_master img.spacing { margin-right: 15px; }
@media (max-width:991px) {
.w2m_pf_cc_display { display: flex; flex-flow: row wrap; }
div.paymentWidget .w2m_mcafee_placeholder { width: 100%; float: none; margin-left: 0; order: 1; margin-bottom: 15px; }
div.paymentWidget .paymentFormContainer { margin-left: 0; margin-right: 0; width: 100%; float: none; order: 2; }
div.paymentWidget .paymentFormContainer .paymentForm { padding: 0; }
}
/*CC Auto Detect */
ul.card-logos { padding-left: 0; margin-top: 15px; }
#card_type { display: none; }
ul.card-logos .hic-card-logo { display: inline-block; width: 50px !important; height: 30px; overflow: hidden !important; text-align: left !important; text-indent: -999px; background: url(../TheGPSStore_Responsive/images/5aa3039bbff280001510089b.png) 0 0 no-repeat; margin: 0px !important; padding: 0px !important; }
ul.card-logos #card_mastercard { background-position: -55px 0; }
ul.card-logos #card_amex { background-position: -110px 0; }
ul.card-logos #card_discover { background-position: -165px 0; }
ul.card-logos #card_diners { background-position: -220px 0; }
ul.card-logos #card_jcb { background-size: 900px 25px !important; background-position: -860px 0px; }
ul.card-logos[hic-card-match^="card"] li { opacity: 0.2; }
ul.card-logos[hic-card-match^="card"] li.active { opacity: 1.0; }
li.hic-cc[hic-id='card_type.container'] { display: none; }
 @media screen and (max-width: 500px) {
.hic-cc[hic-id='card_number.container'] { width: 100%; }
.hic-cc[hic-id='expiration.label'] { display: block !important; width: 100%; margin-top: 7px; margin-right: 10px; }
.hic-cc[hic-id='card_number.input'] { width: 100% !important; }
.hic-cc[hic-id='expiration.month.input'] { display: block !important; border: 1px solid gray; }
.hic-cc[hic-id='expiration.year.input'] { border: 1px solid gray; min-width: 90px; }
}
 @media screen and (min-width: 480px) {
label#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_CardNumberLabel { position: relative; top: -40px; }
}
.hc-pdp-floater-container { display: block; position: fixed; height: auto; width: 100%; bottom: 0; left: 0; padding: 3px; z-index: 999999; box-sizing: border-box; }
.hc-pdp-floater-container .btn { float: right;margin-right: -5px; margin-bottom: -40px !important; }
.hc-pdp-floater-container * { margin-bottom: 0 !important; display: block !important; }
.hc-pdp-floater-container>* { box-shadow: 0 0 3px; }
.hc-pdp-floater-container button { width: 100% !important; min-height: 40px; }
/*(jld) for sticky cta*/
#ctl00_ctl00_NestedMaster_PageContent_ctl00_BuyProductDialog1_AddToBasketButton { position: absolute; right: 0; top: -40px; width: 179px; height: 61px; background-image: url(images/add-to-cart.png); background-color: transparent; border: none; color: transparent; position: relative !important; }
.ts_login { display: inline-block; vertical-align: middle; margin-left: 15px; }
.ts_login .trustedsite-trustmark { }
#accessoriesPage .modal.in .modal-dialog { z-index: 99999; }
#accessoriesPage .modal.in .modal-dialog .item_img { }
#accessoriesPage .modal.in .modal-dialog .item_img img { margin: 0 auto; }
#accessoriesPage .modal.in .modal-dialog .w2m_close { text-align: right; cursor: pointer; }
#accessoriesPage .modal.in .modal-dialog .w2m_close:after { content: "\f00d"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; display: inline-block; vertical-align: middle; font-size: 24px; cursor: pointer; }
#accessoriesPage .modal.in .modal-dialog .title { }
#accessoriesPage .modal.in .modal-dialog .title a { color: #006699; font-family: 'open_sansbold'; font-size: 18px; }
#accessoriesPage .modal.in .modal-dialog .w2m_label { font-weight: 600; margin-right: 5px; }
#accessoriesPage .modal.in .modal-dialog .w2m_label.w2m_label_price { }
#accessoriesPage .modal.in .modal-dialog .w2m_data { color: #009966; }
#accessoriesPage .modal.in .modal-dialog .w2m_data.w2m_data_price { color: #b60000; font-weight: bold; }
#accessoriesPage .modal.in .modal-dialog div.yellow_close { display: block; margin: 15px auto 0; }
#accessoriesPage .modal.in .modal-dialog div.yellow_close a { background: #fefa4c; color: #040e7b; font-weight: 600; box-shadow: 0 4px 6px -1px rgba(0, 71, 171, 0.1), 0 2px 4px -1px rgba(0, 71, 171, 0.06); padding: 6px 12px; }
#accessoriesPage .modal.in .modal-dialog div.yellow_close:active, #accessoriesPage .modal.in .modal-dialog div.yellow_close:focus { box-shadow: none; outline: none; }
#accessoriesPage td.pbs_col a.upsellName { cursor: pointer; }
#accessoriesPage td.pbs_col .addCheck input { cursor: pointer; }
.bundled_savings {margin: 15px auto;}
.nxt-ac-main {

	width: 400px !important;
	position: absolute;
	top: 28px;

}