@import "../css/owl/owl.carousel.min.css";
/*!
 *  Font Awesome 4.0.3 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('/_styles/font/fontawesome-webfont.eot?v=4.0.3');
  src: url('/_styles/font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/_styles/font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/_styles/font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/_styles/font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-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-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 {
  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: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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
/* Mixins =================================================== */
.cf,
.clearfix {
  *zoom: 1;
}
.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
  display: table;
  content: "";
}
.cf:after,
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.btn-green {
  padding: 10px 20px;
  color: #fff;
  background: #83b133;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-grey {
  padding: 10px 20px;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a5a5a), to(#494949));
  background-image: -webkit-linear-gradient(top, #5a5a5a, #494949);
  background-color: #494949;
  background-image: -moz-linear-gradient(top, #5a5a5a, #494949);
  background-image: -ms-linear-gradient(top, #5a5a5a, #494949);
  background-image: -o-linear-gradient(top, #5a5a5a, #494949);
  background-image: linear-gradient(top, #5a5a5a, #494949);
  background-repeat: repeat-x;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
form fieldset {
  border: none;
  marign: 0;
  padding: 0;
}
form label {
  display: block;
  font-weight: bold;
  color: #555c5e;
  font-size: 14px;
  margin: 5px 0;
}
form input,
form textarea,
form select {
  display: block;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .part {
  display: none;
}
/* Site wide =================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}
img {
  max-width: 100%;
}
.admin_strap {
  background: #333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 10px 30px;
}
.admin_strap a {
  color: #fff;
  text-decoration: none;
}
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: Calibri, sans-serif;
  color: #58585a;
  line-height: 20px;
}
body .cookie-popup {
  background: #000;
  margin: 0;
  text-align: center;
  padding-bottom: 10px;
}
body .cookie-popup h1 {
  margin: 0;
  padding: 10px 0;
  background: #333;
  color: #fff;
  font-size: 20px;
}
body .cookie-popup p {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px !important;
  padding-top: 5px;
}
body .cookie-popup p span {
  font-size: 14px !important;
}
body .cookie-popup a {
  color: #F90;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
}
body header {
  background: #e8e8e8;
}
body header .header-wrapper {
  width: 320px;
  margin: 0 auto;
  text-align: left;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 150px;
}
body header .header-wrapper form {
  display: none;
}
body header .header-wrapper .countryList {
  display: none;
  position: absolute;
  left: 20px;
  top: 34px;
  list-style-type: none;
  padding: 3px 10px;
  margin: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  z-index: 10;
  min-width: 186px;
}
body header .header-wrapper .countryList li {
  *zoom: 1;
  padding: 8px 0;
  padding: 5px 0;
}
body header .header-wrapper .countryList li:before,
body header .header-wrapper .countryList li:after {
  display: table;
  content: "";
}
body header .header-wrapper .countryList li:after {
  clear: both;
}
body header .header-wrapper .countryList li img {
  float: left;
  margin-right: 5px;
}
body header .header-wrapper .countryList li a {
  display: block;
  color: #58585a;
  text-decoration: none;
  float: left;
  margin-top: -3px;
  font-size: 12px;
}
body header .header-wrapper #logo {
  position: absolute;
  top: 20px;
  left: 25px;
}
body header .header-wrapper #acelity {
  position: absolute;
  top: -80px;
  right: 20px;
}
body header .header-wrapper .right .top {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body header .header-wrapper .right .top #menuToggle {
  float: right;
  color: #fff;
  font-size: 16px;
  display: block;
  background: #58585a;
  padding: 6px 10px;
}
body header .header-wrapper .right .top #searchToggle {
  float: right;
  color: #fff;
  font-size: 16px;
  display: block;
  padding-right: 5px;
  background: #58585a;
  padding: 6px 10px;
  margin-right: 5px;
}
body header .header-wrapper .right .top .countryselect p {
  margin: 0;
}
body header .header-wrapper .right .top .countryselect p span {
  display: none;
}
body header .header-wrapper .right .top .countryselect .countrySelector {
  background: #fff;
  padding: 6px 0;
  padding-left: 5px;
  width: 179px;
  color: #58585a;
  text-decoration: none;
  display: block;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  font-size: 12px;
}
body header .header-wrapper .right .top .countryselect .countrySelector i {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}
body header .header-wrapper .right .top .countryselect .countrySelector img {
  margin-right: 5px;
  float: left;
  margin-top: 2px;
  width: 16px;
}
body header nav {
  display: none;
}
body header nav.mobile {
  display: none;
  background: #58585a;
}
body header nav.mobile ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
body header nav.mobile ul li {
  border-top: 1px solid #b6b6b6;
}
body header nav.mobile ul li .mega {
  display: none;
}
body header nav.mobile ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  width: 320px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
body .content p.crumbs {
  border-bottom: 3px solid #f1f1f1;
  padding-bottom: 10px;
}
body .content p.crumbs span {
  width: 320px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body .content p.crumbs span a {
  color: #58585a;
  text-decoration: none;
  font-weight: bold;
}
body .content .wrapper {
  width: 320px;
  margin: 0 auto;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body .content .wrapper .ctn ul {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}
body .content .wrapper .ctn ul li.active a {
  color: #58585a;
  background: #f3f3f3;
}
body .content .wrapper .ctn ul li:first-of-type {
  border-top: 1px solid #d2d1d0;
}
body .content .wrapper .ctn ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #609ac4;
  border-bottom: 1px solid #d2d1d0;
  font-weight: bold;
}
body .content .wrapper .ctn ul li a img {
  vertical-align: middle;
  margin-right: 10px;
}
body footer {
  background: url('/_img/footer.png');
}
body footer .footer-wrapper {
  width: 320px;
  margin: 0 auto;
  color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
body footer .footer-wrapper:before,
body footer .footer-wrapper:after {
  display: table;
  content: "";
}
body footer .footer-wrapper:after {
  clear: both;
}
body footer .footer-wrapper .col {
  margin-bottom: 20px;
  margin-right: 10px;
  float: left;
  width: auto;
  min-width: 120px;
}
body footer .footer-wrapper .col strong {
  margin-bottom: 5px;
  display: block;
}
body footer .footer-wrapper .col strong a {
  color: #fff;
  text-decoration: none;
}
body footer .footer-wrapper .col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body footer .footer-wrapper .col ul li a {
  color: #fff;
  text-decoration: none;
}
body footer .footer-wrapper .col ul li a.first {
  display: block;
  margin-bottom: 5px;
}
body p.bottom {
  width: 320px;
  margin: 0 auto;
  margin-top: 20px !important;
  color: #b6b6b6;
}
body p.bottom a {
  color: #b6b6b6;
}
a.totop {
  position: fixed;
  padding: 10px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 23px;
  bottom: 20px;
  right: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
p.notification.error {
  background: #d27474;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  *zoom: 1;
  margin-top: 20px;
}
p.notification.error:before,
p.notification.error:after {
  display: table;
  content: "";
}
p.notification.error:after {
  clear: both;
}
p.notification.error i {
  position: absolute;
  color: #fff;
  padding: 5px;
  top: 6px;
  left: 10px;
  margin-right: 20px;
  font-size: 14px;
}
p.notification.error span {
  float: left;
  width: 90%;
  margin-left: 30px;
}
p.notification.error a.close i {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 10px;
}
p.notification.success {
  background: #8dce59;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  *zoom: 1;
}
p.notification.success:before,
p.notification.success:after {
  display: table;
  content: "";
}
p.notification.success:after {
  clear: both;
}
p.notification.success i {
  position: absolute;
  color: #fff;
  padding: 5px;
  top: 6px;
  left: 10px;
  margin-right: 20px;
  font-size: 14px;
}
p.notification.success span {
  float: left;
  width: 90%;
  margin-left: 30px;
}
p.notification.success a.close i {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 10px;
}
p.notification.notice {
  background: #e2cb6e;
  border: 1px solid #b49d41;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #911414;
  position: relative;
  *zoom: 1;
}
p.notification.notice:before,
p.notification.notice:after {
  display: table;
  content: "";
}
p.notification.notice:after {
  clear: both;
}
p.notification.notice i {
  float: left;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
}
p.notification.notice span {
  float: left;
  width: 85%;
}
p.notification.notice span a {
  color: #9b852d;
  text-decoration: none;
  padding-top: 5px;
  display: block;
}
/* wysiwyg */
.wysiwyg * {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.wysiwyg.left-column {
  width: 100%;
}
.bg_green .right-column {
  width: 293px;
}
.wysiwyg a {
  text-decoration: underline;
  color: #609AC4;
  display: inline;
  width: auto;
  height: auto;
  float: none;
}
.wysiwyg h1 {
  margin: 0 !important;
  font-size: 2.2em !important;
  background: none !important;
  width: auto !important;
  border: none !important;
  padding: 0 !important;
  display: inline !important;
}
.wysiwyg p {
  padding: 0;
  line-height: 18px;
  font-size: 1.3em;
}
.wysiwyg img {
  height: auto !important;
}
.wysiwyg p span[style='font-size: x-small;'] {
  line-height: 12px !important;
}
.wysiwyg td {
  font-size: 1.2em;
}
.wysiwyg td p {
  font-size: 1em;
}
.wysiwyg b {
  font-weight: bold;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wysiwyg ul {
  margin: 10px 0 10px 24px;
  line-height: 18px;
  font-size: 1.3em;
}
.pink .wysiwyg a {
  color: #d12f82;
}
.green .wysiwyg a {
  color: #8ebe46;
}
.blue .wysiwyg a {
  color: #0895d1;
}
.purple .wysiwyg a {
  color: #7a67ad;
}
.wysiwyg object {
  border: 1px solid #999;
  background: #000;
}
header.sunshine-header .right .top #acelity {
  top: -107px;
}
html[lang="en-US"] body#template-home .content .products .product#lets-test {
  border-color: #949494;
}
html[lang="en-US"] body#template-home .content .products .product#lets-test a {
  border-color: #949494;
  background: #aeaeae;
}
html[lang="en-US"] body#template-products .content .wrapper .tab.green figure figcaption {
  border-color: #949494;
}
html[lang="en-US"] body header .header-wrapper .mega ul li .right.green a:hover {
  background: #949494;
}
html[lang="en-US"] body#template-videos .content .wrapper .tab.green a {
  color: #949494;
}
html[lang="en-US"] body#template-videos .content .wrapper .tabs li#lets-test {
  background: url('/_img/products/lets-test-tab-grey.png');
}
html[lang="en-US"] body#template-videos .content .wrapper .tabs li.selected#lets-test {
  background: url('/_img/products/lets-test-tab-alt-grey.png');
}
html[lang="en-US"] body#template-products .content .wrapper .tabs li#lets-test {
  background: url('/_img/products/lets-test-tab-grey.png');
}
html[lang="en-US"] body#template-products .content .wrapper .tabs li.selected#lets-test {
  background: url('/_img/products/lets-test-tab-alt-grey.png');
}
p.error {
  border: 1px solid #b94a48;
  border-left-width: 5px;
  background: #f2dede;
  padding: 10px;
  color: #b94a48;
  margin: 0 0 10px 0;
  clear: both;
  text-align: left;
}
p.error h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
}
label.error {
  color: #b94a48;
}
input.error {
  border: 1px solid #b94a48;
}
.success {
  border: 1px solid #468847;
  border-left-width: 5px;
  background: #dff0d8;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  clear: both;
}
.crumbs .login {
  float: right;
}
#lets-drive {
  float: left;
  margin: -4px 75px -4px 0;
}
a {
  color: #609ac4;
}
.dialog {
  display: none;
  position: absolute;
  top: 150px;
  margin: 0 auto;
  width: 280px;
  background: #FFF;
  border: 1px solid #999;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.dialog #close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #58585a;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 99;
}
#reference_link {
  color: #58585a;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
#reference_link img {
  vertical-align: middle;
  margin-right: 5px;
}
body#template-home .content .slider {
  display: none;
}
body#template-home .content .confirm-box {
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px 0;
}
body#template-home .content .wrapper {
  padding: 0 20px;
}
body#template-home .content .wrapper .item {
  padding: 20px;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  min-height: 167px;
}
body#template-home .content .wrapper .item p.heading {
  font-size: 14px;
  font-weight: bold;
  *zoom: 1;
  color: #929292;
}
body#template-home .content .wrapper .item p.heading:before,
body#template-home .content .wrapper .item p.heading:after {
  display: table;
  content: "";
}
body#template-home .content .wrapper .item p.heading:after {
  clear: both;
}
body#template-home .content .wrapper .item p.heading a {
  color: #929292;
  text-decoration: none;
}
body#template-home .content .wrapper .item p.heading img {
  float: left;
  margin-top: -6px;
  margin-right: 10px;
}
body#template-home .content .wrapper .item p {
  font-size: 14px;
  color: #609ac4;
  line-height: 24px;
}
body#template-home .content .wrapper .item p a {
  color: #929292;
  text-decoration: none;
}
body#template-home .content .products {
  margin-bottom: 20px;
  background: #f3f3f3;
  padding: 20px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
body#template-home .content .products .home-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 186px;
  margin-bottom: 20px;
  font-size: 16px;
}
body#template-home .content .products .product {
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid;
  position: relative;
  min-height: 186px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: 1.3;
}
body#template-home .content .products .product p {
  line-height: 24px;
  margin-top: 0px;
}
body#template-home .content .products .product a {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-weight: bold;
}
body#template-home .content .products .product a i {
  margin-left: 5px;
}
body#template-home .content .products .product#category-1 {
  border-color: #ed217c;
}
body#template-home .content .products .product#category-1 a {
  border-top: 3px solid #ed217c;
  border-left: 3px solid #ed217c;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f15098), to(#ed217c));
  background-image: -webkit-linear-gradient(top, #f15098, #ed217c);
  background-color: #ed217c;
  background-image: -moz-linear-gradient(top, #f15098, #ed217c);
  background-image: -ms-linear-gradient(top, #f15098, #ed217c);
  background-image: -o-linear-gradient(top, #f15098, #ed217c);
  background-image: linear-gradient(top, #f15098, #ed217c);
  background-repeat: repeat-x;
  text-decoration: none;
}
body#template-home .content .products .product#category-2 {
  border-color: #4d5564;
}
body#template-home .content .products .product#category-2 a {
  border-top: 3px solid #4d5564;
  border-left: 3px solid #4d5564;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#636d81), to(#4d5564));
  background-image: -webkit-linear-gradient(top, #636d81, #4d5564);
  background-color: #4d5564;
  background-image: -moz-linear-gradient(top, #636d81, #4d5564);
  background-image: -ms-linear-gradient(top, #636d81, #4d5564);
  background-image: -o-linear-gradient(top, #636d81, #4d5564);
  background-image: linear-gradient(top, #636d81, #4d5564);
  background-repeat: repeat-x;
  text-decoration: none;
}
body#template-home .content .products .product#category-3 {
  border-color: #009590;
}
body#template-home .content .products .product#category-3 a {
  border-top: 3px solid #009590;
  border-left: 3px solid #009590;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c8c1), to(#009590));
  background-image: -webkit-linear-gradient(top, #00c8c1, #009590);
  background-color: #009590;
  background-image: -moz-linear-gradient(top, #00c8c1, #009590);
  background-image: -ms-linear-gradient(top, #00c8c1, #009590);
  background-image: -o-linear-gradient(top, #00c8c1, #009590);
  background-image: linear-gradient(top, #00c8c1, #009590);
  background-repeat: repeat-x;
  text-decoration: none;
}
body#template-home .content .products .product#category-4 {
  border-color: #8c317a;
}
body#template-home .content .products .product#category-4 a {
  border-top: 3px solid #8c317a;
  border-left: 3px solid #8c317a;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b23e9b), to(#8c317a));
  background-image: -webkit-linear-gradient(top, #b23e9b, #8c317a);
  background-color: #8c317a;
  background-image: -moz-linear-gradient(top, #b23e9b, #8c317a);
  background-image: -ms-linear-gradient(top, #b23e9b, #8c317a);
  background-image: -o-linear-gradient(top, #b23e9b, #8c317a);
  background-image: linear-gradient(top, #b23e9b, #8c317a);
  background-repeat: repeat-x;
  text-decoration: none;
}
body#template-home .content .products .product#category-5 {
  border-color: #00aeef;
}
body#template-home .content .products .product#category-5 a {
  border-top: 3px solid #00aeef;
  border-left: 3px solid #00aeef;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23c3ff), to(#00aeef));
  background-image: -webkit-linear-gradient(top, #23c3ff, #00aeef);
  background-color: #00aeef;
  background-image: -moz-linear-gradient(top, #23c3ff, #00aeef);
  background-image: -ms-linear-gradient(top, #23c3ff, #00aeef);
  background-image: -o-linear-gradient(top, #23c3ff, #00aeef);
  background-image: linear-gradient(top, #23c3ff, #00aeef);
  background-repeat: repeat-x;
  text-decoration: none;
}
body#template-home .content .products .product#category-6 {
  border-color: #2e1263;
}
body#template-home .content .products .product#category-6 a {
  border-top: 3px solid #2e1263;
  border-left: 3px solid #2e1263;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#421a8e), to(#2e1263));
  background-image: -webkit-linear-gradient(top, #421a8e, #2e1263);
  background-color: #2e1263;
  background-image: -moz-linear-gradient(top, #421a8e, #2e1263);
  background-image: -ms-linear-gradient(top, #421a8e, #2e1263);
  background-image: -o-linear-gradient(top, #421a8e, #2e1263);
  background-image: linear-gradient(top, #421a8e, #2e1263);
  background-repeat: repeat-x;
  text-decoration: none;
}
body#template-home .content .products .product#category-7 {
  border-color: #83afdf;
}
body#template-home .content .products .product#category-7 a {
  border-top: 3px solid #83afdf;
  border-left: 3px solid #83afdf;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#acc9e9), to(#83afdf));
  background-image: -webkit-linear-gradient(top, #acc9e9, #83afdf);
  background-color: #83afdf;
  background-image: -moz-linear-gradient(top, #acc9e9, #83afdf);
  background-image: -ms-linear-gradient(top, #acc9e9, #83afdf);
  background-image: -o-linear-gradient(top, #acc9e9, #83afdf);
  background-image: linear-gradient(top, #acc9e9, #83afdf);
  background-repeat: repeat-x;
  text-decoration: none;
}
body#template-products .content .wrapper h1,
body#template-videos .content .wrapper h1,
body#template-video .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-products .content .wrapper .tabs,
body#template-videos .content .wrapper .tabs,
body#template-video .content .wrapper .tabs {
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid #d2d1d0;
  *zoom: 1;
  margin-bottom: 0;
}
body#template-products .content .wrapper .tabs:before,
body#template-videos .content .wrapper .tabs:before,
body#template-video .content .wrapper .tabs:before,
body#template-products .content .wrapper .tabs:after,
body#template-videos .content .wrapper .tabs:after,
body#template-video .content .wrapper .tabs:after {
  display: table;
  content: "";
}
body#template-products .content .wrapper .tabs:after,
body#template-videos .content .wrapper .tabs:after,
body#template-video .content .wrapper .tabs:after {
  clear: both;
}
body#template-products .content .wrapper .tabs li,
body#template-videos .content .wrapper .tabs li,
body#template-video .content .wrapper .tabs li {
  text-align: center;
  border: 1px solid #d2d1d0;
  border-bottom: 0;
  float: left;
  clear: both;
  margin: 0;
  height: 49px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  line-height: 49px;
}
body#template-products .content .wrapper .tabs li:last-of-type,
body#template-videos .content .wrapper .tabs li:last-of-type,
body#template-video .content .wrapper .tabs li:last-of-type {
  margin-right: 0;
  border-right: 1px solid #d2d1d0;
}
body#template-products .content .wrapper .tabs li.selected,
body#template-videos .content .wrapper .tabs li.selected,
body#template-video .content .wrapper .tabs li.selected {
  background: #FFF;
}
body#template-products .content .wrapper .tabs li.selected a img:nth-of-type(1),
body#template-videos .content .wrapper .tabs li.selected a img:nth-of-type(1),
body#template-video .content .wrapper .tabs li.selected a img:nth-of-type(1) {
  display: block;
}
body#template-products .content .wrapper .tabs li.selected a img:nth-of-type(2),
body#template-videos .content .wrapper .tabs li.selected a img:nth-of-type(2),
body#template-video .content .wrapper .tabs li.selected a img:nth-of-type(2) {
  display: none;
}
body#template-products .content .wrapper .tabs li a,
body#template-videos .content .wrapper .tabs li a,
body#template-video .content .wrapper .tabs li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 16px;
}
body#template-products .content .wrapper .tabs li a img:nth-of-type(1),
body#template-videos .content .wrapper .tabs li a img:nth-of-type(1),
body#template-video .content .wrapper .tabs li a img:nth-of-type(1) {
  display: none;
}
body#template-products .content .wrapper .tabs #category-tab-1,
body#template-videos .content .wrapper .tabs #category-tab-1,
body#template-video .content .wrapper .tabs #category-tab-1 {
  border-left: 8px solid #ed217c;
}
body#template-products .content .wrapper .tabs #category-tab-1.selected a,
body#template-videos .content .wrapper .tabs #category-tab-1.selected a,
body#template-video .content .wrapper .tabs #category-tab-1.selected a {
  color: #ed217c;
}
body#template-products .content .wrapper .tabs #category-tab-2,
body#template-videos .content .wrapper .tabs #category-tab-2,
body#template-video .content .wrapper .tabs #category-tab-2 {
  border-left: 8px solid #4d5564;
}
body#template-products .content .wrapper .tabs #category-tab-2.selected a,
body#template-videos .content .wrapper .tabs #category-tab-2.selected a,
body#template-video .content .wrapper .tabs #category-tab-2.selected a {
  color: #4d5564;
}
body#template-products .content .wrapper .tabs #category-tab-3,
body#template-videos .content .wrapper .tabs #category-tab-3,
body#template-video .content .wrapper .tabs #category-tab-3 {
  border-left: 8px solid #009590;
}
body#template-products .content .wrapper .tabs #category-tab-3.selected a,
body#template-videos .content .wrapper .tabs #category-tab-3.selected a,
body#template-video .content .wrapper .tabs #category-tab-3.selected a {
  color: #009590;
}
body#template-products .content .wrapper .tabs #category-tab-4,
body#template-videos .content .wrapper .tabs #category-tab-4,
body#template-video .content .wrapper .tabs #category-tab-4 {
  border-left: 8px solid #8c317a;
}
body#template-products .content .wrapper .tabs #category-tab-4.selected a,
body#template-videos .content .wrapper .tabs #category-tab-4.selected a,
body#template-video .content .wrapper .tabs #category-tab-4.selected a {
  color: #8c317a;
}
body#template-products .content .wrapper .tabs #category-tab-5,
body#template-videos .content .wrapper .tabs #category-tab-5,
body#template-video .content .wrapper .tabs #category-tab-5 {
  border-left: 8px solid #00aeef;
}
body#template-products .content .wrapper .tabs #category-tab-5.selected a,
body#template-videos .content .wrapper .tabs #category-tab-5.selected a,
body#template-video .content .wrapper .tabs #category-tab-5.selected a {
  color: #00aeef;
}
body#template-products .content .wrapper .tabs #category-tab-6,
body#template-videos .content .wrapper .tabs #category-tab-6,
body#template-video .content .wrapper .tabs #category-tab-6 {
  border-left: 8px solid #2e1263;
}
body#template-products .content .wrapper .tabs #category-tab-6.selected a,
body#template-videos .content .wrapper .tabs #category-tab-6.selected a,
body#template-video .content .wrapper .tabs #category-tab-6.selected a {
  color: #2e1263;
}
body#template-products .content .wrapper .tabs #category-tab-7,
body#template-videos .content .wrapper .tabs #category-tab-7,
body#template-video .content .wrapper .tabs #category-tab-7 {
  border-left: 8px solid #83afdf;
}
body#template-products .content .wrapper .tabs #category-tab-7.selected a,
body#template-videos .content .wrapper .tabs #category-tab-7.selected a,
body#template-video .content .wrapper .tabs #category-tab-7.selected a {
  color: #83afdf;
}
body#template-products .content .wrapper .tab,
body#template-videos .content .wrapper .tab,
body#template-video .content .wrapper .tab {
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d1d0;
  padding-top: 20px;
}
body#template-products .content .wrapper .tab figure,
body#template-videos .content .wrapper .tab figure,
body#template-video .content .wrapper .tab figure {
  margin: 0;
  text-align: center;
  padding: 0;
  border: 1px solid #d2d1d0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
body#template-products .content .wrapper .tab figure figcaption,
body#template-videos .content .wrapper .tab figure figcaption,
body#template-video .content .wrapper .tab figure figcaption {
  background: #919296;
  color: #fff;
  padding: 10px;
  margin: 0 0 0;
  border-top: 2px solid #0093d0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
body#template-products .content .wrapper .tab figure figcaption sup,
body#template-videos .content .wrapper .tab figure figcaption sup,
body#template-video .content .wrapper .tab figure figcaption sup {
  font-size: 10px;
}
body#template-products .content .wrapper .tab.category-1 figure figcaption,
body#template-videos .content .wrapper .tab.category-1 figure figcaption,
body#template-video .content .wrapper .tab.category-1 figure figcaption {
  border-color: #ed217c;
}
body#template-products .content .wrapper .tab.category-2 figure figcaption,
body#template-videos .content .wrapper .tab.category-2 figure figcaption,
body#template-video .content .wrapper .tab.category-2 figure figcaption {
  border-color: #4d5564;
}
body#template-products .content .wrapper .tab.category-3 figure figcaption,
body#template-videos .content .wrapper .tab.category-3 figure figcaption,
body#template-video .content .wrapper .tab.category-3 figure figcaption {
  border-color: #009590;
}
body#template-products .content .wrapper .tab.category-4 figure figcaption,
body#template-videos .content .wrapper .tab.category-4 figure figcaption,
body#template-video .content .wrapper .tab.category-4 figure figcaption {
  border-color: #8c317a;
}
body#template-products .content .wrapper .tab.category-5 figure figcaption,
body#template-videos .content .wrapper .tab.category-5 figure figcaption,
body#template-video .content .wrapper .tab.category-5 figure figcaption {
  border-color: #00aeef;
}
body#template-products .content .wrapper .tab.category-6 figure figcaption,
body#template-videos .content .wrapper .tab.category-6 figure figcaption,
body#template-video .content .wrapper .tab.category-6 figure figcaption {
  border-color: #2e1263;
}
body#template-products .content .wrapper .tab.category-7 figure figcaption,
body#template-videos .content .wrapper .tab.category-7 figure figcaption,
body#template-video .content .wrapper .tab.category-7 figure figcaption {
  border-color: #83afdf;
}
body#template-products .content .wrapper .tab .video,
body#template-videos .content .wrapper .tab .video,
body#template-video .content .wrapper .tab .video {
  margin-bottom: 20px;
}
body#template-products .content .wrapper .tab .video a,
body#template-videos .content .wrapper .tab .video a,
body#template-video .content .wrapper .tab .video a {
  text-decoration: none;
}
body#template-products .content .wrapper .tab .video img,
body#template-videos .content .wrapper .tab .video img,
body#template-video .content .wrapper .tab .video img {
  border: 1px solid #d2d1d0;
}
body#template-products .content .wrapper .tab .video p,
body#template-videos .content .wrapper .tab .video p,
body#template-video .content .wrapper .tab .video p {
  margin: 0;
}
body#template-products .content .wrapper .tab .video p:first-of-type,
body#template-videos .content .wrapper .tab .video p:first-of-type,
body#template-video .content .wrapper .tab .video p:first-of-type {
  margin-top: 5px;
}
body#template-products .content .wrapper .tab .video .desc,
body#template-videos .content .wrapper .tab .video .desc,
body#template-video .content .wrapper .tab .video .desc {
  font-weight: bold;
}
body#template-products .content .wrapper .tab .video ul,
body#template-videos .content .wrapper .tab .video ul,
body#template-video .content .wrapper .tab .video ul {
  list-style-type: none;
  *zoom: 1;
  margin: 0;
  padding: 5px;
}
body#template-products .content .wrapper .tab .video ul:before,
body#template-videos .content .wrapper .tab .video ul:before,
body#template-video .content .wrapper .tab .video ul:before,
body#template-products .content .wrapper .tab .video ul:after,
body#template-videos .content .wrapper .tab .video ul:after,
body#template-video .content .wrapper .tab .video ul:after {
  display: table;
  content: "";
}
body#template-products .content .wrapper .tab .video ul:after,
body#template-videos .content .wrapper .tab .video ul:after,
body#template-video .content .wrapper .tab .video ul:after {
  clear: both;
}
body#template-products .content .wrapper .tab .video ul li,
body#template-videos .content .wrapper .tab .video ul li,
body#template-video .content .wrapper .tab .video ul li {
  float: left;
  position: relative;
}
body#template-products .content .wrapper .tab .video ul li:hover ul,
body#template-videos .content .wrapper .tab .video ul li:hover ul,
body#template-video .content .wrapper .tab .video ul li:hover ul {
  display: block;
  position: absolute;
  width: 160px;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  left: -110px;
}
body#template-products .content .wrapper .tab .video ul li:hover ul li,
body#template-videos .content .wrapper .tab .video ul li:hover ul li,
body#template-video .content .wrapper .tab .video ul li:hover ul li {
  float: left;
  padding: 5px 0;
}
body#template-products .content .wrapper .tab .video ul li:hover ul li a,
body#template-videos .content .wrapper .tab .video ul li:hover ul li a,
body#template-video .content .wrapper .tab .video ul li:hover ul li a {
  display: block;
}
body#template-products .content .wrapper .tab .video ul li:hover ul li img,
body#template-videos .content .wrapper .tab .video ul li:hover ul li img,
body#template-video .content .wrapper .tab .video ul li:hover ul li img {
  width: 24px;
  border: none;
  float: left;
}
body#template-products .content .wrapper .tab .video ul li ul,
body#template-videos .content .wrapper .tab .video ul li ul,
body#template-video .content .wrapper .tab .video ul li ul {
  display: none;
}
body#template-products .content .wrapper .tab .video ul li a,
body#template-videos .content .wrapper .tab .video ul li a,
body#template-video .content .wrapper .tab .video ul li a {
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
}
body#template-products .content .wrapper .tab.category-1 .video a,
body#template-videos .content .wrapper .tab.category-1 .video a,
body#template-video .content .wrapper .tab.category-1 .video a {
  color: #ed217c;
}
body#template-products .content .wrapper .tab.category-2 .video a,
body#template-videos .content .wrapper .tab.category-2 .video a,
body#template-video .content .wrapper .tab.category-2 .video a {
  color: #4d5564;
}
body#template-products .content .wrapper .tab.category-3 .video a,
body#template-videos .content .wrapper .tab.category-3 .video a,
body#template-video .content .wrapper .tab.category-3 .video a {
  color: #009590;
}
body#template-products .content .wrapper .tab.category-4 .video a,
body#template-videos .content .wrapper .tab.category-4 .video a,
body#template-video .content .wrapper .tab.category-4 .video a {
  color: #8c317a;
}
body#template-products .content .wrapper .tab.category-5 .video a,
body#template-videos .content .wrapper .tab.category-5 .video a,
body#template-video .content .wrapper .tab.category-5 .video a {
  color: #00aeef;
}
body#template-products .content .wrapper .tab.category-6 .video a,
body#template-videos .content .wrapper .tab.category-6 .video a,
body#template-video .content .wrapper .tab.category-6 .video a {
  color: #2e1263;
}
body#template-products .content .wrapper .tab.category-7 .video a,
body#template-videos .content .wrapper .tab.category-7 .video a,
body#template-video .content .wrapper .tab.category-7 .video a {
  color: #83afdf;
}
body#template-video .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-video .content .wrapper h2 {
  font-size: 16px;
}
body#template-video .content .wrapper h2 span {
  color: #979797;
  display: block;
}
body#template-video .content .wrapper .top {
  margin-bottom: 30px;
}
body#template-video .content .wrapper .top .left {
  *zoom: 1;
  margin-bottom: 30px;
}
body#template-video .content .wrapper .top .left:before,
body#template-video .content .wrapper .top .left:after {
  display: table;
  content: "";
}
body#template-video .content .wrapper .top .left:after {
  clear: both;
}
body#template-video .content .wrapper .top .left #player {
  max-width: 100%;
}
body#template-video .content .wrapper .top .left ul {
  list-style-type: none;
  *zoom: 1;
  margin: 0;
  padding: 5px;
}
body#template-video .content .wrapper .top .left ul:before,
body#template-video .content .wrapper .top .left ul:after {
  display: table;
  content: "";
}
body#template-video .content .wrapper .top .left ul:after {
  clear: both;
}
body#template-video .content .wrapper .top .left ul li {
  float: left;
  position: relative;
}
body#template-video .content .wrapper .top .left ul li a {
  color: #000;
  font-weight: bold;
}
body#template-video .content .wrapper .top .left ul li:hover ul {
  display: block;
  position: absolute;
  width: 160px;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  left: -110px;
}
body#template-video .content .wrapper .top .left ul li:hover ul li {
  float: left;
  padding: 5px 0;
}
body#template-video .content .wrapper .top .left ul li:hover ul li a {
  display: block;
}
body#template-video .content .wrapper .top .left ul li:hover ul li img {
  width: 24px;
  border: none;
  float: left;
  margin-bottom: 0;
}
body#template-video .content .wrapper .top .left ul li ul {
  display: none;
}
body#template-video .content .wrapper .top .left ul li a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
}
body#template-video .content .wrapper .top .left .next {
  float: right;
  margin-top: 10px;
}
body#template-video .content .wrapper .top .right #slides {
  height: 288px;
  overflow-y: auto;
  position: relative;
}
body#template-video .content .wrapper .top .right #slides .wysiwyg {
  margin-top: 0;
}
body#template-video .content .wrapper .top .right .moreinfo {
  font-weight: bold;
}
body#template-video .content .wrapper .top .right .moreinfo p {
  margin-bottom: 3px;
}
body#template-video .content .wrapper .top .right .moreinfo a {
  display: block;
  color: #609ac4;
  text-decoration: none;
}
body#template-product .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-product .content .wrapper .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body#template-product .content .wrapper .tabs li.active a {
  background: #fff;
}
body#template-product .content .wrapper .tabs li:last-of-type a {
  border-bottom: 1px solid #d2d1d0;
}
body#template-product .content .wrapper .tabs li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #555c5e;
  font-weight: bold;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ededee));
  background-image: -webkit-linear-gradient(top, #ffffff, #ededee);
  background-color: #ededee;
  background-image: -moz-linear-gradient(top, #ffffff, #ededee);
  background-image: -ms-linear-gradient(top, #ffffff, #ededee);
  background-image: -o-linear-gradient(top, #ffffff, #ededee);
  background-image: linear-gradient(top, #ffffff, #ededee);
  background-repeat: repeat-x;
  border: 1px solid #d2d1d0;
  border-bottom: 0;
}
body#template-product .content .wrapper .tab {
  border: 1px solid #d2d1d0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0;
}
body#template-product .content .wrapper .tab.category-1 a {
  color: #ed217c;
}
body#template-product .content .wrapper .tab.category-2 a {
  color: #4d5564;
}
body#template-product .content .wrapper .tab.category-3 a {
  color: #009590;
}
body#template-product .content .wrapper .tab.category-4 a {
  color: #8c317a;
}
body#template-product .content .wrapper .tab.category-5 a {
  color: #00aeef;
}
body#template-product .content .wrapper .tab.category-6 a {
  color: #2e1263;
}
body#template-product .content .wrapper .tab.category-7 a {
  color: #83afdf;
}
body#template-product .content .wrapper .tab .references {
  clear: both;
  padding-top: 20px;
}
body#template-search .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
body#template-search .content .wrapper .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body#template-search .content .wrapper .tabs li.active a {
  background: #fff;
  font-weight: bold;
}
body#template-search .content .wrapper .tabs li:last-of-type a {
  border-bottom: 1px solid #d2d1d0;
}
body#template-search .content .wrapper .tabs li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #555c5e;
  font-weight: bold;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ededee));
  background-image: -webkit-linear-gradient(top, #ffffff, #ededee);
  background-color: #ededee;
  background-image: -moz-linear-gradient(top, #ffffff, #ededee);
  background-image: -ms-linear-gradient(top, #ffffff, #ededee);
  background-image: -o-linear-gradient(top, #ffffff, #ededee);
  background-image: linear-gradient(top, #ffffff, #ededee);
  background-repeat: repeat-x;
  border: 1px solid #d2d1d0;
  border-bottom: 0;
}
body#template-search .content .wrapper .tab {
  border: 1px solid #d2d1d0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0;
}
body#template-search .content .wrapper .tab form {
  *zoom: 1;
}
body#template-search .content .wrapper .tab form:before,
body#template-search .content .wrapper .tab form:after {
  display: table;
  content: "";
}
body#template-search .content .wrapper .tab form:after {
  clear: both;
}
body#template-search .content .wrapper .tab form input {
  float: left;
  width: 75%;
}
body#template-search .content .wrapper .tab form .btn-grey {
  width: auto;
  padding: 9px 10px;
}
body#template-search .content .wrapper .tab ul {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}
body#template-search .content .wrapper .tab ul li {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d1d0;
}
body#template-search .content .wrapper .tab ul li a {
  color: #0093d0;
  text-decoration: none;
  font-size: 18px;
}
body#template-product-videos .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-product-videos .content .wrapper .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body#template-product-videos .content .wrapper .tabs li.active a {
  background: #fff;
}
body#template-product-videos .content .wrapper .tabs li:last-of-type a {
  border-bottom: 1px solid #d2d1d0;
}
body#template-product-videos .content .wrapper .tabs li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #555c5e;
  font-weight: bold;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ededee));
  background-image: -webkit-linear-gradient(top, #ffffff, #ededee);
  background-color: #ededee;
  background-image: -moz-linear-gradient(top, #ffffff, #ededee);
  background-image: -ms-linear-gradient(top, #ffffff, #ededee);
  background-image: -o-linear-gradient(top, #ffffff, #ededee);
  background-image: linear-gradient(top, #ffffff, #ededee);
  background-repeat: repeat-x;
  border: 1px solid #d2d1d0;
  border-bottom: 0;
}
body#template-product-videos .content .wrapper .tab {
  border: 1px solid #d2d1d0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0;
}
body#template-product-videos .content .wrapper .tab.category-1 a {
  color: #ed217c;
}
body#template-product-videos .content .wrapper .tab.category-2 a {
  color: #4d5564;
}
body#template-product-videos .content .wrapper .tab.category-3 a {
  color: #009590;
}
body#template-product-videos .content .wrapper .tab.category-4 a {
  color: #8c317a;
}
body#template-product-videos .content .wrapper .tab.category-5 a {
  color: #00aeef;
}
body#template-product-videos .content .wrapper .tab.category-6 a {
  color: #2e1263;
}
body#template-product-videos .content .wrapper .tab.category-7 a {
  color: #83afdf;
}
body#template-product-videos .content .wrapper .tab .video {
  margin: 0 0 20px 0;
}
body#template-product-videos .content .wrapper .tab .video a {
  text-decoration: none;
}
body#template-product-videos .content .wrapper .tab .video img {
  border: 1px solid #d2d1d0;
}
body#template-product-videos .content .wrapper .tab .video p {
  margin: 0;
}
body#template-product-videos .content .wrapper .tab .video p:first-of-type {
  margin-top: 5px;
}
body#template-product-videos .content .wrapper .tab .video .desc {
  font-weight: bold;
}
body#template-about .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-about .content .wrapper .main .box {
  border: 1px solid #d2d1d0;
  padding: 20px;
}
body#template-about .content .wrapper .main .box p {
  margin-top: 0;
}
body#template-contact .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-contact .content .wrapper .main .box {
  border: 1px solid #d2d1d0;
  padding: 20px;
}
body#template-contact .content .wrapper .main .box label.small {
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px;
}
body#template-contact .content .wrapper .main .box label.small input {
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
body#template-faqs .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-faqs .content .wrapper .main .box {
  border: 1px solid #d2d1d0;
  padding: 20px;
}
body#template-faqs .content .wrapper .main .box h3 {
  cursor: pointer;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  outline: none;
}
body#template-faqs .content .wrapper .main .box .ui-accordion-content {
  margin-bottom: 20px;
}
body#template-where-to-buy .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-where-to-buy .content .wrapper .main .box {
  border: 1px solid #d2d1d0;
  padding: 20px;
}
body#template-where-to-buy .content .wrapper .main .box h1 {
  font-size: 20px;
}
body#template-where-to-buy .content .wrapper .main .box h2 {
  font-size: 14px;
  margin: 0px;
  margin-top: 30px;
}
body#template-where-to-buy .content .wrapper .main .box h3 {
  margin: 0px;
}
body#template-where-to-buy .content .wrapper .main .box p {
  margin: 0px;
}
body#template-where-to-buy .content .wrapper .main .box .distributors-wrap {
  margin-top: 30px;
}
body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor {
  margin-bottom: 40px;
  line-height: 1.6em;
}
body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor h3 {
  font-size: 14px;
}
body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor strong {
  text-transform: uppercase;
}
body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor img {
  margin-bottom: 15px;
}
body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor a {
  text-decoration: none;
}
body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor .tel {
  color: #58585a;
}
body#template-where-to-buy .content .wrapper .main .box .care-facilities h2 {
  margin-top: 0px;
}
body#template-where-to-buy .content .wrapper .main .box .care-facilities .facilities-wrap {
  margin-top: 30px;
}
body#template-where-to-buy .content .wrapper .main .box .care-facilities img {
  border: 1px solid #d2d1d0;
}
body#template-contact-details .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-contact-details .content .wrapper .main .box {
  border: 1px solid #d2d1d0;
  padding: 20px;
}
body#template-contact-details .content .wrapper .main .box .office {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d1d0;
}
body#template-contact-details .content .wrapper .main .box .office h2 {
  font-size: 18px;
}
body#template-contact-details .content .wrapper .main .box .office img {
  border: 7px solid #E8E8E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body#template-contact-details .content .wrapper .main .box .office .map_canvas {
  border: 7px solid #E8E8E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
}
body#template-contact-details .content .wrapper .main .box .office .details {
  margin-top: 10px;
}
body#template-contact-details .content .wrapper .main .box .office .details a {
  color: #609ac4;
  text-decoration: none;
}
body#template-contact-details .content .wrapper .main .box .office .details address {
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
body#template-contact-details .content .wrapper .main .box .office .details .contact-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
body#template-contact-details .content .wrapper .main .box .office .details .contact-info a {
  color: #609ac4;
  text-decoration: none;
}
body#template-map .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-map .content .wrapper .main .box {
  border: 1px solid #d2d1d0;
  padding: 20px;
}
body#template-map .content .wrapper .main .box p {
  margin-top: 0;
}
body#template-map .content .wrapper .main .box ul {
  padding: 0 0 0;
  list-style-type: none;
  margin: 0 0 20px;
}
body#template-map .content .wrapper .main .box ul li {
  margin-top: 5px;
}
body#template-map .content .wrapper .main .box ul li img {
  margin-right: 5px;
}
body#template-map .content .wrapper .main .box .map-contain img {
  max-width: none;
}
body#template-map .content .wrapper .main .box .map-contain .opts {
  position: relative;
}
body#template-map .content .wrapper .main .box .map-contain p a {
  color: #609ac4;
  text-decoration: none;
}
body#template-map .content .wrapper .main .box .map-contain p #productSelector {
  background: #fbfbfb;
  padding: 3px 0;
  padding-left: 5px;
  width: 209px;
  color: #58585a;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  font-size: 12px;
  margin-left: 5px;
  padding: ;
}
body#template-map .content .wrapper .main .box .map-contain p #productSelector i {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 14px;
}
body#template-map .content .wrapper .main .box .map-contain #product_list {
  display: none;
  position: absolute;
  z-index: 5;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  top: 68px;
  height: 250px;
  overflow: auto;
}
body#template-map .content .wrapper .main .box .map-contain #product_list li {
  padding: 5px 15px;
}
body#template-map .content .wrapper .main .box .map-contain #map {
  width: 100%;
  height: 300px;
}
body#template-blog .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 27px;
}
body#template-blog .content .wrapper .main ul {
  list-style-type: none;
  padding: 0;
}
body#template-blog .content .wrapper .main ul li {
  *zoom: 1;
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2;
}
body#template-blog .content .wrapper .main ul li:before,
body#template-blog .content .wrapper .main ul li:after {
  display: table;
  content: "";
}
body#template-blog .content .wrapper .main ul li:after {
  clear: both;
}
body#template-blog .content .wrapper .main ul li:first-of-type {
  border-top: 1px solid #d2d2d2;
}
body#template-blog .content .wrapper .main ul li img {
  float: left;
  margin-right: 20px;
}
body#template-blog .content .wrapper .main ul li p {
  float: left;
  width: 222px;
  margin: 0;
}
body#template-blog .content .wrapper .main ul li p a {
  color: #609ac4;
  text-decoration: none;
}
body#template-blog .content .wrapper .main .pagination {
  *zoom: 1;
}
body#template-blog .content .wrapper .main .pagination:before,
body#template-blog .content .wrapper .main .pagination:after {
  display: table;
  content: "";
}
body#template-blog .content .wrapper .main .pagination:after {
  clear: both;
}
body#template-blog .content .wrapper .main .pagination .details {
  float: left;
}
body#template-blog .content .wrapper .main .pagination ul {
  *zoom: 1;
  float: right;
  margin: 0;
}
body#template-blog .content .wrapper .main .pagination ul:before,
body#template-blog .content .wrapper .main .pagination ul:after {
  display: table;
  content: "";
}
body#template-blog .content .wrapper .main .pagination ul:after {
  clear: both;
}
body#template-blog .content .wrapper .main .pagination ul li {
  float: left;
  border: none;
  padding: 5px 10px;
  margin-right: 3px;
  border-right: 1px solid #eee;
}
body#template-blog .content .wrapper .main .pagination ul li.active a {
  font-weight: bold;
}
body#template-blog .content .wrapper .main .pagination ul li a {
  color: #609ac4;
  text-decoration: none;
}
body#template-blog .content .wrapper aside h2 {
  font-size: 17px;
  font-weight: normal;
  margin-top: 7px;
}
body#template-post .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 27px;
}
body#template-post .content .wrapper .main .wysiwyg {
  border: 1px solid #eee;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body#template-post .content .wrapper .main ul a {
  color: #609ac4;
  text-decoration: none;
}
body#template-post .content .wrapper .main .pagination {
  *zoom: 1;
}
body#template-post .content .wrapper .main .pagination:before,
body#template-post .content .wrapper .main .pagination:after {
  display: table;
  content: "";
}
body#template-post .content .wrapper .main .pagination:after {
  clear: both;
}
body#template-post .content .wrapper .main .pagination .details {
  float: left;
}
body#template-post .content .wrapper .main .pagination ul {
  *zoom: 1;
  float: right;
  margin: 0;
}
body#template-post .content .wrapper .main .pagination ul:before,
body#template-post .content .wrapper .main .pagination ul:after {
  display: table;
  content: "";
}
body#template-post .content .wrapper .main .pagination ul:after {
  clear: both;
}
body#template-post .content .wrapper .main .pagination ul li {
  float: left;
  border: none;
  padding: 5px 10px;
  margin-right: 3px;
  border-right: 1px solid #eee;
}
body#template-post .content .wrapper .main .pagination ul li.active a {
  font-weight: bold;
}
body#template-post .content .wrapper .main .pagination ul li a {
  color: #609ac4;
  text-decoration: none;
}
body#template-post .content .wrapper aside h2 {
  font-size: 17px;
  font-weight: normal;
}
body#template-landing header .header-wrapper {
  min-height: 120px;
}
body#template-landing .content .wrapper h1 {
  text-align: center;
  font-weight: normal;
  line-height: 28px;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
body#template-landing .content .wrapper .button {
  padding: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  *zoom: 1;
  display: block;
  color: #609ac4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
}
body#template-landing .content .wrapper .button:before,
body#template-landing .content .wrapper .button:after {
  display: table;
  content: "";
}
body#template-landing .content .wrapper .button:after {
  clear: both;
}
body#template-landing .content .wrapper .button img {
  float: left;
  margin-left: 56px;
  margin-right: 8px;
  margin-top: -5px;
}
body#template-landing .content .wrapper .button span {
  float: left;
  text-decoration: underline;
}
body#template-landing .content .wrapper .right {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #d2d2d2;
}
body#template-landing .content .wrapper .countries {
  *zoom: 1;
}
body#template-landing .content .wrapper .countries:before,
body#template-landing .content .wrapper .countries:after {
  display: table;
  content: "";
}
body#template-landing .content .wrapper .countries:after {
  clear: both;
}
body#template-landing .content .wrapper .countries .box {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  *zoom: 1;
  padding: 20px;
  border: 1px solid #d2d2d2;
}
body#template-landing .content .wrapper .countries .box:before,
body#template-landing .content .wrapper .countries .box:after {
  display: table;
  content: "";
}
body#template-landing .content .wrapper .countries .box:after {
  clear: both;
}
body#template-landing .content .wrapper .countries .box ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  float: left;
  width: 50%;
}
body#template-landing .content .wrapper .countries .box ul li {
  *zoom: 1;
  padding: 8px 0;
}
body#template-landing .content .wrapper .countries .box ul li:before,
body#template-landing .content .wrapper .countries .box ul li:after {
  display: table;
  content: "";
}
body#template-landing .content .wrapper .countries .box ul li:after {
  clear: both;
}
body#template-landing .content .wrapper .countries .box ul li img {
  float: left;
  margin-top: -6px;
  margin-right: 5px;
}
body#template-landing .content .wrapper .countries .box ul li a {
  color: #609ac4;
}
body#template-landing .content .wrapper .copy {
  display: block;
  text-align: center;
}
body#template-letsdrive-home .content a {
  color: #f37736;
}
body#template-letsdrive-home .content .slider {
  display: none;
}
body#template-letsdrive-home .content .wrapper {
  padding: 0 20px 20px;
}
body#template-letsdrive-home .content .wrapper .right {
  margin-top: 30px;
}
body#template-letsdrive-login .content a {
  color: #f37736;
}
body#template-letsdrive-login .content .slider {
  display: none;
}
body#template-letsdrive-login .content .wrapper {
  *zoom: 1;
}
body#template-letsdrive-login .content .wrapper:before,
body#template-letsdrive-login .content .wrapper:after {
  display: table;
  content: "";
}
body#template-letsdrive-login .content .wrapper:after {
  clear: both;
}
body#template-letsdrive-login .content .wrapper h1 {
  text-align: center;
  font-weight: normal;
  line-height: 28px;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
body#template-letsdrive-login .content .wrapper form {
  margin: 0 auto;
  max-width: 320px;
}
body#template-letsdrive-login .content .wrapper form .btn-grey {
  width: auto;
  float: right;
  margin-top: 10px;
}
body#template-letsdrive-login .content .wrapper form a {
  float: left;
  color: #f37736;
  text-decoration: none;
  margin-top: 20px;
}
body#template-letsdrive-login .content .wrapper form label {
  clear: both;
  width: 100%;
  margin-top: 20px;
}
body#template-letsdrive-login .content .wrapper form label input {
  display: inline;
  width: auto;
}
body#template-letsdrive-forgot .content a {
  color: #f37736;
}
body#template-letsdrive-forgot .content .slider {
  display: none;
}
body#template-letsdrive-forgot .content .wrapper {
  *zoom: 1;
}
body#template-letsdrive-forgot .content .wrapper:before,
body#template-letsdrive-forgot .content .wrapper:after {
  display: table;
  content: "";
}
body#template-letsdrive-forgot .content .wrapper:after {
  clear: both;
}
body#template-letsdrive-forgot .content .wrapper h1 {
  text-align: center;
  font-weight: normal;
  line-height: 28px;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
body#template-letsdrive-forgot .content .wrapper p {
  text-align: center;
}
body#template-letsdrive-forgot .content .wrapper form {
  margin: 0 auto;
  max-width: 320px;
}
body#template-letsdrive-forgot .content .wrapper form .btn-grey {
  width: auto;
  float: none;
  margin-top: 10px;
}
body#template-letsdrive-forgot .content .wrapper form label {
  clear: both;
  width: 100%;
  margin-top: 20px;
}
body#template-letsdrive-forgot .content .wrapper form label input {
  display: inline;
  width: auto;
}
body#template-letsdrive-learnmore .content .wrapper {
  *zoom: 1;
}
body#template-letsdrive-learnmore .content .wrapper:before,
body#template-letsdrive-learnmore .content .wrapper:after {
  display: table;
  content: "";
}
body#template-letsdrive-learnmore .content .wrapper:after {
  clear: both;
}
body#template-letsdrive-learnmore .content .wrapper img {
  display: block;
  margin: 10px auto;
}
body#template-letsdrive-learnmore .content .wrapper h2 {
  font-size: 18px;
  margin: 20px 0 10px;
}
body#template-letsdrive-learnmore .content .wrapper p {
  margin-top: 0;
}
body#template-letsdrive-contact .content a {
  color: #f37736;
}
body#template-letsdrive-contact .content .wrapper h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
body#template-letsdrive-contact .content .wrapper .main .box {
  border: 1px solid #d2d1d0;
  padding: 20px;
}
body#template-letsdrive-files .content a {
  color: #f37736;
}
body#template-letsdrive-files .content .wrapper .main {
  margin-top: 30px;
}
body#template-letsdrive-files .content .wrapper .main h2 {
  font-size: 18px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
}
body#template-letsdrive-files .content .wrapper .main .file p {
  margin-top: 0;
}
body#template-sunshine-login .content .slider,
body#template-sunshine-forgot-password .content .slider {
  display: none;
}
body#template-sunshine-login .content .wrapper,
body#template-sunshine-forgot-password .content .wrapper {
  *zoom: 1;
}
body#template-sunshine-login .content .wrapper:before,
body#template-sunshine-forgot-password .content .wrapper:before,
body#template-sunshine-login .content .wrapper:after,
body#template-sunshine-forgot-password .content .wrapper:after {
  display: table;
  content: "";
}
body#template-sunshine-login .content .wrapper:after,
body#template-sunshine-forgot-password .content .wrapper:after {
  clear: both;
}
body#template-sunshine-login .content .wrapper h1,
body#template-sunshine-forgot-password .content .wrapper h1 {
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
body#template-sunshine-login .content .wrapper h1 span,
body#template-sunshine-forgot-password .content .wrapper h1 span {
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  margin-top: 15px;
}
body#template-sunshine-login .content .wrapper h2,
body#template-sunshine-forgot-password .content .wrapper h2 {
  margin-top: 20px;
}
body#template-sunshine-login .content .wrapper h2 span,
body#template-sunshine-forgot-password .content .wrapper h2 span {
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
body#template-sunshine-login .content .wrapper form,
body#template-sunshine-forgot-password .content .wrapper form {
  margin: 0 auto;
  max-width: 320px;
  padding-bottom: 20px;
}
body#template-sunshine-login .content .wrapper form .btn-grey,
body#template-sunshine-forgot-password .content .wrapper form .btn-grey {
  width: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
body#template-sunshine-login .content .wrapper form a,
body#template-sunshine-forgot-password .content .wrapper form a {
  display: block;
  clear: both;
  text-decoration: none;
  margin-top: 10px;
}
body#template-sunshine-login .content .wrapper form label,
body#template-sunshine-forgot-password .content .wrapper form label {
  clear: both;
  width: 100%;
  margin-top: 20px;
}
body#template-sunshine-login .content .wrapper form label input,
body#template-sunshine-forgot-password .content .wrapper form label input {
  display: inline;
  width: auto;
}
body#template-sunshine-login .content .wrapper .bottom-sec,
body#template-sunshine-forgot-password .content .wrapper .bottom-sec {
  display: block;
  clear: both;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}
body#template-sunshine-login .content .wrapper .bottom-sec .inner-wrap .left,
body#template-sunshine-forgot-password .content .wrapper .bottom-sec .inner-wrap .left {
  padding: 25px 0px;
}
body#template-sunshine-registration .content .slider {
  display: none;
}
body#template-sunshine-registration .content .wrapper {
  *zoom: 1;
}
body#template-sunshine-registration .content .wrapper:before,
body#template-sunshine-registration .content .wrapper:after {
  display: table;
  content: "";
}
body#template-sunshine-registration .content .wrapper:after {
  clear: both;
}
body#template-sunshine-registration .content .wrapper .top-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
body#template-sunshine-registration .content .wrapper h1 {
  text-align: center;
  line-height: 28px;
  font-size: 24px;
}
body#template-sunshine-registration .content .wrapper h1 span {
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: normal;
}
body#template-sunshine-registration .content .wrapper form {
  margin: 0 auto;
  max-width: 320px;
  padding-bottom: 25px;
  *zoom: 1;
}
body#template-sunshine-registration .content .wrapper form:before,
body#template-sunshine-registration .content .wrapper form:after {
  display: table;
  content: "";
}
body#template-sunshine-registration .content .wrapper form:after {
  clear: both;
}
body#template-sunshine-registration .content .wrapper form h2 {
  margin-top: 20px;
}
body#template-sunshine-registration .content .wrapper form h2 span {
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
body#template-sunshine-registration .content .wrapper form .btn-grey {
  width: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: right;
}
body#template-sunshine-registration .content .wrapper form a {
  display: block;
  clear: both;
  text-decoration: none;
  margin-top: 10px;
}
body#template-sunshine-registration .content .wrapper form label {
  clear: both;
  width: 100%;
  margin-top: 20px;
}
body#template-sunshine-registration .content .wrapper form label input {
  display: inline;
  width: auto;
}
body#template-sunshine-registration .content .wrapper form .check-wrap {
  *zoom: 1;
  margin-bottom: 20px;
}
body#template-sunshine-registration .content .wrapper form .check-wrap:before,
body#template-sunshine-registration .content .wrapper form .check-wrap:after {
  display: table;
  content: "";
}
body#template-sunshine-registration .content .wrapper form .check-wrap:after {
  clear: both;
}
body#template-sunshine-registration .content .wrapper form .check-wrap label,
body#template-sunshine-registration .content .wrapper form .check-wrap p {
  width: 80%;
  float: right;
  margin-top: 0px;
  clear: none;
}
body#template-sunshine-registration .content .wrapper form .check-wrap input {
  float: left;
  max-width: 10%;
}
body#template-sunshine-registration .content .wrapper form .check-wrap a {
  clear: none;
  display: inline-block;
  margin: 0px;
}
body#template-sunshine-registration .content .wrapper .bottom-sec {
  display: block;
  clear: both;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}
body#template-sunshine-registration .content .wrapper .bottom-sec .inner-wrap .left {
  padding: 25px 0px;
}
@media only screen and (min-width: 480px) {
  body header .header-wrapper {
    width: 480px;
  }
  body header .header-wrapper form {
    display: block;
    position: absolute;
    right: 59px;
    float: left;
  }
  body header .header-wrapper form input {
    padding: 8px 5px 9px 5px;
    line-height: 1;
    height: 32px;
    margin: 0;
    border: 1px solid #b6b6b6;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    float: left;
    border-right: 0;
    width: 138px;
  }
  body header .header-wrapper form button {
    float: left;
    line-height: 1;
    border: 0;
    margin: 0;
    padding: 9px 11px 9px 11px;
    background: #58585a;
    color: #fff;
    border: 1px solid #58585a;
    cursor: pointer;
    height: 32px;
  }
  body header .header-wrapper .countrySelector p {
    position: absolute;
    left: 220px;
  }
  body header .header-wrapper .countrySelector .countryList {
    left: 220px;
  }
  body header .header-wrapper .right .top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body header .header-wrapper .right .top #searchToggle {
    display: none;
  }
  body header nav.mobile ul li a {
    width: 480px;
  }
  body .content p.crumbs span {
    width: 480px;
  }
  body .content .wrapper {
    width: 480px;
  }
  body footer .footer-wrapper {
    width: 480px;
  }
  body p.bottom {
    width: 480px;
    margin: 0 auto;
  }
  .dialog {
    width: 440px;
  }
  body#template-products .content .wrapper .tabs li,
  body#template-videos .content .wrapper .tabs li,
  body#template-video .content .wrapper .tabs li {
    margin-right: 5px;
    border-right: 1px solid #d2d1d0;
  }
  body#template-products .content .wrapper .tabs li:last-of-type,
  body#template-videos .content .wrapper .tabs li:last-of-type,
  body#template-video .content .wrapper .tabs li:last-of-type {
    margin-right: 0;
  }
  body#template-products .content .wrapper .tab,
  body#template-videos .content .wrapper .tab,
  body#template-video .content .wrapper .tab {
    *zoom: 1;
  }
  body#template-products .content .wrapper .tab:before,
  body#template-videos .content .wrapper .tab:before,
  body#template-video .content .wrapper .tab:before,
  body#template-products .content .wrapper .tab:after,
  body#template-videos .content .wrapper .tab:after,
  body#template-video .content .wrapper .tab:after {
    display: table;
    content: "";
  }
  body#template-products .content .wrapper .tab:after,
  body#template-videos .content .wrapper .tab:after,
  body#template-video .content .wrapper .tab:after {
    clear: both;
  }
  body#template-products .content .wrapper .tab figure,
  body#template-videos .content .wrapper .tab figure,
  body#template-video .content .wrapper .tab figure {
    float: left;
    width: 187px;
  }
  body#template-products .content .wrapper .tab figure img,
  body#template-videos .content .wrapper .tab figure img,
  body#template-video .content .wrapper .tab figure img {
    height: 175px;
  }
  body#template-products .content .wrapper .tab figure:nth-of-type(odd),
  body#template-videos .content .wrapper .tab figure:nth-of-type(odd),
  body#template-video .content .wrapper .tab figure:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-products .content .wrapper .tab.pink figcaption,
  body#template-videos .content .wrapper .tab.pink figcaption,
  body#template-video .content .wrapper .tab.pink figcaption {
    height: 40px;
  }
  body#template-products .content .wrapper .tab.blue figcaption,
  body#template-videos .content .wrapper .tab.blue figcaption,
  body#template-video .content .wrapper .tab.blue figcaption {
    height: 40px;
  }
  body#template-post .content .wrapper .main ul li p,
  body#template-blog .content .wrapper .main ul li p {
    width: 382px;
  }
  body#template-letsdrive-learnmore .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-learnmore .content .wrapper:before,
  body#template-letsdrive-learnmore .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-learnmore .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-learnmore .content .wrapper img {
    display: block;
    margin: 0;
    float: left;
    margin: 10px;
  }
  body#template-letsdrive-learnmore .content .wrapper .copy {
    clear: both;
    padding-top: 10px;
  }
  body#template-map .content .wrapper .main .box .map-contain #product_list {
    top: 47px;
  }
}
@media only screen and (min-width: 600px) {
  body header .header-wrapper {
    width: 600px;
  }
  body .content p.crumbs span {
    width: 600px;
  }
  body .content .wrapper {
    width: 600px;
  }
  body footer .footer-wrapper {
    width: 600px;
  }
  body p.bottom {
    width: 600px;
    margin: 0 auto;
  }
  .dialog {
    width: 560px;
  }
  body#template-home .content .wrapper {
    *zoom: 1;
  }
  body#template-home .content .wrapper:before,
  body#template-home .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-home .content .wrapper:after {
    clear: both;
  }
  body#template-home .content .wrapper .slider {
    display: block;
    position: relative;
    margin: 20px 0 15px;
    height: 302px;
    overflow: hidden;
  }
  body#template-home .content .wrapper .slider .owl-controls {
    width: 100%;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-nav .owl-prev {
    float: left;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-nav .owl-prev i {
    font-size: 48px;
    margin-left: 20px;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-nav .owl-next {
    float: right;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-nav .owl-next i {
    font-size: 48px;
    margin-right: 20px;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-dots {
    text-align: center;
    width: 100%;
    margin-top: 6px;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 5px;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-dots .owl-dot.active span {
    background: #888888;
  }
  body#template-home .content .wrapper .slider .owl-controls .owl-dots .owl-dot span {
    display: block;
    background: #d2d2d2;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
  }
  body#template-home .content .wrapper .item {
    width: 270px;
    min-height: 230px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body#template-home .content .wrapper .item:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-home .content .products {
    margin-top: 0;
  }
  body#template-home .content .products .wrapper {
    *zoom: 1;
  }
  body#template-home .content .products .wrapper:before,
  body#template-home .content .products .wrapper:after {
    display: table;
    content: "";
  }
  body#template-home .content .products .wrapper:after {
    clear: both;
  }
  body#template-home .content .products .wrapper .product,
  body#template-home .content .products .wrapper .home-text {
    width: 270px;
    float: left;
  }
  body#template-home .content .products .wrapper .product:nth-of-type(odd),
  body#template-home .content .products .wrapper .home-text:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-products .content .wrapper .tab,
  body#template-videos .content .wrapper .tab,
  body#template-video .content .wrapper .tab {
    *zoom: 1;
  }
  body#template-products .content .wrapper .tab:before,
  body#template-videos .content .wrapper .tab:before,
  body#template-video .content .wrapper .tab:before,
  body#template-products .content .wrapper .tab:after,
  body#template-videos .content .wrapper .tab:after,
  body#template-video .content .wrapper .tab:after {
    display: table;
    content: "";
  }
  body#template-products .content .wrapper .tab:after,
  body#template-videos .content .wrapper .tab:after,
  body#template-video .content .wrapper .tab:after {
    clear: both;
  }
  body#template-products .content .wrapper .tab figure,
  body#template-videos .content .wrapper .tab figure,
  body#template-video .content .wrapper .tab figure {
    float: left;
    width: 157px;
  }
  body#template-products .content .wrapper .tab figure img,
  body#template-videos .content .wrapper .tab figure img,
  body#template-video .content .wrapper .tab figure img {
    height: 130px;
  }
  body#template-products .content .wrapper .tab figure:nth-of-type(odd),
  body#template-videos .content .wrapper .tab figure:nth-of-type(odd),
  body#template-video .content .wrapper .tab figure:nth-of-type(odd) {
    margin: 0 0 20px;
  }
  body#template-products .content .wrapper .tab figure:nth-of-type(3n-1),
  body#template-videos .content .wrapper .tab figure:nth-of-type(3n-1),
  body#template-video .content .wrapper .tab figure:nth-of-type(3n-1) {
    margin: 0 20px 20px;
  }
  body#template-products .content .wrapper .tab .video,
  body#template-videos .content .wrapper .tab .video,
  body#template-video .content .wrapper .tab .video {
    float: left;
    width: 248px;
  }
  body#template-products .content .wrapper .tab .video:nth-of-type(odd),
  body#template-videos .content .wrapper .tab .video:nth-of-type(odd),
  body#template-video .content .wrapper .tab .video:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-product-videos .content .wrapper .tab {
    *zoom: 1;
  }
  body#template-product-videos .content .wrapper .tab:before,
  body#template-product-videos .content .wrapper .tab:after {
    display: table;
    content: "";
  }
  body#template-product-videos .content .wrapper .tab:after {
    clear: both;
  }
  body#template-product-videos .content .wrapper .tab figure {
    float: left;
    width: 248px;
  }
  body#template-product-videos .content .wrapper .tab figure:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-landing .content .wrapper .option {
    *zoom: 1;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  body#template-landing .content .wrapper .option:before,
  body#template-landing .content .wrapper .option:after {
    display: table;
    content: "";
  }
  body#template-landing .content .wrapper .option:after {
    clear: both;
  }
  body#template-landing .content .wrapper .option .left {
    float: left;
    width: 292px;
    margin-right: 0;
    text-align: center;
  }
  body#template-landing .content .wrapper .option .left .button img {
    margin-left: 20px;
  }
  body#template-landing .content .wrapper .option .right {
    float: left;
    width: 291px;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    margin-left: 72px;
    padding-left: 72px;
    border-left: 1px solid #d2d2d2;
    text-align: center;
  }
  body#template-landing .content .wrapper .option .right .button img {
    margin-left: 26px;
  }
  body#template-landing .content .wrapper .option .button {
    width: 205px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body#template-landing .content .wrapper .countries p {
    text-align: center;
  }
  body#template-landing .content .wrapper .countries .box ul {
    width: 33%;
  }
  body#template-letsdrive-home .content .wrapper,
  body#template-letsdrive-login .content .wrapper,
  body#template-letsdrive-forgot .content .wrapper,
  #template-sunshine-login .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-home .content .wrapper:before,
  body#template-letsdrive-login .content .wrapper:before,
  body#template-letsdrive-forgot .content .wrapper:before,
  #template-sunshine-login .content .wrapper:before,
  body#template-letsdrive-home .content .wrapper:after,
  body#template-letsdrive-login .content .wrapper:after,
  body#template-letsdrive-forgot .content .wrapper:after,
  #template-sunshine-login .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-home .content .wrapper:after,
  body#template-letsdrive-login .content .wrapper:after,
  body#template-letsdrive-forgot .content .wrapper:after,
  #template-sunshine-login .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-home .content .wrapper .slider,
  body#template-letsdrive-login .content .wrapper .slider,
  body#template-letsdrive-forgot .content .wrapper .slider,
  #template-sunshine-login .content .wrapper .slider,
  body#template-letsdrive-home .content .wrapper .banner,
  body#template-letsdrive-login .content .wrapper .banner,
  body#template-letsdrive-forgot .content .wrapper .banner,
  #template-sunshine-login .content .wrapper .banner {
    display: block;
    position: relative;
    margin: 20px 0 15px;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls,
  #template-sunshine-login .content .wrapper .slider .owl-controls,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls,
  #template-sunshine-login .content .wrapper .banner .owl-controls {
    width: 100%;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-nav,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-nav,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-nav,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-nav,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-nav,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-nav,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-nav,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-nav .owl-prev,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-nav .owl-prev,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-nav .owl-prev,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-nav .owl-prev,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-nav .owl-prev,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-nav .owl-prev,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-nav .owl-prev,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-nav .owl-prev {
    float: left;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-nav .owl-prev i,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-nav .owl-prev i,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-nav .owl-prev i,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-nav .owl-prev i,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-nav .owl-prev i,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-nav .owl-prev i,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-nav .owl-prev i,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-nav .owl-prev i {
    font-size: 48px;
    margin-left: 20px;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-nav .owl-next,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-nav .owl-next,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-nav .owl-next,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-nav .owl-next,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-nav .owl-next,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-nav .owl-next,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-nav .owl-next,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-nav .owl-next {
    float: right;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-nav .owl-next i,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-nav .owl-next i,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-nav .owl-next i,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-nav .owl-next i,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-nav .owl-next i,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-nav .owl-next i,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-nav .owl-next i,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-nav .owl-next i {
    font-size: 48px;
    margin-right: 20px;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-dots,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-dots,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-dots,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-dots,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-dots,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-dots,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-dots,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-dots {
    text-align: center;
    width: 100%;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-dots .owl-dot,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-dots .owl-dot,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-dots .owl-dot,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-dots .owl-dot,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-dots .owl-dot,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-dots .owl-dot,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-dots .owl-dot,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 5px;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-dots .owl-dot.active span,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-dots .owl-dot.active span,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-dots .owl-dot.active span,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-dots .owl-dot.active span,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-dots .owl-dot.active span,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-dots .owl-dot.active span,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-dots .owl-dot.active span,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-dots .owl-dot.active span {
    background: #888888;
  }
  body#template-letsdrive-home .content .wrapper .slider .owl-controls .owl-dots .owl-dot span,
  body#template-letsdrive-login .content .wrapper .slider .owl-controls .owl-dots .owl-dot span,
  body#template-letsdrive-forgot .content .wrapper .slider .owl-controls .owl-dots .owl-dot span,
  #template-sunshine-login .content .wrapper .slider .owl-controls .owl-dots .owl-dot span,
  body#template-letsdrive-home .content .wrapper .banner .owl-controls .owl-dots .owl-dot span,
  body#template-letsdrive-login .content .wrapper .banner .owl-controls .owl-dots .owl-dot span,
  body#template-letsdrive-forgot .content .wrapper .banner .owl-controls .owl-dots .owl-dot span,
  #template-sunshine-login .content .wrapper .banner .owl-controls .owl-dots .owl-dot span {
    display: block;
    background: #d2d2d2;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
  }
  body#template-map .content .wrapper .main .box .map-contain #product_list {
    top: 27px;
    right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  body header {
    position: relative;
  }
  body header .header-wrapper {
    width: 728px;
  }
  body header .header-wrapper #logo {
    top: 29px;
  }
  body header .header-wrapper .right .top {
    top: 20px;
    right: 0;
    width: 496px;
    padding: 0;
  }
  body header .header-wrapper .right .top #menuToggle {
    display: none;
  }
  body header .header-wrapper .right .top #acelity {
    position: relative;
    float: right;
    top: 0;
    left: 0;
  }
  body header .header-wrapper .right .top form {
    float: right;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 11px;
  }
  body header .header-wrapper .right .top form button {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  body header .header-wrapper .right .top .countryselect {
    position: relative;
    float: right;
    margin-right: 20px;
  }
  body header .header-wrapper .right .top .countryselect p {
    margin-top: 10px;
    padding: 1px 0 0;
    padding-left: 5px;
    float: right;
  }
  body header .header-wrapper .right .top .countryselect .countryList {
    top: 42px;
    right: 0px;
    left: auto;
  }
  body header .header-wrapper .right .top .countryselect .countryList a:hover {
    color: #609ac4;
  }
  body header .header-wrapper .right .top .countryselect .countrySelector {
    padding: 5px 0 5px 5px;
  }
  body header nav.mobile {
    display: none;
  }
  body header nav {
    display: block;
    margin: 0 auto;
    background: none;
    position: absolute;
    bottom: 12px;
    right: 0;
  }
  body header nav .mega {
    display: none;
  }
  body header nav ul {
    list-style-type: none;
    margin: 0;
    *zoom: 1;
    padding: 0;
  }
  body header nav ul:before,
  body header nav ul:after {
    display: table;
    content: "";
  }
  body header nav ul:after {
    clear: both;
  }
  body header nav ul li {
    float: left;
    border-top: 0;
  }
  body header nav ul li:hover a {
    background: #fff;
    color: #58585a;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #fff;
    bottom: -1px;
  }
  body header nav ul li:last-of-type a {
    border-right: 0;
  }
  body header nav ul li a {
    width: auto;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666667), to(#58585a));
    background-image: -webkit-linear-gradient(top, #666667, #58585a);
    background-color: #58585a;
    background-image: -moz-linear-gradient(top, #666667, #58585a);
    background-image: -ms-linear-gradient(top, #666667, #58585a);
    background-image: -o-linear-gradient(top, #666667, #58585a);
    background-image: linear-gradient(top, #666667, #58585a);
    background-repeat: repeat-x;
    padding: 13px 17px 14px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #b6b6b6;
    font-weight: bold;
  }
  body .content p.crumbs span {
    width: 768px;
  }
  body .content .wrapper {
    width: 768px;
  }
  body footer .footer-wrapper {
    width: 768px;
    margin: 0 auto;
  }
  body footer .footer-wrapper .col {
    width: auto;
    min-width: 0;
    margin-right: 27px;
  }
  body p.bottom {
    width: 768px;
    margin: 0 auto;
  }
  .dialog {
    width: 728px;
  }
  body#template-home .content .wrapper {
    *zoom: 1;
  }
  body#template-home .content .wrapper:before,
  body#template-home .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-home .content .wrapper:after {
    clear: both;
  }
  body#template-home .content .wrapper .slider {
    height: 300px;
    overflow: hidden;
  }
  body#template-home .content .wrapper h2 {
    margin: 0 0 15px;
  }
  body#template-home .content .wrapper .item {
    width: 167px;
    margin-right: 20px;
    min-height: 350px;
  }
  body#template-home .content .wrapper .item:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-home .content .wrapper .item:last-of-type {
    margin-right: 0;
  }
  body#template-home .content .products .wrapper {
    *zoom: 1;
  }
  body#template-home .content .products .wrapper:before,
  body#template-home .content .products .wrapper:after {
    display: table;
    content: "";
  }
  body#template-home .content .products .wrapper:after {
    clear: both;
  }
  body#template-home .content .products .wrapper .product,
  body#template-home .content .products .wrapper .home-text {
    width: 167px;
    min-height: 302px;
    margin-right: 20px;
  }
  body#template-home .content .products .wrapper .product:nth-of-type(odd),
  body#template-home .content .products .wrapper .home-text:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-home .content .products .wrapper .product:nth-of-type(4n),
  body#template-home .content .products .wrapper .home-text:nth-of-type(4n) {
    margin-right: 0;
  }
  body#template-products .content .wrapper .products,
  body#template-videos .content .wrapper .products,
  body#template-video .content .wrapper .products {
    *zoom: 1;
  }
  body#template-products .content .wrapper .products:before,
  body#template-videos .content .wrapper .products:before,
  body#template-video .content .wrapper .products:before,
  body#template-products .content .wrapper .products:after,
  body#template-videos .content .wrapper .products:after,
  body#template-video .content .wrapper .products:after {
    display: table;
    content: "";
  }
  body#template-products .content .wrapper .products:after,
  body#template-videos .content .wrapper .products:after,
  body#template-video .content .wrapper .products:after {
    clear: both;
  }
  body#template-products .content .wrapper .products .tabs,
  body#template-videos .content .wrapper .products .tabs,
  body#template-video .content .wrapper .products .tabs {
    position: relative;
    float: left;
    width: 180px;
    margin-top: 0;
    z-index: 2;
  }
  body#template-products .content .wrapper .products .tabs li,
  body#template-videos .content .wrapper .products .tabs li,
  body#template-video .content .wrapper .products .tabs li {
    border-right: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body#template-products .content .wrapper .products .tabs li a,
  body#template-videos .content .wrapper .products .tabs li a,
  body#template-video .content .wrapper .products .tabs li a {
    padding-left: 10px;
  }
  body#template-products .content .wrapper .products .tabs li img:first-of-type,
  body#template-videos .content .wrapper .products .tabs li img:first-of-type,
  body#template-video .content .wrapper .products .tabs li img:first-of-type {
    display: block;
  }
  body#template-products .content .wrapper .products .tabs li img:last-of-type,
  body#template-videos .content .wrapper .products .tabs li img:last-of-type,
  body#template-video .content .wrapper .products .tabs li img:last-of-type {
    display: none;
  }
  body#template-products .content .wrapper .products .tabs li:hover,
  body#template-videos .content .wrapper .products .tabs li:hover,
  body#template-video .content .wrapper .products .tabs li:hover,
  body#template-products .content .wrapper .products .tabs li.selected,
  body#template-videos .content .wrapper .products .tabs li.selected,
  body#template-video .content .wrapper .products .tabs li.selected {
    width: 181px;
    background: #FFF;
  }
  body#template-products .content .wrapper .products .tab,
  body#template-videos .content .wrapper .products .tab,
  body#template-video .content .wrapper .products .tab {
    float: left;
    width: 548px;
    position: relative;
    z-index: 1;
    min-height: 400px;
  }
  body#template-products .content .wrapper .products .tab figure,
  body#template-videos .content .wrapper .products .tab figure,
  body#template-video .content .wrapper .products .tab figure {
    width: 241px;
    margin-bottom: 20px;
  }
  body#template-products .content .wrapper .products .tab figure:nth-of-type(3n-1),
  body#template-videos .content .wrapper .products .tab figure:nth-of-type(3n-1),
  body#template-video .content .wrapper .products .tab figure:nth-of-type(3n-1) {
    margin: 0 0 20px 0;
  }
  body#template-products .content .wrapper .products .tab figure:nth-of-type(odd),
  body#template-videos .content .wrapper .products .tab figure:nth-of-type(odd),
  body#template-video .content .wrapper .products .tab figure:nth-of-type(odd) {
    margin: 0 20px 20px 0;
  }
  body#template-products .content .wrapper .products .tab .video,
  body#template-videos .content .wrapper .products .tab .video,
  body#template-video .content .wrapper .products .tab .video {
    width: 241px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    min-height: 215px;
  }
  body#template-products .content .wrapper .products .tab .video:nth-of-type(3n-1),
  body#template-videos .content .wrapper .products .tab .video:nth-of-type(3n-1),
  body#template-video .content .wrapper .products .tab .video:nth-of-type(3n-1) {
    margin: 0 0 20px 0;
  }
  body#template-products .content .wrapper .products .tab .video:nth-of-type(odd),
  body#template-videos .content .wrapper .products .tab .video:nth-of-type(odd),
  body#template-video .content .wrapper .products .tab .video:nth-of-type(odd) {
    margin: 0 20px 20px 0;
  }
  body#template-video .content .wrapper .top .left {
    width: 558px;
  }
  body#template-video .content .wrapper .top .left img {
    clear: both;
    float: left;
    margin-bottom: 20px;
  }
  body#template-video .content .wrapper .top .left .share {
    clear: left;
  }
  body#template-product .content .wrapper .tabs {
    *zoom: 1;
    border-bottom: 1px solid #d2d1d0;
  }
  body#template-product .content .wrapper .tabs:before,
  body#template-product .content .wrapper .tabs:after {
    display: table;
    content: "";
  }
  body#template-product .content .wrapper .tabs:after {
    clear: both;
  }
  body#template-product .content .wrapper .tabs li {
    float: left;
    margin-right: 8px;
  }
  body#template-product .content .wrapper .tabs li.active a {
    margin-bottom: -1px;
    padding-bottom: 15px;
  }
  body#template-product .content .wrapper .tabs li a {
    padding: 14px 30px;
    border-bottom: none;
    border-right: 1px solid #d2d1d0;
  }
  body#template-product .content .wrapper .tabs li a:last-of-type {
    border-bottom: 0;
  }
  body#template-product .content .wrapper .tab {
    border: 1px solid #d2d1d0;
    border-top: 0;
    padding: 20px;
    *zoom: 1;
  }
  body#template-product .content .wrapper .tab:before,
  body#template-product .content .wrapper .tab:after {
    display: table;
    content: "";
  }
  body#template-product .content .wrapper .tab:after {
    clear: both;
  }
  body#template-search .content .wrapper .tabs {
    *zoom: 1;
    border-bottom: 1px solid #d2d1d0;
  }
  body#template-search .content .wrapper .tabs:before,
  body#template-search .content .wrapper .tabs:after {
    display: table;
    content: "";
  }
  body#template-search .content .wrapper .tabs:after {
    clear: both;
  }
  body#template-search .content .wrapper .tabs li {
    float: left;
    margin-right: 9px;
  }
  body#template-search .content .wrapper .tabs li.active a {
    margin-bottom: -1px;
    padding-bottom: 21px;
  }
  body#template-search .content .wrapper .tabs li:last-of-type {
    margin-right: 0;
  }
  body#template-search .content .wrapper .tabs li:last-of-type a {
    padding-right: 31px;
  }
  body#template-search .content .wrapper .tabs li a {
    padding: 20px 29px;
    border-bottom: none;
    border-right: 1px solid #d2d1d0;
  }
  body#template-search .content .wrapper .tabs li a:last-of-type {
    border-bottom: 0;
  }
  body#template-search .content .wrapper .tab {
    border: 1px solid #d2d1d0;
    border-top: 0;
    padding: 20px;
    *zoom: 1;
  }
  body#template-search .content .wrapper .tab:before,
  body#template-search .content .wrapper .tab:after {
    display: table;
    content: "";
  }
  body#template-search .content .wrapper .tab:after {
    clear: both;
  }
  body#template-product-videos .content .wrapper .tabs {
    *zoom: 1;
    border-bottom: 1px solid #d2d1d0;
  }
  body#template-product-videos .content .wrapper .tabs:before,
  body#template-product-videos .content .wrapper .tabs:after {
    display: table;
    content: "";
  }
  body#template-product-videos .content .wrapper .tabs:after {
    clear: both;
  }
  body#template-product-videos .content .wrapper .tabs li {
    float: left;
    margin-right: 8px;
  }
  body#template-product-videos .content .wrapper .tabs li.active a {
    margin-bottom: -1px;
    padding-bottom: 15px;
  }
  body#template-product-videos .content .wrapper .tabs li:last-of-type {
    margin-right: 0;
  }
  body#template-product-videos .content .wrapper .tabs li:last-of-type a {
    padding-right: 34px;
  }
  body#template-product-videos .content .wrapper .tabs li a {
    padding: 14px 36px;
    border-bottom: none;
    border-right: 1px solid #d2d1d0;
  }
  body#template-product-videos .content .wrapper .tabs li a:last-of-type {
    border-bottom: 0;
  }
  body#template-product-videos .content .wrapper .tab {
    border: 1px solid #d2d1d0;
    border-top: 0;
    padding: 20px;
    *zoom: 1;
  }
  body#template-product-videos .content .wrapper .tab:before,
  body#template-product-videos .content .wrapper .tab:after {
    display: table;
    content: "";
  }
  body#template-product-videos .content .wrapper .tab:after {
    clear: both;
  }
  body#template-product-videos .content .wrapper .tab .video {
    width: 215px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    min-height: 215px;
  }
  body#template-product-videos .content .wrapper .tab .video:nth-of-type(odd) {
    margin-right: 0;
  }
  body#template-product-videos .content .wrapper .tab .video:nth-of-type(3n-1) {
    margin: 0 20px 20px;
  }
  body#template-about .content .wrapper {
    *zoom: 1;
  }
  body#template-about .content .wrapper:before,
  body#template-about .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-about .content .wrapper:after {
    clear: both;
  }
  body#template-about .content .wrapper aside {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  body#template-about .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-about .content .wrapper .main .box {
    min-height: 300px;
  }
  body#template-contact .content .wrapper {
    *zoom: 1;
  }
  body#template-contact .content .wrapper:before,
  body#template-contact .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-contact .content .wrapper:after {
    clear: both;
  }
  body#template-contact .content .wrapper aside {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  body#template-contact .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-contact .content .wrapper .main .box form {
    *zoom: 1;
  }
  body#template-contact .content .wrapper .main .box form:before,
  body#template-contact .content .wrapper .main .box form:after {
    display: table;
    content: "";
  }
  body#template-contact .content .wrapper .main .box form:after {
    clear: both;
  }
  body#template-contact .content .wrapper .main .box form fieldset label {
    margin-top: 10px;
  }
  body#template-contact .content .wrapper .main .box form fieldset.left {
    float: left;
    width: 48%;
  }
  body#template-contact .content .wrapper .main .box form fieldset.right {
    float: right;
    width: 48%;
  }
  body#template-contact .content .wrapper .main .box form fieldset.clear {
    clear: both;
  }
  body#template-contact .content .wrapper .main .box form fieldset .btn-grey {
    float: right;
    margin-top: 10px;
  }
  body#template-faqs .content .wrapper {
    *zoom: 1;
  }
  body#template-faqs .content .wrapper:before,
  body#template-faqs .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-faqs .content .wrapper:after {
    clear: both;
  }
  body#template-faqs .content .wrapper aside {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  body#template-faqs .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-where-to-buy .content .wrapper {
    *zoom: 1;
  }
  body#template-where-to-buy .content .wrapper:before,
  body#template-where-to-buy .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-where-to-buy .content .wrapper:after {
    clear: both;
  }
  body#template-where-to-buy .content .wrapper aside {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  body#template-where-to-buy .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor {
    width: 48%;
    float: left;
  }
  body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor:nth-of-type(2n) {
    float: right;
  }
  body#template-where-to-buy .content .wrapper .main .box .facilities-wrap .facility {
    width: 48%;
    float: left;
  }
  body#template-where-to-buy .content .wrapper .main .box .facilities-wrap .facility:nth-of-type(2n) {
    float: right;
  }
  body#template-contact-details .content .wrapper {
    *zoom: 1;
  }
  body#template-contact-details .content .wrapper:before,
  body#template-contact-details .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-contact-details .content .wrapper:after {
    clear: both;
  }
  body#template-contact-details .content .wrapper aside {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  body#template-contact-details .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-map .content .wrapper {
    *zoom: 1;
  }
  body#template-map .content .wrapper:before,
  body#template-map .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-map .content .wrapper:after {
    clear: both;
  }
  body#template-map .content .wrapper aside {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  body#template-map .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-map .content .wrapper .main .box form {
    *zoom: 1;
  }
  body#template-map .content .wrapper .main .box form:before,
  body#template-map .content .wrapper .main .box form:after {
    display: table;
    content: "";
  }
  body#template-map .content .wrapper .main .box form:after {
    clear: both;
  }
  body#template-map .content .wrapper .main .box form fieldset label {
    margin-top: 10px;
  }
  body#template-map .content .wrapper .main .box form fieldset.left {
    float: left;
    width: 48%;
  }
  body#template-map .content .wrapper .main .box form fieldset.right {
    float: right;
    width: 48%;
  }
  body#template-map .content .wrapper .main .box form fieldset.clear {
    clear: both;
  }
  body#template-map .content .wrapper .main .box form fieldset .btn-grey {
    float: right;
    margin-top: 10px;
  }
  body#template-map .content .wrapper .main .box .map-contain #product_list {
    left: 0;
    top: 47px;
  }
  body#template-blog .content .wrapper {
    *zoom: 1;
  }
  body#template-blog .content .wrapper:before,
  body#template-blog .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-blog .content .wrapper:after {
    clear: both;
  }
  body#template-blog .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-blog .content .wrapper .main ul li p {
    width: 366px;
  }
  body#template-blog .content .wrapper aside {
    float: right;
    width: 250px;
  }
  body#template-post .content .wrapper {
    *zoom: 1;
  }
  body#template-post .content .wrapper:before,
  body#template-post .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-post .content .wrapper:after {
    clear: both;
  }
  body#template-post .content .wrapper .main {
    float: left;
    width: 448px;
  }
  body#template-post .content .wrapper aside {
    float: right;
    width: 250px;
  }
  body#template-letsdrive-home .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-home .content .wrapper:before,
  body#template-letsdrive-home .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-home .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-home .content .wrapper .left {
    float: left;
    width: 349px;
    margin-right: 30px;
  }
  body#template-letsdrive-home .content .wrapper .right {
    float: left;
    width: 349px;
    margin-top: 0;
  }
  body#template-letsdrive-contact .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-contact .content .wrapper:before,
  body#template-letsdrive-contact .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-contact .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-contact .content .wrapper .main .box form {
    *zoom: 1;
  }
  body#template-letsdrive-contact .content .wrapper .main .box form:before,
  body#template-letsdrive-contact .content .wrapper .main .box form:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-contact .content .wrapper .main .box form:after {
    clear: both;
  }
  body#template-letsdrive-contact .content .wrapper .main .box form fieldset label {
    margin-top: 10px;
  }
  body#template-letsdrive-contact .content .wrapper .main .box form fieldset.left {
    float: left;
    width: 48%;
  }
  body#template-letsdrive-contact .content .wrapper .main .box form fieldset.right {
    float: right;
    width: 48%;
  }
  body#template-letsdrive-contact .content .wrapper .main .box form fieldset.clear {
    clear: both;
  }
  body#template-letsdrive-contact .content .wrapper .main .box form fieldset .btn-grey {
    float: right;
    margin-top: 10px;
  }
  body#template-letsdrive-files .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-files .content .wrapper:before,
  body#template-letsdrive-files .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-files .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-files .content .wrapper aside {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  body#template-letsdrive-files .content .wrapper .main {
    float: left;
    width: 448px;
    margin-top: 0;
  }
  body#template-letsdrive-files .content .wrapper .main h2 {
    clear: both;
    margin-top: 30px;
  }
  body#template-letsdrive-files .content .wrapper .main h2:first-of-type {
    margin-top: 12px;
  }
  body#template-letsdrive-files .content .wrapper .main .files {
    *zoom: 1;
  }
  body#template-letsdrive-files .content .wrapper .main .files:before,
  body#template-letsdrive-files .content .wrapper .main .files:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-files .content .wrapper .main .files:after {
    clear: both;
  }
  body#template-letsdrive-files .content .wrapper .main .file {
    width: 214px;
    float: left;
  }
  body#template-letsdrive-files .content .wrapper .main .file:nth-of-type(odd) {
    margin-right: 20px;
  }
  body#template-sunshine-login .content .wrapper {
    *zoom: 1;
  }
  body#template-sunshine-login .content .wrapper:before,
  body#template-sunshine-login .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-sunshine-login .content .wrapper:after {
    clear: both;
  }
  body#template-sunshine-login .content .wrapper .inner-wrap {
    *zoom: 1;
    padding: 25px 0px;
  }
  body#template-sunshine-login .content .wrapper .inner-wrap:before,
  body#template-sunshine-login .content .wrapper .inner-wrap:after {
    display: table;
    content: "";
  }
  body#template-sunshine-login .content .wrapper .inner-wrap:after {
    clear: both;
  }
  body#template-sunshine-login .content .wrapper .inner-wrap .left {
    float: left;
    width: 28%;
    padding: 0;
  }
  body#template-sunshine-login .content .wrapper .inner-wrap .right {
    float: right;
    width: 61%;
    margin-top: 0;
    padding: 0px 0px  0px 7%;
    border-left: 1px solid #d2d2d2;
  }
  body#template-sunshine-registration .content .wrapper {
    *zoom: 1;
  }
  body#template-sunshine-registration .content .wrapper:before,
  body#template-sunshine-registration .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-sunshine-registration .content .wrapper:after {
    clear: both;
  }
  body#template-sunshine-registration .content .wrapper form {
    max-width: none;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px;
  }
  body#template-sunshine-registration .content .wrapper form:before,
  body#template-sunshine-registration .content .wrapper form:after {
    display: table;
    content: "";
  }
  body#template-sunshine-registration .content .wrapper form:after {
    clear: both;
  }
  body#template-sunshine-registration .content .wrapper form .left {
    width: 45%;
    float: left;
  }
  body#template-sunshine-registration .content .wrapper form .right {
    width: 45%;
    float: right;
  }
  body#template-sunshine-registration .content .wrapper form .btn-grey {
    float: none;
    margin-top: 25px;
  }
  body#template-product .content .wrapper .tabs li {
    width: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  body header {
    background: url('/_img/header-wave.png') no-repeat center top #e2e3e3;
  }
  body header .header-wrapper {
    width: 960px;
  }
  body header .header-wrapper #logo {
    top: 51px;
    left: 0;
  }
  body header .header-wrapper .right .top {
    width: 600px;
  }
  body header .header-wrapper .right .top .countryselect p {
    margin-left: 20px;
  }
  body header .header-wrapper .right .top .countryselect p span {
    display: inline;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
    color: #58585a;
  }
  body header .header-wrapper .right nav li:hover a {
    background: #fff;
    color: #58585a;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #fff;
    bottom: -1px;
    padding-top: 14px;
  }
  body header .header-wrapper .right nav li:hover .mega {
    display: block;
    top: 32px;
  }
  body header .header-wrapper .mega {
    display: none;
    position: absolute;
    width: 960px;
    left: -393px;
    top: 36px;
    z-index: 3;
    background: url('/_img/mega.png') 0 0 repeat-y;
    border: 1px solid #bbbbbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *zoom: 1;
    height: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  body header .header-wrapper .mega:before,
  body header .header-wrapper .mega:after {
    display: table;
    content: "";
  }
  body header .header-wrapper .mega:after {
    clear: both;
  }
  body header .header-wrapper .mega ul {
    position: relative;
    width: 191px;
  }
  body header .header-wrapper .mega ul li {
    float: none;
    padding: 10px;
    width: auto;
    border-bottom: 1px solid #bbb;
    margin-left: -1px;
    border-left: 5px solid #bbb;
    font-weight: bold;
    font-size: 16px;
  }
  body header .header-wrapper .mega ul li #menu-category-1.faux-select,
  body header .header-wrapper .mega ul li #menu-category-1:hover {
    color: #ed217c;
  }
  body header .header-wrapper .mega ul li #menu-category-2.faux-select,
  body header .header-wrapper .mega ul li #menu-category-2:hover {
    color: #4d5564;
  }
  body header .header-wrapper .mega ul li #menu-category-3.faux-select,
  body header .header-wrapper .mega ul li #menu-category-3:hover {
    color: #009590;
  }
  body header .header-wrapper .mega ul li #menu-category-4.faux-select,
  body header .header-wrapper .mega ul li #menu-category-4:hover {
    color: #8c317a;
  }
  body header .header-wrapper .mega ul li #menu-category-5.faux-select,
  body header .header-wrapper .mega ul li #menu-category-5:hover {
    color: #00aeef;
  }
  body header .header-wrapper .mega ul li #menu-category-6.faux-select,
  body header .header-wrapper .mega ul li #menu-category-6:hover {
    color: #2e1263;
  }
  body header .header-wrapper .mega ul li #menu-category-7.faux-select,
  body header .header-wrapper .mega ul li #menu-category-7:hover {
    color: #83afdf;
  }
  body header .header-wrapper .mega ul li.faux-select,
  body header .header-wrapper .mega ul li:hover {
    background: #fff;
    border-right: 1px solid #fff;
    width: 193px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body header .header-wrapper .mega ul li.faux-select .right,
  body header .header-wrapper .mega ul li:hover .right {
    display: block;
  }
  body header .header-wrapper .mega ul li.faux-select .right img,
  body header .header-wrapper .mega ul li:hover .right img {
    display: none;
  }
  body header .header-wrapper .mega ul li.faux-select:last-of-type,
  body header .header-wrapper .mega ul li:hover:last-of-type {
    border-bottom: none;
  }
  body header .header-wrapper .mega ul li .right {
    float: left;
    width: 768px;
    height: 287px;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 190px;
    z-index: 3;
    display: none;
    min-height: auto;
  }
  body header .header-wrapper .mega ul li .right ul {
    width: 215px;
    border-right: 0;
    float: left;
    margin-right: 10px;
  }
  body header .header-wrapper .mega ul li .right ul li {
    background: none;
    clear: both;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0;
  }
  body header .header-wrapper .mega ul li .right ul li:hover {
    margin-right: 0;
  }
  body header .header-wrapper .mega ul li .right ul li:hover img {
    display: block;
  }
  body header .header-wrapper .mega ul li .right ul li img {
    position: absolute;
    top: 0;
    right: -248px;
    display: none;
    height: 227px;
    border: 1px solid #d7d7d7;
  }
  body header .header-wrapper .mega ul li .right ul li a {
    background: none;
    border: none;
    color: #58585a;
    width: auto;
    padding: 0;
    display: inline-block;
    padding: 5px 8px !important;
  }
  body header .header-wrapper .mega ul li .right ul li a:hover {
    color: #fff;
    padding-top: 5px;
  }
  body header .header-wrapper .mega ul li .right ul:first-of-type img {
    right: -473px;
  }
  body header .header-wrapper .mega ul #menu-category-1 {
    border-left-color: #ed217c;
  }
  body header .header-wrapper .mega ul #menu-category-1 .right a:hover {
    background-color: #ed217c;
  }
  body header .header-wrapper .mega ul #menu-category-2 {
    border-left-color: #4d5564;
  }
  body header .header-wrapper .mega ul #menu-category-2 .right a:hover {
    background-color: #4d5564;
  }
  body header .header-wrapper .mega ul #menu-category-3 {
    border-left-color: #009590;
  }
  body header .header-wrapper .mega ul #menu-category-3 .right a:hover {
    background-color: #009590;
  }
  body header .header-wrapper .mega ul #menu-category-4 {
    border-left-color: #8c317a;
  }
  body header .header-wrapper .mega ul #menu-category-4 .right a:hover {
    background-color: #8c317a;
  }
  body header .header-wrapper .mega ul #menu-category-5 {
    border-left-color: #00aeef;
  }
  body header .header-wrapper .mega ul #menu-category-5 .right a:hover {
    background-color: #00aeef;
  }
  body header .header-wrapper .mega ul #menu-category-6 {
    border-left-color: #2e1263;
  }
  body header .header-wrapper .mega ul #menu-category-6 .right a:hover {
    background-color: #2e1263;
  }
  body header .header-wrapper .mega ul #menu-category-7 {
    border-left-color: #83afdf;
  }
  body header .header-wrapper .mega ul #menu-category-7 .right a:hover {
    background-color: #83afdf;
  }
  body .content p.crumbs span {
    width: 960px;
    padding: 0;
  }
  body .content .wrapper {
    width: 960px;
    padding: 0 0 20px;
  }
  body footer .footer-wrapper {
    width: 960px;
  }
  body p.bottom {
    width: 960px;
    margin: 0 auto 20px;
  }
  .main {
    width: 740px !important;
  }
  aside {
    width: 180px !important;
  }
  body#template-home .content .wrapper {
    padding: 0;
  }
  body#template-home .content .wrapper .slider {
    height: 302px;
    overflow: hidden;
  }
  body#template-home .content .wrapper .item {
    width: 228px;
    margin-right: 16px;
    min-height: 240px;
  }
  body#template-home .content .wrapper .item p {
    line-height: 20px;
  }
  body#template-home .content .wrapper .item:nth-of-type(odd) {
    margin-right: 16px;
  }
  body#template-home .content .products .wrapper .product,
  body#template-home .content .products .wrapper .home-text {
    width: 228px;
    margin-right: 16px;
    min-height: 210px;
  }
  body#template-home .content .products .wrapper .product p,
  body#template-home .content .products .wrapper .home-text p {
    line-height: 20px;
  }
  body#template-home .content .products .wrapper .product:nth-of-type(odd),
  body#template-home .content .products .wrapper .home-text:nth-of-type(odd) {
    margin-right: 16px;
  }
  .dialog {
    width: 960px;
  }
  body#template-products .content .wrapper .products .tab,
  body#template-videos .content .wrapper .products .tab,
  body#template-video .content .wrapper .products .tab {
    padding: 30px;
    width: 780px;
  }
  body#template-products .content .wrapper .products .tab figure,
  body#template-videos .content .wrapper .products .tab figure,
  body#template-video .content .wrapper .products .tab figure {
    width: 226px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
  }
  body#template-products .content .wrapper .products .tab figure:nth-of-type(3n-1),
  body#template-videos .content .wrapper .products .tab figure:nth-of-type(3n-1),
  body#template-video .content .wrapper .products .tab figure:nth-of-type(3n-1) {
    margin: 0 20px 20px 0;
  }
  body#template-products .content .wrapper .products .tab figure:nth-of-type(odd),
  body#template-videos .content .wrapper .products .tab figure:nth-of-type(odd),
  body#template-video .content .wrapper .products .tab figure:nth-of-type(odd) {
    margin: 0 20px 20px 0;
  }
  body#template-products .content .wrapper .products .tab figure:nth-of-type(3n),
  body#template-videos .content .wrapper .products .tab figure:nth-of-type(3n),
  body#template-video .content .wrapper .products .tab figure:nth-of-type(3n) {
    margin: 0 0 20px 0;
  }
  body#template-products .content .wrapper .products .tab .video,
  body#template-videos .content .wrapper .products .tab .video,
  body#template-video .content .wrapper .products .tab .video {
    width: 226px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    min-height: 250px;
  }
  body#template-products .content .wrapper .products .tab .video:nth-of-type(3n-1),
  body#template-videos .content .wrapper .products .tab .video:nth-of-type(3n-1),
  body#template-video .content .wrapper .products .tab .video:nth-of-type(3n-1) {
    margin: 0 20px 20px 0;
  }
  body#template-products .content .wrapper .products .tab .video:nth-of-type(odd),
  body#template-videos .content .wrapper .products .tab .video:nth-of-type(odd),
  body#template-video .content .wrapper .products .tab .video:nth-of-type(odd) {
    margin: 0 20px 20px 0;
  }
  body#template-products .content .wrapper .products .tab .video:nth-of-type(3n),
  body#template-videos .content .wrapper .products .tab .video:nth-of-type(3n),
  body#template-video .content .wrapper .products .tab .video:nth-of-type(3n) {
    margin: 0 0 20px 0;
  }
  body#template-video .content .wrapper .top {
    *zoom: 1;
  }
  body#template-video .content .wrapper .top:before,
  body#template-video .content .wrapper .top:after {
    display: table;
    content: "";
  }
  body#template-video .content .wrapper .top:after {
    clear: both;
  }
  body#template-video .content .wrapper .top .left {
    float: left;
  }
  body#template-video .content .wrapper .top .right {
    float: right;
    width: 380px;
  }
  body#template-video .content .wrapper .top .right p {
    margin-top: 0;
  }
  body#template-product .content .wrapper .tabs li {
    margin-right: 7px;
  }
  body#template-product .content .wrapper .tabs li a {
    padding: 14px 50px;
  }
  body#template-product .content .wrapper .tab {
    padding: 30px;
  }
  body#template-search .content .wrapper .tabs li {
    margin-right: 7px;
  }
  body#template-search .content .wrapper .tabs li:last-of-type a {
    padding: 20px 54px;
  }
  body#template-search .content .wrapper .tabs li a {
    padding: 20px 53px;
  }
  body#template-search .content .wrapper .tab {
    padding: 36px;
  }
  body#template-product-videos .content .wrapper .tabs li {
    margin-right: 7px;
  }
  body#template-product-videos .content .wrapper .tabs li:last-of-type a {
    padding-right: 63px;
  }
  body#template-product-videos .content .wrapper .tabs li a {
    padding: 14px 50px;
  }
  body#template-product-videos .content .wrapper .tab {
    padding: 30px;
  }
  body#template-product-videos .content .wrapper .tab .video {
    width: 273px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    min-height: 250px;
  }
  body#template-product-videos .content .wrapper .tab .video:nth-of-type(odd) {
    margin-right: 0;
  }
  body#template-product-videos .content .wrapper .tab .video:nth-of-type(3n-1) {
    margin: 0 39px 30px;
  }
  body#template-about .content .wrapper {
    *zoom: 1;
  }
  body#template-about .content .wrapper:before,
  body#template-about .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-about .content .wrapper:after {
    clear: both;
  }
  body#template-about .content .wrapper aside {
    margin-right: 40px;
    width: 180px;
  }
  body#template-about .content .wrapper .main {
    width: 740px;
  }
  body#template-contact .content .wrapper {
    *zoom: 1;
  }
  body#template-contact .content .wrapper:before,
  body#template-contact .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-contact .content .wrapper:after {
    clear: both;
  }
  body#template-contact .content .wrapper aside {
    margin-right: 40px;
  }
  body#template-contact .content .wrapper .main {
    width: 670px;
  }
  body#template-faqs .content .wrapper {
    *zoom: 1;
  }
  body#template-faqs .content .wrapper:before,
  body#template-faqs .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-faqs .content .wrapper:after {
    clear: both;
  }
  body#template-faqs .content .wrapper aside {
    margin-right: 40px;
  }
  body#template-faqs .content .wrapper .main {
    width: 670px;
  }
  body#template-where-to-buy .content .wrapper {
    *zoom: 1;
  }
  body#template-where-to-buy .content .wrapper:before,
  body#template-where-to-buy .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-where-to-buy .content .wrapper:after {
    clear: both;
  }
  body#template-where-to-buy .content .wrapper aside {
    margin-right: 40px;
  }
  body#template-where-to-buy .content .wrapper .main {
    width: 670px;
  }
  body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor {
    width: 220px;
    float: left;
    margin-right: 85px;
  }
  body#template-where-to-buy .content .wrapper .main .box .distributors-wrap .distributor:nth-of-type(2n) {
    float: left;
  }
  body#template-where-to-buy .content .wrapper .main .box .facilities-wrap .facility {
    width: 220px;
    float: left;
    margin-right: 85px;
  }
  body#template-where-to-buy .content .wrapper .main .box .facilities-wrap .facility:nth-of-type(2n) {
    float: left;
  }
  body#template-contact-details .content .wrapper {
    *zoom: 1;
  }
  body#template-contact-details .content .wrapper:before,
  body#template-contact-details .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-contact-details .content .wrapper:after {
    clear: both;
  }
  body#template-contact-details .content .wrapper aside {
    margin-right: 40px;
  }
  body#template-contact-details .content .wrapper .main {
    width: 670px;
  }
  body#template-contact-details .content .wrapper .main .box .office {
    *zoom: 1;
  }
  body#template-contact-details .content .wrapper .main .box .office:before,
  body#template-contact-details .content .wrapper .main .box .office:after {
    display: table;
    content: "";
  }
  body#template-contact-details .content .wrapper .main .box .office:after {
    clear: both;
  }
  body#template-contact-details .content .wrapper .main .box .office .details {
    *zoom: 1;
  }
  body#template-contact-details .content .wrapper .main .box .office .details:before,
  body#template-contact-details .content .wrapper .main .box .office .details:after {
    display: table;
    content: "";
  }
  body#template-contact-details .content .wrapper .main .box .office .details:after {
    clear: both;
  }
  body#template-contact-details .content .wrapper .main .box .office .details .opening-hours {
    float: left;
  }
  body#template-contact-details .content .wrapper .main .box .office .details address {
    float: left;
    width: 200px;
    clear: left;
  }
  body#template-contact-details .content .wrapper .main .box .office .details .contact-info {
    float: left;
    width: 400px;
  }
  body#template-contact-details .content .wrapper .main .box .office .details .clear {
    clear: both;
  }
  body#template-map .content .wrapper {
    *zoom: 1;
  }
  body#template-map .content .wrapper:before,
  body#template-map .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-map .content .wrapper:after {
    clear: both;
  }
  body#template-map .content .wrapper aside {
    margin-right: 40px;
    width: 180px;
  }
  body#template-map .content .wrapper .main {
    width: 740px;
  }
  body#template-map .content .wrapper .main .box .map-contain #product_list {
    top: 27px;
    right: 105px;
    left: auto;
    overflow: auto;
    width: 450px;
    padding: 10px;
    height: auto;
  }
  body#template-map .content .wrapper .main .box .map-contain #product_list li {
    float: left;
    width: 188px;
    margin-right: 0;
    padding: 0;
    margin-right: 20px;
  }
  body#template-map .content .wrapper .main .box .map-contain #product_list li:nth-of-type(odd) {
    width: 193px;
  }
  body#template-map .content .wrapper .main .box .map-contain #product_list li a {
    font-size: 13px;
  }
  body#template-post .content .wrapper,
  body#template-blog .content .wrapper {
    *zoom: 1;
  }
  body#template-post .content .wrapper:before,
  body#template-blog .content .wrapper:before,
  body#template-post .content .wrapper:after,
  body#template-blog .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-post .content .wrapper:after,
  body#template-blog .content .wrapper:after {
    clear: both;
  }
  body#template-post .content .wrapper .main,
  body#template-blog .content .wrapper .main {
    float: left;
    width: 640px !important;
  }
  body#template-post .content .wrapper .main ul li p,
  body#template-blog .content .wrapper .main ul li p {
    width: 558px;
  }
  body#template-post .content .wrapper aside,
  body#template-blog .content .wrapper aside {
    width: 250px !important;
  }
  body#template-post .content .wrapper aside ul,
  body#template-blog .content .wrapper aside ul {
    margin-top: 26px;
  }
  body#template-letsdrive-home .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-home .content .wrapper:before,
  body#template-letsdrive-home .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-home .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-home .content .wrapper .left {
    float: left;
    width: 435px;
    margin-right: 50px;
  }
  body#template-letsdrive-home .content .wrapper .right {
    float: left;
    width: 435px;
  }
  body#template-letsdrive-learnmore .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-learnmore .content .wrapper:before,
  body#template-letsdrive-learnmore .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-learnmore .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-learnmore .content .wrapper img {
    margin: 0;
  }
  body#template-letsdrive-learnmore .content .wrapper .box {
    margin: 20px 0 0;
    margin-left: 53px;
    *zoom: 1;
    float: left;
  }
  body#template-letsdrive-learnmore .content .wrapper .box:before,
  body#template-letsdrive-learnmore .content .wrapper .box:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-learnmore .content .wrapper .box:after {
    clear: both;
  }
  body#template-letsdrive-learnmore .content .wrapper .box:first-of-type {
    margin-left: 0;
  }
  body#template-letsdrive-files .content .wrapper {
    *zoom: 1;
  }
  body#template-letsdrive-files .content .wrapper:before,
  body#template-letsdrive-files .content .wrapper:after {
    display: table;
    content: "";
  }
  body#template-letsdrive-files .content .wrapper:after {
    clear: both;
  }
  body#template-letsdrive-files .content .wrapper aside {
    margin-right: 40px;
  }
  body#template-letsdrive-files .content .wrapper .main {
    width: 670px;
  }
  body#template-letsdrive-files .content .wrapper .main .file:nth-of-type(odd) {
    margin-right: 0;
  }
  body#template-letsdrive-files .content .wrapper .main .file:nth-of-type(3n-1) {
    margin-right: 14px;
    margin-left: 14px;
  }
  body#template-landing .content .wrapper .option .left {
    width: 400px;
  }
  body#template-landing .content .wrapper .option .right {
    width: 400px;
  }
  body#template-product .content .wrapper .tabs li {
    width: auto !important;
  }
  body#template-product .content .wrapper .tabs li a {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body header.sunshine-header .header-wrapper .right .top #acelity {
    top: 26px;
  }
}
/*// 1382px
@media only screen and (min-width: 1382px) {
@import "1382";
}*/
@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) {
  /* 2x =================================================== */
}
