/* Minification failed. Returning unminified contents.
(6170,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(6171,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(10309,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'e'
(20684,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(20705,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(20831,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'transition('
 */
/*! 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;
}
body#print.productdetails #overall {
  padding: 30px;
  overflow: auto;
  max-height: inherit;
}
#print #overall {
  padding: 30px;
  overflow: auto;
  max-height: 300px;
}
#print #mailto-window {
  padding-bottom: 30px;
}
#print #mailto-window .formelm {
  margin-bottom: 20px;
}
#print .close {
  display: none;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/scripts/metronic/global/plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(/scripts/metronic/global/plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(/scripts/metronic/global/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(/scripts/metronic/global/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(/scripts/metronic/global/plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(/scripts/metronic/global/plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-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);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

/*! 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: 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: #0089c2;
  border-color: #0077a9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #006c99;
  border-color: #004c6b;
}
.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: #43b155;
  border-color: #3c9f4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #389347;
  border-color: #2b7237;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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(/Content/MainPage/templates/theme589/fonts/glyphicons-halflings-regular.eot);
  src: url(/Content/MainPage/templates/theme589/fonts/glyphicons-halflings-regular.eot@#iefix) format('embedded-opentype'), url(/Content/MainPage/templates/theme589/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/Content/MainPage/templates/theme589/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Content/MainPage/templates/theme589/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(/Content/MainPage/templates/theme589/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(/Content/MainPage/templates/theme589/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(/Content/MainPage/templates/theme589/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;
}
#facebox .close_image {
  display: none;
}
#facebox .close:before {

   color: #333;
  font-style: normal;
  content: "\f00d";
  font-size: 14px;
  line-height: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}

/* =================================================*/
/* THEME VARIABLES
====================================================*/
/* Typography */
/* Colors */
/* Navigation */
/* =================================================*/
/* BOOTSTRAP VARIABLES
====================================================*/
.imageStyle {
    background-color: #e4e0e0;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    bottom: 3px;
    width: 98%;
    left: 3px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
}
.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: 53px;
  padding: 5px 12px;
  color: #777777;
  vertical-align: middle;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #d6d4d4;
  box-shadow: none;
  border-radius: 0px;
}
.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;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside .mod_virtuemart_product.spec {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .aside .mod_virtuemart_product.spec {
    margin-bottom: 30px;
  }
}
.aside .mod_virtuemart_product.spec .module_title {
  text-align: left;
  background: #629071;
  color: #fff;
  border-color: #629071;
}
.aside .mod_virtuemart_product.spec .product_wrap .product_price {
  padding-bottom: 6px!important;
}
.aside .mod_virtuemart_product.spec .sale .product_wrap .product_price {
  padding-bottom: 4px!important;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  text-transform: uppercase;
  padding: 4px 0 5px 0;
}
.list li a {
  color: #fff;
}
.list li a:hover {
  color: #cb8d57;
}
.list li:first-child {
  border: none;
}
.list li.active a {
  color: #cb8d57;
}
.listing__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vm-products {
  width: 100%;
  margin-bottom: 0px!important;
}
@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 -15px !important;
  padding: 0;
  width: auto;
}
.listing__grid .rows {
  position: relative;
  z-index: 0;
  margin-bottom: -40px;
  padding-bottom: 40px;
}
.listing__grid .rows:hover {
  z-index: 1;
}
@media (min-width: 480px) and (max-width: 767px) {
  .listing__grid {
    margin: 0 -5px 0 -5px !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .listing__grid {
    margin: 0 -5px 0 -5px !important;
  }
}
.listing__grid .product.item_product {
  width: 300px!important;
  margin-bottom: 0;
  float: left;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .listing__grid .product.item_product {
    width: 242px!important;
    padding: 0 15px 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing__grid .product.item_product {
    width: 250px!important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .listing__grid .product.item_product {
    margin-bottom: 0px;
    width: 49%!important;
    border: none;
    padding: 10px 5px 10px;
    float: none!important;
    display: inline-block !important;
    vertical-align: top;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .listing__grid .product.item_product {
    margin-bottom: 0px;
    width: 100%!important;
    border: none;
    padding: 10px 10px 10px;
  }
}
.listing__grid .product.item_product .product_wrap:hover .fright-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing__grid .product.item_product .product_wrap:hover .fright-btn {
    opacity: 1;
    height: auto;
    bottom: 0;
    visibility: visible;
  }
}
.listing__grid .product.item_product .product_wrap:hover .fright-btn .product_addtocart,
.listing__grid .product.item_product .product_wrap:hover .fright-btn .product_desc {
  margin-left: 0;
  margin-right: 0;
}
.listing__grid .fright-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 320px) and (max-width: 767px) {
  .listing__grid .fright-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.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: 10px;
    width: 50%!important;
  }
}
.listing__grid .item .product_wrap {
  padding: 0px;
  text-align: right;
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .listing__grid .item .product_wrap {
    padding: 0px;
  }
}
@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;
}
@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 .product_price,
.listing__grid .item_product.sale .product_price {
  color: #fa7676;
}
.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: inline-block !important;
}
.listing__grid .item__product.sale .PricesalesPrice,
.listing__grid .item_product.sale .PricesalesPrice {
  color: #cb8d57;
  margin-top: 0px;
  margin-right: 0px;
}
.listing__grid .item__product.sale .PricesalesPriceWithDiscount,
.listing__grid .item_product.sale .PricesalesPriceWithDiscount {
  color: #888888;
  font-size: 18px;
  line-height: 20px;
  text-decoration: line-through;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  display: inline-block !important;
  top: -1px;
}
.vm-category_product-listing {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vm-category_product-listing {
    width: 101%;
  }
}
.vm-category_product-listing .row {
  clear: none;
  display: block;
}
.vm-category_product-listing .row:after {
  clear: none;
}
.vm-category_product-listing .listing__grid {
  padding-top: 20px;
  margin: 0 0;
  width: auto;
}
.vm-category_product-listing .listing__grid .item_product {
  vertical-align: top;
}
/* 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;
  border-radius: 0px;
}
@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;
  border-radius: 0px;
}
.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: 0px 0 0 10px;
  height: 22px;
  border-left: none;
  float: right;
  margin: 0px 0px 0 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mod_virtuemart_currencies {
    border-left: none;
    margin: 0;
  }
}
@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: 10px 0 10px 0;
  }
}
.mod_virtuemart_currencies #virtuemart_currency_id {
  display: none;
}
.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: #373737;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 9px 0 0 0;
  font-weight: 400;
  background: none;
  border: none;
  font-family: 'Lato', sans-serif;
  position: relative;
  top: 0px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mod_virtuemart_currencies .module_title {
    display: none;
  }
}
.mod-currency-selector {
  display: block;
  padding-left: 5px;
}
.mod-currency-selector .chzn-container-single .chzn-single {
  height: 35px!important;
  background: none!important;
  border: none!important;
  margin: 0 2px 0 0;
  font-size: 13px!important;
  line-height: 32px!important;
  display: block;
  color: #9b9b9b!important;
  padding: 1px 20px 0px 10px!important;
  box-shadow: none!important;
  text-transform: uppercase!important;
  font-weight: 400!important;
  min-width: 100px!important;
  border: 1px solid #ccc!important;
  border-radius: 0px;
  position: relative!important;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: inherit!important;
  filter: none;
  box-sizing: border-box;
}
.mod-currency-selector .chzn-container-single .chzn-single > span {
  margin-right: 0;
}
.mod-currency-selector .chzn-container-single .chzn-single div b {
  top: 0px;
  right: 0px;
  background: none;
  font-style: normal!important;
  font-weight: 400;
  color: #bdbdbd;
}
.mod-currency-selector .chzn-container-single .chzn-single div b:before {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-style: normal;
  content: "\f0d7";
  font-size: 13px;
  line-height: 20px;
  font-family: FontAwesome;
  position: absolute;
  right: 0px!important;
  top: 5px!important;
  text-align: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.mod-currency-selector .chzn-container-single .chzn-single .selectboxit-arrow-container {
  right: 0!important;
  left: auto!important;
  right: 0;
}
.mod-currency-selector .chzn-container-single .chzn-single.chzn-single-with-drop div b {
  color: #cb8d57;
}
.mod-currency-selector .chzn-container-single .chzn-single.chzn-single-with-drop div b:before {
  content: "\f0d8";
}
.mod-currency-selector .chzn-container-single .chzn-drop {
  border: 1px solid #d0cfcf;
  border-radius: 0px;
  padding: 0;
  margin: 0px -1px 0 0px;
  box-shadow: none;
  box-sizing: border-box;
}
.mod-currency-selector .chzn-container-single .chzn-drop .chzn-search {
  display: none;
}
.mod-currency-selector .chzn-container-single .chzn-drop .chzn-results {
  margin-top: 4px;
}
.mod-currency-selector .chzn-container-single .chzn-drop .chzn-results .active-result {
  filter: none;
  margin-bottom: 1px;
}
.mod-currency-selector .chzn-container-single .chzn-drop .chzn-results .active-result:hover,
.mod-currency-selector .chzn-container-single .chzn-drop .chzn-results .active-result.result-selected {
  background-color: #cb8d57!important;
  color: #fff;
  filter: none;
}
.mod-currency-selector .chzn-container-single .chzn-drop .chzn-results .active-result.highlighted {
  background: #cb8d57!important;
  color: #fff;
  filter: none;
}
.mod-currency-selector .chzn-single:hover,
.mod-currency-selector .chzn-single:hover div b {
  color: #cb8d57!important;
}
/* VM Search */
.mod_search {
  overflow: hidden!important;
  width: 270px;
  height: 35px;
  padding: 0px 0 0 0;
  margin: 0 auto;
  float: none;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mod_search {
    width: 220px;
  }
}
@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 .form-group {
  display: block;
}
.mod_search .search-form .inputbox {
  height: 32px;
  padding: 7px 10px 7px 10px;
  line-height: 32px;
  width: 220px;
  border: none;
  display: block;
  background: none;
  box-shadow: none!important;
  color: #777;
  border-right: none;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mod_search .search-form .inputbox {
    width: 200px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_search .search-form .inputbox {
    width: 90%;
  }
}
.search-form .btn-search {
  margin-left: 0px;
  font-size: 14px;
  line-height: 32px;
  color: #ccc;
  padding: 0 0;
  height: 33px;
  width: 33px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none!important;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.search-form .btn-search .fa {
  line-height: 14px;
  position: relative;
  top: 0px;
  display: block;
}
.search-form .btn-search:hover {
  color: #cb8d57;
}
#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: #d23b41;
  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 .cart_num a {
  color: #cb8d57;
}
.mod_virtuemart_cart_tm {
  margin: -60px 50px 0 0;
  padding: 0px 10px 0 10px;
  text-align: right;
  position: relative;
  float: right;
  min-width: 85px;
  height: 85px;
  height: 45px;
  border-radius: 0;
  background: #ccc;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mod_virtuemart_cart_tm {
    border: none;
    margin: -5px 20px 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_virtuemart_cart_tm {
    margin: 0px auto 20px;
    text-align: right;
    float: none;
    border: none;
    padding-left: 0;
    margin-top: 0;
    display: table;
    overflow: hidden;
  }
}
.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-size: 11px;
  line-height: 22px;
  display: inline-block;
  color: #cb8d57;
  text-transform: none;
  padding: 0 5px 0 0;
  margin: 0;
  position: relative;
  background: none;
  top: 0;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_virtuemart_cart_tm .module_title:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #000;
  font-size: 11px;
  margin-right: 10px;
  margin-left: 0px;
  position: relative;
  top: 0px;
}
.minicart {
  padding-left: 0px;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.minicart > i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 32px;
  color: #d23b41;
  display: none;
}
.minicart .total_products {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.minicart .total {
  display: none;
}
.cart_num {
  text-align: right;
}
.cart_num .crt-text {
  display: none;
}
.cart_num a {
  color: #191919;
  font-size: 18px;
  line-height: 44px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.cart_num a:hover {
  color: #cb8d57;
}
.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: 46px;
  right: 0px;
  background: #ccc;
  border: 1px solid #c9c9c9;
  z-index: 99;
  padding: 10px;
  width: 300px;
  cursor: default;
  border-radius: 0px;
}
@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: 50%;
    margin-right: -150px;
  }
}
#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 .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: #000;
  padding-left: 5px;
}
#cart_list .show_cart {
  text-align: center;
}
#cart_list .show_cart a {
  display: inline-block;
  width: auto;
  float: none!important;
}
.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;
}
@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 {
  margin-bottom: 0;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  background: #414141;
  padding: 20px 20px;
}
@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;
  background: #fff;
  border: 1px solid #d0cfcf;
  border-radius: 0;
  border-top: none;
  margin-top: -1px;
}
.aside .moduletable.mod_articles_categories ul {
  margin: 0;
}
.aside .moduletable.mod_articles_categories li:first-child {
  border-top: none;
}
.aside .moduletable.mod_articles_categories li.active a {
  color: #cb8d57;
}
.aside .moduletable.mod_articles_categories li {
  list-style: none;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  border-top: 1px solid #d0cfcf;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 20px;
  background: none;
  border-radius: 0px;
  overflow: hidden;
}
.aside .moduletable.mod_articles_categories li a {
  color: #000;
  display: block;
  padding: 0px 0 0 0;
}
.aside .moduletable.mod_articles_categories li a:hover {
  color: #cb8d57;
}
.aside .moduletable.mod_virtuemart_manufacturer .module_title {
  margin-bottom: 0;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  background: #414141;
  padding: 20px 20px;
}
.aside .moduletable.mod_virtuemart_manufacturer .module_content {
  padding: 0;
  background: #fff;
  border: 1px solid #d0cfcf;
  border-radius: 0;
  border-top: none;
  margin-top: -1px;
}
.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: #cb8d57;
}
.aside .moduletable.mod_virtuemart_manufacturer li {
  list-style: none;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  border-top: 1px solid #d0cfcf;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 20px;
  background: none;
  border-radius: 0px;
  overflow: hidden;
}
.aside .moduletable.mod_virtuemart_manufacturer li a {
  color: #000;
  display: block;
  padding: 0px 0 0 0;
}
.aside .moduletable.mod_virtuemart_manufacturer li a:hover {
  color: #cb8d57;
}
@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 {
  margin-bottom: 0;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  background: #414141;
  padding: 20px 20px;
}
@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;
  border: 1px solid #d0cfcf;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}
.list__categories {
  margin: 0;
  padding: 0;
}
.list__categories > li:first-child {
  border: none;
}
.list__categories > li {
  list-style: none;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  border-top: 1px solid #d0cfcf;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 20px;
  background: none;
  border-radius: 0px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list__categories > li {
    font-size: 13px;
  }
}
.list__categories > li a {
  color: #000;
  display: inline-block;
  padding: 0 0 0 0;
}
.list__categories > li a:hover {
  color: #cb8d57;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list__categories > li a {
    padding: 15px 15px;
  }
}
.list__categories > li .VmArrow {
  position: absolute;
  right: 8px;
  top: 6px;
  display: block;
  padding: 6px;
  line-height: 20px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  font-weight: 400;
}
.list__categories > li .VmArrow i {
  color: #373737;
  font-size: 14px;
}
.list__categories > li .list-sub {
  border-top: 1px solid #d0cfcf;
  padding: 20px 0px 20px 0px;
  margin: 0px -20px -15px -20px;
  position: relative;
  top: 15px;
  background: #f6f6f6;
}
.list__categories > li .list-sub > li {
  list-style: none;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  padding: 0 0 0 0;
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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 {
  color: #777;
  display: inline-block;
  padding: 4px 20px 5px;
}
.list__categories > li .list-sub > li a:before {
  content: "\f111";
  font-size: 8px;
  line-height: 24px;
  font-family: FontAwesome;
  color: #777;
  margin-right: 10px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.list__categories > li .list-sub > li a:hover {
  color: #000;
}
.list__categories > li .list-sub > li .VmArrow {
  position: absolute;
  right: 14px;
  top: 3px;
  display: block;
  padding: 0;
  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: 14px;
}
.list__categories > li .list-sub > li .list-sub {
  border-top: none;
  padding: 10px 20px 10px 20px;
  margin: 0px 0 0px 0;
  background: none;
  position: relative;
  top: 0px;
}
.list__categories > li .list-sub > li .list-sub > li {
  list-style: none;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  padding: 0 0 0 0;
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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 {
  color: #777;
  display: block;
  padding: 4px 10px 5px 10px;
}
.list__categories > li .list-sub > li .list-sub > li a:hover {
  color: #000;
}
.list__categories > li .list-sub > li .list-sub > li .VmArrow {
  position: absolute;
  right: 5px;
  top: 3px;
  display: block;
  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: 13px;
}
.list__categories > li .list-sub > li .list-sub li.bgact a,
.list__categories > li .list-sub > li .list-sub li.active a {
  color: #000;
}
.list__categories > li .list-sub > li .list-sub li.bgact .VmArrow i,
.list__categories > li .list-sub > li .list-sub li.active .VmArrow i {
  color: #777;
}
.list__categories > li .list-sub li.bgact a,
.list__categories > li .list-sub li.active a {
  color: #000;
}
.list__categories > li .list-sub li.bgact .VmArrow i,
.list__categories > li .list-sub li.active .VmArrow i {
  color: #777;
}
.list__categories li:first-child {
  border: none;
}
.list__categories li.active a {
  color: #cb8d57;
}
.list__categories li.bgact a {
  color: #cb8d57;
}
.list__categories li.bgact .VmArrow i {
  color: #777;
}
.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;
}
.articles-listing img,
.categories-listing img {
  width: 100%;
  height: auto;
}
/*========================================================
                    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;
      color: #e4c683;
}
.price-crossed {
  padding-left: 0.5em;
}
.price-crossed span {
  text-decoration: line-through;
}
/* View classes */
.view-title {
  font: 600 18px/22px 'Lato', 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: 'Lato', 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 h2 {
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
}
.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: 'Lato', 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;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-listing.horizon .listing__grid .item_product {
    margin-bottom: 20px;
    float: none;
  }
}
.products-listing.horizon .listing__grid .item_product .product_wrap {
  padding: 10px 10px;
}
.products-listing.horizon .listing__grid .item_product .product_wrap .product_sale-label {
  left: 10px;
  top: 10px;
  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: 0px;
  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 0;
}
@media (max-width: 991px) {
  .products-listing {
    margin: 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing {
    border-top: none;
    margin: 0 -5px;
  }
}
.products-listing .rows:first-child {
  border: none;
  padding-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .rows {
    overflow: inherit;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing .rows {
    border: none;
    padding-top: 0px;
    overflow: inherit;
    display: inline;
  }
}
.products-listing .product_wrap {
  position: relative;
}
.products-listing .product_sale-label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
  text-transform: none;
  background: #cb8d57;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  font-family: 'Lato', sans-serif;
  padding: 0px 8px 2px;
  border-radius: 0px;
  z-index: 111;
  display: block;
}
.products-listing .product_price {
  font-size: 18px;
  /*line-height: 30px;*/
    text-align: center;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  float: none;
  padding: 5px 0 0 0;
  overflow: hidden;
  width: auto;
  display: inline-block;
  background: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-listing .product_price {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .product_price {
    float: none;
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing .product_price {
    float: none;
    font-size: 18px;
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}
.products-listing .indent {
  padding: 0px;
}
.products-listing .product_desc {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-listing .product_desc a {
  float: none;
  display: inline-block;
  margin: 0 auto;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  width: auto;
  height: auto;
  border-radius: 0px;
  position: relative;
  color: #fff;
  padding: 15px 20px;
  background: #cb8d57;
  font-weight: 400;
  text-align: center;
  min-width: 130px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-listing .product_desc a {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .product_desc a {
    margin-top: 0px;
  }
}
.products-listing .product_desc a i {
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #fbdd12;
  font-size: 19px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.products-listing .product_desc a:hover {
  background: #fa7676;
  color: #fff;
}
.products-listing .product_desc a:hover i {
  color: #000;
}
.products-listing .price-crossed {
  color: #ff0309;
  font-size: 16px;
  font-weight: 400;
}
.products-listing .product_title,
.products-listing .product-field-display a {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 0px 0 0px 0;
  background: none;
  min-height: 20px;
  border: none;
  font-weight: 400;
  /*font-family: 'Lato', sans-serif;*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-listing .product_title,
  .products-listing .product-field-display a {
    min-height: 55px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .product_title,
  .products-listing .product-field-display a {
    min-height: 25px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .products-listing .product_title,
  .products-listing .product-field-display a {
    font-size: 13px;
    line-height: 18px;
    min-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .products-listing .product_title,
  .products-listing .product-field-display a {
    font-size: 13px;
    line-height: 18px;
    min-height: 20px;
  }
}
.products-listing .product_title a,
.products-listing .product-field-display a a {
  color: #fff;
}
.products-listing .product_title a:hover,
.products-listing .product-field-display a a:hover {
  color: #fff;
}
.products-listing .product-field-display a {
  border: none;
}
.products-listing .product_image {
  background: #fff;
    padding: 3px;
    margin: 0;
    float: none;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 4px;
        box-shadow: 4px 4px 4px #eee;
}
.products-listing .product_content {
  padding: 0 0px 0px;
}
.products-listing .product_desc-short,
.products-listing .product_details,
.products-listing .product_rating {
  margin-bottom: 0px;
}
.products-listing .product_rating {
  height: 25px;
  color: #4a4741;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing .product_rating {
    text-align: center;
  }
}
.products-listing .product_desc-short {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 20px;
  color: #b2b2b2;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.products-listing .product_desc-short p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .product_desc-short {
    min-height: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing .product_desc-short {
    min-height: 16px;
    text-align: center;
  }
}
.products-listing .fleft-content {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-listing .fleft-content {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-listing .fleft-content {
    width: 100%;
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .products-listing .fleft-content {
    width: 100%;
    float: none;
  }
}
.products-listing .vm3pr {
  text-align: left;
  float: none;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
}
.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 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product_addtocart .tooltip {
  width: auto;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_addtocart .tooltip {
    width: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product_addtocart .tooltip {
    width: inherit;
  }
}
.product_addtocart a.addtocart-button {
  background: #54371e;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 20px 5px 20px;
  border-radius: 0px;
  position: relative;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_addtocart a.addtocart-button {
    padding: 20px 20px 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_addtocart a.addtocart-button {
    padding: 20px 20px 20px;
    font-size: 14px;
  }
}
.product_addtocart a.addtocart-button:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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: 10px;
  width: 100%;
}
.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: #333;
}
.rating-icons .fa-star-o {
  color: #d0cfcf;
}
/* 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 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories-listing .listing__grid {
    margin: 0 -10px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .categories-listing .listing__grid {
    margin: 0 -15px !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: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #fa7676;
  font-weight: 400;
  margin-bottom: 0px;
}
.productdetails .price-crossed {
  color: #777;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 0px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.productdetails .product_addtocart {
  float: none;
  margin-right: 0;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.productdetails .product_addtocart .addtocart-button {
  text-indent: 0;
  width: auto;
}
.productdetails .product_addtocart .addtocart-button span {
  width: auto;
  height: auto;
  background: none;
}
.productdetails .product_addtocart .addtocart-button span span {
  display: inline-block !important;
  text-indent: inherit;
}
.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: #fbfbfb;
  border-radius: 0px;
}
.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: -15px;
  width: 30px;
  height: 30px;
}
.productdetails .product_images__add .owl-controls .owl-next:before {
  line-height: 30px;
  color: #b6b6b6;
}
.productdetails .product_images__add .owl-controls .owl-next:hover:before {
  color: #cb8d57;
}
.productdetails .product_images__add .owl-controls .owl-prev {
  right: auto;
  left: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.productdetails .product_images__add .owl-controls .owl-prev:before {
  line-height: 30px;
  color: #b6b6b6;
}
.productdetails .product_images__add .owl-controls .owl-prev:hover:before {
  color: #cb8d57;
}
.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;
  border-radius: 0px;
}
.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: #ccc;
  border: none;
  border-bottom: 0;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .product-section_title {
    font-size: 14px;
  }
}
.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;
}
.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: 9px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vm2-add_quantity_cart,
  .cart-product_qty .vm2-remove_from_cart {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vm2-add_quantity_cart,
  .cart-product_qty .vm2-remove_from_cart {
    margin-top: 9px;
  }
}
@media (min-width: 367px) and (max-width: 767px) {
  .vm2-add_quantity_cart,
  .cart-product_qty .vm2-remove_from_cart {
    margin-top: 9px;
  }
}
@media (min-width: 320px) and (max-width: 366px) {
  .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_shipment-select .options-list li {
  overflow: hidden;
}
.cart_shipment-select .options-list li > input {
  float: left;
  margin-right: 5px;
}
.cart_shipment-select .options-list li > label {
  float: left;
  width: 93%;
}
.cart_payment-select {
  overflow: hidden;
}
.cart_payment-select .options-list li {
  overflow: hidden;
}
.cart_payment-select .options-list li > input {
  float: left;
  margin-right: 5px;
}
.cart_payment-select .options-list li > label {
  float: left;
  width: 93%;
}
.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: 767px) {
  .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: 0px;
  background: #fff;
  overflow: inherit!important;
}
#fancybox-content > div {
  overflow: inherit!important;
}
#fancybox-close {
  right: -40px !important;
}
/* Facebox */
#facebox {
  max-width: 92%;
}
div#facebox .content {
  padding: 20px !important;
  height: auto!important;
}
/* Icons */
.vmicon,
.vmiconFE {
  background: url(/Content/MainPage/templates/theme589/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;
  display: none;
}
.orderlistcontainer .activeOrder.block .fa {
  right: 11px;
  position: absolute;
  display: inline-block;
}
.selectboxit-optgroup-header {
  padding-left: 10px;
}
.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;
}
.productdetails-view .chzn-container-single,
.cart-view .chzn-container-single,
.account-view .chzn-container-single {
  display: block;
  min-width: 100px!important;
  height: 32px!important;
}
.productdetails-view .chzn-container-single .chzn-single,
.cart-view .chzn-container-single .chzn-single,
.account-view .chzn-container-single .chzn-single {
  height: 32px!important;
  line-height: 32px!important;
  background: #fafafa!important;
  border: 1px solid #cac9c9!important;
  margin-top: 0px;
  font-size: 13px!important;
  display: block;
  color: #56534e!important;
  padding: 0px 20px 0px 10px!important;
  box-shadow: none!important;
  text-transform: none!important;
  font-weight: 300!important;
  min-width: 100px!important;
  max-width: 15em!important;
  border: non!importante;
  border-radius: 0px;
  position: relative!important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: inherit!important;
  filter: none!important;
}
.productdetails-view .chzn-container-single .chzn-single > span,
.cart-view .chzn-container-single .chzn-single > span,
.account-view .chzn-container-single .chzn-single > span {
  margin-right: 0;
}
.productdetails-view .chzn-container-single .chzn-single div b,
.cart-view .chzn-container-single .chzn-single div b,
.account-view .chzn-container-single .chzn-single div b {
  top: 0px;
  right: -5px;
  background: none;
  font-style: normal!important;
  font-weight: 400;
  color: #000;
}
.productdetails-view .chzn-container-single .chzn-single div b:before,
.cart-view .chzn-container-single .chzn-single div b:before,
.account-view .chzn-container-single .chzn-single div b:before {
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-style: normal;
  content: "\f0d7";
  font-size: 15px;
  line-height: 28px;
  font-family: FontAwesome;
  position: absolute;
  right: -10px !important;
  top: -1px !important;
  text-align: center;
  width: 29px;
  height: 29px;
  display: inline-block;
}
.productdetails-view .chzn-container-single .chzn-single .selectboxit-arrow-container,
.cart-view .chzn-container-single .chzn-single .selectboxit-arrow-container,
.account-view .chzn-container-single .chzn-single .selectboxit-arrow-container {
  right: 0!important;
  left: auto!important;
  right: 0;
}
.productdetails-view .chzn-container-single .chzn-single.chzn-single-with-drop div b,
.cart-view .chzn-container-single .chzn-single.chzn-single-with-drop div b,
.account-view .chzn-container-single .chzn-single.chzn-single-with-drop div b {
  color: #333;
}
.productdetails-view .chzn-container-single .chzn-single.chzn-single-with-drop div b:before,
.cart-view .chzn-container-single .chzn-single.chzn-single-with-drop div b:before,
.account-view .chzn-container-single .chzn-single.chzn-single-with-drop div b:before {
  content: "\f0d8";
}
.productdetails-view .chzn-container-single .chzn-drop,
.cart-view .chzn-container-single .chzn-drop,
.account-view .chzn-container-single .chzn-drop {
  border: 1px solid #dfdedd;
  border-radius: 0px;
  padding: 0;
  margin: -1px 0 0 0 !important;
  box-shadow: none;
  min-width: 100px!important;
}
.productdetails-view .chzn-container-single .chzn-drop .chzn-search,
.cart-view .chzn-container-single .chzn-drop .chzn-search,
.account-view .chzn-container-single .chzn-drop .chzn-search {
  display: none;
}
.productdetails-view .chzn-container-single .chzn-drop .chzn-results,
.cart-view .chzn-container-single .chzn-drop .chzn-results,
.account-view .chzn-container-single .chzn-drop .chzn-results {
  margin-top: 4px;
}
.productdetails-view .chzn-container-single .chzn-drop .chzn-results .active-result,
.cart-view .chzn-container-single .chzn-drop .chzn-results .active-result,
.account-view .chzn-container-single .chzn-drop .chzn-results .active-result {
  margin-bottom: 1px;
}
.productdetails-view .chzn-container-single .chzn-drop .chzn-results .active-result:hover,
.cart-view .chzn-container-single .chzn-drop .chzn-results .active-result:hover,
.account-view .chzn-container-single .chzn-drop .chzn-results .active-result:hover,
.productdetails-view .chzn-container-single .chzn-drop .chzn-results .active-result.result-selected,
.cart-view .chzn-container-single .chzn-drop .chzn-results .active-result.result-selected,
.account-view .chzn-container-single .chzn-drop .chzn-results .active-result.result-selected {
  background-color: #adc846!important;
  color: #fff;
}
.productdetails-view .chzn-container-single .chzn-drop .chzn-results .active-result.highlighted,
.cart-view .chzn-container-single .chzn-drop .chzn-results .active-result.highlighted,
.account-view .chzn-container-single .chzn-drop .chzn-results .active-result.highlighted {
  background: #adc846!important;
  color: #fff;
}
.productdetails-view .chzn-single:hover,
.productdetails-view .chzn-single:hover div b,
.cart-view .chzn-single:hover,
.cart-view .chzn-single:hover div b,
.account-view .chzn-single:hover,
.account-view .chzn-single:hover div b {
  color: #333!important;
}
/* 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: 10px;
}
.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 .products-listing {
  padding-left: 0px;
  width: 100%;
}
.product_related-products .owl-controls {
  right: 10px;
  top: -80px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .product_related-products .owl-controls {
    right: 10px;
    top: -80px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .product_related-products .owl-controls {
    right: 10px;
    top: -80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product_related-products .owl-controls {
    right: 0px;
    top: -80px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .product_related-products .owl-controls {
    right: -4px;
    top: -80px;
  }
}
.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: 15px;
  top: -80px;
  width: 100%;
  height: 100%;
}
.owl-controls .owl-next.disabled:before,
.owl-controls .owl-prev.disabled:before {
  color: #e0dfdf!important;
}
.owl-controls .owl-next.disabled:hover,
.owl-controls .owl-prev.disabled:hover {
  background: #fff!important;
  cursor: inherit;
}
.owl-controls .owl-next.disabled:hover:before,
.owl-controls .owl-prev.disabled:hover:before {
  color: #e0dfdf!important;
}
.owl-controls .owl-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  right: auto;
  right: 65px;
  top: 0;
  margin-top: 0px;
  opacity: 1!important;
  z-index: 111;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-controls .owl-prev:before {
  color: #262626;
  font-style: normal;
  content: "\f104";
  font-size: 28px;
  line-height: 50px;
  font-family: FontAwesome;
  position: absolute;
  right: 50%;
  top: 0px;
  margin-right: -4px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-controls .owl-prev:hover {
  background: #262626;
}
.owl-controls .owl-prev:hover:before {
  color: #cb8d57;
}
.owl-controls .owl-next {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 0;
  left: auto;
  opacity: 1!important;
  z-index: 111;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-controls .owl-next:before {
  color: #262626;
  font-style: normal;
  content: "\f105";
  font-size: 28px;
  line-height: 50px;
  font-family: FontAwesome;
  position: absolute;
  right: 50%;
  top: 0px;
  margin-right: -6px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-controls .owl-next:hover {
  background: #262626;
}
.owl-controls .owl-next:hover:before {
  color: #cb8d57;
}
#fancybox-content,
#fancybox-wrap {
  width: 450px!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;
  width: 50%;
}
@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;
    width: 100%;
  }
}
.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;
  width: 100%;
}
.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: 0px;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  #reviewform .btn {
    float: none!important;
    margin-bottom: 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 .module_title {
  margin-bottom: 45px;
}
.mod_virtuemart_product .vm-products-slider {
  margin: 0;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_virtuemart_product .vm-products-slider {
    margin: 0px;
  }
}
.mod_virtuemart_product .vm-products-slider .listing__grid {
  margin: 0 -15px;
  width: auto;
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_virtuemart_product .vm-products-slider .listing__grid {
    width: auto;
  }
  .mod_virtuemart_product .vm-products-slider .listing__grid .owl-wrapper-outer {
    padding-bottom: 30px;
    height: auto!important;
  }
}
.mod_virtuemart_product .vm-products-slider .listing__grid div.product.item_product.item {
  margin-bottom: 0;
  width: auto!important;
  float: none!important;
}
/*========================================================
                    Alert VM
=========================================================*/
.alert-error,
.alert-message,
.alert-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.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: 10px;
}
.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: #56534e;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
}
.breadcrumb {
  border-radius: 3px;
  background: #fff;
  padding: 14px 0px;
}
/* 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;
  display: inline-block;
  min-width: 100px;
  max-width: 100%;
}
.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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  #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: 1199px) {
  #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: 1199px) {
  #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 {
  font-size: 24px;
  line-height: 26px;
  color: #3c3b3b;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-family: 'Lato', sans-serif;
}
#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: #adc846;
}
#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: 1199px) {
  #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: #adc846;
  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: #adc846;
  line-height: 40px;
}
.zoomWrapper {
  border: none;
}
div.zoomWindow {
  left: 109%!important;
  background: none repeat scroll 0 0 #fbfbfb;
  padding: 5px;
  border-radius: 0px;
}
div.zoomWindow > div {
  background: #fff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .vm-order_info tr td,
  .vm-order_info tr th {
    display: block;
  }
}
#comments-form #comments-form-captcha {
  margin-top: -4px;
}
#facebox .content {
  max-width: 560px;
  min-width: 560px;
  width: 560px!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  #facebox .content {
    max-width: 280px;
    min-width: 280px;
    width: 280px!important;
  }
}
#facebox .content iframe {
  width: 520px!important;
}
.vm-products-slider i.fa {
  pointer-events: none;
}
.post_payment_payment_name,
.post_payment_order_number,
.post_payment_order_total {
  display: block;
  border: 1px solid #d0d0d0;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: -1px;
}
.post_payment_payment_name .post_payment_payment_name_title,
.post_payment_order_number .post_payment_payment_name_title,
.post_payment_order_total .post_payment_payment_name_title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
}
.post_payment_payment_name .vmpayment_description,
.post_payment_order_number .vmpayment_description,
.post_payment_order_total .vmpayment_description {
  display: block;
}
.post_payment_order_total {
  margin-bottom: 30px;
}
.vmpayment_description,
.vmshipment_description {
  display: block;
  font-weight: 400;
}
.product_addtocart .selectboxit-container {
  max-width: 90%!important;
}
.product_addtocart .selectboxit-container .selectboxit {
  max-width: 100%!important;
}
.product_addtocart .selectboxit-container .selectboxit-option-icon-container {
  margin: 0;
}
.product_addtocart .selectboxit-container .selectboxit-text {
  float: none;
  padding: 0 30px 0 10px;
}
#comments-form span.captcha {
  background-position: 0px 6px;
}
#comments-form span.captcha:hover {
  color: #adc846;
}
#adminForm .form-group {
  margin-left: 0;
  margin-right: 0;
}
.vm-customfield-cart {
  text-align: left;
}
#brands-bot {
  padding: 30px 0 20px 0;
  background: #fff;
}
#brands-bot ul {
  list-style-type: none;
  margin: 0 -15px;
  padding: 0;
}
#brands-bot ul li {
  float: left;
  margin: 0 15px 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #brands-bot ul li {
    float: none;
    text-align: center;
  }
}
#brands-bot ul li div {
  padding: 0;
  margin: 0;
}
#brands-bot ul li a {
  display: inline-block;
}
#brands-bot ul li a:before {
  display: none;
}
#brands-bot ul li a:hover {
  opacity: 0.7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_virtuemart_product .products-listing {
    margin: 0 -13px 0 -5px !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_virtuemart_product .products-listing {
    margin: 0 -10px 0 -10px !important;
  }
}

@charset "UTF-8";

/*!
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: 1s;
  animation-duration: 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;
}
/* =================================================*/
/* 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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px!important;
  }
}
h1,
h2,
h3,
h4 {
  margin: 0 0 35px 0;
  /*font-family: 'Lato', sans-serif;*/
  color: #1c1c1c;
  text-transform: none;
  line-height: 30px;
  font-size: 18px;
  padding: 24px 0 24px 0px;
  font-weight: 400;
  text-align: right;
  border-bottom: 1px solid #ccc;
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 20px;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: #000;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover {
  color: #cb8d57;
}
h2.login {
  font-size: 24px;
  line-height: 26px;
  border: none;
  padding-left: 0;
}
h4.alert-heading {
  background: none;
  padding: 0;
  border: none;
}
h5 {
  margin: 0 0 10px 0;
  font-family: 'Lato', 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__blog .article_title {
  background: none;
  margin-bottom: 0px;
  color: #000;
  border: none;
  padding: 10px 70px 20px 0;
}
.article_title {
  padding-right: 75px;
}
a {
  color: #cb8d57;
  outline: none!important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}
/* 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: #000;
  /*font: normal 13px/22px 'Lato', sans-serif;*/
  color: #56534e;
}
#wrapper.z-index {
  position: relative;
  z-index: 22;
}
.cotainer-top {
  background: none;
  position: relative;
  z-index: 1111;
}
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: 0;
}
/* Buttons */
.btn,
.button,
.slideshowck .btn,
.slideshowck .btn:hover,
.btn.disabled {
  border-radius: 0;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 26px 15px;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  outline: none!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn,
  .button,
  .slideshowck .btn,
  .slideshowck .btn:hover,
  .btn.disabled {
    font-size: 12px;
  }
}
.btn-default {
  background: #333;
  color: #fff;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #54371e;
  color: #fff;
}
.btn-primary {
  background: #54371e;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #333;
  color: #fff;
}
.search-view {
  padding-bottom: 30px;
}
#searchForm .search-form_section {
  padding-top: 20px;
}
#searchForm #search-searchword {
  margin-right: 10px;
  height: 40px;
}
#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 .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: #fff;
  padding: 8px 9px;
  width: 100%;
  z-index: 51;
  position: relative;
  margin-bottom: 0;
}
.top-row .mod_custom {
  float: left;
  text-align: left;
  color: #17a6f5;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-row .mod_custom {
    float: none;
    display: table;
    margin: 0 auto;
    width: auto;
  }
}
.top-row .mod_custom i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.top-row .mod_custom a {
  font-size: 23px;
  color: #fff;
}
.top-row .mod_custom a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .top *[class^="col-"] {
    width: 100%;
    float: none;
  }
  .mod-currency-selector {
    text-align: center;
  }
}
/*Top menu*/
.tvtma-megamnu {
  width: auto;
  float: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu {
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tvtma-megamnu {
    float: none;
    padding: 10px 0 10px 0;
  }
}
.moduletable__top-menu {
  padding: 0 0 0 0;
  float: none;
  width: auto;
  margin-top: -3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__top-menu {
    padding: 0 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu {
    padding: 0 0 0 0;
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu {
    float: none;
    padding: 10px 0 10px 0;
    margin-top: 0px;
  }
}
@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: #cb8d57;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul li.first-child {
    border: none;
  }
}
.moduletable__top-menu ul li {
  margin: 0;
  padding: 7px 20px 7px 0px;
  text-transform: none;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  float: left;
  display: block;
  text-align: left;
}
.moduletable__top-menu ul li a {
  padding: 0;
  line-height: 20px;
  font-weight: 400;
  color: #373737;
  display: inline-block;
}
.moduletable__top-menu ul li a:hover {
  color: #cb8d57;
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul li {
    padding: 0 12px 0 12px;
  }
}
.moduletable__top-menu2 {
  padding: 80px 50px 0 0;
  float: right;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__top-menu2 {
    padding: 80px 50px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu2 {
    padding: 50px 20px 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 {
    float: none;
    padding: 10px 0 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: table;
  }
}
.moduletable__top-menu2 ul .active a {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul .active a {
    background: #ccc;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li.first-child {
    border: none;
  }
}
.moduletable__top-menu2 ul li {
  margin: 0;
  padding: 0 0 0 24px;
  text-transform: none;
  font-size: 21px;
  /*font-family: 'Lato', sans-serif;*/
  float: right;
  display: block;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__top-menu2 ul li {
    padding: 0 0 0 18px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu2 ul li {
    padding: 0 0 0 14px;
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li {
    float: none;
    display: inline-block;
    padding: 0 1px 1px 1px;
    font-size: 16px;
  }
}
.moduletable__top-menu2 ul li a {
  padding: 0px 0px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li a {
    padding: 5px 10px;
  }
}
.moduletable__top-menu2 ul li a:hover {
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li a:hover {
    background: #ccc;
  }
}
/* Header
========================================================*/
.header-row {
  padding: 0px 0 0px 0;
  background: #1c1c1c url(/Content/MainPage/templates/theme589/images/slide1.jpg) center bottom no-repeat;
  /*background: #1c1c1c center bottom no-repeat;*/
  background-size: cover;
  width: 100%;
  z-index: 4;
  position: relative;
  min-height: 240px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row {
    height: auto;
    padding: 0px 0 0px 0;
  }
}
.header-row .header {
  padding: 0px 0 0px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  min-height: 240px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .header {
    padding: 0px 10px 0px 10px;
    position: relative;
  }
}
.header-row .container {
  position: relative;
}
.header-row .container .row > div {
  position: static;
}
.header-row .mod_custom {
  text-align: left;
  font-size: 23px;
  line-height: 36px;
  color: #a0bb33;
  font-weight: bold;
  text-transform: none;
  padding: 21px 20px 11px 0;
  margin: 0;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .mod_custom {
    font-size: 20px;
    line-height: 22px;
    padding: 21px 10px 11px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .mod_custom {
    font-size: 20px;
    line-height: 22px;
    padding: 21px 0px 11px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .mod_custom {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
    float: none;
  }
}
.header-row .mod_custom span {
  color: #333333;
  font-size: 13px;
  padding-right: 4px;
  font-weight: 400;
}
.header-row .mod_custom span:before {
  font-family: 'FontAwesome';
  content: "\f095";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #765f4b;
  font-size: 25px;
  margin-right: 6px;
  margin-left: 6px;
  position: relative;
  top: 0px;
}
.header-row .mod_custom span.row1 {
  font-size: 17px;
  line-height: 40px;
  color: #777;
  padding-left: 0;
  font-weight: bold;
  display: block;
  margin-bottom: -6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .mod_custom span.row1 span {
    display: block;
  }
}
.header-row .mod_custom span.row1 strong {
  color: #0b5dba;
  font-size: 40px;
}
.header-row .mod_custom span.row1 i {
  font-size: 42px;
  padding-right: 4px;
}
.header-row .bg-mod {
  background: #d0d0d0;
  padding: 7px;
  min-width: 525px;
  float: right;
  border-radius: 3px 3px 0 0;
  margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .bg-mod {
    float: none;
    min-width: 100%;
    padding: 10px 0;
    border-radius: 3px;
  }
}
.pseudoStickyBlock {
  display: none!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    background: none;
  }
}
.header-b {
  text-align: right;
}
/* Site logo */
.logo-fleft {
    position: fixed;
    left: 15px;
    top: 10px;
    z-index: 0;
    background-color: #757a82;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 5px;
    padding-top: 5px;
}
    .logo-fleft:hover {
        background-color: #757a82;
    }
    /*@media (min-width: 768px) and (max-width: 991px) {
  .logo-fleft {
    padding: 20px 0 0 20px;
    width: 200px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo-fleft {
    float: none;
    width: 100%;
    padding: 170px 0;
    text-align: center;
  }
}*/
    .site-logo {
        text-align: left;
        height: 100%;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0px;
        margin-left: 0px;
    }
@media (min-width: 992px) and (max-width: 1199px) {
  .site-logo {
    margin: 5px 0 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-logo {
    position: relative;
    z-index: 111;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo {
    text-align: center;
    position: relative;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    margin-left: 0;
  }
}
@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%;
}
@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
========================================================*/
.wrapper {
  overflow: hidden;
}
.navigation {
  z-index: 3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation {
    padding-top: 0px;
  }
}
.navigation ul .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.4em;
}
.navigation ul ul .fa {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
.slicknav_menu {
  display: none;
  background: #f1f1f1;
}
.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: 1199px) {
  .mod_superfish_menu {
    padding-top: 0px;
  }
}
.isStuck {
  z-index: 999;
  top: 0;
}
.navigation.isStuck .megamenu-label {
  display: none;
}
/* Superfish menu */
.navigation.isStuck {
  width: 100%;
  left: 0;
  padding: 0px 0 0px 0;
  background: #1c1c1c;
  height: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  margin: 0;
  -webkit-transform: translateZ(0);
  z-index: 2100;
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation.isStuck {
    height: auto;
    min-height: auto;
    position: relative!important;
  }
}
.navigation.isStuck .logo-fleft {
  padding: 0;
  margin-top: -3px;
}
.navigation.isStuck .logo-fleft .site-logo_img {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation.isStuck .logo-fleft .site-logo_img {
    width: 70%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation.isStuck .logo-fleft .site-logo_img {
    width: 100%;
  }
}
.navigation.isStuck .tvtma-megamnu {
  margin-top: 0;
  height: 50px;
  margin-left: -1px;
}
.navigation.isStuck #tvtma-megamnu .sf-menuW .first-child > a {
  border-radius: 0;
}
.navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu {
  top: 50px;
}
.navigation.isStuck #tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
  top: 50px;
}
.navigation.isStuck #tvtma-megamnu .sf-menuW .item-menu.parent > a,
.navigation.isStuck #tvtma-megamnu .sf-menuW .item-menu.parent > span {
  padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation.isStuck #tvtma-megamnu .sf-menuW .item-menu.parent > a,
  .navigation.isStuck #tvtma-megamnu .sf-menuW .item-menu.parent > span {
    padding-right: 35px;
  }
}
.navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu.first-child {
  border-right: 1px solid #414141;
}
.navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu > a,
.navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu > span {
  padding: 5px 25px 4px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu > a,
  .navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu > span {
    padding: 5px 20px 4px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu > a,
  .navigation.isStuck #tvtma-megamnu .sf-menuW > li.item-menu > span {
    padding: 5px 15px 4px 15px;
  }
}
.tvtma-megamnu {
  display: block;
  float: none;
  margin: 0px 0 0 0;
  position: relative;
  width: 100%;
  background: #191919;
  height: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu {
    margin: 0px 0 0 0;
  }
}
@media (min-width: 320px) and (max-width: 1002px) {
  .tvtma-megamnu {
    display: none;
  }
}
.tvtma-megamnu .sf-menuW {
  /*font-family: 'Lato', sans-serif;*/
  float: right;
  margin: 0px 0 0 0;
  background: none;
  padding: 0px 0 0 0;
  position: relative;
  z-index: 111;
  text-align: left;
  list-style: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW {
    padding: 0;
  }
}
.tvtma-megamnu .sf-menuW .megamenu-label {
  position: absolute;
  left: 30%;
  top: -30px;
  z-index: 1111;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  background: #0e3e8c;
  color: #fff!important;
}
.tvtma-megamnu .sf-menuW .megamenu-label:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0e3e8c transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.tvtma-megamnu .sf-menuW .megamenu-label.red {
  background: #f92c2c;
}
.tvtma-megamnu .sf-menuW .megamenu-label.red:before {
  border-color: #f92c2c transparent transparent transparent;
}
.tvtma-megamnu .sf-menuW .megamenu-label.green {
  background: #427051;
}
.tvtma-megamnu .sf-menuW .megamenu-label.green:before {
  border-color: #fe5252 transparent transparent transparent;
}
.tvtma-megamnu .sf-menuW > li.item-menu:first-child {
  border-left: 1px solid #414141;
}
.tvtma-megamnu .sf-menuW > li.item-menu {
  border: none;
  text-transform: none;
  z-index: 4;
  margin: 0;
  padding: 0 0px 0 0px;
  float: left;
  position: relative;
  border-right: 1px solid #3b3b3b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: 'Lato', sans-serif;
}
.tvtma-megamnu .sf-menuW > li.item-menu.parent > a,
.tvtma-megamnu .sf-menuW > li.item-menu.parent > span {
  padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu.parent > a,
  .tvtma-megamnu .sf-menuW > li.item-menu.parent > span {
    padding-right: 35px;
  }
}
.tvtma-megamnu .sf-menuW > li.item-menu > a,
.tvtma-megamnu .sf-menuW > li.item-menu > span {
    background: none;
    display: block;
    font-size: 29px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 20px 15px 20px 15px !important;
    text-align: center;
    vertical-align: middle;
    position: relative;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    -webkit-transition: border 0.3s linear;
    transition: border 0.3s linear;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > a,
  .tvtma-megamnu .sf-menuW > li.item-menu > span {
    padding: 20px 20px 20px 20px;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > a,
  .tvtma-megamnu .sf-menuW > li.item-menu > span {
    padding: 20px 15px 20px 15px;
    font-size: 18px;
  }
}
.tvtma-megamnu .sf-menuW > li.item-menu > a i,
.tvtma-megamnu .sf-menuW > li.item-menu > span i {
  color: #777;
  font-size: 16px;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover,
.tvtma-megamnu .sf-menuW > li.item-menu.active,
.tvtma-megamnu .sf-menuW > li.item-menu.current {
  padding-top: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu.current > a,
.tvtma-megamnu .sf-menuW > li.item-menu:hover > span,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > span,
.tvtma-megamnu .sf-menuW > li.item-menu.active > span,
.tvtma-megamnu .sf-menuW > li.item-menu.current > span {
  color: #fff;
  opacity: 1;
  background: #54371e;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > a i,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > a i,
.tvtma-megamnu .sf-menuW > li.item-menu.active > a i,
.tvtma-megamnu .sf-menuW > li.item-menu.current > a i,
.tvtma-megamnu .sf-menuW > li.item-menu:hover > span i,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > span i,
.tvtma-megamnu .sf-menuW > li.item-menu.active > span i,
.tvtma-megamnu .sf-menuW > li.item-menu.current > span i {
  color: #fff;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > .drop-menu {
  display: block;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu {
  position: absolute;
  left: 0;
  top: 80px;
  width: 220px;
  height: auto;
  padding: 0;
  margin: 0 0 0 -1px;
  list-style: none;
  background: #1c1c1c;
  border-radius: 0px;
  display: none;
  z-index: 1111;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:first-child > a {
  border-radius: 0px 0px 0 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.last-child > a {
  border-radius: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu {
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > a {
  color: #fff;
  padding: 0 10px;
  line-height: 38px;
  display: block;
  text-transform: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.current > a {
  color: #54371e;
  background: #ccc;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:hover > .drop-menu {
  display: block;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu {
  display: none;
  left: 215px;
  top: 0px;
  position: absolute;
  width: 220px;
  background: #1c1c1c;
  border-radius: 0px;
  margin-top: 0;
  margin-left: 5px;
  padding: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu:first-child > a {
  border-radius: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.last-child > a {
  border-radius: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu {
  font-size: 15px;
  font-weight: 400;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu > a {
  color: #fff;
  padding: 0 10px;
  line-height: 38px;
  display: block;
  margin-bottom: 0;
  background: none;
  text-transform: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.current > a {
  color: #54371e;
  background: #ccc;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu > .drop-menu {
    left: auto;
    right: 202px;
    background: #fff;
    border: 2px solid #dfdedd;
    z-index: 1;
    margin-top: -12px;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.megacol-top {
  position: static!important;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
  position: absolute;
  left: 0;
  top: 80px;
  width: 1170px;
  padding: 30px 40px 40px;
  display: none;
  margin: 0 0px;
  border-radius: 0px;
  background: #1a1a1a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 940px;
    padding: 30px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 720px;
    padding: 20px 20px 20px;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  border-top: none;
  position: static!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top {
    font-size: 13px;
    line-height: 18px;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a {
  color: #765f4b;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 0 0px 0;
  background: none;
  text-transform: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a:before {
  display: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top:hover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.sfHover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.active > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.current > a {
  color: #fff;
  background: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu {
  display: block!important;
  opacity: 1!important;
  height: auto!important;
  left: 15em;
  top: 0;
  position: static!important;
  width: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu {
  font-size: 12px;
  font-weight: 400;
  border-top: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu > a {
  color: #888888;
  padding: 0px 0;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu > a:before {
    display: none;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.current > a {
  color: #765f4b;
  background: none;
  padding-left: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:hover > a,
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.sfHover > a,
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.active > a,
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.current > a {
    padding-left: 0;
    background: none;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:hover > a:before,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.sfHover > a:before,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.active > a:before,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.current > a:before {
  color: #777;
}
.modulewrap193 {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modulewrap193 {
    display: none;
  }
}
.modulewrap193 .banner_block {
  padding-top: 0px;
}
.modulewrap193 .banner_block ul {
  list-style: none;
  padding: 0;
  border: none;
}
.modulewrap193 .banner_block ul li img {
  width: 100%;
  height: auto;
}
@media (max-width: 1001px) {
  .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: 'Lato', sans-serif;
    font-weight: 400;
    float: none;
    margin-bottom: 0px;
    display: inline-block;
  }
  .slicknav_nav {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
  }
  .slicknav_nav .slicknav_arrow:after {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 1em;
    margin-top: -0.5em;
  }
  .slicknav_nav .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .slicknav_nav .slicknav_open .slicknav_arrow:after {
    content: "\f0d8";
  }
  .slicknav_nav .slicknav_open .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .slicknav_nav li {
    font-weight: 600;
    text-transform: none;
    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: #765f4b;
  }
  .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: #765f4b;
  }
  .slicknav_nav li:hover .arrowdown,
  .slicknav_nav li.sfHover .arrowdown,
  .slicknav_nav li.active .arrowdown,
  .slicknav_nav li.current .arrowdown {
    color: #765f4b;
  }
  .slicknav_nav ul {
    padding: 0px 0 0 0.5em!important;
    margin-bottom: 0px;
    margin-top: 1px;
  }
  .slicknav_nav .drop-menu-mega {
    width: auto!important;
    padding: 0px 0 0 0!important;
    margin-bottom: -2px;
    margin-top: 0px;
  }
  .slicknav_nav .drop-menu-mega .row {
    margin: 0!important;
  }
  .slicknav_nav .fa {
    display: none;
  }
}
/* showcase
========================================================*/
.content-box {
  background: #ffffff url(/Content/MainPage/templates/theme589/images/content-box-bg.jpg) center top repeat-x;
  padding: 0 0 20px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-box {
    padding: 0px 0 30px 0;
  }
}
.showcase-row {
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .showcase-row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
  }
}
/* custom-html */
/* Slideshow CK */
.showcase {
  position: relative;
  margin: -1px 0 0 0;
  height: 100%;
}
.showcase .mod_bannersblock {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 11;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 1485px) {
  .showcase .mod_bannersblock {
    display: none;
  }
}
.showcase .mod_bannersblock ul {
  margin: 0;
  list-style: none;
  padding-bottom: 0;
}
.showcase .mod_bannersblock ul li {
  width: 370px!important;
}
.showcase .mod_bannersblock ul li a {
  display: block;
}
.showcase .mod_bannersblock ul li a .caption {
  width: 100%;
  background: #02b1e1;
  text-align: center;
  display: block;
  padding: 0 0 20px 0;
  text-transform: none;
  position: relative;
  margin: -30px 0 0 0;
}
.showcase .mod_bannersblock ul li a .caption .txt1 {
  display: block;
  font-size: 45px;
  line-height: 46px;
  color: #fff587;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  top: -40px;
}
.showcase .mod_bannersblock ul li a .caption .txt1:before {
  content: "  ";
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -80px;
  border-radius: 160px;
  display: block;
  background: #02b1e1;
  z-index: -1;
}
.showcase .mod_bannersblock ul li a .caption .txt2 {
  display: block;
  font-size: 34px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
}
.showcase .mod_bannersblock ul li a .caption .txt3 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #fff587;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  position: relative;
  z-index: 2;
}
.mod_slideshowck {
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_slideshowck {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul {
    bottom: 20px;
    width: 390px;
  }
}
.mod_slideshowck .slideshowck {
  margin-bottom: 0 !important;
}
.mod_slideshowck .camera_caption {
  bottom: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption {
    top: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .mod_slideshowck .camera_caption {
    display: none!important;
  }
}
.mod_slideshowck .camera_caption > div {
  background: none;
  font-family: 'Lato', sans-serif;
  text-align: left;
  padding: 0;
}
.mod_slideshowck .camera_caption .camera_caption_desc {
  padding: 18px;
  text-align: left;
  float: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .camera_caption_desc {
    padding: 20px;
  }
}
.mod_slideshowck .camera_caption .txt1,
.mod_slideshowck .camera_caption .txt2,
.mod_slideshowck .camera_caption .txt3,
.mod_slideshowck .camera_caption .txt4 {
  text-transform: none;
  display: block;
  text-align: left;
}
.mod_slideshowck .camera_caption .txt1 {
  font-size: 37px;
  line-height: 44px;
  color: #765f4b;
  padding: 0px 9px 2px 9px;
  font-weight: bold;
  background: #1c1c1c;
  background: rgba(28, 28, 28, 0.5);
  display: inline-block;
}
.mod_slideshowck .camera_caption .txt1 span {
  display: block;
}
.mod_slideshowck .camera_caption .txt2 {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  padding: 5px 0 8px 0;
  text-transform: none;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.mod_slideshowck .camera_caption .txt3 {
  padding: 2px 0 0 0;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption .txt3 {
    font-size: 15px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt3 {
    font-size: 15px;
    line-height: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt3 {
    font-size: 15px;
    line-height: 36px;
  }
}
.mod_slideshowck .camera_caption .txt3:after {
  border-bottom: 1px solid #fff;
  width: 86%;
  position: absolute;
  left: 0;
  bottom: 7px;
  content: " ";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_slideshowck .camera_caption .txt3 i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.mod_slideshowck .cameraContent:hover .txt3 {
  color: #000;
}
.mod_slideshowck .cameraContent:hover .txt3:after {
  border-color: #000;
}
.mod_slideshowck .camera_wrap .camera_pag {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul {
  right: 0;
  bottom: 0;
  width: auto;
  left: auto;
  background-color: none!important;
  padding: 0;
  z-index: 111;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li {
  background: #333;
  width: 39px;
  height: 39px;
  border-radius: 0px;
  border: none;
  margin: 0 0px 0 1px;
  color: #fff;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-indent: 0px;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li:hover,
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #765f4b;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li span {
  text-indent: 0px;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li span span {
  text-indent: 0px;
}
.mod_slideshowck .camera_prev,
.mod_slideshowck .camera_next,
.mod_slideshowck .camera_commands {
  cursor: pointer;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 2;
  text-align: center;
}
.mod_slideshowck .camera_commands {
  display: none;
}
.mod_slideshowck .camera_prev {
  left: 0px;
  background: none!important;
}
@media (min-width: 320px) and (max-width: 1280px) {
  .mod_slideshowck .camera_prev {
    left: 0px;
  }
}
.mod_slideshowck .camera_prev > span {
  background: none;
  display: block;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.mod_slideshowck .camera_prev > span:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 60px;
  line-height: 60px;
  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 {
  background: none;
}
.mod_slideshowck .camera_prev > span:hover:before {
  color: #000;
}
.mod_slideshowck .camera_next {
  right: 0px;
  background: none!important;
}
@media (min-width: 320px) and (max-width: 1280px) {
  .mod_slideshowck .camera_next {
    right: 0px;
  }
}
.mod_slideshowck .camera_next > span {
  background: none;
  display: block;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.mod_slideshowck .camera_next > span:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 60px;
  line-height: 60px;
  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 {
  background: none;
}
.mod_slideshowck .camera_next > span:hover:before {
  color: #000;
}
/* 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;
}
#publishing input {
  margin-bottom: 10px;
}
.icons {
  position: absolute;
  right: 0;
  top: 14px;
  width: 100px;
  margin: 0;
  padding: 0;
  text-align: right;
}
.icons li,
.icons > a {
  list-style: none;
  padding: 3px;
  display: inline;
  font-size: 0;
  line-height: 0;
}
.icons li i,
.icons > a i {
  line-height: 20px;
  font-size: 16px;
}
.icons li i.fa-pencil-square-o {
  top: 1px;
  position: relative;
}
/* 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;
  }
}
.home .main-row {
  padding: 0;
  overflow: hidden;
  height: 0;
}
.top-content {
  position: relative;
  z-index: 1111;
  height: auto;
}
.main-row {
  padding: 30px 0 30px;
  position: relative;
  z-index: 2;
  background: #fff ;
}
.productdetails .main-row {
  padding-bottom: 20px;
}
.productdetails .col-md-8 {
  margin-bottom: 0;
}
.prod-row {
  padding: 0px 0 0px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.prod-row .mod_custom {
  padding-bottom: 40px;
}
.prod-row .mod_custom h2 {
  font-size: 40px;
  line-height: 40px;
  padding: 10px 0 0 0;
  border: none;
  background: none;
}
.prod-row .mod_custom h2 span {
  color: #0b5dba;
  font-weight: 400;
}
/* aside
========================================================*/
.aside .moduletable {
  margin-bottom: 30px;
  background: none;
}
.aside .moduletable .module_content {
  padding: 0px 0;
}
.aside .module_header {
  padding: 0;
  margin: 0px;
}
.aside .item_name {
  font-size: 15px;
  line-height: 18px;
}
.aside__left {
  position: relative;
  z-index: 1;
}
/* bottom
========================================================*/
.bottom-row {
  background: #1b1b1b;
  padding: 20px 0;
}
.bottom-row .module_title {
  margin: 0;
}
.footer-row {
  position: relative;
  background: #1c1c1c url(/Content/MainPage/templates/theme589/images/footer-bg.jpg) left top no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-row:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #3b3b3b;
  background: #191919;
}
.footer-row .border {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  min-height: 360px;
  border-right: 1px solid #414141;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .border {
    min-height: 20px;
    padding: 0 20px;
    border: none!important;
  }
}
.footer-row .border:first-child {
  border-left: 1px solid #414141;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .border:first-child h3.module_title {
    margin-bottom: 30px;
    padding-bottom: 0;
    margin-top: -4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .border.item4 {
    border: 1px solid #414141;
    border-bottom: none;
    min-height: 130px;
  }
  .footer-row .border.item4 .module_title {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-row .mod_bt_facebooklikebox {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_bt_facebooklikebox {
    margin-left: 3px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_bt_facebooklikebox {
    margin-left: 0px;
  }
}
.footer-row .moduletable {
  overflow: hidden;
  border-radius: 0px;
  padding: 0 20px 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .moduletable {
    padding: 0 0px 0 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .moduletable {
    padding: 0 0px 0 0px;
  }
}
.footer-row .mod_6map .mod6map {
  width: 100%!important;
}
.footer-row .container {
  position: relative;
  z-index: 2;
}
.footer-row h3.module_title {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  text-transform: none;
  padding: 5px 0 0px 0;
  color: #fff;
  background: none;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row h3.module_title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row h3.module_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 0px 0 0px 0;
  }
}
.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: #888;
}
.footer-row .mod_menu .list li a:hover {
  color: #fff;
}
.footer-row .mod_menu li.active a {
  color: #fff;
}
.footer-row .mod_tm_instagram ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-left: -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_tm_instagram ul {
    margin-left: -10px;
  }
}
.footer-row .mod_tm_instagram ul li {
  float: left;
  padding: 0;
  margin: 0 0 20px 20px;
  width: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_tm_instagram ul li {
    width: 70px;
    margin: 0 0 10px 10px;
  }
}
.footer-row .mod_tm_instagram ul li img {
  width: 100%;
  height: auto;
}
.footer-row .relative {
  position: relative;
}
.footer-row .mod_custom {
  margin-top: 0px;
  /*font-family: 'Lato', sans-serif;*/
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom {
    padding: 20px 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom {
    padding: 20px 0 20px;
  }
}
.footer-row .mod_custom .txt1 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #777;
  padding-top: 0px;
  font-weight: 400;
  text-transform: none;
  padding-right: 30px;
  padding-bottom: 15px;
    direction: rtl;
    text-align: justify;
}
.footer-row .mod_custom .txt1 span {
  font-size: 21px;
  color: #fbdd12;
  font-weight: 600;
  padding-right: 4px;
}
.footer-row .mod_custom .txt1 strong {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom .txt1 strong {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom .txt1 strong {
    display: block;
    padding-top: 10px;
  }
}
.footer-row .mod_custom .txt1 i {
  font-size: 34px;
  color: #4c4c4c;
  padding-right: 18px;
  position: relative;
  top: 5px;
}
.footer-row .mod_custom .txt2 {
  display: block;
  font-size: 16px;
  line-height: 29px;
  color: #fff;
  padding-top: 0px;
  font-weight: 400;
}
.footer-row .mod_custom .txt2 span {
  font-size: 21px;
  color: #fbdd12;
  font-weight: 600;
  padding-right: 4px;
}
.footer-row .mod_custom .txt2 strong {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom .txt2 strong {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom .txt2 strong {
    display: block;
    padding-top: 10px;
  }
}
.footer-row .mod_custom .txt2 i {
  font-size: 42px;
  color: #4c4c4c;
  padding-right: 18px;
  position: relative;
  top: 7px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom .txt2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.footer-row .mod_custom .txt3 {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding-top: 20px;
  font-weight: 500;
}
.footer-row .mod_custom .txt3 span {
  font-size: 21px;
  color: #fbdd12;
  font-weight: 600;
  padding-right: 4px;
}
.footer-row .mod_custom .txt3 a {
  color: #fff;
}
.footer-row .mod_custom .txt3 a:hover {
  color: #fbdd12;
}
.footer-row .mod_custom .txt3 strong {
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom .txt3 strong {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom .txt3 strong {
    display: block;
    padding-top: 10px;
  }
}
.footer-row .mod_custom .txt3 i {
  font-size: 22px;
  color: #4c4c4c;
  padding-right: 18px;
  position: relative;
  top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom .txt3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.footer-row div.smile div {
  padding-bottom: 10px;
}
.footer-row div.smile a {
  font-size: 13px;
  line-height: 20px;
  color: #888;
  text-transform: none;
}
.footer-row div.smile a i {
  display: inline-block;
  width: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #373737;
  border-radius: 53px;
  margin-right: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-row div.smile a:hover {
  color: #fff;
}
.footer-row div.smile a:hover i {
  background: #765f4b;
}
.footer-row div.smile a img {
  display: none;
}
.footer-row .moduletable__facebook {
  padding: 0;
  color: #383838;
  border-radius: 6px;
}
.footer-row .moduletable___store {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .moduletable___store {
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .moduletable___store {
    float: none;
  }
}
.footer-row .custom_store span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #6f5f5f;
  padding-bottom: 20px;
  text-transform: none;
}
.footer-row .custom_store span em {
  display: inline-block;
  font-size: 17px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  color: #2589f9;
  padding-right: 4px;
}
.footer-row .custom_store .row-txt1 {
  padding-right: 20px;
  max-width: 270px;
}
.footer-row .custom_store .row-txt2 {
  font-weight: 400;
  font-size: 18px;
  color: #a68d75;
}
.footer-row .custom_store .row-txt4 a {
  color: #777;
  text-decoration: underline;
}
.footer-row .custom_store .row-txt4 a:hover {
  text-decoration: none;
  color: #2589f9;
}
.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-row {
  overflow: hidden;
}
.footer {
  padding-top: 0px;
  margin-bottom: 0px;
}
.footer .moduletable {
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer .moduletable {
    margin-bottom: 30px;
  }
}
.footer.footer_additional {
  padding-top: 0;
}
/* copyright
========================================================*/
.copyright-row {
  padding: 30px 0 20px;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .copyright-row {
    padding: 20px 0 40px;
  }
}
.copyright {
  color: #777;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: none;
  overflow: hidden;
  display: block;
  margin: 0;
  width: auto;
  font-weight: 400;
}
.copyright .mod_footer,
.copyright .mod_menu {
 
  width: auto;
}
.copyright a {
  color: #777;
}
.copyright a:hover {
  color: #fff;
}
.copyright .active a {
  color: #fff;
}
.copyright .moduletable__social {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright .moduletable__social {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .copyright .moduletable__social {
    float: none;
    width: 100%;
    clear: both;
  }
}
.copyright .moduletable__social .smile {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright .moduletable__social .smile {
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .copyright .moduletable__social .smile {
    margin-top: 30px;
  }
}
.copyright .moduletable__social .smile a {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #dadada;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #3f3f3f;
  border-radius: 38px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.copyright .moduletable__social .smile a:hover {
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  color: #fff;
}
.copyright .moduletable__social .smile a span {
  display: 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;
    direction: rtl;
}
.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;
}
.acymailing_form .fieldacyemail {
  float: left;
  margin-bottom: 0;
  max-width: 560px;
  margin-right: 5px;
}
.acymailing_form .fieldacyemail label.error {
  margin: 10px 0 20px 0;
  color: #000;
  border: 1px solid #c10418;
  padding: 0 10px;
  font-weight: 400;
}
.acymailing_form .acysubbuttons {
  float: left;
  margin-bottom: 0;
}
.acymailing_form .acysubbuttons .subbutton {
  height: 66px;
  font-size: 18px;
  line-height: 40px;
  padding: 0 40px;
}
.acymailing_form .inputbox {
  background: #ebebeb;
  border: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  color: #939393;
  height: 66px;
  margin-bottom: 15px;
  width: 560px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .acymailing_form .inputbox {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .acymailing_form .inputbox {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .acymailing_form {
    width: 100%;
  }
}
/* acymailing */
.mod_acymailing {
  background: nonee;
  padding: 0;
}
.mod_acymailing .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
}
.mod_acymailing .module_content .acymailing_introtext {
  color: #aeaeae;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  padding-bottom: 15px!important;
}
.mod_acymailing .module_content .acymailing_introtext span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #427051;
  padding-bottom: 20px;
}
/* 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 #d23b41 !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: 1199px) {
  .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 0;
}
.contact_map iframe {
  width: 100%;
  height: 400px;
}
.contact_form {
  padding-top: 2em;
}
.contact_form textarea {
  height: 207px;
}
.contact_form .invalid {
  border-color: #a94442;
}
.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(/Content/MainPage/templates/theme589/images/j_button2_left.png) no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-right {
  background: url(/Content/MainPage/templates/theme589/images/j_button2_right.png) 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-left .image {
  background: url(/Content/MainPage/templates/theme589/images/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
  background: url(/Content/MainPage/templates/theme589/images/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
  background: url(/Content/MainPage/templates/theme589/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
  background: url(/Content/MainPage/templates/theme589/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(/Content/MainPage/templates/theme589/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: none;
}
#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: none;
  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 .parallax-joom {
  padding-bottom: 85px;
  padding-top: 80px;
  background-color: #f2f2f2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un .parallax-joom {
    padding-bottom: 55px;
    padding-top: 50px;
  }
}
#parallax-top-un {
  background: #765f4b;
  padding: 120px 0;
  min-height: 580px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un {
    padding: 100px 0;
    min-height: 380px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un {
    padding: 60px 0;
    min-height: 380px;
  }
}
#parallax-top-un .container {
  position: relative;
}
#parallax-top-un .mod_custom {
  width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un .mod_custom {
    width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un .mod_custom {
    width: 500px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom {
    width: 100%;
  }
}
#parallax-top-un .mod_custom img {
  position: absolute;
  right: -50px;
  top: -60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un .mod_custom img {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un .mod_custom img {
    width: 40%;
    opacity: 0.8;
    top: 60px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom img {
    opacity: 0.1;
  }
}
#parallax-top-un .mod_custom .txt1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 {
    font-size: 54px;
    line-height: 60px;
  }
}
#parallax-top-un .mod_custom .txt2 {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
#parallax-top-un .mod_custom .txt3 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 1;
}
#parallax-top-un .mod_custom .txt3 a {
  color: #fff;
}
#parallax-top-un .mod_custom .txt3:hover {
  border: none;
  padding-bottom: 2px;
}
#parallax-top-un .mod_custom .txt3:hover a {
  color: #000;
}
.featured-view {
  text-align: center;
}
.featured-view .listing-item {
  padding-bottom: 50px;
  position: relative;
  font: normal 15px/28px 'Lato', 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-bottom: 30px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
#galerific-banner .mod_bannersblock {
  border: 1px solid #d3d3d3;
  overflow: hidden;
}
#galerific-banner .mod_bannersblock ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin: 0 0 0 -2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li:first-child {
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock ul li:first-child {
    border: none;
  }
}
#galerific-banner .mod_bannersblock ul li {
  width: 390px!important;
  float: left;
  border-left: 1px solid #d3d3d3;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_bannersblock ul li {
    width: 310px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li {
    width: 100%!important;
    border-top: 1px solid #d3d3d3;
    border: left;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock ul li {
    width: 100%!important;
    border-top: 1px solid #d3d3d3;
    border: left;
  }
}
#galerific-banner .mod_bannersblock ul li a {
  display: block;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li a .banner_img {
    text-align: right;
    float: right;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 220px;
}
@media (min-width: 320px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li a .caption {
    width: 50%;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption .txt1 {
  font-size: 48px;
  line-height: 50px;
  color: #1c1c1c;
  font-weight: bold;
  text-transform: none;
  display: block;
  padding-bottom: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption .txt2 {
  font-size: 19px;
  line-height: 27px;
  color: #777;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt2 {
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption .txt3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  display: table-cell;
  width: 150px;
  height: 67px;
  background: #765f4b;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#galerific-banner .mod_bannersblock ul li a:hover .txt3 {
  background: #333;
}
#galerific-banner .mod_bannersblock ul li a:hover .txt1 {
  color: #765f4b;
}
#galerific-banner .mod_custom {
  margin-bottom: -30px;
  overflow: hidden;
  width: 100%;
}
#galerific-banner .mod_custom .row1 {
  overflow: hidden;
  width: 100%;
  display: block;
}
#galerific-banner .mod_custom .row1 .col-1 {
  float: left;
  width: 370px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row1 .col-1 {
    width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row1 .col-1 {
    width: 345px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row1 .col-1 {
    width: 100%;
  }
}
#galerific-banner .mod_custom .row1 .col-2 {
  float: left;
  width: 770px;
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row1 .col-2 {
    width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row1 .col-2 {
    width: 345px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row1 .col-2 {
    width: 100%;
    margin-left: 0px;
  }
}
#galerific-banner .mod_custom .row1 .box-txt {
  position: relative;
  margin-bottom: 30px;
  background: #000;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row1 .box-txt {
    width: 100%;
    margin-bottom: 20px;
    height: 210px;
  }
}
#galerific-banner .mod_custom .row1 .box-txt img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row1 .box-txt img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row1 .box-txt img {
    width: 100%;
    height: 100%;
  }
}
#galerific-banner .mod_custom .row1 .box-txt .txt1 {
  text-transform: none;
  color: #3c763d;
  font-size: 32px;
  line-height: 42px;
  position: absolute;
  right: 28px;
  top: 24px;
  font-weight: 400;
  width: 70%;
    text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row1 .box-txt .txt1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row1 .box-txt .txt1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row1 .box-txt .txt1 {
    font-size: 30px;
    line-height: 32px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row1 .box-txt .txt1 {
    font-size: 20px;
    line-height: 22px;
    width: 80%;
  }
}
#galerific-banner .mod_custom .row1 .box-txt a {
  text-transform: none;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  position: absolute;
  left: 28px;
  bottom: 24px;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row1 .box-txt a {
    font-size: 18px!important;
    line-height: 22px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row1 .box-txt a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row1 .box-txt a {
    font-size: 16px;
    line-height: 22px;
  }
}
#galerific-banner .mod_custom .row1 .box-txt:hover a {
  color: #ae8057;
}
#galerific-banner .mod_custom .row1 .box-txt:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#galerific-banner .mod_custom .row1 .box-txt.size2 .txt1 {
  font-size: 36px;
  line-height: 62px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row1 .box-txt.size2 .txt1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row1 .box-txt.size2 .txt1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row1 .box-txt.size2 .txt1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row1 .box-txt.size2 .txt1 {
    font-size: 30px;
    line-height: 32px;
  }
}
#galerific-banner .mod_custom .row2 {
  overflow: hidden;
  width: 100%;
  display: block;
}
#galerific-banner .mod_custom .row2 .col-1 {
  float: left;
  width: 770px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row2 .col-1 {
    width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row2 .col-1 {
    width: 720px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .col-1 {
    width: 100%;
  }
}
#galerific-banner .mod_custom .row2 .col-2 {
  float: left;
  width: 370px;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row2 .col-2 {
    width: 720px;
    margin-left: 0px;
  }
  #galerific-banner .mod_custom .row2 .col-2 .box-txt {
    float: left;
    height: 350px;
    width: 345px;
  }
  #galerific-banner .mod_custom .row2 .col-2 .box-txt.size2 {
    margin-left: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .col-2 {
    width: 100%;
    margin-left: 0px;
  }
}
#galerific-banner .mod_custom .row2 .col-3 {
  float: left;
  width: 370px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row2 .col-3 {
    width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row2 .col-3 {
    width: 345px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .col-3 {
    width: 100%;
  }
}
#galerific-banner .mod_custom .row2 .col-4 {
  float: left;
  width: 370px;
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row2 .col-4 {
    width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row2 .col-4 {
    width: 345px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .col-4 {
    width: 100%;
    margin-left: 0px;
  }
}
#galerific-banner .mod_custom .row2 .box-txt {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .box-txt {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
  }
}
#galerific-banner .mod_custom .row2 .box-txt img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .box-txt img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row2 .box-txt img {
    width: 100%;
    height: 100%;
  }
}
#galerific-banner .mod_custom .row2 .box-txt .txt1 {
  text-transform: none;
  color:#3c763d;
  font-size: 27px;
  line-height: 42px;
  position: absolute;
  right: 28px;
  top: 24px;
  font-weight: 400;
  width: 70%;
    text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row2 .box-txt .txt1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row2 .box-txt .txt1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .box-txt .txt1 {
    font-size: 30px;
    line-height: 32px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row2 .box-txt .txt1 {
    font-size: 20px;
    line-height: 22px;
    width: 80%;
  }
}
#galerific-banner .mod_custom .row2 .box-txt a {
  text-transform: none;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  position: absolute;
  left: 28px;
  bottom: 24px;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row2 .box-txt a {
    font-size: 18px!important;
    line-height: 22px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .box-txt a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row2 .box-txt a {
    font-size: 16px;
    line-height: 22px;
  }
}
#galerific-banner .mod_custom .row2 .box-txt:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#galerific-banner .mod_custom .row2 .box-txt:hover a {
  color: #ae8057;
}
#galerific-banner .mod_custom .row2 .box-txt.size2 .txt1 {
  font-size: 61px;
  line-height: 62px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .row2 .box-txt.size2 .txt1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_custom .row2 .box-txt.size2 .txt1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_custom .row2 .box-txt.size2 .txt1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_custom .row2 .box-txt.size2 .txt1 {
    font-size: 30px;
    line-height: 32px;
  }
}
#sw_pinterest_display > span {
  display: block;
  width: auto!important;
  box-shadow: none!important;
  padding: 0!important;
  overflow: hidden;
  background: none!important;
}
#sw_pinterest_display > span > span:first-child {
  display: none!important;
}
#sw_pinterest_display > span > span {
  display: block;
  width: 218px!important;
  border-radius: 0;
}
#sw_pinterest_display > span > a {
  margin: 10px 10px 10px 10px!important;
  width: 90%!important;
}
.mod_bt_facebooklikebox .module_content {
  background: #fff;
  border: none;
  overflow: hidden;
  display: block;
  padding: 5px 0;
  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 {
  position: relative;
  z-index: 3;
  background: #f6f6f6;
  overflow: hidden;
}
#parallax-top-un2 .stellar-block {
  padding: 0;
  background-color: #f6f6f6;
}
#parallax-top-un2 .mod_custom {
  padding: 80px 0;
  text-align: left;
  width: 100%;
  float: none;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .mod_custom {
    width: 100%;
  }
}
#parallax-top-un2 .line1 {
  text-align: center;
  color: #030103;
  font-size: 48px;
  line-height: 178px;
  text-transform: none;
  font-weight: 400;
  float: left;
  width: 181px;
  height: 181px;
  border-radius: 50%;
  background: #fff;
  margin-left: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un2 .line1 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line1 {
    margin-left: 0px;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line1 {
    margin-left: 0px;
    float: none;
    margin: 0 auto;
  }
}
#parallax-top-un2 .line1 span {
  color: #0b5dba;
  font-weight: 400;
  display: block;
}
#parallax-top-un2 .line2 {
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  text-transform: none;
  font-weight: 400;
  padding: 5px 0 0px 30px;
  float: left;
  width: 450px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un2 .line2 {
    font-size: 60px;
    line-height: 62px;
    width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line2 {
    font-size: 50px;
    line-height: 52px;
    width: auto;
    float: none;
    text-align: center;
    padding: 15px 0 0px 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line2 {
    font-size: 50px;
    line-height: 52px;
    width: auto;
    float: none;
    text-align: center;
    padding: 15px 0 0px 0px;
  }
}
#parallax-top-un2 .line3 {
  text-align: center;
}
#parallax-top-un2 .line3 a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  background: #242424;
  border-radius: 3px;
  display: inline-block;
  padding: 18px 30px 19px;
  margin-top: 70px;
  margin-left: 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line3 a {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line3 a {
    margin: 0 auto;
    margin-top: 20px;
  }
}
#parallax-top-un2 .line3 a i {
  background: #427051;
  padding: 15px 20px 14px;
  font-size: 28px;
  border-radius: 3px;
  position: absolute;
  left: -55px;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line3 a i {
    margin: 0 auto;
    margin-top: 20px;
    display: none;
  }
}
#parallax-top-un2 .line3 a:hover {
  background: #427051;
}
#parallax-top-un2 .line3 a:hover i {
  background: #242424;
}
#custom-html {
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
#custom-html .customhtml_text {
  padding-bottom: 50px;
}
#custom-html .customhtml_text h2 {
  margin-bottom: 35px;
}
#custom-html .customhtml_text .txt1 {
  font-size: 21px;
  line-height: 29px;
  color: #54371e;
  text-transform: none;
  padding-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .customhtml_text .txt1 {
    font-size: 16px;
    line-height: 20px;
  }
}
#custom-html .customhtml_text p {
  font-size: 13px;
  line-height: 22px;
  text-transform: none;
  color: #777;
  margin-bottom: 30px;
}
.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;
}
#parallax-top-un3 {
  padding-top: 0;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un3 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un3 {
    padding: 0;
  }
}
#parallax-top-un3 .mod_bannersblock {
  padding: 50px 0 130px 0;
}
#parallax-top-un3 .mod_bannersblock .module_title {
  margin: 0 0 60px 0;
  background: none;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 48px;
  line-height: 50px;
  color: #fff;
}
#parallax-top-un3 .mod_bannersblock ul {
  margin: 0 -3px;
  padding: 0;
  list-style: none;
}
#parallax-top-un3 .mod_bannersblock ul li {
  float: left;
  width: 288px!important;
  margin: 3px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un3 .mod_bannersblock ul li {
    width: 230px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un3 .mod_bannersblock ul li {
    width: 357px!important;
  }
}
@media (min-width: 630px) and (max-width: 767px) {
  #parallax-top-un3 .mod_bannersblock ul li {
    width: 49%!important;
  }
}
@media (min-width: 480px) and (max-width: 629px) {
  #parallax-top-un3 .mod_bannersblock ul li {
    width: 48%!important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #parallax-top-un3 .mod_bannersblock ul li {
    width: 100%!important;
  }
}
#parallax-top-un3 .mod_bannersblock ul li a {
  display: block;
}
#parallax-top-un3 .mod_bannersblock ul li a img {
  width: 100%;
  height: auto;
}
#parallax-top-un3 .mod_bannersblock ul li a .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #333333;
  background: rgba(51, 51, 51, 0.85);
  color: #fff;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#parallax-top-un3 .mod_bannersblock ul li a .caption .txt1 {
  display: table-cell;
  max-width: 180px;
  font-size: 28px;
  line-height: 30px;
  text-transform: none;
  padding: 15px 15px 15px 15px;
  height: 91px;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#parallax-top-un3 .mod_bannersblock ul li a:hover .caption {
  background: #9dd711;
  background: rgba(157, 215, 17, 0.85);
  color: #020202;
}
.jcomments-links a {
  margin-right: 5px;
}
.main-row .newsflash .readmore span {
  display: inline-block;
  line-height: 30px;
}
.main-row .newsflash .readmore i {
  font-size: 25px;
  line-height: 30px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.main-row .newsflash .wrap-column:first-child {
  margin-left: 0;
}
.main-row .newsflash .wrap-column {
  float: none;
  width: 367px;
  margin-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #8c8c8c;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-row .newsflash .wrap-column {
    width: 291px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-row .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-row .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.main-row .newsflash .wrap-column .home-img {
  position: relative;
  margin-bottom: 10px;
}
.main-row .newsflash .wrap-column .home-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-row .newsflash .wrap-column img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 0px;
  background: #fff;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main-row .newsflash .wrap-column img {
    width: 100%;
    float: none;
    margin: none;
  }
}
.main-row .newsflash .wrap-column .article_reate {
  font-size: 13px;
  line-height: 24px;
  color: #765f4b;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main-row .newsflash .wrap-column .article_reate {
    padding-bottom: 10px;
  }
}
.main-row .newsflash .wrap-column .article_reate .date2 {
  display: inline-block;
  margin-left: -10px;
  margin-right: -10px;
}
.main-row .newsflash .wrap-column .newsflash-title {
  font-size: 18px;
  line-height: 29px;
  text-transform: none;
  color: #000;
  position: relative;
  padding: 0 0px 20px 0px;
  margin: 0;
  font-weight: 600;
  background: none;
  border: none;
  text-align: left;
  min-height: 78px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-row .newsflash .wrap-column .newsflash-title {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-row .newsflash .wrap-column .newsflash-title {
    font-size: 17px;
    line-height: 26px;
    min-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-row .newsflash .wrap-column .newsflash-title {
    font-size: 17px;
    line-height: 26px;
    min-height: 28px;
  }
}
.main-row .newsflash .wrap-column .newsflash-title a {
  color: #000;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main-row .newsflash .wrap-column .newsflash-title a {
    color: #000;
  }
}
.main-row .newsflash .wrap-column .newsflash-title a:hover {
  color: #765f4b;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main-row .newsflash .wrap-column .newsflash-title a:hover {
    color: #765f4b;
  }
}
.main-row .newsflash .wrap-column .home_article_published,
.main-row .newsflash .wrap-column .home_article_category,
.main-row .newsflash .wrap-column .home_article_hits {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 22px;
  color: #2589f9;
}
.main-row .newsflash .wrap-column .home_article_published span,
.main-row .newsflash .wrap-column .home_article_category span,
.main-row .newsflash .wrap-column .home_article_hits span {
  color: #2589f9;
}
.main-row .newsflash .wrap-column .content {
  display: none;
}
.main-row .newsflash .wrap-column .readmore {
  padding: 0;
  background: none;
  margin-top: 20px;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  font-size: 13px;
  line-height: 24px;
  color: #fa7676;
  font-weight: 400;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-row .newsflash .wrap-column .readmore {
    visibility: visible;
    opacity: 1;
  }
}
.main-row .newsflash .wrap-column .readmore:before {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-top: 2px solid #fa7676;
  content: " ";
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}
.main-row .newsflash .wrap-column .readmore:hover {
  background: none;
  color: #000;
}
.main-row .newsflash .wrap-column .readmore:hover:before {
  opacity: 0;
  visibility: hidden;
}
/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#mod_table .module:nth-child(even) {
  background: #fafafa;
}
#mod_table ul li {
  list-style: none;
}
.jmodedit {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jmodedit {
    display: none!important;
  }
}


@charset "utf-8";
/* Social Media Icon Links Extension (S.M.I.L.E.) */
div.smile a {display:inline-block;width:auto;outline:none;}
div.smile a img {border:none;}
div.smile a:hover {background:none;}
div.smilecredits {width:100%}
div.smilecredits a {font-size:10px;}
.clr {clear:both;}
	
#facebox {
  position: absolute;
  z-index: 65560;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
/*  width: 370px; */
  width: auto;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  width:8px;
  height:8px;
  background:url(/Content/MainPage/components/com_virtuemart/assets/images/facebox/closelabel.png) no-repeat #FFF;
  opacity:0.3;
}
#facebox .close:hover{
  opacity:1.0;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  z-index: 65558;
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}


#facebox > span {
    display: block;
    margin: -25px 0 0 5px;
    position: relative;
}
/* @group Base */
.chzn-container {
  /* font-size: 13px; */
  overflow:visible;
  position: relative;
  display: inline-block;
  zoom: 1;
    min-width: 8em;
  *display: inline;
}

.chzn-container.required a{
    border:1px solid red;
    border-radius: 4px;
}

.product-field-display .chzn-container {
    /* font-size: 13px; */
    position: relative;
    display: inline-block;
    max-width: 18em !important;
    zoom: 1;
    *display: inline;
}

.tabs select{ width:180px;}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
    min-width: 7.89em !important;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: auto !important;
  white-space: nowrap;
  position: relative;
  height: 1.7em;
  line-height: 1.7em;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
  margin-bottom: 4px;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  /* font-size: 1px; */
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -22px;
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;

}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 400px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;

}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;

}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;

}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -38px -22px;
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/Content/MainPage/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */

/* @group Select all options */
.chzn-select-all { background: #f8f8f8; border-top: 1px solid #ededed; color: #346f9b; cursor:pointer; display: block; font-size: 12px; font-weight: bold; padding: 5px 6px; text-align: center; text-decoration: none; }
/* @end */

/* overwrite the element.style only necessary for the beez standard template, you may remove it
div.moduletable_js div.slide, div.moduletable_js div.module_content{
    overflow:visible !important;
}

/*#header .chzn-results {
    position: relative;
    overflow: visible !important;
    text-align: left;
    margin: 0.2em 0;
    padding: 0 0 0 0.5em;
}*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu .mega-col-block {
background:none;
}
.tvtma-megamnu-fullwidth .drop-menu-mega {
	width:1170px;
}
.sf-menu .drop-menu-mega  .tvtma-megamnu-content > .block .megacol-header-top {
	font-weight:bold;
}
.sf-menu .drop-menu-mega  .tvtma-megamnu-content > .block {
	display:block!important;
	position:relative;
	text-indent:0;
	top:0;
	left:0;
	margin:0;
	padding:0 15px;
} 
.sf-menu .drop-menu-mega  .tvtma-megamnu-content > .block ul.drop-menu {
	position:relative;
	display:block!important;
	text-indent:0;
	top:0;
	left:0;
	opacity:1!important;
	padding:0;
	margin:0;
}
.sf-menu .drop-menu-mega  .tvtma-megamnu-content > .block ul.drop-menu li {
	text-transform:none;
	
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/Content/MainPage/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(/Content/MainPage/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/Content/MainPage/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/Content/MainPage/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/Content/MainPage/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/Content/MainPage/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/Content/MainPage/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/Content/MainPage/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/Content/MainPage/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/Content/MainPage/media/system/images/modal/bg_nw.png) no-repeat;
}
@-moz-document url-prefix() {
    .body-overlayed {
	overflow: visible;
    }
}
@media (max-width: 979px) {
	#sbox-window {
		overflow: none;
	}
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

/*** compatibilite beez en position-12 ***/
#top {overflow: visible !important; }


/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a,.camera_wrap a:hover {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/blank.gif) !important;
}

.camera_wrap a,.camera_wrap a:hover, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	/*float: left;*/
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	/*width: 100%;*/
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
	display: block;
	height: 100%;
	text-decoration: none;
        background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/blank.gif) !important;
}
.camera_loader {
    background: #fff url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
        z-index: 1000;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camera_caption_title {
	font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	/*visibility: hidden;*/
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:370px;
	position:absolute;
	right:0;
	bottom:40px;
	text-align: left;
        height: auto !important;
        height: auto;
		overflow:hidden;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	cursor: pointer;
	display: inline-block;
        float: none !important;
        float:left;/*overflow:hidden;*/
	height: 18px;
	margin: 0px 9px 0 0px;
	position: relative;
	/*text-align: left;*/
	text-indent: 9999px;
	width: 18px;
	overflow: visible !important;
	padding: 0;
	border:2px solid #fff; 
}

.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 49px;
	margin-top: 0px;
	position: absolute;
	bottom: 22px;
	width: 49px;
	z-index: 2;
	text-align:center;
}
.camera_commands { 
	display:none;
}
.camera_prev {
	left: 68px;
	background:none!important;
}
.camera_prev > span {
	background:none;
	display: block;
	height: 49px;
	width: 38px;
	&:before {
		font-family: 'FontAwesome';
		content:"\f054";
		font-size:86px;
		line-height:86px;
		color:#fff;	
		position:relative;
		top:0;
		.transition(all .3s ease-in);
	}
}
.camera_next {
	right: 49px;
	background:none!important;

}
.camera_next > span {
	background:none;
	display: block;
	height: 49px;
	width: 49px;
	&:before {
		font-family: 'FontAwesome';
		content:"\f053";
		font-size:86px;
		line-height:86px;
		color:#fff;	
		position:relative;
		top:0;
		.transition(all .3s ease-in);
	}
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -80px 0;
	height: 38px;
	width: 38px;
}
.camera_commands > .camera_stop {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}

.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(/Content/MainPage/modules/mod_slideshowck/themes/default/images/patterns/overlay10.png) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: none;
	.transition(all .3s ease-in);
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
	background: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background: #fff;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}

@font-face {
    font-family: 'IranSans';
    src: url(/Content/Fonts/iran_sans.ttf);
    font-weight: normal;
    font-style: normal
} 

@font-face{
        font-family:'yekan';
           src:url(/Content/Fonts/yekan.eot);
           src:url(/Content/Fonts/yekan.eot#iefix) format('embedded-opentype'),
               url(/Content/Fonts/yekan.woff) format('woff'),
               url(/Content/Fonts/yekan.ttf) format('truetype'),
               url(/Content/Fonts/yekan.svg#CartoGothicStdBook) format('svg');
           font-weight:normal;
           font-style:normal}

@font-face { /* for IE */
    font-family: byekan;
    src: url(/Content/Fonts/yekan.eot);
}
@font-face { /* for non-IE */
    font-family: byekan;
    src: url(/Content/http:/:/) format("No-IE-404"),url(/Content/Fonts/yekan.ttf) format("truetype");
}


@font-face {
    font-family: 'BNazanin';
    src: url(/Content/Fonts/BNazanin.eot);
    src: url(/Content/Fonts/BNazanin.eot#iefix) format('embedded-opentype'),
         url(/Content/Fonts/BNazanin.woff) format('woff'),
         url(/Content/Fonts/BNazanin.ttf) format('truetype'),
         url(/Content/Fonts/BNazanin.svg#CartoGothicStdBook) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face { /* for IE */
    font-family: BNazanin;
    src: url(/Content/Fonts/BNazanin.eot);
}

@font-face { /* for non-IE */
    font-family: BNazanin;
    src: url(/Content/http:/:/) format("No-IE-404"),url(/Content/Fonts/BNazanin.ttf) format("truetype");
}


body {
    /*color: #333333;*/
    font-family: 'IranSans', 'BNazanin','BRoya','yekan' !important;
    /*padding: 0px !important;
  margin: 0px !important;*/
    /*direction: rtl;*/
    font-size: 16px !important;
}
.product-section_title {
    font-size: 18px !important;
}
.product_title, .post-title a {
    font-size: 16px !important;
}
.post-description, #comments-form label, .input-sm, .btn-sm, .tab_header, .form-control {
    font-size: 14px !important;
}
.fa-remove {
    margin-right: 4px;
}
.form-horizontal .control-label {
    text-align: right !important;
}
