/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

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

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

@font-face {
  font-family: 'MyriadBold';
  src: url('/Content/HOK/fonts/MyriadProBoldCond.eot');
  src: url('/Content/HOK/fonts/MyriadProBoldCond.eot') format('embedded-opentype'), url('/Content/HOK/fonts/MyriadProBoldCond.woff2') format('woff2'), url('/Content/HOK/fonts/MyriadProBoldCond.woff') format('woff'), url('/Content/HOK/fonts/MyriadProBoldCond.ttf') format('truetype'), url('/Content/HOK/fonts/MyriadProBoldCond.svg#MyriadProBoldCond') format('svg'); }

@font-face {
  font-family: 'Myriad';
  src: url('/Content/HOK/fonts/MyriadProCond.eot');
  src: url('/Content/HOK/fonts/MyriadProCond.eot') format('embedded-opentype'), url('/Content/HOK/fonts/MyriadProCond.woff2') format('woff2'), url('/Content/HOK/fonts/MyriadProCond.woff') format('woff'), url('/Content/HOK/fonts/MyriadProCond.ttf') format('truetype'), url('/Content/HOK/fonts/MyriadProCond.svg#MyriadProCond') format('svg'); }

h1, h2, h3, h4, h5 {
  font-family: Myriad; }

input, div {
  box-sizing: border-box; }

/*//dTheme1 bg gradient grey to white
    $contentBlock_dTheme1_BgColor: $color7 !default;
    $contentBlock_dTheme1_Text_Color: $color2 !default;
    $contentBlock_dTheme1_h_Color: $color3 !default;
    $contentBlock_dTheme1_link_Color: #FFF !default;
    //mTheme1 gradient bg grey to white
    $contentBlock_mTheme1_BgColor: #08aee8 !default;
    $contentBlock_mTheme1_Text_Color: #fff !default;
    $contentBlock_mTheme1_Border_Color: transparent !default;
    $contentBlock_mTheme1_Border_Width: 0 !default; 
    $contentBlock_mTheme1_h_Color: $color3 !default;
    $contentBlock_mTheme1_link_Color: #fff !default;
    $contentBlock_mTheme1_link_HoverColor: $contentBlock_mTheme1_link_Color !default;*/
.hiddenPlaceHolder {
  display: none; }

/* ===== MIXINS ===== */
/* GALLERY */
/* Hide when no JS is available */
/*Hide when not in Backoffice */
/*Hide when in Backoffice */
/* HTML 5 BP mixins */
body {
  background: #FFF; }

#SiteContainer {
  position: relative; }

#Content > .inner:before, #Content > .inner:after {
  content: " ";
  display: table; }
#Content > .inner:after {
  clear: both; }
.lt-ie8 #Content > .inner {
  *zoom: 1; }
@media only screen and (min-width: 1020px) {
  #Content > .inner {
    min-height: 100px;
    overflow: hidden; } }
#Content .col {
  float: left; }
  @media only screen and (min-width: 1020px) {
    #Content .col {
      min-height: 1px; } }
#Content .row:before, #Content .row:after {
  content: " ";
  display: table; }
#Content .row:after {
  clear: both; }
.lt-ie8 #Content .row {
  *zoom: 1; }
#Content .row > .inner {
  margin: 0 auto;
  position: relative;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  #Content .row > .inner:before, #Content .row > .inner:after {
    content: " ";
    display: table; }
  #Content .row > .inner:after {
    clear: both; }
  .lt-ie8 #Content .row > .inner {
    *zoom: 1; }
  @media only screen and (min-width: 1320px) {
    #Content .row > .inner {
      width: 1320px;
      max-width: 1320px;
      padding: 0 110px; } }
  @media only screen and (max-width: 1320px) {
    #Content .row > .inner {
      width: 100%;
      padding: 0 55px;
      min-width: 320px; } }
  @media only screen and (max-width: 1020px) {
    #Content .row > .inner {
      padding: 0 !important; } }

.rowTheme1 {
  background: #e4e4e4; }

.rowTheme2 {
  background: white; }

.rowTheme3 {
  background: #f2f1f1; }

@media only screen and (max-width: 1020px) {
  .hideOnMobile {
    display: none !important; } }

@media only screen and (min-width: 1020px) {
  .hideOnDesktop {
    display: none !important; } }

.hidden {
  display: none; }

footer {
  background: #f2f1f1;
  /*.row{
		@include clearfix;		
		display:table;
		width:100%;
		position:relative;
		@include box-sizing(border-box);
	}
	.row1{			
		>.col{
			float:left;
			position: relative;
			width: 21%;
			color: $color10;
			@include box-sizing(border-box);
			@include smaller-than($tabletLandscape){ 
				width: 50%;
				padding-left:0;
			}
		}
		>.col3{
			width: auto;
			@include smaller-than($tabletLandscape){ 
				width: 100%;
				margin:50px 0;
			}
		}
		>.col4{
			float: right;
			width: 190px !important;
			@include smaller-than($tabletLandscape){ 
				width: 100% !important;
				padding:0 8px;
				@include box-sizing(border-box);
			}
		}
	}*/ }
  footer p {
    margin-left: 36px;
    font-family: Helvetica;
    font-size: 0.857em;
    font-weight: 300;
    font-style: italic; }
  footer > .inner {
    margin: 0px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    footer > .inner:before, footer > .inner:after {
      content: " ";
      display: table; }
    footer > .inner:after {
      clear: both; }
    .lt-ie8 footer > .inner {
      *zoom: 1; }
    @media only screen and (min-width: 1320px) {
      footer > .inner {
        width: 1140px;
        padding: 0px; } }
    @media only screen and (max-width: 1320px) {
      footer > .inner {
        width: 1020px;
        padding: 55px 100px 110px 100px; } }
    @media only screen and (max-width: 1020px) {
      footer > .inner {
        width: auto !important;
        padding: 55px 40px 55px 40px !important; } }
    footer > .inner a {
      color: #fff;
      text-decoration: none; }
  @media only screen and (min-width: 1020px) {
    footer .gridRow.fixed > .inner > .gridCell.c1 {
      width: 100px; }
    footer .gridRow.fixed > .inner > .gridCell.c2 {
      width: 200px; }
    footer .gridRow.fixed > .inner > .gridCell.c3 {
      width: 220px; }
    footer .gridRow.fixed > .inner > .gridCell.c4 {
      width: 25%; }
    footer .gridRow.fixed > .inner > .gridCell.c5 {
      width: 300px; }
    footer .gridRow.fixed > .inner > .gridCell.c6 {
      width: 37.5%; }
    footer .gridRow.fixed > .inner > .gridCell.c7 {
      width: 43.75%; }
    footer .gridRow.fixed > .inner > .gridCell.c8 {
      width: 50%; }
    footer .gridRow.fixed > .inner > .gridCell.c9, footer .gridRow.fixed > .inner > .gridCell.c10, footer .gridRow.fixed > .inner > .gridCell.c11, footer .gridRow.fixed > .inner > .gridCell.c12, footer .gridRow.fixed > .inner > .gridCell.c13, footer .gridRow.fixed > .inner > .gridCell.c14, footer .gridRow.fixed > .inner > .gridCell.c15, footer .gridRow.fixed > .inner > .gridCell.c16 {
      width: 100%; } }
  @media only screen and (max-width: 1020px) {
    footer .gridRow .gridCell.c4 {
      width: 50%; } }
  footer .yearlinks {
    margin: 0 auto;
    text-align: center; }
    footer .yearlinks img {
      margin-right: 25px; }
  @media only screen and (max-width: 1020px) {
    footer .yearlinks {
      text-align: center;
      margin: 70px 0; } }
  footer .socialfooter a {
    font-size: 1.143em; }

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: table;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #fff;
  z-index: 1; }
  header .inner {
    margin: 0 auto;
    box-sizing: border-box; }
    header .inner:before, header .inner:after {
      content: " ";
      display: table; }
    header .inner:after {
      clear: both; }
    .lt-ie8 header .inner {
      *zoom: 1; }
    @media only screen and (min-width: 1320px) {
      header .inner {
        width: 1320px; } }
    @media only screen and (min-width: 1020px) {
      header .inner {
        height: 110px;
        padding: 0 10px; } }
    @media only screen and (max-width: 1020px) {
      header .inner {
        height: 50px;
        padding: 0 5px; } }
  header .row {
    width: 100%;
    height: 100%; }
  header .row1 {
    display: table; }
    header .row1 .col {
      display: table-cell;
      vertical-align: middle; }
    @media only screen and (max-width: 1020px) {
      header .row1 .col1 {
        width: 6%; } }
    header .row1 .col3 {
      vertical-align: bottom; }
      @media only screen and (max-width: 1020px) {
        header .row1 .col3 .serviceMenu {
          display: none; } }
    header .row1 .col4 {
      height: 50px;
      display: block;
      text-align: left;
      border-style: solid;
      border-width: 0 0 0 1px;
      border-color: #e96129; }
      header .row1 .col4 .moreInfo {
        float: left; }
        header .row1 .col4 .moreInfo .phone {
          font-family: gotham medium; }
          header .row1 .col4 .moreInfo .phone a {
            text-decoration: none; }
      @media only screen and (min-width: 1320px) {
        header .row1 .col4 {
          width: 290px; }
          header .row1 .col4 .moreInfo {
            padding: 6px 0 0 27px;
            width: 170px; }
            header .row1 .col4 .moreInfo .phone {
              font-size: 1.385em;
              display: inline-block;
              width: auto; } }
      @media only screen and (max-width: 1320px) {
        header .row1 .col4 {
          width: 220px; }
          header .row1 .col4 .moreInfo {
            padding: 6px 0 0 21px; }
            header .row1 .col4 .moreInfo .phone {
              font-size: 1em; } }
      @media only screen and (max-width: 1020px) {
        header .row1 .col4 {
          display: none; } }

@media only screen and (min-width: 1020px) {
  .homeTemplate #Content {
    padding: 110px 0 0 0; } }
@media only screen and (max-width: 1020px) {
  .homeTemplate #Content {
    padding: 45px 0 0 0;
    overflow: hidden; } }
.homeTemplate #Content > .inner > .row2 {
  text-align: center; }
  .homeTemplate #Content > .inner > .row2 h1 b {
    font-size: inherit; }
  @media only screen and (max-width: 1020px) {
    .homeTemplate #Content > .inner > .row2 {
      height: auto;
      display: block; }
      .homeTemplate #Content > .inner > .row2 .inner {
        background-color: #fff; } }
  .homeTemplate #Content > .inner > .row2 .inner {
    display: table;
    margin: 0 auto;
    width: auto; }
    .homeTemplate #Content > .inner > .row2 .inner .col1 {
      width: auto; }
.homeTemplate #Content > .inner > .row3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1310px) {
    .homeTemplate #Content > .inner > .row3 .inner {
      width: 1320px;
      max-width: 1320px;
      padding: 0 110px; } }
  .homeTemplate #Content > .inner > .row3 .inner > .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1020px) {
      .homeTemplate #Content > .inner > .row3 .inner > .col {
        min-height: 420px; } }
  @media only screen and (min-width: 1020px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col1 {
      width: 50%; } }
  @media only screen and (max-width: 1020px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col1 {
      width: 50%;
      padding: 0 10px; } }
  @media only screen and (max-width: 800px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col1 {
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 1020px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col2 {
      width: 30%;
      padding: 0; } }
  @media only screen and (max-width: 1020px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col2 {
      width: 30%;
      padding: 0; } }
  @media only screen and (max-width: 800px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col2 {
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 1020px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col3 {
      width: 20%; } }
  @media only screen and (max-width: 1020px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col3 {
      width: 20%; } }
  @media only screen and (max-width: 800px) {
    .homeTemplate #Content > .inner > .row3 .inner > .col3 {
      width: 100%; } }
.homeTemplate #Content > .inner > .row4 .col {
  width: 20%; }

.productTemplate #Content .relatedProducts {
  display: none; }
.productTemplate #Content > .inner:before, .productTemplate #Content > .inner:after {
  content: " ";
  display: table; }
.productTemplate #Content > .inner:after {
  clear: both; }
.lt-ie8 .productTemplate #Content > .inner {
  *zoom: 1; }
.productTemplate #Content > .inner > .row1 .inner {
  height: 150px;
  position: relative;
  z-index: 10; }
  .productTemplate #Content > .inner > .row1 .inner .col1 {
    z-index: 1000;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 1020px) {
      .productTemplate #Content > .inner > .row1 .inner .col1 {
        left: 5%; } }
    .productTemplate #Content > .inner > .row1 .inner .col1 h1 {
      float: left;
      font-size: 2.4em !important;
      font-family: Helvetica Bold; }
    .productTemplate #Content > .inner > .row1 .inner .col1.breadCrumbAndTitle {
      margin-top: 50px; }
  .productTemplate #Content > .inner > .row1 .inner .col2 {
    position: absolute;
    right: 114px;
    top: -1px; }
    .productTemplate #Content > .inner > .row1 .inner .col2 p {
      margin: 0;
      padding: 0; }
@media only screen and (min-width: 1020px) {
  .productTemplate #Content > .inner > .row2 .inner {
    display: table; } }
.productTemplate #Content > .inner > .row2 .inner > .col {
  float: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1020px) {
    .productTemplate #Content > .inner > .row2 .inner > .col {
      display: table-cell; } }
@media only screen and (min-width: 1020px) {
  .productTemplate #Content > .inner > .row2 .inner > .col1 {
    padding-left: 20px; } }
@media only screen and (max-width: 1020px) {
  .productTemplate #Content > .inner > .row2 .inner > .col1 {
    width: 100%;
    margin: 0; } }
@media only screen and (min-width: 1020px) {
  .productTemplate #Content > .inner > .row2 .inner > .col1 {
    width: 260px; } }
.productTemplate #Content > .inner > .row2 .inner > .col2 {
  padding: 50px 20px; }
  @media only screen and (max-width: 1020px) {
    .productTemplate #Content > .inner > .row2 .inner > .col2 {
      padding: 0; } }
@media only screen and (min-width: 1020px) {
  .productTemplate #Content > .inner > .row3 .inner {
    display: table; } }
.productTemplate #Content > .inner > .row3 .inner > .col {
  float: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1020px) {
    .productTemplate #Content > .inner > .row3 .inner > .col {
      display: table-cell; } }
@media only screen and (max-width: 1020px) {
  .productTemplate #Content > .inner > .row3 .inner > .col1 img {
    display: none; } }
@media only screen and (min-width: 1020px) {
  .productTemplate #Content > .inner > .row3 .inner > .col1 {
    width: 210px;
    padding-right: 20px; } }
@media only screen and (max-width: 1020px) {
  .productTemplate #Content > .inner > .row3 .inner > .col2 {
    padding: 0; } }

@media only screen and (min-width: 1020px) {
  .contentTemplate #Content {
    padding: 110px 0 0 0; } }
@media only screen and (max-width: 1020px) {
  .contentTemplate #Content {
    padding: 50px 0 0 0; } }
.contentTemplate #Content > .inner:before, .contentTemplate #Content > .inner:after {
  content: " ";
  display: table; }
.contentTemplate #Content > .inner:after {
  clear: both; }
.lt-ie8 .contentTemplate #Content > .inner {
  *zoom: 1; }

html, body {
  height: 100%; }

@media only screen and (min-width: 1020px) {
  body {
    background: #f2f1f1; } }
@media only screen and (max-width: 1020px) {
  body {
    background: #fff; } }

#SiteContainer {
  position: relative; }

@media only screen and (min-width: 1020px) {
  #Content {
    padding: 110px 0 0px 0; } }
@media only screen and (max-width: 1020px) {
  #Content {
    padding: 50px 0 0 0; } }
#Content > .inner:before, #Content > .inner:after {
  content: " ";
  display: table; }
#Content > .inner:after {
  clear: both; }
.lt-ie8 #Content > .inner {
  *zoom: 1; }
@media only screen and (min-width: 1020px) {
  #Content > .inner {
    min-height: 1px; } }
#Content > .inner > .gridRow > .inner {
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  #Content > .inner > .gridRow > .inner:before, #Content > .inner > .gridRow > .inner:after {
    content: " ";
    display: table; }
  #Content > .inner > .gridRow > .inner:after {
    clear: both; }
  .lt-ie8 #Content > .inner > .gridRow > .inner {
    *zoom: 1; }
  @media only screen and (min-width: 1020px) {
    #Content > .inner > .gridRow > .inner {
      padding: 0 10px; } }
  @media only screen and (min-width: 1320px) {
    #Content > .inner > .gridRow > .inner {
      width: 1320px; } }
  @media only screen and (max-width: 1320px) {
    #Content > .inner > .gridRow > .inner {
      width: 100%; } }
  @media only screen and (max-width: 1020px) {
    #Content > .inner > .gridRow > .inner {
      padding: 0; } }
@media only screen and (min-width: 1020px) {
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c1 {
    width: 100px; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c2 {
    width: 200px; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c3 {
    width: 220px; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c4 {
    width: 400px; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c5 {
    width: 31.25%; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c6 {
    width: 37.5%; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c7 {
    width: 43.75%; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c8 {
    width: 50%; }
  #Content > .inner > .gridRow.fixed > .inner > .gridCell.c9, #Content > .inner > .gridRow.fixed > .inner > .gridCell.c10, #Content > .inner > .gridRow.fixed > .inner > .gridCell.c11, #Content > .inner > .gridRow.fixed > .inner > .gridCell.c12, #Content > .inner > .gridRow.fixed > .inner > .gridCell.c13, #Content > .inner > .gridRow.fixed > .inner > .gridCell.c14, #Content > .inner > .gridRow.fixed > .inner > .gridCell.c15, #Content > .inner > .gridRow.fixed > .inner > .gridCell.c16 {
    width: 100%; } }
#Content > .inner > .gridRow.th1 {
  background: #fff; }
#Content > .inner > .gridRow.th2 {
  background: #f2f1f1; }
  #Content > .inner > .gridRow.th2 .inner.pointer {
    background-image: url(/Content/images/header-white-point.png);
    background-repeat: no-repeat;
    background-size: 120px 90px;
    background-position: 100% 100%;
    height: 100px; }

.p1 {
  padding-top: 20px; }

.p2 {
  padding: 20px 0; }

.p3 {
  padding-bottom: 20px; }

/*body tekst paddings*/
.p5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

@media only screen and (max-width: 1020px) {
  .hideOnMobile {
    display: none !important; } }

@media only screen and (min-width: 1020px) {
  .hideOnDesktop {
    display: none !important; } }

.hidden {
  display: none; }

@media only screen and (max-width: 1020px) {
  .mp1, .mp2, .mp3, .mp4 {
    box-sizing: border-box; }
  .mp1 {
    padding-top: 20px; }
  .mp2 {
    padding-top: 30px; }
  .mp3 {
    padding: 30px 0; }
  .mp4 {
    padding: 20px; }
  .mm1 {
    margin: 0px 30px 15px; }
  .mm2 {
    margin: 0px 20px; }
  .mm3 {
    margin: 0px 30px; } }

@media only screen and (min-width: 1020px) {
  .dp1 {
    padding-top: 20px; }
  .dp2 {
    padding: 20px 0; }
  .dp4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .dp5 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .dp6 {
    padding-bottom: 30px; }
  .dm1 {
    margin-bottom: 20px; } }

.gridRow {
  /*&.swirl{
        .inner{
            &:after{
                width:90px;
                height:70px;
                right:-45px;
                bottom:0;
                position:absolute;
                background:url('../images/swirl.png') no-repeat;
            }
        }
    }

    &.swirlMedium{
        .inner{
            &:after{
                width:90px;
                height:120px;
                right:-45px;
                bottom:0;
                position:absolute;
                background:url('../images/swirlMedium.png') no-repeat;
            }
        }
    }

    &.swirlLarge{
        .inner{
            &:after{
                width:90px;
                height:160px;
                right:-45px;
                bottom:0;
                position:absolute;
                @include larger-than($tabletLandscape) {
                    background:url('../images/swirlLarge.png') no-repeat;
                }
            }
        }
    }*/ }
  .gridRow:before, .gridRow:after {
    content: " ";
    display: table; }
  .gridRow:after {
    clear: both; }
  .lt-ie8 .gridRow {
    *zoom: 1; }
  @media only screen and (min-width: 1020px) {
    .gridRow {
      display: table;
      width: 100%; }
      .gridRow.fixed > .inner {
        display: table;
        table-layout: fixed;
        width: 100%; }
        .gridRow.fixed > .inner.dHeight1 {
          height: 100px; }
        .gridRow.fixed > .inner.dHeight2 {
          height: 150px; }
        .gridRow.fixed > .inner > .gridCell {
          display: table-cell;
          vertical-align: top;
          float: none;
          padding-left: 20px; }
          .gridRow.fixed > .inner > .gridCell:first-child {
            padding-left: 0; } }
  .gridRow .valignMiddle {
    vertical-align: middle; }

.gridCell {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px; }
  @media only screen and (min-width: 1020px) {
    .gridCell {
      padding-left: 20px;
      /*tussenmaten 20% 25%*/ }
      .gridCell.noPadding {
        padding-left: 0px; }
      .gridCell:first-child {
        padding-left: 0; }
      .gridCell.c1 {
        width: 6.25%; }
      .gridCell.c2 {
        width: 12.5%; }
      .gridCell.c3 {
        width: 18.75%; }
      .gridCell.c4 {
        width: 25%; }
      .gridCell.c5 {
        width: 31.25%; }
      .gridCell.c6 {
        width: 37.5%; }
      .gridCell.c7, .gridCell7 {
        width: 43.75%; }
      .gridCell.c8 {
        width: 50%; }
      .gridCell.c9 {
        width: 56.25%; }
      .gridCell.c10 {
        width: 62.5%; }
      .gridCell.c11 {
        width: 68.75%; }
      .gridCell.c12 {
        width: 75%; }
      .gridCell.c13 {
        width: 81.25%; }
      .gridCell.c14 {
        width: 87.5%; }
      .gridCell.c15 {
        width: 93.75%; }
      .gridCell.c16 {
        width: 100%; }
      .gridCell.c20 {
        width: 20%; }
      .gridCell.c25 {
        width: 25%; } }
  @media only screen and (max-width: 1020px) {
    .gridCell.c1, .gridCell.c2, .gridCell.c3, .gridCell.c4, .gridCell.c5, .gridCell.c6, .gridCell.c7, .gridCell.c8, .gridCell.c9, .gridCell.c10, .gridCell.c11, .gridCell.c12, .gridCell.c13, .gridCell.c14, .gridCell.c15, .gridCell.c16, .gridCell.c20, .gridCell.c25 {
      width: 100%; } }

.new {
  width: 60px;
  height: 60px;
  background: #dcddd9;
  border-radius: 30px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-family: Helvetica Bold;
  font-size: 0.857em;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 25px;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg); }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/* =============================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

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

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

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

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

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-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'campton bold';
  src: url('../fonts/campton_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/campton_bold.woff') format('woff'), url('../fonts/campton_bold.ttf') format('truetype'), url('../fonts/campton_bold.svg#campton_bold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'campton light';
  src: url('../fonts/campton_light.eot?#iefix') format('embedded-opentype'), url('../fonts/campton_light.woff') format('woff'), url('../fonts/campton_light.ttf') format('truetype'), url('../fonts/campton_light.svg#campton_light') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura bold';
  src: url('../fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaStd-Bold.woff') format('woff'), url('../fonts/FuturaStd-Bold.ttf') format('truetype'), url('../fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura heavy';
  src: url('../fonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaStd-Heavy.woff') format('woff'), url('../fonts/FuturaStd-Heavy.ttf') format('truetype'), url('../fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura medium';
  src: url('../fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaStd-Medium.woff') format('woff'), url('../fonts/FuturaStd-Medium.ttf') format('truetype'), url('../fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham light';
  src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-light-webfont.woff') format('woff'), url('../fonts/gotham-light-webfont.ttf') format('truetype'), url('../fonts/gotham-light-webfont.svg#gotham-light-webfont') format('svg');
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 87.5%;
  color: #000;
  font-family: Helvetica Roman; }

.uppercase {
  text-transform: uppercase !important; }

h1, .h1 {
  color: #f2f1f1 !important;
  font-family: Myriad;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 20px 0;
  line-height: 1em; }
  @media only screen and (min-width: 1320px) {
    h1, .h1 {
      font-size: 2.143em; } }
  @media only screen and (min-width: 1020px) {
    h1, .h1 {
      font-size: 2.143em; } }
  h1 b, .h1 b {
    font-family: Myriad;
    font-weight: normal;
    font-style: normal; }

h2, .h2 {
  color: #f2f1f1;
  font-family: Myriad;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 25px 0;
  line-height: 1em; }
  @media only screen and (min-width: 1320px) {
    h2, .h2 {
      font-size: 1.286em; } }
  @media only screen and (min-width: 1020px) {
    h2, .h2 {
      font-size: 1.286em; } }
  h2 b, .h2 b {
    font-family: Myriad;
    font-weight: normal;
    font-style: normal; }

h3, .h3 {
  color: #f2f1f1;
  font-size: 1em;
  font-family: Myriad;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: 1em; }
  h3 b, .h3 b {
    font-family: Myriad;
    font-weight: normal;
    font-style: normal; }

h4, .h4 {
  color: #f2f1f1;
  font-size: 1em;
  font-family: Myriad;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 20px 0;
  line-height: 1em; }
  h4 b, .h4 b {
    font-family: Myriad;
    font-weight: normal;
    font-style: normal; }

h5, .h5 {
  color: #f2f1f1;
  font-size: 0.838em;
  font-family: Myriad;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 20px 0;
  line-height: 1em; }
  h5 b, .h5 b {
    font-family: Myriad;
    font-weight: normal;
    font-style: normal; }

.price {
  font-weight: normal;
  font-family: Helvetica Roman;
  color: #FF0000; }

p {
  line-height: normal;
  font-family: Helvetica Roman; }

ul {
  padding-left: 20px; }

.watermark {
  color: #999;
  font-weight: normal !important; }

::-webkit-input-placeholder {
  color: #999;
  font-weight: normal !important; }

:-moz-placeholder {
  color: #999;
  font-weight: normal !important; }

:-ms-input-placeholder {
  color: #999;
  font-weight: normal !important; }

.readonly .watermark {
  color: transparent; }
.readonly ::-webkit-input-placeholder {
  color: transparent; }
.readonly :-moz-placeholder {
  color: transparent; }
.readonly :-ms-input-placeholder {
  color: transparent; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.alignCenter {
  text-align: center; }

.addresses {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 0px 20px;
  border-style: solid;
  border-color: #dcdfe2;
  border-width: 1px; }
  .addresses:before, .addresses:after {
    content: " ";
    display: table; }
  .addresses:after {
    clear: both; }
  .lt-ie8 .addresses {
    *zoom: 1; }
  @media only screen and (max-width: 1020px) {
    .addresses {
      margin-bottom: 20px; } }
  .addresses.selectAddress .cell {
    margin: 0 0 0 25px; }
  .addresses.selectAddress .actions {
    clear: both; }
    .addresses.selectAddress .actions:before, .addresses.selectAddress .actions:after {
      content: " ";
      display: table; }
    .addresses.selectAddress .actions:after {
      clear: both; }
    .lt-ie8 .addresses.selectAddress .actions {
      *zoom: 1; }
  .addresses.selectAddress .action {
    clear: none;
    float: left; }
    .addresses.selectAddress .action.remove {
      clear: left; }
  .addresses label {
    display: block;
    height: 100%; }
    .addresses label:before, .addresses label:after {
      content: " ";
      display: table; }
    .addresses label:after {
      clear: both; }
    .lt-ie8 .addresses label {
      *zoom: 1; }
  .addresses .cmsRow {
    position: relative;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #dcdfe2;
    padding: 20px;
    margin: 0px -20px;
    background: #f7f7f7; }
    .addresses .cmsRow:before, .addresses .cmsRow:after {
      content: " ";
      display: table; }
    .addresses .cmsRow:after {
      clear: both; }
    .lt-ie8 .addresses .cmsRow {
      *zoom: 1; }
    .addresses .cmsRow.cmsRow0 {
      border-top: 0; }
    .addresses .cmsRow:first-child {
      border-top: 0; }
    .addresses .cmsRow input[type=radio] {
      position: absolute;
      top: 25px;
      left: 20px; }
  .addresses .description {
    display: none; }
  .addresses .formAddressLine1, .addresses .formAddressLine2, .addresses .formPostalCode {
    float: left;
    clear: left;
    min-height: 1px; }
  .addresses .formAddressLine2, .addresses .formPostalCode {
    margin-right: 5px !important; }
  .addresses .formCity {
    float: left;
    margin-left: 0px !important; }
  .addresses .formCountry {
    float: left;
    clear: both; }
  .addresses .formBillingEmailAddress {
    clear: both; }
  .addresses .action {
    clear: both; }

.formNewAddress {
  display: none; }
  .formNewAddress h2 {
    margin-top: 10px; }
  .formNewAddress.expand {
    display: block; }

.editAddress, .formNewAddress {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 10px;
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  .editAddress:before, .editAddress:after, .formNewAddress:before, .formNewAddress:after {
    content: " ";
    display: table; }
  .editAddress:after, .formNewAddress:after {
    clear: both; }
  .lt-ie8 .editAddress, .lt-ie8 .formNewAddress {
    *zoom: 1; }
  .editAddress:before, .formNewAddress:before {
    border-top: 1px solid #dcdfe2;
    left: 0;
    right: 0;
    content: " ";
    position: absolute;
    widtH: 100%; }
  .editAddress .description, .formNewAddress .description {
    display: none; }
  .editAddress .value, .formNewAddress .value {
    margin-left: 0 !important; }
    .editAddress .value:before, .editAddress .value:after, .formNewAddress .value:before, .formNewAddress .value:after {
      content: " ";
      display: table; }
    .editAddress .value:after, .formNewAddress .value:after {
      clear: both; }
    .lt-ie8 .editAddress .value, .lt-ie8 .formNewAddress .value {
      *zoom: 1; }
  .editAddress .cmsRow:before, .editAddress .cmsRow:after, .formNewAddress .cmsRow:before, .formNewAddress .cmsRow:after {
    content: " ";
    display: table; }
  .editAddress .cmsRow:after, .formNewAddress .cmsRow:after {
    clear: both; }
  .lt-ie8 .editAddress .cmsRow, .lt-ie8 .formNewAddress .cmsRow {
    *zoom: 1; }
  .editAddress .cmsRowGroup0 .cmsRow1, .editAddress .cmsRowGroup1 .cmsRow1, .formNewAddress .cmsRowGroup0 .cmsRow1, .formNewAddress .cmsRowGroup1 .cmsRow1 {
    margin-top: 10px;
    margin-left: 0;
    padding: 5px 0 0 0; }
    @media only screen and (min-width: 1020px) {
      .editAddress .cmsRowGroup0 .cmsRow1 .cell, .editAddress .cmsRowGroup1 .cmsRow1 .cell, .formNewAddress .cmsRowGroup0 .cmsRow1 .cell, .formNewAddress .cmsRowGroup1 .cmsRow1 .cell {
        width: 50%;
        float: left !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      .editAddress .cmsRowGroup0 .cmsRow1 .cell1, .editAddress .cmsRowGroup1 .cmsRow1 .cell1, .formNewAddress .cmsRowGroup0 .cmsRow1 .cell1, .formNewAddress .cmsRowGroup1 .cmsRow1 .cell1 {
        padding-right: 10px; }
      .editAddress .cmsRowGroup0 .cmsRow1 .cell2, .editAddress .cmsRowGroup1 .cmsRow1 .cell2, .formNewAddress .cmsRowGroup0 .cmsRow1 .cell2, .formNewAddress .cmsRowGroup1 .cmsRow1 .cell2 {
        padding-left: 10px; } }
    @media only screen and (max-width: 1020px) {
      .editAddress .cmsRowGroup0 .cmsRow1 .button.floatLeft, .editAddress .cmsRowGroup1 .cmsRow1 .button.floatLeft, .formNewAddress .cmsRowGroup0 .cmsRow1 .button.floatLeft, .formNewAddress .cmsRowGroup1 .cmsRow1 .button.floatLeft {
        float: none; }
      .editAddress .cmsRowGroup0 .cmsRow1 .cell2, .editAddress .cmsRowGroup1 .cmsRow1 .cell2, .formNewAddress .cmsRowGroup0 .cmsRow1 .cell2, .formNewAddress .cmsRowGroup1 .cmsRow1 .cell2 {
        margin-top: 10px; } }
  .editAddress .cmsRowGroup2, .formNewAddress .cmsRowGroup2 {
    padding: 20px;
    background: #f7f7f7;
    margin: 10px 0; }
    .editAddress .cmsRowGroup2 .cmsRow, .formNewAddress .cmsRowGroup2 .cmsRow {
      width: 480px; }
      @media only screen and (max-width: 1020px) {
        .editAddress .cmsRowGroup2 .cmsRow, .formNewAddress .cmsRowGroup2 .cmsRow {
          width: 100%; } }
    .editAddress .cmsRowGroup2 .cmsRow0, .formNewAddress .cmsRowGroup2 .cmsRow0 {
      margin-left: 0; }
  .editAddress .formNewAddressSelect .value input, .formNewAddress .formNewAddressSelect .value input {
    margin-right: 5px; }
  .editAddress .formCountry .description, .formNewAddress .formCountry .description {
    float: left;
    display: block;
    margin-top: 10px;
    margin-right: 5px;
    width: 80px; }
  .editAddress .formCountry .value, .formNewAddress .formCountry .value {
    margin-left: 85px !important; }
  .editAddress .formPrefix, .formNewAddress .formPrefix {
    float: left;
    margin-right: 5px;
    width: 70px; }
  .editAddress .formPostalCode, .formNewAddress .formPostalCode {
    float: left;
    width: 80px;
    margin-right: 5px; }
  .editAddress .formHouseNumber, .formNewAddress .formHouseNumber {
    float: left;
    width: 60px;
    margin-right: 5px; }
  .editAddress .formAddressLine1, .formNewAddress .formAddressLine1 {
    float: left;
    margin-right: 5px;
    width: 275px; }
  .editAddress .formCity, .formNewAddress .formCity {
    position: absolute !important;
    right: 0 !important;
    left: 280px !important;
    top: 0 !important; }
  .editAddress .internationalMode .formCity, .formNewAddress .internationalMode .formCity {
    float: left;
    position: relative;
    right: auto;
    left: auto;
    width: 140px;
    margin-right: 5px; }
  .editAddress .internationalMode .formState, .formNewAddress .internationalMode .formState {
    position: absolute;
    left: 145px;
    right: 85px;
    top: 0; }
  .editAddress .internationalMode .formPostalCode, .formNewAddress .internationalMode .formPostalCode {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    margin: 0; }
  .editAddress .formUseAsInvoiceAddress, .editAddress .formUseAsDeliveryAddress, .editAddress .formUseAsDeliveryAndInvoiceAddress, .formNewAddress .formUseAsInvoiceAddress, .formNewAddress .formUseAsDeliveryAddress, .formNewAddress .formUseAsDeliveryAndInvoiceAddress {
    margin: 0px !important; }

.checkout .checkoutStepActions {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 10px; }
  .checkout .checkoutStepActions:before, .checkout .checkoutStepActions:after {
    content: " ";
    display: table; }
  .checkout .checkoutStepActions:after {
    clear: both; }
  .lt-ie8 .checkout .checkoutStepActions {
    *zoom: 1; }
  .checkout .checkoutStepActions .cmsRow {
    display: table;
    width: 100%; }
  .checkout .checkoutStepActions .cell {
    display: table-cell; }
  .checkout .checkoutStepActions .update, .checkout .checkoutStepActions .submit {
    float: right; }
  .checkout .checkoutStepActions .cancel {
    float: left; }

#CheckoutSteps {
  color: #dcdfe2;
  font-size: 1em;
  overflow: hidden;
  font-family: inherit;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #dcdfe2;
  border-style: solid;
  margin: 0px 0 10px 0; }
  #CheckoutSteps:before, #CheckoutSteps:after {
    content: " ";
    display: table; }
  #CheckoutSteps:after {
    clear: both; }
  .lt-ie8 #CheckoutSteps {
    *zoom: 1; }
  @media only screen and (max-width: 1020px) {
    #CheckoutSteps {
      width: auto;
      margin: 0; } }
  #CheckoutSteps ul, #CheckoutSteps ol {
    padding: 0;
    margin: 0;
    counter-reset: li;
    /* Initiate a counter */
    display: table !important;
    width: 100%; }
  #CheckoutSteps a {
    text-decoration: none; }
  #CheckoutSteps li {
    position: relative;
    text-align: left;
    text-transform: uppercase;
    display: table-cell !important;
    line-height: normal;
    list-style: none; }
    #CheckoutSteps li:before {
      position: absolute;
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      top: 50%;
      bottom: 0;
      margin: 0 0 0 10px;
      height: 20px;
      width: 20px;
      margin-top: -10px;
      text-align: center; }
    #CheckoutSteps li a, #CheckoutSteps li span {
      padding: 20px 15px 20px 40px;
      display: block; }
      @media only screen and (max-width: 1020px) {
        #CheckoutSteps li a, #CheckoutSteps li span {
          text-indent: -99999px; } }
    #CheckoutSteps li:first-child a, #CheckoutSteps li:first-child span {
      border-left: 0; }
  #CheckoutSteps .complete {
    background: #dcddd9;
    color: #FFF; }
    #CheckoutSteps .complete:before {
      color: #FFF; }
    #CheckoutSteps .complete a, #CheckoutSteps .complete span {
      color: #FFF;
      border-left: 1px solid #dcdfe2; }
  #CheckoutSteps .completeNext {
    background: white;
    color: #FFF; }
    #CheckoutSteps .completeNext:before {
      color: #FFF; }
    #CheckoutSteps .completeNext a, #CheckoutSteps .completeNext span {
      color: #FFF;
      border-left: 1px solid #dcdfe2; }
  #CheckoutSteps .active {
    background: #dcddd9;
    color: #FFF !important; }
    #CheckoutSteps .active:before {
      color: #FFF; }
    #CheckoutSteps .active span {
      color: #FFF !important;
      border-left: 1px solid #dcdfe2; }
      @media only screen and (max-width: 1020px) {
        #CheckoutSteps .active span {
          text-indent: 0; } }
  #CheckoutSteps .disabled {
    background: #f7f7f7; }
    #CheckoutSteps .disabled:before {
      color: #dcdfe2; }
    #CheckoutSteps .disabled span {
      color: #dcdfe2;
      border-left: 1px solid #dcdfe2; }

.deliveryMethods {
  margin-bottom: -10px; }

.deliveryMethod {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #dcdfe2;
  background: #f7f7f7;
  margin-bottom: 10px; }
  .deliveryMethod.expand .toggleContainer {
    display: block; }
  .deliveryMethod.expand .toggler {
    padding-bottom: 10px; }
  .deliveryMethod .toggleContainer {
    display: none; }
  .deliveryMethod .toggler {
    margin: 0; }
  .deliveryMethod .fa {
    margin-right: 5px; }

.gridview1.gridviewLargeBasketOverview .attributes {
  clear: both;
  font-size: 0.8em;
  display: block; }
.gridview1.gridviewLargeBasketOverview .cmsRow.edit {
  display: none; }
.gridview1.gridviewLargeBasketOverview .cmsRow.show {
  display: block; }
@media only screen and (max-width: 800px) {
  .gridview1.gridviewLargeBasketOverview .cmsRow {
    position: relative; }
  .gridview1.gridviewLargeBasketOverview .formArticleImage {
    width: 100px !important;
    position: absolute; }
    .gridview1.gridviewLargeBasketOverview .formArticleImage .description {
      display: none !important; }
  .gridview1.gridviewLargeBasketOverview .formArticleName {
    margin-left: 100px;
    width: auto !important; }
    .gridview1.gridviewLargeBasketOverview .formArticleName .description {
      display: none !important; }
    .gridview1.gridviewLargeBasketOverview .formArticleName .value {
      padding: 5px 26px 5px 10px !important; }
  .gridview1.gridviewLargeBasketOverview .formArticleStock .description, .gridview1.gridviewLargeBasketOverview .formArticlePersonalNote .description, .gridview1.gridviewLargeBasketOverview .formArticleQuantity .description, .gridview1.gridviewLargeBasketOverview .formTotalPrice .description, .gridview1.gridviewLargeBasketOverview .formArticlePrice .description {
    padding-left: 110px !important;
    width: 100px !important; }
  .gridview1.gridviewLargeBasketOverview .formArticleStock .value, .gridview1.gridviewLargeBasketOverview .formArticlePersonalNote .value, .gridview1.gridviewLargeBasketOverview .formArticleQuantity .value, .gridview1.gridviewLargeBasketOverview .formTotalPrice .value, .gridview1.gridviewLargeBasketOverview .formArticlePrice .value {
    text-align: right; }
  .gridview1.gridviewLargeBasketOverview .formArticleQuantity .description {
    text-align: left;
    vertical-align: middle; }
  .gridview1.gridviewLargeBasketOverview .formArticleQuantity .editQuantity {
    float: right; }
  .gridview1.gridviewLargeBasketOverview .formArticleQuantity form {
    float: right; }
  .gridview1.gridviewLargeBasketOverview .formTotalPrice .description, .gridview1.gridviewLargeBasketOverview .formArticlePrice .description {
    text-align: left; }
  .gridview1.gridviewLargeBasketOverview .formRemove {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block !important;
    width: auto !important; }
    .gridview1.gridviewLargeBasketOverview .formRemove .value {
      display: inline-block !important; }
    .gridview1.gridviewLargeBasketOverview .formRemove .description {
      display: none !important; } }

.gridview1.gridviewLargeBasketTotals {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #dcdfe2; }
  .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell {
    width: 100%; }
    .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell > .description {
      text-align: right; }
    .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell > .value {
      vertical-align: top;
      width: 160px;
      text-align: right;
      padding: 5px 10px 5px 10px; }
      @media only screen and (max-width: 1020px) {
        .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell > .value {
          padding: 5px 10px 5px 10px; } }

.formLargeBasketQuantity {
  margin: 0 auto; }
  .formLargeBasketQuantity .cell {
    float: left;
    display: table-cell;
    vertical-align: top;
    margin: 0 !important; }
  .formLargeBasketQuantity .formArticleQuantity {
    width: auto !important; }
    .formLargeBasketQuantity .formArticleQuantity .value {
      width: 50px !important; }

.formEditProduct {
  padding: 10px 0; }
  .formEditProduct .description {
    width: 90px !important; }
  .formEditProduct .value {
    margin-left: 100px !important; }
  .formEditProduct .action .value {
    margin-left: 0 !important; }
  @media only screen and (min-width: 480px) {
    .formEditProduct {
      border-style: solid;
      border-color: #dcdfe2;
      border-width: 1px 0 0 0; }
      .formEditProduct > .cmsRow {
        width: 400px; } }
  .formEditProduct .action {
    display: table-cell; }
    .formEditProduct .action .submit {
      float: right; }

.checkoutPaymentMethods .invoiceAddress .change {
  display: none; }

.paymentMethods {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1020px) {
    .paymentMethods {
      margin-top: 20px; } }
  .paymentMethods > .cmsRow0 {
    padding: 20px;
    background: #f7f7f7;
    border-color: #dcdfe2;
    border-width: 1px;
    border-style: solid; }
  .paymentMethods .cancel {
    float: left; }
  .paymentMethods .submit {
    float: right; }
  .paymentMethods .formPaymentMethods > .cmsRow > .cell {
    margin-top: 0 !important; }

.cmsPaymentMethod {
  margin-left: 20px; }
  .cmsPaymentMethod .description {
    paddding: 0;
    text-align: left; }
  .cmsPaymentMethod .value {
    clear: both;
    margin: 0; }

.reference, .note {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border-color: #dcdfe2;
  border-width: 1px;
  border-style: solid; }
  .reference:before, .reference:after, .note:before, .note:after {
    content: " ";
    display: table; }
  .reference:after, .note:after {
    clear: both; }
  .lt-ie8 .reference, .lt-ie8 .note {
    *zoom: 1; }
  .reference .cmsRow .cell, .note .cmsRow .cell {
    margin: 0; }

.generalConditions .cmsRow {
  padding: 0; }
.generalConditions .description {
  display: none; }

.loginRegisterPage .loginLogout1, .loginRegisterPage .register, .loginRegisterPage .createAccount {
  display: none; }

.createAccount {
  padding-top: 20px; }

.languageSelector li span:before, .languageSelector li a:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../images/flags.png) no-repeat;
  margin: 0 10px 0 0; }

.languageSelector .ad a:before {
  background-position: -16px 0; }

.languageSelector .ae a:before {
  background-position: -32px 0; }

.languageSelector .af a:before {
  background-position: -48px 0; }

.languageSelector .ag a:before {
  background-position: -64px 0; }

.languageSelector .ai a:before {
  background-position: -80px 0; }

.languageSelector .al a:before {
  background-position: -96px 0; }

.languageSelector .am a:before {
  background-position: -112px 0; }

.languageSelector .an a:before {
  background-position: -128px 0; }

.languageSelector .ao a:before {
  background-position: -144px 0; }

.languageSelector .ar a:before {
  background-position: -160px 0; }

.languageSelector .as a:before {
  background-position: -176px 0; }

.languageSelector .at a:before {
  background-position: -192px 0; }

.languageSelector .au a:before {
  background-position: -208px 0; }

.languageSelector .aw a:before {
  background-position: -224px 0; }

.languageSelector .az a:before {
  background-position: -240px 0; }

.languageSelector .ba a:before {
  background-position: 0 -11px; }

.languageSelector .bb a:before {
  background-position: -16px -11px; }

.languageSelector .bd a:before {
  background-position: -32px -11px; }

.languageSelector .be a:before {
  background-position: -48px -11px; }

.languageSelector .nl-BE a:before {
  background-position: -48px -11px; }

.languageSelector .fr-BE a:before {
  background-position: -48px -11px; }

.languageSelector .bf a:before {
  background-position: -64px -11px; }

.languageSelector .bg a:before {
  background-position: -80px -11px; }

.languageSelector .bh a:before {
  background-position: -96px -11px; }

.languageSelector .bi a:before {
  background-position: -112px -11px; }

.languageSelector .bj a:before {
  background-position: -128px -11px; }

.languageSelector .bm a:before {
  background-position: -144px -11px; }

.languageSelector .bn a:before {
  background-position: -160px -11px; }

.languageSelector .bo a:before {
  background-position: -176px -11px; }

.languageSelector .br a:before {
  background-position: -192px -11px; }

.languageSelector .bs a:before {
  background-position: -208px -11px; }

.languageSelector .bt a:before {
  background-position: -224px -11px; }

.languageSelector .bv a:before {
  background-position: -240px -11px; }

.languageSelector .bw a:before {
  background-position: 0 -22px; }

.languageSelector .by a:before {
  background-position: -16px -22px; }

.languageSelector .bz a:before {
  background-position: -32px -22px; }

.languageSelector .ca a:before {
  background-position: -48px -22px; }

.languageSelector .catalonia a:before {
  background-position: -64px -22px; }

.languageSelector .cd a:before {
  background-position: -80px -22px; }

.languageSelector .cf a:before {
  background-position: -96px -22px; }

.languageSelector .cg a:before {
  background-position: -112px -22px; }

.languageSelector .ch a:before {
  background-position: -128px -22px; }

.languageSelector .ci a:before {
  background-position: -144px -22px; }

.languageSelector .ck a:before {
  background-position: -160px -22px; }

.languageSelector .cl a:before {
  background-position: -176px -22px; }

.languageSelector .cm a:before {
  background-position: -192px -22px; }

.languageSelector .cn a:before {
  background-position: -208px -22px; }

.languageSelector .zh a:before {
  background-position: -208px -22px; }

.languageSelector .co a:before {
  background-position: -224px -22px; }

.languageSelector .cr a:before {
  background-position: -240px -22px; }

.languageSelector .cu a:before {
  background-position: 0 -33px; }

.languageSelector .cv a:before {
  background-position: -16px -33px; }

.languageSelector .cw a:before {
  background-position: -32px -33px; }

.languageSelector .cy a:before {
  background-position: -48px -33px; }

.languageSelector .cz a:before {
  background-position: -64px -33px; }

.languageSelector .de a:before {
  background-position: -80px -33px; }

.languageSelector .de-DE a:before {
  background-position: -80px -33px; }

.languageSelector .dj a:before {
  background-position: -96px -33px; }

.languageSelector .dk a:before {
  background-position: -112px -33px; }

.languageSelector .dm a:before {
  background-position: -128px -33px; }

.languageSelector .do a:before {
  background-position: -144px -33px; }

.languageSelector .dz a:before {
  background-position: -160px -33px; }

.languageSelector .ec a:before {
  background-position: -176px -33px; }

.languageSelector .ee a:before {
  background-position: -192px -33px; }

.languageSelector .eg a:before {
  background-position: -208px -33px; }

.languageSelector .eh a:before {
  background-position: -224px -33px; }

.languageSelector .england a:before {
  background-position: -240px -33px; }

.languageSelector .er a:before {
  background-position: 0 -44px; }

.languageSelector .es a:before {
  background-position: -16px -44px; }

.languageSelector .et a:before {
  background-position: -32px -44px; }

.languageSelector .eu a:before {
  background-position: -48px -44px; }

.languageSelector .fi a:before {
  background-position: -64px -44px; }

.languageSelector .fj a:before {
  background-position: -80px -44px; }

.languageSelector .fk a:before {
  background-position: -96px -44px; }

.languageSelector .fm a:before {
  background-position: -112px -44px; }

.languageSelector .fo a:before {
  background-position: -128px -44px; }

.languageSelector .fr a:before {
  background-position: -48px -11px; }

.languageSelector .ga a:before {
  background-position: -160px -44px; }

.languageSelector .gb a:before {
  background-position: -176px -44px; }

.languageSelector .en-US a:before {
  background-position: -176px -44px; }

.languageSelector .en a:before {
  background-position: -176px -44px; }

.languageSelector .gd a:before {
  background-position: -192px -44px; }

.languageSelector .ge a:before {
  background-position: -208px -44px; }

.languageSelector .gf a:before {
  background-position: -224px -44px; }

.languageSelector .gg a:before {
  background-position: -240px -44px; }

.languageSelector .gh a:before {
  background-position: 0 -55px; }

.languageSelector .gi a:before {
  background-position: -16px -55px; }

.languageSelector .gl a:before {
  background-position: -32px -55px; }

.languageSelector .gm a:before {
  background-position: -48px -55px; }

.languageSelector .gn a:before {
  background-position: -64px -55px; }

.languageSelector .gp a:before {
  background-position: -80px -55px; }

.languageSelector .gq a:before {
  background-position: -96px -55px; }

.languageSelector .gr a:before {
  background-position: -112px -55px; }

.languageSelector .gs a:before {
  background-position: -128px -55px; }

.languageSelector .gt a:before {
  background-position: -144px -55px; }

.languageSelector .gu a:before {
  background-position: -160px -55px; }

.languageSelector .gw a:before {
  background-position: -176px -55px; }

.languageSelector .gy a:before {
  background-position: -192px -55px; }

.languageSelector .hk a:before {
  background-position: -208px -55px; }

.languageSelector .hm a:before {
  background-position: -224px -55px; }

.languageSelector .hn a:before {
  background-position: -240px -55px; }

.languageSelector .hr a:before {
  background-position: 0 -66px; }

.languageSelector .ht a:before {
  background-position: -16px -66px; }

.languageSelector .hu a:before {
  background-position: -32px -66px; }

.languageSelector .ic a:before {
  background-position: -48px -66px; }

.languageSelector .id a:before {
  background-position: -64px -66px; }

.languageSelector .ie a:before {
  background-position: -80px -66px; }

.languageSelector .il a:before {
  background-position: -96px -66px; }

.languageSelector .im a:before {
  background-position: -112px -66px; }

.languageSelector .in a:before {
  background-position: -128px -66px; }

.languageSelector .io a:before {
  background-position: -144px -66px; }

.languageSelector .iq a:before {
  background-position: -160px -66px; }

.languageSelector .ir a:before {
  background-position: -176px -66px; }

.languageSelector .is a:before {
  background-position: -192px -66px; }

.languageSelector .it a:before {
  background-position: -208px -66px; }

.languageSelector .je a:before {
  background-position: -224px -66px; }

.languageSelector .jm a:before {
  background-position: -240px -66px; }

.languageSelector .jo a:before {
  background-position: 0 -77px; }

.languageSelector .jp a:before {
  background-position: -16px -77px; }

.languageSelector .ke a:before {
  background-position: -32px -77px; }

.languageSelector .kg a:before {
  background-position: -48px -77px; }

.languageSelector .kh a:before {
  background-position: -64px -77px; }

.languageSelector .ki a:before {
  background-position: -80px -77px; }

.languageSelector .km a:before {
  background-position: -96px -77px; }

.languageSelector .kn a:before {
  background-position: -112px -77px; }

.languageSelector .kp a:before {
  background-position: -128px -77px; }

.languageSelector .kr a:before {
  background-position: -144px -77px; }

.languageSelector .kurdistan a:before {
  background-position: -160px -77px; }

.languageSelector .kw a:before {
  background-position: -176px -77px; }

.languageSelector .ky a:before {
  background-position: -192px -77px; }

.languageSelector .kz a:before {
  background-position: -208px -77px; }

.languageSelector .la a:before {
  background-position: -224px -77px; }

.languageSelector .lb a:before {
  background-position: -240px -77px; }

.languageSelector .lc a:before {
  background-position: 0 -88px; }

.languageSelector .li a:before {
  background-position: -16px -88px; }

.languageSelector .lk a:before {
  background-position: -32px -88px; }

.languageSelector .lr a:before {
  background-position: -48px -88px; }

.languageSelector .ls a:before {
  background-position: -64px -88px; }

.languageSelector .lt a:before {
  background-position: -80px -88px; }

.languageSelector .lu a:before {
  background-position: -96px -88px; }

.languageSelector .lv a:before {
  background-position: -112px -88px; }

.languageSelector .ly a:before {
  background-position: -128px -88px; }

.languageSelector .ma a:before {
  background-position: -144px -88px; }

.languageSelector .mc a:before {
  background-position: -160px -88px; }

.languageSelector .md a:before {
  background-position: -176px -88px; }

.languageSelector .me a:before {
  background-position: -192px -88px; }

.languageSelector .mg a:before {
  background-position: -208px -88px; }

.languageSelector .mh a:before {
  background-position: -224px -88px; }

.languageSelector .mk a:before {
  background-position: -240px -88px; }

.languageSelector .ml a:before {
  background-position: 0 -99px; }

.languageSelector .mm a:before {
  background-position: -16px -99px; }

.languageSelector .mn a:before {
  background-position: -32px -99px; }

.languageSelector .mo a:before {
  background-position: -48px -99px; }

.languageSelector .mp a:before {
  background-position: -64px -99px; }

.languageSelector .mq a:before {
  background-position: -80px -99px; }

.languageSelector .mr a:before {
  background-position: -96px -99px; }

.languageSelector .ms a:before {
  background-position: -112px -99px; }

.languageSelector .mt a:before {
  background-position: -128px -99px; }

.languageSelector .mu a:before {
  background-position: -144px -99px; }

.languageSelector .mv a:before {
  background-position: -160px -99px; }

.languageSelector .mw a:before {
  background-position: -176px -99px; }

.languageSelector .mx a:before {
  background-position: -192px -99px; }

.languageSelector .my a:before {
  background-position: -208px -99px; }

.languageSelector .mz a:before {
  background-position: -224px -99px; }

.languageSelector .na a:before {
  background-position: -240px -99px; }

.languageSelector .nc a:before {
  background-position: 0 -110px; }

.languageSelector .ne a:before {
  background-position: -16px -110px; }

.languageSelector .nf a:before {
  background-position: -32px -110px; }

.languageSelector .ng a:before {
  background-position: -48px -110px; }

.languageSelector .ni a:before {
  background-position: -64px -110px; }

.languageSelector .nl a:before {
  background-position: -80px -110px; }

.languageSelector .nl-NL a:before {
  background-position: -80px -110px; }

.languageSelector .no a:before {
  background-position: -96px -110px; }

.languageSelector .np a:before {
  background-position: -112px -110px; }

.languageSelector .nr a:before {
  background-position: -128px -110px; }

.languageSelector .nu a:before {
  background-position: -144px -110px; }

.languageSelector .nz a:before {
  background-position: -160px -110px; }

.languageSelector .om a:before {
  background-position: -176px -110px; }

.languageSelector .pa a:before {
  background-position: -192px -110px; }

.languageSelector .pe a:before {
  background-position: -208px -110px; }

.languageSelector .pf a:before {
  background-position: -224px -110px; }

.languageSelector .pg a:before {
  background-position: -240px -110px; }

.languageSelector .ph a:before {
  background-position: 0 -121px; }

.languageSelector .pk a:before {
  background-position: -16px -121px; }

.languageSelector .pl a:before {
  background-position: -32px -121px; }

.languageSelector .pm a:before {
  background-position: -48px -121px; }

.languageSelector .pn a:before {
  background-position: -64px -121px; }

.languageSelector .pr a:before {
  background-position: -80px -121px; }

.languageSelector .ps a:before {
  background-position: -96px -121px; }

.languageSelector .pt a:before {
  background-position: -112px -121px; }

.languageSelector .pw a:before {
  background-position: -128px -121px; }

.languageSelector .py a:before {
  background-position: -144px -121px; }

.languageSelector .qa a:before {
  background-position: -160px -121px; }

.languageSelector .re a:before {
  background-position: -176px -121px; }

.languageSelector .ro a:before {
  background-position: -192px -121px; }

.languageSelector .rs a:before {
  background-position: -208px -121px; }

.languageSelector .ru a:before {
  background-position: -224px -121px; }

.languageSelector .rw a:before {
  background-position: -240px -121px; }

.languageSelector .sa a:before {
  background-position: 0 -132px; }

.languageSelector .sb a:before {
  background-position: -16px -132px; }

.languageSelector .sc a:before {
  background-position: -32px -132px; }

.languageSelector .scotland a:before {
  background-position: -48px -132px; }

.languageSelector .sd a:before {
  background-position: -64px -132px; }

.languageSelector .se a:before {
  background-position: -80px -132px; }

.languageSelector .sg a:before {
  background-position: -96px -132px; }

.languageSelector .sh a:before {
  background-position: -112px -132px; }

.languageSelector .si a:before {
  background-position: -128px -132px; }

.languageSelector .sk a:before {
  background-position: -144px -132px; }

.languageSelector .sl a:before {
  background-position: -160px -132px; }

.languageSelector .sm a:before {
  background-position: -176px -132px; }

.languageSelector .sn a:before {
  background-position: -192px -132px; }

.languageSelector .so a:before {
  background-position: -208px -132px; }

.languageSelector .somaliland a:before {
  background-position: -224px -132px; }

.languageSelector .sr a:before {
  background-position: -240px -132px; }

.languageSelector .ss a:before {
  background-position: 0 -143px; }

.languageSelector .st a:before {
  background-position: -16px -143px; }

.languageSelector .sv a:before {
  background-position: -32px -143px; }

.languageSelector .sx a:before {
  background-position: -48px -143px; }

.languageSelector .sy a:before {
  background-position: -64px -143px; }

.languageSelector .sz a:before {
  background-position: -80px -143px; }

.languageSelector .tc a:before {
  background-position: -96px -143px; }

.languageSelector .td a:before {
  background-position: -112px -143px; }

.languageSelector .tf a:before {
  background-position: -128px -143px; }

.languageSelector .tg a:before {
  background-position: -144px -143px; }

.languageSelector .th a:before {
  background-position: -160px -143px; }

.languageSelector .tj a:before {
  background-position: -176px -143px; }

.languageSelector .tk a:before {
  background-position: -192px -143px; }

.languageSelector .tl a:before {
  background-position: -208px -143px; }

.languageSelector .tm a:before {
  background-position: -224px -143px; }

.languageSelector .tn a:before {
  background-position: -240px -143px; }

.languageSelector .to a:before {
  background-position: 0 -154px; }

.languageSelector .tr a:before {
  background-position: -16px -154px; }

.languageSelector .tt a:before {
  background-position: -32px -154px; }

.languageSelector .tv a:before {
  background-position: -48px -154px; }

.languageSelector .tw a:before {
  background-position: -64px -154px; }

.languageSelector .tz a:before {
  background-position: -80px -154px; }

.languageSelector .ua a:before {
  background-position: -96px -154px; }

.languageSelector .ug a:before {
  background-position: -112px -154px; }

.languageSelector .um a:before {
  background-position: -128px -154px; }

.languageSelector .us a:before {
  background-position: -144px -154px; }

.languageSelector .uy a:before {
  background-position: -160px -154px; }

.languageSelector .uz a:before {
  background-position: -176px -154px; }

.languageSelector .va a:before {
  background-position: -192px -154px; }

.languageSelector .vc a:before {
  background-position: -208px -154px; }

.languageSelector .ve a:before {
  background-position: -224px -154px; }

.languageSelector .vg a:before {
  background-position: -240px -154px; }

.languageSelector .vi a:before {
  background-position: 0 -165px; }

.languageSelector .vn a:before {
  background-position: -16px -165px; }

.languageSelector .vu a:before {
  background-position: -32px -165px; }

.languageSelector .wales a:before {
  background-position: -48px -165px; }

.languageSelector .wf a:before {
  background-position: -64px -165px; }

.languageSelector .ws a:before {
  background-position: -80px -165px; }

.languageSelector .ye a:before {
  background-position: -96px -165px; }

.languageSelector .yt a:before {
  background-position: -112px -165px; }

.languageSelector .za a:before {
  background-position: -128px -165px; }

.languageSelector .zanzibar a:before {
  background-position: -144px -165px; }

.languageSelector .zm a:before {
  background-position: -160px -165px; }

.languageSelector .zw a:before {
  background-position: -176px -165px; }

.languageSelector .ad span:before {
  background-position: -16px 0; }

.languageSelector .ae span:before {
  background-position: -32px 0; }

.languageSelector .af span:before {
  background-position: -48px 0; }

.languageSelector .ag span:before {
  background-position: -64px 0; }

.languageSelector .ai span:before {
  background-position: -80px 0; }

.languageSelector .al span:before {
  background-position: -96px 0; }

.languageSelector .am span:before {
  background-position: -112px 0; }

.languageSelector .an span:before {
  background-position: -128px 0; }

.languageSelector .ao span:before {
  background-position: -144px 0; }

.languageSelector .ar span:before {
  background-position: -160px 0; }

.languageSelector .as span:before {
  background-position: -176px 0; }

.languageSelector .at span:before {
  background-position: -192px 0; }

.languageSelector .au span:before {
  background-position: -208px 0; }

.languageSelector .aw span:before {
  background-position: -224px 0; }

.languageSelector .az span:before {
  background-position: -240px 0; }

.languageSelector .ba span:before {
  background-position: 0 -11px; }

.languageSelector .bb span:before {
  background-position: -16px -11px; }

.languageSelector .bd span:before {
  background-position: -32px -11px; }

.languageSelector .be span:before {
  background-position: -48px -11px; }

.languageSelector .nl-BE span:before {
  background-position: -48px -11px; }

.languageSelector .fr-BE span:before {
  background-position: -48px -11px; }

.languageSelector .bf span:before {
  background-position: -64px -11px; }

.languageSelector .bg span:before {
  background-position: -80px -11px; }

.languageSelector .bh span:before {
  background-position: -96px -11px; }

.languageSelector .bi span:before {
  background-position: -112px -11px; }

.languageSelector .bj span:before {
  background-position: -128px -11px; }

.languageSelector .bm span:before {
  background-position: -144px -11px; }

.languageSelector .bn span:before {
  background-position: -160px -11px; }

.languageSelector .bo span:before {
  background-position: -176px -11px; }

.languageSelector .br span:before {
  background-position: -192px -11px; }

.languageSelector .bs span:before {
  background-position: -208px -11px; }

.languageSelector .bt span:before {
  background-position: -224px -11px; }

.languageSelector .bv span:before {
  background-position: -240px -11px; }

.languageSelector .bw span:before {
  background-position: 0 -22px; }

.languageSelector .by span:before {
  background-position: -16px -22px; }

.languageSelector .bz span:before {
  background-position: -32px -22px; }

.languageSelector .ca span:before {
  background-position: -48px -22px; }

.languageSelector .catalonia span:before {
  background-position: -64px -22px; }

.languageSelector .cd span:before {
  background-position: -80px -22px; }

.languageSelector .cf span:before {
  background-position: -96px -22px; }

.languageSelector .cg span:before {
  background-position: -112px -22px; }

.languageSelector .ch span:before {
  background-position: -128px -22px; }

.languageSelector .ci span:before {
  background-position: -144px -22px; }

.languageSelector .ck span:before {
  background-position: -160px -22px; }

.languageSelector .cl span:before {
  background-position: -176px -22px; }

.languageSelector .cm span:before {
  background-position: -192px -22px; }

.languageSelector .cn span:before {
  background-position: -208px -22px; }

.languageSelector .co span:before {
  background-position: -224px -22px; }

.languageSelector .cr span:before {
  background-position: -240px -22px; }

.languageSelector .cu span:before {
  background-position: 0 -33px; }

.languageSelector .cv span:before {
  background-position: -16px -33px; }

.languageSelector .cw span:before {
  background-position: -32px -33px; }

.languageSelector .cy span:before {
  background-position: -48px -33px; }

.languageSelector .cz span:before {
  background-position: -64px -33px; }

.languageSelector .de span:before {
  background-position: -80px -33px; }

.languageSelector .de-DE span:before {
  background-position: -80px -33px; }

.languageSelector .dj span:before {
  background-position: -96px -33px; }

.languageSelector .dk span:before {
  background-position: -112px -33px; }

.languageSelector .dm span:before {
  background-position: -128px -33px; }

.languageSelector .do span:before {
  background-position: -144px -33px; }

.languageSelector .dz span:before {
  background-position: -160px -33px; }

.languageSelector .ec span:before {
  background-position: -176px -33px; }

.languageSelector .ee span:before {
  background-position: -192px -33px; }

.languageSelector .eg span:before {
  background-position: -208px -33px; }

.languageSelector .eh span:before {
  background-position: -224px -33px; }

.languageSelector .england span:before {
  background-position: -240px -33px; }

.languageSelector .er span:before {
  background-position: 0 -44px; }

.languageSelector .es span:before {
  background-position: -16px -44px; }

.languageSelector .et span:before {
  background-position: -32px -44px; }

.languageSelector .eu span:before {
  background-position: -48px -44px; }

.languageSelector .fi span:before {
  background-position: -64px -44px; }

.languageSelector .fj span:before {
  background-position: -80px -44px; }

.languageSelector .fk span:before {
  background-position: -96px -44px; }

.languageSelector .fm span:before {
  background-position: -112px -44px; }

.languageSelector .fo span:before {
  background-position: -128px -44px; }

.languageSelector .fr span:before {
  background-position: -144px -44px; }

.languageSelector .ga span:before {
  background-position: -160px -44px; }

.languageSelector .gb span:before {
  background-position: -176px -44px; }

.languageSelector .en-US span:before {
  background-position: -176px -44px; }

.languageSelector .gb span:before {
  background-position: -176px -44px; }

.languageSelector .en span:before {
  background-position: -176px -44px; }

.languageSelector .gd span:before {
  background-position: -192px -44px; }

.languageSelector .ge span:before {
  background-position: -208px -44px; }

.languageSelector .gf span:before {
  background-position: -224px -44px; }

.languageSelector .gg span:before {
  background-position: -240px -44px; }

.languageSelector .gh span:before {
  background-position: 0 -55px; }

.languageSelector .gi span:before {
  background-position: -16px -55px; }

.languageSelector .gl span:before {
  background-position: -32px -55px; }

.languageSelector .gm span:before {
  background-position: -48px -55px; }

.languageSelector .gn span:before {
  background-position: -64px -55px; }

.languageSelector .gp span:before {
  background-position: -80px -55px; }

.languageSelector .gq span:before {
  background-position: -96px -55px; }

.languageSelector .gr span:before {
  background-position: -112px -55px; }

.languageSelector .gs span:before {
  background-position: -128px -55px; }

.languageSelector .gt span:before {
  background-position: -144px -55px; }

.languageSelector .gu span:before {
  background-position: -160px -55px; }

.languageSelector .gw span:before {
  background-position: -176px -55px; }

.languageSelector .gy span:before {
  background-position: -192px -55px; }

.languageSelector .hk span:before {
  background-position: -208px -55px; }

.languageSelector .hm span:before {
  background-position: -224px -55px; }

.languageSelector .hn span:before {
  background-position: -240px -55px; }

.languageSelector .hr span:before {
  background-position: 0 -66px; }

.languageSelector .ht span:before {
  background-position: -16px -66px; }

.languageSelector .hu span:before {
  background-position: -32px -66px; }

.languageSelector .ic span:before {
  background-position: -48px -66px; }

.languageSelector .id span:before {
  background-position: -64px -66px; }

.languageSelector .ie span:before {
  background-position: -80px -66px; }

.languageSelector .il span:before {
  background-position: -96px -66px; }

.languageSelector .im span:before {
  background-position: -112px -66px; }

.languageSelector .in span:before {
  background-position: -128px -66px; }

.languageSelector .io span:before {
  background-position: -144px -66px; }

.languageSelector .iq span:before {
  background-position: -160px -66px; }

.languageSelector .ir span:before {
  background-position: -176px -66px; }

.languageSelector .is span:before {
  background-position: -192px -66px; }

.languageSelector .it span:before {
  background-position: -208px -66px; }

.languageSelector .je span:before {
  background-position: -224px -66px; }

.languageSelector .jm span:before {
  background-position: -240px -66px; }

.languageSelector .jo span:before {
  background-position: 0 -77px; }

.languageSelector .jp span:before {
  background-position: -16px -77px; }

.languageSelector .ke span:before {
  background-position: -32px -77px; }

.languageSelector .kg span:before {
  background-position: -48px -77px; }

.languageSelector .kh span:before {
  background-position: -64px -77px; }

.languageSelector .ki span:before {
  background-position: -80px -77px; }

.languageSelector .km span:before {
  background-position: -96px -77px; }

.languageSelector .kn span:before {
  background-position: -112px -77px; }

.languageSelector .kp span:before {
  background-position: -128px -77px; }

.languageSelector .kr span:before {
  background-position: -144px -77px; }

.languageSelector .kurdistan span:before {
  background-position: -160px -77px; }

.languageSelector .kw span:before {
  background-position: -176px -77px; }

.languageSelector .ky span:before {
  background-position: -192px -77px; }

.languageSelector .kz span:before {
  background-position: -208px -77px; }

.languageSelector .la span:before {
  background-position: -224px -77px; }

.languageSelector .lb span:before {
  background-position: -240px -77px; }

.languageSelector .lc span:before {
  background-position: 0 -88px; }

.languageSelector .li span:before {
  background-position: -16px -88px; }

.languageSelector .lk span:before {
  background-position: -32px -88px; }

.languageSelector .lr span:before {
  background-position: -48px -88px; }

.languageSelector .ls span:before {
  background-position: -64px -88px; }

.languageSelector .lt span:before {
  background-position: -80px -88px; }

.languageSelector .lu span:before {
  background-position: -96px -88px; }

.languageSelector .lv span:before {
  background-position: -112px -88px; }

.languageSelector .ly span:before {
  background-position: -128px -88px; }

.languageSelector .ma span:before {
  background-position: -144px -88px; }

.languageSelector .mc span:before {
  background-position: -160px -88px; }

.languageSelector .md span:before {
  background-position: -176px -88px; }

.languageSelector .me span:before {
  background-position: -192px -88px; }

.languageSelector .mg span:before {
  background-position: -208px -88px; }

.languageSelector .mh span:before {
  background-position: -224px -88px; }

.languageSelector .mk span:before {
  background-position: -240px -88px; }

.languageSelector .ml span:before {
  background-position: 0 -99px; }

.languageSelector .mm span:before {
  background-position: -16px -99px; }

.languageSelector .mn span:before {
  background-position: -32px -99px; }

.languageSelector .mo span:before {
  background-position: -48px -99px; }

.languageSelector .mp span:before {
  background-position: -64px -99px; }

.languageSelector .mq span:before {
  background-position: -80px -99px; }

.languageSelector .mr span:before {
  background-position: -96px -99px; }

.languageSelector .ms span:before {
  background-position: -112px -99px; }

.languageSelector .mt span:before {
  background-position: -128px -99px; }

.languageSelector .mu span:before {
  background-position: -144px -99px; }

.languageSelector .mv span:before {
  background-position: -160px -99px; }

.languageSelector .mw span:before {
  background-position: -176px -99px; }

.languageSelector .mx span:before {
  background-position: -192px -99px; }

.languageSelector .my span:before {
  background-position: -208px -99px; }

.languageSelector .mz span:before {
  background-position: -224px -99px; }

.languageSelector .na span:before {
  background-position: -240px -99px; }

.languageSelector .nc span:before {
  background-position: 0 -110px; }

.languageSelector .ne span:before {
  background-position: -16px -110px; }

.languageSelector .nf span:before {
  background-position: -32px -110px; }

.languageSelector .ng span:before {
  background-position: -48px -110px; }

.languageSelector .ni span:before {
  background-position: -64px -110px; }

.languageSelector .nl span:before {
  background-position: -80px -110px; }

.languageSelector .nl-NL span:before {
  background-position: -80px -110px; }

.languageSelector .no span:before {
  background-position: -96px -110px; }

.languageSelector .np span:before {
  background-position: -112px -110px; }

.languageSelector .nr span:before {
  background-position: -128px -110px; }

.languageSelector .nu span:before {
  background-position: -144px -110px; }

.languageSelector .nz span:before {
  background-position: -160px -110px; }

.languageSelector .om span:before {
  background-position: -176px -110px; }

.languageSelector .pa span:before {
  background-position: -192px -110px; }

.languageSelector .pe span:before {
  background-position: -208px -110px; }

.languageSelector .pf span:before {
  background-position: -224px -110px; }

.languageSelector .pg span:before {
  background-position: -240px -110px; }

.languageSelector .ph span:before {
  background-position: 0 -121px; }

.languageSelector .pk span:before {
  background-position: -16px -121px; }

.languageSelector .pl span:before {
  background-position: -32px -121px; }

.languageSelector .pm span:before {
  background-position: -48px -121px; }

.languageSelector .pn span:before {
  background-position: -64px -121px; }

.languageSelector .pr span:before {
  background-position: -80px -121px; }

.languageSelector .ps span:before {
  background-position: -96px -121px; }

.languageSelector .pt span:before {
  background-position: -112px -121px; }

.languageSelector .pw span:before {
  background-position: -128px -121px; }

.languageSelector .py span:before {
  background-position: -144px -121px; }

.languageSelector .qa span:before {
  background-position: -160px -121px; }

.languageSelector .re span:before {
  background-position: -176px -121px; }

.languageSelector .ro span:before {
  background-position: -192px -121px; }

.languageSelector .rs span:before {
  background-position: -208px -121px; }

.languageSelector .ru span:before {
  background-position: -224px -121px; }

.languageSelector .rw span:before {
  background-position: -240px -121px; }

.languageSelector .sa span:before {
  background-position: 0 -132px; }

.languageSelector .sb span:before {
  background-position: -16px -132px; }

.languageSelector .sc span:before {
  background-position: -32px -132px; }

.languageSelector .scotland span:before {
  background-position: -48px -132px; }

.languageSelector .sd span:before {
  background-position: -64px -132px; }

.languageSelector .se span:before {
  background-position: -80px -132px; }

.languageSelector .sg span:before {
  background-position: -96px -132px; }

.languageSelector .sh span:before {
  background-position: -112px -132px; }

.languageSelector .si span:before {
  background-position: -128px -132px; }

.languageSelector .sk span:before {
  background-position: -144px -132px; }

.languageSelector .sl span:before {
  background-position: -160px -132px; }

.languageSelector .sm span:before {
  background-position: -176px -132px; }

.languageSelector .sn span:before {
  background-position: -192px -132px; }

.languageSelector .so span:before {
  background-position: -208px -132px; }

.languageSelector .somaliland span:before {
  background-position: -224px -132px; }

.languageSelector .sr span:before {
  background-position: -240px -132px; }

.languageSelector .ss span:before {
  background-position: 0 -143px; }

.languageSelector .st span:before {
  background-position: -16px -143px; }

.languageSelector .sv span:before {
  background-position: -32px -143px; }

.languageSelector .sx span:before {
  background-position: -48px -143px; }

.languageSelector .sy span:before {
  background-position: -64px -143px; }

.languageSelector .sz span:before {
  background-position: -80px -143px; }

.languageSelector .tc span:before {
  background-position: -96px -143px; }

.languageSelector .td span:before {
  background-position: -112px -143px; }

.languageSelector .tf span:before {
  background-position: -128px -143px; }

.languageSelector .tg span:before {
  background-position: -144px -143px; }

.languageSelector .th span:before {
  background-position: -160px -143px; }

.languageSelector .tj span:before {
  background-position: -176px -143px; }

.languageSelector .tk span:before {
  background-position: -192px -143px; }

.languageSelector .tl span:before {
  background-position: -208px -143px; }

.languageSelector .tm span:before {
  background-position: -224px -143px; }

.languageSelector .tn span:before {
  background-position: -240px -143px; }

.languageSelector .to span:before {
  background-position: 0 -154px; }

.languageSelector .tr span:before {
  background-position: -16px -154px; }

.languageSelector .tt span:before {
  background-position: -32px -154px; }

.languageSelector .tv span:before {
  background-position: -48px -154px; }

.languageSelector .tw span:before {
  background-position: -64px -154px; }

.languageSelector .tz span:before {
  background-position: -80px -154px; }

.languageSelector .ua span:before {
  background-position: -96px -154px; }

.languageSelector .ug span:before {
  background-position: -112px -154px; }

.languageSelector .um span:before {
  background-position: -128px -154px; }

.languageSelector .us span:before {
  background-position: -144px -154px; }

.languageSelector .uy span:before {
  background-position: -160px -154px; }

.languageSelector .uz span:before {
  background-position: -176px -154px; }

.languageSelector .va span:before {
  background-position: -192px -154px; }

.languageSelector .vc span:before {
  background-position: -208px -154px; }

.languageSelector .ve span:before {
  background-position: -224px -154px; }

.languageSelector .vg span:before {
  background-position: -240px -154px; }

.languageSelector .vi span:before {
  background-position: 0 -165px; }

.languageSelector .vn span:before {
  background-position: -16px -165px; }

.languageSelector .vu span:before {
  background-position: -32px -165px; }

.languageSelector .wales span:before {
  background-position: -48px -165px; }

.languageSelector .wf span:before {
  background-position: -64px -165px; }

.languageSelector .ws span:before {
  background-position: -80px -165px; }

.languageSelector .ye span:before {
  background-position: -96px -165px; }

.languageSelector .yt span:before {
  background-position: -112px -165px; }

.languageSelector .za span:before {
  background-position: -128px -165px; }

.languageSelector .zanzibar span:before {
  background-position: -144px -165px; }

.languageSelector .zm span:before {
  background-position: -160px -165px; }

.languageSelector .zw span:before {
  background-position: -176px -165px; }

.selectboxit-container {
  width: 100%; }
  .selectboxit-container * {
    font: MyriadBold; }
  .selectboxit-container.medium span, .selectboxit-container.medium .selectboxit-options a {
    height: 40px !important;
    line-height: 40px !important; }
  .selectboxit-container:before {
    background: transparent !important; }
  .selectboxit-container .selectboxit {
    border-radius: 0 !important;
    width: auto !important; }
  .selectboxit-container .selectboxit-btn {
    background-color: #FFF;
    background-image: none;
    border: none;
    border-radius: 0; }
    .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover, .selectboxit-container .selectboxit-btn.selectboxit-enabled:focus {
      background-color: #FFF; }
  .selectboxit-container .selectboxit-options {
    border-radius: 0 !important;
    border-color: #dcdfe2;
    min-width: 100% !important; }
  .selectboxit-container .selectboxit-text {
    margin-left: 10px;
    color: #000; }
  .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 35px !important;
    line-height: 35px !important;
    color: #000 !important;
    font-family: MyriadBold !important; }
  .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #000;
    background-color: #dcddd9;
    background-image: none; }
  .selectboxit-container .selectboxit-option .selectboxit-option-anchor {
    padding: 0 10px; }
  .selectboxit-container .selectboxit-btn {
    background-color: #acacac !important; }
  .selectboxit-container .selectboxit-hover {
    background-color: #dcddd9; }
  .selectboxit-container .selectboxit-options {
    border-color: #dcdfe2; }
  .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover, .selectboxit-container .selectboxit-btn.selectboxit-enabled:focus {
    background: #acacac; }
  .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #fff;
    background-color: #dcddd9;
    background-image: none; }
  @media only screen and (max-width: 1020px) {
    .selectboxit-container .selectboxit-btn {
      background-color: #665094; }
    .selectboxit-container .selectboxit-hover {
      background-color: #dcddd9; }
    .selectboxit-container .selectboxit-options {
      border-color: #dcdfe2; }
      .selectboxit-container .selectboxit-options .selectboxit-option-anchor {
        color: #000 !important; }
    .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover, .selectboxit-container .selectboxit-btn.selectboxit-enabled:focus {
      background: #665094; }
    .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
      color: #fff !important;
      background-color: #dcddd9;
      background-image: none; } }

.selectboxit-arrow-container {
  top: -1px; }

.selectboxit-default-arrow {
  border-top-color: #f2f1f1 !important; }

.selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff !important; }

.contentBlock {
  border-radius: 0px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .contentBlock:before, .contentBlock:after {
    content: " ";
    display: table; }
  .contentBlock:after {
    clear: both; }
  .lt-ie8 .contentBlock {
    *zoom: 1; }
  header .contentBlock {
    display: inline-block;
    margin-top: 20px !important; }
    header .contentBlock img {
      width: auto !important; }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dLeft {
      text-align: left; }
    .contentBlock.dCenter {
      text-align: center; }
    .contentBlock.dRight {
      text-align: right; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mLeft {
      text-align: left; }
    .contentBlock.mCenter {
      text-align: center; }
    .contentBlock.mRight {
      text-align: right; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dWidth1 {
      width: 100%; }
    .contentBlock.dWidth2 {
      float: left;
      width: 50%; }
      .contentBlock.dWidth2 .text p {
        width: 50%; }
      .contentBlock.dWidth2 .image {
        width: 50%;
        position: absolute;
        bottom: 0px;
        right: 0px; }
        .contentBlock.dWidth2 .image p {
          margin: 0; }
        .contentBlock.dWidth2 .image img {
          width: 100%; }
    .contentBlock.dWidth3 {
      width: 33%; }
    .contentBlock.dWidth4 {
      width: 25%; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mHeight0 {
      height: auto; }
    .contentBlock.mHeight1 {
      height: 110px; }
    .contentBlock.mHeight2 {
      height: 220px; }
    .contentBlock.mHeight3 {
      height: 230px; }
    .contentBlock.mHeight4 {
      height: 285px; }
    .contentBlock.mHeight5 {
      height: 360px; }
    .contentBlock.mHeight6 {
      height: 320px; }
    .contentBlock.mHeight7 {
      height: 250px; }
    .contentBlock.mHeight8 {
      height: 310px; }
    .contentBlock.mHeight10 {
      height: 140px; }
    .contentBlock.mHeight12 {
      height: 475px; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dHeight0 {
      height: auto; }
    .contentBlock.dHeight1 {
      height: 110px; }
    .contentBlock.dHeight2 {
      height: 220px; }
    .contentBlock.dHeight3 {
      height: 230px; }
    .contentBlock.dHeight4 {
      height: 285px; }
    .contentBlock.dHeight5 {
      height: 360px; }
    .contentBlock.dHeight6 {
      height: 320px; }
    .contentBlock.dHeight7 {
      height: 250px; }
    .contentBlock.dHeight8 {
      height: 310px; }
    .contentBlock.dHeight9 {
      height: 420px; }
    .contentBlock.dHeight10 {
      height: 140px; }
    .contentBlock.dHeight11 {
      height: 560px; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mPadding1 {
      padding: 20px; }
    .contentBlock.mPadding2 {
      padding: 30px; }
    .contentBlock.mPadding3 {
      padding: 0px 30px 20px; }
    .contentBlock.mPadding4 {
      padding: 0 10px; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dPadding1 {
      padding: 30px; }
    .contentBlock.dPadding2 {
      padding: 0px 40px; }
    .contentBlock.dPadding3 {
      padding: 20px; }
    .contentBlock.dPadding4 {
      padding: 35px; }
    .contentBlock.dPadding5 {
      padding: 40px 0 0; }
    .contentBlock.dPadding6 {
      padding: 60px 20px; } }
  .contentBlock .image p {
    margin: 0; }
  .contentBlock .image img {
    height: auto;
    display: block; }
  .contentBlock .image .dCenter {
    margin: 0 auto; }
  .contentBlock.imgWidth1 .text > p img {
    width: 100%; }
  .contentBlock.imgWidth1 .image img {
    width: 100%; }
  .contentBlock.imgWidth2 .text > p img {
    width: auto; }
  .contentBlock.imgWidth2 .image img {
    width: auto; }
  .contentBlock.noTextMargin h1, .contentBlock.noTextMargin h2, .contentBlock.noTextMargin h3, .contentBlock.noTextMargin h4, .contentBlock.noTextMargin p {
    margin: 0; }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mTheme0 {
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #ffffff));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0);
      /* IE6-9 */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0);
      /* IE6-9 */
      background: transparent;
      color: #000;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.mTheme0 h1, .contentBlock.mTheme0 h2, .contentBlock.mTheme0 h3, .contentBlock.mTheme0 h4 {
        color: #f2f1f1; }
      .contentBlock.mTheme0 a {
        color: #665094; }
        .contentBlock.mTheme0 a:hover {
          color: #665094; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mTheme1 {
      color: #fff;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.mTheme1 h1, .contentBlock.mTheme1 h2, .contentBlock.mTheme1 h3, .contentBlock.mTheme1 h4 {
        color: #f2f1f1; }
      .contentBlock.mTheme1 a {
        color: #fff; }
        .contentBlock.mTheme1 a:hover {
          color: #fff; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mTheme2 {
      background: #f2f1f1;
      color: #fff;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.mTheme2 h1, .contentBlock.mTheme2 h2, .contentBlock.mTheme2 h3, .contentBlock.mTheme2 h4 {
        color: #fff; }
      .contentBlock.mTheme2 a {
        color: #fff; }
        .contentBlock.mTheme2 a:hover {
          color: #fff; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mTheme3 {
      background: #d17100;
      color: #ededec;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.mTheme3 h1 {
        color: #ededec; }
      .contentBlock.mTheme3 h2 {
        color: #ededec;
        font-family: gotham medium; }
      .contentBlock.mTheme3 h3 {
        color: #f2f1f1;
        font-size: 1.385em;
        font-family: gotham medium; }
      .contentBlock.mTheme3 h4 {
        color: #f2f1f1; }
      .contentBlock.mTheme3 a {
        color: #dcddd9; }
        .contentBlock.mTheme3 a:hover {
          color: #dcddd9; }
        .contentBlock.mTheme3 a.phone {
          color: #f2f1f1;
          font-size: 1.2em;
          text-decoration: none; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mTheme4 {
      background: transparent;
      color: #ededec;
      border-color: #e96129;
      border-width: 0px;
      border-style: solid; }
      .contentBlock.mTheme4 h1 {
        color: #ededec; }
      .contentBlock.mTheme4 h2 {
        color: #ededec;
        font-family: gotham medium;
        font-size: 1.385em; }
      .contentBlock.mTheme4 h3 {
        color: #ededec;
        font-family: gotham medium;
        color: #f2f1f1; }
      .contentBlock.mTheme4 h4 {
        color: #f2f1f1; }
      .contentBlock.mTheme4 a {
        color: #ededec; }
        .contentBlock.mTheme4 a.phone {
          text-decoration: none;
          font-size: 1.231em;
          font-family: gotham medium;
          color: #dcddd9; }
        .contentBlock.mTheme4 a:hover {
          color: #ededec; }
      .contentBlock.mTheme4 img {
        padding: 0 auto; }
        .contentBlock.mTheme4 img:before, .contentBlock.mTheme4 img:after {
          content: " ";
          display: table; }
        .contentBlock.mTheme4 img:after {
          clear: both; }
        .lt-ie8 .contentBlock.mTheme4 img {
          *zoom: 1; } }
  @media only screen and (max-width: 1020px) {
    .contentBlock.mTheme6 {
      color: #000; }
      .contentBlock.mTheme6 h1 {
        color: #fff; }
      .contentBlock.mTheme6 h2 {
        color: #fff;
        font-family: gotham medium; }
      .contentBlock.mTheme6 h3 {
        color: #fff;
        font-family: gotham medium;
        color: #f2f1f1; }
      .contentBlock.mTheme6 h4 {
        color: #f2f1f1; }
      .contentBlock.mTheme6 a {
        color: #dcddd9; }
        .contentBlock.mTheme6 a.phone {
          text-decoration: none;
          font-family: gotham medium;
          color: #dcddd9; }
        .contentBlock.mTheme6 a:hover {
          color: #ededec; }
      .contentBlock.mTheme6 img {
        padding: 0 auto; }
        .contentBlock.mTheme6 img:before, .contentBlock.mTheme6 img:after {
          content: " ";
          display: table; }
        .contentBlock.mTheme6 img:after {
          clear: both; }
        .lt-ie8 .contentBlock.mTheme6 img {
          *zoom: 1; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dTheme0 {
      background: transparent;
      color: #000;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.dTheme0 .text {
        position: relative; }
      .contentBlock.dTheme0 h1, .contentBlock.dTheme0 h2, .contentBlock.dTheme0 h3, .contentBlock.dTheme0 h4 {
        color: #f2f1f1; }
      .contentBlock.dTheme0 h4 {
        font-size: 1.385em !important; }
      .contentBlock.dTheme0 h3 {
        font-size: 1.846em !important; }
      .contentBlock.dTheme0 h2 {
        font-size: 2.308em !important; }
      .contentBlock.dTheme0 h1 {
        font-size: 2.769em !important; }
      .contentBlock.dTheme0 a {
        color: #665094; }
        .contentBlock.dTheme0 a:hover {
          color: #665094; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dTheme1 {
      color: #FFF;
      border-color: transparant;
      border-width: 0px; }
      .contentBlock.dTheme1 .text {
        position: relative; }
      .contentBlock.dTheme1 h1, .contentBlock.dTheme1 h2, .contentBlock.dTheme1 h3, .contentBlock.dTheme1 h4 {
        color: #f2f1f1 !important; }
      .contentBlock.dTheme1 a {
        color: #FFF; }
        .contentBlock.dTheme1 a:hover {
          color: #FFF; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dTheme2 {
      background: #f2f1f1;
      color: #515340;
      border-color: transparent;
      border-width: 0;
      font-family: MyriadBold; }
      .contentBlock.dTheme2 .text {
        position: relative; }
      .contentBlock.dTheme2 h1, .contentBlock.dTheme2 h2, .contentBlock.dTheme2 h3, .contentBlock.dTheme2 h4 {
        color: #515340 !important; }
      .contentBlock.dTheme2 a {
        color: #ffffff; }
        .contentBlock.dTheme2 a:hover {
          color: #ffffff; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dTheme3 {
      background: #d17100;
      color: #ededec;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.dTheme3 h1 {
        color: #ededec; }
      .contentBlock.dTheme3 h2 {
        color: #ededec;
        font-family: gotham medium; }
        @media only screen and (max-width: 1320px) {
          .contentBlock.dTheme3 h2 {
            margin-bottom: 10px;
            font-size: 1em; } }
      .contentBlock.dTheme3 h3 {
        color: #f2f1f1;
        font-size: 1.385em;
        font-family: gotham medium;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1320px) {
          .contentBlock.dTheme3 h3 {
            margin-bottom: 10px;
            font-size: 1em; } }
      .contentBlock.dTheme3 h4 {
        color: #f2f1f1; }
      @media only screen and (max-width: 1320px) {
        .contentBlock.dTheme3 p {
          margin: 0;
          font-size: 0.9em; } }
      .contentBlock.dTheme3 a {
        color: #dcddd9; }
        .contentBlock.dTheme3 a:hover {
          color: #dcddd9; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dTheme4 {
      background: transparent;
      color: #000;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.dTheme4 h1 {
        color: #ededec; }
      .contentBlock.dTheme4 h2 {
        color: #ededec;
        font-family: gotham medium;
        font-size: 1.385em; }
      .contentBlock.dTheme4 h3 {
        color: #f2f1f1;
        font-family: gotham medium; }
      .contentBlock.dTheme4 h4 {
        color: #f2f1f1; }
      .contentBlock.dTheme4 a {
        color: #ededec; }
        .contentBlock.dTheme4 a:hover {
          color: #ededec; }
        .contentBlock.dTheme4 a.phone {
          color: #f2f1f1;
          font-size: 2em;
          font-family: Helvetica Bold;
          text-decoration: none; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dTheme5 {
      background: #f2f1f1;
      color: #fff;
      border-color: transparent;
      border-width: 0;
      font-family: Impact; }
      .contentBlock.dTheme5 .text {
        position: relative; }
      .contentBlock.dTheme5 h1, .contentBlock.dTheme5 h2, .contentBlock.dTheme5 h3, .contentBlock.dTheme5 h4 {
        font-family: gotham medium;
        color: #fff;
        line-height: 14px;
        padding: 0 10px; }
      .contentBlock.dTheme5 a {
        color: #909090; }
        .contentBlock.dTheme5 a:hover {
          color: #909090; } }
  @media only screen and (min-width: 1020px) {
    .contentBlock.dTheme6 {
      background: #fff;
      color: #000;
      border-color: transparent;
      border-width: 0; }
      .contentBlock.dTheme6 .text {
        position: relative;
        font-family: Helvetica Roman; }
      .contentBlock.dTheme6 p {
        color: #000;
        font-family: Helvetica Roman; }
      .contentBlock.dTheme6 a {
        color: #665094;
        font-weight: bold;
        font-family: Helvetica Bold; }
        .contentBlock.dTheme6 a:hover {
          color: #665094; }
      .contentBlock.dTheme6 h1, .contentBlock.dTheme6 h2, .contentBlock.dTheme6 h3 {
        letter-spacing: 1px; } }
  .contentBlock.dTheme2.panasonic h2 {
    margin: 0px; }
  .contentBlock.dTheme2.panasonic p {
    margin-top: 15px; }

.vcenter .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-2); }

.text-left .text {
  text-align: left; }

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

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

@media only screen and (min-width: 1020px) {
  .vcenter-d .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-2); } }

@media only screen and (max-width: 1020px) {
  .vcenter-m .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-2); } }

.text-left .text {
  text-align: left; }

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

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

@media only screen and (min-width: 1020px) {
  .text-left-d .text {
    text-align: left; }
  .text-right-d .text {
    text-align: right; }
  .text-center-d .text {
    text-align: center; } }

@media only screen and (max-width: 1020px) {
  .text-left-m .text {
    text-align: left; }
  .text-right-m .text {
    text-align: right; }
  .text-center-m .text {
    text-align: center; } }

.contentBlockHeader {
  margin-bottom: 20px;
  position: relative; }
  .contentBlockHeader div {
    position: absolute;
    bottom: 40px;
    left: 50px; }
    .contentBlockHeader div h3 {
      font-size: 2em;
      margin: 0 0 0px 0; }
    .contentBlockHeader div h2 {
      font-size: 5.143em;
      margin: 0 0 0px 0; }

.buyAlso {
  overflow: hidden;
  width: 100%; }
  .buyAlso ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -11px 0 0; }
    .buyAlso ul:before, .buyAlso ul:after {
      content: " ";
      display: table; }
    .buyAlso ul:after {
      clear: both; }
    .lt-ie8 .buyAlso ul {
      *zoom: 1; }
    .buyAlso ul li:after {
      content: "";
      border-top: 1px solid #acacac;
      width: 100%;
      position: absolute;
      z-index: 10000;
      top: -6px;
      height: 1px;
      left: 1px; }
    .buyAlso ul li {
      float: left;
      margin-top: 12px;
      padding: 0 25px;
      position: relative;
      border-right: 1px solid #acacac;
      border-color: #dcdfe2;
      float: left;
      position: relative;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media  (max-width: 1020px) {
        .buyAlso ul li {
          width: 100%; } }
      @media  (min-width: 1020px) and (max-width: 1320px) {
        .buyAlso ul li {
          width: 33%; } }
      @media  (min-width: 1320px) {
        .buyAlso ul li {
          width: 25%; } }
    .buyAlso ul .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      text-align: center; }
      @media only screen and (min-width: 1320px) {
        .buyAlso ul .image {
          width: 0; } }
      @media only screen and (min-width: 1020px) {
        .buyAlso ul .image {
          width: 100%; } }
      .buyAlso ul .image:before {
        content: '';
        display: inline-block;
        vertical-align: middle; }
      .buyAlso ul .image img {
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
      .buyAlso ul .image.square:before {
        padding-bottom: 0; }
      .buyAlso ul .image.landscape:before {
        padding-bottom: 0; }
      .buyAlso ul .image.portrait:before {
        padding-bottom: 0; }
    .buyAlso ul .brand {
      font-size: 0.857em;
      line-height: normal;
      font-family: Helvetica Bold;
      text-transform: uppercase;
      color: #f2f1f1; }
    .buyAlso ul .text {
      display: table;
      width: 100%;
      margin-bottom: 15px;
      overflow: hidden; }
      .buyAlso ul .text .title {
        display: table-cell;
        vertical-align: bottom;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        text-decoration: none; }
        .buyAlso ul .text .title h3 {
          margin: 0;
          color: #f2f1f1;
          text-align: left;
          font-size: 1.286em;
          font-family: Helvetica Bold;
          line-height: normal; }
      .buyAlso ul .text .priceTag {
        display: table-cell;
        vertical-align: bottom;
        font-family: Helvetica Roman;
        font-size: 1.286em;
        line-height: normal; }
        .buyAlso ul .text .priceTag .itemPrice {
          color: #d17100;
          text-align: right; }
      .buyAlso ul .text .itemSpecs ul {
        padding-left: 20px; }
        .buyAlso ul .text .itemSpecs ul li {
          font-size: 0.769em;
          color: #ededec;
          list-style: inside; }
          .buyAlso ul .text .itemSpecs ul li span {
            font-size: 1.3em; }
            .buyAlso ul .text .itemSpecs ul li span b {
              color: #f2f1f1; }
    .buyAlso ul .subTitle {
      float: left;
      height: auto;
      width: 100%;
      padding: 0 0 20px 0px; }
      .buyAlso ul .subTitle .itemPrice {
        width: 50%;
        float: left;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-family: gotham medium;
        font-size: 1.538em;
        color: #f2f1f1;
        line-height: 38px; }
      .buyAlso ul .subTitle .itemButton {
        width: 50%;
        display: block;
        float: right;
        text-decoration: none;
        margin: 0 -9px 0 0;
        color: #4d4d4d;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 1225px) {
          .buyAlso ul .subTitle .itemButton {
            float: right;
            width: 50%; }
            .buyAlso ul .subTitle .itemButton .button.theme9 {
              padding: 10px; } }
        @media only screen and (min-width: 1320px) {
          .buyAlso ul .subTitle .itemButton {
            width: 50%; } }
        @media only screen and (min-width: 1020px) {
          .buyAlso ul .subTitle .itemButton {
            width: 50%; } }
        .buyAlso ul .subTitle .itemButton p {
          margin-top: 0;
          font-style: italic; }
    .buyAlso ul .text a {
      text-align: left; }
      .buyAlso ul .text a.button {
        text-align: center;
        line-height: 24px;
        margin: 20px auto;
        width: 90%; }
    .buyAlso ul .text .brand {
      color: #f2f1f1;
      width: 100%;
      font-family: Impact;
      font-size: 0.857em;
      text-transform: uppercase;
      padding: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left;
      margin-top: 10px; }
    .buyAlso ul .text .type {
      color: #f2f1f1;
      width: auto;
      float: left;
      width: 60%;
      font-family: Helvetica Bold;
      font-size: 1.286em;
      text-transform: uppercase; }

@media only screen and (min-width: 1020px) {
  .dropdownList.desktop {
    position: relative; }
    .dropdownList.desktop > a {
      position: relative;
      padding-right: 15px;
      display: block; }
      .dropdownList.desktop > a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 4px solid #FFF;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        right: 0;
        top: 50%;
        margin-top: -2px; }
    .dropdownList.desktop:hover ul {
      display: block; }
    .dropdownList.desktop ul {
      position: absolute;
      display: none;
      background: #f2f1f1;
      padding: 2px !important;
      z-index: 1;
      left: -22px;
      width: 200px; }
      .dropdownList.desktop ul li {
        clear: both;
        margin: 0  !important;
        float: none !important; }
        .dropdownList.desktop ul li button, .dropdownList.desktop ul li a {
          padding: 10px 20px;
          color: #FFF;
          display: block;
          width: 100%;
          text-align: left;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
          .dropdownList.desktop ul li button:hover, .dropdownList.desktop ul li a:hover {
            background: #dcddd9; } }

.inputGroup {
  display: table;
  vertical-align: top; }
  .inputGroup .formControl {
    display: table-cell; }
  .inputGroup .button {
    display: table-cell; }

.formControl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  .formControl.small {
    padding: 10px;
    padding: 0px 10px !important;
    height: 30px; }
  .formControl.medium {
    padding: 10px;
    height: 40px; }
  .formControl.large {
    padding: 10px;
    height: 40px; }
  .formControlinput[type="tel"], .formControlinput[type="email"], .formControlinput[type=password], .formControlinput[type=date], .formControlinput[type=number], .formControl[type=text] {
    background: #E4E4E4;
    border: 0; }
  .formControl.theme1input[type="tel"], .formControl.theme1input[type="email"], .formControl.theme1input[type=password], .formControl.theme1input[type=date], .formControl.theme1input[type=number], .formControl.theme1[type=text] {
    background: #FFF; }

.form:before, .form:after {
  content: " ";
  display: table; }
.form:after {
  clear: both; }
.lt-ie8 .form {
  *zoom: 1; }
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form input[type="tel"], .form textarea {
  -webkit-border-radius: 0;
  border-radius: 0; }
.form .cmsRow {
  position: relative; }
  .form .cmsRow:before, .form .cmsRow:after {
    content: " ";
    display: table; }
  .form .cmsRow:after {
    clear: both; }
  .lt-ie8 .form .cmsRow {
    *zoom: 1; }
  .form .cmsRow.fixed {
    display: table;
    table-layout: fixed; }
    .form .cmsRow.fixed .cell {
      display: table-cell;
      vertical-align: top; }
  .form .cmsRow .cell {
    margin-top: 15px; }
.form .cmsRow0 .cell {
  margin-top: 0; }
.form .hidden, .form .success, .form .error {
  display: none; }
.form .attribute .description {
  margin: 0px 10px 0px 0 !important; }
.form .attribute input[readonly] {
  border: 0;
  background: transparent; }
@media only screen and (max-width: 1020px) {
  .form.mHorizontal .description {
    text-align: left;
    width: 160px;
    margin: 8px 10px 5px 0;
    float: left; }
  .form.mHorizontal .radio .value, .form.mHorizontal .radioList .value, .form.mHorizontal .checkbox .value, .form.mHorizontal .checkboxList .value, .form.mHorizontal .select .value, .form.mHorizontal .password .value, .form.mHorizontal .date .value, .form.mHorizontal .input .value, .form.mHorizontal .textarea .value {
    margin-left: 170px; }
  .form.mHorizontal .formForgotPassword {
    margin-left: 170px;
    display: inline-block; }
  .form.mHorizontal .formRememberMe {
    display: inline-block; }
    .form.mHorizontal .formRememberMe .value {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #dcdfe2; }
  .form.mHorizontal .formLastName {
    left: 450px; } }
@media only screen and (min-width: 1020px) {
  .form.dHorizontal .description {
    text-align: left;
    width: 160px;
    margin: 8px 10px 5px 0;
    float: left; }
  .form.dHorizontal .radio .value, .form.dHorizontal .radioList .value, .form.dHorizontal .checkbox .value, .form.dHorizontal .checkboxList .value, .form.dHorizontal .select .value, .form.dHorizontal .password .value, .form.dHorizontal .date .value, .form.dHorizontal .input .value, .form.dHorizontal .textarea .value {
    margin-left: 170px; }
  .form.dHorizontal .formForgotPassword {
    margin-left: 170px;
    display: inline-block; }
  .form.dHorizontal .formRememberMe {
    display: inline-block; }
    .form.dHorizontal .formRememberMe .value {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #dcdfe2; }
  .form.dHorizontal .formLastName {
    left: 450px; } }
@media only screen and (max-width: 1020px) {
  .form.mVertical .description {
    text-align: left;
    width: auto; } }
@media only screen and (min-width: 1020px) {
  .form.dVertical .description {
    text-align: left;
    width: auto; } }
.form .date .value, .form .password .value, .form .input .value {
  background: none;
  padding: 0 0 2px 0;
  border-radius: 0px; }
  .form .date .value input[type="tel"], .form .date .value input[type="email"], .form .date .value input[type=password], .form .date .value input[type=date], .form .date .value input[type=text], .form .date .value input[type=number], .form .password .value input[type="tel"], .form .password .value input[type="email"], .form .password .value input[type=password], .form .password .value input[type=date], .form .password .value input[type=text], .form .password .value input[type=number], .form .input .value input[type="tel"], .form .input .value input[type="email"], .form .input .value input[type=password], .form .input .value input[type=date], .form .input .value input[type=text], .form .input .value input[type=number] {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 1em;
    border: 0;
    padding: 0;
    outline: none;
    position: relative;
    padding: 7px 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px; }
    .form .date .value input[type="tel"]:required, .form .date .value input[type="email"]:required, .form .date .value input[type=password]:required, .form .date .value input[type=date]:required, .form .date .value input[type=text]:required, .form .date .value input[type=number]:required, .form .password .value input[type="tel"]:required, .form .password .value input[type="email"]:required, .form .password .value input[type=password]:required, .form .password .value input[type=date]:required, .form .password .value input[type=text]:required, .form .password .value input[type=number]:required, .form .input .value input[type="tel"]:required, .form .input .value input[type="email"]:required, .form .input .value input[type=password]:required, .form .input .value input[type=date]:required, .form .input .value input[type=text]:required, .form .input .value input[type=number]:required {
      box-shadow: none; }
@media only screen and (max-width: 1020px) {
  .form .date, .form .password, .form .input {
    width: 100% !important;
    margin-right: 0 !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    position: relative !important;
    float: left !important; } }
.form .textarea .value {
  content: "";
  padding: 0 0 2px 0;
  background: none;
  border-radius: 0px;
  padding-bottom: 2px; }
  .form .textarea .value textarea {
    position: relative;
    width: 100%;
    height: 54px;
    line-height: normal;
    border: 0;
    background: transparent;
    padding: 7px 5px 5px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px; }
    .form .textarea .value textarea:required {
      box-shadow: none; }
.form .readonly label {
  cursor: text; }
.form .readonly input {
  color: #999; }
.form .select .selectboxit-container {
  width: 100%;
  position: relative; }
  .form .select .selectboxit-container * {
    font-size: 1em;
    font-family: MyriadBold;
    font-weight: normal;
    color: #000; }
  .form .select .selectboxit-container:before {
    position: absolute;
    height: 30px;
    bottom: -2px;
    background: transparent;
    background-color: transparent;
    background-color: #dcddd9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFDCDDD9,endColorstr=#FFDCDDD9);
    zoom: 1;
    content: " ";
    width: 100%;
    border-radius: 0;
    left: 0; }
  .form .select .selectboxit-container .selectboxit-option-icon-container {
    display: none; }
  .form .select .selectboxit-container .selectboxit-option-anchor {
    color: #000 !important; }
  .form .select .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background: #dcddd9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dcddd9 0%, #dcddd9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcddd9), color-stop(100%, #dcddd9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dcddd9 0%, #dcddd9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dcddd9 0%, #dcddd9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dcddd9 0%, #dcddd9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dcddd9 0%, #dcddd9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcddd9', endColorstr='#dcddd9',GradientType=0);
    /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcddd9', endColorstr='#dcddd9',GradientType=0);
    /* IE6-9 */
    color: #fff !important; }
  .form .select .selectboxit-container .selectboxit {
    width: auto;
    border: 0;
    border-radius: 0; }
  .form .select .selectboxit-container .selectboxit-btn {
    background-color: #e6e6e6;
    background-image: none;
    border: none; }
  .form .select .selectboxit-container .selectboxit-text {
    text-indent: 10px; }
  .form .select .selectboxit-container .selectboxit-options {
    border-radius: 0px; }
  .form .select .selectboxit-container span, .form .select .selectboxit-container .selectboxit-options a {
    height: 35px;
    line-height: 35px; }
  .form .select .selectboxit-container .selectboxit-arrow {
    top: 50%;
    margin-top: -8px;
    border: 0;
    height: 16px;
    width: 16px; }
    .form .select .selectboxit-container .selectboxit-arrow:after {
      position: absolute;
      height: 100%;
      width: 100%;
      content: "\f078";
      font-family: fontawesome;
      color: #dcddd9;
      font-size: 0.6em;
      line-height: 16px;
      text-align: center;
      left: 0; }
.form .radioList.horizontal .value:before, .form .radioList.horizontal .value:after {
  content: " ";
  display: table; }
.form .radioList.horizontal .value:after {
  clear: both; }
.lt-ie8 .form .radioList.horizontal .value {
  *zoom: 1; }
.form .radioList.horizontal .value label {
  float: left;
  margin-right: 5px; }
.form .radioList .value, .form .radio .value {
  padding: 8px 0 7px; }
  .form .radioList .value span, .form .radio .value span {
    margin-right: 15px; }
  .form .radioList .value label, .form .radio .value label {
    position: relative;
    padding-left: 20px;
    display: block;
    color: #000; }
    .form .radioList .value label input, .form .radio .value label input {
      position: absolute;
      left: 0;
      top: 2px; }
.form .radio .description {
  display: none; }
.form .checkboxList .value, .form .checkbox .value {
  padding: 8px 0 7px; }
  .form .checkboxList .value label, .form .checkbox .value label {
    margin-right: 5px; }
    .form .checkboxList .value label span, .form .checkbox .value label span {
      margin-left: 5px; }
.form .checkbox .description {
  display: none; }
.form .action .description {
  display: none; }
.form .cancel {
  float: left; }
.form .cmsValidationError.date .value, .form .cmsValidationError.password .value, .form .cmsValidationError.input .value, .form .cmsValidationError.textarea .value {
  background: #b21111; }
.form .cmsValidationError.radio .value label span {
  color: #b21111; }
.form .cmsValidationError.select .value .selectboxit-container:before {
  background: #b21111; }
.form .cmsValidationEmpty.date .value, .form .cmsValidationEmpty.password .value, .form .cmsValidationEmpty.input .value, .form .cmsValidationEmpty.textarea .value {
  background: #b21111; }
.form .cmsValidationEmpty.radio .value label span {
  color: #b21111; }
.form .cmsValidationEmpty.select .value .selectboxit-container:before {
  background: #b21111; }
.form .required.cmsValidationOK.date .value, .form .required.cmsValidationOK.password .value, .form .required.cmsValidationOK.input .value {
  background: #7fba00; }
.form .required.cmsValidationOK.select .value .selectboxit-container:before {
  background: #7fba00; }
.form .error {
  font-style: italic;
  color: #b21111; }
@media only screen and (min-width: 800px) {
  .form.dTheme1 .select .selectboxit-btn {
    background: #FFF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
    /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
    /* IE6-9 */ }
  .form.dTheme1 .date input, .form.dTheme1 .password input, .form.dTheme1 .input input {
    background: #FFF; }
  .form.dTheme1 .textarea textarea {
    background: #FFF;
    height: 120px; } }
@media only screen and (min-width: 800px) {
  .form.dTheme2 .select .selectboxit-btn {
    background: #acacac;
    /* Old browsers */
    background: -moz-linear-gradient(top, #acacac 0%, #acacac 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acacac), color-stop(100%, #acacac));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #acacac 0%, #acacac 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #acacac 0%, #acacac 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #acacac 0%, #acacac 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #acacac 0%, #acacac 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acacac', endColorstr='#acacac',GradientType=0);
    /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acacac', endColorstr='#acacac',GradientType=0);
    /* IE6-9 */ }
  .form.dTheme2 .selectboxit-container {
    background: #acacac !important;
    width: 100%; }
    .form.dTheme2 .selectboxit-container .selectboxit-arrow-container {
      border-right: 0px !important; }
    .form.dTheme2 .selectboxit-container ul li {
      background: #FFF !important; }
  .form.dTheme2 .date input, .form.dTheme2 .password input, .form.dTheme2 .input input {
    background: #acacac; }
  .form.dTheme2 .textarea textarea {
    background: #acacac; } }
@media only screen and (max-width: 800px) {
  .form.mTheme1 .select .selectboxit-btn {
    background: #FFF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF 0%, #FFF 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
    /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
    /* IE6-9 */ }
  .form.mTheme1 .date input, .form.mTheme1 .password input, .form.mTheme1 .input input {
    background: #FFF; }
  .form.mTheme1 .textarea textarea {
    background: #FFF; } }
@media only screen and (max-width: 800px) {
  .form.mTheme2 .select .selectboxit-btn {
    background: #dcdfe2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dcdfe2 0%, #dcdfe2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdfe2), color-stop(100%, #dcdfe2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dcdfe2 0%, #dcdfe2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dcdfe2 0%, #dcdfe2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dcdfe2 0%, #dcdfe2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dcdfe2 0%, #dcdfe2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdfe2', endColorstr='#dcdfe2',GradientType=0);
    /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdfe2', endColorstr='#dcdfe2',GradientType=0);
    /* IE6-9 */ }
  .form.mTheme2 label {
    color: #000 !important; }
  .form.mTheme2 .date input, .form.mTheme2 .password input, .form.mTheme2 .input input {
    background: #dcdfe2;
    color: #000; }
  .form.mTheme2 .textarea textarea {
    background: #dcdfe2;
    color: #000; } }
.form .formAddressLine2 {
  display: none; }
.form.companyRegister .formCompanyName, .form.companyRegister .formDepartment {
  display: block; }
.form .formCompanyName, .form .formDepartment {
  display: none; }
  .form .formCompanyName.active, .form .formDepartment.active {
    display: block; }
@media only screen and (min-width: 1020px) {
  .form .formLastName .value, .form .formPrefix .value, .form .formHouseNumber .value, .form .formCity .value {
    margin-left: 0 !important; } }
@media only screen and (min-width: 1020px) {
  .form .formLastName .description, .form .formPrefix .description, .form .formHouseNumber .description, .form .formCity .description {
    display: none; } }
.form .formCompanyName {
  width: 100%; }
.form .formDepartment {
  width: 100%; }
.form .formFirstName {
  float: left;
  margin-right: 5px; }
  .form .formFirstName .value {
    width: 200px; }
    @media only screen and (max-width: 1020px) {
      .form .formFirstName .value {
        width: auto; } }
.form .formPrefix {
  float: left;
  margin-right: 5px;
  width: 70px; }
.form .formLastName {
  position: absolute;
  left: 280px;
  right: 0; }
.form .formPostalCode {
  float: left;
  margin-right: 5px !important; }
  .form .formPostalCode .value {
    width: 80px; }
  @media only screen and (max-width: 1020px) {
    .form .formPostalCode {
      width: 80px !important; } }
.form .formHouseNumber {
  float: left;
  width: 60px; }
  @media only screen and (max-width: 1020px) {
    .form .formHouseNumber {
      width: 60px !important; } }
.form .formAddressLine1 {
  float: left;
  margin-right: 5px; }
  @media only screen and (min-width: 1020px) {
    .form .formAddressLine1 .value {
      width: 275px; } }
.form .formCity {
  position: absolute;
  right: 0;
  left: 450px;
  top: 0; }
.form .formProgressIndicator {
  display: none;
  float: left; }
  .form .formProgressIndicator .value {
    position: relative; }
    @media only screen and (min-width: 1020px) {
      .form .formProgressIndicator .value {
        margin: 8px 0 5px 5px;
        padding: 0 0 0 21px; } }
    @media only screen and (max-width: 1020px) {
      .form .formProgressIndicator .value {
        margin: 30px 0 5px 5px;
        padding: 0 0 0 21px; } }
    .form .formProgressIndicator .value:before {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: 50%;
      left: 0;
      margin-top: -8px;
      background: url('../images/progressIndicator.gif') no-repeat;
      background-size: 16px 16px; }
.form .formArticleQuantity .value {
  width: 50px !important; }

.internationalMode .internationalMode, .internationalMode .formAddressLine2 {
  display: block !important; }
.internationalMode .formPostalCode, .internationalMode .formHouseNumber {
  display: none; }
.internationalMode .nationalMode {
  display: none; }

.form .internationalMode {
  display: none; }

.validationSummary {
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  background-color: #EEE;
  padding: 10px;
  margin: 0 0 10px 0;
  display: none;
  color: #999;
  text-align: left; }
  .validationSummary.server {
    display: block; }
  .validationSummary ul {
    padding-left: 20px; }
  .validationSummary li {
    color: #999; }

.formShippingMethods .description {
  vertical-align: middle  !important; }
.formShippingMethods .cmsRow .cell {
  margin-top: 0; }

.newsletter {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative; }
  .newsletter input {
    height: 40px !important;
    padding: 10px !important;
    background-color: #f2f1f1 !important;
    color: #8a95ad;
    width: 100%;
    font-family: MyriadBold;
    font-size: 0.857em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .newsletter input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #8a95ad; }
    .newsletter input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #8a95ad;
      opacity: 1; }
    .newsletter input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #8a95ad;
      opacity: 1; }
    .newsletter input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #8a95ad; }
  .newsletter .success {
    color: #8e8e8e; }

.formNewsletter {
  border: 1px solid #8a95ad; }
  .formNewsletter .formEmail {
    width: 100%;
    vertical-align: middle; }
  .formNewsletter .submit a {
    display: inline-block;
    padding: 0 10px; }

.gridview1 {
  clear: both;
  font-size: 0.875em; }
  .gridview1:before, .gridview1:after {
    content: " ";
    display: table; }
  .gridview1:after {
    clear: both; }
  .lt-ie8 .gridview1 {
    *zoom: 1; }
  .gridview1.horizontal > .cmsRow0 > .cell {
    border: 0 !important; }
    .gridview1.horizontal > .cmsRow0 > .cell > .value {
      line-height: normal;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      border-top: 1px solid #e96129; }
    .gridview1.horizontal > .cmsRow0 > .cell > .description {
      min-height: 1px;
      position: relative;
      display: block !important;
      vertical-align: middle;
      padding: 5px 10px;
      color: #4d4d4d;
      font-family: inherit;
      background: none;
      line-height: normal;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
    .gridview1.horizontal > .cmsRow0 > .cell .btn {
      margin: -5px -10px 0 0; }
  .gridview1.horizontal > .cmsRow {
    display: table;
    width: 100%; }
    .gridview1.horizontal > .cmsRow > .cell {
      display: table-cell;
      vertical-align: top;
      border-width: 1px 0 0 0;
      border-style: solid;
      border-color: #dcdfe2; }
      .gridview1.horizontal > .cmsRow > .cell > .description {
        display: none;
        margin-bottom: 0; }
      .gridview1.horizontal > .cmsRow > .cell > .value {
        padding: yellow;
        padding: 10px;
        vertical-align: middle;
        font-weight: 700; }
  .gridview1.vertical > .cmsRow {
    border-width: 1px 0 0 0;
    border-color: #dcdfe2;
    border-style: solid; }
    .gridview1.vertical > .cmsRow.cmsRow0 {
      border-width: 1px 0 0 0; }
    .gridview1.vertical > .cmsRow > .cell {
      display: table;
      width: 100%; }
      .gridview1.vertical > .cmsRow > .cell > .description, .gridview1.vertical > .cmsRow > .cell > .value {
        display: table-cell;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      .gridview1.vertical > .cmsRow > .cell > .description {
        width: 200px; }
  .gridview1 .formArticleImage {
    text-align: left;
    width: 100px; }
    .gridview1 .formArticleImage > .value {
      position: relative; }
      .gridview1 .formArticleImage > .value .image {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-decoration: none;
        width: 100%; }
        .gridview1 .formArticleImage > .value .image:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-right: -0.25em;
          /* Adjusts for spacing */ }
        .gridview1 .formArticleImage > .value .image img {
          display: inline-block;
          vertical-align: middle;
          width: 95%; }
        .gridview1 .formArticleImage > .value .image.square:before {
          padding-bottom: 100%; }
        .gridview1 .formArticleImage > .value .image.landscape:before {
          padding-bottom: 100%/2; }
        .gridview1 .formArticleImage > .value .image.portrait:before {
          padding-bottom: 200%; }
  .gridview1 .formArticleName {
    width: auto; }
    .gridview1 .formArticleName > .value {
      position: relative; }
  .gridview1 .formArticleQuantity {
    text-align: left;
    width: 110px; }
    .gridview1 .formArticleQuantity > .description {
      float: none;
      margin: 0; }
    @media  (max-width: 800px) {
      .gridview1 .formArticleQuantity > .value {
        float: right; } }
    .gridview1 .formArticleQuantity > .value input[type=text] {
      float: left;
      width: 50px; }
    .gridview1 .formArticleQuantity > .value .updateItem {
      padding-right: 0 !important;
      width: 16px;
      text-align: center; }
    .gridview1 .formArticleQuantity > .value.editQuantity {
      position: relative;
      margin-left: 0; }
      .gridview1 .formArticleQuantity > .value.editQuantity .price, .gridview1 .formArticleQuantity > .value.editQuantity .location {
        display: none; }
  .gridview1 .formArticlePrice {
    text-align: right;
    width: 85px; }
    .gridview1 .formArticlePrice > .value {
      white-space: nowrap; }
  .gridview1 .formTotalPrice {
    width: 100px; }
    @media only screen and (min-width: 1020px) {
      .gridview1 .formTotalPrice {
        text-align: right; } }
    .gridview1 .formTotalPrice > .value {
      white-space: nowrap; }
  .gridview1 .formRemove {
    width: 36px; }
    .gridview1 .formRemove > .value a {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      background: transparent;
      text-align: center;
      text-decoration: none;
      position: relative; }
  .gridview1 .formArticleNumber {
    width: 150px; }
  .gridview1 .formReorder {
    width: 26px; }
    .gridview1 .formReorder > .value a {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      background: #1b6973;
      text-align: center;
      color: transparent;
      text-indent: -99999px;
      text-decoration: none;
      position: relative; }
      .gridview1 .formReorder > .value a:before {
        position: absolute;
        left: 0;
        line-height: 16px;
        height: 16px;
        width: 16px;
        content: "\f067";
        color: #FFF !important;
        font-family: fontawesome;
        text-indent: 0;
        font-size: 0.833em;
        text-align: center; }
  .gridview1 .formOrderNumber {
    width: auto;
    text-align: left; }
  .gridview1 .formDate {
    width: 110px;
    text-align: left; }
  .gridview1 .formPaymentStatus {
    width: 90px;
    text-align: left; }
  .gridview1 .formDeliveryStatus {
    width: 90px;
    text-align: left; }
  .gridview1 .formViewOrder {
    width: 160px;
    text-align: left; }

.gridviewArticleTable.vertical {
  margin-top: -10px; }
  .gridviewArticleTable.vertical .cmsRow0 {
    border: 0 !important; }
  .gridviewArticleTable.vertical .gvCol {
    text-align: left !important;
    padding-top: 10px; }
    .gridviewArticleTable.vertical .gvCol .row0 {
      margin-bottom: 5px; }
  .gridviewArticleTable.vertical .gvColArticleNr {
    display: block !important; }
    .gridviewArticleTable.vertical .gvColArticleNr .row {
      display: block !important;
      width: auto !important;
      height: auto !important;
      line-height: normal !important;
      padding: 0 !important;
      border: 0 !important; }
  .gridviewArticleTable.vertical .gvColPrice, .gridviewArticleTable.vertical .gvColStock {
    float: left;
    width: 50% !important;
    clear: both; }
    .gridviewArticleTable.vertical .gvColPrice .row, .gridviewArticleTable.vertical .gvColStock .row {
      display: block !important;
      width: auto !important;
      height: auto !important;
      line-height: normal !important;
      padding: 0 !important;
      border: 0 !important; }
  .gridviewArticleTable.vertical .gvColAmount {
    position: absolute;
    width: 65px !important;
    right: 0;
    top: 0;
    text-align: center !important; }
    .gridviewArticleTable.vertical .gvColAmount .row {
      display: block !important;
      width: auto !important;
      height: auto !important;
      line-height: normal !important;
      padding: 0 !important;
      border: 0 !important; }
  .gridviewArticleTable.vertical .gvColAddToBasket .row0 {
    display: none; }
  .gridviewArticleTable.vertical .gvColAddToBasket .row {
    display: block !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    padding: 0 !important;
    border: 0 !important; }

.gridviewScroll {
  clear: both;
  font-size: 0.875em; }
  .gridviewScroll:before, .gridviewScroll:after {
    content: " ";
    display: table; }
  .gridviewScroll:after {
    clear: both; }
  .lt-ie8 .gridviewScroll {
    *zoom: 1; }
  .gridviewScroll .gridviewScroll {
    font-size: 1em; }
  .gridviewScroll .cmsRow0 {
    width: 100%;
    display: table;
    position: relative; }
    .gridviewScroll .cmsRow0 > .gvCol {
      display: table-cell;
      text-align: center;
      font-family: Myriad;
      font-weight: bold;
      font-size: 1.077em;
      color: #000;
      vertical-align: top; }
      .gridviewScroll .cmsRow0 > .gvCol > .row {
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        padding-top: 10px;
        font-family: Myriad; }
        .gridviewScroll .cmsRow0 > .gvCol > .row:before, .gridviewScroll .cmsRow0 > .gvCol > .row:after {
          content: " ";
          display: table; }
        .gridviewScroll .cmsRow0 > .gvCol > .row:after {
          clear: both; }
        .lt-ie8 .gridviewScroll .cmsRow0 > .gvCol > .row {
          *zoom: 1; }
      .gridviewScroll .cmsRow0 > .gvCol > .row0 {
        font-family: MyriadBold;
        color: #c2c2c2;
        font-weight: normal;
        border-bottom: 1px solid #c2c2c2;
        padding-top: 0px; }
    .gridviewScroll .cmsRow0 .gvColArticleNr {
      text-align: left; }
      .gridviewScroll .cmsRow0 .gvColArticleNr > .row {
        padding-left: 0px; }
    .gridviewScroll .cmsRow0 .gvColArticleAttributes {
      padding: 0 !important; }
    .gridviewScroll .cmsRow0 .gvColPrice {
      width: 90px; }
    .gridviewScroll .cmsRow0 .gvColStock {
      width: 46px; }
    .gridviewScroll .cmsRow0 .gvColAmount {
      width: 80px; }
      .gridviewScroll .cmsRow0 .gvColAmount .selectboxit {
        margin-top: 5px !important; }
    .gridviewScroll .cmsRow0 .gvColAddToBasket {
      width: 180px; }
    .gridviewScroll .cmsRow0 .gvColOffer {
      width: 80px; }
    .gridviewScroll .cmsRow0 > .gvCol0 > .row > a {
      text-decoration: none;
      color: #000;
      float: left; }
    .gridviewScroll .cmsRow0 > .gvCol0 > .row > .expand {
      display: block;
      display: table-cell;
      vertical-align: middle;
      text-decoration: none; }
      .gridviewScroll .cmsRow0 > .gvCol0 > .row > .expand:before {
        float: left;
        width: 10px;
        height: 40px;
        margin: 0 10px;
        content: "\f0da";
        text-align: center;
        text-indent: 0;
        font-family: MyriadBold;
        color: #055ba4;
        font-size: 1em;
        left: -10px;
        top: -1px; }
    .gridviewScroll .cmsRow0 > .gvCol0 > .row.open > .expand:before {
      content: "\f0d7"; }
    .gridviewScroll .cmsRow0 > .gvCol0 > .row.open > .collapse {
      display: block; }
    .gridviewScroll .cmsRow0 > .gvCol0 > .row .expand {
      position: absolute; }
    .gridviewScroll .cmsRow0 > .gvCol0 > .row > .collapse {
      display: none;
      line-height: normal;
      width: 100%;
      height: auto;
      background-color: #dadada;
      color: #000;
      text-align: left;
      position: absolute;
      z-index: 10;
      margin-top: 40px;
      padding: 25px 30px;
      background-image: url('../../content/images/gridview-element.png');
      background-repeat: no-repeat;
      background-position: 35px 0;
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #cfcfcf;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .gridviewScroll .cmsRow0 > .gvCol0 > .row > .collapse > .kenmerkenTitle {
        font-family: Myriad; }
      .gridviewScroll .cmsRow0 > .gvCol0 > .row > .collapse > .kenmerken {
        width: 100%;
        float: left; }
      .gridviewScroll .cmsRow0 > .gvCol0 > .row > .collapse > .more {
        font-family: Myriad;
        width: 100%;
        float: right;
        text-align: right;
        margin-top: -1em; }
        .gridviewScroll .cmsRow0 > .gvCol0 > .row > .collapse > .more a {
          color: #055ba4; }
    .gridviewScroll .cmsRow0 > .gvCol1 {
      text-align: left;
      margin: 0;
      position: relative; }
      .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll {
        border-width: 0; }
        .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll #mCSB_1_scrollbar_horizontal {
          top: 0;
          bottom: auto;
          height: 10px; }
        .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
          margin: 0; }
        .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
          height: 10px;
          margin: 0;
          background: #3471a1;
          border-radius: 0; }
        .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
          height: 10px;
          margin: 0;
          background: #cfcfcf;
          border-radius: 0; }
        .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .scrollContainerWidth {
          display: table; }
          .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .scrollContainerWidth > .cmsRow0 > .cell {
            padding-top: 10px !important; }
          .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .scrollContainerWidth > .cmsRow {
            padding: 0px;
            margin: 0px;
            height: 40px;
            line-height: 40px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            display: table-row; }
            .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .scrollContainerWidth > .cmsRow:nth-child(even) {
              background-color: #fff; }
            .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .scrollContainerWidth > .cmsRow > .cell {
              float: none !important;
              display: table-cell;
              min-width: 50px !important;
              text-align: center;
              border-width: 0;
              white-space: nowrap;
              padding: 0 5px; }
              .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .scrollContainerWidth > .cmsRow > .cell.empty {
                width: 100%; }
          .gridviewScroll .cmsRow0 > .gvCol1 > .gridviewScroll .scrollContainerWidth > .cmsRow0 {
            border-width: 0;
            font-family: Myriad; }
    .gridviewScroll .cmsRow0 > .gvCol4 .selectboxit-container.selectboxit-container > .selectboxit {
      background-color: #055ba4 !important;
      color: #fff !important; }
      .gridviewScroll .cmsRow0 > .gvCol4 .selectboxit-container.selectboxit-container > .selectboxit.selectboxit-btn {
        height: 30px !important; }
        .gridviewScroll .cmsRow0 > .gvCol4 .selectboxit-container.selectboxit-container > .selectboxit.selectboxit-btn > span {
          height: 30px !important;
          line-height: 30px !important; }
      .gridviewScroll .cmsRow0 > .gvCol4 .selectboxit-container.selectboxit-container > .selectboxit .selectboxit-text {
        margin-left: 0px !important; }
      .gridviewScroll .cmsRow0 > .gvCol4 .selectboxit-container.selectboxit-container > .selectboxit .selectboxit-default-arrow {
        border-top-color: #fff !important; }
    .gridviewScroll .cmsRow0 > .gvCol4 .selectboxit-container.selectboxit-container .selectboxit-option, .gridviewScroll .cmsRow0 > .gvCol4 .selectboxit-container.selectboxit-container .selectboxit-optgroup-header {
      text-indent: 0 !important; }
  .gridviewScroll.scrollContainer {
    display: block;
    width: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden; }
    .gridviewScroll.scrollContainer > .scrollContainerWidth {
      width: auto; }
      .gridviewScroll.scrollContainer > .scrollContainerWidth > .cmsRow {
        width: auto !important; }
  .gridviewScroll.horizontal > .cmsRow0 > .gvCol {
    border: 0 !important; }
    .gridviewScroll.horizontal > .cmsRow0 > .gvCol > .value {
      line-height: normal;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      border-top: 1px solid #e96129; }
    .gridviewScroll.horizontal > .cmsRow0 > .gvCol > .description {
      min-height: 1px;
      position: relative;
      display: block !important;
      vertical-align: middle;
      padding: 5px 10px;
      color: #4d4d4d;
      font-family: inherit;
      background: none;
      line-height: normal;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
    .gridviewScroll.horizontal > .cmsRow0 > .gvCol .btn {
      margin: -5px -10px 0 0; }
  .gridviewScroll.horizontal > .cmsRow {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .gridviewScroll.horizontal > .cmsRow > .gvCol {
      display: table-cell;
      vertical-align: top;
      border-width: 1px 0 0 0;
      border-style: solid;
      border-color: #dcdfe2; }
      .gridviewScroll.horizontal > .cmsRow > .gvCol > .description {
        display: none;
        margin-bottom: 0; }
      .gridviewScroll.horizontal > .cmsRow > .gvCol > .value {
        padding: yellow;
        padding: 10px;
        vertical-align: middle;
        font-weight: 700; }
  .gridviewScroll.vertical > .cmsRow {
    border-width: 1px 0 0 0;
    border-color: #dcdfe2;
    border-style: solid; }
    .gridviewScroll.vertical > .cmsRow.cmsRow0 {
      border-width: 1px 0 0 0; }
    .gridviewScroll.vertical > .cmsRow > .gvCol {
      display: table;
      width: 100%; }
      .gridviewScroll.vertical > .cmsRow > .gvCol > .row0, .gridviewScroll.vertical > .cmsRow > .gvCol > .row1 {
        display: table-cell;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      .gridviewScroll.vertical > .cmsRow > .gvCol > .row0 {
        width: 200px; }
  .gridviewScroll .formArticleImage {
    text-align: left;
    width: 100px; }
    .gridviewScroll .formArticleImage > .value {
      position: relative; }
      .gridviewScroll .formArticleImage > .value .image {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-decoration: none;
        width: 100%; }
        .gridviewScroll .formArticleImage > .value .image:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-right: -0.25em;
          /* Adjusts for spacing */ }
        .gridviewScroll .formArticleImage > .value .image img {
          display: inline-block;
          vertical-align: middle;
          width: 95%; }
        .gridviewScroll .formArticleImage > .value .image.square:before {
          padding-bottom: 100%; }
        .gridviewScroll .formArticleImage > .value .image.landscape:before {
          padding-bottom: 100%/2; }
        .gridviewScroll .formArticleImage > .value .image.portrait:before {
          padding-bottom: 200%; }
  .gridviewScroll .formArticleName {
    width: auto; }
    .gridviewScroll .formArticleName > .value {
      position: relative; }
  .gridviewScroll .formArticleQuantity {
    text-align: left;
    width: 110px; }
    .gridviewScroll .formArticleQuantity > .description {
      float: none;
      margin: 0; }
    .gridviewScroll .formArticleQuantity > .value.editQuantity {
      position: relative;
      margin-left: 0; }
      .gridviewScroll .formArticleQuantity > .value.editQuantity .price, .gridviewScroll .formArticleQuantity > .value.editQuantity .location {
        display: none; }
  .gridviewScroll .formArticlePrice {
    text-align: right;
    width: 85px; }
    .gridviewScroll .formArticlePrice > .value {
      white-space: nowrap; }
  .gridviewScroll .formTotalPrice {
    width: 100px; }
    @media only screen and (min-width: 1020px) {
      .gridviewScroll .formTotalPrice {
        text-align: right; } }
    .gridviewScroll .formTotalPrice > .value {
      white-space: nowrap; }
  .gridviewScroll .formRemove {
    width: 26px; }
    .gridviewScroll .formRemove > .value a {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      background: transparent;
      text-align: center;
      color: transparent;
      text-indent: -99999px;
      text-decoration: none;
      position: relative; }
      .gridviewScroll .formRemove > .value a:before {
        position: absolute;
        left: 0;
        line-height: 16px;
        height: 16px;
        width: 16px;
        content: "";
        color: #c0c0c0 !important;
        font-family: fontawesome;
        text-indent: 0;
        font-size: 0.833em;
        text-align: center;
        background: url('../images/spriteLowRes.png');
        background-position: 0 -150px; }
  .gridviewScroll .formReorder {
    width: 26px; }
    .gridviewScroll .formReorder > .value a {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      background: #1b6973;
      text-align: center;
      color: transparent;
      text-indent: -99999px;
      text-decoration: none;
      position: relative; }
      .gridviewScroll .formReorder > .value a:before {
        position: absolute;
        left: 0;
        line-height: 16px;
        height: 16px;
        width: 16px;
        content: "\f067";
        color: #FFF !important;
        font-family: fontawesome;
        text-indent: 0;
        font-size: 0.833em;
        text-align: center; }
  .gridviewScroll .formOrderNumber {
    width: auto;
    text-align: left; }
  .gridviewScroll .formDate {
    width: 110px;
    text-align: left; }
  .gridviewScroll .formPaymentStatus {
    width: 90px;
    text-align: left; }
  .gridviewScroll .formDeliveryStatus {
    width: 90px;
    text-align: left; }
  .gridviewScroll .formViewOrder {
    width: 160px;
    text-align: left; }

.gridview1.gridviewLargeBasketOverview .attributes {
  clear: both;
  font-size: 0.8em;
  display: block; }
@media only screen and (min-width: 800px) {
  .gridview1.gridviewLargeBasketOverview .textOnly {
    padding-top: 22px !important; } }
.gridview1.gridviewLargeBasketOverview .cmsRow.edit {
  display: none; }
.gridview1.gridviewLargeBasketOverview .cmsRow.show {
  display: block; }
@media only screen and (max-width: 800px) {
  .gridview1.gridviewLargeBasketOverview .cmsRow {
    position: relative; }
  .gridview1.gridviewLargeBasketOverview .formArticleImage {
    width: 100px !important;
    position: absolute; }
    .gridview1.gridviewLargeBasketOverview .formArticleImage .description {
      display: none !important; }
  .gridview1.gridviewLargeBasketOverview .formArticleName {
    margin-left: 100px;
    width: auto !important; }
    .gridview1.gridviewLargeBasketOverview .formArticleName .description {
      display: none !important; }
    .gridview1.gridviewLargeBasketOverview .formArticleName .value {
      padding: 5px 26px 5px 10px !important; }
  .gridview1.gridviewLargeBasketOverview .formArticleQuantity .description, .gridview1.gridviewLargeBasketOverview .formTotalPrice .description, .gridview1.gridviewLargeBasketOverview .formArticlePrice .description {
    padding-left: 110px !important;
    width: 100px !important; }
  .gridview1.gridviewLargeBasketOverview .formArticleQuantity .value, .gridview1.gridviewLargeBasketOverview .formTotalPrice .value, .gridview1.gridviewLargeBasketOverview .formArticlePrice .value {
    text-align: right; }
  .gridview1.gridviewLargeBasketOverview .formArticleQuantity .description {
    text-align: left;
    vertical-align: middle; }
  .gridview1.gridviewLargeBasketOverview .formArticleQuantity .editQuantity {
    float: right; }
  .gridview1.gridviewLargeBasketOverview .formTotalPrice .description, .gridview1.gridviewLargeBasketOverview .formArticlePrice .description {
    text-align: left; }
  .gridview1.gridviewLargeBasketOverview .formRemove {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block !important;
    width: auto !important; }
    .gridview1.gridviewLargeBasketOverview .formRemove .value {
      display: inline-block !important; }
    .gridview1.gridviewLargeBasketOverview .formRemove .description {
      display: none !important; } }

.gridview1.gridviewLargeBasketTotals {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #dcdfe2; }
  .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell {
    width: 100%; }
    .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell > .description {
      text-align: right;
      vertical-align: top;
      padding: 5px 10px 5px 10px; }
    .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell > .value {
      width: 160px;
      text-align: right;
      padding: 5px 10px 5px 10px; }
      @media only screen and (max-width: 1020px) {
        .gridview1.gridviewLargeBasketTotals > .cmsRow > .cell > .value {
          padding: 5px 10px 5px 10px; } }

.formLargeBasketQuantity {
  margin: 0 auto; }
  .formLargeBasketQuantity .cell {
    float: left;
    display: table-cell;
    vertical-align: top;
    margin: 0 !important; }
  .formLargeBasketQuantity .formArticleQuantity {
    width: auto !important; }
    .formLargeBasketQuantity .formArticleQuantity .value {
      width: 50px !important; }

.formArticleImage {
  text-align: left;
  width: 100px; }
  .formArticleImage > .value {
    position: relative; }
    .formArticleImage > .value .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      width: 100%; }
      .formArticleImage > .value .image:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em;
        /* Adjusts for spacing */ }
      .formArticleImage > .value .image img {
        display: inline-block;
        vertical-align: middle;
        width: 95%; }
      .formArticleImage > .value .image.square:before {
        padding-bottom: 100%; }
      .formArticleImage > .value .image.landscape:before {
        padding-bottom: 100%/2; }
      .formArticleImage > .value .image.portrait:before {
        padding-bottom: 200%; }

.formArticleName {
  width: auto; }
  .formArticleName > .value {
    position: relative; }

.formArticleQuantity {
  text-align: left;
  width: 110px; }
  .formArticleQuantity > .description {
    float: none;
    margin: 0; }
  .formArticleQuantity > .value.editQuantity {
    position: relative;
    margin-left: 0; }
    .formArticleQuantity > .value.editQuantity .price, .formArticleQuantity > .value.editQuantity .location {
      display: none; }

.formArticlePrice {
  text-align: right;
  width: 85px; }
  .formArticlePrice > .value {
    white-space: nowrap; }

.formTotalPrice {
  width: 100px; }
  @media only screen and (min-width: 1020px) {
    .formTotalPrice {
      text-align: right; } }
  .formTotalPrice > .value {
    white-space: nowrap; }

.formRemove {
  width: 36px; }

.formReorder {
  width: 26px; }
  .formReorder > .value a {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #1b6973;
    text-align: center;
    color: transparent;
    text-indent: -99999px;
    text-decoration: none;
    position: relative; }
    .formReorder > .value a:before {
      position: absolute;
      left: 0;
      line-height: 16px;
      height: 16px;
      width: 16px;
      content: "\f067";
      color: #FFF !important;
      font-family: fontawesome;
      text-indent: 0;
      font-size: 0.833em;
      text-align: center; }

.formOrderNumber {
  width: auto;
  text-align: left; }

.formDate {
  width: 110px;
  text-align: left; }

.formPaymentStatus {
  width: 90px;
  text-align: left; }

.formDeliveryStatus {
  width: 90px;
  text-align: left; }

.formViewOrder {
  width: 160px;
  text-align: left; }

.formArticlePersonalNote {
  text-align: left;
  width: 150px; }

.formArticleStock {
  text-align: center;
  width: 100px; }

a {
  color: #000; }
  a:hover {
    color: #000; }
  a.noLine {
    text-decoration: none; }

button.link, a.link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  border: 0; }
  button.link.floatLeft, a.link.floatLeft {
    float: left; }
    button.link.floatLeft:before, button.link.floatLeft:after, a.link.floatLeft:before, a.link.floatLeft:after {
      content: " ";
      display: table; }
    button.link.floatLeft:after, a.link.floatLeft:after {
      clear: both; }
    .lt-ie8 button.link.floatLeft, .lt-ie8 a.link.floatLeft {
      *zoom: 1; }
  button.link.floatRight, a.link.floatRight {
    float: right; }
    button.link.floatRight:before, button.link.floatRight:after, a.link.floatRight:before, a.link.floatRight:after {
      content: " ";
      display: table; }
    button.link.floatRight:after, a.link.floatRight:after {
      clear: both; }
    .lt-ie8 button.link.floatRight, .lt-ie8 a.link.floatRight {
      *zoom: 1; }
  .gridview1 button.link, .gridview1 a.link {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  button.link:after, button.link:before, a.link:after, a.link:before {
    width: 16px;
    margin-top: -8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 16px;
    font-family: fontawesome !important;
    font-size: 0.6em; }
  button.link.back:before, button.link.cancel:before, a.link.back:before, a.link.cancel:before {
    content: "\f053" !important; }
  button.link.add, a.link.add {
    padding: 0 21px 0 0;
    margin: 10px 0; }
    button.link.add:before, a.link.add:before {
      content: "\f078";
      right: 0; }
    button.link.add.expand:before, a.link.add.expand:before {
      content: "\f077"; }
  button.link.toggle, a.link.toggle {
    padding: 0 21px 0 0;
    margin: 10px 0; }
    button.link.toggle:before, a.link.toggle:before {
      content: "\f078";
      right: 0; }
    button.link.toggle.expand:before, a.link.toggle.expand:before {
      content: "\f077"; }
  button.link.continue, a.link.continue {
    margin: 10px 0;
    padding: 0 21px 0 0; }
    button.link.continue:after, a.link.continue:after {
      content: "\f054";
      right: 0; }
  button.link.medium, a.link.medium {
    margin: 10px 0; }
  button.link.back, button.link.edit, button.link.update, button.link.remove, button.link.change, button.link.cancel, a.link.back, a.link.edit, a.link.update, a.link.remove, a.link.change, a.link.cancel {
    padding: 0 0 0 21px; }
    button.link.back:before, button.link.edit:before, button.link.update:before, button.link.remove:before, button.link.change:before, button.link.cancel:before, a.link.back:before, a.link.edit:before, a.link.update:before, a.link.remove:before, a.link.change:before, a.link.cancel:before {
      content: "\f054";
      left: 0; }
  button.link.theme1, a.link.theme1 {
    color: #dcddd9 !important; }
    button.link.theme1:hover, a.link.theme1:hover {
      color: #dcddd9 !important; }
      button.link.theme1:hover:before, a.link.theme1:hover:before {
        color: #fff;
        background: #dcddd9; }
    button.link.theme1:before, a.link.theme1:before {
      color: #fff;
      background: #dcddd9; }
  button.link.m1, a.link.m1 {
    margin-top: 10px; }

.list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .list:before, .list:after {
    content: " ";
    display: table; }
  .list:after {
    clear: both; }
  .lt-ie8 .list {
    *zoom: 1; }
  @media only screen and (min-width: 1020px) {
    .list.dLeft {
      text-align: left; }
    .list.dCenter {
      text-align: center; }
    .list.dRight {
      text-align: right; } }
  @media only screen and (max-width: 1020px) {
    .list.mLeft {
      text-align: left; }
    .list.mCenter {
      text-align: center; }
    .list.mRight {
      text-align: right; } }
  .list.horizontal li {
    display: inline-block;
    vertical-align: middle; }

.list1 {
  margin-left: 50px; }
  @media only screen and (max-width: 800px) {
    .list1 {
      border-width: 0;
      border-color: #dcdfe2;
      border-style: solid; } }
  .list1 li {
    border-width: 0;
    border-style: solid;
    border-color: #dcdfe2;
    line-height: normal;
    position: relative;
    padding: 18px 0; }
    .list1 li:before {
      position: absolute;
      left: -42px;
      top: 12px;
      font-family: fontawesome;
      font-size: 2em; }
    .list1 li.klantworden:before {
      content: "\f007"; }
    .list1 li.producten:before {
      content: "\f0b1"; }
    .list1 li.nieuwsUpdates:before {
      content: "\f0ac"; }
    .list1 li.vraag:before {
      content: "\f059"; }
    .list1 li.documentatie:before {
      content: "\f1ea"; }
    .list1 li a {
      text-decoration: none; }
      .list1 li a:hover {
        color: #fff !important; }

.list2 {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .list2 li {
    display: inline; }
    .list2 li a:hover {
      text-decoration: underline; }
    .list2 li.stretch {
      display: inline-block;
      width: 100%;
      *display: inline;
      zoom: 1; }

.list3 li a {
  color: #fff; }
  .list3 li a:hover {
    text-decoration: underline; }

.list4:before, .list4:after {
  content: " ";
  display: table; }
.list4:after {
  clear: both; }
.lt-ie8 .list4 {
  *zoom: 1; }
.list4 li {
  width: 36px;
  height: 36px;
  background-color: #dcddd9;
  text-align: center;
  display: table !important;
  float: left;
  margin-left: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .list4 li:hover {
    background-color: white;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
  .list4 li:first-child {
    margin: 0; }
  .list4 li a {
    display: table-cell;
    font-family: fontawesome;
    color: #fff;
    vertical-align: middle; }

.slider1 {
  position: relative;
  padding-top: 35%;
  background-color: #acacac; }
  .slider1 p {
    margin: 0; }
  .slider1 .button {
    min-width: 180px; }
  .slider1 .slides {
    width: 100%;
    height: 100%; }
    .backoffice .slider1 .slides {
      overflow-y: scroll !important;
      overflow-x: hidden !important; }
      .backoffice .slider1 .slides .controlBorder:before, .backoffice .slider1 .slides .controlBorder:after {
        content: " ";
        display: table; }
      .backoffice .slider1 .slides .controlBorder:after {
        clear: both; }
      .lt-ie8 .backoffice .slider1 .slides .controlBorder {
        *zoom: 1; }
  .slider1 .slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .backoffice .slider1 .slide {
      position: relative; }
  .slider1 .text {
    margin: 5% 0 0 20px;
    position: absolute;
    top: 0;
    width: 38%;
    color: #f2f1f1; }
    @media only screen and (max-width: 1020px) {
      .slider1 .text a {
        display: none !important; } }
    .slider1 .text h3 {
      margin-bottom: 0px;
      font-size: 1.286em;
      padding: 0px 0px 30px; }
      @media only screen and (max-width: 1020px) {
        .slider1 .text h3 {
          display: none; } }
      @media only screen and (max-width: 480px) {
        .slider1 .text h3 {
          display: none; } }
    .slider1 .text h2 {
      font-size: 4.286em;
      font-weight: bold;
      font-family: Impact !important;
      color: #f2f1f1;
      padding-bottom: 0px;
      margin-bottom: 10px;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1020px) {
        .slider1 .text h2 {
          font-size: 3.5em; } }
      @media only screen and (max-width: 800px) {
        .slider1 .text h2 {
          font-size: 2em; } }
      @media only screen and (max-width: 480px) {
        .slider1 .text h2 {
          font-size: 1.429em; } }
      .slider1 .text h2 b {
        font-family: Helvetica Bold;
        font-size: 4em;
        line-height: 1em; }
  .slider1 .title {
    display: block; }
    .backoffice .slider1 .title {
      display: block; }
  .slider1 .image {
    height: 100%;
    width: 100%;
    line-height: 0;
    text-align: right; }
    @media only screen and (max-width: 1020px) {
      .slider1 .image {
        position: relative;
        top: 30px; } }
    .slider1 .image p {
      height: 100%;
      width: 100%;
      text-align: center; }
    .slider1 .image img {
      vertical-align: top;
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 1020px) {
        .slider1 .image img {
          height: inherit;
          width: auto; } }
  .slider1 .sliderControls {
    width: 100%; }
    .slider1 .sliderControls:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    .slider1 .sliderControls .inner {
      color: orange;
      padding: 10px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: bottom;
      width: 100%; }
    .backoffice .slider1 .sliderControls {
      display: none; }
    .slider1 .sliderControls .controls {
      display: block;
      height: auto;
      position: absolute;
      bottom: 50%;
      margin-top: -20px;
      left: 0px;
      right: 0px; }
      @media only screen and (min-width: 1320px) {
        .slider1 .sliderControls .controls {
          left: -60px;
          right: -60px; } }
      @media only screen and (max-width: 1320px) {
        .slider1 .sliderControls .controls {
          display: none; } }
      .slider1 .sliderControls .controls:before, .slider1 .sliderControls .controls:after {
        content: " ";
        display: table; }
      .slider1 .sliderControls .controls:after {
        clear: both; }
      .lt-ie8 .slider1 .sliderControls .controls {
        *zoom: 1; }
      .slider1 .sliderControls .controls .control {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 1;
        font-family: fontawesome;
        font-size: 3em; }
        .slider1 .sliderControls .controls .control:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0px;
          width: 100%;
          text-align: center;
          font-family: fontawesome;
          color: #e96129; }
        .slider1 .sliderControls .controls .control.left {
          float: left; }
          .slider1 .sliderControls .controls .control.left:after {
            content: "\f104"; }
        .slider1 .sliderControls .controls .control.right {
          float: right; }
          .slider1 .sliderControls .controls .control.right:after {
            content: "\f105"; }
    .slider1 .sliderControls .description {
      position: absolute;
      right: 20px;
      top: 40px;
      display: none;
      font-size: 2.5em;
      font-family: 'francois_oneregular';
      width: 200px;
      line-height: 1em; }
    .slider1 .sliderControls .title {
      font-size: 1em;
      padding: 15px 20px;
      display: block;
      cursor: pointer;
      margin: 0 -10px;
      font-weight: bold; }
    .slider1 .sliderControls .indicators {
      height: 10px;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      margin: 0 0 0 20px;
      bottom: 10%;
      z-index: 1; }
      .slider1 .sliderControls .indicators:before, .slider1 .sliderControls .indicators:after {
        content: " ";
        display: table; }
      .slider1 .sliderControls .indicators:after {
        clear: both; }
      .lt-ie8 .slider1 .sliderControls .indicators {
        *zoom: 1; }
      .slider1 .sliderControls .indicators > .indicator {
        background-color: gray;
        border-radius: 50%;
        cursor: pointer;
        float: left;
        list-style: outside none none;
        margin: 0 10px 0 0;
        padding: 5px;
        text-align: center; }
        .slider1 .sliderControls .indicators > .indicator:hover {
          background-color: #dcddd9 !important;
          color: #FFFFFF; }
        .slider1 .sliderControls .indicators > .indicator:first-child {
          border-top: 0; }
        .slider1 .sliderControls .indicators > .indicator.current {
          background-color: #fff;
          color: #FFFFFF; }

.breadcrumbs {
  width: 100%;
  line-height: 20px;
  margin: 0 auto;
  padding: 0px;
  color: inherit;
  background: tranparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: " ";
    display: table; }
  .breadcrumbs:after {
    clear: both; }
  .lt-ie8 .breadcrumbs {
    *zoom: 1; }
  @media only screen and (max-width: 1020px) {
    .breadcrumbs {
      padding: 10px 0 10px 10px; } }
  @media only screen and (min-width: 1020px) {
    .breadcrumbs {
      width: 100%; } }
  .breadcrumbs .label {
    float: left;
    margin-right: 5px; }
  .breadcrumbs a {
    margin-right: 2px;
    position: relative;
    color: #f2f1f1;
    text-decoration: none;
    display: inline-block; }
    .breadcrumbs a:hover {
      color: #f2f1f1; }
    .breadcrumbs a:after {
      color: #f2f1f1;
      display: inline-block;
      margin-left: 6px;
      content: "\f105";
      top: 0;
      text-decoration: none !important;
      font-family: fontawesome; }
  .breadcrumbs .clear {
    display: none; }

button {
  background: transparent;
  border: 0; }

.button {
  font-family: Impact;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer; }
  .button.floatLeft {
    float: left; }
  .button.floatRight {
    float: right; }
  .button.block {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%; }
  .button.bottom {
    position: absolute;
    bottom: 0; }
  .button.shadow {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 0.75); }
  .button.xsmall {
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    font-size: 1em; }
  .button.small {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 1em; }
  .button.medium {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 1em; }
    .button.medium.iconOnly {
      padding: 0px 10px; }
  .button.large {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 1em; }
  .button.theme1 {
    color: #fff !important;
    text-align: center;
    border-width: 0px;
    border-color: #000;
    border-style: solid;
    text-transform: uppercase;
    background: #e96129;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e96129 0%, #e96129 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e96129), color-stop(100%, #e96129));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e96129 0%, #e96129 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e96129 0%, #e96129 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e96129 0%, #e96129 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e96129 0%, #e96129 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e96129', endColorstr='#e96129',GradientType=0);
    /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e96129', endColorstr='#e96129',GradientType=0);
    /* IE6-9 */
    text-decoration: none !important;
    font-family: MyriadBold; }
    .button.theme1:hover {
      color: #fff !important;
      border-color: #000;
      background: #000;
      /* Old browsers */
      background: -moz-linear-gradient(top, #000 0%, #000 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #000));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #000 0%, #000 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #000 0%, #000 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #000 0%, #000 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #000 0%, #000 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
      /* IE6-9 */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
      /* IE6-9 */ }
  .button.theme2 {
    color: #fff !important;
    text-align: center;
    border-width: 0px;
    border-color: #f8ad1f;
    border-style: solid;
    text-transform: uppercase;
    background: #055ba4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #055ba4 0%, #055ba4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055ba4), color-stop(100%, #055ba4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #055ba4 0%, #055ba4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #055ba4 0%, #055ba4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #055ba4 0%, #055ba4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #055ba4 0%, #055ba4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055ba4', endColorstr='#055ba4',GradientType=0);
    /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055ba4', endColorstr='#055ba4',GradientType=0);
    /* IE6-9 */
    text-decoration: none !important;
    font-family: MyriadBold; }
    .button.theme2:hover {
      color: #fff !important;
      border-color: #000;
      background: #000;
      /* Old browsers */
      background: -moz-linear-gradient(top, #000 0%, #000 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #000));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #000 0%, #000 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #000 0%, #000 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #000 0%, #000 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #000 0%, #000 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
      /* IE6-9 */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
      /* IE6-9 */ }

.categoryOverview1 {
  overflow: hidden;
  width: 100%; }
  .categoryOverview1 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -11px 0 0; }
    .categoryOverview1 ul:before, .categoryOverview1 ul:after {
      content: " ";
      display: table; }
    .categoryOverview1 ul:after {
      clear: both; }
    .lt-ie8 .categoryOverview1 ul {
      *zoom: 1; }
    .categoryOverview1 ul li {
      margin-top: 12px;
      padding: 0 25px;
      border-right: 1px solid #acacac;
      border-color: #dcdfe2;
      position: relative;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media  (max-width: 1020px) {
        .categoryOverview1 ul li {
          width: 100%; } }
      @media  (min-width: 1020px) and (max-width: 1320px) {
        .categoryOverview1 ul li {
          width: 33%; } }
      @media  (min-width: 1320px) {
        .categoryOverview1 ul li {
          width: 25%; } }
      .categoryOverview1 ul li:after {
        content: "";
        border-top: 1px solid #acacac;
        width: 100%;
        position: absolute;
        z-index: 10000;
        top: -6px;
        height: 1px;
        left: 1px; }
    .categoryOverview1 ul .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      text-align: center; }
      @media only screen and (min-width: 1320px) {
        .categoryOverview1 ul .image {
          width: 100%; } }
      @media only screen and (min-width: 1020px) {
        .categoryOverview1 ul .image {
          width: 100%; } }
      .categoryOverview1 ul .image:before {
        content: '';
        display: inline-block;
        vertical-align: middle; }
      .categoryOverview1 ul .image img {
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
      .categoryOverview1 ul .image.square:before {
        padding-bottom: 100%; }
      .categoryOverview1 ul .image.landscape:before {
        padding-bottom: 50%; }
      .categoryOverview1 ul .image.portrait:before {
        padding-bottom: 200%; }
    .categoryOverview1 ul .brand {
      font-size: 0.857em;
      line-height: normal;
      font-family: Helvetica Bold;
      text-transform: uppercase;
      color: #f2f1f1; }
    .categoryOverview1 ul .text {
      display: table;
      width: 100%;
      margin-bottom: 15px;
      overflow: hidden; }
      .categoryOverview1 ul .text .title {
        display: table-cell;
        vertical-align: bottom;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        text-decoration: none; }
        .categoryOverview1 ul .text .title h3 {
          margin: 0;
          color: #f2f1f1;
          text-align: left;
          font-size: 1.286em;
          font-family: Helvetica Bold;
          line-height: normal; }
      .categoryOverview1 ul .text .priceTag {
        display: table-cell;
        vertical-align: bottom;
        font-family: Helvetica Roman;
        font-size: 1.286em;
        line-height: normal; }
        .categoryOverview1 ul .text .priceTag .itemPrice {
          color: #d17100;
          text-align: right; }
      .categoryOverview1 ul .text .itemSpecs ul {
        padding-left: 20px; }
        .categoryOverview1 ul .text .itemSpecs ul li {
          font-size: 0.769em;
          color: #ededec;
          list-style: inside; }
          .categoryOverview1 ul .text .itemSpecs ul li span {
            font-size: 1.3em; }
            .categoryOverview1 ul .text .itemSpecs ul li span b {
              color: #f2f1f1; }
    .categoryOverview1 ul .subTitle {
      float: left;
      height: auto;
      width: 100%;
      padding: 0 0 20px 0px; }
      .categoryOverview1 ul .subTitle .itemPrice {
        width: 50%;
        float: left;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-family: gotham medium;
        font-size: 1.538em;
        color: #f2f1f1;
        line-height: 38px; }
      .categoryOverview1 ul .subTitle .itemButton {
        width: 50%;
        display: block;
        float: right;
        text-decoration: none;
        margin: 0 -9px 0 0;
        color: #4d4d4d;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 1225px) {
          .categoryOverview1 ul .subTitle .itemButton {
            float: right;
            width: 50%; }
            .categoryOverview1 ul .subTitle .itemButton .button.theme9 {
              padding: 10px; } }
        @media only screen and (min-width: 1320px) {
          .categoryOverview1 ul .subTitle .itemButton {
            width: 50%; } }
        @media only screen and (min-width: 1020px) {
          .categoryOverview1 ul .subTitle .itemButton {
            width: 50%; } }
        .categoryOverview1 ul .subTitle .itemButton p {
          margin-top: 0;
          font-style: italic; }
    .categoryOverview1 ul .text a {
      text-align: left; }
      .categoryOverview1 ul .text a.button {
        text-align: center;
        line-height: 24px;
        margin: 20px auto;
        width: 90%; }
    .categoryOverview1 ul .text .brand {
      color: #f2f1f1;
      width: 100%;
      font-family: Impact;
      font-size: 0.857em;
      text-transform: uppercase;
      padding: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left;
      margin-top: 10px; }
    .categoryOverview1 ul .text .type {
      color: #f2f1f1;
      width: auto;
      float: left;
      width: 60%;
      font-family: Helvetica Bold;
      font-size: 1.286em;
      text-transform: uppercase; }

.categoryFilters1 {
  float: left; }
  .categoryFilters1:before, .categoryFilters1:after {
    content: " ";
    display: table; }
  .categoryFilters1:after {
    clear: both; }
  .lt-ie8 .categoryFilters1 {
    *zoom: 1; }
  @media only screen and (max-width: 1020px) {
    .categoryFilters1 {
      width: 100%;
      margin-bottom: 2px; } }
  @media only screen and (min-width: 1020px) {
    .categoryFilters1 {
      width: 20%;
      margin-bottom: 20px; } }
  .categoryFilters1 h2 {
    font-family: gotham medium;
    font-weight: bold;
    color: #000;
    font-size: 1em !important;
    margin: 0 0 10px 20px;
    line-height: normal; }
  .categoryFilters1 .filterBlock {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1020px) {
      .categoryFilters1 .filterBlock {
        padding-left: 30px;
        padding-right: 30px; }
        .categoryFilters1 .filterBlock .categoryFilter {
          float: left;
          width: 100%; } }
    .categoryFilters1 .filterBlock .categoryFilter {
      position: relative;
      float: left;
      width: 100%; }
    @media only screen and (max-width: 1020px) {
      .categoryFilters1 .filterBlock {
        width: 100%; } }
    .categoryFilters1 .filterBlock .selectboxit-container {
      width: 100%; }
  .categoryFilters1 .selectboxit {
    margin: 0 !important; }
    .categoryFilters1 .selectboxit .selectboxit-text {
      max-width: 100%;
      margin-left: 8px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      float: none !important;
      margin-right: 40px; }
  .categoryFilters1 .selectboxit-arrow-container {
    right: 0px;
    padding-right: 40px; }
  .categoryFilters1 .activeFilter {
    position: relative; }
    .categoryFilters1 .activeFilter .selectboxit-arrow-container {
      right: 0px;
      padding-right: 0px; }
  .categoryFilters1 .filterReset {
    width: 14px;
    height: 14px;
    position: absolute;
    font-size: 0;
    display: block;
    margin-top: -27px;
    right: 12px;
    z-index: 1; }
    .categoryFilters1 .filterReset:before {
      content: "\f00d";
      font-family: 'fontawesome';
      background: #c0c0c0;
      color: #f1f1f1;
      border-radius: 6px;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 12px;
      line-height: 14px;
      text-align: center; }
  .categoryFilters1 .categoryFilter label {
    display: none; }
  .categoryFilters1 .filterAsList {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px 20px;
    background: #e6e6e6; }
    .categoryFilters1 .filterAsList:before, .categoryFilters1 .filterAsList:after {
      content: " ";
      display: table; }
    .categoryFilters1 .filterAsList:after {
      clear: both; }
    .lt-ie8 .categoryFilters1 .filterAsList {
      *zoom: 1; }
    .categoryFilters1 .filterAsList a {
      color: #012f53;
      display: block;
      padding: 6px 20px 6px 30px;
      text-decoration: none; }
      .categoryFilters1 .filterAsList a:before {
        border-color: transparent #5b9bce;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin-left: 20px;
        margin-top: -4px;
        position: absolute;
        top: 50%;
        width: 0; }
      .categoryFilters1 .filterAsList a:hover {
        color: #FFF;
        background: #3471a1; }
        .categoryFilters1 .filterAsList a:hover:before {
          border-color: transparent #FFF; }
    .categoryFilters1 .filterAsList li {
      position: relative;
      margin: 0 -20px; }
  .categoryFilters1 .clearAllFilters {
    margin: 0 0 20px 20px;
    float: left; }

.cookieBar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  z-index: 99999999;
  padding: 10px 240px 10px 10px; }
  .cookieBar:before, .cookieBar:after {
    content: " ";
    display: table; }
  .cookieBar:after {
    clear: both; }
  .lt-ie8 .cookieBar {
    *zoom: 1; }
  .cookieBar .label {
    display: table-cell;
    padding: 10px 10px 0 0; }
  .cookieBar .close {
    display: table-cell;
    position: relative;
    vertical-align: middle; }
  @media only screen and (max-width: 900px) {
    .cookieBar {
      padding: 10px; }
      .cookieBar .label {
        text-align: center;
        clear: both;
        padding: 0 0 10px 0;
        width: 100%; }
      .cookieBar .close {
        display: table;
        float: none;
        margin: 5px auto 0; } }

@media only screen and (max-width: 1020px) {
  .filterBlock {
    width: 90%;
    margin: 20px auto; } }
.filterBlock .searchFilters {
  width: 100%;
  border-radius: 2px;
  display: inline-block; }
  .filterBlock .searchFilters .selectboxit-container {
    width: 25%; }
  .filterBlock .searchFilters span:last-child .selectboxit-arrow-container {
    border: 0 !important; }
  @media only screen and (max-width: 1020px) {
    .filterBlock .searchFilters {
      width: 100%;
      margin: 0 auto; } }

.logo {
  width: 210px;
  height: 95px;
  display: inline-block;
  line-height: 95px;
  text-align: left;
  text-decoration: none;
  margin-bottom: 15px;
  float: left;
  background: none; }
  @media only screen and (max-width: 1020px) {
    .logo {
      padding: 0;
      margin: 0 auto;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      width: 180px;
      text-align: center;
      height: 45px;
      line-height: 45px; }
      .logo img {
        height: 45px;
        width: auto;
        vertical-align: top; } }

header .loginLogout1 {
  vertical-align: top;
  display: inline-block;
  margin: 11px 10px 0;
  float: left;
  position: relative; }
  @media only screen and (max-width: 1020px) {
    header .loginLogout1 {
      margin: 15px 5px 0px 0;
      display: none; } }
.myAccountSection .loginLogout1 {
  display: block; }
  .myAccountSection .loginLogout1 .title {
    display: none; }
  .myAccountSection .loginLogout1 .formRememberMe {
    float: left;
    margin-top: 5px; }
    .myAccountSection .loginLogout1 .formRememberMe .description {
      display: none; }
  .myAccountSection .loginLogout1 .formForgotPassword {
    float: left;
    padding: 12px 0 7px 15px;
    border-left: 1px solid #000;
    margin-left: 15px; }
header .loginLogout1 .login {
  width: auto;
  position: relative;
  margin-top: 10px; }
  header .loginLogout1 .login .form {
    width: 100%; }
  header .loginLogout1 .login.expand .title {
    color: #4d4d4d;
    background: #dcdfe2;
    border-radius: 3px 3px 0 0;
    border-color: transparent; }
    header .loginLogout1 .login.expand .title:after {
      content: "\f077";
      background: transparent;
      color: #FFF; }
  header .loginLogout1 .login.expand .cmsLoginLogout {
    display: block;
    border-radius: 3px 0 3px 3px; }
  header .loginLogout1 .login .title h2 {
    font-family: MyriadBold !important;
    text-transform: none;
    text-align: left;
    color: #d1d1d1;
    font-weight: normal;
    margin: -6px 0 0 0;
    font-size: 1em !important;
    padding: 11px 26px 8px 31px;
    position: relative;
    border-bottom: 1px solid transparent; }
    @media only screen and (max-width: 1020px) {
      header .loginLogout1 .login .title h2 {
        font-size: 0 !important;
        padding: 0;
        width: 24px;
        height: 24px;
        border: 0;
        margin: 0; }
        header .loginLogout1 .login .title h2:after {
          display: none; } }
    header .loginLogout1 .login .title h2:hover {
      text-decoration: underline;
      cursor: pointer; }
    header .loginLogout1 .login .title h2:before {
      width: 24px;
      height: 24px;
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      margin-top: -12px;
      margin-left: 10px;
      background: url('../images/spriteLowRes.png') 0 -24px;
      /* retina sprite */ }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        header .loginLogout1 .login .title h2:before {
          background-image: url('../images/spriteLowRes2x.png');
          background-size: 60px auto;
          background-position: 0 -30px; } }
    header .loginLogout1 .login .title h2:after {
      width: 16px;
      height: 16px;
      line-height: 16px;
      content: "\f078";
      position: absolute;
      top: 50%;
      right: 5px;
      margin-top: -5px;
      background: transparent;
      border-radius: 8px;
      color: #FFF;
      font-family: fontawesome;
      font-size: 0.667em;
      text-align: center; }
  header .loginLogout1 .login .cmsLoginLogout {
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 230px;
    display: none;
    padding: 20px;
    background: #dcdfe2; }
    header .loginLogout1 .login .cmsLoginLogout .description {
      display: none; }
    header .loginLogout1 .login .cmsLoginLogout .value {
      margin: 0; }
    header .loginLogout1 .login .cmsLoginLogout .submit .value {
      float: none; }
      header .loginLogout1 .login .cmsLoginLogout .submit .value a {
        padding-top: 5px;
        padding-bottom: 5px; }
    header .loginLogout1 .login .cmsLoginLogout .cmsRow2 {
      padding-bottom: 0; }
    header .loginLogout1 .login .cmsLoginLogout .formRememberMe {
      display: none; }
    header .loginLogout1 .login .cmsLoginLogout .formForgotPassword {
      border: 0;
      padding: 0;
      float: none;
      margin: 0; }
      header .loginLogout1 .login .cmsLoginLogout .formForgotPassword a {
        color: #fff !important; }
        header .loginLogout1 .login .cmsLoginLogout .formForgotPassword a:after {
          margin-top: -6px; }
header .loginLogout1 .logout {
  margin: 8px 0 0 9px; }
  header .loginLogout1 .logout a, header .loginLogout1 .logout .userName {
    color: #fff;
    padding: 8px 0px 8px 31px;
    display: block;
    line-height: normal;
    position: relative;
    text-align: left; }
    header .loginLogout1 .logout a:hover, header .loginLogout1 .logout .userName:hover {
      text-decoration: underline; }
  header .loginLogout1 .logout:before {
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -12px;
    margin-left: 10px;
    background: url('../images/spriteLowRes.png') -24px -24px;
    /* retina sprite */ }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      header .loginLogout1 .logout:before {
        background-image: url('../images/spriteLowRes2x.png');
        background-size: 60px auto;
        background-position: 0 -30px; } }
  header .loginLogout1 .logout .userName a {
    text-decoration: none;
    padding: 0px; }
  @media only screen and (max-width: 1020px) {
    header .loginLogout1 .logout {
      font-size: 0 !important;
      padding: 0;
      width: 24px;
      height: 24px;
      border: 0;
      margin: 0; }
      header .loginLogout1 .logout:after {
        display: none; } }

.mainMenu1Toggler {
  display: none; }

.mainMenu1 {
  background: transparent;
  float: right;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .mainMenu1 nav {
    position: relative;
    font-family: Impact;
    margin: 0 auto;
    vertical-align: top; }
    .mainMenu1 nav > div {
      line-height: normal; }
      .mainMenu1 nav > div > ul {
        display: table;
        border-width: 0;
        border-style: solid;
        border-color: #dcdfe2; }
        @media only screen and (min-width: 1020px) {
          .mainMenu1 nav > div > ul {
            border-width: 0 0 0 0px;
            float: right; } }
        .mainMenu1 nav > div > ul > li button, .mainMenu1 nav > div > ul > li > a {
          color: #fff;
          line-height: normal;
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media only screen and (min-width: 1320px) {
            .mainMenu1 nav > div > ul > li button, .mainMenu1 nav > div > ul > li > a {
              font-size: 1.143em;
              padding: 14px 35px;
              border-width: 0 0px 0 0;
              border-style: solid;
              border-color: #dcdfe2; } }
          @media only screen and (max-width: 1320px) {
            .mainMenu1 nav > div > ul > li button, .mainMenu1 nav > div > ul > li > a {
              font-size: 0.923em;
              padding: 14px 23px;
              border-width: 0 0px 0 0;
              border-style: solid;
              border-color: #dcdfe2; } }
        .mainMenu1 nav > div > ul > li.AspNet-TreeView-Selected button, .mainMenu1 nav > div > ul > li.AspNet-TreeView-Selected > a {
          color: #fff; }
    .mainMenu1 nav .swapDirection ul {
      right: 0; }
      .mainMenu1 nav .swapDirection ul ul {
        right: 192px;
        left: auto; }
    .mainMenu1 nav .AspNet-TreeView-Selected button, .mainMenu1 nav .AspNet-TreeView-Selected > a {
      color: #FFF;
      background: #dcddd9; }
    .mainMenu1 nav div > ul > li.AspNet-TreeView-ChildSelected button, .mainMenu1 nav div > ul > li.AspNet-TreeView-ChildSelected > a {
      color: #FFF;
      background: #dcddd9; }
      .mainMenu1 nav div > ul > li.AspNet-TreeView-ChildSelected button:hover, .mainMenu1 nav div > ul > li.AspNet-TreeView-ChildSelected > a:hover {
        color: #fff; }
    .mainMenu1 nav div > ul > li.AspNet-TreeView-ChildSelected .AspNet-TreeView-Selected > a {
      color: #fff !important;
      background: #dcddd9; }
    @media only screen and (min-width: 1020px) {
      .mainMenu1 nav div > ul > li:hover:after {
        height: 5px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background: #dcddd9; } }
    .mainMenu1 nav ul {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0; }
      .mainMenu1 nav ul:before, .mainMenu1 nav ul:after {
        content: " ";
        display: table; }
      .mainMenu1 nav ul:after {
        clear: both; }
      .lt-ie8 .mainMenu1 nav ul {
        *zoom: 1; }
    .mainMenu1 nav li {
      float: left;
      position: relative;
      width: auto;
      display: block;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 1020px) {
        .mainMenu1 nav li button:hover, .mainMenu1 nav li > a:hover {
          color: #fff; } }
      .mainMenu1 nav li.AspNet-TreeView-Selected button, .mainMenu1 nav li.AspNet-TreeView-Selected > a {
        color: #FFF; }
      @media only screen and (min-width: 1020px) {
        .mainMenu1 nav li:hover > ul {
          float: none;
          display: block; } }
      .mainMenu1 nav li:first-child {
        border-left: 0px; }
      @media only screen and (min-width: 1020px) {
        .mainMenu1 nav li > ul {
          border-width: 0;
          border-style: solid;
          border-color: #d17100;
          padding: 2px !important; } }
      .mainMenu1 nav li ul {
        top: 100%;
        position: absolute;
        display: none;
        z-index: 99999;
        background: #f2f1f1;
        padding-bottom: 5px;
        text-align: left; }
        .mainMenu1 nav li ul ul {
          top: -2px;
          left: 192px; }
          .mainMenu1 nav li ul ul li button:after, .mainMenu1 nav li ul ul li a:after {
            display: none; }
        .mainMenu1 nav li ul li {
          float: none;
          background: none; }
          @media only screen and (min-width: 1020px) {
            .mainMenu1 nav li ul li {
              border-width: 0;
              border-color: #f2f1f1;
              border-style: solid;
              margin: 0 20px -1px 20px; }
              .mainMenu1 nav li ul li:first-child {
                border-top: 0; }
              .mainMenu1 nav li ul li button, .mainMenu1 nav li ul li a {
                margin: 0 -20px; } }
          .mainMenu1 nav li ul li.AspNet-TreeView-Parent button:after, .mainMenu1 nav li ul li.AspNet-TreeView-Parent a:after {
            width: 16px;
            height: 16px;
            margin-top: -8px;
            position: absolute;
            right: 5px;
            top: 50%;
            content: " ";
            text-align: center;
            line-height: 16px;
            font-size: 0.667em; }
          .mainMenu1 nav li ul li button, .mainMenu1 nav li ul li a {
            min-width: 160px;
            text-transform: none;
            font-family: Helvetica Roman;
            font-size: 1em;
            padding: 7px 25px !important;
            color: #fff; }
            @media only screen and (min-width: 1020px) {
              .mainMenu1 nav li ul li button:hover, .mainMenu1 nav li ul li a:hover {
                color: #fff !important;
                background: #dcddd9; } }
    .mainMenu1 nav button, .mainMenu1 nav a {
      display: block;
      height: 100%;
      text-decoration: none;
      position: relative; }

@media only screen and (max-width: 1020px) {
  .mainMenu1Toggler {
    display: block;
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0px 0 0 10px; }
    .mainMenu1Toggler i {
      color: #fff;
      font-size: 1.714em; }
    @media only screen and (min-width: 1020px) {
      .mainMenu1Toggler {
        display: none; } }
  .mainMenu1 {
    background: #fff;
    position: absolute;
    left: -240px;
    top: 0;
    width: 240px;
    right: auto;
    bottom: auto; }
    .mainMenu1 nav div > ul {
      display: block; }
      .mainMenu1 nav div > ul li {
        float: none; }
        .mainMenu1 nav div > ul li button, .mainMenu1 nav div > ul li a {
          padding: 0.8em;
          color: #4d4d4d; }
        .mainMenu1 nav div > ul li.AspNet-TreeView-Selected button, .mainMenu1 nav div > ul li.AspNet-TreeView-Selected > a {
          color: #dcdfe3 !important;
          background: #4d4d4d !important; }
        .mainMenu1 nav div > ul li.AspNet-TreeView-ChildSelected button, .mainMenu1 nav div > ul li.AspNet-TreeView-ChildSelected > a {
          color: #dcdfe3;
          background: #4d4d4d !important; }
        @media only screen and (min-width: 1020px) {
          .mainMenu1 nav div > ul li.AspNet-TreeView-ChildSelected:hover > a .toggle:after {
            border-width: 0px 4px 5px 4px;
            border-color: transparent transparent #4d4d4d transparent; }
          .mainMenu1 nav div > ul li.AspNet-TreeView-ChildSelected:hover > ul {
            display: block;
            background: #dcdfe3 !important; } }
        .mainMenu1 nav div > ul li.open > ul {
          display: block;
          background: #dcdfe3; }
          .mainMenu1 nav div > ul li.open > ul > li {
            margin: 0 5px; }
            .mainMenu1 nav div > ul li.open > ul > li ul {
              display: none; }
            .mainMenu1 nav div > ul li.open > ul > li li {
              margin: 0; }
        @media only screen and (min-width: 1020px) {
          .mainMenu1 nav div > ul li:hover {
            position: relative; }
            .mainMenu1 nav div > ul li:hover > ul {
              display: block;
              background: #dcdfe3; }
              .mainMenu1 nav div > ul li:hover > ul > li {
                margin: 0 5px; }
                .mainMenu1 nav div > ul li:hover > ul > li ul {
                  display: none; }
                .mainMenu1 nav div > ul li:hover > ul > li li {
                  margin: 0; } }
        .mainMenu1 nav div > ul li ul {
          position: relative;
          top: auto;
          padding-bottom: 0; }
          .mainMenu1 nav div > ul li ul li {
            margin: 0 !important; }
            .mainMenu1 nav div > ul li ul li:hover button, .mainMenu1 nav div > ul li ul li:hover > a {
              color: #dcdfe3;
              background: #4d4d4d; }
            .mainMenu1 nav div > ul li ul li button, .mainMenu1 nav div > ul li ul li a {
              min-width: 1px;
              width: 100%;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              -o-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              text-align: center;
              padding: 0.8em;
              color: #4d4d4d; }
      .mainMenu1 nav div > ul > li.AspNet-TreeView-ChildSelected.open > a .toggle:after, .mainMenu1 nav div > ul > li.AspNet-TreeView-Selected.open > a .toggle:after {
        border-width: 0px 4px 5px 4px;
        border-color: transparent transparent #dcdfe3 transparent !important; }
      .mainMenu1 nav div > ul > li.AspNet-TreeView-ChildSelected > a .toggle:after, .mainMenu1 nav div > ul > li.AspNet-TreeView-Selected > a .toggle:after {
        border-width: 5px 4px 0px 4px;
        border-color: #dcdfe3 transparent transparent transparent !important; }
      .mainMenu1 nav div > ul > li.AspNet-TreeView-containsSubMenu {
        position: relative; }
        .mainMenu1 nav div > ul > li.AspNet-TreeView-containsSubMenu.open > a .toggle:after {
          border-width: 0px 4px 5px 4px;
          border-color: transparent transparent #4d4d4d transparent; }
        .mainMenu1 nav div > ul > li.AspNet-TreeView-containsSubMenu .toggle {
          position: absolute;
          right: 0px;
          padding: 0.8em;
          width: 8px;
          top: 0;
          bottom: 0; }
          .mainMenu1 nav div > ul > li.AspNet-TreeView-containsSubMenu .toggle:after {
            content: "";
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            border-color: #4d4d4d transparent transparent transparent;
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -3px; }
        .mainMenu1 nav div > ul > li.AspNet-TreeView-containsSubMenu.open .toggle:after {
          content: "";
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0px 4px 5px 4px;
          border-color: transparent transparent #4d4d4d transparent;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -3px; } }

.miniBasket1 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  right: 0;
  top: 0;
  /* &:hover{ 		
		.formTotalPrice,
		.submit{
			@include gradientTopBottom($miniBasket_Hover_Bg_Start_Color, $miniBasket_Hover_Bg_End_Color);
		}
		.formTotalPrice{
			a{
				color:$miniBasket_Hover_Price_Color;
			}
		}
		.basketAmount{
			background:$miniBasket_Hover_Bg_Start_Color;
		}

		.submit{
			.value{
				a{
					&:before{
						background-position: $miniBasket_Submit_Icon_Hover_Position;
					}
				}
			}
		}
	} */ }
  @media only screen and (min-width: 1020px) {
    .miniBasket1 {
      margin: 10px 20px; } }
  @media only screen and (max-width: 1020px) {
    .miniBasket1 {
      margin: 0; } }
  .miniBasket1 .description, .miniBasket1 .remark {
    display: none; }
  .miniBasket1 .cmsRow:before, .miniBasket1 .cmsRow:after {
    content: " ";
    display: table; }
  .miniBasket1 .cmsRow:after {
    clear: both; }
  .lt-ie8 .miniBasket1 .cmsRow {
    *zoom: 1; }
  .miniBasket1 .cell {
    float: left; }
  .miniBasket1 .formTotalPrice {
    position: relative;
    border-right: 1px solid transparent;
    background: transparent;
    padding: 0px;
    border-radius: 2px 0 0 2px;
    height: 16px; }
    .miniBasket1 .formTotalPrice .value a {
      color: #FFF;
      text-decoration: none; }
  .miniBasket1 .basketAmount {
    position: absolute;
    top: -10px;
    right: -6px;
    z-index: 1;
    background: transparent;
    border-radius: 14px;
    padding: 1px; }
    .miniBasket1 .basketAmount .value {
      background: #dcddd9;
      padding: 1px;
      font-weight: bold;
      border-radius: 14px;
      min-width: 14px;
      text-align: center;
      height: 14px;
      line-height: 14px;
      border-width: 2px;
      border-color: #f2f1f1;
      border-style: solid; }
      .miniBasket1 .basketAmount .value a {
        text-decoration: none;
        color: #FFF;
        font-size: 0.8em;
        display: block; }
  .miniBasket1 .submit {
    background: transparent;
    position: relative;
    border-radius: 0 2px 2px 0px; }
    .miniBasket1 .submit .value:before {
      display: none; }
    .miniBasket1 .submit .value a {
      padding: 0;
      width: 24px;
      height: 24px;
      font-size: 0;
      line-height: 0;
      color: transparent;
      background: transparent;
      display: block; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .miniBasket1 .submit .value a {
          width: 32px;
          height: 32px; } }
      .miniBasket1 .submit .value a:before {
        position: absolute;
        top: 50%;
        margin: -12px auto auto auto;
        left: 0;
        right: 0;
        background-image: url('../images/cart.png');
        width: 24px;
        height: 24px;
        content: " ";
        /* retina sprite */ }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .miniBasket1 .submit .value a:before {
            margin: -16px auto auto auto;
            width: 32px;
            height: 32px;
            background-image: url('../images/cart2x.png');
            background-size: 100% auto; } }
      .miniBasket1 .submit .value a:after {
        display: none; }
    .miniBasket1 .submit .success {
      padding: 20px;
      border-radius: 2px;
      position: absolute;
      right: -20px;
      top: 35px;
      width: 160px;
      background: #000;
      color: #000;
      z-index: 1;
      display: none; }
      .miniBasket1 .submit .success:before {
        position: absolute;
        top: -5px;
        right: 30px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #000;
        content: ""; }

.newsLetter {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative; }
  .newsLetter input {
    padding: 10px;
    background-color: #f2f1f1;
    color: #8a95ad;
    border: 1px solid #8a95ad;
    width: 100%;
    font-family: MyriadBold;
    font-size: 0.857em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .newsLetter input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #8a95ad; }
    .newsLetter input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #8a95ad;
      opacity: 1; }
    .newsLetter input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #8a95ad;
      opacity: 1; }
    .newsLetter input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #8a95ad; }
  .newsLetter a.submit:after {
    width: 23px;
    height: 31px;
    position: absolute;
    right: 0;
    top: 8px;
    font-family: fontawesome;
    content: "\f002";
    color: #d1d1d1; }

.pager {
  color: #000;
  font-size: 1em;
  font-family: Myriad; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .lt-ie8 .pager {
    *zoom: 1; }
  @media  (min-width: 1020px) {
    .pager {
      margin-left: 25px; } }
  @media  (max-width: 1020px) {
    .pager {
      text-align: center; } }
  .pager.marginTop {
    margin-top: 10px; }
  .pager.marginBottom {
    margin-bottom: 10px; }
  .pager .pagesBlock {
    display: inline-block; }
    .pager .pagesBlock .active {
      margin: 0px 0px 0 5px;
      border-width: 0;
      border-color: #dcdfe2;
      border-style: solid;
      color: #000;
      font-weight: bold;
      font-size: 1em; }
    .pager .pagesBlock a {
      display: inline;
      margin: 0px 0px 0 5px;
      border-width: 0;
      border-color: #dcdfe2;
      border-style: solid;
      text-decoration: underline;
      color: #000; }
  .pager .text {
    display: none; }
  .pager .first, .pager .next, .pager .previous {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #666;
    margin-left: 5px; }
    @media only screen and (max-width: 800px) {
      .pager .first, .pager .next, .pager .previous {
        padding: 0px 16px 0px 7px;
        width: 0;
        color: transparent; } }
    .pager .first:before, .pager .next:before, .pager .previous:before {
      text-align: center;
      font-family: fontawesome !important;
      font-size: 1em; }
  .pager a.first, .pager a.next, .pager a.previous {
    color: #000; }
    @media only screen and (max-width: 800px) {
      .pager a.first, .pager a.next, .pager a.previous {
        color: transparent; }
        .pager a.first:before, .pager a.next:before, .pager a.previous:before {
          color: #000; } }
  .pager .first {
    margin-left: 0px; }
    .pager .first:before {
      content: "\f100" !important; }
  .pager .previous:before {
    content: "\f104" !important; }
  .pager .next:before {
    content: "\f105" !important; }
  .pager .dots, .pager .of {
    margin-left: 5px; }
  .pager .total {
    color: #000;
    text-decoration: none;
    margin-left: 5px; }

@media only screen and (min-width: 1020px) {
  .panel.dPadding1 {
    padding: 40px; }
  .panel.dMargin1 {
    margin: 0 40px; }
  .panel.dTheme1 {
    background: #e6e6e6; } }
@media only screen and (max-width: 1020px) {
  .panel.mPadding1 {
    padding: 20px; }
  .panel.mTheme1 {
    background: #e6e6e6; } }

/* ===== PRODUCT IMAGES LIGHTBOX ===== */
.pLightboxOverlay .pLightbox .header .close, .pLightboxOverlay .pLightbox .inner .controls .control {
  background-image: url('../images/sprite/general.png');
  background-repeat: no-repeat;
  background-attachment: scroll; }

.pLightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none; }
  .pLightboxOverlay .pLightbox {
    margin: 0 auto;
    width: 700px;
    height: 465px;
    border: 4px solid #262626;
    background-color: #262626;
    border-width: 0 4px 4px 4px;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 39px; }
    @media only screen and (max-width: 800px) {
      .pLightboxOverlay .pLightbox {
        width: 90%;
        height: auto;
        margin-top: 50px !important; } }
    .pLightboxOverlay .pLightbox .header {
      position: absolute;
      top: 0;
      left: 0;
      height: 39px;
      margin: 0 -4px;
      padding: 0 4px;
      width: 100%;
      background: #262626;
      background: -moz-linear-gradient(top, #434343 0%, #262626 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #262626));
      background: -webkit-linear-gradient(top, #434343 0%, #262626 100%);
      background: -o-linear-gradient(top, #434343 0%, #262626 100%);
      background: -ms-linear-gradient(top, #434343 0%, #262626 100%);
      background: linear-gradient(to bottom, #434343 0%, #262626 100%); }

/* header */
.lt-ie9 .pLightboxOverlay .pLightbox .header {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#262626',GradientType=0 ); }

.pLightboxOverlay .pLightbox .header h2 {
  margin: 0;
  padding: 0 12px;
  line-height: 39px !important; }
.pLightboxOverlay .pLightbox .header .close {
  position: absolute;
  top: 14px;
  right: 16px;
  background-position: 0 -850px;
  width: 11px;
  height: 11px;
  cursor: pointer; }
  .pLightboxOverlay .pLightbox .header .close:hover {
    background-position: -25px -850px; }
.pLightboxOverlay .pLightbox .inner {
  position: relative;
  top: 0;
  left: 0;
  height: 465px; }
  .pLightboxOverlay .pLightbox .inner .img {
    width: 100%;
    height: 100%; }
    .pLightboxOverlay .pLightbox .inner .img img {
      width: 100%;
      height: 100%; }
  .pLightboxOverlay .pLightbox .inner .controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: none; }
    @media only screen and (max-width: 800px) {
      .pLightboxOverlay .pLightbox .inner .controls {
        display: block; } }
.pLightboxOverlay .pLightbox:hover .inner .controls {
  display: block; }
.pLightboxOverlay .pLightbox .inner .controls .control {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer; }

/* lightbox controls */
.lt-ie9 .pLightboxOverlay .pLightbox .inner .controls .control {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }

.pLightboxOverlay .pLightbox .inner .controls .control.left {
  background-position: -80px -783px;
  left: 0; }
.pLightboxOverlay .pLightbox .inner .controls .control.right {
  background-position: -155px -783px;
  right: 0; }

/* SHARE THIS */
.stContainer {
  text-align: right; }

.stButton {
  margin: 0 !important; }
  .stButton .chicklets {
    width: 16px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 10000px;
    overflow: hidden !important; }

.productDetail1 .row1 .col1 .categoryOverview1 {
  padding-bottom: 20px; }
.productDetail1 .row2 .col1 {
  background: #fff; }
  @media only screen and (max-width: 1020px) {
    .productDetail1 .row2 .col1 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
.productDetail1 .backButton {
  width: 100%;
  padding-bottom: 20px;
  display: inline-block; }
  .productDetail1 .backButton:before, .productDetail1 .backButton:after {
    content: " ";
    display: table; }
  .productDetail1 .backButton:after {
    clear: both; }
  .lt-ie8 .productDetail1 .backButton {
    *zoom: 1; }
  @media only screen and (max-width: 1020px) {
    .productDetail1 .backButton {
      padding: 20px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; } }
.productDetail1 .title {
  width: 100%;
  float: left;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1020px) {
    .productDetail1 .title {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; } }
  .productDetail1 .title h1 {
    font-family: Helvetica Bold;
    font-weight: normal;
    margin: 0; }
.productDetail1 .productDescription {
  float: left;
  width: 100%;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1020px) {
    .productDetail1 .productDescription {
      width: 100%;
      max-width: 675px;
      padding: 15px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; } }
  .productDetail1 .productDescription h1 {
    font-size: 1.286em !important; }
  .productDetail1 .productDescription .listProductAttributes {
    margin-top: 20px; }
  .productDetail1 .productDescription ul {
    margin-left: 0px; }
    .productDetail1 .productDescription ul li {
      line-height: 20px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px; }
  .productDetail1 .productDescription p {
    margin: 0; }
.productDetail1 .image {
  float: left;
  position: relative;
  margin-right: 4%;
  width: 100%; }
  @media only screen and (max-width: 800px) {
    .productDetail1 .image {
      width: 100%;
      margin: 0; } }
  .productDetail1 .image img {
    border-radius: 5px;
    width: 100%; }
  .productDetail1 .image .expand {
    position: absolute;
    font-family: fontawesome;
    font-size: 1.471em;
    width: auto;
    height: auto;
    right: 15px;
    bottom: 10px; }
    .productDetail1 .image .expand a {
      color: #dcddd9;
      text-decoration: none; }
.productDetail1 .productSpecs {
  float: right;
  width: 260px;
  padding: 32px 20px 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1020px) {
    .productDetail1 .productSpecs {
      width: 100%;
      float: left;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }
  .productDetail1 .productSpecs h2 {
    font-family: gotham medium;
    font-size: 1.385em !important; }
  .productDetail1 .productSpecs .allSpecs {
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 25px;
    float: right;
    padding: 20px 0; }
    @media only screen and (max-width: 1020px) {
      .productDetail1 .productSpecs .allSpecs {
        width: 100%;
        float: left;
        padding: 0; } }
  .productDetail1 .productSpecs .stock, .productDetail1 .productSpecs .stock {
    padding: 20px 0;
    color: #ededec;
    font-size: 1.385em;
    display: inline-block;
    width: auto; }
    @media only screen and (max-width: 1020px) {
      .productDetail1 .productSpecs .stock, .productDetail1 .productSpecs .stock {
        float: right;
        height: 38px;
        line-height: 38px; } }
    .productDetail1 .productSpecs .stock b, .productDetail1 .productSpecs .stock b {
      font-family: gotham medium;
      color: #f2f1f1; }
    .productDetail1 .productSpecs .stock a, .productDetail1 .productSpecs .stock a {
      float: right;
      font-size: 0.722em;
      line-height: 25px; }
  .productDetail1 .productSpecs .button {
    width: 160px;
    float: right;
    margin: 0 0 20px 100px;
    right: -20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 1020px) {
      .productDetail1 .productSpecs .button {
        margin: 20px 0;
        float: left;
        right: 0; } }
  .productDetail1 .productSpecs .options {
    border-width: 1px 0;
    border-style: solid;
    border-color: #e96129;
    float: left;
    width: 100%;
    padding: 25px 20px 25px 25px;
    margin-left: -25px; }
  .productDetail1 .productSpecs .techSpecs {
    float: left;
    width: 100%;
    position: relative;
    margin-left: 25px;
    padding: 20px 0;
    color: #d1d1d1; }
    @media only screen and (max-width: 1020px) {
      .productDetail1 .productSpecs .techSpecs {
        width: auto; } }
    .productDetail1 .productSpecs .techSpecs a {
      text-decoration: none;
      color: #f2f1f1; }
    .productDetail1 .productSpecs .techSpecs:before {
      width: 16px;
      height: 16px;
      content: " ";
      background-image: url('/Content/Dividino/images/sprite.png');
      position: absolute;
      top: 50%;
      margin: -7px 0 0;
      left: -25px;
      background-position: 0 0;
      /* retina sprite */ }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .productDetail1 .productSpecs .techSpecs:before {
          background-image: url('/Content/Dividino/images/sprite2x.png');
          background-size: 50px auto;
          height: 25px;
          background-position: 0 0; } }
  .productDetail1 .productSpecs .socialMedia {
    width: 100%;
    float: left;
    text-align: right;
    font-family: fontawesome;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1020px) {
      .productDetail1 .productSpecs .socialMedia {
        width: auto;
        float: right;
        padding: 15px 0;
        margin: 0; } }
    .productDetail1 .productSpecs .socialMedia a {
      color: #f2f1f1;
      text-decoration: none;
      font-size: 1.5em;
      margin-left: 12px; }

.gallery1.largeImage {
  border: 0px !important; }
  .gallery1.largeImage img {
    border: 0px; }

.productFilters1 {
  margin: 0 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1020px) {
    .productFilters1 {
      width: 80%; } }
  @media only screen and (max-width: 1020px) {
    .productFilters1 {
      padding: 0 30px 20px;
      width: 100%; } }
  .productFilters1 .productFiltersHeader {
    width: 100%;
    color: #fff;
    background: #f2f1f1;
    font-family: gotham medium;
    font-size: 1.077em;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .productFilters1 .productFilter {
    float: left;
    position: relative; }
    @media only screen and (max-width: 1020px) {
      .productFilters1 .productFilter {
        width: 100%;
        margin-bottom: 2px; } }
    @media only screen and (min-width: 1020px) {
      .productFilters1 .productFilter {
        width: 25%; }
        .productFilters1 .productFilter:before {
          content: "";
          position: absolute;
          border-left: 1px solid #c2c2c2;
          left: 0;
          bottom: 5px;
          top: 5px;
          z-index: 1; } }
    .productFilters1 .productFilter .value {
      background: #acacac;
      height: 40px;
      line-height: 40px;
      padding-left: 10px; }
    .productFilters1 .productFilter .clear {
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px;
      background: #c0c0c0;
      color: #f1f1f1;
      border-radius: 6px;
      position: absolute;
      width: 14px;
      height: 14px;
      font-size: 12px;
      line-height: 14px;
      text-align: center; }
      .productFilters1 .productFilter .clear .text {
        display: none; }
    @media only screen and (max-width: 1020px) {
      .productFilters1 .productFilter {
        width: 100%; } }
  .productFilters1 .activeFilter {
    position: relative; }
    .productFilters1 .activeFilter .firstlist {
      display: none; }
    .productFilters1 .activeFilter .productFilter {
      display: block; }
    .productFilters1 .activeFilter .selectboxit-container {
      z-index: 10;
      width: 100%; }
    .productFilters1 .activeFilter .selectboxit-arrow-container {
      right: 0px;
      padding-right: 40px; }
      .productFilters1 .activeFilter .selectboxit-arrow-container ul li:first-child {
        display: none; }
    .productFilters1 .activeFilter .filterReset {
      width: 14px;
      height: 14px;
      position: absolute;
      font-size: 0;
      display: block;
      top: 50%;
      margin-top: -7px;
      right: 12px;
      z-index: 1; }
      .productFilters1 .activeFilter .filterReset:before {
        content: "\f00d";
        font-family: 'fontawesome';
        background: #c0c0c0;
        color: #f1f1f1;
        border-radius: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 12px;
        line-height: 14px;
        text-align: center; }
  .productFilters1 .productFilter label {
    display: none; }
  .productFilters1 .filterAsList {
    background: #fff;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .productFilters1 .filterAsList:before, .productFilters1 .filterAsList:after {
      content: " ";
      display: table; }
    .productFilters1 .filterAsList:after {
      clear: both; }
    .lt-ie8 .productFilters1 .filterAsList {
      *zoom: 1; }
    .productFilters1 .filterAsList a {
      font-family: gotham light;
      color: #f2f1f1;
      text-decoration: none; }
    .productFilters1 .filterAsList li {
      padding: 10px 20px;
      border-top: 1px solid #e4e4e4; }
      .productFilters1 .filterAsList li:first-child {
        border-top: 0; }
  .productFilters1 .customForm_Row {
    padding: 10px 20px; }

.selectboxit-container .selectboxit {
  display: block; }

/* ===== PRODUCT IMAGES ===== */
.productImages {
  height: auto;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .productImages .productLargeImage {
    width: 100%;
    margin-bottom: 4px;
    clear: both;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .productImages .productLargeImage img {
      width: 100%;
      height: auto; }
    .productImages .productLargeImage .videoButtons {
      position: absolute;
      right: 15px;
      bottom: 15px; }
      .productImages .productLargeImage .videoButtons .videoButton {
        width: 136px;
        height: 25px;
        background: #dcddd9;
        color: #fff;
        text-align: center;
        position: relative;
        float: left;
        margin: 0 0 15px 15px;
        padding: 45px 0 0; }
        @media only screen and (max-width: 480px) {
          .productImages .productLargeImage .videoButtons .videoButton {
            width: 45px;
            text-indent: 200px;
            overflow: hidden;
            height: 0px; } }
        .productImages .productLargeImage .videoButtons .videoButton:before {
          width: 20px;
          height: 25px;
          content: " ";
          background-image: url('/Content/Dividino/images/sprite.png');
          position: absolute;
          top: 10px;
          margin: 0px 0 0 -10px;
          left: 50%;
          background-position: 0 -150px;
          /* retina sprite */ }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .productImages .productLargeImage .videoButtons .videoButton:before {
              background-image: url('/Content/Dividino/images/sprite2x.png');
              background-size: 50px auto;
              height: 25px;
              background-position: 0 -75px; } }
  .productImages .thumbsContainer {
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #fff; }
    .productImages .thumbsContainer ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: block;
      width: 100%;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .productImages .thumbsContainer ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        float: left;
        border-left: 1px solid #fff;
        width: 20%;
        height: auto;
        background-color: #fff;
        overflow: hidden;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        .productImages .thumbsContainer ul li:first-child, .productImages .thumbsContainer ul li.newRow {
          margin-left: -1px; }
        .productImages .thumbsContainer ul li .productImage {
          width: 100%;
          position: relative;
          top: 0;
          left: 0; }
          .productImages .thumbsContainer ul li .productImage img {
            width: 100%; }
          .productImages .thumbsContainer ul li .productImage .playButton {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -15px 0 0 -15px;
            background-position: 10px -200px;
            padding: 3px;
            background-image: url('/Content/Dividino/images/sprite.png');
            /* retina sprite */ }
            @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              .productImages .thumbsContainer ul li .productImage .playButton {
                background-image: url('/Content/Dividino/images/sprite2x.png');
                background-size: 50px auto;
                background-position: 10px -100px;
                height: 25px; } }
        .productImages .thumbsContainer ul li.activeImg {
          width: 20%;
          height: auto; }

.productOverview1 {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1020px) {
    .productOverview1 {
      padding: 0 10px; } }
  .productOverview1 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .productOverview1 ul:before, .productOverview1 ul:after {
      content: " ";
      display: table; }
    .productOverview1 ul:after {
      clear: both; }
    .lt-ie8 .productOverview1 ul {
      *zoom: 1; }
    @media only screen and (min-width: 1020px) {
      .productOverview1 ul {
        margin: 0 -11px 0 0; } }
    .productOverview1 ul li:after {
      content: "";
      border-top: 1px solid #665094;
      width: 100%;
      position: absolute;
      z-index: 10000;
      top: -6px;
      height: 1px;
      left: 1px; }
    .productOverview1 ul li {
      float: left;
      margin-top: 12px;
      padding: 0 25px;
      border-color: #dcdfe2;
      position: relative;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media  (min-width: 1020px) {
        .productOverview1 ul li {
          border-right: 1px solid #665094; } }
      @media  (max-width: 1020px) {
        .productOverview1 ul li {
          width: 100%; } }
      @media  (min-width: 1020px) and (max-width: 1320px) {
        .productOverview1 ul li {
          width: 33%; } }
      @media  (min-width: 1320px) {
        .productOverview1 ul li {
          width: 25%; } }
    .productOverview1 ul .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      text-align: center; }
      @media only screen and (min-width: 1320px) {
        .productOverview1 ul .image {
          width: 100%; } }
      @media only screen and (min-width: 1020px) {
        .productOverview1 ul .image {
          width: 100%; } }
      .productOverview1 ul .image:before {
        content: '';
        display: inline-block;
        vertical-align: middle; }
      .productOverview1 ul .image img {
        display: inline-block;
        vertical-align: middle;
        width: 99%; }
      .productOverview1 ul .image.square:before {
        /*padding-bottom:$productOverview1_ItemImageWidth;*/ }
      .productOverview1 ul .image.landscape:before {
        padding-bottom: 50%; }
      .productOverview1 ul .image.portrait:before {
        padding-bottom: 200%; }
    .productOverview1 ul .brand {
      font-size: 0.857em;
      line-height: normal;
      font-family: Helvetica Roman;
      text-transform: uppercase;
      color: #000;
      min-height: 15px; }
    .productOverview1 ul .new {
      width: 60px;
      height: 60px;
      background: #dcddd9;
      border-radius: 30px;
      line-height: 60px;
      color: #FFF;
      text-align: center;
      font-family: Helvetica Roman;
      font-size: 0.857em;
      text-transform: uppercase;
      position: absolute;
      top: 20px;
      left: 25px;
      -ms-transform: rotate(-20deg);
      /* IE 9 */
      -webkit-transform: rotate(-20deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-20deg); }
    .productOverview1 ul .text {
      width: 100%;
      margin-bottom: 15px;
      overflow: hidden; }
      .productOverview1 ul .text .title {
        vertical-align: bottom;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        text-decoration: none;
        display: block; }
        .productOverview1 ul .text .title h3 {
          margin: 0;
          color: #000;
          text-align: left;
          font-family: Helvetica Bold;
          line-height: normal; }
      .productOverview1 ul .text .itemSpecs ul {
        padding-left: 20px; }
        .productOverview1 ul .text .itemSpecs ul li {
          font-size: 0.769em;
          color: #ededec;
          list-style: inside; }
          .productOverview1 ul .text .itemSpecs ul li span {
            font-size: 1.3em; }
            .productOverview1 ul .text .itemSpecs ul li span b {
              color: #f2f1f1; }
    .productOverview1 ul .priceTag {
      vertical-align: bottom;
      font-family: Helvetica Roman;
      font-size: 1.286em;
      line-height: normal;
      margin-bottom: 10px; }
      .productOverview1 ul .priceTag .itemPrice {
        color: #d17100;
        text-align: right;
        height: 24px; }
        .productOverview1 ul .priceTag .itemPrice .progressIndicator {
          margin-top: 0; }
    .productOverview1 ul .subTitle {
      float: left;
      height: auto;
      width: 100%;
      padding: 0 0 20px 0px; }
      .productOverview1 ul .subTitle .itemPrice {
        width: 50%;
        float: left;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-family: gotham medium;
        font-size: 1.538em;
        color: #f2f1f1;
        line-height: 38px; }
      .productOverview1 ul .subTitle .itemButton {
        width: 50%;
        display: block;
        float: right;
        text-decoration: none;
        margin: 0 -9px 0 0;
        color: #4d4d4d;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 1225px) {
          .productOverview1 ul .subTitle .itemButton {
            float: right;
            width: 50%; }
            .productOverview1 ul .subTitle .itemButton .button.theme9 {
              padding: 10px; } }
        @media only screen and (min-width: 1320px) {
          .productOverview1 ul .subTitle .itemButton {
            width: 50%; } }
        @media only screen and (min-width: 1020px) {
          .productOverview1 ul .subTitle .itemButton {
            width: 50%; } }
        .productOverview1 ul .subTitle .itemButton p {
          margin-top: 0;
          font-style: italic; }
    .productOverview1 ul .text a {
      text-align: left; }
      .productOverview1 ul .text a.button {
        text-align: center;
        line-height: 24px;
        margin: 20px auto;
        width: 90%; }
    .productOverview1 ul .text .brand {
      color: #f2f1f1;
      width: 100%;
      font-family: Impact;
      font-size: 0.857em;
      text-transform: uppercase;
      padding: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left;
      margin-top: 10px; }
    .productOverview1 ul .text .type {
      color: #f2f1f1;
      width: auto;
      float: left;
      width: 60%;
      font-family: Helvetica Bold;
      font-size: 1.286em;
      text-transform: uppercase; }

@media only screen and (min-width: 1020px) {
  .extraPadding40Top {
    padding-top: 40px; } }

p.italic {
  font-style: italic; }

.productSearch {
  position: relative;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1020px) {
    .productSearch {
      margin: 0 0 20px 0; } }
  @media only screen and (max-width: 1020px) {
    .productSearch {
      padding: 15px 30px; } }
  .productSearch .form {
    position: relative;
    float: left;
    height: 40px;
    width: 100%;
    white-space: nowrap; }
    .productSearch .form:before, .productSearch .form:after {
      content: " ";
      display: table; }
    .productSearch .form:after {
      clear: both; }
    .lt-ie8 .productSearch .form {
      *zoom: 1; }
  @media only screen and (max-width: 1020px) {
    .productSearch .searchKeyword {
      background: #fff; } }
  .productSearch .searchKeyword label {
    display: none; }
  .productSearch .searchKeyword input {
    position: relative;
    width: 100%;
    padding: 0;
    outline: none;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid transparent;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0; }
    .productSearch .searchKeyword input[type="text"] {
      width: 90%;
      padding: 11px 11px 12px;
      background: #acacac;
      border: none !important;
      font-family: MyriadBold; }
      @media only screen and (max-width: 1020px) {
        .productSearch .searchKeyword input[type="text"] {
          background: #fff; } }
    @media only screen and (min-width: 1020px) {
      .productSearch .searchKeyword input {
        background: #fff;
        color: #454544; } }
    @media only screen and (max-width: 1020px) {
      .productSearch .searchKeyword input {
        background: #fff; } }
  .productSearch .button {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 0;
    text-indent: -99999px;
    line-height: 24px;
    text-align: center;
    background-color: #acacac;
    display: table;
    border-radius: 0; }
    @media only screen and (max-width: 1020px) {
      .productSearch .button {
        right: 10px;
        top: 0px;
        height: 39px;
        background: #fff; } }
    .productSearch .button a {
      display: block;
      display: table-cell;
      vertical-align: middle;
      text-decoration: none; }
      .productSearch .button a:before {
        position: absolute;
        width: 30px;
        height: 30px;
        content: "\f002";
        text-align: center;
        text-indent: 0;
        font-family: fontawesome;
        color: #000;
        font-size: 1.3em;
        right: 4px;
        top: 8px; }

.progressIndicator {
  width: 16px;
  height: 16px;
  background: url('../images/progressIndicator.gif') no-repeat top left;
  display: inline-block;
  margin-top: 10px; }

.progressIndicatorMessage {
  position: relative;
  margin: 0 auto; }
  .progressIndicatorMessage .progressIndicator {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px; }
  .progressIndicatorMessage .message {
    padding-left: 21px;
    display: inline-block;
    position: relative; }

.quickOrder {
  margin-bottom: 20px; }
  .quickOrder:before, .quickOrder:after {
    content: " ";
    display: table; }
  .quickOrder:after {
    clear: both; }
  .lt-ie8 .quickOrder {
    *zoom: 1; }
  @media only screen and (max-width: 800px) {
    .quickOrder .btn-group {
      margin: 0 10px; }
    .quickOrder .formArticleNumber .description {
      vertical-align: middle;
      padding-left: 110px !important;
      width: 100px !important; }
    .quickOrder .editRow .formArticleName, .quickOrder .editRow .formArticlePrice, .quickOrder .editRow .formTotalPrice {
      display: none !important; } }

.relatedProducts {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9; }
  .relatedProducts > ul {
    background: #fff;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -1px; }
    .relatedProducts > ul:before, .relatedProducts > ul:after {
      content: " ";
      display: table; }
    .relatedProducts > ul:after {
      clear: both; }
    .lt-ie8 .relatedProducts > ul {
      *zoom: 1; }
    .relatedProducts > ul > li {
      float: left;
      border-style: solid;
      border-color: #dcdfe2;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      @media only screen and (max-width: 1020px) {
        .relatedProducts > ul > li {
          width: 100%;
          border-width: 1px 0 0 0;
          padding: 15px; } }
      @media only screen and (min-width: 1320px) {
        .relatedProducts > ul > li {
          width: 50% !important;
          border-width: 0 0 0 1px;
          padding: 10px 10px !important; } }
      @media only screen and (min-width: 1020px) {
        .relatedProducts > ul > li {
          width: 50%;
          border-width: 0 0 0 1px;
          padding: 0 10px; } }
      .relatedProducts > ul > li .relatedProductsTitle {
        text-transform: uppercase;
        font-size: 1.077em;
        color: #055ba4;
        padding: 10px 10px; }
        .relatedProducts > ul > li .relatedProductsTitle b {
          font-family: gotham medium;
          font-weight: normal; }
      .relatedProducts > ul > li .image {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px;
        display: block;
        text-decoration: none;
        text-align: center;
        float: left; }
        @media only screen and (max-width: 480px) {
          .relatedProducts > ul > li .image {
            width: 100% !important; } }
        @media only screen and (max-width: 1020px) {
          .relatedProducts > ul > li .image {
            float: left;
            width: 50%; } }
        @media only screen and (min-width: 1320px) {
          .relatedProducts > ul > li .image {
            float: left;
            width: 50%; } }
        @media only screen and (min-width: 1020px) {
          .relatedProducts > ul > li .image {
            float: left;
            width: 50%; } }
        .relatedProducts > ul > li .image:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-right: -0.25em;
          /* Adjusts for spacing */ }
        .relatedProducts > ul > li .image img {
          display: inline-block;
          vertical-align: middle;
          width: 95%; }
        .relatedProducts > ul > li .image.square:before {
          padding-bottom: 50%; }
        .relatedProducts > ul > li .image.landscape:before {
          padding-bottom: 25%; }
        .relatedProducts > ul > li .image.portrait:before {
          padding-bottom: 100%; }
      .relatedProducts > ul > li .text {
        float: right;
        width: 50%;
        padding: 10px 0 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 480px) {
          .relatedProducts > ul > li .text {
            width: 100%;
            padding: 10px 10px 0; } }
        .relatedProducts > ul > li .text .title {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0;
          display: block;
          text-decoration: none;
          font-family: gotham medium; }
          .relatedProducts > ul > li .text .title h2 {
            margin: 0;
            color: #f2f1f1;
            text-align: left;
            font-size: 1.385em !important;
            line-height: 1.2em; }
            .relatedProducts > ul > li .text .title h2 b {
              font-weight: normal !important;
              height: 43px;
              display: inline-block;
              overflow: hidden; }
              @media only screen and (max-width: 480px) {
                .relatedProducts > ul > li .text .title h2 b {
                  height: auto; } }
        .relatedProducts > ul > li .text ul {
          padding: 7px 0; }
        .relatedProducts > ul > li .text .priceButton {
          float: left;
          height: auto;
          width: 100%; }
          .relatedProducts > ul > li .text .priceButton .relatedPrice {
            width: 50%;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            font-family: gotham medium;
            font-size: 1.538em;
            color: #055ba4;
            line-height: 38px; }
          .relatedProducts > ul > li .text .priceButton .relatedButton {
            width: 50%;
            display: block;
            float: right;
            text-decoration: none;
            margin: 0 -10px 0 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box; }
            @media only screen and (max-width: 1320px) {
              .relatedProducts > ul > li .text .priceButton .relatedButton {
                float: left !important;
                width: 100% !important; }
                .relatedProducts > ul > li .text .priceButton .relatedButton .button.theme9 {
                  padding: 10px; } }
            @media only screen and (min-width: 1320px) {
              .relatedProducts > ul > li .text .priceButton .relatedButton {
                width: 50%; } }
            @media only screen and (min-width: 1020px) {
              .relatedProducts > ul > li .text .priceButton .relatedButton {
                width: 50%; } }
            .relatedProducts > ul > li .text .priceButton .relatedButton p {
              margin-top: 0;
              font-style: italic; }

.resultsCounter {
  display: table;
  float: right;
  padding: 20px 10px 20px 0px; }
  .resultsCounter b {
    font-family: gotham medium;
    font-size: 1.385em; }
  .resultsCounter span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px; }

.shoppingCart::after {
  position: absolute;
  top: 50%;
  margin: -12.5px auto auto auto;
  left: 40px;
  right: 0;
  background-image: url('/Content/Dividino/images/sprite-cart.png');
  width: 25px;
  height: 25px;
  content: " "; }

.basketAmount {
  position: absolute;
  top: -4px;
  right: 28px;
  z-index: 1;
  background: transparent;
  border-radius: 14px;
  padding: 1px; }
  .basketAmount .value {
    background: #dcddd9;
    padding: 1px;
    font-weight: bold;
    border-radius: 14px;
    min-width: 14px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    border-width: 2px;
    border-color: #f2f1f1;
    border-style: solid; }
    .basketAmount .value a {
      color: #fff;
      text-decoration: none;
      font-size: 12px; }

.shoppingCartContainer {
  position: relative;
  float: right; }

@media only screen and (min-width: 1020px) {
  .shoppingCartContainer {
    display: none; } }

.serviceMenu {
  float: right;
  margin: 0 0 10px 0; }
  .serviceMenu .login {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .serviceMenu .login .shoppingCart a {
      width: auto;
      margin: 0 50px 0 0;
      color: #fff;
      font-family: MyriadBold;
      text-decoration: none;
      padding-right: 25px; }
      .serviceMenu .login .shoppingCart a:hover {
        text-decoration: underline; }
  .serviceMenu .phone {
    font-family: MyriadBold;
    font-size: 0.923em;
    display: inline-block;
    border-left: 1px solid #515340;
    padding: 0 0px 0 23px;
    text-align: right;
    margin-top: 10px; }
    .serviceMenu .phone .number {
      font-family: Impact;
      font-size: 1.5em; }
      .serviceMenu .phone .number a {
        text-decoration: none;
        color: #fff; }

.shadow {
  margin: 0px auto 5px; }
  @media only screen and (min-width: 1020px) {
    .shadow {
      width: 100%;
      height: 5px; } }
  @media only screen and (max-width: 1020px) {
    .shadow {
      width: 100%;
      height: 5px; } }
  .shadow .shadowLeft, .shadow .shadowCenter, .shadow .shadowRight {
    height: 5px;
    float: left;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1020px) {
      .shadow .shadowLeft, .shadow .shadowCenter, .shadow .shadowRight {
        background: url('../images/shadowLine.png'); } }
    @media only screen and (max-width: 1020px) {
      .shadow .shadowLeft, .shadow .shadowCenter, .shadow .shadowRight {
        background: url('../images/shadowLine.png'); } }
  .shadow .shadowLeft {
    width: 200px;
    background-position: left top;
    position: absolute;
    left: 0; }
  .shadow .shadowCenter {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center top;
    background: url('../images/shadowLineCenter.png') !important;
    background-repeat: repeat-x !important; }
  .shadow .shadowRight {
    width: 200px;
    background-position: right top;
    background-position-x: right !important;
    position: absolute;
    right: 0; }

.shadow1 {
  margin: 0px auto 5px; }
  @media only screen and (min-width: 1020px) {
    .shadow1 {
      width: 100%;
      height: 5px; } }
  @media only screen and (max-width: 1020px) {
    .shadow1 {
      width: 100%;
      height: 5px; } }
  .shadow1 .shadowLeft, .shadow1 .shadowCenter, .shadow1 .shadowRight {
    height: 5px;
    float: left;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1020px) {
      .shadow1 .shadowLeft, .shadow1 .shadowCenter, .shadow1 .shadowRight {
        background: url('../images/shadowLineDark.png'); } }
    @media only screen and (max-width: 1020px) {
      .shadow1 .shadowLeft, .shadow1 .shadowCenter, .shadow1 .shadowRight {
        background: url('../images/shadowLineDark.png'); } }
  .shadow1 .shadowLeft {
    width: 300px;
    background-position: left top;
    position: absolute;
    left: 0; }
  .shadow1 .shadowCenter {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center top;
    background: url('../images/shadowLineCenterDark.png') !important;
    background-repeat: repeat-x !important; }
  .shadow1 .shadowRight {
    width: 300px;
    background-position: right top;
    background-position-x: right !important;
    position: absolute;
    right: 0; }
  @media only screen and (max-width: 480px) {
    .shadow1 .shadowLeft, .shadow1 .shadowRight {
      width: 50%; } }

.boxShadow, .relatedProducts > ul {
  -webkit-box-shadow: 0px 1px 3px -1px #c8c8c8;
  -moz-box-shadow: 0px 1px 3px -1px #c8c8c8;
  box-shadow: 0px 1px 3px -1px #c8c8c8; }

.smallBasket1 {
  border-style: solid;
  margin-bottom: 25px; }
  .smallBasket1 .title h2 {
    color: inherit !important; }
  .smallBasket1 .title {
    text-align: center; }
  .smallBasket1 .empty {
    text-align: center;
    margin-bottom: 10px; }
  .smallBasket1 .row > .col {
    width: 100%; }
  @media only screen and (min-width: 1020px) {
    .smallBasket1 {
      padding: 20px;
      border-width: 1px;
      border-color: #dcdfe2;
      background: #f7f7f7; } }
  @media only screen and (max-width: 1020px) {
    .smallBasket1 {
      padding: 30px;
      border-width: 0px;
      border-color: transparent;
      background: #dcdfe2; } }
  .smallBasket1 .button.submit {
    margin-bottom: 10px; }

.gridview1.gridviewSmallBasketOverview.vertical .cmsRow {
  position: relative; }
.gridview1.gridviewSmallBasketOverview.vertical .formArticleQuantity {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto; }
.gridview1.gridviewSmallBasketOverview.vertical .formArticleName {
  padding-bottom: 30px; }
  .gridview1.gridviewSmallBasketOverview.vertical .formArticleName .value {
    padding-left: 0;
    padding-right: 26px; }
.gridview1.gridviewSmallBasketOverview.vertical .formTotalPrice {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto; }
  .gridview1.gridviewSmallBasketOverview.vertical .formTotalPrice .value {
    padding-right: 0px; }
.gridview1.gridviewSmallBasketOverview.vertical .formRemove {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 30px; }
.gridview1.gridviewSmallBasketOverview .formArticleQuantity .value, .gridview1.gridviewSmallBasketOverview .formArticleQuantity .description {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.gridview1.gridviewSmallBasketOverview .formTotalPrice .value, .gridview1.gridviewSmallBasketOverview .formTotalPrice .description {
  width: auto !important; }
.gridview1.gridviewSmallBasketOverview .formRemove .value, .gridview1.gridviewSmallBasketOverview .formRemove .description {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.gridview1.gridviewSmallBasketOverview .attributes {
  font-size: 0.8em; }

.gridview1.gridviewSmallBasketTotals {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #dcdfe2; }
  .gridview1.gridviewSmallBasketTotals > .cmsRow > .cell {
    width: 100%; }
    .gridview1.gridviewSmallBasketTotals > .cmsRow > .cell > .description {
      text-align: left;
      padding: 5px 10px 5px 0; }
      @media only screen and (min-width: 1320px) {
        .gridview1.gridviewSmallBasketTotals > .cmsRow > .cell > .description {
          width: 100px; } }
      @media only screen and (max-width: 1320px) {
        .gridview1.gridviewSmallBasketTotals > .cmsRow > .cell > .description {
          width: 100%;
          display: block; } }
    .gridview1.gridviewSmallBasketTotals > .cmsRow > .cell > .value {
      text-align: right;
      padding: 5px 0px 5px 10px; }
      @media only screen and (min-width: 1320px) {
        .gridview1.gridviewSmallBasketTotals > .cmsRow > .cell > .value {
          width: 80px; } }
      @media only screen and (max-width: 1320px) {
        .gridview1.gridviewSmallBasketTotals > .cmsRow > .cell > .value {
          width: 100%;
          display: block; } }

@media only screen and (max-width: 1020px) {
  .smallMenu {
    width: 100%; }
    .smallMenu button {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .smallMenu > li button {
      font-family: Impact; } }
@media only screen and (min-width: 1020px) {
  .smallMenu {
    margin-top: 14px;
    font-size: 0.923em;
    line-height: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    float: left; }
    .smallMenu ul {
      list-style: none;
      margin-top: 0px; }
    .smallMenu li {
      dislay: inline;
      float: left;
      text-align: left;
      margin: 0 0 0 21px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .smallMenu li .user {
        color: #fff; }
      .smallMenu li button, .smallMenu li a {
        text-decoration: none;
        color: #fff; } }

.stock {
  position: relative;
  cursor: pointer; }
  .stock .icon {
    font-size: 1.2em; }
  .stock.inStock .icon {
    color: #007d38; }
  .stock.outOfStock .icon {
    color: #e3940b; }

.SurveyContainer {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%; }
  .SurveyContainer .textbox {
    margin: 8px 0 5px 0; }
    .SurveyContainer .textbox p {
      margin: 0; }
  .SurveyContainer select {
    display: inline-block;
    border: 0;
    position: relative;
    background: none;
    height: 28px; }
    .SurveyContainer select:after, .SurveyContainer select::after {
      font-family: fontawesome;
      content: "\25bc";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 32px;
      font-size: 12px;
      line-height: 34px;
      text-align: center;
      -webkit-pointer-events: none;
      -moz-pointer-events: none;
      pointer-events: none; }
  .SurveyContainer .questionSalutation {
    margin: 8px 0 5px 0; }
  .SurveyContainer .error {
    display: none; }
  .SurveyContainer .freetextquestion {
    position: relative;
    border-radius: 3px;
    z-index: 1; }
    .SurveyContainer .freetextquestion.textarea {
      height: 100% !important; }
    .SurveyContainer .freetextquestion input {
      color: #fff;
      position: relative;
      width: 100%;
      height: 100%;
      border: 0px;
      border-image-source: initial;
      border-image-slice: initial;
      border-image-width: initial;
      border-image-outset: initial;
      border-image-repeat: initial;
      background: transparent;
      padding: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 7px 10px 5px; }
    .SurveyContainer .freetextquestion textarea {
      border: 0;
      padding: 0;
      position: relative;
      width: 100%;
      height: 100% !important;
      background: transparent;
      padding: 7px 10px 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 1020px) {
        .SurveyContainer .freetextquestion textarea {
          height: 102px !important; } }
  .SurveyContainer .Buttons {
    margin: 25px 0 0 0;
    position: relative; }
    .SurveyContainer .Buttons:before, .SurveyContainer .Buttons:after {
      content: " ";
      display: table; }
    .SurveyContainer .Buttons:after {
      clear: both; }
    .lt-ie8 .SurveyContainer .Buttons {
      *zoom: 1; }
    .SurveyContainer .Buttons .NavNext {
      float: right;
      display: block;
      float: right;
      text-decoration: none;
      width: 120px;
      position: relative;
      right: -20px; }
      .SurveyContainer .Buttons .NavNext:after {
        position: absolute;
        right: 10px;
        top: 8px;
        content: "\f0da";
        font-family: FontAwesome;
        height: 20px;
        line-height: 20px;
        margin-top: 0px;
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid white;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        -webkit-background-clip: padding-box;
        /* for Safari */
        background-clip: padding-box;
        /* for IE9+, Firefox 4+, Opera, Chrome */ }
      .SurveyContainer .Buttons .NavNext input {
        width: 100%;
        padding: 10px 35px 10px 10px;
        text-align: center; }
  .SurveyContainer .sectionitemblock input[type=text] {
    border: 0; }
  .SurveyContainer .validationerror {
    color: #b21111; }
  @media only screen and (max-width: 480px) {
    .SurveyContainer .freetextquestion, .SurveyContainer .question {
      width: 100%; } }
  @media only screen and (max-width: 1020px) {
    .SurveyContainer .sectionitemlist.frontend {
      width: auto !important;
      height: auto !important; }
    .SurveyContainer #si_filled, .SurveyContainer #si_notfilled {
      display: none; }
    .SurveyContainer .sectionitemblock {
      position: relative !important;
      display: inline-block;
      width: 100% !important;
      height: auto !important;
      top: auto !important;
      left: auto !important;
      z-index: auto !important;
      margin: 0 0 5px 0; }
      .SurveyContainer .sectionitemblock .freetextquestion, .SurveyContainer .sectionitemblock .question {
        width: 100%;
        display: inline-block;
        position: relative; }
        .SurveyContainer .sectionitemblock .freetextquestion .error, .SurveyContainer .sectionitemblock .question .error {
          position: absolute;
          height: 100%;
          top: 0px;
          right: -10px;
          width: 10px;
          text-indent: -999em; }
          .SurveyContainer .sectionitemblock .freetextquestion .error span, .SurveyContainer .sectionitemblock .question .error span {
            position: relative;
            height: 100%; }
            .SurveyContainer .sectionitemblock .freetextquestion .error span:after, .SurveyContainer .sectionitemblock .question .error span:after {
              font-family: FontAwesome;
              font-weight: bold;
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -1em;
              right: -10px;
              content: '\f06a';
              width: 10px;
              height: 10px;
              color: red;
              font-size: 1.1em;
              text-indent: 0; }
        .SurveyContainer .sectionitemblock .freetextquestion table, .SurveyContainer .sectionitemblock .question table {
          display: inline-block; }
          .SurveyContainer .sectionitemblock .freetextquestion table td:first-child, .SurveyContainer .sectionitemblock .question table td:first-child {
            padding-right: 2em; }
    .SurveyContainer .validationerror {
      width: 100%;
      display: inline-block;
      position: relative;
      margin: 0.5em 0;
      font-size: .8em;
      color: red; }
    .SurveyContainer .Buttons {
      padding: 0.2em 0 0 0;
      width: 100%;
      display: inline-block; }
      .SurveyContainer .Buttons:before, .SurveyContainer .Buttons:after {
        content: " ";
        display: table; }
      .SurveyContainer .Buttons:after {
        clear: both; }
      .lt-ie8 .SurveyContainer .Buttons {
        *zoom: 1; }
      .SurveyContainer .Buttons .NavBack {
        float: left; }
      .SurveyContainer .Buttons input[type="submit"] {
        float: right; } }
  @media only screen and (min-width: 800px) {
    .SurveyContainer.dTheme1 .selectboxit-btn {
      background: #FFF;
      /* Old browsers */
      background: -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
      /* IE6-9 */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
      /* IE6-9 */ }
    .SurveyContainer.dTheme1 input[type=text], .SurveyContainer.dTheme1 input[type=email] {
      background: #FFF;
      height: 100%;
      color: #f2f1f1;
      border: 1px solid #e96129; }
    .SurveyContainer.dTheme1 textarea {
      background: #FFF; } }
  @media only screen and (min-width: 800px) {
    .SurveyContainer.dTheme2 .selectboxit-btn {
      background: #5797bb;
      /* Old browsers */
      background: -moz-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5797bb), color-stop(100%, #5797bb));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #5797bb 0%, #5797bb 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5797bb', endColorstr='#5797bb',GradientType=0);
      /* IE6-9 */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5797bb', endColorstr='#5797bb',GradientType=0);
      /* IE6-9 */ }
    .SurveyContainer.dTheme2 input[type=text], .SurveyContainer.dTheme2 input[type=email] {
      background: #5797bb; }
    .SurveyContainer.dTheme2 textarea {
      background: #5797bb; } }
  @media only screen and (max-width: 800px) {
    .SurveyContainer.mTheme1 .selectboxit-btn {
      background: #FFF;
      /* Old browsers */
      background: -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #FFF 0%, #FFF 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
      /* IE6-9 */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
      /* IE6-9 */ }
    .SurveyContainer.mTheme1 input[type=text], .SurveyContainer.mTheme1 input[type=email] {
      background: #FFF;
      height: 100%;
      color: #f2f1f1;
      border: 1px solid #e96129; }
    .SurveyContainer.mTheme1 textarea {
      background: #FFF; }
    .SurveyContainer.mTheme1 .NavNext {
      right: 0; } }
  @media only screen and (max-width: 800px) {
    .SurveyContainer.mTheme2 .selectboxit-btn {
      background: #5797bb;
      /* Old browsers */
      background: -moz-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5797bb), color-stop(100%, #5797bb));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #5797bb 0%, #5797bb 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #5797bb 0%, #5797bb 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5797bb', endColorstr='#5797bb',GradientType=0);
      /* IE6-9 */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5797bb', endColorstr='#5797bb',GradientType=0);
      /* IE6-9 */ }
    .SurveyContainer.mTheme2 input[type=text], .SurveyContainer.mTheme2 input[type=email] {
      background: #5797bb; }
    .SurveyContainer.mTheme2 textarea {
      background: #5797bb; } }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0; }
    .ui-tabs .ui-tabs-nav:before, .ui-tabs .ui-tabs-nav:after {
      content: " ";
      display: table; }
    .ui-tabs .ui-tabs-nav:after {
      clear: both; }
    .lt-ie8 .ui-tabs .ui-tabs-nav {
      *zoom: 1; }
    .ui-tabs .ui-tabs-nav:first-child {
      border-right: 0; }
    .ui-tabs .ui-tabs-nav:last-child {
      border-right: 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 0;
      margin-left: 10px;
      border-bottom-width: 0;
      padding: 0;
      white-space: nowrap;
      text-align: center;
      border-radius: 0px;
      font-family: Impact;
      text-transform: uppercase; }
      .ui-tabs .ui-tabs-nav li:first-child {
        margin-left: 0; }
      .ui-tabs .ui-tabs-nav li a {
        display: block;
        padding: 10px 10px 7px 10px;
        margin-bottom: 3px;
        text-decoration: none;
        color: #f2f1f1;
        background-color: #acacac !important; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        cursor: text;
        color: #f2f1f1;
        padding: 10px;
        margin-bottom: 0px; }
      .ui-tabs .ui-tabs-nav li.ui-state-default a {
        background-color: #055ba4; }
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
        cursor: text; }
      .ui-tabs .ui-tabs-nav li a {
        cursor: pointer;
        color: #f2f1f1; }
        @media only screen and (min-width: 1020px) {
          .ui-tabs .ui-tabs-nav li a {
            min-width: 220px; } }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 15px;
    background-color: #e6e6e6;
    min-height: 150px; }
    @media only screen and (max-width: 1020px) {
      .ui-tabs .ui-tabs-panel {
        display: block !important;
        margin-bottom: 20px; } }
  .ui-tabs .tabHeader {
    font-family: Impact;
    text-transform: uppercase;
    color: #c2c2c2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c2c2c2; }
  .ui-tabs p {
    margin: 0; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

/* tab 1: specificaties */
.gridviewLargeBasketOverview .formArticleQuantity input {
  width: 30px; }

.tooltip {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: middle; }
  .tooltip:hover .tooltipBalloon {
    display: block; }
  .tooltip .infoIcon {
    width: 16px;
    height: 16px;
    background-color: #dcddd9;
    border-radius: 8px;
    text-align: center;
    cursor: pointer; }
    .tooltip .infoIcon .fa {
      color: #FFF;
      font-size: 1.2em !important;
      line-height: 16px; }
  .stock .tooltip .infoIcon {
    background: transparent; }

.tooltipBalloon {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  font-family: MyriadBold;
  line-height: normal;
  padding: 10px;
  position: absolute;
  width: 200px;
  margin-left: -94px;
  bottom: 25px;
  border: 1px solid #cfcfcf;
  z-index: 1;
  text-align: left;
  font-weight: normal; }
  .tooltipBalloon:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 11px;
    background: url('../images/Tooltip.png');
    bottom: -11px;
    left: 50%;
    margin-left: -7px; }
  @media  (max-width: 800px) {
    .tooltipBalloon.mRight {
      margin-left: -174px; }
      .tooltipBalloon.mRight:after {
        left: auto;
        right: 10px; } }

.websiteBy1 {
  position: relative;
  font-size: 0.714em;
  font-family: Arial;
  margin-left: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 24px;
  padding-left: 10px;
  border-left: 1px solid #8a95ad;
  text-align: left;
  float: left; }
  .websiteBy1:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url('/Content/Dividino/images/pangaeaLogo.png') no-repeat 0 0;
    position: absolute;
    margin-top: -12px;
    text-align: center;
    top: 50%;
    left: -24px; }
  .websiteBy1 .label {
    display: block;
    color: #8a95ad; }
  .websiteBy1 .company {
    clear: both;
    display: block;
    color: #8a95ad; }
  .websiteBy1 a {
    color: #8a95ad !important;
    text-decoration: none; }
    .websiteBy1 a:hover {
      color: #8a95ad !important; }

.listCourseTitle {
  float: left;
  margin-top: 30px; }
  .listCourseTitle h2 {
    font-size: 2.143em;
    color: #515340; }

.terugButton {
  height: 50px;
  line-height: 50px; }
  .terugButton a {
    color: #d17100;
    font-family: Arial, Helvetica, sans-serif; }

.listCoursesContainer {
  width: inherit; }
  .listCoursesContainer .courseItem {
    width: inherit;
    float: left;
    padding: 25px 0px;
    border-top: 1px solid #dcddd9;
    position: relative; }
    .listCoursesContainer .courseItem .extraInfo {
      display: none;
      height: 200px; }
      .listCoursesContainer .courseItem .extraInfo .datum .label {
        font-weight: 700;
        margin-top: 10px; }
      .listCoursesContainer .courseItem .extraInfo .datum .labelinfo {
        font-weight: 300; }
    .listCoursesContainer .courseItem .itemInfo, .listCoursesContainer .courseItem .extraInfo {
      width: inherit; }
      .listCoursesContainer .courseItem .itemInfo .leesMeerButton, .listCoursesContainer .courseItem .extraInfo .leesMeerButton {
        position: absolute;
        right: 0px;
        bottom: 32px;
        height: 50px;
        width: 25%;
        display: table; }
        @media only screen and (max-width: 480px) {
          .listCoursesContainer .courseItem .itemInfo .leesMeerButton, .listCoursesContainer .courseItem .extraInfo .leesMeerButton {
            height: 40px;
            width: 90px; } }
        .listCoursesContainer .courseItem .itemInfo .leesMeerButton span, .listCoursesContainer .courseItem .extraInfo .leesMeerButton span {
          display: table-cell;
          vertical-align: middle; }
      .listCoursesContainer .courseItem .itemInfo .opleidinginstituut a, .listCoursesContainer .courseItem .itemInfo .opleidinginstituut a span, .listCoursesContainer .courseItem .extraInfo .opleidinginstituut a, .listCoursesContainer .courseItem .extraInfo .opleidinginstituut a span {
        color: #d17100 !important; }
      .listCoursesContainer .courseItem .itemInfo .cursuslink a, .listCoursesContainer .courseItem .extraInfo .cursuslink a {
        color: #055ba4; }
      .listCoursesContainer .courseItem .itemInfo .label, .listCoursesContainer .courseItem .itemInfo .labelinfo, .listCoursesContainer .courseItem .extraInfo .label, .listCoursesContainer .courseItem .extraInfo .labelinfo {
        float: left;
        width: 100%;
        line-height: 24px;
        min-height: 24px;
        font-family: Helvetica, sans-serif; }
        @media only screen and (max-width: 480px) {
          .listCoursesContainer .courseItem .itemInfo .label, .listCoursesContainer .courseItem .itemInfo .labelinfo, .listCoursesContainer .courseItem .extraInfo .label, .listCoursesContainer .courseItem .extraInfo .labelinfo {
            width: 100%; } }
    .listCoursesContainer .courseItem h3 {
      color: #515340;
      font-size: 1.714em; }
    .listCoursesContainer .courseItem:last-child {
      border-bottom: 1px solid #dcddd9; }

.selectCoursesContainer {
  float: left;
  width: inherit;
  margin-top: 18px; }
  .selectCoursesContainer div.courseSelect {
    cursor: pointer;
    border-top: 10px solid #acacac;
    width: 25%;
    float: left;
    height: 215px; }
    .selectCoursesContainer div.courseSelect img {
      width: 100%;
      height: 125px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .selectCoursesContainer div.courseSelect h3 {
      position: relative;
      color: #515340;
      padding-left: 60px;
      height: 80px;
      vertical-align: middle;
      display: table-cell; }
      .selectCoursesContainer div.courseSelect h3:before {
        content: "\f1db";
        position: absolute;
        left: 26px;
        top: 31px;
        font-family: fontawesome;
        font-size: 2em; }
    @media only screen and (max-width: 1020px) {
      .selectCoursesContainer div.courseSelect {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .selectCoursesContainer div.courseSelect {
        width: 215px;
        float: none;
        margin: 0px auto; } }
    .selectCoursesContainer div.courseSelect.active {
      border-top: 10px solid #d17100; }
      .selectCoursesContainer div.courseSelect.active img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .selectCoursesContainer div.courseSelect.active h3:after {
        content: "\f192";
        position: absolute;
        left: 26px;
        top: 31px;
        font-family: fontawesome;
        font-size: 2em; }
    .selectCoursesContainer div.courseSelect:hover {
      border-top: 10px solid #d17100; }
      .selectCoursesContainer div.courseSelect:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }

.stepContainer {
  height: 50px;
  float: left;
  width: inherit;
  background: #055ba4; }
  .stepContainer h3 {
    width: inherit;
    font-size: 1.571em;
    line-height: 50px;
    padding-left: 20px; }
    @media only screen and (max-width: 480px) {
      .stepContainer h3 {
        padding-left: 0px;
        text-align: center;
        font-size: 1.286em;
        line-height: 56px; } }

.searchCourse {
  width: inherit; }
  .searchCourse input {
    width: 70%;
    float: left;
    height: 48px;
    margin: 20px 0px 70px;
    border: 1px solid #d1d1d1;
    padding-left: 20px; }
    @media only screen and (max-width: 800px) {
      .searchCourse input {
        width: 100%;
        margin: 20px 0px 20px; } }
  .searchCourse > div {
    margin: 20px 0px 70px;
    float: right;
    height: 50px;
    width: 25%;
    background: #055ba4; }
    @media only screen and (max-width: 800px) {
      .searchCourse > div {
        width: 100%; } }
    .searchCourse > div div {
      height: 50px;
      line-height: 50px; }

.detailContent {
  margin-top: 10px;
  width: 100%;
  min-height: 300px;
  float: left;
  background: #ededec; }
  @media only screen and (max-width: 480px) {
    .detailContent {
      height: auto; } }
  .detailContent .detailImage {
    float: left;
    width: 40%;
    height: inherit; }
    .detailContent .detailImage img {
      height: 100%;
      width: 100%; }
    @media only screen and (max-width: 800px) {
      .detailContent .detailImage {
        width: 30%; } }
    @media only screen and (max-width: 480px) {
      .detailContent .detailImage {
        width: 100%; } }
  .detailContent .detailText {
    padding: 50px;
    float: left;
    width: 60%;
    height: inherit;
    font-family: Helvetica; }
    .detailContent .detailText div {
      font-family: Helvetica; }
    @media only screen and (max-width: 800px) {
      .detailContent .detailText {
        width: 70%; } }
    @media only screen and (max-width: 480px) {
      .detailContent .detailText {
        width: 100%; } }

#map_canvas {
  height: 300px;
  width: 100%;
  float: left;
  display: block !important; }

#mapDetail {
  height: 300px;
  width: 100%;
  float: left;
  display: block !important; }

.ingame {
  display: block !important; }

.selected-course {
  display: block !important; }

.out-of-range {
  display: none !important; }

.expandCollapse {
  position: relative;
  overflow: hidden; }
  .expandCollapse .fade {
    height: 40px;
    content: "";
    position: Absolute;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

.expColToggle {
  text-align: center;
  color: #012f53;
  display: table;
  margin: 0 auto;
  cursor: pointer; }
  .expColToggle .fa {
    margin-right: 5px; }

.gallery1.largeImage {
  position: relative;
  border: 1px solid #ccc;
  padding-top: 100%; }
  .gallery1.largeImage img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .gallery1.largeImage .expand {
    position: absolute;
    font-family: fontawesome;
    font-size: 1.471em;
    width: auto;
    height: auto;
    right: 15px;
    bottom: 10px;
    z-index: 1; }
    .gallery1.largeImage .expand a {
      color: #dcddd9;
      text-decoration: none; }
.gallery1.imageThumbs {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .gallery1.imageThumbs:before, .gallery1.imageThumbs:after {
    content: " ";
    display: table; }
  .gallery1.imageThumbs:after {
    clear: both; }
  .lt-ie8 .gallery1.imageThumbs {
    *zoom: 1; }
  @media only screen and (max-width: 1020px) {
    .gallery1.imageThumbs {
      position: relative;
      margin-bottom: 20px; } }
  .gallery1.imageThumbs li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    background: #e7e7e7;
    position: relative;
    line-height: 0;
    width: 25%;
    padding-top: 25%; }
    .gallery1.imageThumbs li.active a {
      border: 2px solid #e7e7e7; }
    .gallery1.imageThumbs li a {
      border: 2px solid #FFF;
      display: block;
      background: #FFF;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .gallery1.imageThumbs li a img {
        width: 100%;
        text-align: center; }

.resellersButton a {
  margin-bottom: 20px; }

/*
 * jquery.selectBoxIt.css 3.8.0
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('fancybox_sprite.png'); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png'); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }


p.links a{
	font-family: myriad;
	font-size: 20px;
}























