@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.container:before, .row:before, .clearfix:before, .container:after, .row:after, .clearfix:after {
  content: '';
  display: table; }
.container:after, .row:after, .clearfix:after {
  clear: both; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*="icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-fw {
  width: 1.28571em;
  text-align: center; }

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

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

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

.icon-pull-left {
  float: left; }

.icon-pull-right {
  float: right; }

.icon.icon-pull-left {
  margin-right: .3em; }
.icon.icon-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left {
  margin-right: .3em; }
.icon.pull-right {
  margin-left: .3em; }

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

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

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

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

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

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

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

.icon-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'museo_sans_cyrl100';
  src: url("../fonts/museosanscyrl100.eot");
  src: url("../fonts/museosanscyrl100.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl100.woff2") format("woff2"), url("../fonts/museosanscyrl100.woff") format("woff"), url("../fonts/museosanscyrl100.ttf") format("truetype"), url("../fonts/museosanscyrl100.svg#museo_sans_cyrl100") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans_cyrl300';
  src: url("../fonts/museosanscyrl300.eot");
  src: url("../fonts/museosanscyrl300.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl300.woff2") format("woff2"), url("../fonts/museosanscyrl300.woff") format("woff"), url("../fonts/museosanscyrl300.ttf") format("truetype"), url("../fonts/museosanscyrl300.svg#museo_sans_cyrl300") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans_cyrl500';
  src: url("../fonts/museosanscyrl500.eot");
  src: url("../fonts/museosanscyrl500.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl500.woff2") format("woff2"), url("../fonts/museosanscyrl500.woff") format("woff"), url("../fonts/museosanscyrl500.ttf") format("truetype"), url("../fonts/museosanscyrl500.svg#museo_sans_cyrl500") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans_cyrl700';
  src: url("../fonts/museosanscyrl700.eot");
  src: url("../fonts/museosanscyrl700.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl700.woff2") format("woff2"), url("../fonts/museosanscyrl700.woff") format("woff"), url("../fonts/museosanscyrl700.ttf") format("truetype"), url("../fonts/museosanscyrl700.svg#museo_sans_cyrl700") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?35646289");
  src: url("../fonts/fontello.eot?35646289#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?35646289") format("woff2"), url("../fonts/fontello.woff?35646289") format("woff"), url("../fonts/fontello.ttf?35646289") format("truetype"), url("../fonts/fontello.svg?35646289#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="font-"]:before, [class*=" font-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-th-grid:before {
  content: '\e811'; }

/* 'юаС' */
.font-cross:before {
  content: '\e812'; }

/* 'юаТ' */
.font-circle:before {
  content: '\e813'; }

/* 'юаУ' */
.font-th-list:before {
  content: '\e814'; }

/* 'юаФ' */
.font-cart:before {
  content: '\e815'; }

/* 'юаХ' */
.font-delivery:before {
  content: '\e816'; }

/* 'юаЦ' */
.font-eye:before {
  content: '\e817'; }

/* 'юаЧ' */
.font-money:before {
  content: '\e818'; }

/* 'юаШ' */
.font-mail:before {
  content: '\e819'; }

/* 'юаЩ' */
.font-menu1:before {
  content: '\e800'; }

/* 'юаА' */
.font-menu2:before {
  content: '\e81b'; }

/* 'юаЫ' */
.font-menu3:before {
  content: '\e81c'; }

/* 'юаЬ' */
.font-menu4:before {
  content: '\e81d'; }

/* 'юаЭ' */
.font-menu5:before {
  content: '\e81e'; }

/* 'юаЮ' */
.font-menu6:before {
  content: '\e81f'; }

/* 'юаЯ' */
.font-menu7:before {
  content: '\e820'; }

/* 'юаа' */
.font-menu8:before {
  content: '\e821'; }

/* 'юаб' */
.font-menu9:before {
  content: '\e822'; }

/* 'юав' */
.font-phone:before {
  content: '\e824'; }

/* 'юад' */
.font-search:before {
  content: '\e825'; }

/* 'юае' */
.font-user:before {
  content: '\e826'; }

/* 'юаж' */
.font-add:before {
  content: '\e827'; }

/* 'юаз' */
.font-box:before {
  content: '\e828'; }

/* 'юаи' */
.font-call:before {
  content: '\e82a'; }

/* 'юак' */
.font-heart:before {
  content: '\e82b'; }

/* 'юал' */
.font-more:before {
  content: '\e82f'; }

/* 'юап' */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
a {
  text-decoration: none;
  outline: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  height: 100%;
  line-height: 1.3;
  font-size: 14px;
  color: #323f48;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  letter-spacing: 1px; }

a {
  color: inherit;
  outline: none !important; }
  a:hover {
    text-decoration: none;
    color: #008198; }

textarea {
  resize: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 1229px) {
    h1 {
      font-size: 40px;
      font-size: 4rem; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 30px;
      font-size: 3rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 20px;
      font-size: 2rem; } }

h2 {
  font-size: 28px;
  font-size: 2.8rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 10px;
  line-height: 1.5; }

sub, sup {
  font-size: 100%; }

textarea, textarea.form-control {
  height: 120px; }

.container {
  width: 1190px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .container.-responsive {
    /* @media (min-width:$screen-sm){
    	width: $sm-width-container;
    } */
    /* @media (min-width:$screen-md){
    	width: $md-width-container;	
    } */
    /*@media (min-width:$screen-xlg){
    	width: $xlg-width-container;
    }*/
    /*@media (min-width:$screen-xxlg){
    	width: $xxlg-width-container;
    }*/ }
    @media (max-width: 1229px) {
      .container.-responsive {
        width: auto; } }
    @media (min-width: 1230px) {
      .container.-responsive {
        width: 1190px; } }

.row {
  margin-left: -8px;
  margin-right: -8px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

@media (min-width: 769px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }

  .col-sm-2 {
    float: left;
    width: 16.66667%; }

  .col-sm-3 {
    float: left;
    width: 25%; }

  .col-sm-4 {
    float: left;
    width: 33.33333%; }

  .col-sm-5 {
    float: left;
    width: 41.66667%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-7 {
    float: left;
    width: 58.33333%; }

  .col-sm-8 {
    float: left;
    width: 66.66667%; }

  .col-sm-9 {
    float: left;
    width: 75%; }

  .col-sm-10 {
    float: left;
    width: 83.33333%; }

  .col-sm-11 {
    float: left;
    width: 91.66667%; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }

  .col-md-2 {
    float: left;
    width: 16.66667%; }

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-4 {
    float: left;
    width: 33.33333%; }

  .col-md-5 {
    float: left;
    width: 41.66667%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-7 {
    float: left;
    width: 58.33333%; }

  .col-md-8 {
    float: left;
    width: 66.66667%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-10 {
    float: left;
    width: 83.33333%; }

  .col-md-11 {
    float: left;
    width: 91.66667%; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1230px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }

  .col-lg-2 {
    float: left;
    width: 16.66667%; }

  .col-lg-3 {
    float: left;
    width: 25%; }

  .col-lg-4 {
    float: left;
    width: 33.33333%; }

  .col-lg-5 {
    float: left;
    width: 41.66667%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-7 {
    float: left;
    width: 58.33333%; }

  .col-lg-8 {
    float: left;
    width: 66.66667%; }

  .col-lg-9 {
    float: left;
    width: 75%; }

  .col-lg-10 {
    float: left;
    width: 83.33333%; }

  .col-lg-11 {
    float: left;
    width: 91.66667%; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*vertical align center*/
.table-box {
  display: table;
  height: 100%;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.tab-pane .owl-controls {
  display: none !important; }
.tab-pane.active .owl-controls {
  display: block !important; }

.wrapper-carousel {
  position: relative; }

.owl-carousel {
  clear: both;
  width: auto; }
  .owl-carousel.owl-theme {
    position: static; }
  .owl-carousel.product_list {
    margin-left: -11px;
    margin-right: -11px; }
  .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto; }

.owl-controls .owl-dot {
  background: #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  position: relative;
  width: 10px;
  margin: 0 5px; }
  .owl-controls .owl-dot span {
    background: #008198;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0, 0);
    transition: transform .3s; }
  .owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span {
    transform: scale(1, 1); }

.owl-nav {
  position: absolute;
  top: 2px;
  right: 2px; }
  .owl-nav > div {
    position: static;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 23px;
    background-color: transparent;
    color: #000000;
    transition: color .3s;
    width: 30px;
    opacity: 0.7; }
    .owl-nav > div i {
      display: inline-block;
      height: 25px;
      line-height: 25px;
      text-align: center;
      width: 25px;
      -ms-transition: background .2s, color .2s;
      transition: background .2s, color .2s;
      position: relative; }
      .owl-nav > div i:after {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        bottom: -4px;
        right: -4px;
        border: 2px solid #008198;
        -ms-transform: scale(0);
        transform: scale(0);
        -ms-transition: transform .2s;
        transition: transform .2s; }
    .owl-nav > div:hover {
      opacity: 1; }
      .owl-nav > div:hover i {
        background: #008198;
        color: #000000; }
        .owl-nav > div:hover i:after {
          -ms-transform: scale(1);
          transform: scale(1); }

.owl-dots {
  text-align: center; }
  @media (max-width: 567px) {
    .owl-dots {
      display: none !important; } }

/*arrows-skine-one */
.-arrows-skine-one.owl-carousel.owl-theme {
  position: relative; }
.-arrows-skine-one .owl-nav {
  position: static; }
  .-arrows-skine-one .owl-nav > div {
    color: #c0c0c0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .-arrows-skine-one .owl-nav .owl-prev {
    left: 0;
    text-align: left; }
  .-arrows-skine-one .owl-nav .owl-next {
    right: 0;
    text-align: right; }

@media (max-width: 480px) {
  .wrapper-carousel {
    padding-top: 50px; }

  .owl-nav {
    left: 0;
    right: 0;
    text-align: center; } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s; }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center; } }
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center; } }
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center; } }
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center; } }
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/*fix inner shadow in Chrome and Safari mobile*/
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 3px 20px;
  height: 44px;
  background: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  border: 2px solid #e3e3e3;
  outline: none; }
  .form-control.grey {
    background: #fbfbfb; }
  .form-control:focus {
    border-color: #008198; }

.form-group.form-error input, .form-group.form-error textarea {
  border-color: #ff4949; }
.form-group.form-ok input, .form-group.form-ok textarea {
  border-color: #34e031; }

.form-group {
  margin-bottom: 10px; }

.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
a.exclusive,
button.exclusive,
input.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled,
span.exclusive,
input.exclusive,
.exclusive_large_disabled,
.btn {
  background: #008198;
  border: none;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  outline: none;
  padding: 14px 38px;
  padding: 0.8em 2.5em 1em;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  white-space: normal;
  text-align: center; }
  .button_mini.disabled, .button_mini[disabled],
  .button_small.disabled,
  .button_small[disabled],
  .button.disabled,
  .button[disabled],
  .button_large.disabled,
  .button_large[disabled],
  .button_mini_disabled.disabled,
  .button_mini_disabled[disabled],
  .button_small_disabled.disabled,
  .button_small_disabled[disabled],
  .button_disabled.disabled,
  .button_disabled[disabled],
  .button_large_disabled.disabled,
  .button_large_disabled[disabled],
  .exclusive_mini.disabled,
  .exclusive_mini[disabled],
  .exclusive_small.disabled,
  .exclusive_small[disabled],
  a.exclusive.disabled,
  a.exclusive[disabled],
  button.exclusive.disabled,
  button.exclusive[disabled],
  input.exclusive.disabled,
  input.exclusive[disabled],
  .exclusive_large.disabled,
  .exclusive_large[disabled],
  .exclusive_mini_disabled.disabled,
  .exclusive_mini_disabled[disabled],
  .exclusive_small_disabled.disabled,
  .exclusive_small_disabled[disabled],
  .exclusive_disabled.disabled,
  .exclusive_disabled[disabled],
  .exclusive_large_disabled.disabled,
  .exclusive_large_disabled[disabled],
  span.exclusive.disabled,
  span.exclusive[disabled],
  input.exclusive.disabled,
  input.exclusive[disabled],
  .exclusive_large_disabled.disabled,
  .exclusive_large_disabled[disabled],
  .btn.disabled,
  .btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5 !important; }
  .button_mini.-alt,
  .button_small.-alt,
  .button.-alt,
  .button_large.-alt,
  .button_mini_disabled.-alt,
  .button_small_disabled.-alt,
  .button_disabled.-alt,
  .button_large_disabled.-alt,
  .exclusive_mini.-alt,
  .exclusive_small.-alt,
  a.exclusive.-alt,
  button.exclusive.-alt,
  input.exclusive.-alt,
  .exclusive_large.-alt,
  .exclusive_mini_disabled.-alt,
  .exclusive_small_disabled.-alt,
  .exclusive_disabled.-alt,
  .exclusive_large_disabled.-alt,
  span.exclusive.-alt,
  input.exclusive.-alt,
  .exclusive_large_disabled.-alt,
  .btn.-alt {
    background: #e7e7e7; }
  .button_mini.-small,
  .button_small.-small,
  .button.-small,
  .button_large.-small,
  .button_mini_disabled.-small,
  .button_small_disabled.-small,
  .button_disabled.-small,
  .button_large_disabled.-small,
  .exclusive_mini.-small,
  .exclusive_small.-small,
  a.exclusive.-small,
  button.exclusive.-small,
  input.exclusive.-small,
  .exclusive_large.-small,
  .exclusive_mini_disabled.-small,
  .exclusive_small_disabled.-small,
  .exclusive_disabled.-small,
  .exclusive_large_disabled.-small,
  span.exclusive.-small,
  input.exclusive.-small,
  .exclusive_large_disabled.-small,
  .btn.-small {
    font-size: 13px;
    padding: 0.734em 1.94em; }
  .button_mini:hover,
  .button_small:hover,
  .button:hover,
  .button_large:hover,
  .button_mini_disabled:hover,
  .button_small_disabled:hover,
  .button_disabled:hover,
  .button_large_disabled:hover,
  .exclusive_mini:hover,
  .exclusive_small:hover,
  a.exclusive:hover,
  button.exclusive:hover,
  input.exclusive:hover,
  .exclusive_large:hover,
  .exclusive_mini_disabled:hover,
  .exclusive_small_disabled:hover,
  .exclusive_disabled:hover,
  .exclusive_large_disabled:hover,
  span.exclusive:hover,
  input.exclusive:hover,
  .exclusive_large_disabled:hover,
  .btn:hover {
    background: #ffd633;
    color: #323f48; }
  .button_mini:active,
  .button_small:active,
  .button:active,
  .button_large:active,
  .button_mini_disabled:active,
  .button_small_disabled:active,
  .button_disabled:active,
  .button_large_disabled:active,
  .exclusive_mini:active,
  .exclusive_small:active,
  a.exclusive:active,
  button.exclusive:active,
  input.exclusive:active,
  .exclusive_large:active,
  .exclusive_mini_disabled:active,
  .exclusive_small_disabled:active,
  .exclusive_disabled:active,
  .exclusive_large_disabled:active,
  span.exclusive:active,
  input.exclusive:active,
  .exclusive_large_disabled:active,
  .btn:active {
    background: #f5c400;
    color: #323f48; }
  .button_mini.small,
  .button_small.small,
  .button.small,
  .button_large.small,
  .button_mini_disabled.small,
  .button_small_disabled.small,
  .button_disabled.small,
  .button_large_disabled.small,
  .exclusive_mini.small,
  .exclusive_small.small,
  a.exclusive.small,
  button.exclusive.small,
  input.exclusive.small,
  .exclusive_large.small,
  .exclusive_mini_disabled.small,
  .exclusive_small_disabled.small,
  .exclusive_disabled.small,
  .exclusive_large_disabled.small,
  span.exclusive.small,
  input.exclusive.small,
  .exclusive_large_disabled.small,
  .btn.small {
    font-size: 12px;
    font-size: 1.2rem; }
  .button_mini .icon-chevron-left:before,
  .button_small .icon-chevron-left:before,
  .button .icon-chevron-left:before,
  .button_large .icon-chevron-left:before,
  .button_mini_disabled .icon-chevron-left:before,
  .button_small_disabled .icon-chevron-left:before,
  .button_disabled .icon-chevron-left:before,
  .button_large_disabled .icon-chevron-left:before,
  .exclusive_mini .icon-chevron-left:before,
  .exclusive_small .icon-chevron-left:before,
  a.exclusive .icon-chevron-left:before,
  button.exclusive .icon-chevron-left:before,
  input.exclusive .icon-chevron-left:before,
  .exclusive_large .icon-chevron-left:before,
  .exclusive_mini_disabled .icon-chevron-left:before,
  .exclusive_small_disabled .icon-chevron-left:before,
  .exclusive_disabled .icon-chevron-left:before,
  .exclusive_large_disabled .icon-chevron-left:before,
  span.exclusive .icon-chevron-left:before,
  input.exclusive .icon-chevron-left:before,
  .exclusive_large_disabled .icon-chevron-left:before,
  .btn .icon-chevron-left:before {
    content: "\f104"; }
  .button_mini .icon-chevron-right:before,
  .button_small .icon-chevron-right:before,
  .button .icon-chevron-right:before,
  .button_large .icon-chevron-right:before,
  .button_mini_disabled .icon-chevron-right:before,
  .button_small_disabled .icon-chevron-right:before,
  .button_disabled .icon-chevron-right:before,
  .button_large_disabled .icon-chevron-right:before,
  .exclusive_mini .icon-chevron-right:before,
  .exclusive_small .icon-chevron-right:before,
  a.exclusive .icon-chevron-right:before,
  button.exclusive .icon-chevron-right:before,
  input.exclusive .icon-chevron-right:before,
  .exclusive_large .icon-chevron-right:before,
  .exclusive_mini_disabled .icon-chevron-right:before,
  .exclusive_small_disabled .icon-chevron-right:before,
  .exclusive_disabled .icon-chevron-right:before,
  .exclusive_large_disabled .icon-chevron-right:before,
  span.exclusive .icon-chevron-right:before,
  input.exclusive .icon-chevron-right:before,
  .exclusive_large_disabled .icon-chevron-right:before,
  .btn .icon-chevron-right:before {
    content: "\f105"; }

.more-btn {
  color: #008198;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 40px;
  margin-top: 4rem;
  position: relative; }
  .more-btn:before {
    border-top: 1px solid;
    content: '';
    display: block;
    margin-bottom: 8px; }
  .more-btn:hover {
    color: #323f48; }

.btn.button-plus,
.btn.button-minus {
  background: #008198;
  border: none;
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  border-radius: 50%; }
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    background: #ffd324; }
  .btn.button-plus:active,
  .btn.button-minus:active {
    background: #dbaf00; }

.btn .icon-chevron-right {
  padding-left: 5px; }
.btn .icon-chevron-left {
  padding-right: 5px; }
@media (max-width: 1229px) {
  .column .btn {
    font-size: 14px; } }
@media (max-width: 991px) and (min-width: 769px) {
  .column .btn {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px; } }

.link-button i {
  padding-right: 10px; }

.ajax_add_to_cart_button.disabled {
  pointer-events: none;
  cursor: not-allowed; }

.alert {
  padding: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
  .alert a {
    color: #ffffff; }
  .alert:before {
    cursor: pointer; }
  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert.alert-success, .alert.alert.alert-info {
    background: #34e031; }
  .alert.alert-success:before {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px; }
  .alert.alert-danger {
    background: #ff4949; }
    .alert.alert-danger:before {
      font-family: "FontAwesome";
      content: "\f057";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px;
      float: left; }
  .alert.alert-warning {
    background: #ff7f24; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.radio-inline, .checkbox {
  padding-left: 0; }
  .radio-inline .checker, .checkbox .checker {
    padding-right: 10px; }
    .radio-inline .checker span, .checkbox .checker span {
      top: 0px; }
  .radio-inline div.radio, .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span, .checkbox div.radio span {
      float: left;
      top: 0px; }

.checkbox {
  line-height: 16px;
  margin-bottom: 10px; }

.radio-inline {
  display: inline-block;
  padding-right: 5px; }

div.radio, div.checker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center; }
  div.radio span, div.checker span {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    display: block;
    height: 20px;
    position: relative;
    width: 20px; }
  div.radio input, div.checker input {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer; }

div.radio span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
div.radio .checked {
  border-color: #323f48;
  -moz-box-shadow: inset 0 0 0 5px #323f48;
  -webkit-box-shadow: inset 0 0 0 5px #323f48;
  box-shadow: inset 0 0 0 5px #323f48; }

div.checker .checked {
  border-color: #323f48;
  background: #323f48;
  color: #008198; }
  div.checker .checked:before {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    bottom: 4px;
    height: 4px;
    left: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.layered_filter_ul li {
  position: relative;
  padding: 0 0 0 22px; }
  .layered_filter_ul li:not(:last-child) {
    padding-bottom: 15px; }
  .layered_filter_ul li div.radio, .layered_filter_ul li div.checker {
    position: absolute;
    top: -3px;
    left: 0; }

div.selector {
  background: #ffffff;
  border: 2px solid #e3e3e3;
  display: inline-block;
  height: 40px;
  padding: 0 45px 0 12px;
  position: relative;
  width: 100% !important; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    line-height: 36px;
    cursor: pointer;
    width: 100%;
    color: #8c8c8c; }
    div.selector span:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      font-family: "fontAwesome";
      content: "\f107";
      width: 40px;
      text-align: center; }
  div.selector.focus {
    border-color: #323f48; }
    div.selector.focus span:after {
      background: #323f48;
      color: #ffffff; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    background: none;
    position: absolute;
    height: 40px;
    top: 0px;
    left: 0px;
    width: 100%;
    cursor: pointer; }
  div.selector option {
    background: #323f48;
    color: #ffffff; }

.uploader {
  position: relative;
  color: #008198; }
  .uploader input[type="file"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    z-index: 1;
    cursor: pointer; }
  .uploader .filename {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid;
    padding: 12px 95px 12px 12px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .uploader .action {
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 5px;
    background: #008198;
    color: #ffffff;
    padding: 8px 5px;
    line-height: 1.1; }

/* ui slider */
.ui-slider.ui-slider-horizontal {
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 6px; }
  .ui-slider.ui-slider-horizontal .ui-slider-range {
    background: #ebebeb; }
.ui-slider .ui-slider-handle.ui-state-default {
  background: #323f48;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; }
  .ui-slider .ui-slider-handle.ui-state-default:hover {
    background: #475966; }
  .ui-slider .ui-slider-handle.ui-state-default:active {
    background: #1d252a; }

.ui-slider-range.ui-widget-header {
  border: 1px solid; }

.star_content {
  font-size: 0; }

.star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 2px; }

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px; }

div.star {
  color: #008198; }
  div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block; }
  div.star.star_on:after, div.star.star_hover:after {
    content: "\f005"; }

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer; }

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden; }

.cancel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  cursor: pointer;
  color: #323f48; }
  .cancel a:before {
    font-family: "FontAwesome";
    content: "\f146"; }

.breadcrumb {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #323f48;
  font: 14px "Open Sans";
  margin-bottom: 25px;
  padding: 16px 0;
  position: relative; }
  @media (max-width: 567px) {
    .breadcrumb {
      font-size: 12px; } }
  .breadcrumb .navigation-pipe {
    display: inline-block;
    padding: 0 4px; }
  .breadcrumb + .pull-right {
    margin-bottom: 20px; }

.nav.nav-tabs {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 60px;
  margin-top: 6px; }
  .nav.nav-tabs li {
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    margin: 0 17px;
    padding: 0 0 10px;
    position: relative;
    vertical-align: top; }
    .nav.nav-tabs li:nth-child(1) {
      margin-left: 0; }
    .nav.nav-tabs li:before {
      color: #008198;
      content: "\f0d7";
      font-family: "fontAwesome";
      font-size: 14px;
      left: 0;
      line-height: 0.3;
      opacity: 0;
      right: 0;
      position: absolute;
      text-align: center;
      top: 100%;
      -moz-transition: opacity 0.1s, -moz-transform 0.2s;
      -o-transition: opacity 0.1s, -o-transform 0.2s;
      -webkit-transition: opacity 0.1s, -webkit-transform 0.2s;
      transition: opacity 0.1s, transform 0.2s;
      -moz-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
      -webkit-transform: translate(0, -7px);
      transform: translate(0, -7px); }
    .nav.nav-tabs li:after {
      border-bottom: 2px solid #008198;
      content: '';
      left: 0;
      margin: 0 auto;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 100%;
      -moz-transition: opacity 0.1s, -moz-transform 0.2s;
      -o-transition: opacity 0.1s, -o-transform 0.2s;
      -webkit-transition: opacity 0.1s, -webkit-transform 0.2s;
      transition: opacity 0.1s, transform 0.2s;
      -moz-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
      -webkit-transform: translate(0, -7px);
      transform: translate(0, -7px); }
    .nav.nav-tabs li a {
      display: block; }
    .nav.nav-tabs li:hover:before, .nav.nav-tabs li:hover:after, .nav.nav-tabs li.active:before, .nav.nav-tabs li.active:after {
      opacity: 1;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
.nav.nav-tabs_alternative {
  margin-bottom: 10px; }
  .nav.nav-tabs_alternative li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: top; }
    .nav.nav-tabs_alternative li:not(:last-child) {
      margin: 0 17px 10px 0; }
    .nav.nav-tabs_alternative li.active a, .nav.nav-tabs_alternative li:hover a {
      background: #323f48;
      border-color: #323f48;
      color: #008198; }
    @media (max-width: 480px) {
      .nav.nav-tabs_alternative li {
        margin: 0  0 15px;
        text-align: center;
        width: 100%; } }
    .nav.nav-tabs_alternative li a {
      border: 1px solid #e3e3e3;
      display: block;
      padding: 16px 30px; }
      @media (max-width: 768px) {
        .nav.nav-tabs_alternative li a {
          font-size: 13px;
          padding: 12px 20px; } }
      .nav.nav-tabs_alternative li a:before {
        font-family: "FontAwesome";
        padding-right: 12px; }
      .nav.nav-tabs_alternative li a.data-sheet:before {
        content: "\f0f6"; }
      .nav.nav-tabs_alternative li a.comments:before {
        content: "\f0e6"; }
      .nav.nav-tabs_alternative li a.more-info:before {
        content: "\f05a"; }

.tab-pane {
  height: 0;
  opacity: 0 !important;
  overflow: hidden;
  position: relative; }
  .tab-pane.active {
    opacity: 1 !important;
    height: auto; }

/*Home tabs*/
.wrapper-tabs__inner {
  position: relative;
  overflow: hidden; }

@media (max-width: 1025px) {
  .nav.nav-tabs li {
    font-size: 18px; } }
@media (max-width: 768px) {
  .nav.nav-tabs li {
    font-size: 16px;
    margin: 0 10px; } }
@media (max-width: 480px) {
  .nav.nav-tabs li {
    border-bottom: 1px solid #008198;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .nav.nav-tabs li a {
      padding: 10px 0; }
    .nav.nav-tabs li.active a {
      background: #008198;
      color: #515151; }
    .nav.nav-tabs li:after, .nav.nav-tabs li:before {
      display: none; } }
.headline-section {
  border-bottom: 1px solid #f6f6f6;
  font: 22px "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  padding-bottom: 2px; }
  .headline-section > span, .headline-section > a {
    display: inline-block;
    padding-bottom: 12px;
    position: relative; }
    .headline-section > span:after, .headline-section > a:after {
      border-bottom: 2px solid #008198;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 100%; }

p.info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.dark {
  color: #333333; }

.page-heading {
  font: 20px "Open Sans", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative; }
  .page-heading > span {
    background: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 1; }
    .page-heading > span:not(.heading-counter) {
      padding-right: 17px; }
  #cms .page-heading:before {
    display: none; }
  /* @media (min-width: 481px) {
    .page-heading:before {
      border-top: 4px double #e3e3e3;
      bottom: 0;
      content: '';
      height: 0;
      left: 0;
      margin: auto 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; } } */
  .page-heading .heading-counter {
    float: right;
    font: 0.8em/22px "Open Sans", sans-serif;
    padding-left: 17px;
    text-transform: none; }
    @media (max-width: 480px) {
      .page-heading .heading-counter {
        float: none;
        display: block;
        padding: 5px 0 0; } }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }

.page-subheading {
  font: 18px/1.1 "Open Sans", sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700; }
/* .subcategory-heading{
  margin-bottom: 0px;
} */

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px;
  table-layout: fixed; }
  .table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle; }
  .table td ul, .table td ol {
    margin-bottom: 0 !important; }
  .table td a.color-myaccount {
    color: #333;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #323f48;
    color: #ffffff; }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 15px;
    line-height: 1.3;
    vertical-align: top;
    border-top: 1px solid; }
  .table thead > tr > th {
    background: #008198;
    color: #515151;
    font: 14px/1 "Open Sans", sans-serif;
    text-transform: uppercase;
    vertical-align: bottom; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 15px; }

.table-bordered {
  border: 1px solid #dcdcdc; }
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td {
    border: 1px solid #dcdcdc; }
    @media (max-width: 768px) {
      .table-bordered > thead > tr > td,
      .table-bordered > tbody > tr > td {
        border: none;
        border-top: 1px solid #dcdcdc; } }
  .table-bordered > tfoot > tr > td {
    border: none; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #cccccc; }

@media (max-width: 769px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dcdcdc; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
.fancybox-lock .fancybox-overlay.fancybox-overlay-fixed {
  overflow-x: hidden; }

.fancybox-skin {
  background: #fff !important; }

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important; }

.fancybox-skin .fancybox-close {
  background: none;
  color: #ffffff;
  font-size: 21px;
  height: auto;
  right: -21px;
  top: -21px;
  width: auto; }
  .fancybox-skin .fancybox-close:hover {
    color: #ffffff; }
  .fancybox-skin .fancybox-close:after {
    content: '\e813';
    font-family: "fontello"; }

/* dropmenu */
.drop-menu {
  background: #ffffff;
  font-size: 13px;
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  text-align: left;
  z-index: 102;
  white-space: nowrap; }
  @media (max-width: 1024px) {
    .drop-menu {
      background: rgba(255, 255, 255, 0.95);
      bottom: 68px;
      color: #000000;
      font-size: 25px;
      left: 0;
      margin-top: 0;
      position: fixed;
      right: 0;
      text-align: center;
      top: 0;
      overflow-y: auto; }
      .drop-menu:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0; }
      .drop-menu .drop-menu-inner {
        display: inline-block;
        vertical-align: middle;
        max-width: 98%;
        min-width: 98%; }
      .drop-menu li, .drop-menu a {
        display: block; }
      .drop-menu li {
        margin: 9px 0; } }
  @media (max-width: 479px) {
    .drop-menu {
      font-size: 20px; } }

@media (min-width: 1025px) {
  .drop-menu {
    opacity: 0;
    transform: translateY(-30px);
    transition: .25s opacity, .25s transform, .25s visibility;
    visibility: hidden; }
    .drop-menu li {
      padding: 9px 0; }
      .drop-menu li:first-child {
        border-top: 1px solid #f6f6f6; }
      .drop-menu li:not(:last-child) {
        border-bottom: 1px solid #f6f6f6; }
    .drop-menu .drop-menu-inner {
      box-shadow: 0px 3px 6px 0px rgba(23, 23, 23, 0.08);
      padding: 0 15px;
      max-height: 211px;
      overflow-y: auto; }

  .active + .drop-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; } }
.btn-to-top {
  border-radius: 50%;
  background: #343e48;
  bottom: 80px;
  color: #323f48;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 3;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }
  .btn-to-top:hover {
    background: #ffd633; }
  .btn-to-top:active {
    background: #f5c400; }
  @media (max-width: 768px) {
    .btn-to-top {
      display: none; } }

@media (max-width: 1024px) {
  .drop-menu, .header_user_info__list, .header__contact__list {
    display: block;
    transform: translateY(-100%);
    transition: transform .4s; }

  .active + .drop-menu, .active + .header_user_info__list, .active + .header__contact__list {
    transform: translateY(0); } }
.content_sortPagiBar {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content_sortPagiBar .product-count {
    display: none !important; }
  .content_sortPagiBar label {
    display: inline-block;
    font-size: 16px;
    padding-right: 7px;
    text-transform: uppercase;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .content_sortPagiBar label {
        display: none; } }

.sortPagiBar {
  display: inline-block;
  vertical-align: top; }
  .sortPagiBar > * {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    padding-right: 20px; }
  .sortPagiBar .selector {
    height: 30px;
    padding-right: 35px;
    vertical-align: middle;
    width: auto !important; }
    .sortPagiBar .selector span:after {
      width: 30px; }
    .sortPagiBar .selector select {
      height: 30px; }
    .sortPagiBar .selector span {
      line-height: 26px; }
  .sortPagiBar .bt_compare {
    background: #008198;
    color: #323f48;
    height: 30px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 30px; }
    .sortPagiBar .bt_compare:hover {
      background: #ffd633; }
    .sortPagiBar .bt_compare:active {
      background: #cca300; }
  .sortPagiBar .total-compare-val {
    background: #323f48;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    padding: 2px 6px;
    position: absolute;
    right: -0.7em;
    top: -0.7em; }

.top-pagination-content .showall {
  display: none !important; }

.bottom-pagination-content, .top-pagination-content {
  display: inline-block;
  vertical-align: top; }

.pagination .pagination {
  display: inline-block; }
.pagination li {
  display: inline-block;
  vertical-align: middle; }
  .pagination li:not(:last-child) {
    margin-right: 5px; }
  .pagination li > span, .pagination li > a {
    border: 1px solid #e3e3e3;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px; }
  .pagination li:not(.disabled).active > span, .pagination li:not(.disabled).active > a, .pagination li:not(.disabled):hover > span, .pagination li:not(.disabled):hover > a {
    background: #008198;
    border-color: #008198;
    color: #ffffff; }
  .pagination li.disabled {
    cursor: not-allowed; }

.display {
  display: inline-block;
  vertical-align: middle; }
  .display li:not(.display-title) {
    color: #e3e3e3;
    display: inline-block;
    font-size: 27px;
    height: 30px;
    line-height: 29px;
    vertical-align: middle; }
    .display li:not(.display-title)#grid {
      font-size: 22px;
      margin-right: 8px; }
    .display li:not(.display-title)#list {
      line-height: 28px; }
    .display li:not(.display-title).selected {
      color: #323f48; }
  .display li a:hover {
    color: #323f48; }
  .display .display-title {
    display: inline-block;
    font-size: 16px;
    padding-right: 7px;
    text-transform: uppercase;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .display .display-title {
        display: none; } }
  .display .icon-th-large:before {
    content: '\e811';
    font-family: "fontello"; }
  .display .icon-th-list:before {
    content: '\e814';
    font-family: "fontello"; }

.sortPagiBar--bottom .display {
  display: none; }

.showall {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top; }
  .showall .btn {
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    padding: 6px 10px; }

.product-price {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-wrap: nowrap; 
}

.old-price {
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: line-through; }

.new-box, .sale-box, .availability span, .price-percent-reduction, .sale-label {
  background: #5cc468;
  border-radius: 0 10px 10px 0;
  font: 9px "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 2px 5px 2px 5px;
  display: inline-block; }
  .new-box:hover, .sale-box:hover, .availability span:hover, .price-percent-reduction:hover, .sale-label:hover {
    color: #ffffff; }

.availability2 span {
     position: relative;
     font: 9px "Open Sans", sans-serif;
     font-weight: 700;
     font-size: 1rem;
     text-transform: uppercase;
     color: green;
     padding: 1px 0px 4px 0px;
     display: inline-block;
  }
  .out-of-stock span, #oosHook, #oosHook span, .out-of-stock i, .out-of-stock p {
    color:#e44444;
  }

.price-percent-reduction, .sale-box, .sale-label {
  background: #ee5555; }

.ajax_block_product .quick-view, .ajax_block_product .lnk_view, .ajax_block_product .addToWishlist, .ajax_block_product .cmp_remove, .ajax_block_product .add_to_compare, .grid .ajax_add_to_cart_button {
  background: #e7e7e7;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  padding-left: 1px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  vertical-align: top; }


  #product_comparison.grid .ajax_block_product .quick-view, #product_comparison.grid .ajax_block_product .lnk_view, #product_comparison.grid .ajax_block_product .cmp_remove, #product_comparison.grid .grid .ajax_add_to_cart_button {
    background: #e7e7e7;
  }

  .ajax_block_product .quick-view:hover, .ajax_block_product .lnk_view:hover, .ajax_block_product .addToWishlist:hover, .ajax_block_product .cmp_remove:hover, .ajax_block_product .add_to_compare:hover, .grid .ajax_add_to_cart_button:hover {
    background: #0D7887!important; 
    color:#fff;
  }
  .ajax_block_product .quick-view:active, .ajax_block_product .lnk_view:active, .ajax_block_product .addToWishlist:active, .ajax_block_product .cmp_remove:active, .ajax_block_product .add_to_compare:active, .grid .ajax_add_to_cart_button:active {
    background: #1d252a; }
  .ajax_block_product .quick-view:before, .ajax_block_product .lnk_view:before, .ajax_block_product .addToWishlist:before, .ajax_block_product .cmp_remove:before, .ajax_block_product .add_to_compare:before, .grid .ajax_add_to_cart_button:before {
    font-family: "fontello"; }

  .subcategory-image {
    overflow: hidden;
  }
    @media (min-width: 992px) {
      .ajax_block_product .quick-view, .ajax_block_product .lnk_view, .ajax_block_product .addToWishlist, .ajax_block_product .cmp_remove, .ajax_block_product .add_to_compare, .grid .ajax_add_to_cart_button {
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        font-size: 17px;
        background: #fff;
        color:#000;
      }
      .no-index.grid .ajax_block_product .compare {
        padding-right: 0px;
      }
      .ajax_block_product h5 {
        font: 13px/1.4 "Open Sans", sans-serif;
        margin-bottom: 10px;
        height: 5.5em;
        overflow: hidden; }
      .grid .button-container {
        right: 20px;
        min-height: 38px;
        height: 38px;
        width: 38px;
      }
 
    }
    @media (max-width: 991px) {
      .grid .ajax_add_to_cart_button {
          background: #008198;
        }
        .grid .button-container {
        right: 20px;
        min-height: 45px;
        height: 45px;
        width: 45px;
      }
      
     }
    @media (max-width: 768px){
      .no-index.grid .ajax_block_product .compare {
        padding-right: 15px;
      }
      .ajax_block_product h5 {
        font: 18px/1.4 "Open Sans", sans-serif;
        margin-bottom: 16px; }
     }

  .ajax_block_product .product_img_link {
  display: block;
  text-align: center; }
  .ajax_block_product .product_img_link img {
    display: inline-block;
    height: auto; }

.ajax_block_product .hook-reviews {
  margin-bottom: 13px; }
  .ajax_block_product .inner-functional {
    display: flex;
    font-size: 0;
    width: 100%;
    justify-content: center;
  }
.ajax_block_product .wishlist {
  display: inline-block; }
.ajax_block_product .quick-view, .ajax_block_product .lnk_view, .ajax_block_product .addToWishlist, .ajax_block_product .cmp_remove, .ajax_block_product .add_to_compare {
  margin: 0 5px; }
.ajax_block_product .quick-view {
  font-size: 14px; }
.ajax_block_product .lnk_view {
  font-size: 23px; }
.ajax_block_product .cmp_remove:before, .ajax_block_product .add_to_compare:before {
  font-family: "FontAwesome"; }
.ajax_block_product .quick-view:before {
  content: '\e817'; }
.ajax_block_product .addToWishlist:before {
  content: '\e82b'; }
.ajax_block_product .lnk_view:before {
  content: '\e82f'; }
.ajax_block_product .old-price {
  padding-right: 5px; }
.ajax_block_product .add_to_compare.checked:before {
  content: "\f00c"; }
.ajax_block_product .add_to_compare span {
  display: none; }

.grid .ajax_block_product {
  /* padding-bottom: 70px; */
  /* text-align: center;  */
}
.grid .product-container {
  position: relative; }
.grid .left-block {
  margin-bottom: 12px;
  padding: 0 20px;
  position: relative; }
.grid .new-box, .grid .availability span {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1; }
.grid .sale-box, .grid .price-percent-reduction {
  border-radius: 0 20px 20px 0;
  position: absolute;
  top: 22px;
  left:0;
  z-index: 1; }
.sale-label {
  border-radius: 0 20px 20px 0;
  position: absolute;
  top: -20px;
  left:0;
  z-index: 1; }
.grid .wrapper-buy {
  display: table;
  text-align: left;
  width: 100%;
  padding-bottom: 15px; }
.grid .content_price, .grid .button-container {
  display: table-cell;
  vertical-align: middle; }
/* .grid .button-container {
  position: absolute;
  padding: 0;
  bottom: 8px;
  right: 0px;
  z-index: 3;
  } */

  .grid .button-container {
    position: absolute;
    padding: 0;
    bottom: 8px;
    right: 3px;
    z-index: 3;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
    border: 1px solid var(--color-grey-light);
    background-color: var(--color-white);
    /* min-height: 38px;
    height: 38px;
    width: 38px; */
    border-radius: 100%;
}





/* .grid .ajax_add_to_cart_button {
  background: #008198; } */
  .grid .ajax_add_to_cart_button:before {
    content: '\e827'; }
  .grid .ajax_add_to_cart_button span {
    display: none; }
.grid .functional-buttons {
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; }

  /* .grid .functional-buttons:before {
    background: #ffffff;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: -6px; }
  .grid .functional-buttons:after {
    border-top: 1px solid #f6f6f6;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0; } */
.grid .inner-functional {
  padding: 0px 0; }
.grid .quick-view span, .grid .wishlist span, .grid .lnk_view span, .grid .addToWishlist span, .grid .cmp_remove span, .grid .add_to_compare span {
  display: none; }
.grid .grid .quick-view {
  display: none !important; }
.grid .right-block {
  padding: 0;
  position: relative;
}
.grid .product-desc {
  display: none; }

.list .quick-view, .list .lnk_view, .list .addToWishlist, .list .cmp_remove, .list .add_to_compare, .list .compare, .list .wishlist {
  display: inline-block;
  margin: 0 2px 2px;
  vertical-align: top; }
  .list .quick-view span, .list .lnk_view span, .list .addToWishlist span, .list .cmp_remove span, .list .add_to_compare span, .list .compare span, .list .wishlist span {
    display: none; }
.list .new-box, .list .availability span {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1; }
.list .price-percent-reduction {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1; }
.list .sale-box {
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 1; }
.list h5 {
  font-weight: 600; }
.list .product-desc {
  font-family: "Open Sans";
  margin-top: 15px; }
.list .content_price {
  margin-bottom: 15px; }
.list .ajax_add_to_cart_button {
  background: #008198;
  border: none;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  outline: none;
  padding: 14px 20px;
  padding: 0.9em 1.5em;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  white-space: normal;
  text-align: center; }
  .list .ajax_add_to_cart_button:hover {
    background: #ffd633;
    color: #323f48; }
  .list .ajax_add_to_cart_button:active {
    background: #f5c400;
    color: #323f48; }
  .list .ajax_add_to_cart_button:before {
    content: '\e827';
    font-family: "fontello";
    padding-right: 5px; }
  .list .ajax_add_to_cart_button.disabled {
    opacity: 0.7; }
.list .functional-buttons {
  margin-top: 15px; }
.list .left-block .button-container {
  display: none; }
@media (max-width: 480px) {
  .list .left-block, .list .right-block, .list .center-block {
    width: 100%; } }

.blocknewproducts .ajax_block_product, .blockspecials .ajax_block_product, .blockbestsellers .ajax_block_product {
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .blocknewproducts .ajax_block_product, .blockspecials .ajax_block_product, .blockbestsellers .ajax_block_product {
      width: 100%; } }
@media (min-width: 992px) {
  .blocknewproducts .first-in-line, .blockspecials .first-in-line, .blockbestsellers .first-in-line {
    clear: left; } }
@media (min-width: 769px) and (max-width: 991px) {
  .blocknewproducts .first-item-of-tablet-line, .blockspecials .first-item-of-tablet-line, .blockbestsellers .first-item-of-tablet-line {
    clear: left; } }
@media (min-width: 481px) and (max-width: 768px) {
  .blocknewproducts .first-item-of-mobile-line, .blockspecials .first-item-of-mobile-line, .blockbestsellers .first-item-of-mobile-line {
    clear: left; } }

.no-index .ajax_block_product {
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .no-index .ajax_block_product {
      margin-bottom: 20px;
      width: 100%; } }
@media (min-width: 992px) {
  .no-index .first-in-line {
    clear: left; } }
@media (min-width: 481px) and (max-width: 991px) {
  .no-index .first-item-of-tablet-line {
    clear: left; } }

.color_to_pick_list {
  margin-bottom: 15px; }
  .color_to_pick_list li {
    display: inline-block;
    margin: 3px 3px 0;
    vertical-align: top; }
  .color_to_pick_list a {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.32);
    display: block;
    height: 20px;
    width: 20px; }

.no-index.grid .ajax_block_product .lnk_view {
  display: none; }

  .no-index.grid .ajax_block_product .compare {
    display: inline;
    vertical-align: top;
    /* float: inline-end; */
    
}

.box-more {
  clear: both; }
  .box-more .more-btn {
    margin-top: 0; }

.owl-item .ajax_block_product {
  padding-top: 5px;
  width: 100%; }

#product_comparison.grid .wrapper-buy {
  display: block; }
  #product_comparison.grid .wrapper-buy:after {
    content: '';
    display: table;
    clear: both; }
#product_comparison.grid .content_price, #product_comparison.grid .button-container {
  display: block; }
#product_comparison.grid .content_price {
  float: left; }
#product_comparison.grid .button-container {
  float: right; }
#product_comparison.grid .functional-buttons {
  background: #ffffff;
  top: -50px; }
#product_comparison.grid .inner-functional {
  display: block; }

#header {
  z-index: 5003; }

.header .banner {
  background: black;
  max-height: 100%; }
  .header .banner .row {
    margin: 0px; }
.header__nav {
  color: #3e3e3e;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 400; }
  @media (min-width: 1025px) {
    .header__nav {
      border-bottom: 1px solid #f6f6f6; } }
  @media (max-width: 1024px) {
    .header__nav {
      background: #323f48;
      border-top: 4px double #ffffff;
      bottom: 0;
      left: 0;
      padding: 12px 0;
      position: fixed;
      right: 0;
      text-align: center;
      z-index: 99; } }
  .header__nav > .container {
    position: static; }

    @media (min-width: 1025px){
      .shopping_cart2 {display: none;}
    }  
    @media (max-width: 1058px){
      .mm_extra_item {margin-left: -20px;}
      .ajax_cart_total {display: none;}
    }  

  @media (max-width: 1024px) {
    .header__nav__box {
      color: #ffffff;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
.header__logo {
  display: inline-block;
  vertical-align: middle; }

.header-line-two {
  padding: 10px 0; }

@media (min-width: 769px) {
  .-is-not-index .header__main-panel {
    padding: 0;
    width: 100%; }
    .-is-not-index .header__main-panel > .container {
      padding: 0;
      width: 100%; } }
@media (min-width: 1025px) {
  .index .header__main-panel {
    position: absolute;
    left: 0;
    top: 100%; } }
@media (max-width: 1024px) {
  #header {
    -webkit-transform: none !important;
    transform: none !important; }

  .header-line-two {
    padding: 15px 0; }

  .header__logo {
    /* padding-left: 50px; */
    width: 25%; }

  .wrapper-main-panel {
    left: 15px;
    padding: 0;
    position: absolute;
    top: 20px;
    width: auto; }

  .header__main-panel {
    width: auto;
    float: none;
    position: static;
    padding: 0; }
    .header__main-panel > .container {
      padding: 0;
      width: auto; }
      .header__main-panel > .container > .row {
        margin: 0; } }
@media (max-width: 768px) {


  .header__logo {
    position: absolute;
    top: 62%;
    top: calc(50% + 3px);
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 60px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto; }
    .header__logo > a {
      display: inline-block; } }
.column .btn {
  font-size: 11px;
  font-size: 1.1rem; }

.wrapper-tabs {
  margin-top: 92px;
  margin-top: 9.2rem; }
  @media (max-width: 1024px) {
    .wrapper-tabs {
      margin-top: 5rem; } }

#columns {
  position: relative; }

@media (max-width: 1024px) {
  #page {
    padding-bottom: 63px; } }
@media (max-width: 1024px) {
  #page {
    padding-top: 0 !important; } }
.block {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .block {
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .block .block_content {
      margin-bottom: 20px; } }

.block.rss-block .block_content, .block.contacts-block .block_content {
  padding-top: 15px; }
.block .title_block,
.block h4 {
  background: #008198;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  display: block;
  padding: 14px 15px; }
  .block .title_block:before,
  .block h4:before {
    content: "\f0c9";
    display: inline-block;
    font-family: "fontAwesome";
    font-size: 18px;
    padding-right: 8px; }
  @media (max-width: 768px) {
    .block .title_block,
    .block h4 {
      position: relative; }
      .block .title_block:after,
      .block h4:after {
        display: none;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 26px;
        font-weight: normal;
        cursor: pointer;
        color: #323f48; }
      .block .title_block.active:after,
      .block h4.active:after {
        content: "\f106"; } }
.block .list-block {
  margin-top: -8px; }
  @media (max-width: 768px) {
    .block .list-block {
      margin-top: 0; } }
  .block .list-block li {
    padding: 5px 0 6px 0;
    border-top: 1px solid #dcdcdc;
    font-size: 16px; }
    .block .list-block li a i {
      display: none; }
    .block .list-block li a:before {
      content: "\f105";
      display: inline;
      font-family: "FontAwesome";
      color: #333333;
      padding-right: 8px; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 270px; }
      @media (max-width: 768px) {
        .block .list-block .form-group select {
          width: 270px; } }
  .block .list-block .btn {
    margin-top: 12px; }

#categories_block_left h4, #layered_block_left h4, .products_block h4, #viewed-products_block_left h4, #special_block_right h4 {
  margin-bottom: 0; }

.footer-container {
  background: #323f48;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-top: 120px; }

.footer {
  position: relative;
  color: rgba(255, 255, 255, 0.7); }
  .footer h4 {
    margin-bottom: 17px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer; }
    @media (max-width: 768px) {
      .footer h4 {
        border-bottom: 1px solid;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative; }
        .footer h4:after {
          display: block;
          content: "\f107";
          font-family: "FontAwesome";
          font-size: 20px;
          position: absolute;
          right: 0;
          top: 0; }
        .footer h4.active:after {
          content: "\f107"; } }
    .footer h4 a:hover {
      color: #008198; }
  .footer .toggle-footer {
    font-size: 13px; }
    .footer .toggle-footer li {
      padding-bottom: 13px; }
      .footer .toggle-footer li a:hover {
        color: #008198; }
  .footer p {
    line-height: 1.6; }

.contact-infos i {
  padding-right: 10px; }

.blockcategories_footer ul ul {
  display: none !important; }

.footer_one {
  padding: 58px 0 13px; }

.paiement-logos {
  font-size: 25px; }

.footer .paiement-logos {
  position: absolute;
  top: 100%;
  right: 15px;
  z-index: 1;
  margin-top: 10px; }
.footer .paiement-logos__link {
  color: #008198; }
  .footer .paiement-logos__link:hover {
    color: #ffd633; }

.footer_two__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.footer_two {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 15px 0; }

.blockcms__footer {
  color: #008198;
  left: 0;
  margin-top: 29px;
  position: absolute;
  top: 100%; }
  @media (max-width: 768px) {
    .blockcms__footer {
      font-size: 12px;
      margin-top: 71px;
      text-align: center; } }

@media (max-width: 1024px) {
  .footer-container {
    margin-top: 40px; } }
@media (max-width: 768px) {
  .footer_two {
    text-align: center; } }
@media (max-width: 575px) {
  .footer_two {
    padding-top: 30px; } }
#block_contact_infos li {
  line-height: 1.4;
  padding-bottom: 11px;
  position: relative; }

/* footer subscribe */
.prefooter {
  clear: both;
  padding-top: 80px; }

@media (max-width: 1229px) {
  .prefooter > .row {
    margin: 0; } }
@media (max-width: 414px) {
  .prefooter {
    padding-top: 40px; } }
.cart_navigation {
  margin: 20px 0; }
  .cart_navigation .button-medium {
    float: right; }

@media (max-width: 480px) {
  .cart_navigation .btn {
    border-radius: 3px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 0; }
    .cart_navigation .btn i {
      display: block;
      font-size: 14px;
      line-height: inherit;
      padding: 0; }
    .cart_navigation .btn span {
      display: none; } }
#address .radio-inline,
#identity .radio-inline,
#account-creation_form .radio-inline,
#new_account_form .radio-inline,
#opc_account_form .radio-inline,
#authentication .radio-inline {
  margin-bottom: 10px; }
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #ff4949;
  margin: 9px 0 16px 0; }
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red; }
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #address .gender-line > label,
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label,
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px; }
    #identity #center_column form.std .row .col-xs-4 div.selector,
    #authentication #center_column form.std .row .col-xs-4 div.selector,
    #order-opc #center_column form.std .row .col-xs-4 div.selector {
      max-width: 100%; }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 100%; }
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#authentication fieldset.account_creation {
  margin-bottom: 20px; }

@media (min-width: 769px) {
  #address .form-group,
  #identity .form-group,
  #account-creation_form .form-group,
  #new_account_form .form-group,
  #opc_account_form .form-group {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    width: 50%; } }
#order-detail-content {
  border: none;
  overflow: hidden; }

#cart_title {
  background-color: #323f48;
  color: #008198;
  padding: 12px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
  font-family: inherit;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 7px; }
  #cart_title .heading-counter {
    font-size: 0.6em;
    padding: 5px 0; }

.cart_last_product {
  display: none; }

#cart_summary {
  display: block;
  border: none;
  background: none;
  margin-bottom: 0; }
  #cart_summary .price {
    font-size: 18px; }
  #cart_summary tbody {
    display: block; }
    #cart_summary tbody tr {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: #ebebeb;
      padding: 8px 7px;
      border-radius: 4px;
      margin-bottom: 7px; }
  #cart_summary td {
    display: block;
    border: none;
    padding: 0 7px;
    white-space: normal; }
    #cart_summary td.cart_product {
      width: 15%;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      #cart_summary td.cart_product img {
        display: inline-block;
        max-width: 100%;
        width: auto; }
    #cart_summary td.cart_description {
      width: 20%;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
      #cart_summary td.cart_description .product-name {
        margin-bottom: 10px;
        font-weight: 600;
        line-height: 1.4;
        font-size: 14px;
        text-transform: uppercase; }
      #cart_summary td.cart_description small {
        display: block;
        padding: 4px 0 0 0; }
    #cart_summary td.cart_unit {
      width: 15%;
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
      #cart_summary td.cart_unit .price {
        text-align: inherit; }
        #cart_summary td.cart_unit .price li {
          display: inline-block;
          vertical-align: middle;
          margin: 0 4px; }
        #cart_summary td.cart_unit .price .price {
          font-weight: 600; }
        #cart_summary td.cart_unit .price .price-percent-reduction {
          padding: 5px 2px;
          font-size: 10px; }
        #cart_summary td.cart_unit .price span {
          display: inline-block; }
          #cart_summary td.cart_unit .price span.old-price {
            text-decoration: line-through; }
    #cart_summary td.cart_quantity {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 4;
      -webkit-order: 4;
      order: 4;
      width: 110px;
      display: block;
      position: relative; }
      #cart_summary td.cart_quantity .btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        padding: 0;
        background: none;
        color: inherit;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 35px;
        height: auto;
        z-index: 3;
        font-size: 17px;
        font-weight: inherit; }
        #cart_summary td.cart_quantity .btn:hover {
          color: #008198; }
        #cart_summary td.cart_quantity .btn:before {
          margin: 0;
          font-size: inherit; }
        #cart_summary td.cart_quantity .btn span {
          display: none; }
      #cart_summary td.cart_quantity .cart_quantity_up {
        right: 7px; }
        #cart_summary td.cart_quantity .cart_quantity_up:before {
          content: '+'; }
      #cart_summary td.cart_quantity .cart_quantity_down {
        left: 7px; }
        #cart_summary td.cart_quantity .cart_quantity_down:before {
          content: '-'; }
      #cart_summary td.cart_quantity .cart_quantity_input {
        height: 48px;
        width: 100%;
        border-radius: 25px;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: inherit;
        font-weight: 300; }
        #cart_summary td.cart_quantity .cart_quantity_input:focus {
          border-color: #008198;
          outline: none; }
    #cart_summary td.cart_avail {
      display: none; }
    #cart_summary td.cart_total {
      -webkit-box-ordinal-group: 6;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5; }
      #cart_summary td.cart_total .price {
        font-weight: 600; }
    #cart_summary td.cart_delete {
      font-size: 20px;
      -webkit-box-ordinal-group: 7;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 6;
      -webkit-order: 6;
      order: 6; }

.cart_summary__footer.table {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  margin-top: 20px; }
  .cart_summary__footer.table td {
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 1; }
    .cart_summary__footer.table td.text-right {
      font-weight: 600;
      text-transform: uppercase; }
    .cart_summary__footer.table td.price {
      text-align: right;
      font-size: 17px; }
    .cart_summary__footer.table td#total_price_container {
      font-size: 21px; }

.cart_voucher h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }
.cart_voucher .title-offers {
  white-space: normal;
  margin-bottom: 6px; }
.cart_voucher fieldset {
  margin-bottom: 10px; }
  .cart_voucher fieldset #discount_name {
    float: left;
    width: calc(100% - 110px);
    height: 35px;
    margin-right: 8px;
    padding: 3px 10px; }
  .cart_voucher fieldset .btn {
    font-size: 12px;
    padding: 0.834em 2em; }
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer; }
  .cart_voucher #display_cart_vouchers span:hover {
    color: #000; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff; }

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px; }

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }

@media (max-width: 1024px) {
  #cart_title {
    font-size: 27px; } }
@media (max-width: 991px) {
  #cart_title {
    font-size: 22px; } }
@media (max-width: 567px) {
  #cart_title {
    font-size: 20px; }

  #cart_summary table, #cart_summary tbody, #cart_summary td {
    display: block; }
  #cart_summary tbody tr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #cart_summary td.cart_description, #cart_summary td.cart_product, #cart_summary td.cart_unit, #cart_summary td.cart_quantity, #cart_summary td.cart_delete, #cart_summary td.cart_total {
    width: 100%;
    text-align: center;
    padding: 10px 0px; }

  .cart_summary__footer tbody, .cart_summary__footer tr, .cart_summary__footer td {
    display: block; } }
#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left; }
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px; }
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0; }

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option > div > table,
  #order-opc .delivery_option > div > table {
    background: #fff;
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier,
      #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        border: 1px solid #dddddd;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td,
        #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td,
      #order-opc .delivery_option > div > table.resume td {
        vertical-align: middle; }
        #order .delivery_option > div > table.resume td.delivery_option_radio,
        #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
          width: 32px;
          padding-left: 0;
          padding-right: 0;
          text-align: center; }
        #order .delivery_option > div > table.resume td.delivery_option_logo,
        #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
          padding-left: 21px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: 500; }
  .order_carrier_content .checkbox input {
    margin-top: 2px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff; }

#carrierTable tbody {
  border-bottom: 1px solid #999999; }

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9; }

#carrierTable td.carrier_price {
  border: none; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #333333;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

.box .box {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

#HOOK_PAYMENT .row > div {
  width: 100%; }

p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    border-radius: 3px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat; }
    p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat; }
    p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat; }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;
      width: 14px; }
    p.payment_module a:hover {
      border-color: #008198; }
    p.payment_module a span {
      font-weight: bold;
      color: #2d2d2d; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .selector {
    max-width: 400px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

ul.step {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 16px; }
  ul.step li {
    width: 20%;
    padding: 0 4px 4px 0; }
    ul.step li a, ul.step li span {
      background-color: #efefef;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 500;
      line-height: 1.1;
      padding: 12px 15px;
      position: relative;
      height: 100%; }
    ul.step li.step_current a, ul.step li.step_current span {
      background-color: #323f48;
      color: #008198; }
    ul.step li.step_done a, ul.step li.step_done span {
      background-color: #e0e0e0; }
    ul.step li em {
      font-style: normal; }

@media (max-width: 1449px) {
  ul.step {
    font-size: 14px; } }
@media (max-width: 1229px) and (min-width: 1025px) {
  ul.step {
    font-size: 13px; } }
@media (max-width: 768px) {
  ul.step li {
    width: 100%; } }
#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #333333; }
  #manufacturers_list .product-counter a:hover,
  #suppliers_list .product-counter a:hover {
    color: #000; }
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #cdcdcd;
  padding: 31px 0 30px 0; }
  @media (max-width: 768px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 768px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #cdcdcd;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 768px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }
@media (min-width: 1230px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }
@media (min-width: 769px) and (max-width: 1229px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 768px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cdcdcd; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #cdcdcd; }

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 100px auto 100px auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font: 600 28px/34px "Open Sans", sans-serif;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
    @media (max-width: 768px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
    @media (max-width: 768px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0; }

#guestTracking .form-control {
  max-width: 271px; }
@media (min-width: 1230px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte {
  background: transparent none repeat scroll 0 0;
  line-height: 1.9;
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 20px; }
  .rte p {
    line-height: inherit;
    margin-bottom: 15px; }
  .rte strong, .rte b {
    font-weight: 700; }
  .rte em {
    font-style: italic !important; }
  .rte ul {
    list-style-type: disc;
    padding-left: 15px; }
  .rte ol {
    list-style-type: decimal;
    padding-left: 15px; }

.block_hidden_only_for_screen {
  display: none; }

ul.footer_links {
  border-top: 1px solid #cdcdcd;
  height: 65px;
  margin-top: 20px;
  padding: 20px 0 0px 0; }
  ul.footer_links li {
    float: left; }
    ul.footer_links li + li {
      margin-left: 10px; }

.products-block {
  padding-top: 18px; }
  .products-block li {
    padding: 0 0 18px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #dcdcdc; }
  .products-block .products-block-image {
    max-width: 80px;
    float: left;
    border: 1px solid #e3e3e3;
    margin-right: 12px; }
    @media (min-width: 769px) and (max-width: 991px) {
      .products-block .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center; } }
  .products-block .product-content {
    overflow: hidden; }
    .products-block .product-content h5 {
      margin-bottom: 5px;
      line-height: 1; }
  .products-block .product-name {
    font-size: 13px;
    text-transform: uppercase; }
  .products-block .product-description {
    margin-bottom: 5px;
    font-size: 13px;
    color: #323f48; }
  .products-block .price {
    font-size: 18px; }
  .products-block .price-percent-reduction {
    font: 700 14px/17px Arial, Helvetica, sans-serif;
    padding: 1px 6px; }

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .product-box .product-image {
    border: 1px solid #cdcdcd;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.box {
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  padding: 20px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

p.required {
  color: #008198; }

p.info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.dark {
  color: #333333; }

#page {
  overflow: hidden; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
  background: #008198;
  color: #ffffff; }
  .label.label-success {
    background: #34e031; }
  .label.label-danger {
    background: #ff4949; }

label {
  display: inline-block;
  color: #3a3a3a; }
  .form-group label {
    color: #000000;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase; }
  label.required:before {
    content: "*";
    color: #323f48;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

#facebook_block,
#cmsinfo_block {
  padding-top: 30px;
  overflow: hidden; }
  @media (max-width: 768px) {
    #facebook_block,
    #cmsinfo_block {
      width: 100%; } }

#facebook_block h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2d2d2d;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    #facebook_block h4 {
      font-size: 16px; } }

@media (max-width: 768px) {
  #cmsinfo_block > div {
    width: 100%; } }
#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 30px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  background: #008198;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px; }
  @media (max-width: 991px) {
    #cmsinfo_block em {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px; } }
#cmsinfo_block .type-text {
  overflow: hidden; }
#cmsinfo_block h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2d2d2d;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    #cmsinfo_block h3 {
      font-size: 16px; } }
#cmsinfo_block ul li {
  padding-bottom: 22px; }
  @media (max-width: 1229px) {
    #cmsinfo_block ul li {
      padding-bottom: 10px; } }
  @media (max-width: 991px) {
    #cmsinfo_block ul li {
      padding-bottom: 0; } }
#cmsinfo_block p em {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #555;
  float: none;
  height: inherit;
  line-height: inherit;
  text-align: left;
  font-style: italic; }

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

.content_only #thumbs_list {
  max-width: 401px; }

/* @import "preloader"; */
input[type="button"],
input[type="submit"],
a,
button,
.footer-block:not(.contact-infos) li:before,
.myaccount-link-list a,
.myaccount-link-list i {
  -moz-transition: background 0.2s, color 0.2s, border-color 0.2s;
  -o-transition: background 0.2s, color 0.2s, border-color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s; }

.-default-arrows .owl-buttons > div {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.headline-section > span:after, .headline-section > a:after {
  transition: width .4s;
  width: 100%; }
.headline-section > a:hover:after {
  width: 1170px; }

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
div.selector {
  transition: border-color .15s ease-in; }

div.selector span:after {
  transition: background .15s ease-in, color .15s ease-in; }

.left-block {
  overflow: hidden; }
  .left-block .product-item__img-alternate {
    left: 80%;
    position: absolute;
    top: 0;
    opacity: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transition: opacity 0.35s, left 0.35s;
    -o-transition: opacity 0.35s, left 0.35s;
    -webkit-transition: opacity 0.35s, left 0.35s;
    transition: opacity 0.35s, left 0.35s; }
    .left-block .product-item__img {  
      padding: 10px;
    }
    .left-block .product-item__img-alternate + .product-item__img {
      position: relative;
      left: 0;
      -moz-transition: opacity 0.35s, -moz-transform 0.35s;
      -o-transition: opacity 0.35s, -o-transform 0.35s;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
  .left-block:hover .product-item__img-alternate {
    left: 50%;
    opacity: 1; }
    .left-block:hover .product-item__img-alternate + .product-item__img {
      -moz-transform: translate(30%, 0);
      -ms-transform: translate(30%, 0);
      -webkit-transform: translate(30%, 0);
      transform: translate(30%, 0);
      opacity: 0; }

/*grid*/
.grid .functional-buttons {
  /* box-shadow: 0px 2px 15px 0px rgba(23, 23, 23, 0.1); */
  opacity: 0;
  /* -webkit-transform: perspective(450px) rotateX(90deg);
  -moz-transform: perspective(450px) rotateX(90deg);
  -o-transform: perspective(450px) rotateX(90deg);
  -ms-transform: perspective(450px) rotateX(90deg);
  transform: perspective(450px) rotateX(90deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transition: transform .5s,opacity .1s;
  transition: transform .5s,opacity .1s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;  */
}
.grid .product-container {
  -ms-transition: transform 0.4s,box-shadow 0.4s;
  transition: transform 0.4s,box-shadow 0.4s; }
  .grid .product-container:hover {
    /* box-shadow: 0px 1px 15px 0px rgba(23, 23, 23, 0.1);
    transform: translate(0, -3px);  */
    z-index: 2;
  }
    
    .grid .product-container:hover .functional-buttons {
      opacity: 1;
      /* -webkit-transform: perspective(400px) rotateX(0);
      -moz-transform: perspective(400px) rotateX(0);
      -o-transform: perspective(400px) rotateX(0);
      -ms-transform: perspective(400px) rotateX(0);
      transform: perspective(400px) rotateX(0);  */
    }

.header-slide {
  /*animation slide*/
  overflow: hidden;
  /*end animation slide*/ }
  .header-slide .headerslider-figure p, .header-slide .headerslider-figure h1, .header-slide .headerslider-figure h2, .header-slide .headerslider-figure h3, .header-slide .headerslider-figure h4, .header-slide .headerslider-figure h5, .header-slide .headerslider-figure h6 {
    position: relative;
    opacity: 0; }
  .header-slide .headerslider-figure p:nth-child(1), .header-slide .headerslider-figure h1:nth-child(1), .header-slide .headerslider-figure h2:nth-child(1), .header-slide .headerslider-figure h3:nth-child(1), .header-slide .headerslider-figure h4:nth-child(1), .header-slide .headerslider-figure h5:nth-child(1), .header-slide .headerslider-figure h6:nth-child(1) {
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -moz-transition: -moz-transform 0.9s 1s, opacity 0.9s 1s;
    -o-transition: -o-transform 0.9s 1s, opacity 0.9s 1s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 1s, 1s;
    transition: transform 0.9s 1s, opacity 0.9s 1s; }
  .header-slide .headerslider-figure p:nth-child(2), .header-slide .headerslider-figure h1:nth-child(2), .header-slide .headerslider-figure h2:nth-child(2), .header-slide .headerslider-figure h3:nth-child(2), .header-slide .headerslider-figure h4:nth-child(2), .header-slide .headerslider-figure h5:nth-child(2), .header-slide .headerslider-figure h6:nth-child(2) {
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -moz-transition: -moz-transform 0.9s 1.3s, opacity 0.9s 1.3s;
    -o-transition: -o-transform 0.9s 1.3s, opacity 0.9s 1.3s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 1.3s, 1.3s;
    transition: transform 0.9s 1.3s, opacity 0.9s 1.3s; }
  .header-slide .headerslider-figure p:nth-child(3), .header-slide .headerslider-figure h1:nth-child(3), .header-slide .headerslider-figure h2:nth-child(3), .header-slide .headerslider-figure h3:nth-child(3), .header-slide .headerslider-figure h4:nth-child(3), .header-slide .headerslider-figure h5:nth-child(3), .header-slide .headerslider-figure h6:nth-child(3) {
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -moz-transition: -moz-transform 0.9s 1.8s, opacity 0.9s 1.8s;
    -o-transition: -o-transform 0.9s 1.8s, opacity 0.9s 1.8s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 1.8s, 1.8s;
    transition: transform 0.9s 1.8s, opacity 0.9s 1.8s; }
  .header-slide .headerslider-figure p:nth-child(4), .header-slide .headerslider-figure h1:nth-child(4), .header-slide .headerslider-figure h2:nth-child(4), .header-slide .headerslider-figure h3:nth-child(4), .header-slide .headerslider-figure h4:nth-child(4), .header-slide .headerslider-figure h5:nth-child(4), .header-slide .headerslider-figure h6:nth-child(4) {
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -moz-transition: -moz-transform 0.9s 2.3s, opacity 0.9s 2.3s;
    -o-transition: -o-transform 0.9s 2.3s, opacity 0.9s 2.3s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 2.3s, 2.3s;
    transition: transform 0.9s 2.3s, opacity 0.9s 2.3s; }
  .header-slide .headerslider-figure p:nth-child(5), .header-slide .headerslider-figure h1:nth-child(5), .header-slide .headerslider-figure h2:nth-child(5), .header-slide .headerslider-figure h3:nth-child(5), .header-slide .headerslider-figure h4:nth-child(5), .header-slide .headerslider-figure h5:nth-child(5), .header-slide .headerslider-figure h6:nth-child(5) {
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -moz-transition: -moz-transform 0.9s 2.8s, opacity 0.9s 2.8s;
    -o-transition: -o-transform 0.9s 2.8s, opacity 0.9s 2.8s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 2.8s, 2.8s;
    transition: transform 0.9s 2.8s, opacity 0.9s 2.8s; }
  .header-slide .headerslider-figure p:nth-child(6), .header-slide .headerslider-figure h1:nth-child(6), .header-slide .headerslider-figure h2:nth-child(6), .header-slide .headerslider-figure h3:nth-child(6), .header-slide .headerslider-figure h4:nth-child(6), .header-slide .headerslider-figure h5:nth-child(6), .header-slide .headerslider-figure h6:nth-child(6) {
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -moz-transition: -moz-transform 0.9s 3.3s, opacity 0.9s 3.3s;
    -o-transition: -o-transform 0.9s 3.3s, opacity 0.9s 3.3s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 3.3s, 3.3s;
    transition: transform 0.9s 3.3s, opacity 0.9s 3.3s; }

.active .header-slide .headerslider-figure p:nth-child(1), .active .header-slide .headerslider-figure p:nth-child(3), .active .header-slide .headerslider-figure p:nth-child(2), .active .header-slide .headerslider-figure p:nth-child(4), .active .header-slide .headerslider-figure p:nth-child(5), .active .header-slide .headerslider-figure p:nth-child(6), .active .header-slide .headerslider-figure h1:nth-child(1), .active .header-slide .headerslider-figure h1:nth-child(3), .active .header-slide .headerslider-figure h1:nth-child(2), .active .header-slide .headerslider-figure h1:nth-child(4), .active .header-slide .headerslider-figure h1:nth-child(5), .active .header-slide .headerslider-figure h1:nth-child(6), .active .header-slide .headerslider-figure h2:nth-child(1), .active .header-slide .headerslider-figure h2:nth-child(3), .active .header-slide .headerslider-figure h2:nth-child(2), .active .header-slide .headerslider-figure h2:nth-child(4), .active .header-slide .headerslider-figure h2:nth-child(5), .active .header-slide .headerslider-figure h2:nth-child(6), .active .header-slide .headerslider-figure h3:nth-child(1), .active .header-slide .headerslider-figure h3:nth-child(3), .active .header-slide .headerslider-figure h3:nth-child(2), .active .header-slide .headerslider-figure h3:nth-child(4), .active .header-slide .headerslider-figure h3:nth-child(5), .active .header-slide .headerslider-figure h3:nth-child(6), .active .header-slide .headerslider-figure h4:nth-child(1), .active .header-slide .headerslider-figure h4:nth-child(3), .active .header-slide .headerslider-figure h4:nth-child(2), .active .header-slide .headerslider-figure h4:nth-child(4), .active .header-slide .headerslider-figure h4:nth-child(5), .active .header-slide .headerslider-figure h4:nth-child(6), .active .header-slide .headerslider-figure h5:nth-child(1), .active .header-slide .headerslider-figure h5:nth-child(3), .active .header-slide .headerslider-figure h5:nth-child(2), .active .header-slide .headerslider-figure h5:nth-child(4), .active .header-slide .headerslider-figure h5:nth-child(5), .active .header-slide .headerslider-figure h5:nth-child(6), .active .header-slide .headerslider-figure h6:nth-child(1), .active .header-slide .headerslider-figure h6:nth-child(3), .active .header-slide .headerslider-figure h6:nth-child(2), .active .header-slide .headerslider-figure h6:nth-child(4), .active .header-slide .headerslider-figure h6:nth-child(5), .active .header-slide .headerslider-figure h6:nth-child(6) {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100); }

.top-banner figure {
  margin: 0; }
.top-banner .banner-description {
  -moz-transition: filter 1s, opacity 1s, -moz-transform 1s;
  -o-transition: filter 1s, opacity 1s, -o-transform 1s;
  -webkit-transition: filter 1s, opacity 1s, -webkit-transform 1s;
  transition: filter 1s, opacity 1s, transform 1s; }
.top-banner .banner-link {
  display: block;
  overflow: hidden;
  position: relative; }
.top-banner .img-banner {
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }
.top-banner:hover .banner-description {
  opacity: 0;
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2); }
.top-banner:hover .img-banner {
  -moz-transform: scale(1.17, 1.17);
  -ms-transform: scale(1.17, 1.17);
  -webkit-transform: scale(1.17, 1.17);
  transform: scale(1.17, 1.17); }
.top-banner.overlap-color .banner-link:before {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
.top-banner.overlap-color:hover .banner-link:before {
  opacity: 0; }

.top-banner .banner-link:before {
  top: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #96a0ac;
  opacity: 0;
  -moz-transition: -moz-transform 0.7s, opacity 0.3s;
  -o-transition: -o-transform 0.7s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.7s, opacity 0.3s;
  transition: transform 0.7s, opacity 0.3s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.top-banner .banner-link:hover:before {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.subscription-banner .img-banner,
.subscription-banner .banner-description > * {
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }

.subscription-banner .banner-description > *:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.subscription-banner .banner-description > *:nth-child(3) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.subscription-banner:hover .img-banner,
.subscription-banner:hover .banner-description > * {
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0); }

.subscription-banner:hover .banner-link {
  color: #323f48; }

.manufacturers-box__item__link {
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  opacity: 0.75;
  -ms-transform: scale(0.96);
  transform: scale(0.96); }
  .manufacturers-box__item__link:hover {
    opacity: 1;
    transform: scale(1); }

.news_module_image_holder a, .articleContent a {
  display: block;
  overflow: hidden;
  position: relative; }
  .news_module_image_holder a:before, .news_module_image_holder a:after, .articleContent a:before, .articleContent a:after {
    opacity: 0;
    transition: opacity .5s, transform .5s;
    -moz-transform: scale(4, 4);
    -ms-transform: scale(4, 4);
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4); }
  .news_module_image_holder a:before, .articleContent a:before {
    background: rgba(50, 63, 72, 0.85);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .news_module_image_holder a:after, .articleContent a:after {
    background: #008198;
    border-radius: 50%;
    bottom: 0;
    color: #323f48;
    content: '\e825';
    font: 16px/3em "fontello";
    height: 3em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3em;
    z-index: 2; }
  .news_module_image_holder a:hover:before, .news_module_image_holder a:hover:after, .articleContent a:hover:before, .articleContent a:hover:after {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.subcategory-image .img {
  overflow: hidden; }
  .subcategory-image .img:before {
    transition: opacity .6s; }
.subcategory-image img {
  transition: transform .6s; }
.subcategory-image h5 {
  transition: opacity .6s, top .6s; }
.subcategory-image:hover .img:before {
  opacity: 0; }
.subcategory-image:hover h5 {
  opacity: 0;
  top: 110%; }
.subcategory-image:hover img {
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15); }

.category-thumbnail__link {
  display: block;
  overflow: hidden; }
  .category-thumbnail__link img {
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }
  .category-thumbnail__link:hover img {
    -moz-transform: scale(1.17, 1.17);
    -ms-transform: scale(1.17, 1.17);
    -webkit-transform: scale(1.17, 1.17);
    transform: scale(1.17, 1.17); }

body.locked {
  overflow: hidden; }

.unvisible, .hidden {
  display: none !important; }

@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important; } }
@media (max-width: 1229px) and (min-width: 992px) {
  .hidden-md {
    display: none !important; } }
@media (max-width: 991px) and (min-width: 769px) {
  .hidden-sm {
    display: none !important; } }
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important; } }
.header {
  background: #fff;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }
  .header.-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header.-hide-bar {
    border-bottom: 1px solid #008198; }

/* Animation for menu when header top fixed */
@media (min-width: 1025px) {
  .index .header:not(.-hide-bar) .header__main-panel > .container {
    width: 100%; }
  .index .wrapper-main-panel {
    transition: width .1s .3s, padding .1s .3s; }
  .index .header__main-panel {
    transition: width .1s .3s, background .1s .3s; }
    .index .header__main-panel > .container {
      transition: width .1s .3s; }
  .index .sf-menu {
    display: table;
    margin-left: 0;
    margin-right: 0;
    transition: margin .1s .3s; }
    .index .sf-menu > li {
      transition: min-width .1s .3s; }
      .index .sf-menu > li > a {
        transition: padding .1s .3s, font .1s .3s, color .1s, text-transform .1s .3s, background .3s,text-transform .3s; }
        .index .sf-menu > li > a:before, .index .sf-menu > li > a:after {
          transition: opacity .1s .3s; }
  .index .cat-title {
    transition: height .1s .3s, padding .1s .3s; }
  .index .-hide-bar .wrapper-main-panel {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .index .-hide-bar .header__main-panel {
    background: #ffffff;
    border-bottom: 1px solid #008198;
    animation: transformMenuIn 1s 1 ease;
    width: 100%; }
  .index .-hide-bar .sf-contener {
    padding: 0; }
  .index .-hide-bar .cat-title {
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0; }
  .index .-hide-bar .sf-menu {
    margin-left: auto;
    margin-right: auto; }
    .index .-hide-bar .sf-menu > li {
      display: inline-block;
      vertical-align: top;
      min-width: 0; }
      .index .-hide-bar .sf-menu > li > a {
        padding: 22px 17px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #222222; }
        .index .-hide-bar .sf-menu > li > a:hover {
          background: #008198;
          box-shadow: none; }
        .index .-hide-bar .sf-menu > li > a:before {
          opacity: 0; }
        .index .-hide-bar .sf-menu > li > a:after {
          opacity: 0; }
  .index .-show-bar .header__main-panel {
    animation: transformMenuOut 1s 1 ease; } }
/* menu fix */
@keyframes transformMenuIn {
  from {
    opacity: 1;
    transform: translateY(0); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* menu unfix */
@keyframes transformMenuOut {
  from {
    opacity: 1;
    transform: translateY(0); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 1229px) and (min-width: 1025px) {
  .index .-hide-bar .sf-menu > li > a {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px; } }
.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#reinsurance_block {
  clear: both !important; }

@media (max-width: 1229px) {
  .zoomdiv {
    display: none !important; } }
.payment_option_form {
  display: none; }

.payment_option_logo {
  height: 50px;
  max-height: 50px; }

.payment_module_adv {
  height: 120px;
  max-height: 120px; }

.payment_option_selected {
  display: none;
  margin-top: 15px; }
  .payment_option_selected i {
    color: green; }

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important; }

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }

.pointer-box {
  cursor: pointer; }

.homeslider-container {
  visibility: hidden; }

.owl-loaded .homeslider-container {
  visibility: visible; }

/* */


#category .product-name {
  height: 55px;
  display: inline-block;
  overflow: hidden;
}

#order-opc .columns-container {
padding-top: 25px;
}