/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/*!
 * animsition v3.4.0
 * http://blivesta.github.io/animsition/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  content: "Loading";
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
@-o-keyframes fade-out-up {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  -o-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  -o-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-o-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  -o-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  -o-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@-o-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  -o-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down {
  0% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
}
@-o-keyframes fade-out-down {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  -o-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  -o-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-o-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  -o-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@-o-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  -o-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  -o-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@-o-keyframes fade-out-left {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  -o-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  -o-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-o-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  -o-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  -o-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-o-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  -o-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right {
  0% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  -o-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@-o-keyframes fade-out-right {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  -o-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  -o-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-o-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  -o-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  -o-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@-o-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  -o-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in {
  0% {
    opacity: 0;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  -o-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  -o-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  -o-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  -o-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  -o-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  -o-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x {
  0% {
    opacity: 0;
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
@keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  -o-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x {
  0% {
    opacity: 1;
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
@keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  -o-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
@keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  -o-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
@keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  -o-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  -o-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  -o-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y {
  0% {
    opacity: 0;
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
@keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  -o-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y {
  0% {
    opacity: 1;
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
@keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  -o-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
@keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  -o-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
@keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  -o-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  -o-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
@keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  -o-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  -o-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  -o-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  -o-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  -o-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
.blink-slow {
  -webkit-animation-name: blink-slow;
  -o-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  -o-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  -o-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  -o-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  -o-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  -o-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  -o-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  -o-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  -o-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
/*!
 * animsition v3.4.0
 * http://blivesta.github.io/animsition/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  content: "Loading";
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
@-o-keyframes fade-out-up {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  -o-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  -o-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-o-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  -o-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  -o-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@-o-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  -o-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down {
  0% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
}
@-o-keyframes fade-out-down {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  -o-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  -o-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-o-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  -o-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@-o-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  -o-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  -o-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@-o-keyframes fade-out-left {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  -o-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  -o-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-o-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  -o-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  -o-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-o-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  -o-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right {
  0% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  -o-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@-o-keyframes fade-out-right {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  -o-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  -o-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-o-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  -o-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  -o-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@-o-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  -o-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in {
  0% {
    opacity: 0;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  -o-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  -o-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  -o-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  -o-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  -o-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  -o-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x {
  0% {
    opacity: 0;
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
@keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  -o-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x {
  0% {
    opacity: 1;
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
@keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    -o-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    -o-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  -o-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
@keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  -o-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
@keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    -o-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    -o-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  -o-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  -o-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -o-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  -o-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y {
  0% {
    opacity: 0;
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
@keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  -o-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y {
  0% {
    opacity: 1;
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
@keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    -o-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    -o-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  -o-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
@keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  -o-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
@keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    -o-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    -o-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  -o-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  -o-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
@keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -o-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    -o-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  -o-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  -o-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  -o-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  -o-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  -o-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
.blink-slow {
  -webkit-animation-name: blink-slow;
  -o-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  -o-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  -o-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  -o-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  -o-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  -o-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  -o-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  -o-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  -o-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/*! * Bootstrap v3.2.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9e4db93e3a2bbf967711) * Config saved to config.json and https://gist.github.com/9e4db93e3a2bbf967711 */
/*! normalize.css v3.0.1 | 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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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";
}
* {
  -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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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 #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.42857143;
  color: #777;
}
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 #eee;
  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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  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: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  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,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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 {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .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;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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: 14px;
  line-height: 1.42857143;
  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: #333;
  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: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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: #fff;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  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%;
}
.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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height 0.35s ease;
}
.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  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.42857143;
  color: #777;
  white-space: nowrap;
}
.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: 0;
}
.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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  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: 46px;
  line-height: 46px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  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: 18px;
  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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: #fff;
  background-color: #428bca;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  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: 0;
}
.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.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
  .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: 8px;
  margin-bottom: 8px;
}
@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 {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    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: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@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: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
}
@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: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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: 20px 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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.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: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.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: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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: 20px;
  margin-bottom: 20px;
  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: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -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 .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.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: -o-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: -o-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: -o-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: -o-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: #fff;
  border: 1px solid #ddd;
}
.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: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.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: 20px;
  background-color: #fff;
  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: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  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 0px;
  border-radius: 0px;
  height: 55px;
  font-size: 16px;
  line-height: 2em;
}
.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;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .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 #ddd;
}
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .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: hidden;
  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: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@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: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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: 14px;
  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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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;
  -o-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: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, 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;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, 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;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .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%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -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 #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.dl-horizontal dd: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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 (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.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 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
.col-lg-40 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
.col-lg-60 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
  .col-lg-40 {
    width: 40%;
  }
  .col-lg-60 {
    width: 60%;
  }
}
.col-md-20 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
.col-md-40 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
.col-md-60 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-60 {
    width: 60%;
  }
}
.col-sm-20 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
  }
}
.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .no-padding-xs {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .no-padding-sm {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .no-padding-md {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .no-padding-lg {
    padding: 0;
  }
}
html,
body {
  overflow-x: hidden;
}
.container {
  max-width: 320px;
}
@media only screen and (min-width: 30em) {
  .container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 640px;
  }
}
@media only screen and (min-width: 992px) {
  [class*="col"] {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  [class*="col"] {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
  .container {
    max-width: 1200px;
  }
  .boxed {
    max-width: 1200px;
    margin: auto;
  }
}
h1.homepage_title {
  position: absolute;
  margin-left: 7%;
  margin-top: 9%;
  font-size: 12px;
}
.showUp {
  width: 230px;
  position: absolute;
  left: -190px;
  top: 59%;
  z-index: 999;
  padding: 20px 5px;
  background: white;
  color: black;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.showUp ul li {
  display: inline-block;
  margin: 0 10px;
}
.showUp:hover {
  left: 0;
}
@media only screen and (max-device-width: 1024px) {
  .showUp {
    display: none;
  }
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/image/preloader.gif) center no-repeat #fff;
}
.crs1 {
  background: #ffffff;
  margin-top: -10px !important;
  padding: 20px 0px 20px 22px;
  height: 90px !important;
}
btn.currency-homepage {
  color: #111111 !important;
  background-color: #f7f7f7 !important;
}
btn.currency-homepage:hover {
  color: #fff !important;
  background-color: #18a7c5 !important;
}
.social_networks table {
  width: 100%;
}
.social_networks table td {
  padding: 20px;
  text-align: center;
}
.social_networks {
  background: #ffffff;
  margin-top: -10px !important;
  padding: 20px 0 20px 0;
  height: 220px !important;
}
.social_networks img {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.social_networks img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#content {
  padding: 0 10px;
}
.container.information {
  background-color: white;
  padding: 20px 30px;
}
#about-us h3 {
  margin-top: 30px;
  font-size: 22px;
}
#about-us .row {
  margin-bottom: 50px;
}
#about-us p.member-description {
  color: #3c3c3c;
  font-size: 17px;
  font-family: serif;
}
strong.member-contact.text-center {
  display: block;
  margin-top: 22px;
  font-size: 15px;
}
.side-bar#column-right {
  padding-left: 9px !important;
}
.product-thumb {
  overflow: visible!important;
  float: left;
  position: static;
  min-height: 250px;
}
#column-right .product-thumb {
  min-height: 150px !important;
}
.product-layout {
  background: white;
  padding-left: 15px;
}
.list-group-item-genre {
  border: 0 !important;
  padding: 10px 10px 0px 40px !important;
}
.panel-footer-genre button {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  color: #111111;
  background-color: #f7f7f7;
}
.panel-footer-genre button:hover {
  color: #fff;
  background-color: #000000;
}
.mini-cart__product-quantity {
  display: none!important;
}
.weird-required-text .text-danger {
  position: absolute !important;
}
.alert-success a {
  text-decoration: underline !important;
}
.submit {
  background-color: white;
  padding: 25px;
}
.submit span.danger-text {
  color: #E02222;
}
.submit .logos {
  margin: 0 auto;
  display: table;
}
.submit h1 {
  text-align: center;
}
.cookies-container {
  opacity: 0.9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #C3C3C3;
  background-color: black;
  z-index: 1000;
  padding: 5px 0;
  text-align: center;
}
.cookies-container button,
.promotion button {
  background-color: #f2f2f2;
  color: #111;
  border: solid 1px #BFBFBF;
  margin: 7px 0;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.cookies-container a.link {
  color: white;
  padding: 0 7px;
}
.promotion a.link {
  color: white;
  margin: 0 auto !important;
}
.promotion a.link:hover {
  color: gray;
}
.promotion button {
  margin: 0 25px;
}
.cookies-container button:hover,
.promotion button:hover {
  background-color: #404040;
  color: gray;
  border: solid 1px black;
}
.waveform-template {
  margin-bottom: 15px;
  display: inline-block;
  width: 47%;
  margin-left: 21px;
}
.waveform-template strong.waveform-title {
  display: inline-block;
  margin-bottom: 7px;
}
.waveform-template .btn.wavesurfer-play {
  margin-top: 24px;
  width: 100px;
}
.visit-our-forum {
  background-color: #ffffff;
  padding-top: 5px;
}
.visit-our-forum .vof-title {
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0;
}
.article-list .article__image {
  margin: 50px auto;
  text-align: center !important;
}
/*--------------------------------------------------------------------------/
* @Author		KulerThemes.com http://www.kulerthemes.com
* @Copyright	Copyright (C) 2012 - 2014 KulerThemes.com. All rights reserved.
* @License		KulerThemes.com Proprietary License
/---------------------------------------------------------------------------*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
a.list-group-item {
  display: none;
}
.panel-default > .panel-heading {
  display: none;
}
.panel-default > .list-group {
  padding-left: 20px !important;
}
.panel-footer {
  background: #fff !important;
  text-align: center !important;
}
ul.main-nav li {
  font-weight: bold !important;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active,
input:focus,
textarea:focus {
  outline: 0;
}
a img {
  border: 0;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.kl-main-content {
  margin-top: 20px !important;
}
/*--------------------------------------------
Icons Font
----------------------------------------------*/
@font-face {
  font-family: 'kuler';
  src: url('../fonts/kuler.eot');
}
@font-face {
  font-family: 'kuler';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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b/dH3RWLiYqJiYkIfXwFiYqJioiLiYuJjImMCPsZ9xoFiYyKjouNi46MjY2NCPcZ9xkFjY2NjI2LjouNio2JCJl9BY2JjIiLiYuJioiJiQj7BPsE9wT7BAWNiYyJi4gI9wKLFYuJiomJiQh9fAWJiomKiIuJi4iMiowI+xr3GgWKjIqOi42LjoyNjI0I9xr3GQWMjY6MjYuOi42KjYkImX0FjYmMiIuJi4mKiImJCPsE+wT3BPsEBY2JjImLiAgO+2/3PvddFYuJioiJigj7GfsaBYmKiYqIi4mLiYyJjAh9mgWJjYqNi42LjoyNjY0I9wT3BPsE9wQFiY2KjouNi42Mjo2NCJmZBY2NjYyNi46LjYqNiQj3GfsZBY2JjImLiAj3AosVi4mKiImKCPsZ+xoFiYqJioiLiYuIjIqMCHyaBYmNio2LjYuOjI2NjQj3BfcE+wX3BAWJjYqOi42LjYyOjY0ImpkFjI2OjI2LjouNio2JCPcZ+xkFjYmMiYuICA77S/fH8BWLiIqJiYkIfX0FiYmJioiLiYuJjImNCPsE9wT7BfsEBYmJiYqJi4iLiYyJjQh9mQWJjYqNi46LjYyNjY0I9xn3GQWNjY2MjouNi42KjYkI9xn7GQWNiYyJi4kIi/cBFYuJiomJiQh9fAWJiomKiIuJi4mMiYwI+wT3BfsF+wUFiYqJiomLiIuJjImMCH2aBYmNio2LjYuOjI2NjQj3GfcZBY2NjYyOi42LjYqNiQj3GfsZBY2JjImLiAgO+0v3x/d5FYuIiomJiQj7GfsZBYmJiYqJi4iLiYyJjQj7GfcZBYmNio2LjouNjI2NjQiZmQWNjY2MjouNi42KjYkI9wX7BPcE9wQFjY2NjI2LjouNio2JCJl9BY2JjImLiQiL9wEVi4mKiYmJCPsZ+xkFiYmJiomLiIuJjImNCPsZ9xkFiY2KjYuNi46MjY2NCJmZBY2NjYyOi42LjYqNiQj3BfsE9wT3BAWNjY2MjYuOi42KjYkImX0FjYmMiYuICA773fdH99QVi4mKiImJCPsE+wT3BPsEBY2JjImLiIuJiomJiQh9fAWJiomKiIuJi4mMiYwI+xn3GgWJjIqOi42LjoyNjY0I9xn3GQWNjY2MjYuOi42KjYkImX0FjYmMiIuJCA773fc+910Vi4mKiImKCPsZ+xoFiYqJioiLiYuJjImMCH2aBYmNio2LjYuOjI2NjQj3BPcE+wT3BAWJjYqOi42LjYyOjY0ImZkFjY2NjI2LjouNio2JCPcZ+xkFjYmMiYuICA77S/fH9x0Vi4mKiImKCH18BYmJiYqIi4mLiYyJjQj7BPcF+wX7BQWJiYmKiYuIi4mMiY0IfZoFiYyKjouNi46MjY2NCPcZ9xkFjY2NjI6LjYuNio2JCPcZ+xkFjYmMiYuICA77S/fH950Vi4mKiImKCPsZ+xoFiYqJiomLiIuJjImMCPsZ9xoFiYyKjouNi46MjY2NCJmZBY2NjYyOi42LjYqNiQj3BfsE9wT3BAWNjY2MjYuOi42KjYkImX0FjYmMiYuICA74lBT4lBWLDAoAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPEHAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAWAAAABIAEAADAAIAAQAg5i3nW/AV8NrxB//9//8AAAAAACDmAOda8BXw2fEA//3//wAB/+MaBBjYEB8PXA83AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC2+V3EXw889QALAgAAAAAAz9mdxgAAAADP2Z3GAAD/4AMUAfQAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAxQAAAAAAxQAAQAAAAAAAAAAAAAAAAAAAD8AAAAAAAAAAAAAAAABAAAAAgAAAAIAAAYCAAAGAgAAAAIAAAACAACAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAIAC3AAQCAABAAgAAAAIAAAACAAAAAkAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAHAAAABoAAAAgAAAAIbAAECAAAAAxQAAAIAAAACAAAAAiIAAAEAAAACegAAAhUAAAIbAAACAAAAAgAAAAIAAAACAAAAAdwABwC3ABIAtwAAASUADQElAAQBSQAWAUkAFgC3AA0AtwAEAUkAFgFJABYAAFAAAD8AAAAAAA4ArgABAAAAAAABAAoAAAABAAAAAAACAA4AOQABAAAAAAADAAoAIAABAAAAAAAEAAoARwABAAAAAAAFABYACgABAAAAAAAGAAUAKgABAAAAAAAKACgAUQADAAEECQABAAoAAAADAAEECQACAA4AOQADAAEECQADAAoAIAADAAEECQAEAAoARwADAAEECQAFABYACgADAAEECQAGAAoALwADAAEECQAKACgAUQBrAHUAbABlAHIAVgBlAHIAcwBpAG8AbgAgADEALgAwAGsAdQBsAGUAcmt1bGVyAGsAdQBsAGUAcgBSAGUAZwB1AGwAYQByAGsAdQBsAGUAcgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ranger';
  src: url('../fonts/ranger.eot');
}
@font-face {
  font-family: 'ranger';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after,
.comment:before,
.comment:after {
  content: " ";
  display: table;
}
.clr:after,
.comment:after {
  clear: both;
}
.ranger,
.header__links__button:before,
#search .button-search:before,
.mini-cart__button:before,
.mini-cart .fa-times-circle-o:before,
#search-close:before,
.product-detail-button i:before,
.table-account__cart i:before,
.table-account .fa-times:before,
.table-cart-info__remove .btn .fa:before {
  font-family: 'ranger';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.kuler,
.article__extra-info span:before,
.article__extra-info time:before,
.mini-cart--empty:before,
.social-icons__item:before {
  font-family: 'kuler';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a,
.btn,
.dropdown-menu,
.close,
.header__links-wrapper,
.header__links--inline .header__links-list__link span,
#search input,
.footer__list__item,
.contact__item,
.contact__item:before,
.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"],
.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:before,
.kuler-showcase-module .nav span:before,
.kuler-showcase-module .tab-heading span,
.comment .reply,
.mini-cart__info,
.extra span,
.extra span:after,
.extra__currency,
.extra__language,
.box-category__item > .toggle,
#search-close:before,
.pagination > li > span,
.pagination > li > a,
.product-layout,
.product-thumb img,
.product-thumb__secondary,
.product-thumb__secondary:before,
.product-price--grid,
.product-detail-button,
.social-icons__item:before,
.product-filter button,
.product-info .quantity__button,
.product-info .quantity__input,
.product-tabs .nav-tabs > li > a,
.table-cart-info__quantity .btn i:before {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
/*--------------------------------------------
Initial
----------------------------------------------*/
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  -moz-osx-font-smoothing: grayscale;
}
::-moz-placeholder {
  /* Firefox 19+ */
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
[class*="col"] {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  [class*="col"] {
    margin-bottom: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}
input.form-control {
  font-size: 14px;
  font-weight: 300;
  box-shadow: none;
  outline: none;
  height: auto;
  padding: 10px 15px;
  border: none;
  color: #111111;
  background-color: #f7f7f7;
}
input.form-control:-moz-placeholder {
  color: #111111;
}
input.form-control::-moz-placeholder {
  color: #111111;
}
input.form-control:-ms-input-placeholder {
  color: #111111;
}
input.form-control::-webkit-input-placeholder {
  color: #111111;
}
input.form-control:focus {
  box-shadow: none;
  outline: none;
}
select.form-control {
  font-size: 14px;
  font-weight: 300;
  outline: none;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #111111;
  background: #f7f7f7 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yMC8xNLbBQcYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAZUlEQVQYlXXOUQ0CQQwE0LcKwAkn4SQcbiph3GABCeAEHPCzS5ZNmK+medMUJDmSbJYk2ZIc0Ppwwxt7VT0Gwh0nXFuSc19cBu4HB3pib729YjOqqleb/pmxGcEXLtiM/qYXfvIBPdgpnghNkpkAAAAASUVORK5CYII=") no-repeat 95% center;
}
select.form-control:focus {
  outline: none;
  box-shadow: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yMC8xNLbBQcYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAcElEQVQYlV2PsQ2AMAwEL0zAJlkFJgDGcEf3NRMQJmAFRggb0TgR8kuWrPf5ZUOQpCqpRn8IUAEykL3vSgFaQtBlZmtPlLT/oM0LYPEZSdIE3A0ys+LLK3C6Pw/AA7zA0SAA7w+fPe2+MX75u30E+AB1PyfOPSn5RwAAAABJRU5ErkJggg==");
}
textarea.form-control {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  border: none;
  box-shadow: none;
  color: #111111;
  background-color: #f7f7f7;
}
textarea.form-control:-moz-placeholder {
  color: #111111;
}
textarea.form-control::-moz-placeholder {
  color: #111111;
}
textarea.form-control:-ms-input-placeholder {
  color: #111111;
}
textarea.form-control::-webkit-input-placeholder {
  color: #111111;
}
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
body {
  overflow: hidden;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
[class*="col-"] {
  font-size: 14px;
  float: none;
}
.btn {
  position: relative;
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 20px;
  border: 1px solid transparent;
  background-color: transparent;
  overflow: hidden;
}
.btn:hover {
  background-color: transparent;
}
.btn:focus {
  outline: none;
}
.buttons {
  margin-top: 2px;
  padding: 30px;
}
.buttons .btn {
  margin-bottom: 10px;
}
.content-with-bg {
  padding: 30px;
  margin-bottom: 2px;
}
.page-heading {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px;
  margin-bottom: 2px;
}
.box-heading {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 20px;
  margin-bottom: 2px;
}
.row-heading,
.sitemap__item {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 20px;
  margin-bottom: 2px;
}
#content {
  position: relative;
  margin-bottom: 30px;
}
.kl-main-content {
  position: relative;
  z-index: 0;
}
.common-home #content {
  margin-bottom: 0;
}
.navbar,
.btn-lg,
.btn-group-lg > .btn,
.dropdown-menu,
.well,
.list-group-item:first-child,
.list-group-item:last-child,
.breadcrumb,
.form-control,
.btn,
.form-control,
.panel-heading,
.panel-group .panel,
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-group {
  margin-top: 20px;
}
.dropdown-menu {
  border: none;
  top: 120%;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
/*** login popup ***/
#login-popup {
  position: relative;
  max-width: 500px;
  background: #ffffff;
  font-size: 0;
  margin: auto;
  padding: 50px 30px 30px;
}
#login-popup.login-popup--2-cols {
  max-width: 730px;
  padding: 30px;
}
/*** breadcrumb ***/
.breadcrumb {
  font-size: 13px;
  background-color: transparent;
  padding: 30px 0;
  margin-top: 2px;
  margin-bottom: 20px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin: 0 10px;
}
.form-horizontal .form-group {
  font-size: 0;
}
legend {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
.alert {
  padding: 20px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.46);
  right: 10px;
  position: fixed;
  width: 275px;
}
.alert button.close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.panel-default {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-default > .panel-heading {
  padding: 15px 20px;
}
.panel-default .panel-title {
  font-size: 14px;
}
.panel-default .panel-body {
  padding: 30px 15px;
}
.modal {
  overflow: hidden;
  background-color: rgba(11, 11, 11, 0.6);
}
.modal-dialog {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal-header {
  padding: 20px 15px;
}
.modal-title {
  font-size: 24px;
  text-transform: uppercase;
}
.modal-body {
  font-size: 13px;
  padding: 20px 15px;
}
.modal .close {
  font-size: 40px;
  margin-top: -15px;
}
.sitemap-sub {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
}
.sitemap-sub__item {
  margin: 5px 20px;
}
/*************** COLOR ****************/
.alert {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
.content-with-bg,
.box-heading,
.page-heading,
.row-heading,
.page-content,
.buttons,
.sitemap__item {
  background-color: #ffffff;
}
.buttons .btn {
  color: #111111;
  background-color: #f7f7f7;
}
.buttons .btn:hover {
  color: #ffffff;
  background-color: #000000;
}
.breadcrumb {
  background-color: #ffffff;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #111111;
  background-color: #f7f7f7;
}
.panel-default > .panel-heading.active {
  background-color: #000000;
}
.panel-default > .panel-heading.active .panel-title {
  color: #ffffff;
}
.panel-default > .panel-heading.active .panel-title a:hover {
  color: #ffffff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.error {
  color: #f00;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #ccc;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #666;
}
.skin2 .buttons .btn:hover {
  background-color: #8fd395;
}
.skin2 .panel-default > .panel-heading.active {
  background-color: #8fd395;
}
.skin3 .buttons .btn:hover {
  background-color: #e6c23a;
}
.skin3 .panel-default > .panel-heading.active {
  background-color: #e6c23a;
}
.skin4 .buttons .btn:hover {
  background-color: #91dbdf;
}
.skin4 .panel-default > .panel-heading.active {
  background-color: #91dbdf;
}
.skin5 .buttons .btn:hover {
  background-color: #f7b680;
}
.skin5 .panel-default > .panel-heading.active {
  background-color: #f7b680;
}
/*--------------------------------------------------------------
Header Block
--------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
.header__links {
  text-align: start;
  display: inline-block;
  width: auto;
  margin: 0 10px;
}
.header__links__button {
  height: 48px;
  width: 48px;
  border: none;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.header__links__button:before {
  content: '\e604';
  font-size: 15px;
  line-height: 48px;
}
.header__links:hover .header__links-wrapper {
  top: 44px;
  opacity: 1;
  visibility: visible;
}
.header__links-wrapper {
  position: absolute;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  width: 100%;
  padding-top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.header__links-list {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header__links-list__link {
  display: block;
  padding: 15px 20px;
}
.header__links--inline {
  text-align: center;
  width: 100%;
  margin: 0;
}
.header__links--inline:hover .header__links-wrapper {
  top: auto;
}
.header__links--inline .header__links-wrapper {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.header__links--inline .header__links-list {
  box-shadow: none;
}
.header__links--inline .header__links-list__unit {
  display: inline-block;
}
.header__links--inline .header__links-list__unit:last-child {
  margin-right: -10px;
}
.header__links--inline .header__links-list__link {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
.header__links--inline .header__links-list__link span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.header__links--inline .header__links-list__link span:before {
  content: attr(data-hover);
  font-weight: 600;
  position: absolute;
  top: 100%;
}
.header__links--inline .header__links-list__link:hover span {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}
#logo {
  text-align: center;
  padding: 15px;
}
#logo + div {
  padding: 0;
}
#logo + div + div {
  text-align: center;
  position: relative;
}
/* Normal Search */
#search {
  position: relative;
}
#search input {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid transparent;
  height: 48px;
  padding: 15px 20px;
}
#search .button-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  padding: 0;
}
#search .button-search:before {
  content: "\e603";
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .container-fluid {
    max-width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .container-fluid {
    max-width: 640px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  #logo + div + div {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 15px 0;
  }
  .header__links {
    position: relative;
  }
  .header__links:hover .header__links-wrapper {
    top: 48px;
  }
  .header__links-wrapper {
    width: 370px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .button-search {
    margin-top: 34px;
    margin-right: -72px;
    border-radius: 9999px;
    z-index: 25;
    position: absolute;
    top: -34px !important;
    right: 50px!important;
  }
  .main-nav__link {
    font-size: 15px!important;
  }
  .main-nav__link span {
    padding: 0 10px!important;
  }
  .main-nav {
    width: 1000px;
    margin-left: -160px !important;
  }
  #logo img {
    margin-left: -40px;
  }
  .live-search-container {
    top: -10px !important;
    right: -35px !important;
  }
  .main-nav li {
    margin-bottom: 5px!important;
  }
  .header__links--inline {
    text-align: end;
  }
  .header__links--inline:hover .header__links-wrapper {
    top: 0;
  }
  .header__links--inline .header__links-wrapper {
    width: auto;
  }
  .header > [class*="container"] > .row > [class*="col"] {
    vertical-align: middle;
  }
  .container-fluid {
    max-width: 100%;
  }
  #logo {
    text-align: start;
    padding: 0 50px;
  }
  #logo + div {
    padding: 0 15px;
  }
  #logo + div > .container > .row > [class*="col"] {
    position: relative;
  }
  #logo + div + div {
    text-align: end;
    padding: 0 30px;
  }
  #search.search--style1 {
    position: absolute;
    top: -50%;
    right: 15px;
  }
  #search.search--style1 input {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
  #search.search--style1.open input,
  #search.search--style1:hover input {
    width: 350px;
    opacity: 1;
    visibility: visible;
  }
  #search.search--style2 {
    text-align: end;
    position: relative;
    top: 0;
    right: 0;
    font-size: 0;
  }
  #search.search--style2 input {
    width: 350px;
    opacity: 1;
    visibility: visible;
    vertical-align: top;
  }
  #search.search--style2 .button-search {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
  }
  .headerfix {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .headerfix--not-top {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  }
  .headerfix--pinned .main-nav__secondary-nav {
    padding-top: 23px;
  }
  .headerfix--pinned .live-search-container .dropdown-menu,
  .headerfix--pinned .mini-cart.open .mini-cart__info {
    top: 60px !important;
  }
  .headerfix--pinned .header__links-wrapper {
    padding-top: 18px;
  }
  .headerfix--unpinned {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .headerfix--unpinned .live-search-container .dropdown-menu,
  .headerfix--unpinned .mini-cart.open .mini-cart__info,
  .headerfix--unpinned .header__links-wrapper {
    opacity: 0;
    visibility: hidden;
  }
  .common-home .transparent-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .common-home .transparent-header #top-bar,
  .common-home .transparent-header .header {
    background: transparent;
  }
  .common-home .transparent-header #top-bar > .container:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  .common-home .transparent-header .header {
    padding-top: 20px;
  }
  .boxed .headerfix--not-top {
    max-width: 1200px;
  }
}
/********** SKINS **********/
@media (max-width: 1199px) {
  .skin2 #logo + div + div {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .skin2 .header {
    padding: 15px 0;
  }
  .skin2 #logo {
    padding: 0 15px;
  }
  .skin2 #logo + div + div {
    padding: 0 15px;
  }
  .skin2 .headerfix--pinned .mini-cart.open .mini-cart__info {
    top: 80px !important;
  }
}
@media (max-width: 1199px) {
  .skin3 #logo + div + div {
    margin-bottom: 0;
  }
  .skin3 .header {
    padding-top: 0;
  }
  .skin3 .header > .container > .row > [class*="col"]:last-child {
    position: relative;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .skin3 #logo {
    padding: 0 15px;
  }
  .skin3 #logo + div + div {
    padding: 0 15px;
  }
  .skin3 .header {
    padding: 15px 0;
  }
  .skin3 .header > .container > .row > [class*="col"]:last-child {
    text-align: end;
  }
  .skin3 #search.search--style2 {
    text-align: start;
  }
}
@media (max-width: 1199px) {
  .skin4 .header > .container > .row > [class*="col"]:last-child {
    text-align: center;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .skin4 .header {
    padding: 0;
  }
  .skin4 .header__links {
    text-align: start;
  }
  .skin4 .header > .container > .row > [class*="col"]:last-child {
    text-align: end;
  }
}
/********** COLOR **********/
.header__links-list__link {
  background-color: #f9f9f9;
}
.header__links-list__link:hover {
  background-color: #ffffff;
}
.header__links-list__extra {
  background-color: #ffffff;
}
.header__links--inline .header__links-list__link {
  background-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .common-home .transparent-header #top-bar .header__links-list__link {
    color: #fff;
  }
  .common-home .transparent-header #search.search--style2 input {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .common-home .transparent-header #search.search--style2 input:-moz-placeholder {
    color: #ffffff;
  }
  .common-home .transparent-header #search.search--style2 input::-moz-placeholder {
    color: #ffffff;
  }
  .common-home .transparent-header #search.search--style2 input:-ms-input-placeholder {
    color: #ffffff;
  }
  .common-home .transparent-header #search.search--style2 input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .common-home .transparent-header #search.search--style2 .button-search {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .common-home .transparent-header #search.search--style2 .button-search:hover {
    color: #111111;
    background-color: #ffffff;
  }
  .common-home .transparent-header .extra .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .common-home .transparent-header .extra .dropdown-toggle span,
  .common-home .transparent-header .extra .dropdown-toggle:after {
    color: #ffffff;
  }
  .common-home .transparent-header .mini-cart--style1 .mini-cart__header,
  .common-home .transparent-header .mini-cart--style2 .mini-cart__button {
    background-color: transparent;
  }
}
.skin4 .header {
  border-bottom: 2px solid #91dbdf;
}
/*--------------------------------------------------------------
Footer Block
--------------------------------------------------------------*/
.footer {
  background-size: cover;
}
.footer > .container > .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer > .container > .row:last-child {
  padding-top: 0;
}
.footer .box-heading,
.social-icons .box-heading {
  font-size: 18px;
  font-weight: 300;
  text-align: start;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
/* footer info */
.footer__info {
  text-align: center;
}
.footer__info--small {
  text-align: center !important;
}
.footer__info--small img {
  margin-bottom: 15px;
}
.footer__info--small .footer__info__description {
  text-align: center;
}
.footer__info__header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__info__description {
  font-weight: 300;
  text-align: justify;
  line-height: 1.5;
}
/* footer list */
.footer__list__item {
  margin-bottom: 15px;
}
.footer__list__item > a {
  text-transform: capitalize;
  font-weight: 300;
}
.footer__list__item:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
}
.footer__list__item:last-child {
  margin: 0;
}
/* contact */
.contact__item:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.contact__item--email:before {
  content: '\f003';
}
.contact__item--skype:before {
  content: '\f17e';
}
.contact__item--mobile:before {
  content: '\f10b';
}
.contact__item--phone:before {
  content: '\f095';
}
.contact__item--fax:before {
  content: '\f1ac';
}
/*- Powered -*/
#powered {
  font-weight: 300;
  padding: 30px 0;
  border-top: 1px solid transparent;
}
#powered .payment li {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #powered .payment {
    text-align: end;
  }
}
@media only screen and (min-width: 992px) {
  .footer__info {
    text-align: start;
  }
}
.skin5 .footer-top {
  background-color: #111111;
}
.skin5 .footer-top .box-heading {
  color: #ffffff;
  background-color: #333333;
}
/*--------------------------------------------------------------
LEFT - RIGHT COLUMN BLOCK
--------------------------------------------------------------*/
.side-bar#column-left {
  padding-right: 0;
}
.side-bar#column-right {
  padding-left: 0;
}
.side-bar .box-heading {
  font-size: 18px;
  font-weight: 300;
  text-align: start;
  padding: 20px;
  margin: 0;
}
.side-bar .box-content ul > li > a {
  font-size: 14px;
  padding: 20px;
  display: inline-block;
}
.side-bar > div {
  margin-bottom: 30px;
}
/*----------------- COLOR ------------------------*/
.side-bar .box-heading {
  color: #ffffff;
  background-color: #000000;
}
.side-bar .box-content ul > li:nth-child(odd) {
  background: #ffffff;
}
.side-bar .box-content ul > li:nth-child(even) {
  background: #f9f9f9;
}
.skin2 .side-bar .box-heading {
  background-color: #8fd395;
}
.skin3 .side-bar .box-heading {
  background-color: #e6c23a;
}
.skin4 .side-bar .box-heading {
  background-color: #91dbdf;
}
.skin5 .side-bar .box-heading {
  background-color: #f7b680;
}
/*--------------------------------------------------------------
TOPBAR BLOCK
--------------------------------------------------------------*/
#top-bar > .container > .row [class*="col"] {
  vertical-align: middle;
}
@media (max-width: 1199px) {
  #top-bar [class*="col"] {
    margin-bottom: 15px;
  }
}
/*----------- SKINS -----------*/
@media (max-width: 1199px) {
  .skin2 #top-bar {
    padding-bottom: 15px;
  }
}
.skin3 #top-bar {
  padding-top: 30px;
}
.skin3 #top-bar > .container > .row [class*="col"] {
  vertical-align: top;
}
@media only screen and (min-width: 1200px) {
  .skin4 #top-bar {
    padding: 50px 0;
  }
}
/*--------------------------------------------------------------
Navigation Block
--------------------------------------------------------------*/
.main-nav__item--category .menu-category-title {
  display: block;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.main-nav__item--category .menu-category-description {
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.main-nav__item--category .subcat > li a {
  display: block;
  padding: 10px;
}
@media (max-width: 767px) {
  .main-nav__item--product .product-layout .product-detail-button {
    height: 40px;
    width: 40px;
  }
  .main-nav__item--product .product-layout .product-detail-button i:before {
    font-size: 18px;
    line-height: 36px;
    width: 36px;
  }
}
@media (max-width: 1199px) {
  .navigation {
    margin-bottom: 15px;
  }
  .navigation .container {
    padding: 0;
  }
  .main-nav {
    display: none;
    padding: 15px;
  }
  .main-nav__item {
    position: relative;
    margin-bottom: 1px;
  }
  .main-nav__item .btn-expand-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .main-nav__item .btn-expand-menu:before {
    font-family: 'kuler';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e602';
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .main-nav__item.expand .btn-expand-menu:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .main-nav__item--product .product-wrapper {
    height: auto !important;
  }
  .main-nav__item--custom .main-nav__secondary-nav ul > li {
    margin: 10px 0;
  }
  .main-nav__link {
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
  }
  .main-nav__secondary-nav {
    display: none;
    padding: 15px;
  }
  .main-nav__secondary-nav__item {
    padding: 5px 0;
  }
  #btn-mobile-toggle {
    cursor: pointer;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 15px;
  }
  #btn-mobile-toggle:after {
    font-family: 'kuler';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60d';
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 8px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #btn-mobile-toggle.expand:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
@media only screen and (min-width: 1370px) {
  .main-nav__link {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 1369px) {
  .main-nav__link {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #btn-mobile-toggle {
    display: none;
  }
  .navigation {
    position: relative;
    border: 1px solid transparent;
  }
  .main-nav {
    font-size: 0;
    margin: 0 -30px;
  }
  .main-nav__item {
    position: static;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .main-nav__item:hover .main-nav__link-hover {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .main-nav__item:hover .main-nav__secondary-nav {
    z-index: 1001;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
  }
  .main-nav__item--category .menu-category-description {
    margin-bottom: 25px;
  }
  .main-nav__item--product .main-nav__secondary-nav > .container {
    padding: 30px;
  }
  .main-nav__item--product .main-nav__secondary-nav > .container > .row {
    margin: 0;
  }
  .main-nav__item--html .main-nav__secondary-nav .container {
    padding: 20px;
  }
  .main-nav__item--custom {
    position: relative;
  }
  .main-nav__item--custom .main-nav__secondary-nav {
    width: 370px;
    left: 0;
  }
  .main-nav__item--custom .main-nav__secondary-nav .container {
    padding: 0;
  }
  .main-nav__item--custom .main-nav__secondary-nav .container a {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding: 11px 15px;
  }
  .main-nav__link {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
  }
  .main-nav__link--home-icon .fa {
    font-size: 19px;
  }
  .main-nav__link-hover {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .main-nav__link-hover:before {
    content: attr(data-hover);
    font-weight: 600;
    position: absolute;
    top: 100%;
  }
  .main-nav__link-hover--home-icon:before {
    font-family: 'kuler';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\f015';
    font-size: 19px;
    display: block;
    vertical-align: middle;
  }
  .main-nav__secondary-nav {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -999;
    opacity: 0;
    visibility: collapse;
    pointer-events: none;
    padding-top: 48px;
    top: 150%;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .main-nav__secondary-nav .container {
    padding: 30px 15px;
  }
}
/*----------------- SKINS -----------------*/
@media only screen and (min-width: 1200px) {
  .skin2 .main-nav__secondary-nav {
    padding-top: 27px;
    width: 327%;
    margin: 0 -100%;
  }
  .skin2 .main-nav__secondary-nav > .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1200px) {
  .skin3 .main-nav__secondary-nav {
    padding-top: 18px;
    width: 335%;
    margin: 0 -100%;
  }
  .skin3 .main-nav__secondary-nav > .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1200px) {
  .skin4 .main-nav__secondary-nav {
    padding-top: 19px;
    width: 300%;
    margin: 0 -100%;
  }
  .skin4 .main-nav__secondary-nav > .container {
    max-width: 1170px;
  }
}
/*----------------- COLOR -----------------*/
.main-nav__item--category .menu-category-title {
  background-color: #f2f2f2;
}
.main-nav__item--category .subcat > li a:hover {
  background-color: #f2f2f2;
}
.main-nav__item--custom .main-nav__secondary-nav .container a:hover {
  color: #fff;
  background-color: #000000;
}
@media (max-width: 1199px) {
  .main-nav {
    background-color: #000000;
  }
  .main-nav__item {
    background-color: #f2f2f2;
  }
  .main-nav__item .btn-expand-menu {
    color: #111111;
  }
  .main-nav__item:hover {
    background-color: #f2f2f2 !important;
  }
  .main-nav__item.expand .btn-expand-menu {
    background-color: rgba(218, 44, 42, 0.2);
  }
  .main-nav__link {
    color: #111 !important;
  }
  .main-nav__secondary-nav {
    background-color: #ffffff;
  }
  #btn-mobile-toggle {
    color: #ffffff;
    background-color: #000000;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav__secondary-nav .container {
    background-color: #ffffff;
    border-top: 2px solid #000000;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
}
.skin2 .main-nav__item--custom .main-nav__secondary-nav .container a:hover {
  background-color: #8fd395;
}
@media (max-width: 1199px) {
  .skin2 .main-nav {
    background-color: #83c285;
  }
  .skin2 .main-nav__item {
    background-color: #8fd395;
  }
  .skin2 .main-nav__item .btn-expand-menu {
    color: #ffffff;
  }
  .skin2 .main-nav__item:hover {
    background-color: #8fd395 !important;
  }
  .skin2 .main-nav__item.expand .btn-expand-menu {
    background-color: rgba(131, 194, 133, 0.5);
  }
  .skin2 .main-nav__link {
    color: #ffffff !important;
  }
  .skin2 #btn-mobile-toggle {
    background-color: #83c285;
  }
}
@media only screen and (min-width: 1200px) {
  .skin2 .main-nav__secondary-nav .container {
    border-top: 2px solid #83c285;
  }
}
.skin3 .main-nav__item--custom .main-nav__secondary-nav .container a:hover {
  background-color: #e6c23a;
}
@media (max-width: 1199px) {
  .skin3 .main-nav {
    background-color: #dfb520;
  }
  .skin3 .main-nav__item.expand .btn-expand-menu {
    background-color: rgba(223, 181, 32, 0.5);
  }
  .skin3 #btn-mobile-toggle {
    background-color: #dfb520;
  }
}
@media only screen and (min-width: 1200px) {
  .skin3 .main-nav__secondary-nav .container {
    border-top: 2px solid #dfb520;
  }
}
.skin4 .main-nav__item--custom .main-nav__secondary-nav .container a:hover {
  background-color: #91dbdf;
}
@media (max-width: 1199px) {
  .skin4 .main-nav {
    background-color: #91dbdf;
  }
  .skin4 .main-nav__item.expand .btn-expand-menu {
    background-color: rgba(145, 219, 223, 0.2);
  }
  .skin4 #btn-mobile-toggle {
    background-color: #91dbdf;
  }
}
@media only screen and (min-width: 1200px) {
  .skin4 .main-nav__secondary-nav .container {
    border-top: 2px solid #91dbdf;
  }
}
.skin5 .main-nav__item--custom .main-nav__secondary-nav .container a:hover {
  background-color: #f7b680;
}
@media (max-width: 1199px) {
  .skin5 .main-nav {
    background-color: #f7b680;
  }
  .skin5 .main-nav__item.expand .btn-expand-menu {
    background-color: rgba(247, 182, 128, 0.2);
  }
  .skin5 #btn-mobile-toggle {
    color: #111111;
    background-color: #f7b680;
  }
}
@media only screen and (min-width: 1200px) {
  .skin5 .main-nav__secondary-nav .container {
    border-top: 2px solid #f7b680;
  }
}
/*------------------------------------------------------
CAROUSEL MODULE
------------------------------------------------------*/
.carousel-module {
  position: relative;
  width: 300%;
  margin: 0 -100%;
}
.carousel-module .owl-carousel {
  max-width: 320px;
  padding: 50px 30px;
  margin: 0 auto !important;
}
.owl-carousel.owl-theme .owl-controls {
  margin: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  font-size: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
}
.owl-carousel.owl-theme .owl-controls .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-prev:before {
  content: '\f053';
}
.owl-carousel.owl-theme .owl-controls .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-next:before {
  content: '\f054';
}
@media (max-width: 767px) {
  .owl-nav {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-module .owl-carousel {
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-module .owl-carousel {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-module .owl-carousel {
    max-width: 1200px;
  }
  .carousel-module .owl-carousel.owl-theme:hover .owl-controls .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible;
  }
  .carousel-module .owl-carousel.owl-theme:hover .owl-controls .owl-nav .owl-prev {
    left: 5px;
  }
  .carousel-module .owl-carousel.owl-theme:hover .owl-controls .owl-nav .owl-next {
    right: 5px;
  }
  .carousel-module .owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    opacity: 0;
    visibility: hidden;
  }
  .carousel-module .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -15px;
  }
  .carousel-module .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -15px;
  }
  .boxed .carousel-module .owl-carousel {
    max-width: 1170px;
  }
}
/*--------------------------------------------------------------
Kuler Showcase Module
--------------------------------------------------------------*/
.kuler-showcase-module {
  position: relative;
  padding-top: 0;
  margin-bottom: 30px;
}
.kuler-showcase-module .owl-carousel {
  padding: 0;
}
.kuler-showcase-module .nav span {
  font-size: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.kuler-showcase-module .nav span:before {
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
}
.kuler-showcase-module .nav span.prev {
  right: 50px;
}
.kuler-showcase-module .nav span.prev:before {
  content: '\f053';
}
.kuler-showcase-module .tab-heading {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.kuler-showcase-module .tab-heading span {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
}
.kuler-showcase-module .tab-heading span.active {
  font-weight: 600;
}
.kuler-showcase-module.container {
  padding: 0;
}
.kuler-showcase-module.fusion-showcase .showcase .item {
  padding: 0;
}
#kuler-accordion {
  margin-bottom: 50px;
  /* HORIZONTAL */
  /* FIX FOR IE */
}
#kuler-accordion .item-title {
  font-size: 13px;
  cursor: pointer;
  background-color: transparent;
}
#kuler-accordion .item-title span {
  display: inline-block;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#kuler-accordion .horizontal {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  background-color: #ffffff;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
#kuler-accordion .horizontal .item-title {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: end;
  border-bottom: none;
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -ms-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  -webkit-backface-visibility: hidden;
  /* fixes chrome bug */
}
#kuler-accordion .horizontal .item-content {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: -1px;
  margin: 0;
  border-top: none;
  border-left: none;
}
#kuler-accordion .horizontal.box-content.ie .item-title,
#kuler-accordion .horizontal.box-content.ie .item-title span {
  filter: none;
  -ms-filter: none;
  -ms-transform: none;
}
#kuler-accordion .horizontal.box-content.ie7 .item-title {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#kuler-accordion .horizontal.box-content.ie8 .item-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
#kuler-accordion .horizontal.box-content.ie9 .item-title {
  -ms-transform: translateX(-100%) rotate(-90deg);
  -ms-transform-origin: right top;
}
.product-deal-countdown {
  text-align: center;
  padding: 20px 0;
}
.product-deal-countdown > span > span {
  display: inline-block;
  width: 60px;
  line-height: 1;
  padding: 10px 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-deal-countdown > span > span span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}
.product-deal-countdown > span > span span:first-child {
  font-weight: 500;
  font-size: 20px;
}
.side-bar .kuler-showcase-module .product-layout {
  border: none;
}
.side-bar .kuler-showcase-module.vertical-showcase .product-detail-button {
  margin: 0 2px;
}
.side-bar .kuler-showcase-module.vertical-showcase .product-detail-button i:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.side-bar .nav span {
  right: 5px;
}
.side-bar .nav span.prev {
  right: 40px;
}
@media only screen and (min-width: 992px) {
  .kuler-showcase-module .big-item .product-grid .product-name {
    font-size: 18px;
  }
  .kuler-showcase-module .big-item .product-grid .product-price {
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 20px;
  }
  .kuler-showcase-module .big-item .product-grid .product-detail-button i:before {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }
  .kuler-showcase-module .small-item {
    padding: 20px;
  }
  .kuler-showcase-module .small-item .product-grid > div {
    margin: 0;
  }
  .kuler-showcase-module .small-item .product-grid .product-price {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .kuler-showcase-module .small-item .product-grid .product-detail-button i:before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .kuler-showcase-module .product-wrapper {
    height: auto !important;
  }
  .kuler-showcase-module.container {
    padding: 0 15px;
  }
  .kuler-showcase-module.special-showcase {
    padding: 40px 0;
  }
  .kuler-showcase-module.special-showcase .box-heading {
    text-align: center;
  }
  .kuler-showcase-module.full-width-showcase {
    margin: 0 -100% 30px;
    width: 300%;
  }
  .kuler-showcase-module.full-width-showcase .box-heading {
    max-width: 1200px;
    margin: 0 auto;
  }
  .kuler-showcase-module.full-width-showcase .box-heading span {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .kuler-showcase-module.full-width-showcase .showcase > .container {
    max-width: 1200px !important;
  }
  .kuler-showcase-module.vertical-showcase .product-layout {
    border: none;
  }
  .kuler-showcase-module.vertical-showcase .product-layout .left {
    padding: 0;
  }
  .kuler-showcase-module.vertical-showcase .product-layout .right {
    padding: 10px;
  }
  .kuler-showcase-module.vertical-showcase .product-layout:hover .product-detail {
    opacity: 1;
    visibility: visible;
  }
  .kuler-showcase-module.vertical-showcase .product-thumb {
    width: 100%;
    padding-left: 20px;
  }
  .kuler-showcase-module.vertical-showcase .product-detail {
    text-align: left !important;
    padding-left: 17px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .kuler-showcase-module.vertical-showcase .product-detail-button i:before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .kuler-showcase-module.vertical-showcase .product-name {
    font-size: 14px;
  }
  .kuler-showcase-module.vertical-showcase .product-price--old {
    text-decoration: line-through;
  }
}
/********************* COLOR *********************/
.kuler-showcase-module .nav span:before {
  color: #111111;
}
.kuler-showcase-module .nav span:hover:before {
  color: #ffffff;
  background-color: #000000;
}
.kuler-showcase-module .tab-heading span:hover,
.kuler-showcase-module .tab-heading span.active {
  color: #ffffff;
  background-color: #000000;
}
.kuler-showcase-module .small-item {
  background-color: #ffffff;
}
.kuler-showcase-module.special-showcase .tab-heading span:hover,
.kuler-showcase-module.special-showcase .tab-heading span.active {
  color: #111111;
  background-color: transparent !important;
}
#kuler-accordion .item-title {
  color: #000000;
  border: 1px solid #ddd;
  background-color: #ffffff;
}
#kuler-accordion .item-title.selected {
  background-color: rgba(238, 238, 238, 0.5);
}
.product-deal-countdown {
  background-color: #ffffff;
}
.product-deal-countdown > span > span {
  color: #111111;
  border: 1px solid #f2f2f2;
}
.product-deal-countdown > span > span span.countdown-period {
  color: #ccc;
}
.side-bar .kuler-showcase-module .nav span:before {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .kuler-showcase-module.special-showcase {
    background-color: #ffffff;
  }
  .kuler-showcase-module.full-width-showcase .showcase {
    background-color: #ffffff;
  }
  .kuler-showcase-module.vertical-showcase .product-layout {
    background-color: #ffffff;
  }
}
.skin2 .kuler-showcase-module .nav span:hover:before {
  background-color: #83c285;
}
.skin2 .kuler-showcase-module .tab-heading span:hover,
.skin2 .kuler-showcase-module .tab-heading span.active {
  background-color: #8fd395;
}
.skin3 .kuler-showcase-module .nav span:hover:before {
  background-color: #dfb520;
}
.skin3 .kuler-showcase-module .tab-heading span:hover,
.skin3 .kuler-showcase-module .tab-heading span.active {
  background-color: #e6c23a;
}
.skin4 .kuler-showcase-module .nav span:hover:before {
  background-color: #7f3e3e;
}
.skin4 .kuler-showcase-module .tab-heading span:hover,
.skin4 .kuler-showcase-module .tab-heading span.active {
  background-color: #91dbdf;
}
.skin5 .kuler-showcase-module .nav span:hover:before {
  background-color: #74d6d5;
}
.skin5 .kuler-showcase-module .tab-heading span:hover,
.skin5 .kuler-showcase-module .tab-heading span.active {
  background-color: #f7b680;
}
/*--------------------------------------------------------------
Kuler Slider Module
--------------------------------------------------------------*/
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
/*--------------------------------------------------------------
KULER CONTACT FORM MODULE
--------------------------------------------------------------*/
.kcf-module .form-control {
  padding: 15px;
}
.kcf-module .kcp-button-submit {
  width: 100%;
}
.kcf-module--style2 .box-heading {
  font-size: 18px;
  font-weight: 600;
  text-align: start;
  padding: 0;
  margin-bottom: 20px;
}
.kcf-module--style2 .contact-form {
  padding: 30px 20px;
}
@media only screen and (min-width: 1200px) {
  .kcf-module--style2 .container {
    position: relative;
  }
  .kcf-module--style2 .contact-form {
    position: absolute;
    right: 15px;
    top: 55px;
  }
}
/*------------------------ COLOR-------------------------------------*/
.kcf-module--style2 .contact-form {
  background-color: #ffffff;
}
/*-------------------------------------
KULER BLOG MODULE
-------------------------------------*/
.blog-feed {
  position: absolute;
  right: 20px;
  top: 20px;
}
.article__extra-info {
  text-align: start;
  font-size: 0;
  font-weight: 300;
}
.article__extra-info time,
.article__extra-info a {
  font-size: 13px;
  margin-right: 15px;
}
.article__extra-info span:before,
.article__extra-info time:before {
  font-size: 14px;
  margin-right: 5px;
}
.article__extra-info__author:before {
  content: "\e60e";
}
.article__extra-info__category:before {
  content: "\e610";
}
.article__extra-info__date:before {
  content: "\e60c";
}
.article__extra-info__comment-total:before {
  content: '\e612';
}
.article__title {
  display: block;
  font-size: 16px;
  padding: 25px 20px 0;
  margin-bottom: 10px;
}
.article__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75em;
}
.article__latest-update {
  text-align: end;
  font-size: 13px;
}
.article__read-more {
  display: none;
}
.article__header {
  font-size: 28px;
  font-weight: 400;
  padding: 15px 0;
}
.article__content {
  text-align: start;
  padding-bottom: 15px;
}
.article-list {
  margin: 0;
}
.article-list .article {
  padding: 15px 0;
  font-size: 0;
  text-align: start;
  margin-bottom: 2px;
}
.article-list .article:last-child {
  margin-bottom: 0;
}
.article-list .article__header {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.article-list .article__image {
  text-align: center;
}
.article-list .article__image .article-image {
  float: none;
  margin: 0;
}
.article-list .article__description {
  display: block;
  display: -webkit-box;
  max-width: 580px;
  height: 100px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kbm-recent-article,
.kbm-popular-article {
  padding: 30px 0;
  margin-bottom: 30px;
}
.kbm-recent-article .box-heading,
.kbm-popular-article .box-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}
.kbm-recent-article .articles,
.kbm-popular-article .articles {
  margin: 0;
}
.kbm-recent-article .article,
.kbm-popular-article .article {
  overflow: hidden;
  padding: 0;
  margin-bottom: 2px;
}
.kbm-recent-article .article__title,
.kbm-popular-article .article__title {
  padding: 10px 10px 0;
}
.kbm-recent-article .article__date,
.kbm-popular-article .article__date {
  display: none;
}
.kbm-recent-article .article__description,
.kbm-popular-article .article__description {
  padding: 0 10px 20px;
}
.kbm-recent-article .article .btn,
.kbm-popular-article .article .btn {
  display: block;
}
.kbm-single-post {
  padding: 0;
}
.kbm-single-post .article {
  padding: 0 15px 30px;
}
.kbm-single-post .article__header {
  padding: 15px;
}
.related-articles {
  padding: 15px;
}
.related-articles ul {
  margin-top: 20px;
  margin-right: 20px;
}
.related-articles ul > li {
  list-style-type: disc;
  padding: 10px 0;
  margin: 0 0 5px 20px;
}
.comment {
  padding: 30px 10px !important;
}
.comment-container {
  padding: 0 !important;
}
.comment-stats {
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
}
.comment .author,
.comment .message {
  margin-left: 100px !important;
}
.comment .author {
  font-size: 16px;
  margin-bottom: 5px;
}
.comment .author-badge {
  font-size: 12px;
  text-transform: none;
  margin: 0 10px;
  padding: 5px;
}
.comment .date {
  display: inline;
  margin-left: 40px !important;
  font-size: 12px;
}
.comment .message {
  font-weight: 300;
  margin-top: 10px;
}
.comment .reply {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 12px;
}
.comment #comment-form {
  display: inline-block;
}
.reply-list .comment {
  padding: 30px 10px !important;
}
.reply-list.comment-list {
  border: none;
}
#comment-form {
  margin-top: 2px;
}
#comment-form__title {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 20px;
}
#comment-form #captcha {
  margin-top: 10px;
}
#comment-form #comment-submit {
  margin-top: 20px;
}
#comment-form form {
  float: none;
  width: 100%;
  padding: 30px;
}
#comment-form #reply-cancel {
  float: none !important;
  margin-top: 20px !important;
}
.side-bar .kbm-recent-article,
.side-bar .kbm-popular-article {
  padding: 0;
}
.side-bar .kbm-recent-article .articles,
.side-bar .kbm-popular-article .articles {
  margin: 0;
}
.side-bar .kbm-recent-article .article,
.side-bar .kbm-popular-article .article {
  font-weight: 300;
  width: 100%;
  min-height: inherit;
  height: auto !important;
  padding: 8px 10px;
  margin-bottom: 2px;
}
.side-bar .kbm-recent-article .article__image,
.side-bar .kbm-popular-article .article__image {
  float: left;
  position: relative;
  bottom: auto;
  margin-right: 10px;
}
.side-bar .kbm-recent-article .article__image:before,
.side-bar .kbm-popular-article .article__image:before {
  display: none;
}
.side-bar .kbm-recent-article .article__image a:before,
.side-bar .kbm-popular-article .article__image a:before {
  display: none;
}
.side-bar .kbm-recent-article .article__info .btn,
.side-bar .kbm-popular-article .article__info .btn {
  display: none;
}
.side-bar .kbm-recent-article .article__title,
.side-bar .kbm-popular-article .article__title {
  font-size: 14px;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.side-bar .kbm-recent-article .article__date,
.side-bar .kbm-popular-article .article__date {
  display: block;
}
.side-bar .kbm-recent-article .article:hover .article__image,
.side-bar .kbm-popular-article .article:hover .article__image {
  bottom: auto;
}
@media only screen and (min-width: 768px) {
  .kbm-recent-article .article,
  .kbm-popular-article .article {
    min-height: 380px;
    position: relative;
  }
  .kbm-recent-article .article .btn,
  .kbm-popular-article .article .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .article-list .article {
    padding: 0;
  }
  .article-list .article > [class*="col"] {
    margin: 0;
  }
  .article-list .article > [class*="col"]:first-child {
    width: 30%;
  }
  .article-list .article > [class*="col"]:last-child {
    width: 70%;
  }
  .article-list .article__header {
    padding-top: 20px;
  }
  .article-list .article__image {
    text-align: start;
  }
  .article-list .article__description {
    height: 55px;
    -webkit-line-clamp: 2;
  }
  #comment-form .submit .col-sm-9 {
    margin-left: 25%;
  }
}
@media (max-width: 991px) {
  .comment .author,
  .comment .message {
    margin-left: 70px !important;
  }
  .comment .author-badge {
    margin: 0;
  }
  .comment .date {
    margin-left: 10px !important;
  }
  .comment .reply {
    margin-top: 10px;
  }
  .comment .avatar {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .article-list .article__description {
    height: 75px;
    -webkit-line-clamp: 3;
  }
  .kbm-single-post {
    padding: 0 15px;
  }
  .kbm-single-post .article {
    padding: 0 30px 30px;
  }
  .kbm-single-post .article__header {
    padding: 30px;
  }
  .related-articles {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .kbm-recent-article,
  .kbm-popular-article {
    padding: 60px 0;
  }
  .kbm-recent-article .article,
  .kbm-popular-article .article {
    min-height: 440px;
  }
  .kbm-recent-article .article__title,
  .kbm-popular-article .article__title {
    padding: 25px 20px 0;
  }
  .kbm-recent-article .article__description,
  .kbm-popular-article .article__description {
    padding: 0 20px;
  }
  .kbm-recent-article .article__image,
  .kbm-popular-article .article__image {
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .kbm-recent-article .article:hover .article__image,
  .kbm-popular-article .article:hover .article__image {
    bottom: 50px;
  }
  .article-list .article__header {
    padding-top: 40px;
  }
}
/******************* COLOR ******************/
.article__date {
  color: #878787;
}
.article__extra-info {
  color: #888;
}
.article__extra-info a {
  color: #888;
}
.article__latest-update {
  color: #cccccc;
}
.article-list .article {
  background: #ffffff;
}
.kbm-recent-article,
.kbm-popular-article {
  background-color: #ffffff;
}
.kbm-recent-article .article,
.kbm-popular-article .article {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.kbm-single-post .box {
  background-color: #ffffff;
}
.kbm-single-post .article {
  border-bottom: 2px solid #f2f2f2;
}
.related-articles .row-heading,
.related-articles .sitemap__item {
  background: #f7f7f7;
}
.comment-stats {
  color: #ffffff;
  background-color: #000000;
}
.comment .reply > a {
  color: #000000;
}
.comment .author-badge {
  color: #888;
}
.comment .date {
  color: #888;
}
.reply-list .comment.even,
.reply-list .comment.odd {
  background: #f9f9f9 !important;
}
#comment-form__title {
  background: #dddddd;
}
#comment-form form {
  background-color: #ffffff;
}
.side-bar .kbm-recent-article .article:nth-child(odd),
.side-bar .kbm-popular-article .article:nth-child(odd) {
  background: #ffffff;
}
.side-bar .kbm-recent-article .article:nth-child(even),
.side-bar .kbm-popular-article .article:nth-child(even) {
  background: #f9f9f9;
}
/*--------------------------------------------------------------
Kuler Filter
--------------------------------------------------------------*/
.kuler-filter .box-content {
  padding: 20px 20px 40px;
}
.kuler-filter .filter-group {
  margin-bottom: 25px;
}
.kuler-filter .filter-group__title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
}
.kuler-filter .filter-group__attribute {
  margin: 15px 0 10px;
  font-weight: 600;
}
.kuler-filter .ui-slider-horizontal {
  border: none;
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.kuler-filter .ui-slider-horizontal .ui-slider-handle {
  width: 16px;
  height: 16px;
  outline: 0;
  cursor: pointer;
  border: none;
  margin-top: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.kuler-filter .ui-slider-horizontal .ui-slider-range {
  border: none;
  height: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.kuler-filter .buttons {
  text-align: center;
  padding: 0;
  margin-top: 30px;
  margin-bottom: -20px;
}
/************** Skin *******************/
.kuler-filter {
  background-color: #fff;
}
.kuler-filter .ui-slider-horizontal {
  background: #f7f7f7;
}
.kuler-filter .ui-slider-horizontal .ui-slider-handle {
  background: #000000;
}
.kuler-filter .ui-slider-horizontal .ui-slider-range {
  background: #999;
}
/************************************
Kuler Testimonial
************************************/
.kt-module {
  padding: 40px 0;
}
.kt-module__item {
  text-align: center !important;
}
.kt-module__item__image {
  margin-bottom: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.kt-module__item__testimonial {
  margin: 10px auto;
  width: 80%;
}
.kt-module__item__writer {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.kt-module__item__information {
  font-weight: 300;
}
.kt-module.left-style {
  padding: 0;
}
.kt-module.left-style .kt-module__item {
  text-align: start !important;
}
.kt-module.left-style .kt-module__item__info {
  display: inline-block;
  width: 80%;
  margin: 0 20px;
}
.kt-module.left-style .kt-module__item__testimonial {
  width: 100%;
  margin: 0 0 15px;
}
.kt-module.left-style .kt-carousel {
  padding: 0;
}
.kt-module.left-style .kt-carousel .owl-controls {
  display: none;
}
.kt-module.on-footer-top {
  background-color: transparent !important;
  margin-top: 30px;
}
.kt-module.on-footer-top .box-heading {
  padding: 10px 20px;
  margin-bottom: 30px;
}
.kt-module.on-footer-top .kt-carousel {
  margin-bottom: 30px;
}
/************************ COLOR *********************/
.kt-module {
  background-color: #ffffff;
}
.kt-module__item__testimonial {
  color: #111111;
}
.kt-module__item__writer {
  color: #111111;
}
.kt-module__item__information {
  color: #222222;
}
.kt-module.on-footer-top .kt-module__item__writer,
.kt-module.on-footer-top .kt-module__item__information {
  color: #ffffff;
}
.kt-module .owl-carousel.owl-theme .owl-controls .owl-nav [class*='owl-']:before {
  color: #cccccc;
}
.kt-module .owl-carousel.owl-theme .owl-controls .owl-nav [class*='owl-']:hover:before {
  color: #111111;
}
.skin2 .kt-module,
.skin3 .kt-module,
.skin4 .kt-module,
.skin5 .kt-module {
  background-color: #8fd395;
}
.skin2 .kt-module__item__testimonial,
.skin3 .kt-module__item__testimonial,
.skin4 .kt-module__item__testimonial,
.skin5 .kt-module__item__testimonial {
  color: #ffffff;
}
.skin2 .kt-module .owl-carousel.owl-theme .owl-controls .owl-nav [class*='owl-']:before,
.skin3 .kt-module .owl-carousel.owl-theme .owl-controls .owl-nav [class*='owl-']:before,
.skin4 .kt-module .owl-carousel.owl-theme .owl-controls .owl-nav [class*='owl-']:before,
.skin5 .kt-module .owl-carousel.owl-theme .owl-controls .owl-nav [class*='owl-']:before {
  color: #ffffff;
}
.skin3 .kt-module {
  background-color: #e6c23a;
}
.skin4 .kt-module {
  background-color: #91dbdf;
}
.skin5 .kt-module {
  background-color: #f7b680;
}
/*--------------------
 Mini cart
--------------------*/
.mini-cart.open .mini-cart__info {
  top: 80px;
}
.mini-cart--empty {
  text-align: center;
  padding: 50px 0 80px;
}
.mini-cart--empty:before {
  content: '\e62b';
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
}
.mini-cart--style1 {
  display: inline-block;
}
.mini-cart--style1 .mini-cart__button {
  height: 48px;
  width: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mini-cart--style1 .mini-cart__header {
  font-size: 18px;
  font-weight: 300;
  padding: 25px 20px;
}
.mini-cart--style1 .mini-cart__header__total {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  float: right;
  line-height: 30px;
}
.mini-cart--style2 {
  text-align: end;
  display: inline-block;
}
.mini-cart--style2 .mini-cart__info {
  padding-top: 30px;
}
.mini-cart--style2 .mini-cart__button:before {
  display: inline-block;
  font-size: 30px;
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.mini-cart--style2 .mini-cart__header {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px;
}
.mini-cart--style2 .mini-cart__header #cart-total {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.mini-cart__button {
  border: none;
  padding: 0;
}
.mini-cart__button:before {
  content: '\e600';
  font-size: 18px;
  line-height: 48px;
}
.mini-cart__info {
  top: 100px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.mini-cart__item {
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.mini-cart__product-image {
  padding: 0;
}
.mini-cart__product-total {
  font-size: 16px;
}
.mini-cart__total {
  padding: 15px 0;
}
.mini-cart__checkout {
  padding: 30px 15px;
  text-align: center;
}
.mini-cart__checkout .btn {
  display: inline-block;
  font-size: 15px;
  padding: 10px 15px;
  margin: 0 5px;
}
.mini-cart .fa-times-circle-o:before {
  content: '\e606';
  font-size: 16px;
}
@media (max-width: 767px) {
  .mini-cart__info {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .mini-cart__info {
    max-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .mini-cart {
    position: relative;
  }
  .mini-cart--style2 {
    margin: -15px 0;
  }
  .mini-cart__info {
    max-height: 800px;
    width: 370px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .mini-cart.open .mini-cart__info {
    top: 85px;
  }
}
/***************** SKINS ******************************/
@media (max-width: 1199px) {
  .skin2 .mini-cart.open .mini-cart__info {
    top: 95px;
  }
}
@media only screen and (min-width: 1200px) {
  .skin2 .mini-cart.open .mini-cart__info {
    top: 80px;
  }
}
.skin3 .mini-cart--style2 .mini-cart__button:before {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .skin3 .mini-cart.open .mini-cart__info {
    top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .skin3 .mini-cart.open .mini-cart__info {
    top: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .skin3 .mini-cart.open .mini-cart__info {
    top: 60px;
  }
}
.skin4 .mini-cart--skin4 {
  margin: 0;
}
.skin4 .mini-cart--skin4 .mini-cart__button:before {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .skin4 .mini-cart.open .mini-cart__info {
    top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .skin4 .mini-cart.open .mini-cart__info {
    top: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .skin4 .mini-cart.open .mini-cart__info {
    top: 60px;
  }
}
/***************** COLOR ******************************/
.mini-cart .fa-times-circle-o {
  color: #111111;
}
.mini-cart__total,
.mini-cart__checkout {
  border-top: 1px solid #eee;
}
/* Extra */
.extra {
  text-align: center;
  padding: 20px 0;
}
.extra span {
  letter-spacing: 1px;
  display: inline-block;
}
.extra span:after {
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
}
.extra strong,
.extra img {
  display: none;
}
.extra__currency,
.extra__language {
  display: inline-block;
  border: 1px solid transparent;
}
.extra .dropdown-toggle {
  overflow: hidden;
}
.extra .dropdown-toggle:hover,
.extra .dropdown-toggle:focus {
  text-decoration: none;
}
.extra .dropdown-toggle:hover span,
.extra .dropdown-toggle:focus span {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
}
.extra .dropdown-toggle:hover span:after,
.extra .dropdown-toggle:focus span:after {
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  opacity: 0;
}
.extra .dropdown-menu {
  padding: 5px 10px;
  text-align: start;
}
.extra .currency-select {
  text-align: start;
  outline: none;
  border: none !important;
}
.extra .currency-select:hover {
  text-decoration: none;
}
.extra .language-select {
  padding: 5px 0;
}
.extra .language-select:hover {
  background-color: transparent;
}
.extra .btn {
  font-size: 12px;
  font-weight: normal;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
}
.extra .btn:hover {
  background-color: transparent;
}
/*************** SKINS ***************/
@media only screen and (min-width: 1200px) {
  .skin2 .extra {
    text-align: start;
  }
}
@media only screen and (min-width: 1200px) {
  .skin3 .extra {
    text-align: end;
    padding-top: 10px;
  }
}
.skin4 .extra {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .skin4 .extra {
    text-align: left;
  }
}
/*--------------------------------------------
BOX CATEGORY
----------------------------------------------*/
.box-category__item {
  text-transform: uppercase;
  position: relative;
}
.box-category__item ul {
  display: none;
  width: 100%;
}
.box-category__item > .toggle {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  line-height: 10px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
}
.box-category__item > .toggle:before {
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 20px;
  font-weight: bold;
}
.box-category__item.active > .toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.box-category__sub {
  margin-top: 10px;
}
.box-category__sub__item {
  padding: 0 !important;
  text-transform: none;
}
.box-category__sub__item a {
  padding: 10px 20px !important;
}
.box-category__sub__item a:before {
  content: "-";
  margin: 0 5px;
}
.box-category__sub__item a:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
}
/*************** SKIN ****************/
/*--------------------------------------------------------------
Kuler Live Search
--------------------------------------------------------------*/
.live-search-container .dropdown-menu {
  display: none;
  right: 0;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
  margin: 0;
}
.live-search-container .dropdown-menu__item {
  margin-bottom: 15px;
}
.live-search-container .dropdown-menu .product-thumb:before {
  display: none;
}
.live-search-container .dropdown-menu .product-layout {
  border: none;
  margin-bottom: 0;
}
.live-search-container .dropdown-menu .product-layout .right {
  padding-left: 0;
}
.live-search-container .dropdown-menu .product-layout .product-thumb {
  float: none;
  width: 100%;
}
.live-search-container .dropdown-menu .product-layout .product-thumb img {
  -webkit-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
}
.live-search-container .dropdown-menu .product-layout .product-thumb__secondary {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-thumb__secondary:before {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-sale {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-name {
  font-size: 14px;
  margin-bottom: 10px;
}
.live-search-container .dropdown-menu .product-layout .product-price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.live-search-container .dropdown-menu .product-layout .product-price--old {
  display: inline-block;
  font-weight: normal;
  margin: 0 10px;
}
.live-search-container .dropdown-menu .product-layout .product-description {
  text-align: justify;
  font-weight: 300;
}
.live-search-container .dropdown-menu .product-layout:hover {
  border: none;
}
.live-search-container .dropdown-menu .product-layout:hover .product-thumb img {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-detail {
  position: relative;
  margin-top: 10px;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-detail-button {
  border: none;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-detail-button i:before {
  font-size: 13px;
  line-height: 25px;
  width: 25px;
}
.live-search-container .dropdown-menu .product-detail-button--quick-view {
  display: none;
}
.live-search-container .dropdown-menu li:last-child {
  text-align: center;
}
.live-search-container .dropdown-menu .live-search-load-more {
  border: none;
  display: inline-block;
  padding: 15px 20px;
}
.live-search-container .dropdown-menu .live-search-load-more span {
  font-size: 15px;
}
.live-search-container .dropdown-menu .live-search-no-result {
  text-align: center;
  padding: 20px 0;
}
#search-close {
  font-size: 14px;
  display: none;
  position: absolute;
  top: 50%;
  right: -20px;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#search-close:before {
  content: '\e606';
  line-height: 40px;
}
@media only screen and (min-width: 1200px) {
  .live-search-container.search--style1 .dropdown-menu {
    top: 83px !important;
    left: auto !important;
    width: 370px;
  }
  .live-search-container.search--style1 #search-inner {
    display: inline-block;
  }
  .live-search-container.search--style1 .kf_category,
  .live-search-container.search--style1 .kf_manufacturer {
    width: 0;
    height: 48px;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .live-search-container.search--style1.open .kf_category,
  .live-search-container.search--style1.open .kf_manufacturer {
    display: inline-block !important;
    width: 200px;
    opacity: 1;
    visibility: visible !important;
  }
  .live-search-container.search--style1.open .button-search {
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    opacity: 0;
    visibility: hidden;
  }
  .live-search-container.search--style2.open .button-search {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .live-search-container.search--style2 .kf_category,
  .live-search-container.search--style2 .kf_manufacturer {
    display: inline-block !important;
    width: 200px;
    opacity: 1;
    visibility: visible !important;
    margin-top: 10px;
  }
  .live-search-container.search--style2 .dropdown-menu {
    width: 395px;
  }
  .live-search-container.search--style2 #search-close {
    display: none !important;
  }
  /** Boxed Style **/
  .boxed #search-close {
    right: -7px;
  }
}
/******************* SKIN **********************/
/******************* COLOR **********************/
.live-search-container .dropdown-menu .live-search-load-more {
  color: #ffffff !important;
}
.live-search-container .dropdown-menu .live-search-load-more:hover {
  color: #111111 !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #ffffff;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
                    * Remove all paddings around the image on small screen
                    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 1000px) {
  .product-info .product-detail {
    text-align: center !important;
    margin: 0 5px !important;
  }
  .no-padding-fixed {
    margin: 0 !important;
  }
}
@media all and (max-width: 900px) {
  .product-info .product-detail {
    text-align: center;
  }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item > div {
  text-align: start;
}
.owl-carousel .owl-item img {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: #cccccc;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  color: #000000;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* OVERRIDE OPENCART CAROUSEL STYLE */
.box-content.owl-carousel,
.kt-carousel.owl-carousel,
.carousel-module .owl-carousel {
  margin: 0;
  background: transparent;
  border: none;
  direction: inherit !important;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.owl-pagination {
  top: auto !important;
}
/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin-top: 2px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > span,
.pagination > li > a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: none;
  margin: 0 2px;
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination > li > span {
  font-weight: 600;
}
.pagination__result {
  font-size: 13px;
  padding: 20px 0;
}
/************** Skin *****************/
.pagination {
  background-color: #ffffff;
}
.pagination > li > span,
.pagination > li > a {
  color: #111 !important;
  background: #eeeeee;
}
.pagination > li.active > span,
.pagination > li:hover > span,
.pagination > li.active > a,
.pagination > li:hover > a {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.pagination__result {
  background-color: #ffffff;
}
/*--------------------------------------------------------------
Products
--------------------------------------------------------------*/
.product-grid {
  font-size: 0;
}
.product-layout {
  text-align: center;
  position: relative;
  margin-bottom: 2px;
}
.product-wrapper {
  height: 100%;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.product-thumb img {
  margin: 0 auto;
}
.product-thumb__secondary {
  text-align: center;
}
.product-thumb__secondary a {
  font-size: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-thumb__info {
  padding: 0 15px;
}
.product-name {
  font-size: 14px;
  margin-top: 10px;
}
.product-rating {
  font-size: 6px;
  margin-bottom: 10px;
}
.product-description {
  margin-top: 10px;
}
.product-price--grid {
  font-size: 15px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-price--old {
  font-size: 14px;
  display: none;
}
.product-price--tax {
  font-size: 12px;
  display: none;
}
.product-sale {
  font-size: 14px;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-detail {
  font-size: 0;
  margin: 10px -15px;
}
.product-detail-button {
  text-align: left;
  border: 1px solid transparent;
  outline: none;
  padding: 0;
  float: none;
  margin: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-detail-button i:before {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.product-detail-button--cart i:before {
  content: '\e600';
}
.product-detail-button--eye i:before {
  content: '\f06e';
}
.product-detail-button--wishlist i:before {
  content: '\e601';
}
.product-detail-button--compare i:before {
  content: '\e602';
}
.product-detail-button--quick-view {
  position: relative;
  display: inline-block;
}
.product-detail-button--quick-view a {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-detail-button--quick-view i:before {
  content: '\f01d';
  font-family: FontAwesome;
  font-size: 23px;
}
.product-detail--list {
  display: none;
}
@media only screen and (min-width: 992px) {
  .product-list {
    text-align: start;
    font-size: 0;
  }
  .product-list .product-wrapper {
    height: auto !important;
  }
  .product-list .product-thumb {
    text-align: center;
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
  }
  .product-list .product-thumb__info {
    display: none;
  }
  .product-list .product-right-info {
    display: inline-block !important;
    vertical-align: top;
    visibility: visible !important;
    width: 66.66666667%;
    padding: 0 15px;
  }
  .product-list .product-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-list .product-price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .product-list .product-price--grid {
    display: none;
  }
  .product-list .product-price--list {
    font-size: 20px;
  }
  .product-list .product-price--old {
    display: inline-block;
    margin: 0 10px;
  }
  .product-list .product-price--tax {
    display: block;
  }
  .product-list .product-description {
    font-size: 14px;
    font-weight: 300;
    display: block !important;
    visibility: visible !important;
  }
  .product-list .product-detail--list {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-grid--special .product-layout {
    border: none;
  }
  .product-grid--special .product-detail {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .product-grid--special .product-bottom__info {
    text-align: start;
    padding: 30px 20px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .product-grid--special .product-name {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .product-grid--special .product-price {
    font-size: 16px;
    font-weight: 600;
  }
  .product-grid--special .product-price--old {
    text-decoration: line-through;
    display: inline-block;
    margin: 0 2px;
  }
  .product-grid--special .product-sale {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    left: auto;
    right: 10px;
  }
  .product-grid--special .product-layout:hover .product-detail {
    opacity: 1;
    visibility: visible;
  }
  .product-list:hover .product-detail--list {
    opacity: 1;
    visibility: visible;
  }
  .product-list:hover .product-detail--list .product-detail-button {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .product-list .product-detail--list {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 160px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .product-layout {
    overflow: hidden;
  }
  .product-layout:hover .product-sale {
    -webkit-animation: bounceIn 500ms infinite alternate linear;
    -moz-animation: bounceIn 500ms infinite alternate linear;
    -ms-animation: bounceIn 500ms infinite alternate linear;
  }
  .product-layout:hover .product-thumb__primary img {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .product-layout:hover .product-thumb__secondary {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .product-layout:hover .product-thumb__secondary:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .product-layout:hover .product-thumb__info {
    opacity: 1;
    visibility: visible;
  }
  .product-layout:hover .product-detail-button {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .product-layout .product-thumb__secondary {
    padding: 20px 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
  }
  .product-layout .product-thumb__secondary a {
    z-index: 2;
  }
  .product-layout .product-thumb__secondary:before {
    content: '';
    z-index: 1;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(0, 200%);
    -moz-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
  }
  .product-thumb__info {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .product-detail-button--cart {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .product-detail-button--eye {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
  }
  .product-detail-button--wishlist {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
  }
  .product-detail-button--compare {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .product-detail-button--quick-view {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
  }
}
/*************** COLOR ****************/
.product-wrapper {
  background-color: #ffffff;
}
.product-price--grid {
  background-color: #f2f2f2;
}
.product-price--tax {
  color: #111111;
}
.product-thumb__secondary:before {
  background-color: rgba(221, 221, 221, 0.9);
}
.product-layout:hover .product-price--grid {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .product-layout {
    border-right: 2px solid transparent;
  }
}
.product-rating {
  color: #666666;
}
.product-grid--special {
  background-color: #ffffff;
}
.product-grid--special .product-thumb__secondary:before {
  background-color: rgba(221, 221, 221, 0.9);
}
.product-grid--special .product-layout:hover .product-sale {
  background: #ffffff;
}
.product-grid--special .product-layout:hover .product-bottom__info {
  background-color: #f2f2f2;
}
.product-grid--special .product-sale {
  color: #111111;
  background: #f2f2f2;
}
@media only screen and (min-width: 1200px) {
  .skin2 .product-grid--special .product-thumb__secondary:before {
    background-color: rgba(143, 211, 149, 0.7);
  }
  .skin2 .product-grid--special .product-layout:hover .product-bottom__info {
    background-color: #8fd395;
  }
}
@media only screen and (min-width: 1200px) {
  .skin3 .product-grid--special .product-thumb__secondary:before {
    background-color: rgba(230, 194, 58, 0.7);
  }
  .skin3 .product-grid--special .product-layout:hover .product-bottom__info {
    background-color: #e6c23a;
  }
}
@media only screen and (min-width: 1200px) {
  .skin4 .product-grid--special .product-thumb__secondary:before {
    background-color: rgba(145, 219, 223, 0.7);
  }
  .skin4 .product-grid--special .product-layout:hover .product-bottom__info {
    background-color: #91dbdf;
  }
}
@media only screen and (min-width: 1200px) {
  .skin5 .product-grid--special .product-thumb__secondary:before {
    background-color: rgba(247, 182, 128, 0.7);
  }
  .skin5 .product-grid--special .product-layout:hover .product-bottom__info {
    background-color: #f7b680;
  }
}
/*--------------------------------------------------------------
Quickview block
--------------------------------------------------------------*/
.quickview {
  overflow-y: hidden;
}
.quickview body {
  background: #ffffff;
}
.quickview #content {
  margin: 0;
  height: 500px;
  padding: 30px;
}
.quickview .image-additional {
  margin-top: 20px;
}
.quickview .product-info .product-options {
  margin: 30px 0 10px;
}
.quickview .product-description {
  margin-top: 15px;
}
/******** Skin **************/
.quickview .product-detail .btn {
  color: #ffffff;
  background-color: #000000;
}
.quickview .product-detail .btn:hover {
  color: #111111;
  background-color: #f7f7f7;
}
/*--------------------------------------------------------------
Social Newsletter  Block
--------------------------------------------------------------*/
/***************social icons****************/
.social-icons {
  margin-top: 30px;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 5px;
}
.social-icons__item:before {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  margin: 0 3px;
  text-shadow: -50px 0 0 transparent;
}
.social-icons__item.facebook:before {
  content: '\e606';
}
.social-icons__item.twitter:before {
  content: '\e608';
}
.social-icons__item.google_plus:before {
  content: '\e600';
}
.social-icons__item.youtube:before {
  content: '\e613';
}
.social-icons__item.rss:before {
  content: '\e60b';
}
.social-icons__item.pinterest:before {
  content: '\e61e';
}
.social-icons__item.instagram:before {
  content: '\e625';
}
.social-icons__item-style--icon:before {
  border: none;
  background: none !important;
}
.social-icons__item-style--circle:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social-icons__item-size--24px:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.social-icons__item-size--32px:before {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.social-icons__item-size--48px:before {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
/***************newsletter****************/
.newsletter--full-width {
  text-align: center;
  padding: 60px 0 70px;
}
.newsletter--small .newsletter__header {
  margin: 0;
}
.newsletter--small .newsletter__input {
  margin-bottom: 15px;
}
.newsletter--small #newsletter-form {
  text-align: center;
  padding: 20px;
}
.newsletter #newsletter-form {
  font-size: 0;
}
.newsletter__header--large {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.newsletter__title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.newsletter__input {
  height: 48px;
  width: 90%;
  display: block;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid transparent;
  margin: 20px auto;
  padding: 10px 15px;
}
.newsletter__button {
  height: 48px;
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 992px) {
  .newsletter__input {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .newsletter--small {
    margin-top: 30px;
  }
  .newsletter--small .newsletter__header {
    font-weight: 300;
    padding: 10px 20px;
  }
  .newsletter--small .newsletter__input {
    width: 410px;
    margin: 0;
  }
  .newsletter--small #newsletter-form {
    text-align: start;
  }
}
/*************** COLORS ****************/
.social-icons__item:hover:before {
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
}
.newsletter--small .newsletter__header {
  background-color: #64C8C6;
}
/*---------------------------------
 CATEGORY PAGE
 -----------------------------------*/
.category-info {
  padding: 30px;
  margin: 0 0 2px;
}
.category-info__title {
  padding: 0;
  margin-bottom: 20px;
}
.category-info__image {
  padding-left: 0;
}
.category-info__description {
  padding: 0;
}
/* refine-search */
.refine-search {
  padding: 30px;
}
.refine-search__title {
  font-size: 24px;
}
.refine-search__name {
  font-size: 13px;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: middle;
}
.refine-search__image {
  padding: 0;
}
.refine-search .owl-carousel {
  padding: 15px 0;
}
.refine-search .no-carousel {
  font-size: 0;
  margin-bottom: 50px;
}
.refine-search .no-carousel div {
  display: inline-block;
  margin-right: 10px;
}
.refine-search .no-carousel .refine-search__image {
  display: block;
}
/* product filter */
.product-filter {
  padding: 15px 20px 0;
}
.product-filter [class*="col-"] {
  vertical-align: middle;
  margin-bottom: 10px;
}
.product-filter a,
.product-filter label {
  font-size: 14px;
  line-height: 2.5em;
}
.product-filter button {
  border: none;
  background-color: transparent;
  outline: none;
  overflow: hidden;
  padding: 10px;
  margin: 0 5px;
}
.product-filter button:after {
  font-family: 'FontAwesome';
  content: '\f054';
  margin-left: 10px;
  display: inline-block;
}
.product-filter select {
  padding: 5px;
}
.product-section {
  margin: 0;
}
@media (max-width: 991px) {
  .category-info,
  .refine-search {
    padding: 20px 15px;
  }
  .product-filter .text-right {
    text-align: start;
  }
}
/************** COLOR *********************/
.category-info {
  background-color: #ffffff;
}
.refine-search {
  background-color: #ffffff;
}
.product-filter {
  background-color: #dddddd;
}
.product-filter a,
.product-filter label {
  color: #666666;
}
.product-filter button {
  color: #ffffff;
  background-color: #999999;
}
.product-filter button:hover {
  color: #868686;
  background-color: #f9f9f9;
}
/*---------------------------------
 PRODUCT INFO PAGE
 -----------------------------------*/
.product-page > .row {
  margin: 0;
}
.product-page > .row:last-child {
  margin-top: 2px;
}
.product-info {
  padding: 30px 15px;
}
.product-info .product-save-percent {
  display: inline-block;
  padding: 10px;
}
.product-info .product-name {
  font-size: 28px;
  margin-bottom: 5px;
}
.product-info .product-price {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-info .product-price--old {
  font-size: 28px;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 10px;
}
.product-info .product-price-tax {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.product-info .product-review {
  margin-bottom: 10px;
}
.product-info .product-review .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.product-info .product-review .fa-stack:nth-child(5) {
  margin-right: 30px;
}
.product-info .product-review a {
  font-size: 13px;
}
.product-info .product-details h2,
.product-info .product-options h2 {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.product-info .product-details {
  margin: 30px 0;
}
.product-info .product-details li {
  margin: 5px 0;
}
.product-info .form-control {
  width: auto;
}
.product-info .form-group {
  margin-bottom: 20px;
}
.product-info .custom-block {
  font-size: 13px;
  padding: 20px;
  margin-bottom: 30px;
}
.product-info .quantity__label {
  display: inline-block;
  vertical-align: middle;
}
.product-info .quantity__button,
.product-info .quantity__input {
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: 300;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.product-info .quantity__input {
  font-size: 14px;
}
.product-info .product-detail {
  font-size: inherit;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  text-align: start;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.product-info .product-detail-button {
  height: 48px;
  opacity: 1;
  visibility: visible;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-info .product-detail-button i:before {
  line-height: 45px;
}
.product-info .product-detail-button--cart {
  width: 180px;
}
.product-info .product-detail-button--cart i:before {
  margin: 0 5px;
}
.product-info .product-detail-button--cart span {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  padding-right: 2px;
}
.product-tabs {
  padding-top: 30px;
}
.product-tabs .nav-tabs {
  border: none;
  padding: 0 15px;
}
.product-tabs .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-tabs .nav-tabs > li.active > a {
  border: none;
}
.product-tabs .tab-content {
  padding: 20px 0;
}
.thumbnails__list-image {
  margin-top: 20px;
}
.product-related {
  padding: 0 15px;
  margin-top: 2px;
}
.product-related .row-heading,
.product-related .sitemap__item {
  margin: 0 -15px 2px;
}
.product-related .row {
  padding: 20px;
}
.product-related .product-wrapper {
  height: auto !important;
}
@media only screen and (min-width: 992px) {
  .product-tabs .tab-content {
    padding: 15px;
  }
}
/*************** SKIN ***********************/
.product-page > .row {
  background-color: #ffffff;
}
.product-info .product-review span,
.product-info .product-review a {
  color: #111111;
}
.product-info .product-details h2,
.product-info .product-options h2 {
  background-color: #f7f7f7;
}
.product-info .product-detail button {
  color: #111111;
  background-color: #f7f7f7;
}
.product-detail-button-tryDemo {
  text-align: center;
  position: relative;
  top: -8px;
  vertical-align: -webkit-baseline-middle;
}
.product-detail-button-tryDemo span {
  line-height: 20px;
}
.product-info .product-detail button.unsetWidth {
  width: auto;
}
.product-info .product-detail button.fullWidth {
  text-align: center;
  width: 100%;
}
.product-detail-button--wishlist-modify,
.product-detail-button--compare-modify {
  position: relative;
  top: 3px;
}
.ref-with-hasdf--2btn {
  margin-bottom: -5px;
}
.nonref-with-hasdf--2btn {
  margin-top: 5px;
}
.product-info .product-detail button:hover {
  color: #ffffff;
  background-color: #000000;
}
.product-info .custom-block {
  background-color: #f7f7f7;
}
.product-info .quantity__button {
  color: #111111;
  background-color: #f7f7f7;
}
.product-info .quantity__button:hover {
  color: #ffffff;
  background-color: #000000;
}
.product-tabs .nav-tabs > li > a {
  color: #111111;
  background-color: #f7f7f7;
}
.product-tabs .nav-tabs > li:hover > a,
.product-tabs .nav-tabs > li.active > a {
  color: #ffffff;
  background-color: #000000;
}
.product-related .row {
  background-color: #ffffff;
}
.skin2 .product-tabs .nav-tabs > li:hover > a,
.skin2 .product-tabs .nav-tabs > li.active > a {
  background-color: #8fd395;
}
.skin3 .product-tabs .nav-tabs > li:hover > a,
.skin3 .product-tabs .nav-tabs > li.active > a {
  background-color: #e6c23a;
}
.skin4 .product-tabs .nav-tabs > li:hover > a,
.skin4 .product-tabs .nav-tabs > li.active > a {
  background-color: #91dbdf;
}
.skin5 .product-tabs .nav-tabs > li:hover > a,
.skin5 .product-tabs .nav-tabs > li.active > a {
  background-color: #f7b680;
}
/*--------------------------------
ACCOUNT PAGE
--------------------------------*/
.account-already,
.page-heading-description {
  padding: 20px;
  margin-bottom: 2px;
}
.login-description {
  line-height: 2em;
  margin-bottom: 30px;
}
.login-description__new-customer {
  margin-bottom: 40px;
}
.form-account--login .row-heading,
.form-account--login .sitemap__item {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 20px;
}
.table-account {
  border-spacing: 0 20px;
  border-collapse: separate;
  margin-top: -10px;
}
.table-account td {
  vertical-align: middle !important;
  border-top: none !important;
  border-left: 1px solid transparent;
  padding: 15px !important;
}
.table-account__image {
  border: none !important;
}
.table-account__quantity .form-control {
  width: 38px !important;
  margin: 0 2px;
}
.table-account__quantity .btn:after {
  display: none;
}
.table-account--info:after,
.table-account--danger:after,
.table-account--success:after {
  display: none;
}
.table-account .btn {
  padding: 0;
  height: 30px;
  width: 30px;
}
.table-account .btn i:before {
  line-height: 28px;
}
.table-account__cart i:before {
  content: '\e600';
}
.table-account .fa-times:before {
  content: '\e606';
}
/*********** skin ****************/
.account-already,
.page-heading-description {
  background-color: #ffffff;
}
.table-account thead {
  color: #111111;
  background-color: #f7f7f7;
}
.table-account td {
  border-left-color: #f7f7f7;
}
.table-account__quantity .form-control {
  background-color: #fff;
  border-color: #ccc;
}
.table-account__quantity .form-control:focus {
  background-color: #fff;
}
.table-account--info i:before {
  color: #5bc0de;
}
.table-account--danger i:before {
  color: #000000;
}
.table-account--success i:before {
  color: #3c763d;
}
.table-account .btn {
  background-color: transparent;
}
.table-account .btn:hover {
  background-color: transparent;
}
/*--------------------------------
CHECKOUT
--------------------------------*/
.form-cart-info {
  padding: 10px 30px;
}
.form-cart-info .table-responsive {
  border: none;
}
.table-cart-info {
  border-spacing: 0 20px;
  border-collapse: separate;
  margin: 2px 0;
}
.table-cart-info thead td {
  font-weight: 600;
}
.table-cart-info td {
  vertical-align: middle !important;
  border-top: none !important;
  border-left: 1px solid transparent;
  padding: 20px !important;
}
.table-cart-info__image {
  border: none !important;
}
.table-cart-info__quantity .form-control,
.table-cart-info__quantity .btn {
  width: 42px !important;
  height: 42px !important;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.table-cart-info__quantity .btn {
  background-color: #f7f7f7 !important;
}
.table-cart-info__quantity .btn i:before {
  font-size: 16px;
}
.table-cart-info__remove .btn {
  border: none;
  background-color: transparent !important;
  padding: 0;
}
.table-cart-info__remove .btn .fa:before {
  content: '\e606';
  font-size: 20px;
}
.to-do-next {
  padding: 30px;
}
.to-do-next h2 {
  font-size: 18px;
}
.to-do-next p {
  font-weight: 300;
}
.to-do-next .btn {
  padding: 10px 15px;
}
.cart-total {
  text-align: end;
  margin: 2px 0 0;
  padding: 30px 15px;
}
.cart-total table {
  margin: 0;
}
.cart-total td {
  text-align: end;
  border-top: none !important;
}
#normal-page-checkout {
  padding: 30px;
}
#normal-page-checkout .panel-group {
  margin-top: 0;
}
#normal-page-checkout .panel-heading {
  border: none;
}
#normal-page-checkout .panel-body .row-heading,
#normal-page-checkout .panel-body .sitemap__item {
  font-weight: 600;
  padding: 0;
  margin-bottom: 20px;
}
#normal-page-checkout .panel-body p {
  margin-bottom: 20px;
}
#normal-page-checkout .form-buttons {
  margin-top: 30px;
}
#one-page-checkout {
  padding: 30px;
}
#one-page-checkout #login {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}
#one-page-checkout #order-total-content .table {
  padding: 0 15px;
}
#one-page-checkout #order-total-content .payment .row-heading,
#one-page-checkout #order-total-content .payment .sitemap__item {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 20px;
}
#one-page-checkout #comment {
  margin-bottom: 15px;
}
#one-page-checkout #coupon-container,
#one-page-checkout #voucher-container {
  font-size: 0;
}
#one-page-checkout #coupon-container .btn,
#one-page-checkout #voucher-container .btn {
  padding: 10px 15px;
}
#address-form-container,
#payment-form {
  position: relative;
  max-width: 600px;
  background-color: #ffffff;
  padding: 30px;
  margin: auto;
}
/***************** SKIN *****************/
.table-cart-info thead {
  color: #111111;
  background-color: #f7f7f7;
}
.table-cart-info td {
  border-left-color: #f7f7f7;
}
.table-cart-info__quantity .btn:hover {
  background-color: #000000 !important;
}
.table-cart-info__quantity .btn:hover i {
  color: #ffffff;
}
.table-cart-info__remove .btn .fa:before {
  color: #888888;
}
.table-cart-info__remove .btn:hover .fa:before {
  color: #111111;
}
.cart-total {
  background-color: #ffffff;
}
.cart-total tr td:last-child {
  color: #000000;
}
#normal-page-checkout {
  background-color: #ffffff;
}
#one-page-checkout {
  background-color: #ffffff;
}
#one-page-checkout #login {
  color: #000000;
}
#one-page-checkout #order-total-content .table tbody td.price,
#one-page-checkout #order-total-content .table tfoot td.price,
#one-page-checkout #order-total-content .table tbody td.total,
#one-page-checkout #order-total-content .table tfoot td.total,
#one-page-checkout #order-total-content .table tbody td.amount,
#one-page-checkout #order-total-content .table tfoot td.amount,
#one-page-checkout #order-total-content .table tbody td.value,
#one-page-checkout #order-total-content .table tfoot td.value {
  color: #000000;
}
/*-------------------------------------------------
ADVANCED HTML
-------------------------------------------------*/
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 13px;
}
/*# sourceMappingURL=stylesheet.css.map */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-fixed {
  margin-left: 12px;
}
#video-tutorials-micro-web .navbar-brand {
  line-height: 22px;
  margin-right: 12px;
}
#video-tutorials-micro-web .form-seach.form-group.navbar-form .btn.btn-primary {
  color: #fff;
  background-color: #bbbdbf;
  padding: 8px 20px;
  height: 40px;
}
.btn-action {
  margin-top: 10px;
}
#video-tutorials-micro-web section.detail .panel.popular_videos_panel {
  margin-top: 33px;
}
#video-tutorials-micro-web .fa.fa-play-circle-o {
  color: #bbbdbf;
  margin: 0 3px;
}
#video-tutorials-micro-web section.detail .panel.popular_videos_panel .panel-heading {
  display: block;
  color: white;
  background-color: black;
  text-transform: uppercase;
}
#video-tutorials-micro-web section.detail .panel.popular_videos_panel .panel-body {
  padding: 0;
}
#video-tutorials-micro-web .video-description {
  margin: 15px 0 25px 0;
}
#video-tutorials-micro-web section.listing .panel {
  margin-bottom: 10px;
}
#video-tutorials-micro-web section.listing .panel-default .panel-heading {
  font-size: 13px !important;
  font-weight: 700;
  padding: 7px 8px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3em;
  height: 42px;
}
#video-tutorials-micro-web section.listing .panel-default {
  border-color: #f9f9f9;
  background-color: #f7f7f7;
}
#video-tutorials-micro-web section.listing .panel-default .panel-body {
  padding: 0;
}
#video-tutorials-micro-web section.listing .panel-default .panel-footer {
  background: #313131 !important;
  border: none !important;
  text-align: center;
}
#video-tutorials-micro-web div[role="banner"] {
  margin: -25px;
  margin-bottom: 0;
}
#video-tutorials-micro-web ul.orderList li {
  display: inline-block;
  margin: 2px 5px;
  border-right: solid 1px #bfbfbf;
  padding: 0 12px;
  padding-left: 0;
}
#video-tutorials-micro-web ul.orderList li:last-child {
  border-right: none;
}
#video-tutorials-micro-web ul.orderList li .fa {
  position: relative;
  left: 2px;
  color: #656262;
}
#video-tutorials-micro-web ul.orderList li .fa.fa-sort-asc {
  top: 4px;
}
#video-tutorials-micro-web ul.orderList li .fa.fa-sort-desc {
  top: -2px;
}
#video-tutorials-micro-web .detail h1 {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
#video-tutorials-micro-web .navbar-nav > li > a {
  padding-top: 17px;
}
#video-tutorials-micro-web .popular_videos_panel .panel-body {
  overflow-y: scroll;
  max-height: 348px;
  background-color: #f7f7f7;
}
#video-tutorials-micro-web .popular_videos_panel ul li {
  margin-bottom: 15px;
}
#video-tutorials-micro-web .popular_videos_panel ul li a {
  display: block;
  padding: 7px;
}
#video-tutorials-micro-web .popular_videos_panel ul li div.text-mini {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  font-weight: 700;
}
#video-tutorials-micro-web .popular_videos_panel ul li:nth-child(odd) a {
  background-color: #313131;
  color: white;
}
#video-tutorials-micro-web .popular_videos_panel ul li:nth-child(even) a {
  background-color: #b5b5b5;
}
#video-tutorials-micro-web .video-description::after {
  width: 100%;
  height: 18px;
  content: ' ';
  position: absolute;
  margin-top: -48px;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.5), #ffffff);
}
#video-tutorials-micro-web .video-description .loader {
  cursor: pointer;
  display: block;
}
#video-tutorials-micro-web .video-description.hiddenAfter::after {
  display: none;
}
#video-tutorials-micro-web .video-description .description-text {
  max-height: 92px;
  overflow: hidden;
}
#video-tutorials-micro-web .video-description .loader {
  font-weight: 700;
}
#video-tutorials-micro-web .video-description a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #video-tutorials-micro-web .form-seach {
    width: 100%;
    margin: 0 auto;
  }
  #video-tutorials-micro-web .form-seach .btn.btn-primary {
    margin: 4px auto;
    display: block;
  }
  #video-tutorials-micro-web .navbar-brand {
    display: none;
  }
}
@media (max-width: 960px) {
  #video-tutorials-micro-web .listing h2 {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=stylesheet.css.map */