@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; }

.header__main-panel__wrapper {
  display: table;
  width: 100%;
  font-size: 0; }
  .header__main-panel__wrapper > div, .header__main-panel__wrapper > span, .header__main-panel__wrapper > p, .header__main-panel__wrapper > section, .header__main-panel__wrapper > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }

/*!
 *  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: ""; 
  color: #FFFFFF;
	font-size: 25px;}

.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: "";
color:#FFFFFF;  }

.icon-minus:before {
  content: ""; 
  color:#FFFFFF;}

.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: ""; 
    color: #FFFFFF;
}

.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: ""; 
  font-size: 32px;
}

.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-tiktok: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: 'proxima_nova';
		src: url('../fonts/proximanova-reg-webfont.eot');
		src: url('../fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/proximanova-reg-webfont.woff2') format('woff2'),
				 url('../fonts/proximanova-reg-webfont.woff') format('woff'),
				 url('../fonts/proximanova-reg-webfont.ttf') format('truetype'),
				 url('../fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
		font-weight: normal;
		font-style: normal;

}




@font-face {
		font-family: 'proxima_nova_bold';
		src: url('../fonts/proximanova-bold-webfont.eot');
		src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
				 url('../fonts/proximanova-bold-webfont.woff') format('woff'),
				 url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
				 url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
		font-weight: normal;
		font-style: normal;

}




@font-face {
		font-family: 'proxima_nova_light';
		src: url('../fonts/proximanova-light-webfont.eot');
		src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
				 url('../fonts/proximanova-light-webfont.woff') format('woff'),
				 url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
				 url('../fonts/proximanova-light-webfont.svg#proxima_nova_ltlight') format('svg');
		font-weight: normal;
		font-style: normal;

} */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?47884035");
  src: url("../fonts/fontello.eot?47884035#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?47884035") format("woff2"), url("../fonts/fontello.woff?47884035") format("woff"), url("../fonts/fontello.ttf?47884035") format("truetype"), url("../fonts/fontello.svg?47884035#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-list:before {
  content: '\e800'; }

/* 'юаА' */
.font-cup:before {
  content: '\e801'; }

/* 'юаБ' */
.font-heart:before {
  content: '\e802'; }

/* 'юаВ' */
.font-loupe:before {
  content: '\e803'; }

/* 'юаГ' */
.font-eye:before {
  content: '\e804'; }

/* 'юаД' */
.font-phone-call:before {
  content: '\e805'; }

/* 'юаЕ' */
.font-placeholder:before {
  content: '\e806'; }

/* 'юаЖ' */
.font-profile:before {
  content: '\e807'; }

/* 'юаЗ' */
.font-shopping-cart:before {
  content: '\e808'; }

/* 'юаИ' */
.font-truck:before {
  content: '\e809'; }

/* 'юаЙ' */
.font-chat:before {
  content: '\e80a'; }

/* 'юаК' */
.font-info-circled:before {
  content: '\e80b'; }

/* 'юаЛ' */
.font-information:before {
  content: '\e80c'; }

/* 'юаМ' */
.font-right-open-big:before {
  content: '\e80d'; }

/* 'юаН' */
.font-left-open-big:before {
  content: '\e80e'; }

/* 'юаО' */
.font-up-open-big:before {
  content: '\e80f'; }

/* 'юаП' */
.font-down-open-big:before {
  content: '\e810'; }

/* 'юаР' */
.font-th-grid:before {
  content: '\e811'; }

/* 'юаС' */
.font-cross:before {
  content: '\e812'; }

/* 'юаТ' */
.font-circle:before {
  content: '\e813'; }

/* 'юаУ' */
.font-th-list:before {
  content: '\e814'; }

/* 'юаФ' */
/*! 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", "Ubuntu", 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; }

body {
  height: 100%;
  line-height: 1.2;
  font-size: 13px;
  color: #FFFFFF;
  font-family: "Open Sans", "Ubuntu", sans-serif;
  background: #222222; }

a {
  color: inherit;
  outline: none !important; }
  a:hover {
    text-decoration: none;
    color: white !important; }

textarea {
  resize: none; }

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  margin-bottom: 20px; }

h1 {
  font-size: 30px; }
  @media (max-width: 1229px) {
    h1 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 20px; } }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

* {
  -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.7;}

sub, sup {
  font-size: 100%; }

textarea, textarea.form-control {
  height: 120px; }

.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  .container.-responsive {
    /*@media (min-width:$screen-xlg){
    	width: $xlg-width-container;
    }*/
    /*@media (min-width:$screen-xxlg){
    	width: $xxlg-width-container;
    }*/ }
    @media (max-width: 768px) {
      .container.-responsive {
        width: auto; } }
    @media (min-width: 769px) {
      .container.-responsive {
        width: auto; } }
    @media (min-width: 992px) {
      /*.container.-responsive {
        width: 970px; }*/ }
    @media (min-width: 1230px) {
      .container.-responsive {
        width: 1200px; } }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.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: 10px;
  padding-right: 10px; }

.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%; } }
@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%; } }
@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%; } }
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-center, #cart_summary thead th.cart_product, #cart_summary td.cart_product, #cart_summary td.cart_avail, #cart_summary td.cart_delete {
  text-align: center; }

.text-right, #cart_summary td.cart_unit, #cart_summary td.cart_total {
  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;}
#htmlbanners9.headerslider.owl-carousel .owl-stage {transform: none !important;}

.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; }

.owl-carousel {
  clear: both;
  width: auto; }
  @media (min-width: 481px) {
    .carousel--square-arrows.tab-content .owl-carousel {
      position: static; } }
  @media (max-width: 768px) {
    .carousel--square-arrows.tab-content .owl-carousel {
      padding-top: 80px; } }
  .owl-carousel.-alternate-products-carosel {
    padding-left: 55px;
    padding-right: 55px; }
  .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto; }

.products .owl-stage-outer {
  padding-bottom: 162px; }

.owl-controls .owl-dot {
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dcc285;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  position: relative;
  width: 12px; }
  @media (min-width: 1025px) {
    .owl-controls .owl-dot {
      -moz-transition: box-shadow 0.4s;
      -o-transition: box-shadow 0.4s;
      -webkit-transition: box-shadow 0.4s;
      transition: box-shadow 0.4s; } }
  .owl-controls .owl-dot:hover, .owl-controls .owl-dot.active {
    -moz-box-shadow: inset 0 0 0 6px #dcc285;
    -webkit-box-shadow: inset 0 0 0 6px #dcc285;
    box-shadow: inset 0 0 0 6px #dcc285; }

.owl-nav {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center; }
  .owl-nav > div {
    position: static;
    margin: auto 0;
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid;
    color: #dcc285;
    -moz-transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
    -o-transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
    -webkit-transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, border-color 0.3s, box-shadow 0.3s; }
    .owl-nav > div:hover {
      color: #ffffff;
      -moz-box-shadow: inset 0 0 0 30px #dcc285;
      -webkit-box-shadow: inset 0 0 0 30px #dcc285;
      box-shadow: inset 0 0 0 30px #dcc285;
      border-color: #dcc285; }
  .owl-nav .owl-prev {
    margin-right: 16px; }

.carousel--arrows-skine-one .owl-nav > div {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .carousel--arrows-skine-one .owl-nav > div i {
    display: inline-block;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.owl-dots {
  text-align: center; }

.wrapper-tabs__inner .owl-nav {
  top: 30px; }

/*!
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="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="email"],
input[type="number"], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

.form-control {
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 3px 15px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #e3e3e3;
  outline: none; }
  .form-control.grey {
    background: #fbfbfb; }
  .form-control:focus {
    border-color: #dcc285; }
  .form-control.form-control--skin-one {
    background: none;
    border-color: #959595;
    color: #959595; }
    .form-control.form-control--skin-one:-moz-placeholder {
      color: #959595; }
    .form-control.form-control--skin-one::-moz-placeholder {
      color: #959595; }
    .form-control.form-control--skin-one:-ms-input-placeholder {
      color: #959595; }
    .form-control.form-control--skin-one::-webkit-input-placeholder {
      color: #959595; }
    .form-control.form-control--skin-one:focus {
      border-color: #dcc285;
      color: #dcc285; }

.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 {
  border: 1px solid #FFFFFF;
  position: relative;
  display: inline-block;
  padding: 13px 32px;
  font-family: "Open Sans", "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-transform: uppercase; }
  .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: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: #2d2d2d;*/
    color: #dcc285;
	border-color: #dcc285;}
  .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: #121212;
    color: #ffffff; }
  .button_mini.btn_white,
  .button_small.btn_white,
  .button.btn_white,
  .button_large.btn_white,
  .button_mini_disabled.btn_white,
  .button_small_disabled.btn_white,
  .button_disabled.btn_white,
  .button_large_disabled.btn_white,
  .exclusive_mini.btn_white,
  .exclusive_small.btn_white,
  a.exclusive.btn_white,
  button.exclusive.btn_white,
  input.exclusive.btn_white,
  .exclusive_large.btn_white,
  .exclusive_mini_disabled.btn_white,
  .exclusive_small_disabled.btn_white,
  .exclusive_disabled.btn_white,
  .exclusive_large_disabled.btn_white,
  span.exclusive.btn_white,
  input.exclusive.btn_white,
  .exclusive_large_disabled.btn_white,
  .btn.btn_white {
    background: #ffffff;
    border: 1px solid #dcc285;
    color: #dcc285; }
  .button_mini.btn_skine-one,
  .button_small.btn_skine-one,
  .button.btn_skine-one,
  .button_large.btn_skine-one,
  .button_mini_disabled.btn_skine-one,
  .button_small_disabled.btn_skine-one,
  .button_disabled.btn_skine-one,
  .button_large_disabled.btn_skine-one,
  .exclusive_mini.btn_skine-one,
  .exclusive_small.btn_skine-one,
  a.exclusive.btn_skine-one,
  button.exclusive.btn_skine-one,
  input.exclusive.btn_skine-one,
  .exclusive_large.btn_skine-one,
  .exclusive_mini_disabled.btn_skine-one,
  .exclusive_small_disabled.btn_skine-one,
  .exclusive_disabled.btn_skine-one,
  .exclusive_large_disabled.btn_skine-one,
  span.exclusive.btn_skine-one,
  input.exclusive.btn_skine-one,
  .exclusive_large_disabled.btn_skine-one,
  .btn.btn_skine-one {
    border-color: #dcc285;
    color: #dcc285; }
    .button_mini.btn_skine-one:hover,
    .button_small.btn_skine-one:hover,
    .button.btn_skine-one:hover,
    .button_large.btn_skine-one:hover,
    .button_mini_disabled.btn_skine-one:hover,
    .button_small_disabled.btn_skine-one:hover,
    .button_disabled.btn_skine-one:hover,
    .button_large_disabled.btn_skine-one:hover,
    .exclusive_mini.btn_skine-one:hover,
    .exclusive_small.btn_skine-one:hover,
    a.exclusive.btn_skine-one:hover,
    button.exclusive.btn_skine-one:hover,
    input.exclusive.btn_skine-one:hover,
    .exclusive_large.btn_skine-one:hover,
    .exclusive_mini_disabled.btn_skine-one:hover,
    .exclusive_small_disabled.btn_skine-one:hover,
    .exclusive_disabled.btn_skine-one:hover,
    .exclusive_large_disabled.btn_skine-one:hover,
    span.exclusive.btn_skine-one:hover,
    input.exclusive.btn_skine-one:hover,
    .exclusive_large_disabled.btn_skine-one:hover,
    .btn.btn_skine-one:hover {
      background: #dcc285;
      color: #ffffff; }
  .button_mini.btn_skine-two, #homepage-slider .button_mini.btn,
  .button_small.btn_skine-two,
  #homepage-slider .button_small.btn,
  .button.btn_skine-two,
  #homepage-slider .button.btn,
  .button_large.btn_skine-two,
  #homepage-slider .button_large.btn,
  .button_mini_disabled.btn_skine-two,
  #homepage-slider .button_mini_disabled.btn,
  .button_small_disabled.btn_skine-two,
  #homepage-slider .button_small_disabled.btn,
  .button_disabled.btn_skine-two,
  #homepage-slider .button_disabled.btn,
  .button_large_disabled.btn_skine-two,
  #homepage-slider .button_large_disabled.btn,
  .exclusive_mini.btn_skine-two,
  #homepage-slider .exclusive_mini.btn,
  .exclusive_small.btn_skine-two,
  #homepage-slider .exclusive_small.btn,
  a.exclusive.btn_skine-two,
  #homepage-slider a.exclusive.btn,
  button.exclusive.btn_skine-two,
  #homepage-slider button.exclusive.btn,
  input.exclusive.btn_skine-two,
  #homepage-slider input.exclusive.btn,
  .exclusive_large.btn_skine-two,
  #homepage-slider .exclusive_large.btn,
  .exclusive_mini_disabled.btn_skine-two,
  #homepage-slider .exclusive_mini_disabled.btn,
  .exclusive_small_disabled.btn_skine-two,
  #homepage-slider .exclusive_small_disabled.btn,
  .exclusive_disabled.btn_skine-two,
  #homepage-slider .exclusive_disabled.btn,
  .exclusive_large_disabled.btn_skine-two,
  #homepage-slider .exclusive_large_disabled.btn,
  span.exclusive.btn_skine-two,
  #homepage-slider span.exclusive.btn,
  input.exclusive.btn_skine-two,
  #homepage-slider input.exclusive.btn,
  .exclusive_large_disabled.btn_skine-two,
  #homepage-slider .exclusive_large_disabled.btn,
  .btn.btn_skine-two,
  #homepage-slider .btn {
    background: #dcc285;
    border-color: #dcc285;
    color: #ffffff; }
    .button_mini.btn_skine-two:hover, #homepage-slider .button_mini.btn:hover,
    .button_small.btn_skine-two:hover,
    #homepage-slider .button_small.btn:hover,
    .button.btn_skine-two:hover,
    #homepage-slider .button.btn:hover,
    .button_large.btn_skine-two:hover,
    #homepage-slider .button_large.btn:hover,
    .button_mini_disabled.btn_skine-two:hover,
    #homepage-slider .button_mini_disabled.btn:hover,
    .button_small_disabled.btn_skine-two:hover,
    #homepage-slider .button_small_disabled.btn:hover,
    .button_disabled.btn_skine-two:hover,
    #homepage-slider .button_disabled.btn:hover,
    .button_large_disabled.btn_skine-two:hover,
    #homepage-slider .button_large_disabled.btn:hover,
    .exclusive_mini.btn_skine-two:hover,
    #homepage-slider .exclusive_mini.btn:hover,
    .exclusive_small.btn_skine-two:hover,
    #homepage-slider .exclusive_small.btn:hover,
    a.exclusive.btn_skine-two:hover,
    #homepage-slider a.exclusive.btn:hover,
    button.exclusive.btn_skine-two:hover,
    #homepage-slider button.exclusive.btn:hover,
    input.exclusive.btn_skine-two:hover,
    #homepage-slider input.exclusive.btn:hover,
    .exclusive_large.btn_skine-two:hover,
    #homepage-slider .exclusive_large.btn:hover,
    .exclusive_mini_disabled.btn_skine-two:hover,
    #homepage-slider .exclusive_mini_disabled.btn:hover,
    .exclusive_small_disabled.btn_skine-two:hover,
    #homepage-slider .exclusive_small_disabled.btn:hover,
    .exclusive_disabled.btn_skine-two:hover,
    #homepage-slider .exclusive_disabled.btn:hover,
    .exclusive_large_disabled.btn_skine-two:hover,
    #homepage-slider .exclusive_large_disabled.btn:hover,
    span.exclusive.btn_skine-two:hover,
    #homepage-slider span.exclusive.btn:hover,
    input.exclusive.btn_skine-two:hover,
    #homepage-slider input.exclusive.btn:hover,
    .exclusive_large_disabled.btn_skine-two:hover,
    #homepage-slider .exclusive_large_disabled.btn:hover,
    .btn.btn_skine-two:hover,
    #homepage-slider .btn:hover {
      background: #e7d6ad;
      border-color: #e7d6ad; }
    .button_mini.btn_skine-two:active, #homepage-slider .button_mini.btn:active,
    .button_small.btn_skine-two:active,
    #homepage-slider .button_small.btn:active,
    .button.btn_skine-two:active,
    #homepage-slider .button.btn:active,
    .button_large.btn_skine-two:active,
    #homepage-slider .button_large.btn:active,
    .button_mini_disabled.btn_skine-two:active,
    #homepage-slider .button_mini_disabled.btn:active,
    .button_small_disabled.btn_skine-two:active,
    #homepage-slider .button_small_disabled.btn:active,
    .button_disabled.btn_skine-two:active,
    #homepage-slider .button_disabled.btn:active,
    .button_large_disabled.btn_skine-two:active,
    #homepage-slider .button_large_disabled.btn:active,
    .exclusive_mini.btn_skine-two:active,
    #homepage-slider .exclusive_mini.btn:active,
    .exclusive_small.btn_skine-two:active,
    #homepage-slider .exclusive_small.btn:active,
    a.exclusive.btn_skine-two:active,
    #homepage-slider a.exclusive.btn:active,
    button.exclusive.btn_skine-two:active,
    #homepage-slider button.exclusive.btn:active,
    input.exclusive.btn_skine-two:active,
    #homepage-slider input.exclusive.btn:active,
    .exclusive_large.btn_skine-two:active,
    #homepage-slider .exclusive_large.btn:active,
    .exclusive_mini_disabled.btn_skine-two:active,
    #homepage-slider .exclusive_mini_disabled.btn:active,
    .exclusive_small_disabled.btn_skine-two:active,
    #homepage-slider .exclusive_small_disabled.btn:active,
    .exclusive_disabled.btn_skine-two:active,
    #homepage-slider .exclusive_disabled.btn:active,
    .exclusive_large_disabled.btn_skine-two:active,
    #homepage-slider .exclusive_large_disabled.btn:active,
    span.exclusive.btn_skine-two:active,
    #homepage-slider span.exclusive.btn:active,
    input.exclusive.btn_skine-two:active,
    #homepage-slider input.exclusive.btn:active,
    .exclusive_large_disabled.btn_skine-two:active,
    #homepage-slider .exclusive_large_disabled.btn:active,
    .btn.btn_skine-two:active,
    #homepage-slider .btn:active {
      background: #d1ae5d;
      border-color: #d1ae5d; }
  .button_mini.btn_skine-three,
  .button_small.btn_skine-three,
  .button.btn_skine-three,
  .button_large.btn_skine-three,
  .button_mini_disabled.btn_skine-three,
  .button_small_disabled.btn_skine-three,
  .button_disabled.btn_skine-three,
  .button_large_disabled.btn_skine-three,
  .exclusive_mini.btn_skine-three,
  .exclusive_small.btn_skine-three,
  a.exclusive.btn_skine-three,
  button.exclusive.btn_skine-three,
  input.exclusive.btn_skine-three,
  .exclusive_large.btn_skine-three,
  .exclusive_mini_disabled.btn_skine-three,
  .exclusive_small_disabled.btn_skine-three,
  .exclusive_disabled.btn_skine-three,
  .exclusive_large_disabled.btn_skine-three,
  span.exclusive.btn_skine-three,
  input.exclusive.btn_skine-three,
  .exclusive_large_disabled.btn_skine-three,
  .btn.btn_skine-three {
    border-color: #959595;
    color: #959595; }
    .button_mini.btn_skine-three:hover,
    .button_small.btn_skine-three:hover,
    .button.btn_skine-three:hover,
    .button_large.btn_skine-three:hover,
    .button_mini_disabled.btn_skine-three:hover,
    .button_small_disabled.btn_skine-three:hover,
    .button_disabled.btn_skine-three:hover,
    .button_large_disabled.btn_skine-three:hover,
    .exclusive_mini.btn_skine-three:hover,
    .exclusive_small.btn_skine-three:hover,
    a.exclusive.btn_skine-three:hover,
    button.exclusive.btn_skine-three:hover,
    input.exclusive.btn_skine-three:hover,
    .exclusive_large.btn_skine-three:hover,
    .exclusive_mini_disabled.btn_skine-three:hover,
    .exclusive_small_disabled.btn_skine-three:hover,
    .exclusive_disabled.btn_skine-three:hover,
    .exclusive_large_disabled.btn_skine-three:hover,
    span.exclusive.btn_skine-three:hover,
    input.exclusive.btn_skine-three:hover,
    .exclusive_large_disabled.btn_skine-three:hover,
    .btn.btn_skine-three:hover {
      background: #000000;
      border-color: #000000;
      color: #ffffff; }
    .button_mini.btn_skine-three:active,
    .button_small.btn_skine-three:active,
    .button.btn_skine-three:active,
    .button_large.btn_skine-three:active,
    .button_mini_disabled.btn_skine-three:active,
    .button_small_disabled.btn_skine-three:active,
    .button_disabled.btn_skine-three:active,
    .button_large_disabled.btn_skine-three:active,
    .exclusive_mini.btn_skine-three:active,
    .exclusive_small.btn_skine-three:active,
    a.exclusive.btn_skine-three:active,
    button.exclusive.btn_skine-three:active,
    input.exclusive.btn_skine-three:active,
    .exclusive_large.btn_skine-three:active,
    .exclusive_mini_disabled.btn_skine-three:active,
    .exclusive_small_disabled.btn_skine-three:active,
    .exclusive_disabled.btn_skine-three:active,
    .exclusive_large_disabled.btn_skine-three:active,
    span.exclusive.btn_skine-three:active,
    input.exclusive.btn_skine-three:active,
    .exclusive_large_disabled.btn_skine-three:active,
    .btn.btn_skine-three:active {
      background: #121212;
      border-color: #121212;
      color: #ffffff; }
  .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;
    padding: 14px 20px; }
  .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"; }

.btn.button-plus,
.btn.button-minus {
  background: #222222;
  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: #dcc285; }
  .btn.button-plus:active,
  .btn.button-minus:active {
    background: #d4b469; }

.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; }

/*modules*/
.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;
box-shadow: 0.5px 0.5px 0.5px 0.5px #000000;	  }
  .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: #dcc285;
    display: block;
    height: 15px;
    position: relative;
    width: 15px; }
  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: #222222;
-moz-box-shadow: inset 0 0 0 4px #dcc285;
-webkit-box-shadow: inset 0 0 0 4px #dcc285;
box-shadow: inset 0 0 0 4px #dcc285;
background: #000000 !important;; }

div.checker .checked { }
  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); 
	color: #000000;}

.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: 40px;
    cursor: pointer;
    width: 100%;
    color: #2d2d2d; }
    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: #dcc285; }
    div.selector.focus span:after {
      background: #dcc285;
      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: #dcc285;
    color: #ffffff; }

.uploader {
  position: relative;
  color: #dcc285; }
  .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; }
  .uploader .action {
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 5px;
    background: #dcc285;
    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: #dcc285;
  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: #e7d6ad; }
  .ui-slider .ui-slider-handle.ui-state-default:active {
    background: #d1ae5d; }

.ui-slider-range.ui-widget-header {
  border: 1px solid; }

.star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  margin: 0 2px; }

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px; }

div.star {
  color: #e3e3e3; }
  div.star:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block; }
  div.star.star_on, div.star.star_hover {
    color: #dcc285; }

.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: #222222; }
  .cancel a:before {
    font-family: "FontAwesome";
    content: "\f146"; }

.breadcrumb {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #959595;
  font-size: 15px;
  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 {
  margin-bottom: 50px;
  text-align: center; }
  .nav.nav-tabs li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    position: relative; }
    @media (min-width: 481px) {
      .nav.nav-tabs li:not(:last-child):after {
        position: absolute;
        top: 6px;
        right: -4px;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #e3e3e3;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px; } }
    @media (max-width: 480px) {
      .nav.nav-tabs li {
        margin-bottom: 15px;
        width: 100%; } }
    .nav.nav-tabs li a {
      display: block;
      color: #FFFFFF;
      font-family: "Open Sans", "Ubuntu", sans-serif;
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase; }
    .nav.nav-tabs li:hover a, .nav.nav-tabs li.active a {
      color: #dcc285; }
.nav.nav-tabs_alternative {
  margin-bottom: 10px; }
  .nav.nav-tabs_alternative li {
    color: #2d2d2d;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: top; }
    .nav.nav-tabs_alternative li:not(:last-child) {
      margin: 0 20px 10px 0; }
    .nav.nav-tabs_alternative li.active, .nav.nav-tabs_alternative li:hover {
      color: #dcc285; }
      .nav.nav-tabs_alternative li.active a, .nav.nav-tabs_alternative li:hover a {
        border-color: #dcc285; }
    @media (max-width: 480px) {
      .nav.nav-tabs_alternative li {
        margin: 0  0 15px;
        width: 100%; } }
    .nav.nav-tabs_alternative li a {
      border: 1px solid #e3e3e3;
      display: block;
      padding: 16px 30px; 
	  color:#FFFFFF}
      @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"; 
		color:#FFFFFF;}
      .nav.nav-tabs_alternative li a.comments:before {
        content: "\f0e6"; }
      .nav.nav-tabs_alternative li a.more-info:before {
        content: '\e80c';
        font-family: "fontello"; }
		
		

.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; }
  .wrapper-tabs__inner .nav.nav-tabs {
    margin-bottom: 0; }
  .wrapper-tabs__inner .owl-stage-outer {
    padding-top: 100px; }

.headline-section {
  position: relative;
  font-family: "Open Sans", "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .headline-section {
      font-size: 18px;
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .headline-section {
      font-size: 16px; } }
  .headline-section strong {
    position: relative; }
    @media (min-width: 568px) {
      .headline-section strong:before, .headline-section strong:after {
        content: '';
        display: block;
        width: 450%;
        height: 0;
        border-top: 4px double #e3e3e3;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0; }
      .headline-section strong:before {
        right: 100%;
        margin-right: 20px; }
      .headline-section strong:after {
        left: 100%;
        margin-left: 20px; } }
  .headline-section.-bigger {
    font-family: "Open Sans", "Ubuntu", sans-serif;
    font-size: 92px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .headline-section.-bigger {
        font-size: 75px; } }
    @media (max-width: 480px) {
      .headline-section.-bigger {
        font-size: 65px; } }
    @media (max-width: 321px) {
      .headline-section.-bigger {
        font-size: 45px; } }
  .headline-section.-color-white {
    color: #ffffff; }

p.info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.page-heading {
  color: #2d2d2d;
  font: 20px "Open Sans", "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative; }
  .page-heading > span {
    color: #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 solid #dcc285 ;
      bottom: 0;
      content: '';
      height: 0;
      left: 0;
      margin: auto 0 -3px 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; } }
  .page-heading .heading-counter {
    float: right;
    font: 16px "Open Sans", "Ubuntu", sans-serif;
    padding-left: 17px;
    text-transform: none; 
	display: none;}
    @media (max-width: 480px) {
      .page-heading .heading-counter {
        float: none;
        display: none;
        padding: 5px 0 0; } }
	@media (max-width: 480px) {
		.page-heading.product-listing {
			display: none;
		}
	}
  .page-heading.bottom-indent {
    margin-bottom: 16px; }

.page-subheading {
  font: 18px/1.1 "Open Sans", "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase; 
  color: #000000;}

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: #FFFFFF;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #222222;
    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: #222222;
    color: #ffffff;
    font: 14px/1 "Open Sans", "Ubuntu", sans-serif;
    font-weight: 300;
    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: #000 !important;
border: 1px solid #FFFFFF !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"; }

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important; }

/* dropmenu */
.drop-menu {
  display: none;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 12px;
  background: #222222;
  border-bottom: 1px solid #dcc285;
  z-index: 102;
  white-space: nowrap;
  overflow-x: hidden; }
  @media (min-width: 769px) {
    .drop-menu {
      max-height: 60vh;
      overflow-y: auto; } }
  @media (max-width: 768px) {
    .drop-menu {
    background: rgba(0, 0, 0, 0.95) !important;
	bottom: 65px;
	color: #dcc285 !important;
	font-size: 25px;
	left: 0;
	margin-top: 0;
	position: fixed;
	right: 0;
	top: 180px !important;
	overflow-y: auto;
	height: 200px;
	width: 300px;
	margin: 12px auto auto auto;
	border: 1px solid #dcc285; 
	z-index: 5006 !important;}
      .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; } }
  @media (max-width: 479px) {
    .drop-menu {
      font-size: 20px; } }
  .drop-menu li a:hover {
    color: #222222; }
  .drop-menu li.selected {
    display: none; }
 /* .drop-menu li:not(:last-child) {
    margin-bottom: 15px; }*/

.btn-to-top {
  background: #dcc285;
  bottom: 80px;
  color: #ffffff;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 2;
  -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: #e7d6ad; }
  .btn-to-top:active {
    background: #d1ae5d; }
  @media (max-width: 768px) {
    .btn-to-top {
      display: none; } }

.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;
    color: #FFFFFF;
    font-size: 18px;
    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: 30px; }
  .sortPagiBar .bt_compare {
    border: 1px solid #e3e3e3;
    height: 50px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 50px; }
  .sortPagiBar .total-compare-val {
    background: #dcc285;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Open Sans", "Ubuntu", 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: #dcc285;
    border-color: #dcc285;
    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: 30px;
    vertical-align: middle; }
    .display li:not(.display-title)#grid {
      font-size: 22px;
      margin-right: 8px; }
    .display li:not(.display-title).selected {
      color: #dcc285; }
  .display .display-title {
    display: inline-block;
    color: #FFFFFF;
    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: 1px solid #e3e3e3;
    font-family: "Open Sans", "Ubuntu", sans-serif;
    padding: 6px 10px; }

.product-price {
  font-size: 20px; font-weight: 600;
  color: #FFFFFF; }

.old-price {
  color: #959595;
  font: 18px "Open Sans", "Ubuntu", sans-serif;
  font-weight: 300;
  text-decoration: line-through; }

.new-box, .sale-box, .availability {
  border: 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #222222;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 18px;
  text-align: center;
  text-transform: uppercase;
  top: 18px;
  white-space: nowrap;
  width: 45px;
  z-index: 2; }
  .new-box span, .sale-box span, .availability span {
    display: block;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 10px;	}

.availability {
  font-size: 9px;
  right: auto;
  left: 18px; }

.sale-box {
  top: auto;
  right: auto;
  left: 18px;
  bottom: 18px; }

.product-flags .discount, .price-percent-reduction {
  background: red;
  color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 10px; }

.price-percent-reduction {
  margin-left: 5px; }

.ajax_block_product .product-flags {
  display: none; }

.ajax_block_product .quick-view, .ajax_block_product .lnk_view, .ajax_block_product .addToWishlist, .ajax_block_product .cmp_remove {
  background: none;
  border: none;
  padding: 0; }
  .ajax_block_product .quick-view:before, .ajax_block_product .lnk_view:before, .ajax_block_product .addToWishlist:before, .ajax_block_product .cmp_remove:before {
    border: 1px solid;
    display: inline-block;
    font-family: "fontello";
    color: #FFFFFF;
    font-size: 18px;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    width: 1.8em; }
  .ajax_block_product .quick-view:hover:before, .ajax_block_product .lnk_view:hover:before, .ajax_block_product .addToWishlist:hover:before, .ajax_block_product .cmp_remove:hover:before {
    background: #dcc285;
    border-color: #dcc285;
    color: #ffffff; }
  .ajax_block_product .quick-view:active:before, .ajax_block_product .lnk_view:active:before, .ajax_block_product .addToWishlist:active:before, .ajax_block_product .cmp_remove:active:before {
    background: #d1ae5d;
    border-color: #d1ae5d;
    color: #ffffff; }
.ajax_block_product .cmp_remove:before {
  font-family: "FontAwesome"; }
.ajax_block_product .quick-view:before {
  content: '\e804'; }
.ajax_block_product .addToWishlist:before {
  content: '\e802'; }
.ajax_block_product .lnk_view:before {
  content: '\e80b'; }
.ajax_block_product .product-image-container {
  background: #ffffff;
  position: relative; }
.ajax_block_product .product-item__img-alternate {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.grid .quick-view, .grid .wishlist, .grid .lnk_view, .grid .addToWishlist, .grid .cmp_remove {
  display: inline-block; }
  .grid .quick-view span, .grid .wishlist span, .grid .lnk_view span, .grid .addToWishlist span, .grid .cmp_remove span {
    display: none; }
.grid .product-container {
  padding-bottom: 24px;
  position: relative; }
.grid .product_img_link {
  display: block;
  text-align: center; }
  .grid .product_img_link:after {
    border: 1px solid transparent;
    bottom: 1px;
    content: '';
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2; }
  .grid .product_img_link img {
    display: block;
    height: auto;
    width: 75%;
    margin: auto; }
.grid .left-block {
  position: relative; }
.grid h5 {
  margin-bottom: 7px;
font-size: 18px;
line-height: 21px;
height: 42px;
overflow: hidden;  }
.grid .product-name {
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase; }
.grid .product-desc {
  display: none; }
.grid .content_price {
  margin-top: 9px; }
.grid .old-price {
  padding-left: 4px; }
.grid .right-block {
  margin-top: 30px;
  padding-left: 18px; 
  position: relative;
  padding-bottom: 18px;}
.grid .button-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 1px;
  position: absolute;
  right: 0; }
.grid .color-list-container {
  margin-bottom: 10px; }
.grid .product-flags {
  margin-bottom: 10px; }
.grid .ajax_add_to_cart_button {
  background: #ffffff;
  border-color: #dcc285;
  color: #2d2d2d;
  font-size: 13px;
  padding: 8.5px 20px; }
  .grid .ajax_add_to_cart_button:hover {
    /*background: #dcc285*/;
    border-color: #dcc285;
    color: #ffffff; }
  .grid .ajax_add_to_cart_button:active {
    background: #d1ae5d;
    border-color: #d1ae5d;
    color: #ffffff; }
.grid .ajax_add_to_cart_button, .grid .wishlist, .grid .quick-view, .grid .lnk_view, .grid .cmp_remove {
  float: left;
  margin: 0 10px 10px 0; }
@media (max-width: 768px) {
  .grid .quick-view {
    display: none !important; } }
.grid .lnk_view {
  margin-right: 0; }
.grid .compare {
  bottom: 20px;
  right: 20px;
  position: absolute;
  z-index: 3; display: none;}
.grid .add_to_compare {
  border: 1px solid black;
  display: block;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  text-indent: 25px;
  width: 20px;
  -moz-transition: text-indent 0.15s;
  -o-transition: text-indent 0.15s;
  -webkit-transition: text-indent 0.15s;
  transition: text-indent 0.15s; }
  .grid .add_to_compare.checked {
    text-indent: 0;
    color: black; }
  .grid .add_to_compare:before {
    content: "\f00c";
    font-family: "FontAwesome"; }
  .grid .add_to_compare span {
    display: none; }

@media screen and (max-width: 1229px) {
  .grid .product-name {
    font-size: 16px; }
  .grid .ajax_add_to_cart_button {
    background: #ffffff;
    border: 1px solid;
    display: inline-block;
    font: 19px/1.8em "fontello";
    color: #959595;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    width: 1.8em; }
    .grid .ajax_add_to_cart_button:before {
      content: '\e808';
      font-family: fontello; }
    .grid .ajax_add_to_cart_button span {
      display: none; }
    .grid .ajax_add_to_cart_button:hover {
      background: #dcc285;
      border-color: #dcc285;
      color: #ffffff; }
    .grid .ajax_add_to_cart_button:active {
      background: #d1ae5d;
      border-color: #d1ae5d;
      color: #ffffff; } }
@media (min-width: 568px) {
  .list .left-block, .list .center-block, .list .right-block {
    display: table-cell;
    float: none;
    vertical-align: top; } }
@media (max-width: 567px) {
  .list .left-block, .list .center-block, .list .right-block {
    width: 100%; } }
.list .product-image-container img {
  width: 100%; 
  background-color: #FFFFFF;}
.list .right-block {
  border-left: 1px solid #e3e3e3;
  padding-left: 25px; }
  @media (max-width: 768px) {
    .list .right-block {
      padding-left: 10px; } }
  @media (max-width: 480px) {
    .list .right-block {
      padding-top: 15px; } }
.list .product-flags {
  margin-bottom: 10px; }
.list h5 {
  margin-bottom: 10px; }
.list .product-name {
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase; }
  @media (max-width: 1229px) {
    .list .product-name {
      font-size: 15px; } }
.list .hook-reviews {
  margin-bottom: 22px; }
.list .product-desc {
  color: #FFFFFF;
  line-height: 1.5; }
.list .content_price {
  margin-bottom: 23px; }
.list .button-container > * {
  margin-bottom: 15px; }
.list .ajax_add_to_cart_button {
  border-color: #FFFFFF;
  color: #959595;
  display: block;
  font-size: 13px;
  padding: 12px 5px; }
  .list .ajax_add_to_cart_button:hover {
    /*background: #dcc285;*/
    border-color: #dcc285;
    color: #ffffff; }
  .list .ajax_add_to_cart_button:active {
    background: #d1ae5d;
    border-color: #d1ae5d;
    color: #ffffff; }
.list .quick-view, .list .lnk_view, .list .addToWishlist, .list .add_to_compare {
  color: #959595;
  display: block;
  font: 13px "Open Sans", "Ubuntu", sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase; }
  .list .quick-view:before, .list .lnk_view:before, .list .addToWishlist:before, .list .add_to_compare:before {
    margin-right: 8px;
    vertical-align: middle; }
.list .add_to_compare:before {
  border: 1px solid;
  display: inline-block;
  content: "\f021";
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 18px;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0;
  text-align: center;
  width: 1.8em; }
.list .add_to_compare.checked:before {
  content: "\f00c"; }
.list .add_to_compare:hover:before {
  background: #dcc285;
  border-color: #dcc285;
  color: #ffffff; }
.list .add_to_compare:active:before {
  background: #d1ae5d;
  border-color: #d1ae5d;
  color: #ffffff; }

.no-index .ajax_block_product {
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .no-index .ajax_block_product {
      width: 75%;
      margin-left:12.5%; } }
@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 li {
  display: inline-block;
  margin: 0 4px;
  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; }

.owl-item .ajax_block_product {
  width: 100%; }

#header {
  z-index: 5004; 
  background-color: #2d2d2d;
}

.header .banner {
  background: black;
  max-height: 100%; }
  .header .banner .row {
    margin: 0px; }
.header__nav {
  padding-top: 0px;
  padding-bottom:0px;
  background: #232020;
  color: #959595;
  font-size: 0px; }
  .header__nav__box {
    position: relative; }
    @media (max-width: 768px) {
      .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__nav [class^="font-"]:before, .header__nav [class*=" font-"]:before, .header__nav [class^="icon-"]:before, .header__nav [class*=" icon-"]:before {
    color: #dcc285; }
    @media (max-width: 768px) {
      .header__nav [class^="font-"]:before, .header__nav [class*=" font-"]:before, .header__nav [class^="icon-"]:before, .header__nav [class*=" icon-"]:before {
        color: #ffffff; } }
@media (max-width: 768px) {
  .header__main-panel {
    text-align: center; } }
.header__main-panel__wrapper {
  padding: 0 0;
  position: relative; }
  @media (max-width: 768px) {
    .header__main-panel__wrapper {
      padding: 10px 0; } }
  .header__main-panel__wrapper > div {
    vertical-align: middle; }
@media (max-width: 768px) {
  .header__logo {
    max-width: calc(100% - 124px);
    padding-top: 7px;
    text-align: center; }
    .header__logo__img {
      display: inline-block;
      max-height: 50px;
      width: auto; } }

	  
	  
@media (max-width: 768px) {
  .header__nav {
    border-bottom: 4px double #ffffff;
    text-align: center;
     } }
@media (max-width: 768px) {
  #header {
      transition-duration: 0.7s;} 
	  
   #header {
    -webkit-transform: none !important;
    transform: none !important; }
}


  
  
  
.wrapper-tabs {
  margin-top:70px; }

#columns {
  position: relative;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    #columns {
      padding-bottom: 20px; } }

@media (max-width: 768px) {
  #page {
    padding-bottom: 65px; } }
@media (max-width: 768px) {
  #page {
    } }
.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 {
  color: #FFFFFF;
  font: 20px/1.1 "Open Sans", "Ubuntu", sans-serif;
  padding: 17px 18px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .block .title_block,
    .block h4 {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .block .title_block,
    .block h4 {
      position: relative; }
      .block .title_block:after,
      .block h4:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        right: 15px;
        top: 13px;
        font-size: 26px;
        font-weight: normal;
        cursor: pointer;
        color: #d6b871; }
      .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; }

.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: 12px;
    color: #959595; }
  .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; }

.footer-container {
  background: #181818; }

.footer {
  position: relative;
  color: #959595; }
  .footer h4 {
    margin-bottom: 18px;
    color: #ffffff;
    font-family: "Open Sans", "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer; }
    @media (max-width: 768px) {
      .footer h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px; }
        .footer h4:after {
          display: block;
          content: "\f107";
          font-family: "FontAwesome";
          font-size: 20px;
          position: absolute;
          right: 0;
          top: 1px; }
        .footer h4.active:after {
          content: "\f107"; } }
    .footer h4 a:hover {
      color: #dcc285; }
  .footer .toggle-footer li {
    text-transform: uppercase;
    padding-bottom: 12px;
    font-size: 13px; }
    @media (max-width: 768px) {
      .footer .toggle-footer li {
        font-size: 11px; } }
  .footer p {
    line-height: 1.7; }

.contact-infos i {
  padding-right: 10px; }

.blockcategories_footer ul ul {
  display: none !important; }

.footer_one .footer_one__inner {
  padding: 45px 0 33px;
  text-align:center; }

.footer_two {
  padding: 20px 0;
  background: #101010; }
  @media (max-width: 768px) {
    .footer_two {
      padding-bottom: 60px; } }

.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: #dcc285; }
  .footer .paiement-logos__link:hover {
    color: #e7d6ad; }

#social_block {
  text-align: left;
  margin-top: 20px; }

.footer .socials {
  float: right; }
  @media (max-width: 768px) {
    .footer .socials {
      text-align: center;
      width: 100%; } }
.socials__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; 
  color: #FFFFFF;
}
  .socials__item__link {
    display: block;
    font-size: 15px;
    height: 52px;
    line-height: 28px;
    text-align: center;
    width: 52px; 
    padding: 10px;
}
    .socials__item__link:before {
      position: relative;
      z-index: 2; 
	  font-size: 30px;}

.blockcms__footer {
  color: #dcc285;
  left: 0;
  margin-top: 29px;
  position: absolute;
  top: 0%; }
  @media (max-width: 768px) {
    .blockcms__footer {
      font-size: 12px;
      margin-top: 71px;
      text-align: center; } }

#block_contact_infos li {
  line-height: 1.4;
  padding-left: 25px;
  position: relative;
  text-transform: none; }
  #block_contact_infos li i {
    color: #dcc285;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0; }
#block_contact_infos.contacts-infos__item_phone i {
  top: -2px; }

/* footer subscribe */
.footer__subscribe {
  padding: 33px 0;
  background-color: #f1f1f1; }
  .footer__subscribe__title {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333333; }
    .footer__subscribe__title.-socials__title {
      margin-bottom: 16px; }
    @media (max-width: 1229px) {
      .footer__subscribe__title {
        font-size: 25px; } }
    @media (max-width: 991px) {
      .footer__subscribe__title {
        font-size: 20px; } }

.cart_navigation {
  margin: 20px 0; }
  .cart_navigation .button-medium {
    float: right; }
  @media (max-width: 768px) {
    .cart_navigation .btn {
      font-size: 14px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 480px) {
    .cart_navigation .btn {
      width: 100%; }
      .cart_navigation .btn:first-child {
        margin-bottom: 20px; } }

#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%; } }
.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  border-radius: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 62px; 
  margin:auto;}
  @media (max-width: 768px) {
    .cart_quantity .cart_quantity_input {
      width: 60%;
	  margin: 0 20%; } }

.cart_gift_quantity .cart_quantity_input {
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 62px; }
  @media (max-width: 768px) {
    .cart_gift_quantity .cart_quantity_input {
      width: 100%; } }

.table tbody > tr > td {
  vertical-align: middle;
	color : #FFFFFF;}
  .table tbody > tr > td.cart_quantity {
    width: 80px; }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin: -30px 5% 0 5%;}
      .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: right;
        margin-right: 2px; }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
          @media (max-width: 768px) {
            .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
              float: right; } }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: #dcc285; }

#cart_summary {
  margin-bottom: 0; }
  #cart_summary .icon-trash:before {
    content: "\f014";
color: #000000;	}
  #cart_summary .price {
    font: 20px "Open Sans", "Ubuntu", sans-serif;
    font-weight: 700;
	color: #000000;}
  #cart_summary tbody tr {
    background: #ebebeb;
    border-bottom: 7px solid #222222;
	}
  #cart_summary td {
    border: none; }
    #cart_summary td.cart_product {
      padding: 7px;
      width: 137px; }
      #cart_summary td.cart_product img {
        display: inline-block;
        max-width: 100%; }
    #cart_summary td.cart_unit .price span {
      display: inline-block; }
      #cart_summary td.cart_unit .price span.price-percent-reduction {
        margin: 5px auto;
        display: inline-block; }
      #cart_summary td.cart_unit .price span.old-price {
        text-decoration: line-through; }
    #cart_summary td.cart_description .product-name {
      font: 14px/1.1 "Open Sans", "Ubuntu", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      overflow:hidden;
      text-overflow: ellipsis;
color: #000000;	  }
    #cart_summary td.cart_description small {
      color: #959595;
      display: block;
      padding: 5px 0 0 0; }
    #cart_summary td.cart_avail {
      width: 1%; }
      #cart_summary td.cart_avail span {
        white-space: nowrap; }
    #cart_summary td.cart_delete {
      width: 40px; }

.cart_summary__footer {
  border: none !important; }
  .cart_summary__footer tr {
    background: #222222;
    color: #ffffff; }
  .cart_summary__footer tr > td {
    vertical-align: middle;
    border: none !important; }
  @media (max-width: 768px) {
    .cart_summary__footer .cart_total_price td {
      padding: 10px; } }
  .cart_summary__footer td.price {
    text-align: right; }
  .cart_summary__footer td.total_price_container span {
    font: 18px/22px "Open Sans", "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .cart_summary__footer td.total_price_container span {
        font-size: 15px; } }
  .cart_summary__footer td#total_price_container {
    font: 21px/25px "Open Sans", "Ubuntu", sans-serif;
    font-weight: 700; }
    @media (max-width: 768px) {
      .cart_summary__footer td#total_price_container {
        font-size: 16px; } }
  @media (max-width: 480px) {
    .cart_summary__footer {
      display: block; }
      .cart_summary__footer td, .cart_summary__footer tr, .cart_summary__footer tbody {
        display: block; } }

#cart_summary .stock-management-on td.cart_description {
  width: 480px; }

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }

.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: inherit;
    text-transform: uppercase;
    padding: 7px 0 10px 0; }
    @media (max-width: 480px) {
      .cart_voucher h4 {
        text-align: right; } }
  .cart_voucher .title-offers {
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: calc(100% - 80px);
      margin-right: 11px; }
    .cart_voucher fieldset .btn {
      color: #fff;
      padding: 11px 18px; }
      .cart_voucher fieldset .btn:hover span{
        color: #fff !important;
      }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer; }
button#SubmitLogin span i {
    margin-right: 5px;
}
.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART #loyalty i {
  color: #cfcccc;
  font-size: 26px;
  line-height: 26px;
  padding-right: 10px; }

#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: 768px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead {
    display: none; }
  #order-detail-content #cart_summary td, #order-detail-content #cart_summary td.cart_description {
    width: 100%;
    text-align: center !important; }
  #order-detail-content #cart_summary .price {
    text-align: center; } }
#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.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: bold;
    color: #333333; }
  .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 {
  background: none;
  margin: 0;
  padding: 0; }

p.payment_module {
  margin-bottom: 10px; }
  
p.payment_module a {
    display: block;
    border: 3px solid #e3e3e3;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    padding: 33px 40px 44px 99px;
    letter-spacing: -1px;
    position: relative;
	color: #FFFFFF;	}
	
	#order p.payment_module a {
		color: #FFFFFF;
	}
		
	#order p.payment_module a:hover {
	color: #dcc285 !important;	}
	
	#order  p.payment_module a span{
	color: #FFFFFF !important;	
	margin-left: 8px}
	
    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: #dcc285; }
    p.payment_module a span {
      font-weight: bold;
      color: #fff; }

.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: 30px;
  overflow: hidden; }
  ul.step li {
    float: left;
    width: 20%;
    text-align: left; }
    @media (max-width: 768px) {
      ul.step li {
        width: 100%; } }
    ul.step li a,
    ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
      color: #333333;
      display: block;
      font: 18px/1.1 "Open Sans", "Ubuntu", sans-serif;
      font-weight: 300;
      padding: 20px 15px;
      position: relative;
      text-transform: uppercase; }
      ul.step li a:focus,
      ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
    ul.step li.first span,
    ul.step li.first a {
      z-index: 5; }
    ul.step li.second span, ul.step li.second a {
      z-index: 4; }
    ul.step li.third span, ul.step li.third a {
      z-index: 3; }
    ul.step li.four span, ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    ul.step li.step_current {
      background: #222222; }
      ul.step li.step_current span {
        color: #dcc285;
text-decoration: underline;
        position: relative; }
    ul.step li.step_current_end {
      font-weight: bold; }
    ul.step li.step_todo {
      background: #f7f7f7; }
      ul.step li.step_todo span {
        display: block;
        color: #333333;
        position: relative; }
    ul.step li.step_done {
      background: #dcc285; }
      ul.step li.step_done a {
        color: #ffffff; }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 769px) and (max-width: 991px) {
        ul.step li em {
          display: none; } }

#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: #dcc285;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal;
	color: #FFFFFF;	}
    @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 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 {
  padding: 20px 0 0px 0;
  border-top: 1px solid #cdcdcd;
  height: 65px; }
  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: 12px;
    color: #959595; }
  .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;
  padding: 20px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .kark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

p.info-title {
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0;
color:#FFFFFF;  }

.dark {
  color: white; }

#page {
  overflow: hidden; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
  background: #dcc285;
  color: #ffffff; }
  .label.label-success {
    background: #dcc285;
	}
  .label.label-danger {
    background: #ff4949; }

label {
  display: inline-block;
  color: #3a3a3a; }
  .form-group label {
    color: #FFFFFF;
    display: block;
    font-family: "Open Sans", "Ubuntu", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase; }
  label.required:before {
    content: "*";
    color: #222222;
    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", "Ubuntu", 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: #dcc285;
  -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", "Ubuntu", 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; }

.headerslider {
  position: relative;
  white-space: nowrap;
  opacity: 0; }
  .headerslider.owl-carousel {
    opacity: 1; }

.header-slide {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  white-space: normal; }
  .header-slide .headerslider-figure {
    margin: 0; }
  .header-slide .slide-link {
    display: block;
    position: relative; }
    .header-slide .slide-link:hover {
      color: inherit; }
    .header-slide .slide-link .headerslider-img {
      width: 100%; }
  .header-slide .caption-description {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    font-size: 16px;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 640px;
    padding: 3.5em 6em 3em;
    border: 1px solid #dcc285;
    background: rgba(255, 255, 255, 0.9);
    color: #2d2d2d; }
    .header-slide .caption-description:before, .header-slide .caption-description:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      border-top: 1px solid #dcc285; }
    .header-slide .caption-description:before {
      top: 10px; }
    .header-slide .caption-description:after {
      bottom: 10px; }
    .header-slide .caption-description h2 {
      color: #dcc285;
      font-weight: 300;
      font-size: 1.5em;
      line-height: 0.9;
      margin-bottom: 0.84em;
      text-transform: uppercase; 
	  }
    .header-slide .caption-description h3 {
      font-weight: 700;
      font-size: 2em;
      margin-bottom: 0.64em;
      text-transform: uppercase;
color: #000000;	  }
  .header-slide .btn {
    font-size: 0.9em;
    padding: .9em 2.1em; }

@media (max-width: 1229px) {
  .header-slide .caption-description {
    font-size: 13px; } }
@media (max-width: 991px) {
  .header-slide .caption-description {
    border: none;
    font-size: 12px;
    padding: 1.5em 5em 2em; }
    .header-slide .caption-description:before, .header-slide .caption-description:after {
      display: none; }
    .header-slide .caption-description h2 {
      font-size: 1.3em;
      margin-bottom: 0.5em; }
    .header-slide .caption-description h3 {
      font-size: 1.7em;
      margin-bottom: 0.4em; } }
@media (max-width: 768px) {
  .header-slide .caption-description {
    min-width: 200px;
    font-size: 8px;
    padding: 1.4em 2em 0.2em; } }
.headerslider .owl-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 12px; }
.headerslider .owl-nav {
  position: static; }
  .headerslider .owl-nav div {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #454545;
    font-size: 30px;
    height: 2em;
    line-height: 2em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 2em; }
    .headerslider .owl-nav div:hover {
      color: #ffffff; }
  .headerslider .owl-nav .owl-prev {
    left: 20px; }
  .headerslider .owl-nav .owl-next {
    right: 20px; }

@media (max-width: 991px) {
  .headerslider .owl-controls {
    display: none; } }
@media (max-width: 480px) {
  .header-slide .btn.btn_skine-two, .header-slide #homepage-slider .btn, #homepage-slider .header-slide .btn {
    display: none; } }
.top-banners {
  margin-top: 50px; }

.top-banner {
  color: #ffffff; 
      padding-bottom: 15px;}
  .top-banner h1,
  .top-banner h2,
  .top-banner h3,
  .top-banner h4,
  .top-banner h5,
  .top-banner h6 {
    color: inherit;
    margin-bottom: 0;
    text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;	}
  .top-banner figure {
    margin: 0; }
  .top-banner .img-banner {
    width: 100%; }
  .top-banner .banner-link {
    display: block;
    position: relative; }
    .top-banner .banner-link:before {
      background: rgba(0, 0, 0, 0.3);
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .top-banner .banner-link:hover {
      color: inherit; }
  .top-banner .banner-description {
    position: absolute;
    padding: 15px 10px 12px;
    min-width: 160px;
    text-align: center;
    top: 50%;
    left: 50%;
    width: auto;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: 1; 
	height: 68px;
	display: table;}
    .top-banner .banner-description:before, .top-banner .banner-description:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      border-top: 1px solid; }
    .top-banner .banner-description:before {
      top: 5px; }
    .top-banner .banner-description:after {
      bottom: 5px; }
  .top-banner .htmlcontent__title {
    font-size: 20px; }

@media (max-width: 1229px) {
  .top-banner .htmlcontent__title {
    font-size: 16px; } }
@media (max-width: 991px) {
  .top-banner {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .top-banner {
    width: 100%; } }
.home-banner {
  font-size: 16px;
  color: #2d2d2d;
  margin-top: 50px; }
  .home-banner figure {
    margin: 0; }
  .home-banner .banner-link {
    display: block;
    position: relative;
    background: #f7f7f7; }
    .home-banner .banner-link:hover {
      color: inherit; }
  .home-banner .img-banner {
    width: 100%; }
  .home-banner .banner-description {
    max-width: 462px;
    padding: 15px 15px 15px 3.9%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%); }
  .home-banner h1, .home-banner h2, .home-banner h3, .home-banner h4, .home-banner h5, .home-banner h6 {
    color: inherit;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 6px; }
  .home-banner p {
    font-size: 0.8em;
    line-height: 1.5; }
    .home-banner p:last-child {
      margin-bottom: 0; }
  .home-banner .htmlcontent__title-one {
    font-size: 1.5em;
    font-weight: 400;
    color: #dcc285; }
  .home-banner .htmlcontent__title-two {
    font-size: 2em;
    font-weight: 700; }

@media (max-width: 1229px) {
  .home-banner .banner-description {
    font-size: 14px; } }
@media (max-width: 991px) {
  .home-banner h1, .home-banner h2, .home-banner h3, .home-banner h4, .home-banner h5, .home-banner h6 {
    margin-bottom: 3px; }
  .home-banner .htmlcontent__title-one {
    font-size: 1.1em; }
  .home-banner .htmlcontent__title-two {
    font-size: 1.6em; } }
@media (max-width: 768px) {
  .home-banner {
    padding: 0; }
    .home-banner .banner-description {
      font-size: 12px; }
    .home-banner .htmlcontent__title-one {
      font-size: 1em; }
    .home-banner .htmlcontent__title-two {
      font-size: 1.2em; }
    .home-banner p:last-child {
      display: none; } }
.promo-home {
  margin: 50px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px; }
  .promo-home .img-banner {
    width: 100%; }
  .promo-home h1, .promo-home h2, .promo-home h3, .promo-home h4, .promo-home h5, .promo-home h6 {
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 6px; }
  .promo-home h4 {
    font-size: 1.5em;
    font-weight: 400; }
  .promo-home h5 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 15px; }
  .promo-home .banner-link {
    position: relative;
    overflow: hidden; }
    .promo-home .banner-link:before {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .promo-home .banner-link:after {
      border-top: 1px solid;
      border-bottom: 1px solid;
      bottom: 10px;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 10px;
      z-index: 2; }
  .promo-home .banner-description {
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    z-index: 3; }
  .promo-home .btn {
    font-size: 0.9em;
    padding: .9em 2.1em; }
  .promo-home .video-promo__wrapper {
    height: 100%; }

.video-promo {
  background: #000000;
  display: block;
  height: 100%;
  width: 100%; }

@media (max-width: 1229px) {
  .promo-home .banner-description {
    font-size: 14px; } }
@media (max-width: 991px) {
  .promo-home .banner-description {
    font-size: 11px; } }
@media (max-width: 768px) {
  .promo-home .banner-link:after {
    display: none; }
  .promo-home h4, .promo-home h5 {
    display: none; }
  .promo-home .banner-description {
    font-size: 10px; }
    .promo-home .banner-description p {
      margin: 0; }

  .promo-home {
    padding: 0; } }
.category-banner {
  font-size: 16px;
  color: #2d2d2d;
  margin-top: 30px; }
  .category-banner figure {
    margin: 0; }
  .category-banner .banner-link {
    display: block;
    position: relative;
    background: #f7f7f7; }
    .category-banner .banner-link:hover {
      color: inherit; }
  .category-banner .img-banner {
    width: 100%; }
  .category-banner .banner-description {
    max-width: 462px;
    padding: 15px 15px 15px 3.9%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%); }
  .category-banner .htmlcontent__title-one, .category-banner .htmlcontent__title-two {
    color: inherit;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 6px; }
  .category-banner p {
    font-size: 0.8em;
    line-height: 1.5; }
    .category-banner p:last-child {
      margin-bottom: 0; }
  .category-banner .htmlcontent__title-one {
    font-size: 1.5em;
    font-weight: 400;
    color: #dcc285; }
  .category-banner .htmlcontent__title-two {
    font-size: 2em;
    font-weight: 700; }

@media (max-width: 1229px) {
  .category-banner .banner-description {
    font-size: 14px; } }
@media (max-width: 991px) {
  .category-banner .htmlcontent__title-one, .category-banner .htmlcontent__title-two {
    margin-bottom: 3px; }
  .category-banner .htmlcontent__title-one {
    font-size: 1.1em; }
  .category-banner .htmlcontent__title-two {
    font-size: 1.6em; } }
@media (max-width: 768px) {
  .category-banner {
    padding: 0; }
    .category-banner .banner-description {
      font-size: 12px; }
    .category-banner .htmlcontent__title-one {
      font-size: 1em; }
    .category-banner .htmlcontent__title-two {
      font-size: 1.2em; }
    .category-banner p:last-child {
      display: none; } }
.home-tabs {
  margin-top: 50px; }
  .home-tabs .home-tabs-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; }
  .home-tabs .tab-content {
    color: #959595;
    border: 0 solid #e3e3e3;
    border-left-width: 1px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 30px 15px 0px 30px; }
  .home-tabs .tab-pane .htmlcontent__html {
    color: #959595;
    font-size: 13px; }
  .home-tabs .tab-pane p {
    line-height: 1.8;
    margin-bottom: 20px; }
  .home-tabs .tab-pane h4 {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase; }
  .home-tabs .tab-pane ul {
    display: table-cell;
    margin-bottom: 10px;
    vertical-align: top;
    width: 50%; }
    .home-tabs .tab-pane ul li {
      margin-bottom: 7px; }
      .home-tabs .tab-pane ul li:before {
        display: inline-block;
        color: #dcc285;
        content: '\e80d';
        font-size: 9px;
        vertical-align: 2px;
        font-family: "fontello";
        padding-right: 8px; }
  .home-tabs .banner-link {
    margin-bottom: 20px; }

.htmlcontent-tabs {
  margin: 0; }
  .htmlcontent-tabs li {
    border-bottom: 1px solid #e3e3e3; }
    .htmlcontent-tabs li.tab_1 {
      border-top: 1px solid #e3e3e3; }
    .htmlcontent-tabs li a {
      color: #FFFFFF;
      display: block;
      font-size: 14px;
      line-height: 1.2;
      padding: .5em 1em .5em 0;
      position: relative;
      text-transform: uppercase; }
      .htmlcontent-tabs li a:before {
        content: '\e809';
        font: 24px/1 "fontello";
        display: table-cell;
        padding-right: 10px;
        vertical-align: middle; }
      .htmlcontent-tabs li a span {
        display: table-cell;
        padding: 10px 0;
        vertical-align: middle;
        word-break: break-all; 
        color: #FFFFFF;
}
      .htmlcontent-tabs li a.active, .htmlcontent-tabs li a:hover {
        color: #dcc285; }
    .htmlcontent-tabs li.active a {
      color: #dcc285; }
    .htmlcontent-tabs li:nth-child(1) a:before {
      content: '\e80a'; }
    .htmlcontent-tabs li:nth-child(2) a:before {
      content: '\e80c'; }
    .htmlcontent-tabs li:nth-child(3) a:before {
      content: '\e801'; }
    .htmlcontent-tabs li:nth-child(4) a:before {
      content: '\e809'; }

@media (max-width: 1229px) {
  .htmlcontent-tabs li a {
    font-size: 12px;
    padding-right: 5px; }
    .htmlcontent-tabs li a:before {
      font-size: 21px; } }
@media (max-width: 768px) {
  .home-tabs .tab-content {
    border: none;
    padding: 0;
    margin-top: 20px; } }
@media (max-width: 567px) {
  .home-tabs .tab-pane ul {
    display: block;
    width: 100%; } }
@media (min-width: 1024px) {
  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; } }
@media (min-width: 1024px) {
  .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 {
    opacity: 0;
    -moz-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
    .left-block .product-item__img-alternate + .product-item__img {
      -moz-transition: opacity 0.3s, -moz-transform 0.3s;
      -o-transition: opacity 0.3s, -o-transform 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s; }
  .left-block:hover .product-item__img-alternate {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .left-block:hover .product-item__img-alternate + .product-item__img {
      opacity: 0;
      -moz-transform: translate(30%, 0);
      -ms-transform: translate(30%, 0);
      -webkit-transform: translate(30%, 0);
      transform: translate(30%, 0); }

.grid .product_img_link:after {
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s; }
.grid .ajax_add_to_cart_button, .grid .wishlist, .grid .quick-view, .grid .lnk_view, .grid .cmp_remove {
  position: relative;
  left: 102%;
  opacity: 0; }
.grid .content_price {
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s; 
  color: #FFFFFF;
}
.grid .ajax_add_to_cart_button {
  width:50%;
  transition: background .3s, border-color .3s, color .3s, left .3s, opacity .3s; }
.grid .wishlist, .grid .cmp_remove {
  transition: left .3s .15s, opacity .3s .15s; }
.grid .quick-view {
  transition: left .3s .3s, opacity .3s .3s; }
.grid .lnk_view {
  transition: left .3s .45s, opacity .3s .45s; }
.grid .product-container:hover .product_img_link:after {
  border-color: #959595; }
.grid .product-container:hover .ajax_add_to_cart_button, .grid .product-container:hover .wishlist, .grid .product-container:hover .quick-view, .grid .product-container:hover .lnk_view, .grid .product-container:hover .cmp_remove {
  left: 0;
  opacity: 1; }
.grid .product-container:hover .content_price {
  opacity: 1; }

.ajax_block_product .wishlist:before, .ajax_block_product .cmp_remove:before, .ajax_block_product .quick-view:before, .ajax_block_product .lnk_view:before, .ajax_block_product .addToWishlist:before, .ajax_block_product .add_to_compare:before {
  transition: background .3s, border-color .3s, color .3s; }

.header-slide .caption-description {
  opacity: 0;
  transition: opacity 1.1s .6s, transform 1.1s .4s;
  transform: translate(-70%, -50%); }

.active .header-slide .caption-description {
  opacity: 1;
  transform: translate(-50%, -50%);
  will-change: opacity, transform; }

.anim-first .banner-link {
  overflow: hidden; }
  .anim-first .banner-link:before {
    transition: opacity .6s; }
.anim-first .img-banner {
  transition: transform .6s;
height: 120px;  }
.anim-first .banner-description {
  transition: opacity .6s, top .6s; }
.anim-first:hover .banner-link:before {
  opacity: 0; }
.anim-first:hover .banner-description {
  opacity: 0;
  top: 110%; }
.anim-first:hover .img-banner {
  transform: scale(1.15); }

/*end animation first*/
.anim-second .banner-link {
  overflow: hidden;
  position: relative; }
.anim-second .img-banner {
  transition: transform 1s; }
.anim-second .banner-description > * {
  position: relative;
  left: 0; }
  .anim-second .banner-description > *:nth-child(1) {
    transition: left 1s, opacity 1s, -webkit-filter 1s, transform 1s; }
  .anim-second .banner-description > *:nth-child(2) {
    transition: left .8s .2s, opacity .8s .2s, -webkit-filter .8s .2s, transform .8s .2s; }
  .anim-second .banner-description > *:nth-child(3) {
    transition: left .6s .4s, opacity .6s .4s, -webkit-filter .6s .4s, transform .6s .4s; }
.anim-second:hover .img-banner {
  transform: scale(1.15); }
.anim-second:hover .banner-description > * {
  left: 100%;
  opacity: 0;
  transform: scale(2); }

/*end animation second*/
.promo-home .banner-link {
  overflow: hidden; }
  .promo-home .banner-link:after {
    transition: top .5s, bottom .5s; }
.promo-home .img-banner {
  transition: transform 1s; }
.promo-home:hover .banner-link:after {
  bottom: 0;
  top: 0; }
.promo-home:hover .img-banner {
  transform: scale(1.5);
  transition: transform 15s; }

@media (min-width: 1024px) {
  .manufacturers-box__item__link {
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    .manufacturers-box__item__link:hover {
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); } }
.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(220, 194, 133, 0.7);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .news_module_image_holder a:after, .articleContent a:after {
    background: #222222;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    content: "\f002";
    font: 16px/3em "FontAwesome";
    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); }

body.locked {
  overflow: hidden; }

.unvisible, .hidden {
  display: none; }

@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important; } }
@media (max-width: 1229px) {
  .hidden-md {
    display: none !important; } }
@media (max-width: 991px) {
  .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-color: #2d2d2d; 
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }*/
  .header.-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header.-hide-bar {
    border-bottom: 1px solid #dcc285; }

.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; }

#page .rte {
  background: transparent none repeat scroll 0 0; }
  #page .rte em {
    font-style: italic !important; }

#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; }


#banner_promo_count{
	display:none;
}
#banner_promo{
color: #FFFFFF;
background: #000000;
font-size: 20px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

#banner_promo_count{
	display:none;
}

#banner_promo_display{
	display:none;
}

.left-block:hover .product-item__img {
  transform: scale(1.15); }

.left-block .product-item__img  {
  transition: transform .6s; 
}

.columns-container{
  background-color: #000000;
}

.header__main-panel{
  background-color: #000000;
}


.body {
  background-color: #000000;
}

#productsSortForm{
	/*margin-top: 10px;*/
}


#product_comments_block_tab a span{
  color: #FFFFFF;  
}

#product_comments_block_tab a:hover span{
  color: #dcc285;  
  -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;
}

#product_comments_block_tab a:hover {
  border: 1px solid #dcc285;
}


#tab-comments #product_comments_block_tab .comment .comment_details ul li{
  color: #FFFFFF; 
  padding-bottom: 15px;
}

#tab-comments #product_comments_block_tab .comment .comment_details .commen__date{
  color: #FFFFFF; 
}

#tab-comments #product_comments_block_tab .comment .title_block{
  color: #FFFFFF; 
  text-decoration: underline;
}



#tab-comments #product_comments_block_tab .comment .comment_details ul li .usefulness_btn {
  color: #FFFFFF; 
  margin-left: 10px;
}

#tab-comments #product_comments_block_tab .comment .comment_details ul li .usefulness_btn:hover {
 border: 1px solid #dcc285;
  color: #dcc285;
  margin-left: 10px;
}

#tab-comments #product_comments_block_tab .comment .comment_details ul li .report_btn  {
  color: #FFFFFF; 
  margin-left: 10px;
}

#tab-comments #product_comments_block_tab .comment .comment_details ul li .report_btn:hover {
 border: 1px solid #dcc285;
  color: #dcc285;
  margin-left: 10px;
}

.nav.nav-tabs_alternative li.active a.data-sheet:before{
        content: "\f0f6"; 
		color:#dcc285;}
      .nav.nav-tabs_alternative li.active a.comments:before {
        content: "\f0e6";
color:#dcc285;}
      .nav.nav-tabs_alternative li.active a.more-info:before {
        content: '\e80c';
        font-family: "fontello";
color:#dcc285;}

@media (max-width: 1024px) {
  
 .grid .product-container .ajax_add_to_cart_button,
  .grid .product-container .wishlist, 
  .grid .product-container .quick-view, 
  .grid .product-container .lnk_view, 
  .grid .product-container .cmp_remove {
    left:   0 !important;
    top: -0px;
    opacity: 1 !important;
    float: left;
  }
  
  .button-container{
    margin-top: 10px;
    display: block;
    position: static !important;
    
  }
  
  
  
  .grid .product-container:hover .content_price {
    opacity: 1;
  }

}


#SubmitCreate, #SubmitLogin{
  color:#000000;
  border: 1px solid #000000;
}

#SubmitCreate:hover, #SubmitLogin:hover{
  color:#FFFFFF;
  background:  #000000;
}

#login_form .form-group label, #create-account_form .form-group label{
  color:#000000;
}

#layer_cart .continue, #layer_cart .checkout  {
  background-color: #000000;
}

#cart_summary tbody .cart_description small a:hover{
  color:#000000 !important;
}


#HOOK_SHOPPING_CART #loyalty b{
  color:#dcc285;
}

#HOOK_SHOPPING_CART #loyalty {
  color:#FFFFFF;
}


.delivery_options .delivery_option table tr td{
  color: #000000;
}

#order #uniform-cgv span{
  border: solid 1px #000000; 
}

#order div.radio span{
  border: solid 1px #000000; 
}

#cart_summary tbody > tr > td.cart_quantity span{
  color:#000000 ; 
}

 .order_carrier_content div.radio span, div.checker span {
    background: #FFFFFF;
 }
 
 #addresses .bloc_adresses .box li, #addresses .bloc_adresses .box li h3 {
  color:#000000;
}

ul li a:hover i::before {
    color: #2d2d2d;
}

ul li a:hover i.icon-chevron-left::before {
    color: #dcc285;
}

#hideBoughtProducts, #showBoughtProductsInfos, #hideBoughtProductsInfos, #showBoughtProducts{
  color:#FFFFFF !important;
}

.wishlisturl {
  display: none;
}

#showSendWishlist{
  padding-bottom: 15px;
}

#form_wishlist .form-group .align_right{
  color: #000000;
}

#submitWishlist{
  border: 1px solid #000000;
  color: #000000; 
}

#submitWishlist:hover{
  border: 1px solid #000000;
  background-color: #000000; 
  color: #FFFFFF;
}


#mywishlist .wl_send fieldset div label{
  color: #000000;
}

#mywishlist .wl_send fieldset .submit button{
  border: 1px solid #000000 !important;
}

#mywishlist .wl_send fieldset .submit button:hover{
   background-color: #000000; 
  color: #FFFFFF;
}

#order .order_delivery .address li{
  color: #000000;
}

#new_account_form h3 span{
	color:#000000 !important;
}

#new_account_form label{
	color:#000000 !important;
}

#new_account_form div.radio .checked {
    border-color: #222222;
}

#center_column h3 span{
	color:#000000 !important;
}



#center_column  ul li{
	color:#000000 !important;
}

.product #center_column ul li
{
	color:white !important;
}

#htmlbanners5 .home-tabs-inner .tab-content .tab-pane li{
  color: #959595 !important;
}


#pagenotfound .btn:hover{
  color: #dcc285 !important;
}

#tab-comments ul li{
  color: #FFFFFF !important;
}

#center_column  ul li.display-title{
	color:#FFFFFF !important;
}

#center_column  ul li#grid{
	color:#FFFFFF !important;
}

#center_column  ul li#list{
	color:#FFFFFF !important;
}

#center_column  ul li#grid:hover i::before{
	color:#dcc285 !important;
}

#center_column  ul li#list:hover i::before{
	color:#dcc285 !important;
}

#authentication .form-group label{
	color:#000000;
}

#submitAccount{
  border: 1px solid #000000;
  color: #000000;
}



#identity .form-group label{
	color:#000000;
}

#identity .form-group .btn{
	border: 1px solid #000000 !important;
  color: #000000 !important;
}

#identity p.info-title {
	color: #000000;
}

#history ul li a:hover i::before,  #history #order-list tbody tr td a:hover i::before,  #discount ul li a:hover   i::before, #module-loyalty-default ul li a:hover   i::before{
    color: #dcc285;
}

#history #columns ul li a:hover,  #history #columns #order-list tbody tr td a.btn:hover,  #discount #columns ul li a:hover, #module-loyalty-default #columns  ul li a:hover  {
    border: 1px solid #dcc285;
}

#history ul li a:hover  span, #history #order-list tbody tr td a:hover span, #history #order-list tbody tr td a:hover, #discount ul li a:hover  span,  #module-loyalty-default  ul li a:hover span {
   color: #dcc285 !important;
}

.footer-block li a:hover{
  border : 0px solid #000000 !important;
}

#h1_homepage{
	display:none;
}

@media(max-width : 768px){
  .menu-content .menu-mobile .category-thumbnail img{
    display: none;
  }
}

a.link_underline{
	text-decoration: underline !important;
}

#center_column #short_description_content li{
  color: #FFFFFF !important; 
}

#center_column .product-desc li{
  color: #FFFFFF !important; 
}


#module-bankwire-payment #center_column p{
  color:#000000;
}

#module-bankwire-payment #center_column label{
  color:#000000;
}

#module-bankwire-payment #center_column p .dark{
  color:#000000 !important;
}

#order-confirmation #center_column div.box{
  color:#000000 !important;
}

#subcategories .subcategory-heading{
display:none;
}

@media (max-width: 768px) {
	.page-heading .cat-name{
		visibility: hidden;
	}
}

#age_verif_h2{
  text-align: center;
  color: #d6b871;
  font-weight: 900;
}

.button_age_verif{
  background: #000000;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 900 !important;
  height: auto !important;
  padding: 10px 30px !important;
  text-transform: uppercase;
  margin: 15px;
}

a.button_age_verif:hover{
  background: #d6b871;
  color: #000 !important;

}

#p_age_verif{
  text-align: center;
  margin-top: 40px;
}

@media(max-width:768px){
  .fancybox-inner{
    height: 215px !important;
  }
  #data{
    width: 250px !important;
  }
  
  ul.footer_links li {
    margin: 0 0 15px 10px;
  }
}

@media(max-width:386px){
.footable-row-detail-row:last-child .footable-row-detail-value a.link-button{
    margin-left: 40%;
  }
  
  .footable-row-detail-inner:last-child .footable-row-detail-value a {
    margin: 10px 0;
  }
}


#address #center_column form div label{ 
  color: #000000 !important;
}

#address #center_column p.info-title{ 
  color: #000000 !important;
}

#address #center_column #submitAddress{
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

#address #center_column #submitAddress:hover{
  border: 1px solid #d6b871 !important;
  color: #d6b871 !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 5005; 
}

#layer_cart div span#layer_cart_product_price, #layer_cart div span.ajax_block_cart_total, #layer_cart div span.ajax_block_products_total, #layer_cart div span.ajax_cart_shipping_cost{
	color : #000000;
}

#order-detail-content tr td{
	text-align: left !important;
}

.header__contact__list li:hover{
color:#dcc285 !important;}


#page #columns .box p{
  color:#000000;  
}

#form_forgotpassword .form-group label{
  color:#000000;
}

#form_forgotpassword .submit .btn{
  color: #000000;
  border-color:  #000000;
}

#form_forgotpassword .submit .btn:hover{
  color: #FFFFFF;
  background-color:  #000000;
}
@media(max-width:768px){
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_up {float: right !important;}
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_down {float: left !important;}
	.header__main-panel .header__cart, #block_top_menu {margin-top: 3%;}
}


#block-order-detail .info-order p strong{
  color : #000000;
} 

#submitReorder a{
	color: #000000;
	border-color: #000000;
}

#submitReorder a:hover{
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
}

#order-detail-content table tbody tr td label{
	color : #FFFFFF;
}
.btn:hover span{
    color: #dcc285;
}
	
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_up {float: right !important;}
.table tbody > tr > td.cart_quantity .cart_quantity_button .cart_quantity_down {float: left !important;}

#header_logo {
/*	 max-width: 160px;*/
width: 15%;
   margin: 5px;
}

ul.pagination li a span{
	color:#FFFFFF;
}

#productscategory_list .availability{
	display:none;
}
form.header__search__wrap{
  background: none;
border: 1px solid #dcc285;
color: #FFFFFF;
height: 50px;
padding: 3px 3px 3px 3px;
width: 100%;
outline: none;
float: left; 
display: flex;
  justify-content: space-between;
  align-items: center;
}

#search_display_top{
	background: none;
border: 1px solid transparent!important;
color: #FFFFFF;
height: 50px!important;
padding: 3px 3px 3px 3px;
width: 85%;
outline: none;
float: left;
}

input#search_display_top::placeholder {
  color: white;
}

#search_display_top:focus{
border: 1px solid transparent!important;
}
@media(min-width: 868px){
	a.js-open-search{
	display:none;}
}
@media(max-width: 867px){
	#search_display_top, #button_display_top{
		display:none;
	}
}

#search_display_top:focus+  #button_display_top {
background: transparent;	}    

#search_display_top:focus+  #button_display_top:before {
color: #ffffff;	}

#button_display_top{
bottom: 0;
color: #dcc285;
font-size: 20px;
position: relative;
right: 5px;
top: 0;
width: 20px;
float: right;
	}
	
#header__search_big{
	padding: 0 10px;
}

#loyalty_price{
	font-weight:bold;
	color: #dcc285;
}

.clearfix li ul li ul li a {
     margin-left:-5px;
	 -webkit-transform :translate(5px,0);
	 -moz-transform :translate(5px,0);
	 -o-transform :translate(5px,0);
}
.cheque-indent .dark{
	color:black;
}

.toggle-footer p:nth-of-type(1)
{
   display:none;
}

#lrp-product-widget{
   font-weight:bold;
   color:#d6b871;
}

#lrp-product-widget .icon-gift{
   display:none;
}

.card strong{
   color:#d6b871;
}

.new-box:hover, .add_to_compare:hover, checked:hover {
   color:black !important;
}
#htmlbanners5 {margin-top:15px!important;}
#htmlbanners5 .headline-section{
   visibility:hidden;
   display: none;
}

.nav-theme-tabs {
    margin-left:2.5%;
}

.newsletters {
    margin-left:5%;
}

.header-slide .caption-description:before
{
   display:none;
}
.header-slide .caption-description:after
{
   display:none;
}
.header-slide .caption-description
{
   background:white;
}
.header-slide .caption-description h2
{
   font-weight:bold;
}
.header__nav__box
{
   margin-top:8px;
}
.header__cart .shopping_cart__link:before
{
   font-size:20px
}
.header__cart .shopping_cart .ajax_cart_quantity
{
   left:15px;
   top:-5px;
}
.active .caption-description {
   border-radius: 2%;
}
.promo-home
{
   padding:0;
}
.promo-home .banner-description
{
   padding:0;
}

.header__main-panel__wrapper {
    font-weight: bold;
}
  
.form-control.form-control--skin-one {

   border:none;
   border-bottom:1px solid white;
}

@media(max-width:767px)
{
   .newsletters
   {
       margin-left:0;
   }
   .sortPagiBar {
   margin: auto;
}
.grid .right-block
   {
       text-align: center
   }

   .grid .button-container
   {
       margin:auto;
       padding-left: 26%;
       padding-top:20px;

   }


   .top-banner .banner-description
   {
       border:none;
   }
.owl-item .ajax_block_product
   {
       width:80%;
       margin-left:10%;
   }
   .grid .product_img_link
   {
       margin:auto;
   }
  figcaption h6
   {
       font-weight:bold;
       font-size:20px;
   }
.anim-first .banner-link
   {
       border:1px solid white;
       width:80%;
       margin-left:10%;
   }

   .top-banner .banner-description:before, .top-banner .banner-description:after
   {
       border:none;
   }
.feature-item-inner
   {
       width: 90%;
       margin-left:5%;
       text-align: justify;
   }
   .htmlcontent-tabs
   {
    width: 90%;
       margin-left:5%;
   }
    .htmlcontent-tabs a
   {
       text-align: center;
   }
.newsletters__text
   {
       width: 60%;
       margin-left: 20%;
   }
   .promo-home .banner-link
   {
       height:300px;

   }

   .header-slide .slide-link .headerslider-img {
   height:180px;
   width: 100%;
   object-fit: cover;
}
}

.list .product-image-container img {
    height: auto;
    width: auto;
    margin:auto;
}

.list .right-block {
    height:auto;
    width:auto;
    border:none;
}

.list .center-block {
    height:auto;
    width:40%;
}

.grid .product_img_link {
    height:auto;
    width:auto;
    margin:auto;
}

.breadcrumb {
    border:none;
}

@media (min-width: 769px)
{
.sf-menu > li > ul
   {
       left:0;
   }

}

@media (min-width: 568px)
{
.headline-section strong:before,.headline-section strong:after {
border-width: 1px;
   border-style: solid;

   }
}

.htmlcontent-tabs
{
   width:100%;
    border:none;
   margin-left:20%;
}

.htmlcontent-tabs li
{
   float:left;
   width:30%;
   border:none;
}

.htmlcontent-tabs li.tab_1
{
   border:none;
}

.nav-item
{
   margin-left:12.5
}

@media(max-width:767px)
{
   .htmlcontent-tabs li
   {
       width:100%;
   }
}

@media(max-width:767px){
  

.align_justify p{
    margin-left:5%;
    width:60%;
    margin-left:20%;
    text-align:center;
}

#product_reference {
    text-align:center;
}
.content_prices {
    text-align: center;
}
.product_attributes {
    text-align: center;
}

.box-cart-bottom{
    text-align:center;
    /*display: unset !important;*/
}
.star_content{
  text-align:center;  
}
.product-manufacturer__link{
  margin:auto;
}
}

/*.list .center-block {
    width:150px;
}*/

.list .product-image-container img {
    margin-top: 4px;
}

@media(max-width: 767px){
  .grid .right-block{
    padding-left:unset;
  }
  .sortPagiBar > *{
    padding-right:unset;
  }
  #index .grid .button-container{
    padding-left:28%;
  }
}

@media(max-width: 768px){

  #category .center_column {
      margin-left: 0%;
  }

  .column {
    /*display: none;*/
  }
}

.subcategory-image h5{
    margin-bottom: 0px;
}

.zoomContainer{
  height:99% !important;
  width:100% !important;
}

.sfHover .first-in-line-xs > li {
    width:190px;
}

.iframeclass{
    width:100%;
}

@media(max-width: 767px){
  #usefull_link_block {
    margin-left:0%;
}
.box-cart-bottom{margin-right: 0;}
}

@media(max-width: 768px){
.languages-block_ul{
   top: 51px !important;
   width: 100px;
   left: -76px;
   height: 50px;
}}

@media(max-width: 768px){
.currencies_ul{
   top: 51px !important;
   width: 100px;
   left: 61px;
   height: 50px;
}
#HOOK_PAYMENT .row {
    width: 60% !important;
    float: right !important;
}
form#stripe-card-payment {
    width: 40% !important;
    float: left !important;
}
}

.manufacturer-26 .description_box p:nth-of-type(7)
{
   text-align: center;
}
.manufacturer-26 .description_box img{
    margin:auto;
}


.category #center_column .truncate
{
	cursor:pointer;
}

.category #center_column .truncate span span
{
	cursor:pointer;
	color:white;
}
@media(max-width: 550px){
#HOOK_PAYMENT .row {
    width: 100% !important;
}
form#stripe-card-payment {
    width: 100% !important;
}
}}


@media (max-width: 414px)
{
    .index  .header-slide .slide-link .headerslider-img {
        height:auto;
    }
    
     .index  .wrapper-tabs {
    margin-top: 25px;
}
    
    .index   .promo-home
    {
        padding-top:0;
        margin-top:0;
    }
     .index  .owl-carousel .owl-stage-outer
    {
        margin-top:50px;
    }
    .index   #htmlbanners1 .top-banner
    {
        width:50%;
    }
     .index  .home-tabs
    {
        margin-top:0;
    }
    .index   .anim-first .banner-link
    {
        border-radius:10px;
    }
    .index   .tab_1
    {
        text-align:center;
    }
    
    
    .category .list .center-block
    {
        width:100%;
    }
    
    .category .product-desc p
    {
        text-align:center;
    }
    .category .content_price
    {
        text-align:center;
    }
    .category .name a
    {
        text-align:center;
    }
} 

tr.cart_total_tax {
    display: none;
}

.fancybox-error
{
	color:white !important;
}

form#stripe-card-payment {
    width: 30% !important;
    float: left !important;
}

#HOOK_PAYMENT .row {
    width: 70% !important;
    float: right !important;
}
.payment_module.paypal img {
    max-width: 100%;
    float: left;
    height: auto;
    margin-right: 22px;
    width: 60px;
}
.custom-logos li {
    float: left !important;
}
div#HOOK_PAYMENT {
    width: 100%;
    display: inline-block;
}
.payment_module.paypal a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
}
#HOOK_PAYMENT #stripe-card-payment {
    padding-right: 15px;
    padding-left: 45px !important;
    }
.stripe-card-cardholdername input{
  width: 250px;
}
.stripe-payment-form .stripe-card-cvc, .stripe-payment-form .stripe-card-expiry {
    width: 144px;
    max-width: 144px;
    display: inline-block;
    padding: 3px 1px !important;
}
#HOOK_PAYMENT #stripe-card-payment .stripe-submit-button, #HOOK_PAYMENT .ideal-submit-button {
    width: 250px;
}

.slick-track{
   width: 100% !important;
}

.your-class.slick-initialized.slick-slider{
      width: 100% !important;
}



.social_copy  .social-sec{
    margin-top: 26px !important;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.social_copy  .social-sec input{
    padding: 15px 9px;
    width: 70%;
    border: none;
    font-size: 12px;
}

.social_copy  .social-sec button{
    background: #d6b871;
    border: none;
    color: #fff;
    width: 30%;
    font-weight: bold;
}








/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    position: relative;
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 999;
    position: absolute;
    top: 9px;
    right: 10px;
    background: #dcc285;
    padding: 0 7px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.slide_content li img{
  width: 100%;
}

.modal-content  .slide_content .w3-btn-floating{
    color: #000 !important;
    font-size: 16px;
}

a#openLoginFormBlock:hover {
    color: #dcc285 !important;
}
.opc-main-block .alert.alert-success {
    background: #34e031;
}
button#opc_guestCheckout, button#submitGuestAccount{
  color: #000 !important;
  border-color: #000 !important;
 @media screen and (min-width:480px) { /*hide mobile menu for desktop*/
                ul#myModal {
    display: none !important;
}
}
            }  

@media screen and (max-width:480px) {

    a.jqzoom.BT {
    pointer-events: none !important;

}

.delivery_option .table tbody > tr > td {
    padding: 10px !important;
  }

   #order-opc .delivery_option > div > table.resume {
    display: block !important;
    height: unset !important;
  }
}







//*hello test adrien *//


/*************05-05-2025************/

@font-face {
  font-family: Montserrat;
  src: url("https://vipshopitaly.com/fonts/Montserrat-Regular.ttf");
}
 
@font-face {
  font-family: Montserrat-Bold;
  src: url("https://vipshopitaly.com/fonts/Montserrat-Bold.ttf");
}
html, body{overflow-x: hidden;}
.footer_two, #block_various_links_footer, .owl-controls,
.tab_2, .hook-reviews, .button-container, .caption-description, .grecaptcha-badge{display:none !important;}
#layer_cart .layer_cart_cart .button-container{display: block!important;}
.order #HOOK_SHOPPING_CART .card{display: none;}
#page{padding-top:130px !important;}
.header__main-panel, .columns-container{background-color:#232020;}
.footer-container{background-color:#701817;}
.sf-menu > li > a, .footer .toggle-footer li{color:white;font-size:16px;/*font-family:Montserrat;*/font-family: "Open Sans", "Ubuntu", sans-serif;text-transform: capitalize !important;}
.clearfix li ul li ul li a{font-family: "Open Sans", "Ubuntu", sans-serif;}
.header__logo__img{content:url("https://vipshopitaly.com/img/logo_white.png"); max-width: 160px;}
.container.-responsive{width:100% !important;}
.manufacturers-box__list{background-color:#7E6E52;padding-top:20px;padding-bottom:20px;}
.content_price .price{color:#DBC187 !important;}
.homefeatured, #htmlbanners5, .header__main-panel__wrapper,
.footer, .carousel--arrows-skine-one, #blocknewproducts, #blockbestsellers{width:80%;margin:auto;}
.manufacturers-box__list .owl-stage-outer{width:90%;margin:auto;}
.index .ajax_block_product {padding-left:20px;padding-right:20px;}
.home-tabs .tab-content{border:none;}
.htmlcontent-tabs, #htmlbanners5 .tab-content{width:50%;float:left;margin:auto;}
.htmlcontent-tabs li:nth-child(1) a:before{content:"";display:none;}
.htmlcontent-tabs .tab_1 a span{color:#DBC187;font-family:Montserrat-Bold;font-size:30px;text-transform: capitalize;}
#tab_item_1 p{color:white;font-size:18px;text-align: center;line-height:30px;}
#htmlbanners5 .tab-content{background:url("https://vipshopitaly.com/img/quote.png") no-repeat center right;}
.product-container .right-block{background-color:#6A6868;margin-top:10px}
.grid .right-block{padding:10px;text-align: center;}
.headline-section strong:before, .headline-section strong:after{content:"";display:none;}
.htmlcontent-tabs li a span, .htmlcontent-tabs li{padding:0;}
.headline-section{color:#DBC187;font-family:Montserrat-Bold;font-size:30px;text-transform: capitalize;width: fit-content;margin: 0 auto;}
/*.home-tabs-inner li:after, .headline-section:after{content:"";width:150px;display:block;margin-top:10px;border-bottom:5px solid #701817 !important;}*/
/*.headline-section:after{position:relative;}*/
.headline-section, .home-tabs-inner li a span{border-bottom:5px solid #701817 !important; padding-bottom: 10px;}
/*.owl-stage-outer .headerslider-img{content:url("https://vipshopitaly.com/img/banner.jpg") !important;} */
.nav.nav-tabs li.active a{color:#DBC187;font-family:Montserrat-Bold;font-size:30px;text-transform: capitalize;}
.nav.nav-tabs li:not(:last-child):after{content:"";display:none;}
.nav .blocknewproducts, .nav .blockbestsellers, .nav .homefeatured, .nav .blockspecials{color:#626060 !important;font-family:Montserrat-Bold !important;font-size:30px !important;text-transform: capitalize !important;}
#home-page-tabs .active a{color:#dbc187 !important;}
.index .owl-prev{position:absolute;left:10px;top:200px;}
.index .owl-next{position:absolute;right:20px;;top:200px;}
.wrapper-tabs__inner .owl-stage-outer{padding-top:50px;}
.sf-menu > li > ul > li > a{font-size:14px;/*font-family:Montserrat;*/font-family: "Open Sans", "Ubuntu", sans-serif;} 
.sf-menu > li > ul{border:none;}
.manufacturers-box__list .owl-item img{filter: brightness(0) invert(1);}
.blockcategories_footer div, .blockcategories_footer h4{display:none;   }
/*.blockcategories_footer{background:url("https://vipshopitaly.com/img/logo_white.png") no-repeat;height:256px;}*/
.footer-logo-link {cursor: pointer;position: relative;z-index: 11;left: -179px;top: -48px;}
.floating_menu{display:block !important;position:fixed;top:50px;right:0;background-color:#DBC187;padding:60px 10px;color:white;z-index:9999;border-radius:30px 0 0 30px;font-size:20px;}
.floating_menu a:first-child{margin-bottom:20px;}
.floating_menu a{display: block;}
.nav.nav-tabs li.active a{width:auto;}
footer section{width:33.66% !important;height: 140px !important;padding-top:50px !important;}
.newsletters{padding-top:75px;}
.header{margin-top:0 !important;}
#header .cart_block{ width: 100%;left: 50%;}
.index .content_price{display:none;}

.btn-to-top{font-size: 24px; right:0; width: 60px; border-radius: 50px 0 0 50px;line-height: 37px;}

#block_various_links_footer {display: block !important;width: 100% !important;height: 50px !important;margin-top: -120px;}
.blockcategories_footer.footer-block.col-xs-12.col-sm-2 {margin-top: 0%!important;}
.newsletters {padding-top: 10px;margin-left: 16%;}
.footer .socials {float: left;/*margin-left: 67px;*/padding-top: 10px !important;width: 196px !important;}
#block_various_links_footer .toggle-footer li a{text-transform: uppercase; font-size: 18px;}

.header__nav, .header__nav .header__contact{display: none;}
.header__cart{padding-right: 40px;}
.header_user_info a{font-size: 30px;}
.header__account{position: absolute; right:15px; top:65px;}
.header__account a{font-size: 35px;color: #dcc285;}
.header__cart .shopping_cart__link{color: #dcc285!important;}
.header__cart .shopping_cart__link:hover{color: #fff!important;}

/****Home Page Css****/
#header .header__search.pull-right{position: absolute;top: 57px;right: 7%;width: 180px!important;}
#header__search_big {width:180px!important;margin: 0px auto!important;}
#header .header__main-panel .sf-contener{text-align: center;}
#header .header__main-panel .sf-contener .sf-menu > li > a{color: #fff; font-size: 18px; text-transform: Uppercase!important; font-weight: 400;}
#homefeatured.homefeatured, #blockspecials.blockspecials, #blockbestsellers.blockbestsellers, #blocknewproducts.blocknewproducts {width:100%;margin: auto;}
#home-page-tabs .active a {color: #dbc187 !important;}
.ajax_block_product .product-image-container{border-right:4px solid #dbc187;border-bottom:4px solid #dbc187;}
.tab-pane{overflow: visible;}
.owl-nav > div{background-color: #dbc187!important;color: #000!important;}
.index .owl-next{border-radius: 50%!important; right:-30px;}
.index .owl-prev{border-radius: 50%!important; left:-30px;}
.wrapper-tabs__inner .nav.nav-tabs{position: relative;width: fit-content; margin: 0 auto!important;}
/*.wrapper-tabs__inner .nav.nav-tabs::after {content: "";width: 150px;display: block;margin-top: 10px;border-bottom: 5px solid #701817 !important;left: 34%;position: absolute;}*/
.wrapper-tabs__inner .nav.nav-tabs li a.blockspecials{border-bottom: 5px solid #701817 !important; padding-bottom: 10px;}
.manufacturers-box__list.owl-carousel.owl-loaded{width: 100%;}
.manufacturers-box .headline-section {margin-bottom: 50px!important;}
.wrapper-tabs__inner .owl-stage-outer {padding-top: 70px!important;}
.form-control.form-control--skin-one{background-color: #fff;}
#newsletter_block_left h4{text-align: left;}
.blockcategories_footer{background-size: 30%;}
.header__search{width: 100%;}
#header__search_big{width:300px; margin: 60px auto;}
/****Home Page Css****/
.order-opc .columns-container .container.-responsive > .row, .order .columns-container .container.-responsive > .row, .authentication .columns-container .container.-responsive > .row, .address .columns-container .container.-responsive > .row, .addresses .columns-container .container.-responsive > .row, .my-account .columns-container .container.-responsive > .row, 
.history .columns-container .container.-responsive > .row, .order-slip .columns-container .container.-responsive > .row, .identity .columns-container .container.-responsive > .row, 
.discount .columns-container .container.-responsive > .row, .module-blockwishlist-mywishlist .columns-container .container.-responsive > .row, .module-loyaltyrewardpoints-customeraccount .columns-container .container.-responsive > .row, .module-mailalerts-account .columns-container .container.-responsive > .row, .manufacturer .columns-container .container.-responsive > .row, 
.cms .columns-container .container.-responsive > .row, .contact .columns-container .container.-responsive > .row, .prices-drop .columns-container .container.-responsive > .row{width: 80%; margin: 80px auto 0;}


/****Alcoh0l Page Css****/
.category .content_scene_cat{ width: 80%; margin: 0 auto; display: flex; flex-direction: column-reverse;}
.category .content_scene_cat .content_scene_cat_bg{background-size: 221%!important;min-height: 450px!important;}
.category .columns-container .container.-responsive > .row{width: 80%; margin: 0 auto;}
.category .no-index.product_list.grid.row > div {padding-left: 60px;}
.category .content_sortPagiBar{margin: 30px 0 30px 47px; justify-content: end;}
.manufacturer .content_sortPagiBar{margin: 10px 0 30px 0px; justify-content: end;}
.category  #left_column{margin-top: 150px;}
.category #center_column{margin-top: 60px;}
.category #center_column .page-heading{position: absolute!important;text-align: center;width: 40%;left: 18%;top: -125px; display: none;}
.category #center_column .page-heading .cat-name {font-family:"Open Sans", "Ubuntu", sans-serif; font-weight: 700;color: #dbc187 !important;position: relative;font-size: 40px !important;margin-bottom: 20px;width: fit-content;margin: 0 auto;padding-right: 0!important;border-bottom: 5px solid #701817 !important; padding-bottom: 10px;}
.category #center_column .page-heading::before{display: none;}
.category .sortPagiBar.clearfix ul.display.hidden-xs, .category .sortPagiBar.clearfix form.nbrItemPage, .category .top-pagination-content, .compare-form, .showall, .manufacturer .sortPagiBar.clearfix ul.display.hidden-xs, .manufacturer .sortPagiBar.clearfix form.nbrItemPage, .manufacturer .top-pagination-content{display: none!important;}
.category .content_sortPagiBar #productsSortForm{padding-right: 0;}
.category .content_sortPagiBar label, .manufacturer .content_sortPagiBar label{text-transform: capitalize!important;}
.category .sortPagiBar .selector, .manufacturer .sortPagiBar .selector{height: 35px!important;}
.category .content_scene_cat .cat_desc{padding-top: 60px;}
.category .content_scene_cat .cat_desc .category-name {font-family:"Open Sans", "Ubuntu", sans-serif; font-weight: 700;color: #dbc187 !important;position: relative;font-size: 40px !important;margin-bottom: 20px;width: fit-content;margin: 0 auto;padding-right: 0!important;border-bottom: 5px solid #701817 !important; padding-bottom: 10px;}
.category .content_scene_cat .cat_desc .rte p{display: none;}
.manufacturer .sortPagiBar--bottom #productsSortForm{display: none;}
.manufacturer form#productsSortForm {padding-right: 0;}
.prices-drop .content_sortPagiBar {margin: 30px 0 30px 47px;justify-content: end;}
.prices-drop .sortPagiBar.clearfix ul.display.hidden-xs{display: none;}
.prices-drop .sortPagiBar .selector{height: 35px !important;}
.prices-drop .sortPagiBar--bottom{display: none;}


/****Alcoh0l Page Css****/

/****Bevrages Page Css****/
.breadcrumb.clearfix{display: none;}
.category-beverages .content_scene_cat #category_description_short.rte h1{display: none;}
.category-beverages .content_scene_cat .cat_desc {color: #2d2d2d;position: relative;top:100%; padding-top: 50px;}
.category-beverages #left_column, .category-beverages .page-heading.product-listing{display: none;}
.category-beverages #center_column{margin: 0px auto 40px; float: inherit; width: 100%;}
.category-beverages #subcategories > ul{display: flex!important; justify-content: center; flex-wrap: wrap;}
.category-beverages #subcategories li{width: 47%!important; margin-bottom: 100px; padding: 0;}
.category-beverages #subcategories li + li {margin-left: 60px; }
.category-beverages #subcategories li + li + li {margin-left: 0px; }
.category-beverages #subcategories li + li + li + li {margin-left: 60px; }
.category-beverages .content_scene_cat .category-name{color: #dbc187 !important;position: relative;font-size: 40px!important; margin-bottom: 20px;width: fit-content;margin: 0 auto;border-bottom: 5px solid #701817 !important; padding-bottom:5px;}
.category-beverages .subcategory-image h5{text-transform: uppercase;top:100%!important;padding: 15px 0% 15px!important;min-width: 100%!important;background-color:transparent!important;color: #dbc187 !important;transform: translate(-50%, 20%)!important;font-size: 26px!important;}
.category-beverages .subcategory-image:hover h5 {opacity: 1!important;top: 100%!important;}
.category-beverages .subcategory-image:hover img{transform: scale(1)!important;}
.category-beverages .subcategory-image .img {overflow: visible!important;}
.category-beverages #category_description_full, .category-beverages .lnk_more{display: none!important;}
.category-beverages #subcategories{margin: 50px -10px 0;}
.category-beverages .content_scene_cat .rte{font-size: 16px; text-align: center; padding-top: 50px;}
.category-beverages .content_scene_cat .cat_desc .rte p{display: block;}
/****Bevrages Page Css****/



/****Beauty Page Css****/
.category-beauty .content_scene_cat #category_description_short.rte h1{display: none;}
.category-beauty .content_scene_cat .cat_desc {color: #2d2d2d;position: relative;top:100%; padding-top: 50px;}
.category-beauty #left_column, .category-beauty .page-heading.product-listing{display: none;}
.category-beauty #center_column{margin: 0px auto 40px; float: inherit; width:100%;}
.category-beauty #subcategories > ul{display: flex!important; justify-content: center; flex-wrap: wrap;}
.category-beauty #subcategories li{width: 47%!important; margin-bottom: 100px; padding: 0;}
.category-beauty #subcategories li + li {margin-left: 60px; }
.category-beauty #subcategories li + li + li {margin-left: 0px; }
.category-beauty #subcategories li + li + li + li {margin-left: 60px; }
.category-beauty .content_scene_cat .category-name{color: #dbc187 !important;position: relative;font-size: 40px!important; margin-bottom: 20px;width: fit-content;margin: 0 auto;border-bottom: 5px solid #701817 !important; padding-bottom:5px;}
.category-beauty .subcategory-image h5{text-transform: uppercase;top:100%!important;padding: 15px 0% 15px!important;min-width: 100%!important;background-color:transparent!important;color: #dbc187 !important;transform: translate(-50%, 20%)!important;font-size: 26px!important;}
.category-beauty .subcategory-image:hover h5 {opacity: 1!important;top: 100%!important;}
.category-beauty .subcategory-image:hover img{transform: scale(1)!important;}
.category-beauty .subcategory-image .img {overflow: visible!important;}
.category-beauty #category_description_full, .category-beauty .lnk_more{display: none!important;}
.category-beauty #subcategories{margin: 50px -10px 0;}
.category-beauty .content_scene_cat .rte{font-size: 16px; text-align: center; padding-top: 50px;}
.category-beauty .content_scene_cat .cat_desc .rte p{display: block;}
/****Beauty Page Css****/

/****Accessories Page Css****/
.category-accessories .content_scene_cat #category_description_short.rte h1{display: none;}
.category-accessories .content_scene_cat .cat_desc {color: #2d2d2d;position: relative;top:100%; padding-top: 50px;}
.category-accessories #left_column, .category-accessories .page-heading.product-listing{display: none;}
.category-accessories #center_column{margin:0px auto 40px; float: inherit; width: 100%;}
.category-accessories #subcategories > ul{display: flex!important; justify-content: center; flex-wrap: wrap;}
.category-accessories #subcategories li{width: 47%!important; margin-bottom: 100px; padding: 0;}
.category-accessories #subcategories li + li {margin-left: 60px; }
.category-accessories #subcategories li + li + li {margin-left: 0px; }
.category-accessories #subcategories li + li + li + li {margin-left: 60px; }
.category-accessories #subcategories li + li + li + li + li {margin-left: 0px; }
.category-accessories #subcategories li + li + li + li + li + li{margin-left: 60px; }
.category-accessories .content_scene_cat .category-name{color: #dbc187 !important;position: relative;font-size: 40px!important; margin-bottom: 20px;width: fit-content;margin: 0 auto;border-bottom: 5px solid #701817 !important; padding-bottom:5px;}
.category-accessories .subcategory-image h5{text-transform: uppercase;top:100%!important;padding: 15px 0% 15px!important;min-width: 100%!important;background-color:transparent!important;color: #dbc187 !important;transform: translate(-50%, 20%)!important;font-size: 26px!important;}
.category-accessories .subcategory-image:hover h5 {opacity: 1!important;top: 100%!important;}
.category-accessories .subcategory-image:hover img{transform: scale(1)!important;}
.category-accessories .subcategory-image .img {overflow: visible!important;}
.category-accessories #category_description_full, .category-accessories .lnk_more{display: none!important;}
.category-accessories #subcategories{margin: 50px -10px 0;}
.category-accessories .content_scene_cat .rte{font-size: 16px; text-align: center; padding-top: 0px;}
/****Accessories Page Css****/

/****Category Home Css****/
.category-home .content_scene_cat #category_description_short.rte h1{display: none;}
.category-home .content_scene_cat .cat_desc {color: #2d2d2d;position: relative;top:100%; padding-top: 50px;}
.category-home #left_column, .category-home .page-heading.product-listing{display: none;}
.category-home #center_column{margin:0px auto 40px; float: inherit; width:100%;}
.category-home #subcategories > ul{display: flex!important; justify-content: center; flex-wrap: wrap;}
.category-home #subcategories li{width: 47%!important; margin-bottom: 100px; padding: 0;}
.category-home #subcategories li + li {margin-left: 60px; }
.category-home #subcategories li + li + li {margin-left: 0px; }
.category-home #subcategories li + li + li + li {margin-left: 60px; }
.category-home .content_scene_cat .category-name{color: #dbc187 !important;position: relative;font-size: 40px!important; margin-bottom: 20px;width: fit-content;margin: 0 auto;border-bottom: 5px solid #701817 !important; padding-bottom:5px;}
.category-home .subcategory-image h5{text-transform: uppercase;top:100%!important;padding: 15px 0% 15px!important;min-width: 100%!important;background-color:transparent!important;color: #dbc187 !important;transform: translate(-50%, 20%)!important;font-size: 26px!important;}
.category-home .subcategory-image:hover h5 {opacity: 1!important;top: 100%!important;}
.category-home .subcategory-image:hover img{transform: scale(1)!important;}
.category-home .subcategory-image .img {overflow: visible!important;}
.category-home #category_description_full, .category-home .lnk_more{display: none!important;}
.category-home #subcategories{margin: 0px -10px 0;}
.category-home .content_scene_cat .rte{font-size: 16px; text-align: center; padding-top: 50px;}
.category-home .cat_desc .rte p{display: none;}
/****Category Home Css****/

/****Casual Wear Page Css****/
.category-casual-wear #center_column .page-heading {position:relative !important;text-align: center;width: 40%;left: auto;top: 0;margin: 80px auto 50px;}
.category-casual-wear .content_scene_cat #category_description_short.rte h1{display: none;}
.category-casual-wear .content_scene_cat .cat_desc {color: #2d2d2d;position: relative;top:100%; padding-top: 50px;}
.category-casual-wear #left_column{display: none;}
.category-casual-wear #center_column{margin: 0px auto 40px; float: inherit; width: 100%;}
.category-casual-wear #subcategories > ul{display: flex!important; justify-content: center; flex-wrap: wrap;}
.category-casual-wear #subcategories li{width: 47%!important; margin-bottom: 100px; padding: 0;}
.category-casual-wear #subcategories li + li {margin-left: 60px; }
.category-casual-wear #subcategories li + li + li {margin-left: 0px; }
.category-casual-wear #subcategories li + li + li + li {margin-left: 60px; }
.category-casual-wear .content_scene_cat .category-name{color: #dbc187 !important;position: relative;font-size: 40px!important; margin-bottom: 20px;width: fit-content;margin: 0 auto;border-bottom: 5px solid #701817 !important; padding-bottom:5px;}
.category-casual-wear .subcategory-image h5{text-transform: uppercase;top:100%!important;padding: 15px 0% 15px!important;min-width: 100%!important;background-color:transparent!important;color: #dbc187 !important;transform: translate(-50%, 20%)!important;font-size: 26px!important;}
.category-casual-wear .subcategory-image:hover h5 {opacity: 1!important;top: 100%!important;}
.category-casual-wear .subcategory-image:hover img{transform: scale(1)!important;}
.category-casual-wear .subcategory-image .img {overflow: visible!important;}
.category-casual-wear #category_description_full, .category-casual-wear .lnk_more{display: none!important;}
.category-casual-wear #subcategories{margin: 50px -10px 0;}
.category-casual-wear .content_scene_cat .rte{font-size: 16px; text-align: center; padding-top: 50px;}
/****Casual Wear Page Css****/

/****Casual Eye Wear Page Css****/
.category-eyewear #center_column .page-heading {position:relative !important;text-align: center;width: 40%;left: auto;top: 0;margin: 80px auto 50px;}
.category-eyewear .content_scene_cat #category_description_short.rte h1{display: none;}
.category-eyewear .content_scene_cat .cat_desc {color: #2d2d2d;position: relative;top:100%; padding-top: 50px;}
.category-eyewear #left_column{display: none;}
.category-eyewear #center_column{margin: 0px auto 40px; float: inherit; width: 100%;}
.category-eyewear #subcategories > ul{display: flex!important; justify-content: center; flex-wrap: wrap;}
.category-eyewear #subcategories li{width: 47%!important; margin-bottom: 100px; padding: 0;}
.category-eyewear #subcategories li + li {margin-left: 60px; }
.category-eyewear #subcategories li + li + li {margin-left: 0px; }
.category-eyewear #subcategories li + li + li + li {margin-left: 60px; }
.category-eyewear .content_scene_cat .category-name{color: #dbc187 !important;position: relative;font-size: 40px!important; margin-bottom: 20px;width: fit-content;margin: 0 auto;border-bottom: 5px solid #701817 !important; padding-bottom:5px;}
.category-eyewear .subcategory-image h5{text-transform: uppercase;top:100%!important;padding: 15px 0% 15px!important;min-width: 100%!important;background-color:transparent!important;color: #dbc187 !important;transform: translate(-50%, 20%)!important;font-size: 26px!important;}
.category-eyewear .subcategory-image:hover h5 {opacity: 1!important;top: 100%!important;}
.category-eyewear .subcategory-image:hover img{transform: scale(1)!important;}
.category-eyewear .subcategory-image .img {overflow: visible!important;}
.category-eyewear #category_description_full, .category-eyewear .lnk_more{display: none!important;}
.category-eyewear #subcategories{margin: 50px -10px 0;}
.category-eyewear .content_scene_cat .rte{font-size: 16px; text-align: center; padding-top: 50px;}
/****Casual Eye Wear Page Css****/

/****Special Accessories Page Css****/
.category-special-accessories .content_scene_cat #category_description_short.rte h1{display: none;}
.category-special-accessories .content_scene_cat .cat_desc {color: #2d2d2d;position: relative;top:100%; padding-top: 50px;}
.category-special-accessories #left_column, .category-special-accessories .page-heading.product-listing{display: none;}
.category-special-accessories #center_column{margin:0px auto 40px; float: inherit; width: 100%;}
.category-special-accessories #subcategories > ul{display: flex!important; justify-content: center; flex-wrap: wrap;}
.category-special-accessories #subcategories li{width: 47%!important; margin-bottom: 100px; padding: 0;}
.category-special-accessories #subcategories li + li {margin-left: 60px; }
.category-special-accessories #subcategories li + li + li {margin-left: 0px; }
.category-special-accessories #subcategories li + li + li + li {margin-left: 60px; }
.category-special-accessories #subcategories li + li + li + li + li {margin-left: 0px; }
.category-special-accessories #subcategories li + li + li + li + li + li{margin-left: 60px; }
.category-special-accessories .content_scene_cat .category-name{color: #dbc187 !important;position: relative;font-size: 40px!important; margin-bottom: 20px;width: fit-content;margin: 0 auto;border-bottom: 5px solid #701817 !important; padding-bottom: 5px;}
.category-special-accessories .subcategory-image h5{text-transform: uppercase;top:100%!important;padding: 15px 0% 15px!important;min-width: 100%!important;background-color:transparent!important;color: #dbc187 !important;transform: translate(-50%, 20%)!important;font-size: 26px!important;}
.category-special-accessories .subcategory-image:hover h5 {opacity: 1!important;top: 100%!important;}
.category-special-accessories .subcategory-image:hover img{transform: scale(1)!important;}
.category-special-accessories .subcategory-image .img {overflow: visible!important;}
.category-special-accessories #category_description_full, .category-special-accessories .lnk_more{display: none!important;}
.category-special-accessories #subcategories{margin: 0px -10px 0;}
.category-special-accessories .content_scene_cat .rte{font-size: 16px; text-align: center; padding-top: 50px;}
.category-special-accessories .content_scene_cat .rte p{display: none;}
/****Special Accessories Page Css****/

.category.category-bath-body #center_column .page-heading, .category.category-face #center_column .page-heading, .category.category-supplements #center_column .page-heading, .category.category-sports #center_column .page-heading, .category.category-eyewear-chains #center_column .page-heading, .category.category-for-soft-drinks #center_column .page-heading, .category.category-catalytic-lamps #center_column .page-heading {position: relative !important;text-align: center;width: auto;left:auto;top: -125px; margin: 0 auto;}
.category-for-hot-drinks .content_scene_cat_bg, .category-for-wines .content_scene_cat_bg, .category-for-spirits .content_scene_cat_bg, .category-for-soft-drinks .content_scene_cat_bg, .category-perfumes .content_scene_cat_bg, .category-hair .content_scene_cat_bg, 
.category-bath-body .content_scene_cat_bg, .category-face .content_scene_cat_bg, .category-casual-wear .content_scene_cat_bg, .category-men .content_scene_cat_bg, .category-women .content_scene_cat_bg,  .category-gifts .content_scene_cat_bg, 
.category-bags-wallets .content_scene_cat_bg, .category-sports .content_scene_cat_bg, .category-eyewear .content_scene_cat_bg, .category-sunglasses .content_scene_cat_bg, .category-eyewear-chains .content_scene_cat_bg, 
.category-watches .content_scene_cat_bg, .category-others .content_scene_cat_bg, .category-diffusers .content_scene_cat_bg, .category-candles .content_scene_cat_bg, .category-catalytic-lamps .content_scene_cat_bg, .category-household .content_scene_cat_bg{display: none;}

.search .columns-container .container.-responsive > .row {width: 80%;margin: 0 auto;margin: 100px auto 0;}
/*.search .sortPagiBar.clearfix ul, .search .nbrItemPage, .search .top-pagination-content.clearfix {display: none;}*/
.search .content_sortPagiBar {margin: 30px 0 30px 47px;justify-content: end;}
.search .sortPagiBar .selector{height: 35px;}
/*.search .sortPagiBar--bottom .productsSortForm{display: none;}*/


/****Product Page Css****/
#product.product .breadcrumb.clearfix{display: block;width: 80%;margin: 50px auto 30px;color: #dbc187;}
#product.product #center_column{width: 80%; float: inherit; margin: 0 auto;}
#product.product .pb-left-column{width:50%;}
#product.product .pb-center-column{width:50%; background-color: #4a4236; padding: 20px 20px 0;}
#product.product .pb-left-column #image-block{display: flex; justify-content: center; max-width: 100%!important;}
#product.product .pb-center-column h1{color:#dbc187; font-size:38px; text-transform: capitalize; text-shadow: 0 0 5px #000;}
#product.product .pb-center-column .our_price_display .price{color:#dbc187; font-size: 40px; font-weight: 700;}
#product.product .pb-center-column #product_reference, #product.product .pb-center-column #product_condition{font-size: 16px;}
#product.product .pb-center-column #product_reference label, #product.product .pb-center-column #product_condition label{font-weight: 400!important;}
#product.product .pb-center-column #short_description_block{display: none;}
#product.product .pb-center-column .product_attributes label {color: #dbc187;text-transform: capitalize;}
#product.product .pb-center-column #usefull_link_block{display: inline-block; float: right;}
#usefull_link_block li:first-child, #usefull_link_block li:nth-child(2), #usefull_link_block li:nth-child(3), #usefull_link_block li:nth-child(5){display: none;}
#product.product .pb-center-column .content_prices{border:0;margin: 0px 0 18px;}
#product.product .pb-center-column #add_to_cart .exclusive {border-color: #dbc187;background-color: #dbc187;color: #FFFFFF;font-size: 24px;padding: 12px 30px;text-transform: initial;}
#product.product .pb-center-column #add_to_cart .exclusive:hover {border-color: #fff;background-color: #fff;color: #dbc187;font-size: 24px;padding: 12px 30px;text-transform: initial;}
#product.product .pb-center-column #lrp-product-widget {font-weight: 400;color: #d6b871;font-size: 16px;padding: 20px 0 0!important;line-height: 24px;}
#thumbs_list li a{border:3px solid #fff!important;}
#thumbs_list li a:hover, #thumbs_list li a.shown {border-color: #dbc187!important;}
.nav.nav-tabs_alternative li a{border-color: transparent!important; color:#d6b871!important;text-transform: capitalize;font-size: 16px;padding: 0;}
.nav.nav-tabs_alternative li.active a.more-info::before{display: none;}
/* .nav.nav-tabs_alternative li:nth-child(2){display: none;} */
.tab-pane .rte {border: 0!important;padding: 0!important;font-size: 18px;}
.tab-pane .rte p{margin-bottom: 0!important;}
.page-product-box.blockproductscategory .headline-section::after{display: none;}
.blockproductscategory .headline-section {margin-bottom: 70px!important;}
#productscategory_list .owl-carousel.owl-loaded{width: 100%!important;}
#productscategory_list .owl-carousel.owl-loaded .product-container .right-block {background-color: #4a4236!important;}
#availability_statut span#availability_label, #availability_date_label{font-size: 16px;}
#mailalert_link{color:#d6b871!important; }
#product.product #quantity_wanted_p, #product.product #attributes{display: block;}
#product.product #thumbs_list{max-width: calc(100% - 10px);}
#product.product .js-wrapper-comments, #product.product .product-manufacturer, #lrp-product-widget{display: none;}
#product.product .attribute_fieldset{display: block!important;}

.comments {display: none !important;}
#enabled_filters {display: none;}

#languages-block-top {position: fixed;right: 0;top: 30%;background-color:#dcc285;height: 200px;width:60px;border-radius: 100px 0 0 100px;box-shadow: -3px 0px 2px rgba(0,0,0,0.5);border: 1px solid rgba(0,0,0,0.5); border-right: none;}
#languages-block-top .drop-menu{top: 69%;left: 16px;background: transparent;border-bottom: 0;padding: 0;font-size: 20px; overflow: hidden;}
.header__languages .current {text-transform: uppercase;cursor: pointer;display: flex;flex-direction: column-reverse;align-items: center;justify-content: center;height: 85%;gap: 20px;margin-top:50px;}
.header__languages .current span{font-size: 20px; display: none;} 
.header__currencies{border: 0!important;}
.header__currencies .current::after{display: none;}
.header__currencies .drop-menu li a{font-size: 22px;} 
.header__languages img{min-width: 27px; max-width: 27px; height: 27px; border-radius: 50%;}
.header__languages .current img{min-width: 27px; height: 27px; border-radius: 50%;}
#currencies-block-top{position: fixed;top:35%;right: 10px; padding-left: 0;padding-right: 0px; width: 40px; text-align: center;}
#currencies-block-top .current{width: 40px;}
#currencies-block-top .current span{font-size: 20px;}
#currencies-block-top .current::after{display: none;}
.header__languages .current::after{display: none;}
#currencies-block-top .drop-menu{top: 58%;left:0px;background: transparent;border-bottom: 0;padding: 0;font-size: 20px;margin-top:5px;width:40px; overflow: hidden;}
#setCurrency{width: 40px;}

.product-manufacturer.dbl {display: flex !important;text-align: center;justify-content: center;margin-top: -50px;}
.product-manufacturer__link {display: block;max-width: 250px!important;}

.f-social{position: relative; left: 10px;}
.f-social img {width: 30px;padding-top: 22px;}
.primary_block{position: relative;}
.btns {position: absolute;left: 10px;top: -30px;font-size: 18px;color: #dbc187;}
.btns:hover{color: #fff;}
#usefull_link_block li{margin-bottom: 0!important; margin-top: 8px;}
#usefull_link_block li a{border: 0!important; color: #dcc285!important; background: transparent!important;}
#usefull_link_block li a:hover{color: #fff!important; background: transparent!important;}

.wrapper-tabs__inner  #home-page-tabs.nav.nav-tabs::after{width: 100px; height: 5px; background:#701817; content:''; margin: 12px auto 0;}

#usefull_link_block li a{font-size: 36px!important; width: 1em!important; line-height: 1.34em!important;}

.category-83 #left_column, .category-67 #left_column, .category-87 #left_column, .category-72 #left_column{display: none;}
.category-83 #center_column, .category-67 #center_column, .category-87 #center_column, .category-72 #center_column{width: 100%;}

/****Product Page Css****/

@media only screen and (min-width:1601px) and (max-width:1800px){
#header .header__search.pull-right, #header__search_big{width: 160px!important;}
#header .header__search.pull-right{right: 8%;}
.sf-menu > li{padding: 0 15px!important;}
}

@media only screen and (min-width:1300px) and (max-width:1600px){
.manufacturers-box__list.owl-carousel.owl-loaded{height: 140px;}
#htmlbanners5 .tab-content {background: url("https://vipshopitaly.com/img/quote.png") no-repeat 250px 50px;}
/*.footer .socials{margin-left: 100px;}*/
.htmlcontent-tabs li{width: auto;}
#header .header__main-panel .sf-contener .sf-menu > li > a{font-size: 16px;}
.category .content_scene_cat .content_scene_cat_bg{min-height: 350px!important;}
.footer-logo-link{left: -140px;}
#header .header__search.pull-right, #header__search_big{width: 150px!important;}
#header .header__search.pull-right{right: 9%;}
.sf-menu > li{padding: 0 15px!important;}
.header__account a, .header__cart .shopping_cart__link:before{font-size: 26px!important;}
.header__account{top: 70px;}
.header__cart .shopping_cart .ajax_cart_quantity {left: 22px!important; top: -7px!important;}
}

@media only screen and (min-width: 1300px) and (max-width: 1400px){
#header .header__search.pull-right, #header__search_big{width: 105px!important;}
.sf-menu > li{padding: 0 12px!important;}
}

@media only screen and (min-width:1200px) and (max-width:1299px){
.htmlcontent-tabs li{width: auto;}
#block_various_links_footer .toggle-footer{gap: 24px!important;}
#block_various_links_footer .toggle-footer li a{font-size: 16px!important;}
.newsletters{margin-left: 10%;}
.toggle-footer.newsletters__box{width: 250px;}
/*.footer .socials{margin-left: 106px;}*/
#header .header__main-panel .sf-contener .sf-menu > li > a{font-size: 16px;}
.category-beverages #subcategories li + li {margin-left: 35px;}
.category-beverages #subcategories li + li + li + li {margin-left: 35px;}
.category-home #subcategories li + li {margin-left: 35px;}
.category-home #subcategories li + li + li + li {margin-left:35px;}
.category-beauty #subcategories li + li{margin-left: 35px;}
.category-beauty #subcategories li + li + li + li{margin-left: 35px;}
.category-accessories #subcategories li + li{margin-left: 35px;}
.category-accessories #subcategories li + li + li + li{margin-left: 35px;}
.category-accessories #subcategories li + li + li + li + li + li{margin-left: 35px;}
.category-casual-wear #subcategories li + li{margin-left: 35px;}
.category-eyewear #subcategories li + li{margin-left: 35px;}
.category .content_scene_cat .content_scene_cat_bg{min-height: 300px!important;}
.category-beverages .content_scene_cat .category-name, .category #center_column .page-heading .cat-name, .category .content_scene_cat .cat_desc .category-name{font-size: 30px!important;}
.footer-logo-link{left: -110px;}
#header__search_big {display: none;}
#header .header__search.pull-right{position: absolute;top: 77px;right: 77px;width: 20px !important;}
.header__search .open-search {background: transparent !important;width: auto !important;height: auto !important;line-height: 10px;display: block;}
}

@media only screen and (min-width:992px) and (max-width:1199px){
.header__main-panel{padding-bottom: 0px;}  
#header .header__search.pull-right {top: 60px;right: 13%;}
.htmlcontent-tabs li{width: auto;}
#block_various_links_footer .toggle-footer{gap: 24px!important;}
#block_various_links_footer .toggle-footer li a{font-size: 16px!important;}
.newsletters{margin-left: 10%;}
.toggle-footer.newsletters__box{width: 250px;}
/*.footer .socials{margin-left: 106px;}*/
#page {padding-top:84px !important;}
.header__logo__img {max-width: 75px;}
#header .header__main-panel .sf-contener .sf-menu > li > a{font-size: 14px;}
.sf-menu > li {padding: 0 10px!important;}
.category .content_scene_cat .content_scene_cat_bg {min-height: 200px !important;}
.category-beverages #subcategories li + li {margin-left: 35px;}
.category-beverages #subcategories li + li + li + li {margin-left: 35px;}
.category-home #subcategories li + li {margin-left: 35px;}
.category-home #subcategories li + li + li + li {margin-left:35px;}
.category-beauty #subcategories li + li{margin-left: 35px;}
.category-beauty #subcategories li + li + li + li{margin-left: 35px;}
.category-accessories #subcategories li + li{margin-left: 35px;}
.category-accessories #subcategories li + li + li + li{margin-left: 35px;}
.category-accessories #subcategories li + li + li + li + li + li{margin-left: 35px;}
.category-casual-wear #subcategories li + li{margin-left: 35px;}
.category-eyewear #subcategories li + li{margin-left: 35px;}
.category-beverages .content_scene_cat .category-name, .category #center_column .page-heading .cat-name, .category .content_scene_cat .cat_desc .category-name{font-size: 30px!important;}
.search .columns-container .container.-responsive > .row{margin: 50px auto 0;}
/*.order-opc .columns-container .container.-responsive > .row, .order .columns-container .container.-responsive > .row, .authentication .columns-container .container.-responsive > .row, .address .columns-container .container.-responsive > .row {margin: 30px auto 0;}*/
.order-opc .columns-container .container.-responsive > .row, .order .columns-container .container.-responsive > .row, .authentication .columns-container .container.-responsive > .row, .address .columns-container .container.-responsive > .row, .addresses .columns-container .container.-responsive > .row, .my-account .columns-container .container.-responsive > .row, 
.history .columns-container .container.-responsive > .row, .order-slip .columns-container .container.-responsive > .row, .identity .columns-container .container.-responsive > .row, .cms .columns-container .container.-responsive > .row, .contact .columns-container .container.-responsive > .row, .prices-drop .columns-container .container.-responsive > .row,
.discount .columns-container .container.-responsive > .row, .module-blockwishlist-mywishlist .columns-container .container.-responsive > .row, .module-loyaltyrewardpoints-customeraccount .columns-container .container.-responsive > .row, .module-mailalerts-account .columns-container .container.-responsive > .row, .manufacturer .columns-container .container.-responsive > .row{margin: 30px auto 0;}
.wrapper-tabs__inner  #home-page-tabs.nav.nav-tabs::after{width: 60px; height: 5px; background:#701817; content:''; margin: 12px auto 0;}

.footer-logo-link{left: -60px;}
.footer-logo-link img{height: 140px!important;}
.header__cart {position: relative!important;text-align: right;right: -60px!important;}
.header__search .open-search{background: transparent!important; width: auto!important; height: auto!important; line-height: 10px; display: block;}
.header__search .open-search::after{border:0!important;}
form.header__search__wrap{border: 0;}
#header .header__search.pull-right {position: absolute;top: 34px;right: 80px;width: 20px !important;}
#header__search_big {width: 100px !important;margin: 0px auto !important; display: none;}
.ac_results{left:226px!important; width: 58%!important;}
#header .cart_block{width: 850px!important;right: 15%!important;top: 52px!important; left: auto!important;}
#languages-block-top{top: 15%;}
#currencies-block-top{top: 21%; padding-right: 14px;}
.header__account{top: 32px;}
.header__account a, .header__cart .shopping_cart__link:before{font-size: 20px!important;}
.header__main-panel .header__cart{margin-top:0%!important;}
.header__cart .shopping_cart .ajax_cart_quantity {left: 20px!important;top: -5px!important;}
}

@media only screen and (min-width:768px) and (max-width:991px){
.htmlcontent-tabs li{width: auto;}
#block_various_links_footer .toggle-footer{gap: 24px!important;}
#block_various_links_footer .toggle-footer li a{font-size: 16px!important;}
.newsletters{margin-left: 3%; width: 43%;float: right;}
.toggle-footer.newsletters__box{width: 250px;}
.footer-block.col-xs-12.col-sm-2.test{display:none!important;}
/*.footer .socials{margin-left: 106px;}*/
#page {padding-top: 84px !important;}
.header__logo__img {max-width: 75px;}
#header .header__main-panel .sf-contener .sf-menu > li > a{font-size: 14px;}
.sf-menu > li {padding: 0 4px!important;}
.category .content_scene_cat .content_scene_cat_bg {min-height: 200px !important;}
.category-beverages #subcategories li + li {margin-left: 35px;}
.category-beverages #subcategories li + li + li + li {margin-left: 35px;}
.category-home #subcategories li + li {margin-left: 35px;}
.category-home #subcategories li + li + li + li {margin-left:35px;}
.category-beauty #subcategories li + li{margin-left: 35px;}
.category-beauty #subcategories li + li + li + li{margin-left: 35px;}
.category-accessories #subcategories li + li{margin-left: 35px;}
.category-accessories #subcategories li + li + li + li{margin-left: 35px;}
.category-casual-wear #subcategories li + li{margin-left: 35px;}
.category-accessories #subcategories li + li + li + li + li + li{margin-left: 35px;}
.category-eyewear #subcategories li + li{margin-left: 35px;}
.category-beverages .content_scene_cat .category-name, .category #center_column .page-heading .cat-name, .category .content_scene_cat .cat_desc .category-name{font-size: 30px!important;}
.search .columns-container .container.-responsive > .row{margin: 50px auto 0;}
#search_display_top, #button_display_top{display: block!important;}
/*.header__search .open-search{display: none!important;}*/
.wrapper-tabs__inner  #home-page-tabs.nav.nav-tabs::after{width: 60px; height: 5px; background:#701817; content:''; margin: 12px auto 0;}
.header__search .open-search{background: transparent!important; width: auto!important; height: auto!important; line-height: 10px;}
.header__search .open-search::after{border:0!important;}
form.header__search__wrap{border: 0;}
#header .header__search.pull-right {position: absolute;top: 27px;right: 80px;width: 20px !important;}
#header__search_big {width: 100px !important;margin: 0px auto !important; display: none;}
.ac_results{left:92px!important; width: 77%!important;}
.wrapper-tabs {margin-top: 60px;}
/*.order-opc .columns-container .container.-responsive > .row, .order .columns-container .container.-responsive > .row, .authentication .columns-container .container.-responsive > .row, .address .columns-container .container.-responsive > .row {margin: 30px auto 0;}*/
.order-opc .columns-container .container.-responsive > .row, .order .columns-container .container.-responsive > .row, .authentication .columns-container .container.-responsive > .row, .address .columns-container .container.-responsive > .row, .addresses .columns-container .container.-responsive > .row, .my-account .columns-container .container.-responsive > .row, 
.history .columns-container .container.-responsive > .row, .order-slip .columns-container .container.-responsive > .row, .identity .columns-container .container.-responsive > .row, .cms .columns-container .container.-responsive > .row, .contact .columns-container .container.-responsive > .row, .prices-drop .columns-container .container.-responsive > .row, 
.discount .columns-container .container.-responsive > .row, .module-blockwishlist-mywishlist .columns-container .container.-responsive > .row, .module-loyaltyrewardpoints-customeraccount .columns-container .container.-responsive > .row, .module-mailalerts-account .columns-container .container.-responsive > .row, .manufacturer .columns-container .container.-responsive > .row{ margin: 30px auto 0;}
#header .cart_block {width: 95%;margin: 0 auto;}
#currencies-block-top{top:13%;padding-right: 15px;}
.header__main-panel{padding-bottom: 0px;}
.footer-logo-link{left: -35px;}
.footer-logo-link img{height: 140px!important;}
.product-manufacturer.dbl{margin-top: 50px;}
#languages-block-top{top: 8.5%;}
.header__account{top: 32px;}
.header__account a, .header__cart .shopping_cart__link:before{font-size: 24px!important;}
.header__main-panel .header__cart{margin-top: 3.5%!important;}
.header__cart .shopping_cart .ajax_cart_quantity {left: 20px!important;top: -5px!important;}
#product.product .pb-left-column, #product.product .pb-center-column  { width: 100%; margin: 0;}


#languages-block-top{top: 15%;height: 140px;width: 40px;}
.header__languages .current {background: transparent!important;color: #ffffff;display: block;cursor: pointer;height: 40px;line-height: 40px;position: relative;text-align: center;text-transform: uppercase;width: 40px;border: 0;top: 24px;left: 5px;}
.header__languages .current span{display: none; font-size: 14px;}
.header__languages img {display: block!important;}

.header__languages .drop-menu{position: absolute!important; z-index: 11111!important; left: 0px!important;top: 80px !important;height: 40px!important;padding: 6px!important; width: 40px!important;background: transparent !important;
color: #fff !important;border: 0; font-size: 16px!important;}
#header #overlay{display: none!important;}
#header .header__search.pull-right {position: absolute;top: 26px;right: 66px;width: 50px !important;}
#header__search_big {width: 100px !important;margin: 0px auto !important; display: none;}
.ac_results{left:38px!important; width: 80%!important;}
#currencies-block-top{top:19%;padding-right: 0px; right: 0;}
#currencies-block-top .drop-menu{position: absolute!important; z-index: 11111!important; left: 2px!important;top: 10px !important;height: 40px!important;padding: 6px!important; width: 40px!important;background: transparent !important;
color: #fff !important;border: 0; font-size: 16px;}
#currencies-block-top .current span, .header__currencies .drop-menu li a {font-size:16px;}
.header__currencies .current{background: transparent!important;}

.footer-block.newsletters h4:after{display: none;}
.toggle-footer.newsletters__box{display: block!important;}
#block_various_links_footer .toggle-footer{display: flex!important;}

}

@media (max-width:767px){
.headline-section, .htmlcontent-tabs .tab_1 a span{font-size: 20px;border-bottom: 1px solid #701817 !important;}
#header_logo{margin: 0!important;padding-top: 5px!important;}
.header__main-panel .header__cart, #block_top_menu {margin-top: 15px!important;}
.btn-to-top{font-size: 24px; right:0; width: 50px; border-radius: 50px 0 0 50px;line-height: 37px;}
.htmlbanners1-inner.js-htmlbanners1-carousel.row.clearfix {display: flex;flex-wrap: wrap;}
.htmlbanners1-inner.js-htmlbanners1-carousel.row.clearfix .col-md-2{display: none;}
.htmlbanners1-inner.js-htmlbanners1-carousel.row.clearfix .top-banner.col-md-2{display: block; width: 50%;padding: 0; margin-bottom: 0!important;}
.htmlbanners1-inner.js-htmlbanners1-carousel.row.clearfix .top-banner.col-md-2.anim-first .banner-link{border: 0!important;width: 100%!important;margin-left: 0!important;}
.nav-theme-tabs {margin-left: 0!important;}
.nav.nav-tabs li a{font-size: 20px!important;}
.nav.nav-tabs li {display: inline-block!important;vertical-align: top;padding: 0 7px!important;position: relative;width: auto!important;}
#htmlbanners5 .tab-content {background: url("https://vipshopitaly.com/img/quote-mob.png") no-repeat 180px -10px;}
#htmlbanners5 .htmlcontent-tabs{/*margin-top:30px;margin-bottom:40px; margin-left:32%;*/ margin: 30px auto 10px;}
.htmlcontent-tabs li a{display: inline;}
.htmlcontent-tabs li{text-align: center; width: auto!important;}
#tab_item_1 p{font-size: 16px;}
.wrapper-tabs__inner  #home-page-tabs.nav.nav-tabs::after{width: 60px; height: 1px; background:#701817; content:''; margin: 0 auto;}
footer .toggle-footer{display: block!important; width: 100%;}
footer .toggle-footer .bullet{display: flex;flex-wrap: wrap;}
.footer .toggle-footer li{width: 37%;float: left;position: relative;top: 35px;left: 65px;}
.owl-item .ajax_block_product{width: 88%!important;padding-left: 0px!important;padding-right: 30px!important;}
.index .owl-prev{left: 0;}
.index .owl-next{right: 0;}
.footer h4{display: none;}
.footer_one .footer_one__inner {padding: 0px 0 0px;text-align: center;}
.footer-container{padding:20px 0;}
.blockcategories_footer{height: 140px!important;}
footer section{height: auto !important;padding-top: 0px !important;}
.blockcategories_footer.footer-block.col-xs-12.col-sm-2 {display: block;width: 50% !important;}
.blockcms__footer{position: relative!important;}
#newsletter_block_left{display: block!important;position: absolute;top: -9px;margin-left: -8%!important;}
.toggle-footer.newsletters__box form{display: none!important;}
#social-links .socials__box li{width:auto!important;left: -26px;}
.socials__item__link{width: 26px!important;}
.footer .socials{margin-left: -25px!important;width: 100%!important;}
.f-social { position: absolute;right:10px;top: 45px;left: auto;}

.category .columns-container .container.-responsive > .row{width: 100%;}
.category .content_scene_cat{width: 100%;}
.category .content_scene_cat .content_scene_cat_bg{height: 125px;min-height:125px!important;width: 100%;background-size: contain;}
.category #left_column {margin-top: 20px;}
.category .content_sortPagiBar {margin: 30px 0 30px 0px;}
.category #center_column {margin-top: 0;}
.category .no-index.product_list.grid.row > div {padding: 0 4px;margin: 0 3px;width: 48%;}
.category .content_scene_cat .cat_desc{padding-top: 30px;}
.category .content_scene_cat .cat_desc .category-name{font-size:20px!important;border-bottom: 1px solid #701817 !important;}
.category-beverages .content_scene_cat .rte{padding-top: 20px; margin-bottom: 0;}


.category .content_scene_cat .content_scene_cat_bg{min-height: 180px!important; background-size: cover!important;}
.category-beverages .content_scene_cat {/*height: 125px;*/width: 100%;background-size: contain;}
.category-beverages .content_scene_cat .cat_desc{bottom:0px;}
.category-beverages .content_scene_cat .category-name{font-size: 30px!important;}
.category-beverages #subcategories > ul{flex-direction: column;gap: 70px;margin-top: -30px;}
.category-beverages #subcategories li{width: 100%!important; margin-bottom: 0;}
.category-beverages #subcategories li:first-child{padding: 0px!important;}
.category-beverages #subcategories li:nth-child(2){padding: 0px!important;}
.category-beverages #subcategories li + li {margin-left: 0px; }
.category-beverages #subcategories li + li + li + li {margin-left: 0px;}
.category-casual-wear #subcategories li, .category-eyewear #subcategories li{width: 100%!important;}
.category-casual-wear #subcategories li + li, .category-eyewear #subcategories li + li{margin-left: 0;}
.category-beverages .subcategory-image h5{padding: 0px 0% 15px !important;font-size: 20px!important;}
.category-beverages #center_column {margin: 0px auto 0px;}
.category-beverages #subcategories {margin: 0px -10px 0;}

.category-beauty  .content_scene_cat {/*height: 125px;*/width: 100%;background-size: contain;}
.category-beauty  .content_scene_cat .cat_desc{bottom:0px;}
.category-beauty  .content_scene_cat .category-name{font-size: 30px!important;}
.category-beauty  #subcategories {margin:0px -10px 0;}
.category-beauty  #subcategories > ul{flex-direction: column;gap: 70px;}
.category-beauty  #subcategories li{width: 100%!important; margin-bottom: 0;}
.category-beauty  #subcategories li:first-child{padding: 0px!important;}
.category-beauty  #subcategories li:nth-child(2){padding: 0px!important;}
.category-beauty  #subcategories li + li {margin-left: 0px; }
.category-beauty #subcategories li + li + li + li {margin-left: 0px;}
.category-beauty  .subcategory-image h5{padding: 0px 0% 15px !important;font-size: 20px!important;}
.category-beauty  #center_column {margin: 0px auto 0px;}

.category-accessories  .content_scene_cat {/*height: 125px;*/width: 100%;background-size: contain;}
.category-accessories  .content_scene_cat .cat_desc{bottom: 0;}
.category-accessories  .content_scene_cat .category-name{font-size: 30px!important;}
.category-accessories  #subcategories {margin:0px -10px 0;}
.category-accessories  #subcategories > ul{flex-direction: column;gap: 70px;}
.category-accessories  #subcategories li{width: 100%!important; margin-bottom: 0;}
.category-accessories  #subcategories li:first-child{padding: 0px!important;}
.category-accessories  #subcategories li:nth-child(2){padding: 0px!important;}
.category-accessories  #subcategories li + li {margin-left: 0px; }
.category-accessories  #subcategories li + li + li + li {margin-left: 0px;}
.category-accessories  #subcategories li + li + li + li + li {margin-left: 0px; }
.category-accessories  #subcategories li + li + li + li + li + li{margin-left: 0px; }
.category-accessories  .subcategory-image h5{padding: 0px 0% 15px !important;font-size: 20px!important;}
.category-accessories  #center_column {margin: 0px auto 0px;}

.category-home .content_scene_cat {/*height: 125px;*/width: 100%;background-size: contain;}
.category-home .content_scene_cat .cat_desc{bottom: 0;}
.category-home .content_scene_cat .category-name{font-size: 30px!important;}
.category-home #subcategories {margin:0px -10px 0;}
.category-home #subcategories > ul{flex-direction: column;gap: 70px;}
.category-home #subcategories li{width: 100%!important; margin-bottom: 0;}
.category-home #subcategories li:first-child{padding: 0px!important;}
.category-home #subcategories li:nth-child(2){padding: 0px!important;}
.category-home #subcategories li + li {margin-left: 0px; }
.category-home #subcategories li + li + li + li {margin-left: 0px;}
.category-home .subcategory-image h5{padding: 0px 0% 15px !important;font-size: 20px!important;}
.category-home #center_column {margin: 0px auto 0px;}

#product.product .pb-left-column {width: 100%;margin: 0; padding: 0;}
#product.product .pb-center-column{width: 100%;}
#product.product .pb-left-column h1{color:#dbc187; font-size: 22px; text-transform: capitalize; text-shadow: 0 0 5px #000;}
#product.product .breadcrumb.clearfix{margin: 10px auto 20px;}
#product.product .pb-center-column .our_price_display .price {font-size: 30px;}
.nav.nav-tabs_alternative {margin-bottom: 10px;margin-top: 50px;}
#product.product .pb-center-column #add_to_cart .exclusive{font-size: 20px;}
.blockproductscategory .headline-section {margin-bottom: 40px !important; font-size: 20px;}

.no-index.product_list.grid.row{margin-left:-6px!important; margin-right:-6px!important;}
.sortPagiBar{margin: 0 auto!important;width: 100%!important;}
.category .content_sortPagiBar {margin: 10px 0 30px 0px;}
.category .content_sortPagiBar #productsSortForm, .manufacturer .content_sortPagiBar #productsSortForm{width: 100%;}
.category .sortPagiBar .selector {width: 100% !important;}
.category #left_column{width: 100%;}
.category .block {width: 100%;margin: 0 auto;}
.category .block .title_block{padding: 5px 13px!important; color: #2d2d2d!important;background-color: #fff;height: 35px;border: 2px solid #e3e3e3;font-size: 13px;margin: 0;line-height: 20px; font-weight: 400;text-transform: capitalize;}
.category .block .title_block::after, .block h4::after {display: block;font-family: "FontAwesome";content: "\f107";position: absolute;right: 13px!important;top: 6px!important;font-size: 12px!important;font-weight: normal;cursor: pointer;color: #2d2d2d!important;}
.wrapper-tabs__inner .owl-stage-outer {padding-top: 20px !important;}

.search .columns-container .container.-responsive > .row{width: 100%;margin: 0px auto 0;}
.search .content_scene_cat{width: 100%;}
.search .content_scene_cat .content_scene_cat_bg{height: 125px;min-height:125px!important;width: 100%;background-size: contain;}
.search #left_column {margin-top: 40px;width: 100%;}
.search .content_sortPagiBar {margin: 10px 0 30px 0px;}
.search #center_column {margin-top: 0;}
.search .no-index.product_list.grid.row > div {padding: 0 4px;margin: 0 3px;width: 48%;}
.search .content_scene_cat .cat_desc{padding-top: 30px;}
.search .content_scene_cat .cat_desc .category-name{font-size:30px!important;}
.search .block {width: 100%;margin: 0 auto;}
.search .block .title_block{padding: 5px 13px!important; color: #2d2d2d!important;background-color: #fff;height: 35px;border: 2px solid #e3e3e3;font-size: 13px;margin: 0;line-height: 20px; font-weight: 400;text-transform: capitalize;}
.search .block .title_block::after, .block h4::after {display: block;font-family: "FontAwesome";content: "\f107";position: absolute;right: 13px!important;top: 6px!important;font-size: 12px!important;font-weight: normal;cursor: pointer;color: #2d2d2d!important;}
.search #productsSortForm{width: 100%;}
.search #productsSortForm .form-control{height: 35px;}
.search .page-heading.product-listing{display: block;position: absolute;top: 60px;}
.search .no-index.product_list.grid.row{margin-top: 70px;}
#search_display_top, #button_display_top{display: block!important;}
.header__search .open-search{background: transparent!important; width: auto!important; height: auto!important; line-height: 10px;}
.header__search .open-search::after{border:0!important;}
form.header__search__wrap{border: 0;}
.wrapper-tabs {margin-top: 30px;}
/*.order-opc .columns-container .container.-responsive > .row, .order .columns-container .container.-responsive > .row, .authentication .columns-container .container.-responsive > .row, .address .columns-container .container.-responsive > .row {width: 100%;margin: 30px auto 0;}*/
.order-opc .columns-container .container.-responsive > .row, .order .columns-container .container.-responsive > .row, .authentication .columns-container .container.-responsive > .row, .address .columns-container .container.-responsive > .row, .addresses .columns-container .container.-responsive > .row, .my-account .columns-container .container.-responsive > .row, 
.history .columns-container .container.-responsive > .row, .order-slip .columns-container .container.-responsive > .row, .identity .columns-container .container.-responsive > .row, .cms .columns-container .container.-responsive > .row, .contact .columns-container .container.-responsive > .row, .prices-drop .columns-container .container.-responsive > .row,  
.discount .columns-container .container.-responsive > .row, .module-blockwishlist-mywishlist .columns-container .container.-responsive > .row, .module-loyaltyrewardpoints-customeraccount .columns-container .container.-responsive > .row, .module-mailalerts-account .columns-container .container.-responsive > .row, .manufacturer .columns-container .container.-responsive > .row{width: 100%; margin: 30px auto 0;}
#header .cart_block {width: 95%;margin: 0 auto;}
.cart_summary__footer.table.table-bordered.stock-management-on tr.cart_total_delivery td{display: inline;}
.cart_summary__footer.table.table-bordered.stock-management-on tr.cart_total_voucher unvisible td{display: inline;}
.cart_summary__footer.table.table-bordered.stock-management-on tr.cart_total_price unvisible td{display: inline;}
#languages-block-top{top: 13%;height: 140px;width: 40px;}
.header__languages .current {background: transparent!important;color: #ffffff;display: block;cursor: pointer;height: 40px;line-height: 40px;position: relative;text-align: center;text-transform: uppercase;width: 40px;border: 0;top: -18px;left: 5px;}
.header__languages .current span{display: none; font-size: 14px;}
.header__languages img {display: block!important;}

.header__languages .drop-menu{position: absolute!important; z-index: 11111!important; left: 0px!important;top: 35px !important;height: 40px!important;padding: 6px!important; width: 40px!important;background: transparent !important;
color: #fff !important;border: 0; font-size: 16px!important;}
#header #overlay{display: none!important;}
#header .header__search.pull-right {position: absolute;top: 23px;right: 50px;width: 50px !important;}
#header__search_big {width: 100px !important;margin: 0px auto !important; display: none;}
.ac_results{left:38px!important; width: 80%!important;}
#currencies-block-top{top:24%;padding-right: 0px; right: 0;}
#currencies-block-top .drop-menu{position: absolute!important; z-index: 11111!important; left: 2px!important;top: 16px !important;height: 40px!important;padding: 6px!important; width: 40px!important;background: transparent !important;
color: #fff !important;border: 0; font-size: 16px;}
#currencies-block-top .current span, .header__currencies .drop-menu li a {font-size:16px;}
.header__currencies .current{background: transparent!important;}
.product-manufacturer.dbl {margin-top: 30px;}
.product-manufacturer__link {max-width:150px!important;}
.footer-logo-link{left: -10px;top: 17px;}
.footer-logo-link img{height: 100px!important;}
.tab-content #tab-more-info p iframe{width: 100%!important;}
.-js-carousel-manufacturers .manufacturers-box__item{width: 90%!important;}
.manufacturers-box, .top-banners {margin-top: 20px!important;}
.manufacturers-box .headline-section {margin-bottom: 30px !important;}
#block_various_links_footer .toggle-footer li a{font-size: 14px!important;}
#index #page{padding-top: 77px !important;}
#usefull_link_block li a {font-size: 19px !important; width: 1em !important; line-height:2.34em !important; }
.header__account{right: 10px; top: 32px;}
.header__account a, .header__cart .shopping_cart__link:before{font-size: 20px!important;}
.header__main-panel .header__cart {margin-top: 20px !important;padding-right: 30px;}
.header__cart .shopping_cart .ajax_cart_quantity {left: 15px!important;top: -5px!important;}
div#HOOK_PAYMENT {width: 100%;display: flex;flex-direction: column;}
#HOOK_PAYMENT #stripe-card-payment{width: 100%!important;}
#HOOK_PAYMENT .row { width: 100% !important;}
}


@media(max-width:480px){
.htmlcontent-tabs, #htmlbanners5 .tab-content{width:auto;}
#page {padding-top: 77px !important;}
.homefeatured, #htmlbanners5, .header__main-panel__wrapper, .footer, .carousel--arrows-skine-one, #blocknewproducts, #blockbestsellers{width:100%;}
.floating_menu{top:80px;}
.headline-section{margin-bottom:50px !important;}
/*.headline-section:after{left:32%;}*/
#htmlbanners5 .headline-section{display:none;}
#htmlbanners5 .htmlcontent-tabs{/*margin-top:30px;margin-bottom:40px; margin-left:32%;*/ margin: 30px auto 10px;}
.htmlcontent-tabs li a{display: inline;}
.htmlcontent-tabs li{text-align: center;}
footer section{width:100% !important; margin:auto;padding-top:0}
footer .toggle-footer{display:block;}
#newsletter_block_left{display:none;}
.blockcategories_footer{background-position:50%;}
.owl-item .ajax_block_product{width:100%;}
.category .no-index.product_list.grid.row > div{width: 47%;}
.manufacturer .no-index .ajax_block_product{width: 47%; margin: 0 4px; padding: 0 4px;}
}

@media (max-width: 360px) {
#currencies-block-top {top: 24%;padding-right: 0px;right: 0;}
.footer .socials {margin-left: -6px !important;}
.f-social{right: -8px;}
}


#new-products_block_right {
	display: none;
}
#js-fancybox-share .social-first {
	display: none;
}