@charset "utf-8";/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!
 *  Font Awesome 4.1.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(/templates/theme565/fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(/templates/theme565/fonts/fontawesome-webfont.eot#iefix&v=4.1.0) format('embedded-opentype'), url(/templates/theme565/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(/templates/theme565/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(/templates/theme565/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #777777;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0089c2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0089c2;
}
a.text-primary:hover {
  color: #00658f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0089c2;
}
a.bg-primary:hover {
  background-color: #00658f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 97.333333333333336%; /** 58.333333333333336%;  **/
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 33px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 24px;
  right: 0;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #c5c31a;
  border-color: #c5c31a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #c5c31a;
  border-color: #c5c31a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0089c2;
  border-color: #0077a9;
}
.btn-primary .badge {
  color: #0089c2;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #c5c31a;
  border-color: #c5c31a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #a39904;
  border-color: #a39904;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #43b155;
  border-color: #3c9f4c;
}
.btn-success .badge {
  color: #43b155;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
  margin-right: 3px; /** ajout AMP **/
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #41464c;
  border-color: #41464c;
  margin-right: 3px; /** ajout AMP **/
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #61676d;
  border-color: #61676d;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0089c2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/templates/theme565/fonts/glyphicons-halflings-regular.eot);
  src: url(/templates/theme565/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(/templates/theme565/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/templates/theme565/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/templates/theme565/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0089c2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000000;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0089c2;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15.5px 15px;
  font-size: 17px;
  line-height: 19px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0089c2;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0089c2;
  border-color: #0089c2;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0089c2;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00658f;
}
.label-success {
  background-color: #43b155;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #358c43;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.thumbnail .caption {
  padding: 9px;
  color: #777777;
}
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  background-color: #0089c2;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #43b155;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0089c2;
  border-color: #0089c2;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #8fdeff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 19px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #0089c2;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0089c2;
  border-color: #0089c2;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0089c2;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0089c2;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.zoomPad{
	position:relative;
	/*float:left;*/
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(/templates/theme565/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 35px 15px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110% !important;
	top:0px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #d6d4d4;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /*font: 14px Helvetica, Arial;*/
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;  /*Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  /*border-radius: 6px;*/
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
#swipebox-slider .slide {
  background: url(/templates/theme565/images/swipebox/loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide img{
  background: #0d0d0d;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(/templates/theme565/images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

#swipebox-slider.rightSpring {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
  background-image: -webkit-linear-gradient(top, #0d0d0d, black);
  background-image: linear-gradient(to bottom, #0d0d0d, black);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/* =================================================*/
/* THEME VARIABLES
====================================================*/
/* Typography */
/* Colors */
/* Navigation */
/* =================================================*/
/* BOOTSTRAP VARIABLES
====================================================*/
.form-group.quantity {
  display: none!important;
}
.mod_virtuemart_product .products-listing .form-group {
  float: none!important;
  display: block;
}
#products_example .product_addtocart .addtocart-button {
  background: #333;
}
#products_example .product_addtocart .addtocart-button:hover {
  background: #fff;
  color: #333;
}
#checkoutFormSubmit[disabled] {
  background: #ff0309;
  border: none;
  color: #fff;
  text-shadow: none;
}
#checkoutFormSubmit[disabled]:hover,
#checkoutFormSubmit[disabled]:active,
#checkoutFormSubmit[disabled]:focus {
  background: #333;
  color: #fff;
}
/* Forms */
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="text"],
select,
.quantity-plus,
.quantity-minus,
textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 12px;
  color: #777777;
  vertical-align: middle;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  box-shadow: none;
}
.addtocart-bar .form-inline {
  overflow: hidden;
}
.addtocart-bar .form-inline .form-group {
  float: left;
}
.form-inline {
  width: 100%;
  clear: both;
}
.form-inline .quantity-controls,
.form-inline .quantity-box {
  display: inline-block;
  float: left;
}
.form-inline .quantity-input {
  height: 43px;
}
.form-inline .quantity-controls {
  width: 30px;
  margin-left: 2px;
  font-size: 12px;
}
.form-inline .quantity-plus,
.form-inline .quantity-minus {
  display: block;
  margin-bottom: 3px;
  width: auto;
  padding: 3px 6px;
  height: 20px;
  cursor: pointer;
}
.form-inline .quantity-plus:hover,
.form-inline .quantity-minus:hover {
  color: #000;
}
.form-inline input,
.form-inline select {
  width: auto;
  display: inline-block;
}
.static-field {
  padding: 6px 0;
}
textarea {
  resize: vertical;
  height: auto;
}
.quantity-input,
.form-inline .quantity-input {
  width: 75px!important;
  line-height: 20px;
  padding: 0 12px;
}
input.required.invalid {
  border-color: #a94442;
}
.chzn-container-single .chzn-single {
  height: 34px;
  padding: 4px 12px;
}
.chzn-container-single .chzn-single div {
  right: 6px;
  top: 3px;
}
input.counter {
  padding: 5px;
  height: auto;
  margin: 0 6px;
  position: relative;
  top: -2px;
}
.controls {
  position: relative;
}
img.calendar {
  position: absolute;
  z-index: 20;
  top: 0.5em;
  right: 0.5em;
}
/* Lists */
.aside .mod_virtuemart_product.spec {
  background: none;
  overflow: hidden;
}
.aside .mod_virtuemart_product.spec .module_title {
  text-align: left;
}
.aside .mod_virtuemart_product.spec .module_content {
  padding: 0;
  width: 100%;
}
.aside .mod_virtuemart_product.spec .module_content .vm-products {
  width: 100%;
  margin: 0 0px!important;
}
.aside .mod_virtuemart_product.spec .module_content .listing__grid {
  margin: 0 0px 1px!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside .mod_virtuemart_product.spec .module_content .listing__grid {
    margin: 0 -10px 1px -10px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .aside .mod_virtuemart_product.spec .module_content .listing__grid {
    margin: 0 -10px 1px -10px !important;
  }
}
.aside .mod_virtuemart_product.spec .module_content .rows {
  width: 100%;
  overflow: inherit;
}
.aside .mod_virtuemart_product.spec .module_content .item_product {
  padding: 0;
  width: 100%!important;
  float: none;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside .mod_virtuemart_product.spec .module_content .item_product {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside .mod_virtuemart_product.spec .module_content .item_product {
    width: 33%!important;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .aside .mod_virtuemart_product.spec .module_content .item_product {
    width: 33%!important;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .aside .mod_virtuemart_product.spec .module_content .item_product {
    margin-bottom: 21px;
  }
}
.list {
  padding: 0;
}
.list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  list-style: none;
  text-transform: uppercase;
}
.list li a {
  color: #6f828c;
}
.list li a:hover {
  color: #000;
}
.list li:first-child {
  border: none;
}
.list li.active a {
  color: #000;
}
.listing__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vm-products {
  width: 100%;
  margin-bottom: 10px!important;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vm-products {
    margin-bottom: 10px!important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .vm-products {
    overflow: inherit;
  }
}
.listing__grid {
  list-style: none;
  margin: 0 0px;
  padding: 0;
  width: auto;
}
.listing__grid .product.item_product {
  width: 300px!important;
  margin-bottom: 0;
  float: left;
  padding: 0 15px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .listing__grid .product.item_product {
    width: 242px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing__grid .product.item_product {
    width: 233px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .listing__grid .product.item_product {
    margin-bottom: 0px;
    width: 50%!important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .listing__grid .product.item_product {
    margin-bottom: 0px;
    width: 100%!important;
  }
}
.listing__grid .item {
  margin-bottom: 30px;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing__grid .item {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing__grid .item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 49%!important;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.listing__grid .item .product_wrap {
  padding: 0;
  background: none;
  border: none;
  border-left: none;
  border-top: none;
  text-align: left;
  margin-bottom: 0px;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width: 991px) {
  .listing__grid .item .product_wrap {
    padding: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .listing__grid .item .product_wrap {
    padding: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .listing__grid .item .product_wrap {
    padding: 0px;
  }
}
.listing__grid .item .product_wrap .PricesalesPriceWithDiscount {
  display: none!important;
  color: #c5c31a;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  padding-left: 4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing__grid .item .product_wrap .form-group {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing__grid .item .product_wrap .rating-text.pull-right {
    float: none!important;
  }
}
.listing__grid .item__product.sale .PricesalesPriceWithDiscount,
.listing__grid .item_product.sale .PricesalesPriceWithDiscount,
.listing__grid .item__product.sale .PricesalesPrice,
.listing__grid .item_product.sale .PricesalesPrice {
  display: block!important;
  color: #c5c31a;
}
.listing__grid .item__product.sale .PricesalesPriceWithDiscount,
.listing__grid .item_product.sale .PricesalesPriceWithDiscount {
  color: #7f7f25;
  font-size: 29px;
  text-decoration: line-through;
  line-height: 54px;
  position: relative;
  padding-left: 0px;
  margin-top: -8px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .listing__grid .item__product.sale .PricesalesPriceWithDiscount,
  .listing__grid .item_product.sale .PricesalesPriceWithDiscount {
    font-size: 19px;
    line-height: 24px;
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing__grid .item__product.sale .PricesalesPriceWithDiscount,
  .listing__grid .item_product.sale .PricesalesPriceWithDiscount {
    font-size: 19px;
    line-height: 24px;
    margin-top: 0px;
  }
}
.vm-category_product-listing {
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .vm-category_product-listing .row {
    clear: none;
    display: inline;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .vm-category_product-listing .row:after {
    clear: none;
  }
}
.vm-category_product-listing .listing__grid {
  margin: 0 0;
  width: auto;
}
/* Images */
.productdetails .product_images__add .product-image > img {
  background: #fff;
}
.item_image,
.vm_cart_products .image,
.product-field-display > a > img {
  border: none;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  .item_image,
  .vm_cart_products .image,
  .product-field-display > a > img {
    padding: 10px;
  }
}
.item_image > img,
.vm_cart_products .image > img,
.product-field-display > a > img > img {
  max-width: 100%;
  background: #f8f8f8;
}
.item_image a,
.vm_cart_products .image a,
.product-field-display > a > img a {
  display: block;
}
.item_image.category_image img,
.vm_cart_products .image.category_image img,
.product-field-display > a > img.category_image img {
  max-width: 100%;
}
.item_image__left {
  float: left;
  margin-right: 1em;
}
.article_image {
  border: none;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 100%;
  background: #f6f6f6;
  margin-bottom: 20px;
}
.article_image__left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}
.article_image__right {
  float: left;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}
@media (max-width: 480px) {
  .article_image__left,
  .article_image__right {
    max-width: 100%;
  }
}
.product-field-display > a > img {
  background: none repeat scroll 0 0 #fbfbfb;
  border: none!important;
  padding: 5px;
}
/*========================================================
                    5. Modules
=========================================================*/
/* Currency Selector */
.selectboxit .fa-sort {
  top: 9px;
}
.selectboxit .fa-sort:before {
  color: #333;
  font-style: normal;
  content: "\f0d7";
  font-size: 14px;
  line-height: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}
.selectboxit-open .fa-sort:before {
  content: "\f0d8";
}
.selectboxit-open:hover .fa-sort .fa-sort:before,
.selectboxit:hover .fa-sort:before {
  color: #777!important;
}
.mod_virtuemart_currencies {
  text-align: left;
  padding: 20px 0 0 0px;
  min-height: 24px;
  border-left: none;
  float: none;
  margin: 0px 0 0 0px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mod_virtuemart_currencies {
    border-left: none;
    margin: 10px 0 0 0px;
    padding: 0px 0px 0px 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_virtuemart_currencies {
    margin: 0 auto;
    text-align: center;
    float: none;
    width: auto;
    display: table;
    border: none;
    padding: 0 0 10px 0;
  }
}
.mod_virtuemart_currencies .module_header,
.mod_virtuemart_currencies .module_content {
  display: inline-block;
  float: left;
}
.mod_virtuemart_currencies .module_header {
  width: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .mod_virtuemart_currencies .module_content {
    width: 60;
  }
}
.mod_virtuemart_currencies .module_title {
  display: inline-block;
  color: #fff;
  text-transform: none;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 2px 0 0 0;
  font-weight: 400;
  background: none;
  border: none;
}
.mod-currency-selector {
  display: inline-block;
  padding-left: 5px;
}
.mod-currency-selector .selectboxit-container {
  height: 20px!important;
  line-height: 20px!important;
  display: inline;
}
.mod-currency-selector .selectboxit-container .selectboxit {
  margin-top: -1px;
  font-size: 13px!important;
  line-height: 20px!important;
  font-family: 'Raleway', sans-serif !important;
  display: inline-block;
  color: #c5c31a!important;
  height: auto!important;
  padding: 3px 22px 4px 0px;
  box-shadow: none!important;
  text-transform: none;
  font-weight: 400!important;
  max-width: 180px!important;
  border: none;
  background: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mod-currency-selector .selectboxit-container .selectboxit > span {
  height: auto!important;
  line-height: 20px!important;
}
.mod-currency-selector .selectboxit-container .selectboxit .fa-sort {
  top: 12px;
  right: 6px;
}
.mod-currency-selector .selectboxit-container .selectboxit .fa-sort:before {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-style: normal;
  content: "\f107";
  font-size: 14px;
  line-height: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: -5px;
  top: 0px;
  text-align: center;
}
.mod-currency-selector .selectboxit-container .selectboxit-open .fa-sort:before {
  content: "\f106";
  color: #fff;
}
.mod-currency-selector .selectboxit-container .selectboxit-options.selectboxit-list {
  border: 1px solid #dbdbdb;
  background: #fff;
  width: 93%!important;
  min-width: inherit!important;
  max-width: none!important;
}
.mod-currency-selector .selectboxit-container .selectboxit-options.selectboxit-list li a {
  color: #777;
}
.mod-currency-selector .selectboxit-container .selectboxit-options.selectboxit-list li a:hover {
  color: #000;
}
.mod-currency-selector .selectboxit-container .sbOptions {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  min-width: 150px;
}
.mod-currency-selector .selectboxit-container .sbOptions a {
  color: #000;
}
.mod-currency-selector .selectboxit-container .sbOptions a:hover {
  background: none;
  color: #777;
}
.mod-currency-selector .selectboxit-container .sbOptions:after {
  border: none;
}
.mod-currency-selector .selectboxit-btn.selectboxit-enabled:hover,
.mod-currency-selector .selectboxit-btn.selectboxit-open,
.mod-currency-selector .selectboxit-open:hover .fa-sort .fa-sort:before,
.mod-currency-selector .selectboxit:hover .fa-sort:before {
  color: #fff!important;
}
/* VM Search */
.mod_search {
  overflow: hidden!important;
  width: 100%;
  max-width: 270px;
  height: 60px;
  padding: 0px 0 0 0;
  margin: 0px 0 0px 0px;
  float: right;
  background: #c1c2c3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_search {
    float: none;
    text-align: center;
    margin: 10px auto;
    max-width: 270px;
  }
}
.mod_search .search-form {
  margin-top: 0px;
  text-align: left;
  position: relative;
}
.mod_search .search-form .form-inline {
  position: relative;
}
.mod_search .search-form .inputbox {
  height: 48px;
  padding: 10px 10px 10px 10px;
  line-height: 30px;
  width: 120px;
  border: none;
  box-shadow: none!important;
  display: block;
  background: none;
  color: #000;
  border-right: none;
  text-transform: none;
  font-weight: 400;
  text-transform: capitalizee;
  font-size: 12px;
  margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_search .search-form .inputbox {
    width: 210px;
  }
}
.search-form .btn-search {
  margin-left: 0px;
  font-size: 16px;
  line-height: 30px;
  background: none;
  color: #2c2e32;
  padding: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.search-form .btn-search .fa {
  line-height: 32px;
  position: relative;
  top: -3px;
}
.search-form .btn-search:hover {
  color: #777;
}
#vm_ajax_search_results2112 {
  margin-left: 0px;
  margin-top: 1px!important;
}
body div.res_a_s {
  width: 270px !important;
  padding-bottom: 1em;
}
body div.res_a_s div.vm_ajax_search_header2 {
  font-weight: bold;
  font-size: 0.8em;
  background-color: #d12d34;
  color: #000000;
  margin-bottom: 2em;
  float: none;
  width: 100%;
  padding: 0.5em 2em 0.5em 0.5em;
  position: relative;
}
body div.res_a_s div.vm_ajax_search_header2 .product_lnk_ajax {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  color: #3a3939 !important;
  outline: none;
}
body div.res_a_s div.vm_ajax_search_header2 .product_lnk_ajax i {
  color: #3a3939 !important;
}
body div.res_a_s div.vm_ajax_search_header2 .product_lnk_ajax i:hover {
  color: #d1d1d1 !important;
}
body div.res_a_s div.vm_ajax_search_header2 .product_lnk_ajax:hover {
  color: #d1d1d1 !important;
}
body div.res_a_s .floatleft {
  margin-right: 1em;
}
body div.res_a_s .floatleft div {
  position: relative !important;
  border: none !important;
}
body div.res_a_s img {
  width: 100%;
}
body div.res_a_s div.vm_ajax_search_row_1,
body div.res_a_s div.vm_ajax_search_row_2 {
  cursor: hand;
  width: 100%;
  float: none;
  padding: 0 0.5em;
  margin: 0;
  margin-bottom: 1em;
}
body div.res_a_s div.vm_ajax_search_row_1 {
  background-color: #ffffff;
}
body div.res_a_s div.vm_ajax_search_row_2 {
  background-color: #ffffff;
}
body div.res_a_s .product_lnk_ajax_text {
  color: #6f6f6f !important;
}
body div.res_a_s .product_lnk_ajax_text:hover {
  color: #3a3939 !important;
}
/* VM Cart */
.mod_virtuemart_cart_tm:hover .module_title,
.mod_virtuemart_cart_tm:hover .module_title:before {
  color: #000;
}
.mod_virtuemart_cart_tm {
  margin: 20px 0 10px 20px;
  padding: 0px 0 0 16px;
  text-align: right;
  position: relative;
  z-index: 999;
  float: right;
  width: auto;
  height: 22px;
  border-radius: 0;
  background: none;
  border-left: 1px solid #474747;
}
.mod_virtuemart_cart_tm:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  font-size: 31px;
  line-height: 32px;
  margin-right: 16px;
  color: #c5c31a;
  position: relative;
  top: -5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mod_virtuemart_cart_tm {
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_virtuemart_cart_tm {
    margin: 0px auto 10px;
    text-align: center;
    float: none;
    display: table;
    border: none;
    padding-left: 0;
    margin-top: 0;
    padding: 0px 0 0 0px;
  }
}
.mod_virtuemart_cart_tm .module_header,
.mod_virtuemart_cart_tm .module_content {
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 480px) and (max-width: 768px) {
  .mod_virtuemart_cart_tm .module_header,
  .mod_virtuemart_cart_tm .module_content {
    padding: 0px 0 0px 0;
  }
}
@media (max-width: 480px) {
  .mod_virtuemart_cart_tm .module_header,
  .mod_virtuemart_cart_tm .module_content {
    padding: 0px 0 0px 0;
  }
}
.mod_virtuemart_cart_tm .module_title {
  font: 300 14px/20px Arial, Helvetica, sans-serif;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  color: #fff;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0;
  position: relative;
  background: none;
  top: 0;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.minicart {
  padding-left: 0px;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.minicart > i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 32px;
  color: #d12d34;
  display: none;
}
.minicart .total_products {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.minicart .total {
  display: none;
}
.cart_num .crt-text {
  display: none;
}
.cart_num a {
  color: #fff;
  margin-left: 0px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: 0px;
  position: relative;
  top: -10px;
  font-weight: 300;
  text-transform: none;
  font-family: Roboto;
}
.cart_num a:hover {
  color: #c5c31a;
}
.vm_cart_products .container {
  width: 100%!important;
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
}
.vm_cart_products .image {
  float: left;
  margin-right: 10px;
  width: 40%;
}
.vm_cart_products .image img {
  width: 100%;
}
.vm_cart_products .fleft {
  overflow: hidden;
}
#cart_list {
  overflow: hidden;
  text-align: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  z-index: 99;
  padding: 10px;
  width: 300px;
  cursor: default;
}
@media (min-width: 767px) and (max-width: 991px) {
  #cart_list {
    float: none;
    right: auto;
    right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #cart_list {
    right: -100px;
  }
}
#cart_list .marg-bot {
  text-align: left;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #cart_list .image {
    display: none;
  }
}
#cart_list .product_name a {
  color: #000;
}
#cart_list .product_name a:hover {
  color: #d12d34;
}
#cart_list .total {
  font-size: 1.2em;
  color: #000;
  text-align: center;
  margin-bottom: 0px;
}
#cart_list .total .total2 {
  padding-bottom: 20px;
}
#cart_list .total .total2 strong {
  font-weight: normal;
  color: #ff0309;
  padding-left: 5px;
}
#cart_list .show_cart {
  text-align: center;
}
#cart_list .show_cart a {
  display: inline-block;
  width: auto;
}
.cart-popup .cart-popup_heading {
  margin: 20px 0;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
  clear: both;
  background: none;
  color: #333;
  border: none;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-popup .cart-popup_heading {
    margin: 0px 0;
  }
}
.cart-popup .btn-primary,
.cart-popup .btn-default {
  font-size: 16px;
}
.cart-popup .btn-primary span span,
.cart-popup .btn-default span span {
  padding: 15px 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-popup .btn-primary,
  .cart-popup .btn-default {
    float: none!important;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .minicart {
    text-align: right;
  }
}
/* Categories */
@media (min-width: 768px) and (max-width: 991px) {
  .aside .moduletable.mod_articles_categories {
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside .moduletable.mod_articles_categories {
    margin-top: 0px;
  }
}
.aside .moduletable.mod_articles_categories .module_title {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  padding: 14px 30px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside .moduletable.mod_articles_categories .module_title {
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside .moduletable.mod_articles_categories .module_title {
    border: none;
  }
}
.aside .moduletable.mod_articles_categories .module_content {
  padding: 0;
}
.aside .moduletable.mod_articles_categories li:first-child {
  border-top: none;
}
.aside .moduletable.mod_articles_categories li.active a {
  color: #fff;
  background: #c5c31a;
}
.aside .moduletable.mod_articles_categories li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  border-top: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 1px 0;
  background: none;
}
.aside .moduletable.mod_articles_categories li a {
  color: #000;
  background: #f2f2f2;
  display: block;
  padding: 15px 20px;
}
.aside .moduletable.mod_articles_categories li a:hover {
  color: #fff;
  background: #c5c31a;
}
.aside .moduletable.mod_virtuemart_manufacturer .module_title {
  border: none;
  background: #000;
  color: #fff;
  padding: 14px 30px 15px;
}
.aside .moduletable.mod_virtuemart_manufacturer .module_content {
  padding: 0;
}
.aside .moduletable.mod_virtuemart_manufacturer ul {
  margin: 0;
  padding: 0;
}
.aside .moduletable.mod_virtuemart_manufacturer li:first-child {
  border-top: none;
}
.aside .moduletable.mod_virtuemart_manufacturer li.active a {
  color: #fff;
  background: #c5c31a;
}
.aside .moduletable.mod_virtuemart_manufacturer li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  border-top: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 0 0 0;
  background: none;
}
.aside .moduletable.mod_virtuemart_manufacturer li a {
  color: #000;
  background: #f2f2f2;
  display: block;
  padding: 15px 20px;
}
.aside .moduletable.mod_virtuemart_manufacturer li a:hover {
  color: #fff;
  background: #c5c31a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside .moduletable.mod_virtuemart_category {
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside .moduletable.mod_virtuemart_category {
    margin-top: 0px;
  }
}
.aside .moduletable.mod_virtuemart_category .module_title {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  padding: 14px 30px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside .moduletable.mod_virtuemart_category .module_title {
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside .moduletable.mod_virtuemart_category .module_title {
    border: none;
  }
}
.aside .moduletable.mod_virtuemart_category .module_content {
  padding: 0;
}
.list__categories {
  margin: 0;
  padding: 0;
}
.list__categories > li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  border-top: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 1px 0;
  background: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .list__categories > li {
    font-size: 13px;
  }
}
.list__categories > li a {
  color: #000;
  background: #f2f2f2;
  display: block;
  padding: 15px 20px;
}
.list__categories > li a:hover {
  color: #fff;
  background: #c5c31a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .list__categories > li a {
    padding: 15px 15px;
  }
}
.list__categories > li .VmArrow {
  position: absolute;
  right: 6px;
  top: 8px;
  display: block;
  padding: 6px;
  line-height: 20px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  font-weight: 400;
}
.list__categories > li .VmArrow i {
  color: #000;
  font-size: 20px;
}
.list__categories > li .list-sub {
  border-top: none;
  padding: 0px 0px 0px 0px;
  margin: 1px 0px -1px 0px;
  background: none;
}
.list__categories > li .list-sub > li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0 1px 0;
  border: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .list__categories > li .list-sub > li {
    text-transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list__categories > li .list-sub > li {
    text-transform: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list__categories > li .list-sub > li {
    text-transform: none;
  }
}
.list__categories > li .list-sub > li a {
  background: #e5e5e5;
  color: #000;
  display: block;
  padding: 15px 20px;
}
.list__categories > li .list-sub > li a:hover {
  color: #a39904;
}
.list__categories > li .list-sub > li .VmArrow {
  position: absolute;
  right: 8px;
  top: 8px;
  display: block;
  padding: 5px 5px;
  line-height: 20px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  font-weight: 400;
}
.list__categories > li .list-sub > li .VmArrow i {
  color: #000;
  font-size: 20px;
}
.list__categories > li .list-sub > li .list-sub {
  border-top: none;
  padding: 0 0 0 0;
  margin: 1px 0 -1px 0;
  background: none;
}
.list__categories > li .list-sub > li .list-sub > li {
  list-style: none;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0 1px 0;
  border: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .list__categories > li .list-sub > li .list-sub > li {
    text-transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list__categories > li .list-sub > li .list-sub > li {
    text-transform: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list__categories > li .list-sub > li .list-sub > li {
    text-transform: none;
  }
}
.list__categories > li .list-sub > li .list-sub > li a {
  background: #e5e5e5;
  color: #000;
  display: block;
  padding: 15px 20px 15px 30px;
}
.list__categories > li .list-sub > li .list-sub > li a:hover {
  color: #a39904;
}
.list__categories > li .list-sub > li .list-sub > li .VmArrow {
  position: absolute;
  right: 5px;
  top: 3px;
  display: block;
  padding: 0 5px;
  line-height: 20px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  font-weight: 400;
}
.list__categories > li .list-sub > li .list-sub > li .VmArrow i {
  color: #000;
  font-size: 25px;
}
.list__categories > li .list-sub > li .list-sub li.bgact a,
.list__categories > li .list-sub > li .list-sub li.active a,
.list__categories > li .list-sub > li .list-sub li:hover a {
  color: #a39904;
}
.list__categories > li .list-sub > li .list-sub li.bgact .VmArrow i,
.list__categories > li .list-sub > li .list-sub li.active .VmArrow i,
.list__categories > li .list-sub > li .list-sub li:hover .VmArrow i {
  color: #a39904;
}
.list__categories > li .list-sub li.bgact a,
.list__categories > li .list-sub li.active a,
.list__categories > li .list-sub li:hover a {
  color: #a39904;
}
.list__categories > li .list-sub li.bgact .VmArrow i,
.list__categories > li .list-sub li.active .VmArrow i,
.list__categories > li .list-sub li:hover .VmArrow i {
  color: #a39904;
}
.list__categories li:first-child {
  border: none;
}
.list__categories li.active a {
  color: #fff;
  background: #c5c31a;
}
.list__categories li.bgact a,
.list__categories li:hover a {
  color: #fff;
  background: #c5c31a;
}
.list__categories li.bgact .VmArrow i,
.list__categories li:hover .VmArrow i {
  color: #fff;
}
.list__accordion .list-sub {
  display: none;
}
.mod_virtuemart_category li.parent ul {
  display: none;
}
.mod_virtuemart_category li.parent.active > ul {
  display: block;
}
.mod_virtuemart_category li.parent li.parent ul {
  display: none;
}
.mod_virtuemart_category li.parent.active ul li.parent.active > ul {
  display: block;
}
.footer .list__categories li .VmArrow {
  display: none;
}
/* Categories listing
========================================================*/
.categories-listing {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.categories-listing .listing__grid:after {
  clear: none;
  display: inline-block;
}
.categories-listing .category_title {
  text-align: center;
  min-height: 40px;
}
.categories-listing .category_items-count {
  font-size: 0.8em;
}
.categories-listing .category_items-count dt,
.categories-listing .category_items-count dd {
  display: inline-block;
}
.categories-listing .category_items-count dl {
  padding-right: 0.5em;
}
/* Category listing
========================================================*/
.display-limit {
  margin-bottom: 1em;
}
/*Articles/Categories listing*/
.articles-listing,
.categories-listing {
  padding: 0;
}
.articles-listing li,
.categories-listing li {
  list-style: none;
}
/*========================================================
                    7. Main component (Virtuemart)
=========================================================*/
.listing-row:before,
.listing-row:after {
  content: " ";
  display: table;
}
.row.listing {
  margin: 0 -1em;
}
.row.listing .listing-item {
  float: left;
  position: relative;
}
.listing-item {
  padding: 0 1em;
}
.price-crossed,
.PricebasePriceWithTax,
.PricesalesPrice {
  display: block !important;
}
.price-crossed {
  padding-left: 0.5em;
}
.price-crossed span {
  text-decoration: line-through;
}
/* View classes */
.view-title {
  font: 600 18px/22px 'Raleway', sans-serif;
  color: #555454;
  text-transform: uppercase;
  padding: 0px 0px 17px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d4d4;
}
/* Home page
========================================================*/
.home-view .vendor-store-desc {
  margin-bottom: 30px;
}
.categories-listing .listing {
  margin-bottom: 40px;
}
.categories-listing .category_title {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.categories-listing .category_title a {
  color: #000;
}
.categories-listing .category_image {
  border: 1px solid #dbdbdb;
  padding: 5px;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .categories-listing .category_wrap {
    padding: 5px;
  }
}
.categories-listing .category_wrap:hover .category_image {
  border: 1px solid #333333;
}
.categories-listing .category_wrap:hover .category_title a {
  color: #777;
}
.nav.nav-tabs {
  margin-bottom: 30px;
  border: none;
  overflow: hidden;
}
.nav.nav-tabs li {
  margin-right: 1px;
}
.nav.nav-tabs li a {
  color: #a3a3a3;
  background-color: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 30px 0 0;
  outline: none;
}
.nav.nav-tabs li:hover a,
.nav.nav-tabs li:focus a,
.nav.nav-tabs li.active a {
  background: none;
  color: #000;
  border: none;
}
.product_listing-section {
  margin-bottom: 20px;
}
.product_listing-heading {
  color: #fff;
  background: #333333;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 10px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
/* Product listing
========================================================*/
.products-listing.horizon {
  margin: 0;
}
.products-listing.horizon .listing__grid {
  margin: 0;
}
.products-listing.horizon .listing__grid .item_product {
  width: 100%!important;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .products-listing.horizon .listing__grid .item_product {
    margin-bottom: 20px;
    float: none;
  }
}
.products-listing.horizon .listing__grid .item_product .product_wrap {
  padding: 10px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .products-listing.horizon .listing__grid .item_product .product_wrap {
    padding: 0px;
  }
}
.products-listing.horizon .listing__grid .item_product .product_wrap .product_sale-label {
  left: -30px;
  top: 18px;
  right: auto;
}
.products-listing.horizon .listing__grid .item_product .product_wrap .product_image {
  width: 150px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing.horizon .listing__grid .item_product .product_wrap .product_image {
    float: none;
    width: 100%;
  }
}
.products-listing.horizon .listing__grid .item_product .product_wrap .product_content {
  float: left;
  width: 53%;
  padding: 0 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing.horizon .listing__grid .item_product .product_wrap .product_content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.products-listing.horizon .listing__grid .item_product .product_wrap .product_content .product_title {
  padding-top: 10px;
  min-height: 0;
}
.products-listing.horizon .listing__grid .item_product .product_wrap .vm3pr {
  padding-top: 10px;
  float: left;
  width: 25%;
}
.products-listing.horizon .listing__grid .item_product .product_wrap .vm3pr .product_price {
  float: none!important;
}
@media (min-width: 1200px) {
  .products-listing.horizon .listing__grid .item_product .product_wrap .vm3pr {
    float: right;
    text-align: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing.horizon .listing__grid .item_product .product_wrap .vm3pr {
    float: none;
    width: 100%;
  }
}
.products-listing {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .products-listing {
    margin: 0 -10px;
  }
}
.products-listing .product_wrap {
  position: relative;
}
.products-listing .product_sale-label {
  position: absolute;
  top: 18px;
  left: -31px;
  border-radius: 0;
  padding: 5px 0 5px;
  text-transform: uppercase;
  background: #c5c31a;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  width: 110px;
  text-align: center;
  -moz-transform: rotate(-50deg) skewX(1deg);
  -webkit-transform: rotate(-50deg) skewX(1deg);
  -o-transform: rotate(-50deg) skewX(1deg);
  -ms-transform: rotate(-50deg) skewX(1deg);
  transform: rotate(-50deg) skewX(1deg);
}
.products-listing .product_price {
  font-family: 'Raleway', sans-serif;
  font-size: 49px;
  line-height: 54px;
  color: #c5c31a;
  font-weight: 800;
  margin-bottom: 0;
  position: relative;
  float: left;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .products-listing .product_price {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .product_price {
    float: none;
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing .product_price {
    float: none;
    font-size: 24px;
    line-height: 26px;
  }
}
.products-listing .product_desc {
  float: left;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.products-listing .price-crossed {
  color: #ff0309;
  font-size: 16px;
  font-weight: 400;
}
.products-listing .product_title,
.products-listing .product-field-display a {
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0 0;
  background: none;
  min-height: 57px;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .product_title,
  .products-listing .product-field-display a {
    font-size: 12px;
    line-height: 18px;
    min-height: 47px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing .product_title,
  .products-listing .product-field-display a {
    font-size: 12px;
    line-height: 18px;
    min-height: 47px;
  }
}
.products-listing .product_title a,
.products-listing .product-field-display a a {
  color: #626d75;
}
.products-listing .product_title a:hover,
.products-listing .product-field-display a a:hover {
  color: #c5c31a;
}
.products-listing .product-field-display a {
  border: none;
}
.products-listing .product_image {
  background: url(/templates/theme565/images/product-image-bg.gif) left top repeat-x;
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}
.products-listing .product_content {
  padding: 0 0px 0px;
}
.products-listing .product_desc-short,
.products-listing .product_details,
.products-listing .product_rating {
  margin-bottom: 13px;
}
.products-listing .product_desc-short {
  min-height: 42px;
  margin-bottom: 0;
}
.products-listing .vm3pr {
  text-align: left;
}
.products-listing .vm3pr .form-inline.category,
.products-listing .vm3pr .product-fields.category {
  display: none;
}
.products-listing .product_stock {
  margin-bottom: 13px;
  text-align: center;
}
.products-listing .product_stock .stock-level {
  margin-bottom: 0.5em;
  display: inline-block;
}
.product-field-display img {
  max-width: 100%;
}
.product_wrap {
  text-align: left;
}
.product_image .browseProductImage {
  max-width: 100%;
}
.product_addtocart {
  float: right;
  margin-right: 0px;
  padding-top: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product_addtocart {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_addtocart {
    float: none;
    background-image: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product_addtocart {
    float: none;
    background-image: none;
  }
}
.product_addtocart .form-group {
  margin-bottom: 0;
}
.addtocart-area .product-fields {
  padding-bottom: 20px;
}
.addtocart-area .product-fields .product-fields-title {
  display: block;
}
.orderby-displaynumber {
  margin-bottom: 20px;
  line-height: 32px;
  position: relative;
  z-index: 20;
}
.orderby-displaynumber .title,
.orderby-displaynumber .product-counter {
  color: #333333;
  font-weight: bold;
  display: block;
}
.rating-icons {
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .rating-icons {
    float: none !important;
  }
}
.rating-icons .fa-star {
  color: #ef8743;
}
/* Product active class */
.product.active .product_wrap {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.product-reviews_list .vote {
  float: right;
}
.product-reviews_list blockquote {
  margin-top: 20px;
  margin-bottom: 0;
}
.product-reviews_list .review {
  margin-bottom: 40px;
}
.product-reviews_list .review_author {
  font-style: italic;
  text-align: right;
  display: block;
}
.product-reviews_form .rating-icons {
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
}
.product-reviews_form .rating-icons .fa {
  display: block;
  float: left;
  width: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .orderby-displaynumber {
    text-align: center;
  }
  .orderby-displaynumber > div {
    margin-bottom: 20px;
  }
  .orderby-displaynumber .display-number {
    text-align: center;
  }
}
/* Categories listing
========================================================*/
.categories-listing .category {
  text-align: center;
}
.categories-listing .listing__grid {
  margin: 0 -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories-listing .listing__grid {
    margin: 0 -5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .categories-listing .listing__grid {
    margin: 0 -10px !important;
  }
}
/* Category view
========================================================*/
.category-description {
  margin-bottom: 20px;
}
/* Category children */
.category-children {
  margin-bottom: 20px;
}
.category__child {
  text-align: center;
}
.orderby-displaynumber > div {
  position: relative;
  z-index: 1;
}
.orderby-displaynumber > div:hover {
  z-index: 2;
}
/* Pagination */
.vm-category_pagination,
.articles-pagination {
  text-align: center;
}
.pagination-counter,
.counter {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .pagination .pagination-start,
  .pagination .pagination-prev,
  .pagination .pagination-next,
  .pagination .pagination-end {
    display: none;
  }
}
/* Products counter filter */
.display-number {
  text-align: right;
}
.display-number .sbHolder {
  margin-right: 0;
}
/* Product details
========================================================*/
.productdetails {
  margin-bottom: -20px;
}
.productdetails .product_heading {
  position: relative;
}
.productdetails .product_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  background: none;
  padding: 0;
  color: #000;
  border: none;
}
.productdetails .product_price {
  font-family: 'Raleway', sans-serif;
  font-size: 49px;
  line-height: 54px;
  color: #c5c31a;
  font-weight: 800;
  margin-bottom: 13px;
}
.productdetails .price-crossed {
  color: #333;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.productdetails .product_addtocart {
  float: none;
  margin-right: 0;
}
.productdetails .product_addtocart .addtocart-button {
  text-indent: 0;
  width: auto;
  height: auto;
}
.productdetails .product_icons a {
  margin-left: 0.5em;
}
.productdetails .product_image img {
  max-width: 100%;
}
.productdetails .product_image__main {
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  border: none;
  background: none; /** #fbfbfb; **/
}
.productdetails .product_image__main span {
  display: none;
}
.productdetails .product_image__main #product_image {
  background: #fff;
  width: 100%;
}
.productdetails .productdetails .product_images {
  width: 100%;
}
.productdetails .product_images__add {
  margin: 0 -10px 0 -10px;
  padding: 0;
  width: auto;
}
.productdetails .product_images__add .owl-wrapper-outer {
  width: 100%;
}
.productdetails .product_images__add .owl-wrapper-outer .owl-item {
  margin-right: 0px;
}
.productdetails .product_images__add .owl-controls {
  top: 0;
  left: 0;
  right: 0;
  z-index: auto;
  position: absolute;
  height: 100%;
}
.productdetails .product_images__add .owl-controls .owl-buttons {
  height: 100%;
}
.productdetails .product_images__add .owl-controls .owl-next {
  right: 30px;
  left: auto;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #333;
}
.productdetails .product_images__add .owl-controls .owl-next:before {
  line-height: 40px;
  color: #fff;
}
.productdetails .product_images__add .owl-controls .owl-next:hover:before {
  color: #ff0309;
}
.productdetails .product_images__add .owl-controls .owl-prev {
  right: auto;
  left: 30px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #333;
}
.productdetails .product_images__add .owl-controls .owl-prev:before {
  line-height: 40px;
  color: #fff;
}
.productdetails .product_images__add .owl-controls .owl-prev:hover:before {
  color: #ff0309;
}
.productdetails .product_images__add .item_image-wrap {
  float: none;
  padding: 0 10px 0 10px;
  width: auto;
}
.productdetails .product_images__add .product-image {
  display: block;
  border: none;
  background: #f8f8f8;
  padding: 5px;
  margin-bottom: 0;
}
.productdetails .product_price-wrap {
  border: 1px solid #d2d0d0;
  background: #fbfbfb;
  padding: 20px;
}
.productdetails .addtocart-bar .form-group {
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .productdetails .addtocart-bar .form-group {
    float: none;
  }
}
.productdetails .addtocart-bar .form-group .addtocart-button {
  margin-top: 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .productdetails .addtocart-bar .form-group .addtocart-button {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .productdetails .addtocart-bar .form-group .addtocart-button {
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .productdetails .addtocart-bar .form-group .addtocart-button {
    margin-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .productdetails .addtocart-bar .form-group:first-child {
    margin-top: 7px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .productdetails .addtocart-bar .form-group:first-child {
    margin-top: 7px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .productdetails .addtocart-bar .form-group:first-child {
    margin-top: 0px;
  }
}
.productdetails .addtocart-area .sbHolder,
.productdetails .addtocart-area .sbSelector {
  width: 100%;
}
.productdetails .product-field label {
  color: #333;
  display: block;
}
.productdetails .product-field .product-field_display {
  display: block;
}
.productdetails .product-field .product-field_display .selectboxit {
  padding-right: 50px;
  width: 100%!important;
}
.productdetails .product-field .product-field_display .selectboxit-text {
  overflow: visible;
}
.productdetails .product_rating {
  margin-bottom: 20px;
}
.productdetails .product_image_zoom {
  position: absolute;
  bottom: 11px;
  right: 11px;
  display: none;
  border: 1px solid #999999;
  width: 50px;
  height: 50px;
  z-index: 200;
  opacity: .5;
}
@media (max-width: 990px) {
  .productdetails .product_image_zoom {
    display: block;
  }
}
.productdetails .product_image_zoom .fa {
  font-size: 28px;
  color: #999999;
  line-height: 50px;
}
.productdetails .product_image_zoom:hover {
  opacity: 1;
}
.productdetails .product_question {
  margin-top: 20px;
}
.productdetails .product_availability {
  margin: 1em 0;
  background: none;
  padding: 0;
  display: inline-block;
}
.product_wrap-top-right {
  margin-bottom: 40px;
}
.product_columns {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .product_columns *[class^="col-"] {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .zoomPup,
  .zoomWindow {
    display: none !important;
  }
  .zoomPup,
  .zoomWindow,
  .zoomPad {
    cursor: default;
  }
}
.product-section {
  margin-bottom: 30px;
}
.product-section_title {
  background: #fbfbfb;
  border: none;
  border-bottom: 0;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #555454;
  padding: 20px;
  margin-bottom: 20px;
}
.product_neighbours {
  margin-top: 13px;
  font-weight: bold;
}
.product_neighbours .next-page {
  float: right;
}
@media (max-width: 992px) {
  .product_neighbours .btn {
    margin-bottom: 20px;
    display: inline-block;
  }
}
.product_back-to-category {
  margin-bottom: 13px;
  text-align: right;
  font-weight: bold;
}
.product_back-to-category strong {
  font-weight: normal;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product_back-to-category strong {
    display: none;
  }
}
.product_description {
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_description {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product_description {
    display: none;
  }
}
.product_related-categories .item__product {
  width: 25%;
}
.product_related-categories .product-field-display {
  text-align: center;
}
.product_related-categories .product-field-display span {
  display: none;
}
/* Share this */
.sharethis {
  margin-bottom: 10px;
}
.sharethis .list-inline {
  margin-left: 0;
}
.sharethis a.btn {
  margin-bottom: 5px;
  font-size: 16px;
  padding: 0;
}
.sharethis > span {
  display: block;
  float: left;
  margin: 0 10px 15px 0;
}
.sharethis span {
  box-sizing: content-box;
}
/* As a question */
body.productdetails {
  height: auto;
}
.ask-a-question-view .product_summary {
  margin-bottom: 20px;
}
.ask-a-question-view .product_title {
  margin-bottom: 13px;
}
/* Account pages
========================================================*/
.control-buttons {
  margin-bottom: 40px;
}
/* Forms */
.user-details fieldset {
  margin: 0 0 0;
  padding: 0;
  border: none;
}
.form-login {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dbdbdb;
}
.form-login .username {
  padding-right: 5px;
}
/* Manufacturer views
========================================================*/
.manufacturer-listing .manufacturer {
  text-align: center;
  margin-bottom: 40px;
}
.manufacturer-listing .manufacturer_image {
  background: #fff;
}
.manufacturer_image {
  background: #fff;
  border: 5px solid #f5f5f5!important;
  padding: 0;
}
/* Cart page
========================================================*/
#form-login {
  padding: 20px;
  background: #dbdbdb;
  margin-bottom: 40px;
  overflow: hidden;
}
.form_title,
.userfields_info,
.form-section_title {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.cart-table_title {
  border-bottom: none;
  margin-bottom: 10px;
}
.cart_coupon-form {
  margin-bottom: 30px;
}
.cart_coupon-form .btn {
  margin-top: 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .cart_coupon-form .btn {
    margin-top: 1px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart_coupon-form .btn {
    margin-top: 1px;
  }
}
.billto,
.shipto {
  margin-bottom: 40px;
}
.output-shipto,
.output-billto {
  margin-bottom: 10px;
}
.output-shipto > input {
  margin-left: 5px;
}
/*Cart summary*/
.cart-summary thead th {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-family: Arial;
  font-size: 12px;
  background-color: #f9f9f9;
}
.cart-summary .table-column__name {
  width: 35%;
}
.cart-summary .table-column__sku,
.cart-summary .table-column__price,
.cart-summary .table-column__tax,
.cart-summary .table-column__discount,
.cart-summary .table-column__total {
  width: 10%;
}
.cart-summary .table-column__qty {
  width: 15%;
}
.cart-summary .table-column__prices-total,
.cart-summary .table-column__coupon-code,
.cart-summary .table-column__tax-name,
.cart-summary .table-column__shipment-name,
.cart-summary .table-column__payment-name,
.cart-summary .table-column__total-label {
  width: 70%;
}
.cart-product td {
  text-align: center;
}
.cart-product_tax,
.cart-product_discount {
  color: #2f2c2a;
}
.cart-product_total {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #2f2c2a;
  font-weight: bold;
}
.vm2-add_quantity {
  float: left;
  margin-left: 10px;
}
.vm2-add_quantity_cart,
.cart-product_qty .vm2-remove_from_cart {
  background: none;
  color: #000000;
  display: inline-block;
  float: left;
  margin-top: 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .vm2-add_quantity_cart,
  .cart-product_qty .vm2-remove_from_cart {
    margin-top: 0px;
  }
}
.vm2-add_quantity_cart:hover,
.cart-product_qty .vm2-remove_from_cart:hover {
  color: #3a3939;
}
.cart_buttons .btn {
  margin-bottom: 1em;
}
.cart_shipment-select {
  overflow: hidden;
}
.cart-section {
  margin-bottom: 3em;
}
.cart-section header {
  background: #2f2c2a;
  padding: 16px 0px 16px 15px;
  margin-top: 1em;
  margin-bottom: 2em;
}
.cart-section h2 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.table-bordered {
  background: #fff;
}
.cart-block_title,
.cart-form_title {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.cart-block_title h3,
.cart-form_title h3 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0;
  background: none;
  margin-bottom: 0;
  color: #333;
  border: none;
}
.cart-block_title .fa,
.cart-form_title .fa {
  font-size: 24px;
  color: #2f2c2a;
  float: left;
  margin-right: 14px;
  margin-left: 1px;
}
.cart-block_title span,
.cart-form_title span {
  font-size: 13px;
  color: #313131;
  font-style: italic;
  font-weight: normal;
}
.cart-form_title .fa {
  font-size: 24px;
}
.options-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-section_total table td {
  border: none;
}
@media (max-width: 768px) {
  .cart_buttons {
    text-align: center;
  }
  .cart_buttons .btn {
    margin-bottom: 1em;
  }
  .cart_buttons .vm-button-correct {
    float: none;
    margin: 0;
  }
  .control-buttons {
    text-align: center;
  }
  .control-buttons .btn {
    margin: 0.5em;
    float: none;
  }
}
@media (max-width: 992px) {
  /* Force table to not be like tables anymore */
  .main .cart-summary {
    display: block;
    margin-bottom: 40px;
  }
  .main .cart-summary thead,
  .main .cart-summary tbody,
  .main .cart-summary th,
  .main .cart-summary td,
  .main .cart-summary tr {
    display: block;
    width: 100% !important;
  }
  .main .cart-summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .main .cart-summary td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 1em 1em 1em 50% !important;
    white-space: normal;
    text-align: left;
    min-height: 3.7em;
    overflow: hidden;
  }
  .main .cart-summary td::before {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 45%;
    padding-right: 1em;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
  .main .cart-summary .cart-product {
    margin-bottom: 40px;
    padding: 20px;
    background: none;
  }
  .main .cart-summary .cart-prices-total td,
  .main .cart-summary .cart-coupon-code td,
  .main .cart-summary .cart-price-unformatted td,
  .main .cart-summary .cart-shipment td,
  .main .cart-summary .cart-total td,
  .main .cart-summary .cart-total-currency td {
    border-bottom: 1px solid #dbdbdb;
  }
  .main .cart-summary .table-column__total-label {
    content: '';
  }
}
.cart-prices-total td {
  text-align: center;
}
.cart-total {
  font-weight: bold;
}
.cart-customer-comment {
  margin-bottom: 1em;
}
.cart-customer-comment .customer-comment {
  width: 100%;
}
.cart-terms-checkbox .checkbox {
  margin-bottom: 2em;
}
.cart-terms-checkbox .checkout-button {
  text-align: center;
}
.vm-button-correct {
  float: right;
  margin-left: 10px;
}
/*Orders views
========================================================*/
.vm-orders_order .orders-key {
  font-weight: bold;
}
.vm-order_list .order-view {
  margin-bottom: 40px;
}
/* Tabs */
#tabs {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1em;
}
#tabs li {
  padding: 0.5em 1em 0.6em;
  margin-right: 2px;
}
#tabs li.current {
  border: 1px solid #dbdbdb;
  border-bottom: none;
  background: #dbdbdb;
}
/* Vendor view
========================================================*/
.chars-counter .counter {
  display: inline-block;
  width: auto;
  background: none;
  border: none;
  box-shadow: none;
}
.vendor_address {
  margin-bottom: 40px;
  overflow: hidden;
}
.vendor_image {
  float: left;
  margin-right: 20px;
}
/*========================================================
                    9. Utility classes
=========================================================*/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}
.line-through,
.price-crossed {
  text-decoration: line-through;
  color: #999999;
}
a.modal {
  display: inline;
  overflow: auto;
  overflow-y: auto;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* Fancybox */
#fancybox-content {
  padding: 20px;
  background: #fff;
  overflow: inherit!important;
}
#fancybox-content > div {
  overflow: inherit!important;
}
#fancybox-close {
  right: -40px !important;
}
/* Facebox */
#facebox {
  max-width: 50%;
}
#facebox .content {
  padding: 20px !important;
}
/* Icons */
.vmicon,
.vmiconFE {
  background: url(/templates/theme565/images/vm2-sprite.png) no-repeat top left;
}
.vm2-add_quantity_cart {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
}
.vm2-arrow_down {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}
.vm2-billto-icon {
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}
.vm2-remove_from_cart {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: bottom;
  width: 24px;
  text-align: center;
  line-height: 26px;
  color: #000!important;
}
.vm2-remove_from_cart:hover {
  color: #777!important;
}
.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-stars0 {
  background-position: 0 -358px;
  width: 64px;
  height: 13px;
}
.vm2-stars1 {
  background-position: 0 -421px;
  width: 64px;
  height: 13px;
}
.vm2-stars2 {
  background-position: 0 -484px;
  width: 64px;
  height: 13px;
}
.vm2-stars3 {
  background-position: 0 -547px;
  width: 64px;
  height: 13px;
}
.vm2-stars4 {
  background-position: 0 -610px;
  width: 64px;
  height: 13px;
}
.vm2-stars5 {
  background-position: 0 -673px;
  width: 64px;
  height: 13px;
}
.vm2-stars_0 {
  background-position: 0 -736px;
  width: 64px;
  height: 13px;
}
.vm2-stars_1 {
  background-position: 0 -799px;
  width: 64px;
  height: 13px;
}
.vm2-stars_2 {
  background-position: 0 -862px;
  width: 64px;
  height: 13px;
}
.vm2-stars_3 {
  background-position: 0 -925px;
  width: 64px;
  height: 13px;
}
.vm2-stars_4 {
  background-position: 0 -988px;
  width: 64px;
  height: 13px;
}
.vm2-stars_5 {
  background-position: 0 -1051px;
  width: 64px;
  height: 13px;
}
.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: inline-block;
}
.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: inline-block;
}
.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: inline-block;
}
.vm2-termsofservice-icon {
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
.vm2-warning {
  background-position: 0 -1383px;
  width: 50px;
  height: 40px;
}
img[src$="emailButton.png"],
img[src$="printButton.png"],
img[src$="pdf_button.png"],
img[src$="edit.png"] {
  display: none;
}
img[src$="emailButton.png"] + .fa,
img[src$="printButton.png"] + .fa,
img[src$="pdf_button.png"] + .fa,
img[src$="edit.png"] + .fa {
  font-size: 15px;
}
/* Select box */
/*=============================================*/
.selectboxit-container,
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 43px;
  line-height: 43px;
  text-indent: 0;
}
.selectboxit-container,
.orderlistcontainer {
  color: #000000;
}
.selectboxit-container a,
.orderlistcontainer a {
  color: #000000;
}
.orderlistcontainer {
  display: inline-block;
  text-decoration: none;
  margin: 0 15px 0 0;
  position: relative;
}
.orderlistcontainer .activeOrder .fa {
  right: 11px;
  position: absolute;
}
.selectboxit-container:focus {
  border: none;
  box-shadow: none;
}
.mod_virtuemart_currencies .selectboxit-container,
.orderby-displaynumber .selectboxit-container,
.mod_virtuemart_currencies .selectboxit-container span,
.orderby-displaynumber .selectboxit-container span,
.mod_virtuemart_currencies .selectboxit-container .selectboxit-options a,
.orderby-displaynumber .selectboxit-container .selectboxit-options a {
  height: 33px;
  line-height: 33px;
}
.selectboxit-arrow-container {
  right: 11px;
  top: -6px;
  position: absolute;
  text-align: right;
}
.selectboxit-container .selectboxit {
  border-radius: 0;
}
.orderlistcontainer .activeOrder,
.selectboxit-btn {
  font-weight: 400;
  cursor: pointer;
  border: solid #CAC9C9 1px;
  padding: 9px 30px 9px 15px;
  line-height: 1;
  margin-top: 4px;
  min-width: 80px;
  background: #fafafa;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.orderlistcontainer .activeOrder:hover,
.selectboxit-btn:hover {
  color: #777777;
}
.orderlistcontainer .activeOrder {
  min-width: 120px;
}
.orderlistcontainer .activeOrder:hover a,
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #777777;
}
.orderlist,
.selectboxit-list {
  background: #fafafa;
  padding: 0px 0!important;
  border: 1px solid #cac9c9;
  position: absolute;
  margin-top: -1px !important;
  padding: 0;
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
}
.mod-currency-selector .selectboxit-list {
  width: 90%;
}
.orderlist:after,
.selectboxit-list:after {
  content: "";
  top: -11px;
  position: absolute;
  right: 8px;
  border: 6px solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: #cac9c9;
  display: none;
}
.orderlist div a,
.selectboxit-option a {
  color: #777;
  line-height: 22px!important;
  height: auto!important;
  font-size: 12px;
  padding: 2px 10px 2px 10px!important;
  display: block;
  text-transform: none;
}
.orderlist div a:hover,
.selectboxit-option a:hover {
  color: #000;
  background: #eee;
}
/* tooltips */
.tip-wrap {
  padding: 0.5em;
  background: #1a1a1a;
  color: #ffffff;
}
.product-details.btn i {
  margin-right: 10px;
}
.zoomWrapperImage img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.zoomWrapperImage img:before,
.zoomWrapperImage img:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product-fields {
  padding-bottom: 20px;
}
.zoomWindow {
  top: -6px !important;
}
.zoomPup {
  opacity: 0.4;
}
.social-sharing i {
  margin-right: 5px;
}
.product_related-products .products-listing .vm-img-desc {
  display: none;
}
.product_related-products .owl-controls {
  right: 0px;
  top: 0px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .product_related-products .owl-controls {
    right: 0px;
    top: 0px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .product_related-products .owl-controls {
    top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product_related-products .owl-controls {
    top: 0px;
  }
}
.product_related-products .item__product {
  width: auto!important;
  padding: 0 15px;
  float: none;
  margin-bottom: 0;
}
.owl-carousel .owl-wrapper {
  z-index: 1;
}
.owl-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.owl-controls .owl-next.disabled:before,
.owl-controls .owl-prev.disabled:before {
  color: #777!important;
}
.owl-controls .owl-next.disabled:hover,
.owl-controls .owl-prev.disabled:hover {
  cursor: inherit;
}
.owl-controls .owl-next.disabled:hover:before,
.owl-controls .owl-prev.disabled:hover:before {
  color: #777!important;
}
.owl-controls .owl-prev {
  width: 30px;
  height: 30px;
  background: none;
  position: absolute;
  right: auto;
  left: 30px;
  top: 50%;
  margin-top: -15px;
  opacity: 1!important;
  z-index: 111;
}
@media (min-width: 1200px) {
  .owl-controls .owl-prev {
    left: -30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .owl-controls .owl-prev {
    left: 0px;
  }
}
.owl-controls .owl-prev:before {
  color: #333;
  font-style: normal;
  content: "\f104";
  font-size: 25px;
  line-height: 30px;
  font-family: FontAwesome;
  position: absolute;
  right: 43%;
  top: 0px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-controls .owl-prev:hover:before {
  color: #ff0309;
}
.owl-controls .owl-next {
  width: 30px;
  height: 30px;
  background: none;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  left: auto;
  opacity: 1!important;
  z-index: 111;
}
@media (min-width: 1200px) {
  .owl-controls .owl-next {
    right: -30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .owl-controls .owl-next {
    right: 0px;
  }
}
.owl-controls .owl-next:before {
  color: #333;
  font-style: normal;
  content: "\f105";
  font-size: 25px;
  line-height: 30px;
  font-family: FontAwesome;
  position: absolute;
  right: 43%;
  top: 0px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-controls .owl-next:hover:before {
  color: #ff0309;
}
#fancybox-content,
#fancybox-wrap {
  width: 650px!important;
}
@media (max-width: 520px) {
  #fancybox-content,
  #fancybox-wrap {
    width: 340px!important;
  }
}
@media (max-width: 420px) {
  #fancybox-content,
  #fancybox-wrap {
    width: 260px!important;
  }
}
.zoomPad > img {
  max-width: 100%;
  height: auto;
}
.cart_login {
  margin-bottom: 30px;
}
.cart-summary .cart-product td {
  vertical-align: middle;
}
.cart-summary .cart-product .product-image {
  float: left;
  width: 120px;
  margin-right: 15px;
  margin-bottom: 0px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .cart-summary .cart-product .product-image {
    float: none;
    margin-bottom: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-summary .cart-product .product-image {
    float: none;
    margin-bottom: 15px;
  }
}
.cart-summary .cart-product .product-image img {
  width: 100%;
  height: auto;
}
.cart-summary .cart-product .product-name {
  overflow: hidden;
  float: left;
  padding-top: 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .cart-summary .cart-product .product-name {
    float: none;
    margin-bottom: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-summary .cart-product .product-name {
    float: none;
    margin-bottom: 15px;
  }
}
.cart_img {
  width: 100px;
  height: auto;
}
textarea#comments-form-comment {
  clear: both;
}
.cart-product_name a {
  text-align: left!important;
  display: inline-block;
  width: 100%;
}
.control-button {
  padding-top: 10px;
}
#com-form-login {
  padding-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com-form-login .btn-default {
    margin-top: 10px;
  }
}
.productdetails #com-form-login {
  padding-bottom: 20px;
}
.productdetails #com-form-login .btn-default {
  margin-top: 20px;
}
#com-form-login .form-group {
  margin: 0;
}
#com-form-login .list__login-links {
  padding-top: 10px;
  margin-left: -15px;
}
#com-form-login .list__login-links li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}
#com-form-login .list__login-links li a {
  color: #000;
}
#com-form-login .list__login-links li a:hover,
#com-form-login .list__login-links li a:focus {
  text-decoration: none;
  color: #000000;
}
#com-form-login .list__login-links .or {
  padding: 0;
}
#cookieMessageDetailsLink {
  text-decoration: underline;
  margin-left: 3px;
}
#cookieMessageDetailsLink:hover {
  text-decoration: none;
}
.vm-products img {
  max-width: 100%;
  height: auto;
}
.item__product {
  position: relative;
}
.video-section {
  padding: 0 0 0;
  background: #333;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-section {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .video-section {
    padding: 0;
  }
}
.video-section > div {
  z-index: 2;
}
.video-section .container {
  z-index: 3;
}
.bottom-row .module_title {
  background: none;
}
.form-control.coupon {
  width: 100%;
}
#comments-form-cancel {
  padding-top: 20px;
}
.grippie {
  display: none!important;
}
.chars-count {
  width: auto;
  clear: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .chars-count {
    padding-top: 20px;
  }
}
.camera_link {
  display: block;
  position: relative;
  z-index: 11111;
}
@media (min-width: 320px) and (max-width: 479px) {
  #adminForm #virtuemart_country_idSelectBoxIt,
  #userForm #shipto_virtuemart_country_idSelectBoxIt,
  #userForm #virtuemart_country_idSelectBoxIt {
    width: 270px!important;
  }
}
.rating-text,
.rating-icons {
  display: inline-block;
  line-height: 22px;
}
#userForm .button,
#paymentForm .button {
  float: right;
  margin-left: 1px;
  margin-bottom: 1px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #userForm .button,
  #paymentForm .button {
    float: none;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
#userForm .button.default,
#paymentForm .button.default {
  float: left;
  margin-left: 0px;
  margin-bottom: 1px;
}
#checkoutForm fieldset {
  border: none;
  padding: 0 0 20px 0;
}
#checkoutForm fieldset #customer_note_field {
  padding: 10px;
  margin-top: 5px;
  max-width: 280px;
  min-height: 80px;
  resize: none!important;
}
#checkoutForm fieldset .cart.tos {
  position: relative;
  top: -3px;
}
#checkoutForm fieldset .terms-of-service {
  padding-top: 10px;
}
#checkoutForm #checkoutFormSubmit {
  margin: 0 0 0 10px!important;
  float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  #checkoutForm #checkoutFormSubmit {
    margin: 0 0 0 0!important;
    float: none;
  }
}
.billing-box .pad-top {
  overflow: inherit;
}
/*========================================================
                    Slider Product (Virtuemart)
=========================================================*/
.mod_virtuemart_product {
  margin-bottom: 0;
}
.mod_virtuemart_product .module_content {
  width: 100%;
}
.mod_virtuemart_product #slider {
  margin: 0;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_virtuemart_product #slider {
    margin: 0px;
  }
}
.mod_virtuemart_product #slider .listing__grid {
  margin: 0 -15px;
  width: auto;
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_virtuemart_product #slider .listing__grid {
    width: auto;
  }
}
.mod_virtuemart_product #slider .listing__grid .item {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mod_virtuemart_product #slider .listing__grid .product_addtocart {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -125px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}
@media (min-width: 1200px) {
  .mod_virtuemart_product #slider .listing__grid .item:hover .product_addtocart {
    opacity: 1;
    margin-left: -85px;
  }
}
/*========================================================
                    Alert VM
=========================================================*/
.alert-error,
.alert-message,
.alert-notice {
  background-color: #f6f7f9;
  border-color: #c5c31a;
  color: #333333;
}
.alert-error hr,
.alert-message hr,
.alert-notice hr {
  border-top-color: #f7e1b5;
}
.alert-error .alert-link,
.alert-message .alert-link,
.alert-message .alert-link {
  color: #66512c;
}
.alert h4,
.alert-messag h4,
.alert-message h4 {
  margin-top: 0;
  color: #000;
  margin-bottom: 10px;
}
/*========================================================
                    User-account-register VM
=========================================================*/
#userForm > fieldset,
#com-form-login > fieldset {
  border: none;
  padding: 0;
}
#userForm > fieldset #reg_text,
#com-form-login > fieldset #reg_text {
  padding-bottom: 20px;
}
#userForm > fieldset .form-group,
#com-form-login > fieldset .form-group {
  clear: both;
  width: 100%;
  min-height: 52px;
  margin-bottom: 15px;
}
#userForm > fieldset .form-group > label,
#com-form-login > fieldset .form-group > label {
  text-align: right;
  padding-top: 20px;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #000000;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
}
.breadcrumb {
  border-radius: 0;
}
/* VirtueMart Products */
.vm-products_listing .row {
  padding-bottom: 2em;
}
.vm-products_listing__single .product {
  padding: 0 0 2em;
}
/* Virtuemart Products carousel */
/* plugin documentation http://owlgraphic.com/owlcarousel/ */
.vm-products__carousel .product_wrap {
  padding: 0 15px;
}
.owl-carousel {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
/* Related products */
.product-related-products > h4 {
  margin-bottom: 20px;
}
.product-related-products .item {
  width: 20%;
}
.product-field-display {
  text-align: left;
  top: 0px;
  position: relative;
}
.product-field-display img {
  display: block;
  margin-bottom: 20px;
}
.product-field-display .vm-img-desc {
  font-weight: bold;
  display: block;
}
.moduletable__home.mod_virtuemart_manufacturer {
  padding-top: 100px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .moduletable__home.mod_virtuemart_manufacturer {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__home.mod_virtuemart_manufacturer {
    padding-top: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__home.mod_virtuemart_manufacturer {
    padding-top: 30px;
  }
}
.moduletable__home.mod_virtuemart_manufacturer ul {
  margin: 0 0 0 -30px;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .moduletable__home.mod_virtuemart_manufacturer ul {
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__home.mod_virtuemart_manufacturer ul {
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletable__home.mod_virtuemart_manufacturer ul {
    margin: 0 0 0 15px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable__home.mod_virtuemart_manufacturer ul {
    margin: 0 0 0 0;
  }
}
.moduletable__home.mod_virtuemart_manufacturer ul li {
  background: #fff;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 170px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .moduletable__home.mod_virtuemart_manufacturer ul li {
    margin-left: 20px;
    width: 172px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__home.mod_virtuemart_manufacturer ul li {
    margin-left: 20px;
    width: 165px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletable__home.mod_virtuemart_manufacturer ul li {
    margin-left: 0px;
    margin-right: 20px;
    width: 160px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable__home.mod_virtuemart_manufacturer ul li {
    margin-left: 10px;
    margin-right: 10px;
    width: 125px;
  }
}
.moduletable__home.mod_virtuemart_manufacturer ul li .item_image {
  margin-bottom: 0;
}
.moduletable__home.mod_virtuemart_manufacturer ul li img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.moduletable__home.mod_virtuemart_manufacturer ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* Virtuemart Products galerific */
.button-click {
  text-align: center;
  padding-top: 20px;
}
.button-click a {
  font-size: 16px;
  line-height: 37px;
  text-decoration: underline;
  color: #fff!important;
}
.button-click a:hover {
  text-decoration: none;
}
#galerific {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #ff0309;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#galerific:before {
  content: " ";
  background: #ff0309;
  width: 101%;
  height: 50px;
  position: absolute;
  right: 0;
  top: -23px;
  z-index: 11;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific:before {
    display: none;
  }
}
#galerific:after {
  content: " ";
  background: #ff0309;
  width: 101%;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: -23px;
  z-index: 11;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific:after {
    display: none;
  }
}
#galerific .module_title {
  color: #fff;
  text-align: center;
}
#galerific #products_example {
  min-height: 565px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#products .caption {
  z-index: 500;
  position: relative;
  top: 0px;
  right: 0;
  height: auto;
  padding: 0px 0 0px 0;
  background: none;
  width: 60%;
  float: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  #products .caption {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #products .caption {
    width: 98%;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  width: 100%;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
#slider ul.slides a.img2 {
  width: 370px;
  height: 561px;
  background: #fff;
  display: block;
  float: left;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #slider ul.slides a.img2 {
    width: 335px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider ul.slides a.img2 {
    width: 255px;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #slider ul.slides a.img2 {
    width: 180px;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #slider ul.slides a.img2 {
    width: 100%;
    text-align: center;
    padding: 10px;
    height: auto;
    margin-bottom: 20px;
    background: none;
  }
}
#slider ul.slides a.img2 img {
  width: 370px;
  height: auto;
  background: #f4e0c7!important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #slider ul.slides a.img2 img {
    width: 335px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider ul.slides a.img2 img {
    width: 255px;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #slider ul.slides a.img2 img {
    width: 180px;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #slider ul.slides a.img2 img {
    width: 180px;
    height: auto;
  }
}
#slider ul.slides .vm-img-desc {
  display: none;
}
#slider.flexslider {
  width: 100%;
  margin: 0 0 0 0px;
  padding-top: 0;
  overflow: hidden;
  position: relative;
}
#slider.flexslider .flex-direction-nav {
  display: none;
}
#slider.flexslider .product_title {
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin: -10px 0 0 0;
}
#slider.flexslider .product_title a {
  color: #fff;
}
#slider.flexslider .product_title a:hover {
  color: #000;
}
#slider.flexslider .description {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin: 10px 0 0 0;
}
#slider.flexslider .product_price {
  color: #fff;
  font-size: 55px;
  line-height: 61px;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin: 10px 0 0 0;
}
#slider.flexslider .product_price > div {
  display: inline-block;
  margin-right: 5px;
}
#slider.flexslider .product_price .PricesalesPriceWithDiscount {
  display: none;
}
#slider.flexslider .product_price.sale .PricesalesPriceWithDiscount {
  display: inline-block;
  text-decoration: line-through;
  color: #c5c31a;
}
#slider.flexslider .product_rating {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
}
#slider.flexslider .rating-icons .fa-star {
  color: #333;
}
#carousel {
  width: 800px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #carousel {
    position: relative;
    margin: 30px 0 0 -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carousel {
    position: relative;
    margin: 30px 0 0 -30px;
    width: auto;
    max-width: 740px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #carousel {
    position: relative;
    margin: 30px 0 0 0px;
    width: auto;
    max-width: 740px;
  }
}
#carousel ul.slides {
  background: none;
  position: relative;
  height: auto;
  padding: 0;
  border-radius: 0;
  margin: 0;
  z-index: 999;
  width: auto;
}
#carousel ul.slides li {
  float: left;
  margin: 0 0 0 0;
  list-style: none;
  border-radius: 0;
}
#carousel ul.slides li a {
  display: block;
  width: 170px;
  height: auto;
  margin: 0 0px 0 30px;
  float: none;
  background: #f8f8f8;
  position: relative;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #carousel ul.slides li a {
    margin: 0 30px 0 0px;
  }
}
#carousel ul.slides li a img {
  width: 100%;
  height: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#carousel ul.slides li.flex-active-slide a img,
#carousel ul.slides li a:hover img {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
#carousel .flex-direction-nav {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 0;
}
#carousel .flex-direction-nav li {
  float: none;
  width: 100%;
}
#carousel .flex-direction-nav .flex-next {
  right: 35px;
  left: auto;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #333;
  z-index: 1221;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#carousel .flex-direction-nav .flex-next:before {
  font-style: normal;
  content: "\f105";
  font-size: 25px;
  font-family: FontAwesome;
  position: absolute;
  right: 43%;
  top: 0px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  line-height: 40px;
}
#carousel .flex-direction-nav .flex-next:hover {
  background: #f7f7f9;
}
#carousel .flex-direction-nav .flex-next:hover:before {
  color: #ff0309;
  line-height: 40px;
}
#carousel .flex-direction-nav .flex-prev {
  right: auto;
  left: 65px;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #333;
  z-index: 1221;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#carousel .flex-direction-nav .flex-prev:before {
  font-style: normal;
  content: "\f104";
  font-size: 25px;
  font-family: FontAwesome;
  position: absolute;
  right: 43%;
  top: 0px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  line-height: 40px;
}
#carousel .flex-direction-nav .flex-prev:hover {
  background: #f7f7f9;
}
#carousel .flex-direction-nav .flex-prev:hover:before {
  color: #ff0309;
  line-height: 40px;
}
.zoomWrapper {
  border: none;
}
div.zoomWindow {
  left: 109%!important;
  background: none repeat scroll 0 0 #fbfbfb;
  padding: 5px;
}
div.zoomWindow > div {
  background: #fff;
}
.vm-order_info tr td,
.vm-order_info tr th {
  display: block;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: none; /** 1s;  **/
  animation-duration: none; /** 1s; **/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-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;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/** .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; **/


@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =================================================*/
/* THEME VARIABLES
====================================================*/
/* Typography */
/* Colors */
/* Navigation */
/* =================================================*/
/* BOOTSTRAP VARIABLES
====================================================*/
/* Content:

  1. Typography
  2. Global layout
  3. Module positions
  . Modules 
  . Main content  (Joomla)
  . Main content  (VirtueMart)

  
  . Utility classes
  . Media query styles

*/
/*Default styling*/
/*========================================================
                    1. Typography
=========================================================*/
@media (min-width: 1200px) {
  .container {
    width: 1200px!important;
  }
}
h1,
h2,
h3,
h4 {
  margin: 0 0 30px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #4c4c4c;
  text-transform: uppercase;
  line-height: 54px;
  font-size: 49px;
  padding: 0;
  background: none;
}
@media (min-width: 991px) and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 49px;
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 39px;
    font-size: 34px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    margin: 0 0 20px 0;
    line-height: 34px;
    font-size: 30px;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: #000;
}
.mod_virtuemart_product .module_title {
  color: #fff;
}
h2.login {
  font-size: 24px;
  line-height: 26px;
}
h4.alert-heading {
  background: none;
  padding: 0;
  border: none;
}
h5 {
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #000;
  text-transform: none;
  line-height: 28px;
  font-size: 18px;
}
h5 > a {
  color: #000;
}
h2 {
  margin-bottom: 20px;
}
.blog-item_heading .article_title,
.article-view .article_title {
  background: none;
  padding: 14px 40px 13px 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 42px;
  color: #000;
  font-weight: bold;
}
a {
  color: #000;
  outline: none;
  /** -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;  **/
}
a:hover,
a:focus {
  text-decoration: none;
  color: #c5c31a;
}
/* articles content */
.article-view h3 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
/*========================================================
                    2. Global layout
=========================================================*/
html {
  overflow-y: auto;
}
/*Sticky footer*/
* {
  margin: 0;
}
body {
  height: 100%;
  background: #2c2e32;
  font: normal 14px/20px 'Raleway', sans-serif;
  color: #777;
}
#wrapper.z-index {
  position: relative;
  z-index: 22;
}
.cotainer-top {
  background: none;
  position: relative;
  z-index: 1111;
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cotainer-top {
    padding-bottom: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cotainer-top {
    padding-bottom: 13px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cotainer-top {
    padding-bottom: 0px;
  }
}
body#print {
  background: #f2f2f2;
  padding: 20px 20px 30px 20px;
  height: 100%;
  width: auto;
}
body#print .page_heading {
  padding: 0;
}
#sbox-content iframe {
  width: 100%!important;
  height: 100%!important;
}
#wrapper {
  /* min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px; */
}
#footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* Buttons */
.btn,
.button,
.slideshowck .btn,
.slideshowck .btn:hover,
.btn.disabled {
  border-radius: 0;
  border: none;
  padding: 10px; /** 0;  **/
  /** margin-left: 5px; ajout AMP **/
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  /** -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;  **/
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn,
  .button,
  .slideshowck .btn,
  .slideshowck .btn:hover,
  .btn.disabled {
    font-size: 14px;
  }
}
.btn-default {
  background: #a39904;
}
.btn-default span span {
  padding: 5px 10px 5px; /** 15px 20px 15px;  **/
  background: #a39904;
  color: #fff;
  /** -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; **/
  display: inline-block;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #c5c31a;
  color: #fff;
}
.btn-default:hover span span,
.btn-default:active span span,
.btn-default:focus span span {
  opacity: 1;
  background: #c5c31a;
  /** animation: moveFromTop 300ms ease-in-out; **/
}
.btn-primary {
  background: #c5c31a;
}
.btn-primary span span {
  padding: 5px 10px 5px; /** 15px 20px 15px; **/
  background: #c5c31a;
  color: #fff;
  /** -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;  **/
  display: inline-block;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background: #a39904;
}
.btn-primary:hover span span,
.btn-primary:active span span,
.btn-primary:focus span span {
  opacity: 1;
  background: #a39904;
  /** animation: moveFromTop 300ms ease-in-out;  **/
}
.search-view {
  padding-bottom: 30px;
}
#searchForm .search-form_section {
  padding-top: 20px;
}
#searchForm #search-searchword {
  margin-right: 10px;
  height: 50px;
}
#searchForm .btn-default {
  margin-top: 1px;
  margin-right: 5px;
}
#searchForm .search_intro {
  padding-top: 3px;
}
#searchForm .ordering {
  padding-top: 12px;
}
/* Tables */
table {
  font-size: 1em;
}
.aside .module_title {
  font-size: 24px;
}
.aside .listing__grid {
  margin: 0;
}
@media (max-width: 480px) {
  .listing__banners .item {
    width: 100% !important;
  }
  .listing__grid .item {
    width: 100% !important;
  }
  .listing__grid .item__category {
    width: 50% !important;
  }
}
@media (max-width: 992px) and (min-width: 480px) {
  .listing__grid .item__category {
    width: 50% !important;
  }
  .listing__list {
    margin: 0 -15px 40px;
    overflow: hidden;
  }
  .listing__list .item__manufacturer {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .showcase .listing__banners .item-1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .showcase .listing__banners .item-1 {
    margin-bottom: 0px;
  }
}
/*========================================================
                    3. Layout elements (module positions)
=========================================================*/
/* Top
========================================================*/
.top-row {
  background: #2f3237;
  padding: 0;
  width: 100%;
  min-height: 45px;
  z-index: 5;
}
@media (max-width: 480px) {
  .top *[class^="col-"] {
    width: 100%;
    float: none;
  }
  .mod-currency-selector {
    text-align: center;
  }
}
/*Top menu*/
.moduletable__top-menu {
  padding: 20px 0 0 0;
  float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu {
    float: none;
    padding: 0px 0 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: table;
  }
}
.moduletable__top-menu ul .active a {
  color: #c5c31a;
}
.moduletable__top-menu ul li:first-child {
  background: none;
  padding-left: 0;
}
.moduletable__top-menu ul li {
  margin: 0;
  padding: 0 0 0 22px;
  text-transform: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul li {
    padding: 0 0 0 12px;
  }
}
.moduletable__top-menu ul li a {
  padding: 0;
  font-weight: 300;
  color: #fff;
  font-family: Roboto;
}
.moduletable__top-menu ul li a:hover {
  color: #c5c31a;
  background: none;
}
/* Header
========================================================*/
.header-row {
  padding: 0;
  background: url(/templates/theme565/images/header-row-bg.png) left top repeat-x #41464c;
  height: 80px;
  width: 100%;
  z-index: 4;
  position:relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row {
    height: auto;
    padding-bottom: 20px;
  }
}
.header-row .mod_custom {
  text-align: right;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 0 0 0;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .mod_custom {
    text-align: center;
  }
}
.header-row .mod_custom span {
  font-size: 26px;
  color: #c5c31a;
  padding-left: 6px;
}
.pseudoStickyBlock {
  display: none!important;
}
.header-row.isStuck {
  -webkit-transform: translateZ(0);
  width: 100%;
  height: 50px;
  float: none;
  left: 0;
  z-index: 11001;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row.isStuck {
    height: auto;
  }
}
.header-row.isStuck .navigation ul > .fa {
  right: -8px;
}
.header-row.isStuck .site-logo_img {
  max-width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.header-row.isStuck .sf-menu {
  padding-top: 0px!important;
}
.header-row.isStuck .sf-menu > li > a:before,
.header-row.isStuck .sf-menu > li > span:before {
  padding: 10px 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-row.isStuck .sf-menu > li > a:before,
  .header-row.isStuck .sf-menu > li > span:before {
    padding: 10px 25px;
    font-size: 12px;
  }
}
.header-row.isStuck .sf-menu > li > a em,
.header-row.isStuck .sf-menu > li > span em {
  padding: 10px 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-row.isStuck .sf-menu > li > a em,
  .header-row.isStuck .sf-menu > li > span em {
    padding: 10px 25px;
  }
}
.header-row.isStuck .sf-menu li:hover ul,
.header-row.isStuck .sf-menu li.sfHover ul {
  top: 50px;
}
.header-row.isStuck .sf-menu li:hover ul ul,
.header-row.isStuck .sf-menu li.sfHover ul ul {
  top: 0;
}
.header-row.isStuck .site-logo {
  height: auto;
  padding: 0;
  width: 55%;
}
.header-row.isStuck .site-logo_img {
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    background: none;
  }
}
.header-b {
  text-align: right;
}
/* Site logo */
.logo-fleft {
  float: none;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo-fleft {
    float: none;
    width: 100%;
  }
}
.site-logo {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo {
    text-align: center;
    position: relative;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-logo .site-logo_img {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo .site-logo_img {
    width: 100%;
  }
}
.site-logo_link {
  display: inline-block;
  height: 100%;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo_link {
    height: auto;
    width: auto;
  }
}
.site-logo_link:hover {
  text-decoration: none;
}
.site-logo_img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (max-width: 768px) {
  .site-logo {
    max-width: 100%;
    margin: 0 auto;
  }
  .form-inline .form-group {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .site-logo {
    max-width: 100%;
  }
}
/* Navigation
========================================================*/
.navigation {
  -webkit-transform: translateZ(0);
  background: none;
  height: 80px;
  padding: 0;
  width: auto;
  z-index: 111;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    z-index: 1111;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation {
    z-index: 1111;
    height: auto;
    padding: 0;
  }
}
.navigation ul .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}
.navigation ul ul .fa {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
.slicknav_menu {
  display: none;
  background: #fff;
}
.mod_superfish_menu {
  display: block;
  position: relative;
  z-index: 99;
  float: none;
  text-align: left;
  margin: 0;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mod_superfish_menu {
    padding-top: 0px;
  }
}
.isStuck {
  z-index: 999;
  top: 0;
}
/* Superfish menu */
.sf-menu {
  font-family: 'Raleway', sans-serif;
  float: right;
  margin-right: 0!important;
  background: none;
  padding-top: 0px!important;
  position: relative;
  z-index: 111;
  text-align: left;
}
.sf-menu > li:first-child {
  border-left: 1px solid #4b4b4b;
  margin-left: 0;
}
.sf-menu > li {
  border-right: none;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 4;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  border-right: 1px solid #4b4b4b;
}
.sf-menu > li > a,
.sf-menu > li > span {
  background: none;
  display: block;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu > li > a,
  .sf-menu > li > span {
    font-size: 12px;
  }
}
.sf-menu > li > a:before,
.sf-menu > li > span:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  color: #c5c31a;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu > li > a:before,
  .sf-menu > li > span:before {
    padding: 25px 25px;
    font-size: 12px;
  }
}
.sf-menu > li > a em,
.sf-menu > li > span em {
  font-style: normal;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding: 25px 30px;
  display: block;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu > li > a em,
  .sf-menu > li > span em {
    padding: 25px 25px;
    font-size: 12px;
  }
}
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.active > a,
.sf-menu > li.current > a,
.sf-menu > li:hover > span,
.sf-menu > li.sfHover > span,
.sf-menu > li.active > span,
.sf-menu > li.current > span {
  background: rgba(255, 255, 255, 0.05);
  color: #c5c31a;
  opacity: 1;
}
.sf-menu > li:hover > a em,
.sf-menu > li.sfHover > a em,
.sf-menu > li.active > a em,
.sf-menu > li.current > a em,
.sf-menu > li:hover > span em,
.sf-menu > li.sfHover > span em,
.sf-menu > li.active > span em,
.sf-menu > li.current > span em {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}
.sf-menu > li:hover > a:before,
.sf-menu > li.sfHover > a:before,
.sf-menu > li.active > a:before,
.sf-menu > li.current > a:before,
.sf-menu > li:hover > span:before,
.sf-menu > li.sfHover > span:before,
.sf-menu > li.active > span:before,
.sf-menu > li.current > span:before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.sf-menu > li:hover .arrowdown,
.sf-menu > li.sfHover .arrowdown,
.sf-menu > li.active .arrowdown,
.sf-menu > li.current .arrowdown,
.sf-menu > li:hover > .fa,
.sf-menu > li.sfHover > .fa,
.sf-menu > li.active > .fa,
.sf-menu > li.current > .fa {
  color: #c5c31a;
}
.sf-menu > li > .fa {
  font-size: 24px;
  color: #908f91;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu > li > .fa {
    font-size: 14px;
  }
}
.sf-menu ul {
  background: #41464c;
  min-width: 18em;
  padding: 0 0;
  position: absolute;
  top: -9999px;
  left: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu ul {
    min-width: 13em;
  }
}
.sf-menu ul > li:first-child {
  border: none;
}
.sf-menu ul > li {
  position: relative;
  border-top: 1px solid #494949;
}
.sf-menu ul > li > a,
.sf-menu ul > li > span {
  color: #ffffff;
  font-size: 14px; /** 12px;  **/
  font-weight: 400;
  line-height: 20px;
  padding: 10px 15px;
  display: block;
  text-transform: none;
}
.sf-menu ul > li > .arrowdown {
  color: #ffffff;
}
.sf-menu ul > li:hover,
.sf-menu ul > li.sfHover,
.sf-menu ul > li.active,
.sf-menu ul > li.current {
  background: #c5c31a;
}
.sf-menu ul > li:hover > a,
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li.active > a,
.sf-menu ul > li.current > a,
.sf-menu ul > li:hover > span,
.sf-menu ul > li.sfHover > span,
.sf-menu ul > li.active > span,
.sf-menu ul > li.current > span {
  color: #000000;
}
.sf-menu ul > li:hover .fa,
.sf-menu ul > li.sfHover .fa,
.sf-menu ul > li.active .fa,
.sf-menu ul > li.current .fa {
  color: #000000;
}
.sf-menu ul > li:hover > .arrowdown,
.sf-menu ul > li.sfHover > .arrowdown,
.sf-menu ul > li.active > .arrowdown,
.sf-menu ul > li.current > .arrowdown {
  color: #000000;
}
.sf-menu ul > li .fa {
  color: #fff;
  font-size: 13px;
}
.sf-menu ul > li ul {
  margin-top: 0;
  margin-left: 1px;
  left: 18em;
  top: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu ul > li ul {
    left: 13em;
  }
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 80px;
}
.sf-menu li:hover ul ul,
.sf-menu li.sfHover ul ul {
  top: 0px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu li:hover ul ul,
  .sf-menu li.sfHover ul ul {
    left: -13em;
    width: 13em;
    z-index: 1111;
  }
}
.sf-menu li:hover ul ul > li .fa,
.sf-menu li.sfHover ul ul > li .fa {
  color: #fff;
  font-size: 13px;
}
.sf-menu li:hover ul ul > li:hover .fa,
.sf-menu li.sfHover ul ul > li:hover .fa,
.sf-menu li:hover ul ul > li.sfHover .fa,
.sf-menu li.sfHover ul ul > li.sfHover .fa,
.sf-menu li:hover ul ul > li.active .fa,
.sf-menu li.sfHover ul ul > li.active .fa,
.sf-menu li:hover ul ul > li.current .fa,
.sf-menu li.sfHover ul ul > li.current .fa {
  color: #000000;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .sf-menu li:hover ul ul ul,
  .sf-menu li.sfHover ul ul ul {
    left: -15em;
    width: 15em;
    z-index: 1111;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .sf-menu li:hover ul ul ul,
  .sf-menu li.sfHover ul ul ul {
    left: 12.8em;
    width: 13em;
    z-index: 1111;
  }
}
.sf-menu .arrowdown {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  z-index: 10;
}
@media (max-width: 767px) {
  .slicknav_menu {
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mod_superfish_menu {
    display: none;
  }
  a.slicknav_btn {
    padding: 1em 0;
    font-size: 13px;
    color: #484848;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    float: none;
    margin-bottom: 0px;
    display: inline-block;
  }
  .slicknav_nav {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
  }
  .slicknav_nav .slicknav_arrow {
    font-family: 'FontAwesome';
    src: url(/templates/theme565/fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(/templates/theme565/fonts/fontawesome-webfont.eot#iefix&v=4.0.3) format('embedded-opentype'), url(/templates/theme565/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(/templates/theme565/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(/templates/theme565/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 1em;
    top: 1em;
    margin-top: -0.5em;
  }
  .slicknav_nav li {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1px;
    position: relative;
  }
  .slicknav_nav li > a,
  .slicknav_nav li > span {
    display: block;
    padding: 0.5em 1em;
    font-size: 13px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .slicknav_nav li > a,
  .slicknav_nav li > span {
    background: #f6f6f6;
    color: #484848;
  }
  .slicknav_nav li > a a,
  .slicknav_nav li > span a {
    color: #484848;
  }
  .slicknav_nav li:hover > a,
  .slicknav_nav li.sfHover > a,
  .slicknav_nav li.active > a,
  .slicknav_nav li.current > a,
  .slicknav_nav li:hover > span,
  .slicknav_nav li.sfHover > span,
  .slicknav_nav li.active > span,
  .slicknav_nav li.current > span {
    background: #333333;
    color: #c5c31a;
  }
  .slicknav_nav li:hover > a a,
  .slicknav_nav li.sfHover > a a,
  .slicknav_nav li.active > a a,
  .slicknav_nav li.current > a a,
  .slicknav_nav li:hover > span a,
  .slicknav_nav li.sfHover > span a,
  .slicknav_nav li.active > span a,
  .slicknav_nav li.current > span a {
    color: #c5c31a;
  }
  .slicknav_nav li:hover .arrowdown,
  .slicknav_nav li.sfHover .arrowdown,
  .slicknav_nav li.active .arrowdown,
  .slicknav_nav li.current .arrowdown {
    color: #c5c31a;
  }
  .slicknav_nav ul {
    padding: 1px 0 1px 0.5em;
  }
  .slicknav_nav .fa {
    display: none;
  }
}
.sf-menu ul ul ul {
  right: 0!important;
}
/* showcase
========================================================*/
.showcase-row {
  padding: 0 0 40px 0;
  background: #2c2e32;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-bottom: -85px;
  border-bottom: 5px solid #23252a;
}
@media (max-width: 767px) {
  .showcase-row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
  }
}
/* Video bottom */
#video-bottom-un .mod_bannersblock {
  float: none;
  width: 100%;
  overflow: hidden;
}
#video-bottom-un .mod_bannersblock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#video-bottom-un .mod_bannersblock ul li {
  float: left;
  text-align: center;
  width: 270px!important;
  margin-left: 30px;
  position: relative;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 212px!important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 165px!important;
    margin-left: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 47%!important;
    margin-left: 0;
    margin-right: 10px;
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 100%!important;
    margin-left: 0;
    margin-right: 10px;
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
}
#video-bottom-un .mod_bannersblock ul li span.caption {
  width: 100%;
  text-align: center;
}
#video-bottom-un .mod_bannersblock ul li .banner_img {
  overflow: hidden;
  position: relative;
  border: 7px solid #fff;
  display: inline-block;
  border-radius: 142px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#video-bottom-un .mod_bannersblock ul li .banner_img img {
  width: 142px;
  height: auto;
  border-radius: 142px;
}
#video-bottom-un .mod_bannersblock ul li .txt1 {
  font-size: 27px;
  line-height: 30px;
  color: #fff;
  padding: 30px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #video-bottom-un .mod_bannersblock ul li .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #video-bottom-un .mod_bannersblock ul li .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
}
#video-bottom-un .mod_bannersblock ul li .txt2 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 20px 0px 0 0px;
  text-transform: uppercase;
}
#video-bottom-un .mod_bannersblock ul li:hover .banner_img {
  border-color: #000;
}
#video-bottom-un .mod_bannersblock ul li:hover .txt1 {
  color: #000000;
}
#video-bottom-un .mod_bannersblock ul li:first-child {
  margin-left: 0;
}
/* custom-html */
#parallax-bottom-un {
  text-align: left;
  position: relative;
  z-index: 1;
}
#parallax-bottom-un .stellar-block {
  padding: 0 0;
  background-color: #370203;
}
#parallax-bottom-un .mod_custom {
  padding: 90px 0;
  text-align: center;
}
#parallax-bottom-un .txt1 {
  display: block;
  font-size: 60px;
  line-height: 62px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  text-shadow: 3px 2px 5px #ae0000;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #parallax-bottom-un .txt1 {
    font-size: 51px;
    line-height: 52px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #parallax-bottom-un .txt1 {
    font-size: 31px;
    line-height: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-bottom-un .txt1 {
    font-size: 24px;
    line-height: 26px;
  }
}
#parallax-bottom-un .txt2 {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  margin-top: 5px;
  padding: 0 65px;
}
#parallax-bottom-un .txt3 {
  padding-top: 40px;
}
#parallax-bottom-un .txt3 a {
  border-radius: 42px;
}
/* Slideshow CK */
.mod_slideshowck {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_slideshowck {
    display: none;
  }
}
.mod_slideshowck .slideshowck {
  margin-bottom: 0 !important;
}
.mod_slideshowck .camera_caption {
  bottom: 0;
  top: 0px;
  left: 0;
  width: 100%;
}
.mod_slideshowck .camera_caption > div {
  padding: 0;
  background: none;
  font-family: 'Raleway', sans-serif;
  text-align: left;
}
.mod_slideshowck .camera_caption .camera_caption_desc {
  width: 80%;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .mod_slideshowck .camera_caption .camera_caption_desc {
    width: 100%;
  }
}
.mod_slideshowck .camera_caption .txt1,
.mod_slideshowck .camera_caption .txt2,
.mod_slideshowck .camera_caption .txt3,
.mod_slideshowck .camera_caption .txt4 {
  text-transform: uppercase;
  display: block;
}
.mod_slideshowck .camera_caption .txt1 {
  font-size: 123px;
  line-height: 124px;
  color: #c5c31a;
  display: inline-block;
  padding: 225px 0 0 0;
  font-weight: 900;
}
@media (min-width: 1201px) and (max-width: 1700px) {
  .mod_slideshowck .camera_caption .txt1 {
    font-size: 83px;
    line-height: 84px;
    padding: 185px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mod_slideshowck .camera_caption .txt1 {
    font-size: 43px;
    line-height: 44px;
    padding: 185px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt1 {
    font-size: 43px;
    line-height: 44px;
    padding: 105px 0 0 0;
  }
}
.mod_slideshowck .camera_caption .txt2 {
  font-size: 73px;
  line-height: 74px;
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin-top: -4px;
  text-transform: uppercase;
}
@media (min-width: 1201px) and (max-width: 1700px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 43px;
    line-height: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 23px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 23px;
    line-height: 24px;
  }
}
.mod_slideshowck .camera_caption .txt3 {
  padding: 0 0 0 315px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mod_slideshowck .camera_caption .txt3 {
    padding: 0 0 0 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt3 {
    padding: 0 0 0 115px;
  }
}
.mod_slideshowck .camera_prev,
.mod_slideshowck .camera_next,
.mod_slideshowck .camera_commands {
  cursor: pointer;
  height: 49px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 49px;
  z-index: 2;
  text-align: center;
}
.mod_slideshowck .camera_commands {
  display: none;
}
.mod_slideshowck .camera_prev {
  left: 140px;
  background: none!important;
}
.mod_slideshowck .camera_prev > span {
  background: none;
  display: block;
  height: 49px;
  width: 38px;
}
.mod_slideshowck .camera_prev > span:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 86px;
  line-height: 86px;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_slideshowck .camera_prev > span:hover:before {
  color: #c5c31a;
}
.mod_slideshowck .camera_next {
  right: 140px;
  background: none!important;
}
.mod_slideshowck .camera_next > span {
  background: none;
  display: block;
  height: 49px;
  width: 49px;
}
.mod_slideshowck .camera_next > span:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 86px;
  line-height: 86px;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_slideshowck .camera_next > span:hover:before {
  color: #c5c31a;
}
@media (max-width: 768px) {
  .mod_slideshowck .camera_caption > div {
    display: none;
  }
}
/* featured
========================================================*/
/* main content
========================================================*/
/*Main views*/
.page {
  margin-bottom: 0px;
}
.page.manufacturer-view {
  margin-bottom: 0;
}
.page_heading {
  margin-bottom: 0;
  border-top: none;
  padding: 0px 0 0 0;
  position: relative;
}
.icons {
  position: absolute;
  right: 0;
  top: 6px;
  width: 100px;
  margin: 0;
  padding: 0;
  text-align: right;
}
.icons li,
.icons > a {
  list-style: none;
  padding: 3px;
  display: inline;
}
/* main-bottom
========================================================*/
.main-bottom {
  padding: 70px 0;
  background: #1c1c1c;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-bottom {
    padding: 30px 0;
  }
}
.main-bottom .moduletable {
  margin-bottom: 20px;
}
.main-bottom .module_title {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 3px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-bottom .module_title {
    line-height: 34px;
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-bottom .module_title {
    line-height: 34px;
    font-size: 36px;
  }
}
.main-row {
  padding: 30px 0 30px;
  position: relative;
  z-index: 1;
  background: #ffffff url(/templates/theme565/images/main-row-bg.jpg) left top repeat-x;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-row {
    padding: 30px 0;
  }
}
.productdetails .main-row {
  padding-bottom: 20px;
}
.productdetails .col-md-8 {
  margin-bottom: 0;
}
.prod-row {
  padding: 30px 0 30px;
  background: #2c2e32;
  position: relative;
  z-index: 1;
}
/* aside
========================================================*/
.aside .moduletable {
  margin-bottom: 2.2em;
  background: none;
}
.aside .moduletable .module_content {
  padding: 20px 0;
}
.aside .moduletable .module_title {
  margin-bottom: 0;
}
.aside .moduletable .module_content {
  padding: 20px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside .moduletable .module_content {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside .moduletable .module_content {
    padding: 20px 20px;
  }
}
.aside .module_header {
  padding: 0;
  margin: 0px;
}
.aside .item_name {
  font-size: 15px;
  line-height: 18px;
}
.aside__left {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .photo-a-propos {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-a-propos {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .photo-a-propos {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .photo-a-propos {
    display: none;
  }
}
/* bottom
========================================================*/
.bottom-row {
  background: #1b1b1b;
  padding: 20px 0;
}
.bottom-row .module_title {
  margin: 0;
}
.footer-row {
  position: relative;
  padding: 50px 0 0px; /** 50px 0 50px;  **/
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row {
    padding: 20px 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .footer .mod_bt_facebooklikebox {
    margin-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .footer .mod_bt_facebooklikebox {
    margin-left: 0px;
  }
}
.footer-row .container {
  position: relative;
  z-index: 2;
}
.footer-row h3.module_title {
  color: #fff;
  font-size: 49px;
  line-height: 54px;
  background: none;
  padding: 0px 0;
  margin: 0 0 5px 0;
  font-weight: 800;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .footer-row h3.module_title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .footer-row h3.module_title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row h3.module_title {
    font-size: 30px;
    line-height: 34px;
  }
}
.footer-row h3.module_title span {
  padding: 0;
  margin: 0;
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_menu .foot-nav {
    padding: 0;
  }
}
.footer-row .mod_menu {
  padding-top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_menu {
    padding-left: 0px;
    padding-top: 0px;
  }
}
.footer-row .mod_menu .list li a {
  color: #fff;
}
.footer-row .mod_menu .list li a:hover {
  color: #c5c31a;
}
.footer-row .mod_menu li.active a {
  color: #c5c31a;
}
.footer-row .mod_custom {
  padding-left: 0px;
  color: #383838;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom {
    padding-left: 0px;
  }
}
.footer-row .mod_custom .txt1 {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.footer-row .mod_custom .txt3 a {
  color: #383838;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}
.footer-row .mod_custom .txt3 a:hover {
  text-decoration: underline;
}
.footer-row .mod_custom .txt2 {
  display: block;
  font-size: 24px;
  line-height: 28px;
}
.footer-row .custom_store span {
  display: block;
  font-size: 14px;
  line-height: 42px;
  color: #c5c31a;
  text-transform: none;
}
.footer-row .custom_store span em {
  display: inline-block;
  font-size: 17px;
  line-height: 42px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-right: 4px;
}
.footer-row .custom_store .row-txt2 {
  font-weight: 700;
}
.footer-row .custom_store .row-txt4 a {
  color: #c5c31a;
  text-decoration: none;
}
.footer-row .custom_store .row-txt4 a:hover {
  text-decoration: none;
  color: #fff;
}
.bottom {
  padding: 0 0;
}
.bottom .module_header {
  display: inline-block;
}
.bottom .module_title {
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 3px;
}
.bottom .module_content {
  padding-left: 10px;
  display: inline-block;
}
@media (max-width: 992px) {
  .bottom {
    margin: 0 0;
  }
  .bottom .moduletable {
    margin-bottom: 40px;
    text-align: center;
  }
  .bottom .module_header {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .bottom .mod_socialmedialinks {
    float: none;
    margin-bottom: 0;
  }
}
/* footer
========================================================*/
.footer {
  padding-top: 0px;
  margin-bottom: 0px;
}
.footer .moduletable {
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer .moduletable {
    margin-bottom: 20px;
  }
}
.footer.footer_additional {
  padding-top: 0;
}
/* copyright
========================================================*/
.copyright-row {
  padding: 10px 0 20px;
  position: relative;
  z-index: 1;
}
.copyright {
  color: #777;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
}
#scrollUp {
  z-index: 111!important;
}
#habla_beta_container_do_not_rely_on_div_classes_or_names {
  z-index: 1111;
  position: relative;
}
#habla_window_div #habla_topbar_div {
  background: #333!important;
  overflow: hidden;
}
#habla_window_div.olrk-fixed-bottom .habla_panel_border,
#habla_window_div.olrk-fixed-bottom #habla_topbar_div {
  border-radius: 0px!important;
}
/* Menu */
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
}
.menu__inline li {
  display: inline-block;
  margin: 0 10px;
}
/* Login */
.list__login-links {
  padding: 2em 0 0;
  margin: 0;
  list-style: none;
}
/* Newsletter */
.acymailing_form {
  position: relative;
  width: 100%;
}
.acymailing_form .subbutton {
  position: relative;
  right: 0;
  top: 0;
  float: left;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background: none;
  padding: 5px 10px;
  height: 24px;
  background: #1b6c93;
}
.acymailing_form .subbutton:hover {
  background: #000;
}
.acymailing_form .fieldacyemail {
  width: auto;
  float: left;
  margin-bottom: 0;
}
.acymailing_form .fieldacyemail label.error {
  margin: 10px 0 0 0;
  color: #fff;
  border: 1px solid #c5c31a;
  padding: 0 10px;
  font-weight: 400;
}
.acymailing_form .acysubbuttons {
  float: left;
  margin-bottom: 0;
}
.acymailing_form .inputbox {
  background: #fff;
  border: none;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 14px;
  color: #939393;
  height: 24px;
  width: 97%!important;
}
@media (max-width: 480px) {
  .acymailing_form {
    width: 100%;
  }
}
/* acymailing */
.aside .mod_acymailing {
  background: #44a0cc;
  padding: 20px;
}
.aside .mod_acymailing .module_title {
  background: url(/templates/theme565/images/icon-letter.png) left center no-repeat;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 14px;
  color: #ff;
}
.aside .mod_acymailing .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
/* Social media links */
.mod_socialmedialinks {
  float: none;
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_socialmedialinks {
    float: none;
  }
}
div.smile {
  text-align: left!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  div.smile {
    float: none;
    text-align: left!important;
  }
}
div.smile a {
  margin: 0 0 10px 0!important;
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
div.smile a span {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  div.smile a {
    margin: 0 10px 10px 0!important;
  }
}
div.smile a:hover {
  color: #c5c31a;
}
div.smile a:hover .fa {
  color: #fff;
  background: #c5c31a;
}
div.smile img {
  display: none;
}
div.smile .fa {
  color: #fff;
  font-size: 32px;
  line-height: 56px;
  display: inline-block;
  width: 57px;
  height: 57px;
  background: #333;
  border-radius: 57px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
/* VirtueMart Manufacturers */
.item__manufacturer .item_name {
  text-align: center;
}
/* mod_responsive_contact_form */
.mod_responsive_contact_form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.control-group {
  margin-bottom: 15px;
}
/* Jflickr */
.mod_jflickr a {
  color: #777;
}
.mod_jflickr a:hover {
  color: #fff;
}
.gallery-flickr ul {
  margin: 0;
  padding: 0;
}
.gallery-flickr ul li a {
  border: 1px solid #d12d34 !important;
}
.gallery-flickr ul li a:hover {
  border: 1px solid #ffffff !important;
}
.flickr_direct_link {
  margin-top: 2em;
  display: inline-block;
}
/*========================================================
                    6. Main component (Joomla)
=========================================================*/
.article_heading {
  padding-bottom: 0;
  position: relative;
}
.article_title {
  margin-bottom: 30px;
}
/*Pager*/
.pagenav {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pagenav .pagenav-prev {
  float: left;
}
.pagenav .pagenav-next {
  float: right;
}
/*Article info*/
.article_info {
  font-size: 0.8em;
}
.article_info dt {
  display: none;
}
.article_info dd {
  display: inline-block;
  padding: 0 1em 0.5em 0;
}
.article_text .clearfix {
  padding-bottom: 30px;
}
.article_text .clearfix > .fa {
  float: left;
  font-size: 56px;
  line-height: 56px;
  margin-right: 10px;
  width: 66px;
  text-align: center;
  color: #7a7a7a;
}
.article_text .clearfix .extra-wrap {
  overflow: hidden;
}
/* Single article
========================================================*/
.article-view .page_title {
  display: none;
}
.article-view .hex_google_chart {
  float: right;
  width: 50%;
  top: -3em;
}
.article_text {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-view .hex_google_chart {
    float: none;
    width: 100%;
    top: 0;
  }
}
/* Archived articles
========================================================*/
/* Featured articles
========================================================*/
.article.listing-item {
  padding: 0 1em;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .article.listing-item {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article.listing-item {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article.listing-item {
    padding: 0;
  }
}
/* Blog listing
========================================================*/
.blog-view .articles-listing .item {
  margin-bottom: 40px;
}
.blog-item_heading {
  margin-bottom: 20px;
}
/* Article edit page
========================================================*/
.edit.item-page {
  margin-bottom: 40px;
}
.edit.item-page .btn-toolbar {
  margin-bottom: 20px;
}
.edit.item-page fieldset {
  padding: 20px;
}
/* Contact view
========================================================*/
.contact_image {
  margin-top: 20px;
  padding: 20px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact_image {
    margin-top: 20px;
  }
}
.contact_position {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
}
.contact_map iframe {
  width: 100%;
  height: 400px;
}
.contact_form {
  padding-top: 2em;
}
.contact_form textarea {
  height: 207px;
}
.contact_miscinfo {
  margin-top: 40px;
}
/*Contact slider*/
#contact-slider .panel {
  border: none;
  box-shadow: none;
  margin: 0;
  padding-bottom: 1em;
}
#contact-slider .title {
  cursor: pointer;
  padding: 0.5em 1em;
  margin: 0;
  position: relative;
}
#contact-slider .title:before {
  position: absolute;
  right: 1em;
  top: 1.7em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  padding-right: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contact-slider .pane-toggler-down {
  margin: 0 0 1em;
}
#contact-slider .pane-toggler-down:before {
  content: "\f068";
}
#contact-slider .pane-toggler {
  margin: 0;
}
#contact-slider .pane-toggler:before {
  content: "\f067";
}
#contact-slider .pane-slider {
  padding: 0 1em;
}
/*Contact tabs*/
dl.tabs {
  border-bottom: 1px solid #dbdbdb;
}
dl.tabs dt.tabs {
  display: inline-block;
  padding: 0.5em 1em;
  margin-right: 2px;
}
dl.tabs dt.tabs h3 {
  margin: 0;
}
dl.tabs dt.tabs.open {
  background: #dbdbdb;
}
.jicons-icons {
  display: block;
  float: left;
  margin-right: 0.5em;
  font-size: 18px;
  width: 20px;
}
.jicons-icons > img {
  display: none;
}
.jicons-icons + address {
  overflow: hidden;
  margin-bottom: 0.5em;
}
/* Profile view
========================================================*/
.def-list-horizontal {
  overflow: hidden;
  margin-bottom: 2em;
}
.def-list-horizontal dt,
.def-list-horizontal dd {
  margin-bottom: 0.5em;
  float: left;
}
.def-list-horizontal dt {
  width: 25%;
}
.def-list-horizontal dd {
  width: 75%;
}
.form-section {
  margin-bottom: 2em;
}
.form-section_title {
  margin-bottom: 20px;
}
/* Search view
========================================================*/
.searchintro {
  padding-top: 1em;
}
.inline-inputs {
  margin-bottom: 1em;
}
.inline-inputs input {
  position: relative;
  top: 2px;
}
.inline-inputs label {
  display: inline-block;
  margin-right: 2em;
}
.search-results {
  padding: 1em 0 2em;
  border-top: 1px solid #dbdbdb;
  margin-top: 2em;
}
.search-results .result-title {
  padding-top: 1em;
  font-size: 18px;
  line-height: 20px;
}
.search-results .result-category,
.search-results .result-created {
  display: inline-block;
}
.search-form {
  margin-bottom: 0px;
}
/* Error messages
========================================================*/
#system-message-container {
  margin: 1em 0;
}
#overall #system-message-container {
  margin: 0;
}
#system-message dt {
  padding: 1em 1em 0;
  border: 1px solid transparent;
  border-radius: 0.5em 0.5em 0 0;
  border-bottom: none;
}
#system-message dd {
  margin-bottom: 1em;
  padding: 0 1em 1em;
  border: 1px solid transparent;
  border-radius: 0 0 0.5em 0.5em;
  border-top: none;
}
#system-message .warning {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#system-message .info,
#system-message .message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#system-message .error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#system-message .notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#system-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments-form-message {
  padding: 10px 15px;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.comments-form-message-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.comments-form-message-info {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#jc {
  margin-bottom: 0px;
}
.product_columns #jc {
  margin-bottom: 0px;
}
/* back to top */
#scrollUp {
  display: block;
  right: 50px;
  bottom: 140px;
  width: 40px;
  height: 40px;
  background: #000000;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: .4;
}
@media (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 5px;
  }
}
#scrollUp .fa {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
}
#scrollUp:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #scrollUp {
    display: none !important;
  }
}
/* Olark chat*/
#habla_window_div.habla_window_div_base {
  z-index: 99998 !important;
}
/*========================================================
                    10.  Virtuemart helper styles
=========================================================*/
/* Buttons */
#editor-xtd-buttons {
  padding: 5px;
  overflow: hidden;
  float: left;
}
.toggle-editor {
  float: right;
  padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
  float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  display: block;
  height: 22px;
  float: left;
  line-height: 22px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
}
.button2-left span,
.button2-right span {
  cursor: default;
  color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.page .vote {
  color: #000;
  font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
  text-decoration: none;
  color: #0B55C4;
}
.button2-left a,
.button2-left span {
  padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
  padding: 0 6px 0 24px;
}
.button2-left {
  background: url(/templates/theme565/images/j_button2_left.png) no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-right {
  background: url(/templates/theme565/images/j_button2_right.png) 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-left .image {
  background: url(/templates/theme565/images/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
  background: url(/templates/theme565/images/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
  background: url(/templates/theme565/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
  background: url(/templates/theme565/images/j_button2_blank.png) 100% 0 no-repeat;
}
/* Caption fixes */
.img_caption .left {
  float: left;
  margin-right: 1em;
}
.img_caption .right {
  float: right;
  margin-left: 1em;
}
.img_caption .left p {
  clear: left;
  text-align: center;
}
.img_caption .right p {
  clear: right;
  text-align: center;
}
.img_caption {
  text-align: center!important;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/* Calendar */
a img.calendar {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(/templates/theme565/images/calendar.png) no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
div.calendar table {
  width: 100%;
}
#comments-form .grippie .counter {
  font-size: 10px;
  margin: 0;
  padding: 0 5px;
}
#comments-form input {
  margin-top: 1px;
}
#comments-form label {
  font-size: 12px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #comments-form label {
    font-size: 11px;
  }
}
#video-top-un > div:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
#video-top-un .mod_video {
  position: relative;
  z-index: 1;
}
#video-top-un .mod_custom {
  position: relative;
  z-index: 111;
  text-align: right;
  padding: 80px 0 85px 0;
}
#video-top-un .mod_custom .txt1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
#video-top-un .mod_custom .txt1 span {
  font-size: 141px;
  line-height: 148px;
  display: block;
  font-weight: 400;
  margin-top: -5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 span {
    font-size: 90px;
    line-height: 98px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 span {
    font-size: 70px;
    line-height: 78px;
  }
}
#video-top-un .mod_custom .txt1 strong {
  font-size: 191px;
  line-height: 148px;
  display: block;
  font-weight: 400;
  margin-top: -10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 strong {
    font-size: 100px;
    line-height: 108px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 strong {
    font-size: 80px;
    line-height: 88px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 {
    font-size: 24px;
    line-height: 28px;
  }
}
#video-top-un .mod_custom .txt2 {
  font-size: 58px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt2 {
    font-size: 28px;
    line-height: 30px;
  }
}
#video-top-un .mod_custom .txt3 {
  padding-top: 60px;
  display: inline-block;
  overflow: hidden;
}
#video-top-un .mod_custom .txt3 a {
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ae0000;
  border-top: 4px solid #ae0000;
}
#video-top-un .mod_custom .txt3 a:hover {
  color: #fff;
  border-top: 4px solid #fff;
}
#parallax-top-un .stellar-block {
  padding-bottom: 85px;
  padding-top: 80px;
  background-color: #f2f2f2;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #parallax-top-un .stellar-block {
    padding-bottom: 55px;
    padding-top: 50px;
  }
}
#parallax-top-un .mod_custom {
  text-align: center;
  padding: 0px 0 0px 0;
}
#parallax-top-un .mod_custom .txt1 {
  font-size: 47px;
  line-height: 48px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
}
#parallax-top-un .mod_custom .txt1 span {
  font-size: 77px;
  line-height: 78px;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 span {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 {
    font-size: 27px;
    line-height: 28px;
  }
}
#parallax-top-un .mod_custom .txt2 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  color: #777;
  padding-top: 20px;
}
#parallax-top-un .mod_custom .txt3 {
  padding-top: 20px;
  display: inline-block;
  overflow: hidden;
}
#parallax-top-un .mod_custom .txt3 a {
  cursor: pointer;
  display: inline-block;
}
.featured-view {
  text-align: center;
}
.featured-view .listing-item {
  padding-bottom: 50px;
  position: relative;
  font: normal 15px/28px 'Raleway', sans-serif;
}
.featured-view .view-heading-wrap {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-view .view-heading-wrap {
    top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .featured-view .view-heading-wrap {
    position: relative;
    top: 0px;
    left: 0;
    padding: 20px;
    background: #333;
  }
}
.featured-view .button {
  margin-top: 30px;
  display: inline-block;
}
.featured-view .article_image {
  width: 100%;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.featured-view h2 {
  font-size: 25px;
  line-height: 37px;
  color: #fff;
  text-transform: none;
  padding: 0 90px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-view h2 {
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .featured-view h2 {
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.featured-view h2 a {
  color: #fff;
}
.featured-view h2 a:hover {
  color: #ae0000;
}
.featured-view .article_reate {
  font-size: 65px;
  line-height: 67px;
  color: #fff;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.featured-view .article_reate .date2 {
  color: #ae0000;
  font-weight: 200;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  top: 8px;
}
.featured-view .article_reate .date3 {
  font-size: 45px;
}
.featured-view .article_category-name a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 30px;
  text-align: center;
  background: #ae0000;
  color: #fff;
  margin: 20px 0 0 0;
}
.featured-view .article_category-name a:hover {
  background: #333;
}
.featured-view .jcomments-links {
  display: none;
}
.featured-view p {
  padding: 0 20px;
}
.see-all {
  display: none;
}
#galerific-banner {
  padding: 10px 0 0 0;
  margin-bottom: 0;
  position: relative;
  background: none;
  z-index: 2;
}
#galerific-banner .mod_bannersblock.moduletable__content_first {
  float: none;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 0px;
  clear: both;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child {
  margin-left: 0;
  background: #3f484e;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 {
    font-size: 40px;
    line-height: 44px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 i {
  color: #c5c31a;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 span {
  color: #fff;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 span {
    font-size: 23px;
    line-height: 30px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt2 {
  color: #fff;
  padding-right: 0;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt2 {
    padding: 20px 20px 0 20px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt2:before {
  content: " ";
  position: absolute;
  right: -52px;
  top: 0;
  width: 286px;
  height: 276px;
  display: none;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child .txt3 {
  background: #c5c31a;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:first-child:hover {
  background: #000;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li {
  float: none;
  width: 570px!important;
  margin-left: 26px;
  margin-bottom: 0;
  position: relative;
  border: none;
  background: #c5c31a;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    width: 100%!important;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    width: 100%!important;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    width: 100%!important;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    width: 100%!important;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li a {
  display: block;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
  font-size: 69px;
  line-height: 70px;
  color: #2f3237;
  padding: 30px 0 0 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 30px;
    line-height: 34px;
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 30px;
    line-height: 34px;
    padding: 20px 20px 0 20px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 i {
  font-style: normal;
  color: #2f3237;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 span {
  display: block;
  color: #fff;
  font-size: 69px;
  line-height: 69px;
  margin-top: -10px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 span {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 span {
    font-size: 20px;
    line-height: 30px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt2 {
  padding: 5px 240px 0 40px;
  margin-top: 0px;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  position: relative;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
@media (max-width: 1350px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt2 {
    padding: 5px 240px 0 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt2 {
    padding: 20px 20px 0 20px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt2:before {
  content: " ";
  position: absolute;
  right: -32px;
  top: -40px;
  width: 286px;
  height: 276px;
  background: url(/templates/theme565/images/ferrure-charpente-bois.png) left top no-repeat;
}
@media (max-width: 1350px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt2:before {
    display: none;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt3 {
  text-align: center;
  margin: 15px 0 40px 40px;
  display: inline-block;
  padding: 20px 30px;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #4c4c4c;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt3 {
    margin: 20px 0 20px 20px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li img {
    width: 100%!important;
    height: auto;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li span.caption {
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  min-height: 230px;
  font-family: 'Raleway', sans-serif;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover {
  background: #000;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
  margin-left: 5px;
  color: #fff;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
    margin-left: 0px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo {
  float: none;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 35px;
  clear: both;
}
@media (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo {
    margin-bottom: 20px;
    padding-top: 25px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li {
  float: none;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 0;
  position: relative;
  border: none;
  background: #6f828c;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
  font-size: 43px;
  line-height: 44px;
  color: #fefefe;
  padding: 0 0 0 40px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
    text-align: center;
    padding: 5px 10px 0 10px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
  padding: 5px 0px 0 40px;
  margin-top: 0px;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    font-size: 20x;
    line-height: 24px;
    text-transform: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    font-size: 20x;
    line-height: 24px;
    text-transform: none;
    padding: 5px 10px 0 10px;
    text-align: center;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li span.caption {
  padding: 20px 0;
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  min-height: 105px;
  font-family: 'Raleway', sans-serif;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt3 {
  border-color: #fa73d8;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__first {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.aside__left .mod_bannersblock.moduletable__first .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.aside__left .mod_bannersblock.moduletable__first ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child {
  margin-left: 0;
  margin-top: -15px;
  background: #6f828c;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
  font-size: 80px;
  line-height: 84px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
    font-size: 60px;
    line-height: 64px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
    font-size: 50px;
    line-height: 54px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt2 {
  padding: 28px 25px;
  margin-top: -13px;
  font-size: 13px;
  line-height: 20px;
  color: #f2f2f2;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn {
  background: #fff;
  color: #676767;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn:hover {
  background: #ff7b7b;
  color: #fff;
}
.aside__left .mod_bannersblock.moduletable__first ul li {
  float: left;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 35px;
  position: relative;
  border: none;
  background: #44a0cc;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
  font-size: 24px;
  line-height: 44px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
    display: block;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt2 {
  padding: 0px 0px;
  margin-top: -10px;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__first ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__first ul li img {
    width: 100%!important;
    height: auto;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li span.caption {
  padding: 60px 0;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  min-height: 190px;
  font-family: 'Raleway', sans-serif;
}
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt3.btn {
  margin-top: 5px;
  margin-bottom: 6px;
}
.aside__left .mod_bannersblock.moduletable__twoo {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.aside__left .mod_bannersblock.moduletable__twoo .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.aside__left .mod_bannersblock.moduletable__twoo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li {
  float: none;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 35px;
  position: relative;
  border: none;
  background: #c5c31a;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1:before {
  color: #fff;
  font-style: normal;
  content: " ";
  position: relative;
  right: 0px;
  top: 0;
  padding: 0;
  text-align: center;
  display: block;
  background: url(/templates/theme565/images/icon-banner.png) center top no-repeat;
  height: 63px;
  width: 100%;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 span {
  font-size: 24px;
  line-height: 44px;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt2 {
  padding: 5px 0px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
.aside__left .mod_bannersblock.moduletable__twoo ul li span.caption {
  padding: 20px 0 30px;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  min-height: 180px;
  font-family: 'Raleway', sans-serif;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt3.btn {
  margin-top: 5px;
  margin-bottom: 6px;
}
#sw_pinterest_display > span {
  display: block;
  width: auto!important;
  box-shadow: none!important;
  padding: 0!important;
  overflow: hidden;
}
#sw_pinterest_display > span > span {
  display: block;
  width: 280px!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sw_pinterest_display > span > span {
    width: 210px!important;
  }
}
#sw_pinterest_display > span > a {
  margin: 10px 10px 10px 10px!important;
}
.mod_bt_facebooklikebox .module_content {
  background: #141111;
  border: none;
  overflow: hidden;
  display: block;
  padding: 5px 10px;
  border-radius: 0px;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget {
  overflow: hidden;
  display: block;
  width: 100%;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget > span {
  display: block;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget iframe {
  position: relative!important;
  margin: 0 -5px;
}
.map-home {
  position: relative;
  overflow: hidden;
}
.map-home .responsive_map {
  height: 870px;
  max-height: 870px;
}
.map-home .btn-click {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 25px;
  background: #ae0000;
  text-align: center;
  cursor: pointer;
  z-index: 111;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.map-home .btn-click:hover {
  background: #333;
}
.map-home .btn-click.bot {
  bottom: 0;
  top: auto;
}
.map-home .btn-click.top {
  bottom: auto;
  top: 0;
}
.moduletable.mod_tm_ajax_contact_form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  padding: 140px 0 130px;
  max-height: 870px;
  min-height: 870px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 60px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 80px 0 40px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 80px 0 30px;
  }
}
.moduletable.mod_tm_ajax_contact_form .module_title {
  font-size: 75px;
  line-height: 78px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.mod_tm_ajax_contact_form .module_title {
    font-size: 55px;
    line-height: 68px;
    padding-top: 2px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .module_title {
    font-size: 50px;
    line-height: 52px;
  }
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html {
  text-align: center;
  padding-bottom: 30px;
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
  display: block;
  color: #777;
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
  display: block;
  color: #ae0000;
  font-size: 55px;
  line-height: 58px;
  font-weight: 200;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.moduletable.mod_tm_ajax_contact_form .controls {
  width: 100%;
}
.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_input {
  background: none;
  border: 1px solid #333;
  color: #777;
  font-size: 15px;
  height: 68px;
}
.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_textarea {
  background: none;
  border: 1px solid #333;
  color: #777;
  font-size: 15px;
  resize: none!important;
  padding: 20px 12px;
}
.moduletable.mod_tm_ajax_contact_form .control-group-button {
  text-align: center;
  margin-top: 30px;
}
.moduletable.mod_tm_ajax_contact_form .control-group-button .btn {
  display: inline-block;
  padding: 25px 35px;
}
#parallax-top-un2 {
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 3;
}
#parallax-top-un2 .stellar-block {
  padding: 0;
}
#parallax-top-un2 .mod_custom {
  padding: 130px 0;
}
#parallax-top-un2 .line1 {
  color: #c5c31a;
  font-size: 123px;
  line-height: 126px;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #parallax-top-un2 .line1 {
    font-size: 103px;
    line-height: 106px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line1 {
    font-size: 83px;
    line-height: 86px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line1 {
    font-size: 38px;
    line-height: 46px;
  }
}
#parallax-top-un2 .line2 {
  color: #fff;
  font-size: 73px;
  line-height: 78px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #parallax-top-un2 .line2 {
    font-size: 63px;
    line-height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line2 {
    font-size: 43px;
    line-height: 46px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line2 {
    font-size: 23px;
    line-height: 26px;
  }
}
#custom-html {
  background: #454a50;
  margin-top: -61px;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
#custom-html .module_title {
  color: #fff;
}
#custom-html .newsflash .wrap-column:first-child {
  margin-left: 0;
}
#custom-html .newsflash .wrap-column {
  float: left;
  width: 570px;
  margin-left: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #custom-html .newsflash .wrap-column {
    width: 455px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#custom-html .newsflash .wrap-column .newsflash-title {
  font-size: 35px;
  line-height: 42px;
  position: absolute;
  left: 30px;
  top: 240px;
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #custom-html .newsflash .wrap-column .newsflash-title {
    top: 110px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column .newsflash-title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    line-height: 32px;
  }
}
#custom-html .newsflash .wrap-column .newsflash-title a {
  color: #fff;
  font-weight: bold;
}
#custom-html .newsflash .wrap-column .newsflash-title a:hover {
  color: #c5c31a;
}
#custom-html .newsflash .wrap-column .article_image {
  background: #000;
}
#custom-html .newsflash .wrap-column .home_article_published,
#custom-html .newsflash .wrap-column .home_article_category,
#custom-html .newsflash .wrap-column .home_article_hits {
  display: none; /** modif AMP  **/
  float: left;
  padding-right: 5px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
}
#custom-html .newsflash .wrap-column .home_article_published span,
#custom-html .newsflash .wrap-column .home_article_category span,
#custom-html .newsflash .wrap-column .home_article_hits span {
  color: #c5c31a;
}
#custom-html .newsflash .wrap-column .readmore {
  margin-top: 20px;
}
.mod_profil_responsive_map {
  overflow: hidden!important;
  position: relative;
  background: #333;
}
.mod_profil_responsive_map .module_content {
  overflow: hidden!important;
}
div.responsive_map {
  height: 300px;
  overflow: visible!important;
  background: #333!important;
}
#dynamic_recaptcha_1 {
  padding-top: 20px;
}
#recaptcha_wrapper {
  padding: 0;
  border: none;
}
@keyframes moveFromTop {
  from {
    opacity: 0;
    transform: translateY(-150%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
#jform_params_helpsiteSelectBoxItContainer {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
